body {
	overflow-x: hidden;
}
@font-face {
    font-family: "MeteoconsRegular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/meteocons-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/meteocons-webfont.woff") format("woff"), url("fonts/meteocons-webfont.ttf") format("truetype"), url("fonts/meteocons-webfont.svg#MeteoconsRegular") format("svg");
}
[data-icon]::before {
    font-family: "MeteoconsRegular";
    font-style: normal;
}
#site {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
}
html, body {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
}
a {
    color: #c3004b;
    outline: medium none;
    text-decoration: none;
    transition: all 200ms ease-in 0s;
}
a:hover {
    color: rgba(101, 114, 119, 1);
    text-decoration: none !important;
}
/*img {
    height: auto;
    width: 100%;
}*/
h1, h2, h3, h4, h6 {
    color: #240058 !important;
}
h5 {
    color: #c0392b;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #667279;
}
strong, b {
    font-weight: 700;
}
html {
    font-size: 62.5%;
    font-weight: 300;
}
body {
	font: 300 15px/1.5em "Open Sans",sans-serif;
    /*font-family: "Monda","Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
}
/*p, li, span, div {
    font-size: 16px;
}*/
.lead {
    font-size: 1.4rem !important;
    text-align: left;
	line-height: 1.5 !important;
}
h1 {
    font: 400 3rem "allumilight",sans-serif !important;
}
h2 {
    font: 400 2.8rem "allumilight",sans-serif !important;
}
h3 {
    font: 400 2.3rem "allumilight",sans-serif !important;
}
h4 {
    font: 400 1.8rem "allumilight",sans-serif !important;
}
h5 {
    font: 400 1.6rem "allumilight",sans-serif !important;    
}
h6 {
    font: 400 1.4rem "allumilight",sans-serif !important; 
}
/*p, h1, h2, h3, h4, h5, h6, blockquote, ul {
    margin: 2.8rem 0 1.4rem;
}*/
.nopadding {
	padding: 0px !important;
}
.nopadding-left {
	padding-left: 0px !important;
}
.padding-top {
	padding-top: 20px !important;
}
.padding-bottom {
	padding-bottom: 20px !important;
}
ul.list-unstyled li {
    margin-bottom: 1.4rem;
}
dl dt {
    margin-top: 1.4rem;
}
dl dt:first-of-type {
    margin-top: 0;
}
h1 small, h2 small, h3 small {
    font-size: 50%;
    font-weight: normal;
}
h4 small {
    font-size: 65%;
}
h5 small, h6 small {
    font-size: 75%;
}

#content h1[style*="center"], #content h2[style*="center"], #content h3[style*="center"], #content h4[style*="center"], #content h5[style*="center"], #content h6[style*="center"], #content h1.text-center, #content h2.text-center, #content h3.text-center, #content h4.text-center, #content h5.text-center, #content h6.text-center {
    margin-bottom: 6.2rem;
}
#content h1[style*="center"]::after, #content h2[style*="center"]::after, #content h3[style*="center"]::after, #content h4[style*="center"]::after, #content h5[style*="center"]::after, #content h6[style*="center"]::after, #content h1.text-center::after, #content h2.text-center::after, #content h3.text-center::after, #content h4.text-center::after, #content h5.text-center::after, #content h6.text-center::after {
    border-bottom: 0.3rem solid #c3004b;
    content: "";
    display: block;
    left: 50%;
    margin-left: -3rem;
    margin-top: 1.2rem;
    position: absolute;
    width: 6rem;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    display: block;
    line-height: 1.2;
    opacity: 0.8;
}
h1 .center-block, h2 .center-block, h3 .center-block, h4 .center-block, h5 .center-block, h6 .center-block {
    display: block;
    line-height: 1.4;
    margin: 0 auto;
}
blockquote, blockquote p {
    color: #363d40;
    font-family: "Domine",serif;
    font-size: 1.8rem;
    margin-top: 0;
}
blockquote cite {
    font-size: 1.4rem;
}
blockquote {
    border-left: medium none;
    padding-left: 7rem;
    position: relative;
}
blockquote::before {
    color: #c0392b;
    content: "";
    font-family: FontAwesome;
    font-size: 42px;
    left: 0;
    position: absolute;
    top: 0;
}
blockquote cite {
    display: block;
    margin-top: 1rem;
    opacity: 0.5;
}
blockquote cite::before {
    content: "— ";
}
.list-bullet, .list-square, .list-pointer {
    list-style: outside none none;
    padding-left: 2.2rem;
}
.list-bullet li::before {
    background-color: #c0392b;
    border-radius: 300px;
    content: "";
    display: block;
    height: 7px;
    margin-left: -2rem;
    margin-top: 6px;
    position: absolute;
    width: 7px;
}
.list-square li::before {
    background-color: #c0392b;
    content: "";
    display: block;
    height: 7px;
    margin-left: -2rem;
    margin-top: 6px;
    position: absolute;
    width: 7px;
}
.list-pointer li::before {
    border-color: transparent transparent transparent #c0392b;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    content: "";
    display: block;
    height: 0;
    margin-left: -2rem;
    margin-top: 6px;
    position: absolute;
    width: 0;
}
.list-center {
    list-style: outside none none;
    padding: 0;
    text-align: center;
}
.list-center li::before {
    color: #c0392b;
    content: "—";
    display: inline-block;
    margin-right: 1rem;
}
.list-center li::after {
    color: #c0392b;
    content: "—";
    display: inline-block;
    margin-left: 1rem;
}
.list-underline {
    border-bottom: 1px solid rgba(54, 61, 64, 0.1);
}
.list-nav {
    margin-bottom: 2.8rem;
}
hr {
    border-top: 1px solid #e0e3e4;
    margin-bottom: 5.6rem;
    margin-top: 5.6rem;
}
hr.xs {
    margin-bottom: 3.2rem;
    margin-top: 3.2rem;
}
.pullquote {
    color: #363d40;
    font-family: "Domine",serif;
    font-size: 1.8rem;
    margin-bottom: 2.8rem;
    max-width: 400px;
    width: 50%;
}
.pullquote.pull-left {
    border-right: 3px solid #ebf0f1;
    margin-right: 2.8rem;
    padding-right: 2.8rem;
    text-align: right;
}
.pullquote.pull-right {
    border-left: 3px solid #ebf0f1;
    margin-left: 2.8rem;
    padding-left: 2.8rem;
}
.animated {
    opacity: 0;
}
.animated-children [class*="col-"] > * {
    opacity: 0;
}
.white-box {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    border-radius: 2px;
}
.white-box.content-padding {
    padding: 5.6rem;
}
.white-box.content-padding-xs {
    padding: 3.2rem;
}
@media (max-width: 767px) {
html {
    font-size: 75%;
}
h1 {
    font-size: 3.6rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2.4rem;
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.6rem;
}
h6 {
    font-size: 1.4rem;
}
blockquote {
    padding-left: 4.2rem;
}
blockquote, blockquote p {
    font-size: 1.4rem;
}
blockquote::before {
    font-size: 2.8rem;
}
.pullquote {
    border: medium none !important;
    display: block;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
    width: 100%;
}
.animated {
    opacity: 1;
}
.white-box.content-padding, .white-box.content-padding-xs {
    padding: 15px;
}
.white-box-mobile {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
}
}

/**** BANNER HOMEPAGE ****/
#block-views-banner-home-block .views_slideshow_main {
	z-index: 1;
}
#block-views-banner-home-block .views-slideshow-controls-top {
	top: 180px;
	z-index: 100;
	position: absolute;
	width: 95%;
	left: 2.5%;
}
#block-views-banner-home-block .views-slideshow-controls-bottom {
	position: absolute;
	top: 315px;
	z-index: 5;
	width: 33%;
	left: 33%;
}

#vscc_controls_previous_banner_home-block {
	float: left;
}
#vscc_controls_next_banner_home-block {
	float: right;
}
#vscc_controls_previous_banner_home-block a,
#vscc_controls_next_banner_home-block a {
	background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
    padding: 8px 12px;
    transition: background 200ms ease-out 0ms;
}
/*#vscc_controls_previous_banner_home-block a:hover,
#vscc_controls_next_banner_home-block a:hover {
	background: #fff none repeat scroll 0 0;
}*/
#header {
    background-image: url("../../../../default/files/homepage_slider/banner-home.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    min-height: 450px;
    position: relative;
}
.header-row {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    max-height: 113px;
    position: relative;
    z-index: 4;
}
.header-row a {
    color: #fff !important;
    font-weight: lighter;
}
.header-row a:hover {
    color: #fff;
}
.absolute-header {
    font-weight: 300;
    line-height: 1.6;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    position: relative;
    z-index: 1;
}
.absolute-header .fa {
    margin-right: 0.5rem;
}
.absolute-header [class^="pull-"], .absolute-header .weather {
    font-size: 1.2rem;
}
.absolute-header .weather {
    margin: 0 0 0 1.5rem;
}
.absolute-header [data-icon]::before {
    bottom: -5px;
    font-size: 2.4rem;
    font-style: normal;
    line-height: 0;
    margin: 0 0.1rem;
    position: relative;
}
#header .booking-row {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#header.header-content {
    background-image: url("images/bg-header-5.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 370px;
}
#header canvas {
    z-index: 0;
}
@media (max-width: 767px) {
.absolute-header {
    display: none;
}
.header-row {
    max-height: 50px;
}
}
#page-heading {
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#page-heading .row, #page-heading .col-sm-12, #page-heading .container {
    height: 100%;
    position: relative;
    z-index: 0;
}
.page-title {
    border-bottom: 2px solid #ecf0f1;
    color: #363d40;
    display: block;
    font-family: "Domine",sans-serif;
    font-size: 3.6rem;
    margin: 2.8rem 0 1.4rem;
    padding-bottom: 2.4rem;
    text-transform: none;
    width: 100%;
}
#page-heading .page-title {
    border: medium none;
    bottom: 30px;
    color: #fff;
    font-size: 4.8rem;
    margin: 0 0 0 -30px;
    padding: 0 0 0 30px;
    position: absolute;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
    text-transform: none;
    width: 100%;
    z-index: 0;
}
#page-heading .page-title small {
    color: #fff;
    font-size: 40%;
    max-width: 600px;
}
@media (max-width: 767px) {
	#page-heading {
		height: auto;
		min-height: inherit;
		position: relative !important;
	}
	#page-heading .page-title {
		bottom: auto;
		font-size: 3.6rem;
		line-height: 1.2;
		margin: 0;
		padding: 2.8rem 0;
		position: relative !important;
		text-align: center;
	}
}
#main-nav {
    background: none repeat scroll 0 0 #fafafa;
    border: medium none;
    border-radius: 0;
    position: relative;
    width: 100%;
    z-index: 3;
	
}
#logo {
	display: inline-block;
	padding: 12px 0;
}
#logo img {
    height: 56px;
    transition: none 0s ease 0s ;
    width: 140px;
}
.toggle-nav-label, .toggle-nav-input {
    display: none;
    margin: 0;
    padding: 0;
}
/*
#main-nav .menu > li {
	display: inline-block;
}
#main-nav .menu > li > a {
	color: #240058;
}
#main-nav .menu > li > a:hover {
	background-color: #fff;
	color: #015185;
}*/
#main-nav .menu {
    padding: 0;
	float: right;
	line-height: 56px;
	margin-bottom: 0;
}
#main-nav .menu > .menu-item {
    display: block;
    float: left;
    margin-left: 30px;
    position: relative;
}
#main-nav .menu > .menu-item:first-of-type {
    margin-left: 0;
}
#main-nav .menu > .menu-item > a {
    color: #240058 !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: color 200ms ease-in 0s;
	letter-spacing: -0.5px;
}
#main-nav .menu > .menu-item:hover > a {
    border-bottom: 0.3rem solid #c3004b;
    padding-bottom: 10px;
}
#main-nav .menu > .current-menu-item > a {
    border-top: 3px solid rgba(192, 57, 43, 1);
    color: rgba(192, 57, 43, 1) !important;
    height: 80px;
    line-height: 74px;
}
#main-nav .sub-menu {
    background: none repeat scroll 0 0 #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 3px solid rgba(192, 57, 43, 1);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.12);
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 16rem;
    z-index: 1;
}
#main-nav .sub-menu::before {
    border-color: transparent transparent rgba(192, 57, 43, 1);
    border-style: solid;
    border-width: 0 5px 5px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: -7px;
    width: 0;
}
#main-nav .menu-item:hover > .sub-menu {
    display: block;
}
#main-nav .sub-menu .menu-item {
    position: relative;
}
#main-nav .sub-menu .menu-item > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #3b3b3b;
    display: block;
    font-size: 1.2rem;
    padding: 9px 20px;
    text-decoration: none;
}
#main-nav .sub-menu .menu-item:last-of-type > a {
    border-bottom: medium none;
}
#main-nav .sub-menu .menu-item:hover > a {
    background: none repeat scroll 0 0 rgba(235, 240, 241, 0.5);
    color: #667279;
}
#main-nav .sub-menu > .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    margin-left: 10px;
}
#main-nav .sub-menu .sub-menu {
    display: block;
    left: 100%;
    margin-top: -3px;
    position: absolute;
    top: 0;
    z-index: 2;
}
#main-nav .sub-menu .sub-menu::before {
    display: none;
}
.sticky-wrapper {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-bottom: 1px solid #e1e5e9;
	height: auto;
	z-index: 100;
}
.is-sticky .sticky-wrapper {
	background: #fff none repeat scroll 0 0;
}
.sticky-wrapper .stuck {
    box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.15);
    left: 0;
    max-width: 1440px;
    position: fixed !important;
    top: 0;
    width: 100%;
}
.sticky-wrapper #main-nav.stuck {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
}
.sticky-wrapper .stuck #logo {
    padding: 15px 0;
}
.sticky-wrapper #main-nav.stuck .menu > .menu-item > a {
    height: 60px;
    line-height: 60px;
}
.sticky-wrapper #main-nav.stuck .menu > .current-menu-item > a {
    height: 57px;
    line-height: 54px;
}
@media (max-width: 991px) {
	#main-nav .menu > .menu-item {
    	margin-left: 20px;
	}
	.sticky-wrapper {
		padding: 12px 0 0;
	}
	.responsive {
		clear: both;
	}
}
@media (max-width: 991px) {
#main-nav .menu {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.75);
    display: none;
    left: 0;
    margin-top: 5rem;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100%;
    z-index: 3;
}
#main-nav .menu > .menu-item {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}
#main-nav .menu > .menu-item > a {
    border-top: 1px solid #ecf0f1;
    height: auto;
    line-height: 1em;
    padding: 1.5rem 2rem;
}
#main-nav .menu > .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 1rem;
}
#main-nav .menu > .menu-item > a > span {
    line-height: 1em;
}
#main-nav .menu > .menu-item:first-of-type > a {
    border-top: medium none;
}
#main-nav .menu > .menu-item > a::after {
    float: right;
}
#main-nav .sub-menu {
    border: medium none;
    box-shadow: none;
    display: none;
    opacity: 1;
    padding: 0;
    position: static !important;
    visibility: visible;
    width: 100%;
}
#main-nav .sub-menu::before {
    display: none;
}
#main-nav .menu-item:hover > .sub-menu {
    display: block;
}
#main-nav .sub-menu .menu-item > a {
    background: none repeat scroll 0 0 transparent !important;
    border-bottom: medium none;
    border-top: 1px solid #ecf0f1;
    font-size: 1.4rem;
    line-height: 1em;
    padding: 1.5rem 2rem;
}
#main-nav .sub-menu > .menu-item-has-children > a::after {
    content: "";
}
#main-nav .sub-menu > .menu-item > a::before {
    border-bottom: 3px solid #ecf0f1;
    content: "";
    display: block;
    float: left;
    height: 1px;
    margin: 6px 10px 0 0;
    width: 15px;
}
#main-nav .sub-menu .sub-menu {
    display: none;
    position: static;
}
#main-nav .sub-menu .sub-menu > .menu-item > a::before {
    border-bottom: 3px solid #ecf0f1;
    content: "";
    display: block;
    float: left;
    height: 1px;
    margin: 6px 10px 0 25px;
    width: 15px !important;
}
#main-nav #toggle-main-nav:checked + .menu {
    display: block;
}
.sticky-wrapper .stuck {
    box-shadow: none;
    position: static !important;
    width: 100%;
}
.sticky-wrapper .stuck #logo {
    padding: 20px 0;
}
.sticky-wrapper #main-nav.stuck .menu > .menu-item > a {
    height: auto;
    line-height: 1em;
}
.sticky-wrapper #main-nav.stuck .menu > .current-menu-item > a {
    height: auto;
    line-height: 1em;
}
}
#banner-title {
    padding-top: 10%;
    position: relative;
    z-index: 2;
}
#banner-title h2.text-center {
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75);
}
#site::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: -1px;
    width: 1px;
}
#content {
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.15);
    position: relative;
}
.content-padding {
    padding-bottom: 5.6rem;
    padding-top: 5.6rem;
}
.content-padding-none {
    padding-bottom: 0;
    padding-top: 0;
}
.content-padding-xs {
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.content-padding-lg {
    padding-bottom: 9.8rem;
    padding-top: 6rem;
}
.content-padding-xl {
    padding-bottom: 14rem;
    padding-top: 14rem;
}
.content-padding-xxl {
    padding-bottom: 15.4rem;
    padding-top: 15.4rem;
}
/*.parallax-container {
    position: relative;
}
.parallax-container .content-column:first-of-type {
    min-height: 1px;
}
.parallax-image {
    background-color: #fff;
    border: 7px solid #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 7px 15px rgba(0, 0, 0, 0.42);
    height: auto;
    max-width: 260px;
    position: absolute;
}
.parallax-image:nth-child(1) {
    left: 15%;
    top: -60%;
    transform: rotate(-10deg);
    z-index: 3;
}
.parallax-image:nth-child(2) {
    bottom: 0;
    left: 18%;
    transform: rotate(7deg);
    z-index: 1;
}
.parallax-image:nth-child(3) {
    bottom: -70%;
    left: 20%;
    transform: rotate(16deg);
    z-index: 2;
}
.tennis-parallax {
    position: absolute;
}
.tennis-parallax:nth-child(1) {
    bottom: -30%;
    height: auto;
    right: 0;
    width: 250px;
    z-index: 0;
}
.tennis-parallax:nth-child(2) {
    height: auto;
    left: -20px;
    top: 40%;
    width: 170px;
    z-index: 1;
}*/
.video-row {
    overflow: hidden;
}
.video-bg .container {
    position: relative;
    z-index: 1;
}
#videobg-2 {
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#gallery li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    width: 25%;
}
#gallery img {
    height: auto;
    width: 100%;
}
.size-25 {
    width: 25%;
}
.size-50 {
    width: 50%;
}
.size-75 {
    width: 75%;
}
.list-services {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.list-services li {
    border-bottom: 1px solid rgba(54, 61, 64, 0.2);
    margin: 0;
    padding: 0;
}
.list-services li:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}
.list-services h3 {
    margin: 0;
}
.list-services a {
    display: block;
    padding: 2.8rem 0;
}
.list-services a:hover {
    background: none repeat scroll 0 0 rgba(54, 61, 64, 0.05);
}
@media (max-width: 991px) {
/*.parallax-container .parallax-image {
    left: 10%;
}*/
}
@media (max-width: 767px) {
[class*="size-"] {
    width: 100%;
}
/*.parallax-container .parallax-image {
    margin-bottom: 1.4rem;
    max-width: 100%;
    position: static;
    transform: none;
}*/
.content-padding, .content-padding-xs, .content-padding-lg, .content-padding-xl, .content-padding-xxl {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem;
}
#content .row [class*="col-sm-"] {
    margin-bottom: 2.8rem;
}
.content-padding-mobile-none {
    padding-bottom: 0;
    padding-top: 0;
}
/*.tennis-parallax {
    display: none;
}*/
}
.wp-image {
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 1.4rem;
    transition: all 200ms ease-in 0s;
}
a .wp-image:hover {
    opacity: 0.8;
}
.tooltip-inner {
    border-radius: 2px;
    font-size: 1.1rem;
}
.embed-responsive {
    border: 1px solid #363d40;
    border-radius: 2px;
}
.btn.btn-inline {
    display: inline-block;
    font-weight: 500;
    padding: 1rem 0;
    white-space: normal;
}
#content .row {
    margin-bottom: 5.6rem;
}
#content .content-padding-none .row {
    margin-bottom: 0;
}
#content .content-padding-xs .row {
    margin-bottom: 3.2rem;
}
#content .content-padding-lg .row {
    margin-bottom: 9.8rem;
}
#content .content-padding-xl .row {
    margin-bottom: 14rem;
}
#content .content-padding-xxl .row {
    margin-bottom: 15.4rem;
}
#content .row:last-of-type {
    margin-bottom: 0 !important;
}
#content .content-padding-lg .row + hr {
    margin-top: -4.2rem;
}
#content .content-padding-xl .row + hr {
    margin-top: -8.4rem;
}
#content .content-padding-xxl .row + hr {
    margin-top: -9.8rem;
}
#content .row .row {
    margin-bottom: 0;
}
@media (max-width: 767px) {
#content .row, #content .content-padding-xs .row, #content .content-padding-lg .row, #content .content-padding-xl .row, #content .content-padding-xl .row, #content .content-padding-xxl .row {
    margin-bottom: 3.2rem;
}
#content .content-padding-none .row {
    margin-bottom: 0;
}
#content .content-padding-lg .row + hr {
    margin-top: 5.6rem;
}
#content .content-padding-xl .row + hr {
    margin-top: 5.6rem;
}
#content .content-padding-xxl .row + hr {
    margin-top: 5.6rem;
}
}
.form-group {
    margin-bottom: 1.4rem;
}
.form-control {
    border-color: #e0e3e4;
    border-radius: 2px;
    box-shadow: none;
    height: auto;
    padding: 0.9rem 1.5rem;
}
.form-control:-moz-placeholder {
    color: #667279;
}
.form-control::-moz-placeholder {
    color: #667279;
}
.form-control:focus {
    border: 1px solid #95a5a6;
    box-shadow: none;
}
@media (max-width: 767px) {
input.form-control {
    box-shadow: none !important;
}
}
.btn {
    border-radius: 2px;
    font-weight: 500;
    height: auto;
    padding: 1rem 2.8rem;
    transition: all 200ms ease-in 0s;
}
.btn:active {
    box-shadow: none;
}
.btn.btn-lg {
    padding: 1.4rem 2.8rem;
}
.btn.btn-sm {
    padding: 0.5rem 0.7rem;
}
.btn.btn-primary {
    background: none repeat scroll 0 0 #c0392b;
    border-color: #c0392b;
}
.btn.btn-primary:hover {
    background: none repeat scroll 0 0 #e74c3c;
    border-color: #e74c3c;
}
.btn.btn-link {
    color: #363d40;
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none !important;
}
.btn.btn-link:hover {
    color: #667279;
}
.btn.btn-link::before {
    color: #c0392b;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
}
.btn.btn-link:hover::before {
    color: #e74c3c;
}
.btn.btn-default {
    border-color: #e0e3e4;
    color: #363d40;
}
.btn.btn-default:hover {
    background: none repeat scroll 0 0 #ecf0f1;
    border-color: #e0e3e4;
}
.btn.btn-block {
    padding-left: inherit;
    padding-right: inherit;
    text-align: center;
}
.panel-group {
    margin: 2.8rem 0 1.4rem;
}
/*.panel.panel-default {
    border-color: #e0e3e4;
    border-radius: 2px;
}*/
.panel-default > .panel-heading {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
}
.panel-default > .panel-heading .accordion-toggle {
    color: #c0392b;
    display: block;
    padding: 1.4rem 1.4rem 1.4rem 4rem;
    position: relative;
    text-decoration: none;
}
.panel-default > .panel-heading .accordion-toggle::before {
    display: block;
    font-family: "FontAwesome";
    left: 15px;
    position: absolute;
}
.panel-default > .panel-heading .accordion-toggle:not(.collapsed)::before {
    content: "";
}
.panel-default > .panel-heading .accordion-toggle.collapsed::before {
    content: "";
}
.panel-default > .panel-heading .accordion-toggle.collapsed {
    background: none repeat scroll 0 0 #ebf0f1;
    color: #363d40;
}
.panel-default > .panel-heading .accordion-toggle.collapsed:hover {
    color: #667279;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: medium none;
}
.panel {
    box-shadow: none;
}
.panel-body {
    padding: 0 20px 20px 40px;
}
.nav-tabs {
    border-bottom: 1px solid #e0e3e4;
}
.tab-pane {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-color: -moz-use-text-color #e0e3e4 #e0e3e4;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 2rem;
}
.nav-tabs > li > a {
    background: none repeat scroll 0 0 #ecf0f1;
    border-color: #e0e3e4;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-family: "Domine",serif;
    font-size: 1.6rem;
    margin-right: 1rem;
    padding: 1.4rem 2.4rem;
}
.nav-tabs > li > a:hover {
    background: none repeat scroll 0 0 #ecf0f1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e0e3e4 #e0e3e4 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #c0392b;
}
.progress, .progress-bar {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.home-logos {
    position: relative;
    text-align: center;
}
.person-mini {
    display: inline-block;
    position: relative;
    text-align: left;
}
.person-mini img {
    border-radius: 300px;
    float: left;
    height: 60px;
    margin-right: 20px;
    width: 60px;
}
.person-mini p {
    float: left;
}
#block-block-9 img {
    display: inline-block;
    height: 80px;
    width: 80px;
}
.person-mini strong {
    display: block;
    margin-bottom: 5px;
}
.person-large {
    text-align: center;
}
.person-large img {
    border: 5px solid #ecf0f1;
    border-radius: 300px;
    height: auto;
    margin-bottom: 15px;
    max-width: 200px;
}
.person-large strong {
    display: block;
}
@media (max-width: 767px) {
.person-mini {
    padding: 0;
    position: relative;
    text-align: center;
}
.person-mini img {
    display: inline-block;
    float: none;
    margin-bottom: 1.4rem;
    margin-right: 0;
}
.person-mini p {
    display: block;
    float: none;
}
}
#footer, .pre-footer {
    background: none repeat scroll 0 0 #ecf0f1;
    color: #667279;
    font-size: 1.2rem;
    padding: 1rem 0;
}
.pre-footer .col-sm-4 {
    position: relative;
    text-align: center;
}
.pre-footer .social {
    padding: 1rem 0 0;
}
.pre-footer .fb-social {
    display: inline-block;
}
#footer abbr {
    border-bottom-color: rgba(102, 114, 121, 0.25);
}
#footer p {
    font-size: 1.2rem;
}
#footer a {
    color: #667279;
    text-decoration: none;
}
#footer aside {
    opacity: 0;
}
#footer a:hover {
    color: #363d40;
}
.social .title-pre {
    font-size: 20px;
    font-weight: bold;
}
#main-footer .widget {
    margin-bottom: 2.8rem;
}
#footer .widget-title {
    color: #363d40;
    font-family: "Domine",serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2.8rem;
    margin-top: 0;
}
#absolute-footer .widget {
    border-top: 1px solid rgba(54, 61, 64, 0.1);
    padding-top: 4.2rem;
}
#absolute-footer .widget p {
    margin-top: 0;
}
@media (max-width: 767px) {
#footer {
    font-size: 1.4rem;
    position: static;
}
#footer p {
    font-size: 1.4rem;
    margin: 1.4rem 0;
}
#footer .widget-title {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
}
#footer .widget {
    text-align: center;
}
#footer aside {
    opacity: 1;
}
.pre-footer .fb-social {
    margin-bottom: 15px;
}
.social .title-pre {
    text-align: center;
}
}
.services-carousel {
    position: relative;
    z-index: 0;
}
.services-carousel .item {
    display: block;
    float: left;
    margin: 0;
    transition: all 200ms ease-in 0s;
}
.services-carousel .item-content {
    border-bottom: 3px solid #ecf0f1;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 3px solid #ecf0f1;
    border-right: 3px solid #ecf0f1;
    padding: 3.2rem;
    transition: color 0s ease 0s, background 200ms ease-in 0s;
}
.services-carousel .item img {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin: 0;
    padding: 0;
    z-index: 0;
}
.services-carousel .link-image {
    display: block;
    overflow: hidden;
    position: relative;
}
.services-carousel .link-image::after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-top-left-radius: 2px;
    bottom: 0;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    line-height: 100%;
    opacity: 0;
    padding: 0.7rem 1.4rem;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms ease-in 0s;
    z-index: 1;
}
.services-carousel .item a {
    text-decoration: none;
}
.services-carousel p {
    font-size: 1.4rem;
    margin-top: 0;
}
.services-carousel .item:hover .item-content {
    background: none repeat scroll 0 0 #ecf0f1;
}
.services-carousel .item:hover .link-image::after {
    opacity: 1;
}
.testimonials-carousel {
    margin: 0;
    padding: 0;
}
.testimonials-carousel .testimonial {
    list-style: outside none none;
}
.testimonials-carousel .testimonial-title {
    border-bottom: 1px solid rgba(54, 61, 64, 0.2);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.testimonials-carousel .owl-stage-outer {
    margin-bottom: 3.6rem;
}
.gallery-carousel .owl-stage-outer {
    padding-bottom: 3px;
}
.owl-theme .owl-controls {
    position: relative;
}
.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(102, 114, 121, 0.7);
    height: 12px;
    margin: 0 3px;
    transition: all 200ms ease-in 0s;
    width: 12px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #c0392b;
    border-color: #c0392b;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #363d40 !important;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    text-transform: capitalize;
}
.owl-theme .owl-controls .owl-nav .owl-next {
    right: 0;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.owl-theme .owl-controls .owl-nav .owl-next::after {
    color: #c0392b;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
}
.owl-theme .owl-controls .owl-nav .owl-prev::before {
    color: #c0392b;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
}
@media (max-width: 767px) {
}
.content-column {
    float: left;
    margin-right: 3.22555%;
}
.content-column.half {
    width: 48.3872%;
}
.content-column.one-three {
    width: 31.183%;
}
.content-column.one-four {
    width: 22.5808%;
}
.content-column.two-three {
    width: 65.5915%;
}
.content-column.two-four {
    width: 48.3872%;
}
.content-column.three-four {
    width: 74.1936%;
}
.content-column.last {
    margin-right: 0 !important;
}
.clear {
    clear: both;
}
.clearfix {
    clear: none !important;
}
@media (max-width: 767px) {
.content-column {
    float: none;
    margin-bottom: 4.2rem;
    margin-right: 0;
    width: 100% !important;
}
.col-xs {
    margin-bottom: 2.8rem;
}
}
.fullwidth-row {
    background-image: url("images/bg-parallax-3.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.fullwidth-row.fixed {
    background-attachment: fixed;
}
.fullwidth-row.cover {
    background-size: cover;
}
.bordered-top {
    border-top: 1px solid rgba(47, 53, 56, 0.1);
}
.bordered-bottom {
    border-bottom: 1px solid rgba(47, 53, 56, 0.1);
}
@media (max-width: 767px) {
.fullwidth-row.fixed {
    background-attachment: scroll;
}
.fullwidth-row.cover {
    background-size: auto auto;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.fullwidth-row {
    background-attachment: scroll !important;
    background-size: auto auto !important;
}
}
.pricing-table .content-column .btn {
    text-shadow: none;
}
.pricing-table span {
    border-bottom: 1px solid #d9dedf;
    display: block;
    padding: 0.5rem 0;
}
.pricing-table .pricing-table-content span:last-of-type {
    border-bottom: medium none;
}
.pricing-row h3 {
    font-size: 3.6rem;
}
.pricing-row h3 small {
    font-size: 40%;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pricing-table .content-column {
    background: none repeat scroll 0 0 #ecf0f1;
    margin: 0;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
    width: 33.33%;
}
.pricing-table .pricing-header {
    background: none repeat scroll 0 0 rgba(189, 195, 199, 0.2);
    padding: 2.8rem 2.8rem 0;
}
.pricing-table .pricing-table-content {
    padding: 2.8rem;
}
.pricing-table .pricing-footer {
    padding: 0 2.8rem 2.8rem;
}
.pricing-table .content-column:first-of-type .pricing-header {
    border-top-left-radius: 2px;
}
.pricing-table .content-column:last-of-type .pricing-header {
    border-top-right-radius: 2px;
}
.pricing-table .highlight-column {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: -7px 0 10px -5px rgba(0, 0, 0, 0.15), 7px 0 10px -5px rgba(0, 0, 0, 0.15);
    margin-top: -2.8rem;
    position: relative;
    z-index: 1;
}
.pricing-table .highlight-column .pricing-header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding-top: 5.6rem;
}
.pricing-table .highlight-column h3 {
}
.pricing-table .highlight-column .pricing-footer {
    padding-bottom: 5.6rem;
}
.pricing-table h3 {
    margin-bottom: 0;
}
.pricing-table h4 sup {
    font-size: 1.2rem;
    opacity: 0.6;
}
.pricing-table .pricing-header {
    padding-bottom: 2.4rem;
}
.pricing-table .content-column:first-of-type {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pricing-table .content-column:last-of-type {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
@media (max-width: 767px) {
.pricing-table .content-column {
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 1.4rem;
    margin-top: 0;
    padding: 2.8rem;
}
}
#search-form {
    background: none repeat scroll 0 0 #fff;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
#search-form .search-field {
    border: medium none;
    color: #333;
    font-size: 2.2rem;
    height: 60px;
    margin: 10px 0;
    min-width: 100%;
    outline: medium none;
    position: relative;
    width: 100%;
}
#search-form .close-search {
    color: #363d40;
    display: block;
    line-height: 80px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 5;
}
.sticky-wrapper #main-nav.stuck #search-form .search-field {
    height: 40px;
}
.stuck #search-form .close-search {
    line-height: 60px;
}
#search-form-inline {
    border-top: 1px solid #ecf0f1;
}
#search-form-inline .search-field {
    border: medium none;
    color: #333;
    font-size: 1.4rem;
    outline: medium none;
    padding: 1.5rem 4.8rem 1.5rem 2rem;
    width: 100%;
}
@media (max-width: 767px) {
#search-form-inline {
    position: relative;
}
#search-form-inline::before {
    color: #333;
    content: "";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    z-index: 1;
}
#search-form-inline .search-field {
    position: relative;
}
}
.booking-row {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}
.booking-row .form-control {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 2px;
    color: #fff;
    outline: medium none;
    position: relative;
    z-index: 0;
}
.booking-row .form-control:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15) !important;
    border-color: #fff;
}
.booking-row *:-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}
.booking-row *::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}
.booking-row .icon-calendar::after {
    color: rgba(255, 255, 255, 1);
    content: "";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    line-height: 42px;
    position: absolute;
    right: 3rem;
    top: 0;
    z-index: 1;
}
.booking-row .icon-arrow::after {
    color: rgba(255, 255, 255, 1);
    content: "";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    line-height: 42px;
    position: absolute;
    right: 3rem;
    top: 0;
    z-index: 1;
}
.booking-block .icon-calendar::after {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    line-height: 42px;
    position: absolute;
    right: 1.5rem;
    top: 0;
    z-index: 1;
}
.booking-block .icon-arrow::after {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    line-height: 42px;
    position: absolute;
    right: 1.5rem;
    top: 0;
    z-index: 1;
}
.booking-block select {
}
@media (max-width: 991px) {
.booking-row .col-sm-6 {
    margin-bottom: 1.4rem;
}
}
@media (max-width: 767px) {
.booking-row {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
.booking-row [class*="col-sm"] {
    margin-bottom: 1.4rem;
}
.booking-row [class*="col-sm"]:last-of-type {
    margin-bottom: 0;
}
.booking-row .sod_label {
    font-size: 1.2rem;
}
.sod_select select {
    display: block;
}
}
#map-holder {
    min-height: 400px;
    position: relative;
}
#map-description {
    position: relative;
    z-index: 1;
}
#map-description .col-lg-4 > div {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.12);
    display: block;
    margin-top: -80px !important;
    padding: 40px;
    right: 0;
}
#map-container {
    position: absolute;
    top: 0;
}
.form-group {
    position: relative;
}
.form-group[data-required]::before, div[data-required]::before {
    color: #c0392b;
    content: "*";
    font-size: 2rem;
    position: absolute;
    right: 25px;
    top: 8px;
    z-index: 1;
}
#contact-form .form-group {
    margin-bottom: 2.8rem;
}
#contact-form .btn {
    margin-top: 2.8rem;
}
#coming-soon {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.35);
    border-radius: 2px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 2;
}
@media (max-width: 767px) {
#coming-soon {
    left: 0;
    top: 0;
}
}
#goog-fixurl ul, #goog-fixurl li {
    list-style: outside none none;
    padding: 0;
}
#goog-wm-qt {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e0e3e4;
    border-radius: 2px;
    box-shadow: none;
    color: #95a5a6;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    margin: 10px 0;
    outline: medium none;
    padding: 10px 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#goog-wm-sb {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #c0392b;
    border: 1px solid #c0392b;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 1rem 2.8rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.fa-boxed {
    background: none repeat scroll 0 0 #363d40;
    border-radius: 300px;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin: 0 1px;
    text-align: center;
    width: 24px;
}
.fa-boxed::before {
    color: #fff;
}
.fa-boxed.fa-rss {
    background: none repeat scroll 0 0 #dca334;
}
.fa-boxed.fa-pinterest {
    background: none repeat scroll 0 0 #dd4430;
}
.fa-boxed.fa-facebook {
    background: none repeat scroll 0 0 #2f5c95;
}
.fa-boxed.fa-twitter {
    background: none repeat scroll 0 0 #398feb;
}
.sidebar-widget {
    margin-bottom: 7rem;
}
.sidebar-widget h5 {
    color: #363d40;
}
#custom-search-form {
    position: relative;
}
#custom-search-form::after {
    color: #363d40;
    content: "";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
}
.widget_archive ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_archive li {
    border-bottom: 1px solid #e0e3e4;
    padding: 10px 0 10px 15px;
    position: relative;
}
.widget_archive li::before {
    content: "";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
}
.widget_archive li:last-child {
    border-bottom: medium none;
}
.widget_archive li > strong {
    font-weight: normal;
}
@media (max-width: 767px) {
#side:first-of-type {
    padding-bottom: 5.6rem;
}
#side:last-of-type {
    padding-top: 5.6rem;
}
}
.entry {
    border-bottom: 1px solid #e0e3e4;
    padding: 5.6rem 0;
}
.entry.sticky {
    background: none repeat scroll 0 0 #ecf0f1;
    padding: 5.6rem 4.2rem;
}
.entry.single {
    border-bottom: medium none;
}
.entry:first-child {
    padding-top: 0;
}
.entry:last-child:not(.sticky) {
    border-bottom: medium none;
    padding-bottom: 0;
}
.entry h1 > small, .entry h2 > small, .entry h3 > small, .entry.quote blockquote > small {
    color: #c0392b;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 1rem;
    text-transform: none;
}
.entry.quote blockquote > small::before {
    display: none;
}
.entry .wp-image {
    margin-bottom: 1.4rem;
    margin-top: 2.8rem;
}
.entry .fa-calendar, .entry .fa-comments-o {
    margin-right: 0.5rem;
}
.meta {
    font-size: 1.4rem;
    margin-top: 4.2rem;
    padding-top: 2.8rem;
}
.meta::before {
    border-top: 0.4rem solid rgba(54, 61, 64, 0.1);
    content: "";
    display: block;
    margin-top: -2.8rem;
    position: absolute;
    width: 33%;
}
.meta .fa {
    color: #c0392b;
    margin-right: 5px;
}
.comments ul, .comments li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.comments > ul {
    padding: 2.8rem 0 8.4rem;
}
.comments > ul li {
    margin-bottom: 4.2rem;
}
.comments > ul li:last-child {
    margin-bottom: 0;
}
.comments > ul > li > ul {
    border-left: 1px solid #e0e3e4;
    margin: 2.8rem 0 0 2.8rem;
    padding: 2.8rem 0 2.8rem 5.6rem;
}
.comments .avatar {
    border-radius: 300px;
    height: 60px;
    margin-bottom: 1.4rem;
    margin-right: 2.8rem;
    width: 60px;
}
.comments h6 {
    border-bottom: 1px solid #e0e3e4;
    margin-top: 0;
    padding-bottom: 0.7rem;
}
.comments .comment-author h6 {
    border-bottom-color: #c0392b;
    border-bottom-width: 4px;
}
.comments p {
    margin: 0;
}
.comments .btn-link {
    margin-left: 10px;
    padding: 0;
}
#comment-form {
    padding-top: 1.4rem;
}
#comment-form .form-group {
    margin-bottom: 1.4rem;
}
#comment-form .fa {
    margin-right: 0.7rem;
}
@media (max-width: 767px) {
.entry.sticky {
    padding: 2.8rem;
}
}
ul[class*="block-grid-"] {
    clear: both;
    list-style: outside none none;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    overflow: auto;
    padding: 0;
}
ul[class*="block-grid-"] li {
    display: block;
    float: left;
    height: auto;
    list-style: outside none none;
    margin: 2.8rem 0 0;
    padding: 0 1.5rem;
}
.block-grid-2 li {
    width: 50%;
}
.block-grid-3 li {
    width: 33.3333%;
}
.block-grid-4 li {
    width: 25%;
}
.block-grid-5 li {
    width: 20%;
}
.block-grid-2 li:nth-child(1), .block-grid-2 li:nth-child(2), .block-grid-3 li:nth-child(1), .block-grid-3 li:nth-child(2), .block-grid-3 li:nth-child(3), .block-grid-4 li:nth-child(1), .block-grid-4 li:nth-child(2), .block-grid-4 li:nth-child(3), .block-grid-4 li:nth-child(4), .block-grid-5 li:nth-child(1), .block-grid-5 li:nth-child(2), .block-grid-5 li:nth-child(3), .block-grid-5 li:nth-child(4), .block-grid-5 li:nth-child(5) {
    margin-top: 0;
}
ul[class*="block-grid-"] .link-image {
    display: block;
    overflow: hidden;
    position: relative;
}
ul[class*="block-grid-"] .link-image::after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    bottom: 0;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-weight: normal;
    line-height: 100%;
    opacity: 0;
    padding: 0.7rem 1.4rem;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms ease-in 0s;
    z-index: 1;
}
ul[class*="block-grid-"] .link-image:hover::after {
    opacity: 1;
}
ul[class*="block-grid-"] .link-image img {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}
@media (max-width: 767px) {
ul[class*="block-grid-"] {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
ul[class*="block-grid-"] li {
    float: none;
    margin-top: 1.4rem !important;
    padding: 0;
    width: 100%;
}
ul[class*="block-grid-"] li img {
    height: auto;
    width: 100%;
}
ul[class*="block-grid-"] li:first-of-type {
    margin-top: 0 !important;
}
}
.room {
    overflow: hidden;
    position: relative;
}
.room h4 {
    margin: 0;
    position: absolute;
}
.room.bottom h4 {
    bottom: 3rem;
}
.room.right h4 {
    right: 3rem;
}
.room.top h4 {
    top: 3rem;
}
.room.left h4 {
    left: 3rem;
}
.room.light h4 {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.room.dark h4 {
    color: #363d40;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.banner {
    overflow: hidden;
    position: relative;
}
.banner::before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    left: 0;
    max-width: 18rem;
    padding: 1.4rem 2.8rem;
    position: absolute;
    text-align: center;
}
.banner a:hover {
    background: none repeat scroll 0 0 #c3004b;
    border-color: #c3004b;
    color: #fff;
}
#isotope {
    margin: 0 -15px;
}
#isotope .item {
    margin-bottom: 30px;
    padding: 0 15px;
    transition: opacity 200ms ease-in 0s;
    width: 25%;
}
#isotope .item-content {
    border-bottom: 3px solid #ecf0f1;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 3px solid #ecf0f1;
    border-right: 3px solid #ecf0f1;
    padding: 3.2rem;
    transition: color 0s ease 0s, background 200ms ease-in 0s;
}
#isotope .item img {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: auto;
    margin: 0;
    padding: 0;
    transition: all 200ms ease-in 0s;
    width: 100%;
    z-index: 0;
}
#isotope .link-image {
    display: block;
    overflow: hidden;
    position: relative;
}
#isotope:hover .item {
    opacity: 0.75;
}
#isotope .link-image::after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-top-left-radius: 2px;
    bottom: 0;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    line-height: 100%;
    opacity: 0;
    padding: 0.7rem 1.4rem;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms ease-in 0s;
    z-index: 1;
}
#isotope.item a {
    text-decoration: none;
}
#isotope p {
    font-size: 1.4rem;
    margin-top: 0;
}
#isotope .item:hover {
    opacity: 1;
}
#isotope .item:hover .item-content {
    background: none repeat scroll 0 0 #ecf0f1;
}
#isotope .item:hover .link-image::after {
    opacity: 1;
}
#isotope-filter a {
    display: inline-block;
    overflow: hidden;
}
#isotope-filter .selected a {
    color: #c3004b;
}
#isotope-filter .selected a::before {
    content: "";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 1rem;
}
@media (max-width: 991px) {
#isotope .item {
    opacity: 1;
    width: 50%;
}
#isotope:hover .item {
    opacity: 1;
}
}
@media (max-width: 767px) {
#isotope .item {
    width: 100%;
}
}
#header.header-content-1 {
    background-image: url("images/bg-header-2.jpg");
}
#header.header-content-2 {
    background-image: url("images/bg-header-8.jpg");
}
#header.header-content-3 {
    background-image: url("images/bg-header-7.jpg");
}
#header.header-content-4 {
    background-image: url("images/bg-header-6.jpg");
}
.bg-1 {
    background-image: url("images/bg-recreation.jpg");
}
.bg-2 {
    background-image: url("images/bg-recreation-2.jpg");
}
.bg-3 {
    background: url("images/bg-recreation-3.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0);
}
.bg-4 {
    background: url("images/bg-children-3.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.bg-5 {
    background-image: url("images/bg-children.jpg");
}
.bg-6 {
    background: url("images/bg-children-2.jpg") no-repeat fixed center bottom rgba(0, 0, 0, 0);
    min-height: 500px;
}
.bg-7 {
    background-image: url("images/bg-dining-1.jpg");
    background-position: right top;
}
.bg-8 {
    background: url("images/content-dining-4.jpg") no-repeat scroll 15% bottom / contain rgba(0, 0, 0, 0);
}
.bg-9 {
    background-image: url("images/bg-dining.jpg");
    background-position: center top;
}
.bg-10 {
    background-image: url("images/bg-events-3.jpg");
    min-height: 500px;
}
.bg-11 {
    background-image: url("images/bg-events-2.jpg");
}
.bg-12 {
    background-image: url("images/bg-events.jpg");
}
.bg-13 {
    background-image: url("images/bg-room.jpg");
}
.bg-14 {
    background-image: url("images/bg-rooms.jpg");
}
.bg-15 {
    background-image: url("images/bg-rooms-2.jpg");
}
.bg-accomodation {
    background: url("images/bg-acommodation.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.bg-golf {
    background: url("images/bg-golf.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.bg-tennis {
    background: url("images/bg-tennis.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.bg-pool {
    background: url("images/bg-swimming.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.breadcrumb {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    line-height: 19.2px;
    margin: 0 !important;
    padding: 20px 0 10px !important;
}
.breadcrumb > li {
    font-size: 11px !important;
}
.breadcrumb > li.first {
    font-size: 11px !important;
}
.breadcrumb > li.first a {
    color: #c3004b;
}
.page-header {
}
h1.page-header { 
	color: #240058 !important;
	font-weight: normal;
	margin: 10px 0 !important;
	border-bottom: none !important;
	padding: 0 !important;
}
.image-field-caption {
    border: medium none;
    bottom: 10%;
    margin: 0;
    padding: 5px 0 0;
}
.image-field-caption p {
    font-size: 13px;
}
.navbar-toggle .fa-bars {
    color: #000;
    font-size: 20px;
	color: #240058;
}
.content a {
	color: #c3004b;
}
.content a:hover,
.content a.blue {
	color: #240058;
}
/*.content h1,
.content h2 {
	font-size: 40px;
	font-weight: normal;
	margin-top: 0;
}
.content h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
}*/
.content img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
li.sharethis {
    float: right;
    margin-top: 16px;
    padding-right: 0;
}
@media (max-width: 767px) {
	.region-sidebar-second {
		margin-top: 0 !important;
	}
	h1.front-title::after {
		border-bottom: 0.5rem solid #240058;
		content: "";
		display: block;
		left: 50%;
		margin-left: -3rem;
		margin-top: 1.2rem;
		position: absolute;
		width: 6rem;
	}
}
@media (max-width: 992px) {
	.navbar-collapse.collapse.in {
		background: none repeat scroll 0 0 #3c3c3c;
	}
	.navbar-collapse.collapse.in li {
		float: none;
	}
	.navbar-collapse.collapse.in li a {
		border-bottom: 1px solid #000;
	}
	.navbar-collapse.collapse.in li a i {
		float: right;
	}
	.navbar-collapse.collapse.in li ul li a {
		padding: 10px 20px;
		text-transform: none;
	}
	.navbar-collapse.collapse.in li.header-search {
		width: 100%;
	}
	.navbar-collapse.collapse.in li .sb-search.sb-search-open {
		width: 100%;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		margin-right: 0 !important;
		padding: 9px 0 !important;
		font-size: 19px;
		letter-spacing: -0.5px;
		color: #240058; 
	}
	.padding-right-15 {
		padding-right: 0 !important;
	}
	#logo {
		padding: 0 !important;
	}
}
@media (max-width: 480px) {
#banner-title {
    display: none;
}
.person-mini p {
    display: none;
}
.booking-row {
    background-color: #fff !important;
}
.booking-row [class*="col-sm"], .person-mini img {
    margin-bottom: 0;
}
#header {
    background-image: none !important;
    min-height: 154px !important;
}
#absolute-footer p {
    float: none !important;
    text-align: center;
}
}

/**** PRODUCT-ABOUT BODY ****/
/*.node-product img {
		max-width: 350px;
		padding: 0 30px;
}
.node-product i,
.node-about i {
	font-size: 80px;
	display: block;
	margin-bottom: 16px;
}*/
.node-product ul {
	padding: 0;
	/*list-style: none;
	padding: 0 !important;
	text-align: center;*/
}
/*.node-product ul li {
	font-weight: bold;
	vertical-align: top;
	margin-bottom: 4px;
}*/
.node-product .field-name-body a {
	color: #c3004b;
}
.node-product .field-name-body a:hover,
.node-product .field-name-body li > a:focus {
	color: #240058;
}
#parallax,
#parallax-hub {
	background-size: cover;
	padding: 20px 0 60px;
	height: 243px;
}
.node-pagina-inicio #parallax {
	height: auto !important;
}
#blockquotecontent {
	margin-bottom: 100px;
    margin-top: 100px;
}
#blockquotecontent p {
	font-size: 20px;
}
/*#parallax .parallax-content {
	height: 250px;
	border-top: 1px solid #e1e5e9;
	border-bottom: 1px solid #e1e5e9;
}
.parallax .field-name-field-full-width .field-item {
	height: 220px;
	overflow-y: hidden;
}
.parallax .field-name-field-full-width img {
	height: auto;
}
/*#icons {
	padding: 30px 0;
	background-image: url(../../../../default/files/img/stardust.png);
	background-repeat: repeat;
}
#icons h2 {
	font-size: 40px;
    font-weight: normal;
}*/
#icons.subpage-corporatelight h1,
#icons.subpage-corporatelight  h2,
#icons.subpage-corporatelight  h3,
#icons.subpage-corporatelight  h4,
#icons.subpage-corporatelight  p {
	color: #fff !important;
}
#icons.subpage-corporatelight  li,
#icons.subpage-corporatelight  a {
	color: #fff; 
}
#icons.subpage-corporatelight  a:hover {
	color: #fff; 
}
#icons.subpage-corporatelight  ul li {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.icons .subpage-corporatelight  ul li {
		margin-bottom: 0;
	}
}
#icons.subpage-corporatelight ul li,
#icons.subpage-corporatelight ul li a {
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0 16px;
	text-align: center;
}
@media (max-width: 992px) {
	/*.node-product {
		text-align: center !important;
	}*/
	.node-product img {
		float: none !important;
		display: block;
	}
}
@media (max-width: 480px) {
	.node-product img {
		padding: 0 !important;
	}
}
/**** END PRODUCT BODY ****/
.main-container {
	margin: 0 0 40px 0;
}
.easy-breadcrumb a,
.easy-breadcrumb span {
	font-size: 13px;
}
.easy-breadcrumb a {
	color: #c3004b;
}
.easy-breadcrumb span {
	color: #808080;
}
button, html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-weight: normal;
	background-color: #c3004b !important;
    border: 2px solid #c3004b !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-family: "Monda","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: -1px;
    margin: 20px 0;
    padding: 8px 20px !important;
	text-transform: uppercase !important;
}
button:hover,
html input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
	background-color: transparent !important;
	color: #c3004b !important;
	border: 2px solid #c3004b;
}
input[type="file"] {
	border: none !important;
	background-color: transparent;
}
input[type="file"],
#edit-submitted-anadir-cv-upload span.input-group-btn {
	height: 40px;
}
.margin-top-5px {
	margin-top: 5px;
}
.margin-bottom-0px {
	margin-bottom: 0;
}
.mtop20 {
	margin-top: 20px;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}
.navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0;
}
.navbar-collapse.collapse {
    display: none !important;
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav {
    float: none !important;
    margin-top: 7.5px;
}
.navbar-nav > li {
    float: none;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.collapse.in {
    display: block !important;
}
.stButton .st-twitter-counter, .stButton .st-facebook-counter, .stButton .st-linkedin-counter {
    height: 26px !important;
}
#absolute-footer .widget {
    border-top: 1px solid rgba(54, 61, 64, 0.1);
    padding-top: 1rem;
}
aside {
}
.region-sidebar-second section {
    border: 1px solid #e3e3e3;
    color: #516037;
}

.reserva {
    padding: 2rem;
}
.reserva .form-item {
    margin-bottom: 10px;
}
.reserva p {
    margin: 0;
}
.reserva h4 {
    margin-top: 20px;
}
.webform-component--e-mail .form-email {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
.boto_reserva {
    background-color: #adca6d;
    height: 80px;
    overflow: hidden;
    padding: 12px;
    text-align: center;
}
#block-webform-client-block-3 .webform-submit, #block-webform-client-block-5 .webform-submit, #block-webform-client-block-8 .webform-submit, #block-webform-client-block-9 .webform-submit, #block-webform-client-block-14 .webform-submit {
    background-color: #516037;
    background-image: linear-gradient(#6f8843, #516037);
    border: 1px solid #1d492b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
    width: 56%;
}
.webform-component--phone-info {
    background-color: #fff;
    height: 60px;
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
}
.webform-component--phone-info img {
    margin: 0 2px 0 20px;
    width: 15px;
}
/**** CUSTOM COLS ****/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative !important;
    min-height: 1px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.col-xs-15 {
    width: 20% !important;
    float: left !important;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20% !important;
        float: left !important;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20% !important;
        float: left !important;
    }
	.page-node-59 .field-name-field-body3 img,
	.page-node-1990 .field-name-body img {
		float: right !important;
		margin-left: 20px !important;
	}
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20% !important;
        float: left !important;
    }
}
/**** DISPLAY NONE ****/
@media (min-width: 780px) {
	body.page-node-29 #product-menu,
	body.page-node-30 #product-menu {
		display: none;
	}
}

/**** ABOUT PAGE STYLES ****/
#header-info h2.title {
	color: #240058 !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    letter-spacing: -1px !important;
    text-align: left !important;
	margin: 0 !important;
	font-family: "allumibold","Monda","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/**** CUSTOM FRONT PAGE ****/
.node-type-pagina-inicio .field-name-field-blockquote p,
.node-type-pagina-inicio .field-name-field-blockquote h2,
.node-type-pagina-inicio .field-name-field-blockquote h3,
.node-type-pagina-inicio .field-name-field-blockquote i {
	color: #fff !important;
}
.node-type-pagina-inicio .field-name-body i {
	color: #240058;
}
.node-type-pagina-inicio #parallax i,
.node-type-pagina-inicio #icons i,
.node-type-pagina-inicio .field-name-body i,
.node-type-pagina-inicio #parallax i span,
.node-type-pagina-inicio #icons i span,
.node-type-pagina-inicio .field-name-body i span {
	display: block;
	font-size: 48px;
	margin-bottom: 16px;
}

/**** HUB CONTENT ****/
h2.featurette-heading {
	margin: 8px 0;
	font-size: 30px;
}
.featurette p.lead {
	margin: 0 0 4px;
}

/**** ICONS FIELD ****/

.field-name-field-icon-group i {
	font-size: 54px;
	color: #240058;
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.field-name-field-icon-group .outline-right {
		-webkit-box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.1);
		box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.1);
	}
	.field-items .media {
		margin-top: 80px;
	}
}
.field-name-field-icon {
	margin: 14px 0;
}
.field-name-field-texto-icono .field-item h4 {
	font-size: 17px;
	font-family: "allumilight","Monda","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #240058;
}
.field-name-field-texto-icono .field-item h4,
.field-name-field-texto-icono .field-item h3 {
	margin: 0 0 12px;
}
.field-name-field-texto-icono .field-item p {
	font-size: 13px;
}
.field-items .media {
	margin: 0;
}

/**** LEFT & RIGHT IMAGE BLOCKS ****/
.left-image,
.right-image {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DADADA !important;
}

/**** DISTRIBUIDOR ****/
@media (min-width: 992px) {
	.field-name-field-distribuidor .outline-right {
		-webkit-box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.1);
		box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.1);
	}
}
.field-name-field-icon-group a {
	color: #240058;
}
.field-name-field-distribuidor .outline-right {
		margin-bottom: 50px;
		height: 200px;
}
.page-node-1690 .field-name-field-distribuidor .outline-right {
	height: auto;
	text-align: left;
}
@media (min-width: 798px) {
	.page-node-1690 .field-name-field-distribuidor .outline-right {
		height: 250px;
	}
}
.page-node-12 #maincontainer i,
.page-node-1691 #maincontainer i,
.page-node-1693 #maincontainer i {
	font-size: 42px;
	color: #240058;
}
.page-node-12 #maincontainer h3,
.page-node-1691 #maincontainer h3,
.page-node-1693 #maincontainer h3 {
	margin-top: 0px;
}
.field-name-field-distribuidor .outline-right img {
	width: 100%;
}
.field-name-field-distribuidor .even {
	float: left;
}
.field-name-field-distribuidor .odd {
	box-shadow: none;
	float: right;
}
.field-name-field-texto-distribuidor .field-item h3 {
	margin-top: 0;
}

.field-name-field-texto-distribuidor .field-item p {
	font-size: 14px;
}
@media (max-width: 992px) {
	.field-name-field-distribuidor .outline-right {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
@media (max-width: 767px) {
	.field-name-field-distribuidor .outline-right {
		height: 100%;
	}
	.field-name-field-distribuidor .outline-right img {
    	width: 50%;	
	}
}
/**** HUB ****/
#banner-hub {
	margin-top: 200px;
	margin-bottom: 50px;
}
#banner-hub .field-item h1,
#banner-hub .field-item h4 {
	color: #fff !important;
}
#banner-hub .field-item h4 {
	font-family: "allumilight","Monda","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/**** GENERIC ****/
.mg-bottom-xl {
	margin-bottom: 40px !important;
}

.taula-01 td {
	padding: 10px;
}

/**** CUSTOMER ZONE MODAL ****/
.customer-zone-modal {
	display: none;
}

/**** NEW CORPORATE DESIGN ****/
header {
	z-index: 10;
}

.header-nav {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	transition: background 200ms ease-out 0ms;
}
.header-nav .over {
	border-bottom: 1px solid #eff0f2;
    font: 700 12px/12px "Open Sans",sans-serif;
    height: 80px;
    overflow: hidden;
    text-align: right;
    transition: height 200ms ease-out 0ms;
}

.header-nav .over .search {
    position: relative;
    z-index: 3;
}

.header-nav .logo {
    margin: 0;
}

.header-nav .logo a {
	background: rgba(0, 0, 0, 0) url("/sites/all/themes/nexica2015/logo.png") no-repeat scroll center center / 154px 60px;
    display: block;
    height: 60px;
    margin-top: -70px;
    text-indent: -9999px;
    transition: margin-top 200ms ease-out 0ms;
    width: 154px;
}
.header-nav .is-sticky .logo a {
	margin: 2px 0;
}
.nav {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
	padding-right: 0 !important;
}
.page-cover {
    height: auto;
    overflow: hidden;
    position: fixed;
    top: 80px;
    transition: top 200ms ease-out 0ms;
    width: 100%;
    z-index: -1;
}
/*.page-cover.slider {
    height: auto;
}*/
.is-sticky .page-cover {
	top: 0;
}
.page-cover.slider + .page-body {
    margin-top: 440px;
}
.page-body.pages {
    padding-top: 0;
}
.pages {
    font-size: 16px;
}
.page-body {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    margin-top: 360px;
    padding-top: 30px;
    position: relative;
    z-index: 3;
}
.node-type-product .page-body,
.node-type-hub .page-body,
.node-type-distribuidor .page-body,
.node-type-about .page-body,
.node-type-page .page-body,
.node-type-blog .page-body,
.node-type-event .page-body,
.node-type-succes-case .page-body {
	margin-top: 80px;
	box-shadow: none;
}
@media (min-width: 768px) {
	.node-type-product .page-body,
	.node-type-hub .page-body,
	.node-type-distribuidor .page-body,
	.node-type-about .page-body,
	.node-type-page .page-body,
	.node-type-blog .page-body,
	.node-type-event .page-body {
		margin-top: 117px;
		box-shadow: none;
	}
}
body.ontop .header-nav {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}
body.afterhead .header-nav .over {
    height: 0;
}
body.afterhead .header-nav .logo a {
    margin-top: 0;
}
body.afterhead .slider {
	margin-top: -18px;
}
.pages .subpage::after {
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    margin: 20px 0 0 -10px;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}
.pages .subpage {
    background: transparent none no-repeat scroll center center / cover ;
    padding: 50px 0 30px;
}
.pages .subpage:first-child {
    padding-top: 30px;
}
#tagline .lead {
	margin-bottom: 0;
}
#tagline .lead .field-item {
	font: 400 21px/30px "allumilight",sans-serif;
	text-align: center;
	color: #fff;
}

/**** BANNER ****/
.page-cover .stripe {
    left: 0;
}
.page-cover .stripe {
    background: rgba(36, 0, 88, 0.7) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 45%;
    z-index: 1;
}
.node-type-blog-home .stripe,
.node-type-events-home .stripe,
.page-taxonomy-term .stripe {
	background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}	
.node-type-product .stripe,
.node-type-hub .stripe,
.node-type-about .stripe,
.node-type-distribuidor .stripe,
.node-type-page .stripe {
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    height: 243px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
body.ontop .page-cover .content, body.ontop .page-cover .page-title {
    opacity: 1;
    transition: opacity 500ms ease-out 0ms;
}
.page-cover .content, .page-cover .page-title {
    opacity: 0;
    padding-top: 40px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 2000ms ease-out 0ms;
    z-index: 1;
}
.banner-body {
	padding-top: 4.5%;
    z-index: 10;
}
	

	/**** HEADER VERSION 2.0 ****/
	/* SEARCH */
	.header-nav .over .search input {
		font: 700 12px "Open Sans",sans-serif;
		height: 24px;
		margin-left: 10px;
		width: 150px;
		background-color: transparent;
		color: #444;
		border-left: medium none;
		border-radius: 0;
		border-right: medium none;
		border-top: medium none;
		padding: 0;
	}
	.header-nav .over .search input:focus {
		border-bottom: 2px solid #c3004b;
		box-shadow: none;
	}
		
	.header-nav .over .search button {
		background-color: transparent !important;
		padding: 0 !important;
		border: none !important;
	}
	.header-nav .over .search button i {
		color: #444;
	}
	.header-nav .over .search span{
		display: inline-block !important;
		vertical-align: middle;
		margin-left: -4px;
		padding-top: 4px;
	}
	
	/* TOP BUTTONS */
	.header-nav .over .region-header-top-right p a,
	#btn-block-views-customer-zone-block .btn-success {
		font: 700 12px/12px "Open Sans",sans-serif;
		background-color: transparent !important;
		border: medium none !important;
		color: #444 !important;
		font-weight: 700;
		text-transform: none !important;
		letter-spacing: -1px;
	}
	.header-nav .over .region-header-top-right p a:hover,
	.header-nav .over .region-header-top-right p a:focus,
	.header-nav .over .region-header-top-right p a:active,
	#btn-block-views-customer-zone-block .btn-success:hover,
	#btn-block-views-customer-zone-block .btn-success:focus,
	#btn-block-views-customer-zone-block .btn-success:active {
		color: #c3004b !important;
	}
	#block-block-30 p a i:hover,
	#block-block-30 p a i:focus,
	#block-block-30 p a i:active {
		background-color: #c3004b;
	}
	#btn-block-views-customer-zone-block .btn-success {
		padding: 0 !important;
	}
	
	/* SOCIAL */
	#block-block-30 p a i {
		padding: 9px 10px;
		display: inline-block;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		border-radius: 100px;
		background-color: #444;
		color: #fff;
		font-size: 15px !important;
	}
	
	/**** FOOTER VERSION 2.0 ****/
	#globalfooterwrapper {
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	}
	#globalfooterwrapper {
		background: #240058 none repeat scroll 0 0;
		color: #fff;
		font-size: 12px;
		padding: 10px 0 0;
	}
	#globalfooterwrapper a {
    	font-weight: 700;
		color: #fff;
	}
	#globalfooterwrapper a:hover,
	#globalfooterwrapper a:focus,
	#globalfooterwrapper a:active {
		color: #fff;
	}
	#globalfooterwrapper .textwidget {
    	margin: 15px 0;
	}
	#globalfooterwrapper .sitemap {
		border: 0 none;
		list-style: outside none none;
		margin: 10px 0;
		padding: 0;
		float: none;
	}
	#globalfooterwrapper .sitemap li {
		float: none;
		display: block;
	}
	#globalfooterwrapper .btn-white:not(.btn-link):not(.btn-flat) {
    	background-color: #fff;
    	color: rgba(0, 0, 0, 0.84);
	}
	#globalfooterwrapper .news {
		text-align: right;
	}
	.wpboot-social ul, .wpboot-share ul {
		list-style: outside none none;
		margin: 0;
		padding: 0;
	}
	.wpboot-social ul > li, .wpboot-share ul > li {
    	padding: 0;
		background-color: #666;
	}
	.wpboot-social ul > li > a {
		display: inline-block;
		font-size: 16px !important;
		padding: 9px 10px;
	}
	.wpboot-icons-xlarge li, .wpboot-icons-large li, .wpboot-icons-medium li, .wpboot-icons-small li {
    	display: inline;
	}
	.footer-list hr {
		background-color: #6336a5;
	}
	
	
	
/**** SECTIONS ****/
/* LIGHT */
.pages .subpage.subpage-light, .pages .subpage.subpage-light::after {
    background-color: #fff;
}
/* DARK */
.pages .subpage.subpage-dark,
.pages .subpage.subpage-dark:after {
	background-color: #000;
}
/* LIGHT PINK */
.pages .subpage.subpage-corporatelighter,
.pages .subpage.subpage-corporatelighter:after,
.subpage.subpage-corporatelighter,
.subpage.subpage-corporatelighter:after {
	background-color: #f2eef7;
}
/* CORPORATE LIGHT */
.pages .subpage.subpage-corporatelight,
.pages .subpage.subpage-corporatelight:after,
.subpage.subpage-corporatelight,
.subpage.subpage-corporatelight:after {
	background-color: #6336a5;
}
/* CORPORATE */
.pages .subpage.subpage-corporate,
.pages .subpage.subpage-corporate:after,
.subpage.subpage-corporate,
.subpage.subpage-corporate:after {
	background-color: #240058;
}

/**** FIELDGROUP ICONS ****/
#second_body .panel {
	border: none;
	box-shadow: none;
}
#second_body .panel.panel-default {
	border: none;
}

/**** QUIENES SOMOS ****/
#block-block-40 {
	background-color: #e2e6e8;
}

/**** BANNER TITLE ****/
#node-2076 .banner-body,
#node-2078 .banner-body {
	padding-top: 5%;
}
.node-type-blog-home .page-cover.slider + .page-body,
.node-type-events-home .page-cover.slider + .page-body,
.page-taxonomy-term .page-cover.slider + .page-body {
	margin-top: 356px;
}
.page-search .page-body.pages,
.node-type-article .page-body.pages,
.node-type-oferta-trabajo .page-body.pages,
.page-node-done .page-body.pages {
	padding-top: 100px;
	margin: 0;
}
.page-node-done .links {
	display: none;
}

#parallax h1 {
	margin: 0;
	padding: 62px 0;
	color: #fff !important;
}
#node-2076 h1,
#node-2078 h1,
#node-2087 h1  {
	margin: 0;
	padding: 62px 0;
	color: #fff !important;
}

/**** BLOCKQUOTE TITLE ****/
#blockquote h2,
#blockquote h3,
#blockquote h4,
#blockquote h5,
#blockquote h6,
#blockquote p {
	color: #fff !important;
	margin: 0;
	padding: 20px 0 30px;
}

/**** ICONS ****/
#icons ul > li > a > i,
#icons ul > li > p > i,
#icons ul > li > i {
	display: block;
    font-size: 48px;
    margin-bottom: 16px;
}
#icons ul > li > p {
	font: 300 15px/1.5em "Open Sans",sans-serif;
    padding: 1%;
}
/**** CAPTCHA ****/
#block-webform-client-block-1957 {
	padding-top: 30px;
}

.input-group-btn button {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#webform-client-form-1967 button,
#webform-client-form-1698 button,
#webform-client-form-1894 button,
#webform-client-form-1957 button,
#webform-client-form-1986 button,
#webform-client-form-2050 button {
	margin: 16px;
	font-family: "Monda","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	letter-spacing: -0.5px;
	text-align: center;
}
.g-recaptcha > div > div {
	display: block;
	margin: 0 auto;
}

/**** BLOG ****/
.node-type-blog h1 {
	margin: 0 0 20px;
}

/**** EVENTS ****/
.node-type-event h1 {
	margin: 0 0 20px;
}
#block-webform-client-block-1894 h2.block-title {
	margin-top: 40px;
}
	
/**** LANDING PAGE ****/
#block-webform-client-block-2050 {
	background-color: #e2e6e8;
}
#block-webform-client-block-2050 h2 {
	text-align: center;
}

/**** ABOUT ****/
#block-views-equipo-nexica-block {
	margin-bottom: 5%;
}
	
/**** 404 ERROR ****/
.page-node-2085 #parallax h1.text-center {
	text-align: left;
}

/**** 403 ERROR ****/
.page-node-2086 #parallax h1.text-center {
	text-align: left;
}

/**** RESPONSIVE ****/
	/* MENU */
	body.afterhead .tb-megamenu-main-menu button {
		margin-top: 11px;
	}
	@media (max-width: 992px) {
		.page-cover .stripe {
			display: none;
		}
	}
	@media (max-width:767px) {
		.tb-megamenu-main-menu button {
			position : absolute;
			right : 0;
			top : -57px;
			transition : top 200ms 0s ease-out;
		}
		.node-type-blog-home .page-cover.slider + .page-body,
		.node-type-events-home .page-cover.slider + .page-body,
		.page-taxonomy-term .page-cover.slider + .page-body,
		.node-type-pagina-inicio .page-cover.slider + .page-body {
			margin-top : 312px;
		}
		.views-slideshow-controls-top {
			display : none;
		}
		.banner-body h1.title-banner {
			font-size : 18px !important ;
		}
		.banner-body .p1,
		.page-cover .stripe {
			display : none;
		}
	}
	@media (max-width: 360px) {
		.node-type-pagina-inicio .page-cover.slider + .page-body {
			margin-top: 268px;
		}
	}
	@media (max-width: 500px) {
		.node-type-pagina-inicio .page-cover.slider + .page-body {
			margin-top: 313px;
		}
		.banner-body {
			padding-top: 10%;
		}
	}
	@media (max-width: 767px) {
		#block-views-banner-home-block .views-slideshow-controls-bottom {
			top: 200px;
		}
	}
	.navbar-collapse {
		padding-left: 0 !important;
		padding-right: 0 !important;
		
	}
	.group-icons-section .field-item {
		margin-bottom: 20px;
	}
	.captcha {
		padding: 0 !important;
	}
	#block-block-21 > ul {
		padding: 0 !important;
	}
	.caso-exito a {
		max-width: 100%;
		display: inline-block;
	}