@import url("reset.css");
@import url("plugins/fontawesome-all.min.css");
@import url("colors.css");
/****************************
            Fonts
*****************************/
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700&display=swap');

/* Global Font */
body {
    color: #555;
    font: 400 1em/1.7em 'Cabin', sans-serif !important;
}

/* Heading / Slider Fonts */
h1, h2, h3, h4, h5, h6, .nivo-caption .slide-head, .services .nav-tabs > li > a, .lead {
    font-family: 'Cabin', serif;
}

.lead {
    color: #fff;
    margin-top: 40px
}

h4 {
    font-weight: 600 !important;
}

/****************************
         Generic Classes
*****************************/
h5.loghettoisola {
    background: transparent url(../images/loghetto.png) no-repeat top center;
    margin-top: -89px;
    padding-top: 155px !important;
}

.fl {
    float: left
}

.fr {
    float: right
}

.inner5 {
    padding: 5px
}

.inner10 {
    padding: 10px
}

.inner15 {
    padding: 15px
}

.inner20 {
    padding: 20px
}

.inner25 {
    padding: 25px
}

.inner30 {
    padding: 30px
}

.inner60 {
    padding: 60px
}

.mb0 {
    margin-bottom: 0px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.mb100 {
    margin-bottom: 100px !important
}

.mt0 {
    margin-top: 0px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.bold {
    font-weight: 600 !important
}

.center {
    text-align: center !important;
}

.gen_italic {
    font-style: italic;
}

.italic {
    font-style: italic;
    margin: 0 auto;
}

.justify {
    tex-align: justify !important
}

.main_color {
    color: #1076BC !important;
}

h1.main_color {
    color: #F28A0F !important;
}

.main_color_bg {
    background-color: #F28A0F !important;
    color: #fff !important;
}

.second_color {
    color: #F28A0F !important;
}

.second_color_bg {
    background-color: #1076BC !important;
    color: #fff !important;
}

.inner5:after, .inner10:after, .inner15:after, .inner20:after, .inner25:after, .inner30:after {
    content: '';
    display: table;
    clear: both
}

::selection {
    background: #F28A0F;
    color: #fff
}

.rosso {
    color: #F28A0F
}

a, a:link, a:visited {
    text-decoration: none !important;
    font-family: 'Cabin', serif;
}

a:hover {
    color: #F28A0F;
    text-decoration: none !important; /* font-weight: 600; */
}

.panel-body a {
    color: #F28A0F !important;
}

/* Transitions */
a, .main-block, .header-bar, article, .lang, .welcome-panel, .header-bar .bg, .panel-form, .mobile-nav {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

ul, ol {
    list-style-position: inside
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Cabin', serif;
}

h1 {
    font-size: 2.7em;
    line-height: 1.5em;
}

h2 {
    font-size: 2.4em;
    line-height: 1.4em;
}

h3 {
    font-size: 2.0em;
    line-height: 1.3em;
}

h4 {
    font-size: 1.7em;
    line-height: 1.1em;
}

h5 {
    font-size: 1.5em
}

h6 {
    font-size: 1.3em
}

img {
    display: block;
    border: 0
}

p, ul {
    margin-bottom: 1em;
}

img.border {
    width: 100%;
    height: auto;
    border-top-width: 3px;
    border-top-style: solid
}

blockquote {
    background: url(../images/quote.png) 15px 10px no-repeat;
    display: block;
    padding: 25px 15px 25px 65px;
    color: #a5a5a5;
    clear: both
}

blockquote strong {
    font-size: 1.3em
}

blockquote cite {
    font-weight: 700
}

pre {
    background-color: #fff;
    overflow: auto;
    word-wrap: normal;
    white-space: pre
}

.dropcap:first-letter {
    font-size: 4em;
    float: left;
    margin-right: 7px;
    line-height: .95em;
    font-weight: 700
}

.dropcap.colored:first-letter {
    padding: 8px 14px;
    color: #fff;
    font-size: 2em;
    float: left;
    margin-right: 7px;
    margin-top: 5px;
    line-height: 1em
}

.highlight {
    padding: 2px;
    color: #fff
}

.highlight.black {
    background-color: #2B7EBC
}

.img-left {
    float: left;
    vertical-align: top;
    margin: 0 30px 30px 0
}

.img-right {
    float: right;
    margin: 0 0 30px 30px
}

strong {
    font-weight: 700
}

.seperator {
    height: 8px;
    margin-bottom: 20px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #F5F5F5;
}

.line {
    background: #504545;
    width: 100%;
    height: 1px
}

* {
    outline: 0
}

html, body {
    background: #FFF;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility
}

body {
}

header, .content, footer { /*position:relative*/
}

header {
    display: inline-block;
    width: 100%;
}

.logo {
    margin: 35px auto;
}

.container_header > div {
    height: 60px;
}

footer {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #1076BC !important;
    width: 100%;
    margin-top: -6px;
    color: #ffffff !important;
}

address {
    color: #555
}

.nop {
    padding: 0 !important
}

.row > div > div > p, #page > div > div > div > p {
    font-size: 18px;
}

.subTitle {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.5em;
}

h1.metabordo:after {
    content: "";
    height: 1px;
    width: 50%;
    border-bottom: 1px solid #F28A0F;
    display: block;
}

h1.metabordosecond:after {
    content: "";
    height: 1px;
    width: 50%;
    border-bottom: 1px solid #1076BC;
    display: block;
}

h2.subTitle {
    font-size: 24px !important;
    line-height: 150%;
    margin-bottom: 30px !important;
}

.subTitleDintorni {
    font-size: 18px !important;
    font-weight: 300;
    line-height: 1.5em;
}

#page > div > div.row.mb80.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div > p.view_more.center > a,
#page > div.container > div.row.mb30 > div.row.mb20.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div > p.view_more.center > a {
    font-family: 'Cabin', serif;
    font-weight: 600;
    text-decoration: underline !important;
    color: #333 !important
}

.menu_active {
    background: #F28A0F !important;
    color: #ffffff !important
}

.sub_menu_active {
    background: #ffffff !important;
    color: #F28A0F !important;
}

/****************************
         Header Items
*****************************/

/* Logo ****************************/

.navigazione .col-sm-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#preheader {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    z-index: 9999;
}

ul#navsecondaria {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    display: inline-block;
    text-align: left;
    float: left;
    margin-top: 20px;
    width: auto;
}

ul#navsecondaria li i {
    display: inline-block;
}

ul#navsecondaria li {
    margin: 0 30px 0 0;
    padding: 0px 0px;
    float: left;
    display: inline;
    list-style: none;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    line-height: 100% !important;
}

ul.navCredits li {
    border-right: 1px solid #FFFFFF !important;
}

ul#navsecondaria a {
    padding: 0px 8px;
    text-decoration: none;
    color: #FFFFFF !important;
}

ul#navsecondaria a:hover {
    color: #1076BC !important;
}

ul.multilingua_container {
    float: left;
    width: auto;
}

ul.multilingua_container li {
    float: left;
    list-style: none;
    margin-top: 15px;
}

ul.multilingua_container li a {
    color: #F28A0F;
    text-decoration: none;
    background: #FFFFFF;
    padding: 5px 10px;
    margin-left: 5px;
    font-size: 20px;
}

ul.multilingua_container li a:hover {
    background: #1076BC !important;
    color: #ffffff !important;
}

/* Mobile Nav Button ***************/
.mobile-nav {
    width: 30px;
    height: 30px;
    background: #0f4f7b;
    float: left;
    margin: 17px 0;
    display: none;
}

.mobile-nav a {
    display: block;
    padding: 15px;
    background: url(../images/mini-button-bg.png) center center no-repeat;
}

/* Phone */
.lang {
    float: left;
    padding: 5px 8px 0;
    color: #9B8C8C;
}

.lang a {
    display: inline;
    font-size: 1em;
    color: #fff;
    margin-right: 5px;
}

/* Welcome Panel ********************/
.welcome-panel {
    position: relative;
    float: right;
    margin-top: 17px;
    width: 140px;
}

.panel-text {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 16px 0;
    float: left;
    color: #FFFFFF;
}

a.panel-button {
    float: right;
    padding: 5px 12px;
    font-size: 1em;
    color: #fff
}

a.panel-button:hover {
    color: #fff;
}

.panel-form {
    position: absolute;
    border-bottom: 2px solid #0f4f7b;
    width: 330px;
    top: 49px;
    right: -10px;
    display: none;
    z-index: 99999;
    box-shadow: 0px 0px 30px #505050;
    -moz-box-shadow: 0px 0px 30px #505050;
    -webkit-box-shadow: 0px 0px 20px #505050;
}

.panel-form strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

.panel-form .form-row {
    text-align: center;
}

.panel-form .two-col input[type="text"] {
    width: 48%;
    margin-bottom: 10px;
}

.panel-form .two-col input[type="text"]:first-child {
    margin-right: 5px;
}

.panel-form select {
    width: 145px
}

.panel-form select:first-child {
    margin-right: 5px;
}

/* Header & News Bar **************************/

.news-bar {
    position: relative;
    margin-top: -133px;
    z-index: 5;
}

.news-bar .carousel-wrapper {
    float: none !important;
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 auto !important;
}

.news-bar .carousel {
    position: relative; /*width:70%!important;margin:0 auto!important;float:none!important;*/
}

.news-bar .carousel-inner {
}

.news-bar .carousel .carousel-inner > .item {
    height: 130px;
    background: url(../images/apici.png) 0 10px no-repeat;
    padding: 20px 35px 0 55px;
    color: #555;
    font-size: 1.3em
}

.news-bar .carousel .carousel-inner > .item a {
    color: #555 !important
}

.news-bar .carousel-control.left {
    top: 100px;
    right: 30px
}

.news-bar .carousel-control.right {
    top: 100px;
    right: 10px
}

/* Header Wrapper ********************/
.header-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
}

/* Header Wrapper Interno ********************/

.header-wrapper-interno {
    position: relative;
    width: 100%;
    height: 400px;
}

/* Header Content ******************/
.header-content {
    padding: 102px 0;
}

/* Header Title ********************/
.header-title h2, .header-title p {
    position: relative;
    margin-bottom: 12px;
    color: #fff;
    z-index: 99;
    font-size: 3em;
    text-align: center;
}

.header-title h2:before {
    content: '\223c';
    margin-right: 5px;
    font-size: .79em;
}

.header-title h2:after {
    content: '\223c';
    margin-left: 5px;
    font-size: .79em;
}

.header-title p {
    font-size: 12px;
    color: #CCC;
}

.bianco {
    color: #fff !important;
}

h2.titolo {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    font-style: normal;
    margin-bottom: 10px !important;
}

h2.blu {
    font-size: 18px !important;
    color: #0f4f7b !important;
}

/*------------------------------
       SLIDER CAPTION
-------------------------------*/
.text_inside {
    /*width: 80%;
    margin: 0px 20% 0 0;*/
    color: #fff !important;
}

.text_inside h1 {
    display: block !important;
    text-align: center !important;
    font-size: 48px !important;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 400;
}

.text_inside h1.sfondo {
    background-color: rgba(16, 118, 188, 0.5);
    padding: 20px 0;
}

.text_inside p {
    width: auto !important;
    text-align: center !important;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0 !important;
}

.container_caption {
    width: 100%;
}

/*------------------------------
       SLIDER CAPTION 2
-------------------------------*/
.text_inside_center {
    width: 100%;
    margin: 0px auto;
}

.text_inside_center h1 {
    display: block !important;
    text-align: center !important;
    margin: 0;
    font-size: 34px !important;
    text-transform: uppercase;
    line-height: 100%;
    padding-top: 5px;
    line-height: 60px;
}

.text_inside_center p {
    width: auto !important;
    text-align: center !important;
    max-height: 44px;
    overflow: hidden;
    padding: 1% 2%;
    font-size: 20px;
}

.container_caption_center {
    background: rgba(180, 133, 19, 0.65);
    position: absolute;
    margin-left: 15px;
    width: 40%;
    left: 27.7%;
    top: 205px;
    height: 106px;
}

/*-------------------------------
 *   Form prenotazione
------------------------------- */
.form_prenotazione > div#book {
    background: rgba(180, 133, 19, 0.65);
    padding: 5% 5% 7% 5%;
}

#check_avail > div:nth-child(1) > div:nth-child(4) > h5 {
    margin-top: 15px;
}

.form-group {
    position: relative;
}

.input-icon {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 28px;
    height: 24px;
    text-align: right;
    color: #808080;
}

.input-icon-info {
    position: absolute;
    right: 25px;
    bottom: 5px;
    width: 28px;
    height: 24px;
    text-align: right;
    color: #808080;
}

#submit-booking {
    width: 100%;
    background: #1076BC;
    color: #FFF;
    text-transform: uppercase !important;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600 !important;
}

#submit-booking:hover {
    background: #F28A0F !important;
    color: #FFF !important;
}

.services_featured {
    bottom: 0px;
}

.services_featured ul li {
    font-size: 15px;
    list-style: none;
}

.services_featured ul li i {
    position: relative;
    margin-right: 10px;
}

/****************************
         Misc Classes
*****************************/

/* Main Blocks *******************/
.displayTable {
    display: table;
}

.displayRow {
    display: table-row;
}

.displayCell {
    display: table-cell;
}

.main-block {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.main-block:after {
    content: '';
    clear: both;
    display: table;
}

.main-block.gray, blockquote {
    background-color: #F28A0F;
}

.main-block.graysx {
    background-color: #fff;
    border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.main-block .h1, .main-block h2, .main-block h3, .main-block h4, .main-block h5, .main-block h6 {
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Cabin', serif;
    color: #FFF;
}

.main-block h5 {
    font-size: 1.3em;
    font-weight: 700;
    color: #FFF;
}

.main-block h5 a {
    text-decoration: none !important;
    color: #FFF;
}

.main-block h1 {
    line-height: 1.2em;
}

div > div > div > div > div.inner15 > p > a {
    font-family: 'Cabin', serif;
}

.divider {
    border-bottom: 1px solid #F28A0F;
    position: relative;
    height: 90px;
    margin: 20px 0px 70px 0;
    text-align: center;
}

.divider img {
    margin: 9px auto 0 auto;
    display: inline;
    height: 90px;
    width: 90px;
    background-color: #F28A0F;
    border-radius: 50%;
    margin: 45px auto 0 auto;
    display: inline;
}

div.col-lg-10.col-lg-push-1.col-md-10.col-md-push-1.col-sm-12.col-xs-12 > div.block_text.mb30 > div.row.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div > h4 {
    margin: 11px 0 !important
}

div.col-lg-10.col-lg-push-1.col-md-10.col-md-push-1.col-sm-12.col-xs-12 > div.block_text.mb30 > div.row.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div > p:nth-child(3),
div.col-lg-10.col-lg-push-1.col-md-10.col-md-push-1.col-sm-12.col-xs-12 > div.block_text.mb30 > div.row.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div > p:nth-child(4) {
    margin: 0 !important;
    font-size: 14px;
}

.view_more > a, .view_more > a:hover {
    color: #555 !important;
    font-size: 15px;
    text-decoration: underline !important;
    font-weight: 600;
}

.widgets > div.box_ {
    width: 15%;
    float: none;
    margin: 0 auto;
}

#bcom_review_widget_wrapper > div > a {
    padding: 3% !important;
    border: 1px solid #BFBFBF;
}

.tiny-gallery ul li img, .container_image img {
    width: 100%;
    height: auto;
    padding: 3px;
    border: 1px solid #BFBFBF;
    -webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75);
    background-color: #fff !important;
}

#bcom_review_widget_wrapper > div > a > span.summary.great, #bcom_review_widget_wrapper > div > a > span.fn.org {
    margin: 3% !important
}

#bcom_review_widget #bcom_review_widget_wrapper .hreview-150, #bcom_review_widget #bcom_review_widget_wrapper .hreview-150 .url {
    margin: auto;
}

#CDSWIDEXC {
    margin: auto !important;
}

div > div > div > div > div.inner15 {
    min-height: 320px;
}

/*.main-block .inner15 {display: table-footer-group;}
.main-block .inner15 p{margin:15px;}
.main-block .inner15 h5{margin:15px;}
.loghettoisola {padding: 0 8px;}*/
/* Facility **********************/
.facility {
    overflow: hidden;
}

.facility p {
    font-size: 15px;
}

/* Hover Effect *******************/
/*.main-block.gray:hover,article:hover { background: #fff; -webkit-box-shadow: 0 0 5px 0 #E2E2E2; -moz-box-shadow: 0 0 5px 0 #E2E2E2;
                box-shadow: 0 0 5px 0 #E2E2E2;}*/

a .main-block.gray h5 {
    color: #555
}

a .main-block.gray p {
    color: #555 !important;
}

.main-block, .panel-body {
    color: #555;
}

.main-block a, .panel-body a, .post a, footer a {
    color: #FFF;
    text-decoration: underline;
}

.main-block a:hover, .panel-body a:hover, .post a:hover, .panel a:hover, footer a:hover {
    color: #FFF;
    text-decoration: none;
}

.panel a {
    color: #F28A0F !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2em;
    color: #0f4f7b !important;
}

.sitemap a {
    color: #F28A0F !important;
}

/* Subscribe ***********************/
.subscribe {
    padding: 30px 30px 30px 80px; /*text-align:center;*/
    background: url(../images/apici.png) no-repeat 30px 20px;
}

.subscribe label {
    font-size: 1.5em;
    margin-right: 20px;
    line-height: 1em
}

.subscribe:after {
    display: table;
    clear: both;
    content: ''
}

.subscribe button {
    text-transform: uppercase !important
}

.subscribe input {
    width: 40%;
    padding: 10px 20px;
    margin-right: 20px;
    font-size: 1.3em;
    font-weight: 300;
    background-color: #ffffff;
}

.subscribe:hover input {
    background-color: #f8f8f8;
}

.subscribe p {
    font-size: 15px;
    color: #555 !important;
    text-align: left;
}

/* Tab *****************************/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #fff;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.tab-content {
    background-color: #fff;
    padding: 20px;
    color: #333; /* border-top-right-radius:20px;-moz-border-top-right-radius:20px;-webkit-border-top-right-radius:20px;*/
}

/* Accordion */
.panel {
    background-color: #fff;
}

/* Accordion **********************/
.panel-group .panel-title {
    /*letter-spacing: 0;
    font-size: 1.5em;
    padding: 0.5em;*/
}

.panel-body {
    padding: 30px;
}

/* Carousel***********************/
.carousel { /*background: #fff;border-top-right-radius:20px;-moz-border-top-right-radius:20px;-webkit-border-top-right-radius:20px; */
}

.carousel-control.left {
    top: 10px;
    right: 30px;
}

.carousel-control.right {
    top: 10px;
    right: 10px;
}

.carousel-control.left:hover, .carousel-control.right:hover {
    background: #2B7EBC !important;
}

.carousel-control.left .fa-angle-left, .carousel-control.right .fa-angle-right {
    color: #fff;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    height: auto;
}

/* Img Hover Effect ***************/
.img-cont {
    position: relative;
}

.img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
}

.img-hover.show {
    opacity: 0.6;
}

.img-cont img {
    border-top: 10px solid #FFF;
    max-height: 240px;
    width: 100%;
    overflow: hidden;
}

.img-cont-cv {
    position: relative;
}

.img-cont-cv img {
    border-top: 5px solid #0f4f7b;
    max-height: 320px;
    width: 100%;
    overflow: hidden;
}

li .img-cont img {
    border-top: none !important;
}

.img-cont-gallery {
    position: relative;
    width: 92%;
    margin: 2.5% 2.5%;
}

/* Rooms Hover Effect *************/
.rooms-hover-container {
    position: relative;
    overflow: hidden;
}

.rooms-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
}

.rooms-hover.show {
    opacity: 0.9;
}

/* Room Items *********************/


.label {
    margin-right: 2px;
}

.service-label {
    padding: 0.3em .5em;
    margin: 1px;
    display: inline-block;
    font-size: .8em;
    background: #2B7EBC;
    border-radius: 2px;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    color: #fff;
}

.rooms-hover .btn {
    display: block;
    margin-top: 20px;
    background: #fff;
    color: #2B7EBC;
    clear: both;
}

ul.dotazioni li {
    background-color: #ffffff;
    color: #463E3E;
    text-transform: uppercase;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 4px 12px;
    margin-bottom: 5px
}

/* Breadcrumb */
.breadcrumb {
    position: relative;
    z-index: 99;
    opacity: 0.8;
    text-align: center;
}

.breadcrumb a:hover {
    color: #2B7EBC !important;
}

/* Page Map ************************/
ul.pagemap {
    float: right;
    background: #2B7EBC
}

ul.pagemap li {
    float: left;
    padding: 2px 10px;
    border-right: 1px solid #181818;
    font-size: .8em
}

ul.pagemap li:last-child {
    border: 0
}

ul.pagemap li a {
    color: #CCC;
    font-weight: 700
}

/* Blog Posts Main ****************/
.blog-posts-main {
    margin-bottom: 10px
}

.blog-posts-main:nth-child(3n+1) {
    margin: 0
}

.blog-posts-main .post a {
}

.blog-posts-main .date {
    font-size: .8em;
    background: #f8f8f8;
    text-transform: uppercase;
    padding: 0 5px;
    display: inline-block;
    margin-left: 5px
}

/* Blog Posts  ************************/
article {
    background-color: #fff;
    margin-bottom: 30px;
    border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    overflow: hidden;
    color: #333
}

article > .carousel, article > img {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    width: 100%;
}

article .blog-post {
    padding: 30px 0
}

article .blog-post-date {
    background: #2B7EBC;
    padding: 5px 16px;
    text-align: left;
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 15px
}

article .blog-post-date span.fa {
    margin-right: 10px
}

article .author, article .comment {
    display: block;
    font-size: .9em;
    margin-left: 15px;
    line-height: 1.3em;
    margin-bottom: 10px
}

article .comment a {
    display: block
}

article .comment span.fa {
    margin-right: 5px
}

article .post {
    padding-right: 30px;
    padding-left: 30px
}

article .post h5, article .post h4, article .post h3 {
    line-height: 1.4em
}

.pager li > a, .pager li > span {
    border: none;
}

/* Comments **************************/
.comments, .comments ul, .comments ul ul {
    list-style: none
}

.comments ul {
    margin-left: 80px
}

.comments li .avatar {
    width: 60px;
    float: left
}

.comments li .comment {
    margin: 0 0 0 80px
}

.comments li .comment h5 {
    margin-bottom: 10px
}

.leave-comment input, .leave-comment textarea {
    margin-bottom: 15px;
    padding: 11px 10px
}

.leave-comment textarea {
    height: 200px
}

/* Services Tab */
.services .nav-tabs {
    background-color: #fff;
    overflow: hidden;
    border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}

.services .nav-tabs > li > a {
    padding: 15px 35px;
    font-size: 1.2em;
    border: 0;
    color: #1076BC !important;
    font-size: 20px;
    font-weight: 700;
}

.services .nav-tabs > li > a:hover {
    background-color: #1076BC !important;
    color: #ffffff !important;
}

.services .nav-tabs > li > a > h6 {
    margin: 0;
}

.services .nav-tabs > li.active > a, .services .nav-tabs > li.active > a:focus, .services .nav-tabs > li.active > a:hover {
    background-color: #2B7EBC;
    color: #fff !important; /* border-bottom: 3px solid;*/
}

.services .tab-content {
    background-color: #ccc;
    padding: 30px;
    border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}

.services .nav-tabs li a::after, .services .nav-tabs li.active a::after, .services .nav-tabs li a:hover:after {
    display: none;
}

/* Item List */
.item-list { /*margin-bottom:30px;*/
}

.item-list img {
    margin: 0 20px 20px 0;
}

.item-list h6 {
    margin-bottom: 5px;
}

.item-list p {
    margin-bottom: 5px;
}

.item-list:after {
    content: ' ';
    display: table;
    clear: both;
}

/* Item List With Icon */
.item-list-icon {
    margin-bottom: 20px;
}

.item-list-icon.text-block {
    float: left;
    width: 80%;
}

.item-list-icon > i {
    font-size: 4em;
    margin: 0 5% 0 0;
    float: left;
    width: 15%;
}

.item-list-icon h5 {
    margin-bottom: 10px;
}

.item-list-icon p {
    margin-bottom: 5px;
}

.item-list-icon:after {
    content: ' ';
    display: table;
    clear: both;
}

/* Tiny Gallery */
.tiny-gallery {
    margin-left: 7px;
    margin-bottom: 50px;
}

.tiny-gallery:after {
    content: ' ';
    display: table;
    clear: both;
}

.tiny-gallery ul li {
    list-style: none;
    display: inline-block;
    float: left; /*width: 13.6681542396%;*/
    height: auto;
}

.tiny-gallery ul li img, .container_image img {
    width: 100%;
    height: auto;
    padding: 3px;
    border: 1px solid #BFBFBF;
    -webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75);
}

/* Main Services **********************/
.main-services:after {
    content: '';
    display: table;
    clear: both;
}

.main-services-item {
    position: relative;
    float: left;
}

.main-services-item i {
    font-size: 1.8em;
    float: left;
    color: #fff;
    margin: 12px;
}

.main-services-item span {
    float: left;
    color: #fff;
    margin: 10px 11px 8px 0;
    font-size: 1.4em
}

.main-services-item span a, .main-services-item span a:hover, .main-services-item span a:visited, .main-services-item span a:link {
    color: #fff !important;
}

.boxcontatti i {
    font-size: 2em;
    color: #2B7DBB;
}

.boxcontatti span {
    color: #333;
    margin: 10px 11px 15px 0;
    font-size: 1.8em
}

/* Go to top **************************/
a.top {
    float: right;
    display: block;
    padding: 15px 5px;
    margin-right: 10px;
}

.bordato {
    border-bottom: 5px solid #2B7EBC
}

/* Book Now Button ****************************/
aside > .main-block > button {
    width: 100%;
}

/* Adress *****************************/
aside address > span {
    display: block;
    padding: 5px 10px; /*border-bottom:1px solid #f5f5f5;*/
}

aside address > span > i {
    color: #2B7EBC;
    margin-right: 5px;
}

aside address > span > i.fa-mobile {
    font-size: 16px;
}

/* Search *****************************/
aside input.text-search {
    width: 100%;
}

aside .fa-search {
    position: absolute;
    right: 25px;
    z-index: 999;
    top: 10px;
}

/* Social *****************************/
aside .blog-social a {
    font-size: 2.3em
}

aside .blog-social a.facebook {
    color: #3b5998
}

aside .blog-social a.twitter {
    color: #55acee
}

aside .blog-social a.google {
    color: #da2713
}

aside .blog-social a.flickr {
    color: #fe0084
}

aside .blog-social a.youtube {
    color: #f80000
}

aside .blog-social a.vimeo {
    color: #1bb6ec
}

/* Blog Category **********************/
aside .blog-category li a, aside .blog-recent-posts li a {
    display: block;
    padding: 5px 0
}

aside .blog-category li, aside .blog-recent-posts li {
    border-bottom: 1px solid #f0f0f0
}

/* Blog Recent Posts ******************/
aside .blog-recent-posts li .items {
    display: block;
    width: 100%;
    color: #ccc
}

aside .blog-recent-posts li time, aside .blog-recent-posts li .comments {
    display: inline-block;
    margin-right: 10px
}

.room-type {
    text-align: center;
    color: #fff
}

/* Tags ******************************/
aside .blog-tags li {
    display: inline-block;
    margin: 2px 1px;
}

aside .blog-tags a {
    display: block;
    padding: 3px 10px;
    border: 1px solid #f0f0f0;
}

/* Booking Form **********************/
.booking strong {
    margin-bottom: 15px;
    display: block;
}

.booking .form-row {
    margin-bottom: 15px;
}

.booking input, .booking select, .booking textarea {
    width: 250px;
    display: inline-block;
    padding: 10px;
    margin: 0 10px 10px 0;
}

.booking textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
}

.booking select {
    padding-right: 25px;
}

.booking button {
    padding: 10px 15px;
}

/*div > div > div > div > div > div > div > img{width:100%}*/

.box_ img {
    width: 100% !important
}

.position_sidebar .box_ img {
    width: 30% !important
}

/* Gallery *************************/
.gallery {
    position: relative;
    margin-bottom: 30px;
}

.gallery img {
    width: 100%;
    height: auto;
    max-height: 210px;
}

/* Calendar Style *****************/
.ui-datepicker {
    font-size: 90%
}

.ui-widget {
    width: 250px;
    font-family: 'Cabin', serif;
    background: #F28A0F;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    z-index: 999 !important;
}

.ui-datepicker {
    padding: 0
}

.ui-datepicker-header {
    border: 0;
    background: transparent;
    font-weight: normal;
    font-size: 14px
}

.ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #e9f0f4
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: .9em;
    border: 0
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    background-image: url(../images/ui-icons_ffffff_256x240.png);
    background-position: -32px 0;
    margin-top: 0;
    top: 0;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0
}

.ui-datepicker table {
    margin: 0
}

.ui-datepicker th {
    padding: 1em 0;
    color: #ccc;
    font-size: 11px;
    font-weight: normal;
    border: 0;
    border-top: 1px solid #504945;
}

.ui-datepicker td {
    background: #8d8787;
    border: 0;
    padding: 0
}

.ui-datepicker td .ui-state-default {
    background: transparent;
    border: 0;
    text-align: center;
    padding: .2em;
    margin: 0;
    font-weight: normal;
    color: #efefef;
    font-size: 11px
}

.ui-state-disabled {
    opacity: 1
}

.ui-state-disabled .ui-state-default {
    color: #fba49e
}

.ui-datepicker td .ui-state-active, .ui-datepicker td .ui-state-hover {
    background: #F28A0F
}

/* Page Loader *************************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.loader {
    position: fixed;
    z-index: 3;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    list-style: none;
}

@-webkit-keyframes loadbars {
    0% {
        height: 10px;
        margin-top: 25px;
    }
    50% {
        height: 50px;
        margin-top: 0px;
    }
    100% {
        height: 10px;
        margin-top: 25px;
    }
}

.loader li {
    width: 5px;
    height: 10px;
    float: right;
    margin-right: 5px;
    box-shadow: 0px 100px 20px rgba(0, 0, 0, 0.2);
}

.loader li:first-child {
    -webkit-animation: loadbars 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
}

.loader li:nth-child(2) {
    -webkit-animation: loadbars 0.6s ease-in-out infinite -0.2s;
}

.loader li:nth-child(3) {
    -webkit-animation: loadbars 0.6s ease-in-out infinite -0.4s;
}

/* Isotope Filtering *****************/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Isotope CSS3 transitions **********/
.gallerycontainer .col-md-3 {
    margin-right: -1px;
}

.galleryfilter {
    margin-bottom: 30px;
    background-color: #f3f3f3;
    padding: 10px;
}

.galleryfilter a {
    color: #666;
    text-decoration: none;
    padding: 0 15px 0 15px;
    border-right: 1px solid #F4F4F4;
}

.galleryfilter a.current {
    font-weight: 700;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* Map *******************************/
#map-canvas {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
}

/****************************
         Footer Items
*****************************/

/*******************************
 *  Column Footer
 * *****************************/
#map {
    width: 100%;
    height: 480px;
    /*border-top: 35px solid #1076BC;*/
}

.col_foo1 img {
    margin: 0 auto;
}

.col_foo4 > div > h5 {
    margin: 10px 0 -2px 0;
}

.col_foo4 > div > div > p > i {
    margin: 5px 10px 0px 0;
}

.col_foo4 > div > div > h5 {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

.col_foo4 > div > p {
    color: #FFF;
    line-height: 150%;
}

.col_foo4 > div > div.col-xs-11.nop > p {
    margin-top: 10px !important;
}

.col_foo3 > h6 {
    margin: 0 ! important;
}

.col_foo4 > div:nth-child(3) > h5 > i {
    font-size: 32px;
    position: relative;
    top: 9px;
    margin-right: 12px;
}

.col_foo4 > div:nth-child(4) > p > i {
    position: relative;
    top: 3px;
    margin-right: 16px;
}

.col_foo4 > div:nth-child(3) > p {
    position: relative;
    left: 30px;
}

.col_foo4 > div:nth-child(4) > p > a {
    font-size: 17px;
    font-family: 'Cabin', serif;
}

.col_foo4 > div:nth-child(4) > p > a.piccolo {
    font-size: 1.5em;
    font-family: 'Cabin', serif;
}

.col_foo4 > div:nth-child(3) > h5 {
    font-size: 1em !important;
}

.icons_footer {
    width: 100%;
    position: relative;
    float: left;
}

.icons_footer div {
    margin-left: 10px;
}

.img_social {
    width: 20px;
    float: right;
    margin-top: 15px;
}

footer p {
    margin-bottom: 0;
}

footer > div > div.col_foo3 > h6 {
    font-size: 0.9rem;
    margin-bottom: 8px !important;
}

a.infobooking {
    font-size: 22px !important;
}

.bordo-quadrato {
    border: 2px solid #ffffff;
}

ul#navsecondaria.navCredits {
    width: 100% !important;
    text-align: center !important;
}

ul#navsecondaria.navCredits li {
    float: none !important;
    display: inline-block !important;
}

ul#navsecondaria.navCredits li a {
    /*color:#FFF!important;*/
}

ul#navsecondaria.navCredits li a:hover {
    color: #335777 !important;
}

.credits {
    background: #ffffff;
    color: #333;
    width: 100%;
    padding-top: 50px;
}

.credits p > a {
    color: #555 !important;
    font-family: 'Ubuntu', serif;
    text-align: center
}

div.credits.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div > div.col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    margin-top: 15px
}

.credits p {
    font-size: 14px !important;
    text-align: center;
}

.creditslinks_container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

/* Main Contact*********************/
.main-contact {
    padding: 10px 0;
}

.main-contact span, .main-contact span a {
    margin-right: 15px; /* display: inline-block; */
    color: #534C45;
}

.main-contact span i {
    color: #2B7EBC;
    margin-right: 5px;
}

.main-contact .fa-mobile {
    font-size: 1.4em;
}

/* Contact Form ********************/
.contact-form {
    margin-bottom: 20px;
}

.contact-form input, .contact-form textarea {
    margin-bottom: 15px;
    padding: 11px 10px;
}

.contact-form textarea {
    height: 200px
}

/* Main Social *********************/
.main-social {
    float: right;
    margin-top: 17px;
}

.main-social a {
    display: block;
    float: left;
    color: #FFF;
    font-size: .9em;
}

.main-social .fa-inverse {
    color: #2B7EBC;
}

/* Footer Logo  *******************/
footer .logo-footer {
    display: block;
    float: left;
    padding: 0;
    margin-right: 20px;
}

.main-contact address {
    margin-top: 20px;
    display: inline-block;
}

/* Footer Links *******************/
ul.footer-links {
    margin-top: -40px
}

ul.footer-links li {
    float: left;
    display: block;
    margin-right: 14px;
}

ul.footer-links li a {
    color: #fff;
    font-size: 0.8em;
    line-height: 45px;
}

/* Footer Copy ********************/
.copy {
    float: right;
    font-size: 0.8em;
    line-height: 45px;
}

.copy a {
    color: #fff;
}

/* Flickr *************************/
#flickr {
    margin: -10px 0 0 -11px;
}

#flickr a {
    float: left;
    display: inline-block;
    margin: 10px 0 0 10px;
}

#flickr a img {
    width: 56px !important;
    height: 56px !important;
}

.pull-right {
    float: right !important;
}

.wrapper-pagina {
    clear: both;
    text-align: right;
    margin: 20px 0;
    width: 100%;
}

.pagina {
    margin: 10px 5px;
    padding: 3px 6px;
    border: 1px solid #2B7EBC;
    color: #ffffff;
    line-height: 3em;
    font: 10px Arial, Helvetica, sans-serif;
    background-color: #0f4f7b;
}

a.pagina, a:visited.pagina {
    margin: 5px;
    border: 1px solid #2B7EBC;
    padding: 3px 6px;
    color: #2B7EBC;
    line-height: 3em;
    text-decoration: none;
    background-color: #ffffff;
}

a:hover.pagina {
    background-color: #2B7EBC;
    color: #ffffff !important;
    text-decoration: none;
}

.clear {
    clear: both
}

hr {
    height: 15px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px 0 0 0;
}

ul.servizi {
    list-style: none;
}

ul.servizi li {
    list-style-type: none;
    font-size: 14px;
    line-height: 24px;
}

.cdsROW img {
    display: inline !important;
}

.cdsROW.narrow {
    width: 100% !important;
}

.form-preventivo input {
    width: 50% !important;
    color: #fff !important;
    background-color: #2B7EBC !important;
    margin-bottom: 0px !important;
    margin: 0 auto !important;
    text-align: center !important;
    float: none !important;
    padding: 6px 5px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.form-preventivo .btn-default {
    width: 50% !important;
    color: #fff !important;
    background-color: #F5A902 !important;
    margin-bottom: 0px !important;
    margin: 0 auto !important;
    text-align: center !important;
    float: none !important;
    padding: 6px 5px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1.2em;
    letter-spacing: 1px;
    display: block !important;
    font-weight: 400 !important;
}

.form-preventivo .btn {
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.hover-effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden
}

.hover-effect img {
    display: block;
    position: relative;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden
}

.hover-effect:hover:after {
    visibility: visible;
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.hover-effect:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.hover-effect:after {
    color: #fff;
    background: none;
    content: "\Leggi tutto";
    font-size: 1.6667em;
    text-align: center;
    line-height: 30px;
    padding-top: 15px;
    border: 5px solid #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.hover-effect:hover img {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5
}

.hover-effect.arancio:after {
    background-color: #1076BC;
    font-size: 19px;
    width: 98px;
}

.hover-effect.arancio:hover {
    background: #1076BC
}

/* -----------------------------------------
   MOBILE MENU
----------------------------------------- */
#mobilemenu {
    display: none;
}

#mobile-bar {
    display: none;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #F28A0F;
    padding: 15px 10px 0 10px;
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 999;
}

h1.mob-title {
    font-size: 1.1em;
    margin-top: 15px;
}

.menu-trigger,
.menu-trigger:focus {
    width: 24px;
    height: 21px;
    background: none;
    cursor: pointer;
    opacity: 0.85;
    margin: 0;
    outline: none;
    position: absolute;
    left: 10px;
    top: 5px;
    color: #FFF;
}

.menu-trigger:hover {
    opacity: 0.95;
    color: #FFF;
}

table.tabella {
    border-collapse: collapse;
    width: auto;
    width: 100%;
    margin-bottom: 20px;
}

table.tabella td,
table.tabella th {
    border: 1px solid #F28A0F;
    padding: 0.5em;
    margin: 1em;
    text-align: center;
    font-size: 1em;
    vertical-align: middle;
    color: #333;
}

table.tabella th {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 0.9em;
    background-color: #F28A0F;
    border: 1px solid #ffffff;
}

.mm-list > li > a, .mm-list > li > span {
    text-transform: uppercase !important
}

.multilingua_mobile {
    width: 55px !important;
    float: left;
    background: #F28A0F;
    margin: 5% 2% !important;
}

.mm-list > li.multilingua_mobile:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    border-bottom-width: 0px !important;
}

/****************************
         Dove siamo pages
*****************************/

#mapDiv > div > div:nth-child(11) {
    display: none !important;
}

.position_sidebar > div.first_block {
    border: 1px solid #e0e5e9;
}

.position_sidebar > div.first_block, .position_sidebar > div.second_block {
    text-align: center;
    padding: 0 1em
}

.position_sidebar > div.first_block img {
    margin: 25px auto;
}

.muoversi > div.first_block img {
    margin: 0px auto 5px auto !important;
}

.img_styled {
    border: 1px solid #D8D8D8;
    padding: 3px;
    border-radius: 3px;
}

.image_grid h5 {
    margin-top: 20px;
    font-size: 17px;
}

.image_grid p {
    color: #333; /*font-size:13px !important;*/
}

#check_avail > div:nth-child(1) > div.col-sm-12.col-xs-12 > h6 {
    border-bottom: 1px solid;
    padding-bottom: 12px;
}

.first_block h5 {
    margin-bottom: 0;
}

.first_block p {
    margin-bottom: 50px;
    font-size: 13px !important;
}

.breaker {
    border-bottom: 1px solid #CCCCCC;
    height: 1px;
    width: 90%;
    margin: 0 auto;
}

.breaker_totalwidth {
    border-bottom: 1px solid #CCCCCC;
    height: 2px;
    width: 100%;
    margin: 0 auto;
}

.width {
    width: 80%;
}

.button_position {
    width: 70%;
    float: none;
    margin: 10px auto;
    background: #F28A0F;
    padding: 6px 10px;
}

.form-group-inner > input:last-child {
    font-weight: 600 !important
}

button.button_position {
    text-transform: uppercase;
    color: #FFF;;
}

button.button_position:hover, .form-group-inner > input:last-child:hover {
    background: #1076BC !important;
}

.second_block {
    border: 1px solid #F28A0F;
    padding: 25px 10px !important;
    background: #F28A0F;
    color: #ffffff !important;
}

/* .form-group-inner > input:last-child{background:#F28A0F !important;}*/
.second_block > div#book {
    background: #F28A0F;
    padding: 12px;
    border: 1px solid #fff;
}

.first_block > div#book {
    background: #F28A0F;
    padding: 12px;
    border: 1px solid #fff;
}

.form-group-inner {
    width: 50%;
    margin: 0px auto 5px auto;
    position: relative;
}

.input-icon-inner {
    bottom: 0px;
    top: 5px !important;
}

/*.services_featured_inner{width:65%;margin:0 auto;}*/
.services_featured_inner ul {
    padding-left: 0;
}

.services_featured_inner ul li {
    list-style: none;
    text-align: left;
}

#book > div.row > div > ul > li > i {
    margin-right: 10px;
    float: left;
}

/****************************
         Muoversi pages
*****************************/
.muoversi > div.first_block img {
    margin: 20px auto 5px auto !important;
}

.muoversi > div.first_block {
    padding: 15px
}

.muoversi > div.first_block > p:nth-child(4),
.muoversi > div.first_block > p:nth-child(7) {
    font-weight: 600; /*font-size:15px !important*/
}

.muoversi > div.first_block > p:nth-child(5), .muoversi > div.first_block > p:nth-child(8) {
    font-size: 12px !important
}

.panel-default {
    border: 1px solid #1076BC;
}

.panel-default > .panel-heading {
    color: #fff;
}

.panel-heading > h4 {
    font-family: 'Cabin', serif !important;
    background: #1076BC;
    font-size: 1.7em;
    padding: 10px 5px;
}

.panel-collapse {
    border-top: 1px solid;
    width: 100%;
}

.panel-heading > h4 > a {
    font-family: 'Cabin', serif;
    font-weight: 500;
}

.panel-heading > h4 > a > i {
    color: #FFF;
    float: right;
}

.panel-heading > h4 > a > i {
    margin-right: 8px;
}

.panel-heading > h4 > a {
    margin-left: 8px
}

.panel-body > p > a {
    color: #333;
    font-weight: 600;
    font-family: 'Cabin', serif !important;
}

.panel-body > p > a:hover {
    color: #1076BC
}

.goToBus {
    background: #F28A0F;
    color: #FFFFFF !important;
    text-align: center;
    padding: 1% 0;
    text-transform: uppercase;
}

.ritiroHours {
    width: 100%
}

/*****************************************
         Sidebar_two
******************************************/
.position_sidebar iframe {
    height: 200px;
}

.position_sidebar_two div.first_block {
    text-align: center;
    border: 1px solid #F28A0F;
    padding: 3px !important;
    background: #F28A0F;
}

.position_sidebar_two div.second_block,
#dintorni .position_sidebar div.first_block {
    padding: 15px !important;
    border: 1px solid #e0e5e9;
    background: #fff;
    color: #000;
    text-align: left;
}

.position_sidebar_two div.second_block img {
    margin: 20px auto 5px auto !important;
}

.position_sidebar_two div.second_block > p.title {
    font-weight: 600;
    font-size: 0.8em !important;
}

.position_sidebar_two div.second_block > p.text {
    font-size: 0.8em !important;
    line-height: 130% !important;
}

.position_sidebar_two ul.list-sidebar-servizi > li {
    list-style: none;
    text-align: left;
    color: #F28A0F;
}

.position_sidebar_two ul.list-sidebar-servizi > li > i {
    margin-right: 10px;
    color: #F28A0F;
    float: left;
}

.position_sidebar_two .form-group-inner,
.position_sidebar .form-group-inner {
    width: 80%;
}

ul.list-sidebar-servizi li,
ul.list_prenota li {
    clear: both;
    margin-left: 15px;
    margin-bottom: 8px;
}

/*****************************************
         Sidebar_two /Sidebar_three
******************************************/
ul.area_interesse,
ul.dintorni_link {
    text-align: left;
    list-style: none;
}

ul.area_interesse li:before,
ul.dintorni_link li:before {
    content: "\00BB ";
}

ul.dintorni_link li {
    text-decoration: underline;
    margin: 10px 0;
}

ul.dintorni_link li {
    text-decoration: underline;
}

ul.area_interesse li {
    font-weight: 600;
    margin-bottom: 7px;
    border-bottom: 1px solid #E0E5E9;
}

ul.area_interesse li a {
    color: #F28A0F !important;
}

/*****************************************
         Paginatore
******************************************/
ul.pagination li a {
    background-color: #F28A0F !important;
    border-color: #F28A0F;
    color: #fff;
}

ul.pagination li.active a, ul.pagination li a:hover, ul.pagination li.active a:hover {
    background-color: #1076BC !important;
    border-color: #1076BC;
    color: #fff;
}

/*****************************************
         Richiesta Info
******************************************/
.info .main-block a {
    color: #000;
    text-decoration: underline !important;
    text-transform: lowercase;
    font-weight: bold;
}

.info .button_container {
    margin: 20px auto;
}

.info .button_container button {
    background: #F28A0F;
    padding: 5px 30px;
}

.info .number_selection button {
    background-color: #fff;
    color: #808080;
    padding: 3px 9px !important;
    margin: auto !important;
}

.info .input-group-btn {
    /*border: 1px solid #E0E5E9;*/
}

.info .input-number {
    /*border-top: 1px solid #E0E5E9;
    border-bottom: 1px solid #E0E5E9;*/
    width: 32px;
}

.info .number_selection .input-group-addon,
.info .input-group-btn {
    width: auto;
}

.info label {
    display: block;
}

/*****************************************
        Offerte + Dintorni
******************************************/
#offerte .container_offerte,
#dintorni .container_dintorni {
    border: 1px solid #E0E5E9;
    padding-top: 25px;
}

#offerte .date_info span,
#dintorni .dintorni_info span {
    margin: 20px 0;
    border-bottom: 1px dashed #E0E5E9;
    border-top: 1px dashed #E0E5E9;
    padding: 8px 0;
    display: block;
    font-style: italic;
}

#offerte .descrizione-offerta,
#dintorni .main-block {
    padding-bottom: 20px;
}

.pagination_container {
    border-top: 1px solid #E0E5E9;
}

#offerte .image_grid {
    margin-bottom: 25px;
}

#offerte .main-block {
    margin-bottom: 0px;
}

input, textarea, select {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    /*    border-radius: 4px !important;*/
}

#dintorni .dettaglio-dintorni {
    font-size: 11px !Important;
}

/*****************************************
         Gallery
******************************************/
#gallery .block_text {
    margin-bottom: 0px !important;
}

#gallery .container_gallery p {
    color: #000;
    text-align: center;
}

#gallery .container_gallery .container_image {
    /*background-color: #000;*/
}

/*****************************************
         Camere Superior/Camere Deluxe
******************************************/
#camere_superior .border-top {
    border-top: 1px solid #E0E5E9;
    padding-top: 15px;
}

/*****************************************
        Recensioni
******************************************/
#recensioni h5.heading-recensioni, .recensione {
    color: #000;
}

#recensioni h5.heading-recensioni {
    margin: 0px auto;
    font-family: 'Cabin', serif;
}

#recensioni h5.heading-recensioni span {
    font-size: 14px;
    font-weight: 500;

}

#recensioni .displayTable {
    margin-bottom: 20px;
}

#recensioni .displayCell {
    vertical-align: top;
    padding-left: 15px;
}

.rounded-box {
    background: #F28A0F;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    padding-top: 25%;
    color: #fff;
}

.rounded-box .voto {
    font-size: 25px;
}

#recensioni .first_block {
    padding: 15px;
}

#recensioni .first_block p {
    margin-bottom: 20px;
}

#recensioni .breaker {
    margin: 15px auto;
}

#modal_recensioni {
    color: #000;
}

/****************************
         Charme
*****************************/
#charme .camere_media {
    border: 1px solid #E0E5E9;
    padding: 5px;
    margin: 20px auto;
}

#charme .camere_media img {
    max-width: 100%;
    width: 100%;
}

#charme .camere_media h5 {
    margin-top: 0px;
}

.camere_media_img {
    width: 30%
}

#charme .camere_media .displayCell {
    vertical-align: middle;
}

#charme .camere_media .first_column {
    border-right: 1px solid #E0E5E9;
}

#charme .camere_media .second_column {
    text-align: center;
    margin-top: 7px;
}

#charme .camere_media .second_column .price {
    font-size: 30px !important;
    margin-bottom: 5px;
}

.camere_media > div > div > a,
#collapseThree > div > form > div > button,
.container_dintorni a.btn, a.btn {
    background: #F28A0F;
    padding: 6px 8px; /*border-radius: 3px;*/
    color: #fff !important;
    font-size: 20px;
}

a.btn:after {
    content: ">";
    margin-left: 10px;
    font-size: 26px;
}

.camere_media > div > div > a:hover, .container_dintorni > div > div > a:hover, a.btn:hover, #collapseThree > div > form > div > button:hover {
    background: #1076BC;
    color: #fff !important;
}

.dintorni_link li a {
    color: #1076BC !important;
}

.dintorni_link li a:hover {
    color: #333 !important;
}

/****************************
         Tariffe
*****************************/
.table-tariffe td.periodo {
    width: 39%;
}

.table-tariffe th.single,
.table-tariffe th.double {
    width: 25%;
}

.position_sidebar_two h6 {
    text-align: center !important;
    text-transform: uppercase;
}

.icone p {
    font-size: 0.8em !important;
    line-height: 110% !important;
}

p.icona {
    font-size: 11px !important;
    line-height: 15px !important;
}

#gallery h5 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 8px;
}

p.piccolo {
    font-size: 0.8em !important;
    line-height: 130% !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 480px;
    top: 480px;
    margin-top: -480px;
}

table.table th {
    font-weight: 500;
}

table.table th, table.table td {
    text-align: center;
    vertical-align: middle !important;
}

#google_translate_element {
    position: absolute;
    top: 5px;
    right: 20px;
}

#google_translate_element img {
    display: inline;
}

a i.fab {
    color: #ffffff !important;
    z-index: 999;
}

a.btn, a.btn:hover {
    text-decoration: none !important;
    white-space: normal !important;
}

#CDSWIDCOE {
    margin: 0 auto !important;
}

/****************************
         Form Items
*****************************/

#reservation-sidebar input:not([type=radio],[type=checkbox]), #reservation-sidebar select, #booking input:not([type=radio],[type=checkbox]), #booking select {
    width: 90% !important;
}

input, textarea, select {
    background-color: #fff;
    font-weight: 700;
    color: #463e3e;
    padding: 2px 4px;
    line-height: 21px;
}

select {
    outline: none;
}

input[type=button] {
    font: 500 1em 'Raleway', sans-serif;
    -webkit-appearance: none;
    background: #000;
    cursor: pointer;
    border: 0;
    margin: 0;
    padding: 8px 15px;
    color: #fff;
    font-weight: 700;
}

input[type=button]:hover {
}

input[type=button]:active {
    background: #000;
}


.icons_footer {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.icons_footer div {
    margin-left: 10px;
}

.if-facebook {
    background: url("../images/facebook.png") no-repeat;
    background-size: 100%;
    width: 68px;
    height: 68px;
    display: inline-block
}

.if-instagram {
    background: url("../images/instagram.png") no-repeat;
    background-size: 100%;
    width: 68px;
    height: 68px;
    display: inline-block;
}

.if-tripadvisor {
    background: url("../images/tripadvisor.png") no-repeat;
    background-size: 100%;
    width: 68px;
    height: 68px;
    display: inline-block;
}

.if-whatsapp {
    background: url("../images/whatsapp.png") no-repeat;
    background-size: 100%;
    width: 68px;
    height: 68px;
    display: inline-block;
}

.credits ul#navsecondaria li {
    margin: 0 !important;
    font-size: 12px !important;
}

.credits ul#navsecondaria a {
    color: #333 !important;
}

.cerchio .fa {
    font-size: 3em;
    height: 90px;
    width: 90px;
    background-color: #F28A0F;
    border-radius: 50%;
    display: inline-block;
    line-height: 180%;
    margin-bottom: 10px;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    background-color: #fff;
}

#navbar {
    padding: 0;
    /*box-shadow: 0 4px 5px rgba(0, 0, 0, .1);*/
    z-index: 999;
    border-bottom: 3px solid #1076BC;
}

#box-prenotazione {
    background-color: #1076BC;
    position: relative;
    margin-top: -100px;
    margin-bottom: 40px;
    color: #ffffff;
}

#box-prenotazione h1, #box-prenotazione h6 {
    font-weight: 400;
}

.nav-tabs li a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 24px;
    padding-right: 55px;
}

.nav-tabs li a::after {
    content: "";
    position: absolute;
    top: 26px;
    right: 24px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    transform: rotate(-90deg);
}

.nav-tabs li.active a {
    color: #1076BC !important;
}

.nav-tabs li.active a::after, .nav-tabs li a:hover:after {
    border-color: #1076BC transparent !important;
    transform: rotate(0deg);
}

.nav-tabs li a:hover {
    background-color: #ffffff !important;
    color: #1076BC !important;
}

.bordobasso {
    padding: 0 0 30px 0;
    border-bottom: 6px solid #fff;
}

.arancione {
    border-bottom-color: #F28A0F;
}

.blu {
    border-bottom-color: #1076BC;
}

.azzurro {
    border-bottom-color: #1076BC;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.text-box-esperienze {
    position: absolute;
    top: 60px;
    color: #fff !important;
    margin: 0;
    padding: 10px;
}

.titoloexp {
    height: 60px;
    padding: 10px;
    overflow: hidden;
    color: #fff;
    line-height: 120%;
    font-weight: 500;
    font-size: 1.15em;
    margin: 0;
}

.prezzo {
    font-size: 1.5em;
    font-weight: 700;
    margin: 0;
}

.text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff !important;
    margin: 0;
    padding: 10px;
    min-height: 100px;
}

.text-box p {
    font-size: 20px;
    margin: 0;
}

.sfondo-blu {
    background-color: #1076BC;
}

.sfondo-arancione {
    background-color: #F28A0F;
}

.sfondo-verde {
    background-color: #71BF46;
}


.link-box:hover img {
    transition: 1.4s ease;
    opacity: 0.90;
    transform: scale(1.2);
}

/*menu*/

.exo-menu {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    list-style: none;
    position: relative;
    margin: 0 !important;
}

.exo-menu > li {
    display: inline-block;
    float: left;
}

.exo-menu > li > a {
    color: #1076BC;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.stander > li.active > a,
.exo-menu li.active,
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
    color: #F28A0F !important;
}

.exo-menu li a:hover, .exo-menu > li.active > a, .exo-menu > li > ul > li.active > a {
    color: #F28A0F;
}

li.drop-down {
    position: relative;
}

li.drop-down > ul {
    left: 0px;
    min-width: 230px;
    position: absolute;
}

.drop-down-ul {
    display: none;
    list-style: none;
    border-bottom: 2px solid #F28A0F;
}

li.drop-down > ul > li > a {
    color: #1076BC;
    display: block;
    padding: 5px 22px;
    text-decoration: none;
    background-color: #ffffff;
    /*border-bottom: 1px solid #1076BC;*/
}

li.drop-down > ul > li > a:hover {
    color: #F28A0F !important;
}

.drop-down-ul li a:before, .mega-menu a:before {
    content: '>';
    margin-right: 5px;
}

.mega-menu {
    left: 0;
    right: 0;
    padding: 10px 0 20px 0;
    display: none;
    min-height: 100%;
}

h4.row.mega-title {
    color: #fff;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    padding-top: 15px;
    background-color: #1076BC
}

.mega-menu ul li {
    list-style: none !important;
}

.mega-menu a {
    font-weight: 700 !important;
    font-size: 120% !important;
    color: #1076BC !important;
}

.mega-menu a:hover, .mega-menu a.active {
    color: #1076BC !important;
}

.mega-menu ul li a {
    padding: 10px 0 10px 15px !important;
    font-size: 95% !important;
    font-weight: 400 !important;
}

ul.stander li a {
    padding: 3px 0px;
}

.mega-menu {
    background-color: #ffffff;
    border-bottom: 3px solid #F28A0F;
}

.mega-drop-down a:hover + .mega-menu, .mega-menu:hover, .drop-down-ul:hover, li.drop-down > a:hover + .drop-down-ul, .mega-drop-down a:hover + .mega-menu {
    display: block;
}

a.toggle-menu {
    position: absolute;
    left: 0px;
    padding: 15px;
    font-size: 27px;
    background-color: #1076BC;
    color: #ffffff;
    top: -60px;
    width: 100%;
    height: 60px;
}

/*responsive*/
@media (min-width: 767px) {

    .exo-menu > li > a {
        display: block;
        padding: 20px 18px;
    }

    .mega-menu {
        position: absolute;
    }
}

@media (max-width: 767px) {
    #navbar {
        box-shadow: none !important;
        margin-top: 60px;
    }

    .exo-menu {
        width: 100%;
        display: block !important;
    }

    .exo-menu > li > a {
        width: 100%;
        display: none;

    }

    .exo-menu > li {
        width: 100%;
    }

    .display.exo-menu > li > a {
        display: block;
        padding: 20px 18px;
    }

    .mega-menu, li.drop-down > ul {
        position: relative;
    }

}

.briciole {
    padding: 20px 0;
    margin: 0;
    text-align: left;
    color: #fff;
    font-size: 18px;
}

.box-foto {
    position: relative;
    color: white;
}

.box-foto h2 {
    position: absolute;
    top: 35px;
    left: 35px;
    font-weight: 400;
}

.box-foto a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px !important;
    font-weight: 400;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    line-height: normal;
    line-height: 125%;
}

.input-group-btn > .btn {
    border: 1px solid #dedede;
}

#reservation-sidebar {
    z-index: 998;
}

#reservation-sidebar h3, #reservation-sidebar h5 {
    color: #fff !important;
    font-weight: normal !important;
    margin: 0px auto;
    padding: 20px 0 0 0;
}

#reservation-sidebar h3:after {
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    display: block;
    margin-top: 15px;
}

#reservation-sidebar label {
    color: #ffffff !important;
}

#box-prenotazione label {
    color: #fff !important;
    padding-right: 5px;
    font-size: 18px;
}

#accordionvisite input {
    padding: 5px !important;
    text-align: center;
}

#reservation-sidebar .btn-number, #box-prenotazione .btn-number, #accordionvisite .btn-number {
    color: #808080 !important;
    background-color: #ffffff !important;
}

#reservation-sidebar .date-pick, #box-prenotazione .date-pick {
    width: 120px;
    text-align: left;
}

#reservation-sidebar .input-icon-info, #box-prenotazione .input-icon-info {
    position: absolute;
    left: 100px;
    top: 28px;
    width: 28px;
    height: 24px;
    color: #808080;
}

#reservation-sidebar input[type="submit"], #box-prenotazione input[type="submit"], #accordionvisite input[type="submit"], #prenotazione-dettaglio input[type="submit"], #booking input[type="submit"] {
    padding: 10px !important;
    font-size: 1.2em;
    font-weight: normal;
}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#reservation-sidebar.affix {
    top: 90px;
}

#reservation-sidebar.affix-bottom {
  position: absolute;
}

@media (min-width: 768px) and (max-width: 991px) {
    #reservation-sidebar.affix-bottom,
    #reservation-sidebar.affix {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #reservation-sidebar.affix-bottom,
    #reservation-sidebar.affix {
        width: 212px;
    }
}

@media (min-width: 1200px) {
    #reservation-sidebar.affix-bottom,
    #reservation-sidebar.affix {
        width: 270px;
    }
}

.item-gallery {
    background-color: #fff;
    padding: 20px;
}

.item-gallery h4 {
    color: #1076BC;
}

.notizia {
    border-bottom: 1px solid #DDDDDD;
    padding: 30px 0 !important;
}

.notizia h4 a {
    color: #1076BC;
}

/*#pagina {
    min-height: 850px;
    padding-bottom: 50px;
}*/

.btn-sm {
    padding: 4px 8px !important;
    font-size: 18px !important;
}

.slideover {
    position: absolute;
    width: 70%;
    top: 25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.slideover h3 {
    font-size: 3em;
    color: #fff;
}

.slideover p {
    width: 40%;
    color: #fff;
}

#accordionvisite a, #accordionvisite .panel-body {
    color: #fff !important;
}

#accordionvisite.panel-group .panel-heading + .panel-collapse .panel-body {
    border: none !important;
}

#accordionvisite .panel-default {
    border: none !important;
    background-color: #1076BC !important;
    color: #ffffff !important;
}

#accordionvisite .panel-collapse {
    border-color: #fff !important;
}

#accordionvisite p.etichetta {
    margin-bottom: 0;
    line-height: 100%;
}

#accordionvisite small {
    font-size: 0.85em;
}

.center-block-adv {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.hasDatepicker {
    border: 1px solid #999 !important;
}

#loghifooter img {
    max-height: 70px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#loghifooter div {
    height: 70px;
}

.box_grid {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.box_grid .wrapper {
    padding: 25px;
}

.box_list {
    background-color: #ffffff;
    min-height: 310px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.box_list .wrapper {
    padding: 30px 30px 20px 30px;
    /*min-height: 245px;*/
}

.wrapper .price {
    display: block;
    text-align: right;
    line-height: 0.8em;
}

.wrapper .price strong {
    display: block;
    text-align: right;
    font-size: 1.8em;
    color: #F28A0F;
}

.picc {
    text-align: right;
    font-size: 0.9em !important;
    line-height: 100%;
    margin: 0;
}

.wrapper small {
    color: #F28A0F !important;
    font-size: 0.85em !important;
}

.filters_listing ul {
    margin: 0 15px;
    list-style: none;
}

.filters_listing ul li {
    margin-right: 10px;
    list-style: none;
    float: right;
}

.filters_listing ul li:nth-child(1) {
    float: right;
    margin-right: 0;
}

.layout_view {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 4px 8px 3px 8px;
}

.filters_listing a {
    color: rgba(0, 0, 0, 0.5);
}

.filters_listing a:hover, .filters_listing a.active {
    color: #F28A0F !important;
}

a.btn_map {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px 8px 12px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 600;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.5);
}

a.btn_map:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f3c5";
    display: inline-block;
    margin-right: 5px;
    font-weight: 900;
}

.sliderlist {
    max-height: 380px;
    overflow: hidden;
}


.sliderlist img {
    display: none;
}

#mappa {
    min-height: 450px !important;
}

#mappa_dettaglio {
    min-height: 515px !important;
    margin-top: -10px;
}

#carousel1 {
    max-height: 120px;
    overflow: hidden;
}

.infowindow {
    text-align: left;
    width: 360px;
    height: auto;
    min-height: 100%;
}

.infowindow h5, .infowindow h5 a {
    margin-bottom: 8px;
    color: #1076BC !important;
}

.infowindow img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 4px;
    border: 1px solid #e4e4e4;
}

#sliderhead {
    margin-top: -8px;
}

.tooltip-inner {
    border: 10px solid #333;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    /*max-width: 350px;
    width: 350px;*/
}

.tooltipPolicy, span.tooltipPolicy {
    cursor: help;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #1076BC;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}


#reccomended {
    margin-top: 40px
}

@media (max-width: 767px) {
    #reccomended {
        margin-top: 0
    }
}

#reccomended .item {
    margin: 0 15px
}

#reccomended .owl-item {
    opacity: 0.5;
    transform: scale(0.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.85, 0.85);
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden
}

#reccomended .owl-item.active.center {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: scale(1)
}

#reccomended .owl-item.active.center .item .title h4,
#reccomended .owl-item.active.center .item .views {
    opacity: 1
}

.owl-theme .owl-dots {
    margin-top: 10px !important;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .owl-theme .owl-dots {
        margin-top: 0 !important;
        margin-bottom: 20px
    }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F28A0F !important
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important
}

.box_grid figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 210px
}

.box_grid figure small {
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    left: 20px;
    top: 22px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1
}

.box_grid figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2
}

.box_grid figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px
}

.box_grid figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.box_grid figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.box_grid figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.box_grid .bottone {
    padding: 20px 15px;
    border-top: 1px solid #ededed;
    margin: 0 auto;
    text-align: center;
}

.box_grid .wrapper h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0;
    text-align: left;
}

.box_grid .wrapper h4 {
    color: #F28A0F !important;
    font-size: 0.85em !important;
    margin-top: 0;
    text-align: left;
}

.box_grid .wrapper p {
    text-align: left;
}

#pagina ul:not([class]) {
    list-style-position: outside;
    margin-left: 1em;
}

.zoomgallery figure {
    display: block;
}

.zoomgallery figcaption {
    display: none;
}