html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html, body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #343434;
}
main {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background-color: #fff;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
a:focus {
    outline: none;
}
input {
    font-family: 'Roboto Condensed', sans-serif;
}
input:focus {
    outline: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.content__wrapper {
    width: 975px;
    /*height: auto;*/
	height: 100%;
    margin: 0px auto;
    clear: both;
    position: relative;
}

.content__wrappe--overflow {
    overflow: hidden;
}

.content__wrapper--golf {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    background-color: #eeeeee;
}

.content__wrapper--grey {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    margin-bottom: 70px;
}

.content__wrapper--100perc {
    height: 100%;
}

.content__wrapper--youtube {
    margin: 30px 0;
}

.container-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.95%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sitemap {
	margin-top: 100px;
}

.sitemap .content__title {
    position: relative;
	margin-bottom: 40px;
}

.sitemap  ul li {
    display: inline-block;
    float: left;
    width: calc(100% / 3);
    height: auto;
    margin-bottom: 40px;
}
.sitemap ul li a:link, .sitemap ul li a:active, .sitemap ul li a:visited {
    display: block;
    color: #343434;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
	font-size: 16px;
}
.sitemap ul li a:after {
    content: "";
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ee7d4c;
    margin-top: 7px;
	margin-bottom: 15px;
}
.sitemap ul li ul li a:after {
    display: none;
}

.sitemap ul.children li {
	margin: 0;
    width: 100%;
}
.sitemap ul.children li a {
	color: #585858;
	font-size: 14px;
	font-weight: 400;
}

.sitemap ul.children li a:hover,.sitemap ul.children li ul.children li a:hover,.sitemap ul.children li ul.children li ul.children li a:hover {
	color: #ee7d4c;
}

.sitemap ul.children li ul.children li {
	margin-left: 15px;
}
.sitemap ul.children li ul.children li a {
	color: #8b8b8b;	
	font-weight: 300;
}

.footer_sitemap {
	display: inline-flex;
    width: auto;
    float: left;
    position: relative;
    font-size: 12px;
    margin-top: -10px;
    margin-left: 20%;
	text-transform: uppercase;
}
.footer_sitemap a:link, .footer_sitemap a:active, .footer_sitemap  a:visited {
	color: #bbbbbb;
}
.footer_sitemap a:hover {
	color: #ee7d4c;
}
.termos:before {
    display: block;
    content: "|";
    margin: 0 5px;
    float: left;
}
/* FONTS */
@font-face {
    font-family: 'DK Sensory Overload';
    src: url('../font/DKSensoryOverload.eot');
    src: url('../font/DKSensoryOverload.eot?#iefix') format('embedded-opentype'),
        url('../font/DKSensoryOverload.woff') format('woff'),
        url('../font/DKSensoryOverload.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BELLABOO-Regular';
    src: url("../font/BELLABOO-Regular.eot");
    src: local("☺"),
        url("../font/BELLABOO-Regular.woff") format("woff"),
        url("../font/BELLABOO-Regular.svg#filename") format("svg");
    url('../font/BELLABOO-Regular.ttf') format('truetype');
}

/* HEADER */
.header {
    position: fixed;
    height: 70px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.header__degrade {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(254,254,254,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(254,254,254,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(254,254,254,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(254,254,254,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(254,254,254,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(254,254,254,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fefefe', GradientType=0 );
}

.header__wrapper {
    position: relative;
    top: -70px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0px 20px;
    box-sizing: border-box;
}

.header--shadow {
    -webkit-box-shadow: 0px 4px 14px -3px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 4px 14px -3px rgba(0,0,0,0.10);
    box-shadow: 0px 4px 14px -3px rgba(0,0,0,0.10);
}

.header__logo {
    display: block;
    float: left;
    position: relative;
    z-index: 99;
    width: 170px;
    height: 60px;
    margin-top: 5px;
}

.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/images/logo.png");
    background-position: 0 0px;
    outline: none;
}

.header__logo--de a { background-position: 0 -65px; }
.header__logo--es a { background-position: 0 -201px; }
.header__logo--fr a { background-position: 0 -266px; }
.header__logo--dk a { background-position: 0 -329px; }
.header__logo--se a { background-position: 0 -394px; }
.header__logo--nl a { background-position: 0 -640px; }
.header__logo--nb a { background-position: 0 -700px; }
.header__logo--da a { background-position: 0 -700px; }
.header__logo--fi a { background-position: 0 -700px; }
.header__logo--pl a { background-position: 0 -760px; }
.header__logo--sv a { background-position: 0 -825px; }
.header__logo--en a
 {
    background-position: 0 -131px;
}

.header--white .header__logo--pt a { background-position: -164px 0px; }
.header--white .header__logo--de a { background-position: -164px -65px; }
.header--white .header__logo--es a { background-position: -164px -201px; }
.header--white .header__logo--fr a { background-position: -164px -266px; }
.header--white .header__logo--dk a { background-position: -164px -329px; }
.header--white .header__logo--se a { background-position: -164px -394px; }
.header--white .header__logo--nl a { background-position: -164px -640px; }
.header--white .header__logo--da a { background-position: -164px -700px; }
.header--white .header__logo--nb a { background-position: -164px -700px; }
.header--white .header__logo--fi a { background-position: -164px -700px; }
.header--white .header__logo--pl a { background-position: -164px -760px; }
.header--white .header__logo--sv a { background-position: -164px -825px; }
.header--white .header__logo--en a
 {
    background-position: -164px -131px;
}


.header__nav {
    position: absolute;
    top: 27px;
    width: 100%;
    height: auto;
    z-index: 98;
    text-align: center;
}

.header__nav ul {
    margin: 0;
    padding: 0;
}

.header__nav li {
    position: relative;
    text-transform: uppercase;
}

.header__nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0px 35px 5px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header__nav--down {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.header__nav--up {
    -moz-transform: translateY(-75px);
    -webkit-transform: translateY(-75px);
    -o-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    transform: translateY(-75px);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.header__nav--white a {
    color: #bbbbbb;
}

.header__nav ul li {
    display: inline-block;
}

.header__nav li.header__nav__menu--active > a,
.header__nav li:hover > a {
    border-bottom: 1px solid #fff;
}

.header__nav--white li.header__nav__menu--active > a,
.header__nav--white li:hover > a {
    border-bottom: 1px solid #bbbbbb;
}

.header__nav ul li a i {
    position: absolute;
    margin-left: 5px;
    font-weight: 400;
    font-size: 16px;
}

.header__nav__arrow--right {
    margin-top: 4px;
    margin-left: 10px;
    color: #e89f90;
}

.header__nav ul li li {
    white-space: nowrap;
    display: block;
}

.header__languages__wrapp a:hover,
.header__nav ul li ul li.header__nav__menu--active > a,
.header__nav ul li ul li:hover > a {
    border-bottom: 1px solid transparent;
    color: #686868;
}

.header__thermometer__info,
.header__languages__wrapp,
.header__nav ul ul {
    position: absolute;
    left: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.28);
    box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.28);
    text-align: left;
    padding: 20px 0px;
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.header__nav ul ul a {
    margin: 0px;
    padding: 0px 20px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 12px;
    color: #aeaeae;
}

.header__nav ul ul ul {
    left: 100%;
    top: -20px;
}

.header__thermometer:hover > .header__thermometer__info,
.header__languages:hover > .header__languages__wrapp,
.header__nav li:hover > ul{
    visibility: visible;
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header__audio {
    position: relative;
    z-index: 99;
    float: right;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 22px;
    padding-left: 15px;
    margin: 23px 5px 0px 0px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.header__search {
    position: relative;
    z-index: 99;
    float: right;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 16px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-top: 26px;
    cursor: pointer;
}

.header--white .header__search {
    color: #bbb;
    border-left: 1px solid #bbb;
}

.header__search__form {
    position: absolute;
    z-index: 100;
    width: 0px;
    height: 100%;
    right: 0px;
    top: 0px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header__search__form--active {
    visibility: visible;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    -ms-transition: all 0.5s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    transition: all 0.5s cubic-bezier(0.000, 0.795, 0.000, 1.000);
}

.header__search__close {
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    cursor: pointer;
    color: #bbb;
}

.form__search {
    width: 100%;
    height: 100%;
}

.form__search__input {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 18px;
    color: #bbb;
}

.header__languages {
    position: relative;
    z-index: 99;
    float: right;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 13px;
    margin: 27px 0px 0px 15px;
    padding-bottom: 14px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.header--white .header__languages {
    color: #bbb;
}

.header__languages__wrapp {
    top: 25px;
    left: inherit;
    right: 0px;
    padding: 20px;
    /**width: 100px;*/
    width: auto;
}

.header__languages__wrapp a {
    float: left;
    height: 23px;
    width: 50px;
    text-align: center;
    line-height: 23px;
    vertical-align: middle;
    color: #aeaeae;
    border-bottom: 1px solid transparent;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.header__thermometer {
    position: relative;
    z-index: 99;
    float: right;
    width: auto;
    height: auto;
    padding-bottom: 10px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.header--white .header__thermometer {
    color: #bbb;
}

.header__thermometer__icon,
.header__thermometer__temperature {
    float: left;
}

.header__thermometer__icon {
    font-size: 21px;
    margin: 23px 0px 0px 11px;
}

.header__thermometer__temperature {
    margin: 29px 0px 0px 5px;
    font-size: 12px;
    font-weight: 700;
}

.header__thermometer__info {
    top: 52px;
    left: inherit;
    right: 0px;
    padding: 40px;
    width: auto;
    cursor: auto;
}

.header__thermometer__info ul {
    margin: 0;
    padding: 0;
    display: block;
    white-space: nowrap;
}

.header__thermometer__info ul li {
    width: 60px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 20px;
}

.header__thermometer__info ul li:first-child {
    padding-left: 0px;
}

.header__thermometer__info ul li:last-child {
    padding-right: 0px;
}

.header__thermometer__info__title {
    color: #343434;
    padding-bottom: 35px;
    font-size: 12px;
    font-weight: 700;
}

.header__thermometer__info__icon {
    height: 40px;
    color: #c4c4c4;
    font-size: 32px;
    padding-bottom: 25px;
}

.header__thermometer__info__temperature {
    width: 100%;
    height: auto;
    font-weight: 700;
    color: #454545;
}

.header__thermometer__info__temperature span {
    font-weight: 400;
    color: #c0c0c0;
}

.header__audio:hover,
.header__search:hover,
.header__languages:hover,
.header__thermometer:hover {
    color: #686868;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

/*MADEIRA DESAFIA*/
.madeiraDesafia {
	display: none;
	z-index: 99;
    position: fixed;
    /* display: table; */
    left: 0;
    top: 50%;
    width: 40px;
    /* height: 100px; */
    background-color: #77ae5d;
    text-align: center;
    letter-spacing: 2px;
    line-height: 20px;
}
.madeiraDesafia a, .madeiraDesafia a:visited, .madeiraDesafia a:active, .madeiraDesafia a:focus {
	 
    /* vertical-align: middle; */
    color: #fff;
    background-color: #77ae5d;
    position: absolute;
    left: 10px;
	-ms-transform: rotate(-90deg) translateY(-50%);
	-moz-transform: rotate(-90deg) translateY(-50%);
	-o-transform: rotate(-90deg) translateY(-50%);
	-webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    top: 50%;
    padding: 10px 15px;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.madeiraDesafia a:hover {
	background-color:#689b50;
} 
.madeiraDesafia span {
	
	font-family:"Roboto Condensed",sans-serif;
	text-transform:uppercase;
	
}

/* FOOTER */
footer {
    display: block;
    float: left;
    width: 100%;
    background-color: #eeeeee;
    z-index: 2;
    position: relative;
    padding: 50px 0px;
    color: #bbbbbb;
}

footer ul {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

footer ul li,
footer ul li li {
    display: inline-block;
    float: left;
    width: 20%;
    height: auto;
    margin-bottom: 40px;
}

footer ul li li {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 15px;
    box-sizing: border-box;
}

footer ul li a:link,
footer ul li a:active,
footer ul li a:visited {
    display: block;
    color: #343434;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

footer ul li a::after {
    content: "";
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ee7d4c;
    margin-top: 7px;
}

footer ul li .contacts,
footer ul li li a:link,
footer ul li li a:active,
footer ul li li a:visited {
    display: block;
    float: left;
    color: #bbbbbb;
    font-weight: 400;
    padding: 6px 0px;
    margin-bottom: 0px;
    width: auto;
    clear: both;
    letter-spacing: 1px;
    line-height: 18px;
}

footer ul li .contacts {
    text-transform: uppercase;
}

footer ul li li a::after {
    display: none;
}

footer ul li li a:hover {
    color: #666;
}

.footer__wlid {
    width: 20%;
    float: right;
    height: auto;
	text-align: right;
}

.footer_rights {
    width: auto;
    float: left;
    clear: both;
    position: relative;
    font-size: 12px;
    margin-top: -10px;
}

/* AREAS */
.home__video__wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -2;
}

video.home__video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.home__thermometer {
    position: absolute;
    display: none;
    z-index: 1;
    width: auto;
    height: auto;
    color: #fff;
    bottom: 30px;
    left: 30px;
}

.home__thermometer__icon,
.home__thermometer__temperature {
    float: left;
}

.home__thermometer__icon {
    font-size: 30px;
    margin-top: 5px;
}

.home__thermometer__temperature {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}

.home__thermometer__temperature span {
    color: #e9540d;
    font-size: 40px;
    font-weight: 400;
}

.home__thermometer__temperature span i {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    vertical-align: top;
    top: 3px;
}

.home__wlid {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
}

.content {
    position: relative;
    float: left;
    z-index: 3;
    width: 100%;
    height: auto;
    margin-top: 75vh;
    background-color: #fff;
    font-size: 18px;
    color: #343434;
    font-family: "Didot W01 Roman";
}

.content__header {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 75vh;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.content__header__play {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 75vh;
    top: 0px;
}

.content__header__play .play {
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    position: relative;
    background-image: url(/images/play.png);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.content__header__play .play a:link,
.content__header__play .play a:visited,
.content__header__play .play a:active {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
}

.content__title__wrapper {
    position: relative;
    width: 100%;
    height: 25vh;
    float: left;
}

.content__title__wrapper--spots {
    max-height: 100px;
}

.content__title {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    line-height: 1.5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
}

.content__title h1,
.content__title p.title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-family: "Didot W01 Bold";
    text-align: center;
    padding: 0px 20px;
    box-sizing: border-box;
    letter-spacing: 5px;
}

.content__title p.title {
    font-size: 24px;
}

.content__title h1::after,
.content__title p.title::after {
    content: "";
    position: relative;
    display: block;
    width: 50px;
    height: 1px;
    background-color: #ee7d4c;;
    margin: 0px auto;
    margin-top: 14px;
}

.content__title h2,
.content__title p.subtitle {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 0px 20px;
    margin-top: 15px;
    box-sizing: border-box;
    color: #bbbbbb;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.content__title p.subtitle {
    color: #4fafdf;
}

.content__page_link {
    position: absolute;
    left: 50px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content__page_link a:link,
.content__page_link a:visited,
.content__page_link a:active {
    padding: 10px 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: #bbbbbb;
    letter-spacing: 1px;
}

.content__page_link a i {
    font-size: 15px;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.content__page_link a:hover i {
    color: #ed713b;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.content__page_link a span {
    padding: 0px 0px 0px 7px;
}

.content__page--next {
    left: initial;
    right: 50px;
}

.content__page--next a span {
    padding: 0px 7px 0px 0px;
}

.content_gallery,
.content_gallery--cs {
    width: 100%;
    height: 540px;
    overflow: hidden;
    margin: 0px 0px 70px 0px;
}

.content_gallery--cs {
    height: 325px;
    margin: 0px;
    overflow: inherit;
}

.content_gallery_item {
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
}

.content_gallery--cs .content_gallery_item {
    height: 325px;
    width: 325px;
    padding: 70px 50px;
    box-sizing: border-box;
    word-wrap: break-word;
}

.content_gallery--cs .content_gallery_item--centertext {
    text-align: center;  
}

.content_gallery--cs .content_gallery_item .text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    line-height: 20px;
}

.content_gallery--cs .content_gallery_item .title {
    font-size: 16px;
    font-weight: 900;
}

.content_gallery--cs .content_gallery_item .site,
.content_gallery--cs .content_gallery_item .site a:link,
.content_gallery--cs .content_gallery_item .site a:visited,
.content_gallery--cs .content_gallery_item .site a:active {
    color: #ea5d1f;
}

.content_gallery_item:focus {
    outline: none;
}

.content_gallery_item img {
    display: block;
    width: 975px;
    height: 640px;
    position: absolute;
    top: -50px;
}

.content_gallery_next,
.content_gallery_previous {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    padding: 15px 20px 15px 15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content_gallery_next {
    right: 0px;
}

.content_gallery--cs .content_gallery_previous,
.content_gallery--cs .content_gallery_next {
    color: #ea5d1f;
}

.content_gallery--cs .content_gallery_next {
    right: -46px;
}

.content_gallery--cs .content_gallery_previous {
    left: -46px;
}

.content_gallery .slick-dots {
    position: absolute;
    z-index: 10;
    bottom: 25px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_gallery ul.slick-dots li {
    display: inline-block;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    cursor: pointer;
}

.content_gallery ul.slick-dots li .fa-circle {
    display: none;
}

.content_gallery ul.slick-dots li .fa-circle-thin {
    display: block;
}

.content_gallery ul.slick-dots li.slick-active .fa-circle {
    display: block;
}

.content_gallery ul.slick-dots li.slick-active .fa-circle-thin {
    display: none;
}

.content__text {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 26px;
    margin: 0px 0px 70px 0px;
    padding-left: 200px;
    box-sizing: border-box;
}

.content__text--golf {
    padding-left: 0px;
}

.content__text_golf{
    position: relative;
    width: 100%;
    height: auto;
    line-height: 26px;
    margin: 0px 0px 70px 0px;
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 100px;
}

.content__text_golf_center{
    position: relative;
    width: 100%;
    height: auto;
    line-height: 26px;
    margin: 0px 0px 70px 0px;
    box-sizing: border-box;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}



.content__text--ambassador {
    float: left;
    padding-left: 0px;
    margin: 40px 0px 70px 0px;
}

.content__text--middle {
    padding-right: 400px;
    padding-top: 60px;
}

.content__share {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
}

.content__share--ambassador {
    right: 0px;
    left: initial;
}

.footer__share {
    float: left;
    width: auto;
    height: auto;
}

.footer__share__title,
.content__share__title {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    color: #bbbbbb;
    font-family: 'Roboto Condensed', sans-serif;
    height: 18px;
}

.footer__share__title {
    width: 100%;
}

.footer__share__icon,
.content__share__icon--more,
.content__share__icon {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #c2c2c2;
    margin-top: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer__share__icon {
    margin-top: 0px;
    margin-right: 8px;
    border: 1px solid #343434;
}

.content__share__icon--more {
    height: auto;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    border-radius: initial;
    border: none;
    margin-top: 0px;
    padding-top: 10px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #bbbbbb;
}

.content__share__icon--more:last-child {
    padding-bottom: 8px;
}

.footer__share__icon:hover,
.content__share__icon:hover {
    border-color: #f26b33;
    -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;
}

.content__share__icon--more:hover {
    color: #f26b33;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.footer__share__icon i,
.content__share__icon i {
    position: relative;
    width: 100%;
    top: 9px;
    text-align: center;
    color: #686868;
    font-size: 18px;
}

.footer__share__icon i {
    top: 12px;
    color: #343434;
}

.content__share__icon--more i {
    top: 0px;
    color: #bbbbbb;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.content__share__icon--more:hover i {
    color: #686868;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.content__share__more {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 40px;
    height: auto;
    top: -1px;
    left: -1px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #c2c2c2;
    background-color: #fff;
    -moz-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    -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;
}

.content__share__more--active {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.content__list__gallery--noscroll,
.content__list {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
    float: left;
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.content__list {
    margin-bottom: 0px;
}

.content__list--no-margin {
    margin-bottom: 0px;
}

.content__list__gallery--noscroll {
    margin-bottom: 0px;
}

.content__list__top {
    margin-bottom: 40px;
}

.content__list__top--nomargin {
    margin-bottom: 0px;
}

.content__list ul li {
    float: left;
    position: relative;
    text-align: left;
    width: 33.33333%;
    padding-bottom: 33.33333%;
}

.content__list ul li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.content__list ul li a .content__list__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.content__list ul li a:hover .content__list__item {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.content__list__item__gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.67) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.67)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.67) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.67) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.67) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.67) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
    -webkit-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.content__list ul li a:hover .content__list__item__gradient {
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.content__list__item__opacity {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    background-color: #000;
    -webkit-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.content__list ul li a:hover .content__list__item__opacity {
    opacity: 0.6;
    -webkit-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.content__list__item__date {
    position: absolute;
    left: 35px;
    z-index: 4;
    width: 63px;
    max-height: 100px;
    background-color: #ea5d1f;
    padding: 16px 0px 20px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.content__list ul li a:hover .content__list__item__date {
    max-height: 180px;
    -webkit-transition: all 500ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition: all 500ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition: all 500ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition: all 500ms cubic-bezier(0.470, 0.000, 0.000, 0.895); /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895); /* custom */
}

.content__list__item__date .arrow {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 5;
    background-color: #ea5d1f;
    text-align: center;
    color: #f8c6b0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.content__list ul li a:hover .content__list__item__date .arrow {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.content__list__item__date .date {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.content__list__item__date .day {
    font-size: 25px;
}

.content__list__item__date .month {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 4px;
    margin: 0px 0px 4px 50%;
    border-bottom: 1px solid #fff;
    width: auto;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content__list__item__date .year {
    font-size: 12px;
}

.content__list__item__date .divider {
    padding: 8px 0px 6px 0px;
    font-size: 10px;
    text-transform: uppercase;
}

.content__list__item__title {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 6;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    bottom: 70px;
    left: 0px;
    padding: 0px 35px;
    box-sizing: border-box;
    text-transform: uppercase;
    opacity: 0.9;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.content__list__item__more {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 6;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    bottom: 45px;
    left: 35px;
    text-transform: uppercase;
    padding-bottom: 5px;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.content__list__item__more:after {
    content: " ";
    width: 0px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 17px;
    -webkit-transition: width 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition: width 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition: width 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition: width 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
}

.content__list ul li a:hover .content__list__item__more:after {
    width: 100%;
    -webkit-transition: width 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition: width 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition: width 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition: width 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
}

.content__list ul li a:hover .content__list__item__more,
.content__list ul li a:hover .content__list__item__title {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.content__list ul li a.content__list_loaditem {
    opacity: 0;
}

.content__buttom__wrapper--back,
.content__buttom__wrapper--list {
    position: relative;
    left: 50%;
    float: left;
    width: auto;
    height: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content__buttom__wrapper--reserve {
    float: left;
    width: 100%;
    height: 100px;
    background: #77ae5d;
    padding: 50px 0px;
}

.content__buttom__wrapper--list--nomargin {
    margin-bottom: 0px;
}

.content__buttom__wrapper--back {
    margin-top: 0px;
}

.content__buttom a:link,
.content__buttom a:visited,
.content__buttom a:active,
.content__buttom {
    position: relative;
    width: 255px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    color: #343434;
    border: 1px solid #f16023;
    font-family: 'Roboto Condensed', sans-serif;
    overflow: hidden;
}
.content__buttom--white {
    color: #fff;
    border: 1px solid #fff;
}

.content__buttom--white a:link,
.content__buttom--white a:visited,
.content__buttom--white a:active,
.content__buttom--white {
    left: 50%;
    top: 16px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content__buttom .text--normal,
.content__buttom .text--hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 2;
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
}

.content__buttom .text--hover {
    top: 10px;
    color: #fff;
    opacity: 0;
}

.content__buttom--white .text--hover {
    color: #77ae5d;
}

.content__buttom:hover .text--normal {
    opacity: 0;
    top: -10px;
    -webkit-transition: all 350ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition: all 350ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition: all 350ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition: all 350ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
}

.content__buttom:hover .text--hover {
    opacity: 1;
    top: 0px;
    -webkit-transition: all 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition: all 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition: all 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition: all 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
}


.content__buttom .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    z-index: 1;
    background-color: #f16023;
    -webkit-transition: top 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition: top 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition: top 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition: top 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
}

.content__buttom--white .background {
    background-color: #fff;
}

.content__buttom .load {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition: all 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition: all 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition: all 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
}

.content__buttom .load--active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition: all 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition: all 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition: all 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
}

.content__buttom .load img {
    position: relative;
    top: 10px;
}

.content__buttom:hover .background {
    top: 0px;
    -webkit-transition: top 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition: top 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition: top 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition: top 400ms cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.000, 0.895);
}

.content__text__image {
    float: left;
    width: 343px;
}

.content__text__info {
    width: 370px;
    height: auto;
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 418px;
    box-sizing: border-box;
}

.content__text__title {
    width: 300px;
    font-size: 45px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4fafdf;
    text-transform: uppercase;
    line-height: 43px;
    position: relative;
}

.content__body__highlight-text-middle span,
.content__text__title span {
    position: absolute;
    font-family: "Didot W01 Bold";
}

.content__text__title span:first-child {
    left: -22px;
}

.content__body__highlight-text-middle span:first-child {
    margin-left: -22px;
}

.content__body__highlight-text-middle span:last-child,
.content__text__title span:last-child {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
    margin-top: -20px;
}

.content__text__info .text {
    width: 100%;
    padding: 40px 70px 0px 0px;
    box-sizing: border-box;
}

.content__body__image--map,
.content__body__image--ls,
.content__body__image {
    float: left;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 70px;
}

.content__body__image--map {
    background-color: #f5f5f5;
    position: relative;
}

.content__body__image--map .map {
    width: 100%;
    height: 100%;
}

.content__body__image--ls {
    height: 500px;
}

.content__body__highlight-text-middle {
    position: relative;
    float: left;
    height: 0px;
    width: 100%;
}

.content__body__highlight-text-middle--ls .text-wrapper,
.content__body__highlight-text-middle .text-wrapper {
    position: absolute;
    background-color: #4fafdf;
    color: #fff;
    padding: 50px 75px;
    width: 200px;
    height: auto;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    right: 0;
    z-index: 1;
    top: -205px;
}

.content__body__highlight-text-middle--ls .text-wrapper--golf,
.content__body__highlight-text-middle .text-wrapper--golf {
    top: 108px;
}

.content__body__highlight-text-middle .text-wrapper .golf_left_club{
    position: absolute;
    background-color: #4fafdf;
    color: #fff;
    padding: 50px 75px;
    width: 200px;
    height: auto;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    right: 0;
    z-index: 1;
    top: 30px;
}


.content__body__highlight-text-middle--ls .text-wrapper {
    background-color: #b6558f;
    top: -570px;
    width: 340px;
    height: 500px;
    padding: 100px 50px;
    box-sizing: border-box;
}

.map__control__wrapper {
    width: 30px;
    height: auto;
}

.map__control__outbutton,
.map__control__inbutton {
    width: 24px;
    height: 24px;
    position: relative;
    right: 85px;
    margin: 10px 0px;
    float: left;
    cursor: pointer;
}

.map__control__inbutton {
    background-image: url("/images/map-controls.png");
    background-position: -24px 0px;
}

.map__control__inbutton:hover {
    background-position: 0px 0px;
}

.map__control__outbutton {
    background-image: url("/images/map-controls.png");
    background-position: -24px -24px;
}

.map__control__outbutton:hover {
    background-position: 0px -24px;
}

.map__regions {
    position: absolute;
    z-index: 2;
    width: 270px;
    height: 64px;
    bottom: 20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.map__regions__buttons {
    display: inline-block;
    width: auto;
    height: auto;
    float: left;
    margin: 0px 10px;
    cursor: pointer;
}

.map__regions__buttons .image {
    margin: 0 auto 7px auto;
    width: 46px;
    height: 45px;
}

.map__regions__buttons .desertas {
    background-image: url("/images/map-controls.png");
    background-position: -94px -45px;
}

.map__regions__buttons .portosanto {
    background-image: url("/images/map-controls.png");
    background-position: -94px 0px;
}

.map__regions__buttons .madeira {
    background-image: url("/images/map-controls.png");
    background-position: -94px -90px;
}

.map__regions__buttons--active .desertas,
.map__regions__buttons:hover > .desertas {
    background-position: -48px -45px;
}

.map__regions__buttons--active .portosanto,
.map__regions__buttons:hover > .portosanto {
    background-position: -48px 0px;
}

.map__regions__buttons--active .madeira,
.map__regions__buttons:hover > .madeira {
    background-position: -48px -90px;
}

.map__regions__buttons .text {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 12px;
    color: #c2c2c2;
}

.map__regions__buttons--active .text,
.map__regions__buttons:hover > .text {
    color: #fff;
}

.map__info h1 {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #343434;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.map__info p {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #bbbbbb;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 10px;
}

.map__info p a:link,
.map__info p a:visited,
.map__info p a:active {
    color: #bbbbbb;
}

.map__info p a:hover {
    text-decoration: underline;
}

.content__body__highlight-image-bottom {
    position: absolute;
    top: 0;
    right: 20px;
    width: 343px;
    height: 512px;
}

.content__body__highlight-text-bottom {
    display: block;
    position: absolute;
    top: 0px;
    left: -80px;
    width: 240px;
    height: auto;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4fafdf;
    text-transform: uppercase;
    font-size: 36px;
}

.content__search {
    margin-bottom: 70px;
}

.content__wrapper ul.search li {
    padding-bottom: 15px;
}

.content__wrapper ul.search li h3 {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.content__wrapper ul.search li .text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    width: 100%;
    height: auto;
    color: #bbbbbb;
    padding-bottom: 15px;
    line-height: 22px;
}

.content__wrapper ul.search li a:link,
.content__wrapper ul.search li a:visited,
.content__wrapper ul.search li a:active {
    width: auto;
    height: auto;
    text-transform: uppercase;
    font-size: 12px;
    color: #f16023;
    font-family: 'Roboto Condensed', sans-serif;
}

.content__wrapper ul.search li a:hover {
    text-decoration: underline;
}

.experiences__wrapper {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.experiences__wrapper .scene {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 100%;
    min-width: 900px !important;
}

.experiences__wrapper .layer {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    height: auto;
    width: 100%;
    min-width: 900px !important;
    padding: 0;
    margin: 0;
    background: none !important;
    z-index: 0;
}
.experiences__wrapper .layer:nth-child(2) {
    overflow: hidden;
    height: 100%;
}
.experiences__wrapper .layer .background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    position: absolute;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
}

.experiences__wrapper .layer .spot__wrapper {
    position: absolute;
    width: 75px;
    height: 75px;
    z-index: 1;
    opacity: 0;
    margin-top: -10px;
}

.experiences__wrapper .layer .spot__wrapper--opacity {
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.experiences__wrapper .layer .spot__wrapper--overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.experiences__wrapper .layer .spot__wrapper--center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.experiences__wrapper .layer .spot {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.experiences__wrapper .layer .spot--l2 {
    zoom: 0.9;
    -moz-transform: scale(0.9);
}

.experiences__wrapper .layer .spot--l3 {
    zoom: 0.8;
    -moz-transform: scale(0.8);
}

.experiences__wrapper .layer .spot--l4 {
    zoom: 0.7;
    -moz-transform: scale(0.7);
}

.experiences__wrapper .layer .spot--l5 {
    zoom: 0.6;
    -moz-transform: scale(0.6);
}

.experiences__wrapper .layer .hvr-bounce-in {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.experiences__wrapper .layer .hvr-bounce-in:hover,
.experiences__wrapper .layer .hvr-bounce-in:focus,
.experiences__wrapper .layer .hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.experiences__wrapper .layer .spot__background {
    border: 4px solid #fff;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.experiences__wrapper .layer .spot__eye {
    background: url("/images/pin-eye.png") center center;
}

.experiences__wrapper .layer .spot__gradient {
    opacity: 1;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.experiences__wrapper .layer .spot__gradient:hover {
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.experiences__wrapper .layer .spot--l5 .spot__gradient {
    background: rgba(0,0,0,0.35);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.35) 0%, rgba(231,56,39,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.35)), color-stop(100%, rgba(231,56,39,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.35) 0%, rgba(231,56,39,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.35) 0%, rgba(231,56,39,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.35) 0%, rgba(231,56,39,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.35) 0%, rgba(231,56,39,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );
}

.experiences__wrapper .layer .spot--l4 .spot__gradient {
    background: rgba(0,0,0,0.3);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(231,56,39,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.3)), color-stop(100%, rgba(231,56,39,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(231,56,39,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(231,56,39,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(231,56,39,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.3) 0%, rgba(231,56,39,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );
}

.experiences__wrapper .layer .spot--l3 .spot__gradient {
    background: rgba(0,0,0,0.25);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(231,56,39,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.25)), color-stop(100%, rgba(231,56,39,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(231,56,39,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(231,56,39,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(231,56,39,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.25) 0%, rgba(231,56,39,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );
}

.experiences__wrapper .layer .spot--l2 .spot__gradient {
    background: rgba(0,0,0,0.2);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(231,56,39,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );
}

.experiences__wrapper .layer .spot--l1 .spot__gradient {
    background: rgba(0,0,0,0.15);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(231,56,39,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.15)), color-stop(100%, rgba(231,56,39,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(231,56,39,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(231,56,39,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(231,56,39,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.15) 0%, rgba(231,56,39,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );
}

.experiences__wrapper .layer .spot__highlight {
    position: absolute;
    top: 0;
    left: 50%;
    width: 128px;
    height: auto;
    z-index: 3;
    padding-bottom: 219px;
    background-image: url("/images/pin-bottom.png");
    background-repeat: no-repeat;
    background-position: 0px 91px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.experiences__wrapper .layer .spot__highlight__background {
    position: relative;
    z-index: 4;
    border: 4px solid #fff;
    top: 0;
    left: 50%;
    width: 105px;
    height: 105px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center center;
    -webkit-transition: background-size 180ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: background-size 180ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: background-size 180ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: background-size 180ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.experiences__wrapper .layer .spot__highlight__background:hover {
    background-position: center center;
    background-size: 140% 140%;
    transition: background-size 180ms ease-in;
    -moz-transition: background-size 180ms ease-in;
    -ms-transition: background-size 180ms ease-in;
    -o-transition: background-size 180ms ease-in;
    -webkit-transition: background-size 180ms ease-in;
}

.fancybox-slide>* {
    padding: 0px;
}

.experiences__fancybox {
    display: none;
}

.experiences__fancybox__wrapper {
    display: block;
    float: left;
    width: 785px;
    height: 385px;
    padding: 35px 35px 35px 432px;
    box-sizing: border-box;
}

.experiences__fancybox__title {
    font-size: 12px;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.experiences__fancybox__text {
    font-size: 18px;
    width: 100%;
    padding-bottom: 20px;
    font-family: "Didot W01 Roman";
    position: relative;
    box-sizing: border-box;
}

.experiences__fancybox__text span:first-child {
    position: absolute;
    left: -20px;
    font-size: 40px;
    top: -1px;
}

.experiences__fancybox__text span:last-child {
    position: absolute;
    margin: -21px 0px 0px 2px;
    font-size: 40px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}

.experiences__fancybox__author {
    font-style: italic;
    box-sizing: border-box;
}

.experiences__fancybox__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 394px;
    height: 385px;
}

.experiences__fancybox__image img {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.spot__title {
    position: absolute;
    top: 120px;
    left: 100px;
    -webkit-perspective: 290px;
    -moz-perspective: 290px;
    -ms-perspective: 290px;
    -o-perspective: 290px;
    perspective: 290px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.spot__title__rotate {
    -moz-transform: rotateY(25deg);
    -webkit-transform: rotateY(25deg);
    -o-transform: rotateY(25deg);
    -ms-transform: rotateY(25deg);
    transform: rotateY(25deg);
}

.spot__title h1 {
    font-family: 'DK Sensory Overload';
    font-size: 90px;
    color: #fff;
}

.spot__title h2 {
    font-family: 'BELLABOO-Regular';
    font-size: 30px;
    color: #fff;
    width: 370px;
    height: auto;
    line-height: 36px;
}

.experiences__submenu {
    position: absolute;
    z-index: 10;
    bottom: 0;
    background-color: #fff;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.experiences__submenu li {
    float: left;
}

.experiences__submenu a:link,
.experiences__submenu a:visited,
.experiences__submenu a:active {
    display: inline-block;
    float: left;
    font-family: 'DK Sensory Overload';
    font-size: 16px;
    color: #343434;
    min-width: 120px;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #ededed;
}

.experiences__submenu li:last-child a {
    border-right: none;
}

.content__share--experiences {
    top: inherit;
    left: 30px;
    bottom: 30px;
    position: absolute;
    width: auto;
    float: left;
    z-index: 2;
}

.content__share--experiences .content__share__title {
    width: 100%;
    height: auto;
    color: #fff;
}

.content__share--experiences .content__share__icon {
    margin-right: 8px;
    border-color: #fff;
}

.content__share--experiences .content__share__more {
    width: auto;
    height: 40px;
    white-space: nowrap;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transform: translateX(8px);
    -webkit-transform: translateX(8px);
    -o-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

.content__share--experiences .content__share__icon--more {
    padding-top: 0px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    display: inline-block;
    float: initial;
}

.content__share--experiences .content__share__more--active {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.content__share--experiences .content__share__icon--more:last-child {
    padding-bottom: 0px;
}

.content__share--experiences .content__share__icon i {
    color: #fff;
    top: 12px;
}

.content__share--experiences .content__share__icon--more i {
    color: #343434;
    top: 0px;
}

.experience__offer {
    width: auto;
    height: auto;
    right: 30px;
    bottom: 30px;
    position: absolute;
    z-index: 1;
}

.experience__offer img {
    width: 180px;
}

.no__max__height {
    max-height: initial;
}

.quote_author{
    text-transform: initial;
    font-size: 20px;
    font-family: "Didot W01 Bold";
    margin-top:8px;
}

.location_author{
    text-transform: initial;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top:8px;
}

.content_wrap_map {
    float: left;
    background-color: #ededed;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.content_wrap_map--image {
    display: none;
    position: relative;
    height: auto;
    width: 100%;
    max-width: 1074px;
    min-width: 900px;
    padding: 0px 20px; 
    box-sizing: border-box; 
    margin: 0 auto;
}

.content_wrap_map--image img {
    -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.checkpoint {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    margin: -12px 0px 0px -12px;   
    font-family: 'Roboto Condensed', sans-serif;
}

.checkpoint .number {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 12px;
    z-index: 2;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    cursor: pointer;
}

.tooltipster-content  .description {
    width: 100%;
    height: auto;
    color: #9c9c9c;
    font-size: 12px;
    background-color: #fff;
    z-index: 1;
    padding: 20px 10px;
    word-wrap: break-word;
    line-height: 15px;
    box-sizing: border-box;
}

.tooltip_templates {
    display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border-radius: 0px !important;
}

.map__golf {
    position: absolute;
    z-index: 2;
    width: auto;
    height: 64px;
    bottom: 20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 

/* Eventos */
.content__imagemextra {
	width: 100%;
	height: 885px;
	margin-bottom: 5%;
}


/* JELLYCODE ========================================================= */
/*FILTROS */
.filters .content__title__wrapper {
    height: 10vh !important;
}
.filters .searchandfilter ul {
    text-align: center;
}

.filters .searchandfilter ul li {
    display: inline-block;
    text-align: center;
    margin: 30px auto;
    width: 33.33%;
}
.filters.levadas .searchandfilter ul li {
    width: 25%;
}

.filters.levadas .levada-opcao, .filters.levadas .levada-opcao-altura {
    width: 100%;
    float: left;
	margin-bottom: 10px;
}
.filters.levadas .levada-opcao-local, .filters.levadas .levada-opcao-recomendacoes, .filters.levadas .levada-opcao-descricao {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}
.filters.levadas .levada-botao {
    float: right;
    width: 25%;
    text-align: center;
	margin: 10px 0;
}
.filters.levadas .levada-botao a {
   	font-family: 'PT Sans', sans-serif;
    color: #ee7d4c;
    font-size: 14px;
    border: 1px solid #ee7d4c;
    padding: 10px 15px
}
.filters.levadas .levada-botao a:hover {
   	color: #ffffff;
	background-color: #ee7d4c;
}

.filters .searchandfilter ul li h4 {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.filters .searchandfilter ul li label select.sf-input-select {
    border: 1px solid #f16023;
    text-transform: uppercase;
    padding: 5px;
}
.sf-field-post-meta-estrelas option.sf-item-0 {
    font-family: 'PT Sans', sans-serif;
    color: #343434;
}
li.sf-field-post-meta-estrelas label select {
    font-family: "FontAwesome";
    color: #343434;
}

.sf-field-post-meta-estrelas option {
    font-family: FontAwesome;
    color: #f16023;
}
.filters .searchandfilter ul li label select option.sf-level-0 {
    text-transform: uppercase;
    font-size: 14px;
}


.filters .filtro-paginacao {
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    padding: 20px;
    background-color: #f16023;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: white;
    color: #f16023;
    border: 1px solid #f16023;
}

.filters .search-filter-results .filtro-container {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    display: inline-block;
}

.filters .search-filter-results .filtro-container .left {
    float: left;
    width: 40%;
}
.filters .search-filter-results .filtro-container .left .filtro-imagem ul.slides li a {
    width: 100%;
    height: 230px;
    display: inline-block;
    background-size: cover;
}
.filters .search-filter-results .filtro-container .left .filtro-imagem ul.slides li:not(:first-child) {
    display: none;
}

.filters .search-filter-results .filtro-container .left .filtro-imagem-single {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.filters .search-filter-results .filtro-container .right {
    float: right;
    width: 58%;
}
.filters .search-filter-results .filtro-container .right .right-content h2 {
    color: #ee7d4c;
    font-family: "Didot W01 Bold";
    font-size: 20px;
    padding: 0 0 20px 0;
    text-transform: uppercase;
}
.filters .search-filter-results .filtro-container .right .right-content label {
    font-family: 'PT Sans', sans-serif;
    color: #ee7d4c;
    font-size: 14px;
    float: left;
    padding-right: 5px;
}
.filters .search-filter-results .filtro-container .right .right-content {
    padding-left: 20px;
}

.filters .search-filter-results .filtro-container .right .right-content a p, .filters .search-filter-results .filtro-container .right .right-content p {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #343434;
}
.filters .search-filter-results .filtro-container .right .right-content ul {
    margin-top: 15px;
}
.filters .search-filter-results .filtro-container .right .right-content ul li.estrelas {
    padding-top: 10px;
    list-style-type: none;
    display: initial;
    color: #ee7d4c;
}
.filters .pagination {
    width: 100%;
    height: 50px;
    text-align: center;
	font-family: "Didot W01 Bold";
    color: #ee7d4c;
    text-transform: uppercase;
}
.filters .pagination .wp-pagenavi a {
	color: #ee7d4c;
}
.filters .wp-pagenavi a, .filters .wp-pagenavi span {
	border: none;
}
.filters .wp-pagenavi span.current {
    font-size: 25px;
}
.filters .pages {
    margin-right: 20px;
}
.filters a.nextpostslink, .filters a.previouspostslink {
	font-size: 25px;
	font-weight: bold;
}

/* LIFESTYLE */
.content_gallery--cs-nogallery {
    margin: 30px 0 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.content_gallery--cs-nogallery .content_gallery_item {
    width: 33.33%;
    height: 190px;
    overflow: hidden;
    position: relative;
    float: left;
        padding: 15px 0;
}
.content_gallery--cs-nogallery .content_gallery_item .title {
    font-size: 16px !important;
    font-weight: 900;
}
.content_gallery--cs-nogallery .content_gallery_item .text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    line-height: 20px;
}
.content_gallery--cs-nogallery .content_gallery_item .site, .content_gallery--cs-nogallery .content_gallery_item .site a:link, .content_gallery--cs-nogallery .content_gallery_item .site a:visited, .content_gallery--cs-nogallery .content_gallery_item .site a:active {
    color: #ea5d1f;
}
/* BLOG */
.comments form {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}
.comments form label, .comments .comment-reply-title, .comments h3#comments, .comments .comment-author.vcard {
    display: none;
}
.comment-author.vcard {
    font-size: 16px;
}
.comments form textarea {
    width: 99%;
    font-family: 'PT Sans', sans-serif;
}
.comments form input#submit {
    font-family: 'PT Sans', sans-serif;
    float: right;
    color: #343434;
    font-size: 16px;
    padding: 10px 30px;
    border: 1px solid #f16023;
    background-color: transparent;
    text-transform: uppercase;
    margin-bottom: 50px;
    cursor: pointer;
}

/* LEVADAS - Single */
.levadas.content__body__highlight-text-middle .text-wrapper {
	padding: 40px 60px;
    font-size: 20px;
    font-weight: 300;
    top: -800px;
    width: 250px;
}
.levadas.content__body__highlight-text-middle .text-wrapper strong {
	font-weight: 600;
}
.levadas.content__body__highlight-text-middle .text-wrapper p {
	margin-bottom: 5px;
}

/* GOLF - Single */
.content__text--middle {
    padding: 0!important;
    float: left;
    width: 50%;
    line-height: 25px;
}

.content__wrapper.content__wrapper--w100--tportrait {
    float: right;
    width: 50%;
    height: 100%;
    clear: none!important;
}

.content__body__highlight-text-middle {
    position: relative;
    float: left;
    height: 0px;
    width: 100%;
    height: 100%;
}

.content__body__highlight-text-middle--ls .text-wrapper--golf, .content__body__highlight-text-middle .text-wrapper--golf {
    top: 0;
    position: relative!important;
    float:right;
}

hr.golf {
    float:none!important;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}
.instalacoes .content__body__highlight-text-bottom {
    left: 0;
    position: relative!important;
    float: left;
	font-size: 30px;
	width: 40%
}
.instalacoes .content__text {
    width: 50%;
    padding: 0;
    float: right;
}
.content__body__image {
    margin-top: 60px;
}
.golf_outros .content__list ul li {
    width: 50%;
}

.content__body__highlight-text-bottom {left:unset;right:80px;}

#main-blog .comment-form label {
	display: block !important;
}


/* CLEAN PAGE TEMPLATE */
.content__text-clean {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 26px;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
}
.content__text-clean p {
    font-family: 'Didot W01 Roman', sans-serif;
    font-size: 18px;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    line-height: 26px;
}
.content__text-clean strong {
	font-weight: 800;
}
.content__text-clean  a {
    color: #ee7d4c;
}


#cookie-law-info-bar {
	background-color: rgba(255, 255, 255, 0.9) !important;
    border-top: 1px solid rgb(68, 68, 68) !important;
	font-size: 11pt !important;
	text-transform: uppercase;
}
/*#cookie-law-info-bar .cli-plugin-button, 
#cookie-law-info-bar .cli-plugin-button:visited {
	background-color: #ee7d4c !important;
}
#cookie-law-info-bar .cli-plugin-main-link:hover {
	color: #ee7d4c !important;
}
div#cookie-law-info-again {
    display: none;
}*/

/*Homepage V2*/

.home__video__wrapper.v2 {position:relative;height:calc(100vh - 90px);overflow:hidden;}
.home__video__wrapper.v2 video.home__video {position:relative;}
.home__wlid.desktop.v2 {bottom: 110px;}
.home__thermometer.v2 {bottom:120px;}
.containerExplore {position:absolute;left:50%;top:50%;-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform: translate(-50%,-50%);}
.exploreMore {height:90px;position:relative;cursor:pointer;}
.exploreMore span {color:#E7521D;font-size:16px;}
.exploreMore .arrow {text-align:center;padding-top: 10px;}
.exploreMore .arrow img {width:20px;height:auto;}
#homepageContent .content__title {text-transform:none;}
#homepageContent .content__title h1 {font-size:40px;letter-spacing:0;}
#homepageContent section#discover {display: inline-block;width: 100%;height: auto;}
#homepageContent section#discover .grid {height:635px;max-width:1240px;margin:0 auto;font-family:"Didot W01";font-size:25px;text-transform:uppercase;}
#homepageContent section#discover .grid a {text-align:center;color:#fff;}
#homepageContent section#discover .grid .containerLeft {height:100%;width:69%;margin-right:1%;float:left;}
#homepageContent section#discover .grid .containerLeft .firstRow {height:42%;width:100%;}
#homepageContent section#discover .grid .containerLeft .firstRow .discoverOne {width:calc(98.5% / 2);height:100%;margin-right:0.75%;float:left;background-color:orange;position:relative;overflow:hidden;}
#homepageContent section#discover .grid .containerLeft .firstRow .discoverOne .title {position:absolute;top:0;left:0;width:65%;height:60px;min-height:60px;text-transform: none!important;font-size: 20px;font-family:"Didot W01 Roman"!important;color:#fff;background-color:rgba(0,0,0,.3);display:table;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
#homepageContent section#discover .grid .containerLeft .firstRow .discoverOne .title .discover-title {display:table-cell;vertical-align:middle;}
#homepageContent section#discover .grid .containerLeft .firstRow .discoverOne:hover .title {width:100%;height:100%;}
#homepageContent section#discover .grid .containerLeft .firstRow .discoverTwo {width:calc(98.5% / 2);height:100%;margin-left:0.75%;float:left;background-color:orange;position:relative;overflow:hidden;}
#homepageContent section#discover .grid .containerLeft .firstRow .discoverTwo .title {position:absolute;bottom:0;left:0;width:65%;height:60px;min-height:60px;text-transform: none!important;font-size: 20px;font-family:"Didot W01 Roman"!important;color:#fff;background-color:rgba(0,0,0,.3);display:table;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
#homepageContent section#discover .grid .containerLeft .firstRow .discoverTwo .title .discover-title {display:table-cell;vertical-align:middle;}
#homepageContent section#discover .grid .containerLeft .firstRow .discoverTwo:hover .title {width:100%;height:100%;}
#homepageContent section#discover .grid .containerLeft .secondRow {height: 56%;margin-top: 1.5%;width:100%;background-color:orange;position:relative;overflow:hidden;}
#homepageContent section#discover .grid .containerLeft .secondRow .title {position:absolute;bottom:0;left:0;width:65%;height:60px;min-height:60px;text-transform: uppercase;font-size: 20px;font-family:"Didot W01 Roman"!important;color:#fff;background-color:rgba(0,0,0,.3);display:table;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
#homepageContent section#discover .grid .containerLeft .secondRow .title .discover-title {display:table-cell;vertical-align:middle;}
#homepageContent section#discover .grid .containerLeft .secondRow:hover .title {width:100%;height:100%;}
#homepageContent section#discover .grid .containerRight {height:100%;width:30%;float:left;background-color:orange;position:relative;overflow:hidden;}
#homepageContent section#discover .grid .containerRight .title {position:absolute;bottom:0;left:0;width:65%;height:60px;min-height:60px;text-transform: uppercase;font-size: 20px;font-family:"Didot W01 Roman"!important;color:#fff;background-color:rgba(0,0,0,.3);display:table;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
#homepageContent section#discover .grid .containerRight .title .discover-title {display:table-cell;vertical-align:middle;}
#homepageContent section#discover .grid .containerRight:hover .title {width:100%;height:100%;}
#homepageContent section#map {display: inline-block;width: 100%;height: auto;}
#homepageContent section#map .mapContainer {display:inline-block;background-color:#F0EFEF;width:100%;height:755px;text-align:center;}
#homepageContent section#map .mapContainer .mapBkg {width: 100%;height: 100%;background-size: 45%;}
#homepageContent section#map .mapContainer .mapTxt {font-family:"Didot W01 Roman";max-width:755px;margin:0 auto;display:inline-block;text-align:center;font-size:16px;line-height:26px;padding:80px 0px;}
#homepageContent section#inspire {display: inline-block;width: 100%;height: auto;text-align: center;}
#homepageContent section#inspire .grid {max-width: 1240px;margin: 0 auto;height: 635px;display: inline-block;width: 100%;}
#homepageContent section#inspire .grid .containerTop {height:42%;width:100%;display:inline-block;}
#homepageContent section#inspire .grid .containerTop .inspireOne, 
#homepageContent section#inspire .grid .containerTop .inspireTwo {width:calc(98% / 3);margin-right:1%;float:left;height:100%;position:relative;}
#homepageContent section#inspire .grid .containerTop .inspireThree {width:calc(98% / 3);float:left;height:100%;position:relative;}
#homepageContent section#inspire .grid .containerTop .inspireOne .title {position:absolute;top:0;left:0;width:65%;height:60px;min-height:60px;text-transform: uppercase;font-size: 20px;font-family:"Didot W01 Roman"!important;color:#fff;background-color:rgba(0,0,0,.3);display:table;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
#homepageContent section#inspire .grid .containerTop .inspireOne .title .inspire-title {display:table-cell;vertical-align:middle;}
#homepageContent section#inspire .grid .containerTop .inspireOne:hover .title {width:100%;height:100%;}
#homepageContent section#inspire .grid .containerTop .inspireTwo .title {position:absolute;bottom:0;left:0;width:65%;height:60px;min-height:60px;text-transform: uppercase;font-size: 20px;font-family:"Didot W01 Roman"!important;color:#fff;background-color:rgba(0,0,0,.3);display:table;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
#homepageContent section#inspire .grid .containerTop .inspireTwo .title .inspire-title {display:table-cell;vertical-align:middle;}
#homepageContent section#inspire .grid .containerTop .inspireTwo:hover .title {width:100%;height:100%;}
#homepageContent section#inspire .grid .containerTop .inspireThree .title {position:absolute;bottom:0;left:0;width:65%;height:60px;min-height:60px;text-transform: uppercase;font-size: 20px;font-family:"Didot W01 Roman"!important;color:#fff;background-color:rgba(0,0,0,.3);display:table;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
#homepageContent section#inspire .grid .containerTop .inspireThree .title .inspire-title {display:table-cell;vertical-align:middle;}
#homepageContent section#inspire .grid .containerTop .inspireThree:hover .title {width:100%;height:100%;}
#homepageContent section#inspire .grid .containerBottom .inspireFour, 
#homepageContent section#inspire .grid .containerBottom .inspireFive {position:relative;}
#homepageContent section#inspire .grid .containerBottom .inspireFour .title {position:absolute;bottom:0;left:0;width:65%;height:60px;min-height:60px;text-transform: uppercase;font-size: 20px;font-family:"Didot W01 Roman"!important;color:#fff;background-color:rgba(0,0,0,.3);display:table;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
#homepageContent section#inspire .grid .containerBottom .inspireFour .title .inspire-title {display:table-cell;vertical-align:middle;}
#homepageContent section#inspire .grid .containerBottom .inspireFour:hover .title {width:100%;height:100%;}
#homepageContent section#inspire .grid .containerBottom .inspireFive .title {position:absolute;top:0;left:0;width:65%;height:60px;min-height:60px;text-transform: uppercase;font-size: 20px;font-family:"Didot W01 Roman"!important;color:#fff;background-color:rgba(0,0,0,.3);display:table;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
#homepageContent section#inspire .grid .containerBottom .inspireFive .title .inspire-title {display:table-cell;vertical-align:middle;}
#homepageContent section#inspire .grid .containerBottom .inspireFive:hover .title {width:100%;height:100%;}
#homepageContent section#inspire .grid .containerBottom {width:100%;position:relative;overflow:hidden;height: 57%;margin-top: 0.75%;display:inline-block;}
#homepageContent section#inspire .grid .containerBottom .inspireFour {width:calc(99% / 2);margin-right:1%;float:left;height:100%;}
#homepageContent section#inspire .grid .containerBottom .inspireFive {width:calc(99% / 2);float:left;height:100%;}
#homepageContent section#inspire .videoYoutube {padding-top: 130px;padding-bottom: 130px;}
#homepageContent section#homepageNews {display: inline-block;width: 100%;height: auto;margin-top:60px;}
#homepageContent section#homepageNews .newsList {max-width:1240px;margin:0 auto;}
#homepageContent section#homepageNews .newsList .category a {font-family:"Roboto Condensed"!important;text-transform:uppercase;text-decoration:underline;font-size:14px;color:#000!important;}
#homepageContent section#homepageNews .newsList a .title {font-family:"Didot W01 Roman";font-size:24px;color: #000!important;padding-top:20px;padding-bottom:20px;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
#homepageContent section#homepageNews .newsList .date {border-top: 1px solid #000;padding-top: 15px;padding-bottom:10px;text-transform:uppercase;}
#homepageContent section#homepageNews .newsList ul li {width:calc(95% / 3);margin-right:2.5%;float:left;height: 375px;position: relative;}
#homepageContent section#homepageNews .newsList ul li:last-child {margin-right:0;}
#homepageContent section#homepageNews .newsList ul li span.title {clear: both;display: inherit;}
#homepageContent section#homepageNews .newsList ul li a.coverImage {position: absolute;bottom: 0;left: 0;width: 100%;}
#homepageContent section#homepageNews .newsList ul li .coverNews {height:230px;width:100%;position:relative;}
#homepageContent section#homepageNews .newsList ul li .coverNews:before {content:"";width:100%;height:230px;background-color:rgba(0,0,0,.3);position:absolute;left:0;top:0;opacity:0;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
#homepageContent section#homepageNews .newsList ul li .linkNews:hover a .title {color:#E7521D!important;}
#homepageContent section#homepageNews .newsList ul li .linkNews:hover .coverNews:before {opacity:1;}



/*Botão Custom Menu*/
.hide {display:none;}

.buttomCustom {
    position: fixed;
    right: 11%;
    bottom:5%;
    color: #fff!important;
    background-color: rgba(238,125,76,1)!important;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 15px;
	padding-top: 18px;
    font-weight: 600;
    z-index: 99;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.2);
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.buttomCustom.home {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 28%!important;
    text-align: center;
    padding: 30px;
    border-radius: 50px;
    font-size: 20px;
	bottom:unset!important;
	z-index: 0;
}
.buttomCustom.header {
    width: 260px;
    height: 13px;
    text-align: center;
    bottom:5%;
    right: 0;
    /* position: absolute; */
    /* right: -20%; */
	left: unset;
    bottom: 5%;
    top: unset;
	right:5%;
}

.buttomCustom:hover {
	background-color: rgba(238,125,76,1)!important;
}
.buttomCustom a span.txt {
	color:#fff;
	opacity:1;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.buttomCustom a span.cta {
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	opacity:0;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.buttomCustom a {
	padding: 15px;
	color:#fff;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.buttomCustom:hover a .txt {
	opacity:0;
}
.buttomCustom:hover a .cta {
	opacity:1;
}
.header--shadow .buttomCustom {
	-webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 43px 0px rgba(0,0,0,0);
}

/* VIDEO CONTAINER */
.video-container{
    overflow: hidden;
    position: relative;
    padding-bottom: 45%;
}
.video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media all and (max-width:1440px) {
	/*.buttomCustom.header {
    	width: 125px;
	}
	.buttomCustom a {padding:0;}
	.buttomCustom.header {
		width: 170px;
    	padding: 0;
    	height: 40px;
		padding-top: 15px;
	}*/
	.buttomCustom.home {
		width:25%;
	}
	/*
	.buttomCustom.header {
    	width: 180px;
		right:7%
	}*/
			
}


/* FIM JELLYCODE ========================================================= */