html,
body{
  height:100%;
}

body{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size:16px;
  background: #f0f0f0;
}


a:link,
a:visited,
a{
  color:#e83a3f;
}


/* HEADER */
header{
  display: block;
  position: absolute;
  z-index: 998;
  top:0;
  left:0;
  right:0;
  height:100px;
}
header .logo_light{
  display: block;
  width:200px;
  height: auto;
  padding-top: 10px;
}
header .tel{
  display: block;
  padding:37px 0 0 30px;
  font-family: 'BenchNine', sans-serif;
  font-weight: 300;
  color:#fff;
  font-size: 24px;
}
@media (max-width:991px){
  header .telnum{
    display: none;
  }
}


.navicon{
	display: none;
	position: absolute;
  top:30px;
  right:15px;
	width:46px;
	height:46px;
	padding:10px 5px;
	margin:0;
}
.navicon i{
	display: block;
	position: absolute;
	width:30px;
	height:2px;
	background: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
  left:8px;
}
.navicon i:nth-child(1){
	top:12px;
}
.navicon i:nth-child(2){
	top:20px;
}
.navicon i:nth-child(3){
	top:28px;
}
.navicon.active{
  background: rgba(0,0,0,.9);
}
.navicon.active i:nth-child(1){
	top:20px;
	-ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navicon.active i:nth-child(2){
	display: none;
}
.navicon.active i:nth-child(3){
	top:20px;
	-ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media(max-width:992px){
  .navicon{
    display: block;
  }
}


/* NAV */
nav{
  display: block;
}
nav ul{
  display: block;
  margin: 0;
  padding: 0;
  float:right;
}
nav ul li{
  display: block;
  float: left;
  line-height: 50px;
  padding-top:30px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
nav ul li:hover{
  background: rgba(255,255,255,.2);
}
nav ul li:hover a{
  color:#fff;
  text-decoration: none;
}
nav ul li.active{
  background: #e83a3f;
}
nav ul li a{
  display: block;
  padding: 0 15px;
  color:#fff !important;
  font-family: 'BenchNine', sans-serif;
  font-weight: 300;
  font-size:18px;
  text-transform: uppercase;
}

@media (max-width:992px){
  nav{
    display: none;
    position: absolute;
    top:65px;
    right:15px;
    width:280px;
    background: rgba(0,0,0,.9);
  }
  nav ul{
    display: block;
    margin: 0;
    padding: 0;
    float:none;
  }
  nav ul li{
    display: block;
    float: none;
    line-height: 40px;
    padding-top:0;
  }
  nav.active{
    display: block;
  }
}

nav .languages{
  display: block;
  margin: 0;
  padding: 0;
  float:right;
  margin-top:25px;
  margin-left: 10px;
  border-left: 1px solid rgba(255,255,255,.3);
}
nav .languages a{
  display: block;
  padding: 4px 15px;
  color:#fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size:15px;
  text-transform: uppercase;
}
nav .languages a.active{
  font-weight: 700;
}
@media (max-width:992px){
  nav .languages{
    display: block;
    margin: 0;
    padding: 0;
    float:none;
    margin-top:0;
    margin-left: 0;
    border-left:none;
    border-bottom: 1px solid rgba(255,255,255,.3);
  }
  nav .languages a{
    display: inline-block;
    line-height: 40px;
    padding-right:25px;
  }
}


/* SECTION HOME CAROUSEL */
section.carousel{
  display: block;
  position: relative;
  z-index: 997;
  height: 100%;
}
section.carousel.owl-carousel .owl-stage-outer,
section.carousel.owl-carousel .owl-stage,
section.carousel.owl-carousel.owl-drag .owl-item{
  height:100%;
}
section.carousel:after{
  display: block;
  content: "";
  position: absolute;
  top:0;
  left:0;
  right:0;
  height:40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 90%);
}
section.carousel .item{
  position: relative;
  height:100%;
}
section.carousel .item .container{
  position: relative;
  height:100%;
}
section.carousel .item .title{
  display: block;
  position: absolute;
  bottom: 100px;
  left:15px;
  right:15px;
  color:#fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  font-family: 'BenchNine', sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  -ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
section.carousel .item .title small{
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size:16px;
  line-height: 20px;
  padding-top:10px;
}

section.carousel .owl-prev,
section.carousel .owl-next{
  font-family:  "Ionicons";
  position: absolute;
  width:42px;
  height:42px;
  line-height: 42px;
  text-align: center;
  top:50%;
  margin-top:-42px;
  color:#fff;
  font-size:72px;
}
section.carousel .owl-prev{
  left:0;
}
section.carousel .owl-next{
  right:0;
}


/* SECTION CALC BLOCK */
section.calc{
  display: block;
  background: #010101;
  padding:25px 0;
  color:#ccc;
  border-top:10px solid #e83a3f;
}
section.calc h2{
  display: block;
  font-weight: 700;
  line-height: 42px;
  font-family: 'Roboto', sans-serif;
  line-height: 42px;
  margin:0 0 20px 0;
  padding:0;
}
section.calc .btn{
  display: block;
  margin-top:25px;
  border:none;
  border-radius:0;
  background:#222;
  padding-top:47px;
  padding-bottom:47px;
  font-family: 'BenchNine', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}
@media(max-width:767px){
  section.calc .btn{
    padding-top:25px;
    padding-bottom:25px;
  }
}
@media(max-width:575px){
  section.calc .btn{
    padding-top:20px;
    padding-bottom:20px;
    margin-top:10px;
  }
}
section.calc .btn:hover{
  color:#000;
  background: #e83a3f;
}

section.calc h2{
  font-family: 'BenchNine', sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 44px;
  padding-top:25px;
  margin:9;
}


/* SECTION CONTENT BLOCK */
section.content{
  display: block;
  padding:25px 0;
}



.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding:0 10px;
    line-height:40px;

    /* Styles */
    background: #fff;
    box-shadow:inset 0 0 5px rgba(0,0,0,0.4);
    cursor: pointer;
    outline: none;

    /* Font settings */
    color: #4B4F53;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	   		border-radius:3px;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index:997;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    z-index:998;
    top: 41px;
    left: 0;
    right: 0;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	   		border-radius:3px;

    /* Styles */
    background: white;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    list-style: none;
    padding:0;
    margin:0;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
    max-height:300px;
    overflow-y:auto;

}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-3 span{
	display:block;
	width:100%;
	height:40px;
	overflow:hidden;
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    width: 100%;
    line-height:20px;
    text-decoration: none;
    color: #4B4F53;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow:                   hidden;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
	-webkit-border-radius:3px 3px 0 0;
	   -moz-border-radius:3px 3px 0 0;
	   		border-radius:3px 3px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	   		border-radius: 0 0 3px 3px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #0258a9;
    color:#fff;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

.featured-image{
  display: block;
  height:300px;
  background-size: cover !important;
  margin:-100px 0 0 0;
}
.featured-image h1{
  display: block;
  margin:0;
  padding:240px 0 0 0;
  font-family: 'BenchNine', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color:#fff;
  font-size:42px;
}
@media(max-width:575px){
  .featured-image{
    margin-bottom:40px;
  }
  .featured-image h1{
    font-size:30px;
  }
}
.breadcrumbs{
  display: block;
  margin:0 0 40px 0;
  line-height: 30px;
  background: #000;
  font-size:14px;
}
.breadcrumbs a,
.breadcrumbs i{
  color:#fff;
}
.breadcrumbs i{
  font-size:11px;
  padding:0 10px;
}
.breadcrumbs span{
  color:#e83a3f;
}
@media(max-width:575px){
  .breadcrumbs{
    display: none;
  }
}

.list-rent-data{
  display: block;
  background: #333;
  color:#fff;
  padding:30px 0;
  margin:-40px 0 40px 0;
}
.list-rent-data b{
  font-family: 'BenchNine', sans-serif;
  font-weight: 400;
}
.list-rent-data h3{
  display: block;
  font-family: 'BenchNine', sans-serif;
  font-weight: 400;
  margin:0;
  font-size:24px;
  padding:0 0 25px 0;
}
.list-rent-data img{
  width:100%;
  height:auto;
  padding:5px 4px;
}
.list-rent-data .gallery a.thumbs{
  display: inline-block;
  width:32.333%;
}
@media(max-width:575px){
  .list-rent-data h3{
    font-size:18px;
  }
  .list-rent-data big{
    font-size: 16px;
  }
}

.list-rent{
  display: block;
  float:left;
  width:31.333%;
  background: #fff;
  margin:1%;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
@media(max-width:991px){
  .list-rent{
    width:48%;
  }
}
@media(max-width:575px){
  .list-rent{
    width:98%;
  }
}
.list-rent.alt{
  margin-top:-255px;
}
@media(max-width:991px){
  .list-rent.alt{
    width:31.333%;
    margin-top:-245px;
  }
}
@media(max-width:767px){
  .list-rent.alt{
    width:50%;
    margin-top:0;
  }
}
@media(max-width:575px){
  .list-rent.alt{
    float:none;
    width:100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.list-rent:hover{
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.list-rent img{
  max-width:100%;
  width:auto;
  height:auto;
}
.list-rent > img{
  width:100%;
  height:auto;
}
.list-rent .title{
  display: block;
  position: relative;
  background: #000;
  color:#fff;
  padding:10px 100px 10px 20px;
  height:70px;
  font-family: 'BenchNine', sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.list-rent .title small{
  display: block;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size:12px;
}
.list-rent .title .group{
  display: block;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  padding:10px 20px;
  color:#fff;
  background: #e83a3f;
}
.list-rent .price{
  display: block;
  padding:20px;
}
.list-rent .price .big{
  font-size:20px;
}
.list-rent .opt{
  display: block;
  padding:0 20px 20px 20px;
}
.list-rent .opt > div{
  display: inline-block;
    width:45%;
}
.list-rent .btn-r{
  display: block;
  width: 100%;
  line-height: 40px;
  height:40px;
  text-align: center;
  color:#000;
  background: #ddd;
}
.list-rent .btn-r:hover{
  color:#fff;
  background: #e83a3f;
}

#map-canvas{
  margin-top:-40px;
  margin-bottom: -40px;
}


.footer{
  display: block;
  background: #000;
  padding:30px 0;
  color:#fff;
  font-size: 12px;
  margin-top:40px;
}
@media(max-width:575px){
  .footer,
  .footer .text-right{
    text-align: center !important;
  }
}

#cf,
#cf-done{
  display: block;
  float:right;
  width:64.666%;
}
@media(max-width:767px){
  #cf,
  #cf-done{
    width:45%;
  }
}
@media(max-width:575px){
  #cf,
  #cf-done{
    float:none;
    width:100%;
    margin-top:30px;
  }
}


.form-control{
  border-radius:0;
  box-shadow: none;
  border:none;
}

.cal{
  font-size:14px;
  position: relative;
}
.cal img{
  position: absolute;
  bottom:4px;right:5px;
}
.ui-corner-all{
  font-size: 14px !important;
}
