/* Reset */
* { margin:0; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
ol, ul { list-style-type:circle; margin:10px 0 0; padding:10px 10px 10px 40px; }
ul li { margin: 0; padding: 0; }
img { line-height:0; padding:0; margin:0; outline:none; border:none; text-decoration:none; }
a { outline:none; border:none; text-decoration:none; color:#000000; transition:all 0.3s; }
a:hover { text-decoration:underline; }
//p, blockquote, iframe { padding-bottom:20px!important; }
p { padding-bottom:0; }

aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* BODY */
html { 
	overflow-x:hidden;
}
body { 
	position:relative;
	margin:0;
	padding:0;
	color:#000000;
	font-family:'Roboto',sans-serif;
	font-size:17px;
	font-weight:300;
	-webkit-text-size-adjust:none;
	-webkit-overflow-scrolling:touch;
	//-webkit-font-smoothing:antialiased;
}
.heading { 
	font-family:'Lato',sans-serif;
	font-size:17px;
	line-height:1.3;
}
.no-overflow { 
	overflow:hidden;
}

/* SCROLL BAR */
@media screen and (min-width: 603px) { 
::-webkit-scrollbar { 
	width:8px;
} 
::-webkit-scrollbar-track { 
	border-left:1px solid #eeeeee;
	-webkit-border-radius:0;
	border-radius:0;
	background:#eeeeee;
}
::-webkit-scrollbar-thumb { 
	-webkit-border-radius:0;
	border-radius:0;
	background:#bbbbbb;
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#eeeeee;
}
}

/* LOADER */
.loader-container { 
	display:none;
	position:fixed;
	z-index:9;
	height:100%;
	width:100%;
	background-color:#ffffff;
	opacity: 0.7;
}
.loader-table { 
	display:table;
	height:100%;
	width:100%;
}
.loader-dots { 
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.loader-dots .dot { 
	display:inline-block;
	position:relative;
	margin:5px 10px;
	width:12px;
	height:12px;
	border-radius:50%;
	background-color:#8fb5e0;
	opacity:0;
	animation:showHideDot 2.5s ease-in-out infinite;
}
.loader-dots .one { animation-delay:0.2s; }
.loader-dots .two { animation-delay:0.4s; }
.loader-dots .three { animation-delay:0.6s; }
@keyframes showHideDot { 
	0% { opacity: 0; }
	50% { opacity: 1; }
	60% { opacity: 1; }
	100% { opacity: 0; }
}

/* BUTTONS */
.button-default { 
	display:inline-block;
	margin:10px 0;
	padding:10px 22px;
	border:1px solid #000000;
	background-color:#ffffff;
	color:#000000;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	font-family:inherit;
	font-size:17px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
	transition:all 0.5s;
}
.button-default:hover { 
	background-color:#000000;
	color:#ffffff;
	text-decoration:none!important;
}
.button-w { 
	border-color:#ffffff;
	color:#000000;
}
.button-w:hover { 
	background-color:#f8f8f8;
	color:#000000;
}
.button-white { 
	border-color:#ffffff;
	background-color:#ffffff;
	color:#303e48;
}
.button-white:hover { 
	background-color:#303e48;
	border-color:#303e48;
	color:#ffffff;
}
.button-p { 
	border:none;
	background-color:#d6d2c4;
	color:#000000;
	font-weight:400;
}
.button-p:hover { 
	background-color:#c0bdb2;
	color:#000000;
}
.button-max { 
	width:100%;
}
.button-std { 
	border:none;
	background-color:#303e48;
	color:#ffffff;
}
.button-std:hover { 
	background-color:#ffffff;
	color:#303e48;
}
.button-s { 
	padding:8px 14px;
	font-size:14px;
}
.button-xl { 
	padding:16px 25px;
	font-weight:400;
}


/* IMAGES */
.mainimg { 
	display:block;
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
.greyscale { 
	-webkit-filter:grayscale(100%);
	filter: grayscale(100%);
	transition:all 0.5s;
}
.greyscale:hover { 
	-webkit-filter:grayscale(0);
	filter: grayscale(0);
}

.pop-gallery { 
	height:320px;
}
.pop-table-65 { 
	width:65%;
}
.pop-table-col { 
	width:10px;
}
.pop-table-spacer { 
	height:10px;
}

/* STRUCTURE */
#topbar { 
	position:fixed;
	z-index:10;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:84px;
	padding:0;
	background-color:#ffffff;
	border-bottom:1px solid #dadada;
	//overflow:hidden;
}
.topbar-scroll { 
	//height:66px!important;
	//padding:13px 0!important;
	//background-color:#ffffff;
}
#logo { 
	float:left;
	height:65px;
	margin-top:9px;
	cursor:pointer;
}

/* MAIN BAR */
#mainbar { 
	display:block;
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:84px 245px 0 0;
	background-color:#f8f8f8;
	overflow-x:hidden;
}
#mainbar_sub, .mainbar_sub { 
	position:fixed;
	z-index:999;
	bottom:0;
	right:0;
	//height:60px;
	width:100%;
	padding:0 15px 0 0;
	background:#ffffff;
	border-top:1px solid #cacaca;
}
.wrapper, .wrapper-s { 
	position:relative;
	clear:both;
	width:100%;
	max-width:1280px;
	margin:auto;
	padding:0 20px;
}
.wrapper-s { 
	max-width:1180px;
}
.wrapper-pad { 
	padding-top:70px;
	padding-bottom:70px;
}

/* MENU */
.top-menu { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
	height:84px;
	overflow:hidden;
}
.top-menu li { 
	float:right;
	position:relative;
	white-space:nowrap;
}
.top-menu li a { 
	display:block;
	height:84px;
	line-height:84px;
	font-size:16px;
	font-weight:500;
	color:#808080;
	margin-left:18px;
	white-space:nowrap;
	cursor:pointer;
	text-decoration:none;
}
.top-menu li a:hover { 
	border-bottom:4px solid #808080;
}
.top-social i { 
	color:#1e376d;
}
.cactive { 
	border-bottom:4px solid #808080!important;
}
.cbar { 
	float:right;
	border:none;
	padding:0;
	margin-left:47px;
	margin-top:8px;
	font-size:14px;
	line-height:28px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
}
.cbar-border { 
	border-bottom:4px solid #808080;
}
.cbar-icon { 
	margin-top:25px;
	font-size:18px!important;
}
.cbar-icon:hover { 
	text-decoration:none;
}
.cbar-icon i:hover { 
	color:#ff00a0;
}

#rightbar { 
	display:block;
	//opacity:0;
	visibility:hidden;
	position:fixed;
	z-index:-1;
	top:0;
	right:0;
	width:245px;
	height:100%;
	margin:0;
	padding:25px 40px 25px;
	color:#000000;
	background-color:#eaeaea;
	overflow-x:hidden;
	-webkit-box-shadow:inset 10px 0px 11px -3px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:inset 10px 0px 11px -3px rgba(50, 50, 50, 0.55);
	box-shadow:inset 10px 0px 11px -3px rgba(50, 50, 50, 0.55);
}
#rightbar .cactive, #rightbar .cbar-border { 
	border-bottom:4px solid #808080;
}

/* HAMBURGER */
#navicon { 
	display:none;
	float:right;
	width:36px;
	height:25px;
	position:relative;
	margin:31px 5px;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	cursor:pointer;
}
#navicon span { 
	display:block;
	position:absolute;
	height:2px;
	width:100%;
	border-radius:2px;
	opacity:1;
	left:0;
	background:#000000;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.25s ease-in-out;
	-moz-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	transition:.25s ease-in-out;
}
#navicon span:nth-child(1) { 
	top:0px;
}
#navicon span:nth-child(2), #navicon span:nth-child(3) { 
	top:10px;
}
#navicon span:nth-child(4) { 
	top:20px;
}
#navicon.open span:nth-child(1) { 
	top:10px;
	width:0%;
	left:50%;
}
#navicon.open span:nth-child(2) { 
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
#navicon.open span:nth-child(3) { 
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#navicon.open span:nth-child(4) { 
	top:10px;
	width:0%;
	left:50%;
}

/* HOME PAGE */
.hero-img, .hero-img-l { 
	max-width:100px;
	padding-bottom:25px;
	margin:auto;
}
.hero-img-l { 
	max-width:220px;
}
.hero-box { 
	max-width:850px;
	margin:auto;
	padding:30px 40px;
}
.hero-box-bg { 
	background-color:rgba(0, 0, 0, 0.7);
}
.hero-title { 
	margin-top:0;
	margin-bottom:8px;
	font-size:48px;
	font-weight:700;
	text-transform:uppercase;
}
.hero-title-sub { 
	font-size:25px;
	margin-bottom:35px;
}
.hero-title-s { 
	font-size:36px;
}
.hero-title-m { 
	font-size:44px;
}
.hero-sub { 
	margin-bottom:35px;
	font-size:21px;
	font-weight:400;
}
.hero-bar { 
	width:100%;
	min-height:600px;
	color:#ffffff;
	padding:70px 0;
	background-color:#eaeaea;
}
.price-circle { 
	float:left;
	width:50px;
	height:50px;
	margin-right:15px;
	border-radius:50%;
	border:1px solid #cec2c2;
	background-color:#ffffff;
	font-size:22px;
	font-weight:700;
	text-align:center;
	line-height:50px;
}
.price-circle.pcircle-right {
	float: right;
	margin-bottom: 12px;	
}
.price-info { 
	float:left;
	padding-top:16px;
	font-weight:400;
}
a.price-block:hover .price-info { 
	text-decoration:underline!important;
}

/* REGISTER PAGE */
.right_cost { 
	float:left;
	display:block;
	margin:5px 8px 5px 0;
	padding:9px 15px;
	border:1px solid #000000;
	background-color:#ffffff;
	font-weight:500;
}
.right_cost_info { 
	float:left;
	margin:15px 25px 0 0;
}

/* TIMELINE */
.time-block-left, .time-block-right { 
	position:relative;
	padding-top:10px;
	padding-bottom:30px;
	margin-left:0;
}
.time-block-left { 
	float:left;
	border-right:2px solid #cec2c2;
	padding-right:80px;
	text-align:right;
}
.time-block-right { 
	float:right;
	border-left:2px solid #cec2c2;
	padding-left:80px;
	text-align:left;
}
.time-circle-left, .time-circle-right { 
	position:absolute;
	top:0;
	width:100px;
	height:100px;
	padding-top:30px;
	text-align:center;
	line-height:1;
	border:2px solid #cec2c2;
	border-radius:50%;
	font-size:23px;
	font-weight:700;
	background:#ffffff;
}
.time-circle-left { 
	right:-53px;
}
.time-circle-right { 
	left:-53px;
}
.time-circle-s { 
	margin-bottom:2px;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
}
.time-last { 
	padding-bottom:30px;
	border:none;
}
.time-detail { 
	padding-bottom:30px;
}
.time-header { 
	display:inline-block;
	margin:10px 0 10px;
	padding:8px 14px;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
	cursor:default;
}
.time-plenary { 
	background-color:#1e376d;
}
.time-break { 
	background-color:#f44336;
}
.time-events { 
	background-color:#86d664;
}
.time-key-block { 
	float:left;
	width:32px;
	height:32px;
	margin:5px 8px 5px 0;
}
.time-key-info { 
	float:left;
	margin:11px 25px 0 0;
	font-weight:400;
}
.time-item { 
	margin:3px 0;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}
.time-float-right { 
	float:left;
	margin:0 15px 10px 0;
	padding:7px 15px 7px 0;
	//border-right:1px solid #cec2c2;
}
.time-float-left { 
	float:right;
	margin:0 0 10px 15px;
	padding:7px 0 7px 15px;
	//border-left:1px solid #cec2c2;
}

/* JOURNAL */
.journalimg { 
	margin-bottom:40px;
}
.journal-copy { 
	display:none;
}
.journal-more { 
	height:30px;
	display:inline-block;
	margin-top:30px;
	font-weight:500;
	white-space:nowrap;
	overflow:hidden;
}
.journal-divider { 
	width:100%;
	height:0;
	border-top:1px solid #c6c6c6;
	margin:70px 0 80px;
}
.journal-load { 
	font-size:22px;
	font-weight:500;
}

.journal-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.journal-list > li { 
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:32%;
	margin:0 -4px 35px 2%;
	background-color:#ffffff;
}
.journal-list > li:nth-child(4n+1) { 
	margin-left:0;
}
.journal-list > li > a, .journal-list > li > span { 
	display:block;
	text-decoration:none;
	cursor:pointer;
	transition:0.5s all;
}
@media (hover: hover) { 
.journal-list > li > a:hover, .journal-list > li > span:hover { 
	transform:translateY(-1px);
	box-shadow:0 0 45px rgba(0, 0, 0, 0.2);
	text-decoration:none!important;
}
}
.journal-img { 
	height:250px;
}
.journal-title { 
	padding:18px 20px;
	background-color:#f1f1f1;
	color:#002d74;
	font-size:19px;
	font-weight:700;
}
.journal-body { 
	padding:15px 20px;
	font-size:17px;
	font-weight:300;
}
.journal-read {
	margin-top:15px;
	font-size:14px;
	font-weight:700;
}

/* GALLERY PAGE */
.swiper-life-mask { 
	position:fixed;
	z-index:998;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.7);
	opacity:0;
	cursor:pointer;
}
.swiper-life-hide { 
	visibility:hidden;
}
.swiper-life-close { 
	position:fixed;
	z-index:999;
	top:20px;
	right:20px;
	width:46px;
	height:46px;
	background-image:url('../img/e-close-w.png');
	background-size: 46px;
	cursor:pointer;
}
.swiper-life-caption { 
	position:absolute;
	z-index:1;
	top:30px;
	left:25px;
	color:#ffffff;
	font-size:22px;
	font-weight:500;
	font-style:italic;
	text-shadow:0 0 25px rgba(0, 0, 0, 0.9);
}
.swiper-top { 
	position:absolute;
	z-index:9;
	width:100%;
	height:10%;
}
.swiper-box { 
	position:relative;
	height:83%;
	top:50%;
	transform:translateY(-50%);
	cursor:default;
}
.swiper-container { 
        height:100%;
	border-bottom:5px solid #eaeaea;
	transition:all 0.5s;
}
.swiper-life-fixed { 
	position:fixed;
	top:66px;
}
.swiper-life-fheight { 
	height:360px!important;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next { 
	width:37px;
	height:68px;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-next:hover { 
	right:30px;
	background-image:url('../img/home-arrow-right.png')!important;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-prev:hover { 
	right:30px;
	background-image:url('../img/home-arrow-left.png')!important;
}
.swiper-container .swiper-wrapper { 
	list-style:none;
	padding:0;
	margin:0;
}
.thumbs-life .swiper-pagination { 
	position:relative;
	z-index:0;
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
	text-align:left;
}
.thumbs-life .swiper-pagination-bullet { 
	display:inline-block;
	vertical-align:top;
	height:175px;
	width:23.74%;
	margin:0 -4px 20px 2%;
	background-color:#ffffff;
	background-size:cover;
	border-radius:0;
	border:none;
	opacity:1;
	cursor:pointer;
}
.thumbs-life .swiper-pagination-bullet:nth-child(4n+1) { 
	margin-left:0;
}
.thumbs-life .swiper-pagination-bullet-active { 
	-webkit-filter:grayscale(0);
	filter: grayscale(0);
}
.swiper-slide::before { 
	content:'';
	position:absolute;
	z-index:-1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:50px;
	width:50px;
	background-image:url('../img/loader.svg');
	background-repeat:no-repeat;
	background-size:100% 100%;
}

/* TABLES */
.table { 
	display:table;
	width:100%;
}
.table-full { 
	height:100%;
}
.table-row { 
	display:table-row;
}
.table-cell { 
	display:table-cell;
}
.table-cell-t { 
	vertical-align:top;
}
.table-cell-m { 
	vertical-align:middle;
}
.table-cell-b { 
	vertical-align:bottom;
}

/* TABLE - MAIN */
.mainctab_m { 
	width:100%;
	border-collapse:collapse;
}
.mainctab_m th { 
	padding:12px 10px;
	background-color:#f8f8f8;
	font-size:15px;
	text-align:left;
	text-transform:uppercase;
}
.mainctab_m th .mleft { 
	text-align:left;
}
.mainctab_m tr th:first-child {	
	//background-color:#ffffff;
}
.mainctab_m td { 
	padding:12px 10px;
	border-bottom:1px solid #e0e0e0;
	font-size:15px;
	text-align:left;
}
.mainctab_m .center { 
	text-align:center;
}
.mainctab_m tr td:first-child {	
	background-color:#f8f8f8;
	font-size:15px;
	font-weight:500;
	color:#000000;
}
.mainctab_div { 
	width:100%;
	height:auto;
	overflow-x:auto;
	padding:20px 0 25px;
}

/* MAPS */
.map-div { 
	//background-color:#e2e2e2;
	position:relative;
	height:600px;
}
#googlemap { 
	position:absolute;
	z-index:0;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.map-cover { 
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.map-directions { 
	position:absolute;
	z-index:2;
	top:20px;
	right:40px;
}

/* WEIGHTS */
.weight-m { 
	font-weight:400;
}

/* INTRO BAR */
.barclear { 
	clear:both;
	width:100%;
	margin-top:15px;
	padding:0;
}
.barpad { 
	padding:20px;
}
.bw_div { 
	cursor:default;
}
.bw_block { 
	display:inline-block;
	vertical-align:top;
	padding:15px 20px;
}
.bw_l { 
	padding-left:10px;
}
.bw_i { 
	color:#777777;
	cursor:pointer;
}
.bw_i:hover { 
	color:#333333;
}

.snappla_div { 
	display:none;
}

.rightmenu { 
	display:block;
	position:absolute;
	top:0;
	right:245px;
	padding:0;
	width:100%;
	padding:0;
}
.sidemenu { 
	left:-245px;
}
.activemenu { 
	left:0;
}
.barcover { 
	//display:none;
	position:fixed;
	z-index:9;
	top:0;
	left:-245px;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.4);
	cursor:default;
}

.column100 { 
	clear:both;
	width:100%;
}
.column73 { 
	width:73%;
}
.column70 { 
	width:70%;
}
.column68 { 
	width:68%;
}
.column62 { 
	width:62%;
}
.column50 { 
	width:50%;
}
.column49 { 
	width:49%;
}
.column48 { 
	width:48%;
}
.column47 { 
	width:47%;
}
.column30 { 
	width:30%;
}
.column34 { 
	width:34%;
}
.column33 { 
	width:33%;
}
.column28 { 
	width:28%;
}
.column23 { 
	width:23%;
}


/* HEADINGS */
.header1 { 
	padding-bottom:38px;
	font-size:35px;
	font-weight:100;
	line-height:1.4;
}
.header2 { 
	font-size:32px;
	line-height:1.4;
}
.page-header { 
	margin-bottom:30px;
	font-size:25px;
	font-weight:500;
}
.page-sub, .page-share { 
	margin-bottom:30px;
	font-size:17px;
	font-weight:300;
}
.page-sub { 
	text-transform:uppercase;
	letter-spacing:1px;
}
.pheader2 { 
	margin-bottom:10px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
h1 { 
	margin-top:30px;
	font-size:25px;
}

.contact-divider { 
	width:100%;
	height:0;
	border-top:1px solid #c6c6c6;
	margin:50px 0;
}


/* RIGHT BAR */
.laccount { 
	height:76px;
	padding-left:20px;
	cursor:default;
}
.laccount_icon { 
	float:left;
	width:36px;
	height:36px;
	margin:16px 0;
	font-size:24px;
	font-weight:700;
	line-height:36px;
	color:#ffffff;
	text-align:center;
	border:3px solid #ffffff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.laccount_copy { 
	float:left;
	height:76px;
	margin-left:12px;
	width:90px;
	font-size:16px;
	font-weight:400;
	line-height:1;
	overflow:hidden;
	display:table;
}

.laccount_copy span {
	display:table-cell;
	vertical-align:middle;
}

.laccount_icon_s { 
	float:left;
	width:30px;
	height:30px;
	margin:0 15px 0 5px;
	font-size:20px;
	font-weight:700;
	line-height:30px;
	color:#ffffff;
	text-align:center;
	border:3px solid #ffffff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.laccount_copy_s { 
	float:left;
	margin-top:7px;
}
.laccount_button { 
	display:block;
	float:right;
	height:76px;
	padding:0 30px 0 26px;
	color:#ffffff;
	font-size:20px;
	line-height:76px;
	cursor:pointer;
}
.laccount_button:hover { 
	color:#ffffff;
}
.ltools_button { 
	color:#ffffff;
}
.ltools_button:hover { 
	color:#ffffff;
}
.laccount_sub { 
	position:absolute;
	right:0;
	top:16px;
	cursor:pointer;
}
.laccount_sub_s { 
	position:absolute;
	top:0;
	right:0;
	height:60px;
	line-height:60px;
	cursor:pointer;
}
.laccount_sub_s:hover { 
	//background:#797979;
	color:#ffffff;
}
.laccount_sub_s i { 
	width:70px!important;
	margin-right:0!important;
	text-align:center;
}
.ltools { 
	//background:#797979;
	color:#ffffff;
}
.lmenu, .lsubmenu {
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.lmenu li { 
	position:relative;
	width:100%;
	margin-bottom:25px;
	padding:5px 0;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
}
.lmenu li span { 
	padding-bottom:10px;
	cursor:pointer;
}
.lactive { 
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:6px;
	//background:#a09494;
	cursor:pointer;
}
.larrow { 
	height:16px;
	padding-left:25px;
	margin-bottom:-1px;
	//background-color:#ffffff;
	background-image:url(../img/carrow_r.png);
	background-position:30px bottom;
	background-repeat:no-repeat;
}
.lsplit { 
	width:100%;
	clear:both;
	border-top:1px solid #e0e0e0;
	margin:0 auto;
}

.lsocial { 
	position:absolute;
	bottom:20px;
	left:30px;
	margin-top:15px;
	font-size:28px;
}
.lsocial i { 
	cursor:pointer;
}
.lsocial i:hover { 
	color:#f5f5f5;
}
.rightbar-logo { 
	position:absolute;
	z-index:999999;
	top:22px;
	right:-128px;
	//right:86px;
	width:128px;
	height:34px;
	background-image:url(../img/AfRES-logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
}


/* INPUT ELEMENTS */
.check_input { 
	width:100%;
	height:40px;
	margin:5px 0;
	padding:0 15px;
	background-color:#ffffff;
	border:1px solid #cec2c2;
	font-family:inherit;
	font-size:16px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-appearance:none;
}
.check_input_m { 
	margin-right:2%;
}
.check_input_m1 { 
	margin-right:1.5%;
}
.check_input_m2 { 
	margin-right:2%;
}
.check_input_l2 { 
	margin-left:2%;
}
.check_input50, .iti, .check_select50 { 
	float:left;
	width:49%;
}
.iti { 
	margin: 5px 0;
}
.check_input_phone .iti:first-child {
	margin-right: 2%;
}
.check_tarea { 
	float:left;
	width:100%;
	height:190px;
	margin:5px 0;
	padding:15px;
	border:none;
	overflow-y:auto;
	resize:none;
	background-color:#ffffff;
	border:1px solid #cec2c2;
	font-family:inherit;
	font-size:16px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-appearance:none;
}
.check_title {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.dropdown { 
	float:left;
	height:34px;
	overflow:hidden;
	background:#ffffff url(../img/CB_DownArrow.png) no-repeat right center;
	border:1px solid #cec2c2;
}
.dropdown select {
	height:34px;
	padding-right:25px;
	background:transparent;
	font-family:inherit;
	font-size:16px;
	line-height:34px!important;
	color:#000000;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	border:0;
	border:none;
	@include border-radius(0);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	cursor:pointer;
}
.dropdown70 { 
	width:70px;
}
.dropdown70 select { 
	width:98px;
}
.dropdown90 { 
	width:90px;
	height:38px;
	border:1px solid #333333;
	margin-top:5px;
}
.dropdownfull, .dropdown50  { 
	clear:both;
	width:100%;
	height:40px;
	margin:5px 0;
	overflow:hidden;
	background:#ffffff url(../img/CB_DownArrow.png) no-repeat right center;
	border:1px solid #cec2c2;
}
.dropdown50 { 
	width: 49%;
	clear: unset;
}
.dropdownfull_g { 
	clear:both;
	width:100%;
	height:40px;
	margin:5px 0;
	overflow:hidden;
	background:#ff4efef url(../img/CB_DownArrow.png) no-repeat right center;
	border:0;
	border:none;
}
.dropdownfull select, .dropdown50 select, .dropdownfull_g select {
	width:110%;
	height:40px;
	padding:0 0 0 11px;
	background:transparent;
	font-family:inherit;
	font-size:16px;
	line-height:40px!important;
	color:#333333;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	border:0;
	border:none;
	@include border-radius(0);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	cursor:pointer;
}


/* MODAL DESIGN */
.modal { 
	font-size:16px;
	padding:15px 25px 90px 15px;
	background:#ffffff;
}
.mwrapper { 
	width:100%;
	height:100%;
	padding:30px 50px 30px;
}
.modalbar { 
	position:fixed;
	z-index:99995;
	bottom:0;
	left:0;
	padding:12px 14px;
	width:100%;
	text-align:right;
	background:#a09494;
}


/* NOTIFIER */
.notifier_bar { 
	display:inline-block;
	position:fixed;
	z-index:99995;
	bottom:25px;
	right:25px;
	padding:12px 16px;
	background:#ed6e45;
	font-size:16px;
	color:#ffffff;
	white-space:nowrap;
	overflow:hidden;
}
.notifier_msg { 
	float:left;
	padding:12px 0 0 20px;
}
.notifier_close { 
	float:right;
	width:45px;
	height:45px;
	background:transparent url(../img/CB_CloseX_Inactive.png) no-repeat center center;
	cursor:pointer;
}
.notifier_close:hover { 
	background:transparent url(../img/CB_CloseX_Active.png) no-repeat center center;
}

/* VIDEO */
.videowrap { 
	position:relative;
	//padding-bottom:56.25%;
	padding-bottom:53%;
	padding-top:25px;
	height:0;
	margin:auto;
}
.videowrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video-divider { 
	height:30px;
}
.videopop { 
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:transparent;
	cursor:pointer;
}
.videopop:hover { 
	background-color:rgba(0, 0, 0, 0.3);
}
.video-button {
	display: inline-block;
	padding: 10px 18px;
	margin-bottom: 10px;
	background: #EEE;
	border: none;
	border-radius: 7px;
	color: #222;
	font-family:inherit;
	font-size: 16px;
	text-shadow: 0 1px white;
	cursor: pointer;
}

.video-button:hover {
	background-color: #8CF;
	text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
	color: #222;
}
.video-button:active, .video-button.is-checked {
	background-color: #28F;
}
.video-button.is-checked {
	color: white;
	text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.video-button:active {
	box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
.video-button-group:after {
	content:'';
	display:block;
	clear:both;
}
.video-button-group .video-button {
	display:inline-block;
	width:100%;
	max-width:200px;
	border-radius: 0;
	margin:0 20px;
}
.grid:after { 
	content:'';
	display:block;
	clear:both;
}
.video-item { 
	display:inline-block;
	width:45%;
	margin:30px 2%;
}
.videoicon { 
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	//background:transparent url(../img/youtube-off.png) no-repeat center center;
	background-image:url(../img/youtube-off.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80px 56px;
	cursor:pointer;
}
.videoicon:hover { 
	background-image:url(../img/youtube-on.png);
}
.video-footer { 
	font-size:20px;
	font-weight:400;
	margin:50px 0 30px;
}


.embed-container { 
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	max-width:100%;
}
.embed-container iframe, .embed-container object, .embed-container embed { 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* CIRCLES */
.circle { 
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	//behavior: url(./javascript/PIE/PIE.php);
}

/* SCROLL TO TOP */
#topscroll { 
	display:none;
	position:fixed;
	z-index:999999;
	bottom:20px;
	right:25px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:30px;
	line-height:48px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background-color:#ff00a0;
	-webkit-box-shadow:2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	cursor:pointer;
}
#topscroll:hover { 
	background-color:#fd45b9;
}


/* FOOTER */
.footer30 { 
	float:left;
	width:32%;
}
.footer70 { 
	float:left;
	width:68%;
}
.footer-column { 
	float:left;
	margin-bottom:30px;
	font-size:16px;
	font-weight:300;
}
.footer-strategy { 
	float:left;
	width:230px;
	height:38px;
	margin-bottom:30px;
	background-image:url(../img/strategy-icon.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.footer-copyright { 
	padding-top:20px;
	padding-bottom:55px;
	font-size:13px;
	font-weight:500;
	//text-align:center;
	text-transform:uppercase;
}
.ftable-pad {
	padding-right: 30px;
}
@media screen and (max-width: 600px) { 
	.footer-table, .footer-table .table-cell {
		display: block;
		width: 100%;
	}
	.footer-table .table-cell {
		padding-bottom: 15px;
	}
	.ftable-pad {
		padding-right: 0;
	}
	.price-circle.pcircle-right {
		float: left;
	}
}

/* COUNTDOWN */
.is-countdown { 
	background-color:transparent;
	max-width:800px;
	margin:auto;
}
.countdown-rtl { 
	direction:rtl;
}
.countdown-holding span { 
	color:#888;
}
.countdown-row { 
	clear:both;
	width:100%;
	padding:0px 2px;
	text-align:center;
}
.countdown-show1 .countdown-section { 
	width:98%;
}
.countdown-show2 .countdown-section { 
	width:48%;
}
.countdown-show3 .countdown-section { 
	width:32.5%;
}
.countdown-show4 .countdown-section { 
	width:24.5%;
}
.countdown-show5 .countdown-section { 
	width:19.5%;
}
.countdown-show6 .countdown-section { 
	width:16.25%;
}
.countdown-show7 .countdown-section { 
	width:14%;
}
.countdown-section { 
	display:block;
	float:left;
	font-size:14px;
	font-weight:700;
	text-align:center;
}
.countdown-amount { 
	font-size:54px;
}
.countdown-period { 
	display:block;
}
.countdown-descr { 
	display:block;
	width:100%;
}

/* GENERAL */
*:focus {
	outline:none;
}
.relative { 
	position:relative;
}
.clear { 
	clear:both;
}
.clicker { 
	cursor:pointer;
}
.cdefault { 
	cursor:default!important;
}
.fmedium { 
	font-weight:500;
}
.olink { 
	text-decoration:underline;
}
.link { 
	cursor:pointer;
}
.link:hover { 
	text-decoration:underline;
}
.flink { 
	color:#ffffff;
	cursor:pointer;
}
.flink:hover { 
	text-decoration:underline;
}
.tupper {
	text-transform:uppercase;
}
.block { 
	display:block;
}
.hidden { 
	display:none;
}
.box { 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.left { 
	float:left;
}
.right { 
	float:right;
}
.tleft { 
	text-align:left;
}
.tright { 
	text-align:right;
}
.tcenter { 
	text-align:center;
}
.noselect { 
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.cover { 
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.cover-top { 
	background-position:center top;
}
.cover-bottom { 
	background-position:center bottom;
}
.cover-bottom-left { 
	background-position:left bottom;
}
.cover-bottom-right { 
	background-position:right bottom;
}
.cover-right { 
	background-position:right center;
}
.cover-left { 
	background-position:center left;
}
.cover-top-right { 
	background-position:right top;
}
.cover-top-left { 
	background-position:left top;
}
.contain { 
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
}
.bg-lblue { 
	background-color:#8fb5e0;
}
.bg-pad {
	padding-top:70px;
	padding-bottom:70px;
}
.white { 
	background:#ffffff;
}
.divider { 
	clear:both;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:2px dotted #a9a79c;
}
.divider-xs { 
	height:5px;
}
.divider-s { 
	height:10px;
}
.divider-m { 
	height:30px;
}
.divider-l { 
	height:50px;
}
.divider-xl { 
	height:120px;
}
.show-l { 
	display:block;
}
.show-m { 
	display:none;
}
.prev-arrow { 
	padding-left:30px;
	background-image:url(../img/slider-arrow-left-on.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-size:19px;
}
.next-arrow { 
	padding-right:30px;
	background-image:url(../img/slider-arrow-right-on.png);
	background-position:center right;
	background-repeat:no-repeat;
	background-size:19px;
}
.nowrap { 
	white-space:nowrap;
}

/* PLACEHOLDER */
.error-list { 
	padding:10px 16px 10px;
}
label.error {
	font-size:16px;
	font-weight:400;
	color:#ff0000;
}
input.error, textarea.error {
	background-color:#ffe1e1;
}
select.error { 
	background:#ffe1e1 url(../img/CB_DownArrow.png) no-repeat right 9.4% center;
}
#yerror { 
	display:none;
	overflow:auto;
	padding-bottom:20px;
	font-size:14px;
	font-weight:700;
	text-align:left;
}
#yerror label { 
	float:none;
	width:auto;
}

.placeholder { color: #797979; }
.placeholderFocus { color: #797979; }

::-webkit-input-placeholder { color:#797979; } /* WebKit browsers */
:-moz-placeholder { color:#797979; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color:#797979; } /* Mozilla Firefox 19+ */
input:-moz-placeholder { color:#797979; }
:-ms-input-placeholder { color:#797979; } /* Internet Explorer 10+ */

#psearchform::-webkit-input-placeholder { color:#797979; }
#psearchform:-moz-placeholder { color:#797979; }
#psearchform::-moz-placeholder { color:#797979; }
#psearchform:-ms-input-placeholder { color:#797979; }

.check_input::-webkit-input-placeholder, .check_tarea::-webkit-input-placeholder { color:#797979; } /* WebKit browsers */
.check_input:-moz-placeholder, .check_tarea:-moz-placeholder { color:#797979; } /* Mozilla Firefox 4 to 18 */
.check_input::-moz-placeholder, .check_tarea::-moz-placeholder { color:#797979; } /* Mozilla Firefox 19+ */
.check_input:-moz-placeholder, .check_tarea:-moz-placeholder { color:#797979; }
.check_input:-ms-input-placeholder, .check_tarea:-ms-input-placeholder { color:#797979; } /* Internet Explorer 10+ */
.check_input::-moz-placeholder, .check_tarea::-moz-placeholder { color:#797979; }

.msearchi::-webkit-input-placeholder { color:#333333; } /* WebKit browsers */
.msearchi:-moz-placeholder { color:#333333; } /* Mozilla Firefox 4 to 18 */
.msearchi::-moz-placeholder { color:#333333; } /* Mozilla Firefox 19+ */
.msearchi:-moz-placeholder { color:#333333; }
.msearchi:-ms-input-placeholder { color:#333333; } /* Internet Explorer 10+ */
.msearchi::-moz-placeholder { color:#333333; }


/* MEDIA QUERIES - 1100PX */
@media screen and (max-width: 1100px) { 

/* FOOTER */
.footer-strategy { 
	float:left;
}

}


/* MEDIA QUERIES - 960PX */
@media screen and (max-width: 960px) { 

}


/* MEDIA QUERIES - 900PX */
@media screen and (max-width: 900px) { 

/* FOOTER */
.footer30, .footer70 { 
	float:left;
	clear:left;
	margin:0 0 5px;
	width:100%;
}

}

/* MEDIA QUERIES - 850PX */
@media screen and (max-width: 850px) { 

#logo { 
	//width:180px;
	//height:60px;
}
.cbar { 
	margin-left:30px;
}

/* JOURNAL */
.journal-list > li, .journal-list > li:nth-child(3n+1) { 
	width:49%;
	margin-left:2%;
}
.journal-list > li:nth-child(2n+1) { 
	margin-left:0;
}

/* PROJECTS */
.project-list li { 
	width:49%;
	margin-right:1%;
}
.project-list li:nth-child(3n+3) { 
	margin-right:1%;
}
.project-list li:nth-child(2n+2) { 
	margin-right:0;
}
.lheight { 
	min-height:700px;
}
.mheight { 
	//min-height:645px;
}
.iheight { 
	min-height:346px;
}
.imargin { 
	margin-bottom:8px;
}
}

/* MEDIA QUERIES - 710PX */
@media screen and (max-width: 710px) { 
/* @media screen and (max-width: 480px) and (orientation: portrait) { */

#navicon { 
	display:block;
}
.top-menu { 
	display:none;
}

.approach-header { 
	padding-top:140px;
	font-size:60px;
}

.column68, .column62, .column34, .column28, .column73, .column23 { 
	float:left;
	clear:left;
	margin:0 0 5px;
	width:100%;
}

/* VIDEO */
.video-item {
	width:100%;
	margin:30px 0;
}


/* LIFE PAGE */
.thumbs-life .swiper-pagination-bullet { 
	width:48%;
	margin-left:4%;
}
.thumbs-life .swiper-pagination-bullet:nth-child(2n+1) { 
	margin-left:0;
}
.galleries-list li { 
	display:block;
	width:100%;
	height:300px;
	margin:0;
	border-left:none;
	border-top:8px solid #ffffff;
}
.galleries-list li:first-child { 
	border-top:none;
}
}

/* MEDIA QUERIES - 603PX */
@media screen and (max-width: 603px) { 

	.body-copy { 
		font-size:18px;
	}

	.approach-header { 
		font-size:55px;
	}

	/* BUTTONS */
	.button-default { 
		min-width:100px;
	}

	/* STRUCTURE */
	#topbar { 
		//padding:20px 0;
	}

	.hero-bar { 
		//padding-top:200px;
	}
	.hero-header { 
		font-size:46px;
		line-height:1.1;
	}
	.hero-sub { 
		font-size:24px;
	}

	.header1 { 
		font-size:28px;
	}
	.header2 { 
		font-size:22px;
	}

	/* FOOTER */
	.footer-copyright { 
		padding-top:50px;
	}

	/* HOME PAGE */
	.hero-box { 
		padding:25px;
	}
	.hero-title { 
		margin-bottom:30px;
		font-size:24px;
	}
	.hero-sub { 
		margin-bottom:40px;
		font-size:18px;
	}
	.hero-bar { 
		min-height:auto;

	}

	/* IMAGES */
	.pop-gallery { 
		height:200px;
	}
	.pop-table-65 { 
		width:50%;
	}

	.contact-title { 
		font-size:18px;
		font-weight:400;
	}
	.contact-contact { 
		font-size:15px;
	}
	.contact-manager { 
		font-size:15px;
	}
	.contact-address { 
		font-size:15px;
		line-height:1.4;
	}

	/* COUNTDOWN */
	.countdown-amount { 
		font-size:27px;
	}

	/* GENERAL */
	#main, #aside, .column50, .column49, .column48, .column47, .column33, .imagel49, .imager49, .imagel40, .imager60, .imagel60 img, .imager40 img, .imagel40 img, .imager60 img { 
		float:left;
		clear:left;
		margin:0 0 5px;
		width:100%;
	}
	.show-l { 
		display:none;
	}
	.show-m { 
		display:block;
	}

	/* JOURNAL */
	.journal-list > li { 
		width:100%!important;
		margin-left:0!important;
	}

	/* PROJECTS */
	.project-list li { 
		width:100%;
		margin-right:0;
	}
	.project-column70, .project-column50, .project-column30, .project-column32, .project-column33 { 
		clear:left;
		width:100%;
	}
	.project-margin32 { 
		margin-right:0;
	}
	.project-column33 { 
		padding:20px 0;
	}
	.project-column33-l, .project-column33-r { 
		text-align:center;
	}
	.lheight { 
		min-height:400px;
	}
	.mheight, .msheight, .iheight { 
		clear:both;
		min-height:400px;
	}

	/* TIMELINE */
	.time-block-left, .time-block-right { 
		width:auto;
		margin:0 0 0 30px;
		padding-left:50px;
	}
	.time-block-left { 
		float:left;
		border-right:none;
		border-left:2px solid #cec2c2;
		//padding-left:80px;
		padding-right:0;
		text-align:left;
	}
	.time-circle-left, .time-circle-right { 
		right:auto;
		left:-38px;
		width:70px;
		height:70px;
		padding-top:21px;
		padding-bottom:5px;
		font-size:16px;
	}
	.time-circle-s { 
		font-size:9px;
	}
	.time-last { 
		padding-bottom:0;
	}
	.time-float-left { 
		float:left;
		margin:0 15px 10px 0;
		padding:7px 15px 7px 0;
		border-right:1px solid #cec2c2;
		border-left:none;
	}

	/* MAPS */
	.map-div { 
		height:300px;
	}

	/* LIFE PAGE */
	.thumbs-life .swiper-pagination-bullet { 
		margin-bottom:18px;
	}
	.life-title { 
		font-size:22px;
	}
}

/* MEDIA QUERIES - 520PX */
@media screen and (max-width: 520px) { 
/* @media screen and (max-width: 520px) and (orientation: portrait) { */

	#logo { 
		height:51px;
		margin-top:18px;
	}

	/* SECTIONS */
	.team-list li { 
		width:100%;
	}

	/* INPUT */
	.check_input_m { 
		margin-right:0;
	}
	.check_input50, .check_select50, .dropdown50, .iti { 
		width:100%;
	}
	.check_input_l2 { 
		margin-left:0;
	}
	.check_input_phone .iti:first-child {
		margin-right: 0;
	}

	/* LIFE PAGE */
	.button-life { 
		padding:5px 8px;
		margin:4px 2px;
		font-size:14px;
	}
	.thumbs-life .swiper-pagination-bullet { 
		height:140px;
	}
}


/* MEDIA QUERIES - 480PX */
@media screen and (max-width: 480px) and (orientation: portrait) { 

	/* STRUCTURE */
	.hero-header { 
		font-size:42px;
	}

}


/* MEDIA QUERIES - 320PX */
@media screen and (max-width: 320px) { 

	/* LIFE PAGE */
	.thumbs-life .swiper-pagination-bullet { 
		height:100px;
		margin-bottom:8px;
	}

}

/* DATE */
.ui-datepicker { z-index:999999!important; margin-top:13px; font-size:15px; }
.ui-datepicker .ui-datepicker-header { background-color:#ffffff; border-radius:0; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { border:1px solid #7983bf; background:#7983bf!important; }
.ui-datepicker::before, .ui-datepicker::after { 
	content:'';
	position:absolute;
	z-index:1;
	display:inline-block;
	width:0;
	height:0;
	border-style:solid;
}
.ui-datepicker::before { 
	top:-13px;
	left:12px;
	border-width:0 12px 13px 12px;
	border-color:transparent transparent #cec2c2 transparent;
}
.ui-datepicker::after { 
	top:-11px;
	left:14px;
	border-width:0 10px 11px 10px;
	border-color:transparent transparent #ffffff transparent;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { 
	width:70px;
}