@charset "UTF-8";
/* CSS Document */

.banner-container.connect{
	background-color:#141519;
}

.banner-container.connect .banner-content{
	left:65%;
}
.banner-content.white {
    display: none;
}
.connect-container{
	padding:50px 0;
}
.connect-container h1{
	font-size:26px;
	font-weight:700;
	text-align:center;
}
.connect-container p{
	font-size:16px;
	line-height:24px;
	text-align:justify;
}
.connect-container p.content{
	max-width:980px;
	margin:0 auto;
}
.connect-container p.content.small-italic {
	font-size:14px;
	font-style:italic;
}

.connect-container.trade{
	margin-top:100px;
	padding:50px 0;
}
.connect-container.trade .grid{
	max-width:800px;
}
.connect-container.prod .grid{
	max-width:800px;
}

.contact-box{
	font-size:14px;
	line-height:20px;
	padding: 10px 25px;
}
.contact-info{
	float:left;
}
ul.contact-list{
	padding:0;
	margin:10px 0;
	width:100%;
	max-width:560px;
}
ul.contact-list li{
	padding:2px 0 2px 0px;
	margin:0;
	list-style:none;
	position:relative;
}
ul.contact-list li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
ul.contact-list li a {
	font-size: 16px;
	color:#333;
	text-decoration:none;
	transition:ease-in-out 0.3s;
}
ul.contact-list li a:hover {
	color:#ec0928;
	opacity:0.7;
}
.contact-box .contact-icon{
	margin:20px 0;
}
ul.location-list{
	padding:0;
	margin:0;
	float:right;
}
ul.location-list li{
	padding:2px 0 2px 0px;
	margin:0 0 10px 0;
	list-style:none;
	position:relative;
}
ul.location-list li img{
	max-width:45px;
	padding:8px;
	border-radius:50%;
	margin-right:10px;
	display:inline-block;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	vertical-align:middle;
}
ul.location-list li a {
	font-size: 16px;
	color:#333;
	text-decoration:none;
	transition:ease-in-out 0.3s;
}
ul.location-list li a:hover {
	color:#ec0928;
	opacity:0.7;
}

.google-map{
	width:100%;
	height:270px;
	margin:20px 0;
	overflow-y:hidden;
}
.google-map iframe{
	width:100%;
	height:270px;
}
a.button.enquiry{
	min-width:250px;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	background: url(../images/icon-arrow-btn-white.png) #eee left no-repeat;
	border:none;
	border-radius:6px;
	text-align:center;
}
a.button.enquiry:hover{
	background:url(../images/icon-arrow-btn-white.png) #ec0928 right no-repeat;}

fieldset .hint{
	margin:0 0 6px 30%;
}
.smalltext {
    font-size: 12px !important;
}

.radio-group{
	width:68%;
	display:inline-block;
	margin:10px 0 15px 0;
}
.radio-group label{
	width:100%;
}
select{
	padding:5px 3px;
}
label{
	padding:8px 10px 0 0;
}


/*========================================
  Light Box
  ========================================*/
  .lightbox-popup{
	  width:100%;
	  height:auto;
	  max-width:800px;
	  padding:30px 5%;
	  overflow-y:hidden;
  }
  .form-logo {
	  width:100%;
	  text-align:right;
  }
  .form-logo img {
	  max-width:110px;
	  display:inline-block;
  }
  
  .lity-active body {
    overflow: hidden;
}
.lity-inline .lity-content > * {
    max-height: none !important;
}
.lity-inline .lity-wrap {
    overflow: auto;
}
.lity-inline .lity-content {
    margin: 20px 0;
}

.form-frame{
	max-width:1062px !important;
	width:100% !important;
	height::600px !important;
	border:none !important;
	margin:0 auto !important;
}




/*========================================
  Responsive
  ========================================*/
@media (max-width:900px){
	.contact-info{
		float:none;
	}
	ul.location-list{
		float:left;
	}
}
@media (max-width:800px){
	.banner-container.connect .banner-content{
	background-color:#141519;
}
	.banner-container.connect{
		background-image:url(../images/banner-connect-new-noheader.jpg);
		background-position:center;
		background-size:cover;
		/*height: 25vh;*/
	}
	.banner-container.connect .banner-content {
    position: relative;
    top: auto;
    margin-top: 200px;
    left: 0%;
    width: 100%;
    max-width: none;
    height: auto !important;
    padding: 10px;
    display: block;
   }
   .banner-content.white {
    display: block;
}
}


@media (max-width:500px){
	.banner-container.connect .banner-content {
    margin-top: 150px;
    }
	.connect-container p {
    font-size: 14px;
    }
	.contact-box {
    padding: 10px 0;
    }
	.contact-box h5 {
		font-size:18px;
	}
	label{
		width:100%;
	}
	input[type="text"], textarea, select {
    	width: 100%;
	}
	fieldset .hint{
		margin:0 0 6px 0%;
	}
	.radio-group{
		width:100%;
	}
}

@media (max-width:400px){
	
}
