/*Mobile*/
@media screen and (max-width: 480px){
.footer-copyright{ width:100%;}
.footer-share{ width:100%; text-align:center;}
.carousel-caption{ bottom:0;}
.carousel-caption p{ display:none;}
.contact-details{ width:100%; text-align:center;}
.top-social{ width:100%; text-align:center;}
.logo{ width:100%; text-align:center;}
.menu{ width:100%;}
}

/*Tablet*/
@media screen and (max-width: 768px){
.section-overlay{ margin-top:0px;}
.carousel-caption{ bottom:20px;}
.carousel-caption h3{ font-size:20px;}
.carousel-caption p{ font-size:12px;}
.export-box{ margin-top:20px;}
.import-box{ margin-top:20px;}
.shipping-box{ margin-top:20px; margin-bottom:20px;}
.footer-logo{ text-align:center;}
.steps-area{ background-repeat:repeat-x; margin-bottom:0px;}
.welcome-text{ background-color:#fff; padding-bottom:30px; padding-top:30px; margin-top:120px;}
.navbar-default .navbar-toggle{ border:none;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{ background:none;}
.navbar-toggle .icon-bar{ height: 3px; width: 32px;  }
.navbar-default .navbar-toggle .icon-bar{ background:#104386;}
.welcome-text h2{ margin-top:10px;}
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.section-overlay{ margin-top:0px;}
.shipping-box{ margin-top:20px; margin-bottom:40px;}
.welcome-text{ background-color:#fff; padding-bottom:30px;}
.steps-area{ background-repeat:repeat-x; margin-bottom:0px;}
.export-box{ margin-top:20px;}
.import-box{ margin-top:20px;}
.carousel-caption{ bottom:20px;}
.carousel-caption h3{ font-size:30px;}
.carousel-caption p{ font-size:12px;}
.footer-logo{ text-align:center;}

}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1280px) {
.section-overlay{ margin-top:0px; padding-top:20px; padding-bottom:20px;}
.welcome-text{ background-color:#fff; padding-bottom:30px;}
.steps-area{ margin-top:20px;}
.carousel-caption{ bottom:80px; margin-top:20px;}

}

/*Huge*/
@media screen and (max-width: 1280px){


}