
/*#region BOOTSTRAP CUSTOM */

img {
    max-width: 100%;
}

hr {
    border-top: solid 1px #000;
}


/*@media (min-width:992px) {
    
    .col-md-2dot4 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}*/


.form-control {
     /*border-radius: 0;*/
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
}

.form-control:focus {
    border-color: #c69c6d !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(198,156,109,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(198,156,109,.6);
}


.btn {
    /*border-radius: 0;*/
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
}

/*.btn {
    border-radius: 0;
}
.btn-primary {
     background-color: #222;
     border-color: #222;
}

.btn-primary:hover, .btn-primary:focus{
    background-color: #333;
    border-color: #222;
}*/


.btn-dark {
    color: #ffffff !important;
    background-color: #444444;
    border-color: #373737;
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark:active,
    .btn-dark.active,
    .open .dropdown-toggle.btn-dark {
        color: #ffffff;
        background-color: #303030;
        border-color: #191919;
    }

    .btn-dark:active,
    .btn-dark.active,
    .open .dropdown-toggle.btn-dark {
        background-image: none;
    }

    .btn-dark.disabled,
    .btn-dark[disabled],
    fieldset[disabled] .btn-dark,
    .btn-dark.disabled:hover,
    .btn-dark[disabled]:hover,
    fieldset[disabled] .btn-dark:hover,
    .btn-dark.disabled:focus,
    .btn-dark[disabled]:focus,
    fieldset[disabled] .btn-dark:focus,
    .btn-dark.disabled:active,
    .btn-dark[disabled]:active,
    fieldset[disabled] .btn-dark:active,
    .btn-dark.disabled.active,
    .btn-dark[disabled].active,
    fieldset[disabled] .btn-dark.active {
        background-color: #444444;
        border-color: #373737;
    }

    .btn-dark .badge {
        color: #444444;
        background-color: #ffffff;
    }


@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg) translate3d( 0, 0, 0);
  }
  to {
    -webkit-transform: rotate(359deg) translate3d( 0, 0, 0);
  }
}



.form-group .label-danger {
    position: absolute;
    top: 0;
    right: 15px;
}


 .form-group.errorstatic .label-danger {
        position: static;
        top: auto;
        right: auto;
    }

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 12px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .breadcrumb a {
        
    }

    .breadcrumb a:hover {
        
    }

    .breadcrumb > li + li:before {
       
    }


.active > a, .active > a:hover, a, a:hover, a:focus {
  outline: none;
}





.list-unstyled a:hover {
    text-decoration: none;
    border-bottom: solid 1px #999;
}

.text-twitter, .text-twitter:hover {
    color: #55ACEE;
}

.text-facebook, .text-facebook:hover {
    color: #3B5998;
}

.text-youtube, .text-youtube:hover {
    color: #cd201f;
}

.text-pinterest, .text-pinterest:hover {
    color: #cb2027;
}

.text-instagram, .text-instagram:hover {
    color: #125688;
}


@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}


.absolute { position: absolute; }
    .absolute.bottom { bottom: 0; }
    .absolute.right { right: 0; }
.fixed { position: fixed; }

@media (min-width: 768px) {
    .absolute-sm { position: absolute; }
    .fixed-sm { position: fixed; }
}

@media (min-width: 992px) {
    .absolute-md { position: absolute; }
    .fixed-md { position: fixed; }
}

@media (min-width: 1200px) {
    .absolute-sm { position: absolute; }
    .fixed-sm { position: fixed; }
}


.modal-content {
    background-color: #14130b; /*koala*/
    color: #777;
    border: none;
    border-radius: 0;
}

.modal-header {
    border-bottom: 1px solid #000;
}
    
    .modal-header .close {
        color: #fff;
    }

.modal-footer {
    border-top: 1px solid #3f1316;
}
/*#endregion */


/*#region RESPONSIVE DROPDOWN */
@media (max-width: 768px) {
    .dropdown.responsive {
        display: block;   
        margin-bottom: 5px;  
    }
    .dropdown.responsive > button{
        display: block;
        width: 100%;
        background-color: #3f1316;
        
    }
    .dropdown.responsive > .dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        /*display: block;
        height: 0;
        overflow: hidden;*/
        transition: height 0.2s linear;
    }

    .dropdown.responsive.open > .dropdown-menu {
        height: auto;
    }
}
/*#endregion */

/*#region JQUERY UI */

.ui-widget {
    background: #FFF;
    border: 1px solid #CCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 2px;
    padding: 8px;
    color: #555;
}

    .ui-widget a, .ui-widget .a {
        color: #555;
    }

        .ui-widget a:visited, .ui-widget .a:visited {
            color: #555;
        }

        .ui-widget a.current, .ui-widget a:hover, .ui-widget .a.current, .ui-widget .a:hover {
            color: #FFF;
            background-color: #F0AD4E;
            text-decoration: none;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
        }

.ui-state-default {
    text-align: center !important;
}

.ui-state-active {
    color: #FFF !important;
    background-color: #428BCA;
    text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.ui-icon {
    cursor: pointer;
}

.ui-datepicker-div {
    position: relative;
}

.ui-datepicker-prev {
    text-align: center;
    cursor: pointer;
}

.ui-datepicker-next {
    text-align: center;
    cursor: pointer;
}

.ui-state-disabled {
    opacity: 0.2;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker-calendar td {
    border: 1px solid #eee;
    width: 30px;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    line-height: 1.8em;
}

.ui-datepicker-prev.ui-state-hover:hover {
    background-color: #fff;
    color: #D99B14;
}

.ui-datepicker-next:before {
    font-family: FontAwesome;
    content: "\f054";
    line-height: 1.8em;
}

.ui-datepicker-next.ui-state-hover:hover {
    background-color: #fff;
    color: #D99B14;
}

.ui-autocomplete {
    padding: 0;
}

.ui-autocomplete a:hover{
    background-color: #D9EDF7 !important;
    cursor: pointer;
}

.ui-slider-handle {
    background-color: #661F24;
    border-radius: 100px;
}

.ui-slider-horizontal {
    padding: 0;
    height: 4px;
    margin-top: 10px;
    background: #575757;
    border: none;
    border-radius: 0;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}



@media (max-width: 468px) {
    .ui-datepicker {
       width: calc(100% - 30px);
       /*left: 0 !important;*/
       font-size: 18px;
        /*font-size: 16px;*/
    }
}

/*#endregion */

/*#region UTILITY */

/* footer bottom con minheight classe da applicare a html*/
.mhf, .mhf > body, .mhf > body > form {
    height: 100%;
}
/* margine padding : altezza footer*/
.mhf > body > form > div.mhf {
    height: auto;
    min-height: 100%;
    margin-bottom: -118.6px;
    padding-bottom: 118.6px;
}

.cover {
    display: block;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.rounded {
    border-radius: 0;
}

.fixed {
    display: block;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    background-attachment: fixed;
}

.contain {
    background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


.vertical-force {
    
}

	.vertical-force input[type="checkbox"], .vertical-force input[type="radio"], .vertical-force label, .vertical-force span, .vertical-force img, .vertical-force i, .vertical-force h3,  .vertical-force h4, .vertical-force label:before {
	   display: inline-block;
       vertical-align: middle;
	   margin: 0;
	   float: none;
	}

	.vertical-force input[type="checkbox"], .vertical-force input[type="radio"]{
	   margin-right: 5px;
	}

    .vertical-force img {
	   margin-right: 15px;
	}

    .vertical-force h4{
	   font-size: 20px;
       line-height: 20px;
	}

 
    .vertical-force.bottom input[type="checkbox"], .vertical-force.bottom input[type="radio"], .vertical-force.bottom label, .vertical-force.bottom span, .vertical-force.bottom img, .vertical-force.bottom i, .vertical-force.bottom h3,  .vertical-force.bottom h4, .vertical-force.bottom label:before {
       vertical-align: text-bottom;
	}

.force-inline {
    display: inline !important;
}

.relative {
    position: relative;
}

a.unstyled, a.unstyled:hover, a.unstyled:focus, a.unstyled:active {
	text-decoration: none;
    border: none;
}

.unstyled a, .unstyled a:hover, .unstyled a:focus, .unstyled a:active {
	text-decoration: none;
    border: none;
}

.ratio {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

    .ratio iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .ratio.cover iframe {
            width: 177.778%; /* ratio_height (%) * video_width / video_height  */
            margin-left: -38.889%; /* ratio_height (%) / 2 * (video_width / video_height - ratio_width / ratio_height */
        }


    .ratio-4x3 {
        padding-top: 75%;
    }

    .ratio-16x9 {
        padding-top: 56.25%;
    }

        .ratio-16x9.cover iframe {
            width: 100%;
            margin-left: 0;
            height: 100%;
            margin-top: 0;
        }

    .ratio-5x2 {
        padding-top: 40%;
    }
        .ratio-5x2.cover iframe {
            width: 100%;
            margin-left: 0;
            height: 140.625%; /* 56,25 (16x9) / 40 (5x2) * 100 (%) */
            margin-top: -8.125%; /* (56,25 (16x9) - 40 (5x2)) / 2 */
        }
       
    .ratio-2x1 {
        padding-top: 50%;
    } 

    .ratio-1x2 {
        padding-top: 200%;
    }

    .ratio-2x3 {
        padding-top: 150%;
    }
    .ratio-3x4 {
        padding-top: 133.333%;
    }

    .ratio-3x1 {
        padding-top: 33.333%;
    }
        .ratio-3x1.cover iframe {
            width: 100%;
            margin-left: 0;
            height: 168.662%; /* 56,25 (16x9) / 33,333 (3x1) * 100 (%) */
            margin-top: -11.458%; /* (56,25 (16x9) - 33,333 (3x1)) / 2 */
        }

       

    .ratio-4x1 {
        padding-top: 25%;
    }

    .ratio-5x1 {
        padding-top: 20%;
    }

    .ratio-28x15 {
        padding-top: 53.571%;
    }
        
        

    .ratio .center {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
    }

    .ratio .center::before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }




.ep {
    padding: 20px;
}

.epr-5 {
    padding-right: 5px;
}
.epl-5 {
    padding-left: 5px;
}


.ep-80 {
    padding: 80px;
}


.epb {
    padding-bottom: 20px;
}

.epb-80 {
    padding-bottom: 80px;
}


.ept {
    padding-top: 20px;
}

.ept-5 {
    padding-top: 5px;
}

.ept-40 {
    padding-top: 40px;
}

.epb-40 {
    padding-bottom: 40px;
}

.epl {
    padding-left: 20px;
}


.epl-40 {
    padding-left: 40px;
}

.epr {
    padding-right: 20px;
}

.epr-40 {
    padding-right: 40px;
}

.epr-80 {
    padding-right: 80px;
}


.emb {
    margin-bottom: 20px;
}


.emt {
    margin-top: 20px;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.pt0 {
    padding-top: 0 !important;
}

.br {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.brt {
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}

.brb {
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}

.nom {
    margin: 0;
}

.nomt {
    margin-top: 0;
}




.retina {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('/img/layout/retina.png') repeat;
	opacity: .5;
}


.privacy-fast {
    overflow: auto;
    height: 65px;
    padding: 10px 20px;
    box-shadow: inset 0 0 3px #999;
}

.rotate-30 {
    transform: rotate(-30deg);
}

.column3 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}


.fixwidth {
    margin-left: -15px;
    margin-right: -15px;
}

.w100 {
    width: 100%;
}

/*#endregion */

/*#region DISABLE RESPONSIVE */

/*header, section, footer {
    min-width: 1170px !important;
}

.container {
    width: 1170px !important;
}

.navbar-nav > li {
    float: left;
}

.navbar-right {
    float: right !important;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 15px;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-left {
    float: left !important;
}


.navbar-form {
    width: auto;
    border: 0px none;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: none;
}

.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}*/

/*#endregion */

/*#region LAYOUT */

body {
   font-family: 'Open Sans', sans-serif;
   background-color: #222019;
   color: #ccc;
}


h1, h2, h3, h4, p.lead {
   font-family: 'Cormorant', serif;
}

h1, h2, .h1, .h2 {
    color: #6b675e;
   
    /*text-shadow: 2px 2px 2px #000;*/
}

h1, .h1 {
  
}


h2, .h2 {
  
}

h3, .h3 {
    font-size: 24px;
}


a {
  color: #ccc;
}
    a:hover {
       color: #fff;
       text-decoration: none;
    }

    a:focus {
        outline: none;
    }

a.light {
   
}
    a.lght:hover {
       
    }


.fixed-menu { /* per gestire il menu fixed*/
    height: 100px;
}

header {
   position: relative;
   z-index: 10;
}
header .top {
    background-color: #14130b;
    border-bottom: none;
    width: 100%;
    z-index: 12;
    font-size: 12px;
}

    

header .top hr {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #000;
}


    header .top ul {
       margin-bottom: 0;
    }


header .top .list-inline > li {
    padding: 0;
}

header .top li > a, header .top li > button, header .top li > input, header .top li > select, header .top li.input input,  header .top li.input a {
    border: none;
    margin: 0;
    padding: 0 10px;
    display: block;
    height: 30px;
    line-height: 30px;
    background-color: #14130b;
    color: #999;
    transition: height 0.2s ease, line-height 0.2s ease;
}

header .top li.input input,  header .top li.input a {
  display: inline-block;
  color: #14130b;
  background-color: #ddd;
  padding: 0 15px;
}

header .top li.input input {
    width: 140px;
}
    
            
@media (min-width: 1200px) {
    
    header .top li > a, header .top li > button, header .top li > input, header .top li > select, header .top li.input input,  header .top li.input a {
       padding: 0 20px;
    }
    header .top li.input input {
        width: 200px;
    }
 
   
}
  
    header .top li > a:hover, header .top li > a:focus, header .top li > button:hover, header .top li > button:focus {
       color: #fff;
       text-decoration: none;
       background-color: #000;
    }

    header .top a.no:hover, header .top a.no:focus {
       background-color: transparent;
    }

header .top li.input, header .top li > select {
  background-color: #000;
}

/*header .top li > input{
  padding-right: 30px;
  margin-right: -30px;
}*/

header .top li > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
}
header .top li.select {
    position: relative;
}
header .top li.select:after {
    content: "\f0dc";
    font-family: FontAwesome;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;   
    pointer-events: none;
    box-sizing: border-box;   
    color: #999;
}



    header .top .open > button, header .top .open > button:hover, header .top .open > button:focus {
        background-color: #000;
        color: #fff;
    }

    header .top .dropdown-menu {
        margin-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        background-color: #000;
        color: #fff;
        min-width: 260px;
        box-shadow: 0 10px 8px 0 rgba(0,0,0, 0.3);
        border-radius: 0;
        border: solid 1px #000;
    }
         header .top .dropdown-menu > li > a{
            color: #fff;
            display: block;
        }
         
        header .top .dropdown-menu > li > a:hover{
            background-color: #661F24;
        }

         header .top .dropdown-menu .divider {
            background-color: #2f0204;
        }





header .middle {
    background-color: #14130b;
    color: #999;
    position: relative;
    border-top: solid 2px #222019;
    position: fixed;
    width: 100%;
    top: 30px;
    z-index: 1;
}

header .middle .menu-text {
   position: absolute;
   right: 10px;
   top: 9px;
   font-style: italic;
   letter-spacing: .6px;
}

.it header .middle .menu-text {
   display: none;
}


.scroll header .middle {
    box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.6);
}



/*#logo img {
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}


.scroll header {
    
}

.scroll #logo img {

}*/

nav.navbar {
    background-color: transparent;
    border: none;
    min-height: 0;
    height: auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 0 0 0;
    margin: 0;
    text-transform: uppercase;
}

    nav.navbar .navbar-nav > li > a, nav.navbar  .navbar-text {
        padding: 0 10px;
        line-height: 20px;
        letter-spacing: 1px;
        margin: 0;
        color: #c69c6d;
    }
    nav.navbar .navbar-nav > li > a:hover, nav.navbar .navbar-nav > li > a:focus, nav.navbar .navbar-nav > li.active > a, nav.navbar .navbar-nav > li.active > a:hover, nav.navbar .navbar-nav > li.open > a {     
       color: #c69c6d;
       background-color: #000;
    }

     nav.navbar .navbar-nav > .open > a, nav.navbar .navbar-nav > .open > a:hover, nav.navbar .navbar-nav > .open > a:focus {
        background-color: #000;
        color: #c69c6d;
    }


    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #c69c6d;
        background-color: #000;
    }

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
}

    /*.navbar-nav > li > .dropdown-menu {
        margin-top: -2px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        background-color: #fff;
        border: none;
    }
         .navbar-nav > li > .dropdown-menu > li > a{
            color: #333;
        }
         
        .navbar-nav > li > .dropdown-menu > li > a:hover,  .navbar-nav > li > .dropdown-menu > li.active > a{
            background-color: #CCC;
            color: #c69c6d;
        }*/

    
nav.navbar#menu-primary {
   font-size: 14px;
   height: 70px;
   position: static;
}
    nav.navbar#menu-primary .navbar-brand {
        display: block;
        padding: 7px 0 0 0;
        line-height: unset;
        height: auto;
    }
   
    nav.navbar#menu-primary .nav > li {
        position: static;
    }

    /*#menu-primary,
    #menu-primary .collapse,
    #menu-primary .dropup,
    #menu-primary .dropdown {
      position: static;
    }*/
    /*#menu-primary .container {
      position: relative;
    }
    #menu-primary .dropdown-menu {
      left: auto;
    }
    #menu-primary .content {
      padding: 20px 30px;
    }
    #menu-primary .dropdown.fw .dropdown-menu {
      left: 0;
      right: 0;
    }*/

    nav.navbar#menu-primary .navbar-nav > li > a {
      height: 70px;
      padding-top: 34px;
    }

    .it nav.navbar#menu-primary .navbar-nav > li > a {
      line-height: 70px;
      padding-top: 0;
    }

nav.navbar#menu-primary .dropdown-menu {
    padding: 10px 0 20px 0;
    margin: 0;
    border: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #2C2B24;
    /*background: -moz-linear-gradient(left, rgba(98,71,29,1) 0%, rgba(250,238,170,1) 50%, rgba(98,71,29,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(98,71,29,1)), color-stop(50%, rgba(250,238,170,1)), color-stop(100%, rgba(98,71,29,1)));
        background: -webkit-linear-gradient(left, rgba(98,71,29,1) 0%, rgba(250,238,170,1) 50%, rgba(98,71,29,1) 100%);
        background: -o-linear-gradient(left, rgba(98,71,29,1) 0%, rgba(250,238,170,1) 50%, rgba(98,71,29,1) 100%);
        background: -ms-linear-gradient(left, rgba(98,71,29,1) 0%, rgba(250,238,170,1) 50%, rgba(98,71,29,1) 100%);
        background: linear-gradient(to right, rgba(98,71,29,1) 0%, rgba(250,238,170,1) 50%, rgba(98,71,29,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62471d', endColorstr='#62471d', GradientType=1 );*/
    color: #333;
    z-index: 1;
    display: block;
    transform-origin: top;
    transform: scale(1, 0);
    transition: transform 0.2s ease;
}

    nav.navbar#menu-primary .open .dropdown-menu {
        transform: scale(1, 1);
    }

    nav.navbar#menu-primary .navbar-nav > li .dropdown-menu li {
        padding: 0;
        margin: 0;
        border: none;
    }
        nav.navbar#menu-primary .navbar-nav > li .dropdown-menu a.lead {
            font-size: 14px;
            margin: 21px 0 0 0;
            padding-left: 0px;
            color: #fff;
        }
         nav.navbar#menu-primary .navbar-nav > li .dropdown-menu a {
           display: block;
           padding: 3px 0;
           color: #999;
           letter-spacing: 1px;
           padding-left: 0;
        }

          nav.navbar#menu-primary .navbar-nav > li .dropdown-menu a:hover, nav.navbar#menu-primary .navbar-nav > li .dropdown-menu a:focus, nav.navbar#menu-primary .navbar-nav > li .dropdown-menu li.active a  {
           text-decoration: none;
           border-bottom: none;
           font-weight: bold;
           color: #fff;
        }

    /*.dropdown-menu {
        
    }*/


header .bottom {
    /*background: rgba(98,71,29,1);
    background: -moz-linear-gradient(left, rgba(98,71,29,1) 0%, rgba(250,238,170,1) 50%, rgba(98,71,29,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(98,71,29,1)), color-stop(50%, rgba(250,238,170,1)), color-stop(100%, rgba(98,71,29,1)));
    background: -webkit-linear-gradient(left, rgba(98,71,29,1) 0%, rgba(250,238,170,1) 50%, rgba(98,71,29,1) 100%);
    background: -o-linear-gradient(left, rgba(98,71,29,1) 0%, rgba(250,238,170,1) 50%, rgba(98,71,29,1) 100%);
    background: -ms-linear-gradient(left, rgba(98,71,29,1) 0%, rgba(250,238,170,1) 50%, rgba(98,71,29,1) 100%);
    background: linear-gradient(to right, rgba(98,71,29,1) 0%, rgba(250,238,170,1) 50%, rgba(98,71,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62471d', endColorstr='#62471d', GradientType=1 );*/
    background-color: #2C2B24;
    color: #333;
}

/*header .bottom {
  
   width: 100%;
   padding-top: 60px;
   padding-bottom: 20px;
   background-color: rgba(0,0,0,1);
   box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.6);
}*/

nav.navbar#menu-secondary {
     
}

    nav.navbar#menu-secondary .bb {
        padding: 7px 0;
        border-bottom: solid 1px #000;
    }

    nav.navbar#menu-secondary .navbar-nav > li > a, nav.navbar#menu-secondary .navbar-text {
        color: #999;
    }

    nav.navbar#menu-secondary .navbar-text {
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        font-weight: bold;
        font-family: 'Cormorant', serif;
        color: #fff;
    }

    nav.navbar#menu-secondary .navbar-nav > li > a:hover, nav.navbar#menu-secondary .navbar-nav > li > a:focus, nav.navbar#menu-secondary .navbar-nav > li.active > a, nav.navbar#menu-secondary .navbar-nav > li.active > a:hover {
        color: #ffffff;
        background-color: transparent;
    }

@media (min-width: 768px) {
    
     nav.navbar .navbar-nav > li > a, nav.navbar  .navbar-text {    
       
       
    }

   
  
    nav.navbar#menu-secondary {
        
    }

}

.navbar.navbar-center .navbar-nav {
  float: none;
  text-align: center;
}

    .navbar.navbar-center .navbar-nav > li{
      display: inline-block;
      float: none;
    }


#middle {
    /*padding-top: 40px;*/
    /*padding-top: 0px;*/
}



    

/*#endregion */

/*#region SLIDER */

.owl-carousel .cover .owl-video-tn {
    background-size: cover;
}

.slider-wrap {
    margin: 0 auto;
    position: relative;
}

.slider-wrap.list .item {
    margin-bottom: 0;
}

    .slider-wrap .overlay {
        position: absolute;
        z-index: 5;
        bottom: 24px;
        width: 100%;
    }

    .slider-wrap .overlay .down {
        color: #c69c6d;
        cursor: pointer;
	    animation: .4s down 8 alternate;
	    -webkit-animation: .4s down 8 alternate;
    }
		
	@keyframes down {
		0%{transform:translateY(0px)}
		100%{transform:translateY(-10px)}
	}
	@-webkit-keyframes down{
		0%{-webkit-transform:translateY(0px)}
		100%{-webkit-transform:translateY(-10px)}
	}

.slider-wrap .owl-dots {
    position: absolute;
    bottom : 0;
    width: 100%;
    margin: 0;
    z-index: 4;
}

.slider-wrap .owl-dot span {
    background: #fff;
}


.slider-wrap  .owl-nav [class*="owl-"] {
  position: absolute;
  z-index: 4;
  background: none;
  color: #fff;
  text-decoration: none; 
  top: 0;
  padding: 0;
  background-size: contain;
  width: 20px;
  height: 100%;
  margin: 0;
}

    .slider-wrap .owl-nav [class*="owl-"]:hover {
        background: none;
    }

.slider-wrap .owl-nav .owl-prev{
    left: 10px;
    right: auto;
    background: url('/img/layout/arrow-left.png') no-repeat center left;
}
    .slider-wrap .owl-nav .owl-prev:hover{
        background: url('/img/layout/arrow-left.png') no-repeat center left;
    }

.slider-wrap .owl-nav .owl-next {
    left: auto;
    right: 10px;
    background: url('/img/layout/arrow-right.png') no-repeat center right;
}
    .slider-wrap .owl-nav .owl-next:hover {
        background: url('/img/layout/arrow-right.png') no-repeat center right;
    }

/*.slider-wrap .owl-nav [class*="owl-"] {
  position: absolute;
  z-index: 4;
  background: none;
  color: #fff;
  text-decoration: none;
}

    .slider-wrap .owl-nav [class*="owl-"]:hover {
        background: none;
        color: #fff;
        text-decoration: none;
    }*/
 

/*.slider-wrap .owl-nav .owl-prev, .slider-wrap .owl-nav .owl-next{
  left: 10px;
  top: 50%;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0 0;
  padding: 0;
}




 .slider-wrap .owl-nav .owl-prev:before, .slider-wrap .owl-nav .owl-next:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
        .slider-wrap .owl-nav .owl-prev i, .slider-wrap .owl-nav .owl-next i {
          vertical-align: middle;
        }

.slider-wrap .owl-nav .owl-next {
    left: auto;
    right: 10px;
}*/




@media (min-width: 768px) {

    .slider-wrap .owl-nav .owl-prev, .slider-wrap .owl-nav .owl-next{
        left: 30px;
        font-size: 60px;
        width: 27px;
        /*height: 96px;
        margin: -48px 0 0 0;*/
    }  

    .slider-wrap .owl-nav .owl-next {
        left: auto;
        right: 30px;
    }

    /*.slider-wrap .owl-dots {
        bottom : 10px;
    }

    .slider-wrap .owl-nav .owl-prev, .slider-wrap .owl-nav .owl-next{
      left: 30px;
      font-size: 60px;
      height: 60px;
      margin: -30px 0 0 0;
    }
   

    .slider-wrap .owl-nav .owl-next {
        left: auto;
        right: 30px;
    }

    .slider-wrap .owl-controls {
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .slider-wrap:hover .owl-controls {
        opacity: 1;
    }*/
   

}


.slider-wrap .item {
    color: #fff;
}


    .slider-wrap .item h2 {     
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
    }
    .slider-wrap .item h2 small {     
        color: #fff;
        text-transform: none;
    }

  



.slider-wrap.fit {
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}


.slider-wrap.fullscreen .item div.img {
    text-align: center;
    
}

.slider-wrap.fullscreen .item div.description {
    text-align: center;
    padding-bottom: 60px;
}

.slider-wrap.fullscreen, .slider-wrap.fullscreen .item {
    min-height: 50vh;
}

@media (min-width: 768px) {
    
    .slider-wrap.fullscreen {
      top: -102px;
      margin-bottom: -102px;
      z-index: 0;
    }

      .slider-wrap.fullscreen, .slider-wrap.fullscreen .item {
        max-width: none;
        height: 100vh;
    }

    
    .slider-wrap.fullscreen .item div.img {
       padding-top: 30px;
       border-right: solid 1px rgba(255,255,255,.2);
    }

    .slider-wrap.fullscreen .item div.description {
        text-align: left;
        padding-bottom: 0;
    }


}

/*@media (min-width: 992px) {


    .slider-wrap.fullscreen .owl-nav .owl-prev, .slider-wrap.fullscreen .owl-nav .owl-next {
        top: calc(50% + 88.5px);
    }

    .slider-wrap.fullscreen .item div.img {
        margin-top: 177px;
    }

    .slider-wrap.fullscreen .item div.description {
        margin-top: 177px;
    }


}*/



/*#endregion */


/*#region RESPONSIVE MENU*/
.nav-mobile, .menu-mobile {
    display: none;
}
.mobilemodal-header, .mobilemodal-footer {
    display: none;
}
@media (max-width: 767px) {

    .nav-mobile {
        display: block;
        background-color: #222;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;  
    }

    .scroll .nav-mobile {
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.6);
    }

    .nav-mobile .btn{
       color: #fff;
       padding: 0 15px;
       height: 50px;
       line-height: 50px;
       text-transform: uppercase;
    }

        .nav-mobile .btn:hover, .nav-mobile .btn:focus{
           text-decoration: none;
           background-color: #333;
           outline: none;
        }

    .menu-mobile {  
        display: block;     
        padding: 0 40px;
        background-color: #f6f6f6;
        color: #333;
        position: fixed;
        z-index: 999;
        top: 0;
        bottom: 0;
        width: 80%;
        overflow-y: scroll;
        transition: transform 0.2s cubic-bezier(.694, .0482, .335, 1);       
    }
        .menu-mobile h4 {
            color: #555;
            margin: 0 -40px 20px -40px;
            padding: 0 20px;
            font-size: 16px;
            height: 50px;
            line-height: 50px;
            border-bottom: solid 1px #ddd;
            color: #666;
        }

        .menu-mobile h3, .menu-mobile h5 {
            color: #666;
        }

        .menu-mobile hr {
            border-top: solid 1px #ddd;
        }

        .menu-mobile h4 > span{
           cursor: pointer;
        }
       
        .menu-mobile.left {
           left: 0;
           transform: translate3d(-100%,0,0);
        }
           
        .menu-mobile.right {
           right: 0;
           transform: translate3d(100%,0,0);
        }
         

    #site {
        position: relative;
        padding-top: 50px; /* altezza rensponsivebar */
        transition: transform .2s cubic-bezier(.16, .68, .43, .99);  
    }
       
        
        .menu #obscure {
            display: block;
            position: fixed;
            z-index: 998;
            background-color: rgba(0,0,0,0.7);
            top: 0; 
            bottom: 0;
            left: 0;
            right: 0;
        }

        .menu {
            overflow: hidden;
        }

        .menu .menu-mobile.active {
            transform: translate3d(0,0,0);
        }

        .menu.left #site {
             transform: translate3d(80%,0,0);       
        }

        .menu.right #site {
             transform: translate3d(-80%,0,0);       
        }
      .mobilemodal-wrap {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #e2e2e2;
        color: #333;
        z-index: 9999;
    }

    .mobilemodal-wrap.mobilemodal-visible {
        display: block;
    }
        .mobilemodal-wrap.mobilemodal-close {
            cursor: pointer;
        }

       

    .mobilemodal-wrap .mobilemodal-content {
        position: absolute;
        top: 48px;
        bottom: 48px;
        left: 0;
        right: 0;
        padding: 20px;
        overflow-y: scroll;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }
        .mobilemodal-wrap .mobilemodal-content .ep {
           padding: 0;
        }
        .mobilemodal-wrap .mobilemodal-content  .bg-secondary {
            background: none;
            color: #333;
        }

    .mobilemodal-header, .mobilemodal-footer {
         display: block;
         padding: 0 20px;
         height: 48px;
         clear: both;
         width: 100%;
    }

        .mobilemodal-header h3, .mobilemodal-header .mobilemodal-close {
            margin: 0;
            padding: 0;
            height: 48px;
            line-height: 48px;
            font-size: 18px;
            font-weight: bold;
        }

        .mobilemodal-close {
            cursor: pointer;
        }

    
    .mobilemodal-footer {
        display: block;
        position: absolute;
        bottom: 0;
    }
        .mobilemodal-footer .mobilemodal-close {
            text-align: center;
            height: 48px;
            line-height: 48px;
            font-weight: bold;
            font-size: 18px;
        }



    body.mobilemodal-open {
        overflow: hidden;
    }
        
}
/*#endregion*/

/*#region PAGE LOADER */

#page-loader{
 	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	z-index: 100000;	
}

#page-loader .loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0, 0.08);
  border-right: 1px solid rgba(0,0,0, 0.08);
  border-bottom: 1px solid rgba(0,0,0, 0.08);
  border-left: 1px solid #c69c6d;
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
  z-index: 100002;
}

#page-loader .loading {
  color: #999;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 40px 0 0 -50px;
  font-size: 14px;
  z-index: 100002;
}

#page-loader .loadingbar {
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100001;
  background-color: #111;
  transition: width linear 0.3s;
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*#endregion*/



@media (min-width: 768px) {
    .dropdown-menu.cart-mini {
        min-width: 400px !important;
    }
}



.dropdown-menu.cart-mini .cover{
    border: solid 1px #999;
}

.dropdown-menu.cart-mini hr{
   margin: 10px 0;
}


.menu-mobile .cart-mobile {
    margin-left: -20px;
    margin-right: -20px;
}



.home section {
    margin-top: 1px;
}
    .home h1 {
       margin: 37px 0;
       font-size: 43px;   
       color: rgba(107,103,94, 0.3);
       text-shadow: 1px 4px 6px #14130b, 0 0 0 #000, 1px 4px 6px #14130b;
    }


    .home h2 {
       margin: 37px 0;
       font-size: 43px;   
       color: rgba(107,103,94, 0.3);
       text-shadow: 1px 4px 6px #14130b, 0 0 0 #000, 1px 4px 6px #14130b;
    }


.list .item {
     
}

    .list .item .minheight{
        min-height: 220px;  
    }

    @media (min-width: 1170px) {
         .list .item .minheight{
            min-height: 160px;  
        }
    }

.list .item > a {
    display: block;
}

     .list .item > a:hover, .list .item > a:focus {
        text-decoration: none;
        color: #fff;
    }

 
.hover-zoom {
    overflow: hidden;
    position: relative;
}

    .hover-zoom .zoom {
        transition: all 1s;
        /*-webkit-filter: saturate(0.8); filter: saturate(0.8);*/
    }

    .hover-zoom:hover .zoom {
        transform: scale(1.05,1.05) rotate(0.02deg);
        /*-webkit-filter: saturate(1); filter: saturate(1);*/
    }


.hover-overlay {
    overflow: hidden;
    position: relative;
}

    .hover-overlay .overlay {
        top: 100%;
        width: 100%;
        bottom: auto;
        margin-top: -45px;
        padding: 15px 20px 20px 20px;
        background-color: rgba(0,0,0,.8);
        transition: all 0.3s ease;
        color: #fff;
    }

        .hover-overlay:hover .overlay {
            transform: translate(0, -99%);
            margin-top: 0;
        }

    .hover-overlay .overlay h3,  .hover-overlay .overlay h4 {   
        display: inline-block;
        box-sizing: content-box;
        font-size: 17px;
        margin: 0 auto;
        padding: 0 20px;
        margin-bottom: 20px;
        height: 30px;
        border-bottom: solid 1px #c69c6d;
        text-transform: uppercase;
    }

    .hover-overlay .overlay h4 {
        font-size: 14px;
        text-transform: none;
    }

    
        /*.hover-overlay .overlay .bottom{
            position: absolute;
            width: 100%;
            bottom: 0;
            padding-bottom: 15px;
        }*/


    
.bg-white {
    background-color: #f6f6f6;
    color: #333;
}

.bg-white.dark {
    background-color: #f1f1f1;
    color: #333;
}

.bg-white a, .bg-white .btn-link {
     color: #333;
}

.bg-white hr {
     border-color: #ddd;
}

.bg-white .form-control {
     border: solid 1px #ddd;
     background-color: #fff;
     box-shadow: none;
}

    .bg-white .form-control[disabled] {
       
        opacity: 0.5;
    }

.bg-white a.btn-primary  {
     color: #fff;
}


@media (min-width: 768px) {
    .bg-white .list .item {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #ddd;
    }
}

.bg-white.dark .list .item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
}


.bg-primary {
    background-color: #9a7143;
}

.bg-black70 {
    background-color: rgba(0,0,0,0.7);
}

.bg-black20 {
    background-color: rgba(0,0,0,0.2);
}

.bg-black50 {
    background-color: rgba(0,0,0,0.6);
}

.brtl40 {
    border-top-left-radius: 40px;
}


.bg-info {
    background-color: #c69c6d;
    color: #fff;
}


.bg-secondary {
    background-color: transparent; 
}
   
.bg-tertiary {
    background-color: #CFC4BA;
    color: #fff;
}

    a.bg-tertiary:hover, a.bg-tertiary:focus {
        background-color: #afa69e;
        color: #fff;
    }





.bg-black {
    background-color: #080700;
}

.bg-dark {
    background-color: #14130b;
}

    .bg-dark a, .bg-black a {
        
    }
        .bg-dark a:hover, .bg-black a:hover {
           
        }


footer {
    font-size: 11px;
    background-color: #14130b; /*koala*/
    color: #999;
}

footer a {
    line-height: 24px;
}


footer > section {
     padding: 10px 0;
    border-top: solid 1px #000;
}


footer > section.ep {
    padding: 20px 0;
}

footer h3 {
    margin-top: 0;
    font-size: 20px;
}

footer ul {
    margin: 0;
}

footer hr {
    border-color: #777;
}

footer .social > span {
    font-size: 16px;
}


@media (min-width: 768px) {
    footer .social > span {
        margin-right: 30px;
    }
}

footer a {
    color: #999;
}
footer .social > a {
    color: #999;
    margin-right: 10px;
    background-color: transparent;
    border: none;
}

footer .social a:hover {
}




.btn-youtube {
    color: #fff;
    background-color: #cd201f;
    border-color: rgba(0,0,0,0.2);
}

.btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active, .btn-youtube.active, .open > .dropdown-toggle.btn-youtube {
    color: #fff;
    background-color: #b91f21;
    border-color: rgba(0,0,0,0.2);
}

.btn-tripadvisor {
    color: #fff;
    background-color: #589442;
    border-color: rgba(0,0,0,0.2);
}

.btn-tripadvisor:hover, .btn-tripadvisor:focus, .btn-tripadvisor:active, .btn-tripadvisor.active, .open > .dropdown-toggle.btn-tripadvisor {
    color: #fff;
    background-color: #4d863b;
    border-color: rgba(0,0,0,0.2);
}

.submenu, .submenu-back {
        padding-top: 0;
        color: #575757;
    }

@media (min-width: 768px) {
    .submenu, .submenu-back {
        
    }
}

.submenu-back {
    position: absolute;
    top: 0;
    bottom: 0;
}

.submenu h3 {
    cursor: pointer;
    margin-top: 0;
}

.submenu h4[data-toggle=collapse] {
    cursor: pointer;
}

.submenu hr {
   border-color: #ccc;
   margin: 10px 0;
}

.submenu ul {
    padding-left: 0;
    list-style: none;
}

    .submenu ul > li > a {
        padding-left: 10px;
        color: #575757; 
        line-height: 30px;
        display: block;
    }

    .submenu ul > li > a:hover, .submenu ul > li > a:focus, .submenu ul > li.active > a {
        text-decoration: none;
        color: #c69c6d;
    }

    .submenu ul a:before {
        content: "\f105";
        font-family: FontAwesome;
        margin-right: 5px;
    }

    .submenu ul ul  {
        padding-left: 15px;
    }
        .submenu ul ul ul {
            padding-left: 30px;
        }


.submenu .info h4 {
    border-bottom: solid 1px #14130b;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

    .info .item > a {
        padding: 0;
        color: #333;
    }

    .info .item .media-left {
        width: 30%;
    }

.submenu .info .label {
    margin-bottom: 5px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 7px 15px;
    letter-spacing: 1px;
}

    .label-danger {
    color: #fff !important;
    font-weight: normal;
}

    .alert-danger {
    color: #a94442 !important;
}


.checkbox-styled input[type=checkbox] { display: none; }
.checkbox-styled input[type=checkbox] + label { cursor: pointer; margin: 0; font-weight: normal;}
.checkbox-styled input[type=checkbox] + label::before { font-family: FontAwesome; content: "\f096"; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; font-size: 16px; min-width: 26px; display: inline-block;}
.checkbox-styled.checkbox-nolabel input[type=checkbox] + label::before { margin-right: 0; }
.checkbox-styled input[type=checkbox]:checked + label::before { content: "\f14a"; color: #661F24; }
.checkbox-styled input[type=checkbox].warning + label::before { border-bottom: solid 1px #D78000 !important; }
.checkbox-styled.checkbox-circle input[type=checkbox] + label::before { font-family: FontAwesome; content: "\f1db"; }
.checkbox-styled.checkbox-circle input[type=checkbox]:checked + label::before { content: "\f058"; }
.checkbox-styled:hover {
    color: #c69c6d; 
}

.search-filter {
    /*border-bottom: solid 1px #CCC;*/
}

.search-filter small{
    color: #999;
}


.search-filter ul{
    padding-left: 10px;
    
}

.search-filter .checkbox-styled input[type=checkbox] + label::before { 
    font-size: 20px;
    min-width: 30px;
}

.search-filter-active .btn-xs {
    padding: 0 5px 2px 5px;
}

.search-filter-active label {
    font-weight: bold;
}

.slider-range {
    padding: 10px 20px 30px 20px;
}

.btn.text-right {
    text-align: right;
}

.btn-default {
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default.active:hover {
    /*background-color: #080700;*/
}

.btn-link {
    color: #fff;
}

.list h3 {
    margin-top: 0;
    padding-top: 10px;
    line-height: 1;
}


.list h3 small {
   margin-top: 7px;
   display: inline-block;
   line-height: 0.9;
}


@media(min-width:768px) {
	.list h3 {
        line-height: 0.8;
    }
    .list h3 small {
       margin-top: 0;
    }
}

@media(max-width:768px) {
    .list.products h3 {
        font-size: 20px;
    }

  
}


.slider.slider-product {
    margin-bottom: 2px;
}
.slider.slider-product .owl-dots {
   display: none !important;
}

.slider-thumbs .owl-dots {
   display: none !important;
}
.slider-thumbs .item{  
   
    cursor: pointer;
}

.slider-thumbs .synced .item{
  
}

.product h3 {
    font-size: 24px;
    margin-top: 0;
    line-height: 0.8;
}

.tab-pane {
    padding: 10px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #f6f6f6;    
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #f1f1f1;
    border: 1px solid transparent;
    border-bottom-color: #ddd;
}
.table.vmiddle {
     margin-bottom: 0;
}

.table.vmiddle > tbody > tr > td {
     vertical-align: middle;
     padding: 15px;
}

.table-bordered {
    border: 1px solid #080700;
    background-color: #14130b;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #080700;
}
/*.table-striped  {
    background-color: #080700;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #080700;
    color: #fff;
}*/

.form-horizontal .control-label {
    text-align: left;
}

.form-group {
    position: relative;
}


#content_admin {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    width: 240px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    z-index: 999;
}


.circle {
    border-radius: 2000px;
}

.border-white {
    border: solid 2px #fff;
}


.vintage {
    color: #666;
    background-image: url('/img/layout/vintage.jpg');
    font-family: Georgia, "Times New Roman", Arial, sans-serif;
    letter-spacing: 1px;
}

.vintage h1 {
    font-family: 'Italianno', cursive;
    color: #c69c6d;
    font-size: 50px;
    line-height: 0.7;
}
.vintage h2 {
    color: #9a7143;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 10px;
}

.vintage hr {
    border-color: #9a7143;
}

    .vintage .submenu ul > li > a {
        text-transform: uppercase;
    }

/*.vintage .submenu ul > li > a:hover, .vintage .submenu ul > li > a:focus, .vintage .submenu ul > li.active > a {
    text-decoration: none;
    color: #D99B14;
}*/

    .vintage .breadcrumb a {
        color: #333;
    }


.vintage .form-control {
     border: solid 1px #999;
     background-color: rgba(255, 255, 255, 0.5);
}

.center {
    height: 100%;
    width: 100%;
    white-space: nowrap;    
}
.center::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.centered {
   display: inline-block;
   vertical-align: middle;
   width: 100%;
   white-space: normal;
}

    .centered img {
        display: inline !important;
        width: auto !important;
    }


@media (min-width: 768px) {
    .centered div[class*="col-"] {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}

.p0 {
    padding: 0;
}

#shippingmethods .shippingmethod label, #payments .paymentmethod label {
    display: block;
    font-weight: normal;
    padding: 5px 20px;
    margin-bottom: 0;
    cursor: pointer;
}

    #shippingmethods .shippingmethod label:hover, #payments .paymentmethod label:hover {
        background-color: #eee;
    }


#shippingmethods .shippingmethod.active label, #payments .paymentmethod.active label {
    background-color: #ccc;
}

.text-gold, .text-gold a {
    color: #c69c6d;
    /*color: #815c32;*/
}

.btn-primary {
    color: #fff;
}

.bg-black hr {
    border-top: solid 1px #333;
}

.layout_shop {
    background-color: #fff;
}

.layout_shop h2 {
    margin: 0;
    padding: 20px 0;
    color: #c69c6d;
}


.layout_shop h2 a {
    color: #c69c6d;
}
.layout_shop h2 a:hover {
    color: #9a7143;
}


.bg-vintage {
    background-image: url('/img/layout/vintage.jpg');
    color: #333;
}

.bg-vintage .text {
    color: #333;
}

.bg-vintage hr {
    border-color: #c69c6d;
    max-width: 40%;
    margin: 0 auto 20px auto;
}


/*.bg-vintage .hover-overlay .overlay {
    top: auto;
    bottom: 0;
    margin-top: auto;
    padding: 15px 20px 20px 20px;
    background-color: rgba(0,0,0,.8);
    transition: none;
}

.bg-vintage .hover-overlay .overlay h3, .bg-vintage .hover-overlay .overlay h4 {
    display: inline-block;
    box-sizing: content-box;
    font-size: 17px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 0;
    height: auto;
    border-bottom: none;
    text-transform: uppercase;
}

.bg-vintage .hover-overlay:hover .overlay {
    transform: none;
    margin-top: auto;
}*/

.covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.promo_wrap {
    
}

     .promo_wrap .promo {
       display: block;
       margin-bottom: 5px;
       padding: 5px 20px;
       background-color: #815c32;
       color: #fff;
       letter-spacing: 1px;
       text-align: center;
    }


.category_header {
    padding: 20px;
    padding-bottom: 10px;
    background-color: #f1f1f1;
}

    .category_header h1 {
        margin-top: 0;
        color: #333;
        line-height:0.8;
    }


    .category_header h1 small {
        margin-top: 0;
        color: #aaa;
        font-size: 50%;
    }


    @media (min-width:768px) {
        .category_header .promo_wrap {
            position: absolute;
            top: 0;
            right: 0;
        }

        .category_header .promo_wrap .promo {
           display: inline-block;    
           margin-left: 10px;
        }
    }
    
    

    

.filter_vintage {
    padding: 10px;
    background-color: #f1f1f1;
}

.filter_vintage h2 {
    color: #9a7143;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: solid 1px #9a7143;
}


.bg-vintage .filter_vintage {
    padding: 0;
    background-color: transparent;
}

.submenu .filter_vintage .search-filter h4 {
    border-bottom: solid 1px #ddd;
    color: #333;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

.submenu .filter_vintage .search-filter ul {
    padding: 0 0 10px 10px;
    margin-bottom: 0;
}


.nav-pills {
    padding-top: 5px;
}

.nav-pills > li {
    width: 33.3%;
    padding-right: 2px;
}

.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills > li > a {  
    color: #fff;
    background-color: #CCC;
    padding: 5px 10px;
    margin-bottom: 2px;
}

.nav-pills > li > a:hover {
    color: #fff;
    background-color: #999;
    
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #333;
}

.list .tab-pane {
    padding: 0;
}

#category_showfixed {
    display: none;
    color: #333;
    position: fixed;
    z-index: 2;
    /*bottom: 0;
    left: 8%;*/
    top: 150px;
    right: -300px;
    width: 300px;
    padding: 10px 0;
    background-color: #ddd;
    transition: right linear 0.1s;
}


    #category_showfixed .form-control {
        background-color: #fff;
    }

#category_showfixed .in {
       position: absolute;
       top: 0;
       left: -20px;
       height: 100%;
       background-color: #ccc;
       width: 20px;
       text-align: center;
       cursor: pointer;
}

#category_showfixed .out {
       position: absolute;
       top: 10px;
       right: 10px;
       cursor: pointer;
}


@media (min-width:768px) {
     #category_showfixed {
       display: block;
    }
}


@media (min-width:1810px) {
     #category_showfixed {
        display: block;
        right: 0;
    }
}

 #category_showfixed.out {
    right: -300px;
}

 #category_showfixed.in {
    right: 0;
}

a.btn {
    color: #fff;
}


#options .option {
    margin-bottom: 0;
    text-transform: uppercase;
}


.vintage_header {
    
}

.product-option {
    text-align: center;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", Arial, sans-serif;
    letter-spacing: 0.5px;
    padding-top: 10px;
}

.fullwidth-link {
    color: #c69c6d;
    display: block;
    background-color: rgba(0,0,0,.4);
    margin: 17px -20px -20px -20px;
    padding: 7px 20px;
    font-family: Georgia;
    font-size: 17px;
}

.fullwidth-link:hover, .fullwidth-link:focus, .fullwidth-link:active, .fullwidth-link:visited {
    color: #c69c6d;
    background-color: rgba(0,0,0,1);
}


.slider-wrap.slider-nav-dark .owl-nav .owl-prev, .slider-wrap.slider-nav-dark .owl-nav .owl-next {
    left: 0;  
    width: 45px;
    background: url('/img/layout/arrow-left-dark.png') no-repeat center right;
}

.slider-wrap.slider-nav-dark .owl-nav .owl-next {
    left: auto;
    right: 0;
    background: url('/img/layout/arrow-right-dark.png') no-repeat center right;
}

.cart-checkout .btn-default {
    color: #333;
    border-radius: 50px;
}

hr.light {
    border-color: #eee;
}


.text-bold {
    font-weight: bold;
}

.sub_shop {
    margin-bottom: 1px;
    background-color: #444444;
}

.sub_shop .btn-block {
    padding: 10px 20px;
    white-space: normal;
    border: none;
    text-align: left;
}


.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.big {
    font-size: 1.1em;
}

.badge.cartcount {
    font-size: 9px;
    font-weight: normal;
    padding: 3px;
    background-color: #5cb85c;
    margin-left: -4px;
}

@media(max-width:360px) {
	.hidden-xxs {
		display:none!important
	}
}

@media(min-width:992px) {
	.booking-box {
        position: absolute;
        z-index: 9;
        top: 138px;
        left: 100px;
        width: 390px;
    }
}

.text-big {
    font-size: 30px;
}

.bg-darkgray {
    background-color: #444444;
}

.bg-darkgray small {
    color: #ffffff;
}

#bonus_slider .ui-slider-range { background: #4cae4c; }

#bonus_slider .ui-slider-horizontal {
    padding: 0;
    height: 8px;
    margin-top: 10px;
    background: #575757;
    border: none;
    border-radius: 0;
}

#bonus_slider .ui-slider-horizontal .ui-slider-handle {
    top: -5px;
}

#bonus_slider .ui-slider .ui-slider-handle {
    width: 1.5em;
    height: 1.5em;
}

.cart_products {
    max-height: 280px;
    overflow-y: scroll;

}

#goup {
    display: block;
    position: fixed;
    bottom: -50px;
    left: 10px;
    padding: 0 15px;
    cursor: pointer;
    background-color: #9a7143;
    color: #fff;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    transition: bottom .1s linear;
    border-radius: 4px 4px 0 0;
}

.scroll #goup {
    bottom: 0;
}

.collapse-50 {
    min-height: 50px;
    display: block;
    overflow: hidden;
    position: relative;
}

    .collapse-50::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 8px;
        background-color: #f6f6f6;
        opacity: 0.5;
    }

.display-it, .display-en, .display-pt {
    display: none;
}

.it .display-it, .en .display-en, .pt .display-pt {
    display: block;
}


#gobooking {
    display: block;
    z-index: 1;
    position: fixed;
    bottom: 0px;
    left: 10px;
    padding: 0 15px;
    cursor: pointer;
    background-color: #9a7143;
    color: #fff;
    height: 30px;
    line-height: 30px;
    transition: bottom .1s linear;
    border-radius: 4px 4px 0 0 ;
}

.scroll #gobooking {
    bottom: 40px;
    border-radius: 4px;
}

.addtowishlist, .small.addtowishlist {
    cursor: pointer;
}

.addtowishlist i, .small.addtowishlist i {
    color: #ccc;
}

    .addtowishlist:hover i, .small.addtowishlist:hover i {
        color: #333;
    }

    .addtowishlist.active i, .small.addtowishlist.active i {
        color: #c69c6d;
    }

.badge.wishlistcount {
    font-size: 9px;
    font-weight: normal;
    padding: 3px;
    background-color: #5cb85c;
    margin-left: -4px;
}

.disabled.gray {
    color: #ccc;
}

.epb-10 {
    padding-bottom: 10px;
}

#mmenu-sx nav.navbar .navbar-nav > li > a i {
    position: absolute;
    right: 0;
    display: inline-block;
    padding: 0 0 0 30px;
    line-height: 20px;
    background-color: #f6f6f6;
}


#mmenu-sx nav.navbar .navbar-nav > li ul {
    padding: 10px 0 15px 20px;
}
#mmenu-sx nav.navbar .navbar-nav > li ul > li > a {
   color: #333;
}

.opacity0 {
    opacity: 0;
}

.stories {
    color: #333;
    background-color: #ccc;
    padding: 60px 0;
}

    .stories .item {
        display: block;
        margin-bottom: 50px;
    }

    .stories h2 {
        color: #333;
        text-transform: uppercase;
    }

    .stories  hr {
        width: 100px;
        margin: 10px auto 50px auto;
        border-color: #333;
    }

    .stories h4 {
        color: #333;
        font-size: 20px;
    }

.stories a {
    color: #333;
}


    .stories .text {
        padding: 5px;
    }

    .stories .mh {
        min-height: 120px;
    }



a.button-social, a.button-social:hover, a.button-social:active, a.button-social:focus {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding-left: 40px;
    padding-right: 20px;
    font-family: Arial;
}

    a.button-social > i {
        position: absolute;
        left: 5px;
        top: 0;
        line-height: 28px;
        font-size: 20px;
    }

.button-facebook {
    background-color: #4267b2;
}
.button-google {
    background-color: #dd4b39;
}

a.button-social.button-lg, a.button-social.button-lg:hover, a.button-social.button-lg:active, a.button-social.button-lg:focus {
    height: 43px;
    line-height: 43px;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 20px;
}

a.button-social.button-lg > i {
    left: 8px;
    line-height: 40px;
    font-size: 30px;
}

/*@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }
}*/
