.container {
	max-width: 1108px;
	width: 100%
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */


* {
	padding: 0px;
	margin: 0px;
	outline: none;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000;
	background: #f4f2f5;
}
h1, h2, h3, h4, h5 {
	color: #3389d7;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}
h2{font-family: 'open sans'; color:#003366; margin-top:0;}

h4 {
	line-height: normal;
}
h6 {
	font-size: 14px;
	color: #3e454c;
	margin-bottom: 5px;
	word-wrap: break-word;
}
a {
	color: #2c67af;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
a:hover, a:focus {
	color: #46b8f6;
	text-decoration: none;
	outline: none;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
ul {
	list-style: none;
}
ul li{list-style:circle; font-size:12px; line-height:14px; color:#666;}
ul.disc li{list-style:disc;}
ul.square li{list-style:square;}
ul.square{ padding-top:5px;}
iframe img {
	max-width: 100%;
}
p {
	margin: 0 0 15px;
	clear: both;
}
.paddtop-none {
	padding-top: 0!important;
}
.marbot-2 {
	margin-bottom: 20px;
}
.marginno {
	margin: 0!important;
}
.wrap {
	max-width: 1108px;
	padding: 20px 47px 0;
	box-sizing: content-box;
	background: #374783;
}
.wrap1 {
	max-width: 1108px;
	padding: 0 47px;
	box-sizing: content-box;
	background: #fff;
	margin-bottom: 10px;
}
.wrap2 {
	background: #f4f2f5;
	/*margin-bottom: 22px;*/
}
.wrap2.home-page{background:#fff;}
.wrap3 {
	margin: 30px;
	clear: both;
	overflow: hidden;
}
.white {
	background: #fff;
	overflow: hidden;
}
.imgclass {
	width: 50%;
	margin: 0 0 15px 15px;
}
.content-des p {
	float: none!important;
	clear: left;
}
.asidedisplay {
	display: none;
}
.hide-nav {
	display: none!important;
}
.blue {
	color: #3389D7;
	font-size: 22px;
	line-height: normal;
}
/* ===================== Header styles ===================== */







header {
	background: #678cc0;
	display: block;
}
/*-----Top Header---------*/







#top-header {
	background: #021f57;
	display: block;
}
header {
	background: #46b8f6;
	-webkit-transition: all 0.3s ease 0;
	-moz-transition: all 0.3s ease 0;
	-o-transition: all 0.3s ease 0;
	transition: all 0.3s ease 0;
}
.logo-header {
	overflow: hidden;
	margin: 23px 0 25px;
}
a.logo img {
	
}
.slogan {
	color: #bebebe;
	font-size: 18px;
	float: right;
	font-style: italic;
	font-weight: bold;
	margin: 24px 75px 0 0;
	/*font-family: 'Open Sans'*/
}
/*--navigation--*/
.nav-menu li li ul{ display:none !important;}
.display-none{ display:none !important;}
nav {
	position: relative;
	background: #000;
}
.main-navigation {
}
.main-navigation ul {
	margin: 0;
	text-align: center;
	position: relative;
}
.main-navigation ul li {
	list-style: none;
	display: inline-block;
	position: relative;
}
.main-navigation ul li a {
	font-size: 14px;
	line-height: 28px;
	padding: 0 12px;
	text-decoration: none;
	display: block;
	color: #fff;
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-O-transition: all 0.6s ease 0s;
}
.main-navigation ul li a i {
	margin-right: 8px;
	font-size: 17px;
}
.main-navigation ul li:hover > a, .main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-ancestor > a {
	background: #011f56;
	display: block;
}
.main-navigation ul li ul {
	background: #011f56;
	left: 0;
	min-width: 200px;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
	visibility: hidden;
}
.main-navigation ul li.contact-us ul {
	left: inherit;
	right: 0;
}
.toggle-menu {
	position: absolute;
	right: 10px;
	top: 0;
	color: #fff;
	font-size: 25px;
	display: none;
	line-height: 37px;
}
.toggle-menu:hover, .toggle-menu:focus {
	color: #2971b3;
	text-decoration: none;
	outline: none;
}
.main-navigation .dropdown-menu {
	background: #678cc0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-top: 0;
}
.main-navigation ul li ul li {
	display: block;
	width: 100%;
	background: none!important;
	float: left;
}
.main-navigation ul li ul li a {
	padding: 4px 12px;
	display: block;
	float: left;
	color: #fff;
	line-height: 18px;
	font-size: 13px!important;
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-O-transition: all 0.6s ease 0s;
}
.main-navigation ul li ul li a:hover, .main-navigation ul li ul li a:focus, .main-navigation ul li ul li.open a {
	color: #fff;
	background: none!important;
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-O-transition: all 0.6s ease 0s;
	text-decoration:underline;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	left: 100%;
	margin-left: 0;
	margin-top: 0;
	top: 0;
}
.flex-direction-nav a:before {
	font-size: 20px;
}
.flex-direction-nav a {
	background: none;
}
.flexslider .slides img {
	float: right;
	max-width: 100%;
	width: 448px!important
}
.img-title {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 10px 5px;
	background: #e6e6e6;
	display: block;
}
/* ===================== Content ===================== */


.home-page .slider{float:left; width:50%;}
.home-page .flexslider .slides img{width:100% !important;}
.content-des.home-des {
	width: 50%;
	background:#fafafa;
	float:right;
	padding-right:30px;
}
.home-des p{line-height:14px; font-size:12px; margin-bottom:10px;}
#content  .home-des img{max-width:120px; float:left; margin:0 15px 15px 0;}
#content {
	font: normal 14px/20px;
	color: #333333;
}
.home-text{padding-top:15px;}
.home-text h3{color:#00aeed;}
.home-text .text{float:left; width:60%;}
.home-text .btn{background:#00aeed; padding:0 5px; border:1px solid #0177a2; border-radius:0; color:#fff;}
.home-text .btn:hover{background:#0177a2; color:#fff;}
.slider-footer, .desc{height:30px; width:100%; background:rgba(0,0,0,0.8); position:absolute; bottom:0; left:0; z-index:98; color:#fff; padding:0 10px; box-sizing:border-box; font-size:14px; line-height:30px;}
#content img {
	max-width: 100%;
	
}
#content h3 {
	text-transform: none;
}
.col-7 {
	width: 50%;
	float: left;
}
.col-5 {
	width: 50%;
	float: left;
}
.content-des {
	padding: 22px 0 30px 31px;
	min-height: 350px;
}
.text-muted {
	color: #07439a;
	font-size: 24px;
	font-style: italic;
	line-height: 36px;
}
.fixed-contact {
	/*margin: 200px 0 0 -22px;*/
	margin: 200px 0 0 0;
	white-space: nowrap;
}
.company-table {
	width: 80%;
	display: block;
	margin: 0 auto;
}
.company-table tr td:first-child {
	text-align: center;
}
#content table img {
	width: auto;
	float: none;
	margin: 0 40px 10px 20px;
	max-width: 170px;
}
/* ===================== Footer ===================== */

footer {
	clear: both;
	margin-bottom:15px;
	overflow:hidden;
}
footer p {
	color: #bebebe;
	font-size: 12px;
	margin-bottom: 0;
	font-weight: 600;
}
footer .kinetik{color:#e3e3e3; font-size:10px; margin-top:22px;}
.footer-awardLogo{max-width:100px;}
footer p.kinetik {
	color: #bebebe;
	font-style: italic;
	font-size: 18px;
	line-height: 64px;
	padding-right: 1px;
}
footer p.kinetik:hover, footer p.kinetik:focus {
	color: #bebebe;
}
.footerImg {
	text-align: right;
	max-width: 1080px;
	width: 100%;
	margin: -5px auto 5px;
}
.footerImg img {
	max-height: 80px;
	width: auto;
}
#content footer .kinetik img {
	width: auto;
	max-width: inherit;
	padding-left: 11px;
	float: right;
}
/* ===================== Inner ===================== */

.col-9 {
	width: 80%;
	float: left;
}
.col-3 {
	width: 20%;
	float: left;
}
alide {
}
ul#asidemenu {
	padding-bottom: 10px;
}
.widget-aside {
	background: #f4f2f5!important;
}
.widget-aside ul {
}
.widget-aside ul li {
	list-style: none;
}
.widget-aside ul li a {
	color: #000;
	font-size: 16px;
	padding: 5px 10px;
	display: block;
	margin-bottom: 2px;
	line-height: 20px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.widget-aside ul li:first-child a {
	
}
.widget-aside ul li a:hover, .widget-aside ul li a.current_page_item {
	background: #fff;
	display: block;
	/*color: #084fa3;*/
	color: #003366;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.page-header {
	border-bottom: none;
	margin: 0 0 20px;
	padding-bottom: 0;
	text-transform: none!important;
}
.page-header h2 {
	margin-top: 0!important;
	
	text-transform: none;
	font-weight: 100;
}
.des1 {
	background: #fff;
	padding: 22px 20px 30px 30px;
}
.bg-white .des1{
	width: 50%;
}
ul.afflogo {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
ul.afflogo li {
	padding: 15px 0;
}
ul.afflogo li a {
	text-align: center;
}
ul.afflogo li a img {
	text-align: center;
	width: auto!important;
}

ul.people {
	padding: 10px 0;
}
ul.people li {
}
ul.people li a {
	font-size: 12px!important;
	line-height: 18px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
ul.people li a:hover {
	text-decoration: underline;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
ul.contact {
	padding: 0 0 20px;
}
.contact-detail ul.contact-pad{padding-left:10px; padding-bottom:70px;}
ul.contact li {
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 0;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
ul.contact li a {
	color: #2c67af;
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	display: inline-block;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
ul.contact li a:hover {
	display: inline-block;
	text-decoration: underline;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.list-group {
	padding-left: 20px;
}
.list-group li {
	list-style: circle;
}
.img img {
	width: auto!important;
	margin-top: 7px;
}
#contact-form label, #contact-form input, #contact-form textarea {
	margin: 0;
	resize: vertical;
	padding: 0 10px;
	width: 100%;
}
#contact-form input[type=text], #contact-form input[type=email] {
	height: 20px;
	line-height: 14px;
}
#contact-form textarea {
	height: 150px;
	padding: 10px;
}
#contact-form .btn-submit, #contact-form input[type=submit] {
	padding: 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	border: none;
	width: auto;
	float: right;
}
#contact-form p {
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 16px;
}
.form-control {
	height: auto;
}
.btn-submit, input[type=submit] {
	background: #40b7e7;
	color: #fff;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 20px;
	transition-duration: 0.3s;
}
.wpcf7-validation-errors {
	display: none !important;
}
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
	font-size: 14px;
}
.content-des h4 {
	color: #0a50a3;
	text-transform: none;
	font-weight: 400;
}
.project-small {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
}
.content-des ul {
	list-style: disc;
	padding-left: 1em;
}
.content-des ul li {
	margin-bottom: 5px;
}
.contact-detail ul {
	list-style: none;
	padding-left: 0;
}
.contact-detail ul li {
	margin-bottom: 0;
	list-style:none;
	white-space: nowrap;
}
.norwrap {
	white-space: nowrap;
}
.asidedisplay-mobile {
	display: none;
}
.content-des td{padding-bottom:24px;}



/*contact form*/
div.wpcf7-mail-sent-ok{border-color:#678cc0;}
div.wpcf7-response-output{margin-top:3em;}



/*key people*/
#map {
	clear: both;
	margin: 0;
	padding: 0;
	width: 688px;
	height: 400px;
	background: url(images/Board-room-Photos.jpg) top left no-repeat #fff;
	font-family: arial, helvetica, sans-serif;
	position: relative;
}
#map li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#map li a {
	position: absolute;
	display: block;
	background: url(blank.gif);
	text-decoration: none;
	color: #000;
}
#map a.b1 {
	top: 160px;
    left: 25px;
	width: 58px;
	height: 72px;
}
#map a.b2 {
	top: 133px;
    left: 97px;
	width: 42px;
	height: 56px;
}
#map a.b3 {
	top: 133px;
    left: 148px;
	width: 35px;
	height: 45px;
}
#map a.b4 {
	top: 122px;
    left: 208px;
	width: 32px;
	height: 38px;
}
#map a.b5 {
	    top: 118px;
    left: 423px;
    width: 40px;
    height: 44px;
}
#map a.b6 {
	    top: 141px;
    left: 505px;
    width: 44px;
    height: 50px;

}
#map a.b7 {
	top: 179px;
    left: 608px;
    width: 54px;
    height: 60px;
}
#map li a span {
	display: none;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	position: absolute;
	padding-right: 20px;
	border: 1px solid #000;
	background: #fff;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	white-space: nowrap;
}
#map li a span b {
	font-weight: normal;
	color: #008bde;
}
#map li a:hover span { display: block; }
#map li a.b1 span {
	left: 0px;
	top: -55px;
	width: 225px;
}
#map li a.b2 span {
	left: 0px;
	top: -55px;
	width: 200px;
}
#map li a.b3 span {
	left: 0px;
	top: -55px;
	width: 190px;
	
}
#map li a.b4 span {
	left: -66px;
	top: -55px;
	width: 132px;
	
}
#map li a.b5 span {
	left: auto;
	right: 0;
	top: -55px;
	width: 190px;
	
}
#map li a.b6 span {
	left: auto;
	right: 0;
	top: -55px;
	width: 154px;
}
#map li a.b7 span {
	left: auto;
	right: 0;
	top: -55px;
	width: 146px;
}
#people1detail, #people2detail, #people3detail, #people4detail, #people5detail, #people6detail, #people7detail {
	width: 100%; /*height: 20px;*/
	padding-left: 0;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	z-index: 2000;
}
.content-des h3{ color:#003366; margin-top:0;}
.home-text h3{ color:#008bde;}
.wrap3{ position:relative;}
.award-video{ position:absolute; bottom:30px; right:20px; z-index:9; text-align: right;}
.award-video img{max-height: 60px; }
.award-video a.video-icon{ display:block;}
.key-people p.marginno{ color:#8f8f8f; font-size:22px;}
.key-people p.mail-to{ margin-top:15px;}
.key-people p.mail-to a{ color:#333;}
.key-people p.mail-to a:hover{ text-decoration:underline;}
div .logo-wrap img{ margin-bottom:20px !important;}
div .logo-wrap #vaughanlogoFloat img{ width:70%;}
.logo-wrap img:last-child{ margin-bottom:0;}
div .logo-wrap #horizontalFloat{ margin-bottom:0;}
.environment .imgclass{ width:40%;}
.environment img{ padding-top:200px;}
.environment .content-des{ width:60%;}
.logo-wrap div{ text-align:center;} 
.award-logo,.video-icon{ top:250px; right:0; z-index:99;}
.award-logo{ margin-bottom:20px;}
.video-icon, .video-ico{width:60px; height:58px; background:url(images/youtube-512.png) no-repeat; background-size:100% auto; top:320px;}
.video-ico{width:20px; height:18px; display:block; margin:0 auto;}
.video-wrap iframe{margin:0 auto 20px;} 
td.business-table{ border-bottom:none !important;}
td.business-table table{ margin-top:20px;}
.award-page table tr td{ border-bottom:1px solid #ccc; padding:5px 0; color:#666;}
.award-page table tr td .bold-font{ font-size:15px;}
.award-page table tr td a{ color:#333;}
.award-page table tr td a:hover{ text-decoration:underline;}
.alignright{ float:right;}
.boardroomPhotos{ overflow:auto;}
#contact-form p:last-child input { background: #03224e;}
.content-des h2{ text-transform:capitalize; font-size:24px;}
.content-des p{ font-size:12px; color:#666; line-height:16px;}
.inner-nav ul li a{ color:#666; font-size:14px; padding:2px 0 2px 5px;}
.inner-nav ul ul{ padding-left:15px;}
.keypeople-nav ul li ul{display:none;}
.key-people{ padding:100px;}
.award-page{ overflow:auto; width:100%;}
.award-page table{ min-width:600px;}
.content-des img{ padding-left:20px;} 
.inner-nav ul.contact li a{font-size:12px; padding:0;}
.inner-nav ul.contact li a:hover{background:none;}
.inner-nav ul.people li a{padding:0 0 0 5px;}
.video-wrap{text-align:center;}
.video-wrap iframe{max-width:100%;}
.text h3{ margin-top:0;}
iframe{ max-width:100%;}
.award-page table tr td a.video-ico:hover{ text-decoration:none;}
.slider{ min-height:365px}
.img-descs{background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; bottom: 0; box-sizing: border-box; color: #fff; font-size: 14px; height: 30px; left: 0; line-height: 30px; padding: 0 10px; position: absolute; width: 100%; z-index: 98;}
.text h2{ color:#008bde;}
.home-page ul.slides li{ background:#f3f3f3;}
.row.bg-white{background-color: #fff;}

/* ===================== Media Queries ===================== */








 @media only screen and (min-width: 1000px) and (max-width: 1199px) {
.main-navigation ul li a {
	padding: 2px 8px;
}
}
 @media only screen and (max-width:1100px) {
		.slider{ position:relative;}
.award-logo, .video-icon{ top:inherit; bottom:55px}
.video-icon, .video-ico{ bottom:0;} 
.slider{ min-height:inherit;}
.des1 {
    padding: 22px 20px 30px 30px;
}
 }
 @media only screen and (max-width:999px) {
.main-navigation {
	z-index: 9999;
	padding: 25px 0 10px;
}
.toggle-menu {
	display: block;
}
.collapse-menu {
	display: none;
}
.main-navigation ul {
	position: relative;
	top: 13px;
	text-align: left;
}
.main-navigation ul li {
	width: 100%;
	display: block;
	background: none;
	overflow:hidden;
	background:none;
}
.main-navigation ul li a {
	width: 100%;
	display: block;
	padding: 2px 10px;
	line-height: 30px;
}
.main-navigation ul li ul {
	min-width: 100%;
	position:static;
	display:block !important;
	visibility:visible !important;
	background:none;
	
}
.main-navigation ul li ul li:first-child{border-top:none;}
.main-navigation ul li ul li:last-child{border:none;}
.main-navigation ul li ul li a{padding-left:20px;}
.main-navigation .dropdown-menu {
	width: 100%;
}
.main-navigation ul.dropdown-menu {
	top: 0!important;
}
.slogan {
	float: left;
	padding-top: 10px;
	margin:20px 20px 0;
}
.wrap1 {
	padding: 0;
}
.wrap {
    padding: 20px 0 0;
}
.wrap3 {
    margin: 30px 0;
}
#content footer .kinetik img {
    float: none;
}
.logo-header {
    margin: 23px 47px 25px;
}
.fixed-contact {
    margin: 200px 0 0;
}
.kinetik a{ float:right;}
.footer-awardLogo{ float:right;}
.inner-nav ul{ padding-left:10px;}
div .content-des img{ float:right; width:50%; height:auto;}
#content .key-people img{width:100%; max-width:189px;}
.form-left{ float:left; width:50%;}
}
 @media only screen and (max-width: 980px) {
footer {
	float: none;
	text-align: center;
}
footer .pull-right {
	float: none!important;
	text-align: center;
	display: block;
}
footer p {
	margin-bottom: 0;
}
.wrap1 {
	margin-bottom: 0;
}
.content-des .pull-right {
	float: none!important;
}
.content-des img {
	margin-bottom: 20px!important;
	float: none;
	text-align: center;
	display: block;
}
.flexslider .slides img {
	float: none;
	max-width: 100%;
	width: 100% !important;
}
.container{padding-left:0; padding-right:0;}
div .contact-detail img{ float:left;}


}

 @media only screen and (max-width: 767px) {
	
	 .award-page table tr td a.video-ico{ width:20px; height:18px;}	
	 a.logo img {max-width:100%;
}
	  	
	 .main-navigation ul li {
    display: inline-block;
}
	 .main-navigation ul li ul {
	display:block!important;
    visibility: visible !important;
	
	position:static;
}

.main-navigation ul li ul li a {
    padding-left:30px;
}
.main-navigation ul li:hover > a, .main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-ancestor > a {
	
}
.main-navigation ul li ul li {
    border-bottom: none;
}
.main-navigation ul li ul li:last-child {
    border-bottom: none;
}
.widget-aside ul li:first-child a {
	padding-top:inherit;
}
.company-table {
	width: 100%;
}
.col-3, .col-5, .col-7, .col-9 {
	width: 100%;
}
.content-des {
	padding: 22px 20px 10px;
}
.bg-white .des1{
	width: 100%;
}
.home-des {
	width: 100%;
}
.flexslider .slides img {
	float: none;
	width: 100%!important;
	margin: 0 auto;
}
.widget-aside {
	display: none;
}
.wrap3 {
    margin: 0;
}
.widget-aside ul {
	float: none;
	text-align: center;
}
.widget-aside ul li {
	display: inline-block;
	text-align: center;
}
.widget-aside ul li a {
	font-size: 16px;
}
.page-header h2 {
    font-weight: 400;
}
.content-des p {
    color: #666;
}
footer p.kinetik {
    margin-bottom: 30px;
}

/*.asidenone {
	display: none;
}*/
.asidedisplay-desktop {
	display: none;
}
.asidedisplay-mobile {
	display: block;
}
.asidedisplay {
	display: block;
}
.imgclass {
	width: 100%;
}
.main-navigation ul li{ background:none; border:none;}
#content .home-des img{ float:none; margin:0 auto;}
.boardroomPhotos{ overflow:auto;}
.home-page .slider{ width:100%;}
.content-des.home-des{ width:100%;}
.content-des.home-des p{ color:#666;}
.home-text .text{ width:100%;}
.footer-contact{ width:100%; text-align:center; float:none;}
.kinetik{ text-align:center; float:none; width:100%; clear:both;}
div .seal-logo{ margin-bottom:20px;}
div .seal-logo, .footer-award{ width:100%; text-align:center; float:none;}
div .footer-awardLogo{ width:100%;}
.environment .imgclass{ display:none;}
.environment .content-des{ width:100%;}
.footer-awardLogo{ margin:0 auto; float:none;}
div .content-des img{ float:none; width:50%; margin:0 auto; height:auto;} 
div .video-ico{ width:100%; height:auto;} 
.form-left{ float:left; width:100%;}
iframe{ width:100% !important;}
.key-people{text-align:center;}
div .key-people img{width:auto;}

}
 @media only screen and(max-width: 613px) {
.wrap3 {
	margin: 30px 0;
}
.slogan {
	text-align: center;
}
a.logo img {
    margin:0 auto;
	display:block;
}
}
 @media only screen and (max-width: 479px) {
.page-header h2 {
	font-size: 20px;
}
#content {

	line-height: 25px;
}
.text-muted {
	font-size: 18px!important;
	line-height: 28px!important;
}
#content table img {
    margin: 0;
}
.content-des img {
    margin-bottom: 0 !important;
}

}







/* Small Andriod Mobile Portrait Size ( 240 devices and browsers) */







@media only screen and (max-width: 320px) {
	a.logo img {max-width:100%;
}
}
