@charset "utf-8";

/************************************************************************************

DProject, Year:2014

Basic stylesheet of Iresioni: Style.css

*************************************************************************************/

/************************************************************************************

RESET

*************************************************************************************/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,

dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,

a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,

strong, sub, sup, tt, var, figure, legend, fieldset {

	margin: 0;

	padding: 0;

	border: 0;

}

html,body{

  height:100%;

}

img {

	height: auto;

	border: none;/* ie8 */

	display: block;/* fix the img bottom margin default  */

	max-width: 100%;

}

a img {

	border: none;

}

.bxslider img{

  width:100%;

}

.bx-wrapper{

  max-height: 850px!important;

}

.bxslider{

  overflow:hidden;

  max-height: 1000px;

}

.bx-wrapper .bxslider .bgsliders{

  overflow:hidden!important;

}

.box{

  overflow:hidden!important;

}

.center-block.popup_close {

cursor: pointer;

width: 100px;

text-align: center;

margin-top: 20px;

margin-bottom: 0px;

padding: 5px 10px 5px 10px;

background-color: rgb(94,89,86);

color: rgb(255,255,255);

font-family: 'Open Sans', sans-serif;

font-size: 15px;

font-weight: bold;

}

.center-block {

display: block;

margin-right: auto;

margin-left: auto;

}

#check-rates{

  display:none;

}

.ui-datepicker{

  z-index:100!important;

}

/************************************************************************************

GENERATE FONTS

*************************************************************************************/

@font-face {

    font-family: 'minion_proregular';

    src: url('../fonts/minion_pro-webfont.otf'),

        url('../fonts/minion_pro-webfont.woff2') format('woff2'), /* Super Modern Browsers */

       url('../fonts/minion_pro-webfont.woff') format('woff'), /* Pretty Modern Browsers */

       url('../fonts/minion_pro-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */

       url('../fonts/minion_pro-webfont.svg#minion_pro-webfont') format('svg'); /* Legacy iOS */

    font-weight: normal;

    font-style: normal;

}

/************************************************************************************

GENERAL

*************************************************************************************/

body {

    font-family: 'Open Sans', sans-serif;

    font-size: 14px;

    line-height: 24px;

    -webkit-text-size-adjust: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    overflow-x: hidden;

    position:relative;

    /* color:#ad9d6c; */
    color:#cfcab9;

    text-align:center;

    background: url('../img/bg.png') repeat;

    margin:0px;

    padding:0px;



}
.top-bottom-padding {
  padding: 20px 0;
  overflow: hidden;
  /* Landscape phones and down */ }
  @media only screen and (max-width: 1320px) {
    .top-bottom-padding {
      padding: 7px 0; } }
.wireless{

  width: 100%;

  min-height:900px;

  max-height: 1120px;

  overflow: hidden;

  background: url('../img/wifi.jpg') no-repeat;

}

.wireless form{

  position: relative;

  margin: 30% auto;

  width: 285px;

  padding: 25px;

  background: #a08328;

}

.wireless form input[type="submit"]{

  background: #4c4a2b;

}

.bgslider{

    position:absolute;

    height:900px;

    top:0px;

    width:100%;

}

.content-width{

    height:100%;

    margin: 0 auto;

    max-width: 1100px;

    position:relative;

}

.content-padding{

    padding: 0px;

}

.clear{

    clear:both;

}

.browsehappy {

    margin: 0.2em 0;

    background: #ccc;

    color: #000;

    padding: 0.2em 0;

}

.hidden {

    display: none !important;

    visibility: hidden;

}



/*****Element/tag selectors********/

li, ol, dl {

    padding-right:20px;

    list-style-type: none;

    display:inline;

}

li.last ,ol.last, dl.last {

    padding:0px;

}

/***********Links***************/

a:link, a:visited {

	text-decoration: none;

	/* color:#fff; */
	color: #916f08;
	

}

a:hover, a:focus {

	text-decoration: underline;

}



.overlay{

  display: none;

  position: absolute;

  top: 0px;

  left: 0px;

  width: 100%;

  height: 100%;

	background: url('../img/overlay.png') repeat;

	background-position: center top;
    margin: 0 auto;
    right: 0;
    left: 0;

}
.image{

  overflow: hidden;
  max-width: 450px;
  margin: 0 auto;
  position: relative;

}
.text .button {
    display: inline-block;
    max-width: 240px;
    width: 100%;
    height: 40px;
    line-height: 35px;
    position: relative;
    top: 0;
    left: 0;
    margin: 5px auto;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #a08328;
    color: #fff;
    font-size: 14px;
}
.image img{
  margin: 0 auto;
}
.image ::after{
    content: "";
    display: block;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    border: solid 2px #c1940c;
    width: 96%;
    height: 94%;
    margin: 0 auto;
}
.activities .text,.events .text{
  text-align: left;
}
.activities .image img, .events .image img{
  min-height: 225px;
}
.activities .text h5, .events .text h5{
  text-align: center;
}
.text h5{
  padding-top: 15px;
  padding-bottom: 15px;
}
.text p, .text ul{
  padding: 5px 25px;
}
.image:hover .overlay {
    pointer-events: none;
    display:inline;

}



main .body-text p{

  padding:5px 0;

}





/************************************************************************************

HEADINGS & PARAGRAPHS

*************************************************************************************/

h1{

    font-family: 'Noto Serif', serif;

	/* color: #a78d40; */
	color: #dbdbdb;

    font-size:18px;

    font-weight:bold;

    text-transform: uppercase;

}

h1 a:link, h1 a:visited{

	color:#136452;

}

h2{

    font-family: 'Noto Serif', serif;

    font-weight:bold;

    font-size: 24px;

	line-height: 34px;

    text-transform: uppercase;

	color: #fff;

}

h2.heading-underline{

    background: url('../img/header_underline.png') no-repeat;

    background-position: center 50px;

    padding-bottom: 50px;

}

h2 a:link, h2 a:visited{

	color:#136452;

}

h3{

    font-family: 'Noto Serif', serif;

    font-size:18px;

    font-weight:bold;

	line-height: 26px;

	/* color:#a08328; */
	color:#8B7223;

    text-transform: uppercase;

}

h3 a:link, h3 a:visited {

	color:#fff;

}

h4{

    font-family: 'Noto Serif', serif;

    font-size:18px;

    font-weight:bold;

    color:#a08328;

    word-break: break-word;

}

h5{

    font-family: 'Noto Serif', serif;

    font-weight:bold;

    font-size: 18px;

	line-height: 18px;

    text-transform: uppercase;

	color: #fff;

}

.heading-padding{

	padding: 15px 0;

}

.p-padding{

	padding: 15px 0;

}

.border{

    border-bottom: 1px solid #cccccc;

}

table {

    padding:40px 0;

    border-bottom: 2px solid #a08328;

}

table th{

  text-align:left;

  padding: 10px 5px;

  color:#fff;

  text-align:center;

}

.ui-datepicker table th{

  color:#4d4a2b;

}

.ui-datepicker table tr:nth-child(odd){

  background-color: #fff;

}

table tr:nth-child(odd) {

background-color: #75601e;

}

.ui-datepicker table{

  border:none;

}

form[name^=contact_form] div img{

    width: 85px;
    height: 34px;
    position: absolute;
    top: 126px;
    left: 11px;

}

/************************************************************************************

FORM ELEMENTS & BUTTONS

*************************************************************************************/

input , select, textarea{

    border: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    text-indent: 0.01px;

    text-overflow: '';

	  outline: none !important;

    padding: 8px;

    display:inline-block;

    float: left;

    margin: 0 5px;

}

 input[type="submit"]{

   cursor: pointer;

   background: #a08328;

   color: #fff;

 }

  input[type="submit"]:hover{

    opacity:0.9;

  }

select {

	padding-left: 10px;

	z-index: 5;

	display:inline-block;

    cursor:pointer;

}

form{

  position:relative;

}

main .main-content .contact-form input{

  float:none;

  width: 215px;

  height: 25px;

  margin: 5px;
  
  color: #222222;

  /* border-top: 2px solid #d5ceb5;

  border-left: 2px solid #d5ceb5; */

}
main.photos{
  margin-top: 360px;
}
main.photos .main-content {
    background: none!important;
    padding: 0px!important;
}

main .main-content .contact-form textarea{

  float: right;

  width: 355px;

  height: 95px;

  display: inline-block;

  position: absolute;

  top: 5px;

  right: 0;
  
  color: #222222;

   /* border-top: 2px solid #d5ceb5;

  border-left: 2px solid #d5ceb5; */

}

main .main-content .contact-form input[type="submit"]{

  float: right;

  width: 372px;

  height: 42px;

  display: inline-block;

  position: absolute;

  top: 175px;

    font-size: 16px;



  right: 0;

}



.contact-form div img{

    position: absolute;

    left: 130px;

    top: 175px;

}

.contact-form div button{

    width: 355px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 125px;
    font-size: 16px;
    right: 0;
    left: 278px;
    cursor: pointer;
    /* background: #a08328; */
    background: #646464;
    color: #fff;

}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.book-online input{

  width: 130px;

  height: 55px;

  background: url('../img/icons/input_back.png') no-repeat;

	background-position: center right;

  color: #fff;

}

.book-online select{

	width: 130px;

	background: url('../img/icons/select_back.png') no-repeat;

	background-position: center right;

  height: 55px;

  color: #fff;

}

select > option {

  background: #c1940c;

}

input:focus, textarea:focus {

   outline: none !important;

}

::-webkit-input-placeholder { /* WebKit browsers */

    color:    #fff;

}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    color:    #fff;

    opacity:  1;

}

::-moz-placeholder { /* Mozilla Firefox 19+ */

    color:    #fff;

    opacity:  1;

}

:-ms-input-placeholder { /* Internet Explorer 10+ */

    color:    #fff;

}

::-webkit-input-placeholder { /* WebKit browsers */

    color:    #fff;

}

main .main-content .contact-form ::-webkit-input-placeholder { /* WebKit browsers */

    color:    #000;

}

main .main-content .contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    color:    #000;

    opacity:  1;

}

main .main-content .contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */

    color:    #000;

    opacity:  1;

}

main .main-content .contact-form :-ms-input-placeholder { /* Internet Explorer 10+ */

    color:    #000;

}

main .main-content .contact-form ::-webkit-input-placeholder { /* WebKit browsers */

    color:    #000;

}

main .main-content button span, main .main-content .button span{

  color: #fff;

  font-weight:normal;

}

button, .button{

    display: inline-block;

    width: 200px;

    height: 55px;

    position: relative;

    top: 4px;

    left: 0;

    margin-bottom: 0;

    text-align: center;

    vertical-align: middle;

    border: 2px solid #a08328;

    color:#fff;

    background:transparent;

    margin-right: 20px;

    margin-bottom: 20px;

    font-size:16px;

}

form button, form .button{

  color: #FFF;

    background-color: #4c4a2b;

    border:none;

    margin:0px;

    width: 140px;

    height: 47px;

    text-transform: uppercase;

}

button:hover, .button:hover,button:focus, .button:focus {

	opacity:0.8;

  cursor: pointer;

}



.click-box{

  position: absolute;

  background: #a08328;

  width: 600px;

  padding: 25px;

  border: 4px solid #fff;

  outline: 1px solid #8B8484;

  z-index: 1;

  color:#fff;

  display:none;

  bottom: 132px;



}

.click-box strong{

  color:#5a532b;

}

/************************************************************************************

PHOTO GALLERY

*************************************************************************************/



.photo-item.style1 { width: 285px;height:420px;}

.photo-item.style2 { width: 235px;height:250px;}

.photo-item.style3 { width: 480px;height:350px;}

.photo-item.style4 { width: 285px;height:180px;}

.photo-item.style3 img{height:350px;}



.photo-item {

  min-width: 235px;

  min-height:160px;

  float: left;

  position:relative;

  display:inline-block;

  margin:5px;

  margin-bottom:10px;

  background:trasparent;

  clear:both;

  overflow:hidden;

    z-index:1;



}



.photo-item img {

  display: block;

  width: 100%;

      -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    -ms-transition: all .2s ease-in-out;

}

.photo-item:hover{

    -webkit-transform: scale(1.5);

    -moz-transform: scale(1.5);

    -o-transform: scale(1.5);

    transform: scale(1.5);

      z-index:100;

}

.photo-item:hover .overlay{

    display:inline;



}

/************************************************************************************

HEADER

*************************************************************************************/

/**default image**/

.bgslider{

    background: url('../img/main_slide1.png') no-repeat;

    background-repeat: no-repeat;

    background-position:top center;

    background-size:100%;

}



body.photo header{

    background: none;

    height: 360px;

}

body.photo main .main-content{

    background: none;

    padding:0px;

}

header{

    width: 100%;
    color:#fff;
    position: fixed;
    z-index: 99;
    top: 0px;

}

.header-bg{

    width:100%;

    height:211px;

    background: url('../img/header_bg_desktop.png');

    background-position:top center;

    position:absolute;

    top:0px;

}

header .content {

    padding-top:20px;

    padding-bottom:20px;

    text-align:center;

    z-index:2;

}

header .content .title{

    font-family: 'Noto Serif', serif;

    font-weight:bold;

    font-size:24px;

    line-height: 24px;

}

header .content .title a{

    color:#fff;

}

header .content .title a:hover,header .content .title a:focus{

  text-decoration: none;

}

header .content .title span{

    /* color:#c1940c; */
    color: #B98D09;

}

header .content .weather-block {

    font-size:14px;

    color:#c1940c;

    float: left;

   /* background: url('../img/icons/weather.png') no-repeat; */

    background-position: top left;

    /* padding-left: 40px; */

    position: relative;

    bottom: 10px;

}

header .content .header-links-block {

    font-size: 14px;

    float:right;

    position: relative;

    bottom: 25px;

}

header .content .header-links-block .contact,header .content .header-links-block .language{

    display: inline-block;

    border-left: 2px solid #c1940c;

    color:#c1940c;

    width: 160px;

    height: 40px;

    /*padding-left: 25px;*/
    padding-left: 38px;

    margin-left: 25px;

    /* text-align: right; */

    float:right;
    margin-right: 21px;

}

header .content .header-links-block .language ul li a.active{

    /* color: #c1940c; */
       color: #916f08;

}



header .content .header-links-block .language ul li{

    padding-right: 10px;

}

header .content .header-links-block .language ul li:nth-child(2){

    padding-right: 0;

}

header .content #logo{

    background: url('../img/logo.png')no-repeat 0px;

    position: relative;

    top: 20px;

    width: 115px;

    height: 115px;

    display: none;

    margin: 0 auto;

}



header .content #dropdown{

    cursor: pointer;

    background: url('../img/icons/menu.png')no-repeat 0px;

    position: absolute;

    top: 100px;

    width: 25px;

    height: 25px;

    display: none;

}



header .content #dropdown:hover{

    opacity: 0.7;

    filter: alpha(opacity=70); /* For IE8 and earlier */

}



header .content .header-nav{

    font-family: 'Noto Serif', serif;

    font-size:14px;

    text-transform: uppercase;

    width: 100%;

    display: inline-block;

    position: relative;

    top: 15px;

    z-index: 100;

}

header .content .header-nav ul li {

   background: url('../img/icons/dot.png') no-repeat;

   background-position:right 4px;

   padding-right: 14px;

   margin-right: 7px;

}

header .content .header-nav ul li.last {

   background: none;

   margin:0px;

   padding:0px;

}

header .content .header-nav ul li a:link, header .content .header-nav ul li a:visited{

    /* color:#fff; */
       color:#916F08;

}

header .content .header-nav ul li a:hover, header .content .header-nav ul li a:focus, header .content .header-nav ul li a.active{

	/* color:#c1940c; */
       color:#916F08;
}

header .content .header-nav .nav-menu1{

    float:left;

}

header .content .header-nav .nav-menu2{

    float:right;

}

#menu-bok1 {
    position: fixed;
    z-index: 9999;
    top: 8px;
    right: 1px;
}

#menu-bok1 a {
    text-decoration: none;
    display: block;
    background: #646464;
    border: solid 1px #ffffffa8;
    /* background: #c1940c;
    border: solid 1px #c1940ca8; */
    color: #ffffff !important; 
    font-size: 17px;
    font-weight: 400;
    line-height: 52px;
    width: 132px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#menu-bok1 a:hover {
    background: #c1940c !important;
    /* color: #000000 !important; */
    color: #ffffff;
    /* border-bottom: solid 1px #fff !important; */
    border: solid 1px #c1940c40 !important;
}

/************************************************************************************

CONTENT

*************************************************************************************/

main {

      position:relative;

      display:block;

}

main ul li{

    list-style: none;

    display:block;

}

main ul li:before {

  content: ".";

  font-size: 28px;

  position: relative;

  vertical-align: middle;

    right: 5px;

    bottom: 10px;

}





main #gallery{

  position: relative;

  width: 1100px;

  height: 1260px;

  margin-top:35px;

}
.masonry-gallery{
  position: relative;
  margin: 0 auto;
  width: 1100px;

  height: 1260px;
}




main ul{

    list-style-position: inside;

}

main .main-content{

    padding: 40px 60px;
    position: relative;
    bottom: 14vh;
    margin-bottom: -6vh;
    min-height:250px;
    background-color: #63521c;

}

main .main-content .dropdown{

    width: 100%;

    height: 25px;

    padding: 25px;

    display:none;

}

main .main-content .dropdown h1{

position: relative;

right: 10px;

display: inline;

font-family: 'Noto Serif', serif;

color: #a78d40;

font-size: 20px;

font-weight: bold;

text-transform: uppercase;

}

main .main-content #dropdown-book-online{

    cursor: pointer;

    background: url('../img/icons/menu.png')no-repeat 0px;

    width: 25px;

    height: 25px;

    position:absolute;

    left: 35px;



}

main .main-content #dropdown-book-online:hover{

    opacity: 0.7;

    filter: alpha(opacity=70); /* For IE8 and earlier */

}

#book-mobile{

  display:none;

}

#scroll_btn{

  position: absolute;

  width: 180px;

  height: 45px;

  left: 50%;

  top:-200px;

  margin-left: -90px;

  font-size: 14px;

  font-weight: bold;

  background: url('../img/read_text.png')repeat;

  color: #fff;

  line-height: 45px;

  text-align: center;

  cursor: pointer;

  opacity: 0.75;

}

#scroll_btn div{

  z-index: 50;

  left: 0px;

  right: 0px;

  position: absolute;

}

#scroll_btn:hover{

  color:#c1940c;

}

.ui-widget-header{

  color: #FFFFFF!important;

  background: #4d4a2b!important;

}

main .main-content .book-online{

  background-position: center 80px;

  padding-bottom:85px;

  width:100%;

  overflow: hidden;

}

main .main-content .body-text{

  overflow: hidden;

}

main .main-content .droom, main .main-content .droom-fire{

  clear:both;

}

main .main-content strong{

font-weight: bold;

/* color: #a08328; */
color: #dbdbdb;

}

main .main-content span{

font-weight: bold;

color: #4c4a2b;

}

main .main-content .first-col{

  text-align: left;

  float: left;

  width: 65%;

}

main .main-content .second-col{

  float: right;

  width: 30%;

  text-align: left;

}

main .main-content .second-col ul{

  margin: 0px;

  float: left;

  width: 345px;

}

main .main-content .second-col ul li{

  float: left;

  width: 170px;

  display: block;

  margin: 0px;

  padding: 0px;

  display: list-item;

}

main .main-content .gallery{

  display: block;

  width: 100%;

  overflow: hidden;

  padding:25px 0px;

}

main .main-content .gallery .gallery-thumb{

  float: left;

  width: 184px;

  display: inline-block;

  padding-right: 15px;

  padding-bottom: 15px;

}

main .main-content .gallery .gallery-thumb.last{

  padding-right: 0px;

}

main .clickable-teasers-button{

    height:0px;

}

main .clickable-teasers-button a{

    background: url('../img/icons/Shape-17.png') no-repeat;

    background-position: center center;

    display: inline-block;

    width: 58px;

    height: 25px;

    position: relative;

    bottom: 44px;

    cursor: pointer;

    z-index: 2;

}

main .sightseeing .clickable-teasers-button a{

    background: url('../img/icons/Shape-16.png') no-repeat;

}

main .main-content .clickable-wrapper{

    position:relative;

}

main .clickable-teasers{

    position: absolute;

    bottom: 385px;

    padding: 20px;

    width: 1100px;

    right: 0;
    left: 0;
    margin: 0 auto;

    background-color: #63521c;

    z-index:3;

}



main .sightseeing .clickable-teasers .col{

  display:none;

}

main .clickable-teasers .col{

  width: 340px;

  margin-right: 20px;

  display: inline-block;

  float: left;

  position:relative;

}

main .clickable-teasers .col.last{

    margin-right:0px;

}

main .clickable-teasers .col .text{

  padding: 15px 0;

  display: block;

}

main .teasers-content{

    position:relative;

    overflow:hidden;

    margin-bottom:15px;

}

main .teasers-content .col{

    padding-right: 33px;

    display: inline-block;

    float: left;



}

main .teasers-content .col img{

    margin:0 auto;

}

main .teasers-content .col.last{

    padding-right: 0px;

}

main .teasers-content .col .text{

    display:inline-block;

    width:100%;

    height:80px;

    margin:20px 0;

    border-top: 2px solid #c1940c;

    border-bottom: 2px solid #c1940c;

}

main .teasers-content .col .text h3{

    width: 60%;

    word-break: break-word;

    position: relative;

    left: 20%;

    top: 10px;

}





main .title-menu{

    font-family: 'Noto Serif', serif;

    font-size: 16px;

    font-weight: bold;

    text-transform: uppercase;

    word-break: break-word;



}

main ul.title-menu li:nth-child(1):before{

  content:none;

}

main .title-menu li{

    display:inline;

    padding-right: 10px;

    cursor:pointer;

}

main .title-menu li a{

    /* color: #ad9d6c; */
    color: #dbdbdb;

}

main .title-menu li a.active{

    color: #fff;

}













/************************************************************************************

MAP

*************************************************************************************/

.map{

    overflow:hidden;

    width:100%;

    clear:both;

    position:relative;

    padding-top:25px;

    background: url('../img/shadow2.png') no-repeat;

    background-position: center 0px;

}
.map::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.12);
    top: 0;
    pointer-events: none;
}

.map #map-canvas{

    width:100%;

    height:280px;

}

.map-button{

    clear:both;

}

.map-button a{

    background: url('../img/icons/map-button2.png') no-repeat;

    background-position: center center;

    display: inline-block;

    width: 85px;

    height: 40px;

    position: relative;

    bottom: 38px;

    cursor:pointer;

         z-index:2;



}

.map img, .map-button img{

    margin:0 auto;

}

.map-button img{

    position:relative;

    bottom:36px;

}



/************************************************************************************

FOOTER

*************************************************************************************/

footer{

    font-size: 14px;

    line-height: 20px;

    overflow: hidden;

    clear: both;

    color: #fff;

}

footer a:link, footer a:visited {

    color: #fff;

    font-weight: bold;

}

footer .social{

    position: relative;

    padding: 10px 0px;

}

footer .social a{

    display: inline-block;

    padding-right: 10px;

}

footer .social a:hover{

    opacity:0.9;

}

body.photo footer{

  padding-top:25px;

}

/************************************************************************************

COPYRIGHT

*************************************************************************************/

.copyright{

  overflow: hidden;

  width: 100%;

  background: #63521c;

  padding: 24px 0;

  font-size: 14px;

}

.copyright a:link, .copyright a:visited {

	color:#fff;

}



/************************************************************************************
OFFER MODAL
*************************************************************************************/
.modal {
  top: 25% !important; }
.modal h3{
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
        font-family: 'Noto Serif', serif;
    font-size: 18px;
    font-weight: bold;
    color: #a08328;
    word-break: break-word;
}
.modal-body {
  position: relative;
  padding: 20px 60px; }

.modal-body ul li {
  display: list-item;
  list-style-type: disc; }

.modal-header {
  text-align: center; }

.modal-footer {
  padding: 15px;
  text-align: center;
  border: none; }

.modal-footer .btn-default {
  width: 25%;
  background: #4c4a2b;
  color: #ffffff; }


.label{
  font-size: 13px;
  font-weight: 400;
  padding: 5px 0;
  /* color: #c1940c; */
  color: #916f08;
}

.row {
    margin: 0px;
    clear: both;
}

