@import 'shortcodes.css';
@import 'settings-panel.css';

/*													  												  BASE ^
-----------------------------------------------------------------------------------------------------------*/

.page_header, .header_image, .header_image_placeholder, .header_image .item, .header_image img {
    width: 100%;
    height: auto;
	z-index: 0;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../font/icon/fontawesome-webfont.eot?v=3.0.1');
	src: url('../font/icon/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
url('../font/icon/fontawesome-webfont.woff?v=3.0.1') format('woff'),
url('../font/icon/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../font/opensans-bold.eot');
    src: url('../font/opensans-bold.eot?#iefix') format('embedded-opentype'),
url('../font/opensans-bold.woff') format('woff'),
url('../font/opensans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../font/opensans-regular.eot');
    src: url('../font/opensans-regular.eot?#iefix') format('embedded-opentype'),
url('../font/opensans-regular.woff') format('woff'),
url('../font/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'OpenSansItalic';
	src: url('../font/opensans-italic.eot');
	src: url('../font/opensans-italic.eot?#iefix') format('embedded-opentype'),
url('../font/opensans-italic.woff') format('woff'),
url('../font/opensans-italic.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldRegular';
    src: url('../font/opensans-semibold.eot');
    src: url('../font/opensans-semibold.eot?#iefix') format('embedded-opentype'),
url('../font/opensans-semibold.woff') format('woff'),
url('../font/opensans-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldRegular';
    src: url('../font/opensans-extrabold.eot');
    src: url('../font/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
url('../font/opensans-extrabold.woff') format('woff'),
url('../font/opensans-extrabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightRegular';
    src: url('../font/opensans-light.eot');
    src: url('../font/opensans-light.eot?#iefix') format('embedded-opentype'),
url('../font/opensans-light.woff') format('woff'),
url('../font/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('../font/opensans-lightitalic.eot');
    src: url('../font/opensans-lightitalic.eot?#iefix') format('embedded-opentype'),
url('../font/opensans-lightitalic.woff') format('woff'),
url('../font/opensans-lightitalic.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../font/bebasneue-webfont.eot');
    src: url('../font/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/bebasneue-webfont.woff') format('woff'),
url('../font/bebasneue-webfont.ttf') format('truetype'),
url('../font/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'great_vibesregular';
    src: url('../font/greatvibes-regular-webfont.eot');
    src: url('../font/greatvibes-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/greatvibes-regular-webfont.woff') format('woff'),
url('../font/greatvibes-regular-webfont.ttf') format('truetype'),
url('../font/greatvibes-regular-webfont.svg#great_vibesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



span.gris {
	color:#ccc;
	line-height:20px;
}

span.grande {
	line-height:20px;
	font-size:16px;
}

body {
	margin: 0;
	font: 13px/20px 'OpenSansRegular';
	color: #fff;
	background-color: #333;
}

*::-moz-selection {
	background-color: #000;
	color: #fff;
}

*::selection {
	background-color: #fff;
	color: #000;
}

.element-wrap {
	margin-bottom: 30px;
}

.element-wrap iframe, #map_canvas {
	width: 100%;
}

#map_canvas img {
	max-width: none !important;
}

.video-wrap {
	position: relative;
	padding-top: 56.25%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.video-wrap iframe {
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;		left: 0;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

img {
	max-width: 100%;
    vertical-align: middle;
    border: 0px none;
}

.full-shadow {
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px 0 rgba(180,180,180,0.3);
}

.img-wrap {
	position: relative;
	clear: both;
}

.img-wrap.shadow, .img-wrap .shadow {
	margin-bottom: 5px;
}

.img-wrap img {
	display: block;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

img.no-shadow {
	box-shadow: none;
}

.pretty-photo-item {
	display: block;
	position: relative;
	z-index: 1;
}

.pretty-photo-item:hover .link-overlay {
	background: rgba(15,16,17,0.5); 
}

.pretty-photo-item:hover .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}

.img-wrap.m-left, img.m-left {
	float: left;
	margin: 0 25px 20px 0;
}

.img-wrap.m-right, img.m-right {
	float: right;
	margin: 0 0 20px 25px;
}

.img-wrap.m-center {
	display: block;
	margin: 0 0 16px;
	text-align: center;
}

.img-wrap.m-center img {
	display: block;
}

.img-wrap.m-center .shadow {
	display: inline-block;
}

img.m-center {
	display: block;
	margin: 0 auto 20px;
}

.img-title {
	position: absolute;
	bottom: 0;	left: 0;
				right: 0;

	z-index: 1;

	padding: 20% 20px 16px;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,38,40,0)), color-stop(100%,rgba(35,38,40,0.6)));
	background: -webkit-linear-gradient(top,  rgba(35,38,40,0) 0%,rgba(35,38,40,0.6) 100%);
	background: linear-gradient(to bottom,  rgba(35,38,40,0) 0%,rgba(35,38,40,0.6) 100%);

	text-align: left;
	color: #ececec;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}


.shadow,
.shadow-2 {
	position: relative;
	margin-bottom: 43px;
}

.shadow:after,
.shadow-2:after {
	content: '';
	display: block;

	position: absolute;
}

.shadow:after {
	height: 43px;
	bottom: -46px;	left: 0;
					right: 0;
	background: url("../img/shadow.png") no-repeat scroll 0 0 / 100% auto transparent;
}

.shadow-2:after {
	height: 55px;
	bottom: -55px;	left: 0;
					right: 0;
	background: url("../img/shadow-2.png") no-repeat scroll 0 0 / 100% auto transparent;
}

.col-1_3 .shadow,
.col-1_2 .shadow,
.col-1_4 .shadow,
.col-3_4 .shadow {
	margin-bottom: 0;
}

.col-1_3 .shadow:after,
.col-1_2 .shadow:after,
.col-1_4 .shadow:after,
.col-3_4 .shadow:after {
	height: 20px;
	bottom: -23px;
}

.col-3_4 .shadow:after {
	height: 30px;
	bottom: -33px;
}



hr {
	height: 1px;
	margin: 20px 0;
	background-color: #fff;
	border: none;
}

hr.dashed {
	height: 1px;
	margin: 20px 0;
	background: none;
	border-top: 1px dashed #dee1e2;
}

hr.striped {
	height: 14px;
	margin: 20px 0;
	background: url(../../img/bg-head.jpg) repeat;
}

hr.shadow-2 {
	margin: 35px 0;
	background: none;
	border-top: none;
}

a {
	text-decoration: none;
	color: #e34735;
	
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover {
	color: #FF6600;
}

a.link, a.dark-link {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.link {
	text-decoration: none;
	color: #FF6600;
}

a.link:hover {
	color: #FF6600;
}

a.dark-link {
	text-decoration: none;
	color: #313538;
}

a.dark-link:hover {
	color: #e34735;
}

p {
	position: relative;
	margin: 0 0 15px 0;
}

strong {
font-weight: bold;
}

small,
sub,
sup { 
	position: relative; 
	font-size: 9px; 
	vertical-align: baseline; 
	}

sub { top: 3px; }

sup { bottom: 3px; }

pre {
	height: auto;

	margin: 0 0 20px;
	padding: 10px 20px;

	overflow-x: auto;

	background: none repeat scroll 0 0 #F7F7F7;
	border-radius: 2px;
	border: 1px solid #E2E2E2;	

	font-family: monospace;
}

.title {
	margin-bottom: 20px;
}

.p-20 {
	font: 18px/24px 'OpenSansRegular';
	margin-bottom: 20px;
	color: #3c3c40;
}

.margin-0 {
	margin-bottom: 0px;
}

.margin-10 {
	margin-bottom: 10px;
}

.margin-20 {
	margin-bottom: 20px;
}

.margin-30 {
	margin-bottom: 30px;
}

.margin-40 {
	margin-bottom: 40px;
}

.margin-50 {
	margin-bottom: 50px;
}

mark {
	display: inline;
	padding: 1px 4px 0px 4px;
	margin: 0 2px;
	
	background-color: #313538;
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 2px;
	
	color: #edeff1;
	text-shadow: 0 1px 1px #222528;
	box-shadow: inset 0 1px 0 #515558, 0 1px 2px #dbdbdc;
}

mark.green {
	background-color: #73ca3f;
	color: #e8ffc1;
	text-shadow: 0 1px 1px #4fa923;
	box-shadow: 0 1px 2px #e4f5da;
}

mark.yellow {
	background-color: #f7f962;
	color: #8f6a1c;
	text-shadow: 0 1px 1px #fbfcab;
	box-shadow: 0 1px 2px #f9fbcc;
}

mark.orange {
	background-color: #ff9228;
	color: #ffffe2;
	text-shadow: 0 1px 1px #e86d12;
	box-shadow: 0 1px 2px #fcdec2;
}

mark.light {
	background-color: #e6f7f8;
	color: #253f4c;
	box-shadow: inset 0 1px 1px #d1e4e5,0 1px 0 white;
	text-shadow: none;
}

mark.strong {
	font-family: 'OpenSansSemiboldRegular';
}

.centered {	
	text-align: center;
}

.uppercase {	
	text-transform: uppercase;
}

/*													  columns ^
--------------------------------------------------------------*/

.row {
	display: table;
	margin: 0 -12px;

	letter-spacing: -.31em;
	word-spacing: -.43em;
	font-size: 0px;
}

.row.m-block {
	display: block;
}

.row-item {
	display: inline-block;
	margin: 0 12px;
	vertical-align: top;	
	text-align: center;
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height:19px;
}

.col-1_2 	{ 	width: 493px;	 }
.col-1_2_error 	{ 	width: 350px; margin-left: 80px; margin-top: 40px;	 }
.col-1_3 	{ 	width: 320px;	 }
.col-1_3_border 	{ 	width: 300px; border-left:#000 solid 1px; padding-left:20px; 	 }
.col-2_3 	{ 	width: 664px;	 }
.col-1_4 	{ 	width: 234px;	 }
.col-1_4_border 	{ 	width: 214px; border-left:#000 solid 1px; padding-left:20px; 	 }
.col-3_4 	{ 	width: 750px;	 }
.col-1_6 	{ 	width: 160px;	 }

/*													  headers ^
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	padding: 0;

	line-height: 1em;
	font-weight: normal;
	color: #313538;
}


h1 { font: 37px 'OpenSansRegular';}
h1.serif { font: 45px Georgia, "Times New Roman", Times, serif;}
h2 { font: 30px 'OpenSansSemiboldRegular'; }
h3 { font: 25px 'OpenSansRegular';}
h3.serif { font: 20px Georgia, "Times New Roman", Times, serif; }
h4 { font: 16px 'OpenSansSemiboldRegular';}
h5 { font: 14px 'OpenSansSemiboldRegular';}
h6 { font: 12px 'OpenSansRegular'; text-transform: uppercase;}

.center{ text-align:center;}


h1.lined:before, h1.lined:after,
h2.lined:before, h2.lined:after,
h3.lined:before, h3.lined:after,
h4.lined:before, h4.lined:after,
h5.lined:before, h5.lined:after,
h6.lined:before, h6.lined:after

{
	content: "";

	width: 200%;
	height: 0.75em;

	display: inline-block;
	margin: 0 -200% 0 0;

	position: relative;
	left: 20px;
	bottom: 0.2em;

	background: url(../img/bg-head.png) repeat-x;
	vertical-align: bottom;
}



h1.lined:before,
h2.lined:before,
h3.lined:before,
h4.lined:before,
h5.lined:before,
h6.lined:before

{
	left: -20px;
	margin: 0 0 0 -200%;
}


h1.lined,
h2.lined,
h3.lined,
h4.lined,
h5.lined,
h6.lined

{
	overflow: hidden;
	position: relative;
}










h1.lined-dorado:before, h1.lined-dorado:after,
h2.lined-dorado:before, h2.lined-dorado:after,
h3.lined-dorado:before, h3.lined-dorado:after,
h4.lined-dorado:before, h4.lined-dorado:after,
h5.lined-dorado:before, h5.lined-dorado:after,
h6.lined-dorado:before, h6.lined-dorado:after

{
	content: "";

	width: 200%;
	height: 0.75em;

	display: inline-block;
	margin: 0 -200% 0 0;

	position: relative;
	left: 20px;
	bottom: 0.2em;

	background: url(../img/bg-head-dorado.png) repeat-x;
	vertical-align: bottom;
}



h1.lined-dorado:before,
h2.lined-dorado:before,
h3.lined-dorado:before,
h4.lined-dorado:before,
h5.lined-dorado:before,
h6.lined-dorado:before

{
	left: -20px;
	margin: 0 0 0 -200%;
}


h1.lined-dorado,
h2.lined-dorado,
h3.lined-dorado,
h4.lined-dorado,
h5.lined-dorado,
h6.lined-dorado

{
	overflow: hidden;
	position: relative;
}


.sidebar h3 {
	margin-bottom: 13px;
	
	font: 12px 'OpenSansBold';
	text-transform: uppercase;
}

h2.error-404 {
	font: 200px/200px 'OpenSansLightRegular';
	text-shadow: 0 4px 0 #dcdcdc;
}

i.ita {
	font-family:great_vibesregular;
	font-style:normal;
	font-weight:normal; 
	font-size: 150%; 
	vertical-align: middle; 
	display: inline-block; 
}

.semibold {
	font-family: 'OpenSansSemiboldRegular';
}

.great-vibesregular {
	font-family: 'great_vibesregular';
}

/*-----------------------------------------------------------------------------------------------------------*/

.btn-layout {
	width: 32px;
	height: 32px;

	position: fixed;
	top: 10px;	left: 10px;
	z-index: 100;

	border: 1px solid #FC5E32;
	box-shadow: inset 0 1px 0 #FCAB94;
	text-shadow: inset 0 1px 0 #FC5E32;

	background: #ff855f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ff855f), color-stop(100%,#ff6d41));
	background: -webkit-linear-gradient(top,  #ff855f 2%,#ff6d41 100%);
	background: linear-gradient(to bottom,  #ff855f 2%,#ff6d41 100%);

	text-align: center;
	font: 20px/31px 'FontAwesome';
	color: #fff;

	cursor: pointer;
}

.btn-layout.active {
	background: #444;
	box-shadow: inset 0 0 3px #333;
	border: 1px solid #333;
}

.main {
	margin: 0 auto;
}

.main.boxed { 
	width: 1090px; 
	margin-top: 20px;
}

.layout {
	width: 1010px;
	min-width: 200px;
	margin: auto;
	padding: 0 40px;
}

.layout_big {
	width: 1415px;
	min-width: 200px;
	margin: auto;
}

/*													  												HEADER ^
-----------------------------------------------------------------------------------------------------------*/

.header {
	position: fixed;
	background: #FFFFFF;
	opacity: 0.8;
	margin: auto;
	z-index: 150;
	width: 100%;
}

.header .layout {
	position: relative;
	padding: 0 40px;

	text-align: right;
}

.content .header .layout {
	position: relative;
	padding: 40px 40px 0 !important;

	text-align: right;
}

.logo {
	display: inline-block;
	position: static;
	margin: 0;

	line-height: 50px;
	text-align: left;
}

.logo img {
	vertical-align: middle;
}

.mob-layout {
	max-height: 80px;

	float: left;
	text-align: left;

}

.mob-layout.m-center .wrap-center {
	text-align: center;
}

.mob-layout.m-center .wrap-left {
	position: absolute;
	bottom: 0; left: 40px;
}

.mob-layout.m-center .wrap-left .slogan {
	margin-left: 0;
}

.mob-layout.m-center .wrap-right {
	position: absolute;
	bottom: 0; right: 40px;
}

/*												  top social ^
--------------------------------------------------------------*/

.header .b-social {
	display: inline-block;
	margin: 0 0 0 20px;
}

.header .b-social li {
	margin: 0 12px 0 0;
}

.header .b-social li:last-child {
	margin: 0;
}

.b-social.social-header a {
	display: block;

	width: 22px;
	height: 22px;

	text-align: center;
	line-height: 22px;
	font-size: 20px;
	color: #dbdfe0;
	text-shadow: 0 1px 0 white;
	
	background: none;
	border: none;
	
	cursor: pointer;

	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.b-social.social-header a:hover {
	color: #e34735;
	box-shadow: none;
}

/*												   navigation ^
--------------------------------------------------------------*/

.wrap-left .menu {
	margin-left: 40px;
}


.btn-menu {
	display: none;
}


.menu, .submenu {
	position: relative;
	z-index: 50;

	margin: 56px 0 0;
	padding: 0;

	list-style: none;
}

.menu {
	display: inline-block;
	vertical-align: top;

	position: relative;
	margin: 0;

	text-align: right;
	white-space: nowrap;
}

.menu li {
	position: relative;
	text-align: left;
}

.menu li.with-sub:hover:before {
	content: '';

	display: block;
	width: 180px;
	height: 2px;

	position: absolute;
	left: 15px;
	bottom: 0;

	z-index: 1;

	background: #FF6600;
}

.menu li i {
	margin-right: 7px;
	color: #ced3d5;
	text-shadow: 0 1px 0 white;
}

.menu a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #646060;
    font: 12px 'OpenSansRegular';
-webkit-transition: none;
	transition: none;
}

.menu a.active {
	color: #e34735;
}

.menu > li {
    display: inline-block;
    vertical-align: top;
}

.menu > li:before, .menu a.active:before { 
	content: '';
	display: block;
	height: 0;

	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;

	z-index: 53;

	background: #e34735;

	-webkit-transition: height 0.2s ease;
	transition: height 0.2s ease;
}

.menu > li:hover:before, .menu a.active:before { height: 2px; }

.menu > li > a {
    padding: 0 5px;
    
    line-height: 50px;
    color: #000000;
}

/*---------------------------------------------------------- submenu*/

.submenu {
    min-width: 180px;
    
    position: absolute;
	top: -1px;  left: 100%;

	margin: 0;
	padding: 0;

	visibility: hidden;
    
	background: #2f3338;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	
	border-radius: 0 0 2px 2px;

	list-style: none;
}

.menu > li > .submenu {
	top: 100%;    left: 15px;
}

.menu li:hover > .submenu {
	visibility: visible;
}

.submenu li {
    position: relative;	

	-webkit-transition: background-color 0.2s ease, border 0.2s ease, height 0.3s ease, color 0.2s ease, opacity 0.5s ease;
	transition: background-color 0.2s ease, border 0.2s ease, height 0.3s ease, color 0.2s ease, opacity 0.5s ease;
}

.submenu li:hover {
	background: #e34735;
	border-top: 1px solid #e34735;
	border-bottom: 1px solid #e34735;
}

.submenu li:hover > a {
	color: #fff;
}


.submenu a {
    padding: 0 20px;

	line-height: 35px;
	font-size: 12px;
	color: #a8acaf;
	text-transform: none;
	font-family: 'OpenSansRegular';
	letter-spacing: 0;
}

.submenu li {
	height: 15px;
	border-top: 1px solid #393c42;
	border-bottom: 1px solid #26292c;
}

.submenu li:last-child {
	border-bottom: 0px solid #262829;
	border-radius: 0 0 2px 2px;
}

.submenu li i {
	margin-right: 7px;
}


.menu li:hover > .submenu > li {
	height: 35px;
}

/*----------------------------------------------*/

.header .layout {

	line-height: 55px;
}

.m-alt-head .mob-layout {
	float: none;
}

.m-alt-head .b-social {
	float: right;
	vertical-align: middle;
}

.slogan {
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: top;
	font-size: 12px;
}

.navbar {
	background: #eff1f2;
}

.navbar .menu {
	display: block;

	width: 960px;
	min-width: 200px;

	margin: auto;

	text-align: left;

	font-size: 0;
}

.navbar .menu.m-center {
	text-align: center;
}


.navbar .menu > li > a {
	line-height: 42px;
	font-size: 13px;
}

.navbar .menu > li:before, .navbar .menu a.active:before { 
	left: 14px;
	right: 14px;
}

.navbar .menu > li > .submenu {
	left: 14px;
}

.navbar .menu li.with-sub:hover:before {
	left: 14px;
}


/*-------------------------------------------------------*/

.navbar.m-dark {
	background: #2f3338;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.navbar.m-dark .menu > li {
	border-right: none;
}

.navbar.m-dark .menu > li:first-child {
	border-left: none;
}

.navbar.m-dark .menu a {
	border: none;
	color: #c4c4c4;
}

.navbar.m-dark .menu li i {
	color: #575b61;
	text-shadow: none;
}

/*---------------------------------------------------------- mobile menu */

.btn-menu {
	width: 26px;
	height: 22px;

	position: absolute;
	top: 18px;	right: 0;
	cursor: pointer;

	font: 28px/23px 'FontAwesome';
	color: #c5c5c5;
}

.btn-menu.active {
	color: #777;
}



.btn-submenu {
	width: 70px;
	height: 44px;

	position: absolute;
	top: 0;		right: 0;

	z-index: 12;

	text-align: center;
	font: 13px/42px 'FontAwesome';
	cursor: pointer;
}

.btn-submenu.active {
	line-height: 39px;
}

.btn-submenu:before {
	content: "\f0d7";
	color: #9a9a9a;
}

.btn-submenu.active:before {
	content: "\f0d8";
}

.desk .mob-menu {
		display: none !important;
}

.mob-menu, .mob-submenu {
	position: relative;
	z-index: 50;

	margin: 56px 0 0;
	padding: 0;

	list-style: none;
}

.mob-menu {
	display: none;
	vertical-align: top;

	position: relative;
	margin: 0;

	background: #2f3338;

	white-space: nowrap;
}

.mob-menu li {
	position: relative;
	text-align: left;

	border-bottom: 1px solid #242629;
    border-top: 1px solid #3b3e44;
}

.mob-menu a {
    display: block;
    position: relative;
    padding-left: 30px;
    text-decoration: none;
    color: #fff;
    font: 14px 'OpenSansRegular';
	-webkit-transition: none;
	transition: none;
}

.mob-menu a.active {
	color: #fff;
	background:#000; 
}

.mob-menu a:hover {
	color: #000;
	background:#ffad07; 
}

.mob-menu > li > div > a {
    padding: 0 40px;
    
    line-height: 42px;
}

.mob-menu div {
	width: 768px;
	position: relative;
	margin: 0 auto;
}

/*---------------------------------------------------------- submenu*/

.mob-menu > li > .mob-submenu {
	background: #1f2226;
}

.mob-submenu {
	display: none;
	min-width: 170px;

	position: relative;
	margin: 0;
	padding: 0;

	list-style: none;
}

.mob-submenu:before {
	content: '';

	display: block;
	width: 100%;

	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.mob-submenu a {
	padding: 0 20px;

	font: 14px/42px 'OpenSansRegular';
	color: #8a9094;
	text-transform: none;
	letter-spacing: 0;
}

.mob-submenu li {
	border-bottom: 1px solid #16191b;
	border-top: 1px solid #272a2f;
}

.mob-submenu li:last-child {
	border-bottom: 0px solid #262829;
}

.mob-submenu li i {
	margin-right: 7px;
}

.mob-submenu a {
		padding-left: 60px !important;
}
	
.mob-submenu .mob-submenu a {
	padding-left: 80px !important;
}

/*---------------------------------------------------------- search */

.b-search-form {
	float: right;
	margin: 0 0 0 26px;
}

.b-search-form i {
	margin-top: 0px;
	line-height: 66px;
}

.b-search-form input {
	width: 95px;
	height: 33px;
	background: white;
}

.b-search-form .input-wrap {
	margin-bottom: 0;
}

.b-search-form input:focus {
	width: 180px;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #d4d4d4;
	box-shadow: none;
}

.search-form {  	
    position: relative;

    letter-spacing: -.31em;
	word-spacing: -.43em;
}

.search-text-remove, .search-submit {
    display: none;
}

.search-text {
    width: 0;
    height: 29px;
    
    padding-left: 21px;
    opacity: 0.5;    
    
    background: url(../../img/search2.png) no-repeat 0 50%;    
    border: 1px solid transparent;
    
    outline: none;
    cursor: pointer;
    font: 13px 'OpenSansSemiboldRegular';
    color: #555;
    
    -webkit-transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.search-text:hover {
    opacity: 1;
}

.search-text:focus {
    width: 127px;
    padding-left: 31px;
    opacity: 1;
    
    border: 1px solid #e2e2e2;
    background-color: #fff;
    box-shadow: 0 0 0 4px #f6f6f6, inset 0 1px 3px rgba(0,0,0,0.04);
    
    cursor: text;
}


/*----------------------------------------------------------------------------------*/

.btn-search {
	display: none;

	width: 24px;
	height: 24px;

	color: #c5c5c5;
	font: 24px/23px 'FontAwesome';
	cursor: pointer;
}

.btn-search.active {
	color: #313538;
}

/*													  											    SLIDER ^
-----------------------------------------------------------------------------------------------------------*/

.fullwidthbanner-container {
width: 100%;
max-height: 800px !important;
position: relative;
padding: 0;
overflow: hidden;
margin: auto;
}

.fullwidthbanner-container .fullwidthbanner {
    max-height: 800px !important;
    position: relative;
    margin-top: -35px;
    width: 100% !important;
}

.top-shadow:before {
	content: '';

	display: block;

	width: 100%;
	height: 5px;

	position: relative;
	z-index: 40;

	margin: auto;

	box-shadow: 0 2px 3px rgba(0,0,0,0.1) inset;
}

.tp-leftarrow.default, .tp-rightarrow.default {

	width: 32px !important;
	height: 80px !important;

	left: -40px !important;

	background: rgba(20,22,23,0.6) !important;
	border-radius: 2px !important;

	-webkit-transition: background-color 0.4s ease, left 0.2s ease, right 0.2s ease !important;
	transition: background-color 0.4s ease, left 0.2s ease, right 0.2s ease !important;
}

.tp-rightarrow.default {
	left: auto !important;
	right: -40px !important;
}

.tp-leftarrow.default:before, .tp-rightarrow.default:before {
	content: '\f104';

	display: block;

	text-align: center;
	line-height: 80px;
	font: 20px/80px 'FontAwesome';
	color: #fff;
}

.tp-rightarrow.default:before {
	content: '\f105';
}

.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
	background: rgba(215,47,28,0.9) !important;
}

.tp-bullets {
	bottom: 22px !important;
	-webkit-transition: bottom 0.2s ease !important;
	transition: bottom 0.2s ease !important;
}

.bullet {
	width: 13px !important;
	height: 13px !important;

	border-radius: 50%;
	background: rgba(0,0,0,0.4) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(250,250,250,0.1);

	margin: 0 4px !important;

	-webkit-transition: opacity 0.2s ease !important;
	transition: opacity 0.2s ease !important;
}

.b-main-slider:hover .ls-fullwidth .ls-bottom-slidebuttons a {
	opacity: 1;
}

.bullet.selected {
	background: #e34735 !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.15);
}


.fullwidthbanner-container:hover .tp-leftarrow.default {
	left: 20px !important;
}

.fullwidthbanner-container:hover .tp-rightarrow.default {
	right: 20px !important;
}



.tp-caption span {
	display: block;
	line-height: 1.1em;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.tp-caption span a {
	color: #e34735;
}

.tp-caption span a:hover {
	color: #fff;
}

.tp-caption.m-text-color span {
	padding: 0 !important;
	color: #e34735;
}

.tp-caption.m-text-black span {
	padding: 0 !important;
	color: #313538;
}

.tp-caption.m-text-white span {
	padding: 0 !important;
}

.tp-caption.m-bg-white span {
	background-color: #fff !important;
	color: #3f4144;
}

.tp-caption.m-bg-black span {
	background-color: rgba(00,00,00,0.7) !important;
	color: #fff;
}

.tp-caption.m-bg-color span {
	background-color: rgba(227,71,53,0.8) !important;
	color: #fff;
}

.tp-caption.m-7em span {
	padding: 0.25em 0.4em 0.3em;
	line-height: 0.9em;
	font-size: 7em;
}

.tp-caption.m-6em span {
	padding: 0.25em 0.4em 0.3em;
	line-height: 0.9em;
	font-size: 6em;
}

.tp-caption.m-5em span {
	padding: 0.3em 0.4em 0.35em;
	line-height: 0.9em;
	font-size: 5em;
}

.tp-caption.m-4em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.9em;
	font-size: 4em;
}

.tp-caption.m-3-8em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.9em;
	font-size: 3.8em;
}

.tp-caption.m-3-6em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.9em;
	font-size: 3.6em;
}

.tp-caption.m-3-4em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.95em;
	font-size: 3.4em;
}

.tp-caption.m-3-2em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.95em;
	font-size: 3.2em;
}

.tp-caption.m-3em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 1em;
	font-size: 3em;
}

.tp-caption.m-2-8em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 1em;
	font-size: 2.8em;
}

.tp-caption.m-2-6em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 1em;
	font-size: 2.6em;
}

.tp-caption.m-2-4em span {
	padding: 0.35em 0.7em 0.4em;
	font-size: 2.4em;
}

.tp-caption.m-2-2em span {
	padding: 15px;
	font-size: 2.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.tp-caption.m-2-2em span.chico {
	padding: 15px;
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.tp-caption.m-2em span {
	padding: 0.85em 1.1em 0.9em;
	font-size: 2em;
}

.tp-caption.m-1-8em span {
	padding: 0.85em 1.1em 0.9em;
	font-size: 1.8em;
}

.tp-caption.m-1-6em span {
	padding: 0.55em 1.1em 0.6em;
	font-size: 1.6em;
}

.tp-caption.m-1-4em span {
	padding: 0.55em 1.0em 0.6em;
	line-height: 1.2em;
	font-size: 1.4em;
}

.tp-caption.m-1-2em span {
	padding: 0.6em 1.1em 0.65em;
	line-height: 1.4em;
	font-size: 1.2em;
}

.tp-caption.m-bebas_neueregular span {
	font-family: 'bebas_neueregular';
}

.tp-caption.m-great-vibesregular span {
	font-family: 'great_vibesregular';
}

.tp-caption.m-semibold span {
	font-family: 'OpenSansSemiboldRegular';
}

.tp-caption.m-opensansitalic span {
	font-family: 'OpenSansItalic';
}

.tp-caption.m-opensanslightitalic span {
	font-family: 'OpenSansLightItalic';
}

.tp-caption.m-bold span {
	font-family: 'OpenSansBold';
}

.tp-caption.m-extra-bold span {
	font-family: 'OpenSansExtraboldRegular';
}

.tp-caption.m-light span {
	font-family: 'OpenSansLightRegular';
}

.tp-caption.m-opacity-80 span {
	opacity: 0.8;
}

.tp-caption.m-letter-spacing-1 span {
	letter-spacing: 1px;
}

.tp-caption.m-uppercase span {
	text-transform: uppercase !important;
}

.tp-caption.m-lowercase span {
	text-transform: lowercase !important;
}

.shortcodes .tp-caption span {
	margin-bottom: 20px;
}

/*													  											   CONTENT ^
-----------------------------------------------------------------------------------------------------------*/


.content {
}

.content.black {
}

.content.gray {
	background:#222;
	color:#fff;
}

.content.gray-content {
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fcfcfc), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top,  #fcfcfc 2%,#f9f9f9 100%);
	background: linear-gradient(to bottom,  #fcfcfc 2%,#f9f9f9 100%);
}

.content.gray-content .layout {
	padding: 35px 40px;
}

.content .layout {
}

.content_small .layout {
	padding: 0px;
}

.crumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	color: #000;
}

.crumbs li {
	display: inline-block;
	line-height: 35px;
}

.crumbs li:after {
	content: "\f054";

	display: inline-block;
	position: relative;
	top: -1px;

	padding: 0 0 0 3px;

	font: 6px/54px 'FontAwesome';
}

.crumbs li:first-child:after, .crumbs li:last-child:after {
	display: none;
}

.crumbs a {
	padding: 0 4px;
	text-decoration: none;
	color: #666;

	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.crumbs a:hover {
	color: #f4cf16;
}

.b-titlebar {
	padding: 0;
	border-top: 1px solid #e4e4e4;
	background: #eeeeee;
}

.b-titlebar h1 {
	margin-bottom: 0;
	line-height: 54px;
	
	white-space: nowrap;
	color: #313538;
	font-size: 20px;
	font-family: 'OpenSansRegular';
}

.b-titlebar.m-dark {
	position: relative;
	overflow: hidden;

	background: #2f3338 url(../img/page-head-bg.gif) repeat;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3) inset;
	border-top: none;
}

.b-titlebar.m-dark .layout {
	position: relative;
	padding: 35px 0 35px;
}

.b-titlebar.m-dark .img-wrap {
	position: absolute;
	top: 0;		left: -9999px;
	bottom: 0;	right: -9999px;

	padding: 0;
}

.b-titlebar.m-dark .img-wrap img {
	display: block;

	height: 100%;

	margin: 0 auto;
}

.b-titlebar.m-dark h1 {
	margin-top: 0;
	
	white-space: normal;
	text-align: center;

	font: 40px/1 'OpenSansSemiboldRegular';
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}

.b-titlebar.m-dark p {
	margin-top: 9px;
	margin-bottom: 1px;

	text-align: center;
	font-size: 14px;
	color: #d2d6d9;
}


.blockquote {
	position: relative;
	margin-bottom: 20px;
	padding-left: 32px;
	font: 20px/24px 'OpenSansItalic', serif;
	color: #65686d;
}

.blockquote:before {
	content: '“';

	position: absolute;
	top: -10px;		left: 0;

	font: 52px 'OpenSansLightItalic';
	color: #e34735;
}

.blockquote.m-left, .blockquote.m-right {
	width: 50%;

	position: relative;
	z-index: 1;

	float: left;
	margin: 0 20px 20px 0;
}

.blockquote.m-right {
	width: 50%;
	float: right;
	margin: 0 0 20px 20px;
}

/*													  												FOOTER ^
-----------------------------------------------------------------------------------------------------------*/
.footer {
}

.footer .layout {
	padding: 0;
}

.b-widgets {
	padding: 15px 40px 1px;
	background: #333;
	color: #fff;
}

.b-widgets h1, .b-widgets h2, .b-widgets h3, .b-widgets h4, .b-widgets h5, .b-widgets h6 {
	color: #fff;
}

.b-widgets h3 {
	margin-bottom: 15px;

	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.b-widgets .b-list {
	margin-bottom: 30px;
}

.b-widgets .b-list i {
	font-size: 15px;
	color: #666666;
}

.b-widgets h5 { color: #303030; }
	
.b-copyright {
	overflow: hidden;
	padding: 0 30px;
	font-size: 14px;
	line-height: 18px;
	margin-top: 15px;
}

.copy {
	float: left;
	font-size: 12px;
	color: #64696d;
}

.copy a {
	color: #b8bdc0;
	
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.copy a:hover {
	color: #8e9397;
}

.b-copyright .b-social {
	margin-top: 7px;
}

.b-copyright .b-social li {
	margin: 0 12px 0 0;
	
	font-size: 12px;
	color: #64696d;
}

.b-copyright .b-social a {
	width: 18px;
	height: 18px;
	
	background: none;
	
	border: none;

	text-align: center;
	line-height: 18px;
	font-size: 16px;
	color: #5c5f63;
	
	cursor: pointer;
	
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.b-copyright .b-social a.tw {
	font-size: 15px;
}

.b-copyright .b-social a.fb:hover {
	color: #576ec7;
	text-shadow: 0 0 12px #3c4978;
}

.b-copyright .b-social a.tw:hover {
	color: #5db4f0;
	text-shadow: 0 0 12px #3f6c8d;
}

.b-copyright .b-social a.pt:hover {
	color: #c8222f;
	text-shadow: 0 0 12px #74232c;
}

.b-copyright .b-social a.lin:hover {
	color: #007bb6;
	text-shadow: 0 0 12px #105070;
}

.b-copyright .b-social a.gl:hover {
	color: #ba3526;
	text-shadow: 0 0 12px #6d2d27;
}

.b-copyright .b-social a.dr:hover {
	color: #e24d87;
	text-shadow: 0 0 12px #813958;
}

.b-copyright .b-social a.tl:hover {
	color: #35506b;
	text-shadow: 0 0 12px #2b3a4a;
}

.b-copyright .b-social a.vk:hover {
	color: #45688e;
	text-shadow: 0 0 12px #33465c;
}

.b-copyright .b-social a.dx:hover {
	color: #0073ce;
	text-shadow: 0 0 12px #104c7c;
}

.b-copyright .b-social a.fs:hover {
	color: #219bce;
	text-shadow: 0 0 12px #21607c;
}

.b-copyright .b-social a.is:hover {
	color: #c07145;
	text-shadow: 0 0 12px #704b37;
}

.b-copyright .b-social a.mx:hover,
.b-copyright .b-social a.rss:hover {
	color: #fa9200;
	text-shadow: 0 0 12px #8d5b14;
}

.b-copyright .b-social a.sk:hover {
	color: #29aae1;
	text-shadow: 0 0 12px #256785;
}

.b-copyright .b-social a.yt:hover {
	color: #ed3639;
	text-shadow: 0 0 12px #872d31;
}

.b-copyright .b-social a.gh:hover {
	color: #a0a3a8;
	text-shadow: 0 0 12px #60646a;
}

.b-copyright .b-social {
	float: right;
}


.b-contact li {
	margin-bottom: 8px;
}

.b-contact i:before {
	font-size: 14px;
	color: #5a6166;
	text-shadow: 0 1px 0 white;
}

.contact-mail a {
	color: #e34735;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.contact-mail a:hover {
	color: #313538;
}

.b-contact .contact-address i:before {
	font-size: 16px !important;
}

.footer .b-contact i:before {
	color: #ced3d5;
}

/*													  									  CONTENT-FEATURED ^
-----------------------------------------------------------------------------------------------------------*/

.content-featured {
	padding: 30px 0;	
	background: #000000;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;	
	color: #c4c7ca;
	font-size: 18px;
	line-height: 24px;
}

.content-featured p {
	margin-bottom: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.content-featured h1 {
	margin-bottom: 5px;
	
	font-family: 'OpenSansLightRegular';
	
	color: #e3e5e7;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.content-featured a {
	font-family: 'OpenSansItalic';
}

.content-featured a:hover {
	color: #e9ebed;
}

.content-featured-disk {
	padding: 30px 0;	
	background: #999999;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;	
	color: #c4c7ca;
	font-size: 18px;
	line-height: 24px;
	display:none;
}

.content-featured-disk p {
	margin-bottom: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.content-featured-disk h1 {
	margin-bottom: 5px;
	
	font-family: 'OpenSansLightRegular';
	
	color: #e3e5e7;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.content-featured-disk a {
	font-family: 'OpenSansItalic';
}

.content-featured-disk a:hover {
	color: #e9ebed;
}

/*													  											 PORTFOLIO ^
-----------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------- MAIN PAGE */

.b-filter-list {
	margin: -10px 0 20px;
	padding: 0;

	list-style: none;
}

.b-filter-list li {
	display: inline-block;
	position: relative;
	
	margin-right: 23px;
	padding-bottom: 10px;

	font-size: 13px;
	color: #313538;
	cursor: pointer;
}

.b-filter-list li.active {
	color: #e34735;
}

.b-filter-list li:before, .b-filter-list li.active:before { 
	content: '';
	display: block;
	height: 0;

	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	z-index: 53;

	background: #888;

	-webkit-transition: height 0.2s ease;
	transition: height 0.2s ease;
}

.b-filter-list li:hover:before { height: 2px; }

.b-filter-list li.active:before {
	height: 2px;
	background: #e34735;
}


.b-filter-select {
	display: none;

    position: relative;
    margin-top: -15px;
    margin-bottom: 25px;
}

.b-filter-select ul {
    display: none;
    position: absolute;
    left: 0;    right: 0;
    z-index: 10;
    
    margin: 0;
    padding: 0;
    
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: none;
    
    list-style: none;
}

.b-filter-select .filter-current {
	background: #fafafa;
	border: 1px solid #e2e2e2;
	border-bottom: 1px solid #dfdfdf;
}

.b-filter-select .filter-current:hover {
	background: #fafafa url(../../img/light-btn.jpg) repeat-x top;
	box-shadow: 0 2px 2px rgba(0,0,0,0.04);
	border-color: #d9d9d9;
	border-bottom: 1px solid #cecece;
}

.b-filter-select .filter-current:active {
	background: #f5f5f5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
	border-color: #d9d9d9;
}

.b-filter-select .filter-current:after {
	content: "\f0d7";

	float: right;
	margin-top: 5px;
	font: 12px 'FontAwesome';
}

.b-filter-select li, .b-filter-select .filter-current {
    padding: 5px 15px 4px;
    
    line-height: 22px;
    cursor: pointer;
}

.b-filter-select li:hover {
    margin: 0 -1px;
    
    background: #e34735;
    color: #fff;
}


/*--------------------------------------------------*/

.tag {
	margin: 15px 7px 0 0;
	padding: 0 13px;

	line-height: 28px;
}

.work {
	position: relative;
}

.work-image {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
	cursor:pointer;
	margin-bottom: 15px;
}

.work-image img {
    width: 100%;
    display: block;
    
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.work-image:hover img {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.link-overlay {
	position: absolute;
	top: 0;       left: 0;
	bottom: 0;    right: 0;

	background: rgba(0,0,0,0);

	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.link-overlay:before {
	display: block;

	width: 46px;
	height: 46px;

	position: absolute;
	top: 50%;    left: 50%;

	margin: -22px 0 0 -25px;

	border-radius: 50%;
	background: #fff;

	text-align: center;
	font: 14px/46px 'FontAwesome';
	color: #2c2c2c;

	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity:0;

	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.work-image:hover .link-overlay { background: rgba(20,22,23,0.6);}

.work-image:hover  .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}


.work p { margin: 0;
text-align:left; 
}

.work-name {
	display: inline-block;
	margin: 15px 0 6px;
	font-size: 17px;
}

.work-name-white {
	display: inline-block;
	margin: 15px 0 6px;

	font: 14px 'OpenSansSemiboldRegular';
}

a.work-name {
	color: #000000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-family:Georgia, "Times New Roman", Times, serif;
	position: relative;
	font-size:22px;
}

a.work-name:hover {
	color: #666666;
}

a.work-name-white {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
}

a.work-name-white:hover {
	color: #FF6600;
}

.tags {
}

.tags_date {

	font: 12px "OpenSansSemiboldRegular";
	color: #cccccc;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*-------------------------------------------------------------- INNER PAGE */

/* Carousel ----------------------------------*/

.b-carousel {
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15)
}

.b-carousel, .carousel-content {
    position: relative;
}

.carousel-item {
	width: 100%;
    display: block;

    visibility: hidden;
    
    position: absolute;
    top: 0;    left: 0;
}

.carousel-item.active {
	display: block;
    visibility: visible;
    position: static;
}

.carousel-item.current {    
    left: 0;
    right: 0;
    visibility: visible;
    z-index: 1;
}

.carousel-item {
	max-width: 100%;
	display: block;
}

.carousel-control {
	position: absolute;
	top: 0;		left: 0;
	bottom: 0;	right: 0;

	overflow: hidden;
}

.b-carousel:hover .carousel-prev { left: 10px; }
.b-carousel:hover .carousel-next { right: 10px; }

.carousel-prev, .carousel-next {
	width: 32px;
	height: 80px;

	position: absolute;
	top: 50%;	left: -40px;

	z-index: 2;

	margin-top: -40px;

	background: rgba(20,22,23,0.6);
	border-radius: 2px;

	cursor: pointer;

	-webkit-transition: background-color 0.2s ease, left 0.2s ease, right 0.2s ease;
	transition: background-color 0.2s ease, left 0.2s ease, right 0.2s ease;
}

.carousel-next {
	left: auto;
	right: -40px;
}

.carousel-prev:hover, .carousel-next:hover {
	background: rgba(215,47,28,0.9);
}

.carousel-prev:before, .carousel-next:before {
	content: '\f104';

	display: block;

	text-align: center;
	line-height: 80px;
	font: 20px/80px 'FontAwesome';
	color: #fff;
}

.carousel-next:before {
	content: '\f105';
}

.carousel-next:hover:before,
.carousel-prev:hover:before
{
	color: #fff;
}

.carousel-pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;

	-webkit-transition: bottom 0.2s ease;
	transition: bottom 0.2s ease;

	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	z-index: 2;

	margin: 0;
	padding: 0;

	list-style: none;
	text-align: center;
	line-height: 50px;
}

.carousel-pagination li {
	float: left;

	width: 13px;
	height: 13px;

	margin: 0 3px;

	background: rgba(0,0,0,0.5);
	border-radius: 50%;

	cursor: pointer;
}

.carousel-pagination li.active {
	background: #e34735;
}

/* Description block ----------------------------------*/

.b-description {
	margin-bottom: 30px;
}

.project-description {
	margin: -8px 0 18px;
	padding: 0;

	list-style: none;
}

.project-description li {
	border-top: 1px dotted #d1d1d2;
	line-height: 34px;
}

.project-description li:first-child {
	border-top: none;
}

.project-description strong {
	display: inline-block;
	min-width: 70px;

	font-weight: normal;
}

.live-preview {
	margin: 0 0 30px 0;
}

.project-social {
	float: none;
	margin: 18px 0;

	font-size: 16px;
}

.project-social li {
	font-size: 16px;
}

/*													  											 	  BLOG ^
-----------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------- MAIN PAGE */

.post-preview {
	padding: 0;
	border-bottom: 1px dashed #dee1e2;
	margin-bottom: 25px;
}

.post-preview:first-child {
	padding-top: 0;
}

.post-preview h3 {
	white-space: normal;
}

.post-preview .btn {
	margin-bottom: 30px;
}

.post-image-wrap {
	position: relative;
}

.post-image {
	display: block;
	overflow: hidden;
	
	position: relative;
	margin-bottom: 25px;
	
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);

	z-index: 2;
}

.post-image img {
	display: block;
	position: relative;
	width: 100%;

	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
}

.post-image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.post-image:hover .link-overlay { background: rgba(20,22,23,0.6); }
.post-image:hover  .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}



.post-meta {
	margin: -5px 0 20px;

	font: 12px/20px 'OpenSansItalic';
	color: #c9c9c9;
}


.post-meta i {
	margin-right: 8px;
	color: #e2e2e2;
}

.post-meta a {
	color: #c9c9c9;

	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.post-meta a:hover {
	color: #e34735;
}

.post-preview p {
	margin-bottom: 20px;
}

.post-link {
	font-size: 12px;
	color: #e34735;
}

.post-link:hover {
	color: #313538;
}

.post-link:after {
	content: "\f101";
	margin-left: 5px;

	font: 13px 'FontAwesome';
	vertical-align: baseline;
}

/*-------------------------------------------------*/

.pagination {
	margin: 30px 0 30px;
	padding: 0;

	list-style: none;
	line-height: 25px;
	word-spacing: -1px;
}

.pagination div, .pagination a {
	display: inline-block;

	height: 25px;
	margin-right: 3px;
	padding: 0 9px;

	background: #fafafa url(../img/btn-bg.png) repeat-x top;

	border-radius: 2px;
	border: 1px solid #e2e2e2;
	
	text-shadow: 0 1px 0 white;	
	font-family: 'OpenSansSemiboldRegular';

	text-align: center;
	font-size: 12px;
	color: #424346;

	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pagination a:hover {
	background: #e34735 url(../img/btn-bg.png) repeat-x top;
	border: 1px solid #df4432;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	
	color: #fff;
	text-shadow: 0 -1px 0px #e42a1d;
}

.pagination a.active {
	background: #f5f5f5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
	border-color: #d9d9d9;
}

.pagination a.active:hover {
	text-shadow: 0 1px 0 white;	
	color: #424346;
}

.pagination a.active, .pagination div {
	cursor: default;
}

/*-------------------------------------------------*/

.b-recent-post {
	margin-bottom: 30px;
}

.b-recent-post.m-medium {
	margin-bottom: 20px;
	border-bottom: 1px dashed #dee1e2;
}

.b-recent-post .post-image-wrap {
	margin-bottom: 16px;
}

.b-recent-post .post-meta {
	margin: -6px 0 2px 0;
	font-size: 12px;
}

.b-recent-post h1,
.b-recent-post h2,
.b-recent-post h3,
.b-recent-post h4,
.b-recent-post h5,
.b-recent-post h6 {
	white-space: normal;
}

.b-recent-post.m-medium .post-image-wrap {
	float: left;
	width: 100px;
	margin-bottom: 0;
	margin-top: 5px;
}

.b-recent-post.m-medium .post-image-wrap + div {
	margin-left: 120px;
}

/*-------------------------------------------------*/

.just-links {
	margin-bottom: 20px;
}

.just-links li {
	line-height: 24px;
}

.just-links a {
	color: #e34735;
	display: block;
}

.just-links.m-dark a {
	color: #4a4c4c;
}

.just-links.m-dark a:hover {
	color: #e34735;
}

/*--------------------------------------------------*/

.recent-post {
	margin-bottom: 35px;
}

.recent-post li {
	margin-bottom: 3px;
	line-height: 20px;
}

.recent-post li:before {
	content: "\f105";
	float: left;
	margin-right: 10px;

	color: #caccce;
	font: 14px/21px 'FontAwesome';
	text-shadow: 0 1px 0 white;
}

.recent-post a {
	color: #e34735;
	font-family: 'OpenSansRegular';

	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.recent-post a:hover {
	color: #313538;
}

.recent-post.m-dark li:before {
	color: #4a4c4c;
}

.recent-post.m-dark a {
	color: #4a4c4c;
}

.recent-post.m-dark a:hover {
	color: #c9c9c9;
}

/*-------------------------------------------------*/

.b-blog-search {
	margin-bottom: 35px;
}

.b-blog-search input {
	width: 100%;
}

/*-------------------------------------------------*/

.latest-project {
	margin: 0 -5px 20px;

	font-size: 0px;
	letter-spacing: -.31em;
	word-spacing: -.43em;
}

.latest-project-item {
	display: inline-block;
	position: relative;
	z-index: 2;
	
	width: 66px;
	height: 66px;

	margin: 0 7px 7px !important;

	background: none;

	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.latest-project a, .latest-project img {
	position: relative;
	display: block;
	box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}

.latest-project a:after {
	content: '';

	position: absolute;
	top: 0;		left: 0;
	bottom: 0;	right: 0;

	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.latest-project a:hover:after {
	background: rgba(15,16,17,0.5); 
}

.latest-project a img {
	max-width: 100%;
}

.latest-project.m-dark a {
	border-color: #2f3132;
}

.latest-project.m-dark a:hover {
	border-color: #e34735;
}

.latest-project.m-dark a:after{
	background: rgba(0,0,0,0.5);
}

.latest-project.m-dark a:hover:after {
	background: none;
}

/*-------------------------------------------------*/



.b-twitter ul {
	margin: 0 0 20px 0;
	padding: 0;

	list-style: none;
}

.b-twitter li {
	position: relative;
	padding: 0 0 18px 25px;
}

.b-twitter li:before {
	content: "\f099";

	position: absolute;
	top: 2px;	left: 0;

	font: 16px 'FontAwesome';
	color: #e2e2e2;
}

.b-twitter span {
	display: block;
	margin: 2px 0 0;
}

.twit-date {
	font: 11px 'OpenSansItalic';
	color: #d3d3d3;
}

.b-twitter.m-footer a {
	color: #e34735;
}

.b-twitter.m-footer a:hover {
	color: #3b3d40;
}

.b-twitter.m-footer li:before {
	color: #ced3d5;
	text-shadow: 0 1px 0 white;
}

.b-twitter.m-footer .twit-date {
	color: #444;
}

/*-------------------------------------------------*/

.b-tag-cloud {
	font-size: 0px;
	letter-spacing: -.31em;
	word-spacing: -.43em;
	margin-bottom: 20px;
}

.b-tag-cloud span {
	display: inline-block;
	margin-right: 10px;

	font: 14px 'OpenSansSemiboldRegular';
	color: #313538;

}

.b-tag-cloud a {
	display: inline-block;
	position: relative;
	margin: 0 10px 10px 0;
	padding: 0 15px;

	border-radius: 2px;
	background: #fafafa url(../img/btn-soc.png) repeat-x top;
	border: 1px solid #e2e2e2;
	
	text-shadow: 0 1px 0 white;
	font: 11px/29px 'OpenSansSemiboldRegular';
	color: #424346;

	letter-spacing: normal;
	word-spacing: normal;

	-webkit-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.b-tag-cloud a:hover {
	background: #e34735 url(../img/btn-bg.png) repeat-x top;
	border: 1px solid #df4432;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	
	color: #fff;
	text-shadow: 0 -1px 0px #e42a1d;
}

.b-tag-cloud a:hover:before {
	opacity: 1;
}

.b-tag-cloud.m-dark {
	margin-bottom: 13px;
}

.b-tag-cloud.m-dark a {
	background: #fff url(../img/btn-bg.png) repeat-x top;
	border-color: #dddddd;

}

.b-tag-cloud.m-dark a:hover {
	background: #e34735 url(../img/btn-bg.png) repeat-x top;
	border: 1px solid #df4432;

	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	
	color: #fff;
	text-shadow: 0 -1px 0px #e42a1d;
}

/*-------------------------------------------------*/

.widget-recent-posts {
	margin-bottom: 30px;
}

.widget-recent-posts .shadow {
	float: left;
}

.widget-recent-posts .shadow a {
	display: block;
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.widget-recent-posts .shadow a:after {
	content: "";

	position: absolute;
	top: 0;		left: 0;
	bottom: 0;	right: 0;

	z-index: 5;    

	-webkit-transition: background-color 0.2s ease 0s;
	transition: background-color 0.2s ease 0s;    
}

.widget-recent-posts .shadow a:hover:after {
	background-color: rgba(0,0,0,0.3);
}

.widget-recent-posts img {
	display: block;

	width: 40px;
	height: 40px;
	
	margin-top: 5px;
}

.widget-recent-posts-item {
	margin-bottom: 15px;
}

.widget-recent-posts-item-content {
	margin-left: 58px;
}

.widget-recent-posts-item-content a {
	position: relative;
	margin-bottom: 14px;

	font-family: 'OpenSansSemiboldRegular';
}

.widget-recent-posts-item-content .date {
	margin-top: 4px;
	
	font: 11px 'OpenSansItalic';
	color: #d3d3d3;
}

/*-------------------------------------------------*/

.b-categories {
	margin-bottom: 35px;
}

.b-categories li {
	margin-bottom: 3px;
	line-height: 20px;
}

.b-categories li:before {
	content: "\f105";
	float: left;
	margin-right: 10px;

	color: #ddd;
	font: 14px/22px 'FontAwesome';
}

.b-categories a {
	padding: 0;

	color: #e34735;
	font-family: 'OpenSansRegular';

	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

.b-categories a:hover {
	color: #313538;
}

.b-categories .count {
	color: #d3d3d3;
	font-weight: normal;
	font-family: 'OpenSansItalic';
}

/*-------------------------------------------------*/

.preview-medium:after {
	content: '';
	display: block;
	clear: both;
}

.preview-medium p {
	margin-bottom: 20px;
}

.preview-medium .btn {
	margin-bottom: 30px;
}

.preview-medium .post-image-wrap, .preview-medium .b-carousel {
	width: 237px;
	float: left;
	
	margin-top: 4px;
	margin-bottom: 10px;	
}

.preview-medium .post-image-wrap + div,
.preview-medium .b-carousel + div {
	margin-left: 267px;
}

/*-------------------------------------------------*/


.post-content {
	margin-bottom: 30px;
}

.post-content h3 {
	font-family: 'OpenSansSemiboldRegular';
}

.post-content p {
	margin-bottom: 20px;
}

.b-user-info {
	position: relative;
	margin: 0 0 50px 0;
	padding: 20px 20px 3px;

	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(100%,#fbfbfb));
	background: -webkit-linear-gradient(top,  #ffffff 2%,#fbfbfb 100%);
	background: linear-gradient(to bottom,  #ffffff 2%,#fbfbfb 100%);
	border: 1px solid #e2e2e2;
	
	box-shadow: 0 1px 1px rgba(0,0,0,0.03);
}

.b-user-info:before {
	content: '';
	
	position: absolute;
	top: -3px;
	left: -1px;
	right: -1px;

	border-top: 2px solid #e34735;
}

.user-info-ava {
	width: 60px;
	height: 60px;

	float: left;
	overflow: hidden;

	border-radius: 50%;
}

.user-info-name {
	margin-bottom: 10px;
	
	color: #313538;
	font: 14px 'OpenSansSemiboldRegular';
}

.user-info-bio {
	margin-left: 79px;
}

.related-post {
	margin-bottom: 20px;
}

.related-post .post-preview {
	border-bottom: none;
}

.related-post .post-image {
	margin-bottom: 14px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}


.b-comments {	margin-bottom: 50px;	}

.comment {
	position: relative;
	padding-top: 25px;
	border-top: 1px dashed #ddd;
}

.comment:first-child {
	padding-top: 0;
	border-top: none;
}

.comment-ava {
	width: 60px;
	height: 60px;

	float: left;
	overflow: hidden;

	background: #fafafa;
	
	border-radius: 50%;
}

.comment-content {
	margin-left: 79px;
}

.comment-content p {
	margin-bottom: 25px;
}

.comment-meta {
	margin-bottom: 10px;
}

.comment-name {	
	color: #424346;
	font-family: 'OpenSansSemiboldRegular';
}

.comment-date {
	font: 12px 'OpenSansItalic';
	color: #c9c9c9;
}

.btn-reply {
	margin-left: 10px;
	padding: 2px 8px 2px;

	background: #fafafa url(../img/btn-bg.png) repeat-x top;
	border-radius: 2px;
	border: 1px solid #e2e2e2;
	border-bottom: 1px solid #dfdfdf;

	line-height: 15px;
	font: 10px 'OpenSansSemiboldRegular';
	color: #424346;
	cursor: pointer;

	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-reply:hover {
	background: #fafafa url(../img/btn-bg.png) repeat-x top;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	border-color: #d9d9d9;
	border-bottom: 1px solid #cecece;
}

.btn-reply b {
	font-weight: normal;
}

.btn-reply.cancel-reply {
	padding-bottom: 2px;

	background: #e34735 url(../img/btn-bg.png) repeat-x top;
	border: 1px solid #df4432;

	color: #fff7f5;
	text-shadow: 0 -1px 0px #db3e2d;

	line-height: 17px;
}

.btn-reply.cancel-reply b {
	color: #fff;
}

.comment-reply {
	margin-left: 40px;
}


.comment .b-comment-form {
	margin-bottom: 30px;
}

.cancel-reply2 {
	display: none;
	margin-left: 15px;
}

.cancel-reply2:after {
	content: "\f00d";
	margin-left: 8px;

	font: 14px 'FontAwesome';
	color: #ddd;
}

.comment .cancel-reply2 {
	display: inline-block;
}


.redes_sociales > li {
    display: inline-block;
    vertical-align: top;
}

.redes_sociales {
	z-index: 50;
    margin: 0px auto 35px auto;
    list-style: outside none none;
    position: relative;
    float: none;
    width: 254px;
}


.redes_sociales li{
	position: relative;
	text-align: left;
	margin-left:3px
}

.icon-facebook.dark:hover{
background-color:#3a5795;}

.icon-google-plus.dark:hover{
background-color:#d73d32;}

.icon-instagram.dark:hover{
background-color:#d076d6;}

.icon-linkedin.dark:hover{
background-color:#0177b5;}

.icon-twitter.dark:hover{
background-color:#1ab2e8;}

.icon-youtube.dark:hover{
background-color:#CC0000;}

.icon-cloud.dark:hover{
background-color:#FF6600;}

.icon-shopping-cart.dark:hover{
background-color:#CC0000;}



.nav_tools {
    position: fixed;
    top: 162px;
    right: 0px;
    z-index: 800;
    opacity: 0.8;
    transition: opacity 0.2s linear 0s;
}

nav, nav ul, nav ol, nav li, nav a {
    float: left;
    margin: 0px;
    padding: 0px;
}

nav ul, nav ol {
    list-style: outside none none;
}

.nav_tools li {
    clear: left;
    margin: 0px 0px 1px 1px;
}

.nav_tools a, .nav_tools .nav_tools_search ul {
    width: 28px!important;
    height: 28px!important;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 28px;
    padding: 5px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
    transition: #000 0.2s linear 0s;
    color:#bbb;
}

nav a {
    padding: 5px;
}

.nav_social_links{}.nav_social_links ul a,.social_link{margin:0 5px 5px 0;padding:1px 4px;color:#fff;text-align:center;border-radius:100px;background:#666;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear}
.social_link a{color:#fff}.nav_social_links li:last-child a{margin-right:0}
.bg_facebook:hover{background:#4863ae}.bg_twitter:hover{background:#46c0fb}
.bg_gplus:hover{background:#dd4b39}.bg_youtube:hover{background:red}
.bg_pinterest:hover{background:#c91618}.bg_instagram:hover{background:#7c4c40}
.bg_tripadvisor:hover{background:#4a8734}

.tooltipster-default{max-width:100%;border-radius:0;background:#fff;-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.4);box-shadow:0 0 5px 5px rgba(0,0,0,.4)}
.tooltipster-default .tooltipster-content{padding:10px;font-size:100%;line-height:16px}
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border{display:none}
.tooltipster-base{padding:0;line-height:0;position:absolute;z-index:998;pointer-events:none;width:auto;overflow:visible}
.tooltipster-base .tooltipster-content{overflow:hidden}
.tooltipster-arrow{display:block;text-align:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}
.tooltipster-arrow span,.tooltipster-arrow-border{display:block;width:0;height:0;position:absolute}
.tooltipster-arrow-top span,.tooltipster-arrow-top-right span,.tooltipster-arrow-top-left span{border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-top:8px solid;bottom:-8px}.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border{border-left:9px solid transparent!important;border-right:9px solid transparent!important;border-top:9px solid;bottom:-8px}.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-right span,.tooltipster-arrow-bottom-left span{border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-bottom:8px solid;top:-8px}.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{border-left:9px solid transparent!important;border-right:9px solid transparent!important;border-bottom:9px solid;top:-8px}.tooltipster-arrow-top span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom 
.tooltipster-arrow-border{left:0;right:0;margin:0 auto}.tooltipster-arrow-top-left span,.tooltipster-arrow-bottom-left span{left:6px}
.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-left 
.tooltipster-arrow-border{left:5px}.tooltipster-arrow-top-right span,.tooltipster-arrow-bottom-right span{right:6px}
.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border{right:5px}
.tooltipster-arrow-left span,.tooltipster-arrow-left .tooltipster-arrow-border{border-top:8px solid transparent!important;border-bottom:8px solid transparent!important;border-left:8px solid;top:50%;margin-top:-7px;right:-8px}.tooltipster-arrow-left .tooltipster-arrow-border{border-top:9px solid transparent!important;border-bottom:9px solid transparent!important;border-left:9px solid;margin-top:-8px}.tooltipster-arrow-right span,.tooltipster-arrow-right .tooltipster-arrow-border{border-top:8px solid transparent!important;border-bottom:8px solid transparent!important;border-right:8px solid;top:50%;margin-top:-7px;left:-8px}
.tooltipster-arrow-right .tooltipster-arrow-border{border-top:9px solid transparent!important;border-bottom:9px solid transparent!important;border-right:9px solid;margin-top:-8px}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}
.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}.tooltipster-content-changing{opacity:.5;-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}.tooltipster-dark{position:fixed!important;background:#000;color:#fff;font-size:93%;-webkit-box-shadow:none;box-shadow:none}.tooltipster-dark0{top:162px!important}.tooltipster-dark1{top:202px!important}.tooltipster-dark2{top:242px!important}.tooltipster-dark3{top:280px!important}.tooltipster-dark4{top:320px!important}.tooltipster-dark5,.tooltipster-dark6,.tooltipster-dark7{display:none!important}.tooltipster-dark8{top:358px!important}.tooltipster-dark9{top:398px!important}.tooltipster-dark10{top:436px!important}.tooltipster-dark11{top:476px!important}.bg_white,.bg_white .hl span:nth-child(2n){background:#fff}.bg_grey,.bg_grey .hl span:nth-child(2n){background:#f4f4f4}.bg_dark_grey,.mag_featured{background:#e4e4e4}.bg_black{background:#000;color:#fff}
.border_double_white{border:2px solid #fff;-webkit-box-shadow:0 0 0 4px #f4f4f4;box-shadow:0 0 0 4px #f4f4f4}


.nav_tools{position:fixed;top:162px;right:0;z-index:800;opacity:.8;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.nav_tools:hover,.touch .nav_tools{opacity:1}.nav_tools ul{}.nav_tools li{clear:left;margin:0 0 1px 1px}.nav_tools a,.nav_tools .nav_tools_search ul{width:38px;height:38px;color:#fff;text-transform:uppercase;text-align:center;line-height:28px;background:#000;background:rgba(0,0,0,.8);-webkit-transition:background .2s linear;-moz-transition:background .2s linear;transition:background .2s linear}.nav_tools a:hover,.nav_tools a.selected{background:rgba(0,0,0,1)}.nav_tools a.inactive{color:#bbb}.nav_tools a.inactive:hover{background:rgba(0,0,0,.8)}.nav_tools a i{font-size:123.2%}.nav_tools a .icon-email,.nav_tools a .icon-chat{font-size:116%}.nav_tools .nav_tools_more a:first-child{position:relative;z-index:10}.nav_tools ul ul{position:absolute;left:40px;z-index:1}.nav_tools ul ul li{clear:none}.nav_tools .nav_tools_share ul{width:117px}.nav_tools .nav_tools_search ul{width:200px}.nav_tools .nav_tools_search ul li{margin:0}.nav_tools .nav_tools_search .textbox{width:190px;height:30px;margin:5px}.gsc-completion-container{position:fixed!important}.nav_tools_chat,.nav_tools_chat img{display:none}.content_aside{padding:18px 70px 20px 0}.nav_secondary,.nav_secondary ul,.nav_secondary li,.nav_secondary a{width:100%}.nav_secondary{}.nav_secondary ul{}.nav_secondary li{}.nav_secondary a{margin:0 0 5px 0;padding:5px 10px}.nav_secondary>ul>li.selected>a:first-child{padding:6px 0;font-size:270%;font-family:"industrial736_btroman",Garamond,"Hoefler Text",Times New Roman,Times,serif}.nav_secondary ul ul li.selected>a:first-child{background:#000;color:#fff}.nav_secondary ul ul a{text-transform:uppercase}.nav_secondary ul ul ul a{padding-left:20px}.nav_secondary ul ul ul ul a{padding-left:30px}.content{padding:0}.content blockquote{position:relative;width:90%;margin:0 auto 30px;padding:10px 40px;font-style:italic}.content blockquote:last-child{margin-bottom:0}.content blockquote:before{position:absolute;display:block;left:-20px;top:-20px;content:"â€œ";font-family:"industrial736_btroman",Garamond,"Hoefler Text",Times New Roman,Times,serif;font-size:650%}.content blockquote:after{position:absolute;display:block;right:18px;bottom:-60px;content:"â€";font-family:"industrial736_btroman",Garamond,"Hoefler Text",Times New Roman,Times,serif;font-size:650%}.content blockquote cite{display:block;margin:15px 0 0;font-style:normal;font-weight:bold}#instafeed{max-height:450px;overflow:hidden;margin-bottom:60px}.table_res{width:100%;margin:20px 0;font-size:93%;text-transform:uppercase}.table_res thead td{font-weight:bold}.table_res td{padding:10px 5px;text-align:center;border-right:4px solid #fff;background:#f4f4f4}.table_res tr td:nth-child(1){padding-right:12px;text-align:right;background:#fff}.table_res tr td:nth-child(1) .hotel_brand{float:right;margin-right:-10px}.table_res tr td:last-child{border:none}.toggleFeet,.toggleMetres{color:#888}.toggleFeet.active,.toggleMetres.active{color:#222;cursor:default}.promotions .full_image{max-height:500px}.hotel_rates{width:90%;margin:0 auto;text-align:left}.hotel_rates tr td:nth-child(3n){text-transform:lowercase}.room_info{width:100%;margin:7px 0 0 0}.room_info td{padding:0;line-height:1.75em}.room_info tr td:nth-child(odd){width:40%;text-transform:uppercase;font-weight:bold}.room_info tr td:nth-child(even){width:60%}.booking_panel_row .container{position:relative}.booking_panel{top:0!important}.booking_panel_room{top:108px!important}.gallery .container{overflow:hidden;position:relative}.hotel_gallery_slider{position:static!important}.hotel_gallery_slider article{margin-top:60px}.gallery{}.gallery h3{margin:0;font-size:153.9%}.gallery a{float:left;width:100%;height:auto}.slider_gallery_nav ul{margin:0 15px}.slider_gallery_nav .slide_prev,.slider_gallery_nav .slide_next{top:0!important;width:auto;height:auto;margin:0;padding:7px 5px;font-size:123%;line-height:normal}.slider_gallery_nav .slide_prev{left:0}.slider_gallery_nav .slide_next{right:0}.gallery_no_cats .slide_prev,.gallery_no_cats .slide_next,.gallery_no_cats .slider_gallery_nav{display:none}.map_destination{height:400px}.nav_attractions,.nav_attractions ul,.nav_attractions a{width:100%}.nav_attractions li{width:50%!important}.nav_attractions a{padding:0 5% 0 0}.attractions,.attractions article{float:left;width:100%}.attractions article{display:none;margin:30px 0 0 0}.paginator_wrap_outer{float:left;position:relative;overflow:hidden;margin:0 0 0 15px;width:0;max-height:40px}.paginator_wrap_inner{position:relative;overflow:hidden;width:9000px}.paginator_wrap_inner a,.paginator_wrap_inner .minor_first{width:60px;height:40px;padding:12px 10px 8px 10px;text-align:center;background-image:url(../../images/timeline_major.png);background-position:center bottom;background-repeat:no-repeat}.paginator_wrap_inner .minor{padding-top:0;background-image:url(../../images/timeline_minor.png)}.paginator_wrap_inner .minor_first{background-image:url(../../images/timeline_major.png)}.paginator_wrap_inner ul li:first-child a{background-position:left bottom}.paginator_wrap_inner ul li:last-child a{background-position:right bottom}.paginator_wrap_inner a span{display:block;height:12px;font-size:77%}.paginator_wrap_inner .cycle-pager-active a{font-size:116%}.slider_history_nav .paginator_left,.slider_history_nav .paginator_right{margin:19px 0 0 0;padding:5px;font-size:123%}.slider_history_nav .paginator_right{float:right}.paginator_slider{float:left;clear:left;position:relative;margin:5px 0 5px 68px;height:4px;background:#fff}.paginator_slider .ui-slider-handle{position:absolute;left:-1000px;padding:0;margin:0;top:-4px;width:8px;height:12px;background:#999}.reviews_list{}.reviews_list h3{min-height:66px;padding:0 0 0 65px}.reviews_list h3 span.social_link{margin:8px 0 0 -65px}.nav_sitemap,.nav_sitemap ul,.nav_sitemap li,.nav_sitemap a{width:100%}.nav_sitemap ul a{margin:0 0 4px 0;padding:7px 1%;background:#d4d4d4}.nav_sitemap ul ul a{padding-left:2%;background:#e4e4e4}.nav_sitemap ul ul ul a{padding-left:4%;background:#f4f4f4}.nav_sitemap ul ul ul ul a{padding-left:6%;background:#fff}.nav_sitemap ul ul ul ul ul a{padding-left:8%}.page_search{}.page_search .textbox{float:left;width:45%;margin:0 20px 0 0}.page_search .button{margin-top:-2px}.page_search iframe{width:100%}.blog{}.blog article,.blog_aside_section{float:left;clear:left;width:100%;margin:0 0 40px 0}.blog_text,.blog_meta{float:left;width:100%;margin:10px 0 0 0}.blog_aside .blog_aside_section:last-child{margin:0}footer{font-size:93%;clear:both;padding:10px 0}.nav_foot{width:100%}.nav_foot ul{}.nav_foot li{margin:0 0 10px}.nav_foot a{text-transform:uppercase;font-size:93%;padding:0 6px 0 0;margin:0 6px 0 0;border-right:1px solid #000}.nav_foot li:last-child a{border-right:none}footer address{float:left}.logo_footer{float:left;margin:1px 5px 0 0;width:130px;height:15px;background:url(../../images/logo_collection_footer.png) no-repeat;text-indent:-9999px}footer .nav_social_links{float:right;margin:-5px 0 0 0}.nav_social_links h4,footer .nav_social_links ul{float:right;clear:both}.nav_social_links h4{margin:0 0 5px 0;padding:0 5px;font-size:131%;text-transform:uppercase;border-bottom:1px solid #000}.nav_social_links h4 a{padding:0}footer .nav_social_links ul{width:78px}footer .nav_social_links ul a{font-size:108%}footer .nav_social_links li:nth-child(2n+1) a{margin-right:2px}.user_message{position:fixed;bottom:0;z-index:1000;padding:5px 0}.user_message .button{float:right;margin:5px 0 0 0}.user_message p{margin:0}.cookie_message{display:none}.festive .mobile-sticky{height:0}.festive .swiper-container{z-index:999;margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0;-webkit-transform:translate3d(0,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0;-moz-transform:translate3d(0,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0;-o-transition-timing-function:ease;-o-transform:translate(0,0);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0;-ms-transform:translate3d(0,0,0);-ms-transition-timing-function:ease;transition-property:transform,left,top;transition-duration:0;transform:translate3d(0,0,0);transition-timing-function:ease}.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{float:left}.swiper-wp8-horizontal{-ms-touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px}


.habitaciones {
	position: relative;
	margin: 0px 0px 20px;
}

.habitaciones-image {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
	cursor:pointer;
}

.habitaciones-image img {
    width: 100%;
    display: block;
    
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.habitaciones-image:hover img {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}



.habitaciones-image:hover .link-overlay { background: rgba(20,22,23,0.6);}

.habitaciones-image:hover  .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}


.habitaciones p { margin: 0;
text-align:left; 
}

.reservar { background-color:#b1b0b0; 
			text-align:right; 
			padding:10px; 
			font-size:14px; 
			color:#fff; 
			font-weight:bold; 
}

.reservar a {  
			color:#fff; 
			font-weight:bold; 
}



























/*-----------------SLIDER--------------------------------*/




@media screen and (min-width: 0px) and (max-width: 480px) {
  .header_image_tag, .slide_next, .slide_prev.header_image_prev { display: none!important; height: 0; }  /* show it on small screens */
}

.header_image_nav a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 20px;
    height: 10px;
    margin: 0 5px 0 0;
    opacity: 0.3;
    transition: all 0.2s linear 0s;
    width: 10px;
    padding: 0;
}

.header_image_tag {
    position: absolute;
    top: 65%;
    z-index: 30;
    right: 60px;
    color: #fff;
    text-align: right;
}
.header_image_tag a {
    color: #fff;
}
.header_image_tag a:hover {
    color: #ddd;
}
.header_image_tag h2 {
    float: right;
    color: #fff;
    font-family: georgia;
    font-size: 520%;
    line-height: 1em;
    margin: 0;
}
.header_image_tag span {
    float: right;
    clear: both;
    margin: 15px 5px 0 0;
    font-size: 123.1%;
    text-transform: uppercase;
}
.header_image_nav {
    float: right;
    clear: left;
    margin: 10px 0 -10px 0;
}
.header_image_nav a {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    border-radius: 20px;
    background: #fff;
    opacity: .3;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.header_image_nav a:hover, .header_image_nav .cycle-pager-active {
    opacity: .6;
}
.header_image_tag {
    top: 60%;
    left: 0;
    right: inherit;
    text-align: left;
    padding: 20px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
.header_image_tag h2 {
    float: left;
    font-size: 300%}
.header_image_tag span {
    float: left;
}
.b-titlebar {
	margin-top: 0px;
}

.slider, .slider_fullwidth {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%}
.slider_fullwidth .container {
    position: relative;
}
.slider_fullwidth article {
    width: 100%;
    margin: 0 auto;
}
.slide_prev, .slide_next {
    position: absolute;
    z-index: 200;
    top: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 0;
    line-height: 68px;
    color: #333!important;
    font-size: 350%;
    text-shadow: 0 0 3px #fff;
}
.slide_prev {
    left: -30px;
    text-align: right;
}
.slide_next {
    right: 0px;
}
.slider_images .container {
    overflow: hidden;
}
.slider_images .slide_prev, .slider_images .slide_next {
    top: 30%;
    font-size: 300%;
    color: #666!important;
    background: rgba(255, 255, 255, .9);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    text-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slider_features.slider_images .slide_prev, .slider_features.slider_images .slide_next {
    top: 50%}
.slider_images .slide_prev {
    left: -35px;
}
.slider_images .slide_next {
    right: -35px;
}
.slider_title .slide_prev, .slider_title .slide_next {
    top: -58px;
}
   

@media(min-width:1200px) {
   









.mag_contact {
    border-left: 1px solid #000;
    word-wrap: break-word;
}
.span4 .mag_contact:nth-child(2n), .span4 .mag_featured:nth-child(2n) {
    margin: 20px 0 0 0;
}



.page_header, .header_image, .header_image_placeholder, .header_image .item, .header_image img {
    width: 100%;
    height: auto;
}
.page_header {
    position: relative;
    overflow: hidden;
    max-height: 700px;
	background-color: #f2ebd6;
}
.page_home .page_header, .page_hotel_home .page_header {
    max-height: 700px;
}
.page_header .slide_prev, .page_header .slide_next {
    color: #fff!important;
    text-shadow: 0 0 3px #000;
    xdisplay: none;
}
.page_header .slide_prev {
    left: 15px;
}
.page_header .slide_next {
    right: 15px;
}
.header_image_placeholder {
    visibility: hidden;
}
.header_image {
    overflow: hidden;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
}
.header_image .item, .header_image .item_first .header_image_tag {
    display: none;
}
.header_image .item_first {
    display: block;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-state-disabled {
    cursor: default!important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
}
.ui-datepicker {
    width: 17em;
    padding: 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 5px 0 6px 0;
}
.ui-datepicker .ui-datepicker-group-first .ui-datepicker-header {
    border-right: 1px solid #e4e4e4;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    color: #fff;
    font-size: 189%;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    right: 0;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    color: #ddd;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -15px;
    text-indent: 0;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: -12px;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    font-size: 123.1%;
    text-align: center;
}
.ui-datepicker table {
    width: 100%;
    height: 215px;
    border-collapse: collapse;
}
.ui-datepicker th {
    padding: .7em .3em;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker-calendar tbody tr td:last-child {
    padding-right: 10px;
}
.ui-datepicker-calendar tbody tr:last-child td {
    padding-bottom: 6px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 5px;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker-calendar a.ui-state-hover {
    background: #ddd;
    color: #000;
}
.ui-datepicker-calendar .ui-datepicker-today a, .ui-datepicker-calendar .ui-datepicker-today span {
    padding: 4px;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
}
.ui-datepicker-calendar a.ui-state-active {
    background: #000;
    color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-unselectable span {
    color: #ddd;
}
.booking_overlay_cal .ui-datepicker-calendar .ui-datepicker-unselectable span {
    color: #aaa;
}
.ui-datepicker.ui-datepicker-multi {
    width: 100%!important;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
    width: 50%}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-top: none;
}
.ui-datepicker-multi .ui-datepicker-group-last table {
    border-left: none;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.nav_tools {
    position: fixed;
    top: 162px;
    right: 0;
    z-index: 800;
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.nav_tools:hover, .touch .nav_tools {
    opacity: 1;
}
.nav_tools ul {
}
.nav_tools li {
    clear: left;
    margin: 0 0 1px 1px;
}
.nav_tools a, .nav_tools .nav_tools_search ul {
    width: 38px;
    height: 38px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 28px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    transition: background .2s linear;
}
.nav_tools a:hover, .nav_tools a.selected {
    background: rgba(0, 0, 0, 1);
}
.nav_tools a.inactive {
    color: #bbb;
}
.nav_tools a.inactive:hover {
    background: rgba(0, 0, 0, .8);
}
.nav_tools a i {
    font-size: 123.2%}
.nav_tools a .icon-email, .nav_tools a .icon-chat {
    font-size: 116%}
.nav_tools .nav_tools_more a:first-child {
    position: relative;
    z-index: 10;
}
.nav_tools ul ul {
    position: absolute;
    left: 40px;
    z-index: 1;
}
.nav_tools ul ul li {
    clear: none;
}
.nav_tools .nav_tools_share ul {
    width: 117px;
}
.nav_tools .nav_tools_search ul {
    width: 200px;
}
.nav_tools .nav_tools_search ul li {
    margin: 0;
}
.nav_tools .nav_tools_search .textbox {
    width: 190px;
    height: 30px;
    margin: 5px;
}
.gsc-completion-container {
    position: fixed!important;
}
.nav_tools_chat, .nav_tools_chat img {
    display: none;
}
.content_aside {
    padding: 18px 70px 20px 0;
}
.nav_secondary, .nav_secondary ul, .nav_secondary li, .nav_secondary a {
    width: 100%}
.nav_secondary {
}
.nav_secondary ul {
}
.nav_secondary li {
}
.nav_secondary a {
    margin: 0 0 5px 0;
    padding: 5px 10px;
}
.nav_secondary>ul>li.selected>a:first-child {
    padding: 6px 0;
    font-size: 270%;
    font-family: "industrial736_btroman", Garamond, "Hoefler Text", Times New Roman, Times, serif;
}
.nav_secondary ul ul li.selected>a:first-child {
    background: #000;
    color: #fff;
}
.nav_secondary ul ul a {
    text-transform: uppercase;
}
.nav_secondary ul ul ul a {
    padding-left: 20px;
}
.nav_secondary ul ul ul ul a {
    padding-left: 30px;
}
.content {
}
.content blockquote {
    position: relative;
    width: 90%;
    margin: 0 auto 30px;
    padding: 10px 40px;
    font-style: italic;
}
.content blockquote:last-child {
    margin-bottom: 0;
}
.content blockquote:before {
    position: absolute;
    display: block;
    left: -20px;
    top: -20px;
    content: "“";
    font-family: "industrial736_btroman", Garamond, "Hoefler Text", Times New Roman, Times, serif;
    font-size: 650%}
.content blockquote:after {
    position: absolute;
    display: block;
    right: 18px;
    bottom: -60px;
    content: "”";
    font-family: "industrial736_btroman", Garamond, "Hoefler Text", Times New Roman, Times, serif;
    font-size: 650%}
.content blockquote cite {
    display: block;
    margin: 15px 0 0;
    font-style: normal;
    font-weight: bold;
}
#instafeed {
    max-height: 450px;
    overflow: hidden;
    margin-bottom: 60px;
}
.table_res {
    width: 100%;
    margin: 20px 0;
    font-size: 93%;
    text-transform: uppercase;
}
.table_res thead td {
    font-weight: bold;
}
.table_res td {
    padding: 10px 5px;
    text-align: center;
    border-right: 4px solid #fff;
    background: #f4f4f4;
}
.table_res tr td:nth-child(1) {
    padding-right: 12px;
    text-align: right;
    background: #fff;
}
.table_res tr td:nth-child(1) .hotel_brand {
    float: right;
    margin-right: -10px;
}
.table_res tr td:last-child {
    border: none;
}
.toggleFeet, .toggleMetres {
    color: #888;
}
.toggleFeet.active, .toggleMetres.active {
    color: #222;
    cursor: default;
}
.promotions .full_image {
    max-height: 500px;
}
.hotel_rates {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.hotel_rates tr td:nth-child(3n) {
    text-transform: lowercase;
}
.room_info {
    width: 100%;
    margin: 7px 0 0 0;
}
.room_info td {
    padding: 0;
    line-height: 1.75em;
}
.room_info tr td:nth-child(odd) {
    width: 40%;
    text-transform: uppercase;
    font-weight: bold;
}
.room_info tr td:nth-child(even) {
    width: 60%}
.booking_panel_row .container {
    position: relative;
}
.booking_panel {
    top: 0!important;
}
.booking_panel_room {
    top: 108px!important;
}
.gallery .container {
    overflow: hidden;
    position: relative;
}
.hotel_gallery_slider {
    position: static!important;
}
.hotel_gallery_slider article {
    margin-top: 60px;
}
.gallery {
}
.gallery h3 {
    margin: 0;
    font-size: 153.9%}
.gallery a {
    float: left;
    width: 100%;
    height: auto;
}
.slider_gallery_nav ul {
    margin: 0 15px;
}
.slider_gallery_nav .slide_prev, .slider_gallery_nav .slide_next {
    top: 0!important;
    width: auto;
    height: auto;
    margin: 0;
    padding: 7px 5px;
    font-size: 123%;
    line-height: normal;
}
.slider_gallery_nav .slide_prev {
    left: 0;
}
.slider_gallery_nav .slide_next {
    right: 0;
}
.gallery_no_cats .slide_prev, .gallery_no_cats .slide_next, .gallery_no_cats .slider_gallery_nav {
    display: none;
}
.map_destination {
    height: 400px;
}
.nav_attractions, .nav_attractions ul, .nav_attractions a {
    width: 100%}
.nav_attractions li {
    width: 50%!important;
}
.nav_attractions a {
    padding: 0 5% 0 0;
}
.attractions, .attractions article {
    float: left;
    width: 100%}
.attractions article {
    display: none;
    margin: 30px 0 0 0;
}
.paginator_wrap_outer {
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 15px;
    width: 0;
    max-height: 40px;
}
.paginator_wrap_inner {
    position: relative;
    overflow: hidden;
    width: 9000px;
}
.paginator_wrap_inner a, .paginator_wrap_inner .minor_first {
    width: 60px;
    height: 40px;
    padding: 12px 10px 8px 10px;
    text-align: center;
    background-image: url(../../images/timeline_major.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.paginator_wrap_inner .minor {
    padding-top: 0;
    background-image: url(../../images/timeline_minor.png);
}
.paginator_wrap_inner .minor_first {
    background-image: url(../../images/timeline_major.png);
}
.paginator_wrap_inner ul li:first-child a {
    background-position: left bottom;
}
.paginator_wrap_inner ul li:last-child a {
    background-position: right bottom;
}
.paginator_wrap_inner a span {
    display: block;
    height: 12px;
    font-size: 77%}
.paginator_wrap_inner .cycle-pager-active a {
    font-size: 116%}
.slider_history_nav .paginator_left, .slider_history_nav .paginator_right {
    margin: 19px 0 0 0;
    padding: 5px;
    font-size: 123%}
.slider_history_nav .paginator_right {
    float: right;
}
.paginator_slider {
    float: left;
    clear: left;
    position: relative;
    margin: 5px 0 5px 68px;
    height: 4px;
    background: #fff;
}
.paginator_slider .ui-slider-handle {
    position: absolute;
    left: -1000px;
    padding: 0;
    margin: 0;
    top: -4px;
    width: 8px;
    height: 12px;
    background: #999;
}
.reviews_list {
}
.reviews_list h3 {
    min-height: 66px;
    padding: 0 0 0 65px;
}
.reviews_list h3 span.social_link {
    margin: 8px 0 0 -65px;
}
.nav_sitemap, .nav_sitemap ul, .nav_sitemap li, .nav_sitemap a {
    width: 100%}
.nav_sitemap ul a {
    margin: 0 0 4px 0;
    padding: 7px 1%;
    background: #d4d4d4;
}
.nav_sitemap ul ul a {
    padding-left: 2%;
    background: #e4e4e4;
}
.nav_sitemap ul ul ul a {
    padding-left: 4%;
    background: #f4f4f4;
}
.nav_sitemap ul ul ul ul a {
    padding-left: 6%;
    background: #fff;
}
.nav_sitemap ul ul ul ul ul a {
    padding-left: 8%}
.page_search {
}
.page_search .textbox {
    float: left;
    width: 45%;
    margin: 0 20px 0 0;
}
.page_search .button {
    margin-top: -2px;
}
.page_search iframe {
    width: 100%}
.blog {
}
.blog article, .blog_aside_section {
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 40px 0;
}
.blog_text, .blog_meta {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.blog_aside .blog_aside_section:last-child {
    margin: 0;
}
footer {
    font-size: 93%;
    clear: both;
    padding: 10px 0;
}
.nav_foot {
    width: 100%}
.nav_foot ul {
}
.nav_foot li {
    margin: 0 0 10px;
}
.nav_foot a {
    text-transform: uppercase;
    font-size: 93%;
    padding: 0 6px 0 0;
    margin: 0 6px 0 0;
    border-right: 1px solid #000;
}
.nav_foot li:last-child a {
    border-right: none;
}
footer address {
    float: left;
}
.logo_footer {
    float: left;
    margin: 1px 5px 0 0;
    width: 130px;
    height: 15px;
    background: url(../../images/logo_collection_footer.png) no-repeat;
    text-indent: -9999px;
}
footer .nav_social_links {
    float: right;
    margin: -5px 0 0 0;
}
.nav_social_links h4, footer .nav_social_links ul {
    float: right;
    clear: both;
}
.nav_social_links h4 {
    margin: 0 0 5px 0;
    padding: 0 5px;
    font-size: 131%;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}
.nav_social_links h4 a {
    padding: 0;
}
footer .nav_social_links ul {
    width: 78px;
}
footer .nav_social_links ul a {
    font-size: 108%}
footer .nav_social_links li:nth-child(2n+1) a {
    margin-right: 2px;
}
.user_message {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    padding: 5px 0;
}
.user_message .button {
    float: right;
    margin: 5px 0 0 0;
}
.user_message p {
    margin: 0;
}
.cookie_message {
    display: none;
}
.festive .mobile-sticky {
    height: 0;
}
.festive .swiper-container {
    z-index: 999;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0;
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0;
    -o-transition-timing-function: ease;
    -o-transform: translate(0, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0;
    -ms-transform: translate3d(0, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0;
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease;
}
.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-container {
    max-width: 100%;
    height: 50px;
    color: #fff;
    text-align: center;
}
.park-lane {
    background: #7c51a1;
}
.thedorchester {
    background: #a7a9ac;
}
.the-beverly-hills-hotel {
    background: #fabfc0;
}
.hotel-eden {
    background: #00631d;
}
.le-richemond {
    background: #d91965;
}
.hotel-principe-di-savoia {
    background: #0091d5;
}
.le-meurice {
    background: #8faa93;
}
.hotel-plaza-athenee {
    background: #e3173e;
}
.coworth-park {
    background: #f58220;
}
.hotel-bel-air {
    background: #80a1b6;
}
.swiper-slide .title {
}
.swiper-slide .title a {
    color: #fff;
    display: block;
    height: 100%;
    padding: 10px 10px;
    width: 100%}
.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: .8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}
.festive .mag h1:after {
    border-bottom: none;
    content: ""}
.festive .mag h3:after {
    border-bottom: none;
}
.festive .festive-container {
    margin-bottom: 40px;
    padding: 0 20px;
}
.festive .swiper-container {
    display: none;
}
.festive .swiper-container .icon-angle-left, .swiper-container .icon-angle-right {
    top: 0;
    z-index: 99999999;
    position: absolute;
    left: -7px;
    font-size: 210%!important;
    opacity: .7;
    color: #000;
}
.festive .swiper-container .icon-angle-right {
    left: auto;
    right: -7px;
}
.festive-hotel-nav {
    float: left;
    margin: 0 0 40px 0;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .9);
    top: 62px;
    z-index: 899;
    max-width: 1170px;
}
.festive-hotel-nav ul {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.festive-hotel-nav li {
    display: inline-block;
    margin: 0 2px 4px 0;
}
.festive-hotel-nav a {
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    min-width: 200px;
}
.festive-hotel-nav .stuck {
    border: 1px solid green;
}
.festive-hotel-nav ._\34 5-park-lane {
    border: 1px solid #7c51a1;
    color: #7c51a1;
}
.festive-hotel-nav ._\34 5-park-lane:hover, .festive-hotel-nav .active_45-park-lane {
    border: 1px solid #7c51a1;
    background: #7c51a1;
    color: #fff;
}
.festive-hotel-nav ._thedorchester {
    border: 1px solid #a7a9ac;
    color: #a7a9ac;
}
.festive-hotel-nav ._thedorchester:hover, .festive-hotel-nav .active_thedorchester {
    border: 1px solid #a7a9ac;
    background: #a7a9ac;
    color: #fff;
}
.festive-hotel-nav ._the-beverly-hills-hotel {
    border: 1px solid #fabfc0;
    color: #fabfc0;
}
.festive-hotel-nav ._the-beverly-hills-hotel:hover, .festive-hotel-nav .active_the-beverly-hills-hotel {
    border: 1px solid #fabfc0;
    background: #fabfc0;
    color: #fff;
}
.festive-hotel-nav ._hotel-eden {
    border: 1px solid #00631d;
    color: #00631d;
}
.festive-hotel-nav ._hotel-eden:hover, .festive-hotel-nav .active_hotel-eden {
    border: 1px solid #00631d;
    background: #00631d;
    color: #fff;
}
.festive-hotel-nav ._le-meurice {
    border: 1px solid #8faa93;
    color: #8faa93;
}
.festive-hotel-nav ._le-meurice:hover, .festive-hotel-nav .active_le-meurice {
    border: 1px solid #8faa93;
    background: #8faa93;
    color: #fff;
}
.festive-hotel-nav ._hotel-plaza-athenee {
    border: 1px solid #e3173e;
    color: #e3173e;
}
.festive-hotel-nav ._hotel-plaza-athenee:hover, .festive-hotel-nav .active_hotel-plaza-athenee {
    border: 1px solid #e3173e;
    background: #e3173e;
    color: #fff;
}
.festive-hotel-nav ._coworth-park {
    border: 1px solid #f58220;
    color: #f58220;
}
.festive-hotel-nav ._coworth-park:hover, .festive-hotel-nav .active_coworth-park {
    border: 1px solid #f58220;
    background: #f58220;
    color: #fff;
}
.festive-hotel-nav ._hotel-bel-air {
    border: 1px solid #80a1b6;
    color: #80a1b6;
}
.festive-hotel-nav ._hotel-bel-air:hover, .festive-hotel-nav .active_hotel-bel-air {
    border: 1px solid #80a1b6;
    background: #80a1b6;
    color: #fff;
}
.festive-hotel-nav ._le-richemond {
    border: 1px solid #d91965;
    color: #d91965;
}
.festive-hotel-nav ._le-richemond:hover, .festive-hotel-nav .active_le-richemond {
    border: 1px solid #d91965;
    background: #d91965;
    color: #fff;
}
.festive-hotel-nav ._hotel-principe-di-savoia {
    border: 1px solid #0091d5;
    color: #0091d5;
}
.festive-hotel-nav ._hotel-principe-di-savoia:hover, .festive-hotel-nav .active_hotel-principe-di-savoia {
    border: 1px solid #0091d5;
    background: #0091d5;
    color: #fff;
}
.festive_events_more, .festive_top_more, .festive_after_more {
    display: none;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
#colorbox, .cboxIframe, #cboxLoadedContent, #cboxLoadingOverlay, .dialog_body {
    background: #fff;
    color: #000;
}
#cboxOverlay {
    background: #000;
}
#colorbox {
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .8);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .8);
}
#cboxContent {
    margin-top: 25px;
    overflow: visible;
}
.cboxIframe {
}
#cboxError {
    padding: 50px;
}
#cboxLoadedContent {
    padding: 10px 20px;
}
#cboxLoadingGraphic {
    background: url(/Assets/images/loading.png) no-repeat center center;
}
#cboxLoadingOverlay {
}
#cboxTitle {
    position: absolute;
    top: -18px;
    left: 20px;
}
#cboxCurrent {
    position: absolute;
    top: -15px;
    right: 82px;
    font-size: 77%}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
    position: absolute;
    top: -21px;
    padding: 0;
    opacity: .8;
    font-size: 123.1%;
    text-align: center;
    background: none;
    border: none;
}
#cboxSlideshow:hover, #cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover {
    opacity: 1;
}
#cboxPrevious {
    right: 55px;
}
#cboxNext {
    right: 40px;
}
#cboxClose {
    right: 17px;
}
#colorbox.colorbox_gallery, .colorbox_gallery #cboxLoadingOverlay, .colorbox_gallery #cboxLoadedContent {
    background: none!important;
}
#colorbox.colorbox_gallery {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.colorbox_gallery #cboxSlideshow, .colorbox_gallery #cboxPrevious, .colorbox_gallery #cboxNext, .colorbox_gallery #cboxClose, .colorbox_gallery #cboxTitle, .colorbox_gallery #cboxCurrent {
    color: #fff;
}
.colorbox_inline #cboxLoadedContent {
    padding-top: 0;
}
.colorbox_inline .button {
    width: 35%}
#cboxOverlay.colorbox_booking_panel {
    z-index: 900;
}
#colorbox.colorbox_booking_panel {
    display: none!important;
}
@media(min-width:1300px) {
    .header_image_tag {
    top: 55%}
.header_image img, .img_res img {
   }
.full_image_twittermap img, .full_image_hotspots img {
    margin-top: 0;
}
}

@media(min-width:1600px) {
}
@media(max-width:1200px) {
.slider_images .slide_prev, .slider_images .slide_next {
top: 27%}
	
.logo {
    margin-right: 15px;
}
.nav_primary {
    max-height: 62px;
    max-width: 538px;
    overflow: hidden;
}
.nav_primary a {
    padding-left: 5px;
    padding-right: 5px;
}
.user_drop_down {
    border: none;
    padding: 0;
}
.user_drop_down .user_drop_down_content {
    left: -190px;
}
.nav_lang span {
    display: none;
}
.nav_hotels {
    width: 680px;
    margin-top: 5px;
}
.nav_hotels a {
    padding: 5px;
    margin: 0 10px 0 0;
}
.booking_overlay, .page_hotel .booking_overlay {
    width: 100%}
.img_overlay_reveal .img_overlay {
    bottom: -75%}


}

@media(max-width:980px) {
	
	.slide_prev, .slide_next {
    position: absolute;
    z-index: 200;
    top: 30%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 0;
    line-height: 68px;
    color: #333!important;
    font-size: 350%;
    text-shadow: 0 0 3px #fff;
}
	
    .slider_images .slide_prev, .slider_images .slide_next {
    top: 21%}

.full_image .img_res {
    margin: 0!important;
    -webkit-transform: translate(0, 0)!important;
    -moz-transform: translate(0, 0)!important;
    -ms-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important;
    -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;

    -ms-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
}
.nav_lang [class^="icon-"] {
    display: none;
}
.nav_lang>ul>li>a>.flag {
    margin-right: 0;
}
.nav_hotels {
    width: 464px;
}
.booking_dropdown {
    width: 724px;
}
.header_image_tag {
    font-size: 85%}
.booking_overlay h4 {
    display: none;
}
.booking_overlay .hotels {
    width: 116px;
}
.booking_overlay .textbox {
    width: 106px;
}
.img_overlay_reveal .img_overlay {
    bottom: -70%;
    padding: 5px;
    font-size: 85%}
.img_overlay_reveal table, .img_overlay_reveal h3 i {
    display: none;
}
.nav_primary, .nav_hotels {
    display: none;
}
.nav_mob_button {
    display: block;
}
.nav_mobile {
    position: absolute;
    top: 62px;
    width: 104%;
    max-height: none;
    max-width: none;
    overflow: visible;
    margin: 0 0 0 -2%;
    background: #fff;
    display: none;
}
.nav_mobile ul, .nav_mobile li.nav_mob_link_book, .nav_mobile a {
    width: 100%}
.nav_mobile li {
    width: 50%;
    min-height: 1px;
}
.nav_mobile a {
    padding: 10px;
    color: #000;
    border: none;
}
.nav_mobile a:hover, .nav_mobile li.selected>a:first-child {
    color: #777;
    border: none;
}
.nav_mobile .nav_mob_link_lang>a:first-child {
    display: none;
}
.nav_mobile .nav_mob_link_lang li {
    width: auto;
}
.nav_mobile .user_drop_down {
    display: none;
}
}

@media(min-width:768px)and (max-width:980px) {
	
	
	
	
    .nav_primary li: nth-last-child(-n+4) {
    display: none;
}
.mag .button, .half_block .button {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%}
.mag.full_image .button {
    margin: 40px 33% 0;
    width: 34%}
.table_res {
    font-size: 85%}
.table_res td {
    padding: 2px 1px;
}
.mag_contact h2 {
    font-size: 500%}
}@media(max-width:767px) {
    .slide_prev, .slide_next {
    margin: -25px 0 0 0!important;
    font-size: 250%!important;
}
.half_block h1 {
    font-size: 25px!important;
}
.slide_next {
    right: 0!important;
}
.slide_prev {
    left: 0!important;
}
.hidden-phone, .nav_tools, .blog_tags {
    display: none!important;
}
body {
    padding: 0;
    min-width: 320px;
}
.nav_wrapper, .nav_hotels_wrapper, .booking_overlay_wrapper, .nav_bread, footer {
    padding-left: 2%;
    padding-right: 2%;
    width: 100%}
.nav_destinations_mobile {
    top: 100px;
    position: fixed;
}
.nav_destinations_mobile .nav_destinations {
    margin: 5px;
}
.nav_destinations>ul>li>a, .nav_destinations_mobile i, .nav_destinations_mobile em {
    display: none;
}
.nav_hotels {
    width: 100%;
    margin-top: 0;
}
.page_header .slide_prev {
    left: -30px;
}
.page_header .slide_next {
    right: -30px;
}
.header_image_tag {
    font-size: 69%}
.header_image_tag span {
    display: none;
}
.booking_dropdown, .booking_overlay {
    width: 310px;
}
.booking_options, .booking_dropdown .hotels, .booking_dropdown .nights, .booking_dropdown .people {
    border: none;
}
.booking_options {
    padding-top: 25px;
}
.booking_dropdown .hotels, .booking_dropdown .nights, .booking_dropdown .people, .booking_calendar_wrap .error, .booking_calendar_wrap .button {
    margin: 0;
}
.booking_dropdown .booking_cal {
    margin: -30px 0 0 0;
}
.booking_dropdown .ui-datepicker {
    width: 100%}
.booking_dropdown_close {
    right: 10px;
    top: -3px;
}
.booking_overlay .textbox, .booking_overlay .rooms, .booking_overlay .adults, .booking_overlay .icon_cal, .booking_dropdown h4, .booking_dropdown .nights, .booking_dropdown .people, .booking_dropdown .promo, .booking_dropdown .iata {
    display: none!important;
}
.page_hotel .booking_overlay {
    width: 180px;
}
.page_hotel .booking_overlay .button {
    min-width: 180px;
}
.form_wrapper .form, .form .textbox, .form select {
    width: 100%!important;
    margin: 0!important;
}
.form .multi_input select, .form .multi_input .textbox {
    width: 49%!important;
}
.form .multi_input select {

    margin: 0 2% 0 0!important;
}
.mag {
    padding: 20px 0;
}
.mag h2.hl:after {
    width: 70%;
    margin: 0 15%}
.mag_text.border_double_white {
    width: 98%;
    margin: 0 0 0 1%}
.mag_text, .form_wrapper {
    padding: 20px!important;
}
.img_overlay_reveal .img_overlay {
    bottom: -89%}
.mag_contact {
    margin-top: 20px;
    border: none;
}
.multiple_blocks_spaced [class*="span"] {
    padding: 0 0 20px 0!important;
    width: 100%!important;
}
.multiple_blocks_spaced .span2 {
    padding: 0 1% 20px 1%!important;
    width: 33%!important;
}
.multiple_blocks_spaced div.span2:nth-of-type(3n+4) {
    clear: left;
}
.full_image .button, .full_text .button {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%}
.full_title {
    margin-bottom: .8em;
}
.slider, .slider_fullwidth, .slider_images .container {
    overflow: visible;
}
.slider_images .slide_prev, .slider_images .slide_next, .slider_title .slide_prev, .slider_title .slide_next {
    top: -46px;
    background: none;
}

}

@media(max-width:600px) {
    .user_drop_down {
    display: none;
}
.header_image, .header_image_placeholder {
    width: 200%;
    max-width: 200%;
    margin: 0 0 0 -50%}
.header_image_tag {
    display: none!important;
}
.tooltipster-twittermap {
    display: none;
}
.mag_text, .form_wrapper {
    padding: 10px!important;
}
.img_overlay_reveal .img_overlay {
    bottom: -85%}
.columns_text [class*="span"]:first-child .mag_text .mag_text {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
.content_aside, .content {
    padding: 20px 10px;
}
.mag_connect .nav_social_links ul {
    width: 180px;
}
.mag_connect .nav_social_links a {
    margin-bottom: 10px;
}
.mag_connect .nav_social_links li:nth-child(3) a {
    margin-right: 0;
}
.mag_connect .nav_social_links li:last-child a {
    margin-bottom: 30px;
}


