.custom.arrive {
  position: relative;
}
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 0!important;
}
/*Visioni stylesheet*/
.booking #my_bbar .bmg-widget-bbar {
  height: 50px;
}
/* datepicker */
#ui-datepicker-div {
  z-index: 999999999;
}
.ui-datepicker-calendar .ui-dp-from a,
.ui-datepicker-calendar .ui-dp-from a:hover {
	background-color: #b69a5a!important;
	box-shadow: inset 0 9px 9px -9px #b69a5a, inset 0 -9px 9px -9px #b69a5a!important;
}
.ui-datepicker-calendar .ui-dp-to a,
.ui-datepicker-calendar .ui-dp-to a:hover {
	background-color: #b69a5a!important;
	box-shadow: inset 0 9px 9px -9px #b69a5a, inset 0 -9px 9px -9px #b69a5a!important;
}
.ui-datepicker-calendar .ui-dp-btw a {
	color: #b69a5a!important;
}
.ui-datepicker-calendar .ui-dp-btw a,
.ui-datepicker-calendar .ui-dp-btw a:hover {
	box-shadow: inset 0 9px 9px -9px #b69a5a, inset 0 -9px 9px -9px #b69a5a!important;
}
.ui-datepicker table {
	font-size: 16px!important;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 16px;
    margin: 0;
    padding: 0 !important;
    border-radius: 0;
}
/* comportamento responsive a risoluzioni minori di 481px (telefoni) */
@media (max-width:480px) {
	.ui-datepicker.ui-datepicker-multi {
		left:0!important;
		width: 100%!important;
		box-sizing: border-box;
	}
	.ui-datepicker-multi .ui-datepicker-group {
		float: none!important;
		width: 100%!important;
	}
}
/**/
.crobtn{
        background: #ffffff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s;
    color: #b69a5a;
    margin-left: 10px;
    padding: 0.5em;
    line-height: 1;
    text-transform: lowercase;
    font-size: 16px;
    height: 50px;
    display: flex;
    align-items: center;
}
.crobtn:hover{
  color: #ffffff;
   background: #c1b599;
}
@media screen and (max-width:979px) {
  .crobtn{
    margin-left: 0px;
        margin-top: 8px;
    width: 32.6%;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width:640px) {
  .crobtn{
    width: 100%;
  }
}
/**/
.fa-twitter:before {
    content: "\e61b"!important;
}
/*--------------------
-       BODY	     -
---------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: 300;
    line-height: 1.5em;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body.site.fluid {
  	background: #fff;
}

/*--------------------
-     CONTAINER      -
---------------------*/
.container-fluid {
	max-width: 100%;
}

/*--------------------
-     HEADER         -
---------------------*/
.header {
    position: relative;
    /*z-index: 20;*/
	margin: 0 auto;
	width: 100%;
	background: transparent;
}
.view-featured .header {
    z-index: 20;
}
.header-inner {

}
.header-search {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 3em;
    position: fixed;
    z-index: 10;
    text-align: center;
}
/*--- Menu push left ---*/
.cd-menu-text {
    text-transform: uppercase;
    float: right;
    background: #fff;
    padding: 1em;
    box-shadow: 0px 2px 15px #333;
    order: 1;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cd-menu-text:hover {
    color: #7c614d;
}
.cd-menu-text:hover .icon-bar {
    background-color: #7c614d;
}
.cd-menu-text > span {
    display: none;
    position: relative;
    padding-right: 6px;
    cursor: pointer;
}
.view-featured .cd-menu-text > span {
    display: block;
}
header .icon-bar,
.navbar .btn-navbar .icon-bar {
	display: block;
	width: 35px;
	height: 4px;
	background-color: #333;
	/*transition: all 0.4s ease-in;*/
}
header .icon-bar + .icon-bar,
.navbar .btn-navbar .icon-bar + .icon-bar {
	margin-top: 8px;
}
.nav-toggler,
.btn.btn-navbar {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-top: -5px;
    padding: 0;
    box-shadow: none;
}
.nav-toggler:hover,
.nav-toggler:focus,
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus {
    background: transparent;
}
.nav-toggler:hover .icon-bar,
.nav-toggler:focus .icon-bar,
.navbar .btn-navbar:hover .icon-bar,
.navbar .btn-navbar:focus .icon-bar {
    background-color: #b69a5a;
}
.site-description {
	display: none;
}
/*--- Header's Container ---*/
.pull-right {

}
/*--- Logo ---*/
.logo-container {
}
.brand {
    font-size: inherit;
    line-height: inherit;
    background: #FFF;
    padding: 0 2em;
    box-shadow: 0px 2px 15px #333;
    z-index: 5;
    width: 15em;
}
.navbar .brand {
    float: none;
    padding: 0;
    margin: 0 auto 2em;
    box-shadow: none;
    background: transparent;
}
.site-title {

}
/*--------------------
-        MENU        -
---------------------*/
/*Override Push Menu*/
nav.push-menu-right  {
	width: 100vw;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.95);
	text-align: center;
	opacity: 0;
    visibility: hidden;
	/*transform: translateY(-100vw);
    transition: transform 2000ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 5600ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    will-change: transform, opacity;*/
    -moz-transform: perspective(600px) rotateX(10deg);
    -webkit-transform: perspective(600px) rotateX(10deg);
    transform: perspective(600px) rotateX(10deg);
    -moz-transition: all 0.7s cubic-bezier(0.7, 0, 0.36, 0.63);
    -o-transition: all 0.7s cubic-bezier(0.7, 0, 0.36, 0.63);
    -webkit-transition: all 0.7s cubic-bezier(0.7, 0, 0.36, 0.63);
    transition: all 0.7s cubic-bezier(0.7, 0, 0.36, 0.63);
    overflow: auto;
}
body.pmr-open nav.push-menu-right {
    opacity: 1;
    visibility: visible;
    /*transform: translateY(0);
    transition: transform 2000ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 5600ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    will-change: transform, opacity;*/
    -moz-transform: perspective(600px) rotateX(0deg);
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
nav.push-menu-right button.close-menu {
    background-color: transparent;
    color: #fff;
    border: none;
    margin: 0;
    padding: 2em;
    position: absolute;
    top: 1em;
    right: 0.5em;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
nav.push-menu-right button.close-menu:after {
    content: "\274c";
    font-size: 1.5em;
    text-align: center;
}
nav.push-menu-right button.close-menu:hover {
    background-color: transparent;
    color: #7c614d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
nav.push-menu-right ul {
    margin-right: 0 !important;
    display: flex !important;
    flex-direction: column;
}
nav.push-menu-right ul li {
    border: none;
    padding: 0.5em 0;
    display: table;
    margin: 0 auto;
}
nav.push-menu-right .box-social {
    text-align: right;
    /*padding: 0 1em;
    margin-right: 4em;*/
    margin-right: 3.5em;
    position: absolute;
    bottom: 0.5em;
    right: 0;
}
nav.push-menu-right .box-social a {
    display: inline-block;
}
nav.push-menu-right .box-social p:nth-child(2) a,
nav.push-menu-right .box-social p:nth-child(2) span {
    color: #2a4f6a;
    font-size: 1em;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.push-menu-right .box-social p:nth-child(2) a:hover,
nav.push-menu-right .box-social p:nth-child(2) span:hover {
    color: #7c614d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.push-menu-right .box-social p:nth-child(2) i.fa-inverse {
    color: #fff;
}
.navigation {
	position: relative;
	background: transparent;
  	padding: 0;
  	border: 0;
}
.navbar {
	margin: 0 auto;
	padding: 0;
}
.navbar-inner {
  	padding: 0;
    border: 0;
    background: transparent;
    min-height: inherit;
    border-radius: 0;
    box-shadow: none!important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
nav.push-menu-right .navbar-inner {
    display: block;
}
.nav-collapse {
	padding: 0;
}
.nav-collapse.collapse {
  	z-index: 1;  
}
ul.nav {
	margin: 0;
}
ul.nav > li {
	margin: 0 0.5em;
}
ul.nav > li a {
	padding: 0 !important;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.2em;
    line-height: 1.4em;
	display: inline-block;
    position: relative;
    z-index: 5;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background: transparent;
	color: #7c614d;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	background: transparent;
	color: #7c614d;
  	box-shadow: 0px 0px 0px;
}
.navbar .nav > li:first-child > a:focus,
.navbar .nav > li:first-child> a:hover,
.navbar .nav > li.active:first-child > a,
.navbar .nav > li.active:first-child > a:hover,
.navbar .nav > li.active:first-child > a:focus {
	background: transparent;
}
/*Dropdown style*/
.navigation .nav > li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.navigation .nav > li:hover > .nav-child,
.navigation .nav > li > a:focus + .nav-child {
    display: flex;
	background: transparent;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
}
.navbar .dropdown-menu {
	padding: 3px 0;
	display: block;
	left: inherit;
	right: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
	background-image: none;
}
.navbar .dropdown-menu > li a:hover {

}
/*Sub Menu*/
.navigation .nav-child {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    padding: 0;
    float: none;
    background: transparent !important;
    /*display: none !important;*/
    display: block !important;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}
.navigation .nav > li:hover > .nav-child,
.navigation .nav > li > a:focus + .nav-child {
    /*display: block !important;*/
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
}
.navigation ul.nav-child > li {
	line-height: 1em;
	padding: 0;
    min-width: 100%;
	/*display: inline-block;*/
}
.navigation ul.nav-child > li {
    min-width: auto;
    display: inline-block;
    margin-bottom: 0;
}
.navigation ul.nav-child > li + li {
    margin-left: 2em !important;
}
.navigation ul.nav-child > li + li {
    padding-left: 2em;
    border-left: 1px solid #fff;
}
.navigation .nav-child a {
	padding: 0;
	color: #FFF;
}
.navigation .nav-child li.active a,
.navigation .nav-child li.active a:hover,
.navigation .nav-child li.active a:focus {
	color: #7c614d;
}
.navigation .nav-child li > a:hover, 
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
	background: transparent;
    color: #7c614d;
    text-decoration: none;
}
/*--------------------
-        MAIN        -
---------------------*/
#content {
    min-height: inherit;
}
.top-content {

}

/*--------------------
-     RIGHT COLUMN   -
---------------------*/
#aside {
      
}

/*--------------------
-     LEFT COLUMN    -
---------------------*/
#sidebar {
      
}

/*--------------------
-       BOTTOM       -
---------------------*/
.bottom {
    width: 100%;
	margin: 0 auto;
    float: left;
}

/*--------------------
-       FOOTER       -
---------------------*/
.footer {
  	padding:0;
}
.footer .container-fluid {
    background: #333;
    color: #fff;
  	overflow: hidden;
}
.footer1 {
	/*font-size: 0.8em;*/
    line-height: 1.6em;
  	padding: 2em;
}
.footer1 a {
	color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.footer1 a:hover,
.footer1 a:focus {
	color: #ead9bb;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.footer1 svg {
	fill: #FFF;
	height: 25px;
    position: relative;
}
.footer .pull-right a{
  	display:none;
}
/*follow-us*/
.follow-us {
    padding: 1.5em 2em;
    background: #c1b599;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.follow-us p {
    margin: 0;
}
.follow-us p:first-child {
    font-weight: 700;
    font-style: italic;
    font-size: 2em;
}
.follow-us a, 
.follow-us span {
    background: #333;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.follow-us a:hover, 
.follow-us span:hover {
    color: #ead9bb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.follow-us a:first-child {
    margin-left: 3em;
}
.follow-us a + a {
	margin-left: 1em;
}
.follow-us i.fa-inverse {
    color: #d44a30;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*contacts*/
.contacts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8em 6em;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(240,240,240,0.6);
    background-blend-mode: color;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #333;
}
.contacts > * {
    flex: 1;
}

/*--------------------
-        TYPO        -
---------------------*/
a {
	color: #fff;
}
a:hover,
a:focus {
	color: #b69a5a;
	text-decoration: none;
}
main a {
	overflow: hidden;
    white-space: normal;
    display: inline;
}
main a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    word-break: break-word;
}
h3 {
    font-size: 3em;
}
h4 {
    font-size: 2em;
}
.page-header {

}
.custom td {
	padding-top: 0;
	border-right: 1px dashed #c9d200;
}
/*.btn-link {
    background: #606060;
    color: #fff;
    padding: 0.8em 3em;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
}
.btn-link:hover,
.btn-link:focus {
    background: #868686;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}*/
.box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.btm.scroll-top {
    font-size: 4em;
    display: table;
    margin: -20px auto;
    top: -20px;
    position: relative;
}
.black {
    color: #000;
    font-weight: 400;
}
.gold {
    color: #b69a5a;
    font-weight: 400;
}

/*--------------------------
-     ARTICLE DEFINITION   -
--------------------------*/

/*--- Article ---*/

/*Background Header Article*/
.item-page .page-header,
.item-page .full-item-image {
	background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    overflow: visible;
}
.item-page .full-text {
    display: flex;
    flex-direction: row;
}
.item-page .full-text .full-article-content {
    flex: 1;
    margin: 0;
}
.item-page .full-text .full-article-content {
    padding: 4em 3em;
    margin: 3em 0 3em 6em;
    background: #c1b599;
    color: #fff;
    font-weight: 400;
    font-style: italic;
}
.item-page .full-text .full-article-content p {
    max-width: inherit;
    transform: none;
    opacity: 1;
}
.item-page .full-text .full-article-content a {
    color: #000;
    font-weight: 400;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.item-page .full-text .full-article-content a:hover,
.item-page .full-text .full-article-content a:focus {
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.item-page .gallery .carousel-inner {
    margin: 5em 0 2em;
}
/*rooms*/
.rooms .full-text > p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 3em;
    margin: 0;
    background: #b69a5a;
    color: #fff;
}
.rooms .full-text p i {
    flex: 1;
    text-align: center;
}
.rooms .full-text > p .glyph-icon:before {
      font-size: 3em;
}
/*SPA article*/
.spa.item-page .full-text {
    display: block;
    flex-direction: initial;
}
.spa .full-text {
    display: block;
    width: 80%;
    margin: 3em auto 0;
    position: relative;
    border: 5px solid #b69a5a;
    padding: 2em;
}
.spa .full-text h4 {
    margin: 1.5em 0 0.5em;
    border-bottom: 5px solid #b69a5a;
    display: inline-block;
}
.spa .spa.full-text img {
    display: block;
}
.spa .full-text ul {
    margin-left: 1em;
    font-size: 0.9em;
}
.flexmodel.spa .full-text ul {
    display: block;
}
.flexmodel.spa .full-text ul > li {
    height: auto;
    align-self: auto;
    flex-grow: 2;
    margin-left: 0!important;
}
/*Reduced*/
.spa.full-lettering .item-image {
    height: 45vh;
}
.spa.full-lettering .article .wrapper {
    height: auto;
    bottom: 10vh;
}
/*Menu Restaurant*/
.restaurant .spa .full-text h4 {
    position: relative;
    display: inline-block;
}
.menu-block {
    overflow: hidden;
}
.menu-element:nth-child(3n+1) {
    margin-left: 0;
}
/*gallery*/
.gallery .slide {
    height: auto;
    transition: inherit;
}
.gallery .carousel-inner {
/*    max-height: 580px;*/
    margin: 10em 0 5em;
}
.gallery .carousel a {
    display: inherit; 
}
.gallery .carousel img {
    object-fit: cover;
    /*max-height: 90vh;*/
    height: 100%;
    width: 100%;
}
.gallery .carousel nav a {
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery .carousel nav a.prev {
	left: 0;
}
.gallery .carousel nav a.next {
	right: 0;
}
/*contact*/
.contact .contact-box iframe {
    display: block;
    pointer-events: none;
}
.contact .place {
    position: relative;
    border: 5px solid #c1b599;
}
.contact .place > * {
    margin: 0;
}
.contact .contact-sub-box {
    position: absolute;
    width: 35vw;
    height: 100%;
    background: rgba(193,181,153,0.7);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact .contact-sub-box .item-title {
    color: #fff;
    font-size: 4em;
    line-height: 1.2em;
    border-bottom: 8px solid #fff;
    padding-bottom: 0.3em;
    margin: 0 0 0.8em;
    display: flex;
    flex-direction: column;
}
.contact .contact-box {
    position: relative;
}
.contact .contact-form {
/*    display: none;*/
}
.contact .arrive .arrive-box {
    position: absolute;
    left: 5em;
    /*bottom: 5em;*/
    bottom: -1em;
    padding: 1.5em 2.5em 3em;
    background: #b69a5a;
}
.contact .arrive .arrive-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1em;
    left: 1em;
    border-left: 8px solid #fff;
    border-bottom: 8px solid #fff;
}
.contact .arrive .arrive-box .item-title {
    color: #fff;
    font-size: 2em;
    line-height: 1.2em;
    margin: 0;
}
.contact .arrive > .arrive-text {
    display: flex;
    padding: 4em 6em 6em;
    margin: 6em;
    border: 8px solid #b69a5a;
    text-align: center;
    color: #b69a5a;
}
.contact .arrive > .arrive-text > div {
    flex: 1;
}
.contact .arrive > .arrive-text > div + div {
    margin-left: 6em;
}
.contact .arrive > .arrive-text .item-title {
    text-transform: none;
    color: #b69a5a;
    font-weight: 300;
    border-bottom: 5px solid #b69a5a;
    padding-bottom: 0.8em;
    margin-bottom: 1em;
}
.view-featured.contact .arrive > .arrive-text {
  	text-align: left;
}
.form-horizontal .control-label {
	text-align: left;
}

.view-featured .contact.arrive {
    position: relative;
}
.view-featured .contact .arrive .arrive-box {
    /*bottom: -1em;*/
}
/*--- Category ---*/

/*Background Header Article*/
.category-img {
  	background-size: cover;
	background-position: center center;
	height: 0;
	padding-bottom: 50%;
}
/*full-lettering*/
.full-lettering .page-header {
    display: flex;
    margin: 0;
    padding: 0;
}
/*
.full-lettering .item-image {
	background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.4);
    background-blend-mode: color;
	height: 100vh;
    margin: 0;
}
*/
.full-lettering .item-image {
	background-size: contain!important;
	background-position: center center;
    background-repeat: no-repeat;
  	background-color: rgba(0,0,0,0.1);
    background-blend-mode: color;
	height: 0;
    padding-bottom: 38.2%;
    margin: 0;
    /*position: relative;*/
}

.full-lettering.img-right .item-image {
  background-position: right center;
}
/*
.full-lettering .article {
    position: relative;
    width: 42.553191485%;
    margin-left: 0;
}
*/
.full-lettering .article {
    position: relative;
    width: 42.553191485%;
    margin-left: 0;
  	padding-top: 145px;
    display: flex;
    /*height: 75vh;*/
    align-items: center;
}
/*
.full-lettering .article .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75vh;
}
*/
.full-lettering .article .wrapper {
    width: 100%;
}
.full-lettering .article .item-title {
    margin: 0;
}
.full-lettering .article .title .word1,
.full-lettering .article .title .word2 {
    color: #fff;
}
.full-lettering .article .line {
    display: inline-flex;
}
.full-lettering .article .line-left,
.full-lettering .article .line-right {
    border-bottom: 8px solid #fff;
}
.full-lettering .article .line-right {
    border-bottom: 8px solid #333;
}
.full-lettering .article .category-desc,
.full-lettering .article .intro-text {
    position: relative;
    padding: 2em 5em 1em;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.5;
    margin: 0 0 1em; 
  	/*min-height: 400px;*/
/*    font-style: italic;*/
}
.full-lettering .article .category-desc p,
.full-lettering .article .intro-text p {
    max-width: inherit;
    transform: none;
    opacity: 1;
}
.full-lettering .article .intro-text a {
    color: #c1b599;
    font-weight: 400;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.full-lettering .article .intro-text a:hover,
.full-lettering .article .intro-text a:focus {
    color: #000;
    font-weight: 400;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.full-lettering .article .category-desc .intro,
.full-lettering .article .intro-text .intro {
    text-transform: none;
    margin-bottom: 1em;
    font-weight: 600;
    display: block;
}
.blogbox-items > li {
    width: 33.33333% !important;
}
/*  Commentato NATALE 2017, da riattivare --
.blogbox-items > li:nth-child(4),
.blogbox-items > li:nth-child(5) {
    width: 50% !important;
}
-- Fine Commento*/
/*Thumbnail*/

/*Menu footer*/
.footer ul.nav {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 0.5em;
}
.footer ul.nav li {
}
.footer ul.nav li a {

}
.footer ul.nav li a:hover {
}
/*Lingua*/
.mod-languages {
  margin-top: 2em;
}
div.mod-languages ul {
  display: flex;
  flex-direction: row;
}
div.mod-languages ul li a {
  	color: #7c614d;
	transition: all 0.4s;
}
div.mod-languages ul li:hover a {
  	background: #7c614d;
  	color: #FFF;

}
div.mod-languages ul  li.lang-active a {
  	background: #7c614d;
  	color: #FFF;

}

/*--------------------
-       BOX STYLE    -
---------------------*/
/*Social*/
.social.mobile {
    float: left;
    margin: 1em;
}
.social.mobile p {
    margin: 0;
}
.social.mobile span {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 65%;
}
.social.mobile span a,
.social.mobile .myicon {
    color: #333;
}
.social.mobile a + a {
    margin-left: 2em;
}
.social.mobile .myicon {
    display: inline-block;
    font-size: 1em;
}
.social.mobile [class^="icon-"] {
    margin: 0;
    vertical-align: middle;
    width: auto;
    height: auto;
    font-size: 1.2em;
}
.icon-compass2:before {
    content: "\e94a";
    font-family: 'MyIcoMoon';
}
/*flexmodel*/
.flexmodel ul {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
}
.flexmodel ul > li {
	height: 20vw;
	align-self: auto;
	flex-grow: 2;
	margin-left: 0!important;
}
.flexmodel .thumbnail,
.flexmodel .img-container {
	height: 100%;
	overflow: hidden;
}
.flexmodel .img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*booking*/
.moduletable.booking {
    position: absolute;
    bottom: 3.5em;
    z-index: 10;
    padding: 0.5em 2.5em !important;
    margin: 0 auto;
    right: 0;
    /*background: #FFF !important;*/
    justify-content: flex-end;
}
.view-featured .moduletable.booking {
    display: flex !important;
}
.moduletable.booking .booking {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.moduletable.booking .booking h4 {
    text-transform: lowercase;
    font-size: 2em;
    font-weight: 400;
    /*color: #c1b599;*/
    color: #FFF;
    margin: 0;
}
.moduletable.booking .booking h5 {
    text-transform: lowercase;
    /*color: #666;*/
    padding-right: 6px;
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}
.booking .bmg-widget-bbar {
    display: flex;
    width: 100%;
    margin: 0 0 0 0.5em;
    padding: 0;
    align-items: center;
}
.booking .form-inline .form-group {
    display: inline-block;
    margin: 0;
  height: 100%;
}
.booking .form-inline > .form-group + .form-group {
    margin-left: 10px;
}
.booking .form-control,
.booking label {
    background-color: transparent !important;
    color: #fff !important;
    height: 100% !important;
    font-size: 15px;
      text-align: center;
}
.booking select option {
    color: #fff;
}
.booking .bmg-widget-bbar > .form-group:nth-child(1) .form-control,
.booking .bmg-widget-bbar > .form-group:nth-child(2) .form-control {
    border: none;
    box-shadow: none;
    width: 96px;
}
.booking #my_innerbar .bmg-widget-bbar > .form-group:nth-child(1) .form-control,
.booking #my_innerbar .bmg-widget-bbar > .form-group:nth-child(2) .form-control {
  width: 100%;
}
.booking .input-group,
.booking .guests-select {
  /*border: 2px solid #666 !important;*/
  border: 2px solid #FFF !important;
  height: 100%;
  display: flex;
}
.booking .input-group-addon.dp_trigger {
  padding: 5px;
  margin: 0 !important;
  color: #fff;
}
.booking #my_innerbar .input-group-addon.dp_trigger {
  color: #000;
}
.booking .input-group-addon.dp_trigger .input-group-text {
  display: flex;
  align-items: center;
  height: 100%;
}
.booking .form-inline .guests-select-detail {
    position: relative;
    top: 0;
    left: 0;
}
.booking .form-inline .guests-select-detail .form-control {
    color: #666 !important;
}
.booking .bmg-widget-bbar .form-group button {
    background: #b69a5a;
/*    padding: 0.5em 2em;*/
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: 0;
    margin: 0 !important;
    font-size: 16px;
  text-transform: lowercase;
}
.booking .bmg-widget-bbar .form-group button:hover {
    background: #c1b599;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*booking inner*/
.booking.inner {
/*    top: 3em;
    bottom: inherit;
    right: 6em;
    left: inherit;
    padding: 0 !important;*/
    width: 75%;
    display: block !important;
}
.booking.inner > div {
    width: 34vw;
    float: right;
    /*margin-right: 1em;*/
}
.booking.inner .bmg-widget-bbar {
    display: block;
}
.booking.inner .bmg-widget-bbar > div {
    width: 49%;
    float: left;
    margin: 0 !important;
  	background: #FFF;
}
.booking.inner .bmg-widget-bbar .form-group:last-child {
    float: right !important;
}
.booking.inner .bmg-widget-bbar .form-group button {
}
.booking.inner .bmg-widget-bbar > div:first-child,
.booking.inner .bmg-widget-bbar > div:nth-child(2) {
    margin-bottom: 1% !important;
}
.booking.inner .bmg-widget-bbar > div:nth-child(even) {
    margin-left: 2% !important;
}
.booking.inner .input-group,
.booking.inner .guests-select {
    border: 2px solid #b69a5a !important;
    padding: 0;
    display: flex;
    width: 100%;
}
.booking.inner .guests-select {
    padding: 0 5px;
}
.booking.inner .input-group-addon.dp_trigger {
    float: right;
}
.booking.inner .form-control,
.booking.inner label {
    color: #333 !important;
}
.booking .bmg-widget-bbar .form-group button {
    width: 100%;
    height: 100%;
    padding: 0.5em;
}
/*slideshow*/
.slideshow .slides-control ul li {
    z-index: 0;
}/*
.slideshow .slides-control ul li:before {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(240,240,240,0.2);
}*/
.slideshow .slides-control ul li:before {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 101%);
    height: 220px;
}
.slideshow .slides-control ul li:after {
    content: '\A';
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: 0.5em solid #fff;
}
.slides-control .flex-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0 1em;
    z-index: 5;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-align: right;
    text-shadow: 2px 0 1px #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.slides-control .flex-caption .text {
    width: 12em;
}
.slides-control .flex-caption .button-scroll i {
    text-shadow: 0px 2px 5px #000;
    font-size: 1.5em;
    line-height: 0.5em;
}
    .slides-pagination {
	  display: none;
    }
/*offers*/
.offers h3 {
    margin: 2em 2em 1em;
    padding-bottom: 0.5em;
    color: #c1b599;
    border-bottom: 8px solid #c1b599;
}
/*blog-featured*/
.blog-featured {
    padding: 8em 6em;
}
.blog-featured .clearfix {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    position: relative;
}
.blog-featured .item-image {
    position: relative;
    z-index: 5;
}
.blog-featured .item-image,
.blog-featured .content-container {
    overflow: hidden;
    min-height: inherit;
}
.blog-featured .item-image:before,
.blog-featured .content-container:before {
    content: '';
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
}
.blog-featured .item-image:before {
    right: -0.5em;
    border: 0.5em solid #fff;
}
.blog-featured .item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog-featured .content-container:before {
    border: 0.5em solid #b69a5a;
}
.blog-featured .content-container {
    /*height: 100%;
    display: table;*/
    padding: 3em 3em 3em 2em;
    margin: auto 0;
    font-weight: 300;
    font-style: italic;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}
.blog-featured .item-title {
    font-weight: bold;
    font-style: normal;
}
.blog-featured .sub-title {
    text-transform: none;
    margin-bottom: 2.5em;
    font-weight: 600;
    font-style: italic;
}
.blog-featured .readmore {
    text-transform: uppercase;
    color: #b69a5a;
    font-weight: 600;
    font-style: italic;
    position: relative !important;
}
/*highlight*/
.highlight.flexmodel ul > li {
    height: 90vh;
}
.highlight.flexmodel .img-container img {
    width: 105%;
}
/*Plain*/
.plain.flexmodel ul > li {
	width: auto;
	height: 15vw;
	flex-basis: 33%;
}

/*territory*/
.territory .img-container {
    padding-bottom: 45%;
}
/*Download Box*/
.download h4 {
	font-weight: 400;
	text-transform: inherit;
	text-align: center;
}
.download h4 a {
	color: #b69a5a;
}
.download h4 a:hover{
	color: #333;
}
/*Parallax*/
.custom.cover {
	position: relative;
	margin: 1em 0;
}
.custom.cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 00;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: -1;
}
.custom.cover h3 {
    color: #FFF;
}
.custom.cover h3:after {
    content: "";
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    border: 3px solid rgb(255, 255, 255);
    /* margin: 1em; */
}
/*-------------------------
-    CAROUSEL VERTICAL    -
-------------------------*/
.carousel.vertical {
    margin-bottom: 0;
}
.carousel.vertical.slide {
    width: 100%;
    height: auto;
}
.carousel.vertical .carousel-inner {
    width: auto;
    height: 100%;
}
.carousel.vertical .carousel-inner > .item {
    padding: 0;
}
/*web*/
.carousel.vertical .carousel-inner {
    height: 100% !important;
}
.carousel.vertical .carousel-inner > .item {
    -webkit-transition: .6s ease-in-out top !important;
    -o-transition: .6s ease-in-out top !important;
    transition: .6s ease-in-out top !important;
}
.carousel.vertical .content-container {
    position: relative;
}
.carousel.vertical .content-container a.readmore {
    position: absolute;
    right: 1em;
    bottom: 1em;
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: 600;
    background: #FFF;
    padding: 0.2em 0.5em;
    color: #333;
    border: 2px solid #bc9d66; 
    outline: 2px #FFF;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.carousel.vertical .item.active .content-container a.readmore {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.carousel.vertical .item.active .content-container a.readmore:hover {
    background: #bc9d66;
    border-color: #FFF;
    color: #FFF;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel.vertical .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out !important;
        -o-transition: -o-transform .6s ease-in-out !important;
        transition: transform .6s ease-in-out !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        -webkit-perspective: 1000 !important;
        perspective: 1000 !important;
    }
    .carousel.vertical .carousel-inner > .item.next,
    .carousel.vertical .carousel-inner > .item.active.right {
        top: 0;
        -webkit-transform: translate3d(0, 100%, 0) !important;
        transform: translate3d(0, 100%, 0) !important;
    }
    .carousel.vertical .carousel-inner > .item.prev,
    .carousel.vertical .carousel-inner > .item.active.left {
        top: 0;
        -webkit-transform: translate3d(0, -100%, 0) !important;
        transform: translate3d(0, -100%, 0) !important;
    }
    .carousel.vertical .carousel-inner > .item.next.left,
    .carousel.vertical .carousel-inner > .item.prev.right,
    .carousel.vertical .carousel-inner > .item.active {
        top: 0;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}
/*crsl-vert-list-ctn*/
.crsl-vert-list-ctn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.crsl-vert-list-ctn .crsl-list {
    top: inherit;
    right: 0;
    bottom: inherit;
    left: 0;
    text-indent: inherit;
    /*display: flex;
    flex-direction: column;*/
    position: relative;
}
.crsl-vert-list-ctn .crsl-list li {
    cursor: pointer;
    text-indent: inherit;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
}
.crsl-vert-list-ctn .crsl-list li .item-title {
    background-color: transparent;
    padding: 0.5em;
    margin: 0 0.5em;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.crsl-vert-list-ctn .crsl-list .active .item-title {
    background-color: rgba(188,157,102,0.6);
    color: #fff;
    border: 4px solid #bc9d66;
    font-size: 2.5em;
    font-weight: bold;
    padding: 0.4em;
    margin: 0.4em;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
/*crsl-dots*/
.crsl-dots .crsl-list {
    top: inherit;
    right: 0;
    bottom: 2em;
    left: 0;
    /*display: flex;*/
    justify-content: center;
    display: none;
}
.crsl-dots .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0;
    background-color: transparent;
    border: 3px solid #fff;
    cursor: pointer;
    text-indent: -9999px;
}
.crsl-dots .carousel-indicators .active {
    background-color: #fff !important;
}
.crsl-dots .carousel-indicators li + li {
    margin-left: 1em;
}
/*offers inner*/
.offers.inner {
    margin: 4em 0;
}
/*--- Contact ---*/
.contact > .contact-form {
    position: relative;
    margin: 0 3em 1em;
    border-top: 8px solid #b69a5a;
    display: flex;
}
.contact > .contact-form > div:first-child {
    background: rgba(182, 154, 90, 0.7);
    color: #fff;
    padding: 3em 1em 1em 3em;
}
.contact > .contact-form > div:last-child{
    padding: 2em 2em 0;
}
.contact > .contact-form > div:last-child form {
    margin: 0;
}
.contact > .contact-form h4 {
    color: #fff;
    margin: 0 0 1.5em;
}
.contact .contact-street {
    line-height: 2em;
    font-weight: bold;
}
.contact address {
    font-size: 1.2em;
    line-height: 1.2em;
}
.contact a {
    color: #000;
    font-weight: 400;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.contact a:hover,
.contact a:focus {
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.contact form a:hover,
.contact form a:focus {
    color: #c1b599;
    font-weight: 400;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.contact input,
.contact textarea {
    width: 100%;
    height: inherit;
    background: transparent;
    padding: 1em 0.5em;
    border-radius: 0;
    border: 2px solid #f4f4f4 !important;
    text-transform: uppercase;
    box-shadow: none;
}
.contact .my_checkbox {
    margin: 0;
    display: flex;
    align-items: center;
}
.contact .my_checkbox .checkbox,
.contact input[name="check-prefooter"] {
    min-height: 0;
    margin-right: 0.5em;
}
.contact .my_checkbox .checkbox input,
.contact input[name="check-prefooter"] {
    width: inherit;
}
.contact-form button {
    background: #b69a5a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}
.contact-form button:hover,
.contact-form button:focus {
    background: #b69a5a;
    color: #fff;
    text-decoration: none;
}
.contact .form-horizontal .controls {
    margin-left: 0;
}

/*-----------------------------
-     EFFECTS AND ANIMATIONS  -
-----------------------------*/
/*effect-chico*/
/*.effect-chico img {
    width: 100%;
}*/
.effect-chico li .img-container:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.effect-chico li:hover img {
    opacity: 1;
}
.effect-chico li:hover .img-container:after {
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
/*.effect-chico .content-container {
    text-transform: none;
}
.effect-chico p {
    max-width: inherit;
    padding: 0 1em;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
}
.effect-chico .primary h4 {
	padding: 15% 0 20px 0;
}
*/
.effect-chico .content-container::before {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: 0.3em solid #fff;
}
.effect-chico h4 {
    padding: 0;
    position: absolute;
    right: 1em;
    bottom: 1em;
    left: 1em;
    color: #333;
}
.effect-chico li:hover h4 {
    color: #fff;
}
.highlight.effect-chico h4 {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
}
.spa.effect-chico .content-container p {
    display: none;
}
/*effect-sarah*/
.effect-sarah li {
    background: #c1b599;
}
.effect-sarah li:hover {
    background: #b69a5a;
}
.effect-sarah img {
    opacity: 0.4;
}
.effect-sarah h4 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    font-size: 4em;
    line-height: 1.4em;
}
.effect-sarah h4::after {
    position: relative;
    top: 1em;
    height: 9px;
}
/*effect-sarah plain*/
.plain.effect-sarah {
    max-width: 1440px;
    padding: 1em;
    margin: 0 auto;
}
.plain.effect-sarah li {
    background: transparent;
}
.plain.effect-sarah img {
    opacity: 0;
}
.plain.effect-sarah h4 {
    margin: 0.5em auto;
    padding: 0;
    font-size: 2em;
    border: 3px solid #c1b599;
    color: #c1b599;
}
.plain.effect-sarah li:hover h4 {
    border-color: #FFF;
    color: #FFF;
}
.plain.effect-sarah li:hover p {
	display: none;
}
.plain.effect-sarah li:hover h4::after {
	display: none;
}
/*--------------------*/
/* Circle pop */
/*--------------------*/
.nav-circlepop a {
	margin: 0 30px;
	width: 70px;
	height: 70px;
}
.nav-circlepop a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.nav-circlepop .icon-wrap {
	position: relative;
	display: block;
	margin: 10% 0 0 10%;
	width: 80%;
	height: 80%;
}
.nav-circlepop a.next .icon-wrap {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav-circlepop .icon-wrap::before,
.nav-circlepop .icon-wrap::after {
	position: absolute;
	left: 25%;
	width: 3px;
	height: 50%;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.nav-circlepop .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(30deg);
	transform: translateX(-50%) rotate(30deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.nav-circlepop .icon-wrap::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-30deg);
	transform: translateX(-50%) rotate(-30deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.nav-circlepop a:hover::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-circlepop a:hover .icon-wrap::before,
.nav-circlepop a:hover .icon-wrap::after {
	background: #0176bc;
}
.nav-circlepop a:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.nav-circlepop a:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}
/*-----------------------------
-     DEVICES METRICS STYLE   -
-----------------------------*/

/*--- Devices Metrics Style ---*/
@media screen and (max-width:2880px) { /*Display retina*/
 
}
@media screen and (max-width:2540px) {
 
}
@media screen and (max-width:1920px) {
 
}
@media screen and (max-width:1600px) {
    html {
        font-size: 16px;
    }
}
@media screen and (max-width:1440px) {
    html {
        font-size: 14px;
    }
}
@media screen and (min-width:1280px) and (max-width:1440px) {
    
}
@media screen and (max-width:1366px) {
 
}
@media screen and (max-width:1280px) {
    /*typo*/
    h3 {
        font-size: 2.5em;
    }
    h4 {
        font-size: 1.5em;
    }
    /*effect-chico*/
    .effect-chico .content-container::before {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
    /*effect-sarah*/
    .effect-sarah h4 {
        font-size: 3em;
        width: 80%;
    }
    /*blog-featured*/
    .blog-featured {
        padding: 4em 2em;
    }
    /*full-lettering*/
    .full-lettering .article .category-desc,
    .full-lettering .article .intro-text {
        padding: 2em;
    }
    /*contacts*/
    .contacts {
        padding: 6em 2em;
    }
    /*footer1*/
    .footer1 {
        font-size: 0.8em;
    }
    /*contact*/
    .contact .arrive .arrive-box {
        left: 1em;
        /*bottom: 1em;*/
    }
    .contact .arrive > .arrive-text {
        margin: 2em;
    }
    .contact .arrive > .arrive-text > div + div {
        margin-left: 3em;
    }
}
@media screen and (max-width:1152px) {
 
}
@media screen and (max-width:1024px) {
    /*Contact*/
    .contact > .contact-form {
        display: block;
    }
    .contact > .contact-form > div {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .contact > .contact-form > div:first-child {
        padding: 2em 1em;
    }
    .contact > .contact-form > div:last-child {
        padding: 2em 1em 0;
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {

}
@media screen and (max-width:979px) {
    /*header*/
    .header-search {
        margin: 0;
        padding: 0.5em;
        position: relative;
        background: #fff;
    }
    .brand,
    .cd-menu-text {
        background: transparent;
        box-shadow: none;
    }
    /*Sub Menu*/
    .navigation .nav-child {
        display: none !important;
    }
    /*booking*/
    .moduletable.booking {
        position: relative;
        bottom: inherit;
        background: #b69a5a;
        padding: 0.5em !important;
    }
    .moduletable .booking,
    .moduletable .booking #my_bbar {
        width: 100%;
    }
    .moduletable .booking .text,
    .moduletable.booking .booking > h3 {
        display: none;
    }
    .booking .bmg-widget-bbar {
        margin: 0;
        align-items: inherit;
        height: auto !important;
    }
    .booking .form-inline > .form-group {
        /*flex: 1;*/
        width: 100%;
    }
    .booking .form-control,
    .booking label {
        color: #b69a5a !important;
    }
    .booking .input-group,
    .booking .guests-select {
        padding: 0 5px !important;
        border: 1px solid #000 !important;
    }
    .booking .bmg-widget-bbar .form-group button {
        background: #fff;
        color: #b69a5a;
    }
    .booking .bmg-widget-bbar .form-group button:hover {
        color: #fff;
    }
    .booking .input-group-addon {
        color: #000 !important;
    }
    .booking .bmg-widget-bbar > .form-group:nth-child(1) .form-control, 
    .booking .bmg-widget-bbar > .form-group:nth-child(2) .form-control {
        color: #000 !important;
        text-align: center;
		width: 100%;
    }
    /*booking inner*/
    .booking.inner {
        top: inherit;
        right: 0;
        left: 0;
    }
    .booking.inner .bmg-widget-bbar {
        display: flex !important;
    }
    .booking.inner > div,
    .booking.inner .bmg-widget-bbar > div,
    .booking.inner .bmg-widget-bbar > div:first-child,
    .booking.inner .bmg-widget-bbar > div:nth-child(2),
    .booking.inner .bmg-widget-bbar > div:nth-child(even) {
        width: 100%;
        float: inherit;
        margin: 0 !important;
    }
    .booking.inner .form-inline > .form-group + .form-group {
        margin-left: 10px !important;
    }
    .booking.inner .input-group,
    .booking.inner .guests-select {
        padding: 0 5px !important;
        border: 1px solid #000 !important;
        text-align: center;
    }
    #my_innerbar_date_from,
    #my_innerbar_date_to {
        border: 0;
        box-shadow: none;
        background: transparent;
        text-align: center;
        font-size: 1em;
        line-height: 1;
        font-family: 'Open Sans', sans-serif;
    }
    .booking.inner .input-group-addon.dp_trigger {
        float: inherit;
    }
    /*slideshow*/
    .slides-control .flex-caption {
        display: none;
    }
    /*offers*/
    .offers h3 {
        display: none;
    }
    /*.offers ul > li:not(:first-child) {
        display: none;
    }*/
    .offers ul > li {
        height: 40vw !important;
        flex-basis: 100% !important;
    }
    /*blog-featured*/
    .blog-featured {
        padding: 0;
    }
    .blog-featured .clearfix {
        flex-direction: column;
    }
    .blog-featured .item-image {
        width: 100%;
        height: 40vw;
    }
    .blog-featured .content-container {
        width: 60%;
        padding: 3em 0;
        text-align: center;
    }
    .blog-featured .item-title {
        border-bottom: 5px solid #b69a5a;
        padding-bottom: 0.6em;
    }
    .blog-featured .sub-title {
        margin: 2em 0 0.8em;
    }
    .blog-featured .item-image:before,
    .blog-featured .content-container:before {
        display: none;
    }
    .blog-featured .readmore {
        display: none;
    }
    /*highlight*/
    .highlight ul {
        flex-direction: column;
    }
    .highlight.flexmodel ul > li {
        width: 100%;
        height: 50vw;
    }
    /*territory*/
    .territory {
        display: none;
    }
    /*follow-us*/
    .follow-us {
        justify-content: space-around;
    }
    .follow-us a:first-child {
        margin-left: 0;
    }
    /*contacts*/
    .contacts {
        font-size: 1.2em;
    }
    /*blogbox*/
    .blogbox-items > li {
        width: 50% !important;
        height: 40vw !important;
    }
    /*full-lettering*/
    .full-lettering .page-header {
        flex-direction: column;
    }
    .full-lettering .item-image {
        width: 100%;
        position: relative;
    }
    .full-lettering .article {
        width: 100%;
        height: auto;
    }
    .full-lettering .article .wrapper {
        position: relative;
        width: 60%;
        height: auto;
        padding: 3em 0;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    .full-lettering .title {
        border-bottom: 5px solid #b69a5a;
        padding-bottom: 0.6em;
        transform: none !important;
        width: 100% !important;
    }
    .full-lettering .article .item-title {
        font-size: 1.4em;
    }
    .full-lettering .article .title .word1, 
    .full-lettering .article .title .word2 {
        color: #333;
    }
    .full-lettering .article .line {
        display: none;
    }
    /*gallery*/
    .gallery .carousel-inner {
        margin: 2em 0;
    }
    /*item-page*/
    .item-page .full-text {
        flex-direction: column;
    }
    .item-page .full-text .full-article-content {
        width: 100%;
        margin: 0;
    }
    .item-page .full-item-image {
        width: 100%;
        height: 40vw;
    }
    /*contact*/
    .contact .contact-sub-box {
        position: relative;
        width: 100%;
        display: block;
        padding: 1em;
        text-align: center;
    }
    .contact .contact-sub-box .item-title {
        flex-direction: row;
        justify-content: center;
    }
    .contact .contact-sub-box .item-title > * + * {
        margin-left: 20px;
    }
    .contact .arrive .arrive-box {
        position: relative;
        left: inherit;
        bottom: inherit;
        padding-bottom: 2em;
        text-align: center;
    }
    .contact .arrive .arrive-box:before {
        top: 1em;
        right: 1em;
        border: 8px solid #fff;
    }
    .contact .arrive .arrive-box .item-title {
        margin: 0.5em 0;
    }
    .contact .arrive > .arrive-text {
        flex-direction: column;
        height: auto !important;
        display: block;
        padding: 2em 2em;
    }
    .contact .arrive > .arrive-text > div + div {
        margin-left: 0;
    }
}
@media screen and (max-width:768px) {
    /*--- Menu push left ---*/
    .cd-menu-text > span {
        display: none !important;
    }
    /*offers*/
    .offers ul > li {
        height: 60vw;
    }
    /*blog-featured*/
    .blog-featured .item-image {
        height: 60vw;
    }
    /*highlight*/
    .highlight.flexmodel ul > li {
        height: 60vw;
    }
    /*contacts*/
    .contacts {
        padding: 4em 2em;
        flex-direction: column;
        text-align: center;
    }
    /*follow-us*/
    .follow-us {
        padding: 1em;
    }
    .follow-us p:first-child {
        font-size: 1.5em;
    }
    .follow-us a,
    .follow-us span {
        font-size: 1.2em;
    }
    .follow-us a + a {
        margin-left: 0.5em;
    }
    /*item-page*/
    .item-page .full-text .full-article-content {
        padding: 2em 1em;
    }
    .item-page .full-item-image {
        height: 60vw;
    }
    /*Contact*/
    .contact > .contact-form {
        margin: 0 1em 1em;
    }
    .contact > .contact-form > div:last-child {
        padding: 2em 0 0;
    }
}
@media screen and (max-width:640px) {
    /*booking*/
    .booking .bmg-widget-bbar {
        flex-direction: column;
    }
    .booking .form-inline > .form-group {
        max-width: inherit;
    }
    .booking .form-inline > .form-group + .form-group {
        margin: 1em 0 0;
    }
    /*booking inner*/
    .booking.inner .form-inline > .form-group + .form-group {
        margin: 1em 0 0 !important;
    }
    /*Social*/
    .social.mobile a + a {
        margin-left: 0.5em;
    }
    .brand {
        padding-left: 0;
    }
    /*blogbox*/
    .blogbox-items > li,
    .blogbox-items > li:nth-child(4),
    .blogbox-items > li:nth-child(5) {
        width: 100% !important;
        height: 60vw !important;
    }
    /*contact*/
    .contact .contact-sub-box .item-title {
        flex-direction: column;
    }
}
@media screen and (max-width:480px) {
    /*effect-sarah*/
    .effect-sarah h4 {
        font-size: 2em;
        line-height: 1.2em;
    }
    /*--- Menu push left ---*/
    .cd-menu-text {
        padding: 1em;
    }
    .header-search > * {
        margin: 0 !important;
        padding: 0;
    }
    .header .brand {
        width: 10em;
    }
    header .icon-bar,
    .navbar .btn-navbar .icon-bar {
        width: 30px;
        height: 4px;
    }
    header .icon-bar + .icon-bar, 
    .navbar .btn-navbar .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    /*offers*/
    .offers ul > li {
        height: 80vw;
    }
    /*blog-featured*/
    .blog-featured .item-image {
        height: 80vw;
    }
    .blog-featured .content-container {
        width: 80%;
    }
    /*highlight*/
    .highlight.flexmodel ul > li {
        height: 80vw;
    }
    /*follow-us*/
    .follow-us {
        flex-direction: column;
    }
    .follow-us p:first-child {
        margin-bottom: 1em;
    }
    /*blogbox*/
    .blogbox-items > li,
    .blogbox-items > li:nth-child(4),
    .blogbox-items > li:nth-child(5) {
        height: 80vw !important;
    }
    /*full-lettering*/
    .full-lettering .article .wrapper {
        width: 80%;
    }
    .full-lettering .article .category-desc,
    .full-lettering .article .intro-text {
        padding: 0;
    }
    /*item-page*/
    .item-page .full-item-image {
        height: 80vw;
    }
}
@media screen and (max-width:320px) {
    /*Contact*/
    .contact > .contact-form {
        margin: 0 2em 1em;
    }
}