/* #Media Queries
================================================== */
/* END__ */

@media (min-width: 992px) and (max-width: 1199px) {
} 
/* END__ */

@media (min-width: 768px) and (max-width: 991px) {
} 
/* END__ */

@media only screen and (max-width: 767px) {
body, .form-control, .btn , .dropdown-menu, .input-group-text, .popover-header{ font-size:1rem;}
h1, .h1, .banner .carousel-caption 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{ top:20px;}
.w1, .w3, .footer{ padding:30px 5px}
.w2{ padding:50px 5px}
.footer [class*=col-] + [class*=col-]{ margin-top:25px;}
.banner .carousel-caption{ text-align:center;}
.header img{ width:200px;}
.w2 .container{ font-size:18px;}
} 
/* END__ */

@media (max-width: 480px) {
} 
/* END__ */

