html {
	direction: ltr;
	overflow-x: hidden;
	box-shadow: none !important;
}

body {
	background-color: #FFF;
	color: #777;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
	line-height: 32px;
	margin: 0;
  font-weight:300;
}

body a {
	outline: none !important;
}

li {
	line-height: 24px;
}

/* Responsive */
@media (max-width: 479px) {
	body { font-size: 17px;
	}
}
/* Header */
#header {
	position: relative;
	z-index: 100;
}

#header .header-body {
	background: #FFF;
	border-top: 5px solid #EDEDED;
	border-bottom: 1px solid transparent;
	padding: 8px 0;
	-webkit-transition: min-height 0.3s ease;
	-moz-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
	z-index: 1001;
	min-height: 125px;
}

#header .container {
	position: relative;
}

#header .header-container {
	position: relative;
	display: table;
}

#header .header-top {
	background-color: #f4f4f4;
	border-bottom: 1px solid #ededed;
	margin-top: -13px;
	padding: 8px 0;
	position: relative;
	z-index: 4;
}

#header .header-top::after {
	clear: both;
	content: "";
	display: table;
}

#header .header-top p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	line-height: 37px;
	float: left;
}

#header .header-top p .fa, #header .header-top p .icons {
	position: relative;
	top: 1px;
}

#header .header-top .header-search {
	float: right;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 0;
}

#header .header-top .header-nav-top {
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
}

#header .header-top .header-social-icons {
	margin-top: 3px;
}

#header .header-top.header-top-colored {
	margin-top: -13px;
	border-top: 5px solid #CCC;
	border-bottom: 0;
	color: #FFF;
}

#header .header-top.header-top-colored p, #header .header-top.header-top-colored a, #header .header-top.header-top-colored span {
	color: #FFF;
}

#header .header-top.header-top-colored .form-control {
	border: 0;
}

#header .header-top.header-top-style-2 {
	background: #f6f6f6;
	margin-top: -16px;
}

#header .header-top.header-top-style-3 {
	margin-top: -16px;
	margin-bottom: 10px;
}

#header .header-top.header-top-style-4 {
	background: #E4E6ED;
	margin-top: -16px;
	margin-bottom: 10px;
	border-bottom: 0;
}

#header .header-row {
	display: table-row;
	clear: both;
}

#header .header-column {
	display: table-cell;
	vertical-align: middle;
}

#header .header-column .row {
	margin: 0;
}

#header .header-column .header-row {
	display: block;
	clear: right;
}

#header .header-column .header-extra-info {
	list-style: outside none none;
	margin: 24px 0 0;
	padding: 0;
	float: right;
}

#header .header-column .header-extra-info li {
	display: inline-block;
	margin-left: 25px;
}

#header .header-column .header-extra-info li .feature-box small {
	position: relative;
	top: -4px;
}

#header .header-column.header-column-valign-top {
	vertical-align: top;
}

#header .header-column.header-column-valign-bottom {
	vertical-align: bottom;
}

#header .header-column.header-column-center {
	text-align: center;
}

#header .header-column.header-column-center .header-logo {
	width: 100% !important;
	padding: 9px 0;
}

#header .header-logo {
	float: left;
	position: relative;
}

#header .header-logo img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	margin: 15px 15px 15px 0;
	top: 0;
}

#header .header-nav-top {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	color: #999;
	font-size: 0.9em;
	padding: 6px 10px;
	display: inline-block;
}

#header .header-nav-top .nav > li > a .fa, #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span .fa, #header .header-nav-top .nav > li > span .icons {
	margin-right: 3px;
	position: relative;
	top: 1px;
}

#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
	background: #EEE;
}

#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
	border-radius: 4px 4px 0px 0px;
}

#header .header-nav-top .dropdown-menu {
	border-color: #EEE;
	margin-top: -2px;
	border-radius: 4px 0px 4px 4px;
	padding: 0;
}

#header .header-nav-top .dropdown-menu a {
	color: #999;
	padding: 6px 12px;
	font-size: 0.9em;
}

#header .header-nav-top .flag {
	margin-right: 2px;
}

#header .header-search {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

#header .header-search .form-control {
	border-radius: 20px;
	font-size: 0.9em;
	height: 34px;
	margin: 0;
	padding: 6px 12px;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	width: 170px;
}

#header .header-search .btn-default {
	background: transparent;
	border: 0 none;
	color: #CCC;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

#header .header-search .btn-default:hover {
	color: #000;
}

#header .header-social-icons {
	float: right;
	margin: 15px 0 0 10px;
}

#header .header-btn-collapse-nav {
	background: #CCC;
	color: #FFF;
	display: none;
	float: right;
	margin: 10px 0 8px 10px;
}

#header.header-narrow .header-body {
	min-height: 65px;
}

#header.header-narrow .header-logo img {
	margin: 5px 5px 5px 0;
}

#header.header-narrow .header-nav-main {
	margin-bottom: 0;
}

#header.header-no-border-bottom .header-body {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

html:not(.boxed) #header.header-full-width .header-container {
	width: 100%;
}

html #header.header-transparent {
	min-height: 0 !important;
	width: 100%;
	position: absolute;
}

html #header.header-transparent .header-body {
	position: relative;
	top: 0;
	background: rgba(0, 0, 0, 0.60);
	border-top: 0;
	border-bottom: 0;
	box-shadow: none;
}

html #header.header-transparent .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
	opacity: 0;
	border-bottom: 1px solid  rgba(0, 0, 0, 0.05);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

html.sticky-header-enabled #header.header-transparent .header-body {
	position: fixed;
}

html.sticky-header-active #header.header-transparent .header-body {
	border-bottom: 0;
	box-shadow: none;
}

html.sticky-header-active #header.header-transparent .header-body:before {
	opacity: 1;
}

html #header.header-semi-transparent, html #header.header-semi-transparent-light {
	min-height: 0 !important;
	width: 100%;
	position: absolute;
}

html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
	position: relative;
	top: 0;
	background: transparent;
	border-top: 0;
	border-bottom: 0;
	box-shadow: none;
}

html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	border-bottom: 0;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

html.sticky-header-enabled #header.header-semi-transparent .header-body {
	position: fixed;
}

html.sticky-header-active #header.header-semi-transparent .header-body {
	border-bottom: 0;
	box-shadow: none;
}

html.sticky-header-active #header.header-semi-transparent .header-body:before {
	opacity: 0.8;
}

html #header.header-semi-transparent-light .header-body:before {
	opacity: 0.1;
	background: #FFF;
}

html.sticky-header-enabled #header.header-semi-transparent-light .header-body {
	position: fixed;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body {
	border-bottom: 0;
	box-shadow: none;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
	border-bottom: 1px solid #f1f1f1;
	opacity: 0.9;
}

html #header.header-transparent-bottom-border .header-body {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: #e9e9e9;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
	background: transparent !important;
}

/* Header Nav Main */

@media (min-width: 992px) {
  #header .header-nav-main {
		float: right;
		margin: 12px 0 0;
		min-height: 45px;
	}

	#header .header-nav-main nav > ul > li > a {
		border-radius: 4px;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		padding: 10px 13px;
		text-transform: uppercase;
	}

	#header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
		background: transparent;
 	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
		display: none;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		position: absolute;
		font-family: FontAwesome;
		content: "\f0d7";
		font-size: 10px;
		position: absolute;
		top: 9px;
		right: 11px;
	}

	#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
		background: #CCC;
		color: #FFF;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		top: -10000px;
		display: block;
		opacity: 0;
		left: auto;
		border-radius: 0 4px 4px;
		border: 0;
		border-top: 5px solid #CCC;
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		margin: -3px 0 0 0;
		min-width: 200px;
		padding: 5px;
		text-align: left;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		border-bottom: 1px solid #f4f4f4;
		color: #777;
		font-size: 0.9em;
		font-weight: 400;
		padding: 8px 20px 8px 8px;
		position: relative;
		text-transform: none;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #CCC;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		content: " ";
		display: block;
		float: right;
		height: 0;
		margin-right: -10px;
		margin-top: 5px;
		position: absolute;
		right: 15px;
		top: 8px;
		width: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		display: block;
		left: 100%;
		margin-top: -10px;
		margin-left: -1px;
		border-radius: 4px;
		opacity: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		top: 0;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
		padding-bottom: 15px;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		top: auto;
		display: block;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li a {
		padding-right: 8px;
		padding-left: 20px;
	}

	#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
		left: 8px;
		border-width: 5px 5px 5px 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega {
		position: static;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
		border-radius: 4px;
		left: 15px;
		right: 15px;
		width: auto;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
		padding: 20px 30px;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
		color: #333333;
		display: block;
		font-size: 1em;
		font-weight: 600;
		margin-top: 20px;
		padding-bottom: 5px;
		text-transform: uppercase;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
		margin-top: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		border: 0 none;
		border-radius: 4px;
		color: #777;
		display: block;
		font-size: 0.9em;
		font-weight: normal;
		margin: 0 0 0 -8px;
		padding: 3px 8px;
		text-shadow: none;
		text-transform: none;
		text-decoration: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
		background: #f4f4f4;
	}

	#header .header-nav-main.header-nav-main-square {
		margin-bottom: -9px;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li > a {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
		margin-top: 0;
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		border-radius: 0;
	}

	#header .header-nav-main a > .thumb-info-preview {
		position: absolute;
		display: block;
		left: 100%;
		opacity: 0;
		border: 0;
		padding-left: 10px;
		background: transparent;
		overflow: visible;
		margin-top: 15px;
		top: -10000px;
		-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
		transition: transform 0.2s ease-out, opacity 0.2s ease-out;
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
	}

	#header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
		background: #FFF;
		display: block;
		border-radius: 4px;
		border: 0;
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		margin: 0;
		padding: 4px;
		text-align: left;
		width: 190px;
	}

	#header .header-nav-main a > .thumb-info-preview .thumb-info-image {
		transition: all 6s linear 0s;
		width: 182px;
		height: 136px;
		min-height: 0;
	}

	#header .header-nav-main a:hover > .thumb-info-preview {
		transform: translate3d(0, 0, 0);
		top: 0;
		opacity: 1;
		margin-top: -5px;
	}

	#header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
		transform: translate3d(20px, 0, 0);
		right: 100%;
		left: auto;
		padding-left: 0;
		margin-right: 10px;
	}

	#header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav {
		display: block !important;
	}

	#header .header-nav.header-nav-stripe {
		margin-bottom: -9px;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		background: transparent;
		padding: 295px 13px 24px;
		margin: -230px 0 0;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after {
		top: 295px;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a {
		color: #fafafa;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		color: #FFF;
	}

	#header .header-nav.header-nav-stripe .header-social-icons {
		margin-top: 70px;
	}

	#header .header-nav.header-nav-top-line {
		margin-bottom: -9px;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a, #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
		background: transparent;
		color: #444;
		padding: 65px 13px 24px;
		margin: 0;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 5px;
		top: -16px;
		left: -5px;
		opacity: 0;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
		top: 65px;
	}

	#header .header-nav.header-nav-top-line nav > ul > li.active > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
		opacity: 1;
	}

	#header .header-nav.header-nav-top-line .header-social-icons {
		margin-top: 70px;
	}

	#header .header-nav.header-nav-dark-dropdown {
		margin-bottom: -9px;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
		background: transparent;
		color: #ffffff; /*#444*/
		padding: 65px 13px 24px;
		margin: 0;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle:after {
		top: 65px;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
		border-bottom-color: #2a2a2a;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
		background: #1e1e1e;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
		color: #ffffff;/*#969696;  */
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover, #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
		background: #282828;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
		color: #ababab;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
		background: #282828;
	}

	#header .header-nav.header-nav-dark-dropdown .header-social-icons {
		margin-top: 70px;
	}

	#header .header-nav.header-nav-center .header-nav-main {
		float: none;
		margin: 0;
	}

	#header .header-nav.header-nav-center .header-nav-main > nav {
		width: 100%;
		text-align: center;
	}

	#header .header-nav.header-nav-center .header-nav-main > nav > ul > li {
		display: inline-block;
		float: none;
		text-align: left;
	}

	#header .header-nav-main {
		display: block !important;
		height: auto !important;
	}

	#header .header-nav-bar {
		background: #F4F4F4;
		padding: 0 10px 5px;
		margin-bottom: 0;
	}

	#header .header-nav-bar .header-nav-main {
		float: left;
		margin-bottom: 0;
	}
}
/* Header Narrow */
@media (min-width: 992px) {
	#header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
		padding: 10px 13px 10px;
		margin: 0px 0 0;
 	}

	#header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle:after {
		top: 10px;
	}

	#header.header-narrow .header-nav.header-nav-stripe .header-social-icons, #header.header-narrow .header-nav.header-nav-dark-dropdown .header-social-icons {
		margin-top: 15px;
	}

	#header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a {
		padding: 22px 13px 30px;
		margin: 5px 0 0;
	}

	#header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
		top: 22px;
	}

	#header.header-narrow .header-nav.header-nav-top-line .header-social-icons {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li > a {
		color: #FFF;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		background: #FFF;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
		border-top-color: #FFF;
		box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
		border-top-color: #FFF;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
		background: #FFF;
	}

	#header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
		background: #f5f5f5;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
		-webkit-transition: -webkit-transform 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transform: translate3d(0, -5px, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
		-webkit-transition: -webkit-transform 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transform: translate3d(0, -5px, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
		-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
		transition: transform 0.2s ease-out, opacity 0.2s ease-out;
		transform: translate3d(0, -5px, 0);
		opacity: 0;
	}

	#header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, -1px, 0);
		opacity: 1;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
		-webkit-transition: -webkit-transform 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transform: translate3d(0, 10px, 0);
	}

	#header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
		transition: transform 0.2s ease-out, opacity 0.2s ease-out;
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
		transition: transform 0.2s ease-out, opacity 0.2s ease-out;
		transform: translate3d(20px, 0, 0);
		left: auto;
		right: 100%;
		opacity: 0;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
/* Header Nav Main Mobile */
@media (max-width: 991px) {
	#header .header-nav-main {
		background: transparent;
		clear: both;
		float: none;
	}

	#header .header-nav-main nav {
		margin: 0 0 6px;
	}

	#header .header-nav-main nav > ul li {
		border-bottom: 1px solid #e8e8e8;
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#header .header-nav-main nav > ul li a {
		font-size: 16px;
		font-style: normal;
		line-height: 20px;
		padding: 7px 8px;
		margin: 1px 0;
		border-radius: 4px;
	}

	#header .header-nav-main nav > ul li a .fa-caret-down {
		line-height: 35px;
		min-height: 38px;
		min-width: 30px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 0;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu {
		background: transparent;
		padding: 0;
		margin: 0;
		font-size: 13px;
		box-shadow: none;
		border-radius: 0;
		border: 0;
		clear: both;
		display: none;
		float: none;
		position: static;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
		display: block;
		margin-left: 20px;
	}

	#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
		display: block;
		margin-left: 20px;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
		margin-top: 10px;
		display: block;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
		margin: 0 0 0 20px;
		padding: 0;
		list-style: none;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		display: block;
		text-decoration: none;
	}

	#header .header-nav-main nav > ul li:last-child {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li > a {
		text-transform: uppercase;
		font-weight: 700;
		margin-top: 1px;
		margin-bottom: 1px;
	}

	#header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
		color: #FFF;
	}

	#header .header-nav-main nav .not-included {
		margin: 0;
	}

	#header .header-nav-main a > .thumb-info-preview {
		display: none !important;
	}

	#header .header-btn-collapse-nav {
		outline: 0;
		display: block;
	}

	#header .header-nav-bar {
		margin: 0 auto;
	}

	#header .header-nav-bar .header-btn-collapse-nav {
		margin-top: 14px;
	}

	#header.header-transparent .header-nav-main {
		padding: 10px;
		margin-bottom: 10px;
		background: #383f48;
		border-radius: 4px;
	}

	#header.header-semi-transparent .header-nav-main {
		padding: 10px;
		margin-bottom: 10px;
		background: #FFF;
		border-radius: 4px;
	}

	#header.header-semi-transparent-light .header-nav-main {
		padding: 10px;
		margin-bottom: 10px;
		background: #FFF;
		border-radius: 4px;
	}

	html.sticky-header-enabled #header .header-nav-main {
		max-height: 350px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	html.sticky-header-enabled #header .header-nav-main.collapsing {
		overflow: hidden;
	}
}

@media (min-width: 992px) {
	html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active) > a {
		/*color: #FFF; */
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
		color: #FFF;
	}

	html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
		color: #FFF;
	}
}
/* Responsive */
@media (max-width: 991px) {
	#header .header-container {
		display: block;
	}

	#header .header-row {
		display: block;
	}

	#header .header-column {
		display: block;
	}

	#header .header-column .header-row {
		display: block;
	}

	#header.header-mobile-nav-only .header-logo {
		float: none;
	}

	#header.header-mobile-nav-only .header-nav {
		margin-top: -35px;
	}

	html.sticky-header-negative.sticky-header-active #header .header-logo {
		padding-top: 7px;
	}
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
	width: 40%;
	right: 15px;
	left: auto;
	border-radius: 6px 0 6px 6px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu a {
	transform: translate3d(0px, 0px, 0px);
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .fa-user {
	margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-mega-sub-title {
	margin-bottom: 10px;
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .sign-up-info, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .log-in-info {
	text-align: center;
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signin-form {
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signup-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signin-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signup-form {
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signin-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form {
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail {
	float: left;
	margin-right: 15px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail img {
	max-width: 55px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar strong {
	display: block;
	padding-top: 7px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar span {
	display: block;
	font-size: 12px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar p {
	margin: 0 0 0 25px;
	text-align: left;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
	list-style: square;
	margin: 6px 0 0;
	padding: 0;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options a:hover {
	text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
		margin-right: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-toggle {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
		display: block !important;
		margin: 0 !important;
		padding: 0 10px 0 10px;
		width: 100%;
		right: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu .dropdown-mega-sub-title {
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		padding-top: 5px;
		padding-bottom: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-toggle {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-mega-content {
		margin: 15px 0 !important;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
		margin: 15px 0 0 0 !important;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options > li > a {
		line-height: 35px;
	}
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
	width: 40%;
	right: 15px;
	left: auto;
	border-radius: 6px 0 6px 6px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu a {
	transform: translate3d(0px, 0px, 0px);
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
	width: 100%;
	margin-top: 0px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
	background-color: transparent !important;
	color: #333;
	padding: 0;
	margin: 0;
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
	float: right;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
	text-decoration: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
	margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
	width: 120px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions {
	text-align: right;
	width: 80px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #DDD;
	clear: both;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
	margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
		margin: 15px 0;
		padding: 0 15px;
		width: 100%;
	}
}

html.side-header #header {
	min-height: 0 !important;
}

@media (min-width: 991px) {
	html.side-header .main .container, html.side-header #footer .container {
		padding: 0 35px;
		width: auto !important;
		max-width: 1210px;
	}

	html.side-header body > .body {
		margin: 0 0 0 255px;
		width: auto;
		overflow-x: hidden;
		overflow-y: visible;
	}

	html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
		width: 100% !important;
		left: auto !important;
	}

	html.side-header #header {
		background: #FFF;
		position: fixed;
		box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
		top: 0;
		left: 0;
		width: 255px;
		height: 100%;
	}

	html.side-header #header .header-body {
		border-top: 0;
	}

	html.side-header #header .header-container {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}

	html.side-header #header .header-search {
		margin: 5px 0 10px;
		float: none;
	}

	html.side-header #header .header-search .input-group {
		width: 100%;
	}

	html.side-header #header .header-search .input-group .form-control {
		width: 100%;
	}

	html.side-header #header .header-nav-top {
		margin: 0;
		float: none;
	}

	html.side-header #header .header-nav-top .nav > li > a, html.side-header #header .header-nav-top .nav > li > span {
		display: block;
	}

	html.side-header #header .header-logo {
		margin: 0;
		float: none;
		text-align: center;
		width: auto !important;
		height: auto !important;
		padding: 10px 0;
	}

	html.side-header #header .header-column {
		display: block;
	}

	html.side-header #header .header-column .header-row {
		clear: both;
	}

	html.side-header #header .header-nav-main {
		float: none;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
		content: "\f0da";
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a {
		padding-bottom: 10px;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		top: 3px;
		left: 100%;
		border-top: 0;
		border-left: 5px solid #CCC;
		margin-left: -5px;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
		margin-top: -5px;
		border-top: 0;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega {
		position: relative;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
		min-width: 720px;
	}

	html.side-header #header .nav-pills > li {
		float: none;
		margin: 0 0 1px 0;
	}

	html.side-header #header .header-social-icons {
		float: none;
		text-align: center;
		margin-top: 25px;
	}

	html.side-header-right body > .body {
		margin: 0 255px 0 0;
	}

	html.side-header-right #header {
		left: auto;
		right: 0;
	}

	html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
		padding-right: 5px;
		padding-left: 23px;
	}

	html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
		content: "\f0d9";
		left: 11px;
	}

	html.side-header-right #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header-right #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		right: 100%;
		left: auto;
		border-right: 5px solid #CCC;
		border-left: 0;
		margin-left: 0;
		margin-right: -5px;
		border-radius: 4px 0 0 4px;
	}

	html.side-header-semi-transparent body > .body {
		margin: 0;
	}

	html.side-header-semi-transparent #header {
		background: rgba(0, 0, 0, 0.3);
	}

	html.side-header-semi-transparent #header .header-body {
		background: transparent !important;
	}
}

@media (max-height: 768px) {

    html #header.header-transparent .header-body {
       position: relative;
       top: 0;
       background: #000000;
       border-top: 0;
       border-bottom: 0;
       box-shadow: none;
   }

  html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		bottom: 0;
		top: auto;
	}
}

html[dir="rtl"] #header .header-search .btn-default {
	right: -35px;
}

/* Page Header */
.page-header {
	background-color: #171717;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 20px 0 20px;
	position: relative;
	text-align: left;
}

.page-header .breadcrumb {
	background: none;
	margin: -3px 0 0;
	padding: 0;
}

.page-header .breadcrumb > li {
	text-shadow: none;
}

.page-header .breadcrumb.breadcrumb-valign-mid {
	position: absolute;
	top: 40%;
	right: 20px;
}

.page-header h1 {
	border-bottom: 5px solid #CCC;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	font-size: 2.6em;
	line-height: 46px;
	padding: 0 0 17px;
	position: relative;
}

.page-header h1 span {
	color: #999da3;
	display: block;
	font-size: 0.6em;
	font-weight: 300;
	margin: -10px 0 0;
}

.page-header-no-title-border h1 {
	border: 0;
}

/* Page Header - More Padding */
.page-header-more-padding {
	padding: 35px 0;
}

/* Page Header - Color */
.page-header-color {
	background-color: #F7F7F7;
	border-bottom: 5px solid #F4F4F4;
	border-top: none;
}

.page-header-color h1 {
	border-bottom: none;
	color: #1d2127;
	font-size: 2.3em;
}

.page-header-color h1 span {
	opacity: 0.65;
}

.page-header-color .breadcrumb > .active {
	opacity: 0.65;
}

/* Page Header - Light */
.page-header-light {
	background-color: #F7F7F7;
	border-bottom: 5px solid #F4F4F4;
	border-top: none;
}

.page-header-light h1 {
	border-bottom: none;
	color: #1d2127;
	font-size: 2.3em;
}

/* Page Header - Reverse */
.page-header-reverse {
	text-align: right;
}

.page-header-reverse .breadcrumb, .page-header-reverse .breadcrumb.breadcrumb-valign-mid {
	float: left;
	left: 20px;
	right: auto;
	margin-top: -10px;
}

/* Page Header - Parallax */
.page-header.parallax {
	margin: 0 0 35px;
	padding: 180px 0 60px;
}

.page-header-center {
	text-align: center;
}

.page-header-center .breadcrumb {
	margin: 15px 0 0;
}

/* Page Header Custom Background */
.page-header-custom-background {
	padding: 45px 0;
	background-repeat: repeat;
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
}

.page-header-custom-background h1 {
	color: #FFF;
	border: 0;
}

.page-header-custom-background h1 span {
	color: #FFF;
	opacity: 0.7;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid {
	top: 36%;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
	color: #FFF;
	opacity: 0.7;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid a {
	color: #FFF;
}

/* Page Header Custom - Create your Own */
.page-header.custom-product {
	background-image: url(../img/custom-header-bg.jpg);
	background-repeat: repeat;
	background-color: #999;
	border-top: 5px solid #888;
	overflow: hidden;
}

.page-header.custom-product .row {
	position: relative;
}

.page-header.custom-product p.lead {
	color: #E8E8E8;
}

.page-header.custom-product img {
	bottom: -47px;
	position: relative;
}

.page-header.custom-product h1 {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 40px;
	border: 0;
}

/* Responsive */
@media (max-width: 991px) {
	.page-header .breadcrumb {
		float: none !important;
		position: static !important;
	}
}

@media (max-width: 479px) {
	.page-header {
		padding: 16px 0;
	}

	.page-header h1 {
		line-height: 37px;
	}
}
/* Parallax */
.parallax {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 70px 0;
	padding: 50px 0;
	position: relative;
	clear: both;
}

.parallax blockquote {
	border: 0;
	padding: 0 10%;
}

.parallax blockquote i.fa-quote-left {
	font-size: 34px;
	position: relative;
	left: -5px;
}

.parallax blockquote p {
	font-size: 24px;
	line-height: 30px;
}

.parallax blockquote span {
	font-size: 16px;
	line-height: 20px;
	color: #999;
	position: relative;
	left: -5px;
}

.parallax.parallax-disabled {
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
}

/* Responsive */
@media (max-width: 991px) {
	.parallax {
		background-attachment: scroll !important;
		background-position: 50% 50% !important;
	}
}
/* Section Featured */
section.section {
	background: #f4f4f4;
	border-top: 5px solid #f1f1f1;
	margin: 10px 0;
	padding: 80px 0;
}

section.section.section-no-background {
	background: transparent;
	border-top-color: transparent;
}

section.section.section-center {
	text-align: center;
}

section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
	color: #FFF;
}

section.section.section-text-light p {
	color: #e6e6e6;
}

section.section.section-background {
	background-repeat: repeat;
	border: 0;
}

section.section.section-overlay {
	position: relative;
}

section.section.section-overlay:before {
	content: "";
	display: block;
	background: url("../img/video-overlay.png") repeat scroll 0 0 transparent;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

section.section.section-video {
	background: none !important;
	border: 0;
}

section.section.section-parallax {
	border: 0;
}

section.section.section-no-border {
	border: 0;
}

section.section.section-with-divider {
	margin: 56px 0 35px;
}

section.section.section-with-divider .divider {
	margin: -56px 0 44px;
}

section.section.section-footer {
	margin-bottom: -50px;
}

section.section.section-with-mockup {
	margin-top: 120px;
}

section.section.section-front {
	position: relative;
	z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
	.container-fluid > .row > .p-none section.section {
		margin-bottom: 0;
		margin-top: 0;
	}

	.container-fluid > .row > .p-none:first-child section.section {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.container-fluid > .row > .p-none:last-child section.section {
		margin-bottom: 30px;
		margin-top: 0;
	}
}
/* Sidebar */
aside ul.nav-list > li > a {
	color: #666;
	font-size: 0.9em;
	padding: 8px 0 8px 18px;
}

/* Home Slider - Revolution Slider */
.slider-container {
	background: #171717;
	height: 500px;
	overflow: hidden;
	width: 100%;
	direction: ltr;
}

.slider-container .tparrows {
	border-radius: 6px;
}

.slider-container .slider-single-slide .tparrows {
	display: none;
}

.slider-container .top-label {
	color: #FFF;
	font-size: 24px;
  line-height: 32px;
	font-weight: 300;
}

.slider-container .main-label {
	color: #FFF;
	font-size: 62px;
	line-height: 80px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .featured-label {
	color: #FFF;
	font-size: 52px;
	line-height: 52px;
	font-weight: 800;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
	color: #FFF;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

.slider-container .blackboard-text {
	color: #BAB9BE;
	font-size: 46px;
	line-height: 46px;
	font-family: "Shadows Into Light", cursive;
	text-transform: uppercase;
}

.slider-container .btn-slider-action {
	font-size: 22px;
	font-weight: 600;
	line-height: 20px;
	padding: 20px 25px;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
	color: #333;
}

.slider-container .tp-caption-dark a {
	color: #333;
}

.slider-container .tp-caption-dark a:hover {
	color: #333;
}

.slider-container .tp-caption-overlay {
	background: #000;
	padding: 10px;
}

.slider-container .tp-caption-overlay-opacity {
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
}

.slider-container .tp-opacity-overlay {
	background: rgba(0, 0, 0, 0.75);
}

.slider-container.transparent {
	background-color: transparent;
}

.slider-container.light {
	background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
	opacity: 0.05;
	top: 0;
	bottom: auto;
	z-index: 1000;
}

.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
	color: #333;
}

.slider-container.light .tp-caption a {
	color: #333;
}

.slider-container.light .tp-caption a:hover {
	color: #333;
}

/* Arrows */
.tparrows.tparrows-carousel {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: auto;
	padding: 20px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow {
	right: auto !important;
	left: -30px !important;
	border-radius: 0 4px 4px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow:before {
	font-family: FontAwesome;
	content: "\f053";
	position: relative;
	left: -1px;
	top: 1px;
}

.tparrows.tparrows-carousel.tp-rightarrow {
	right: -60px !important;
	left: auto !important;
	border-radius: 4px 0 0 4px;
}

.tparrows.tparrows-carousel.tp-rightarrow:before {
	font-family: FontAwesome;
	content: "\f054";
	position: relative;
	left: 2px;
	top: 1px;
}

/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
	overflow: hidden;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
	border: 0 !important;
}

/* Defaults */
.hesperiden-custom {
	padding: 10px 0 !important;
}

.hesperiden-custom .tp-tab {
	border: 0 !important;
}

/* Slider With Overlay */
.slider-with-overlay {
	position: relative;
}

.slider-with-overlay .slider-container {
	z-index: auto;
}

/* Slider Contact Form */
.slider-contact-form {
	margin: -45px 0 25px;
}

.slider-contact-form .featured-box {
	text-align: left;
}

.slider-contact-form label.error {
	display: none !important;
}

.slider-contact-form .alert {
	padding: 6px;
	text-align: center;
}

.slider-contact-form textarea {
	resize: none;
}

/* Responsive */
@media (min-width: 992px) {
	.slider-contact-form {
		margin: 0;
		position: absolute;
		top: 20px;
		z-index: 99;
		width: 100%;
	}
}
/* Boxed */
html.boxed .slider-container {
	width: 100% !important;
	left: auto !important;
}

/* Home Slider - Nivo Slider */
.nivo-slider {
	position: relative;
}

.nivo-slider .theme-default .nivoSlider {
	border-radius: 10px 10px 0px 0px;
	box-shadow: none;
	margin-top: 10px;
}

.nivo-slider .theme-default .nivoSlider img {
	border-radius: 10px 10px 0px 0px;
}

.nivo-slider .theme-default .nivo-controlNav {
	margin-top: -72px;
	position: absolute;
	z-index: 99;
	right: 5px;
	bottom: -17px;
}

.nivo-slider .theme-default .nivo-caption {
	padding-left: 20px;
}

/* Custom Map */
section.section-custom-map {
	background: transparent url(../img/map.png) center 0 no-repeat;
	padding: 129px 0 0;
	margin: 20px 0 0;
	border: 0;
}

section.section-custom-map section.section {
	border-top-color: rgba(241, 241, 241, 0.8);
	background: rgba(244, 244, 244, 0.8);
}

section.section-custom-map-2 {
	background: transparent url(../img/map-2.png) center 0 no-repeat;
	padding: 129px 0 0;
	margin: 50px 0 0;
	border: 0;
}

section.section-custom-map-2 section.section {
	border-top-color: rgba(241, 241, 241, 0.8);
	background: rgba(244, 244, 244, 0.8);
}

/* Home Intro */
.home-intro {
	background-color: #171717;
	/*margin-bottom: 60px;   */
	overflow: hidden;
	padding: 10px 0 5px 0;
	position: relative;
	text-align: left;
}

.home-intro p {
	color: #FFF;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 300;
	max-width: 800px;
	padding-top: 5px;
}

.home-intro p span {
	color: #999;
	display: block;
	font-size: 0.8em;
	padding-top: 15px;
}

.home-intro p em {
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em;
}

.home-intro .get-started {
	/*margin-top: 5px;   */
	margin-bottom: 5px;
	position: relative;
	text-align: left;
  top: 6px;
}

.home-intro .get-started .btn {
	position: relative;
	z-index: 1;
}

.home-intro .get-started .btn i {
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 5px;
}

.home-intro .get-started a {
	color: #FFF;
}

.home-intro .get-started a:not(.btn) {
	color: #777;
}

.home-intro .learn-more {
	margin-left: 15px;
}

.home-intro.light {
	background-color: #E2E2E2;
}

.home-intro.light.secondary {
	background-color: #E0E1E4;
}

.home-intro.light p {
	color: #777;
}

/* Home Intro Compact */
.home-intro-compact {
	border-radius: 0 0 10px 10px;
	margin-top: -10px;
}

.home-intro-compact p {
	padding-left: 20px;
}

.home-intro-compact .get-started {
	padding-right: 20px;
}

/* Responsive */
@media (max-width: 767px) {
	/* Home Intro */

  html #header.header-transparent .header-body {
    position: relative;
    top: 0;
    background: rgba(0, 0, 0, 0.0);
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
   }
	.home-intro-compact {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
/* Home Concept */
.home-concept {
	background: transparent url(../img/home-concept.png) no-repeat center 0;
	width: 100%;
	overflow: hidden;
}

.home-concept strong {
	display: block;
	font-family: "Shadows Into Light", cursive;
	font-size: 2.1em;
	font-weight: normal;
	position: relative;
	margin-top: 30px;
}

.home-concept .row {
	position: relative;
}

.home-concept .process-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
	width: 160px;
	margin: 135px auto 0 auto;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

.home-concept .process-image img {
	border-radius: 150px;
	margin: 7px 8px;
	width: auto;
	height: auto;
	max-width: 145px;
	max-height: 145px;
}

.home-concept .our-work {
	margin-top: 52px;
	font-size: 2.6em;
}

.home-concept .project-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
	width: 350px;
	margin: 15px 0 0 -30px;
	padding-bottom: 45px;
	position: relative;
	z-index: 1;
}

.home-concept .sun {
	background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
	width: 60px;
	height: 56px;
	display: block;
	position: absolute;
	left: 10%;
	top: 35px;
}

.home-concept .cloud {
	background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
	width: 116px;
	height: 56px;
	display: block;
	position: absolute;
	left: 57%;
	top: 35px;
}

/* Responsive */
@media (max-width: 991px) {
	.home-concept {
		background: none;
	}

	.home-concept .project-image {
		margin: 20px auto 0 auto;
	}

	.home-concept .process-image {
		margin-top: 0;
		padding-bottom: 25px;
	}
}

@media (max-width: 479px) {
   html #header.header-transparent .header-body {
    position: relative;
    top: 0;
    background: rgba(0, 0, 0, 0.0);
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
   }


	.home-concept .project-image {
		background-position: 0 0;
		margin-left: auto;
		max-width: 160px;
	}

	.home-concept .fc-slideshow {
		max-width: 145px;
		height: 145px;
	}

	.home-concept .fc-slideshow img {
		max-height: 145px;
		max-width: 145px;
	}
}
/* Page 404 */
.page-not-found {
	margin: 50px 0;
}

.page-not-found h2 {
	font-size: 140px;
	font-weight: 600;
	letter-spacing: -10px;
	line-height: 140px;
}

.page-not-found h4 {
	color: #777;
}

.page-not-found p {
	font-size: 1.4em;
	line-height: 36px;
}

/* Responsive */
@media (max-width: 479px) {
	.page-not-found {
		margin: 0;
	}

	.page-not-found h2 {
		font-size: 100px;
		letter-spacing: 0;
		line-height: 100px;
	}
}

.text-xs {
	font-size: 1rem !important;
}

.text-sm {
	font-size: 1.3rem !important;
}

.text-md {
	font-size: 1.6rem !important;
}

.text-lg {
	font-size: 1.9rem !important;
}

.text-xl {
	font-size: 2.2rem !important;
}

.text-muted {
	color: #999 !important;
}

html.dark .text-muted {
	color: #505461 !important;
}

.text-dark {
	color: #1d2127 !important;
}

.text-light {
	color: #FFF !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.rounded {
	border-radius: 5px !important;
}

.b-thin {
	border-width: 3px !important;
}

.b-normal {
	border-width: 5px !important;
}

.b-thick {
	border-width: 7px !important;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
	margin: 0 !important;
}

.m-auto {
	margin: 0 auto !important;
}

.m-xs {
	margin: 5px !important;
}

.m-sm {
	margin: 10px !important;
}

.m-md {
	margin: 15px !important;
}

.m-lg {
	margin: 20px !important;
}

.m-xl {
	margin: 25px !important;
}

.m-xlg {
	margin: 30px !important;
}

/* spacement top	*/
.mt-none {
	margin-top: 0 !important;
}

.mt-xs {
	margin-top: 5px !important;
}

.mt-sm {
	margin-top: 10px !important;
}

.mt-md {
	margin-top: 15px !important;
}

.mt-lg {
	margin-top: 20px !important;
}

.mt-xl {
	margin-top: 25px !important;
}

.mt-xlg {
	margin-top: 30px !important;
}

/* spacement bottom	*/
.mb-none {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 5px !important;
}

.mb-sm {
	margin-bottom: 10px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mb-xl {
	margin-bottom: 25px !important;
}

.mb-xlg {
	margin-bottom: 30px !important;
}

/* spacement left	*/
.ml-none {
	margin-left: 0 !important;
}

.ml-xs {
	margin-left: 5px !important;
}

.ml-sm {
	margin-left: 10px !important;
}

.ml-md {
	margin-left: 15px !important;
}

.ml-lg {
	margin-left: 20px !important;
}

.ml-xl {
	margin-left: 25px !important;
}

.ml-xlg {
	margin-left: 30px !important;
}

/* spacement right	*/
.mr-none {
	margin-right: 0 !important;
}

.mr-xs {
	margin-right: 5px !important;
}

.mr-sm {
	margin-right: 10px !important;
}

.mr-md {
	margin-right: 15px !important;
}

.mr-lg {
	margin-right: 20px !important;
}

.mr-xl {
	margin-right: 25px !important;
}

.mr-xlg {
	margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
	padding: 0 !important;
}

.p-xs {
	padding: 5px !important;
}

.p-sm {
	padding: 10px !important;
}

.p-md {
	padding: 15px !important;
}

.p-lg {
	padding: 20px !important;
}

.p-xl {
	padding: 25px !important;
}

.p-xlg {
	padding: 30px !important;
}

/* spacement top	*/
.pt-none {
	padding-top: 0 !important;
}

.pt-xs {
	padding-top: 5px !important;
}

.pt-sm {
	padding-top: 10px !important;
}

.pt-md {
	padding-top: 15px !important;
}

.pt-lg {
	padding-top: 20px !important;
}

.pt-xl {
	padding-top: 25px !important;
}

.pt-xlg {
	padding-top: 30px !important;
}

/* spacement bottom	*/
.pb-none {
	padding-bottom: 0 !important;
}

.pb-xs {
	padding-bottom: 5px !important;
}

.pb-sm {
	padding-bottom: 10px !important;
}

.pb-md {
	padding-bottom: 15px !important;
}

.pb-lg {
	padding-bottom: 20px !important;
}

.pb-xl {
	padding-bottom: 25px !important;
}

.pb-xlg {
	padding-bottom: 30px !important;
}

/* spacement left	*/
.pl-none {
	padding-left: 0 !important;
}

.pl-xs {
	padding-left: 5px !important;
}

.pl-sm {
	padding-left: 10px !important;
}

.pl-md {
	padding-left: 15px !important;
}

.pl-lg {
	padding-left: 20px !important;
}

.pl-xl {
	padding-left: 25px !important;
}

.pl-xlg {
	padding-left: 30px !important;
}

/* spacement right	*/
.pr-none {
	padding-right: 0 !important;
}

.pr-xs {
	padding-right: 5px !important;
}

.pr-sm {
	padding-right: 10px !important;
}

.pr-md {
	padding-right: 15px !important;
}

.pr-lg {
	padding-right: 20px !important;
}

.pr-xl {
	padding-right: 25px !important;
}

.pr-xlg {
	padding-right: 30px !important;
}

.ib {
	display: inline-block;
	vertical-align: top;
}

.va-middle {
	vertical-align: middle;
}

.ws-nowrap {
	white-space: nowrap;
}

.ws-normal {
	white-space: normal;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

.col-xs-2-5 {
	width: 40%;
	float: left;
}

.col-xs-3-5 {
	width: 60%;
	float: left;
}

.col-xs-4-5 {
	width: 80%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}

	col-sm-2-5 {
		width: 40%;
		float: left;
	}

	col-sm-3-5 {
		width: 60%;
		float: left;
	}

	col-sm-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}

	.col-md-2-5 {
		width: 40%;
		float: left;
	}

	.col-md-3-5 {
		width: 60%;
		float: left;
	}

	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}

	.col-lg-2-5 {
		width: 40%;
		float: left;
	}

	.col-lg-3-5 {
		width: 60%;
		float: left;
	}

	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}

@media (max-width: 991px) {
	.col-md-3 .sidebar {
		clear: both;
	}
}
/* #Footer */
#footer {
	background: #252525;
	border-top: 4px solid #0e0e0e;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}

#footer .container .row > div {
	margin-bottom: 25px;
}

#footer .container input:focus {
	box-shadow: none;
}

#footer a:hover {
	color: #CCC;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
	color: #FFF;
}

#footer h4 {
	font-size: 1.8em;
	font-weight: 200;
}

#footer h5 {
	color: #CCC;
}

#footer ul.nav-list > li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 20px;
	padding-bottom: 11px;
}

#footer ul.nav-list > li:last-child a {
	border-bottom: 0;
}

#footer ul.nav-list > li a:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
	margin-bottom: 5px;
}

#footer form {
	opacity: 0.85;
}

#footer form label.error {
	line-height: 16px;
	margin: 5px 0 -5px;
	display: block;
	clear: both;
}

#footer form .alert {
	padding: 6px;
	text-align: center;
}

#footer .footer-ribbon {
	background: #999;
	position: absolute;
	margin: -90px 0 0 14px;
	padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 7px;
}

#footer .footer-ribbon span {
	color: #FFF;
	font-size: 1.6em;
	font-family: "Shadows Into Light", cursive;
}

#footer .newsletter form {
	width: 100%;
	max-width: 262px;
}

#footer .newsletter form input.form-control {
	height: 34px;
	padding: 6px 12px;
}

#footer .alert a {
	color: #222;
}

#footer .alert a:hover {
	color: #666;
}

#footer .twitter .fa, #footer .twitter .icons {
	clear: both;
	font-size: 1.5em;
	position: relative;
	top: 3px;
}

#footer .twitter .meta {
	color: #999;
	display: block;
	font-size: 0.9em;
	padding-top: 3px;
}

#footer .twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .twitter ul li {
	padding-bottom: 20px;
}

#footer .twitter ul li:last-child {
	padding-bottom: 0;
}

#footer .twitter-account {
	color: #FFF;
	display: block;
	font-size: 0.9em;
	margin: -15px 0 5px;
	opacity: 0.55;
}

#footer .twitter-account:hover {
	opacity: 1;
}

#footer .contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .contact i {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 7px 8px 10px 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 16px;
}

#footer .contact i.fa-envelope {
	font-size: 1em;
	top: 0;
}

#footer .contact p {
	margin-bottom: 10px;
}

#footer .logo {
	display: block;
}

#footer .logo.mb-xl {
	margin-bottom: 12px;
}

#footer .footer-copyright {
	background: #060606;
	border-top: 4px solid #060606;
	margin-top: 40px;
	padding: 30px 0 10px;
}

#footer .footer-copyright nav {
	float: right;
}

#footer .footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

#footer .footer-copyright p {
	color: #555;
	margin: 0;
	padding: 0;
}

#footer .phone {
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	margin-top: -5px;
}

#footer .narrow-phone {
	text-align: right;
	margin: -2px 0 0 0;
}

#footer .narrow-phone .phone {
	font-size: 16px;
	padding-bottom: 0;
	margin-top: -13px;
}

#footer .recent-work {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .recent-work li {
	float: left;
	width: 30%;
	margin: 10px 3% 0 0;
}

#footer .recent-work img {
	border: 0;
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

#footer .recent-work .img-thumbnail-hover-icon {
	border: 0;
}

#footer .recent-work .img-thumbnail-hover-icon:after {
	font-size: 22px;
	margin-left: -2px;
}

#footer .view-more-recent-work {
	padding: 12px;
}

#footer.short {
	padding-top: 50px;
}

#footer.short .footer-copyright {
	background: transparent;
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

#footer.light {
	padding-top: 60px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

#footer.light .footer-ribbon {
	margin-top: -76px;
	margin-left: 14px;
}

#footer.light .footer-copyright {
	margin-top: 15px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

#footer.light .footer-copyright p {
	color: #777;
}

#footer.light .phone,
#footer.light .twitter-account {
	color: #777;
}

#footer.light ul.nav-pills > li.active > a {
	color: #FFF;
}

#footer.narrow {
	padding-top: 30px;
}

#footer.narrow .footer-copyright {
	margin-top: 0;
}

#footer.narrow .nav > li > a {
	padding: 5px 12px;
}

#footer.color {
	color: #FFF;
}

#footer.color p {
	color: #FFF;
}

#footer.color .footer-copyright nav ul li {
	border-left-color: #FFF;
}

/* Responsive */
@media (max-width: 991px) {
	#footer .phone {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	/* Footer */
	#footer .phone {
		font-size: 20px;
	}
}
/* Dark Version */
html.dark body {
	background-color: #1d2127;
}

html.dark.boxed .body {
	background-color: #1d2127;
}

html.dark #header .header-top {
	background: #282d36;
	border-bottom-color: #2e353e;
}

html.dark #header .header-search .form-control {
	background: #21262d;
}

html.dark #header .header-body {
	background: #1d2127;
	border-top-color: #2e353e;
}

html.dark #header .header-nav-bar {
	background-color: #21262d;
}

html.dark #header .header-nav-top .nav > li > a:hover, html.dark #header .header-nav-top .nav > li > a a:focus {
	background-color: #21262d;
}

html.dark #header .header-nav-top .dropdown-menu {
	background: #21262d;
	border-color: #21262d;
}

html.dark #header .header-nav-top .dropdown-menu a:hover, html.dark #header .header-nav-top .dropdown-menu a:focus {
	background: #282d36 !important;
}

html.dark.sticky-header-active #header .header-body {
	border-bottom-color: #2e353e;
}

html.dark #header.header-transparent .header-body {
	background: transparent;
}

html.dark #header.header-transparent .header-body:before {
	background-color: #1d2127;
	border-bottom-color: #2e353e;
}

html.dark #header.header-semi-transparent .header-body {
	background: transparent;
}

html.dark #header.header-semi-transparent .header-body:before {
	background-color: #1d2127;
	border-bottom-color: #2e353e;
}

html.dark #header.header-semi-transparent-light .header-body {
	background: transparent;
}

html.dark #header.header-semi-transparent-light .header-body:before {
	background-color: #1d2127;
	border-bottom-color: #2e353e;
}

html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
	color: #FFF;
}

html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 {
	color: #111;
}

html.dark blockquote {
	border-color: #282d36;
}

html.dark section.featured {
	background-color: #191c21;
	border-top-color: #2e353e;
}

html.dark section.section {
	background-color: #21262d;
	border-top-color: #282d36;
}

html.dark .dropdown-menu > li > a {
	color: #FFF;
}

html.dark .dropdown-menu > li > a:hover, html.dark .dropdown-menu > li > a:focus {
	background-color: #2e353e;
}

html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:focus {
	border-top-color: #282d36;
	border-left-color: #282d36;
	border-right-color: #282d36;
	background: #282d36;
}

html.dark .tabs .nav-tabs li a:hover {
	border-top-color: #808697;
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus {
	border-top-color: #808697;
}

html.dark .tabs .nav-tabs.nav-justified {
	border-left-width: 0;
	border-right-width: 0;
	border-left-color: transparent;
	border-right-color: transparent;
}

html.dark .tabs .nav-tabs.nav-justified li a,
html.dark .tabs .nav-tabs.nav-justified li a:hover,
html.dark .tabs .nav-tabs.nav-justified li a:focus {
	border-bottom-color: #282d36;
}

html.dark .tabs.tabs-left .nav-tabs > li a, html.dark .tabs.tabs-right .nav-tabs > li a {
	background: #282d36;
	border-left-color: #282d36;
	border-right-color: #282d36;
}

html.dark .tabs.tabs-left .nav-tabs > li:last-child a, html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
	border-bottom-color: #282d36;
}

html.dark .tabs .nav-tabs {
	border-color: #282d36;
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus,
html.dark .tabs .nav-tabs.nav-justified li.active a,
html.dark .tabs .nav-tabs.nav-justified li.active a:hover,
html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
	background: #2e353e;
	border-left-color: #2e353e;
	border-right-color: #2e353e;
}

html.dark .tabs .nav-tabs.nav-justified li.active a {
	border-bottom-color: #2e353e;
}

html.dark .tabs.tabs-vertical {
	border-top-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs li a,
html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
	border-bottom-color: #282d36;
	border-top-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
	border-bottom-color: #808697;
	border-top-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs li.active a,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
	border-bottom-color: #808697;
	border-top-color: #2e353e;
}

html.dark .tabs .tab-content {
	background: #2e353e;
	border-color: #2e353e;
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
	border-top-color: #2e353e !important;
}

html.dark .nav-tabs li.active a,
html.dark .nav-tabs li.active a:hover,
html.dark .nav-tabs li.active a:focus,
html.dark .nav-tabs li a {
	color: #808697;
}

html.dark .tab-content {
	background: #2e353e;
	border-color: #1d2127;
}

html.dark .tabs-simple .tab-content,
html.dark .tabs-simple .nav-tabs li a,
html.dark .tabs-simple .nav-tabs li.active a {
	background: transparent !important;
}

html.dark .nav > li > a:hover,
html.dark .nav > li > a:focus {
	background-color: #2e353e;
}

html.dark .call-to-action.call-to-action-default {
	background: #282d36;
}

html.dark .call-to-action.call-to-action-dark {
	background: #2e353e;
}

html.dark .call-to-action.with-borders {
	border-top-color: #2e353e;
	border-bottom-color: #2e353e;
	border-left-color: #282d36;
	border-right-color: #282d36;
}

html.dark .call-to-action.with-full-borders {
	border-color: #2e353e;
}

html.dark .call-to-action.featured {
	background: -webkit-linear-gradient( top , #282d36 1%, #2e353e 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, #282d36 1%, #2e353e 98%) repeat scroll 0 0 transparent;
	border-bottom-color: #2e353e;
	border-left-color: #282d36;
	border-right-color: #282d36;
}

html.dark .call-to-action.call-to-action-in-footer:before {
	border-top-color: #1d2127;
}

html.dark .counters.with-borders .counter {
	border-top: 1px solid #2e353e;
	border-bottom: 1px solid #2e353e;
	border-left: 1px solid #282d36;
	border-right: 1px solid #282d36;
}

html.dark .counters.counters-text-dark .counter {
	color: #FFF !important;
}

html.dark .counters.counters-text-dark .counter .fa, html.dark .counters.counters-text-dark .counter .icons, html.dark .counters.counters-text-dark .counter strong, html.dark .counters.counters-text-dark .counter label {
	color: #FFF !important;
}

html.dark section.timeline:after {
	background: #505050;
	background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
	background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
}

html.dark section.timeline .timeline-date {
	background-color: #282d36;
	border-color: #282d36;
	text-shadow: none;
}

html.dark section.timeline .timeline-title {
	background: #282d36;
}

html.dark section.timeline .timeline-box {
	border-color: #282d36;
	background: #282d36;
}

html.dark section.timeline .timeline-box.left:before {
	box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}

html.dark section.timeline .timeline-box.left:after {
	background: #282d36;
	border-right-color: #282d36;
	border-top-color: #282d36;
}

html.dark section.timeline .timeline-box.right:before {
	box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}

html.dark section.timeline .timeline-box.right:after {
	background: #282d36;
	border-left-color: #282d36;
	border-bottom-color: #282d36;
}

html.dark .form-control {
	background-color: #282d36;
	border-color: #282d36;
}

html.dark .btn-default {
	background-color: #282d36;
	border-color: #282d36;
	color: #FFF;
}

html.dark .btn.disabled, html.dark .btn.disabled:hover, html.dark .btn.disabled:active, html.dark .btn.disabled:focus,
html.dark .btn[disabled],
html.dark .btn[disabled]:hover,
html.dark .btn[disabled]:active,
html.dark .btn[disabled]:focus {
	border-color: #282d36 !important;
}

html.dark .pagination > li > a,
html.dark .pagination > li > span {
	background-color: #282d36;
	border-color: #242830;
}

html.dark .theme-default .nivoSlider {
	background-color: #1d2127;
}

html.dark section.section-custom-map {
	background: transparent url(../img/map-dark.png) center 0 no-repeat;
}

html.dark section.section-custom-map section.section {
	border-top-color: rgba(40, 45, 54, 0.8);
	background: rgba(33, 38, 45, 0.8);
}

html.dark .home-concept {
	background-image: url(../img/home-concept-dark.png);
}

html.dark .home-concept .process-image {
	background-image: url(../img/home-concept-item-dark.png);
}

html.dark .home-concept .project-image {
	background-image: url(../img/home-concept-item-dark.png);
}

html.dark .home-concept .sun {
	background-image: url(../img/home-concept-icons-dark.png);
}

html.dark .home-concept .cloud {
	background-image: url(../img/home-concept-icons-dark.png);
}

html.dark .page-header {
	border-bottom-color: #191c21;
}

html.dark .page-header-light {
	background-color: #2e353e;
}

html.dark .panel-group .panel {
	background-color: #282d36;
}

html.dark .panel-group .panel-default {
	border-color: #282d36;
}

html.dark .panel-group .panel-heading {
	background-color: #2e353e;
}

html.dark .panel-group .form-control {
	background-color: #21262d;
	border-color: #21262d;
}

html.dark .toggle > label {
	background-color: #2e353e;
}

html.dark .toggle.toggle-simple .toggle > label {
	color: #FFF;
}

html.dark .featured-box {
	background: #2e353e;
	border-left-color: #2e353e;
	border-right-color: #2e353e;
	border-bottom-color: #2e353e;
}

html.dark .featured-box.secondary h4 {
	color: #FFF;
}

html.dark .featured-boxes-flat .featured-box .box-content {
	background: #2e353e;
}

html.dark .featured-boxes-style-5 .featured-box .box-content h4, html.dark .featured-boxes-style-6 .featured-box .box-content h4, html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
	color: #FFF;
}

html.dark .featured-boxes-style-2 .featured-box {
	background: transparent;
}

html.dark .featured-boxes-style-3 .featured-box .icon-featured {
	background: #1d2127;
}

html.dark .featured-boxes-style-4 .featured-box {
	background: transparent;
}

html.dark .featured-boxes-style-5 .featured-box {
	background: transparent;
}

html.dark .featured-boxes-style-5 .featured-box .icon-featured {
	background: #282d36;
	border-color: #2e353e;
}

html.dark .featured-boxes-style-6 .featured-box {
	background: transparent;
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured {
	background: #282d36;
	border-color: #2e353e;
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
	border-color: #2e353e;
}

html.dark .featured-boxes-style-7 .featured-box {
	background: transparent;
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured {
	background: #282d36;
	border-color: #2e353e;
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
	box-shadow: 3px 3px #161a1e;
}

html.dark .featured-boxes-style-8 .featured-box .icon-featured {
	background: #2e353e;
}

html.dark .featured-box-effect-1 .icon-featured:after {
	box-shadow: 0 0 0 3px #2e353e;
}

html.dark .feature-box.feature-box-style-2 h4, html.dark .feature-box.feature-box-style-3 h4, html.dark .feature-box.feature-box-style-4 h4 {
	color: #FFF;
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon {
	border-color: #2e353e;
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
	border-color: #2e353e;
}

html.dark .owl-dots .owl-dot span {
	background: #2e353e;
}

html.dark .owl-carousel.top-border {
	border-top-color: #3F4247;
}

html.dark .progress {
	background: #2e353e;
}

html.dark .arrow {
	background-image: url(../img/arrows-dark.png);
}

html.dark .thumbnail,
html.dark .img-thumbnail,
html.dark .thumb-info {
	background-color: #282d36;
	border-color: #282d36;
}

html.dark .thumb-info .thumb-info-wrapper:after {
	background-color: rgba(29, 33, 39, 0.9);
}

html.dark .thumb-info-social-icons {
	border-top-color: #373f4a;
}

html.dark ul.nav-list > li a {
	border-bottom-color: #282d36;
}

html.dark ul.nav-list > li a:hover {
	background-color: #282d36;
}

html.dark .content-grid .content-grid-item:before {
	border-left-color: #2e353e;
}

html.dark .content-grid .content-grid-item:after {
	border-bottom-color: #2e353e;
}

html.dark .content-grid.content-grid-dashed .content-grid-item:before {
	border-left-color: #2e353e;
}

html.dark .content-grid.content-grid-dashed .content-grid-item:after {
	border-bottom-color: #2e353e;
}

html.dark .testimonial .testimonial-author strong {
	color: #FFF;
}

html.dark .testimonial.testimonial-style-3 blockquote {
	background: #2e353e !important;
}

html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
	border-top-color: #2e353e !important;
}

html.dark .testimonial.testimonial-style-4 {
	border-color: #2e353e !important;
}

html.dark .testimonial.testimonial-style-5 .testimonial-author {
	border-top-color: #2e353e !important;
}

html.dark .popover {
	background-color: #2e353e;
	border: 1px solid #282d36;
}

html.dark .popover.top > .arrow {
	border-top-color: #282d36;
}

html.dark .popover.top > .arrow:after {
	border-top-color: #2e353e;
}

html.dark .popover.right > .arrow {
	border-right-color: #282d36;
}

html.dark .popover.right > .arrow:after {
	border-right-color: #2e353e;
}

html.dark .popover.bottom > .arrow {
	border-bottom-color: #282d36;
}

html.dark .popover.bottom > .arrow:after {
	border-bottom-color: #2e353e;
}

html.dark .popover.left > .arrow {
	border-left-color: #282d36;
}

html.dark .popover.left > .arrow:after {
	border-left-color: #2e353e;
}

html.dark .popover-title {
	background-color: #282d36;
	border-bottom: #2e353e;
}

html.dark .page-header {
	border-bottom-color: #282d36;
}

html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
	border-color: #282d36;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #2e353e;
}

html.dark pre {
	background-color: #282d36;
	border-color: #282d36;
	color: #777;
}

html.dark .show-grid [class*="col-md-"] .show-grid-block {
	background-color: #282d36;
	border-color: #282d36;
}

html.dark .google-map-borders,
html.dark .embed-responsive-borders {
	border-color: #2e353e;
}

html.dark .alert.alert-default {
	border-color: #2e353e;
	background-color: #282d36;
}

html.dark hr {
	background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
	background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}

html.dark hr.light {
	background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
	background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}

html.dark hr.solid {
	background: #3F4247;
}

html.dark .divider {
	background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
	background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}

html.dark .divider .fa, html.dark .divider .icons {
	background: #1d2127;
}

html.dark .divider.divider-solid {
	background: #3F4247;
}

html.dark .divider.divider-style-2 .fa, html.dark .divider.divider-style-2 .icons {
	background: #21262d;
}

html.dark .divider.divider-style-3 .fa, html.dark .divider.divider-style-3 .icons {
	border-color: #3F4247;
}

html.dark .divider.divider-style-4 .fa, html.dark .divider.divider-style-4 .icons {
	border-color: #3F4247;
}

html.dark .divider.divider-style-4 .fa:after, html.dark .divider.divider-style-4 .icons:after {
	border-color: #21262d;
}

html.dark .divider.divider-small {
	background: transparent;
}

html.dark .divider.divider-small hr {
	background: #3F4247;
}

html.dark .divider.divider-small.divider-light hr {
	background: #3F4247;
}

html.dark hr.dashed:after, html.dark .divider.dashed:after {
	border-color: #3F4247;
}

html.dark .heading.heading-bottom-border h1 {
	border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-border h2, html.dark .heading.heading-bottom-border h3 {
	border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-border h4, html.dark .heading.heading-bottom-border h5, html.dark .heading.heading-bottom-border h6 {
	border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-double-border h1, html.dark .heading.heading-bottom-double-border h2, html.dark .heading.heading-bottom-double-border h3 {
	border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-double-border h4, html.dark .heading.heading-bottom-double-border h5, html.dark .heading.heading-bottom-double-border h6 {
	border-bottom-color: #3f4247;
}

html.dark .heading.heading-middle-border:before {
	border-top-color: #3f4247;
}

html.dark .heading.heading-middle-border h1, html.dark .heading.heading-middle-border h2, html.dark .heading.heading-middle-border h3, html.dark .heading.heading-middle-border h4, html.dark .heading.heading-middle-border h5, html.dark .heading.heading-middle-border h6 {
	background: #1d2127;
}

html.dark ul.history li .thumb {
	background-image: url(../img/history-thumb-dark.png);
}

html.dark .recent-posts .date .day {
	background-color: #2e353e;
}

html.dark .blog-posts article {
	border-color: #282d36;
}

html.dark section.featured .recent-posts .date .day,
html.dark article.post .post-date .day {
	background-color: #282d36;
}

html.dark article .post-video,
html.dark article .post-video iframe,
html.dark article .post-audio,
html.dark article .post-audio iframe {
	background-color: #282d36;
	border-color: #282d36;
}

html.dark ul.simple-post-list li {
	border-bottom-color: #21262d;
}

html.dark .post-block {
	border-top-color: #191c21;
}

html.dark ul.comments .comment-block {
	background-color: #282d36;
}

html.dark ul.comments .comment-arrow {
	border-right-color: #282d36;
}

html.dark .pricing-table li {
	border-top-color: #21262d;
}

html.dark .pricing-table h3 {
	background-color: #21262d;
	text-shadow: none;
}

html.dark .pricing-table h3 span {
	background: #282d36;
	border-color: #242830;
	box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
	color: #777;
}

html.dark .pricing-table .most-popular {
	border-color: #282d36;
}

html.dark .pricing-table .most-popular h3 {
	background-color: #282d36;
	color: #FFF;
	text-shadow: none;
}

html.dark .pricing-table .plan-ribbon {
	background-color: #282d36;
}

html.dark .pricing-table .plan {
	background: #282d36;
	border: 1px solid #282d36;
	color: #777;
	text-shadow: none;
}

html.dark .product-thumb-info {
	background-color: #282d36;
	border-color: transparent;
}

html.dark .shop .quantity .qty {
	background-color: #282d36;
	border-color: transparent;
}

html.dark .shop .quantity .minus,
html.dark .shop .quantity .plus {
	background-color: #21262d;
	border-color: transparent;
}

html.dark .shop table.cart td,
html.dark .shop .cart-totals th,
html.dark .shop .cart-totals td {
	border-color: #282d36;
}

html.dark .dialog {
	background-color: #1d2127;
}

html.dark .modal-content {
	background-color: #1d2127;
}

html.dark .modal-header {
	border-bottom-color: #282d36;
}

html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 {
	color: #777;
}

html.dark .modal-header .close {
	text-shadow: none;
	color: #FFF;
}

html.dark .modal-footer {
	border-top-color: #282d36;
}

html.dark .popup-inline-content,
html.dark .mfp-content .ajax-container {
	background: #1d2127 !important;
}

html.dark .loading-overlay {
	background: #1d2127;
}

html.dark .loading-overlay .loader:after {
	-webkit-animation: animateLoaderAfterWhite 1s ease-in-out infinite;
	-moz-animation: animateLoaderAfterWhite 1s ease-in-out infinite;
	animation: animateLoaderAfterWhite 1s ease-in-out infinite;
}

html.dark #footer .newsletter form .btn-default {
	background-color: #21262d;
	border-color: #21262d;
	color: #777;
}

/* Responsive */
@media (min-width: 992px) {
	html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu {
		background: #21262d;
	}

	html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a {
		border-bottom-color: #2e353e;
	}

	html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
		color: #999;
	}

	html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-nav > li:hover > a {
		background: #2e353e;
	}

	html.dark #header .header-nav-main:not(.header-nav-main-light) a > .thumb-info-preview .thumb-info-wrapper {
		background: #2e353e;
	}

	html.dark #header .header-nav.header-nav-stripe nav > ul > li > a {
		color: #CCC;
	}

	html.dark #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		color: #FFF;
	}

	html.dark #header .header-nav.header-nav-top-line nav > ul > li > a, html.dark #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
		color: #CCC;
	}

	html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li > a, html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
		color: #CCC;
	}

	html.dark .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
		background-color: #1d2127;
	}
}

@media (max-width: 991px) {
	html.dark #header .header-nav-main nav > ul li {
		border-bottom-color: #2e353e;
	}

	html.dark #header.header-transparent .header-nav-main, html.dark #header.header-semi-transparent .header-nav-main, html.dark #header.header-semi-transparent-light .header-nav-main {
		background-color: #1d2127;
	}
}
/* Boxed Layout */
html.boxed body {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
}

html.boxed .body {
	background-color: #FFF;
	border-bottom: 5px solid #1d2127;
	border-radius: 5px;
	border-top: 5px solid #CCC;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	margin: 25px auto;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
}

html.boxed #header .header-body {
	border-top-color: transparent;
}

/* Responsive */
@media (min-width: 1200px) {
	html.boxed.sticky-header-active #header .header-body {
		width: auto;
	}

	html.boxed #header.header-transparent .header-body,
	html.boxed #header.header-semi-transparent .header-body,
	html.boxed #header.header-semi-transparent-light .header-body {
		width: auto;
	}
}

@media (min-width: 992px) {
	html.boxed #header .header-top.header-top-colored {
		margin-top: -18px;
		border-radius: 4px 4px 0 0;
	}

	html.boxed #header.header-transparent .header-body,
	html.boxed #header.header-semi-transparent .header-body,
	html.boxed #header.header-semi-transparent-light .header-body {
		padding-left: 15px;
		padding-right: 15px;
	}

	html.boxed #header .header-top.header-top-style-2,
	html.boxed #header .header-top.header-top-style-3,
	html.boxed #header .header-top.header-top-style-4 {
		margin-top: -13px;
	}

	html.boxed.sticky-header-active #header .header-body {
		padding-left: 15px;
		padding-right: 15px;
	}

	html.boxed.sticky-header-active #header .header-nav-bar {
		margin: 0 -15px -9px;
	}
}

@media (max-width: 991px) {
	html.boxed .body {
		margin: 0 auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
 .left-bar {
    width: 50% !important;
    margin-top: -18px !important;
     
 } 
 
 .right-bar {
    width: 50% !important;
    margin-top: -18px !important;
   
}     
    
}

@media (max-width: 767px) {
	/* Boxed */
	html.boxed {
		background: none !important;
	}
 .left-bar {
    display:none !important;
}
.right-bar {
  display:none !important;
}   
    
}











/* added code for angles xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.left-bar {
    background-color:white;
    position:relative;
    width:50%;
    height:70px;
    border:1px solid transparent;
    transform:rotate(4deg);
    margin-top:-33px;
    margin-left:-10px;
    float:left;
    z-index: 0;
}
.right-bar {
    background-color:white;
    position:relative;
    width:50%;
    height:70px;
    border:1px solid transparent;
    transform:rotate(-4deg);
    margin-top:-33px;
    margin-right:-10px;
    float:right;
    z-index: 0;
}
.views-slideshow-cycle-main-frame {
    margin-bottom:-120px;
}
.field-collection-view {
    border-bottom:none;
}
.field-collection-container {
    border-bottom:none;
}
body.front .AccessBox h2 {
    display:none;
}
body.front .AccessBox .field__label {
    display:none;
}
body.front .AccessBox .field--name-field-secciones > .field__items > .field__item {
    display:inline-block;
    width:50%;
    height:220px;
    padding:10px;
    padding-top:0px;
    margin-top:-30px;
}
body.front .field--name-field-titulo {
    font-size:24px;
    font-weight:bold;
}
body.front .field--name-field-descripcion {
    margin:0 auto;
    margin-top:0px;
}
body.not-front .AccessBox h2 {
    display:none;
}
body.not-front .AccessBox .field__label {
    display:none;
}
body.not-front .AccessBox .field--name-field-secciones > .field__items > .field__item.even .field--name-field-icono {
    display:inline-block;
    position:fixed;
    right:-15px;
    top:200px;
    z-index:100;
}
body.not-front .AccessBox .field--name-field-secciones > .field__items > .field__item.odd .field--name-field-icono {
    display:inline-block;
    position:fixed;
    right:-15px;
    top:260px;
    z-index:100;
}
body.not-front .AccessBox .field--name-field-secciones > .field__items > .field__item .field--name-field-icono a img {
    border-radius:15px;
    box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.08);
    width:50%;
    height:50%;
}
body.not-front .AccessBox .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: none;
}
body.not-front .field--name-field-titulo {
    display:none;
}
body.not-front .field--name-field-descripcion {
    display:none;
}
.CajasPortada h2 {
    display:none;
}
.CajasPortada .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: none;
}
.CajasPortada .field-collection-container > .field--name-field-front-box > .field__items {
    text-align:left;
}
.CajasPortada .field-collection-container > .field--name-field-front-box > .field__items > .field__item {
    display:inline-block;
    height:460px;
    width:285px;
    border:1px solid transparent;
}
.CajasPortada .field-collection-container > .field--name-field-front-box > .field__items > .field__item .field-collection-view {
    height:520px;
}
.CajasPortada .field-collection-container > .field--name-field-front-box > .field__items > .field__item.even.boxFront1 {
    width:585px;
}
.CajasPortada .field-collection-container > .field--name-field-front-box > .field__items > .field__item.odd.boxFront3 {
    width:585px;
}
.odd.boxFront2 {
    margin-left:30px
}
.even.boxFront3 {
    margin-left:15px
}
.even.boxFront2 {
    margin-left:15px
}
.odd.boxFront3 {
    margin-left:30px
}
.boxFront {
    margin-bottom:25px;
}
.even.boxFront1 {
    transform:skew(0deg, 4deg);
    overflow:hidden;
}
.odd.boxFront2 {
    transform:skew(0deg, -4deg) translate(0px, 10px);
    overflow:hidden;
}
.even.boxFront3 {
    transform:skew(0deg, -4deg) translate(0px, -12px);
    overflow:hidden;
}
.odd.boxFront1 {
    transform:skew(0deg, 4deg) translate(0px, -23px);
    overflow:hidden;
}
.even.boxFront2 {
    transform:skew(0deg, 4deg) translate(0px, -2px);
    overflow:hidden;
}
.odd.boxFront3 {
    transform:skew(0deg, -4deg) translate(0px, -12px);
    overflow:hidden;
}
.even.boxFront1 > .field-collection-view {
    transform:skew(0deg, -4deg);
    background-size:cover !Important;
    /*height:420px !Important;*/
    margin-top:-35px;
    padding-top:50px;
}
.odd.boxFront2 > .field-collection-view {
    transform:skew(0deg, 4deg) translate(0px, 0px);
    background-size:cover !Important;
    margin-top:-35px;
}
.even.boxFront3 > .field-collection-view {
    transform:skew(0deg, 4deg) translate(0px, 0px);
    background-size:cover !Important;
    /*height:420px !Important;*/
    margin-top:-35px;
}
.odd.boxFront1 > .field-collection-view {
    transform:skew(0deg, -4deg) translate(0px, 0px);
    background-size:cover !Important;
    /*height:420px !Important;*/
    margin-top:-35px;
}
.even.boxFront2 > .field-collection-view {
    transform:skew(0deg, -4deg) translate(0px, 0px);
    background-size:cover !Important;
    /*height:420px !Important;*/
    margin-top:-35px;
}
.odd.boxFront3 > .field-collection-view {
    transform:skew(0deg, 4deg) translate(0px, 0px);
    background-size:cover !Important;
    /*height:420px !Important;*/
    margin-top:-35px;
}
.boxFront .field--name-field-titulo-enlace {
    margin-top:10px;
}
.boxFront .content {
    position: absolute;
    bottom: 0px;
    background-color: rgba(23, 69, 107, 0.5);
}
.boxFront1.even .content {
    height:190px;
}
.boxFront2.odd .content {
    height:200px;
}
.boxFront3.even .content {
    height:180px;
}
.boxFront3.odd .content {
    height:190px;
}
.boxFront2.even .content {
    height:200px;
}
.boxFront1.odd .content {
    height:180px;
}
.boxFront .field--name-field-titulo-enlace a {
    color:#FFF;
    font-size: 32px;
    text-decoration:none;
    font-weight:bold;
    display:block;
    padding-top:5px;
    padding-left:30px;
    padding-right:30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxFront .field--name-field-descripcion {
    display:block;
    width:100%;
    padding-left:32px;
    padding-right:32px;
    color:white;
    font-weight:100;
    font-size:16px;
}
.CajaNumeros h2 {
    display:none;
}
.CajaNumeros .field--name-field-grafico > .field__items {
    background-color:#006598;
    padding-top:90px;
    padding-bottom:40px;
    color:white;
}
.CajaNumeros .field--name-field-grafico > .field__items > .field__item {
    display:inline-block;
    margin-left:30px;
    margin-right:30px;
}
.numberSolap1 {
    background-color:white;
    position:absolute;
    width:603px;
    height:50px;
    border:1px solid transparent;
    transform:rotate(4deg);
    margin-top:-28px;
    margin-left:0px;
    z-index: 15;
}
.numberSolap2 {
    background-color:white;
    position:absolute;
    width:603px;
    height:50px;
    border:1px solid transparent;
    transform:rotate(-4deg);
    margin-top:-28px;
    margin-left:597px;
    z-index: 15;
}
.CajasPortada {
    position:relative;
    z-index:34;
}
.CajaNumeros {
    margin-top:-50px;
}
.CajaNumeros .field--name-field-numero > .field__items > .field__item {
    display:inline-block;
    width:100px;
    height:100px;
    color:#32618f;
}
.CajaNumeros .field--name-field-texto-circulo > .field__items > .field__item {
    margin-top:-64px;
    margin-bottom:60px;
    color:#32618f;
    -webkit-transition: color 2.5s ease;
    -moz-transition: color 2.5s ease;
    -ms-transition: color 2.5s ease;
    -o-transition: color 2.5s ease;
    transition: color 2.5s ease;
}
#gMap {
    height:490px;
    margin-top:1px;
}
#gMap .sliderSolap1, #gMap .sliderSolap2 {
    margin-top:445px;
    height:70px;
}




















body.node-type-google-map h1 {
    display:none;
}
.field--name-field-tipo-mapa {
    display:none;
}
.itemWs, .itemWs * {
    box-sizing:border-box;
}
.itemWs .envelope {
    overflow:visible;
}
.itemWs {
    border:1px solid transparent;
    clear:both;
    overflow:visible !Important;
    margin-bottom:35px;
}
.itemWs:before, .itemWs:after {
    content:'';
    display:block;
    clear:both;
}
.itemWs .contentTxt {
    float:right;
    width:70%;
    overflow:visible !Important;
    text-align:left;
    padding-left:45px;
    padding-top:25px;
}
.itemWs .imgFront {
    float:left;
    width:30%;
    height:360px;
    overflow:hidden;
    transform:skew(0deg, 4deg);
    position:relative;
    z-index:30;
}
.itemWs .iFront {
    height:400px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:160% auto;
    transform:skew(0deg, -4deg);
    position:relative;
    z-index:40;
    overflow:visible;
    margin-top:-16px;
}
.estrellas .estrella {
    display:inline-block;
    width:32px;
    height:32px;
    background:transparent url('../images/estrella.png') center center no-repeat;
}
.descWrapper.hoteles .establecimientoconlaqdecalidadturisticaHotel,
.descWrapper.hoteles .recomendadoguiarepsolHotel,
.descWrapper.hoteles .unsolguiarepsolHotel,
.descWrapper.hoteles .tressolesguiarepsolHotel,
.descWrapper.hoteles .estrellamichelinHotel {
    display: none;
}
.tenedores .tenedor {
    display:inline-block;
    width:32px;
    height:32px;
    background:transparent url('../images/tenedor.png') center center no-repeat;
}
.descWrapper.restaurantes .conrestaurantebarocafeteriaHotel,
.descWrapper.restaurantes .conpiscinaHotel,
.descWrapper.restaurantes .conaparcamientoprivadoHotel,
.descWrapper.restaurantes .wifidisponibleHotel,
.descWrapper.restaurantes .esteestablecimientoadmiteanimalesdecompaniaHotel {
    display: none;
}
.descWrapper {
    margin-top:10px;
}
.descWrapper .descItem {
    display: block;
    width: 70%;
    margin-top: 32px;
}
.descWrapper .nombreHotel {
    font-size:26px !Important;
    font-weight:bold;
    vertical-align:middle;
    display:inline-block;
}
.descWrapper .establecimientoconlaqdecalidadturisticaHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/establecimientoconlaqdecalidadturistica.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .recomendadoguiarepsolHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/recomendadoguiarepsol.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .unsolguiarepsolHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/solguiarepsol.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .tressolesguiarepsolHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/tressolesguiarepsol.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .estrellamichelinHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/estrellamichelin.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .wifidisponibleHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/wifi.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .conaparcamientoprivadoHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/parking.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .conpiscinaHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/spa.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .conrestaurantebarocafeteriaHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/restaurant.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .establecimientoadaptadoadiscapacitadosHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/handicap.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .esteestablecimientoadmiteanimalesdecompaniaHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/dog-seating.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.footerHotel {
    margin-top:60px;
}
.footerHotel .footerButtons {
    float:right;
}
.footerHotel .footerButtons a {
    background-color:rgba(0, 0, 0, 0.6);
    color:white;
    text-decoration:none;
    width:190px;
    display:inline-block;
    padding:4px 15px;
    margin-bottom:2px;
}
.footerHotel .footerButtons a:hover {
    background-color:rgba(0, 0, 0, 0.3);
}
.footerHotel .footerDir {
    max-width:70%;
}
.footerHotel .footerDir a {
    color:black;
    text-decoration:none;
}
.footerHotel .footerDir div {
    margin-bottom:10px;
    padding-left:35px;
}
.footerHotel .footerDir .webHotel {
    line-height:25px;
    background:transparent url('../images/web.png') 0 0 no-repeat;
}
.footerHotel .footerDir .telHotel {
    line-height:25px;
    background:transparent url('../images/tel.png') 0 0 no-repeat;
}
.footerHotel .footerDir .mailHotel {
    line-height:25px;
    background:transparent url('../images/sobre-2.png') 0 0 no-repeat;
}
.footerHotel .footerDir .dirHotel {
    line-height:25px;
    background:transparent url('../images/pin.png') 0 0 no-repeat;
}
#finderWs {
    background-color:#80AEAE;
    width:70%;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:65px;
    padding:15px;
    padding-left:40px;
    padding-right:40px;
    padding-bottom:25px;
}
#finderWs h3 {
    text-transform:uppercase;
    font-weight:100;
    font-size:26px;
    color:white;
    margin-bottom:25px;
}
.wrapperSelects, .wrapperChecks, .wrapperButton {
    display:inline-block;
    vertical-align:top;
}
.wrapperSelects {
    text-align:left;
    width:35%;
}
.wrapperChecks {
    text-align:left;
    width:50%;
}
.wrapperButton {
    vertical-align:bottom;
    text-align:right;
    width:15%;
}
#finderWs select {
    border:0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding:10px 15px;
    font-size:16px;
    padding-right:35px;
    width:80%;
    background-color:white;
}
.wrapperButton button {
    border:0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color:transparent;
    font-size:16px;
    text-transform:uppercase;
    border-left:4px solid black;
    border-right:4px solid black;
    padding:5px 10px;
    cursor:pointer;
}
#finderWs input[type='checkbox'] {
    border:0;
    background-color:transparent;
    width:25px;
    height:25px;
}
#finderWs .blockChecks {
    display:inline-block;
    width:190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:-5px;
}
#finderWs .blockChecks label {
    position:relative;
    top:-5px;
    font-size:17px;
}
.node--google-map ul.node__links {
    display:none;
}
body.node-type-como-llegar h1 {
    margin-top:35px;
    font-weight:100;
    text-align:left;
    padding-left:25px;
    padding-right:25px;
    text-transform:uppercase;
    font-size:40px;
    margin-bottom:20px;
}
body.node-type-como-llegar article.node--como-llegar > .node__content {
    padding-left:25px;
    padding-right:25px;
    text-align:left;
}
body.node-type-como-llegar .field--name-field-parrafo-negro, body.node-type-como-llegar .field--name-field-parrafo-verde {
    text-align:justify;
}
body.node-type-como-llegar p {
    margin-bottom:15px;
}
body.node-type-como-llegar .field--name-field-parrafo-verde {
    color:#80AEAE;
}
body.node-type-como-llegar .field--name-field-imagen-separador {
    margin-top:100px;
    margin-bottom:100px;
}
body.node-type-como-llegar .field--name-field-avion-titulo-1 {
    display:inline-block;
    text-transform:uppercase;
    font-size:18px;
    vertical-align:middle;
    margin-right:20px;
}
body.node-type-como-llegar .field--name-field-avion-titulo-imagen {
    display:inline-block;
    vertical-align:middle;
}
body.node-type-como-llegar .field--name-field-avion-texto {
    background-color:#80AEAE;
    color:white;
    padding:15px;
    float:right;
    width:250px;
    position:relative;
    display:inline-block;
    margin-top:60px;
}
body.node-type-como-llegar .field--name-field-avion-listado {
    display:inline-block;
}
body.node-type-como-llegar .field--name-field-avion-listado > .field__items > .field__item {
    display:inline-block;
    width:420px;
    margin-top:20px;
    margin-right:25px;
}
body.node-type-como-llegar .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: none;
}
body.node-type-como-llegar .field--name-field-avion-listado .field--name-field-titulo-listado {
    color:#80AEAE;
    text-transform:uppercase;
    font-size:18px;
}
body.node-type-como-llegar .field--name-field-lista-opcion {
    padding:8px;
    margin-top:5px;
}
body.node-type-como-llegar .field--name-field-lista-opcion .entity-field-collection-item * {
    display:inline-block;
    vertical-align:middle;
}
body.node-type-como-llegar .field--name-field-lista-opcion .entity-field-collection-item a {
    text-decoration:none;
    color:black;
}
body.node-type-como-llegar .field--name-field-lista-opcion .entity-field-collection-item a:hover {
    color:rgba(0, 0, 0, 0.5);
}
body.node-type-como-llegar .field--name-field-lista-opcion .entity-field-collection-item {
    margin-bottom:10px;
}
body.node-type-como-llegar .field--name-field-lista-opcion .entity-field-collection-item .field--name-field-icono-imagen {
    margin-right:8px;
}
body.node-type-como-llegar .field--name-field-tren-titulo {
    display:inline-block;
    text-transform:uppercase;
    font-size:18px;
    vertical-align:middle;
    margin-right:20px;
}
body.node-type-como-llegar .field--name-field-tren-titulo-imagen {
    display:inline-block;
    vertical-align:middle;
}
body.node-type-como-llegar .field--name-field-separador-tren {
    text-align:center;
    overflow:hidden;
    margin-top:80px;
    margin-bottom:80px;
}
body.node-type-como-llegar .field--name-field-tren-texto {
    display:inline-block;
    width:65%;
    float:right;
    margin-top:45px;
    border-left:4px solid #80AEAE;
    padding-left:25px;
    padding-top:10px;
}
body.node-type-como-llegar .field--name-field-tren-listado {
    display:inline-block;
}
body.node-type-como-llegar .field--name-field-separador-autobus {
    text-align:center;
    overflow:hidden;
    margin-top:80px;
    margin-bottom:80px;
}
body.node-type-como-llegar .field--name-field-separador-carretera {
    text-align:center;
    overflow:hidden;
    margin-top:80px;
    margin-bottom:150px;
}
body.node-type-como-llegar .field--name-field-autobus-titulo {
    display:inline-block;
    text-transform:uppercase;
    font-size:18px;
    vertical-align:middle;
    margin-right:20px;
}
body.node-type-como-llegar .field--name-field-autobus-titulo-imagen {
    display:inline-block;
    vertical-align:middle;
}
body.node-type-como-llegar .field--name-field-autobus-listado-enlaces {
    display:inline-block;
    width:65%;
    float:right;
    margin-top:-110px;
    border-left:4px solid #80AEAE;
    padding-left:25px;
    padding-top:10px;
    position:relative;
}
body.node-type-como-llegar .field-collection-view .field--name-field-titulo {
    display: block;
}
body.node-type-como-llegar .field--name-field-autobus-titulo-estacion {
    display:inline-block;
    width:65%;
    float:right;
    margin-top:-150px;
    border-left:4px solid #80AEAE;
    padding-left:25px;
    padding-top:10px;
    margin-bottom:-46px;
    position:relative;
    text-transform:uppercase;
    color:#80AEAE;
    padding-bottom:15px;
}
body.node-type-como-llegar .field--name-field-autobus-listado {
    width:35%;
    float:left;
}
body.node-type-como-llegar .field--name-field-enlaces-titulo {
    text-decoration:underline;
    margin-left:-20px;
    padding-left:20px;
    margin-bottom:20px;
    line-height:25px;
    background:transparent url('../images/flecha.png') 5px 6px no-repeat;
    background-size:10px 16px;
}
body.node-type-como-llegar .field--name-field-enlaces-autobus .field__item {
    margin-bottom:-15px;
}
body.not-front .node--box-acceso .field--name-field-titulo {
    display:none !Important;
}
body.node-type-como-llegar .field--name-field-carretera-titulo {
    display:inline-block;
    text-transform:uppercase;
    font-size:18px;
    vertical-align:middle;
    margin-right:20px;
}
body.node-type-como-llegar .field--name-field-carretera-titulo-imagen {
    display:inline-block;
    vertical-align:middle;
}
body.node-type-como-llegar .field--name-field-carretera-listado .entity-field-collection-item {
    margin-bottom:-8px;
}
body.node-type-como-llegar .field--name-field-carretera-texto {
    width:64%;
    float:right;
    text-align:justify;
    background-color:#80AEAE;
    color:white;
    font-size:18px;
    height:350px;
    overflow:hidden;
    margin-bottom:-310px;
    margin-top:-115px;
}
body.node-type-como-llegar .field--name-field-carretera-texto .field__items {
    padding:15px 15px 5px 15px;
}
body.node-type-como-llegar .field--name-field-carretera-texto:before {
    content:'';
    display:block;
    height:200px;
    background:transparent url('../images/matorral.png') center top no-repeat;
    background-size:cover;
}
body.node-type-como-llegar footer {
    margin-top:50px;
}
body.node-type-como-llegar video {
    float:right;
    margin-left:25px;
    margin-top:-60px;
    margin-bottom:40px;
}
.node--como-llegar ul.node__links {
    display:none;
}
.node--ruta-gastronimica {
    margin-top:60px;
}
.node--ruta-gastronimica h1 {
    font-weight:100;
    text-transform:uppercase;
    font-size:45px;
    margin-bottom:20px;
}
.node--ruta-gastronimica .field--name-field-titulo {
    display:block !Important;
    text-transform:uppercase;
    margin:0 auto;
    margin-bottom:25px;
    width:80%;
    border-top:2px solid #80AEAE;
    padding-top:10px;
    border-bottom:2px solid #80AEAE;
    padding-bottom:10px;
    font-size:18px;
}
.node--ruta-gastronimica .field--name-field-desc-plaza {
    text-align:justify;
}
body.node-type-ruta-gastronimica ul.node__links {
    display:none;
}


/*** Vista lista de promociones ***/
body.page-list-promociones .l-content h1 {
    margin-top: 45px;
    font-weight: 700;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}
body.page-list-promociones .view-list-promociones {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}
body.page-list-promociones .promo-intro-title {
    width: 45%;
    margin-bottom: 32px;
    margin-top: -10px;
    font-weight: 100;
    line-height: 20px;
}
body.page-list-promociones .view-list-promociones .views-row {
    display: inline-block;
    margin-right: 15px;
}
body.page-list-promociones .view-list-promociones .views-field-php .promofoot {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #80AEAE;
    margin-top: -2px;
    background-image: url('../images/promo-list-foot.png');
    background-repeat: no-repeat;
    background-position: center center;
}

/*** PROMOCIONES ***/
body.page-node-33 .l-content h1,
body.page-node-34 .l-content h1 {
    display: none;
}

.node-type-promociones .promoWrapper {
    width: 80%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
    margin-top: 50px;
}

.node-type-promociones .promoWrapper .desc-promo {
    display: block;
    text-align: left;
    width: 95%;
    margin: 0 auto;
    margin-top: 25px;
}
.node-type-promociones .promoWrapper .desc-promo span {
    display: block;
    margin-top: 5px;
    font-weight: 700;
}
.node-type-promociones .promoWrapper .promo-link {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 15px;
}

/* ITEMS PROMO */
.node-type-promociones .promoWrapper .desc-promo,
.node-type-promociones .promoWrapper .promo-link,
.node-type-promociones .promoWrapper .promoItems,
.node-type-promociones .promoWrapper .hotels-panel {
    padding-left: 20px;
    padding-right: 20px;

}


.node-type-promociones .promoWrapper .promo-link {
    text-align: center;
}
.node-type-promociones .promoWrapper .item-promo {
    margin-bottom: 10px;
    padding-left: 40px;
}
.node-type-promociones .promoItems > div:last-child {
    margin-bottom: 50px;
    margin-top: 45px;
}
.node-type-promociones .promoWrapper .item-promo .title-item {
    display: block;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: normal;
    color: #727276;
    padding-top: 25px;
    padding-left: 10px;
    text-transform: uppercase;
    text-align: left;
}
.node-type-promociones .promoWrapper .item-promo .title-item span {
    color: #ed8826;
}
.node-type-promociones .promoWrapper .item-promo .img-item {
    display: inline-block;
    vertical-align: top;
}
.node-type-promociones .promoWrapper .item-promo .desc-item{
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding-left: 15px;
    padding-top: 45px;
    text-align: left;
}
.node-type-promociones .promoWrapper .horizontal-separator {
    width: 70%;
    height: 3px;
    margin: 0 auto;
    background: #ed8826;
    margin-bottom: 35px;
    margin-top: 25px;
}
.node-type-promociones .promoWrapper .hotels-panel .title-hotels-panel {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #727276;
}
.node-type-promociones .promoWrapper .hotels-panel .title-hotels-panel span {
    color: #ed8826;
}
.node-type-promociones .promoWrapper .hotels-panel .hotelsWrapper {
    text-align: center;
}
.node-type-promociones .promoWrapper .hotels-panel .hotel-item {
    display: inline-block;
    min-height: 240px;
    width: 45%;
    margin-bottom: 40px;
    vertical-align: top;
    position: relative;
}
.node-type-promociones .promoWrapper .hotels-panel .hotel-item.pointer {
    cursor: pointer;
}
.node-type-promociones .promoWrapper .hotels-panel .hotel-item .hotel-title {
    position: absolute;
    left: 55px;
    bottom: -29px;
    max-width: 220px;
}
.node-type-promociones .promoWrapper .hotels-panel .priceHotel {
    background: url('../images/promociones/back_price.png') no-repeat center center;
    position: absolute;
    right: -55px;
    top: -19px;
    width: 200px;
    height: 150px;
    line-height: 150px;
    font-size: 41px;
    color: #e3532d;
    font-weight: 400;
    font-style: italic;
}
.node-type-promociones .promoWrapper .hotels-panel .hotel-item .estrellasHotel {
    position: absolute;
    right: 65px;
    bottom: -29px;
}
.node-type-promociones .promoWrapper .hotels-panel .hotel-item .estrellasHotel .starHotel {
    background: url('../images/promociones/estrella.png') no-repeat center center;
    width: 15px;
    height: 14px;
    display: inline-block;
}

/************** EXPERIENCIAS PROMOCIONES ***********************/
.node-type-promociones .promoWrapper .experienciasSlider .expTitle {
    text-align: center;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #ed8826;
    font-weight: normal;
}
.node-type-promociones .promoWrapper .experienciasSlider .experiencia-item {
    display: none;
    vertical-align: top;
    height: 194px;
    width: 80%;
    position: relative;
    margin: 0 auto;
}
.node-type-promociones .promoWrapper .experienciasSlider .experiencia-item .exp-title {
    position: absolute;
    left: 202px;
    top: 36px;
    font-weight: 700;
    font-size: 15px;
}
.node-type-promociones .promoWrapper .experienciasSlider .experiencia-item .exp-descripcion {
    position: absolute;
    left: 202px;
    top: 67px;
}
.node-type-promociones .promoWrapper .experienciasSlider .expPager {
    text-align: center;
    margin-bottom: 25px;
}
.node-type-promociones .promoWrapper .experienciasSlider .expPager .item-pager {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 22px;
    border-radius: 20px;
    color: #fff;
    background: #e56b14;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 22px;
}
.node-type-promociones .promoWrapper .experienciasSlider .expWrapper {
    position: relative;
    min-height: 200px;
}
.node-type-promociones .promoWrapper .experienciasSlider .expWrapper .experiencia-item:nth-child(2) {
    display: block;
}
.node-type-promociones .promoWrapper .experienciasSlider .changeExp.next,
.node-type-promociones .promoWrapper .experienciasSlider .changeExp.prev {
    display: block;
    width: 25px;
    height: 45px;
    cursor: pointer;
}
.node-type-promociones .promoWrapper .experienciasSlider .changeExp.next {
    background: url('../images/promociones/flecha_izda.png') no-repeat center center;
    position: absolute;
    top: 83px;
    left: 15px;
}
.node-type-promociones .promoWrapper .experienciasSlider .changeExp.prev {
    background: url('../images/promociones/flecha_dcha.png') no-repeat center center;
    position: absolute;
    right: 15px;
    top: 83px;
}

.node-type-promociones .promoWrapper .footer-banner {
    text-align: center;
    margin-top: 30px;
}
.node-type-promociones .promoWrapper .footer-link,
.node-type-promociones .promoWrapper .footer-text {
    text-align: center;
}
.node-type-promociones .promoWrapper .footer-text {
    margin-top: 20px;
    font-size: 15px;
}
.node-type-promociones .promoWrapper .footer-text a {
    color: #ed8826;
}
body.node-type-documentos-pdf h1, body.node-type-documentos-pdf ul.node__links {
    display:none;
}
article.node--documentos-pdf {
    background:transparent url('../images/mapa-info.png') 90% 50px no-repeat;
    min-height:400px;
    margin-top:50px;
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
article.node--documentos-pdf .field--name-field-tipo-pdf, article.node--documentos-pdf .field--name-field-nombre-documento, article.node--documentos-pdf .field--name-field-pdf .file-icon {
    display:none;
}
article.node--documentos-pdf .field--name-field-pdf a {
    text-decoration:none;
    text-transform:uppercase;
    color:black;
    font-size:18px;
    display:inline-block;
    padding-left:25px;
    background:transparent url('../images/flecha.png') 0 center no-repeat;
    background-size:18px 20px;
}
article.node--documentos-pdf .field--name-field-pdf a span {
    color:rgba(102, 177, 177, 1);
    display:inline-block;
    padding-left:10px;
}
article.node--documentos-pdf .field--name-field-pdf a:hover {
    color:rgba(102, 177, 177, 1);
}
footer .field--name-field-contacto .field-collection-view {
    padding: 1em 0 0.3em;
}
#currentWeather {
    display:inline-block;
    border:1px solid transparent;
    position:absolute;
    z-index:25;
    right:10px;
    width:150px;
    height:90px;
    margin-top:10px;
    padding-top:60px;
    font-size:18px;
    color:rgba(0, 0, 0, 0.4);
    font-weight:100;
}
#currentWeather span {
    font-size:16px;
}
.weather01d {
    background:transparent url('../images/weather/01d.png') center top 0 no-repeat;
}
.weather01n {
    background:transparent url('../images/weather/01n.png') center top 0 no-repeat;
}
.weather02d {
    background:transparent url('../images/weather/02d.png') center top 0 no-repeat;
}
.weather02n {
    background:transparent url('../images/weather/02n.png') center top 0 no-repeat;
}
.weather03d {
    background:transparent url('../images/weather/03d.png') center top 0 no-repeat;    
}
.weather03n {
    background:transparent url('../images/weather/03n.png') center top 0 no-repeat;   
}
.weather04d {
    background:transparent url('../images/weather/04d.png') center top 0 no-repeat;   
}
.weather04n {
    background:transparent url('../images/weather/04n.png') center top 0 no-repeat;    
}
.weather09d {
    background:transparent url('../images/weather/09d.png') center top 0 no-repeat;    
}
.weather09n {
    background:transparent url('../images/weather/09n.png') center top 0 no-repeat;
}
.weather10d {
    background:transparent url('../images/weather/10d.png') center top 0 no-repeat;  
}
.weather10n {
    background:transparent url('../images/weather/10n.png') center top 0 no-repeat;  
}
.weather11d {
    background:transparent url('../images/weather/11d.png') center top 0 no-repeat;   
}
.weather11n {
    background:transparent url('../images/weather/11n.png') center top 0 no-repeat;    
}
.weather13d {
    background:transparent url('../images/weather/13d.png') center top 0 no-repeat;    
}
.weather13n {
    background:transparent url('../images/weather/13n.png') center top 0 no-repeat;   
}
.weather50d {
    background:transparent url('../images/weather/50d.png') center top 0 no-repeat;    
}
.weather50n {
    background:transparent url('../images/weather/50n.png') center top 0 no-repeat;  
}
body.node-type-clima h1 {
    margin-top:35px;
    font-weight:100;
    text-align:left;
    padding-left:25px;
    padding-right:25px;
    text-transform:uppercase;
    font-size:40px;
    margin-bottom:20px;
}
body.node-type-clima article.node--clima > .node__content {
    padding-left:25px;
    padding-right:25px;
    text-align:left;
}
body.node-type-clima p {
    margin-bottom:15px;
}
.node--clima ul.node__links {
    display:none;
}
#isobars {
    float: right;
    margin-left: 25px;
    margin-bottom: 40px;
}
#isobarDesc {
    position: absolute;
    color: white;
    margin: 250px 0 0 120px;
    background-color: darkblue;
    padding: 1px 20px;
    font-size: 20px;
    min-width: 220px;  
    text-align: center;
}
.isobars-slide-wrap {
    height: 300px;
}
#forecastWrapper {
    background-color: #e9f1f1;
    width: 100%;
    margin-top: 160px;
}
.forecastRow ul {
    margin: 20px 10px;
}
.forecastRow ul li {
    display: inline-block;
    width: 19%;
}
.forecastHeadCols {
    text-align: center;
}
.forecastHeadCols li {
    background-color: #83c2cf;
    color: white;
    margin: 10px 5px;
    padding: 5px 0;
}
.forecastCols ul li  {
    display: block;
    width: 100%;
}
#weatherIcon {
    display:inline-block;
    border:1px solid transparent;
    z-index:25;
    width:150px;
    height:90px;
    font-size:18px;
    font-weight:100;
}
#weatherIcon span {
    font-size:16px;
}
body.node-type-historia-de-murcia .l-content {
    text-align:left;
    padding-left:30px;
    padding-right:30px;
}
body.node-type-historia-de-murcia h1 {
    margin-top:35px;
    margin-bottom:45px;
    text-transform:uppercase;
    font-weight:100;
    font-size:40px;
    max-width:450px;
    color:rgba(153, 204, 204, 1);
}
body.node-type-historia-de-murcia .field--name-field-subtitulo-his {
    max-width:600px;
    color:rgba(153, 204, 204, 1);
    margin-bottom:30px;
}
body.node-type-historia-de-murcia .field--name-field-images-1 {
    float:right;
    margin-left:50px;
    max-width:200px;
    overflow:hidden;
}
body.node-type-historia-de-murcia .field--name-field-images-1 img {
    max-width:200px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-1 p {
    margin-bottom:25px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-1 {
    margin-bottom:100px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-1:after, body.node-type-historia-de-murcia .field--name-field-bloque-1:before {
    /*content:'';
    display:block;
    clear:both;*/
}

body.node-type-historia-de-murcia .field--name-field-images-2 {
    float:left;
    margin-right:50px;
    max-width:200px;
    overflow:hidden;
}
body.node-type-historia-de-murcia .field--name-field-images-2 img {
    max-width:200px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-2 p {
    margin-bottom:25px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-2 {
    margin-bottom:50px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-2:after, body.node-type-historia-de-murcia .field--name-field-bloque-2:before {
    /*content:'';
    display:block;
    clear:both;*/
}

body.node-type-historia-de-murcia .field--name-field-nota {
    color:rgba(153, 204, 204, 1);
    text-align:center;
    margin-top:80px;
    margin-bottom:80px;
    font-size:40px;
    font-weight:100;
}

body.node-type-historia-de-murcia .field--name-field-images-3 {
    float:right;
    margin-left:50px;
    max-width:200px;
    overflow:hidden;
}
body.node-type-historia-de-murcia .field--name-field-images-3 img {
    max-width:200px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-3 p {
    margin-bottom:25px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-3 {
    margin-bottom:50px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-3:after, body.node-type-historia-de-murcia .field--name-field-bloque-3:before {
    /*content:'';
    display:block;
    clear:both;*/
}
body.node-type-historia-de-murcia .field--name-field-nota {
    margin-top:150px;
}
body.node-type-historia-de-murcia ul.node__links {
    display:none;
}
body.node-type-historia-de-murcia .field--name-field-nota:after, body.node-type-historia-de-murcia .field--name-field-nota:before {
    content:'';
    display:block;
    clear:both;
}
.AccessBox {
    text-align:center;
}
body.node-type-como-moverse .l-content {
    text-align:left;
    padding-left:30px;
    padding-right:30px;
}
body.node-type-como-moverse h1 {
    margin-top:35px;
    margin-bottom:45px;
    text-transform:uppercase;
    font-weight:100;
    font-size:40px;
    max-width:450px;
    color:rgba(153, 204, 204, 1);
}
body.node-type-como-moverse .field--name-field-subtitulo-mov {
    max-width:600px;
    margin-bottom:30px;
}
body.node-type-como-moverse .field--name-field-imagen-separador {
    text-align:center;
    margin-top:45px;
    margin-bottom:100px;
}
body.node-type-como-moverse .field--name-field-fotos-autobus .field__items,
body.node-type-como-moverse .field--name-field-fotos-tranvia .field__items,
body.node-type-como-moverse .field--name-field-fotos-taxi .field__items,
body.node-type-como-moverse .field--name-field-fotos-bici .field__items,
body.node-type-como-moverse .field--name-field-fotos-pie .field__items {
    max-width:300px;
    overflow:hidden;
    float:right;
    margin-left:50px;
}
body.node-type-como-moverse .field--name-field-fotos-tranvia,
body.node-type-como-moverse .field--name-field-fotos-taxi,
body.node-type-como-moverse .field--name-field-fotos-bici,
body.node-type-como-moverse .field--name-field-fotos-pie,
body.node-type-como-moverse .field--name-field-bloque-parking {
    padding-top:150px;
    background:transparent url(../images/separador.png) center 75px no-repeat;
}
body.node-type-como-moverse .field--name-field-fotos-tranvia {
    margin-top:-50px;
}
body.node-type-como-moverse .field--name-field-fotos-taxi {
    margin-top:-50px;
}
body.node-type-como-moverse .field--name-field-fotos-bici {
    margin-top:100px;
}
body.node-type-como-moverse .field--name-field-bloque-parking {
    margin-top:100px;
}
body.node-type-como-moverse .l-content h2 {
    text-transform:uppercase;
    font-weight:100;
    margin-bottom:15px;
    line-height:60px;
}
body.node-type-como-moverse .field--name-field-bloque-autobus h2 {
    background:transparent url(../images/bus-samll.png) 140px center no-repeat;
    height:60px;
}
body.node-type-como-moverse .field--name-field-bloque-tranvia h2 {
    background:transparent url(../images/tranvia-small.png) 120px center no-repeat;
    height:60px;
}
body.node-type-como-moverse .field--name-field-bloque-taxi h2 {
    background:transparent url(../images/taxi-small.png) 60px center no-repeat;
    height:60px;
}
body.node-type-como-moverse .field--name-field-bloque-bici h2 {
    background:transparent url(../images/bici-small.png) 60px center no-repeat;
    height:60px;
}
body.node-type-como-moverse .field--name-field-bloque-pie h2 {
    background:transparent url(../images/andando.png) 60px center no-repeat;
    height:60px;
    background-size:60px;
}
body.node-type-como-moverse .field--name-field-bloque-parking h2 {
    background:transparent url(../images/parking.png) 140px center no-repeat;
    height:60px;
}
body.node-type-como-moverse .boxGreen {
    background-color:rgba(153, 204, 204, 1);
    padding:10px 20px;
}
body.node-type-como-moverse .field--name-field-bloque-autobus .boxGreen {
    width:250px;
    float:right;
    margin-right:20px;
    margin-top:10px;
    color:white;
    background:#99cccc url('../images/mapa.png') 130px 45px no-repeat;
}
body.node-type-como-moverse .field--name-field-bloque-autobus .boxGreen a {
    color:white;
    text-decoration:none;
    font-size:11px;
    max-width:75px;
    display:block;
    margin-top:10px;
}
body.node-type-como-moverse .field--name-field-bloque-autobus .boxGreen .titGreen {
    text-transform:uppercase;
    font-size:22px;
}
body.node-type-como-moverse .field--name-field-bloque-autobus .boxGreen .subtitGreen {
    text-transform:uppercase;
    font-size:15px;
    max-width:80px;
}
body.node-type-como-moverse p {
    margin-bottom:25px;
}
body.node-type-como-moverse .l-content .field ul {
    list-style-type: none;
    padding-left:0px;
    margin-bottom:50px;
}
body.node-type-como-moverse .l-content .field ul li {
    line-height:30px;
    /*padding-left:35px;*/
}
body.node-type-como-moverse .l-content .field ul li a {
    text-decoration:none;
    color:black;
}
body.node-type-como-moverse .l-content .field ul li:first-child {
    /*background:transparent url('../images/web.png') 0px center no-repeat;
    background-size:25px;*/
}
body.node-type-como-moverse .l-content .field ul li:last-child {
    /*background:transparent url('../images/tel.png') 0px center no-repeat;
    background-size:25px;*/
}
body.node-type-como-moverse .field--name-field-bloque-pie a {
    /*color:#99cccc;*/
    text-decoration:none;
    display:inline-block;
    /*padding-left:75px;
    line-height:55px;*/
}
body.node-type-como-moverse .field--name-field-bloque-pie a:nth-child(2) {
    /*float:right;
    margin-right:10px;*/
}
body.node-type-como-moverse .field--name-field-bloque-pie a:nth-child(1) {
    /*background:transparent url('../images/mapa-small.png') 0px center no-repeat;*/
}
body.node-type-como-moverse .field--name-field-bloque-pie a:nth-child(2) {
    /*background:transparent url('../images/localizacion.png') 0px center no-repeat;*/
}
body.node-type-como-moverse .field--name-field-bloque-parking .boxGreen {
    max-width:300px;
    float:right;
    margin-left:40px;
    height:320px;
    padding:25px;
}
body.node-type-como-moverse .field--name-field-bloque-parking .boxGreen .titGreen {
    text-transform:uppercase;
    font-size:25px;
    font-weight:100;
}
body.node-type-como-moverse .field--name-field-bloque-parking .boxGreen a {
    margin-top:50px;
    display:block;
    text-align:center;
    height:100px;
    padding-top:100px;
    text-decoration:none;
    color:black;
    font-size:13px;
    background:transparent url('../images/pin-cuadro.png') 150px 0px no-repeat;
    background-size:100px;
}
#hiddenGallery, #hiddenText, #hiddenLink {
    display:none;
}
#contentText {
    text-align: justify;
}
body.node-type-contacto .webform-component--escribenos {
    width:48%;
    float:right;
    margin-left:35px;
}
body.node-type-contacto fieldset.webform-component--group {
    border:none;
    text-align:left;
    background-color:#7FADAD;
    padding:25px;
    height:380px;
    max-height:380px;
    min-height:380px;
}
body.node-type-contacto fieldset.webform-component--group label {
    color:white;
    font-weight:100;
}
body.node-type-contacto fieldset.webform-component--group .contactField {
    width:100%;
    border:none;
    height:20px;
    background:transparent;
    border-bottom:2px solid #99cccc;
}
body.node-type-contacto fieldset.webform-component--group .webform-component-textfield,
body.node-type-contacto fieldset.webform-component--group .webform-component-email {
    white-space:nowrap;
    overflow:hidden;
}
body.node-type-contacto fieldset.captcha {
    border:none;
    padding:0;
    margin-top:35px;
}
body.node-type-contacto fieldset.captcha legend {
    display:none;
}
body.node-type-contacto fieldset.captcha .fieldset-description {
    display:none;
}
body.node-type-contacto fieldset.captcha .form-type-textfield {
    margin-top:10px;
}
body.node-type-contacto fieldset.captcha label {
    display:inline-block;
    margin-right:20px;
    line-height:35px;
}
body.node-type-contacto fieldset.captcha input {
    line-height:45px;
    font-size:28px;
    width:150px;
}
body.node-type-contacto fieldset.captcha .form-type-textfield .description {
    display:none;
}
body.node-type-contacto input.form-submit {
    line-height:35px !Important;
    font-size:16px !Important;
    width:100px !Important;
    float:right;
    text-transform:uppercase;
    border:none;
    background-color:transparent;
    border-left:4px solid black;
    border-right:4px solid black;
    margin-top:8px;
}
body.node-type-contacto #edit-submitted-escribenos {
    height:380px;
    max-height:380px;
    min-height:380px;
    border:2px solid #7FADAD;
    padding:20px;
    width:100%;
    min-width:100%;
    max-width:100%;
}
body.node-type-contacto .form-item-submitted-politica {
    text-align:left;
}
body.node-type-contacto .form-item-submitted-politica label {
    margin-left:10px;
}
body.node-type-contacto #block-webform-client-block-364 h2 {
    display:none;
}
body.node-type-contacto h1 {
    margin-top:70px;
    text-align:left;
    font-weight:100;
    margin-bottom:25px;
}
body.node-type-contacto .l-content {
    padding-left:20px;
    padding-right:20px;
}
body.node-type-contacto article .field-collection-container {
    width:49%;
    text-align:left;
    float:right;
    border-left:2px solid #7FADAD;
    position:relative;
    left:-6px;
    padding-left:20px;
    padding-bottom:15px;
}
body.node-type-contacto article .field--name-field-link-mapa {
    text-align:left;
    margin-top:15px;
    margin-left:15px;
    background:#7FADAD url('../images/mapa.png') 85% 50% no-repeat;;
    padding:20px 25px;
}
body.node-type-contacto article .field--name-field-link-mapa a {
    color:white;
    text-decoration:none;
    font-size:20px;
    max-width:250px;
    display:inline-block;
    font-weight:100;
    line-height:30px;
}
body.node-type-contacto .field--name-body {
    margin-top:60px;
    text-align:justify;
    width:46%;
}
body.node-type-contacto article .field--name-field-icono-imagen, body.node-type-contacto article .field--name-field-texto-link-opcion {
    display:inline-block;
}
body.node-type-contacto article .field--name-field-texto-link-opcion {
    position:relative;
    top:-5px;
    margin-left:10px;
}
body.node-type-contacto ul.node__links {
    display:none;
}
body.page-node-364 h1 {
    margin-top:70px;
    font-weight:100;
    margin-bottom:25px;
}
body.page-node-364 .webform-confirmation {
    margin-bottom:25px;
}
body.page-node-364 div.links a {
    color:#7FADAD;
    text-decoration:none;
}
.field--name-field-imagen-carousel, .field--name-field-galeria-de-imagenes, .jcarousel {
    opacity:0;
}
.jcarousel {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1050px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
}
body.node-type-tarjeta-turistica .l-content {
    padding-left:20px;
    padding-right:20px;
}
body.node-type-tarjeta-turistica article.node--tarjeta-turistica {
    background:transparent url('../images/tc1.png') right 0px no-repeat !Important;
    background-size:40% !Important;
}
body.node-type-tarjeta-turistica h1 {
    margin-top:50px;
    text-align:left;
    text-transform:uppercase;
    font-weight:100;
    font-size:35px;
    margin-bottom:35px;
}
body.node-type-tarjeta-turistica .field--name-field-subtitulo-1, body.node-type-tarjeta-turistica .field--name-field-subtitulo-2 {
    color:#7FADAD;
    text-align:left;
    font-size:25px;
    font-weight:100;
    margin-top:20px;
    margin-bottom:10px;
}
body.node-type-tarjeta-turistica .field--name-field-parrafo-1, body.node-type-tarjeta-turistica .field--name-field-parrafo-2 {
    text-align:left;
    max-width:50%;
    text-align:justify;
}
body.node-type-tarjeta-turistica #formTouristCard {
    background-color:#7FADAD;
    width:50%;
    height:370px;
    margin-top:50px;
    float:left;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos {
    margin-top:170px;
    margin-left:700px;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos table#touristCardPrice {
    width:380px;
    margin-bottom:80px;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos table#touristCardPrice th {
    background-color:transparent;
    text-align:center;
    font-weight:100;
    padding-bottom:4px;
    padding-left:12px;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos table#touristCardPrice td {
    background-color:transparent;
    text-align:center;
    font-weight:100;
    border-right:4px solid #7FADAD;
    padding-top:8px;
    padding-bottom:8px;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos table#touristCardPrice tr:nth-child(2) td {
    border-bottom:4px solid #7FADAD;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos .txtGreen {
    text-align:justify;
    color:#7FADAD;
    width:90%;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos .txtGreen a {
    color:#7FADAD;
}
body.node-type-tarjeta-turistica .field--name-field-carousel {
    margin-top:120px;
}
body.node-type-tarjeta-turistica .field--name-field-titulo-descuentos {
    background:transparent url('../images/separador.png') center top no-repeat;
    margin-top:50px;
    padding-top:60px;
}
.field-collection-item-field-carousel {
    background:transparent url('../images/separador.png') center top no-repeat;
    margin-top:50px;
    padding-top:70px;
}
.field--name-field-carousel:after, .field--name-field-carousel:before {
    content:'';
    display:block;
    clear:both;
}
.field--name-field-titulo-carousel {
    color:#7FADAD;
    text-transform:uppercase;
    font-size:25px;
    margin-bottom:15px;
}
.field--name-field-descripcion-carousel {
    max-width:1000px;
    margin:0 auto;
    margin-bottom:25px;
}
.jcarousel li {
    transform:scale(0.6);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.jcarousel li.elementSelect {
    transform:scale(1);
}
.jcarousel li img {
    border:6px solid #7FADAD;
}
.jcarousel .subTitCarousel {
    color:#7FADAD;
    margin-top:10px;
}
.jcarouselPrev {
    text-indent:-99999px;
    display:inline-block;
    width:27px;
    height:28px;
    background:transparent url('../images/left.png') 0 0 no-repeat;
    float:left;
    margin-top:-180px;
}
.jcarouselNext {
    text-indent:-99999px;
    display:inline-block;
    width:27px;
    height:28px;
    background:transparent url('../images/right.png') 0 0 no-repeat;
    float:right;
    margin-top:-180px;
}
body.node-type-tarjeta-turistica .field--name-field-titulo-descuentos {
    color:#7FADAD;
    text-transform:uppercase;
    font-size:25px;
    margin-bottom:50px;
}
body.node-type-tarjeta-turistica .field--name-field-descripcion-descuentos {
    text-align:left;
    font-size:18px;
    background:transparent url('../images/descuento.png') 70% center no-repeat;
    height:160px;
}
body.node-type-tarjeta-turistica .field--name-field-descripcion-descuentos p {
    text-align:justify;
    max-width:220px;
    margin-left:28%;
}
body.node-type-tarjeta-turistica .field--name-field-descripcion-descuentos p a {
    text-align:left !Important;
    display:inline-block;
    margin-top:22px;
    color:#7FADAD;
    text-decoration:none;
}
body.node-type-tarjeta-turistica ul.node__links {
    display:none;
}
.preFormTouristCard {
    max-width: 50%;
    text-align: justify;
    margin-top:35px;
    margin-bottom:-20px;
    font-size:14px;
}
#formTouristCard {
    padding:20px 25px;
    text-align:left;
}
#formTouristCard label {
    color:white;
}
#formTouristCard .fTCName, #formTouristCard .fTCSurname, #formTouristCard .fTCPhone, #formTouristCard .fTCEmail {
    overflow:hidden;
    white-space:nowrap;
    margin-bottom:8px;
}
#formTouristCard .fTCName input, #formTouristCard .fTCSurname input, #formTouristCard .fTCPhone input, #formTouristCard .fTCEmail input {
    display:inline-block;
    margin-left:15px;
    width:100%;
    border:none;
    font-size:16px;
    background-color:transparent;
    border-bottom:2px solid #7FCCCC;
}
#formTouristCard .fTCEmail {
    margin-bottom:45px;
}
#formTouristCard .fTCFRec, #formTouristCard .fTCFActiv {
    background:transparent url('../images/calendario-blanco.png') 0 23px no-repeat;
}
#formTouristCard .fTCFRec {
    width:35%;
    float:left;
}
#formTouristCard .fTCFActiv {
    width:35%;
    margin-top:0px;
    margin-left:190px;
}
#formTouristCard .fTCFRec label, #formTouristCard .fTCFActiv label {
    font-size:14px;
    margin-bottom:6px;
    display:inline-block;
}
#formTouristCard .fTCFRec input, #formTouristCard .fTCFActiv input {
    background-color:#7FCCCC;
    border:none;
    border-radius:30px;
    padding:3px 8px;
    margin-left:35px;
    width:60%;
}
#formTouristCard .fTCDuration {
    width:35%;
    float:left;
    margin-top:45px;
}
#formTouristCard .fTCTipo {
    width:35%;
    margin-top:45px;
    margin-left:190px;
}
#formTouristCard .fTCDuration label, #formTouristCard .fTCTipo label {
    font-size:14px;
    margin-bottom:6px;
    display:inline-block;
}
#formTouristCard .fTCDuration select, #formTouristCard .fTCTipo select {
    background:#7FCCCC url('../images/desplegable-formulario.png') 10px center no-repeat;
    border:none;
    border-radius:30px;
    padding:3px 6px;
    padding-left:25px;
    padding-right:15px;
    width:80%;
    display:block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align:right;
}
#formTouristCard .fTCSubmit {
    float:right;
    margin-top:-45px;
    text-align:center;
    color:white;
    margin-right:20px;
}
#formTouristCard .fTCSubmit input {
    display:block;
    margin:0 auto;
    border:none;
    background-color:transparent;
    color:white;
    font-size:18px;
    margin-bottom:6px;
    cursor:pointer;
}
#formTouristCard .fTCSubmit span {
    font-size:12px;
    max-width:60%;
    display:inline-block;
}
.emptyError label {
    color:#CE0505 !Important;
}
body.node-type-como-moverse ul.node__links {
    display:none;
}
body.node-type-galerias ul.node__links {
    display:none;
}
body.node-type-galerias h1 {
    display:none;
}
body.node-type-galerias .field--name-field-galeria-de-imagenes, body.node-type-galerias .field--name-field-galeria-de-videos {
    display:none;
}
/*
body.node-type-galerias .field--name-field-opcion-galeria .field__items {
    text-align: left;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
    display: inline-block;
    height: 350px;
    width: 585px;
    margin-bottom: 25px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.even {
    transform: skew(0deg, 4deg);
    overflow: hidden;
    margin-right:28px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd {
    transform: skew(0deg, -4deg);
    overflow: hidden;
}
body.node-type-galerias .field--name-field-opcion-galeria .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-galerias .field--name-field-opcion-galeria {
    position:relative;
    z-index:50;
    top:-30px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.even .field--name-field-titulo-galeria {
    position:relative;
    top:-200px;
    transform: skew(0deg, -4deg);
    background-color:rgba(0, 101, 152, 0.6);
    height:200px;
    padding:25px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd .field--name-field-titulo-galeria {
    position:relative;
    top:-200px;
    transform: skew(0deg, 4deg);
    background-color:rgba(0, 101, 152, 0.6);
    height:200px;
    padding:25px;
}
body.node-type-galerias .field--name-field-titulo-galeria a {
    color:white;
    text-decoration:none;
    text-transform:uppercase;
    font-size:30px;
    font-weight:100;
}
*/
body.node-type-ocio-y-compras h1 {
    display:none;
}
body.node-type-ocio-y-compras .l-content {
    text-align:left;
}
body.node-type-ocio-y-compras article.node--ocio-y-compras {
    position:relative;
    z-index:50;
    padding-left:20px;
    padding-right:20px;
}
body.node-type-ocio-y-compras .field--name-field-titulo-principal {
    font-family: 'Alfa Slab One', cursive;
    text-transform:uppercase;
    font-size:45px;
    color:#66B0B0;
}
body.node-type-ocio-y-compras .field--name-field-caja-mapa {
    width:450px;
    height:140px;
    float:right;
    margin-left:45px;
    background:#7EBBBB url('../images/mapa.png') 80% 50% no-repeat;
    padding:20px;
}
body.node-type-ocio-y-compras .field--name-field-caja-mapa a {
    color:black;
    text-decoration:none;
    font-size:25px;
    display:inline-block;
    width:60%;
}
body.node-type-ocio-y-compras .field--name-body {
    width:55%;
    text-align:justify;
    margin-bottom:45px;
}
body.node-type-ocio-y-compras .field--name-field-seccion-ocio-y-compras > .field__items > .field__item {
    border-top:4px solid #66B0B0;
    padding-top:25px;
    margin-top:25px;
}
body.node-type-ocio-y-compras .field--name-field-titulo-seccion {
    font-family: 'Alfa Slab One', cursive;
    text-transform:uppercase;
    font-size:45px;
    color:#66B0B0;
    margin-bottom:10px;
}
body.node-type-ocio-y-compras .field--name-field-galeria-de-imagenes {
    float:right;
    margin-left:35px;
    width:450px;
    height:300px;
    overflow:hidden;
}
body.node-type-ocio-y-compras .l-content .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
body.node-type-ocio-y-compras .field--name-field-descripcion-seccion {
    text-align:justify;
}
body.node-type-ocio-y-compras .jcarousel li img {
    border: 0px solid #7FADAD;
}
body.node-type-ocio-y-compras .jcarousel li {
    transform: scale(1);
}
body.node-type-ocio-y-compras .jcarouselPrev, body.node-type-ocio-y-compras .jcarouselNext {
    position:relative;
}
body.node-type-ocio-y-compras .jcarouselPrev {
    margin-left:25px;
}
body.node-type-ocio-y-compras .jcarouselNext {
    margin-right:25px;
}
body.node-type-ocio-y-compras .field-collection-item-field-bloque-seccion > .content > .field-collection-container {
    width:55%;
    float:left;
    margin-top:30px;
}
body.node-type-ocio-y-compras .field--name-field-icono-imagen, body.node-type-ocio-y-compras .field--name-field-texto-link-opcion {
    display:inline-block !Important;
    width:auto;
}
body.node-type-ocio-y-compras .field--name-field-texto-link-opcion {
    margin-left:10px;
    line-height:40px;
    position:relative;
    top:-4px;
}
body.node-type-ocio-y-compras .field--name-field-texto-link-opcion a {
    text-decoration:none;
    color:black;
}
body.node-type-ocio-y-compras .field--name-field-bloque-seccion > .field__items > .field__item:not(:first-child) {
    margin-top:30px;
}
body.node-type-ocio-y-compras ul.node__links {
    display:none;
}
body.node-type-aparcamientos h1 {
    font-family: 'Alfa Slab One', cursive;
    text-transform:uppercase;
    font-size:55px;
    text-align:left;
    width:55%;
    padding-left:20px;
    height: 150px;
    position: relative;
    z-index: 50;
    margin-top: 40px;
}
body.node-type-aparcamientos .field--name-body {
    width:450px;
    height:140px;
    float:right;
    margin-left:45px;
    background:#7EBBBB url('../images/mapa.png') 80% 50% no-repeat;
    padding:20px;
    text-align:left;
    position:relative;
    z-index:50;
    top:-135px;
}
body.node-type-aparcamientos .field--name-body .field__item {
    color:black;
    text-decoration:none;
    font-size:25px;
    display:inline-block;
    width:60%;
}
body.node-type-aparcamientos .tTab {
    display:table;
    width:100%;
    position:relative;
    top:-70px;
}
body.node-type-aparcamientos .tRow {
    width:100%;
    display:table-row;
}
body.node-type-aparcamientos .tCell {
    width:50%;
    display:table-cell;
    vertical-align:top;
}
body.node-type-aparcamientos .tCell.cell1 {
    border-right:2px solid #66B0B0;
}
body.node-type-aparcamientos .tCell.cell1 .field-collection-item-field-aparcamientos {
    text-align:left;
    padding-left:5px;
    padding-right:25px;
}
body.node-type-aparcamientos .tCell.cell2 .field-collection-item-field-aparcamientos {
    text-align:left;
    padding-left:35px;
    padding-right:25px;
}
body.node-type-aparcamientos .field--name-field-nombre-aparcamiento {
    font-size:25px;
    font-weight:100;
    color:rgba(0, 0, 0, 0.7);
    margin-bottom:5px;
    cursor:pointer;
}
body.node-type-aparcamientos .field--name-field-direccion-aparcamiento,
body.node-type-aparcamientos .field--name-field-telefono-aparcamiento,
body.node-type-aparcamientos .field--name-field-abierto-24-horas,
body.node-type-aparcamientos .field--name-field-link-google-map {
    font-size:14px;
    color:rgba(0, 0, 0, 0.8);
}
body.node-type-aparcamientos .field--name-field-link-google-map a {
    color:rgba(0, 0, 0, 0.8);
    text-decoration:none;
}
body.node-type-aparcamientos .field--name-field-longitud, body.node-type-aparcamientos .field--name-field-latitud {
    display:none;
}
body.node-type-aparcamientos .field--name-field-abierto-24-horas {
    color:#7EBBBB
}
body.node-type-aparcamientos .field--name-field-telefono-aparcamiento {
    background:transparent url('../images/tel.png') 0 center no-repeat;
    padding-left:15px;
    background-size:12px;
}
/*
body.node-type-galerias-texto ul.node__links {
    display:none;
}
body.node-type-galerias-texto h1 {
    display:none;
}
body.node-type-galerias-texto .field--name-field-lista-opcion, body.node-type-galerias-texto .field--name-field-latitud, body.node-type-galerias-texto .field--name-field-longitud, body.node-type-galerias-texto .field--name-field-ruta {
    display:none;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto .field__items {
    text-align: left;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item {
    display: inline-block;
    height: 350px;
    width: 585px;
    margin-bottom: 25px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.even {
    transform: skew(0deg, 4deg);
    overflow: hidden;
    margin-right:28px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd {
    transform: skew(0deg, -4deg);
    overflow: hidden;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto {
    position:relative;
    z-index:50;
    top:-30px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.even .field--name-field-titulo-galeria {
    position:relative;
    top:-200px;
    transform: skew(0deg, -4deg);
    background-color:rgba(0, 101, 152, 0.6);
    height:200px;
    padding:25px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd .field--name-field-titulo-galeria {
    position:relative;
    top:-200px;
    transform: skew(0deg, 4deg);
    background-color:rgba(0, 101, 152, 0.6);
    height:200px;
    padding:25px;
}
body.node-type-galerias-texto .field--name-field-titulo-galeria a {
    color:white;
    text-decoration:none;
    text-transform:uppercase;
    font-size:30px;
    font-weight:100;
}
body.node-type-galerias-texto .fancybox-inner .field--name-field-descripcion,
body.node-type-galerias-texto .fancybox-inner .field--name-field-lista-opcion {
    display:block !Important;
}
body.node-type-galerias-texto #gMap {
    margin-bottom:15px;
}
body.node-type-galerias-texto .fancybox-inner .field--name-field-lista-opcion > .field__items > .field__item * {
    display:inline-block;
}
body.node-type-galerias-texto .fancybox-inner .field--name-field-lista-opcion > .field__items > .field__item {
    margin-bottom:-15px;
}
body.node-type-galerias-texto .fancybox-inner .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    margin-left:10px;
    position:relative;
    top:-5px;
}
body.node-type-galerias-texto .fancybox-inner .field--name-field-lista-opcion > .field__items > .field__item a {
    text-decoration:none;
    color:#444;
}
*/
body.node-type-aparcamientos ul.node__links {
    display:none;
}
body.node-type-q-de-calidad h1 {
    margin-top:35px;
    font-size:55px;
    width:50%;
    line-height:60px;
    margin-bottom:45px;
}
body.node-type-q-de-calidad .l-content {
    text-align:left;
    padding-left:20px;
    padding-right:20px;
    background:transparent url('../images/calidad-turistica.png') 98% 20px no-repeat;
}
body.node-type-q-de-calidad ul.node__links {
    display:none;
}
body.node-type-q-de-calidad .field--name-body {
    width:50%;
    text-align:justify;
}
body.node-type-q-de-calidad .field--name-field-enlace-calidad {
    width:300px;
    background:#66B0B0 url('../images/lupa-white.png') 90% center no-repeat;
    height:110px;
    float:right;
    margin-top:100px;
    padding:20px;
    font-size:14px;
}
body.node-type-q-de-calidad .field--name-field-enlace-calidad .field__item {
    color:black;
    width:53%;
}
body.node-type-q-de-calidad .field--name-field-enlace-calidad .field__item a {
    color:black;
}
body.node-type-google-map #finderWs.finderAgenda,
body.page-agenda-eventos #finderWs.finderAgenda {
    position:relative;
    z-index:50;
    background-color: #80AEAE;
    width: 100%;
    top:-5px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 45px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
}
.sliderSolap1Finder {
    background-color: #80AEAE;
    position: relative;
    width: 650px;
    height: 150px;
    border: 1px solid transparent;
    transform: rotate(4deg);
    margin-top: 22px;
    margin-left: -10px;
    z-index: 51;
}
.sliderSolap1FinderEnvolv {
    background-color: transparent;
    position: absolute;
    width: 600px;
    height: 80px;
    border-left: 1px solid #80AEAE;
    border-bottom: 1px solid #80AEAE;
    margin-top: -85px;
    margin-left: 0px;
    z-index: 51;
    overflow:hidden;
}
.sliderSolap2Finder {
    background-color: #80AEAE;
    position: relative;
    width: 650px;
    height: 150px;
    border: 1px solid transparent;
    transform: rotate(-4deg);
    margin-top: 20px;
    margin-left: -10px;
    z-index: 51;
}
.sliderSolap2FinderEnvolv {
    background-color: transparent;
    position: absolute;
    width: 600px;
    height: 80px;
    border-right: 1px solid #80AEAE;
    border-bottom: 1px solid #80AEAE;
    margin-top: -85px;
    margin-left: 600px;
    z-index: 51;
    overflow:hidden;
}
.sliderSolap3Finder {
    background-color: #80AEAE;
    position: relative;
    width: 650px;
    height: 100px;
    border: 1px solid transparent;
    transform: rotate(4deg);
    margin-top: -77px;
    margin-left: -10px;
    z-index: 51;
}
.sliderSolap3FinderEnvolv {
    background-color: transparent;
    position: absolute;
    width: 600px;
    height: 44px;
    border-right: 1px solid #80AEAE;
    border-top: 1px solid #80AEAE;
    margin-top: 26px;
    margin-left: 0px;
    z-index: 51;
    overflow:hidden;
}
.sliderSolap4Finder {
    background-color: #80AEAE;
    position: relative;
    width: 650px;
    height: 100px;
    border: 1px solid transparent;
    transform: rotate(-4deg);
    margin-top: -79px;
    margin-left: -10px;
    z-index: 51;
}
.sliderSolap4FinderEnvolv {
    background-color: transparent;
    position: absolute;
    width: 600px;
    height: 44px;
    border-left: 1px solid #80AEAE;
    border-top: 1px solid #80AEAE;
    margin-top: 26px;
    margin-left: 600px;
    z-index: 51;
    overflow:hidden;
}
.wrapperButton.agendaButton {
    text-align: center;
}
.wrapperSelect {
    width:50%;
    font-size:30px;
}
.wrapperSelect label {
    font-family: 'Alfa Slab One', cursive;
    text-transform:uppercase;
    color:white;
    display:block;
}
.wrapperSelect select, .wrapperSelects select {
    background:white url('../images/down.png') 98% center no-repeat;
    background-size:15px;
}
.wrapperCallendar {
    width:50%;
    float:right;
    margin-top:25px;
}
.wrapperCallendar .itemCallendar {
    display:inline-block;
    text-align:left;
}
.wrapperCallendar .itemCallendar:first-child {
    margin-right:45px;
}
.wrapperCallendar .itemCallendar label {
    display:block;
    color:white;
    margin-bottom:5px;
}
.wrapperCallendar .itemCallendar input {
    border-radius:25px;
    border:none;
    padding:4px 10px;
    display:inline-block;
    margin-left:30px;
    background-color:#7FCCCC;
}
.wrapperCallendar .itemCallendar {
    background:transparent url('../images/calendario-blanco.png') 0px 25px no-repeat;
}
.agendaButton {
    margin-top:30px;
}
.agendaButton button {
    font-size:12px !Important;
}
#search-block-form .form-item-custom-search-types {
    display:none;
}
body.page-search .l-content {
    text-align:left;
    padding-left:20px;
    padding-right:20px;
}
body.page-search h1 {
    margin-top:45px;
    margin-bottom:15px;
    font-size:45px;
}
body.page-search .l-content h2 {
    margin-top:-55px;
    margin-bottom:0px;
    float:right;
}
body.page-search .l-content #search-form {
    margin-bottom:25px;
}
body.page-search .l-content footer.search-result__info {
    display:none;
}
body.page-search section.search-results {
    text-align:center;
}
body.page-search section.search-results > article {
    width:265px;
    height:250px;
    overflow:hidden;
    margin-bottom:25px;
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
    background-color:rgba(22, 104, 165, 0.2);
    padding:10px 15px;
    text-align:left;
}
body.page-search section.search-results > article h3 {
    margin-bottom:15px;
}
body.page-search section.search-results > article p.search-result__snippet {
    padding-left:0;
    text-align:justify;
}
body.page-search section.search-results > article p.search-result__snippet strong {
    color:#1668A5;:
}
body.page-user .l-content {
    text-align:left;
    padding-left:20px;
    padding-right:20px;
}
body.page-user h1 {
    margin-top:45px;
    margin-bottom:15px;
    font-size:45px;
}
body.front .node--box-acceso {
    margin-bottom:55px;
}
body.node-type-clima ul.node__links {
    display:none;
}
#pronostico:after, #pronostico:before {
    content:'';
    display:block;
    clear:both;
}
#pronostico .dayForecast {
    text-align:left;
}
#pronostico {
    background-color:#E9F1F1;
    margin-top:50px;
    padding:25px 25px;
    color:rgba(0, 0, 0, 0.6);
}
.dayForecast .boxForecast {
    display:inline-block;
    height:360px;
    vertical-align:top;
    width:19%;
    margin-right:1%;
    margin-bottom:45px;
}
.dayForecast:last-child .boxForecast {
    margin-bottom:5px;
}
.dayForecast .boxForecast:last-child {
    margin-right:0%;
}
.titForecast {
    background-color:#84c2cf;
    padding:6px 10px;
    text-align:center;
    text-transform:uppercase;
    color:white;
    font-size:14px;
    white-space:nowrap;
    overflow:hidden;
}
.firstBox > .titForecast {
    background-color:#006598;
}
.boxForecast .headIcon {
    border-bottom:2px solid rgba(0, 0, 0, 0.15);
    height:150px;
    padding:8px 12px;
    text-align:center;
}
.boxForecast .vientoForecast {
    border-bottom:2px solid rgba(0, 0, 0, 0.15);
    padding:6px 10px;
    text-align:center;
    height:35px;
}
.boxForecast .lluviaForecast {
    border-bottom:2px solid rgba(0, 0, 0, 0.15);
    padding:6px 10px;
    text-align:center;
    height:35px;
}
.boxForecast .humedadForecast {
    border-bottom:2px solid rgba(0, 0, 0, 0.15);
    padding:6px 10px;
    text-align:center;
    height:35px;
}
.boxForecast .presionForecast {
    border-bottom:2px solid rgba(0, 0, 0, 0.15);
    padding:6px 10px;
    text-align:center;
    height:35px;
}
.boxForecast .temperaturaForecast {
    border-bottom:2px solid rgba(0, 0, 0, 0.15);
    padding:6px 10px;
    text-align:center;
    height:35px;
}
.firstBox .vientoForecast {
    text-transform:uppercase;
    text-align:left;
}
.firstBox .lluviaForecast {
    text-transform:uppercase;
    text-align:left;
}
.firstBox .humedadForecast {
    text-transform:uppercase;
    text-align:left;
}
.firstBox .presionForecast {
    text-transform:uppercase;
    text-align:left;
}
.firstBox .temperaturaForecast {
    text-transform:uppercase;
    text-align:left;
}
.headIcon img {
    display:inline-block;
    margin-top:25px;
}
.txtWeather {
    padding:6px 10px;
    text-align:center;
    height:35px;
    white-space:nowrap;
    overflow:hidden;
    margin-top:10px;
}
@media all and (max-width:1199px) {
    #currentWeather, #menuImg {
        display:none !Important;
    }
    #block-locale-language-content {
        position:absolute;
        left:10px;
        top:6px;
    }
    .l-branding .l-region--branding {
        height:44px;
    }
    .l-branding #block-search-form {
        position:absolute;
        left:100px;
        top:9px;
    }
    #block-menu-menu-top-right-link {
        position:absolute;
        right:0px;
        top:13px;
    }
    .sliderGlobal {
        width:100% !Important;
        overflow:hidden;
        height:494px;
    }
    .sliderGlobal .views-field-title {
        font-size: 35px;
        display: inline-block;
        width: 100%;
        height: 200px;
        padding: 15px;
        position: absolute;
        top: 30px;
        right: auto;
        left:0px;
        color: white;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        text-align: center;
        line-height: 50px;
    }
    .sliderGlobal .views-field-body {
        font-size: 20px;
        display: block;
        height: 120px;
        position: absolute;
        top: 300px;
        left: 0px;
        font-size: 16px;
        overflow: hidden;
        text-align: center;
        padding: 5px 55px;
        border: 1px solid transparent;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding-right: 60px;
    }
    .sliderGlobal .views-slideshow-controls-text-next a {
        display: inline-block;
        color: transparent;
        text-decoration: none !Important;
        width: 21px;
        height: 25px;
        background: transparent url('../images/slider-dcha.png') 0 0 no-repeat;
        position: absolute;
        margin-top: 220px;
        margin-left: 20px;
        right: -890px;
    }
    .sliderGlobal .views-field-field-enlace {
        visibility:hidden;
    }
    .sliderSolap1 {
        width:55%;
        left:-5px;
    }
    .sliderSolap2 {
        width:55%;
        margin-left:auto;
        right:-5px;
    }
}
@media all and (max-width:650px) {
    .sliderGlobal .views-field-title {
        font-size: 22px;
    }
}
@media all and (max-width:1000px) {
    #block-menu-menu-work-menu > h2 {
        text-indent:-99999px;
        position:absolute;
        width:50px;
        height:50px;
        right:20px;
        margin-top:24px;
        background:transparent url('../images/menu.png') 0 0 no-repeat;
        background-size:cover;
        cursor:pointer;
        z-index:50;
    }
    #block-menu-menu-work-menu > ul.menu {
        display:none;
        width:100% !Important;
        margin-left:0;
        left:0;
        position:absolute;
        background-color:rgba(255, 255, 255, 0.99);
        z-index:500 !Important;
        margin-top:100px;
    }
    #block-menu-menu-work-menu > ul.menu > li {
        display:block;
        border:none;
        margin-right:auto;
        height:auto !Important;
    }
    #block-menu-menu-work-menu > ul.menu > li > a {
        line-height:35px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #block-menu-menu-work-menu > ul.menu > li > ul {
        position: initial;
        display: block;
        cursor: pointer;
        background-color: rgba(0, 102, 153, 0.3);
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
        border-radius: 0px;
        width:100%;
    }
    nav#block-menu-menu-work-menu > ul > li > ul a {
        color: black;
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
        text-align: right;
        padding-right:10px;
    }
    nav#block-menu-menu-work-menu > ul > li:hover > ul {
        display:block;
        width:100%;
        margin-left:00px;
    }
}
@media all and (max-width:700px) {
    body.front .AccessBox .field--name-field-secciones > .field__items > .field__item {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px;
        padding-top: 0px;
        margin-top: -30px;
        text-align:center;
    }
}
@media all and (max-width:1199px) {
    .field--name-field-front-box > .field__items > .field__item {
        width:48% !Important;
    }
    .odd.boxFront2 {
        transform: skew(0deg, -4deg) translate(0px, 0px);
        overflow: hidden;
        float:right;
    }
    .even.boxFront3 {
        transform: skew(0deg, 4deg) translate(0px, 0px);
        margin-left: 0px;
        overflow: hidden;
    }
    .even.boxFront3 > .field-collection-view {
        transform: skew(0deg, -4deg) translate(0px, 0px);
    }
    .odd.boxFront1 {
        transform: skew(0deg, -4deg) translate(0px, 0px);
        overflow: hidden;
        float:right;
    }
    .odd.boxFront1 > .field-collection-view {
        transform: skew(0deg, 4deg) translate(0px, 0px);
    }
    .even.boxFront2 {
        transform: skew(0deg, 4deg) translate(0px, 0px);
        overflow: hidden;
        margin-left: 0px;
    }
    .odd.boxFront3 {
        transform: skew(0deg, -4deg) translate(0px, 0px);
        overflow: hidden;
        float:right;
    }
}
@media all and (max-width:750px) {
    .field--name-field-front-box > .field__items > .field__item {
        width:100% !Important;
    }
    .odd.boxFront3, .odd.boxFront2, .odd.boxFront1 {
        float:none;
    }
    .boxFront {
        transform: skew(0deg, 0deg) !Important;
        margin-left:0 !Important;
    }
    .boxFront > .field-collection-view {
        transform: skew(0deg, 0deg) !Important;
    }
}
@media all and (max-width:450px) {
    .boxFront .field--name-field-titulo-enlace a {
        font-size:25px;
        margin-top:10px;
    }
    .boxFront .field--name-field-descripcion {
        font-size: 16px;
    }
}
@media all and (max-width:1199px) {
    .CajaNumeros {
        margin-top:-30px;
    }
    .numberSolap1 {
        width:51.1%;
        left:-5px;
    }
    .numberSolap2 {
        width:51.1%;
        margin-left:auto;
        right:-5px;
    }
}
@media all and (max-width:700px) {
    .numberSolap1, .numberSolap2 {
        display:none;
    }
    .CajaNumeros .field--name-field-grafico > .field__items {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media all and (max-width:900px) {
    footer.l-footer #footerSolap1, footer.l-footer #footerSolap2 {
        display:none;
    }
    footer .node__content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer .field-collection-container {
        margin: 0 auto;
        display: block;
        width: 70%;
        text-align:left;
    }
    footer .field-collection-view {
        padding: 10px 0px;
        margin: 20px 0px;
        border-bottom: none;
    }
    footer .field--name-field-links .field--name-field-enlaces-pie .field__item {
        width: 100%;
    }
    footer .field-collection-item-field-contacto .content .field--name-field-contacto-imagen {
        width: 10px !Important;
    }
    footer .field-collection-item-field-contacto .content .field--name-field-contacto-texto {
        width: 92% !Important;
        text-align:left;
    }
    footer .field__label {
        display:block;
        margin-top:10px;
        margin-bottom:20px;
    }
}
@media all and (max-width:400px) {
    footer .field-collection-item-field-contacto .content .field--name-field-contacto-texto {
        width: 89% !Important;
    }
}
@media all and (max-width:1199px) {
    body.not-front .AccessBox .field--name-field-secciones > .field__items > .field__item.even .field--name-field-icono,
    body.not-front .AccessBox .field--name-field-secciones > .field__items > .field__item.odd .field--name-field-icono {
        display: none;
    }
}
@media all and (max-width:600px) {
    nav#block-menu-menu-top-right-link {
        display:none;
    }
}
@media all and (max-width:1199px) {
    body.node-type-como-llegar .field--name-field-imagen-separador img {
        max-width:100%;
        height:auto;
    }
    body.node-type-como-llegar .field--name-field-avion-listado > .field__items > .field__item {
        display: inline-block;
        width: 320px;
        margin-top: 20px;
        margin-right: 25px;
    }
}
@media all and (max-width:1000px) {
    body.node-type-como-llegar .field--name-field-avion-listado > .field__items > .field__item {
        display: block;
        width: 100%;
        margin-top: 20px;
        margin-right: 25px;
    }
}
@media all and (max-width:900px) {
    body.node-type-como-llegar video {
        float: none;
        margin-left: auto;
        margin-top: 0px;
        margin-bottom: 40px;
        width:100%;
    }
    body.node-type-como-llegar h1 {
        text-align:center;
    }
    body.node-type-como-llegar .field--name-field-avion-texto {
        background-color: #80AEAE;
        color: white;
        padding: 15px;
        float: none;
        width: 100%;
        position: relative;
        display: inline-block;
        margin-top: 10px;
    }
    body.node-type-como-llegar .field--name-field-tren-texto {
        display: block;
        width: 100%;
        float: none;
        margin-top: 10px;
        border-left: 0px solid #80AEAE;
        padding-left: 0px;
        padding-top: 10px;
    }
    body.node-type-como-llegar .field--name-field-autobus-titulo-estacion {
        display: block;
        width: 100%;
        float: none;
        margin-top: 0px;
        border-left: 0px solid #80AEAE;
        padding-left: 0px;
        padding-top: 10px;
        margin-bottom: 100px;
        position: relative;
        text-transform: uppercase;
        color: #80AEAE;
        padding-bottom: 15px;
    }
    body.node-type-como-llegar .field--name-field-autobus-listado-enlaces {
        display: block;
        width: 100%;
        float: none;
        margin-top: -110px;
        border-left: 0px solid #80AEAE;
        padding-left: 20px;
        padding-top: 10px;
        position: relative;
    }
    body.node-type-como-llegar .field--name-field-carretera-texto {
        width: 100%;
        float: none;
        height:auto;
        overflow: visible;
        margin-top: 0px !Important;
        margin-bottom:20px;
    }
    body.node-type-como-llegar .field--name-field-principales-vias {
        margin-bottom:150px;
    }
    body.node-type-como-llegar .field--name-field-autobus-listado {
        width: 100%;
    }
}
@media all and (max-width:1199px) {
    body.node-type-como-moverse img {
        max-width:100%;
        height:auto;
    }
}
@media all and (max-width:750px) {
    body.node-type-como-moverse .field--name-field-fotos-autobus .field__items, body.node-type-como-moverse .field--name-field-fotos-tranvia .field__items, body.node-type-como-moverse .field--name-field-fotos-taxi .field__items, body.node-type-como-moverse .field--name-field-fotos-bici .field__items, body.node-type-como-moverse .field--name-field-fotos-pie .field__items {
        max-width: 300px;
        overflow: hidden;
        float: none;
        margin-left: 0px;
        margin:0 auto;
        margin-bottom:20px;
    }
}
@media all and (max-width:650px) {
    body.node-type-como-moverse .boxGreen {
        float:none !Important;
        margin:0 auto !Important;
        margin-bottom:15px !Important;
    }
    body.node-type-como-moverse .field--name-field-bloque-pie a {
        display: block;
        padding-left: 75px;
        line-height: 55px;
        width:100%;
        margin-bottom:15px;
    }
}
@media all and (max-width:360px) {
    body.node-type-como-moverse .field--name-field-bloque-parking .boxGreen {
        float: none;
        margin-left: 0px;
        height: 320px;
        padding: 10px;
    }
}
@media all and (max-width:850px) {
    article.node--documentos-pdf {
        background: none;
    }
}
@media all and (max-width:460px) {
    body.node-type-historia-de-murcia .field--name-field-images-2 {
        float: none;
        margin-right: auto;
        max-width: 100%;
    }
    body.node-type-historia-de-murcia .field--name-field-images-2 img {
        display:block;
        margin:0 auto !Important;
        margin-bottom:25px !Important;
    }
    body.node-type-historia-de-murcia .field--name-field-images-1 {
        float: none;
        margin-left: auto;
        max-width: 100%;
    }
    body.node-type-historia-de-murcia .field--name-field-images-1 img {
        display:block;
        margin:0 auto !Important;
        margin-bottom:25px !Important;
    }
    body.node-type-historia-de-murcia .field--name-field-images-3 {
        float: none;
        margin-left: auto;
        max-width: 100%;
    }
    body.node-type-historia-de-murcia .field--name-field-images-3 img {
        display:block;
        margin:0 auto !Important;
        margin-bottom:25px !Important;
    }
    body.node-type-historia-de-murcia .l-content {
        text-align:justify;
    }
}
@media all and (max-width:1199px) {
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
        display: inline-block;
        height: 350px;
        width: 48%;
        margin-bottom: 25px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd {
        position:relative;
        right:-9px;
    }
    body.node-type-galerias article.node--galerias {
        margin-top:25px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items {
        margin:0 auto;
    }
}
@media all and (max-width:720px) {
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
        width: 47%;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd {
        position:relative;
        right:-15px;
    }
}
@media all and (max-width:500px) {
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
        width: 100%;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd {
        position:relative;
        right:0px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.even {
        transform: skew(0deg, 0deg);
        overflow: hidden;
        margin-right: auto;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.even .field--name-field-titulo-galeria {
        transform: skew(0deg, 0deg);
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd {
        transform: skew(0deg, 0deg);
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd .field--name-field-titulo-galeria {
        transform: skew(0deg, 0deg);
    }
}
@media all and (max-width:1199px) {
    /*
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item {
        width: 48.5%;
    }
    body.node-type-galerias-texto article.node--galerias-texto {
        margin-top:25px;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd {
        position:relative;
        right:-8px;
    }
    */
}
@media all and (max-width:935px) {
    /*
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item {
        width: 48%;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd {
        position:relative;
        right:-10px;
    }
    */
}
@media all and (max-width:710px) {
    /*
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item {
        width: 47%;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd {
        position:relative;
        right:-15px;
    }
    */
}
@media all and (max-width:500px) {
    /*
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item {
        width: 100%;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd {
        position:relative;
        right:0px;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.even {
        transform: skew(0deg, 0deg);
        overflow: hidden;
        margin-right: auto;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.even .field--name-field-titulo-galeria {
        transform: skew(0deg, 0deg);
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd {
        transform: skew(0deg, 0deg);
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd .field--name-field-titulo-galeria {
        transform: skew(0deg, 0deg);
    }
    */
}
@media all and (max-width:890px) {
    body.node-type-q-de-calidad h1 {
        width: 100%;
        text-align:center;
    }
    body.node-type-q-de-calidad .l-content {
        background: none;
    }
    body.node-type-q-de-calidad .field--name-field-enlace-calidad {
        background: #66B0B0 url('../images/lupa-white.png') 90% center no-repeat;
        height: 110px;
        float: none;
        margin:0 auto;
        margin-top: 20px;
        margin-bottom:25px;
    }
    body.node-type-q-de-calidad .field--name-body {
        width: 100%;
        text-align: justify;
    }
}
@media all and (max-width:1199px) {
    .itemWs .iFront {
        background-size: cover;
        position: relative;
        z-index: 40;
    }
}
@media all and (max-width:900px) {
    #finderWs {
        width:100%;
    }
    .descWrapper .nombreHotel {
        font-size: 24px !Important;
        display: block;
        margin-bottom:10px;
    }
    .descWrapper > div:nth-child(2) {
        margin-left:0px !Important;
    }
    .descWrapper .nombreHotel {
        font-size:15px !Important;
    }
    .footerHotel .footerButtons {
        margin-top:-100px;
    }
}
@media all and (max-width:790px) {
    .itemWs .contentTxt {
        float: none;
        width: 100%;
        text-align: left;
        padding-left: 25px;
        padding-top: 25px;
        margin-bottom:50px;
    }
    .footerHotel .footerButtons {
        margin-top:-100px;
        margin-right:25px;
    }
    .itemWs .imgFront {
        float: none;
        width: 100%;
        height: 360px;
        overflow: hidden;
        transform: skew(0deg, 0deg);
        position: relative;
        z-index: 30;
    }
    .itemWs .iFront {
        height: 360px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: skew(0deg, 0deg);
        position: relative;
        z-index: 40;
        overflow: visible;
        margin-top: -16px;
    }
}
@media all and (max-width:610px) {
    .footerHotel .footerButtons {
        margin-top: -40px;
        margin-right: auto;
        margin-bottom:20px;
        float:none;
    }
}
@media all and (max-width:570px) {
    .wrapperSelects {
        text-align: center;
        width: 100%;
        margin-bottom:25px;
    }
    .wrapperChecks {
        text-align: left;
        width: 80%;
        margin:0 auto;
        margin-bottom:10px;
    }
    .wrapperButton {
        vertical-align: bottom;
        text-align: center;
        width: 100%;
        margin-top:15px;
    }
}
@media all and (max-width:1015px) {
    .node--ruta-gastronimica .field--name-field-desc-plaza {
        width: 90%;
        float: none;
        margin-right: auto;
        text-align: justify;
        margin:0 auto;
        margin-bottom:25px;
    }
    article.node--ruta-gastronimica img {
        max-width:100%;
        height:auto;
    }
}
@media all and (max-width:600px) {
    .node--ruta-gastronimica h1 {
        font-size: 30px;
    }
}
@media all and (max-width:1199px) {
    .sliderSolap1FinderEnvolv {
        display:none;
    }
    .sliderSolap2FinderEnvolv {
        display:none;
    }
    .sliderSolap3FinderEnvolv {
        display:none;
    }
    .sliderSolap4FinderEnvolv {
        display:none;
    }
    body.node-type-google-map #finderWs.finderAgenda,
    body.page-agenda-eventos #finderWs.finderAgenda {
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom:30px;
    }
}
@media all and (max-width:860px) {
    .wrapperCallendar .itemCallendar {
        display: block;
        max-width:180px;
        margin:0 auto !Important;
    }
    .wrapperCallendar .itemCallendar:first-child {
        margin-right: auto;
        margin-bottom:10px !Important;
        margin-top:-10px !Important;
    }
}
@media all and (max-width:575px) {
    .wrapperCallendar {
        width: 100%;
        float: none;
        margin-top: 25px;
        margin-bottom:25px;
    }
    .wrapperSelect {
        width: 100%;
        font-size: 30px;
    }
    .wrapperSelect label {
        display:none;
    }
}
@media all and (max-width:1050px) {
    body.node-type-ocio-y-compras .field--name-field-caja-mapa {
        width: auto;
        max-width:450px;
        height: 140px;
        float: none;
        margin-left: 0px;
        margin:0 auto;
        margin-top:15px;
        margin-bottom:20px;
    }
    body.node-type-ocio-y-compras .field--name-body {
        width: 100%;
        text-align: justify;
        margin-bottom: 45px;
    }
}
@media all and (max-width:1170px) {
    body.node-type-ocio-y-compras .field--name-field-titulo-seccion {
        text-align:center;
    }
    body.node-type-ocio-y-compras .field--name-field-titulo-principal {
        text-align:center;
    }
    body.node-type-ocio-y-compras .field--name-field-galeria-de-imagenes {
        float: none;
        margin-left: 0;
        width: 450px;
        height: 300px;
        margin:0 auto;
        margin-bottom:25px;
    }
}
@media all and (max-width:490px) {
    body.node-type-ocio-y-compras .field--name-field-galeria-de-imagenes {
        margin-left: 0;
        width: 100%;
        height: 300px;
        margin:0 auto;
        margin-bottom:25px;
    }
    body.node-type-ocio-y-compras .field--name-field-titulo-seccion {
        font-size:30px !Important;
    }
    body.node-type-ocio-y-compras .field--name-field-caja-mapa {
        width: auto;
        max-width:450px;
        height: auto;
        float: none;
        margin-left: 0px;
        margin:0 auto;
        margin-top:15px;
        margin-bottom:20px;
    }
}
@media all and (max-width:380px) {
    body.node-type-ocio-y-compras .field--name-field-caja-mapa {
        text-align:center;
        background-image:none;
    }
}
@media all and (max-width:1199px) {
    article.node--promociones img {
        max-width:100%;
        height:auto;
    }
}
@media all and (max-width:900px) {
    .node-type-promociones .promoWrapper {
        width: 95%;
        margin: 0 auto;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 300;
        margin-top: 50px;
    }
}
@media all and (max-width:770px) {
    .experienciasSlider .next, .experienciasSlider .prev {
        display:none !Important;
    }
    .expPager:before, .expPager:after {
        content:'';
        display:block;
        clear:both;
    }
    .node-type-promociones .promoWrapper .experienciasSlider .experiencia-item {
        vertical-align: top;
        height: 480px;
        width: 90%;
        position: relative;
        margin: 0 auto;
        background-position:center top !Important;
    }
    .node-type-promociones .promoWrapper .experienciasSlider .experiencia-item .exp-descripcion {
        text-align:left;
        left:0;
        top:300px;
    }
    .node-type-promociones .promoWrapper .experienciasSlider .experiencia-item .exp-title {
        text-align:left;
        left:0;
        top:270px;
    }
    .node-type-promociones .promoWrapper .desc-promo, .node-type-promociones .promoWrapper .promo-link, .node-type-promociones .promoWrapper .promoItems, .node-type-promociones .promoWrapper .hotels-panel {
        padding-left: 0px;
        padding-right: 0px;
    }
    .node-type-promociones .promoWrapper .item-promo {
        margin-bottom: 10px;
        padding-left: 0px;
    }
    .node-type-promociones .promoWrapper .item-promo .title-item {
        display: block;
        margin-bottom: 25px;
        font-size: 28px;
        font-weight: normal;
        color: #727276;
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
        text-align: center;
    }
    .node-type-promociones .promoWrapper .item-promo .desc-item {
        display: inline-block;
        vertical-align: top;
        width: 70%;
        padding-left: 0px;
        padding-top: 45px;
        text-align: justify;
    }
}
@media all and (max-width:1105px) {
    .node-type-promociones .promoWrapper .hotels-panel .hotel-item {
        display: block;
        min-height: 240px;
        width: 380px;
        margin:0 auto;
        margin-bottom: 40px;
    }
}
@media all and (max-width:470px) {
    .node-type-promociones .promoWrapper .hotels-panel .hotel-item {
        width: 100%;
    }
    .node-type-promociones .promoWrapper .hotels-panel .priceHotel {
        right: -10px;
        top: -10px;
    }
    .node-type-promociones .promoWrapper .hotels-panel .hotel-item .hotel-title {
        left: 0px;
        bottom: -20px;
        max-width: 100%;
        text-align:center;
        width:100%;
    }
    .node-type-promociones .promoWrapper .hotels-panel .hotel-item .estrellasHotel {
        position: absolute;
        right: 0;
        bottom: -44px;
        max-width: 100%;
        text-align:center;
        width:100%;
    }
}
@media all and (max-width:1199px) {
    body.page-list-promociones img {
        max-width:100%;
        height:auto;
    }
    body.page-list-promociones .promo-intro-title {
        width: 100%;
    }
}
@media all and (max-width:800px) {
    body.node-type-contacto .webform-component--escribenos {
        width: 100%;
        float: none;
        margin-left: 0px;
        height:150px !Important;
        min-height:150px !Important;
        max-height:150px !Important;
    }
    body.node-type-contacto .webform-component--escribenos textarea {
        width: 100%;
        float: none;
        margin-left: 0px;
        height:150px !Important;
        min-height:150px !Important;
        max-height:150px !Important;
    }
    body.node-type-contacto .field--name-body {
        margin-top: 60px;
        text-align: justify;
        width: 100%;
    }
    body.node-type-contacto article .field-collection-container {
        width: 100%;
        float: none;
        border-left: 0px solid #7FADAD;
        position: relative;
        left: -7px;
        padding-left: 0px;
        padding-bottom: 0px;
    }
}
@media all and (max-width:400px) {
    body.node-type-contacto fieldset.webform-component--group {
        height: 100% !Important;
        max-height: 100% !Important;
        min-height: 100% !Important;
    }
    body.node-type-contacto input.form-submit {
        width: 100% !Important;
        float: none;
        background-color: transparent;
        border-left: 4px solid black;
        border-right: 4px solid black;
        margin-top: 8px;
        position:relative;
        top:15px;
    }
}
@media all and (max-width:1190px) {
    body.node-type-tarjeta-turistica .field--name-field-tabla-datos {
        margin-top: 170px;
        margin-left: auto;
        width:46%;
    }
}
@media all and (max-width:960px) {
    body.node-type-tarjeta-turistica #formTouristCard {
        width: 100%;
        float: none;
    }
    body.node-type-tarjeta-turistica .field--name-field-tabla-datos {
        margin-top: 40px;
        margin-left: auto;
        width:100%;
    }
    body.node-type-tarjeta-turistica .field--name-field-tabla-datos table {
        margin:0 auto;
    }
    body.node-type-tarjeta-turistica .field--name-field-tabla-datos .txtGreen {
        text-align: justify;
        width: 100%;
    }
    #formTouristCard .fTCFRec {
        width: 40%;
        float: left;
        border:1px solid transparent;
    }
    #formTouristCard .fTCFActiv {
        width: 45%;
        margin-top: 0px;
        margin-left: 45%;
        border:1px solid transparent;
    }
    #formTouristCard .fTCDuration {
        width: 35%;
        float: left;
        margin-top: 45px;
        border:1px solid transparent;
    }
    #formTouristCard .fTCTipo {
        width: 39%;
        margin-top: 45px;
        margin-left: 45%;
        border:1px solid transparent;
    }
}
@media all and (max-width:600px) {
    #formTouristCard .fTCSubmit {
        float: right;
        margin-top: -60px;
        margin-right: 0px;
    }
    body.node-type-tarjeta-turistica #formTouristCard {
        height: 100%;
        margin-top: 50px;
    }
    #formTouristCard .fTCFRec {
        width: 100%;
        float: none;
        border:1px solid transparent;
        margin-top:-30px;
    }
    #formTouristCard .fTCFActiv {
        width: 100%;
        margin-top: 0px;
        margin-left: 0%;
        margin-top: 10px;
        border:1px solid transparent;
    }
    #formTouristCard .fTCFRec input, #formTouristCard .fTCFActiv input {
        display:block;
        width:93%;
    }
    #formTouristCard .fTCDuration {
        width: 100%;
        float: none;
        margin-top: 10px;
        border:1px solid transparent;
    }
    #formTouristCard .fTCTipo {
        width: 100%;
        margin-top: 10px;
        margin-left: 0%;
        border:1px solid transparent;
    }
}
@media all and (max-width:520px) {
    #formTouristCard .fTCSubmit {
        float: none;
        margin-top: 10px;
    }
}
@media all and (max-width:700px) {
    body.node-type-tarjeta-turistica article.node--tarjeta-turistica {
        background-image: none !Important;
    }
    body.node-type-tarjeta-turistica .field--name-field-parrafo-1, body.node-type-tarjeta-turistica .field--name-field-parrafo-2 {
        text-align: left;
        max-width: 100%;
    }
    .preFormTouristCard {
        max-width: 100%;
    }
}
@media all and (max-width:1199px) {
    body.node-type-tarjeta-turistica .field--name-field-imagen-carousel {
        margin:0 auto;
    }
    body.node-type-tarjeta-turistica .field--name-field-imagen-carousel, body.node-type-tarjeta-turistica .field--name-field-imagen-carousel .jcarousel {
        width:350px !Important;
    }
    body.node-type-tarjeta-turistica .jcarousel li img {
        border: 6px solid #7FADAD;
    }
    body.node-type-tarjeta-turistica .jcarousel li {
        transform: scale(1);
    }
    body.node-type-tarjeta-turistica .jcarouselPrev, body.node-type-tarjeta-turistica .jcarouselNext {
        position:relative;
    }
    body.node-type-tarjeta-turistica .jcarouselPrev {
        margin-left:25px;
    }
    body.node-type-tarjeta-turistica .jcarouselNext {
        margin-right:25px;
    }
}
@media all and (max-width:1160px) {
    body.node-type-tarjeta-turistica .field--name-field-descripcion-descuentos {
        text-align: center;
        font-size: 18px;
        background: transparent url('../images/descuento.png') center top no-repeat;
        height: 300px;
        padding-top:170px;
    }
    body.node-type-tarjeta-turistica .field--name-field-descripcion-descuentos p {
        text-align: center;
        max-width: 100%;
        margin-left: auto;
        margin:0 auto;
    }
}
body.node-type-aparcamientos .field--name-body {
    margin-right:20px;
}
@media all and (max-width:1100px) {
    body.node-type-aparcamientos .field--name-body {
        width: auto;
        height: 140px;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        top: 0px;
        margin-bottom:120px;
    }
    body.node-type-aparcamientos h1 {
        font-family: 'Alfa Slab One', cursive;
        text-transform: uppercase;
        font-size: 55px;
        text-align: center;
        width: 100%;
        padding-left: 20px;
        height: 150px;
        padding-left:0;
    }
}
@media all and (max-width:800px) {
    body.node-type-aparcamientos h1 {
        font-size: 35px;
    }
    body.node-type-aparcamientos .tCell {
        width: 100%;
        display: block;
    }
    body.node-type-aparcamientos .tCell.cell1 {
        border-right: 0px solid #66B0B0;
    }
    body.node-type-aparcamientos .tCell.cell2 .field-collection-item-field-aparcamientos {
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media all and (max-width:480px) {
    body.node-type-aparcamientos .field--name-body .field__item {
        font-size: 18px;
        width: 100%;
        text-align:center;
    }
    body.node-type-aparcamientos .field--name-body {
        background-image:none;
    }
}
@media all and (max-width:400px) {
    body.node-type-aparcamientos h1 {
        font-size: 25px;
    }
}
.txtWeather {
    text-transform: capitalize;
}
@media all and (max-width:840px) {
    body.node-type-clima .l-content img {
        max-width:100% !Important;
        height:auto !Important;
    }
    #isobars {
        float:none;
        margin:0 auto;
        margin-bottom:25px;
    }
    body.node-type-clima h1 {
        text-align: center;
    }
    .boxForecast {
        display:block !Important;
        width:100% !Important;
    }
}
@media all and (max-width:507px) {
    #isobars {
        transform:scale(0.8);
    }
}
@media all and (max-width:465px) {
    #isobars {
        transform:scale(0.6) translateX(-100px);
    }
}
@media all and (max-width:360px) {
    #isobars {
        transform:scale(0.5) translateX(-200px);
    }
}
body.node-type-aparcamientos .field--name-field-tipo-pin-google-map {
    display:none;
}

/* Mapa Catedral */

#catMap:after, #catMap:before {
    content:'';
    display:block;
    clear:both;
}
.planta {
    float: left;
}
.planta-listado {
    float:left;
    margin-bottom:25px;
    list-style:none;
    font-size:11px;
}
body.front .field--name-field-inspiracion {
    color:#7FADAD;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    max-width:800px;
    margin:0 auto;
    margin-bottom:75px;
    font-size:26px;
    padding:5px;
    margin-top:50px;
}
body.front .field--name-field-inspiracion .field__item:before {
    /*content:'" ';*/
    content:'';
    display:inline !Important;
}
body.front .field--name-field-inspiracion .field__item:after {
    /*content:' "';*/
    content:'';
    display:inline !Important;
}
/* ********* */
.field--name-field-front-box-aux > .field__items > .field__item {
    display:inline-block;
    width:285px;
    overflow:hidden;
    vertical-align:top;
    height:460px;
    border: 1px solid transparent;
}
.field--name-field-front-box-aux > .field__items > .field__item .field-collection-view {
    height: 520px;
}
.box2Front1 {
    transform: skew(0deg, 4deg) translate(0px, -23px);
    overflow: hidden;
}
.box2Front1 > .field-collection-view {
    transform: skew(0deg, -4deg) translate(0px, 0px);
    margin-top: -35px;
}
.box2Front1 .content {
    position: absolute;
    bottom: 10px;
    background-color: rgba(23, 69, 107, 0.5);
    height:150px;
}
.box2Front2 {
    transform: skew(0deg, 4deg) translate(0px, -23px);
    overflow: hidden;
    margin-top:22px;
}
.box2Front2 > .field-collection-view {
    transform: skew(0deg, -4deg) translate(0px, 0px);
    margin-top: -35px;
}
.box2Front2 .content {
    position: absolute;
    bottom: 12px;
    background-color: rgba(23, 69, 107, 0.5);
    height:170px;
}
.box2Front3 {
    transform: skew(0deg, -4deg) translate(0px, -23px);
    overflow: hidden;
    margin-top:22px;
}
.box2Front3 > .field-collection-view {
    transform: skew(0deg, 4deg) translate(0px, 0px);
    margin-top: -35px;
}
.box2Front3 .content {
    position: absolute;
    bottom: 12px;
    background-color: rgba(23, 69, 107, 0.5);
    height:170px;
}
.box2Front4 {
    transform: skew(0deg, -4deg) translate(0px, -23px);
    overflow: hidden;
}
.box2Front4 > .field-collection-view {
    transform: skew(0deg, 4deg) translate(0px, 0px);
    margin-top: -35px;
}
.box2Front4 .content {
    position: absolute;
    bottom: 10px;
    background-color: rgba(23, 69, 107, 0.5);
    height:150px;
}
.box2Front .content {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
    color:white;
}
.box2Front .content .field--name-field-titulo-enlace-box2 {
    margin-top:15px;
}
.box2Front .content .field--name-field-titulo-enlace-box2 a {
    color:white;
    font-size:30px;
}
.box2Front1 {
    margin-right:15px;
}
.box2Front2 {
    margin-right:15px;
}
.box2Front3 {
    margin-left:15px;
}
.box2Front4 {
    margin-left:15px;
}
/* ****** */
#currentWeather {
    cursor:pointer;
}
/* ************* */
body.node-type-galerias .field--name-field-opcion-galeria > .field__items {
    margin-top:15px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
    height:480px;
    width:285px;
    display:inline-block;
    overflow:hidden;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery1 {
    margin-right:15px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery4 {
    margin-left:15px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery2 {
    margin-right:15px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery3 {
    margin-left:15px;
}
body.node-type-galerias .field--name-field-opcion-galeria .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: 0px dotted transparent;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item > div {
    height:520px;
    margin-top:-20px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery1 {
    transform: skew(0deg, 4deg);
    overflow: hidden;
    margin-bottom:10px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery2 {
    transform: skew(0deg, 4deg);
    overflow: hidden;
    position:relative;
    top:22px;
    margin-bottom:10px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery3 {
    transform: skew(0deg, -4deg);
    overflow: hidden;
    position:relative;
    top:22px;
    margin-bottom:10px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery4 {
    transform: skew(0deg, -4deg);
    overflow: hidden;
    margin-bottom:10px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery1 > div {
    transform: skew(0deg, -4deg);
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery2 > div {
    transform: skew(0deg, -4deg);
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery3 > div {
    transform: skew(0deg, 4deg);
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery4 > div {
    transform: skew(0deg, 4deg);
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery1 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:135px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery4 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:135px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery2 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:157px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery3 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:157px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item .content .field--name-field-titulo-galeria a {
    color:white;
    display:block;
    margin-top:15px;
    text-align:left;
    padding-left:20px;
    padding-right:20px;
    font-size:25px;
    font-weight:bold;
}
body.node-type-galerias .field--name-body {
    color: #7FADAD;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing: 1px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 75px;
    font-size: 26px;
    padding: 5px;
    margin-top: 50px;
}
body.node-type-galerias .field--name-body .field__item:before {
    /*content: '" ';*/
    content:'';
    display: inline !Important;
}
body.node-type-galerias .field--name-body .field__item:after {
    /*content: ' "';*/
    content:'';
    display: inline !Important;
}
body.node-type-galerias .field--name-field-opcion-galeria {
    text-align: left;
}
.boxGallery {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.boxGallery:hover {
    opacity:0.8;
}
.shadowGallery {
    opacity:0.5;
}
.sliderGallery {
    display:none;
    height:0px;
    overflow:hidden;
    border-left:2px solid #006598;
    border-right:2px solid #006598;
    -webkit-transition: height 0.5s ease, margin 0.5s ease, opacity 0.5s ease;
    -moz-transition: height 0.5s ease, margin 0.5s ease, opacity 0.5s ease;
    -ms-transition: height 0.5s ease, margin 0.5s ease, opacity 0.5s ease;
    -o-transition: height 0.5s ease, margin 0.5s ease, opacity 0.5s ease;
    transition: height 0.5s ease, margin 0.5s ease, opacity 0.5s ease;
}
.sliderGallery .bx-wrapper .bx-viewport {
    background-color:transparent !Important;
    border: 5px solid transparent !Important;
}
.sliderGallery {
    text-align:left;
    vertical-align:top;
}
.sliderGallery .bx-wrapper {
    margin: 0 0 0 0;
}
.sliderGallery .descript {
    display:inline-block;
    vertical-align:top;
}
.sliderGallery .contentGal {
    display:inline-block;
    vertical-align:top;
    margin-left:65px;
}
.sliderGallery .bx-prev {
    margin-left:15px;
}
.sliderGallery .bx-next {
    margin-right:363px;
}
.sliderGallery .bx-pager {
    display:none;
}
.sliderGallery .bx-wrapper {
    margin-top:85px;
}
.sliderGallery .descript {
    margin-top:10px;
    width:23%;
    margin-left:55px;
    max-height:400px;
    overflow:hidden;
    color:#555;
}
.sliderGallery {
    position:relative;
}
.sliderGallery a.closeSlider {
    position:absolute;
    right:0;
    width:30px;
    height:30px;
    display:inline-block;
    text-indent:-99999px;
    background:transparent url('../images/close-slider.png') center center no-repeat;
    margin-top:85px;
    margin-right:20px;
    z-index:10;
}
.sliderGallery .bx-wrapper .bx-viewport {
    box-shadow:none;
}
.sliderGallery a.bx-prev {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-left.png') center center no-repeat;
}
.sliderGallery .bx-wrapper a.bx-prev:hover {
    background-position: center center;
}
.sliderGallery a.bx-next {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-right.png') center center no-repeat;
}
.sliderGallery .bx-wrapper a.bx-next:hover {
    background-position: center center;
}
.sliderGallery a.download {
    position:absolute;
    z-index:10;
    right:25%;
    bottom:35px;
    width:75px;
    overflow:hidden;
    text-transform:uppercase;
    color:#555;
    font-size:10px;
    height:55px;
    text-align:center;
    background:transparent url('../images/download.png') center bottom no-repeat;
}
.sliderGallery .social {
    position:absolute;
    z-index:10;
    right:5%;
    bottom:35px;
    overflow:hidden;
}
.sliderGallery .social span {
    display:block;
    text-transform:uppercase;
    color:#555;
    font-size:10px;
    height:15px;
}
.sliderGallery .social a.facebookShare {
    display:inline-block;
    text-indent:-9999px;
    width:34px;
    height:38px;
    background:transparent url('../images/facebook-share.png') center center no-repeat;
}
.sliderGallery .social a.twitterShare {
    display:inline-block;
    text-indent:-9999px;
    width:40px;
    height:38px;
    background:transparent url('../images/twitter-share.png') center center no-repeat;
    margin-left:15px;
}
.sliderGallery .solapTop1 {
    height:2px;
    position:relative;
    z-index:10;
    background-color:#006598;
    width:50.3%;
    top:21px;
    left:-1px;
    transform:rotate(4deg);
}
.sliderGallery .solapTop2 {
    height:2px;
    position:relative;
    z-index:10;
    background-color:#006598;
    width:50.3%;
    top:19px;
    left:598px;
    transform:rotate(-4deg);
}
.solapBottom1 {
    height:2px;
    position:relative;
    z-index:10;
    background-color:#006598;
    width:50.3%;
    transform:rotate(4deg);
    top:-60px;
    opacity:0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.solapBottom2 {
    height:2px;
    position:relative;
    z-index:10;
    background-color:#006598;
    width:50%;
    transform:rotate(-4deg);
    margin-left:600px;
    top:-62px;
    opacity:0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
body.node-type-oficinas-turismo .l-main {
    padding-left:25px;
    padding-right:25px;
    text-align:left;
    color:#444;
}
body.node-type-oficinas-turismo h1 {
    margin-top:45px;
    text-transform:uppercase;
    font-size:50px;
    max-width:450px;
    line-height:50px;
    margin-bottom:25px;
}
body.node-type-oficinas-turismo .field--name-body .field__item {
    max-width:800px;
    margin-bottom:40px;
}
body.node-type-oficinas-turismo .field--name-body {
    font-size:18px;
    border-bottom:3px solid #7FADAD;
    margin-bottom:50px;
}
body.node-type-oficinas-turismo .l-content {
    background:transparent url('../images/information.png') 95% 0% no-repeat;
}


body.node-type-oficinas-turismo .field--name-field-bloque-oficina {
    display:block;
}
body.node-type-oficinas-turismo .field--name-field-columna-acesos {
    display:block;
}
body.node-type-oficinas-turismo .l-main .node__content > .field-collection-container {
    display:inline-block;
    vertical-align:top;
}
body.node-type-oficinas-turismo .l-main .node__content > .field-collection-container:nth-child(2) {
    width:70%;
    padding-right:35px;
}
body.node-type-oficinas-turismo .l-main .node__content > .field-collection-container:nth-child(3) {
    width:29%;
    padding-left:35px;
}
body.node-type-oficinas-turismo .field--name-field-imagen-oficina {
    float:right;
    margin-left:25px;
}
body.node-type-oficinas-turismo .l-main .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-oficinas-turismo .field--name-field-nombre-oficina {
    text-transform:uppercase;
    font-weight:bold;
    font-size:20px;
}
body.node-type-oficinas-turismo .l-main .field--name-field-lista-opcion {
    float:left;
    margin-top:30px;
    max-width:380px;
}
body.node-type-oficinas-turismo .l-main .field--name-field-icono-imagen {
    float:left;
    margin-right:10px;
}
body.node-type-oficinas-turismo .l-main .field--name-field-lista-opcion a {
    color:#444;
}
body.node-type-oficinas-turismo .l-main .field--name-field-texto-link-opcion {
    padding-left:31px;
}
body.node-type-oficinas-turismo .l-main .field--name-field-lista-opcion > .field__items > .field__item {
    margin-bottom:10px;
}
body.node-type-oficinas-turismo .field--name-field-bloque-oficina > .field__items > .field__item {
    margin-bottom:55px;
    padding-bottom:45px;
    background:transparent url('../images/separador2.png') center bottom no-repeat;
}
body.node-type-oficinas-turismo .field--name-field-bloque-oficina > .field__items > .field__item:last-child {
    background-image:none;
    margin-bottom:5px;
    padding-bottom:0px;
}
body.node-type-oficinas-turismo .field--name-field-bloque-oficina > .field__items > .field__item:after {
    content:'';
    display:block;
    clear:both;
}
body.node-type-oficinas-turismo ul.node__links {
    display:none;
}
.field--name-field-caja-top {
    background-color:#006598;
    padding:15px 25px 10px 25px;
}
.field--name-field-caja-top, .field--name-field-caja-top a {
    color:white;
}
.field--name-field-titulo-top {
    text-transform:uppercase;
    font-size:15px;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    margin-bottom:25px;
}
.field--name-field-caja-top a {
    padding-left:15px;
    display:inline-block;
    margin-bottom:10px;
    background:transparent url('../images/link-prev.png') 0 5px no-repeat;
}
.field--name-field-caja-center {
    background-color:rgba(0, 101, 152, 0.2);
    padding:15px 25px 10px 25px;
}
.field--name-field-caja-center {
    color:#006598;
}
.field--name-field-caja-center a {
    color:#444;
}
.field--name-field-titulo-center {
    text-transform:uppercase;
    font-size:15px;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    margin-bottom:25px;
    padding-top:110px;
    background:transparent url('../images/mapa2.png') 0 10px no-repeat;
}
.field--name-field-caja-center a {
    padding-left:15px;
    display:inline-block;
    margin-bottom:10px;
    background:transparent url('../images/link-prev2.png') 0 6px no-repeat;
}
.field--name-field-caja-bottom {
    background:transparent url('../images/last-box.jpg') 0 0 no-repeat;
    background-size:cover;
    height:225px;
    padding:15px;
}
.field--name-field-caja-bottom a {
    text-transform:uppercase;
    color:white;
    display:block;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    width:175px;
    line-height:22px;
}
body.node-type-historia .bx-viewport {
    height:320px;
}
body.node-type-historia .field--name-field-imagen-seccion .field__items {
    height:0px;
    overflow:hidden;
}
body.node-type-historia .l-main {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
body.node-type-historia h1 {
    max-width:500px;
    position:absolute;
    z-index:10;
    margin-top:45px;
    font-size:50px;
    line-height:50px;
}
body.node-type-historia .field--name-field-foto-cabecera {
    float:right;
    margin-right:-25px;
    margin-left:50px;
}
body.node-type-historia .field--name-body {
    position:relative;
    padding-top:230px;
    color:#7FADAD;
    font-size:20px;
}
body.node-type-historia .node__content .field-collection-container {
    margin-top:0px;
}
body.node-type-historia .field--name-field-secciones-historia {
    display:block;
}
body.node-type-historia .field--name-field-columna-acesos {
    display:block;
}
body.node-type-historia .l-main .node__content > .field-collection-container {
    display:inline-block;
    vertical-align:top;
}
body.node-type-historia .l-main .node__content > .field-collection-container:nth-child(3) {
    width:70%;
    padding-right:35px;
    vertical-align:top;
    margin-top:50px;
}
body.node-type-historia .l-main .node__content > .field-collection-container:nth-child(4) {
    width:29%;
    padding-left:35px;
    vertical-align:top;
    margin-top:50px;
}
body.node-type-historia .l-main .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-historia ul.node__links {
    display:none;
}
body.node-type-historia .field--name-field-secciones-historia fieldset {
    border:none;
}
html.js body.node-type-historia fieldset.collapsed .fieldset-legend {
    background-image:none;
}
html.js body.node-type-historia fieldset.collapsible .fieldset-legend {
    background-image:none;
}
body.node-type-historia .field--name-field-secciones-historia fieldset legend {
    display:block;
    width:100%;
    border-top:2px solid #7FADAD;
    border-bottom:2px solid #7FADAD;
    padding-top:5px;
    padding-bottom:5px;
    font-size:16px;
    padding-right:45px;
}
body.node-type-historia .field--name-field-secciones-historia fieldset legend {
    background:transparent url('../images/arrow-up.png') 99% 6px no-repeat;
    background-size:2.5%;
}
body.node-type-historia .field--name-field-secciones-historia fieldset.collapsed legend {
    background:transparent url('../images/arrow-down.png') 99% 6px no-repeat;
    background-size:2.5%;
}
body.node-type-historia .field--name-field-secciones-historia fieldset legend a {
    color:black;
}
body.node-type-historia .field--name-field-descripcion-seccion-histor {
    margin-top:20px;
    text-align:justify;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-wrapper .bx-viewport {
    background-color:transparent !Important;
    border: 5px solid transparent !Important;
}
body.node-type-historia .field--name-field-imagen-seccion  {
    text-align:left;
    vertical-align:top;
}
body.node-type-historia .field--name-field-imagen-seccion  .bx-wrapper {
    margin: 0 0 0 0;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-wrapper {
    margin-top:45px;
    margin-bottom:35px;
}
body.node-type-historia .field--name-field-imagen-seccion .descript {
    display:inline-block;
    vertical-align:top;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-prev {
    margin-left:-5px;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-next {
    margin-right:228px;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-pager {
    display:none;
}
body.node-type-historia .field--name-field-imagen-seccion .titleImage {
    position:absolute;
    margin-top:-304px;
    width:25%;
    margin-left:545px;
    max-height:300px;
    overflow:hidden;
    color:#555;
    font-size:12px;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-wrapper .field__item a {
    display:inline-block;
    margin-left:45px;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-wrapper .bx-viewport {
    box-shadow:none;
}
body.node-type-historia .field--name-field-imagen-seccion a.bx-prev {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-left.png') center center no-repeat;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-wrapper a.bx-prev:hover {
    background-position: center center;
}
body.node-type-historia .field--name-field-imagen-seccion a.bx-next {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-right.png') center center no-repeat;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-wrapper a.bx-next:hover {
    background-position: center center;
}
body.node-type-historia fieldset {
    padding-left:0;
    padding-right:0;
}
body.node-type-descarga-pdf h1 {
    display:none;
}
body.node-type-descarga-pdf article {
    position:relative;
    z-index:10;
}
body.node-type-descarga-pdf .field--name-body {
    margin:0 auto;
    margin-top:15px;
    color:#7FADAD;
    font-size:28px;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    max-width:800px;
    margin-bottom:55px;
}
body.node-type-descarga-pdf .field--name-body .field__item:before {
    /*content:'" ';*/
    content:'';
}
body.node-type-descarga-pdf .field--name-body .field__item:after {
    /*content:' "';*/
    content:'';
}
body.node-type-descarga-pdf #finder,
body.node-type-galerias-texto #finder {
    background-color:#006598;
    margin-bottom:35px;
}
body.node-type-descarga-pdf #finder .bloque,
body.node-type-galerias-texto #finder .bloque {
    display:inline-block;
    padding-top:20px;
    padding-bottom:20px;
}
body.node-type-descarga-pdf #finder .bloque a,
body.node-type-galerias-texto #finder .bloque a {
    color:white;
    text-transform:uppercase;
    display:inline-block;
    padding-top:10px;
    padding-bottom:10px;
    font-size:18px;
    padding-left:25px;
    padding-right:25px;
    border-right:4px solid white;
}
body.node-type-descarga-pdf #finder .bloque:last-child a,
body.node-type-galerias-texto #finder .bloque:last-child a {
    border-right:0px solid white;
}
body.node-type-descarga-pdf #finder .bloque.selCat a,
body.node-type-galerias-texto #finder .bloque.selCat a {
    color:#7FADAD;
}
body.node-type-descarga-pdf #finder .bloque.selCat,
body.node-type-galerias-texto #finder .bloque.selCat {
    background:transparent url('../images/selected.png') bottom center no-repeat;
}
body.node-type-descarga-pdf .field--name-field-bloque-pdf > .field__items > .field__item {
    padding-left:50px;
    padding-bottom:50px;
    border-bottom:2px solid #7FADAD;
    margin-bottom:50px;
}
body.node-type-descarga-pdf #finder,
body.node-type-galerias-texto #finder {
    text-align:center;
    margin-bottom:65px;
}
body.node-type-descarga-pdf .l-main .node__content {
    text-align:left;
}
body.node-type-descarga-pdf .node__content .field-collection-container {
    margin-top:0px;
}
body.node-type-descarga-pdf .field--name-field-bloque-pdf {
    display:block;
}
body.node-type-descarga-pdf .field--name-field-columna-acesos {
    display:block;
}
body.node-type-descarga-pdf .l-main .node__content > .field-collection-container {
    display:inline-block;
    vertical-align:top;
}
body.node-type-descarga-pdf .l-main .node__content > .field-collection-container:nth-child(3) {
    width:70%;
    padding-right:35px;
    vertical-align:top;
    margin-top:0px;
}
body.node-type-historia .l-main .node__content > .field-collection-container:nth-child(4) {
    width:29%;
    padding-left:35px;
    vertical-align:top;
    margin-top:50px;
}
body.node-type-descarga-pdf .l-main .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-descarga-pdf ul.node__links {
    display:none;
}
body.node-type-descarga-pdf .field--name-field-bloque-pdf > .field__items > .field__item:last-child {
    border-bottom:0px solid #7FADAD !Important;
}
body.node-type-descarga-pdf .field--name-field-bloque-pdf > .field__items > .field__item {
    clear:both;
}
body.node-type-descarga-pdf .field--name-field-bloque-pdf > .field__items > .field__item:before,
body.node-type-descarga-pdf .field--name-field-bloque-pdf > .field__items > .field__item:after {
    content:'';
    display:block;
    clear:both;
}
body.node-type-descarga-pdf .field--name-field-captura {
    float:left;
    margin-right:15px;
}
body.node-type-descarga-pdf .field--name-field-captura img {
    border:1px solid rgba(0, 0, 0, 0.05);
}
body.node-type-descarga-pdf .field--name-field-titulo-pdf {
    text-transform:uppercase;
    font-size:20px;
    font-weight:bold;
    max-height:25px;
    overflow:hidden;
}
body.node-type-descarga-pdf .field--name-field-descripcion-pdf {
    margin-top:5px;
    height:180px; overflow:hidden;
}
body.node-type-descarga-pdf .field--name-field-categoria-pdf {
    display:none;
}
body.node-type-descarga-pdf .field--name-field-documento-pdf img {
    display:none;
}
body.node-type-descarga-pdf .field--name-field-documento-pdf .field__item a {
    display:block;
    text-indent:-99999px;
    height:45px;
}
body.node-type-descarga-pdf .field--name-field-documento-pdf .field__item {
    display:block;
    position:absolute;
    margin-left:235px;
    margin-top:48px;
    width: 80px;
    height: 55px;
    text-transform:uppercase;
    text-align:center;
    font-size:10px;
    background:transparent url('../images/download-v.png') center bottom no-repeat;
}
body.node-type-descarga-pdf .field--name-field-enlace-mapa .field__item a {
    display:block;
    text-indent:-99999px;
    height:45px;
}
body.node-type-descarga-pdf .field--name-field-enlace-mapa .field__item {
    display:block;
    position:absolute;
    margin-left:330px;
    margin-top:48px;
    width: 80px;
    height: 55px;
    text-transform:uppercase;
    text-align:center;
    font-size:10px;
    background:transparent url('../images/chin-map.png') center 90% no-repeat;
}





body.page-dormir h1 {
    display:none;
}
body.page-dormir #views-exposed-form-dormir-page {
    display:none;
}
body.page-dormir .view-id-dormir {
    margin-top:35px;
}
body.page-dormir .l-main {
    text-align:left;
}
body.page-dormir .views-field-field-galeria-images {
    float:left;
}
body.page-dormir .view-id-dormir .view-content .views-row {
    clear:both;
    margin-bottom:40px;
}
body.page-dormir .view-id-dormir .view-content .views-row:before, body.page-dormir .view-id-dormir .view-content .views-row:after {
    content:'';
    display:block;
    clear:both;
}
body.page-dormir .views-field-field-galeria-images {
    transform:skew(0deg, 4deg);
    overflow:hidden;
    height:410px;
}
body.page-dormir .views-field-field-galeria-images .field-content {
    transform:skew(0deg, -4deg);
    overflow:visible;
}
body.page-dormir .views-field-field-galeria-images .field-content img {
    position:relative;
    top:-15px;
}
body.page-dormir .views-field-field-galeria-images {
    margin-right:55px;
}
body.page-dormir .views-field-field-estrellas {
    padding-top:25px;
    text-indent:-99999px;
    margin-bottom:15px;
}
body.page-dormir .views-field-field-estrellas .stars-5 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:160px;
    margin-left:455px;
}
body.page-dormir .views-field-field-estrellas .stars-4 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:128px;
    margin-left:455px;
}
body.page-dormir .views-field-field-estrellas .stars-3 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:96px;
    margin-left:455px;
}
body.page-dormir .views-field-field-estrellas .stars-2 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:64px;
    margin-left:455px;
}
body.page-dormir .views-field-field-estrellas .stars-1 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:32px;
    margin-left:455px;
}
body.page-dormir .views-field-title {
    display: block;
}
body.page-dormir .l-main .views-field-body:after, body.page-dormir .l-main .views-field-body:before {
    content:'';
    display:block;
    clear:both;
}
body.page-dormir .l-main .views-field-body {
    margin-top: 25px;
}
body.page-dormir .views-field-title a {
    font-size: 26px !Important;
    font-weight: bold;
    vertical-align: middle;
    color:black;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul {
    list-style:none;
    padding:0;
    margin:0;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li {
    display:inline-block;
}
body.page-dormir .views-field-field-caracteristicas-dormir, body.page-dormir .views-field-field-caracteristicas-dormir .field-content {
    display:inline-block;
    margin-top: 8px;
    margin-left: -7px;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li.adaptadoparadiscapacitados,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.adaptedforhandicappedpeople,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.adaptauxpersonnesmobilitrduite,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.frbehindertemenschengeeignet {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/handicap.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li.disponedecafeteraorestaurante,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.hasarestaurant,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.aunrestaurant,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.hateinrestaurant {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/restaurant.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li.disponedespaopiscina,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.hasaspaorpool,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.possdeunspaouunepiscine,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.hateinenspaoderpool {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/spa.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
    background-size:122%;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li.disponedeaparcamiento,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.hasparking,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.stationnement,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.verfgtbergarage {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/parking.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
    background-size:100%;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li.disponedewifi,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.haswifi,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.vousavezwifi,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.siehabenwifi {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/wifi.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
    background-size:100%;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li.sepermitenmascotas,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.petsallowed,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.animauxaccepts,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.haustiereerlaubt {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/dog-seating.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
    background-size:100%;
}
body.page-dormir .l-main .views-field-field-lista-opcion {
    margin-top:20px;
}
body.page-dormir .l-main .views-field-field-lista-opcion .field--name-field-icono-imagen {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
body.page-dormir .l-main .views-field-field-lista-opcion .field--name-field-texto-link-opcion {
    display:inline-block;
}
body.page-dormir .l-main .views-field-field-lista-opcion .entity-field-collection-item {
    margin-bottom:10px;
}
body.page-dormir .l-main .views-field-field-lista-opcion .field--name-field-texto-link-opcion a {
    color:black;
}
body.page-dormir .l-main .views-field-field-longitud {
    display:none;
}
body.page-dormir .l-main .views-field-field-latitud {
    display:none;
}
body.page-dormir .l-main .views-field-body {
    margin-top:10px;
    text-align:justify;
    max-height: 95px;
    overflow: hidden;
}
body.page-dormir #finder {
    background-color:#7FADAD;
    max-width:900px;
    margin:0 auto;
    margin-bottom:60px;
    padding:20px 30px;
}
body.page-dormir #finder select {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px 15px;
    font-size: 16px;
    padding-right: 35px;
    background-color: white;
    background: white url(../images/down.png) 90% center no-repeat;
    background-size: 12px;
    border-radius:4px;
}
body.page-dormir #finder a {
    color:black;
    text-transform:uppercase;
    padding:4px 12px;
    display:inline-block;
    font-size:18px;
    border-left:4px solid black;
    border-right:4px solid black;
}
body.page-dormir #checks {
    display:inline-block;
    width:60%;
}
body.page-dormir #stars {
    display:inline-block;
    width:25%;
    vertical-align:bottom;
    text-align:right;
}
body.page-dormir #submitFinder {
    display:inline-block;
    width:15%;
    vertical-align:bottom;
    text-align:right;
}
body.page-dormir label {
    display:inline-block;
    margin-left:5px;
    vertical-align:middle;
    text-transform:uppercase;
    font-size:12px;
}
body.node-type-dormir .l-main {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
body.node-type-dormir h1 {
    margin-top:50px;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:45px;
}
body.node-type-dormir .field--name-field-estrellas .stars-5 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:160px;
    text-indent:-99999px;
}
body.node-type-dormir .field--name-field-estrellas .stars-4 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:128px;
    text-indent:-99999px;
}
body.node-type-dormir .field--name-field-estrellas .stars-3 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:96px;
    text-indent:-99999px;
}
body.node-type-dormir .field--name-field-estrellas .stars-2 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:64px;
    text-indent:-99999px;
}
body.node-type-dormir .field--name-field-estrellas .stars-1 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:32px;
    text-indent:-99999px;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir .adaptadoparadiscapacitados,
body.node-type-dormir .field--name-field-caracteristicas-dormir .adaptedforhandicappedpeople,
body.node-type-dormir .field--name-field-caracteristicas-dormir .adaptauxpersonnesmobilitrduite,
body.node-type-dormir .field--name-field-caracteristicas-dormir .frbehindertemenschengeeignet {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/handicap.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    display:inline-block;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir .disponedecafeteraorestaurante,
body.node-type-dormir .field--name-field-caracteristicas-dormir .hasarestaurant,
body.node-type-dormir .field--name-field-caracteristicas-dormir .aunrestaurant,
body.node-type-dormir .field--name-field-caracteristicas-dormir .hateinrestaurant {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/restaurant.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    display:inline-block;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir .disponedespaopiscina,
body.node-type-dormir .field--name-field-caracteristicas-dormir .hasaspaorpool,
body.node-type-dormir .field--name-field-caracteristicas-dormir .possdeunspaouunepiscine,
body.node-type-dormir .field--name-field-caracteristicas-dormir .hateinenspaoderpool {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/spa.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    background-size:122%;
    display:inline-block;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir .disponedeaparcamiento,
body.node-type-dormir .field--name-field-caracteristicas-dormir .hasparking,
body.node-type-dormir .field--name-field-caracteristicas-dormir .stationnement,
body.node-type-dormir .field--name-field-caracteristicas-dormir .verfgtbergarage {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/parking.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    background-size:100%;
    display:inline-block;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir .disponedewifi,
body.node-type-dormir .field--name-field-caracteristicas-dormir .haswifi,
body.node-type-dormir .field--name-field-caracteristicas-dormir .vousavezwifi,
body.node-type-dormir .field--name-field-caracteristicas-dormir .siehabenwifi {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/wifi.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    background-size:100%;
    display:inline-block;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir .sepermitenmascotas,
body.node-type-dormir .field--name-field-caracteristicas-dormir .petsallowed,
body.node-type-dormir .field--name-field-caracteristicas-dormir .animauxaccepts,
body.node-type-dormir .field--name-field-caracteristicas-dormir .haustiereerlaubt {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/dog-seating.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    background-size:100%;
    display:inline-block;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir {
    margin-top:25px;
    margin-bottom:50px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:2px solid #7FADAD;
    border-bottom:2px solid #7FADAD;
}
body.node-type-dormir .field--name-field-latitud, body.node-type-dormir .field--name-field-longitud, body.node-type-dormir .field--name-field-tipo-hospedaje-dormir, body.node-type-dormir ul.node__links, body.node-type-dormir .l-main .block--nodeblock h2 {
    display:none;
}
body.node-type-dormir .l-main article.node--dormir {
    display:inline-block;
    width:66%;
}
body.node-type-dormir .l-main .l-content > .block--nodeblock {
    display:inline-block;
    width:33%;
    vertical-align:top;
    padding-top:55px;
    padding-left:80px;
}
body.node-type-dormir .l-main .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-dormir .bx-pager {
    display:none;
}
body.node-type-dormir .bx-controls a.bx-next {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-right.png') center center no-repeat;
}
body.node-type-dormir .bx-wrapper a.bx-next:hover {
    background-position: center center;
}
body.node-type-dormir .bx-controls a.bx-prev {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-left.png') center center no-repeat;
}
body.node-type-dormir .bx-wrapper a.bx-prev:hover {
    background-position: center center;
}
body.node-type-dormir .bx-wrapper .bx-viewport {
    box-shadow:none;
    margin-left:5px;
}
body.node-type-dormir .field--name-body {
    margin-top:-20px;
    width:380px;
    text-align:justify;
    float:right;
}
body.node-type-dormir .field--name-field-lista-opcion {
    float:left;
    width:350px;
    margin-top:-15px;
}
body.node-type-dormir .field--name-field-lista-opcion .field--name-field-icono-imagen {
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
body.node-type-dormir .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:inline-block;
    font-size:17px;
}
body.node-type-dormir .field--name-field-lista-opcion .field--name-field-texto-link-opcion a {
    color:black;
}
body.node-type-dormir .field--name-field-lista-opcion > .field__items > .field__item {
    margin-bottom:10px;
}
body.node-type-dormir .field--name-field-reservar a {
    display:block;
    color:white;
    background-color:#006598;
    text-align:center;
    padding:6px 10px 10px 10px;
    font-size:35px;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    margin-top:35px;
}
body.node-type-dormir #mapGoogle {
    height:430px;
    width:750px;
}
body.page-listado-restaurantes h1 {
    display:none;
}
body.page-listado-restaurantes #views-exposed-form-restaurants-page {
    display:none;
}
body.page-listado-restaurantes .view-id-restaurants {
    margin-top:35px;
}
body.page-listado-restaurantes .l-main {
    text-align:left;
}
body.page-listado-restaurantes .views-field-field-galeria-images {
    float:left;
}
body.page-listado-restaurantes .view-id-restaurants .view-content .views-row {
    clear:both;
    margin-bottom:40px;
}
body.page-listado-restaurantes .view-id-restaurants .view-content .views-row:before, body.page-listado-restaurantes .view-id-restaurants .view-content .views-row:after {
    content:'';
    display:block;
    clear:both;
}
body.page-listado-restaurantes .views-field-field-galeria-images {
    transform:skew(0deg, 4deg);
    overflow:hidden;
    height:410px;
}
body.page-listado-restaurantes .views-field-field-galeria-images .field-content {
    transform:skew(0deg, -4deg);
    overflow:visible;
}
body.page-listado-restaurantes .views-field-field-galeria-images .field-content img {
    position:relative;
    top:-15px;
}
body.page-listado-restaurantes .views-field-field-galeria-images {
    margin-right:55px;
}
body.page-listado-restaurantes .views-field-field-estrellas {
    padding-top:25px;
    text-indent:-99999px;
    margin-bottom:15px;
}
body.page-listado-restaurantes .views-field-field-estrellas .stars-5 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:160px;
    margin-left:445px;
}
body.page-listado-restaurantes .views-field-field-estrellas .stars-4 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:128px;
    margin-left:445px;
}
body.page-listado-restaurantes .views-field-field-estrellas .stars-3 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:96px;
    margin-left:445px;
}
body.page-listado-restaurantes .views-field-field-estrellas .stars-2 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:64px;
    margin-left:445px;
}
body.page-listado-restaurantes .views-field-field-estrellas .stars-1 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:32px;
    margin-left:445px;
}
body.page-listado-restaurantes .views-field-title {
    display:block;
}
body.page-listado-restaurantes .l-main .views-field-body:after, body.page-listado-restaurantes .l-main .views-field-body:before {
    content:'';
    display:block;
    clear:both;
}
body.page-listado-restaurantes .l-main .views-field-body {
    margin-top: 25px;
}
body.page-listado-restaurantes .views-field-title a {
    font-size: 26px !Important;
    font-weight: bold;
    vertical-align: middle;
    color:black;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul {
    list-style:none;
    padding:0;
    margin:0;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li {
    display:inline-block;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant, body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant .field-content {
    display:inline-block;
    margin-top: 8px;
    margin-left: -7px;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.unsolenlaguarepsol,
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.asunrepsolguide {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/solguiarepsol.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.establecimientoconqdecalidadturstica,
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.establishmentwithqoftouristquality {
    text-indent:-99999px;
    width:35px;
    height:32px;
    background:transparent url('../images/q.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.estrellamichelin,
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.michelinstar {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/estrellamichelin.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.recomendadoenlaguarepsol,
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.recommendedrepsolguide {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/recomendadoguiarepsol.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.tressolesenlaguarepsol,
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.threesunsrepsolguide {
    text-indent:-99999px;
    width:100px;
    height:32px;
    background:transparent url('../images/tressolesguiarepsol.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-listado-restaurantes .l-main .views-field-field-lista-opcion {
    margin-top:20px;
}
body.page-listado-restaurantes .l-main .views-field-field-lista-opcion .field--name-field-icono-imagen {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
body.page-listado-restaurantes .l-main .views-field-field-lista-opcion .field--name-field-texto-link-opcion {
    display:inline-block;
}
body.page-listado-restaurantes .l-main .views-field-field-lista-opcion .entity-field-collection-item {
    margin-bottom:10px;
}
body.page-listado-restaurantes .l-main .views-field-field-lista-opcion .field--name-field-texto-link-opcion a {
    color:black;
}
body.page-listado-restaurantes .l-main .views-field-field-longitud {
    display:none;
}
body.page-listado-restaurantes .l-main .views-field-field-latitud {
    display:none;
}
body.page-listado-restaurantes .l-main .views-field-body {
    margin-top:10px;
    text-align:justify;
    max-height: 95px;
    overflow: hidden;
}
body.page-listado-restaurantes #finder {
    background-color:#7FADAD;
    max-width:900px;
    margin:0 auto;
    margin-bottom:60px;
    padding:20px 30px;
}
body.page-listado-restaurantes #finder select {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px 15px;
    font-size: 16px;
    padding-right: 35px;
    background-color: white;
    background: white url(../images/down.png) 90% center no-repeat;
    background-size: 12px;
    border-radius:4px;
}
body.page-listado-restaurantes #finder a {
    color:black;
    text-transform:uppercase;
    padding:4px 12px;
    display:inline-block;
    font-size:18px;
    border-left:4px solid black;
    border-right:4px solid black;
}
body.page-listado-restaurantes #checks {
    display:inline-block;
    width:60%;
}
body.page-listado-restaurantes #stars {
    display:inline-block;
    width:25%;
    vertical-align:bottom;
    text-align:right;
}
body.page-listado-restaurantes #submitFinder {
    display:inline-block;
    width:15%;
    vertical-align:bottom;
    text-align:right;
}
body.page-listado-restaurantes label {
    display:inline-block;
    margin-left:5px;
    vertical-align:middle;
    text-transform:uppercase;
    font-size:12px;
}
body.node-type-restaurante .l-main {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
body.node-type-restaurante h1 {
    margin-top:50px;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:45px;
}
body.node-type-restaurante .field--name-field-estrellas .stars-5 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:160px;
    margin-left:-10px;
    text-indent:-99999px;
}
body.node-type-restaurante .field--name-field-estrellas .stars-4 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:128px;
    margin-left:-10px;
    text-indent:-99999px;
}
body.node-type-restaurante .field--name-field-estrellas .stars-3 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:96px;
    margin-left:-10px;
    text-indent:-99999px;
}
body.node-type-restaurante .field--name-field-estrellas .stars-2 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:64px;
    margin-left:-10px;
    text-indent:-99999px;
}
body.node-type-restaurante .field--name-field-estrellas .stars-1 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:32px;
    margin-left:-10px;
    text-indent:-99999px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .field__item {
    display:inline-block;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .field__items {
    padding-top:7px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .unsolenlaguarepsol,
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .asunrepsolguide {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/solguiarepsol.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .establecimientoconqdecalidadturstica,
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .establishmentwithqoftouristquality {
    text-indent:-99999px;
    width:35px;
    height:32px;
    background:transparent url('../images/q.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .estrellamichelin,
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .michelinstar {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/estrellamichelin.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .recomendadoenlaguarepsol,
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .recommendedrepsolguide {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/recomendadoguiarepsol.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .tressolesenlaguarepsol,
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .threesunsrepsolguide {
    text-indent:-99999px;
    width:100px;
    height:32px;
    background:transparent url('../images/tressolesguiarepsol.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant {
    margin-top:25px;
    margin-bottom:30px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:2px solid #7FADAD;
    border-bottom:2px solid #7FADAD;
}
body.node-type-restaurante .field--name-field-galeria-images {
    margin-top:20px;
}
body.node-type-restaurante .field--name-field-latitud, body.node-type-restaurante .field--name-field-longitud, body.node-type-restaurante ul.node__links, body.node-type-restaurante .l-main .block--nodeblock h2 {
    display:none;
}
body.node-type-restaurante .l-main article.node--restaurante {
    display:inline-block;
    width:66%;
}
body.node-type-restaurante .l-main .l-content > .block--nodeblock {
    display:inline-block;
    width:33%;
    vertical-align:top;
    padding-top:70px;
    padding-left:80px;
}
body.node-type-restaurante .l-main .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-restaurante .bx-pager {
    display:none;
}
body.node-type-restaurante .bx-controls a.bx-next {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-right.png') center center no-repeat;
}
body.node-type-restaurante .bx-wrapper a.bx-next:hover {
    background-position: center center;
}
body.node-type-restaurante .bx-controls a.bx-prev {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-left.png') center center no-repeat;
}
body.node-type-restaurante .bx-wrapper a.bx-prev:hover {
    background-position: center center;
}
body.node-type-restaurante .bx-wrapper .bx-viewport {
    box-shadow:none;
    margin-left:5px;
}
body.node-type-restaurante .field--name-body {
    margin-top:-20px;
    width:380px;
    text-align:justify;
    float:right;
}
body.node-type-restaurante .field--name-field-lista-opcion {
    float:left;
    width:350px;
    margin-top:-15px;
}
body.node-type-restaurante .field--name-field-lista-opcion .field--name-field-icono-imagen {
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
body.node-type-restaurante .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:inline-block;
    font-size:17px;
}
body.node-type-restaurante .field--name-field-lista-opcion .field--name-field-texto-link-opcion a {
    color:black;
}
body.node-type-restaurante .field--name-field-lista-opcion > .field__items > .field__item {
    margin-bottom:10px;
}
body.node-type-restaurante #mapGoogle {
    height:430px;
    width:750px;
}
body.node-type-galerias-texto .field--name-field-latitud, body.node-type-galerias-texto .field--name-field-longitud, body.node-type-galerias-texto .field--name-field-ruta,
body.node-type-galerias-texto .field--name-field-lista-opcion {
    display:none;
}
body.node-type-galerias-texto h1 {
    display:none;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items {
    margin-top:15px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item {
    height:480px;
    width:285px;
    display:inline-block;
    overflow:hidden;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .boxGallery1 {
    margin-right:15px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .boxGallery4 {
    margin-left:15px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .boxGallery2 {
    margin-right:15px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .boxGallery3 {
    margin-left:15px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: 0px dotted transparent;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item > div {
    height:520px;
    margin-top:-20px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1 {
    transform: skew(0deg, 4deg);
    overflow: hidden;
    margin-bottom:10px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2 {
    transform: skew(0deg, 4deg);
    overflow: hidden;
    position:relative;
    top:22px;
    margin-bottom:10px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3 {
    transform: skew(0deg, -4deg);
    overflow: hidden;
    position:relative;
    top:22px;
    margin-bottom:10px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 {
    transform: skew(0deg, -4deg);
    overflow: hidden;
    margin-bottom:10px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1 > div {
    transform: skew(0deg, -4deg);
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2 > div {
    transform: skew(0deg, -4deg);
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3 > div {
    transform: skew(0deg, 4deg);
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 > div {
    transform: skew(0deg, 4deg);
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:135px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:135px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:157px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:157px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item .content .field--name-field-titulo-galeria a {
    color:white;
    display:block;
    margin-top:15px;
    text-align:left;
    padding-left:20px;
    padding-right:20px;
    font-size:25px;
    font-weight:bold;
}
body.node-type-galerias-texto .field--name-body {
    color: #7FADAD;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing: 1px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 75px;
    font-size: 26px;
    padding: 5px;
    margin-top: 50px;
}
body.node-type-galerias-texto .field--name-body .field__item:before {
    /*content: '" ';*/
    content:'';
    display: inline !Important;
}
body.node-type-galerias-texto .field--name-body .field__item:after {
    /*content: ' "';*/
    content:'';
    display: inline !Important;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto {
    text-align: left;
}
body.node-type-galerias-texto .sliderGallery a.closeSlider {
    margin-top: 20px;
}
body.node-type-galerias-texto .sliderGallery .field--name-field-lista-opcion,
body.node-type-galerias-texto .sliderGallery .field--name-field-descripcion {
    display:block;
}
body.node-type-galerias-texto article .sliderContent {
    padding-top:120px;
    padding-bottom:50px;
    min-height: 510px;
}
body.node-type-galerias-texto .firstContent {
    display:inline-block;
    width:40%;
    vertical-align: top;
    padding-left:25px;
    padding-right:15px;
}
body.node-type-galerias-texto .lastContent {
    display:inline-block;
    width:59%;
    vertical-align: top;
    padding-left:15px;
    padding-right:15px;
    text-align:justify;
}
body.node-type-galerias-texto .sliderGallery {
    min-height: 610px;
}
body.node-type-galerias-texto #gMap {
    height:350px;
}
body.node-type-galerias-texto .sliderGallery .field--name-field-icono-imagen {
    display:inline-block;
    margin-right:10px;
    vertical-align:middle;
}
body.node-type-galerias-texto .sliderGallery .field--name-field-texto-link-opcion {
    display:inline-block;
    margin-right:5px;
}
body.node-type-galerias-texto .sliderGallery .field--name-field-texto-link-opcion a {
    color:black;
}
body.node-type-galerias-texto .sliderGallery .field--name-field-lista-opcion > .field__items > .field__item {
    margin-bottom:15px;
}
body.node-type-galerias-texto .sliderGallery .field--name-field-lista-opcion {
    padding-left:50px;
    padding-right:10px;
    padding-bottom:20px;
}
#pronostico .separator {
    height:10px;
    background-color:white;
    position:relative;
    left:-25px;
    width:104.5%;
    top:-25px;
}
#pronostico .separator:last-child {
    display:none;
}
body.node-type-clima .tmpMin {
    position:absolute;
    width:70px;
    text-align:right;
    margin-top:-100px;
    margin-left:130px;
    font-size:14px;
    color:#006598;
}
body.node-type-clima .tmpMax {
    position:absolute;
    width:70px;
    text-align:right;
    margin-top:-70px;
    margin-left:130px;
    font-size:14px;
    color: rgba(200, 0, 0, 1);
}
.mapToolTip {
    padding:10px;
    margin:10px 5px;
    box-shadow:inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius:2px;
}
.mapToolTip h3 {
    font-size:14px;
    text-transform:uppercase;
    color:#006598;
}
body.node-type-aparcamientos #gMap {
    float: left;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
body.node-type-aparcamientos .field--name-body {
    cursor:pointer;
}
body.node-type-aparcamientos .field--name-field-direccion-aparcamiento {
    margin-bottom:6px;
}
body.node-type-aparcamientos .field--name-field-telefono-aparcamiento {
    margin-bottom:6px;
}
body.node-type-aparcamientos .field--name-field-abierto-24-horas {
    margin-bottom:6px;
}
body.node-type-aparcamientos .field--name-field-link-google-map a {
    display:block;
    background:transparent url('../images/mini-map.png') 0 center no-repeat;
    line-height:24px;
    height:24px;
    padding-left:35px;
}
article .sliderContent {
    color: #333;
}
article .sliderContent p {
    margin-bottom:15px;
}
article ul.node__links {
    display:none;
}
h1 {
    font-family: 'Alfa Slab One', cursive;
    color:#7FADAD;
}
body.node-type-page .l-main {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
body.node-type-page h1 {
    margin-top:50px;
    margin-bottom:30px;
    text-align:left;
    font-size:40px;
    text-transform:uppercase;
}
body.page-agenda-eventos .views-exposed-form-agenda-de-eventos-page {
    display:none;
}
body.page-agenda-eventos h1 {
    display:none;
}
body.page-agenda-eventos #finderWs {
    text-align:center;
}
body.page-agenda-eventos .view-agenda-de-eventos {
    margin-top:50px;
}
body.page-agenda-eventos .l-main {
    text-align:left;
}
body.page-agenda-eventos .views-field-field-galeria-eventos {
    float:left;
}
body.page-agenda-eventos .view-agenda-de-eventos .view-content .views-row {
    clear:both;
    margin-bottom:40px;
}
body.page-agenda-eventos .view-agenda-de-eventos .view-content .views-row:before,
body.page-agenda-eventos .view-agenda-de-eventos .view-content .views-row:after {
    content:'';
    display:block;
    clear:both;
}
body.page-agenda-eventos .views-field-field-galeria-eventos {
    transform:skew(0deg, 4deg);
    overflow:hidden;
    height:410px;
}
body.page-agenda-eventos .views-field-field-galeria-eventos .field-content {
    transform:skew(0deg, -4deg);
    overflow:visible;
}
body.page-agenda-eventos .views-field-field-galeria-eventos .field-content img {
    position:relative;
    top:-15px;
}
body.page-agenda-eventos .views-field-field-galeria-eventos {
    margin-right:55px;
}
body.page-agenda-eventos .views-field-field-estrellas {
    padding-top:25px;
    text-indent:-99999px;
    margin-bottom:15px;
}
body.page-agenda-eventos .views-field-title {
    margin-bottom:20px;
    text-transform:uppercase;
    font-weight:100;
}
body.page-agenda-eventos .views-field-title a {
    font-size: 26px !Important;
    font-weight: bold;
    vertical-align: middle;
    color:black;
}
body.page-agenda-eventos .l-main .views-field-field-lista-opcion {
    margin-top:20px;
}
body.page-agenda-eventos .l-main .views-field-field-lista-opcion .field--name-field-icono-imagen {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
body.page-agenda-eventos .l-main .views-field-field-lista-opcion .field--name-field-texto-link-opcion {
    display:inline-block;
}
body.page-agenda-eventos .l-main .views-field-field-lista-opcion .entity-field-collection-item {
    margin-bottom:10px;
}
body.page-agenda-eventos .l-main .views-field-field-lista-opcion .field--name-field-texto-link-opcion a {
    color:black;
}
body.page-agenda-eventos .views-field-field-tipo-evento {
    color:#7FADAD;
    padding-top:15px;
    font-size:24px;
    font-weight:100;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    margin-bottom:15px;
}
body.page-agenda-eventos .views-field-field-desde {
    display:inline-block;
    background:transparent url('../images/cal.png') 0 center no-repeat;
    padding-left:30px;
}
body.page-agenda-eventos .views-field-field-hasta {
    display:inline-block;
    background:transparent url('../images/cal.png') 7px center no-repeat;
    padding-left:20px;
    margin-left:20px;
}
body.page-agenda-eventos .views-field-field-hasta .field-content:before {
    content: '↔';
    position:relative;
    left:-35px;
    font-size:16px;
}
body.page-agenda-eventos ul.pager {
    list-style:none;
    margin-top:80px;
}
body.page-agenda-eventos ul.pager li {
    display:inline-block;
    margin-left:5px;
    margin-right:5px;
}
body.node-type-agenda .l-main {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
body.node-type-agenda h1 {
    margin-top:50px;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:45px;
}
body.node-type-agenda .l-main article.node--agenda {
    display:inline-block;
    width:66%;
}
body.node-type-agenda .l-main .l-content > .block--nodeblock {
    display:inline-block;
    width:33%;
    vertical-align:top;
    padding-top:25px;
    padding-left:80px;
}
body.node-type-agenda .l-main .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-agenda .bx-pager {
    display:none;
}
body.node-type-agenda .bx-controls a.bx-next {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-right.png') center center no-repeat;
}
body.node-type-agenda .bx-wrapper a.bx-next:hover {
    background-position: center center;
}
body.node-type-agenda .bx-controls a.bx-prev {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-left.png') center center no-repeat;
}
body.node-type-agenda .bx-wrapper a.bx-prev:hover {
    background-position: center center;
}
body.node-type-agenda .bx-wrapper .bx-viewport {
    box-shadow:none;
    margin-left:5px;
}
body.node-type-agenda .field--name-body {
    margin-top:-20px;
    width:380px;
    text-align:justify;
    float:right;
}
body.node-type-agenda .field--name-field-lista-opcion {
    float:left;
    width:350px;
    margin-top:-15px;
}
body.node-type-agenda .field--name-field-lista-opcion .field--name-field-icono-imagen {
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
body.node-type-agenda .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:inline-block;
    font-size:17px;
}
body.node-type-agenda .field--name-field-lista-opcion .field--name-field-texto-link-opcion a {
    color:black;
}
body.node-type-agenda .field--name-field-lista-opcion > .field__items > .field__item {
    margin-bottom:10px;
}
body.node-type-agenda .field--name-field-desde {
    display:inline-block;
    background:transparent url('../images/cal.png') 0 center no-repeat;
    padding-left:30px;
}
body.node-type-agenda .field--name-field-hasta {
    display:inline-block;
    background:transparent url('../images/cal.png') 7px center no-repeat;
    padding-left:20px;
    margin-left:20px;
}
body.node-type-agenda .field--name-field-hasta .field__item:before {
    content: '↔';
    position:relative;
    left:-35px;
    font-size:16px;
}
body.node-type-agenda .l-main .block--nodeblock h2 {
    display:none;
}
body.node-type-agenda .field--name-field-tipo-evento {
    margin-top:25px;
    margin-bottom:50px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:2px solid #7FADAD;
    border-bottom:2px solid #7FADAD;
    padding-left:15px;
    padding-right:15px;
    color:#444;
    font-size:14px;
    text-align:center;
    text-transform:uppercase;
}
body.node-type-agenda .field--name-field-desde, body.node-type-agenda .field--name-field-hasta {
    position:relative;
    top:-40px;
}
.firstBox .txtWeather {
    color:#006598;
}
body.node-type-ruta-gastronimica .field--name-field-foto-principal {
    display:inline-block;
    width:40%;
    vertical-align:top;
}
body.node-type-ruta-gastronimica .grupo-text {
    display:inline-block;
    width:55%;
    vertical-align:top;
    padding-left:15px;
}
body.node-type-ruta-gastronimica .field--name-field-documentos-pdf img {
    display:none;
}
body.node-type-ruta-gastronimica .field--name-field-documentos-pdf {
    display:inline-block;
    float:left;
}
body.node-type-ruta-gastronimica .field--name-field-descripcion-documento {
    display:inline-block;
    margin-left:10px;
}
body.node-type-ruta-gastronimica .group-pdf {
    text-align:left;
    margin-top:15px;
    margin-bottom:15px;
}
body.node-type-ruta-gastronimica .field--name-field-documentos-pdf a {
    display:block;
    text-indent:-99999px;
    width:25px;
    height:25px;
    background:transparent url('../images/pin2.png') left center no-repeat;
    background-size:cover;
}
body.node-type-ruta-gastronimica .field--name-field-latitud,
body.node-type-ruta-gastronimica .field--name-field-longitud {
    display:none;
}
.grupo-text .googleMap {
    height:250px;
    margin-top:25px;
}
body.node-type-ruta-gastronimica .field--name-field-accesos-links {
    width:80%;
    border-top: 2px solid #80AEAE;
    border-bottom: 2px solid #80AEAE;
    margin:0 auto;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:5px;
    margin-top:50px;
}
body.node-type-ruta-gastronimica .field--name-field-accesos-links .field__item {
    display:inline-block;
    margin-left:5px;
    margin-right:5px;
    padding:5px 20px;
    border-radius:4px;
    box-shadow:inset 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
    text-transform:uppercase;
    font-size:14px;
}
body.node-type-ruta-gastronimica .field--name-field-accesos-links .field__item a {
    color:#666;
}
a.shareRedTwitter:hover, a.shareRedFacebook:hover, a.shareRedYoutube:hover {
    opacity:1;
}
@media all and (max-width:1199px) {
    .field--name-field-front-box-aux .box2Front1,
    .field--name-field-front-box-aux .box2Front2,
    .field--name-field-front-box-aux .box2Front3,
    .field--name-field-front-box-aux .box2Front4 {
        transform: skew(0deg,0deg) translate(0px,0px);
        overflow: hidden;
        display:block;
        width:45% !Important;
        margin-top:0px;
        margin-bottom:25px;
        margin-left:15px;
        margin-right:15px;
    }
    .field--name-field-front-box-aux .box2Front1 > .field-collection-view,
    .field--name-field-front-box-aux .box2Front2 > .field-collection-view,
    .field--name-field-front-box-aux .box2Front3 > .field-collection-view,
    .field--name-field-front-box-aux .box2Front4 > .field-collection-view {
        transform: skew(0deg,0deg) translate(0px,0px);
    }
    .field--name-field-front-box-aux {
        margin-bottom:50px;
    }
    .box2Front .content {
        height:170px;
    }
}
@media all and (max-width:650px) {
    .field--name-field-front-box-aux .box2Front1,
    .field--name-field-front-box-aux .box2Front2,
    .field--name-field-front-box-aux .box2Front3,
    .field--name-field-front-box-aux .box2Front4 {
        width:100% !Important;
        margin-left:0px;
        margin-right:0px;
    }
}
@media all and (max-width:1140px) {
    body.node-type-historia .field--name-field-foto-cabecera {
        display:none;
    }
    body.node-type-historia h1 {
        width:100%;
        max-width:100%;
        position:initial;
        margin-bottom:40px;
    }
    body.node-type-historia .field--name-body {
        position: initial;
        padding-top: 0px;
    }
}
@media all and (max-width:1120px) {
    body.node-type-historia .l-main .node__content > .field-collection-container:nth-child(4) {
        width: 100%;
        padding-left: 0px;
        vertical-align: top;
        margin-top: 50px;
    }
    body.node-type-historia .l-main .node__content > .field-collection-container:nth-child(3) {
        width: 100%;
        padding-right: 0px;
        vertical-align: top;
        margin-top: 50px;
        display:block !Important;
    }
    body.node-type-historia .field--name-field-imagen-seccion .bx-next {
        margin-right: 20px;
    }
}
@media all and (max-width:900px) {
    body.node-type-historia .field--name-field-imagen-seccion .titleImage {
        position: relative !Important;
        margin-top: 30px;
        width: 100%;
        margin-left: 0px;
        max-height: 100%;
        overflow: visible;
        border:1px solid transparent !Important;
        padding:0;
        padding-left:40px;
        padding-right:40px;
    }
    body.node-type-historia .bx-viewport {
        overflow: visible !Important;
        height:auto;
    }
}
@media all and (max-width:600px) {
    body.node-type-historia .bx-viewport .field__item {
        margin-left:-15px;
    }
    body.node-type-historia .field--name-field-imagen-seccion .bx-prev {
        margin-left: -5px;
    }
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 10 !Important;
        right:-20px;
    }
}
body.node-type-oficinas-turismo .field-collection-item-field-bloque-oficina > .content > .field-collection-container {
    max-width:45%;
}
@media all and (max-width:1170px) {
    body.node-type-oficinas-turismo .l-main .node__content > .field-collection-container:nth-child(2) {
        width: 100%;
        padding-right: 0px;
        display:block;
    }
    body.node-type-oficinas-turismo .l-main .node__content > .field-collection-container:nth-child(3) {
        width: 100%;
        padding-left: 0px;
        display:block;
    }
    body.node-type-oficinas-turismo .l-content {
        background-image:none;
    }
}
@media all and (max-width:800px) {
    body.node-type-oficinas-turismo .field--name-field-imagen-oficina {
        float: none;
        margin-left: auto;
        margin:0 auto;
        text-align:center;
        margin-bottom:35px;
    }
    body.node-type-oficinas-turismo .field-collection-item-field-bloque-oficina > .content > .field-collection-container {
        max-width:100%;
    }
    body.node-type-oficinas-turismo .l-main .field--name-field-lista-opcion {
        float: none;
        margin-top: 30px;
        max-width: 100%;
    }
}
.l-main .l-content > article div:not(.contentGal) img {
    max-width:100%;
    height:auto;
}
@media all and (max-width:1199px) {
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery1 {
        transform: skew(0deg,0deg);
        margin-bottom: 0px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery2 {
        transform: skew(0deg,0deg);
        overflow: hidden;
        position: relative;
        top: 0px;
        margin-bottom: 0px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery3 {
        transform: skew(0deg,0deg);
        overflow: hidden;
        position: relative;
        top: 0px;
        margin-bottom: 0px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery4 {
        transform: skew(0deg,0deg);
        overflow: hidden;
        margin-bottom: 0px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery1,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery2,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery3,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery4 {
        margin-right: 5px;
        margin-left: 5px;
        float:none;
        left:0;
        right:0;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items {
        margin: 0 auto;
        text-align:center;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery1 > div,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery2 > div,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery3 > div,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery4 > div {
        transform: skew(0deg,0deg);
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery1 .content,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery2 .content,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery3 .content,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery4 .content {
        bottom: 0px;
        height: 180px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
        width: 22%;
    }
}
@media all and (max-width:900px) {
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
        width: 45%;
    }
}
@media all and (max-width:560px) {
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
        width: 95%;
    }
}
@media all and (max-width:1195px) {
    body.node-type-galerias .sliderGallery {
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
    }
    body.node-type-galerias .sliderGallery .solapTop1, body.node-type-galerias .sliderGallery .solapTop2 {
        display:none;
    }
    body.node-type-galerias .solapBottom1, body.node-type-galerias .solapBottom2 {
        display:none;
    }
    body.node-type-galerias .sliderGallery .bx-next {
        margin-right: 5px;
    }
    body.node-type-galerias .sliderGallery a.download {
        right: auto;
        left:65px;
        bottom: 45px;
        color: #FFF;
    }
    body.node-type-galerias .sliderGallery .social {
        position: absolute;
        z-index: 10;
        right: auto;
        left:150px;
        bottom: 45px;
        overflow: hidden;
    }
    body.node-type-galerias .sliderGallery .social span {
        color: #FFF;
        font-size: 10px;
        height: 15px;
        position:relative;
        top:-2px;
    }
    body.node-type-galerias .sliderGallery .descript {
        width: 15%;
    }
}
@media all and (max-width:1005px) {
    body.node-type-galerias .sliderGallery .descript {
        display:none;
    }
}
@media all and (max-width:850px) {
    body.node-type-galerias .galleryScroll img {
        margin-left:-25px;
    }
    body.node-type-galerias .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left:-5px;
    }
    body.node-type-galerias .bx-wrapper .bx-controls-direction a.bx-next {
        margin-right:-5px;
    }
    body.node-type-galerias .sliderGallery a.closeSlider {
        margin-top: 35px;
    }
}
body.node-type-galerias .l-main .l-content iframe {
    max-width:100%;
}
@media all and (max-width:1210px) {
    body.page-dormir .views-field-body {
        padding-right:15px;
    }
    body.page-dormir .views-field-title {
        line-height:55px;
    }
}
@media all and (max-width:850px) {
    body.page-dormir .views-field-field-galeria-images {
        margin-right: 0px;
    }
    body.page-dormir .views-field-field-galeria-images {
        transform: skew(0deg,0deg);
        float:none;
    }
    body.page-dormir .views-field-field-galeria-images .field-content {
        transform: skew(0deg,0deg);
        text-align:center;
    }
    body.page-dormir .views-field-body {
        padding-right:0px;
    }
    body.page-dormir .l-main .view-dormir {
        padding-left:25px;
        padding-right:25px;
    }
    body.page-dormir .views-field-field-estrellas .stars-5,
    body.page-dormir .views-field-field-estrellas .stars-4,
    body.page-dormir .views-field-field-estrellas .stars-3,
    body.page-dormir .views-field-field-estrellas .stars-2,
    body.page-dormir .views-field-field-estrellas .stars-1 {
        margin-left: 0px;
    }
    body.page-dormir .l-main .views-field-body {
        max-height: 100%;
    }
    body.page-dormir .views-field-field-caracteristicas-dormir ul {
        line-height:42px;
        display:block;
        width:100%;
    }
    body.page-dormir .views-field-field-caracteristicas-dormir {
        display:block;
        width:100%;
        margin-top:15px;
        margin-left:-10px;
    }
    body.page-dormir #checks {
        display: block;
        width: 100%;
    }
    body.page-dormir #stars {
        display: block;
        width: 100%;
        vertical-align: bottom;
        text-align: left;
        margin-top:20px;
        margin-bottom:20px;
    }
}
body.page-dormir .view-dormir .views-field-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.page-dormir .view-dormir .views-field-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-dormir article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-dormir article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-dormir article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-dormir article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-dormir .bx-viewport .field__item {
    overflow:hidden;
}
body.node-type-dormir .bx-viewport .field__item > img {
    min-height:430px;
    min-width:750px;
}
@media all and (max-width:1170px) {
    body.node-type-dormir .field--name-body {
        margin-top: -20px;
        width: 100%;
        text-align: justify;
        float: none;
    }
    body.node-type-dormir .field--name-field-lista-opcion {
        float: none;
        width: 100%;
        margin-top: 25px;
    }
}
@media all and (max-width:1070px) {
    body.node-type-dormir .l-main article.node--dormir {
        display: inline-block;
        width: 64%;
    }
    body.node-type-dormir .l-main .l-content > .block--nodeblock {
        display: inline-block;
        width: 34%;
        padding-left:40px
    }
}
@media all and (max-width:750px) {
    body.node-type-dormir .l-main article.node--dormir {
        display: block;
        width: 100%;
    }
    body.node-type-dormir .l-main .l-content > .block--nodeblock {
        display: block;
        width: 100%;
        padding-left:0px
    }
}
@media all and (max-width:1030px) {
    body.node-type-ruta-gastronimica .field--name-field-foto-principal {
        display: block;
        width: 100%;
        margin-bottom:15px;
    }
    body.node-type-ruta-gastronimica .grupo-text {
        display: block;
        width: 100%;
        padding-left: 0px;
    }
}
body.node-type-ruta-gastronimica .field--name-field-accesos-links .field__item {
    margin-top:5px;
    margin-bottom:5px;
}
@media all and (max-width:1210px) {
    body.page-listado-restaurantes .views-field-body {
        padding-right:15px;
    }
    body.page-listado-restaurantes .views-field-title {
        line-height:55px;
    }
}
@media all and (max-width:850px) {
    body.page-listado-restaurantes .views-field-field-galeria-images {
        margin-right: 0px;
    }
    body.page-listado-restaurantes .views-field-field-galeria-images {
        transform: skew(0deg,0deg);
        float:none;
    }
    body.page-listado-restaurantes .views-field-field-galeria-images .field-content {
        transform: skew(0deg,0deg);
        text-align:center;
    }
    body.page-listado-restaurantes .views-field-body {
        padding-right:0px;
    }
    body.page-listado-restaurantes .l-main .view-restaurants {
        padding-left:25px;
        padding-right:25px;
    }
    body.page-listado-restaurantes .views-field-field-estrellas .stars-5,
    body.page-listado-restaurantes .views-field-field-estrellas .stars-4,
    body.page-listado-restaurantes .views-field-field-estrellas .stars-3,
    body.page-listado-restaurantes .views-field-field-estrellas .stars-2,
    body.page-listado-restaurantes .views-field-field-estrellas .stars-1 {
        margin-left: 0px;
    }
    body.page-listado-restaurantes .l-main .views-field-body {
        max-height: 100%;
    }
    body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul {
        line-height:42px;
        display:block;
        width:100%;
    }
    body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant {
        display:block;
        width:100%;
        margin-top:15px;
        margin-left:-10px;
    }
    body.page-listado-restaurantes #checks {
        display: block;
        width: 100%;
    }
    body.page-listado-restaurantes #stars {
        display: block;
        width: 100%;
        vertical-align: bottom;
        text-align: left;
        margin-top:20px;
        margin-bottom:20px;
    }
}
body.page-listado-restaurantes .view-restaurants .views-field-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.page-listado-restaurantes .view-restaurants .views-field-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-restaurante article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-restaurante article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-restaurante article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-restaurante article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-restaurante .bx-viewport .field__item {
    overflow:hidden;
}
body.node-type-restaurante .bx-viewport .field__item > img {
    min-height:430px;
    min-width:750px;
}
@media all and (max-width:1170px) {
    body.node-type-restaurante .field--name-body {
        margin-top: -20px;
        width: 100%;
        text-align: justify;
        float: none;
    }
    body.node-type-restaurante .field--name-field-lista-opcion {
        float: none;
        width: 100%;
        margin-top: 25px;
    }
}
@media all and (max-width:1070px) {
    body.node-type-restaurante .l-main article.node--restaurante {
        display: inline-block;
        width: 64%;
    }
    body.node-type-restaurante .l-main .l-content > .block--nodeblock {
        display: inline-block;
        width: 34%;
        padding-left:40px
    }
}
@media all and (max-width:750px) {
    body.node-type-restaurante .l-main article.node--restaurante {
        display: block;
        width: 100%;
    }
    body.node-type-restaurante .l-main .l-content > .block--nodeblock {
        display: block;
        width: 100%;
        padding-left:0px
    }
}
@media all and (max-width:550px) {
    body.node-type-restaurante h1, body.node-type-dormir h1 {
        font-size:28px;
    }
}
body.page-agenda-eventos .view-agenda-de-eventos .field-collection-item-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.page-agenda-eventos .view-agenda-de-eventos .field-collection-item-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
@media all and (max-width:1210px) {
    body.page-agenda-eventos .views-field-body {
        padding-right:15px;
    }
    body.page-agenda-eventos .views-field-title {
        line-height:55px;
    }
}
@media all and (max-width:850px) {
    body.page-agenda-eventos .views-field-field-galeria-eventos {
        margin-right: 0px;
    }
    body.page-agenda-eventos .views-field-field-galeria-eventos {
        transform: skew(0deg,0deg);
        float:none;
    }
    body.page-agenda-eventos .views-field-field-galeria-eventos .field-content {
        transform: skew(0deg,0deg);
        text-align:center;
    }
    body.page-agenda-eventos .views-field-body {
        padding-right:0px;
    }
    body.page-agenda-eventos .l-main .view-agenda-de-eventos {
        padding-left:25px;
        padding-right:25px;
    }
    body.page-agenda-eventos .l-main .views-field-body {
        max-height: 100%;
    }
}
@media all and (max-width:550px) {
    body.page-agenda-eventos .views-field-field-hasta {
        display: block;
        padding-left: 36px;
        margin-left: -6px;
        margin-top:12px;
    }
    body.page-agenda-eventos .views-field-field-hasta .field-content::before {
        content: '';
        position: relative;
        left: 0px;
        font-size: 0px;
    }
    body.page-agenda-eventos .l-main .views-field-body {
        text-align:justify;
    }
}
body.node-type-agenda article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-agenda article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-agenda .bx-viewport .field__item {
    overflow:hidden;
}
body.node-type-agenda .bx-viewport .field__item > img {
    min-height:430px;
    min-width:750px;
}
@media all and (max-width:1170px) {
    body.node-type-agenda .field--name-body {
        margin-top: -20px;
        width: 100%;
        text-align: justify;
        float: none;
    }
    body.node-type-agenda .field--name-field-lista-opcion {
        float: none;
        width: 100%;
        margin-top: 25px;
    }
}
@media all and (max-width:1070px) {
    body.node-type-agenda .l-main article.node--agenda {
        display: inline-block;
        width: 64%;
    }
    body.node-type-agenda .l-main .l-content > .block--nodeblock {
        display: inline-block;
        width: 34%;
        padding-left:40px
    }
}
@media all and (max-width:750px) {
    body.node-type-agenda .l-main article.node--agenda {
        display: block;
        width: 100%;
    }
    body.node-type-agenda .l-main .l-content > .block--nodeblock {
        display: block;
        width: 100%;
        padding-left:0px
    }
}
@media all and (max-width:550px) {
    body.node-type-agenda h1 {
        font-size:28px;
    }
}
@media all and (max-width:500px) {
    body.node-type-agenda .field--name-field-hasta {
        display: block;
        padding-left: 36px;
        margin-left: -6px;
        margin-top:12px;
    }
    body.node-type-agenda .field--name-field-hasta .field__item::before {
        content: '';
        position: relative;
        left: 0px;
        font-size: 0px;
    }
}
@media all and (max-width:1340px) {
    body.not-front.page-agenda-eventos .AccessBox .field--name-field-secciones > .field__items > .field__item.even .field--name-field-icono {
        display: none;
    }
    body.not-front.page-agenda-eventos .AccessBox .field--name-field-secciones > .field__items > .field__item.odd .field--name-field-icono {
        display: none;
    }
}
body.node-type-galerias-texto article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-galerias-texto article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-galerias-texto .boxGallery > div {
    background-size:cover !Important;
}
@media all and (max-width:1199px) {
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1 {
        transform: skew(0deg,0deg);
        margin-bottom: 0px;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2 {
        transform: skew(0deg,0deg);
        top: 0px;
        margin-bottom: 0px;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3 {
        transform: skew(0deg,0deg);
        top: 0px;
        margin-bottom: 0px;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 {
        transform: skew(0deg,0deg);
        overflow: hidden;
        margin-bottom: 0px;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 {
        margin-left:5px;
        margin-right:5px;
        width:23%;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto {
        text-align:center;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1 > div,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2 > div,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3 > div,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 > div {
        transform: skew(0deg,0deg);
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1 .content,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2 .content,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3 .content,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 .content {
        bottom: 0px;
        height: 190px;
    }
}
@media all and (max-width:940px) {
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 {
        width:47%;
    }
}
@media all and (max-width:600px) {
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 {
        width:97%;
    }
}
@media all and (max-width:1199px) {
    body.node-type-galerias-texto .solapTop1,
    body.node-type-galerias-texto .solapTop2,
    body.node-type-galerias-texto .solapBottom1,
    body.node-type-galerias-texto .solapBottom2 {
        display:none;
    }
    body.node-type-galerias-texto .sliderGallery {
        border-left: 0px solid #006598;
        border-right: 0px solid #006598;
    }
}
@media all and (max-width:900px) {
    body.node-type-galerias-texto .firstContent {
        display: block;
        width: 100%;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
    }
    body.node-type-galerias-texto .lastContent {
        display: block;
        width: 100%;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
    }
    body.node-type-galerias-texto .sliderGallery .field--name-field-lista-opcion {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
    }
}
body.node-type-contacto article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-contacto article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
@media all and (max-width:1100px) {
    body.node-type-descarga-pdf .l-main .node__content > .field-collection-container:nth-child(3) {
        width: 100%;
        padding-left: 25px;
        padding-right:25px;
    }
    body.node-type-descarga-pdf .l-main .node__content > .field-collection-container:nth-child(4) {
        display: block;
        margin-left:25px;
        margin-right:25px;
    }
    body.node-type-descarga-pdf .field--name-field-titulo-pdf {
        height: 50px;
        max-height: 50px;
        overflow: hidden;
    }
    body.node-type-descarga-pdf .field--name-field-documento-pdf .field__item {
        margin-top: 20px;
    }
    body.node-type-descarga-pdf .field--name-field-enlace-mapa .field__item {
        margin-top: 20px;
    }
}
@media all and (max-width:700px) {
    body.node-type-descarga-pdf .field--name-field-captura {
        float: none;
        margin-right: auto;
        text-align:center;
        margin-bottom:25px;
    }
    body.node-type-descarga-pdf .field--name-field-bloque-pdf > .field__items > .field__item {
        padding-left: 0px;
    }
    body.node-type-descarga-pdf .field--name-field-titulo-pdf {
        height: 100%;
        max-height: 100%;
        overflow: visible;
    }
    body.node-type-descarga-pdf .field--name-field-descripcion-pdf {
        margin-top: 15px;
        height: 100%;
        overflow: visible;
    }
    body.node-type-descarga-pdf .field--name-field-documento-pdf .field__item {
        position: relative;
        margin-left: 0px;
        margin-top: 48px;
    }
    body.node-type-descarga-pdf .field--name-field-enlace-mapa .field__item {
        position: absolute;
        margin-left: 100px;
        margin-top: -55px;
    }
    body.node-type-descarga-pdf .field--name-body {
        margin: 0 auto;
        margin-top: 25px;
        margin-bottom:45px;
        color: #7fadad;
        font-size: 24px;
        text-align:center;
        padding-left:10px;
        padding-right:10px;
    }
}
body.node-type-como-llegar article .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-como-llegar article .field--name-field-texto-link-opcion {
    display:block;
}
@media all and (max-width:800px) {
    body.node-type-galerias .galleryScroll img {
        height:100%;
        width:auto;
    }
}
@media all and (max-width:790px) {
    body.node-type-galerias .field--name-field-opcion-galeria .sliderGallery {
        background-color: #7fadad;
    }
}
@media all and (max-width:1190px) {
    body.node-type-clima .tmpMax {
        text-align: left;
        margin-top: -125px;
        margin-left: 0px;
    }
    body.node-type-clima .tmpMin {
        text-align: left;
        margin-top: -105px;
        margin-left: 0px;
    }
}
.bx-wrapper .bx-controls-direction a {
    z-index: 10 !Important;
}
#shareRed {
    display:block;
    position: absolute;
    top:8px;
}
a.shareRedTwitter, a.shareRedFacebook, a.shareRedYoutube {
    display: inline-block !important;
    margin-top: 0px;
    opacity: 1;
    font-size: 12px;
    text-transform: uppercase;
    text-indent: -999999px;
    overflow:hidden;
    text-align:left;
}
a.shareRedTwitter {
    width:25px;
    height:25px;
    background:transparent url('../images/twitter3.png') 0 0 no-repeat;
    background-size:cover;
    display: inline-block !important;
    margin-left:10px;
}
a.shareRedFacebook {
    width:25px;
    height:25px;
    background:transparent url('../images/facebook3.png') 0 0 no-repeat;
    background-size:cover;
    display: inline-block !important;
    margin-left:10px;
}
a.shareRedYoutube {
    width:25px;
    height:25px;
    background:transparent url('../images/youtube3.png') 0 0 no-repeat;
    background-size:cover;
    display: inline-block !important;
    margin-left:10px;
}
@media all and (max-width:1199px) {
    #block-locale-language-content {
        margin-left:110px;
    }
    #block-search-form {
        margin-left:110px;
    }
}
@media all and (max-width:400px) {
    #block-search-form input[type="search"] {
        width: 90px;
    }
}
footer .field--name-field-red-social img {
    width:42px !Important;
    height:42px !Important;
}
a.feed-icon {
    display:none;
}
.views-slideshow-cycle-main-frame-row-item {
    position:relative;
}
body.node-type-descarga-pdf .field--name-body .field__item {
    text-align: center;
}
body.node-type-galerias-texto .field--name-field-categoria-galeria .field__item {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    font-style: italic;
    text-align: left;
}
