/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
.container{
	width: 90%;
	max-width: 90%;
}
}
/********************************************/
/****************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.container{
	width: 90%;
	max-width: 90%;
}
.banner,.team{
    min-height: 450px;
}
header{
	height: 100px;
}
header .logo img {
    width: 300px; 
}
.contact{
	background-position: right;
}
}
/********************************************/
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.products .product-list {
    display: block !important;
}
.products img {
    width: auto;
    float: left;
    max-width: 10%;
    max-height: 35px;
}
.products .product-list .product-each {
    margin-bottom: 30px;
}
.products .product-list .product-each img{
	position: absolute;
	left: 20px;
    margin-right: 0;
}


}
/********************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 310px){
.banner {
    min-height: 300px !important;
}
.banner .banner-content img {
    width: 90% !important;
}
.about-section .who-we-are {
    margin-top: 10px;
}
.banner .banner-content h2 {
    font-size: 30px;
    letter-spacing: 5px;
}
.about-section h2, .vision h2, .mission h2, .products h2 {
    font-size: 30px;

}
.products .product-list {
    display: block !important;
}
.products img {
    width: auto;
    float: left;
    max-width: 10%;
    max-height: 35px;
}
.products .product-list .product-each {
    margin-bottom: 30px;
    padding-left: 40px;
}
.products .product-list .product-each img{
	position: absolute;
	left: 20px;
    margin-right: 0;
}



}

/* custom */
@media only screen and (min-width: 1200px){
.container{
	width: 90%;
	max-width: 90%;
}
/*.products .container:nth-child(2){
	max-width: 1140px;
}*/
.banner .banner-content {
    padding: 30px 0;
    margin-top: 50px;
}
}

@media only screen and ( max-width: 1450px ) and (min-width: 1250px){
header nav ul li,header nav ul li:hover, header nav ul li.active{
    padding: 0px;
}
header .logo img {
    width: 420px;
}
header{
	height: 110px;
}

}
@media only screen and ( max-width: 1249px ) and (min-width: 1024px){
header .logo img, body.sticky-header .logo .logo2{
    width: 320px;
}
header nav ul{
	float: right;
}
header nav ul li,header nav ul li:hover, header nav ul li.active{
    padding: 0;
    float: left;
}
header nav ul li a {
    font-size: 14px;
}
header{
	height: 100px;
}
body.sticky-header header{
	height: 80px;
}
.banner{
    min-height: 400px;
}
}



@media only screen and ( max-width: 1024px ){
nav{
	display: none;
}
.mobile-trigger{
	display: block;
	float: right;
	position: relative;
	width: 30px;
	height: 23px;
}
.sticky-header .mobile-trigger{
    margin-top: -20px;
}
.mobile-trigger span{
	position: absolute;
	left: 0;
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.mobile-trigger span:nth-child(2){
	top: 10px;
}
.mobile-trigger span:first-child{
	top: 0px;
}
.mobile-trigger span:last-child{
	bottom: 0px;
}
.menu-open > .mobile-trigger span:nth-child(2){
	width: 0;
}
.menu-open > .mobile-trigger span:first-child{
	transform: rotate(45deg);
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.menu-open > .mobile-trigger span:last-child{
	transform: rotate(-45deg);
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.menu-open > .mobile-trigger span:first-child{
	top: 10px;
}
.menu-open > .mobile-trigger span:last-child{
	bottom: 10px;
}
.menu-open > nav.mobile-nav{
	display: block;
	z-index: 9999;
	left: 0;
	position: fixed;
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
}



@media only screen and (max-width: 767px){
.container{
    width: 90%;
    max-width: 90%;
}
.products .product-list .product-each {
    font-size: 13px;
}
.mobile-only{
	display: block;
}
header .logo img{
	width: 230px;
}
header{
	height: 90px;
    padding: 10px 0;
}
.banner .banner-content{
	padding-left: 30%;
}
.banner .banner-content h2{
    font-size: 25px;
}
.banner{
	min-height: 400px;
}
.black-section .company-description {
    font-size: 16px;
}
.black-section {
    padding: 10px 0 40px 0;
    margin-top: -1px;
}
.about-section{
	padding: 60px 0;
    color: #fff !important;
    /* background-image: none; */
    background-position: right;
}
.banner .banner-content img {
    width: 80%;
    margin-top: 0px;
}
.vision{
	background-image: none;
    background-color: #0086cb;
    color: #fff !important;
    padding: 60px 0 40px 0;
    min-height: auto;
}
.vision h2{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.mission{
	/*background-image: none; */
    color: #fff !important;
    padding: 60px 0;
    min-height: auto;
    background-position: right;
}
.mission h2,.products h2{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.products h4{
    font-size: 18px;
}
.products li{
	font-size: 16px;
}
.products {
    padding: 60px 0;
    background-position: center;
}
.products img {
    width: auto;
    float: left;
}
.products img + div{
	float: left;
	width: 70%;
	margin-left: 20px;
}
.products h4{
	margin-top: 0;
}
.products .container:nth-child(2) .row > div{
	margin-bottom: 40px;
}
.products .container:nth-child(2) .row > div:last-child{
	margin-bottom: 0;
}
.products .container:nth-child(2) {
    padding: 10px 15px;
    margin-top: 20px;
}
.team{
	background-image: none;
	color: #333 !important;
	padding: 60px 0;
	min-height: auto;
}
.team h2{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.contact{
	background-image: none;
	background-color: #f6f6f6;
	color: #333 !important;
	padding: 40px 0 100px 0;
	min-height: auto;
	position: relative;
}
.contact > .container > .row > div:first-child{
	order:2;
}
.contact h2 {
    font-size: 40px;
}
/*.contact h2 br{
	display: none;
}*/
.contact .contact-content .address {
    background-color: rgb(1, 156, 220);
    padding:20px 30px 40px 30px;
    border-radius: 10px;
    color: #fff;
}
.contact .contact-content div h6{
	margin-top: 0;
}
.contact form {
    margin-top: 20px;
    padding-right: 0;
}
.contact .contact-content{
	padding-left: 0;
}
.contact label {
    margin-top: 15px;
    font-size: 14px;
}
.contact input {
    height: 40px;
    line-height: 17px;
}
.contact input::placeholder,.contact textarea::placeholder{
    font-size: 13px;
}
body.sticky-header .logo .logo2{
	width: 170px;
}
footer .f-links{
    text-align: left;
    margin: 15px 0;
}
footer .row > div{
	width: 50%;
}
footer .row > div:first-child{
	order: 3;
	width: 100%;
}
.copy p{
	font-size: 12px;
	text-align: center;
}
footer .row > div:first-child img{
	width: 30px;
}
.contact .mobile-only img{
	border-radius: 0 0 5px 5px;
}
.mobile-none{
	display: none;
}
.copy .row > div:first-child p{
	margin-bottom:2px; 
}
.copy .row > div:last-child p{
	margin-top:2px; 
}
.copy{
    background-color: rgba(23, 45, 112, 1);
}

.products .product-list {
    display: table-cell;
}
.products .product-list .product-each {
    display: inline-block !important;
}
.contact input, .contact textarea {
    font-size: 12px !important;
}
.contact input {
    height: 40px !important;
}
}














@media only screen and (max-width: 310px){
.contact .col{
	flex-basis:initial;
}
.copy p{
	font-size: 10px;
}
}