/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Arsenal');


html {
  position: relative;
  min-height: 100%;
}
img {
	max-width: 100%;
} 

body{ 
	overflow-y: scroll;
	font-family: 'Arsenal', sans-serif;
	position: static;
	font-size: 17px;
	background: #F9D8A2;
} 
p {
    margin-bottom: -1px;
}

a, a:focus, a:hover{
  outline: none;
}

.container{
	max-width: 1170px;
	width: 100%;
	padding: 0;
}

.main-container{
  box-shadow: 0 1px 10px #2e2e2e;
}
.page-header {
  text-align: center;
}
.node-welcome .field-name-body {
    text-align: center;
    padding-bottom: 30px;
} 
.node-welcome .field-name-field-image-welcome img {
    margin: auto;
}
.not-front .main-container{
  min-height: 500px;
  margin-bottom: 30px;
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 0;
}

.not-front .region-content {
	min-height: 300px;
}
.active {
	color: #806b64 !important;
}
.logo.navbar-btn > img {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 10px #333333;
    padding: 15px 30px;
}


/* PLACEHOLDER */
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #441D00;
  font-size: 17px;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #441D00;
  font-size: 17px;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #441D00;
  font-size: 17px; 
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #441D00;
  font-size: 17px;
}


.menu1{
  background: #441D00;
  text-align: center;
} 

.menu1 .sf-menu a, .sf-menu span.nolink{
    color: #fff;
    font-size: 18px;
    font-weight: bold; 
    padding: 10px 49px;
    position: relative;
}
.menu1 .sf-menu a:hover, .menu1 .sf-menu a:focus {
  background: none;
  color: #F9D8A2;
}
.sf-menu li {
  float: none;
  display: inline-block;
  text-align: center;
}

/* HEADER */

.main-menu, .menu1{
  background: #441D00;
  text-align: center;
} 
.main-menu .menu li{
  display: inline-block;
}
.main-menu  .nav > li > a, .clone-menu .nav > li > a{
    color: #fff;
    font-size: 18px;
    font-weight: bold; 
    padding: 10px 49px;
    position: relative;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: none;
	color: #F9D8A2;
}

/* LOGO HEADER */

.navbar-header {
    position: absolute;
    float: none;
    text-align: center;
    left: 0;
    right: 0;
}
.navbar {
    border: 1px solid transparent;
    min-height: 95px;
    position: relative;
    margin-bottom: 0;
}
.slide-block {
    position: relative;
}
.slideshow {
	position: relative;
}
.logo{
    position: relative;
    z-index: 30;
}
.navbar .container .navbar-header .logo{
	float: none;
}

/* RATES */
 {
  margin: 0 -15px;
}
.node-rates .field-name-body {
	text-align: center;
	padding-bottom: 30px;
}
.node-rates .field-name-field-images-rates img {
	margin: auto;
}

/* NOT-FRONT */


.not-front .navbar .container {
    background: #f9d8a2 none repeat scroll 0 0;
    box-shadow: none;
}
.not-front .navbar-header {
	position: relative;
}
.slide-block {
    background: #441d00 none repeat scroll 0 0;
} 
.main-menu.container {
    box-shadow: none;
}
.not-front .navbar {
    background: #f9d8a2 none repeat scroll 0 0;
}
.not-front .logo.navbar-btn > img {
    box-shadow: none;
    background: #f9d8a2;
}

/* FLEXSILDER */ 

.flexslider {
	border: none;
	margin: 0;
} 
.node-type-gallery .node-gallery{
  margin: 0 -15px;
}
.node-gallery img {
	margin-bottom: 30px;
	box-shadow: 1px 1px 3px #7a7a7a;
}
.node-gallery img:hover {
	opacity: 0.7;
}
.gallery-item a {
    display: block;
    margin-bottom: 30px;
    max-height: 165px;
    overflow: hidden;
}
.gallery-item img{
	transition: all ease 400ms;
}
.gallery-item:hover img{
	transform: scale(1.1); 
	transition: all ease 400ms;
}

/* ABOUT US */

.about-front {
    background: #fff;
    padding: 30px 0;
}
.about-front .field-name-body  {
	color: #000;
	text-align: center;
	font-size: 18px;
	width: 60%;
	margin: auto;
}
.about-front{
  text-align: center;
}
.about-front h2 {
    background: #ffffff none repeat scroll 0 0;
    color: #441d00;
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    margin-top: 0;
    padding: 0 15px;
    position: relative;
    text-align: center;
}


/* INSIDE THE APARTMENT */
.wrap-title {
    margin: auto;
    max-width: 900px;
    position: relative;
    text-align: center;
}
.wrap-title::before {
    background: #441d00 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    width: 100%;
}
.inside-apartment {
    background: #fcf1e0 none repeat scroll 0 0;
    padding: 25px 0;
    position: relative;
}
.inside-apartment h2 {
    background: #fcf1e0 none repeat scroll 0 0;
    color: #441d00;
    display: inline-block;
    font-size: 32px; 
    font-weight: bold;
    margin-top: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    z-index: 21;
}

.node-inside-the-apartment img {
    box-shadow: 1px 4px 5px #aaa;
    padding: 5px;
}
.node-inside-the-apartment .field-name-body {
	text-align: center;
}
.inside-node-gallery {
    margin: 30px -15px 0;
}

.inside-apartment img{
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 3px 8px rgba(45, 45, 45, 0.59);
    padding: 10px;
}

.im-body{
	clear: both;
	text-align: center;
	padding-bottom: 30px;
	width: 55%;
	margin: auto;
	color: #000;
	font-size: 18px;
	padding-top: 10px;
}
.im-img-con{
	max-width: 700px;
	margin: auto;
	width: 100%;
}
.im-item{
	text-align: center;
	margin-bottom: 35px;
}
.im-item img{
	display: inline-block;
}

#block-system-powered-by > span {
	display: none;
}
.contact-footer {
    padding: 30px;
}
.contact-footer .view-content{
	max-width: 890px;
	margin: auto;
}
.not-front .contact-footer .view-content{
  max-width: 900px;
  width: 100%;
}
.contact-wrapper{
	overflow: hidden;  
	margin: 0 -15px;
}
.contact-wrapper > div {
    float: left;
    padding: 0 15px;
    width: 33.33%; 
}
.contact-footer .field-name-field-body-contact {
    margin: auto;
    text-align: center;
    width: 75%;
    color: #000000;
}
.contact-footer .views-field.views-field-field-body-texts {
    text-align: center;
    color: #000000;
}
.contact-footer .webform-component-textarea .grippie {
    display: none;
}
.contact-footer textarea{
	min-width: 100%;
}
.webform-component-textarea {
    margin-top: 15px;
}
button.webform-submit.button-primary.btn.btn-primary.form-submit {
    margin: 10px 0;
}
.node-webform .contact-wrapper > div {
	width: 100%;
}
.not-front .webform-custom {
    margin-top: 70px;
}

/* NODE WELCOME */
.node-type-welcome .node-welcome{
  margin: 0 -15px;
}
/* NOT FRONT */
 
.not-front .contact-footer{
  padding: 30px 0;
}
.not-front .wrap-title{
  width: 100%;
  max-width: 900px; 
}
/* CLONE MENU */

.clone-menu {
	background-color: #441d00;
	text-align: center;
} 

.clone-menu .menu li {
	display: inline-block;
}
.contact-footer {
    background: #fff none repeat scroll 0 0;
    position: relative;
}
.contact-footer .form-control {
	border-radius: 0;
	background: #FCF0E0;
	box-shadow: none;
	border: none;
}
.wrap-title{
  text-align: center;
}
.contact-footer h2{
	 color: #441d00;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-top: 0; 
    display: inline-block;
    padding: 0 15px;
    position: relative;
    background: #fff;
}


.btn-primary {
    background-color: #fcf0e0;
    border-color: #f1cea2;
    color: #441d00;
    border-radius: 0;
    font-size: 16px;
}
.btn-primary:hover {
	background: #441d00;
	color: #FFFFFF;
}
.webform-client-form-12 {
    margin: auto;
    width: 75%;
}
.node-webform td {
    display: block;
    text-align: center;
}
.contact-body{
  margin-bottom: 15px;
}
.node-type-webform .block-system .node-webform{
  margin: 0 -15px;
}
.node-type-webform .form-control{
  font-size: 18px;
  height: auto;
  border-radius: 0;
  background: #fcf0e0;
  border: 0;
} 
.node-type-webform textarea{ 
  min-width: 100%;
} 



/* FOOTER */
/* Sticky footer styles
-------------------------------------------------- */

.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  padding: 0; 
  margin: 0;
  padding-bottom: 0;
	margin-top: 0;
	border-top: 0;
}
.footer-copy.container {
	background: #441D00;
	padding: 10px;
}
.copy {
	float: left;
	color: #fff;
	padding-left: 50px;
	font-size: 11px;
}
.credits a {
    float: right;
    color: rgba(191, 187, 187, 0.09);
    padding-right: 50px;
    font-size: 11px;
} 

/* RESPONSIVE */

@media (max-width:1167px){
  .main-menu .nav > li > a, .clone-menu .nav > li > a{
    padding: 10px 35px;
  }
}
@media (max-width: 1200px){
  .row{
    margin: auto;
  }
}
@media (max-width: 1147px){
  .menu1 .sf-menu a, .sf-menu span.nolink{
    padding: 10px 40px;
  }
}
@media (max-width: 1039px){
  .menu1 .sf-menu a, .sf-menu span.nolink{
    padding: 10px 30px;
  }
}
@media (max-width:999px){
  .main-menu .nav > li > a, .clone-menu .nav > li > a {
    padding: 10px 25px;
  }
}
@media (max-width: 879px){
  .main-menu .nav > li > a, .clone-menu .nav > li > a {
    padding: 10px 15px;
  }
}

@media (max-width: 919px){
  .menu1 .sf-menu a, .sf-menu span.nolink{
    padding: 10px 20px;
  }
}
@media (max-width: 799px){
  .menu1 .sf-menu a, .sf-menu span.nolink{
    padding: 10px 15px;
  }
}

@media (max-width: 768px) {
  .recaptcha-contact.container {
     width: 100%;
   }
   .g-recaptcha {
     transform: scale(0.8);
     transform-origin: 0 0;
   }
   .form-horizontal .form-group {
     margin-left: 0;
     margin-right: 0;
   }
}
@media (max-width: 767px) {
   .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .sf-accordion-toggle.sf-style-none > a {
      color: #fff;
      font-size: 20px;
      padding: 5px;
      display: block;
    }
    .navbar {
      min-height: 115px;
    }
    .main-menu .nav > li > a, .clone-menu .nav > li > a{
        font-size: 14px;
    }
    .footer-copy.container {
        text-align: center;
    }
    .copy {
      padding-left: 0;
      float: none;
    }
    .credits a{
      padding-right: 0;
      float: none;
    }
    .about-front .field-name-body{
      width: 100%;
      padding: 0 30px;
    }
    .im-body{
      width: 100%;
      padding: 10px 30px;
    }
    .contact-footer {
    padding: 15px;
    }
    .navbar .logo {
    margin: auto !important;
    padding: 0;
  }
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
    margin: auto;
  }
  .inside-img {
    padding-bottom: 20px;
  }
}
@media (max-width:651px){
  .main-menu .nav > li > a, .clone-menu .nav > li > a {
      padding: 10px;
  }
  .contact-footer td {
    width: 100%!important;
    clear: both;
    display: block;
  }
  .contact-footer .field-content span {
    width: 100%;
  }
  .contact-wrapper > div{
    width: 100%;
  }
}

@media (max-width: 500px){
  .navbar-header{
    position: relative;
  }
  .node-inside-the-apartment img{
    margin: auto;
  }
  .node-inside-the-apartment .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 380px){
  .node-gallery .col-xs-6 {
    width: 100%;
  }
}


