@font-face {
	font-family: 'DINNextLTPro-MediumCond';
	src:url('../fonts/284F57_0_0.eot');
	src:url('../fonts/284F57_0_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/284F57_0_0.woff') format('woff'),
	url('../fonts/284F57_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'ZuliaPro';
	src:url('../fonts/284F57_1_0.eot');
	src:url('../fonts/284F57_1_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/284F57_1_0.woff') format('woff'),
	url('../fonts/284F57_1_0.ttf') format('truetype');
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: '';}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* { max-height: 1000000px; }
html { font-size: 62.5%; }
body {
	min-width: 320px;
	color: #787d81;
	font: 300 1.400em/1.429em 'Open Sans', Arial, sans-serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
a {
	text-decoration: none;
	color: #787d81;
}
a:hover { text-decoration: underline; }
a:active { background-color: transparent; }
input, textarea, select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #1d262f;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input[type="image"] {
	padding: 0;
	border: none;
}
input[type=text],
input[type=checkbox],
input[type=password],
input[type=file],
input[type=submit],
input[type="email"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	border-radius: 3px !important;
	border: 2px solid #b9bcbe !important;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
 -webkit-appearance:none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
::-webkit-input-placeholder {
color: #1d262f;
}
::-moz-placeholder {
opacity: 1;
}
:-moz-placeholder {
color: #1d262f;
}
/* wrapper */
#wrapper {
	max-width: 1360px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
}
/* w1 */
.w1 {
	background: #fff;
	position: relative;
	width:100%;
}
/* navigation */
.nav-holder {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	top: 26px;
	z-index: 9;
}
#header .opener {
	width: 39px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat 0 -51px;
	position: absolute;
	top: 16px;
	left: 19px;
	display: none;
	z-index: 1000;
}
#nav.js-slide-hidden { position: static !important; }
#nav {
	width: 100%;
	margin: 0 auto;
	font: 21px/25px 'DINNextLTPro-MediumCond', Arial, sans-serif;
	text-transform: uppercase;
	display: table !important;
	word-spacing: 3px;
}
#nav > ul:first-child {
	padding: 0 173px 0 0;
	text-align: right;
}
#nav > ul:first-child > li { margin: 0 0 0 73px; }
#nav > ul {
	width: 50%;
	padding: 0 0 10px 170px;
	display: table-cell;
}
#nav > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 53px;
	position:relative;
}
#nav > ul > li:first-child { margin: 0; }
#nav > ul > li > a {
	display: block;
	position: relative;
	color: #060707;
}
#nav > ul > li > a:hover { text-decoration: none; }
#nav > ul > li > a:after {
	width: 18px;
	height: 4px;
	content: "";
	clear: both;
	position: absolute;
	bottom: -6px;
	left: 0;
	background: #a3a7aa;
}
#nav > ul > li.active > a:after,
#nav > ul > li:hover > a:after,
#nav > ul > li > a:hover:after { background: #f04; }
#nav > ul ul {
	width:200px !important;
	padding: 10px;
	margin: 0 0 -3px;
	display: none;
	font-size: 21px;
	line-height: 26px;
	overflow: hidden;
	background: #000;
	position:absolute;
	left:0;
	top:27px;
	z-index:999;
}
#nav > ul .right ul{
	left:auto;
	right:0;
	text-align:left;
}
#nav ul ul li:first-child { margin: 0; }
#nav ul ul li {margin: 15px 0 0; }
#nav ul ul a { color: #848a8e; }
#nav ul ul li a:hover {
	text-decoration: none;
	color: #ff5582;
}
/* header */
#header {
	height: 63px;
	padding: 17px 0 0;
	position: relative;
	background: #fff;
}
/* logo */
#header .logo-holder {
	width: 295px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	position: relative;
	left: 2px;
	top:-15px;
	z-index: 999;
}
#header .logo {
	width: 200px;
	height: 100px;
	display: block;
	text-indent:-9999px;
	overflow:hidden;
	margin: 0 auto 10px;
	background: url(../images/logo.png) no-repeat;
}
#header .logo a {
	display: block;
	height: 100%;
}
#header .slogon {
	display: block;
	padding: 0px 10px 5px 10px;
	font: 18px/18px 'DINNextLTPro-MediumCond', Arial, sans-serif;
	text-transform: uppercase;
	color: #c3c5c6;
	word-spacing: 2px;
}
/* main */
#main {
	position: relative;
	overflow: hidden;
	background: #0a0505;
}
/* images */
#main .images {
	overflow: hidden;
	background: #000;
}
#main .images .align-left {
	width: 33.31%;
	float:left;
}
#main .images .align-right {
	width: 33.31%;
	float: right;
}
#main .images .img-holder {
	float: left;
	width: 25%;
}
#main .images .img-holder-sml {
	float: left;
	width: 20%;
}
#main .images img{
	width:100%;
	display:block;
}
#main .images .show { display: none; }
.main-holder:before {
	height: 27px;
	content: "";
	clear: both;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -27px;
	background: url(../images/bottom-shadow.png) no-repeat 50% 0;
}
/* main holder */
.main-holder {
	width: 453px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -228px;
	background: #fff;
	text-align: center;
}
.main-holder .text {
	padding: 100px 45px 17px;
	overflow: hidden;
	position: relative;
}
.main-holder .text:after {
	position: absolute;
	width: 110%;
	height: 100px;
	left: -5%;
	border-radius: 15%;
	top: -100px;
	content: "";
	box-shadow: 0 4px 17px rgba(0, 0, 0, 0.20);
}
.main-holder p { margin: 0 0 20px; }
.main-holder p span {
	display: block;
	margin: 0 -14px 10px;
	padding: 5px 0 0;
	font-size: 1.500em;
	line-height: 1.429em;
	font-weight: 300;
}
/* buttons */
.main-holder .buttons {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.143em;
	line-height: 1.313em;
	background: #cc0036;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
}
.main-holder .buttons:after {
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	border-radius: 15%;
	top: -100px;
	content: "";
	box-shadow: 0 5px 12px rgba(0,0,0, 0.2);
}
.main-holder .buttons li {
	width: 50%;
	height: 90px;
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px;
	overflow: hidden;
	position: relative;
}
.main-holder .buttons li:first-child { background: #f04; }
.main-holder .buttons a {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight:700;
}
.main-holder .buttons a strong {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
}
.main-holder .buttons span { display: block; }
.main-holder .buttons li:first-child:after { display: none; }
.main-holder .buttons li:after {
	position: absolute;
	width: 15px;
	height: 90%;
	left: -15px;
	border-radius: 50%;
	top: 5%;
	content: "";
	box-shadow: 4px 0 6px rgba(0,0,0, 0.2);
}
/* footer */
#footer {
	overflow: hidden;
	padding: 31px 0;
}
/* social networks */
.social-box{ text-align: center; }
.social-box h3 {
	display: inline-block;
	vertical-align: top;
	font: 21px/34px 'DINNextLTPro-MediumCond', Arial, sans-serif;
	color: #979797;
	margin: 0 23px 0 0;
	text-transform: uppercase;
}
.social-networks {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.social-networks li {
	float: left;
	margin: 0 16px 0 0;
}
.social-networks a {
	width: 34px;
	height: 33px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat 0 -83px;
}
.social-networks .facebook a {
	width: 18px;
	line-height: 32px;
	background-position: 0 -122px;
}
.social-networks .instagram a {
	width: 34px;
	height: 34px;
	background-position: 0 -164px;
}
/* about page */
.about #main {
	min-height: 1020px;
	background: #0a0505 url(../images/img7.jpg) no-repeat 50% 100%;
}
.about .main-holder .text { padding: 100px 15px 53px; }
#main h1 {
	text-align: center;
	font: 5.929em/1.000em 'ZuliaPro', Arial, sans-serif;
	margin: 0 0 37px;
	text-transform: capitalize;
	color: #000;
}
/* contact page */
.contact #main {
	min-height: 1020px;
	background: #0a0505 url(../images/img8.jpg) no-repeat 50% 100%;
}
.about .main-holder,
.contact .main-holder {
	position: relative;
	margin: 0 auto;
	left: auto;
}
.contact .main-holder .text { padding: 100px 15px 27px; }
/* contact form */
.contact-form {
	min-height: 371px;
	padding: 0 60px 37px 62px;
}
.contact-form input[type="email"],
.contact-form input[type="text"] {
	width: 100%;
	height: 44px;
	padding: 10px 14px;
	margin: 0 0 10px;
	font: 14px/20px Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contact-form textarea {
	width: 100%;
	height: 194px;
	padding: 10px 14px;
	font: 14px/20px Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	resize: none;
	margin: 3px 0 28px;
	overflow:auto;
}
.contact-form .error input[type="text"],
.contact-form .error input[type="email"],
.contact-form .error textarea{ border-color: #f00 !important; }
.contact-form input[type="submit"] {
	width: 100%;
	height: 40px;
	border-radius: 1px !important;
	border: 0 !important;
	padding: 0 0 1px;
	font-size: 21px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	background: #ff155c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMTU1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZjQwMzRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiNmNzAwNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmODAwNDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMyUiIHN0b3AtY29sb3I9IiNmZTAyNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNmYTAwNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiNmODAxNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiNmYjAwNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MiUiIHN0b3AtY29sb3I9IiNmODAwM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiNmOTAwM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NyUiIHN0b3AtY29sb3I9IiNmZjAyNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmYTAwM2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiNmMzAzNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmYxNzUyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #ff155c 0%, #f4034a 3%, #f70047 8%, #f80046 10%, #fe024b 13%, #fa0047 15%, #f80145 26%, #fb0045 38%, #f8003f 82%, #f9003f 85%, #ff0243 87%, #fa003e 90%, #f30340 97%, #ff1752 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff155c), color-stop(3%, #f4034a), color-stop(8%, #f70047), color-stop(10%, #f80046), color-stop(13%, #fe024b), color-stop(15%, #fa0047), color-stop(26%, #f80145), color-stop(38%, #fb0045), color-stop(82%, #f8003f), color-stop(85%, #f9003f), color-stop(87%, #ff0243), color-stop(90%, #fa003e), color-stop(97%, #f30340), color-stop(100%, #ff1752)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff155c 0%, #f4034a 3%, #f70047 8%, #f80046 10%, #fe024b 13%, #fa0047 15%, #f80145 26%, #fb0045 38%, #f8003f 82%, #f9003f 85%, #ff0243 87%, #fa003e 90%, #f30340 97%, #ff1752 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff155c 0%, #f4034a 3%, #f70047 8%, #f80046 10%, #fe024b 13%, #fa0047 15%, #f80145 26%, #fb0045 38%, #f8003f 82%, #f9003f 85%, #ff0243 87%, #fa003e 90%, #f30340 97%, #ff1752 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff155c 0%, #f4034a 3%, #f70047 8%, #f80046 10%, #fe024b 13%, #fa0047 15%, #f80145 26%, #fb0045 38%, #f8003f 82%, #f9003f 85%, #ff0243 87%, #fa003e 90%, #f30340 97%, #ff1752 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff155c 0%, #f4034a 3%, #f70047 8%, #f80046 10%, #fe024b 13%, #fa0047 15%, #f80145 26%, #fb0045 38%, #f8003f 82%, #f9003f 85%, #ff0243 87%, #fa003e 90%, #f30340 97%, #ff1752 100%); /* W3C */
}
.contact-form input[type="submit"]:hover { cursor: pointer; }
.contact-form .thanks {
	display: none;
	vertical-align: top;
	padding: 19px 0;
	color: #fa0046;
	border-width: 1px 0;
	border-color: #e5e5e5;
	border-style: solid;
	position: relative;
	top: 61px;
	left: -5px;
	font: 4.357em/1.328em 'ZuliaPro', Arial, sans-serif;
}
.meet #main {
	padding: 95px 0 0;
	background: #f4f4f4;
	border-top: 1px solid #e1e1e1;
}
.meet #main:before {
	width: 450px;
	height: 27px;
	content: "";
	clear: both;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -225px;
	bottom: -27px;
	background: url(../images/bottom-shadow.png) no-repeat 50% 0;
}
.subnav {
	font: 21px/25px 'DINNextLTPro-MediumCond', Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 15px;
}
.subnav ul {overflow: hidden;}
.subnav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 19px;
}
.subnav li.active a,
.subnav li a:hover {
	text-decoration: none;
	color: #ff5582;
}
#main .intro-box {
	background: #000;
	position: relative;
	overflow: hidden;
}
#main .intro-box img {
	display: block;
	position:absolute;
	left:0;
	top:0;
}
#main .intro-box .text {
	width: 39.70%;
	float:right;
	position: relative;
	right: 16.47%;
	font-size: 0.929em;
	line-height: 1.615em;
	font-weight: 300;
	color: #fff;
	padding:60px 0;
}
#main .intro-box h1 {
	font-size: 5.538em;
	text-align: left;
	color: #fff;
	margin: 0 0 20px -4px;
}
#main .intro-box .sub-heading {
	display:block;
	margin: 0 0 31px;
	font-size: 1.615em;
	line-height: 1.667em;
}
#main .intro-box p{ margin:0 0 15px;}
/* cycle carousel */
.carousel {
	height: 249px;
	position: relative;
}
.carousel .mask {
	height: 249px;
	position: relative;
	overflow: hidden;
}
.carousel .mask .slideset {
	width: 99999px;
	height: 249px;
	overflow: hidden;
}
.carousel .mask .slide {
	height: 249px;
	float: left;
}
.carousel img { display: block; }
.carousel .btn-next,
.carousel .btn-prev {
	width: 29px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin: -14px 0 0;
	background: url(../images/sprite.png) no-repeat -56px -48px;
}
.carousel .btn-next {
	right: 30px;
	background-position: -56px -85px;
}
.carousel .btn-prev { left: 26px; }
/* example lightbox styles */
.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}
div.lightbox.large{
	background: #000;
	width:100%;
	max-width:1360px;
}
.video-holder {
	max-width: 755px;
	padding: 0 20px;
	overflow: hidden;
	background: #0a0505;
}
.video-holder .close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/sprite.png) no-repeat -56px -130px;
	cursor: pointer;
	z-index: 1103;
	text-indent:-9999px;
	overflow:hidden;
}
.video-holder img {
	width: 100%;
	display: block;
}
.slider {
	max-width: 1360px;
	font-size: 13px;
	line-height: 21px;
	font-weight: 300;
	color: #dedddd;
	background: #0a0505;
	overflow: hidden;
	position: relative;
	width:100%;
}
.slider-holder {
	padding: 88px 13.01%;
	overflow: hidden;
}
.slider .mask {
	overflow: hidden;
	position: relative;
	width: 99.9%;
}
.slider .slideset {
	width: 9999px;
	overflow: hidden;
}
.slider .slide {
	width: 100%;
	height: 500px;
	float: left;
	position:relative;
}
.slider .close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/sprite.png) no-repeat -56px -130px;
	cursor: pointer;
	z-index: 1103;
	text-indent:-9999px;
	overflow:hidden;
}
.slider p { margin: 0 0 31px; }
.slider p span {
	font-size: 21px;
	line-height: 35px;
}
.slider .align-left {
	width: 66.80% !important;
	min-height:350px;
	position:absolute;
	top:0;
	left:1px;
}
.align-centre {	
	margin: 0 auto;
	text-align: center;
	display: block;
}

.slider .text {
	width: 31.5%;
	float: right;
	margin: -7px 0 0;
}
.slider .btn-next,
.slider .btn-prev {
	width: 29px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin: -14px 0 0;
	background: url(../images/sprite.png) no-repeat -56px -48px;
}
.slider .btn-next {
	right: 59px;
	background-position: -56px -85px;
}
.slider .btn-prev { left: 46px; }
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin:-20px 0 0 -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px; /* should be 20px */
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0 solid #fff; /* border-width should be zero */
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left,
#fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	z-index: 1102;
	display: none;
}
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico,
#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover { visibility: visible; /* IE6 */ }
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-position: -40px -182px;
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-position: -40px -122px;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
}
#fancybox-title-float-main {
	color: #fff;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
}
@media only screen and (min-width: 726px) {
	#nav > ul > li:hover ul.slide{
		display:block !important;
		left:auto !important;
		top: auto !important;
	}
}
@media only screen and (max-width: 900px) {
	#header .logo-holder { width: 220px; }
	#header .slogon {
		font-size: 15px;
		line-height: 15px;
	}
	#nav > ul:first-child { padding: 0 120px 10px 0; }
	#nav > ul { padding: 0 0 10px 120px; }
	#nav > ul:first-child > li { margin: 0 0 0 40px }
	#nav > ul > li { margin: 0 0 0 20px; }
	#main .intro-box .text {
		right: 6.47%;
		width: 49.7%;
	}
	div.lightbox.large{
		width:auto;
	}
}
@media only screen and (max-width: 1024px) /* Changed it from 770px to 1024 to help with Ipad */ {
	#wrapper { padding: 0 5px; }
	.main-holder {
		width: auto;
		position: static;
		margin: 0;
	}
	#main .images .align-right,
	#main .images .align-left { width: 50%; }
	.main-holder .buttons:after,
	 .main-holder .text:after { display: none; }
	.carousel .btn-next { right: 10px; }
	.carousel .btn-prev { left: 10px; }
	.contact #main,
	.about #main{
		background: none;
		min-height:inherit;
	}
	#main .intro-box { border-top: 1px solid #6c5a8d; }
	#main .intro-box img {
		height: auto;
		width: 961px;
		left: -32px;
	}
	#main .intro-box .text {
		/*width: auto;
		right: auto;
		top: 0;
		float:none;
		text-align: center;
		padding: 30px 20px 32px;*/
		
		width: 50%;
		float:right;
		position: relative;
		right: 10%;
		font-size: 0.929em;
		line-height: 1.615em;
		font-weight: 300;
		color: #fff;
		padding:60px 0;
	}
	#main .intro-box h1 {
		font-size: 4.154em;
		/*text-align: center;*/
		margin: 0 0 20px;
	}
	.subnav,
	 .btn-next,
	 .btn-prev { display: none; }
	.slider .close {
		top: 24px;
		right: 22px;
	}
	.slider-holder { padding: 66px 0 20px; }
	.slider .text,
	.slider .align-left {
		width:100% !important;
		float: none;
		display: block;
		position: static;
	}
	.slider .align-centre {	
		width:100% !important;
		margin: 0 auto;
		text-align: center;
		display: block;
		position: static;
	
	}
	
	.slider .text {
		width: auto;
		padding: 0 21px 20px;
		margin: 0;
	}
	.slider .text p{ margin:0 0 20px;}
	.slider .align-left {
		width: 100%;
		margin: 0 0 23px;
	}
}
@media only screen and (max-width: 725px) {
	#wrapper{ padding:0;}
	#wrapper.active { background: #000; }
	.nav-holder {
		width:240px;
		left:-240px;
		top: 0;
		bottom:0;
		background:#000;
		height:100%;
		overflow-y:auto;
	}
	#nav.js-slide-hidden { position: absolute !important; }
	#header .opener { display: block; }
	#nav {
		width: auto;
		padding: 42px 21px;
		display: block !important;
	}
	#nav > ul:first-child {
		padding: 0;
		text-align: left;
	}
	#nav > ul {
		width: 100%;
		display: block;
		padding: 0 !important;
	}
	#nav > ul:first-child > li,
	#nav > ul > li {
		display: block;
		margin: 0;
		padding: 0 0 25px;
	}
	#nav > ul > li > a {
		color: #fff;
		display: inline-block;
	}
	#nav ul ul li.active a { color: #ff5582;}
	#nav > ul ul{
		width:auto !important;
		background: none;
		padding:27px 0 0;
		position:relative;
		top:0;
	}
	#header { padding: 8px 0 0; }
	#header .logo-holder { width: 295px; top:-8px;}
	#header .logo { margin: 0 auto 10px }
	#header .slogon {
		font-size: 18px;
		line-height: 18px;
	}
	.main-holder .text { padding: 90px 25px 5px; }
	.main-holder p { margin: 0 0 10px; }
	.main-holder p span {
		margin: 0 -25px;
		padding: 0 25px 7px;
		border-bottom: 1px solid #ecedee;
	}
	.main-holder .buttons li {
		width: 100%;
		height: 100px;
	}
	.main-holder .buttons a:after {
		border-radius: 10%;
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
		content: "";
		height: 50px;
		left: 0;
		position: absolute;
		top: -50px;
		width: 100%;
	}
	.main-holder .buttons li:first-child span { display: inline; }
	#main .images .show { display: block; }
	#main .images .hide { display: none; }
	#main .images .align-right,
	#main .images .align-left,
	 #main .images .img-holder {
		float: none;
		width: 100%;
	}
	.social-networks h3 { margin: 0 17px 0 7px; }
	#main h1 {
		font-size: 4.214em;
		margin: 0 0 21px;
	}
	.contact .main-holder p,
	 .about .main-holder p { margin: 0 0 20px; }
	.contact .main-holder .text { padding: 90px 15px 1px; }
	.contact-form { padding: 0 19px 0 21px; }
	.contact-form textarea {
		width: 99%;
		margin:3px 1% 28px 0;
	}
	.about .main-holder .text { padding: 90px 15px 4px; }
	.about #main h1 { margin: 0 0 24px; }
	.meet #main{
		background:#fff;
		padding:81px 0 0;
		border:none;
	}
}
