﻿.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}
#post, #contentPage {
    background-color: #fff;
    opacity: 0.95;
    border-radius: 3px;
    overflow: auto;
    padding: 10px;
}
    #post h1 {
        color: #fff;
        background-color: rgb(77, 108, 143);
        padding: 15px;
        text-align: center;
        margin: 0;
        font-size: 25px;
    }
#post row {

}
a {
    color: rgb(77, 108, 143);
}
.blogPage .row {
    margin-bottom: 15px;
}
/*.placeList .row {
    margin-bottom: 15px;
}*/
.placeList .h1, .placeList h1 {
    font-size: 24px;
    color: rgb(77, 108, 143);
}
.placeList .h2 a, .placeList h2 a {
    font-size: 18px;
    margin-top: 10px;
}
.placeList .h2, .placeList h2 {
    margin-top: 10px;
}
.contentItem {
    z-index: 110;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}
.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.contentPage h2 {
    font-size: 22px;
    height: 50px;
}

.contentPage .centerText {
    text-align: center;
}.contentPage .centerText h1 {
    color: #4d6c8f;
}
.torItem {
     padding: 15px;
     overflow: auto;
     min-height: 600px;
 }
.torItemDetails {
    padding: 15px;
}
.torimage img {
    width: 100%;
    max-width: 600px;
    max-height: 400px;
}
.blogimage img {
   width: 100%;
   max-width: 600px;
   max-height: 400px;
}
.eventItem img {
    float: left;
}
.eventPage h2 {
    margin-top: 20px;
}
.eventDetails img {
    float: right;
}
.media-body .sf {
    padding-top: 25px;
}
.form-control .homeSearchButton .sf {
    max-width: 225px;
}
.torMainImage {
    width: 100%;
    max-width: 600px;
    max-height: 400px;
    margin-top: 25px;
    margin-bottom: 25px;
}
@media (max-width: 640px) {
    .eventItem .imgBlock {
        width: 100%;
        text-align: center;
    }
    .eventItem .imgBlock img {
        float: none;
    }
    .contentPage h2 {
        height: auto;
    }
    .torItem {
        min-height: auto;
    }
}