/* #Media Queries
================================================== */

@media (min-width: 992px) and (max-width: 1199px) {
.pre-header-search{ width:150px;}
.member-btn{ padding:0 10px;}
.header-wrapper{ padding-left:210px;}
.logo{ width:180px;}
} 
/* END__ */

@media (min-width: 768px) and (max-width: 991px) {
.header-wrapper{ padding-left:0;}
.logo{ position:relative; bottom:auto; margin:0 auto; width:200px;}
.banner .banner-image{ height:450px;}
.sidebar-widget{ margin-top:0; padding:15px;}
.video-wrapper{ padding:25px 0; margin-top:25px;}
.site-content{ padding:40px 0;}
.page-title h1{ font-size:50px;}
.sidebar-links{ margin-top:25px;}
} 
/* END__ */

@media only screen and (max-width: 767px) {
body{ font-size:1rem;}
p {line-height:1.5rem}
h1, .h1 {font-size:1.875rem;}
h2, .h2 {font-size:1.6875rem;}
h3, .h3 {font-size:1.4375rem;}
h4, .h4 {font-size:1.25rem;}
h5, .h5 {font-size:1.125rem;}
h6, .h6 {font-size:1rem;}
.header-wrapper{ padding-left:0;}
.logo{ position:relative; bottom:auto; margin:0 auto; width:150px;}
.top-menu{ display:none;}
.banner .banner-image{ height:350px;}
.banner .carousel-caption h2{ font-size:36px}
.banner .carousel-caption .tag{ top:-60px;}
.banner .carousel-control-prev, .banner .carousel-control-next{ display:none;}
.banner-points ul li{ font-size:16px;}
.banner-points ul li:after{ height:6px; width:6px; margin:0 3px 0 5px;}
.featured-news{ margin-bottom:20px; padding-bottom:20px;}
.video-wrapper{ padding:25px 0; margin-top:25px;}
.footer{ padding:25px 0;}
.footer .col-lg-5{ margin-top:25px;}
.site-content{ padding:25px 0;}
.page-title h1{ font-size:36px;}
.header-tag{ display:none;}
.page-header{ height:150px;}
.sidebar-links{ margin-top:25px;}
} 
/* END__ */

@media (max-width: 400px) {
.toggleMenu{ padding-left:0; width:40px;}
.toggleMenu span{ display:none;}
.banner-points ul li{ font-size:13px;}
.banner-points ul li:after{ height:6px; width:6px; margin:0 3px 0 5px;}
.page-title h1{ font-size:30px;}
} 
/* END__ */

