@charset "UTF-8";
/* CSS Document */

.btn,.contact a,.menu-item .main,.submit,.uppercase,a.btn,button.btn{
	text-transform:uppercase
}
@keyframes zoom-out {
	0% {
		-moz-transform:scale(1.15); 
		-webkit-transform:scale(1.15);
		transform:scale(1.15)
	}
	100% {
		-moz-transform:scale(1);
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@keyframes pulse {
	0%,100% {
		transform:scale(1)
	}
	25% {
		transform:scale(.7)
	}
	75%{
		transform:scale(1.3)
	}
}
@keyframes expand-up {
	0%{transform:rotate(0)}50%{transform:rotate(-90deg)}100%{transform:rotate(-180deg)}
}
@keyframes expand-down{
	0%{transform:rotate(-180deg)
	}
	50%{transform:rotate(-90deg)
	}
	100%{transform:rotate(0)}
}
@font-face{
	font-family:"Tw Cen MT";font-style:
	normal;font-weight:500;
	src:url(../../font/twcenmt/twcenmt.eot?) format("eot"),url(../../font/twcenmt/twcenmt.woff) format("woff"),url(../../font/twcenmt/twcenmt.svg#Tw_Cen_MT) format("svg"),url(../../font/twcenmt/twcenmt.ttf) format("truetype")
}
	
.filters .filter-location,.list .list-item .tag,.slider .js_counter,.tags .tag{
	padding:5px;font-size:14px;line-height:14px;font-family:"Tw Cen MT",Helvetica,sans-serif;text-transform:uppercase;display:inline-block;text-decoration:none!important;cursor:pointer;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;border-radius:15px;-webkit-transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-ms-transition:background-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out
}
html {
	box-sizing:border-box
}
*,:after,:before{
	box-sizing:inherit
}
.btn,.contact a,.menu-item,a.btn,button.btn{
	box-sizing:border-box
}
body{
	background:#1C0000;
	color:#999;
	font-family:Questrial,sans-serif;
}
@media only screen and (max-width:1024px){
	.desktop{
		display:none;
	}
}
@media only screen and (max-width:767px){
	.tablet{
		display:none;
	}
}

@media only screen and (min-width:768px){
	.mobile{
		display:none;
	}

}
@media only screen and (min-width:1025px){
	.mobile{
		display:none;
	}
}
.mobile.tablet{
	display:block
}
a:active,a:hover,a:link,a:visited{
	text-decoration:none;color:inherit
}
.article-content a:link,.cmodule.ctext a:link,.underline,a.underline{text-decoration:underline
}
a.white{
	color:#fff
}
.hover,a.hover{
	-webkit-transition:color .2s ease-out;-moz-transition:color .2s ease-out;-ms-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out
}
.darkened img,.desaturated img{
	-webkit-transition:filter .5s ease-in-out;-moz-transition:filter .5s ease-in-out;-ms-transition:filter .5s ease-in-out;-o-transition:filter .5s ease-in-out;
}
	
@media only screen and (min-width:1025px){
	.mobile.tablet{
		display:none
	}
	.hover:hover,a.hover:hover{
		color:#fff;cursor:pointer
	}
}
ul,ul>li{
	list-style:none;padding:0;margin:0
}
.country-option .country-flag, .country-option .country-phone, .mrg-right-5 {
		margin-right:5px
}
.row-li li{
	display:inline-block
}
p{
	margin-top:0;
	margin-bottom:10px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.hidden{
	display:none
}
.no-overflow{
	overflow:hidden
}
.cf-group:after{
	content:"";display:table;clear:both
}
.sw50{
	width:50px
}
.sw100{
	width:100px
}
.sw150{width:150px
}
.sw200{width:200px
}
.pw20{width:20%
}
.pw25{width:25%
}
.pw33{width:33.333333%
}
.pw40{width:40%
}
.pw50{width:50%
}
.pw60{width:60%
}
.pw66{width:66.666666%
}
.pw75{width:75%
}
.pw80{width:80%
}
.pw100{width:100%
}
.ph100{height:100%
}
.mrg-5{margin:5px
}
.mrg-top-5{margin-top:5px
}
.mrg-bottom-5{margin-bottom:5px
}
.mrg-left-5{margin-left:5px
}
.mrg-10{margin:10px
}
.mrg-top-10{margin-top:10px
}
.mrg-right-10{margin-right:10px
}
.mrg-bottom-10{margin-bottom:10px
}
.mrg-left-10{margin-left:10px
}
.mrg-20{margin:20px
}
.mrg-top-20{margin-top:20px
}
.mrg-right-20{margin-right:20px
}
.mrg-bottom-20{margin-bottom:20px
}
.mrg-left-20{margin-left:20px
}
.mrg-30{margin:30px
}
.mrg-top-30{margin-top:30px
}
.mrg-right-30{margin-right:30px
}
.mrg-bottom-30{margin-bottom:30px
}
.mrg-left-30{margin-left:30px
}
.mrg-auto{margin:auto!important
}
.mrg-top-auto{margin-top:auto
}
.mrg-right-auto{margin-right:auto
}
.mrg-bottom-auto{margin-bottom:auto
}
.mrg-left-auto{margin-left:auto
}
.pdg-5{padding:5px
}
.pdg-top-5{padding-top:5px
}
.pdg-right-5{padding-right:5px
}
.pdg-bottom-5{padding-bottom:5px
}
.pdg-left-5{padding-left:5px
}
.pdg-10{padding:10px
}
.pdg-top-10{padding-top:10px
}
.pdg-right-10{padding-right:10px
}
.pdg-bottom-10{padding-bottom:10px
}
.pdg-left-10{padding-left:10px}
.pdg-15{padding:15px}
.pdg-top-15{padding-top:15px}
.pdg-right-15{padding-right:15px}
.pdg-bottom-15{padding-bottom:15px}
.pdg-left-15{padding-left:15px}
.pdg-20{padding:20px}
.pdg-top-20{padding-top:20px}
.pdg-right-20{padding-right:20px}
.pdg-bottom-20{padding-bottom:20px}
.pdg-left-20{padding-left:20px}
.pdg-30{padding:30px}
.pdg-top-30{padding-top:30px}
.pdg-right-30{padding-right:30px}
.pdg-bottom-30{padding-bottom:30px}
.pdg-left-30{padding-left:30px}
.pdg-left-7{padding-left:7px}
.pdg-right-7{padding-right:7px}
.pdg-left-11{padding-left:11px}
.pdg-right-11{padding-right:11px}
.pdg-left-14{padding-left:14px}.pdg-right-14{padding-right:14px
}
@media only screen and (max-width:767px){
	.mrg-ignore-mobile{
		margin:0!important
	}
	.pdg-ignore-mobile{
		padding:0!important
	}
}
@media only screen and (min-width:768px){
	.mrg-ignore-tablet{
		margin:0!important
	}
	.pdg-ignore-tablet{
		padding:0!important
	}
}
@media only screen and (min-width:1025px){
	.mrg-ignore-desktop{
		margin:0!important
	}
	.pdg-ignore-desktop{
		padding:0!important
	}
}
.pdg-auto{padding:auto}
.pdg-top-auto{padding-top:auto}
.pdg-right-auto{padding-right:auto}
.pdg-bottom-auto{padding-bottom:auto}
.pdg-left-auto{padding-left:auto}
.brd{border:1px solid #333}
.no-brd{
	border-width:0!important;
	border-color:transparent!important
}
.brd-top{
	border-top:1px solid #333
}
.brd-right{
	border-right:1px solid #333
}
.brd-bottom{border-bottom:1px solid #333
}
.brd-left{border-left:1px solid #333
}
.brd-bottom.brd-white, .brd-left.brd-white, .brd-right.brd-white, .brd-top.brd-white, .brd.brd-white{
	border-color:#fff
}
@media only screen and (max-width:767px){
	.brd-ignore-mobile{
		border:0!important
	}
}
@media only screen and (min-width:768px){
	.brd-ignore-tablet{
		border:0!important
	}
	.wrapper{
		padding:0 10px
	}
}
@media only screen and (min-width:1025px){
	.brd-ignore-desktop{
		border:0!important
	}
}
.brd-silver{border-color:#999}
.brd-white{border-color:#fff}
.black-bg{background-color:#1C0000!important}
.dark-bg{background-color:#0a0a0a}
.medium-bg{background-color:#111}
.light-bg{background-color:#222}
.desaturated img{-webkit-filter:grayscale(45%);-moz-filter:grayscale(45%);-ms-filter:grayscale(45%);-o-filter:grayscale(45%);filter:grayscale(45%);transition:filter .5s ease-in-out}
.desaturated.medium img{-webkit-filter:grayscale(22.5%);-moz-filter:grayscale(22.5%);-ms-filter:grayscale(22.5%);-o-filter:grayscale(22.5%);filter:grayscale(22.5%)}
.desaturated.hover:hover img{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0)}
.darkened img{-webkit-filter:brightness(50%);-moz-filter:brightness(50%);-ms-filter:brightness(50%);-o-filter:brightness(50%);filter:brightness(50%);transition:filter .5s ease-in-out}
.darkened.hover:hover img{-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)
}
.desaturated.darkened img{-webkit-filter:grayscale(45%) brightness(65%);-moz-filter:grayscale(45%) brightness(65%);-ms-filter:grayscale(45%) brightness(65%);-o-filter:grayscale(45%) brightness(65%);filter:grayscale(45%) brightness(65%);-webkit-transition:filter .5s ease-in-out;-moz-transition:filter .5s ease-in-out;-ms-transition:filter .5s ease-in-out;-o-transition:filter .5s ease-in-out;transition:filter .5s ease-in-out
}
.desaturated.darkened.hover:hover img{-webkit-filter:grayscale(0) brightness(100%);-moz-filter:grayscale(0) brightness(100%);-ms-filter:grayscale(0) brightness(100%);-o-filter:grayscale(0) brightness(100%);filter:grayscale(0) brightness(100%)}
.desaturated.darkened.mild.hover:hover img{-webkit-filter:grayscale(20%) brightness(80%);-moz-filter:grayscale(20%) brightness(80%);-ms-filter:grayscale(20%) brightness(80%);-o-filter:grayscale(20%) brightness(80%);filter:grayscale(20%) brightness(80%)}
.heart svg{fill:#e74949;width:30px;height:30px}
.column-16,.wrapper{width:100%}
.wrapper{max-width:1200px;margin-left:auto;margin-right:auto
}
@media only screen and (min-width:1025px){
	.wrapper{
		margin:0 auto
	}
}
main{margin-top:0
}
@media only screen and (min-width:768px){
	.column-16{
		width:16.666666666666%
	}
}
.column-20{
	width:100%
}
@media only screen and (min-width:768px){
	.column-20{
		width:20%
	}
}
.column-25{
	width:100%
}
@media only screen and (min-width:768px){
	.column-25{width:25%
	}
}
.column-33{
	width:100%
}
@media only screen and (min-width:768px){
	.column-33{
		width:33.333333333333%
	}
}
.column-40{width:100%
}
@media only screen and (min-width:768px){
	.column-40{
		width:40%
	}
}
.column-50{width:100%}
@media only screen and (min-width:768px){
	.column-50{
		width:50%
	}
}
.column-60{
	width:100%
	}
@media only screen and (min-width:768px){
	.column-60{width:60%
	}
}
.column-66{width:100%}
@media only screen and (min-width:768px){
	.column-66{width:66.666666666666%}
}
.column-75{width:100%}
@media only screen and (min-width:768px){
	.column-75{width:75%}
}
.column-80{width:100%}
@media only screen and (min-width:768px){
	.column-80{width:80%}
}
@media only screen and (max-width:767px){
	.mobile-column-30{width:30%}
	.mobile-column-50{width:50%}
	.mobile-column-70{width:70%}
}
.user-message{position:fixed;z-index:10000;background:#fff;width:200px;left:50%;margin-left:-100px;color:#000;padding:10px 0;top:5px;font-size:14px;text-align:center;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px
}
@media only screen and (min-width:1025px){
	.user-message{width:400px;left:50%;margin-left:-200px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px
	}
	.web-header{border-bottom:1px solid #333}
}
.web-header{
	width:100%;position:sticky;top:0;left:0;z-index:1000;background:#1C0000
}
.web-header .header{
	width:100%;background-color:#1C0000;display:flex;flex-wrap:nowrap;justify-content:center
}
@media only screen and (min-width:1025px){
	.web-header .header{
		display:block;
		background-color:transparent;
		border:0;
		width:auto;
		float:left;
		position:static
	}
}
.web-header .header .logo{font-family:"Tw Cen MT",Helvetica,sans-serif;color:#fff;text-decoration:none;font-size:24px;line-height:32px;letter-spacing:8px;position:relative;right:-5px;text-align:left;padding:10px 0;display:flex;margin:0 auto}
@media only screen and (min-width:1025px){
	.web-header .header .logo{
		text-align:center;
		display:inline-block;
		margin:0;
		padding:0 0 14px;
		position:initial
	}
}
.web-header .header .icon svg{
	fill:#fff;display:inline;width:32px;height:32px
}
@media only screen and (min-width:1025px){
	.web-header .header .icon{display:none}
}
.web-header #contact-and-login{
	overflow:hidden;height:38px;-webkit-transition:height .25s ease-out;-moz-transition:height .25s ease-out;-ms-transition:height .25s ease-out;-o-transition:height .25s ease-out;transition:height .25s ease-out
}
.web-header.thin #contact-and-login{
	height:10px
}
.web-header.thin .submenu{
	top:61px
}
.menu-trigger,.user-icon{
	width:42px;cursor:pointer;display:flex;box-sizing:border-box
}
@media only screen and (min-width:768px){
	.web-header .header .logo{
		font-size:36px;line-height:36px;letter-spacing:10px
	}	
	.menu-trigger,.user-icon{
		line-height:36px;width:52px
	}
}
@media only screen and (min-width:1025px){
	.menu-trigger,.user-icon{
		display:inline;
		font-size:inherit;
		line-height:inherit;
		text-align:inherit;
		padding:0;
		width:auto
	}
}
.user-trigger>svg{display:none
}
@media only screen and (min-width:768px){
	.user-trigger{padding:15px 10px
	}
}
.user-trigger .avatar{
	width:24px;height:24px;border-radius:50%;font-size:18px;line-height:24px;background:#333;text-align:center;overflow:hidden
}
@media only screen and (min-width:1025px){
	.user-trigger{padding:0 0 0 5px}
	.user-trigger>svg{display:inline;margin-top:-10px!important}
	.user-menu{position:absolute;height:0;overflow:hidden;background:#1C0000;z-index:1002;top:38px;display:block;opacity:0;filter:alpha(opacity=0);-webkit-transition:height .3s cubic-bezier(1,-.51,.34,1.17),opacity .2s ease-out;-moz-transition:height .3s cubic-bezier(1,-.51,.34,1.17),opacity .2s ease-out;-ms-transition:height .3s cubic-bezier(1,-.51,.34,1.17),opacity .2s ease-out;-o-transition:height .3s cubic-bezier(1,-.51,.34,1.17),opacity .2s ease-out;transition:height .3s cubic-bezier(1,-.51,.34,1.17),opacity .2s ease-out;border:1px solid #333
	}
	.user-menu ul{padding:0!important}
}
.collapsed-text:after,.menu-bg{-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out}
@media only screen and (min-width:1025px){
	.user-menu ul li .menu-item{
		color:#999;text-rendering:optimizeLegibility;border-width:0;padding:10px;font-size:14px;line-height:1em;text-align:left
	}
}
.user-menu ul li:hover .menu-item{
	background-color:#0a0a0a;color:#999
}
.user-menu{min-width:155px;right:0}
.user-menu.active{height:auto;opacity:1;filter:alpha(opacity=100)}
.menu,.menu-bg{height:100%;top:0}
#breadcrumbs{width:100%;padding:10px 15px 0;margin:0 auto;text-align:center;font-size:12px;line-height:12px}
.menu-bg{background:#1C0000;position:fixed;left:0;width:100%;display:none;z-index:-1;opacity:0;filter:alpha(opacity=0);transition:opacity .25s ease-in-out}
.menu-bg.active{display:block;z-index:1000;opacity:.4;filter:alpha(opacity=40)
}
@media only screen and (min-width:1025px){
	#breadcrumbs{padding:20px 15px 10px;font-size:14px;line-height:14px;text-align:center}.menu .close,.menu-bg.active{display:none}
}
.menu{
	width:80%;background:#222;position:absolute;left:-100%;overflow-y:auto;overflow-x:hidden;z-index:1001
}
	
@media only screen and (max-width:1024px){
	.menu{box-shadow:0;opacity:0;filter:alpha(opacity=0);-webkit-transition:left .35s cubic-bezier(.87,.06,.17,.99),opacity .2s ease-out,box-shadow .2s ease-out;-moz-transition:left .35s cubic-bezier(.87,.06,.17,.99),opacity .2s ease-out,box-shadow .2s ease-out;-ms-transition:left .35s cubic-bezier(.87,.06,.17,.99),opacity .2s ease-out,box-shadow .2s ease-out;-o-transition:left .35s cubic-bezier(.87,.06,.17,.99),opacity .2s ease-out,box-shadow .2s ease-out;transition:left .35s cubic-bezier(.87,.06,.17,.99),opacity .2s ease-out,box-shadow .2s ease-out}
}
@media only screen and (min-width:768px){
	.menu{width:50%}
}
.menu .close{
	overflow:hidden;width:100%;
	border-bottom:1px solid #333;
	background:#111;
	padding:9px 0 8px 24px
}
.menu .close svg{
	fill:#fff;width:32px;height:32px
}
@media only screen and (min-width:1025px){
	.menu{z-index:auto;position:static;background:0 0;top:0;left:0;display:table;width:auto;float:right;overflow:inherit;border-right:0;margin-top:0
}
	.menu:hover .close{background:#333}
	.menu .submenu.active,.menu>ul>li:hover 
	.submenu{
		height:320px;
		opacity:1;
		filter:alpha(opacity=100)
	}
	.menu>ul>li{float:left}
	.menu>ul>li>.menu-item{font-family:"Tw Cen MT",Helvetica,sans-serif;float:left;color:#ccc!important;text-align:center;text-transform:uppercase;text-decoration:none;padding:16px 15px 17px;border-spacing:0;border:0;z-index:1;position:relative;font-size:15px;font-weight:100;text-rendering:optimizeLegibility;line-height:13px;-webkit-transition:color,border-bottom-color .25s ease-in-out;-moz-transition:color,border-bottom-color .25s ease-in-out;-ms-transition:color,border-bottom-color .25s ease-in-out;-o-transition:color,border-bottom-color .25s ease-in-out;transition:color,border-bottom-color .25s ease-in-out}
	.menu>ul>li:last-child>.menu-item{padding-right:0}
	.menu .menu-item.selected,.menu>ul>li:hover>.menu-item{color:#fff!important
	}
}
.menu .submenu{
	width:100%;height:100%;background:#222;position:absolute;left:-100%;top:0;overflow-y:auto;overflow-x:hidden;z-index:1001
}
@media only screen and (max-width:1024px){
	.menu .submenu{-webkit-transition:left .5s cubic-bezier(.87,.06,.17,.99);-moz-transition:left .5s cubic-bezier(.87,.06,.17,.99);-ms-transition:left .5s cubic-bezier(.87,.06,.17,.99);-o-transition:left .5s cubic-bezier(.87,.06,.17,.99);transition:left .5s cubic-bezier(.87,.06,.17,.99)}
}
.menu .submenu .close span{font-size:16px;line-height:24px;padding:10px 0;float:left}.menu .submenu .close:after{display:none}
@media only screen and (min-width:1025px){
	.menu .submenu{width:100%;height:0;position:absolute;top:89px;left:0;z-index:1010;background:#0a0a0a;overflow:hidden;border-right:0;border-bottom:1px solid #333;opacity:0;filter:alpha(opacity=0);-webkit-transition:height .3s cubic-bezier(1,-.51,.34,1.17),opacity .2s ease-out,top .25s ease-out;-moz-transition:height .3s cubic-bezier(1,-.51,.34,1.17),opacity .2s ease-out,top .25s ease-out;-ms-transition:height .3s cubic-bezier(1,-.51,.34,1.17),opacity .2s ease-out,top .25s ease-out;-o-transition:height .3s cubic-bezier(1,-.51,.34,1.17),opacity .2s ease-out,top .25s ease-out;transition:height .3s cubic-bezier(1,-.51,.34,1.17),opacity .2s ease-out,top .25s ease-out}
	.menu .submenu .close{display:none}
	.menu .submenu .submenu-col{min-width:175px;height:280px;margin-top:20px;float:left}
	.menu .submenu ul.submenu-col{margin-top:20px;padding-bottom:24px}.menu .submenu ul.submenu-col.brd-left{border-left:1px solid #333;padding-left:14px}.menu .submenu ul li{float:left;width:100%}
	.menu .submenu .menu-item{color:#999;text-rendering:optimizeLegibility;border-width:0;padding:7px 0;font-size:15px;line-height:1em;text-align:left;-webkit-transition:color .25s ease-in-out;-moz-transition:color .25s ease-in-out;-ms-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out}
	.menu .submenu li:hover a.menu-item{color:#fff;text-decoration:none}
	.menu .submenu .menu-featured-space-title{width:773px;float:right;text-align:center}
	.menu .submenu .menu-featured-space-title.small{width:402px}
	.menu .submenu .menu-featured-space{width:773px;height:280px;float:right;border-left:1px solid #333;padding:0 48px;margin:20px 0;display:block}
	.menu .submenu .menu-featured-space.small{width:392px;padding:0 43px}
	.menu .submenu .featured-element{
		display:block;position:relative;overflow:hidden
}
.menu .submenu .featured-element .image{
	width:400px;
	height:204px;
}
.menu .submenu .featured-element .image img{
	height:100%
}
	.menu .submenu .featured-element .content{padding:10px 5px 0;text-align:center;color:#ccc;font-size:.875em;width:306px;box-sizing:border-box;text-transform:uppercase}
	.menu .submenu .featured-element .content p{line-height:16px}.menu .submenu .featured-element .quote{font-size:16px;line-height:26px;color:#999;font-family:Questrial,sans-serif;width:246px;text-align:center;padding:60px 30px}.menu .submenu .featured-element .quote:after,.menu .submenu .featured-element .quote:before{content:'"'}
}
.filters .filter-location:after,.lang{-webkit-transition:color .25s ease-in-out}.menu.active{left:0;top:0;position:fixed}
.menu .submenu.active{left:0;z-index:1001}.menu li,.menu ul{list-style:none;padding:0;margin:0}.menu>ul,.submenu ul:last-of-type{border-bottom:1px solid #111
}
@media only screen and (min-width:1025px){
	.menu>ul,.submenu ul:last-of-type{border-bottom:none}
}
.menu-item{display:block;font-size:16px;line-height:32px;text-align:left;text-decoration:none;padding:10px 30px;border-bottom:1px solid #333;border-top:1px solid #111}
@media only screen and (max-width:1024px){
	.menu.active{opacity:1;filter:alpha(opacity=100);box-shadow:3px 0 5px rgba(0,0,0,.3)}.menu .submenu.active{box-shadow:3px 0 5px rgba(0,0,0,.3)}
	.menu-item{color:#fff!important}
}
.menu-item .main{border-bottom:0;padding:30px 10px 15px 35px}
.menu-featured-space{display:none}
.contact{width:100%}
@media only screen and (min-width:1025px){
	.contact{margin:initial;position:absolute;top:-101px;right:0;padding:8px 5px;max-width:200px;text-align:right;font-size:12px;line-height:12px}
}
.contact a{border-bottom:1px solid #333;background:#111;font-family:"Tw Cen MT",Helvetica,sans-serif;color:#fff;text-align:center;width:50%;padding:15px 10px;float:left}
@media only screen and (min-width:1025px){
	.contact a{font-family:Questrial,sans-serif;color:#999;font-size:12px;line-height:12px;text-transform:uppercase;background:0 0;border:none;padding:0;width:auto;text-align:right;float:none}
}
.contact a:first-child{border-right:1px solid #333
}
@media only screen and (min-width:1025px){
	.contact a:first-child{color:#fff;border:none}.contact a:first-child::after{content:"|";color:#999;margin:0 5px}
}
.btn,a.btn,button.btn,input,select,textarea{
	border:1px solid #fff;font-family:"Tw Cen MT",Helvetica,sans-serif}.lang{position:relative;top:2px;margin-top:-2px;width:15px;height:11px;display:inline-block;background:url(../../images/flags.png);opacity:.8;filter:alpha(opacity=80);-moz-transition:color .25s ease-in-out;-ms-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out
}
.lang.selected,.lang:hover,li:hover .lang{
	opacity:1;filter:alpha(opacity=100)}.web-footer{padding-bottom:25px}.settings-menu{width:100vw;padding-left:20px;padding-right:20px}

@media only screen and (min-width:768px){
	.settings-menu{width:50%;padding-left:10px;padding-right:10px}
}
@media only screen and (min-width:1025px){
	.settings-menu{width:25%}
}
.footer-right{width:100vw}
@media only screen and (min-width:768px){
	.footer-right{width:50%;float:right}
}
@media only screen and (min-width:1025px){
	.footer-right{width:33%}
}
.footer-left{width:100vw}
@media only screen and (min-width:768px){
	.footer-left{width:50%;float:left}
}
@media only screen and (min-width:1025px){
	.footer-left{width:66%}
}.newsletter-footer{padding:0 20px}
@media only screen and (min-width:768px){
	.newsletter-footer{padding:0 10px}
}
input,select,textarea{padding:8px;font-size:16px;line-height:18px;margin:0;outline:0;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px}
input.no-border,textarea.no-border{border:0}
input.s100,select.s100,textarea.s100{width:100%}
input.compact,select.compact,textarea.compact{padding:4px 8px}textarea{height:115px;resize:none}
select{padding-right:15px;background:url(../../images/dropdown.png) right 15px no-repeat #fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none}
.submit{background:0 0;border:none;color:#fff;padding:0;cursor:pointer}
label{font-size:16px;line-height:16px;padding:8px 0}
label.error{font-size:12px;background:#c00;padding:2px;color:#fff;font-family:"Tw Cen MT",Helvetica,sans-serif;position:absolute;top:1px;right:1px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px}
.country-phone label.error{top:0;right:0}::-webkit-input-placeholder{color:#666}:-moz-placeholder{color:#666;opacity:1;filter:alpha(opacity=100)}::-moz-placeholder{color:#666;opacity:1;filter:alpha(opacity=100)}:-ms-input-placeholder{color:#666}
.hf-warning{color:#fff;font-size:14px;padding:5px;position:absolute;z-index:100;background:red;margin-top:5px;border-radius:3px;border:1px solid #8b0000;box-shadow:2px 2px 3px rgba(0,0,0,.75)}
.btn,a.btn,button.btn{color:#fff;font-size:14px;line-height:18px;letter-spacing:1px;text-align:center;padding:8px 10px;display:inline-block;cursor:pointer;background:rgba(0,0,0,.9);-webkit-transition:color,background .25s ease-in-out;-moz-transition:color,background .25s ease-in-out;-ms-transition:color,background .25s ease-in-out;-o-transition:color,background .25s ease-in-out;transition:color,background .25s ease-in-out;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px
}
@media only screen and (min-width:1025px){
	.btn,a.btn,button.btn{padding:8px 18px}
}
.btn.no-hover,.btn.no-hover:hover,a.btn.no-hover,a.btn.no-hover:hover,button.btn.no-hover,button.btn.no-hover:hover{background:#000!important;color:#fff!important}
.btn:disabled,.btn:disabled:hover,a.btn:disabled,a.btn:disabled:hover,button.btn:disabled,button.btn:disabled:hover{background-color:#999!important;border-color:#999!important;color:#333!important}
.btn.compact,a.btn.compact,button.btn.compact{padding:4px 8px}
.btn.selected,.btn:hover,a.btn.selected,a.btn:hover,button.btn.selected,button.btn:hover{border:1px solid #fff;background:#fff;color:#000!important}
.btn.btn-white,a.btn.btn-white,button.btn.btn-white{background:#fff;color:#000}
.btn.btn-white:hover,a.btn.btn-white:hover,button.btn.btn-white:hover{background:#000;color:#fff!important}.btn-group{font-size:0}
.btn-group .btn,.btn-group .btn-white{margin:0;border-right-width:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0}
.btn-group .btn-white:hover,.btn-group .btn:hover{border-right-width:0}
.btn-group .btn-white:first-child,.btn-group .btn:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.btn-group .btn-white:last-child,.btn-group .btn:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right-width:1px}.btn svg{width:21px;height:21px;top:6px;margin-top:-8px;position:relative;-webkit-transition:fill .25s ease-in-out;-moz-transition:fill .25s ease-in-out;-ms-transition:fill .25s ease-in-out;-o-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out}
.btn:not(.btn-white) svg{fill:#fff}
.btn.btn-white svg,.btn:not(.btn-white):hover svg{fill:#000}.btn.btn-white:hover svg{fill:#fff}.heart-button{position:absolute;bottom:10px;right:10px;z-index:300;font-size:30px;color:#fff}.heart-button svg{width:30px;height:30px;fill:#000;fill-opacity:.5;stroke:#fff;stroke-width:1;-webkit-transition:fill,fill-opacity .25s ease-in-out;-moz-transition:fill,fill-opacity .25s ease-in-out;-ms-transition:fill,fill-opacity .25s ease-in-out;-o-transition:fill,fill-opacity .25s ease-in-out;transition:fill,fill-opacity .25s ease-in-out}
.heart-button:not(.active):hover svg{fill:#fff;fill-opacity:1}
.heart-button.active svg{fill:#e74949;fill-opacity:1;stroke:#e74949}
.heart-button.animate{-webkit-animation-delay:0s;-webkit-animation-duration:.35s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-name:pulse;-webkit-animation-fill-mode:both;-moz-animation-delay:0s;-moz-animation-duration:.35s;-moz-animation-timing-function:ease-in-out;-moz-animation-name:pulse;-moz-animation-fill-mode:both;-o-animation-delay:0s;-o-animation-duration:.35s;-o-animation-timing-function:ease-in-out;-o-animation-name:pulse;-o-animation-fill-mode:both;animation-delay:0s;animation-duration:.35s;animation-timing-function:ease-in-out;animation-name:pulse;animation-fill-mode:both}
.expand-button>svg{position:relative;top:10px;width:32px;height:32px;margin-right:3px;fill:#fff}
@media only screen and (min-width:1025px){
	.expand-button{
		position:relative!important;padding-right:24px!important
	}
	.expand-button>svg{
	width:18px;height:18px;position:absolute;top:50%;margin-top:-9px;margin-left:3px;margin-right:0;fill:#999;-webkit-transition:fill .25s ease-in-out;-moz-transition:fill .25s ease-in-out;-ms-transition:fill .25s ease-in-out;-o-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out}
	.expand-button:hover>svg{fill:#fff}
	.expand-button.active>svg{-webkit-animation-delay:0s;-webkit-animation-duration:.25s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-name:expand-up;-webkit-animation-fill-mode:both;-moz-animation-delay:0s;-moz-animation-duration:.25s;-moz-animation-timing-function:ease-in-out;-moz-animation-name:expand-up;-moz-animation-fill-mode:both;-o-animation-delay:0s;-o-animation-duration:.25s;-o-animation-timing-function:ease-in-out;-o-animation-name:expand-up;-o-animation-fill-mode:both;animation-delay:0s;animation-duration:.25s;animation-timing-function:ease-in-out;animation-name:expand-up;animation-fill-mode:both}
	.expand-button.inactive>svg{-webkit-animation-delay:0s;-webkit-animation-duration:.25s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-name:expand-down;-webkit-animation-fill-mode:both;-moz-animation-delay:0s;-moz-animation-duration:.25s;-moz-animation-timing-function:ease-in-out;-moz-animation-name:expand-down;-moz-animation-fill-mode:both;-o-animation-delay:0s;-o-animation-duration:.25s;-o-animation-timing-function:ease-in-out;-o-animation-name:expand-down;-o-animation-fill-mode:both;animation-delay:0s;animation-duration:.25s;animation-timing-function:ease-in-out;animation-name:expand-down;animation-fill-mode:both}
}
.phone-selector{background:#fff;border:1px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;position:relative;display:table;width:100%}
.country-selector{position:absolute;float:left;z-index:1;outline:0;height:1px}
.current-selection{padding:8px;cursor:pointer;width:48px;-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px;border-top-left-radius:3px;border-bottom-left-radius:3px;background:url(../../images/dropdown.png) right 14px no-repeat}
.current-selection:hover{background-color:#eee}
.country-arrow-down{font-size:12px;color:#333}
.options-selector{display:none;background:#fff;border:1px solid #fff;width:100%;max-height:288px;overflow-y:auto;overflow-x:hidden;position:absolute;top:30px;left:-1px;box-sizing:content-box;z-index:100}
.country-code,.country-phone-number{border:none;outline:0;line-height:16px}
.ccode,.collapsed-text,.ellipsis,.gallery,.img-circle-mask,.img-override,.slider,.slider .frame,.video{overflow:hidden}
.country-option{display:block;padding:8px 8px 8px 20px;color:#666;cursor:pointer;font-size:12px}
.country-option.selected{color:#333;background:#ddd}
.country-flag{width:15px;height:11px;display:inline-block;background:url(../../images/flags.png)}
.country-phone{float:left;position:relative}
.country-code{margin:0;padding:8px 4px 8px 0;width:50px;text-align:right;background:0 0;color:#666;position:absolute;left:44px}
.country-blocker{position:absolute;height:24px;width:40px;top:0;left:0}
.country-phone-number{margin:0;padding:8px 0 8px 94px;width:100%;background:0 0}.form-group{display:table}
.form-group .btn,.form-group input,.form-group select{margin:0;border-right-width:0;float:left;border-radius:0}
h2,h3{color:#fff;margin:20px 0 10px}
.form-group .btn:last-child,.form-group input:last-child,.form-group select:last-child{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}
.form-group .btn:first-child,.form-group input:first-child,.form-group select:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.tw{font-family:"Tw Cen MT",Helvetica,sans-serif;letter-spacing:1px}.georgia,h1,h2,h3{font-family:Questrial,sans-serif}h1.tw,h2.tw,h3.tw{letter-spacing:2px}
.normalcase{text-transform:none}.italic{font-style:italic}.bold{font-weight:700}
.normal-weight,h1,h2,h3{font-weight:400}
.ellipsis{white-space:nowrap;text-overflow:ellipsis}h1{text-transform:uppercase;font-size:24px;line-height:24px;color:#999;margin:10px 0;padding:0 15px;text-align:center
}
@media only screen and (min-width:768px){
	h1{
		font-size:36px;line-height:36px;text-align:center
	}
}
h1.tw{color:#fff}h2{text-transform:uppercase;font-size:20px;line-height:20px}h3{font-size:18px}
.gallery .gallery-item .gallery-text .gallery-btn,.gallery .gallery-item .gallery-text .gallery-title,.home-banner .btn-banner span{font-family:"Tw Cen MT",Helvetica,sans-serif}
h3.tw{text-transform:uppercase}
.f10{font-size:10px}
.f12{font-size:12px}.
f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}
.f20{font-size:20px}
.f24{font-size:24px}
.f28{font-size:28px}
.f36{font-size:36px}
.f60{font-size:60px}
.f100{font-size:100px}
.lh10{line-height:10px}
.lh12{line-height:12px}
.lh14{line-height:14px}
.lh16{line-height:16px}
.lh18{line-height:18px}
.lh20{line-height:20px}
.lh22{line-height:22px}
.lh24{line-height:24px}
.lh28{line-height:28px}
.lh32{line-height:32px}
.drop-cap{font-size:80px;margin:auto 12px auto auto;vertical-align:baseline;float:left;line-height:70px}
.text-left{text-align:left}
.text-right{text-align:right}
.text-justify{text-align:justify}
.text-center{text-align:center}
.text-ib{display:inline-block}
.black{color:#000}
.white{color:#fff}
.light-grey{color:#666}
.silver{color:#999}
.light-silver{color:#ccc}
.text-shadow{text-shadow:1px 2px 4px rgba(0,0,0,.75)}
.collapsed-text{width:100%;max-height:250px;position:relative;-webkit-transition:max-height .25s ease-in-out;-moz-transition:max-height .25s ease-in-out;-ms-transition:max-height .25s ease-in-out;-o-transition:max-height .25s ease-in-out;transition:max-height .25s ease-in-out}
.collapsed-text:after{content:'';position:absolute;height:60px;bottom:0;display:block;left:0;right:0;background:0 0;background:-moz-linear-gradient(top,transparent 0,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(100%,#000));background:-webkit-linear-gradient(top,transparent 0,#000 100%);background:-o-linear-gradient(top,transparent 0,#000 100%);background:-ms-linear-gradient(top,transparent 0,#000 100%);background:linear-gradient(to bottom,transparent 0,#000 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );opacity:1;filter:alpha(opacity=100);transition:opacity .25s ease-in-out}
.collapsed-text.opened:after,.img-override .override.animated{opacity:0;filter:alpha(opacity=0)}
.collapsed-text.only-mobile:after,.collapsed-text.only-tablet:after{display:none}
.collapsed-text.opened{max-height:10000px}.collapsed-text-trigger{cursor:pointer}
@media only screen and (min-width:768px){
	.tablet-text-left{text-align:left!important}
	.tablet-text-right{text-align:right!important}
	.tablet-text-justify{text-align:justify!important}
	.tablet-text-center{text-align:center!important}
	.collapsed-text.only-mobile{max-height:10000px}
	.collapsed-text-trigger.only-mobile{display:none}
}
@media only screen and (min-width:1025px){
	.desktop-text-left{text-align:left!important}
	.desktop-text-right{text-align:right!important}
	.desktop-text-justify{text-align:justify!important}
	.desktop-text-center{text-align:center!important}
	.collapsed-text.only-tablet{max-height:10000px}.collapsed-text-trigger.only-tablet{display:none}
}
.img-circle-mask{width:120px;height:120px;display:inline-block;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}
.img-circle-mask img{width:100%;vertical-align:text-bottom}
.img-override{position:relative;display:block
}
.img-override .override{position:absolute;top:100%;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:200}
.img-override .override.animated{-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}
.img-override .override.animated>*{position:relative;top:10px;-webkit-transition:top .35s ease-out;-moz-transition:top .35s ease-out;-ms-transition:top .35s ease-out;-o-transition:top .35s ease-out;transition:top .35s ease-out}
.img-override .override.fix{top:0}
.img-override:hover .override{top:0;opacity:1;filter:alpha(opacity=100)}.img-override:hover .override>*{top:0}.img-off{opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.img-off.fade{opacity:1;filter:alpha(opacity=100)}.zoom-on-hover img{-webkit-transition:transform 2.5s ease-out;-moz-transition:transform 2.5s ease-out;-ms-transition:transform 2.5s ease-out;-o-transition:transform 2.5s ease-out;transition:transform 2.5s ease-out}.zoom-on-hover:hover img{-moz-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05)}.ccode,.video{max-width:100vw}.slider{position:relative}.slider .frame{position:relative;white-space:nowrap}.slider .frame .slides{display:inline-block;width:100%;position:relative}.slider .frame .slides li{position:relative;display:inline-block;width:100%}.slider .frame .slides li img{width:100%;vertical-align:text-bottom}.gallery,table tr,table tr td{vertical-align:top}.slider .frame .slides li .content{display:block;width:100%;height:100%;position:absolute;z-index:100;top:0;left:0;text-align:center}.slider .frame .slides li .content.shadowed{background:rgba(0,0,0,.4)}.slider .frame .slides li .content .p0{top:20px;right:20px;text-align:right}.slider .frame .slides li .content .p1{top:20px;left:20px;text-align:left}.slider .frame .slides li .content .p2{top:50%;right:20px;text-align:right}.slider .frame .slides li .content .p3{top:50%;left:20px;text-align:left}.slider .frame .slides li .content .p4{bottom:20px;right:20px;text-align:right}.slider .frame .slides li .content .p5{bottom:20px;left:20px;text-align:left}.slider .frame .slides li .content .p6{top:20px;width:100%;text-align:center;left:0}.slider .frame .slides li .content .p7{top:50%;width:100%;text-align:center;left:0}.slider .frame .slides li .content .p8{bottom:20px;width:100%;text-align:center;left:0}.slider .js_next,.slider .js_prev{position:absolute;top:50%;margin-top:-20px}.slider .js_next svg,.slider .js_prev svg{width:40px;height:40px;fill:#fff}@media only screen and (min-width:768px){.slider .js_next svg,.slider .js_prev svg{width:60px;height:60px}.slider .js_next,.slider .js_prev{margin-top:-30px;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}}.slider .js_prev{left:5px}.slider .js_next{right:5px}.slider .js_counter{display:none}@media only screen and (min-width:1025px){.slider .js_counter,.slider .js_counter:hover{background-color:rgba(0,0,0,.6);color:#fff}.slider .js_counter{display:block;position:absolute;left:10px;bottom:10px}}.slider:hover .js_next,.slider:hover .js_prev{opacity:1;filter:alpha(opacity=100)}.slider:hover .js_counter{opacity:.95}.js_thumbnails{width:100%;height:80px;padding:0 32px;float:left;position:relative}.js_thumbnails .thumbnails{width:100%;height:100%;float:left;overflow:hidden;position:relative}.js_thumbnails .thumbnails ul{position:absolute;width:10000em;-webkit-transition:left .25s ease-in-out;-moz-transition:left .25s ease-in-out;-ms-transition:left .25s ease-in-out;-o-transition:left .25s ease-in-out;transition:left .25s ease-in-out}.js_thumbnails .thumbnails ul li{width:112px;height:76px;padding:2px;background:#333;float:left;margin-right:10px;opacity:.6;filter:alpha(opacity=60);-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.js_thumbnails .thumbnails ul li img{height:100%;width:100%}.js_thumbnails .thumbnails ul li.active{background:#fff;opacity:1;filter:alpha(opacity=100)}.js_thumbnails .thumbnails ul li:hover{opacity:1;filter:alpha(opacity=100)}.js_thumbnails .t_next,.js_thumbnails .t_prev{font-size:28px;line-height:28px;color:#999;position:absolute;top:50%;margin-top:-14px}.js_thumbnails .t_prev{left:10px}.js_thumbnails .t_next{right:10px}.gallery{width:100%;height:333px;position:relative;float:left}@media only screen and (min-width:768px){.gallery{height:383px}}@media only screen and (min-width:1025px){.gallery{width:648px;height:483px}}.gallery.full{height:208px}@media only screen and (min-width:768px){.gallery.full{width:100%;height:383px}}@media only screen and (min-width:1025px){.gallery.full{width:100%;height:483px}.gallery.full img.adjust{position:relative;top:-92px}}.gallery.full.tall{height:250px}@media only screen and (max-width:767px){.gallery.full.tall img{width:auto;height:100%}}@media only screen and (min-width:768px){.gallery.full.tall{width:100%;height:483px}}@media only screen and (min-width:1025px){.gallery.full.tall{width:100%;height:583px}.gallery.full.tall img.adjust{position:relative;top:-42px}}.gallery.cover{width:100%;float:none;height:-moz-calc(100vh - 217px);height:-webkit-calc(100vh - 217px);height:calc(100vh - 217px)}@media only screen and (min-width:768px){.gallery.cover{height:71vh}}.gallery.cover .gallery-item{background:#000}.gallery.cover .gallery-item .zoom-out{-webkit-animation-delay:1s;-webkit-animation-duration:60s;-webkit-animation-timing-function:ease-out;-webkit-animation-name:zoom-out;-webkit-animation-fill-mode:both;-moz-animation-delay:1s;-moz-animation-duration:60s;-moz-animation-timing-function:ease-out;-moz-animation-name:zoom-out;-moz-animation-fill-mode:both;-o-animation-delay:1s;-o-animation-duration:60s;-o-animation-timing-function:ease-out;-o-animation-name:zoom-out;-o-animation-fill-mode:both;animation-delay:1s;animation-duration:60s;animation-timing-function:ease-out;animation-name:zoom-out;animation-fill-mode:both}.gallery img{width:100%;height:auto}.gallery .gallery-item{position:relative;display:block;width:100%;height:100%;float:left}.gallery .gallery-item .gallery-text{position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.15);display:table;-webkit-transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-ms-transition:background-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out}.gallery .gallery-item .gallery-text>.inner{display:table-cell;vertical-align:middle}.gallery .gallery-item .gallery-text .gallery-title{font-size:36px;line-height:36px;margin:10px 20px;color:#fff}@media only screen and (min-width:768px){.gallery .gallery-item .gallery-text .gallery-title{font-size:64px;line-height:64px}}@media only screen and (min-width:1025px){.gallery .gallery-item .gallery-text .gallery-title{font-size:100px;line-height:100px}}.gallery .gallery-item .gallery-text .gallery-btn{border:1px solid #fff;color:#fff;font-size:16px;letter-spacing:2px;text-transform:uppercase;padding:8px 12px;display:inline-block;cursor:pointer;background:rgba(0,0,0,.2);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;-webkit-transition:background-color,color .25s ease-in-out;-moz-transition:background-color,color .25s ease-in-out;-ms-transition:background-color,color .25s ease-in-out;-o-transition:background-color,color .25s ease-in-out;transition:background-color,color .25s ease-in-out
}

.list .list-item,.list .list-item .image{
	position:relative;
	border-bottom:1px solid #333;
	overflow:hidden;
}
.gallery .gallery-item .gallery-text .gallery-btn-play{width:96px;height:96px;display:inline-block;-webkit-transition:fill .25s ease-in-out;-moz-transition:fill .25s ease-in-out;-ms-transition:fill .25s ease-in-out;-o-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out}.gallery .gallery-item .gallery-text .gallery-btn-play svg{width:96px;height:96px;fill:#ccc}.gallery .gallery-item .gallery-text .gallery-btn-play:hover svg{fill:#fff}.gallery .gallery-item:hover .gallery-text{background-color:rgba(0,0,0,.05)}.gallery .gallery-item:hover .gallery-text .gallery-btn{background-color:#fff;color:#000}.list{width:100%;float:left}@media only screen and (min-width:768px){.list{padding:0}}@media only screen and (min-width:1025px){.list{padding:0}}.list.one-column .column-16,.list.one-column .column-20,.list.one-column .column-25,.list.one-column .column-33,.list.one-column .column-50,.list.one-column .column-66{width:100%}.list:not(.one-column)>.column-25:nth-child(4n+1),.list:not(.one-column)>.row .column-25:nth-child(4n+1){padding-right:15px}.list:not(.one-column)>.column-25:nth-child(4n+2),.list:not(.one-column)>.row .column-25:nth-child(4n+2){padding-left:5px;padding-right:10px}.list:not(.one-column)>.column-25:nth-child(4n+3),.list:not(.one-column)>.row .column-25:nth-child(4n+3){padding-left:10px;padding-right:5px}.list:not(.one-column)>.column-25:nth-child(4n+4),.list:not(.one-column)>.row .column-25:nth-child(4n+4){padding-left:15px}.list:not(.one-column)>.column-33:nth-child(3n+1),.list:not(.one-column)>.row .column-33:nth-child(3n+1){padding-right:14px}.list:not(.one-column)>.column-33:nth-child(3n+2),.list:not(.one-column)>.row .column-33:nth-child(3n+2){padding-left:7px;padding-right:7px}.list:not(.one-column)>.column-33:nth-child(3n+3),.list:not(.one-column)>.row .column-33:nth-child(3n+3){padding-left:14px}.list:not(.one-column)>.column-50:nth-child(2n+1),.list:not(.one-column)>.row .column-50:nth-child(2n+1){padding-right:10px}.list:not(.one-column)>.column-50:nth-child(2n+2),.list:not(.one-column)>.row .column-50:nth-child(2n+2){padding-left:10px}.list .list-item{float:left;width:100%;border-top:1px solid #333;margin-bottom:20px}@media only screen and (min-width:768px){.list .list-item{border:1px solid #333;margin-bottom:21px;padding-bottom:0}}

.list .list-item .image{
	font-size:0;
	width:100%;
	padding-bottom:66.666666666667%;
}
.list .list-item .image img{
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.list .list-item .image.aspect16-9{
	padding-bottom:56.25%
}
.list .list-item .content{padding:10px;overflow:hidden}.list .list-item .content.override{position:absolute;width:100%;height:101%;margin-top:-40px;top:100%;background:rgba(0,0,0,.5);-webkit-transition:margin-top .25s ease-in-out;-moz-transition:margin-top .25s ease-in-out;-ms-transition:margin-top .25s ease-in-out;-o-transition:margin-top .25s ease-in-out;transition:margin-top .25s ease-in-out}.list .list-item .tag{position:absolute;bottom:10px;left:10px;z-index:300;color:#fff;background:#000}.list .list-item .tag:hover{color:#fff;background:#000;cursor:default}.list .list-item .featured{background:url(../../images/featured.png) top center no-repeat;background-size:contain;width:110px;height:35px;position:absolute;top:20px;right:10px;overflow:hidden;text-indent:-9999px;z-index:100}.list .list-item .features .feature{white-space:nowrap}.list .list-item .features .separator{border-left:1px solid #333;margin-left:5px;padding-left:5px}@media only screen and (min-width:1025px){.list .list-item:hover .content.override:not(.fix){margin-top:-67%}.list .list-item .features .separator{margin-left:8px;padding-left:8px}}
.list .list-item.clean,.list .list-item.clean .image{
	border:0;
}
.list .list-item.clean .content{padding:10px 5px}.list .list-item.table-row{border:0;border-top:1px solid #333;padding:7px 0;float:left;margin:0;width:100%;font-size:12px;height:17px;box-sizing:content-box}.list .list-item.table-row:last-child{border-bottom:1px solid #333}.temp-cover{position:absolute;z-index:200;width:100%;height:100%;float:left;background-color:transparent;-webkit-transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-ms-transition:background-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out}.social-container{display:flex;flex-wrap:nowrap;justify-content:center;width:100%}@media only screen and (min-width:768px){.social-container{display:block}}@media only screen and (min-width:1025px){.list .list-item.table-row{padding:12px 0}.social-container{display:block}}.social-container .social-button{font-size:30px;width:30px;height:30px;padding:10px;display:flex;background:#333;color:#000;margin:auto;box-sizing:content-box;-webkit-transition:background .25s ease-in-out;-moz-transition:background .25s ease-in-out;-ms-transition:background .25s ease-in-out;-o-transition:background .25s ease-in-out;transition:background .25s ease-in-out}.cmodule,.lxt-modal{box-sizing:border-box}.social-container .social-button svg{width:30px;height:30px;fill:#000}@media only screen and (min-width:768px){.social-container .social-button{font-size:20px;padding:4px;width:20px;height:20px;display:inline-block;margin-left:4px}.social-container .social-button svg{width:20px;height:20px}}.social-container .social-button i{color:#000}.social-container .social-button:hover{background:#fff;cursor:pointer}.social-container .social-button.facebook:hover{background:#3b5998}.social-container .social-button.twitter:hover{background:#00aced}.social-container .social-button.instagram:hover{background:#517fa4}.social-container .social-button.linkedin:hover{background:#007bb6}@media only screen and (min-width:1025px){.social-container .social-button{font-size:20px;padding:4px;width:20px;height:20px;display:inline-block;margin-left:4px}.social-container .social-button.googleplus{font-size:17px;line-height:24px}.social-container.desktop-text-left .social-button{margin-left:0;margin-right:4px}}.social-container .social-button.googleplus:hover{background:#dd4b39}.social-container .social-button.pinterest:hover{background:#cc2127}.social-container .social-button.instagram,.social-container .social-button.linkedin,.social-container .social-button.twitter{text-align:center}.social-container.text-left .social-button{margin-left:0;margin-right:4px}@media only screen and (max-width:767px){.social-container.mobile-text-left .social-button{margin-left:0;margin-right:4px}}.whatsapp{position:relative;width:36px;height:36px;display:inline-block}.tab,.whatsapp svg{position:absolute;left:0}.whatsapp svg{top:-3px;width:64px;height:64px}@media only screen and (min-width:768px){.social-container.tablet-text-left .social-button{margin-left:0;margin-right:4px}.whatsapp svg{width:48px;height:48px;top:3px}}.tab,.tab .area{top:0;width:100%}#livechat-compact-container{display:none}@media only screen and (min-width:1025px){#livechat-compact-container{display:initial}}.home-section .home-section-header{text-align:left;margin-bottom:20px;padding-left:20px;padding-top:30px}.home-section .home-section-header .title{text-align:left}@media only screen and (min-width:768px){.home-section .home-section-header{padding-left:0;padding-top:0}.home-section .home-section-header .title{float:left}.home-section .home-section-header .selector{float:right;margin:0}}.tab{z-index:0;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.tab.active{opacity:1;filter:alpha(opacity=100);z-index:1;position:relative}.tab .area{position:absolute;right:0;z-index:0;overflow:hidden;cursor:default;border:1px solid #333;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .25s ease-out,border-color .25s ease-out;-moz-transition:opacity .25s ease-out,border-color .25s ease-out;-ms-transition:opacity .25s ease-out,border-color .25s ease-out;-o-transition:opacity .25s ease-out,border-color .25s ease-out;transition:opacity .25s ease-out,border-color .25s ease-out;-moz-transition-delay:.15s;-o-transition-delay:.15s;-webkit-transition-delay:.15s;transition-delay:.15s}.tab .area.active{opacity:.9;filter:alpha(opacity=90);z-index:1}.tab .area:hover{opacity:1;filter:alpha(opacity=100);border-color:#fff}.home-areas .area-trigger{float:left;width:100%;padding:15px 10px;border-bottom:1px solid #333;cursor:pointer;background-color:transparent;-webkit-transition:color .25s ease-out,background-color .35s ease-in-out,padding-left .25s ease-in-out;-moz-transition:color .25s ease-out,background-color .35s ease-in-out,padding-left .25s ease-in-out;-ms-transition:color .25s ease-out,background-color .35s ease-in-out,padding-left .25s ease-in-out;-o-transition:color .25s ease-out,background-color .35s ease-in-out,padding-left .25s ease-in-out;transition:color .25s ease-out,background-color .35s ease-in-out,padding-left .25s ease-in-out}.home-areas .area-trigger:hover:not(.active){color:#fff;background-color:#222;padding-left:20px}.home-areas .area-trigger.active{color:#fff;background-color:#333}.home-areas .area-trigger.active:hover{cursor:default}@media only screen and (min-width:768px){.home-banner img{opacity:.85;filter:alpha(opacity=85);-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}}.home-banner .btn-banner{width:100%;padding:15px 20px;border-bottom:1px solid #333;background:#000;float:left;text-align:left;color:#fff;-webkit-transition:background .25s ease-in-out;-moz-transition:background .25s ease-in-out;-ms-transition:background .25s ease-in-out;-o-transition:background .25s ease-in-out;transition:background .25s ease-in-out}.home-banner .btn-banner span{font-size:18px;line-height:24px;text-transform:uppercase;letter-spacing:1px}@media only screen and (min-width:768px){.home-banner .btn-banner{border:1px solid #333;text-align:center;width:100%;height:100%;padding:15px 0}.home-banner .btn-banner span{width:100%;display:inline-block}}.home-banner .btn-banner svg{fill:#fff;width:24px;height:24px;display:inline;float:right}.mobile-slider{width:100vw;overflow-y:hidden;-webkit-overflow-scrolling:touch}.mobile-slider .inner{white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-transition:transform .5s;-moz-transition:transform .5s;-ms-transition:transform .5s;-o-transition:transform .5s;transition:transform .5s}@media only screen and (min-width:768px){.home-banner .btn-banner svg{display:none}.home-banner:hover img{opacity:1;filter:alpha(opacity=100)}.home-banner:hover .btn-banner{background:#333}.mobile-slider{width:100%}.mobile-slider .inner{white-space:normal;overflow:hidden}.mobile-slider .inner .article,.mobile-slider .inner .property{float:left}}@media only screen and (max-width:767px){.mobile-slider .inner .article,.mobile-slider .inner .property{display:inline-block;vertical-align:top;white-space:normal;margin-left:20px;padding:0!important}.mobile-slider .inner .article:last-child,.mobile-slider .inner .property:last-child{margin-right:20px}.mobile-slider .inner .article{width:280px}.mobile-slider .inner .property{width:75%}}.filters .filter-nav{display:table;background:#222}.filters .filter-search-icon{padding:20px 1% 13px;display:table-cell;float:left;width:8%}@media only screen and (min-width:768px){.filters .filter-search-icon{width:auto}}@media only screen and (min-width:1025px){.filters .filter-search-icon{padding:11px 1% 11px 0}}.filters .filter-search-icon svg{width:24px;height:24px;fill:#999}.filters .filter-item{background-color:transparent;padding:22px 8px;color:#fff;font-family:Questrial,sans-serif;font-size:14px;line-height:16px;cursor:pointer;position:relative}@media only screen and (min-width:1025px){.filters .filter-item{color:#999;display:table-cell;white-space:nowrap;padding:17px 8px;-webkit-transition:color .25s ease-in-out;-moz-transition:color .25s ease-in-out;-ms-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out}}.filters .filter-item:hover:not(.filter-locations-wrapper){color:#fff}.filters .filter-item.expand-button>svg{display:none}.filters .filter-item.expand-button.active>svg{display:inline-block}.filters .filter-item input#filter-search{font-size:14px;line-height:14px;color:inherit;font-family:inherit;padding:25px 8px 21px;margin:0;border:0;background-color:transparent}.filters .filter-item label[for=filter-search]{position:absolute;top:15px;left:5px;cursor:text;font-size:14px;color:#999}.filters .filter-item span.title{font-size:16px;letter-spacing:1px}@media only screen and (min-width:1025px){.filters .filter-item.expand-button>svg{display:inline-block}.filters .filter-item input#filter-search{padding:18px 8px 17px}.filters .filter-item label[for=filter-search]{top:7px;left:0}.filters .filter-item span.title{font-size:inherit;letter-spacing:inherit}.filters .filter-item.active ul.submenu{display:block}}.filters .filter-item.search-button{color:#000;background:#ccc;padding:0 20px;cursor:pointer;-webkit-transition:background,color .25s ease-in-out;-moz-transition:background,color .25s ease-in-out;-ms-transition:background,color .25s ease-in-out;-o-transition:background,color .25s ease-in-out;transition:background,color .25s ease-in-out;font-weight:700}.filters .filter-item.search-button:hover{background:#fff;color:#000}.filters .filter-item.active i.fa:before{content:"\f106"}.filters .filter-item.filter-locations-wrapper{width:66%;float:left;border-right:1px solid #333;padding:0}.filters .filter-location{background:#333;color:#fff;padding-left:13px;margin:11px 0 0 5px}@media only screen and (min-width:1025px){.filters .filter-item.active div.submenu{display:block}.filters .filter-item.filter-locations-wrapper{width:100%;float:none;border-right:none}.filters .filter-location{margin:9px 10px 9px 0}}.filters .filter-location:hover{background:#111;color:#fff}.filters .filter-location:hover:after{color:#fff}.filters .filter-location:after{font-family:Questrial;content:"X";font-size:11px;padding-left:10px;padding-right:5px;position:relative;color:#999;-moz-transition:color .25s ease-in-out;-ms-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.cmodule .development img,.filters ul.submenu li span.tickbox>svg{-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out}.filters ul.submenu{display:none;min-width:100%;margin-top:20px}.filters ul.submenu li{font-size:16px}@media only screen and (min-width:1025px){.filters ul.submenu{border:1px solid #333;background-color:#000;position:absolute;top:50px;right:-1px;z-index:250;margin-top:0;color:#999}.filters ul.submenu li{font-size:inherit}}.filters ul.submenu li a{padding:10px;display:block}.filters ul.submenu li input[type=checkbox]{display:none}.filters ul.submenu li span.tickbox{width:13px;height:13px;background-color:#111;border:1px solid #333;position:relative;display:inline-block;margin-right:10px}.filters ul.submenu li span.tickbox>svg{display:none;position:absolute;width:20px;height:20px;left:-2px;top:-5px;fill:#fff;opacity:0;filter:alpha(opacity=0);transition:opacity .25s ease-in-out}.filters ul.submenu li.active{color:#999}.filters ul.submenu li.active span.tickbox{background-color:#333;border-color:#666}.filters ul.submenu li.active span.tickbox>svg{display:block;opacity:1;filter:alpha(opacity=100)}.filters ul.submenu li:hover{background-color:#0a0a0a;color:#999}.filters div.submenu{display:none;min-width:100%;padding:10px;margin-top:10px}@media only screen and (min-width:1025px){.filters div.submenu{display:none;min-width:100%;border:1px solid #333;background-color:#000;position:absolute;top:50px;right:-1px;z-index:200;margin-top:0}}.filters div.submenu select{padding:10px;border:1px solid #333;background:url(../../images/dropdown-light.png) right 12px no-repeat;color:#999;font-size:16px;font-family:inherit;margin:10px 0;width:100%;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0}@media only screen and (min-width:1025px){.filters div.submenu select{padding:5px;width:auto;font-size:14px;margin:0}}.filter-alerts-bar{position:fixed;bottom:-56px;height:56px;left:0;z-index:1000000;width:100%;padding:10px;background-color:#222;border:1px solid #333;-webkit-transition:bottom .25s ease-in-out;-moz-transition:bottom .25s ease-in-out;-ms-transition:bottom .25s ease-in-out;-o-transition:bottom .25s ease-in-out;transition:bottom .25s ease-in-out}.filter-alerts-bar.active{bottom:0}#filter-modal .modal-header{margin-bottom:0}#filter-modal .filter-tab{width:100%;position:absolute;top:0;left:100vw;margin-left:15px;z-index:0;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .3s ease-out,margin-left .35s ease-out;-moz-transition:opacity .3s ease-out,margin-left .35s ease-out;-ms-transition:opacity .3s ease-out,margin-left .35s ease-out;-o-transition:opacity .3s ease-out,margin-left .35s ease-out;transition:opacity .3s ease-out,margin-left .35s ease-out}#filter-modal .filter-tab.active{opacity:1;filter:alpha(opacity=100);z-index:1;position:relative;left:0;margin-left:0}#filter-modal .filter-item{border-bottom:1px solid #333;position:relative;display:block;font-size:16px;line-height:20px;letter-spacing:1px}#filter-modal .filter-item:last-child{border-bottom:none}#filter-modal .filter-item svg{fill:#fff;position:absolute;right:0;top:50%;margin-top:-18px;width:36px;height:36px}#filter-modal .filter-item span.title{color:#999;font-size:14px;line-height:20px;display:block}#filter-modal .filters-go-back{color:#fff;padding:22px 0 22px 40px}#filter-modal .filters-go-back svg{fill:#fff;position:absolute;top:12px;left:0}#filter-modal div.submenu,#filter-modal ul.submenu{display:block;margin-top:0;padding-left:0;padding-right:0;padding-top:0}.sort-by{position:relative;cursor:pointer;color:#999;padding-right:22px;-webkit-transition:color .25s ease-in-out;-moz-transition:color .25s ease-in-out;-ms-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.sort-by svg{fill:#999;-webkit-transition:fill .25s ease-in-out;-moz-transition:fill .25s ease-in-out;-ms-transition:fill .25s ease-in-out;-o-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out;position:absolute;top:-1px;right:0;width:16px;height:16px}.sort-by:hover{color:#fff}.sort-by:hover svg{fill:#fff}.sort-by ul.submenu{position:absolute;display:none;width:160px;border:1px solid #333;background-color:#000;top:29px;right:-16px;z-index:300;color:#999;text-align:left}.sort-by ul.submenu li{font-size:14px}@media only screen and (min-width:1025px){.sort-by ul.submenu li{font-size:inherit}}.sort-by ul.submenu li a{padding:10px;display:block}.sort-by ul.submenu li.active{color:#fff}.sort-by ul.submenu li:hover{background-color:#0a0a0a;color:#999}.clean-table thead th,.property-details-table thead th{background:#111;font-family:Questrial,sans-serif;font-weight:400}.sort-by.active ul.submenu{display:block}.clean-table,table{border-spacing:0}table tr td{padding:3px 5px}.clean-table tr{border:0;padding:0;margin:0}.clean-table thead th,.clean-table tr td{border-top:1px solid #333;padding:8px 5px}.clean-table tr td{border-bottom:0;border-left:0;border-right:0}.property-details-table{border-spacing:0;padding-left:20px;padding-right:10px}@media only screen and (min-width:768px){.property-details-table{padding-left:0;padding-right:0}}.property-details-table tr{border:0;padding:0;margin:0}.property-details-table tr td{padding:8px 5px;border:0;font-size:16px;line-height:18px;color:#999}@media only screen and (min-width:768px){.property-details-table tr td{padding:3px 5px;font-size:14px}.article-featured{margin-top:30px}}.property-details-table tr td:first-child{padding-left:0}.property-details-table thead th{border-top:1px solid #333;padding:8px 5px}.article-featured{width:100%;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #333}.article-featured>.content,.article-featured>.image{display:block;overflow:hidden}@media only screen and (min-width:768px){.article-featured>.content,.article-featured>.image{display:table-cell;vertical-align:middle}}.article-content figure{width:100%;margin:30px 0;padding:0}.article-content figure img{width:100%}.article-content figure figcaption{text-align:center;font-size:12px;font-style:italic;font-family:Georgia,times,serif;color:#999;margin:7px}.article-content p{margin-top:0;margin-bottom:10px}.article-content h2,.article-content h3{margin:30px 0 10px;font-weight:700;color:#999}.article-content h2{font-size:17px}.article-content h3{font-size:15px}.article-content .article-content strong,.article-content b{font-weight:700}.article-content blockquote{font-family:Georgia,times,serif;font-size:24px;line-height:24px;text-align:center;color:#999;margin:30px 20px;font-style:italic .article-content blockquote}.article-content blockquote :before,.article-content blockquote:after{content:'"'}.article-tag{background-color:#333;color:#fff!important;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;font-size:14px;line-height:16px;padding:6px 10px;margin-right:5px;margin-bottom:5px;display:inline-block;text-transform:uppercase}.article-tag:hover{background-color:#fff;color:#000!important}.article-footer{display:table}.article-footer .category-button,.article-footer .next-button,.article-footer .prev-button{color:#666;font-size:14px;font-family:Questrial,sans-serif;font-weight:400;text-transform:uppercase;text-align:center;vertical-align:text-top;cursor:pointer;padding:10px 0;display:table-cell;-webkit-transition:background,color .25s ease-in-out;-moz-transition:background,color .25s ease-in-out;-ms-transition:background,color .25s ease-in-out;-o-transition:background,color .25s ease-in-out;transition:background,color .25s ease-in-out}.article-footer .category-button:hover,.article-footer .next-button:hover,.article-footer .prev-button:hover{background:#111;color:#fff}.article-footer .category-button.disabled,.article-footer .next-button.disabled,.article-footer .prev-button.disabled{color:#333;background:0 0}@media only screen and (min-width:768px){.article-footer .next-button,.article-footer .prev-button{width:164px}}.sticky-hoz-list{position:sticky;top:52px;width:100%;text-align:center;padding:15px 20px;background:#000;z-index:999}@media only screen and (min-width:1025px){.sticky-hoz-list{top:88px}}.sticky-hoz-list .selected{cursor:pointer;display:block;text-align:left;font-size:16px;color:#fff}.sticky-hoz-list .selected svg{fill:#fff;width:18px;height:18px;float:right}.sticky-hoz-list ul{position:absolute;left:0;top:46px;width:100%;background:#0a0a0a;border-top:1px solid #333;max-height:0;overflow:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:max-height .35s cubic-bezier(.87,.06,.17,.99),opacity .2s ease-out;-moz-transition:max-height .35s cubic-bezier(.87,.06,.17,.99),opacity .2s ease-out;-ms-transition:max-height .35s cubic-bezier(.87,.06,.17,.99),opacity .2s ease-out;-o-transition:max-height .35s cubic-bezier(.87,.06,.17,.99),opacity .2s ease-out;transition:max-height .35s cubic-bezier(.87,.06,.17,.99),opacity .2s ease-out}@media only screen and (min-width:768px){.sticky-hoz-list .selected{display:none}.sticky-hoz-list ul{background:0 0;position:static;display:block;border:none;max-height:46px;opacity:1;filter:alpha(opacity=100)}}.sticky-hoz-list ul li{display:block}.sticky-hoz-list ul li a{display:block;font-size:16px;padding:10px 20px;text-align:left;color:#999}@media only screen and (min-width:768px){.sticky-hoz-list ul li{display:inline-block}.sticky-hoz-list ul li a{display:inline;padding:0;margin-left:10px}.sticky-hoz-list ul li a:hover{color:#fff}}@media only screen and (max-width:767px){.sticky-hoz-list:hover{background:#0a0a0a}.sticky-hoz-list:hover ul{opacity:1;filter:alpha(opacity=100);max-height:10000px;background:#000;border:1px solid #333}}.installment{border:1px solid #333;background:#000;display:inline-block;margin:0 10px 20px}@media only screen and (min-width:768px){.installment{margin:0 20px 20px 0}}.installment p{padding:8px;text-align:center;color:#fff;font-size:12px;height:2em;width:116px}.installment p:nth-child(2){background:#111;font-size:30px;height:1em}.map-wrapper{position:relative;display:block;float:left;overflow:hidden}.map-wrapper:before{background-color:#0a0a0a;width:100%;height:100%;position:absolute;top:0;left:0;content:"Loading map...";z-index:1;text-align:center;line-height:320px;-webkit-transition:height .25s ease-in-out;-moz-transition:height .25s ease-in-out;-ms-transition:height .25s ease-in-out;-o-transition:height .25s ease-in-out;transition:height .25s ease-in-out}.map-wrapper.loaded:before{content:'';padding:0;height:0}.map-wrapper .map{width:100%;height:100%}.map-credits-icon{position:absolute;bottom:3px;left:75px}.map-credits-icon:hover .map-credits{width:250px;height:auto;font-size:16px;line-height:20px;background-color:#fff;padding:10px;font-family:Tw Cen MT,arial,sans-serif;color:#000;letter-spacing:1px;box-shadow:1px 1px 20px -5px #000;opacity:1;filter:alpha(opacity=100);bottom:25px}.map-credits{position:absolute;bottom:10px;left:0;width:0;height:0;font-size:0;opacity:0;filter:alpha(opacity=0);-webkit-transition:bottom .25s ease-out,opacity .25s ease-out;-moz-transition:bottom .25s ease-out,opacity .25s ease-out;-ms-transition:bottom .25s ease-out,opacity .25s ease-out;-o-transition:bottom .25s ease-out,opacity .25s ease-out;transition:bottom .25s ease-out,opacity .25s ease-out}.cmodule,.cmodule.cheader{position:relative}.cmodule{width:100%;border:1px solid transparent;padding-bottom:20px}@media only screen and (max-width:767px){.cmodule{padding-right:0!important;padding-left:0!important}}.cmodule figure{margin:0}.cmodule .ccontent{width:100%;display:table}.cmodule.cheader .ccontent{display:block;position:relative}.cmodule.cheader header{position:absolute;width:100%;height:100%;z-index:1;text-align:center;background:rgba(0,0,0,.35);padding-top:22.5%}.cmodule.cheader header h1{font-size:28px;font-family:"Tw Cen MT",Helvetica,sans-serif;font-weight:400;letter-spacing:1px;color:#fff;text-transform:uppercase}.cmodule.cheader header p,.cmodule.cimage-group figcaption,.cmodule.ctext p,.cmodule.ctitle1 h2,.cmodule.ctitle2 h3,.cmodule.ctitle3 h4{font-family:Questrial,sans-serif}@media only screen and (min-width:768px){.cmodule.cheader header h1{font-size:64px}}.cmodule.cheader header p{font-size:18px;font-weight:400;color:#fff}.cmodule.cheader figure{margin:0;padding:0;width:100%;overflow:hidden}.cmodule.cheader figure img{width:100%}.cmodule.ctitle1 h2{padding:0;margin:0;text-transform:uppercase;font-size:24px;color:#fff;font-weight:400}@media only screen and (max-width:767px){.cmodule.ctitle1{padding-right:10px!important;padding-left:10px!important}}.cmodule.ctitle2 h3{padding:0;margin:0;text-transform:uppercase;font-size:20px;color:#fff;font-weight:400}@media only screen and (max-width:767px){.cmodule.ctitle2{padding-right:10px!important;padding-left:10px!important}}.cmodule.ctitle3 h4{padding:0;margin:0;text-transform:uppercase;font-size:18px;color:#fff;font-weight:400}@media only screen and (max-width:767px){.cmodule.ctitle3{padding-right:10px!important;padding-left:10px!important}}.cmodule.ctext p{font-size:15px;margin-bottom:10px;line-height:24px}.cmodule.ctext p:last-child{margin:0}.cmodule.ctext a:link{color:inherit}.cmodule.ctext .ccontent{padding:10px}.cmodule.ctext .ccontent div{width:100%;margin-bottom:10px}@media only screen and (max-width:767px){.cmodule.ctext .ccontent div:nth-child(1){padding-right:0;width:100%!important}.cmodule.ctext .ccontent div:nth-child(2){padding-left:0;width:100%!important}}@media only screen and (min-width:768px){.cmodule.ctext .ccontent{padding:0}.cmodule.ctext .ccontent div:nth-child(1){padding-right:15px}.cmodule.ctext .ccontent div:nth-child(2){padding-left:15px}}.cmodule.cimage-group figure{margin:0;padding:0}.cmodule.cimage-group figcaption{padding:10px 0;float:left;text-align:center;width:100%;font-size:12px}.cmodule .cbutton,.cmodule .property-caption h1{font-family:"Tw Cen MT",Helvetica,sans-serif;text-transform:uppercase;letter-spacing:2px}.cmodule.cimage-group.ci1 figure{width:100%;overflow:hidden}.cmodule.cimage-group.ci1 figure img{width:100%;float:left}.cmodule.cimage-group.ci2 figure>figure{width:50%;float:left;margin:0;overflow:hidden}.cmodule.cimage-group.ci2 figure>figure:nth-child(1){padding:0 5px 0 0}.cmodule.cimage-group.ci2 figure>figure:nth-child(2){padding:0 0 0 5px}.cmodule.cimage-group.ci2 img{width:100%}.cmodule.cimage-group.ci3 figure>figure{width:33.333%;float:left;margin:0;overflow:hidden}.cmodule.cimage-group.ci3 figure>figure:nth-child(1){padding:0 6px 0 0}.cmodule.cimage-group.ci3 figure>figure:nth-child(2){padding:0 3px}.cmodule.cimage-group.ci3 figure>figure:nth-child(3){padding:0 0 0 6px}.cmodule.cimage-group.ci3 img{width:100%}.cmodule .cbutton{border:1px solid #fff;color:#000;font-size:14px;padding:8px 18px;display:inline-block;cursor:pointer;background:#fff;-webkit-transition:color,background .25s ease-in-out;-moz-transition:color,background .25s ease-in-out;-ms-transition:color,background .25s ease-in-out;-o-transition:color,background .25s ease-in-out;transition:color,background .25s ease-in-out;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px}.cmodule .cbutton:hover{background:#000;color:#fff}.cmodule .property{border-bottom:1px solid #333;margin-bottom:20px}@media only screen and (min-width:768px){.cmodule .property{border-bottom:0;margin-bottom:0}}.cmodule .property a{display:table;width:100%}.cmodule .property img{width:100%;float:left}.cmodule .property:last-child{margin-bottom:0}.cmodule .property-caption{width:100%;padding:5px 0;background-color:#000;text-align:center;border-top:1px solid #333}.cmodule .property-caption h1{color:#fff;font-weight:100;font-size:20px;line-height:20px;margin:0;padding:0}.cmodule .property-caption p{color:#999;font-family:Questrial,sans-serif;font-size:14px;margin:5px 0}.cmodule .property-caption p:last-child{margin:0}.cmodule.cp1 .property{position:relative;width:100%}@media only screen and (min-width:768px){.cmodule.cp1 .property-caption{width:300px;position:absolute;bottom:30px;left:70px;background-color:#000;padding:14px}.cmodule.cp1 .property-caption h1,.cmodule.cp1 .property-caption p{text-align:left}.cmodule.cp2 .property{width:49.999%;float:left}.cmodule.cp2 .property:nth-child(1){padding-right:5px}.cmodule.cp2 .property:nth-child(2){padding-left:5px}.cmodule.cp2 .property img{border:1px solid #333;border-bottom:0}.cmodule.cp2 .property-caption{border:1px solid #333;border-top:0}.cmodule.cp2 .property-caption h1,.cmodule.cp2 .property-caption p{font-size:12px}.cmodule.cp3 .property{width:33.333%;float:left}.cmodule.cp3 .property:nth-child(1){padding-right:6px}.cmodule.cp3 .property:nth-child(2){padding:0 3px}.cmodule.cp3 .property:nth-child(3){padding-left:6px}.cmodule.cp3 .property img{border:1px solid #333;border-bottom:0}.cmodule.cp3 .property-caption{border:1px solid #333;border-top:0}.cmodule.cp3 .property-caption h1,.cmodule.cp3 .property-caption p{font-size:12px}}.cmodule .article:last-child,.lxt-modal .modal-header{border-bottom:1px solid #333}.cmodule blockquote{font-family:Questrial,sans-serif;font-size:24px;line-height:24px;color:#999;text-align:center;margin:10px 20px;font-style:italic}.cmodule blockquote:after,.cmodule blockquote:before{content:'"'}.cmodule.cagent figure.agent{width:100%;text-align:center}@media only screen and (min-width:768px){.cmodule.cagent figure.agent{width:200px;float:left;margin:0}}.cmodule.cagent figure.agent figcaption p:nth-child(1){font-size:14px;line-height:14px;font-style:normal;margin:10px 0 5px;text-align:center}.cmodule.cagent figure.agent figcaption p:nth-child(2){font-size:12px;line-height:12px;font-style:normal;margin:0 0 10px;text-align:center}.cmodule.cagent .ccontent p{margin-top:10px;text-align:center;margin-right:20px;margin-left:20px}@media only screen and (min-width:768px){.cmodule.cagent .ccontent p{text-align:left}}.cmodule.cagent .avatar{border-radius:50%;overflow:hidden;width:100px;height:100px;display:inline-block}.cmodule.cagent .avatar img{height:100%}.cmodule.cagent blockquote{text-align:center;font-size:24px;line-height:32px}.cmodule .development{width:100%;margin-bottom:5px;float:left;position:relative}@media only screen and (min-width:768px){.cmodule.cagent blockquote{text-align:left}.cmodule .development{width:33.333%;margin-bottom:0}.cmodule .development:nth-child(3n+1){padding-right:6px}.cmodule .development:nth-child(3n+2){padding:0 3px}.cmodule .development:nth-child(3n+3){padding-left:6px}}.cmodule .development img{width:100%;float:left;opacity:.9;filter:alpha(opacity=90);transition:opacity .25s ease-in-out}.cmodule .development:hover img{opacity:.6;filter:alpha(opacity=60)}.cmodule .development a{display:table;width:100%}.cmodule .development h1{position:absolute;text-align:center;font-size:24px;font-family:Tw Cen MT,sans-serif;color:#fff;top:60px;width:100%;left:0;text-transform:uppercase}.cmodule .area h1,.cmodule .article .article-title h1,.cmodule .tag{font-family:"Tw Cen MT",Helvetica,sans-serif;text-transform:uppercase}.cmodule .area{width:100%;margin-bottom:10px;float:left;position:relative;overflow:none}.cmodule .area:last-child{margin-bottom:0}@media only screen and (min-width:768px){.cmodule .area{width:33.333%;margin-bottom:0}.cmodule .area:nth-child(3n+1){padding-right:6px}.cmodule .area:nth-child(3n+2){padding:0 3px}.cmodule .area:nth-child(3n+3){padding-left:6px}}.cmodule .area img{width:100%;height:100%;float:left;opacity:.8;filter:alpha(opacity=80);-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.cmodule .area:hover img{opacity:.6;filter:alpha(opacity=60)}.cmodule .area a{display:block;width:100%;height:200px;overflow:hidden}.cmodule .area h1{position:absolute;text-align:center;font-size:24px;color:#fff;top:92px;width:100%;left:0}.cmodule .article{width:100%;float:left}@media only screen and (min-width:1025px){.cmodule .article{width:33.333%}.cmodule .article.main{width:66.666%;padding-right:10px}.cmodule .article a{display:block;height:380px;margin-bottom:0;padding-bottom:45px}.cmodule .article a img{width:auto;height:100%}.cmodule .article .article-title{border:1px solid #333;border-top:0;height:45px}.cmodule .article:last-child{border-bottom:0}}.cmodule .article.main{float:left}.cmodule .article a{display:inline-block;width:100%;margin-bottom:5px;overflow:hidden}.cmodule .article a img{width:100%;float:left}.cmodule .article .article-title{background:#000;width:100%;float:left}.cmodule .article .article-title h1{color:#fff;text-align:center;font-size:12px;line-height:17px;letter-spacing:2px;font-weight:100;margin:0;padding:5px 0}.cmodule .tag,.tags .tag{margin-right:10px;margin-bottom:10px}.cmodule .map-wrapper{width:100%}
.cmodule .map-wrapper::before{line-height:400px}.cmodule .map-wrapper .map{width:100%;height:400px}
@media only screen and (min-width:768px){
	.cmodule .map-wrapper::before{line-height:600px}
	.cmodule .map-wrapper .map{height:600px}
}
.cmodule .tag{background:#111;padding:10px;color:#999!important;font-size:16px;display:inline-block;text-decoration:none!important;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px}
.cmodule .tag:hover{background:#333;color:#fff}.tags .tag{background:#111;color:#999}.tags .tag:hover{background:#333;color:#fff}

.lxt-modal{padding:30px;width:calc(100vw - 20px);position:absolute;z-index:9999;left:10px;top:-10000px;background:#111;border:1px solid #333;-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-moz-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4);opacity:0;filter:alpha(opacity=0);-webkit-transition:margin-top .25s ease-out,box-shadow .3s ease-out,opacity .3s ease-out;-moz-transition:margin-top .25s ease-out,box-shadow .3s ease-out,opacity .3s ease-out;-ms-transition:margin-top .25s ease-out,box-shadow .3s ease-out,opacity .3s ease-out;-o-transition:margin-top .25s ease-out,box-shadow .3s ease-out,opacity .3s ease-out;transition:margin-top .25s ease-out,box-shadow .3s ease-out,opacity .3s ease-out}
@media only screen and (min-width:1025px){
	.lxt-modal{
		left:50%
	}
	.lxt-modal.small{
		width:420px;margin-left:-210px
	}
	.lxt-modal.medium{
		width:561px;margin-left:-281px
	}
	.lxt-modal.large{
		width:800px;margin-left:-400px
	}
	.lxt-modal.video{
		width:954px;padding:5px 5px 3px;background:#fff;margin-left:-476px
	}
	.lxt-modal.xlarge{
		width:964px;margin-left:-482px
	}
}

.lxt-modal .modal-content,.lxt-modal .modal-header{position:relative;top:-10px;-webkit-transition:top .35s ease-out;-moz-transition:top .35s ease-out;-ms-transition:top .35s ease-out;-o-transition:top .35s ease-out;transition:top .35s ease-out}
.lxt-modal .modal-header{text-align:center;position:relative;padding-bottom:24px;margin-bottom:24px}
.lxt-modal .modal-header>h1{font-size:20px;line-height:1.2em;color:#fff;text-transform:uppercase;font-weight:400;padding:0;margin-top:0;margin-bottom:10px}
.lxt-modal .modal-header>p{font-size:16px;line-height:20px;font-weight:400;color:#999;margin:0;padding:0}

.lxt-modal .modal-header .close{position:absolute;top:-20px;right:-20px;cursor:pointer}.lxt-modal .modal-header .close svg{fill:#999;width:24px;height:24px;-webkit-transition:fill .25s ease-out;-moz-transition:fill .25s ease-out;-ms-transition:fill .25s ease-out;-o-transition:fill .25s ease-out;transition:fill .25s ease-out}
.lxt-modal .modal-header .close:hover svg{fill:#fff}
.lxt-modal.active{margin-top:0;opacity:1;filter:alpha(opacity=100);-webkit-box-shadow:0 8px 10px rgba(0,0,0,.6);-moz-box-shadow:0 8px 10px rgba(0,0,0,.6);box-shadow:0 8px 10px rgba(0,0,0,.6)}
.lxt-modal.active .modal-content,.lxt-modal.active .modal-header{top:0}
.modal-overlay{display:none;position:fixed;top:0;left:0;z-index:9998;width:100vw;height:100vh;background:#000;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .25s ease-out;-moz-transition:opacity .25s ease-out;-ms-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out}

.modal-overlay.active{
	display:block;
	opacity:.5;
	filter:alpha(opacity=50);
}