/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */

@media   {
	
html, body{
	height: auto !important;
	}

body{
	height: 100% !important;
	min-height: 100%;
	
	font-family: "ProximaNovaLight";
	overflow-x: hidden; /* prevents horizontal scroll bars */
	
	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	text-size-adjust: 100%;
	
  	background: #ffffff;
	}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
    display: block;
    position: relative;
	
	margin: 0;
	padding: 0;
	
	border: 0;
	text-decoration: none;
	}

a:active,
a:hover {
	outline: 0;
	}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

.largescreen {
	display: block;
	}
 
.smallscreen {
	display: none;
	}
	
button:focus {
	outline:0 !important;
	}
	
textarea:focus, input:focus{
    outline: none !important;
	}

*:focus {
    outline: none !important;
	}

}




/* ====================================
	Page Layout 
   ==================================== */
 
@media   {  

.row {
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -o-calc(100% - 70px);
	width: calc(100% - 70px);
	max-width: 900px;
	margin: 0 auto;
	}

.row:before, .row:after {
	content: " ";
	display: table;
	}
	
section {
	height: auto;
	width: 100%;
  	padding: 0px;
  	position: relative;
	text-align: center;
	}

section .content {
	height: auto;
	width: -moz-calc(100% - 48px);
	width: -webkit-calc(100% - 48px);
	width: -o-calc(100% - 48px);
	width: calc(100% - 48px);
	
	display: inline-block;    
	padding: 128px 0px 128px 0px;
	position: relative;
	}
	
section .title {
	width: 100%;
	}

}

	
	
	
/* ====================================
	Typography
   ==================================== */
	
@media   {

	.h2-wrap {	
		opacity: 0;
	}
	
	h2 {
		font-family: ProximaNovaRegular;
		font-size: 36px;
		color: #353535;
		letter-spacing: 0.1em;
		line-height: 48px;
		
		width: auto;
		
		display: inline-block;
    	margin: 0em 0em 24px 0em;
		
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		
		transition: color .4s ease;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		
	}
	
	h2:after {
		height: 1px;
		width: -moz-calc(100% - 84px);
		width: -webkit-calc(100% - 84px);
		width: -o-calc(100% - 84px);
		width: calc(100% - 84px);
		
		content: '';
		display: block;
		margin: auto;
		
		background: #353535;
		transition: width .5s ease, background-color .5s ease;
	} 

	section .content h3 {
		font-family: ProximaNovaRegular;
		font-size: 1em;
		color: #353535;
		letter-spacing: 0.1em;
		line-height: 18px;
		text-align: center;
		text-decoration: none;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		transition: color .4s ease;
		display: inline-block;
		margin: 0em;
		width: auto;
		}
		
	section .content h4 {
		font-family: ProximaNovaLight;
		font-size: .8em;
		color: #353535;
		letter-spacing: 0.1em;
		line-height: 18px;
		text-align: center;
		text-decoration: none;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		transition: color .4s ease;
		display: inline-block;
		margin: 10px 0px 10px 0px;
		width: 100%;
	}
	
	section .content h4.short {
		margin: 10px 5% 10px 5%;
		width: 90%;
	}
				
	section .content h4:after {
		content: '';
		display: block;
		margin: 1em auto 0em auto;
		height: 1px;
		width: 100%;
		background: #353535;
		transition: width .5s ease, background-color .5s ease;
		}	
		
	section .content p {
		font-family: ProximaNovaLight;
		font-size: 14px;
		color: #353535;
		
		height: auto;
		width: 100%;
		
		display: inline-block;
		margin: 0;
		
		letter-spacing: 0.1em;
		line-height: 20px;
		text-align: justify;
		text-decoration: none;
		text-justify: inter-word;
		transition: color .4s ease;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
	section .content p2 {
		font-family: ProximaNovaRegular;
		font-size: 14px;
		color: #353535;
		
		height: auto;
		width: 100%;
		
		display: inline-block;
		margin: 0;
		
		letter-spacing: 0.1em;
		line-height: 20px;
		text-align: justify;
		text-decoration: none;
		text-justify: inter-word;
		transition: color .4s ease;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}	

	section .content a {
		font-family: ProximaNovaLight;
		font-size: 18px;
		color: #353535;
		letter-spacing: 0.1em;
		line-height: 24px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		transition: color .4s ease;
		width: auto;
		}
	
	section .content a.header {
	font-family: ProximaNovaRegular;
	font-size: 36px;
	color: #353535;;
	letter-spacing: 0.1em;
	line-height: 48px;
	
    padding: 0px 0px 18px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: color .4s ease;
	display: inline-block;
	position:relative;
	width: auto;
	}
	
	section .content a.header:after {
	content: '';
	display: block;
	margin: .15em auto 0em auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
	}

	section .content a.team {
	font-family: ProximaNovaRegular;
	font-size: .8em;
	color: #353535;;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: color .4s ease;
	display: inline-block;
	position:relative;
	width: auto;
	}
	
	section .content a.team:after {
	content: '';
	display: block;
	margin: .15em auto 0em auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
	}

	section .content a:hover:after {
	width: 75%;
	background: #353535;
	}

}


	
	
/* =================
	Slider Text 
   ================= */

@media {
		
	section.home .content h2 {
    	color: #ffffff;
    	margin: 0em 0em 12px 0em;
		line-height: 36px;
		}	
	
	section.home .content h2:after {
		height: 0px;
		width: 0px;
	}
	
	section.home .content p {
    	color: #ffffff;
		text-transform: none;
		}		
		
	section.home .content a {
		display: inline-block;
		position: relative;
		padding: 12px 0px 3px 0px;
		color: #ffffff;
		outline: none;
	}

	section.home .content a:after {
		height: 1px;
		width: 0px;
		
		content: '';
		display: block;
		margin: auto;
		
		background: transparent;
		transition: width .5s ease, background-color .5s ease;
	}

	section.home .content a:hover:after {
		width: -moz-calc(100% - 48px);
		width: -webkit-calc(100% - 48px);
		width: -o-calc(100% - 48px);
		width: calc(100% - 48px);
		background: white;
	}

}
	
	
	
	
/* ====================================
	Responsive Nav Styles
   ==================================== */

@media   {
	  
.nav-collapse ul {
  width: 100%;
  display: block;
  
  margin: 0;
  padding: 0;
  
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  max-height: 0;
  
  display: block;
  position: absolute;
  
  clip: rect(0 0 0 0);
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

}




/* ====================================
	Navigation Styles
   ==================================== */  

@media   {
	    
header {
	height: auto;
	width: 100%;
	
	display: block;
	position: fixed;
	-webkit-transform: translateZ(0);
	z-index: 1000;
	
	background-color: #133893;
	}

header ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

header li a {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
    color: #ffffff;
	outline: none;
}

header li a:after {
	height: 1px;
	width: 0px;
	
	content: '';
	display: block;
	margin: auto;
	
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

header li a:hover:after {
	width: -moz-calc(100% - 20px);
  	width: -webkit-calc(100% - 20px);
  	width: -o-calc(100% - 20px);
  	width: calc(100% - 20px);
	background: white;
}

a.header-active {
    color:#ccc;
	}
	
.nav-collapse ul:hover a.header-active {
	color: #ffffff;
	}
	
.nav {
    height: auto;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
    max-width: 900px;
	
    position: relative;
    text-align: center;
    -webkit-transform: translateZ(0);
    z-index: 999;
	
    margin: 0 auto;
    top: 0;	left: 0;
}

.mask {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 2;
  top: 0;	left: 0;	bottom: 0;	right: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

.fixed {
  width: 100%;
  position: fixed;
  top: 0;	left: 0;
}

.nav-collapse {
	height: 100%;
	width: 75px;
	
	right: 0;
	
	float: left;
	text-align: center;
	 
	-webkit-box-sizing: border-box;		-moz-box-sizing: border-box;		box-sizing: border-box;
	}

.nav-collapse,
.nav-collapse ul {
	width: auto;
	float: right;
	list-style: none;
	}

.icons {
  	height: 100%;
  	width: 100%;
	
  	display: inline-block;
  	position: relative;
	}
	
.nav-logo {
  	height: 40px;
  	width: auto;
	
  	display: block;
  	float: left;
  	position: relative;
	
  	margin: 10px 0px;
  	transition: opacity .4s ease;
	}

 .icon-phone, .icon-mail, .icon-facebook, .icon-location {
	padding: 0;
	font-size: 12px;
	color: #ccc;
	transition: color .4s ease;
	}
	
.icon-facebook:hover, .icon-location:hover, .icon-phone:hover, .icon-mail:hover {
	color: #FFFFFF;
	}

.nav-collapse li {
  	width: 100%;
  	float: left;
	line-height: 40px;
}

.nav-collapse a {
	
   	float: left;
   	margin: 0;
    padding: 0px 10px;
	
	font-family: "ProximaNovaRegular";
	font-size: 10px;
	
	letter-spacing: 0.1em;
	line-height: 18px;
	outline: none;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	
   	border-top: 0;
	transition: color .4s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

.nav-collapse a.icon {
	padding: 0px
	}
	
.nav-collapse .i-name {
	font-family: "ProximaNovaRegular";
	float: left;
	font-size: 1em;
	line-height: 2.5em;
	width: 100%;
	color: #f0f0f0;
	letter-spacing: 0.075em;
	outline: none;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: color .4s ease;
	}
	
.nav-collapse .i-name:hover {
	color: #FFFFFF;
	}

.mail {
    height: 40px;
    width: 40px;
    float: left;
    margin: 10px;
}
	
.phone {
    height: 40px;
	width: 65px;
    float: left;
    margin: 10px;
	}
	
.findus {
    height: 40px;
    width: 45px;
    float: left;
    margin: 10px 0px 10px 10px;
	}

}




/* ====================================
	Toggle Nav Styles
   ==================================== */

@media   {
	
@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  height: 55px;
  width: 25px;
  float: right;
  position: relative;
  text-decoration: none;
  text-indent: -300px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-toggle:before {
  	width: 100%;
  	font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
	
  	text-align: center;
  	text-indent: 0;
  	text-transform: none;
  	position: absolute;
	top: 0;	left: 0;
	
	color: #fff; /* Edit this to change the icon color */
  	content: "\2261"; /* Hamburger icon */
  	speak: none;
	}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

}




/* ==============================================
	Email Pop-Up
=============================================== */

@media   {
	
.cd-popup {
  	position: fixed;
  	left: 0;
  	top: 0;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
  	visibility: hidden;
  	background-color:rgba(21, 59, 145, 0.75);
  	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  	transition: opacity 0.3s 0s, visibility 0s 0.3s;
  	z-index: 1000;
	}
	
.cd-popup h2 {
    margin: 24px 0px 36px 0;
	}

.cd-popup .iframewrap {
	height: 290px;
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
	margin: 40px 0px;
	}

.cd-popup .iframewrap iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  background: #FFF;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.cd-popup-container p {
  padding: 3em 1em;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
}

}




/* ==============================================
	Functions Pop-Up
=============================================== */

@media   {
	
.functions-popup {
  	position: fixed;
  	left: 0;
  	top: 0;
  	height: 100%;
  	width: 100%;
  	background-color:rgba(21, 59, 145, 0.75);
  	opacity: 0;
  	visibility: hidden;
  	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  	transition: opacity 0.3s 0s, visibility 0s 0.3s;
  	z-index: 1000;
	}
	
.functions-popup h2 {
    margin: 24px 0px 36px 0;
	}

.functions-popup .iframewrap {
	height: 490px;
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
	margin: 40px 0px;
	}

.functions-popup .iframewrap iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px 0px 24px 0px;
}

.functions-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.functions-popup-container {
  position: relative;
  background: #FFF;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.functions-popup-container p {
  padding: 3em 1em;
}

.functions-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.functions-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}

.functions-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.functions-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}

.no-touch .functions-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}

.functions-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}

.no-touch .functions-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.functions-popup-container .functions-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.functions-popup-container .functions-popup-close::before, .functions-popup-container .functions-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.functions-popup-container .functions-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.functions-popup-container .functions-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .functions-popup-container {
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
}

}




/* ==============================================
	Slider
=============================================== */

@media   {
	
@-webkit-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
	
@-moz-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
	
@-ms-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
	
@keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
	
@-webkit-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
	
@-moz-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
	
@-ms-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
	
@keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
	
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("/images/sy-loader.gif") 50% 50% no-repeat;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  -webkit-background-size: 32px;
  background-size: 32px;
  min-height: 40px; }
  
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; 
	}

.slider_wrapper {
	width: 50%;
	margin: 0 auto;
}

.sy-box{
	height: 100%;
	width: 100%;
}

/* element that wraps the slides */
.sy-slides-wrap {
	position: relative;
  	height: 100%;
  	width: 100%; 
  	}
  
.sy-slides-wrap:hover .sy-controls {
	display: block; 
	}

/* element that crops the visible area to the slides */
.sy-slides-crop {
	height: 100%;
  	width: 100%;
  	position: absolute;
  	overflow: hidden; 
	}

/* element that crops the visible area to the slides */
section.privatehire .sy-slides-crop {
	height: 100%;
  	width: 100%;
  	position: absolute;
  	overflow: hidden; 
	}

/* list containing the slides */
.sy-list {
  	width: 100%;
  	height: 100%;
  	list-style: none;
 	 margin: 0;
  	padding: 0;
  	position: absolute; 
	}
	
.sy-list.horizontal {
	-moz-transition: left ease;
    -o-transition: left ease;
    -webkit-transition: left ease;
    transition: left ease; }
	
.sy-list.vertical {
    -moz-transition: top ease;
    -o-transition: top ease;
    -webkit-transition: top ease;
    transition: top ease; }

/* single slide */
.sy-slide {
	position: absolute;
  	height: 100%;
  	width: 100%;
  	z-index: 2; 
  	}
  
.sy-slide.kenburns {
	width: 140%;
    left: -20%; 
	}
	
	.sy-slide.kenburns.useCSS {
		-moz-transition-property: opacity;
      	-o-transition-property: opacity;
      	-webkit-transition-property: opacity;
      	transition-property: opacity; 
		}
		
  	.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
 		-webkit-animation-name: left-right;
 		-webkit-animation-fill-mode: forwards;
    	-moz-animation-name: left-right;
    	-moz-animation-fill-mode: forwards;
    	-o-animation-name: left-right;
     	-o-animation-fill-mode: forwards;
       	animation-name: left-right;
    	animation-fill-mode: forwards; 
		}
			
 	.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
		-webkit-animation-name: right-left;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: right-left;
        -moz-animation-fill-mode: forwards;
        -o-animation-name: right-left;
        -o-animation-fill-mode: forwards;
        animation-name: right-left;
        animation-fill-mode: forwards; 
		}
		
  	.sy-slide.sy-active {
    	z-index: 3; 
		}
	
.sy-slide > img {
	margin: 0;
	padding: 0;
	display: block;
    height: auto;
    border: 0;
    width: 100%;
	}
	
.sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; 
	}

.sy-slide > a > img {
 	margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0;
 	}

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
	display: block;
  	list-style: none;
  	height: 100%;
  	width: 100%;
  	position: absolute;
  	padding: 0;
  	margin: 0; 
  	}
  
	.sy-controls li {
  		position: absolute;
    	width: 10%;
    	min-width: 4.2em;
    	height: 100%;
    	z-index: 33;
		opacity:0;
  		transition: all 1s ease;
		}
	
	.sy-controls:hover li {
  		opacity:1;
  		}
  
    .sy-controls li.sy-prev {
      left: 0;
      top: 0; 
	  }
	  
  	.sy-controls li.sy-prev a:after {
  		background-position: -5% 0; 
		}
		
    .sy-controls li.sy-next {
		right: 0;
  		top: 0; 
	  	}
	  
  	.sy-controls li.sy-next a:after {
        	background-position: 105% 0; 
			}
     
	.sy-controls li a {
   		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		text-indent: -9999px;
		transition: all .4s ease; 
		
  		opacity:0;
  		transition: all .4s ease;
		}
	  
	.sy-controls li a:link, .sy-controls li a:visited {
  		opacity: 0.4; 
		transition: all .4s ease;
		}
		
 	.sy-controls li a:hover, .sy-controls li a:focus {
   		opacity: 0.8;
        outline: none; 
		}
		
 	.sy-controls li a:after {
  		content: "";
        background-image: url("../images/arrows.svg");
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        position: absolute;
        width: 2.8em;
        height: 2.8em;
        left: 50%;
        top: 50%;
        margin-top: -1.4em;
        margin-left: -1.4em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; 
		}
		
@media only screen and (max-device-width: 600px) {
	.sy-controls {
 		display: block; 
		}
		
  	.sy-controls li {
        min-width: 2.1em; 
		}
		
	.sy-controls li a:after {
  		width: 1.4em;
      	height: 1.4em;
     	margin-top: -0.7em;
      	margin-left: -0.7em; 
		} 
}

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
	display: none;
  	position: absolute;
  	bottom: 2em;
  	z-index: 12;
  	left: 50%; 
	}
  
.sy-caption-wrap .sy-caption {
	position: relative;
	left: -50%;
	background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    -moz-border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    border-radius: 1.2em; 
	}
	
	.sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
  		color: #e24b70;
   		font-weight: 600;
 		text-decoration: none; 
		}
		
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
 		text-decoration: underline; 
	  	}

@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
	.sy-caption-wrap {
 		left: 0;
		bottom: 0.4em; 
		}
		
	.sy-caption-wrap .sy-caption {
 		left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; 
		} 
}

/* pager bubbles */
.sy-pager {
	overflow: hidden;
  	*zoom: 1;
  	display: none;
  	width: 100%;
  	margin: 1em 0 0;
  	padding: 0;
  	list-style: none;
  	text-align: center; 
	}
	
.sy-pager li {
	display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; 
	}
	
	.sy-pager li.sy-active a {
 		background-color: #e24b70; 
	  	}
	  
	.sy-pager li a {
 		width: 100%;
   		height: 100%;
      	display: block;
      	background-color: #ccc;
      	text-indent: -9999px;
		-moz-background-size: 2em;
		-o-background-size: 2em;
		-webkit-background-size: 2em;
		background-size: 2em;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%; 
		}
		
	.sy-pager li a:link, .sy-pager li a:visited {
 		opacity: 1.0; 
		}
		
 	.sy-pager li a:hover, .sy-pager li a:focus {
  		opacity: 0.6; 
		}

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
	width: 100%; 
	}
	
.sy-filler.ready {
	-moz-transition: padding 600ms ease;
    -o-transition: padding 600ms ease;
    -webkit-transition: padding 600ms ease;
    transition: padding 600ms ease; 
	}

sy-box {
	height: 500px;
	}

}








/* ==============================================
	Styles for screen 1000px and above
=============================================== */

@media screen and (min-width: 1000px) {
	
/* ====================================
	Navigation Styles
   ==================================== */ 
     
	.js .nav-collapse {
    position: relative;
  }
  
	.js .nav-collapse.closed {
    max-height: none;
  }
  
	.nav-toggle {
    display: none;
  }
  
	.mask {
		display: none !important;
		opacity: 0 !important;
		}

	.nav-collapse {
		width: auto;
		opacity: 1;
		}

	.nav-collapse {
		width: auto;
		opacity: 1;
		}

	.nav-collapse li {
		width: auto;  	
		margin: 20px 0;
		}
  
	.nav-collapse ul ul a {
		display: none;
		}
	
	.cd-popup .iframewrap {
		position: relative;
		padding-bottom: 24px;
		padding-top: 0;
		height: 290px;
		margin: 0px;
		}
		
	.functions-popup .iframewrap {
		height: 490px;
		position: relative;
		padding-bottom: 0;
		padding-top: 0;
    	margin: 0px 0px 24px 0px;
		}




/* ====================================
	Page Layout 
   ==================================== */
		
	section .content {
		width: -moz-calc(100% - 48px);
		width: -webkit-calc(100% - 48px);
		width: -o-calc(100% - 48px);
		width: calc(100% - 48px);
		}
   
	
	
	
/* ====================================
	Typography
   ==================================== */
   
	section .content a.h2 {
	  outline: none;
	  text-transform: uppercase;
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	  transition: color .4s ease;
	  width: auto;
	}
	
	section .content h2 {
		opacity: 1;
		}
}








/* ==============================================
	Styles for screen 1000px and lower
=============================================== */
 
@media screen and (min-width : 240px) and (max-width: 1000px) {	
	
/* ====================================
	Navigation Styles
   ==================================== */ 
	
.nav {
	opacity: 1;
	}

.icons {
  	position: relative;
  	height: 100%;
  	width: 100%;
  	display: inline-block;
	}
	
.nav-collapse {
  	width: 100%;
	}

.nav-collapse a {    
	font-family: "ProximaNovaLight";
    font-size: 16px;
	
    width: 100%;
    max-width: 100%;
	
    display: inline-block;
    float: none;
    text-align: center;
	}
	
.nav-collapse,
.nav-collapse ul {
	width: 100%;
	}

.nav-collapse li {
    float: left;
    width: 100%;
    margin: 18px 0px;
	}

.mail, .phone, .findus {
	height: auto;
  	float: left;
    margin: 36px 0px;
	padding: 0px;
  	width: -moz-calc(33.3% - 1px);
	width: -webkit-calc(33.3% - 1px);
  	width: -o-calc(33.3% - 1px);
  	width: calc(33.3% - 1px);
	}	
	
.h2-wrap {	
	opacity: 1;
	}
	
h2 {
	line-height: 36px;
	}

h2:after {
	height: 0px;
	width: 0px;
	}

.largescreen {
	display: none;
	}
 
.smallscreen {
	display: block;
	}	
	
	
	
	
/* ====================================
	Email Pop-Up
   ==================================== */
		
	.cd-popup .iframewrap {
		margin: 0px 0px 24px 0px;
		}
		
	.cd-popup h2 {
    	margin: 24px;
		}
		
		
	
/* ====================================
	Functions Pop-Up
	==================================== */
		
	.functions-popup .iframewrap {
		position: relative;
		padding-bottom: 0;
		padding-top: 0;
    	height: 490px;
		margin: 0px 0px 24px 0px;
		}
		
	.functions-popup h2 {
    	margin: 24px;
		}
		
}








/* ==============================================
	Styles for screen 400px and lower
=============================================== */

@media screen and (min-width : 100px) and (max-width: 400px) {	

.mail, .phone {
	height: auto;
  	float: left;
    margin: 18px 0px;
	padding: 0px;
  	width: 50%;
	}
	
.findus {
	height: auto;
  	float: left;
    margin: 18px 0px 36px 0px;
	padding: 0px;
  	width: 100%;
	}

.LG-logo {
  opacity: 1;
  padding: 0;
  transition: opacity .4s ease;
}

.nav-collapse,
.nav-collapse ul {
	background: transparent;
	}
	
.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
}
	
.cd-popup .iframewrap {
  	position: relative;
  	padding-bottom: 0;
  	padding-top: 0;
  	height: 290px;
  	margin: 2em 0em;
	}
	
.functions-popup .iframewrap {
  	position: relative;
  	padding-bottom: 0;
  	padding-top: 0;
  	height: 290px;
  	margin: 2em 0em;
	}




/* ====================================
	Page Layout 
   ==================================== */
		
	section .content {
		width: -moz-calc(100% - 48px);
		width: -webkit-calc(100% - 48px);
		width: -o-calc(100% - 48px);
		width: calc(100% - 48px);
		}
	
	
	
	
/* ====================================
	Typography
   ==================================== */
   
	section .content a.h2 {
	  outline: none;
	  text-transform: uppercase;
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	  transition: color .4s ease;
	  width: auto;
	}
	
	.h2-wrap {	
		opacity: 1;
		}
		
	section .content h2 {
		line-height: 36px;
		opacity: 1;
		}
		
	section .content h2:after {
		height: 0px;
		width: 0px;
		}
	
	
	
	
/* ====================================
	Email Pop-Up
   ==================================== */
		
	.cd-popup .iframewrap {
		position: relative;
		padding-bottom: 0;
		padding-top: 0;
		height: 290px;
		margin: 0px 0px 24px 0px;
		}
		
	.cd-popup h2 {
    	margin: 24px;
		}
	
	
	
	
/* ====================================
	Functions Pop-Up
   ==================================== */
		
	.functions-popup .iframewrap {
		position: relative;
		padding-bottom: 0;
		padding-top: 0;
    	height: 490px;
		margin: 0px 0px 24px 0px;
		}
		
	.functions-popup h2 {
    	margin: 24px;
		}
}