.mt-0 { margin-top: 0; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
.mt-110 { margin-top: 110px; }
.mt-120 { margin-top: 120px; }
.mt-130 { margin-top: 130px; }
.mt-140 { margin-top: 140px; }
.mt-150 { margin-top: 150px; }
.mt-160 { margin-top: 160px; }
.mt-170 { margin-top: 170px; }
.mt-180 { margin-top: 180px; }
.mt-190 { margin-top: 190px; }
.mt-200 { margin-top: 200px; }
.mb-0 { margin-bottom: 0; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-110 { margin-bottom: 110px; }
.mb-120 { margin-bottom: 120px; }
.mb-130 { margin-bottom: 130px; }
.mb-140 { margin-bottom: 140px; }
.mb-150 { margin-bottom: 150px; }
.mb-160 { margin-bottom: 160px; }
.mb-170 { margin-bottom: 170px; }
.mb-180 { margin-bottom: 180px; }
.mb-190 { margin-bottom: 190px; }
.mb-200 { margin-bottom: 200px; }

.text-center { text-align: center; }

.blackbg { background-color: #000000; }

.menu_controller {
    position: absolute;
    top: 0;
    left: 50%;
    height: 130px;
    margin-left: -30px;
}

#section_title {
    background: #000000;
}

.section_title_typo {
    color: #ffffff;
}

.book_now_bar:hover .button_text, .menu_controller:hover .button_text {
    color: #a2a2a2;
}

.book_now_bar:hover .white_button_separator, .menu_controller:hover .white_button_separator {
    background: #a2a2a2;
}

#footer .line_set.single_line .line._1 { background: #AEAEAE; }

.copy_text { color: #a2a2a2; }

/*
.body_text {
    color: #a2a2a2;
}
*/

.square .border {
    border: 1px solid #e4e4e4;
}

.square.shifted .inline {
    background: #e4e4e4;
}

.start_square {
    background: #e4e4e4;
}

.body_text a:hover {
    color: #e4e4e4;
}

a { color: inherit; }

.submenu_item {
    padding: 7px 0;
}


/***************** TIMELINE MILESTONES **********************/

.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #000000;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #000000;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #000000;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  z-index: 15;
  padding: 8px 35px;
  text-align: left;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #00c4f3;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1.5em 0 0 0.75em;
  padding: 1em;
  background: rgb(254,254,254);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
  line-height: 1.4;    
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1.5em 0.75em 0 0;
  padding: 1em;
  z-index: 15;
}

@media(min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 22px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 17px;
  }

  .direction-r .desc {
    margin: 1.5em 0 0 0.75em;
  }
}

@media(min-width: 992px){
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}

.direction-l .icon-timeline { display: block; margin-bottom: 20px; }
.direction-r .icon-timeline { display: block; margin-bottom: 20px; }



/***************** TIMELINE MILESTONES **********************/



/***************** GALLERY **********************/


.wrapper img {
  max-width: 100%;
}


.wrapper {
/*  width: 92.5%;*/
  padding: 1em;
}

.masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 30px;
}
.masonry .brick img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  -moz-column-rule: 1px solid #eee;
  -webkit-column-rule: 1px solid #eee;
  column-rule: 1px solid #eee;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}

.span {
  -moz-column-span: all;
  -webkit-column-span: all;
  column-span: all;
  *margin: 30px 0;
}

@media only screen and (min-width: 1024px) {

  .wrapper {
/*    width: 80%;*/
    padding: 2em;
  }

  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    width: 85%;
    padding: 1.5em;
  }

  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}


/***************** GALLERY **********************/


/***************** ACCORDION **********************/

summary {
  background: #000000;
  color: #ffffff;
  padding: 1em;
  letter-spacing: 1px;
}
details { cursor: pointer; margin-bottom: 10px; }
details[open] {
  cursor: pointer;
  border: 1px solid #e4e4e4;
  margin-bottom: 1em;
}
details[open] p {
    font-family: 'Open Sans', sans-serif;
    padding: 2em;
    cursor: auto;
    font-size: 14px;
    line-height: 1.7;
}

/***************** ACCORDION **********************/


.locality { list-style: square; margin-left: 18px; }
.locality li {
    margin-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
}

.specs { list-style: square; margin-left: 18px; }
.specs li {
    border-bottom: 1px solid #e4e4e4;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: .5px;
}



.no-cursor a { cursor:default; }

.scheme .block_text {
    color: #000000;
    margin-top: 40px;
    letter-spacing: 3px;
    line-height: 30px;
    text-align: center;
}

.scheme .block_text, .title_section h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.scheme .block:hover .block_text, .lifestyle_article:hover .lifestyle_text {
     color: #000; 
}

.edge li span{     font-weight: bold;}

.edge  li{ margin-bottom:5px;     list-style-type: square; margin-left: 1rem;} 

.checkboxes label {
  display: block;
  float: left;
 padding-right: 20px;
    min-width: auto;
 
}
.checkboxes input {
  vertical-align: middle;
  width:auto;
  margin:0;
}
.checkboxes label span {
  vertical-align: middle;font-size: 18px;
}

.upload-img{ margin-left:25px;}


.upload-img img{
  width:200px;
}
.upload-img input[type=file]{
padding:10px; margin-top:15px; display:block;}





.upload-img2 img{
  width:200px;
}
.upload-img2 input[type=file]{
padding:10px; margin-top:15px; display:block;}


#fileupload, #fileupload2, #fileupload3{margin-top:15px;}


.navigate_container{ width:100%;}

.navigate_container .send {
       margin: 2% 5% 2% 0;
    width: 20%;
    border: none;
    background: #000000;
    padding: 10px 0;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 2px;
    display: block;
    float: left;
    cursor: pointer;
}

.visiting-card{width:45%; float:left;}
.signature{width:45%; margin-left:2rem; float:left;}
.double_input .input_field, .form_container .photo{width:30%;}


@media all and (max-width:959px) {

.navigate_container .send {
    margin: 5% 5% 2% 0;
    width: 40%;
    border: none;
    background: #000000;
    padding: 10px 10px;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 2px;
    display: block;
    float: left;
    cursor: pointer;
}

.signature {
    width: 100%;
    margin-left: 0rem;
    float: left;
}

.upload-img {
     margin-left: 0px; 
}

}