/*================= FONTS ====================*/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-ubijxc');
	src:url('../fonts/icomoon.eot?#iefix-ubijxc') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-ubijxc') format('woff'),
		url('../fonts/icomoon.ttf?-ubijxc') format('truetype'),
		url('../fonts/icomoon.svg?-ubijxc#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {font-family:'Avenir Next W06 Regular';}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* ============ Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	position: relative;
	font-size: 18px;
	color: #f5f5f5;
	transition: color 200ms ease-in;
	-webkit-transition: color 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.icon-enlarge:before {
    content: "\e60c";
    color: rgba(250,250,250,0.6);
    font-size: 1rem;
    z-index: 999;
}
span.icon-enlarge {
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 14px;
	border-radius: 100%;
	background-color: rgba(50,50,50,0.4);
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
.lightbox-anchor:hover span.icon-enlarge {
	background-color: rgba(50,50,50,0.8);
}
.lightbox-anchor:hover span.icon-enlarge:before {
	color: rgba(250,250,250,1);
}
.icon-cross-bold:before {
	content: "\e609";
	color: #333;
}
.lightbox .icon-cross-bold:before {
	color: rgba(250,250,250,0.8);
}

.icon-hamburger:before {
	content: "\e60a";
	color: #333;
}
#main-menu-btn.open .icon-hamburger:before {
	content:"\e609";
}
.icon-sections-toggle:before {
	content: "\e60b";
	color: #333;
	font-size: 24px;
	bottom: 2px;
}
.icon-cross:before {
	content: "\e600";
	top: 2px;
}
.icon-arrow-up:before {
	content: "\e601";
}
.icon-arrow-right:before {
	content: "\e602";
	left: 1px;
}
.icon-arrow-down:before {
	content: "\e603";
}
.icon-arrow-left:before {
	content: "\e604";
	right: 1px;
}
.lightbox .icon-arrow-right:before,
.lightbox .icon-arrow-left:before,
.lightbox .icon-cross-bold:before {
	font-size: 0.8rem;
}
.icon-google-plus:before {
	content: "\e605";
	color: #005387;
	font-size: 15px;
}
.icon-facebook:before {
	content: "\e606";
	color: #005387;
	font-size: 15px;
}
.icon-twitter:before {
	content: "\e607";
	color: #005387;
	font-size: 15px;
	bottom: 2px;
}
.icon-linkedin:before {
	content: "\e608";
	color: #005387;
	font-size: 15px;
	bottom: 2px;
}
.social-media li a:hover > .icon-google-plus:before {
	color: #d34836;
}
.social-media li a:hover > .icon-facebook:before {
	color: #3b5998;
}
.social-media li a:hover > .icon-twitter:before {
	color: #4099FF;
}
.social-media li a:hover > .icon-linkedin:before {
	color: #007bb6;
}
/* ================================== */
* { 
	font-size: 14px; 
	color: #333; 
	margin: 0;
	padding: 0;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	overflow-x: hidden;
	min-width: 320px;
}
a { text-decoration: none; font-family:'Avenir LT W01_65 Medium1475532'; }
a:hover { color:#E33942 }
h1 {
	font-family:'Avenir LT W04_95 Black1475560';
	font-size: 2rem;
	text-transform: uppercase;
	margin: 0px 0px 1rem 0px;
}
h2 {
	font-size: 1.214rem;
	line-height: 1.429rem;
	font-family:'Avenir LT W01_65 Medium1475532'; /*Avenir LT W01 45 Book*/
	margin: 1.429rem 0;
	text-transform: uppercase;
} 
h3 {
	margin: 0 0 1rem 0;
}
h3, h3 > a {
	font-size: 1.148rem;
}
p {
	font-size: 1.0715rem;
	line-height: 1.9rem;
	margin: 1rem 0; 
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	margin: 1.429rem 0;
	padding-left: 1.0715rem;
}
ul:last-child {
	margin-bottom: 0;
}
ul > li {
	line-height: 2rem;
	font-size: 1.0715rem;
}
img {
	max-width: 100%;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
}
button:focus {outline:0;}

/* ============================= LAYOUT ================================ */
/* Mobile First */
.container {
	width: 100%;
	background: #f0f0f0;
	overflow: hidden;
	height: auto;
	min-height: 98vh;
	position: relative;
	padding: 3rem 0;
}

.portfolio > .container {
	padding-top: 0;
}
#slideshow-container {
	height: 98vh;
	padding: 0;
	background:#f0f0f0;
}
.first-container {
	margin-top: 4rem;
}
.container.white {
	background-color: #fff;
}
.container.blue {
	background-color: #005387;
	color: #fff;
}
.slider, 
.commentary,
.small-col {
	clear: both;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.small-col h2 {
	text-transform: none;
}
.commentary { margin-top: 50px; }
div[id*=anchor], div[id^=anchor] {
	width: 100%;
	float: right;
}
.left-aligned-col {
	margin-top: 1rem;
	padding: 0 28px;
	width: 100%;
	min-width: 320px;
	float: left;
}
.left-aligned-col.no-border {
	border-left: none;
}
.full-left-aligned-col {
	float: left;
	width: 100%;
	min-width: 320px;
	margin-top: 28px;
	padding: 0 28px;
}
.full-left-aligned-col > img {
	float: left;
	width: 100%;
}
.full-left-aligned-col > footer {
	float: left;
	display: block;
	padding: 2rem 0;
	font-weight: normal;
	font-size: 1rem;
}
.right-aligned-col {
	float: right;
	width: 100%;
	margin-top: 1rem;
	min-width: 320px;
	padding: 0 28px;
}
.double-col-right {
	margin-top: 1rem;
}
.double-col-right {
	overflow: auto;
}
@media (max-width: 1023px) {
	.double-col-left,
	.double-col-right {
		margin: 1rem;
	}
	.double-col-right {
		margin-top: 2rem;
	}
	.double-col-left:first-child {
		margin-top: 3.5rem;
	}
	.container.padding-top {
		padding-top: 3.5rem;
	}
}

.left-img {
    padding-right:14px;
    display: none;
}
.left-img,
.left-inner {
	float: left;
	width: auto;
}
.left-inner {
	margin-left: 0;
	width: 100%;
}
.inner-half {
	width: 100%;
	float: left;
}
blockquote {
	font-style: italic;
	font-family: Georgia;
	font-size: 1rem;
	margin: 14px 0;
	line-height: 2rem;
}
span.red-quote {
	color: #E33942;
	font-size: 1.1rem;
}
footer {
	float: right;
	font-weight: 400;
	font-family:'Avenir Next W06 Regular'; /*Avenir LT W01 55 Roman*/
	font-size: 1rem
}
span.strong {
	font-weight: 400;
	font-family:'Avenir LT W01_65 Medium1475532';
	font-size: 1.2rem;
}
b {
	font-family:'Avenir LT W01_65 Medium1475532';
	font-weight: 400;
	font-size: 1.2rem;
}
ul.horizontal-links {
	padding: 14px 0;
	display: block;
	margin: 2rem auto;
	width: 498px;
}
@media (max-width: 499px) {
	ul.horizontal-links {
		width: 100%;
	}
}
ul.horizontal-links li {
	list-style-type: none;
	display: inline-block;
}
ul.horizontal-links li > a {
	color: #2B6F98;
	font-size: 0.9rem;
	font-weight: 800;
	font-family:'Avenir Next W06 Regular';
	padding: 0 7px;
}
ul.horizontal-links li:after {
	content: "";
	display: inline-block;
	height: 1px;
	width: 8px;
	background-color: #2B6F98;
	position: relative;
	bottom: 5px;
}
ul.horizontal-links li:last-child:after {
	display: none;
}
.part-strike {
	border-bottom: 1px solid #dfdfdf; 
	display: block;
	float: left;
	width: 50%;
	color: #dfdfdf;
	height: 2px;
	padding: 0;
	margin-bottom: 28px;
	margin-left: -28px;
}
.img-strike {
	display: none;
}


@media (min-width: 500px) {
	.small-col {
		width: 50%;
		clear: none;
		float: left;
		padding-left: 10%;
		padding-right: 10%;
	}
	.small-col:nth-child(odd) {
		padding-right: 5%;
	}
	.small-col:nth-child(even) {
		padding-left: 5%;
	}
	.left-img {
		display: block;
	}
	.left-inner {
		border-left: 1px solid #dfdfdf;
		padding-left: 28px;
		margin-left: 0;
		width: 78%;
	}
}
/* Desktop Styles Starting 1024px vw */
@media (min-width: 1024px) {
	body {
		margin-right: 8px;
		margin-left: 100px;
	}
	.container {
		height: auto;
		min-height: 98vh;
		width: 100%;
		float: right;
		position: relative;
		padding: 4rem 0;
		margin-top: 8px; /* fallback */
		margin-bottom: 8px; /* fallback */
		margin-top: 1vmin;
		margin-bottom: 1vmin;	
	}
	.container.less-padding {
		padding: 2rem 0 !important;
	}
	.centered {
		margin-top: 5% !important; 
	}
	.small-col {
		clear: none;
		float: left;
		width: 33%;
		padding: 0 5%;
	}
	.small-col:first-child,
	.small-col:nth-child(4n) {
		padding-left: 0;
	}
	.small-col:nth-child(3n) {
		padding-right: 0;
	}
	.small-col:nth-child(3n+2) {
		padding: 0 2.5%;
	}
	.small-container {
		padding: 4rem 8%;
		float: left;
	}
	.left-aligned-col {
		margin: 0 auto;
		width: 60%;
		float: none;
		padding-left: 2rem;
		border-left: 1px solid rgba(223, 223, 223, 0.8);
		overflow: hidden;
	}
	.full-left-aligned-col {
		margin-top: 4rem;
		margin-bottom: 4rem;
		margin-right: auto;
		margin-left: auto;
		left: 10%;
		position: relative;
		border-right: rgba(223, 223, 223, 0.8);
	}
	.full-left-aligned-col > img {
		padding-right: 28px;
		width: auto;
		border-right: 1px solid rgba(223, 223, 223, 0.8);
	}
	.full-left-aligned-col > footer {
		display: inline;
		margin-top: 135px;
		padding: 0 1rem;
		max-width: 170px;
	}
	.img-strike {
		display: block;
		float: left;
		width: 3%;
		margin-left: 0;
		position: relative;
		margin-top: 153px;
	}
	.right-aligned-col {
		width: 50%;
		position: relative;
		overflow: auto;
		right: 20%;
		margin-top: 0;
		border-left: 1px solid rgba(223, 223, 223, 0.8);
	}
	/* Blue & Red Details */
	.blue .right-aligned-col,
	.blue .left-aligned-col,
	.red .right-aligned-col,
	.red .left-aligned-col {
		border-left: 1px solid rgba(223, 223, 223, 0.4);
	}
	.blue .full-left-aligned-col > img,
	.red .full-left-aligned-col > img {
		border-right: 1px solid rgba(223, 223, 223, 0.4);
	}
	.blue .strike > h1:after, .strike > h3:after,
	.red .strike > h1:after, .strike > h3:after {
		background: rgba(223, 223, 223, 0.4);
	}
	.blue .part-strike,
	.red .part-strike {
		border-bottom: 1px solid rgba(223, 223, 223, 0.4);
	}

	.left-inner {
		width: 80%;
	}
	.left-img {
		margin-left: -28px;
	}
	.double-col-left {
		float: left;
		width: 43%;
		margin-left: 6%;
	}
	.double-col-right {
		float: right;
		width: 40%;
		margin-right: 6%;
	}
	#anchor-one {
		padding-top: 0;
	}
}d

@media(min-width: 1200px) {
	.left-inner {
		width: 80%;
		margin-left: 28px;
	}
	.left-aligned-col {
		width: 55%;
	}
	.centered {
		margin-top: 3% !important; 
	}
	.double-col-left {
		float: left;
		width: 42%;
		margin-left: 8%;
	}
	.double-col-right {
		float: right;
		width: 36%;
		margin-right: 10%;
	}
}
@media(min-width: 1920px) {
	.centered {
		margin-top: 7% !important; 
	}
}

.top-border,
.bottom-border, .bottom-border1, .bottom-border2 {
	display: none;
}

@media(min-width: 1024px) {
/* Classes for Frame Effect */
	.top-border,
	.bottom-border, .bottom-border1, .bottom-border2 {
		position: fixed;
		height: 8px; /* fallback */
		height: 1vmin;
		width: 100%;
		z-index: 999;
		background: #fff;
		-webkit-transform: translateZ(0);
	}
	.top-border {
		top: 0 !important;
	}
	.bottom-border, .bottom-border1, .bottom-border2 {
		bottom: 0 !important;
	}
}

/* -------------------------- START OF SIDEBAR --------------------------- */
/* Mobile First */
.sidebar {
	position: fixed;
	width: 100%;
	background: #fff;
	min-height: 70px;
	height: auto;
	top: 0;
	left: 0;
	z-index: 900;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
button.dropdown-btn {
	float: right;
	padding: 20px 2px;
	height: 70px;
	width: auto;
	background-color: #fff;
	font-family:'Avenir LT W01_65 Medium1475532';
}
button#sections-menu-btn {
	padding-right: 10px;
}
button.dropdown-btn > span {
	float: left;
	text-transform: uppercase;
}
button.dropdown-btn > span:first-child {
	line-height: 17px;/*32px;*/
	font-size: 12px;
}
button.dropdown-btn > span:last-child {
	padding: 5px 7px;/*6px 7px;*/
}
button.dropdown-btn.open > span:first-child {
	color: #2B6F98;
	font-weight: 700;
}
#sections-menu-btn.open span.icon-sections-toggle {
	visibility: visible;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 19px 15px;
	-moz-transform: rotate(180deg);
	-moz-transform-origin: 19px 15px;
	-o-transform: rotate(180deg);
	-o-transform-origin: 19px 15px;
	transform: rotate(180deg);
	transform-origin: 19px 15px;
}

#logo-container {
	float: left;
	display: inline-block;
	height: 5rem;
}
.menu-container {
	display: none;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 990;
	top: 74px;
	width: 180px;
	padding: 28px 42px;
	background-color: #fff;
	/*-webkit-box-shadow: 7px 3px rgba(51,51,51,0.1);
	-moz-box-shadow: 7px 3px rgba(51,51,51,0.1);
	box-shadow: 7px 3px rgba(51,51,51,0.1);*/
}
div.menu-container#primary-menu {
	right: 75px;
}
div.menu-container#mobile-sections {
	right: 4px;
	padding:28px 15px;
}
/* SEIRIM LOGO SVG */
#seirim-logo { 
	margin-top: 4px;
	margin-left: 16px;
}
#seirim-logo:hover  #seirim-logo-fill { fill:#000;}
#logo-helper {
	height: 5rem;
	display: table-cell;
	vertical-align:middle;
}
.menu, 
.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub-menu {
	font-weight: bold;
}
.menu > li,
.sub-menu > li {
	display: block;
}
.menu > li > a {
	text-transform: uppercase;
	display: block;
	line-height: 38px;
	font-size: 12px;
	font-family:'Avenir LT W01_65 Medium1475532';
}
.menu > li > a:hover, 
.menu > li.active > a { 
	text-decoration: none; 
	color: #2b2b33;
	font-weight: bold; 
}
.mob-contact-info {
	margin: 0;
	padding: 0;
	display: block;
	overflow: auto;
}
.mob-contact-info li {
	list-style-type: none;
}
.mob-contact-info li a {
	text-transform: lowercase;
	color: #555;
	font-size: 11px;
	line-height: 42px;
}
@media (min-width: 600px) {
	.hamburger-nav {
		display: none;
	}
	.sidebar {
		width: 100%;
	}
}
/* Sidebar Desktop Styles */
@media (min-width: 1024px) {
	#logo-container {
		float: none;
	}
	.dropdown-nav#main-menu,
	.dropdown-nav#sections-menu,
	.mob-contact-info {
		display: none;
	}
	.menu-container {
		width: 100px;
		display: inline-block;
		margin-top: 0;
		padding: 0;
		background-color: #fff;
		box-shadow: 0px;
		-webkit-box-shadow: 0px 0px;
		-moz-box-shadow: 0px 0px;
		-o-box-shadow: 0px 0px;
	}
	div.menu-container#primary-menu {
		right: 0px;
	}
	.sidebar {
		position: fixed;
		left: 0;
		top: 0;
		min-width: 108px;
		width: 108px;
		height: 100%;
		min-height: 560px;
		overflow: hidden;
	}
	.menu {
		margin-left: 18px; /* fallback */
		margin-left: 1.286rem;
		margin-right: 0px;
		margin-top: 18px; /* fallback */
		/*margin-top: 1.286rem;*/
		margin-top: 0.286rem;
	}
	.menu > li > a {
		color: #808188;
		line-height: 1.2rem;
		/*margin: 1rem 0;*/
		margin-right: 0px;
		letter-spacing: 0.5px;
		border-bottom: none;
	}
	.menu-container {
		float: none;
		position: relative;
		top: 0;
		height: 100%;
	}
	#logo-container {
		display: block;
		height: 50px;
	}
}
/* =================== Sidebar Submenu ================= */
.active .sub-menu { height:auto !important;}
.sub-menu {
	display: none;
	margin: 0;
}
.dummy-item {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important; 
	visibility: hidden !important;
	overflow: hidden;
}
div#mobile-sections > .sub-menu {
	display: block;
}
@media (min-width: 1024px) {
	.sub-menu {
		display: block;
		padding: 0;
		/*margin-top: -0.857rem;*/
		height: 0px;
		overflow: hidden;	
	}
	.mobile-sections > div#mobile-sections {
		display: none;
	}
	ul.menu > li.active > ul.system-sub-menu {
		-webkit-animation-name: openSystemsMenu;
		-webkit-animation-duration: 0.25s;
  		-webkit-transition-timing-function: ease-in;
  		/*-webkit-animation-fill-mode: both;*/
		
		-moz-animation-name: openSystemsMenu;
		-moz-animation-duration: 0.25s;
  		-moz-transition-timing-function: ease-in;
  		-moz-animation-fill-mode: both;
	}
	@-webkit-keyframes openSystemsMenu {
		0% { height: 0; }
		100% { height: 220px; }
	}
	ul.menu > li.active > ul.portfolio-sub-menu {
		-webkit-animation-name: openPortfolioMenu;
		-webkit-animation-duration: 0.25s;
  		-webkit-transition-timing-function: ease-in;
  		/*-webkit-animation-fill-mode: both;*/
		
		-moz-webkit-animation-name: openPortfolioMenu;
		-moz-webkit-animation-duration: 0.25s;
  		-moz-webkit-transition-timing-function: ease-in;
  		-moz-webkit-animation-fill-mode: both;
	}
	@-webkit-keyframes openPortfolioMenu {
		0% { height: 0; }
		100% { height: 260px; }
	}
	#main.is-exiting ul.menu > li.active > ul.sub-menu {
		height: 0;
		-webkit-transition: height 300ms linear;
		-moz-webkit-transition: height 300ms linear;
	}
	.sub-menu > li > a {
		text-transform: none;
		line-height: 0.8rem;
		font-size: 0.7rem;
		font-family: 'Avenir Next W06 Regular';
		font-weight: 700;
		font-color: #808188;
		display: block;
		padding: 0.316rem 0.416rem 0.316rem 0;
		color:#808188;
		height:17px;
		/*border-left: 2px solid rgba(210,210,210,0.5);*/
	}
	.sub-menu > li > a > div.left-a {font-size:14px !important; width:10%;font-weight:normal !important; margin-top:-1px;}
	.sub-menu > li > a > div.right-a {font-size: 0.7rem; line-height: 0.8rem; width:90%;}
	.sub-menu > li > a > div { color: #808188 !important; width:auto; display:inline; vertical-align:middle; float:left;}
	.sub-menu > li > a .plus_mark {font-family:Arial, Helvetica, sans-serif; color: #808188 !important;font-size: 0.7rem; line-height: 0.8rem;}
	.sub-menu > li > a:hover .plus_mark, .sub-menu > li > a.current .plus_mark {font-family:"Courier New", Courier, monospace; color: #2b2b33 !important;}
	.sub-menu > li > a:hover > div, .sub-menu > li > a.current > div { color: #2b2b33 !important;}
	
	.sub-menu > li > a:hover,
	.sub-menu > li > a.current {
		/*font-weight: bold;*/
		color: #2b2b33;
		/*border-left: 2px solid #e33942;*/
	}
	.sub-menu > li > a.current .left-a {color: #E33942 !important;}
}	

/* ================= FRAME NAV ARROWS ================ */
.frame-navs {
	display: none;
}
.frame-navs button {
	width: 28px;
}
.frame-navs button span:before {
	color: #333;
	font-size: 28px;
}
.frame-navs .centered {
	margin: 0 auto;
	width: 60px;/*60px;*/
}
.frame-navs a { cursor:pointer;}
.frame-navs a img {width:27px; opacity:0.6;}
.frame-navs a img:hover {width:27px; opacity:1;}

@media (min-width: 1024px) {
	.frame-navs {
		display: block;
		position: absolute;
		bottom: 14px;
		left: 0;
		width: 100%;
		z-index: 999;
	}
}

/* ======================= Slideshow SVGs ======================= */
.goto-case-study {
	color: #808188;
  	/*margin-top: 1rem;*/
  	display: inline-block;
}
.goto-case-study:hover {color:#2b2b33;}

.slideshow li p.fade-in, .slideshow li a.fade-in {
	opacity: 0;
	-webkit-transition: opacity 300ms ease-in;
	-moz-transition: opacity 300ms ease-in;
	-o-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;	
}	
.slideshow li.current p.fade-in, .slideshow li.current a.fade-in {
	opacity: 1;
}
.slideshow li h2.fade-in {
	opacity: 0;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;	
}	
.slideshow li.current h2.fade-in {
	opacity: 1;
}
	
.slideshow li .description svg {
	margin: 0.5rem 0 1rem 0;
	padding-left: 1px;
	stroke: #121212;
	stroke-width: 0.5px;
}

@media screen and (max-width:1023px) {
	.slideshow li .description svg {display: none;}
}	

.slideshow li .description svg #left {
		-webkit-transform: translateX(-600px);
		-moz-transform: translateX(-600px);		
		transform: translateX(-600px);
		-webkit-transition: -webkit-transform 300ms linear;
		-moz-transition: -moz-transform 300ms linear;
		-o-transition: -o-transform 300ms linear;		
		transition: transform 300ms linear;
	}
	
.slideshow li.current .description svg #left {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);	
		transform: translateX(0px);
		-webkit-transition-delay: 300ms;
		-moz-transition-delay: 300ms;
		-o-transition-delay: 300ms;	
		transition-delay: 300ms;
	}	
	
.slideshow li .description svg #right {
		-webkit-transform: translateX(600px);
		-moz-transform: translateX(600px);		
		transform: translateX(600px);
		-webkit-transition: -webkit-transform 300ms linear;
		-moz-transition: -moz-transform 300ms linear;
		-o-transition: -o-transform 300ms linear;			
		transition: transform 300ms linear;
	}	
	
.slideshow li.current .description svg #right {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);	
		transform: translateX(0px);
		-webkit-transition-delay: 300ms;
		-moz-transition-delay: 300ms;
		-o-transition-delay: 300ms;	
		transition-delay: 300ms;
	}	
		
.slideshow li .description svg #bottom {
		-webkit-transform: translateY(-600px);
		-moz-transform: translateY(-600px);	
		transform: translateY(-600px);
		-webkit-transition: -webkit-transform 300ms linear;
		-moz-transition: -moz-transform 300ms linear;
		-o-transition: -o-transform 300ms linear;				
		transition: transform 300ms linear;
	}	
	
.slideshow li.current .description svg #bottom {
		-webkit-transform: translate(0px);
		-moz-transform: translate(0px);	
		transform: translate(0px);
		-webkit-transition-delay: 300ms;
		-moz-transition-delay: 300ms;
		-o-transition-delay: 300ms;
		transition-delay: 300ms;
	}

/* Animation for First Slide */

.slideshow li:first-child h1 {
	-moz-animation-name: gotoProject;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 1s;	

    -webkit-animation-name: gotoProject;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;	

    animation-name: gotoProject;
    animation-iteration-count: once;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
}

@-moz-keyframes gotoProject {
    0% {
        opacity: 0;		
    }
    100% {
        opacity: 1;		
    }
}
	
@-webkit-keyframes gotoProject {
    0% {
        opacity: 0;		
    }
    100% {
        opacity: 1;		
    }
}
	
@keyframes gotoproject {
    0% {
        opacity: 0;		
    }	
    100% {
        opacity: 1;		
    }
}
	
.slideshow li:first-child .description svg #left {
	-moz-animation-name: leftSlide;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 1s;	

    -webkit-animation-name: leftSlide;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;	

    animation-name: leftSlide;
    animation-iteration-count: once;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
	}
	
@-moz-keyframes leftSlide {
    0% {
	    -moz-transform: translateX(-600px);	
    }
    100% {
        -moz-transform: translateX(0px);		
    }
}
@-webkit-keyframes leftSlide {
    0% {
        -webkit-transform: translateX(-600px);		
    }
    100% {
        -webkit-transform: translateX(0px);		
    }
}
@keyframes leftSlide {
    0% {
        transform: translateX(-600px);		
    }	
    100% {
        transform: translateX(0px);		
    }
}

.slideshow li:first-child .description svg #right {
	-moz-animation-name: rightSlide;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 1s;	

    -webkit-animation-name: rightSlide;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;	

    animation-name: rightSlide;
    animation-iteration-count: once;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
	}
	
@-moz-keyframes rightSlide {
    0% {
	    -moz-transform: translateX(600px);	
    }
    100% {
        -moz-transform: translateX(600px);		
    }
}
@-webkit-keyframes rightSlide {
    0% {
        -webkit-transform: translateX(600px);		
    }	
    100% {
        -webkit-transform: translateX(0px);		
    }
}
@keyframes rightSlide {
    0% {
        transform: translateX(600px);		
    }	
    100% {
        transform: translateX(0px);		
    }
}

.slideshow li:first-child .description svg #bottom {	
	-moz-animation-name: bottomSlide;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 1s;	

    -webkit-animation-name: bottomSlide;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;

    animation-name: bottomSlide;
    animation-iteration-count: once;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
	}
		

@-moz-keyframes bottomSlide {
    0% {
		-moz-transform: translateY(600px);
    }
    100% {
        -moz-transform: translateY(0px);		
    }
}
@-webkit-keyframes bottomSlide {
    0% {
        -webkit-transform: translateY(600px);		
    }
    100% {
        -webkit-transform: translateY(0px);		
    }
}
@keyframes bottomSlide {
    0% {
        transform: translateY(600px);	
    }	
    100% {
        transform: translateY(0px);		
    }
}
	
/* ================== Other Desktop Only Homepage SVGs ================== */
.svg-container {
	display: block;
	margin: 50px auto 40px auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
	width: 94%;
}
#services .svg-container {
	border-bottom: 1px solid #fff;
}
.svg-container h2 {
	margin: 0;
}
.svg-container svg {
	display: none;
}
@media (min-width: 480px) {
	.svg-container {
		width: 75%;
		min-width: 420px;
		max-width: 720px;
	}
}
@media (min-width: 1024px) {
	.svg-container {
		height: auto;
		top: 50%;
		margin-top: -16.5rem;
		margin-left: 8%;
		width: 25%;
		min-width: 0;
		position: absolute;
		border: none !important;
		float: left;
	}

	.svg-container h2 {
		margin: 0;
		line-height: 33rem;
	}
	.svg-container h2 a {
		font-family: 'Avenir LT W01_65 Medium1475532';
		font-size: 1.125rem;
		text-transform: uppercase;
		display: inline-block;
		float: left;
	}
	.svg-container svg {
		display: block;
		float: right;
		width: 40%;
		height: 33rem;
		position: static;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-trasnform: rotate(0deg);
	}
}
@media (min-width: 1024px) and (max-width: 1919px) {
	.services.svg-container {
		margin-top: -27.5vh;
		height: 50px;
	}
	.services.svg-container h2 {
		line-height: 55vh;
	}
	.services.svg-container svg {
		width: 51%;
		height: 55vh;
	}
	#services .vertical-centered-460 {
		margin-top: -250px;
		margin-top: -27.5vh;
	}
}
@media (min-width: 1280px) {
	.blog.svg-container svg {
		width: 50%;
	}
	.services.svg-container svg {
		width: 61%;
	}
}
@media (min-width: 1366px) {
	.svg-container {
		margin-left: 10%;
	}
	.blog.svg-container svg {
		width: 55%;
	}
	.services.svg-container svg {
		width: 66%;
	}	
}
@media (min-width: 1600px) {
	.blog.svg-container svg {
		width: 62%;
	}
	.services.svg-container svg {
		width: 73%;
	}
}
@media (min-width: 1920px) {
	.svg-container {
		margin-left: 11.5%;
	}
	.blog.svg-container svg {
		width: 67%;
	}
	.services.svg-container svg {
		width: 77%;
	}
}
.vertical-top {
	transform: translateY(-500px);
	-webkit-transform: translateY(-500px);
}
.vertical-bottom {
	transform: translateY(500px);
}
.horizontal {
	transform: translateX(-500px);
}
div.blog.svg-container.animate .vertical-top,
div.services.svg-container.animate .vertical-top {		
	-webkit-animation-name: verticalTop;
    -webkit-animation-timing-function: linear;
	-webkit-animation-duration: 300ms;
	
	-moz-animation-name: verticalTop;
    -moz-animation-timing-function: linear;
	-moz-animation-duration: 300ms;
	
	-o-animation-name: verticalTop;
    -o-animation-timing-function: linear;
	-o-animation-duration: 300ms;
	
	animation-name: verticalTop;
	animation-timing-function: linear;
	animation-duration: 300ms;

	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
	
@-webkit-keyframes verticalTop {
  0%{
    -webkit-transform: translateY(-500px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes verticalTop {
  0%{
    -moz-transform: translateY(-500px);
  }
  
   20%{
    -moz-transform: translateY(-500px);
  }

  100% {
    -moz-transform: translateY(0px);
  }
}

@-o-keyframes verticalTop {
  0%{
    -o-transform: translateY(-500px);
  }
  
   20%{
    -o-transform: translateY(-500px);
  }

  100% {
    -o-transform: translateY(0px);
  }
}

@keyframes verticalTop {
  0% {
    transform: translateY(-500px);
  }

  20% {
    transform: translateY(-500px);
  }  
  
  100% {
    transform: translateY(0px);
  }
}
	
div.blog.svg-container.animate .vertical-bottom,
div.services.svg-container.animate .vertical-bottom {
	-webkit-animation-name: verticalBottom;
    -webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 300ms;	
	
	-moz-animation-name: verticalBottom;
    -moz-animation-timing-function: ease-in-out;
	-moz-animation-duration: 300ms;	

	-o-animation-name: verticalBottom;
    -o-animation-timing-function: ease-in-out;
	-o-animation-duration: 300ms;		
	
	animation-name: verticalBottom;
	animation-timing-function: ease-in-out;
	animation-duration: 300ms;

	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	}
	
@-webkit-keyframes verticalBottom {
  0%{
    -webkit-transform: translateY(500px);
  }
  
  20%{
    -webkit-transform: translateY(500px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes verticalBottom {
  0%{
    -moz-transform: translateY(500px);
  }
  
  20%{
    -moz-transform: translateY(500px);
  }

  100% {
    -moz-transform: translateY(0px);
  }
}

@-o-keyframes verticalBottom {
  0%{
    -o-transform: translateY(500px);
  }
  
  20%{
    -o-transform: translateY(500px);
  }

  100% {
    -o-transform: translateY(0px);
  }
}

@keyframes verticalBottom {
  0% {
    transform: translateY(500px);
  }
  
  20% {
    transform: translateY(500px);
  }

  100% {
    transform: translateY(0px);
  }
}

div.blog.svg-container.animate .horizontal,
div.services.svg-container.animate .horizontal {
	-webkit-animation-name: Horizontal;
    -webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 0.8s;
	
	-moz-animation-name: Horizontal;
    -moz-animation-timing-function: ease-in-out;
	-moz-animation-duration: 0.8s;
	
	-o-animation-name: Horizontal;
    -o-animation-timing-function: ease-in-out;
	-o-animation-duration: 0.8s;
	
	animation-name: Horizontal;
	animation-timing-function: ease-in-out;
	animation-duration: 0.8s;

	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	}
	
@-webkit-keyframes Horizontal {
  0%{
    -webkit-transform: translateX(-500px);
  }
  
  20%{
    -webkit-transform: translateX(-500px);
  }

  100% {
    -webkit-transform: translateX(0px);
  }
}

@-moz-keyframes Horizontal {
  0%{
    -moz-transform: translateX(-500px);
  }
  
  20%{
    -moz-transform: translateX(-500px);
  }

  100% {
    -moz-transform: translateX(0px);
  }
}

@-o-keyframes Horizontal {
  0%{
    -o-transform: translateX(-500px);
  }
  
  20%{
    -o-transform: translateX(-500px);
  }

  100% {
    -o-transform: translateX(0px);
  }
}

@keyframes Horizontal {
  0% {
    transform: translateX(-500px);
  }
  
   20% {
    transform: translateX(-500px);
  }

  100% {
    transform: translateX(0px);
  }
}

/* =========================== RESPONSIVE LAYOUT for HOMEPAGE CONTENT ====================== */
.col-third {
	float: left;
	width: 33.33%;
}
.footer {
	display: block;
	position: absolute;
	bottom: 10px;
	color: #BFC1C3;
	font-size: 11px;
	font-family: 'Avenir LT W01_65 Medium1475532';
	text-align: center;
	width: 100%;
}
.footer a {
	color: #BFC1C3;
	font-size: 11px;
}
.footer a:hover {
	color: #E33942;
}
.touch-link {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4.166rem;
	background: rgba(51, 51, 51, 0.2);
	line-height: 4.166rem;
	text-transform: uppercase;
	text-align: center;
}
@media (min-width: 1024px) {
	.touch-link {
		display: none;
	}
}

/* ================== Homepage News & Blog Sections =================== */
.content-container-1 {
	display: block;
	width: 94%;
	height: auto;
	margin: 0px auto 100px auto;
}
@media (min-width: 480px) {
		.content-container-1 {
		width: 75%;
		min-width: 420px;
		max-width: 720px;
	}
}
@media (min-width: 1024px) {
	.content-container-1 {
		width: 50%;
		float: left;
		margin-left: 50px;
	}
}
@media (min-width: 1280px) {
	.content-container-1 {
		width: 43.33%;
	}
}
@media (min-width: 1366px) {
	.content-container-1 {
		width: 40%;
	}
}
@media (min-width: 1920px) {
	.content-container-1 {
		width: 33.33%;
	}	
}
@media (min-width: 1024px) {
	.vertical-centered-460 {
		position: absolute;
		height: auto;
		top: 50%;
		margin-top: -16.5rem;
		left: 50%;
		margin-left: -10%; 
	}
}
.blog-row {
	min-height: 120px;
	margin-bottom: 2rem;
	display:block;
}
.blog-row img {
	float: left;
	cursor: pointer;
	height: 5.833rem;
	width: auto;
}
.headline-container {
	margin-left: 6.666rem;
}
@media (min-width: 480px) {	
	.blog-row img {
		height: 9rem;
	}
	.headline-container {
		margin-left: 10.833rem;
	}
}
@media (min-width: 1024px) {
	.headline-container {
		margin-left: 10.833rem;
	}
	.headline-container p {
		margin-bottom: 0;
	}
	.blog-row:last-child {
		margin-bottom: 0;
	}
}


/* =============== CUSTOMIZATION for HOMEPAGE SERVICES FRAME ================= */
#services,
#services a,
#services p, 
#services li {
	color: #fff;
}
#services li {
	font-size: 1rem;
}
#services a:hover, 
#services a:focus {
	color: #E33942;
}

.packages {
	width: 100%;
	height: auto;
	overflow: auto;
}
.packages > div {
	width: 100%;
	display: block;
	float: left;
}
.packages > div > a {
	display: block;
	font-size: 1rem;
	font-family: 'Avenir LT W01_65 Medium1475532';
	line-height: 2rem;
}
.packages > div > a:hover {
	color: #e33942;
}
.packages > div > a:before {
	content: "\00BB";
	display: inline-block;
	width: 12px;
}
#services .strike > h3 {
	float: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px; 
}
@media (min-width: 680px) {
	.packages > div {
		width: 33.333%;
	}
}
/* =============== ABOUS US/SOLAR TERMINATOR FRAME ============== */
.solar-terminator-container {
	position: relative;
	display: block;
	height: auto;
	z-index: 10;
}
@media (min-width: 1024px) {
	.solar-terminator-container {
		height: 680px;
	}
}
.night {
  stroke: none;
  fill: #161A28;
  fill-opacity: 0.4;
}
.land {
  fill: #B1BFC8;
}
.solar-terminator {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 20px;
	border-top: 1px solid #fff;
	width: 90%;
	clear: both;
	background: url('../images/svg-pin-overlay.png') center center no-repeat;
	background-size: 100%;
	z-index: initial;
}
.solar-terminator svg {
	position: relative;
	z-index: -1;
}
.time-of-day {
	width: 90%;
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-family: 'Avenir LT W01_65 Medium1475532';
	color: #fff; 
}
.time-of-day div {
	margin-bottom: 20px;
}
.time-of-day div h3,
.time-of-day div h4,
.time-of-day div h5 {
	display: block;
	text-align: center;
	margin: 10px 0px;
}
.time {
	font-family: monospace;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
.city {
	color: #222;
	font-family:'Avenir Next W06 Regular';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}
.day {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
@media (min-width: 1600px) {
	.time {
		font-size: 18px;
	}
	.city {
		font-size: 16px;
	}
	.day {
		font-size: 18px;
	}
}
.about {
	width: 90%;
	min-height: 100px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.company-info {
	font-size: 11px;
	float: right;
	display: inline-block;
	text-align: right;
	color: #fff;
	margin-top: 30px;
}
.social-media {
	float: left;
	display: inline-block;
	margin-top: 30px;
}
.social-media h6 {
	font-size: 14px;
	font-weight: normal;
	font-family:'Avenir LT W01_65 Medium1475532';
	color: #fff;
	margin: 0 0 10px 0; 
}
.social-media ul {
	padding: 0;
	margin: 0px;
}
.social-media li {
	display: inline-block;
	margin-right: 2px;
}
.social-media li a {
	display: block;
	height: 20px;
	width: 20px;
	border-radius: 1px;
	background-color: #fff;
	text-align: center;
}
@media (min-width: 1024px) {
	.solar-terminator, 
	.about,
	.time-of-day {
		width: 60%;
	}
}
@media (min-width: 1280px) {
	.solar-terminator, 
	.about,
	.time-of-day {
		width: 50%;
	}
}

/* ========================== START of PORTFOLIO CSS =============================== */

#portfolio h1 {
	/*margin-bottom: 5px;*/
	text-align:right;
}
.slider {
	margin-top: 0;
	overflow: hidden;
}
.slider#first-slide {
	margin-top: 5rem;
}
.slider ul {
    position: relative;
    list-style: none;
    margin: 0; padding: 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
.slider ul > li.slide,
.lightbox ul > li.slide { 
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
}
/* overlay to disable links */
.lightox:before {
	content: 'aaa';
	display: block;
	width: 108px;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
}
.slider ul > li > img {
	width: 100%;
	height: auto;
}
.slide > h3,
.dials {
   display: none;
}
.dials span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 1px;
	background-color: #fff;
	cursor: pointer;
	margin: 0 3px;
	transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
}
.dials span:hover {
	background-color: rgba(43,111,152,0.5);
}
.dials span.current {
	background-color: rgba(43,111,152,1);
}
/* STRIKE BORDER */
.strike {
    display: block;
    overflow: hidden;
}
.strike > h1,
.strike > h3 {
    position: relative;
    display: inline-block;
    float: left;
    bottom: 5px;
}
.strike > h1:after,
.strike > h3:after {
    content: "";
    position: absolute;
    top: 45%;
    width: 999px;
    height: 1px;
    background: rgba(223, 223, 223, 0.8);
}
.strike > h1:after,
.strike > h3:after {
    left: 100%;
    margin-left: 20px;
}
.strike h3:before {
    content: "";
    position: absolute;
    top: 45%;
    width: 999px;
    height: 1px;
    background: #dfdfdf;
    right: 100%;
    margin-right: 20px;
}
@media (min-width: 1024px) {
	.strike {
	    text-align: center;
	    white-space: nowrap; 
	}
}
.small-col ul > li {
	padding-bottom: 14px;
}
.small-col h1 {
	font-size: 1.6rem;
}
.small-col h2 {
	font-size: 1.2rem;
}
.small-col p {
	font-size: 0.8rem;
	line-height: 1.3rem;
}
.tech-used {
	list-style-type: none;
	margin: 0 0 0 -20px;
}
.tech-used li {
	float: left;
	padding: 7px; ;
}
.tech-used img {
	height: 21px;
}
.more-case-studies img {
	padding: 14px 0;
}
.small-container .strike{
	padding-top: 28px;
}
@media (min-width: 400px) {
	.slider ul {
		height: 280px;
	}
}
/* Desktop & Tablet Layout */
@media (min-width: 600px) and (max-width: 1023px) {
	
	.slider ul {
		height: 420px;
	}
}
@media (min-width: 1024px) {
	.slider {
		position: absolute;
		left: 8%;
		width: 38%;
		height: 98vh;
		padding: 120px 0 0 0;
		margin: 0;
		-webkit-transform: translateZ(0); /* Chrome Fix */ 
	}
	.slider#first-slide {
		margin-top: 0px;
	}
	.commentary {
		clear: none;
		float: right;
		width: 36%;
		height: 100%;
		padding: 0;
		margin: 120px 10% 0 4%;
	}
	.slide > h3 {
		display: block;
	}
	.dials {
		display: block;
		position: absolute;
		top: 80vh;
		right: 3px;
	}

}
@media (min-width: 1024px) {
	.slider {
		padding: 4rem 0 0 0;
	}
	.commentary {
		margin: 0 10% 0 4%;
		padding-top: 4rem;
	}
	.slider ul {
		height: 100%;
	} 
}
/* ======~~~! Lightboxes !~~~====== */
.lightbox {
	display: none;
	position: absolute;
	width: 100%;
	height: 101%;
	z-index: 999;
	text-align: center;
	right: 0;
	background: rgba(50,50,50,0.97);
	overflow: hidden;
}

.lightbox img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	margin-top: 0;
	height: 100%;
}
.lightbox ul {
	margin: 0;
	padding: 0;
}
.lightbox ul > li.slide {
	z-index: -1;
}
div.lightbox-nav {
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: calc(50% - 25px);
}
div.lightbox-nav button {
	display: inline-block;
	height: 50px;
	width: 50px;
}
button.prev {
	float: left;
	margin-left: 2rem;
}
button.next {
	float: right;
	margin-right: 2rem;
}
button.exit {
	position: fixed;
	top: 1rem;
	right: 0;
	margin-right: 2rem;
}
.disable-scroll {
	overflow-y: hidden;
}
.on-top {
	z-index: 999;
}
.lightbox ul > li.slide p {
	display: none;
}
@media (max-width: 700px) {
	button.exit,
	button.next,
	button.prev {
		background-color: #333;
		border-radius: 100%;
		padding: 14px;
	}

	.lightbox img {
		width: auto;
		max-width: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	.lightbox ul > li.slide {
		height: 100%;
		width: 100%;
		overflow: scroll;
	}
}
@media (min-width: 1024px) {
	.lightbox {
		border-left: none;
	}
	.lightbox img {
		width: auto;
		height: 100%;
		position: static;
	}
	.lightbox ul > li.slide {
		z-index: -1;
	}
	.lightbox ul > li.slide .note {
		position: absolute;
		top: 5rem;
		left: 5rem;
		max-width: 12%;
	}
	.lightbox ul > li.slide .note p {
		display: block;
		color: #fff;
		text-align: left;
		font-size: 14px;
	}
}

.loading-screen {
	position: absolute;
	display: block;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	margin-left: -100px;
	border: 8px solid #fff;
}
.dials.loading {
	top: 50%;
	left: calc(50% - 27px);
}
.dials.loading > span.first-anim-dial {
	background-color: #fff;
	-webkit-animation: loading 2s linear 0ms infinite
}
.dials.loading > span.second-anim-dial {
	-webkit-animation: loading 2s linear 666ms infinite
}
.dials.loading > span.third-anim-dial {
	-webkit-animation: loading 2s linear 1333ms infinite	
}
@-webkit-keyframes loading {
	0% { background-color: #fff; }
	5% { background-color: #2B6F98;}
	40%	{ background-color: #2B6F98;}
	45% { background-color: #fff;}
	100% { background-color: #fff; }
}

/* ======= systems page css ====== */
.red {
	background-color: #E33942;
}
.container.blue p,
.container.blue h1,
.container.blue h2,
.container.blue h3,
.container.blue b,
.container.blue footer,
.container.blue ul li,
.red p,
.red h1,
.red h2,
.red h3,
.red b,
.red footer,
.red ul li  {
	color: #fff;
}

/* ======= Forms ======= */
label {
	font-family:'Avenir LT W01_65 Medium1475532';
	text-transform: uppercase;
	color: #333;
	font-size: 0.9rem;
}
input, textarea {
	border: none;
	background-color: #fff;
	display: block;
	width: 100%;
	margin-bottom: 2rem;
	margin-top: 0.5rem;
	padding: 0.5rem;
	font-size: 1.071rem;
	font-weight: 300;
	font-family:'Avenir LT W01_65 Medium1475532';
}
textarea {
	min-height: 8rem;
}
input[type="checkbox"] {
	width: auto;
	float: left;
}
input[type="radio"] {
	float: left;
	margin: 0;
	width: auto;
	/*opacity: 0;*/
}
.radio-buttons {
	margin: 0.5rem 0 1.25rem 0;
	float: left;
}
.radio-buttons label {
	float: left;
	position: relative;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.5rem;
	margin-left: 0.5rem;
}
.radio-buttons label:first-child {
	margin-left: 0;
}
@media (max-width: 1260px) {
	.radio-buttons label {
		margin: 0;
		display: block;
		float: none;
	}
}
.radio-buttons label:before {
	content:'';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
	height: 0.8rem;
	width: 0.8rem;
	border: 1px solid #E33942;
	border-radius: 100%;
}
input[type="radio"] + span {
	display: inline-block;
	height: 0.8rem;
	width: 0.8rem;
	border-radius: 100%;
	position: absolute;
	left: 1px;
	top: 9px;
	border: 1px solid #fff;
	background-color: #E33942;
	opacity: 0;
}
input[type="radio"]:checked + span {
	opacity: 1;
}
.attachment {
	height: 2rem;
	width: 5rem;
	margin-left: 0.5rem;
	margin-top: 0.5rem;
	position: relative;
	border: 1px solid #333;
	display: inline-block;
	float: left;
	overflow: hidden;
	transition: all 0.2s linear;
}
.attachment:hover {
	background-color: rgba(51,51,51,0.1);
}
.attachment p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
}
.attachment input[type="file"] {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	opacity: 0;
	cursor: pointer;
	height: 100%;
	width: 200%;
	left: -100%;
}
.attachment-label {
	margin-top: 0.5rem;
	display: inline-block;
	clear: left;
	float: left;
	text-transform: uppercase;
}
.attachment-label p {
	line-height: 28px;
	font-size: 0.9rem;
}
#attachment-name {
	width: 100%;
	float: left;
	clear: both;
}
form button {
	text-transform: uppercase;
	font-size: 1rem;
	font-family:'Avenir LT W01_65 Medium1475532';
	background-color: rgba(227,57,66,1);
	color: #fff;
	display: inline-block;
	float: right;
	margin-top: -1px;
	margin-left: 1rem;
	height: 3rem;
	width: 30%;
}
@media (max-width: 920px) {
	form button {
		clear: left;
		width: 100%;
		margin: 1rem 0;
	}
}
div.address {
	display: block;
	float: left;
	width: 100%;
	padding: 0.5rem 1rem;
	margin: 1rem 0;
	background-color: #fff;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 800;
	font-color: #333;
}
div.address > div > div,
div.address > div > a {
	display: block;
	margin: 0.5rem 0;
	width: 100%;
}
div.address .header {
	font-size: 1.3rem;
	font-family:'Avenir Next W06 Regular';
	font-weight: 400;
}
div.address .info {
	font-size: 1rem;
	font-family:'Avenir LT W01_65 Medium1475532';
	font-weight: 400;
}
div.address a.email,
div.address .number {
	text-align: right;
}
div.number {
	font-size: 1rem;
	font-family:'Avenir LT W01_65 Medium1475532';
	font-weight: 400;
}
.address a.email {
	font-size: 1.1rem;
	font-family:'Avenir Next W06 Regular'; /*Avenir LT W01 85 Heavy*/
	font-weight: 400;
	color: #E33942;
}
.pull-left {
	float: left;
	clear: left;
	width: 50%;
}
.push-right {
	float: right;
	width: 50%;
}
.iframe {
	padding: 1rem;
	overflow: hidden;
	width: 100%;
}
@media(min-width: 500px) {
	.iframe {
		width: 50%;
		text-align: right;
	}
}
address {
	font-style: normal;
	font-size: 1rem;
	font-weight: 400;
	font-family:'Avenir LT W01_65 Medium1475532';
	color: #575757;
}

/*
 * CSS Animations
 * Don't forget to add vendor prefixes!
 */
.m-scene .scene_element,
.m-scene .scene_element .loading-screen {

  animation-duration: 0.25s;
  transition-timing-function: ease-in-out;
  animation-fill-mode: both;

  -webkit-animation-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;

  -moz-animation-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;

  -o-animation-duration: 0.25s;
  -o-transition-timing-function: ease-in-out;
  -o-animation-fill-mode: both;

  -webkit-filter: blur(3px); 
	-moz-filter: blur(3px); 
	-o-filter: blur(3px); 
	-ms-filter: blur(3px);
	filter: blur(3px);
}

.m-scene .scene_element--fadein {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;

  -webkit-filter: blur(0px); 
	-moz-filter: blur(0px); 
	-o-filter: blur(0px); 
	-ms-filter: blur(0px);
	filter: blur(0px);
}

.m-scene.is-exiting .scene_element,
.m-scene.is-exiting .scene_element .loading-screen {
  animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
}

.m-scene .scene_element--fadein .loading-screen {
  animation-name: Load;
  -webkit-animation-name: Load;
  -moz-animation-name: Load;
  -o-animation-name: Load;
  border: none !important;

}

/*
 * Keyframes
 */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/*********** Added by Ajay ***********/
.header-chineese-txt {font-size:12px; margin-top:27px; float:left;}
.mobile-sub-menu-btn {width:20px; margin-left:5px; margin-right:3px;}

/* for menu bar */
.menu_bar_left {width:100%; border-left:1px solid #d0d0d0; float:left; margin:5px 0;}
.menu li .menu_bar_left {height:18px;}
.first_sub_bar {height:18px !important;}
.menu li ul li .menu_bar_left {height:5px; margin:3px 0;}
.current_bar {border-left:1px solid #e33942;}
#mobile-sections .menu_bar_left {display:none;}
#mobile-sections .sub-menu li a {font-family:'Avenir Next W06 Regular'; color:#a0a0a0;}
#mobile-sections .sub-menu li a .right-a {color:#a0a0a0; line-height:13px; margin-bottom:15px;}
#mobile-sections .sub-menu li a:hover .right-a {color:#333;}

.portfolio-bottom-link {width:100%; padding:25px 20% 0; float:left; background:#f0f0f0; margin-top:-4px; margin-bottom:4px; text-align:center;}
.portfolio-bottom-link a {font-size:22px; line-height:50px; color:#3b3b3b; font-family:'Avenir Next W06 Regular'; width:85%; float:left; text-align:left; border-right:1px solid #b4b4b4; margin-top:-26px;}
.portfolio-bottom-link a div.link-inner {width:84%; float:left;background:#f0f0f0; font-size:14px; color:#3b3b3b;}
.portfolio-bottom-link div.hor-line {width:100%; float:left; margin-right:-16%; background:#b4b4b4; height:1px;}

/* for latest news */
.container-inner {width:100%; /*padding:0 10%;*/ float:left;}

#latest-news .container-inner-left { /*width:60%;*/ padding:0; float:left; /*border-right:1px solid #648098;*/}
#latest-news .container-inner-inner-left {/*width:95%;*/ /*float:left;*/ position:relative; top:0px; left:0px; /*z-index:999;*/ padding:5%; /*opacity: 0.9; filter: alpha(opacity=90); background:#00111c;*/}
#latest-news .container-inner-right {/*width:40%;*/ padding:5% 5% 5% 0; float:left;}

.row-inner {width:100%; padding:10px 15px; float:left; margin-bottom:5px;}
.row-inner .col-left {width:22%; float:left;}
.row-inner .col-right {width:78%; float:right;}

#latest-news .col-left img {width:100%; opacity: 1; filter: alpha(opacity=100);}
#latest-news .col-right h3 {color:#fff; margin:0 0 10px; font-family:'Avenir LT W01_65 Medium1475532';}
#latest-news .col-right h3 a {color:#fff; font-family:'Avenir LT W01_65 Medium1475532'; text-transform:uppercase;font-weight:normal; }
#latest-news .col-right h3 a:hover { color:#e5383f;}
#latest-news .col-right p {color:#fff; margin:0px; font-family:'Avenir Next W06 Regular'; line-height:18px;}

#latest-news .container-inner-right h2 {width:100%; margin:65px 0 10px; border-bottom:1px solid #648098; font-size:36px; line-height:45px; padding:0 0 43px 15%; color:#fff; font-family:'Avenir Next W01 Thin';}
#latest-news .container-inner-right a {font-family: 'Avenir LT W01_65 Medium1475532'; text-transform: uppercase; padding: 1px; font-size: 12px; color:#fff; text-decoration:none; margin:35px 0 0 15%; float:left;}
#latest-news .container-inner-right a:hover {color:#b1bfc8; text-decoration:none;}

.blogs-bottom-link {width:100%; padding:25px 26% 0; float:left; background:#00243c; margin-top:41px; margin-bottom:-42px; text-align:center;}
.blogs-bottom-link a {font-size:22px; line-height:50px; color:#fff; font-family:'Avenir Next W06 Regular'; width:85%; float:left; text-align:left; border-right:1px solid #fff; margin-top:-26px;}
.blogs-bottom-link a div.link-inner {width:84%; float:left;background:#00243c; font-size:14px; color:#fff;}
.blogs-bottom-link div.hor-line {width:100%; float:left; margin-right:-16%; background:#fff; height:1px;}

.heading-mobile {width:90%; float:left; margin:-10px 5% 40px; text-align:right; border-bottom:1px solid #404d55;}
.heading-mobile h2 { font-size:26px; padding:0px 0 15px; margin-bottom:0px; color:#fff; width:50%; text-align:left; float:left; border-right:1px solid #404d55;}
.heading-mobile a { color:#fff; text-decoration:none; width:50%; float:right; margin-top:21px;}
.heading-mobile a:hover { color:#b1bfc8; text-decoration:none;}

.heading-mobile-blog {width:90%; float:left; margin:-10px 5% 10px;}
.heading-mobile-blog h2 { font-size:22px; padding:0px 15px 15px 0; margin-top:-12px; margin-bottom:0px; color:#fff; float:left; font-family: 'Avenir LT W01_65 Medium1475532'; width:auto; float:left; background:#00111c;}
.heading-mobile-blog div { height:1px; background:#404d55; float:left; margin-top:25px; width:100%;}

.heading-mobile-services {width:90%; float:left; margin:-10px 5% 10px;}
.heading-mobile-services h2 { font-size:22px; padding:0px 15px 15px 0; margin-top:-12px; margin-bottom:0px; color:#fff; float:left; font-family: 'Avenir LT W01_65 Medium1475532'; width:auto; float:left; background:#005387;}
.heading-mobile-services div { height:1px; background:#407ea5; float:left; margin-top:25px; width:100%;}

/* for overview */
/*#overview { min-height:473px !important;}*/
#overview .container-inner-left { width:40%; padding:5% 0 5% 0; float:left; margin-top:118px;}
#overview .container-inner-right {width:60%; /*padding:30px 0 87px 5%;*/ float:left; border-left:1px solid #648098; /*margin-top:118px;*/}

#overview .container-inner-left h2 {width:100%;/* margin:40px 0 10px; border-bottom:1px solid #648098; font-size:36px; line-height:45px; padding:0 15% 20px 0; text-align:right;*/ color:#fff; font-family:'Avenir Next W01 Thin'; }
#overview .container-inner-left a {font-family: 'Avenir LT W01_65 Medium1475532'; text-transform: uppercase; padding: 1px; font-size: 12px; color:#fff; text-decoration:none;/* margin:30px 15% 0 0; float:right;*/}
#overview .container-inner-left a:hover {color:#b1bfc8; text-decoration:none;}
#overview .container-inner-right h3 { /*font-size:20px;*/ color:#fff; font-family:'Avenir LT W01_65 Medium1475532';}
#overview .container-inner-right p { /*font-size:16px;*/ color:#fff; line-height:24px; font-family:'Avenir Next W06 Regular';}
#overview .container-inner-right ul {/*margin-top:40px;*/ list-style:none; padding-left:2px !important;}
#overview .container-inner-right ul li { /*font-size:18px; line-height:45px;*/ color:#fff; padding-left:25px; /*background:url(../images/small-white-dash.png) no-repeat 0px 8px;*/}
#overview .container-inner-right ul li a {color:#fff;}
#overview .container-inner-right ul li a:hover {color:#b2bfc8;}

.services-bottom-link {width:100%; padding:25px 20% 0; float:left; background:#1b6594; margin-top:41px; margin-bottom:-42px; text-align:center;}
.services-bottom-link a {font-size:22px; line-height:50px; color:#fff; font-family:'Avenir Next W06 Regular'; width:85%; float:left; text-align:left; border-right:1px solid #548caf; margin-top:-26px;}
.services-bottom-link a div.link-inner {width:84%; float:left;background:#1b6594; font-size:14px; color:#fff;}
.services-bottom-link div.hor-line {width:100%; float:left; margin-right:-16%; background:#548caf; height:1px;}

/* for about */
#about .container-inner-left { /*width:60%;*/ padding:0; float:left; /*border-right:1px solid #c9c9c9;*/}
#about .container-inner-inner-left {/*width:95%;*/ float:left; padding:5%;}
#about .container-inner-right {/*width:40%;*/ padding:5% 5% 5% 0; float:left;}

#about .container-inner-inner-left p {color:#2b2b33;}
#about .container-inner-right h2 {width:100%; margin:35px 0 10px; border-bottom:1px solid #c9c9c9; font-size:31px; line-height:40px; padding:0 0 45px 15%; color:#4d4d4d; font-family:'Avenir Next W01 Thin';}
#about .container-inner-right a {font-family: 'Avenir LT W01_65 Medium1475532'; text-transform: uppercase; padding: 1px; font-size: 12px; color:#4d4d4d; text-decoration:none; margin:42px 0 0 15%; float:left;}
#about .container-inner-right a:hover {color:#b1bfc8; text-decoration:none;}

#about .testimonial-outer {width:90%; /*padding:0 10%;*/ float:left; /*margin:50px 5%;*/}
#about .testimonial-outer .heading-mobile-about {margin:-10px 0 10px;}
#about .testimonial-outer .heading-mobile-about h2 {font-size:20px;}
#about .testimonial-left {/*width:20%;*/ float:left; /*padding:20px 2% 20px 0; text-align:right;*/}
#about .testimonial-left img { /*height:60px;*/ max-width:100%;}
#about .testimonial-right {/*width:80%;*/ float:left; /*border-left:1px solid #c9c9c9;*/}
#about .testimonial-right a {color:#005387 !important;}
#about .testimonial-right a:hover {color:b2bfc8 !important;}
#about .testimonial-right .testimonial-top {width:100%; float:left; /*min-height:190px;*/ border-bottom:1px solid #c9c9c9; /*padding:10px 2% 11px 6%;*/ line-height:20px;}
#about .testimonial-right .testimonial-bottom h4 {color:#808080 !important; padding:10px 0 0px; font-size:18px; font-family:'Avenir Next W01 Thin';}
#about .testimonial-right .testimonial-bottom h4 span {color:#4d4d4d; font-size:18px; font-family:'Avenir LT W01_65 Medium1475532'; }
#about .testimonial-right .testimonial-bottom p {color:#808080 !important; margin:6px 0 0; line-height:18px;}
#about .testimonial-right .testimonial-bottom {width:100%; float:left; min-height:80px; /*padding:10px 2% 10px 4%;*/}

#about .heading-mobile {padding:0 5%}
#about .heading-mobile h2 {color:#4d4d4d !important;}
#about .heading-mobile a { color:#4d4d4d !important;}
#about .heading-mobile a:hover { color:#b1bfc8 !important;}

.about-bottom-link {width:100%; padding:25px 26% 0; float:left; background:#e4e4e4; margin-top:41px; margin-bottom:-42px; text-align:center;}
.about-bottom-link a {font-size:22px; line-height:50px; color:#fff; font-family:'Avenir Next W06 Regular'; width:85%; float:left; text-align:left; border-right:1px solid #bfbfbf; margin-top:-26px;}
.about-bottom-link a div.link-inner {width:84%; float:left;background:#e4e4e4; font-size:14px; color:#545454;}
.about-bottom-link div.hor-line {width:100%; float:left; margin-right:-16%; background:#bfbfbf; height:1px;}

.heading-mobile-about {width:90%; float:left; margin:-10px 5% 10px;}
.heading-mobile-about h2 { font-size:22px; padding:0px 15px 15px 0; margin-top:-12px; margin-bottom:0px; color:#666666; float:left; font-family: 'Avenir LT W01_65 Medium1475532'; width:auto; float:left; background:#f3f3f3;}
.heading-mobile-about div { height:1px; background:#d0d0d0; float:left; margin-top:25px; width:100%;}

/* for team */
#team h1 { padding:0; margin:-28px 20px 40px 4px; color:#fff; font-family:'Avenir LT W04_95 Black1475560'; z-index:999; width:auto; float:left;}
#team h1 div {width:auto;padding:10px 19px 10px 5px; background:#e33942; color:#fff; font-family:'Avenir LT W04_95 Black1475560'; font-size:28px;}
#team .heading-line {/*width:100%; float:left*/;margin:20px 20px 0 25px; background:#e9666e; height:1px;}
#team .row-team {width:100%; float:left; /*padding:5px 0px 40px;*/}
#team .row-team .team-col {/*width:33.33%;*/ float:left; padding:0 10px;}
#team .row-team .team-col .team-left {width:25%; float:left; padding:16px 2.5% 0 0; text-align:left;}
/*#team .row-team .team-col .team-left img {width:66px; height:66px; border-radius:33px;}*/
#team .row-team .team-col .team-right {width:75%; float:left; /*padding:0px 10% 0 0;*/ border-left:1px solid #ea6a71;}
#team .row-team .team-col .team-right .team-top {width:100%; float:left; border-bottom:1px solid #ea6a71; padding:0px 0 0px 7%;}
#team .row-team .team-col .team-right .team-top h4 {color:#fff; padding:0px 0 5px; font-size:18px; font-family:'Avenir Next W01 Thin'; text-transform:uppercase;}
#team .row-team .team-col .team-right .team-top h4 span {color:#fff; font-size:18px; font-family:'Avenir LT W01_65 Medium1475532'; text-transform:uppercase;}
#team .row-team .team-col .team-right .team-bottom {color:#fff; float:left; width:100%; padding:10px 0 0px 7%; font-family:'Avenir Next W06 Regular'; font-size:14px; line-height:19px;}

.team-bottom-link {width:100%; padding:25px 27% 0; float:left; background:#e74d55; margin-top:41px; margin-bottom:-42px; text-align:center;}
.team-bottom-link a {font-size:22px; line-height:50px; color:#fff; font-family:'Avenir Next W06 Regular'; width:85%; float:left; text-align:left; border-right:1px solid #ee7b80; margin-top:-26px;}
.team-bottom-link a div.link-inner {width:84%; float:left; background:#e74d55; font-size:14px; color:#fff;}
.team-bottom-link div.hor-line {width:100%; float:left; margin-right:-16%; background:#ee7b80; height:1px;}

.bottom-link {width:100%; float:left; height:70px; background:#f0f0f0; text-align:center;}
.bottom-link a {color:#3c3c3c; font-size:20px; line-height:70px;}

.header-top-menu {width:auto;/*51%;*/ float:right; margin:14px 0px 10px; border-right:1px solid #dbdbdb;}
.header-top-menu .header-top-menu-inner {float:left; /*width:80px;*/ border-left:1px solid #dbdbdb;}
.header-top-menu .header-top-menu-top { float:left; width:90%; margin-right:10%; border-bottom:1px solid #dbdbdb; padding:1px 0 1px 2px;}
.header-top-menu .header-top-menu-bottom { float:left; width:90%; margin-right:10%;/* padding:2px 0 2px 2px;*/}
.header-top-menu a {padding:2px 0 2px 5px; color:#a0a0a0; float:left; line-height:16px;}
.header-top-menu a:hover, .header-top-menu .active a {color:#333;}
.header-chineese-txt a {color:#a0a0a0;}
.header-chineese-txt a:hover {color:#333;}

@media (min-width: 320px) {
	.hide-on-mobile {display:none !important;}
	.show-on-mobile {display:inline !important;}
	
	.container-inner {padding:0 2%;}
	
	.header-chineese-txt { margin-left:5px;}
	.header-chineese-txt a { font-size:12px;}
	
	.header-top-menu .header-top-menu-inner {width:75px;}
	.header-top-menu a {font-size:11px;}
	.header-top-menu .header-top-menu-bottom { padding:5px 0 2px 2px;}
	
	#homepage, #services, #contact, #portfolio, #privacy-and-terms {margin:0 4px;}
	#latest-news, #overview, #about, #team {margin-bottom:4px;}
	
	#latest-news {background:#00111c;}
	#latest-news .container-inner-inner-left { margin-top:0px:}
	#latest-news .latest_news_outer { display:none;}
	#latest-news .container-inner-left {width:100%; border-right:0px;}
	#latest-news .container-inner-right {width:100%;}
	#latest-news .container-inner-inner-left {width:100%;}
	#latest-news .col-right h3 {font-size:14px;}
	#latest-news .col-right p {font-size:14px;}
	
	#overview .container-inner {padding-top:0px !important; margin-left:7%; width:88%; border-left:1px solid #407ea5;}
	#overview .container-inner-left {width:100%;}
	#overview .container-inner-right {width:100%; border:0px; padding:0px 0 0px 5%; margin-top:0px;}
	#overview .container-inner-left h2 {margin:0 0 5px; border-bottom:0px; font-size:16px; line-height:18px; padding:0 5% 5px; text-align:left;}
	#overview .container-inner-left a {margin:0px 5% 0; float:left;}
	
	#overview .container-inner-right h3 { font-size:20px;}
	#overview .container-inner-right p { font-size:16px;}
	#overview .container-inner-right ul {margin-top:10px;}
	#overview .container-inner-right ul li { line-height:20px; margin:7px 0; background:url(../images/small-white-dash.png) no-repeat 0px 8px;}
	#overview .container-inner-right ul li.last-li {margin-bottom:0px !important;}
	#overview .container-inner-right ul li a { font-size:16px; line-height:20px;}
	.row-inner .col-right {padding:0 0 0 5%;}

	#about .container-inner {margin-left:7%; width:88%; margin-right:5%; border-left:1px solid #d0d0d0; padding-top:0px;}
	#about .container-inner-left {width:100%; border-right:0px;}
	#about .container-inner-inner-left {width:100%;}
	#about .container-inner-right {width:100%; margin-right:0px;}
	#about .container-inner-inner-left p { font-size:16px; line-height:24px;}
	/*#about .testimonial-outer {width:90%; padding:0 10%; float:left; margin:50px 5%;}
	#about .testimonial-left {width:100%; float:left; padding:10px 0 10px 0; text-align:center;}
	#about .testimonial-right {width:100%; float:left; border-left:0px;}*/
	#about .testimonial-outer {width:90%; padding:0 3%; float:left; margin:50px 5% 0; height:auto;}
	#about .testimonial-left {width:30%; float:left; padding:20px 5% 20px 0; text-align:right;}
	#about .testimonial-right {width:70%; float:left; border-left:1px solid #c9c9c9;}
	/*#about .testimonial-left img {margin-top:80px;}*/
	#about .testimonial-right .testimonial-top {padding:10px 2% 20px 6%;}
	#about .testimonial-right .testimonial-bottom {padding:10px 2% 10px 6%;}
	
	#team .row-team {padding:5px 0px 0px;}
	#team .row-team .team-col {width:100%; padding-bottom:40px;}
	#team .container-inner {margin-left:2%; width:98%; /*border-left:1px solid #e9666e;*/}
	#team .row-team .team-col .team-left img, /*#team .row-team*/ .team-col .team-left div {width:58px; height:58px; border-radius:29px;}
	#team .row-team .team-col .team-right {padding:0px 6% 0 0;}
	
	.privacy-outer {width:90%; float:left; margin:30px 5% 50px 5%;}
}

@media (min-width: 360px) {
	.header-chineese-txt { margin-left:10px;}
	.header-top-menu a {font-size:12px;}
	.header-top-menu .header-top-menu-inner {margin-right:10px; width:80px;}
	.header-top-menu .header-top-menu-bottom { padding:2px 0 2px 2px;}
	.header-top-menu .header-top-menu-top a {}
	.header-top-menu .header-top-menu-bottom a {}
	
	#about .testimonial-outer {/*height:275px;*/}
}

@media (min-width: 480px) {
	.container-inner {padding:0 4%;}
	
	#overview .container-inner-left h2 {font-size:18px; line-height:26px;}
	#overview .container-inner-right h3 { font-size:14px;}
	#overview .container-inner-right p { font-size:14px;}
	#overview .container-inner-right ul {margin-top:10px;}
	#overview .container-inner-right ul li a { font-size:14px; line-height:20px;}
	
	#about .container-inner-inner-left p { font-size:12px; line-height:18px;}
	/*#about .testimonial-left img {margin-top:60px;}*/
	#about .testimonial-right .testimonial-top {padding:10px 2% 20px 4%;}
	#about .testimonial-right .testimonial-bottom {padding:10px 2% 10px 4%;}
	
	#team .row-team .team-col .team-left img, #team .row-team .team-col .team-left div {width:66px; height:66px; border-radius:33px;}
}

@media (max-width: 767px) {
	#about .testimonial-left { display:none;}
	#about .testimonial-right {width:100% !important;}
	#about .testimonial-bottom-img {width:100%; float:left; text-align:left;}
	
	.TDteam { background-position: -70px -136px !important; }
	.CMteam { background-position: -2px -136px !important; }
	.LDteam { background-position: -274px -68px !important; }
	.SWteam { background-position: -206px -68px !important; }
	.DMteam { background-position: -138px -68px !important; }
	.DLteam { background-position: -70px -68px !important; }
	.AKteam { background-position: -2px -68px !important; }
	.RMteam { background-position: -274px 0px !important; }
	.IGteam { background-position: -206px 0px !important; }
	.EMteam { background-position: -138px 0px !important; }
	.GFteam { background-position: -70px 0px !important; }
	.SSteam { background-position: -2px 0px !important; }
}

@media (min-width: 768px) {
	.hide-on-mobile {display:inline !important;}
	.show-on-mobile {display:none !important;}
	
	.container-inner {padding:0 6%;}
	
	.header-chineese-txt a { font-size:14px;}
	
	#homepage, #services, #contact, #portfolio, #privacy-and-terms {margin:0;}
	#latest-news, #overview, #about, #team {margin-bottom:0px;}
	
	/*#latest-news {background:url(../images/home/Mountain-Hikers.jpg) no-repeat;}*/
	#latest-news {background-image:url(../images/home/Mountain-Hikers.jpg); background-repeat:no-repeat; background-size:100% auto;}
	#latest-news .latest_news_outer {opacity: 0.9; filter: alpha(opacity=90); background:#00111c; width:95%; position:relative; top:0; left:0; height:520px;}
	#latest-news .latest_news_outer { display:block;}
	#latest-news .container-inner-left {width:60%; border-right:1px solid #648098; height:520px;}
	#latest-news .container-inner-right {width:40%;}
	#latest-news .container-inner-inner-left {width:95%;margin-top:-513px;}
	#latest-news .col-right h3 {font-size:14px;}
	#latest-news .col-right p {font-size:14px;}
	
	#overview { padding:0 0 118px 0 !important;}
	#overview .container-inner {padding-top:4rem !important; border-left:0px;}
	#overview .container-inner-left {width:40%;}
	#overview .container-inner-right {width:60%; border-left:1px solid #648098;padding:30px 0 87px 5%; margin-top:118px;}
	#overview .container-inner-left h2 {margin:19px 0 10px; border-bottom:1px solid #648098; font-size:36px; line-height:45px; padding:0 15% 45px 0;text-align:right;}
	#overview .container-inner-left a {margin:40px 15% 0 0; float:right;}
	
	#overview .container-inner-right h3 { font-size:20px;}
	#overview .container-inner-right p { font-size:16px;}
	#overview .container-inner-right ul {margin-top:20px;}
	#overview .container-inner-right ul li {background:url(../images/small-white-dash.png) no-repeat 0px 14px;}
	#overview .container-inner-right ul li a { font-size:16px; line-height:32px;}
	
	.row-inner .col-right {padding:0 0 0 3%;}
	
	#about { padding-top:0px !important;}
	#about .container-inner { padding-top:4rem;}
	#about .container-inner-left {width:60%; border-right:1px solid #c9c9c9;}
	#about .container-inner-inner-left {width:95%;}
	#about .container-inner-right {width:40%;}
	#about .container-inner-inner-left p { font-size:16px; line-height:24px;}
	
	#about .testimonial-outer {width:90%; padding:0 10%; float:left; margin:50px 5% 0; height:320px;}
	#about .testimonial-left {width:20%; float:left; padding:100px 5% 20px 0; text-align:right;}
	#about .testimonial-right {width:80%; float:left; border-left:1px solid #c9c9c9;}
	#about .testimonial-left img {margin-top:40px;}
	
	#team .row-team {padding:5px 0px 40px;}
	#team .row-team .team-col {width:33.33%;}
	#team .row-team .team-col .team-right {padding:0px 10% 0 0;}
	
	.privacy-outer {width:80%; float:left; margin:30px 10% 50px 10%;}
}

@media (min-width: 992px) {
	.container-inner {padding:0 10%;}
	#latest-news .col-right h3 {font-size:16px;}
	#latest-news .col-right p {font-size:16px;}
	#about .testimonial-left img {margin-top:20px;}
	
	#overview .container-inner {padding-top:0px !important; margin-left:0%; width:100%;}
	#about .container-inner {margin-left:0%; width:100%; border-left:0px; margin-right:0%;}
	#team .container-inner {margin-left:0%; width:100%; border-left:0px;}
	
	.privacy-outer {width:70%; float:left; margin:30px 20% 50px 10%;}
}

@media (min-width: 1200px) {
	
}

@media (min-width: 1300px) {
	.row-inner .col-left {width:16% !important;}
	.row-inner .col-right {width:84% !important;}
}

.TDteam, .CMteam, .LDteam, .SWteam, .DMteam, .DLteam, .AKteam, .RMteam, .IGteam, .EMteam, .GFteam, .SSteam { width: 66px; height: 66px; background: url(../images/home/Team-Pics-Sprite.jpg); }

.TDteam { background-position: -68px -136px; }
.CMteam { background-position: 0px -136px; }
.LDteam { background-position: -272px -68px; }
.SWteam { background-position: -204px -68px; }
.DMteam { background-position: -136px -68px; }
.DLteam { background-position: -68px -68px; }
.AKteam { background-position: 0px -68px; }
.RMteam { background-position: -272px 0px; }
.IGteam { background-position: -204px 0px; }
.EMteam { background-position: -136px 0px; }
.GFteam { background-position: -68px 0px; }
.SSteam { background-position: 0px 0px; }

.bottom-up-down {width: 29px; height: 14px; background: url(../images/Up-Down-Arrow.svg); float:left;}
.up-arrow {background-position: 0px -55px;}
.up-arrow:hover {background-position: 0px -37px;}
.down-arrow {background-position: -30px -54px;}
.down-arrow:hover {background-position: -30px -36px;}
.up-arrow-blog {background-position: 0px -19px;}
.up-arrow-blog:hover {background-position:  0px -1px;}
.down-arrow-blog {background-position: -30px -18px;}
.down-arrow-blog:hover {background-position: -30px 0px;}

#privacy-and-terms h1 { color:#fff; font-size:36px; margin-bottom:10px; float:left; width:100%;}
#privacy-and-terms h2 { color:#DEE8F3; font-size:28px; margin:40px 0 10px; float:left; width:100%; line-height:35px;}
#privacy-and-terms h3 { color:#DEE8F3; font-size:22px; margin:20px 0 0px; float:left; width:100%;}
#privacy-and-terms p { color:#DEE8F3; font-size:17px; float:left; width:100%;}
#privacy-and-terms a {color:#fff; font-size:17px;}
#privacy-and-terms a:hover {color:#e5383f;}
#privacy-and-terms ul {width:100%; float:left; list-style:lower-alpha; margin-left:3px;}
#privacy-and-terms ul li {color:#DEE8F3; font-size:17px; margin:10px 0 10px; float:left;}
#privacy-and-terms ul li ul { list-style:lower-roman; margin-top:0px;}
#privacy-and-terms ul li ul li {margin:0 !important;}
#privacy-and-terms .privacy-ul {margin:0px !important; list-style:disc}
#privacy-and-terms .privacy-ul li {margin:0px !important;}
#privacy-and-terms ul li a {color:#fff; font-size:17px;}
#privacy-and-terms ul li a:hover {color:#e5383f;}