/*body{
    background-color:gainsboro;
    background-image: url(../images/logotb.jpeg);
    background-size: contain;
    background-position-x: 10%;
    background-position-y: 25%;
}*/
#rq{
    background-image: url('../images/logotb.jpeg');
    background-size: 1200px 610px;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 20%;
}
#topMain.nav-pills>li>a{
    color: orangered;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
#topMain.nav-pills>li:hover>a{
    color: orangered;
}
#wrapper{
    background-image: url('../images/bg2.jpg') !important;
    background-size: contain;
}
#topBar{
    background-color: transparent;
}
#header{
    background-color: transparent;
}
#header.navbar-toggleable-md .navbar-collapse {
    background-color:rgba(255,255,255,0.6);
    border-radius: 5px;
}
section{
    background-color: transparent;
}
section#slider .container .row{
    background-color: aliceblue;
    border-radius: 5px;
}
.side-nav{
    background-color: aliceblue;
    border-radius: 5px;
}
section#contentc .container .row #center{
    background-color: aliceblue;
    border-radius: 5px;
}
section#contentc #center.container{
    background-color: aliceblue;
    border-radius: 5px;
}
#header.navbar-toggleable-md{
    font-size: 16px;
}
#header.navbar-toogleable-md header#topNav .container .navbar-collapse nav.nav-main ul#topMain>li.dropdown>a{
    font-size: 16px;
    padding-top:100px;
    padding-bottom: 100px; 
}
#header.navbar-toogleable-md ul li{
    padding-top:100px;
    padding-bottom: 100px;
}
#header.fixed{
    background-color: aliceblue;
}
#header.fixed #topNav #topMain>li>a {
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
}
@media only screen and (max-width: 992px){
    #header{
        background-color: aliceblue !important;
    }
    #header.fixed #topNav #topMain>li>a {
        margin-top: 0;
    }
    #header #topNav button.btn-mobile-active, #topNav button.btn-mobile-active {
        top: 9em !important;
    }
    #header.fixed #topNav button.btn-mobile-active, #topNav button.btn-mobile-active {
        top: 0 !important;
    }
    #header.navbar-toggleable-md .navbar-collapse {
        background-color: transparent;
        margin-top: 140px !important;
    }
}
@media only screen and (max-width: 1215px){
    #topMain.nav-pills>li>a {
        font-size: 14px;
    }
}
.top-container-sharing{
    margin-top:10px;
}
.top-default-sharing{
    display: inline;
}
.top-default-sharing .top-audio{
    display: inline;
}
.top-default-sharing .top-audio-title{
    display: inline;
}
.top-default-sharing .top-audio-title h3{
    display: inline;
    color:white;
    font-weight: 300;
    background-color: orangered;
    font-size: 20px;
}
.top-social-sharing-buttons{
    font-size: 12px;
    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 13px 8px 13px;
    margin-right: 10px;
    height: 40px;
    min-width: 40px;
    text-align: center;
}
.top-social-sharing-buttons:hover{
    opacity: 0.8;
}
.top-container-sharing .top-default-sharing a{
    display: inline-block;
    vertical-align: middle;
}
.top-social-text{
    display: inline-block;
    position: relative;
    top: -1px;
    line-height: 16px;
    padding-left: 10px;
    margin-left: 12px;
}

@media (max-width: 1018px) {
    .top-social-text{
        display: none;
    }
}
.top-social-facebook{
    background-color: #516eab;
}
.top-social-facebook .top-icon-facebook{
    font-size: 14px;
    position: relative;
    top: 1px;
}
.top-social-facebook .top-social-text{
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.top-social-twitter{
    background-color: #29c5f6;
}
.top-social-twitter .top-icon-twitter{
    font-size: 14px;
    position: relative;
    top: 1px;
}
.top-social-twitter .top-social-text{
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.top-social-whatsapp{
    background-color: #7bbf6a;
}
.top-social-whatsapp .top-icon-whatsapp{
    font-size: 14px;
    position: relative;
    top: 1px;
}
.top-social-whatsapp .top-social-text{
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.info-contact{
    margin-top: 10px;
}
.info-contact .info-contact-body p{
    margin-bottom: 4px;
}
.info-contact .info-contact-body p i.fa{
    font-size: 18px;
}
.info-contact .info-contact-body iframe{
    width: 100%;
    height: auto;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
}
.info-contact .info-contact-title h4{
    line-height: 1;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #97060d;
}
.info-contact-title h4 span{
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px 12px;
    background-color: #97060d; 
    color:white !important;
}
.side-nav>.side-nav-head>h4{
    border-bottom:1px solid #A94545;
    border-left:5px solid #A94545;
    padding-left:5px;
}
section.dark.page-header {
    color: #fff;
    background-color: #97060d!important;
}
section#content img{
    width: 100%;
    height: auto;
}
.news .news-title h2:hover{
    color: #dd9933;
}
.contact-item p{
    margin-bottom: 4px;
}
.program-item{
    width:100%;
    background-color:#A94545;
    border-radius: 3px;
}
.program-item .program-item-owl{
    width:100%;
}
.program-item .program-item-owl .owl-carousel{
    margin-bottom:5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.program-item .program-item-title h4{
    color:white;
    padding:5px;
    text-align: center;
    word-wrap: break-word;
}
.container-sharing .container-sharing-title h4{
    line-height: 1;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #97060d;
}
.container-sharing .container-sharing-title h4 span{
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px 12px;
    background-color: #97060d; 
    color:white !important;
}
.container-sharing .post-sharing{
    float: right;
}
.post-sharing{
    font-family: 'Open Sans', arial, sans-serif;
    margin-bottom: 21px;
}
.post-sharing a{
    display: inline-block;
    vertical-align: middle;
}
.post-default-sharing{
    display: inline-block;
    vertical-align: middle;
}
.post-social-sharing-buttons{
    font-size: 12px;
    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 13px 8px 13px;
    margin-right: 10px;
    height: 40px;
    min-width: 40px;
    text-align: center;
}
.post-social-sharing-buttons:hover{
    opacity: 0.8;
    color: #fff;
}
.post-social-sharing-buttons a:focus{
    color: #fff !important;
}
.post-social-facebook{
    background-color: #516eab;
}
.post-social-facebook .post-icon-facebook{
    font-size: 14px;
    position: relative;
    top: 1px;
}
.post-social-facebook .post-social-text{
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.post-social-twitter{
    background-color: #29c5f6;
}
.post-social-twitter .post-icon-twitter{
    font-size: 16px;
}
.post-social-text{
    display: inline-block;
    position: relative;
    top: -1px;
    line-height: 16px;
    padding-left: 10px;
    margin-left: 12px;
}
@media (max-width: 1150px) {
    #rq{
        background-size: 960px 610px;
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 20%;
    }
}
@media (max-width: 1018px) {
    .post-social-text{
        display: none;
    }
}
.container-comments{
    margin-top: 10px;
}
.container-comments .container-comments-title h4{
    line-height: 1;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #97060d;
}
.container-comments-title h4 span{
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px 12px;
    background-color: #97060d; 
    color:white !important;
}
#googlemap iframe{
    width:100%;
}
#footer a.social-icon {
    color: white !important;
}
#footer>.container {
    padding-top: 30px;
    margin-bottom: 30px;
}
#footer {
	font-size:14px;
	color: rgba(255,255,255,0.6);
	display: block;

	background: #A94545;
	background: -moz-linear-gradient(top, #A94545 0%, #A94545 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #A94545));
	background: -webkit-linear-gradient(top, #A94545 0%, #A94545 100%);
	background: -o-linear-gradient(top, #A94545 0%, #A94545 100%);
	background: -ms-linear-gradient(top, #A94545 0%, #A94545 100%);
	background: linear-gradient(to bottom, #A94545 0%,#A94545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A94545', endColorstr='#A94545',GradientType=0 );
}
footer#footer h4{
    margin-bottom: 5px;
}
footer#footer p{
    margin-bottom: 5px;
}