/*
Theme Name: Vista Host Theme
Author: the Next Coders Team
Author URI: http://thenextcoders.com
Description: Theme Developed For Vista Host Sites
Version: 99.9
*/

body {
  overflow-x: hidden !important;
  /*font-family: 'Roboto Slab', serif;*/
  font-family: Raleway, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
}
p,
a,
h1,
h2,
h3,
h4 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
a {
  color: #2584c5;
}
a.text-white,
.text-white {
  color: #fff;
}
h1,
h2,
h3,
h4 {
  /*font-family: 'arial',sans-serif;*/
}
h3 {
  font-size: 34px;
}

.main {
  /*    background: url('../img/bg_2.jpg');
        background-repeat: no-repeat;
        background-size: 100%;*/
}

.nav_side {
  /* edit by maurice background: #140f15; */
  background: #140f15;
  opacity: 0.7;
}

.logo {
  margin-top: 10px;
}

.logo img {
  margin: 0px auto;
}
.main_menu ul {
  padding: 0px;
}

.main_menu ul li {
  list-style: none;
  float: left;
  width: 100%;
  /*text-align: center;*/
  border-bottom: 1px solid black;
  padding: 10px 10px 10px 0px;
  /*box-shadow: 2.5px 2.5px 10px 0px rgba(0,0,0,0.75);*/
}

.main_menu ul li a {
  color: #140f15;
  font-size: 18px;
  font-weight: bold;
}

.main_menu ul .active {
  border-right: 2px solid lightblue;
}

.main_menu ul li:hover {
  border-right: 2px solid lightblue;
  /*;background: black;*/
  background: #2584c5;
  opacity: 0.9;
}

.main_menu ul li a:hover {
  text-decoration: none;
}

.nopadding {
  padding: 0px;
}
.reservation {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 0px;
}

.reservation h4 {
  background: lightblue;
  padding: 10px;
  color: black;
}

.reservation_form {
  color: white;
  font-size: 12px;
}

.reservation_form input {
  border: none;
  border-radius: 0px;
  background: white;
  color: black;
  margin-bottom: 10px;
}

.reservation_form select {
  border: none;
  border-radius: 0px;
  background: white;
  color: black;
  padding: 0px;
}

.reservation_form button {
  background: lightblue;
  border: none;
  border-radius: 0px;
  margin-top: 10px;
  padding: 10px;
  color: black;
}

.reservation_form button:hover {
  color: black;
}
.top_phone {
  margin-top: 10px;
}
.top_phone ul {
  padding: 0px;
}

.top_phone ul li {
  list-style: none;
  color: white;
  float: left;
  margin-right: 10px;
}

.dates {
  margin-top: 10px;
}

.action_button {
  background: none;
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.login_button {
  background: lightblue;
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
  color: black;
}
.temperature {
  margin-top: 10px;
  width: 100%;
  background: #152630;
}
.temp_box {
  color: white;
  padding: 10px;
}

.temp_line_1 {
  background: #8f8f88 none repeat scroll 0 0;
  height: 2px;
}
.temp_line_2 {
  background: #aaa none repeat scroll 0 0;
  height: 3px;
}

.site_information {
  margin-top: 10px;
}

.site_information h3 {
  background: #262323;
  background-repeat: no-repeat;
  border-radius: 0 50px 0 50px;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 0px;
}
.site_information h4 {
  background: lightblue;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 0px;
  border-radius: 0 50px 0 50px;
}

.guarented_image {
  margin-top: 50px;
}
.social_bar {
  background: #086830;
  /*height: 50px;*/
}

.social_bar_inner {
  padding: 10px;
}

.social_bar_left_text {
  color: white;
  margin-top: 5px;
}
.social_bar_icons ul li {
  list-style: none;

  float: right;
}

.room_title {
  color: red;
}

.room_read_more {
  margin-top: 10px;
  color: black;
}
.room_read_more a {
  /*font-weight: bold;*/
  color: black;
}
.room_image {
  /*opacity: 0.9;*/
  -webkit-box-shadow: 2.5px 2.5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2.5px 2.5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2.5px 2.5px 10px 0px rgba(0, 0, 0, 0.75);
}
.room_image:hover {
  /*    opacity: 1;
    
        Reflection
        -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
    
        Glow
        -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
        -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
        box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    
        -webkit-transform:scale(1.05);  Safari and Chrome 
        -moz-transform:scale(1.05);  Firefox 
        -ms-transform:scale(1.05);  IE 9 
        -o-transform:scale(1.05);  Opera 
        transform:scale(1.05);*/
}

.stay {
  background: url("assets/img/stay_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 15px;
  padding-bottom: 20px;
  padding-top: 10px;
  background-position: center;
  margin: 0;
}

.stay h3 {
  color: white;
}
.room_title {
  padding: 10px 0px 5px 0px;
}
.stay h4 {
  color: white;
}

.stay p {
  color: white;
  /*font-size: 12px;*/
}

.stay_image {
  width: 180px;
  height: 180px;
  background: white;
  padding: 5px;
  opacity: 0.9;
}
.stay_image:hover {
  opacity: 1;

  /*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(0, 0, 0, 0.4)));

  /*Glow*/
  -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}

.stay {
  text-align: center;
}

.stay_description {
  color: white;
}

.stay_read_more {
  margin-top: 15px;
}

.stay_read_more a {
  border: 1px solid white;
  border-radius: 15px;
  padding: 5px 10px;
  color: white;
}

.testimonials {
  text-align: center;
  font-size: 16px;
}

.testimonials_author {
  text-align: center;
  color: red;
}

#footer {
  background: #202020;

  color: white;
  padding: 15px 0px;
}

#footer_top {
  padding-top: 10px;
  padding-bottom: 10px;
}

.twitter_feed {
  text-align: left;
}
.footer_social ul {
  float: right;
}

#footer .socials li {
  list-style: none;
  float: left;
  margin: 0px 5px;
}

#footer .socials li a {
  color: white;
}
#footer .socials li a:hover {
  color: #bbb;
}

#footer h1 {
  margin: 0px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #eee;
}
#footer ul {
  margin: 0;
  padding: 0px;
}
#footer ul li {
  line-height: 25px;
  list-style: outside none none;
}
#footer ul a {
  color: #999;
}
#footer ul a:hover {
  color: #eee;
}
#footer ul.socials li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 5px;
}
#footer ul.socials i {
  background: #eee none repeat scroll 0 0;
  border-radius: 20px;
  color: #333;
  font-size: 1.25rem;
  height: 40px;
  line-height: 35px;
  text-align: center;
  width: 40px;
}
#footer ul.socials a:hover i {
  background: lightblue none repeat scroll 0 0;
  transition: all 0.2s linear 0s;
}
#frm-email {
  background-color: #ffffff;
  border-color: #e6e6e6;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px transparent inset;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  /*font-size: 1rem;*/
  height: 2.64286rem;
  margin: 0 0 1.14286rem;
  padding: 0.57143rem;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  width: 100%;
  background: #eee none repeat scroll 0 0;
  height: 3.3rem;
  padding: 5px 15px;
  margin-bottom: 1.875rem;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
}
#footer.fullwidth p.copyright {
  float: left;
  /*font-size: 1.28571rem;*/
  padding-left: 30px;
}
#footer.fullwidth ul.socials {
  padding-right: 20px;
  text-align: right;
}
#footer.fullwidth ul.socials li {
  margin-right: 10px;
}

.subscribeButton {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 30px;
}
.subscribeButton :hover {
  background: #fff none repeat scroll 0 0;
  color: #333;
}

.happy {
  padding: 30px 0px;
}

.contact_us h4 {
  color: white;
}

.footer_menu {
  margin: 0px;
  padding: 0px;
}

.footer_menu li {
  list-style: none;
  float: left;
  width: 50%;
  padding: 5px 0px;
}

.footer_menu li a {
  color: white;
}

.footer_menu li a:hover {
  color: white;
}

.footer_search input {
  background: none;
  color: white;
}

.footer_search button {
  color: white;
  background: lightblue;
  background: lightblue none repeat scroll 0 0;
  color: white;
  height: 33px;
  left: 227px;
  position: relative;
  top: -33px;
  border-radius: 0px 4px 6px 2px;
}

.social_bar_icons img {
  max-height: 30px;
  vertical-align: initial;
}
.social_bar ul {
  margin: 0px;
  padding: 0px;
}
.social_bar_icons img:hover {
  opacity: 0.7;
}
.social_bar_icons ul li {
  margin: 0px 5px;
}

.bx-wrapper .bx-viewport {
  border: none !important;
  background: none !important;
  box-shadow: none;
  border: 0px;
}

#maximage {
  z-index: 1;
  position: relative;
}

#main_content {
  z-index: 100;
  position: relative;
  top: 0px;
}

.bx-wrapper {
  position: absolute;
}

#maximage img {
  max-height: 700px;
}

.bx-wrapper .bx-next {
  right: 40px;
}

.testimonials .bx-wrapper {
  position: relative;
}

.temp_box_first {
  border-bottom: 2px solid #ddd;
}

.room_image {
  width: 300px;
  height: 200px;
}

.spacing.three {
  height: 60px;
}

.spacing.two {
  height: 40px;
}

.item.darkCyan > img {
  max-width: 100px;
  /*margin-left: 50px;*/
  /*    max-height: 60px;
        height: 50px;*/
}

.widget_wysija input[type="text"] {
  background: #eee none repeat scroll 0 0;
  border-color: #e6e6e6;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px transparent inset;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  height: 3.3rem;
  margin: 0 0 1.875rem;
  padding: 5px 15px;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  width: 100%;
}

.wysija-submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 30px;
  margin: 0px auto;
}
.background_slider .bx-controls-direction a {
  top: 200px;
}

#footer_copy {
  /*min-height: 50px;*/
  /*background: #0B9444;*/
  background: #000000;
}
.copy_text {
  color: white;
  padding-top: 10px;
}

.photo_gallery_img {
  width: 50px;
  height: 50px;
}

.dropdown-menu {
  background: black;
  position: relative;
  left: 15px;
  opacity: 1;
}

.dropdown-menu li a:hover {
  background: none;
  border: none !important;
}
.dropdown-menu li {
  border-bottom: 1px solid black;
}
.dropdown-menu li:hover {
  border: none !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: none;
  text-decoration: none;
}

.sidebar {
  /*    height: 500px;
        background: #ddd;*/
  padding-top: 20px;
}

.abc {
  background: #476f78 none repeat scroll 0 0;
  color: white;
  font-size: 14px;
  margin-bottom: 0px;
  padding: 4px;
}

.room_image {
  /*border: 1px solid #eee;*/
  box-shadow: none !important;
  /*height: 120px;*/
  padding: 11px !important;
  /*width: 120px;*/
}

/*
.item.darkCyan > img{
    margin-left: 50px;
}
*/
.item.darkCyan > h3 {
  font-size: 15px;
  text-align: center;
}
.text-center {
  color: #476f78;
}
.item.darkCyan {
  margin: 5px;
}

.bxslider li {
  width: 175px;
}
@media screen and (max-width: 800px) {
  .site_information h3 {
    font-size: 12px;
  }
  .site_information h4 {
    font-size: 10px;
  }
  .footer_search button {
    left: 147px;
  }
  #maximage img {
    height: 620px;
    /*max-height: 700px;*/
  }
  .spacing.three {
    height: 80px;
  }
  .spacing.two {
    height: 60px;
  }

  .nav_side {
    /*background: none;*/
  }
  #owl-example .owl-item {
    /*width: 140px !important;*/
  }
  /* .item.darkCyan > img{
        margin-left: 0px;
    }*/
  .background_slider .bx-controls-direction a {
    top: 300px;
  }
  .social_bar_left_text {
    padding-bottom: 10px !important;
  }

  .social_bar {
    min-height: 45px;
  }
  .social_bar a {
    color: white;
  }
}
@media screen and (min-width: 900px) {
  /*   .item.darkCyan > img {
        margin-left: 25px !important;

    }*/
  .slide_image {
    height: 550px;
    margin: 0px !important;
  }
}

@media screen and (max-width: 380px) {
  /*    .main{
            background: #ae3600;
        }*/
  .stay {
    background-image: none;
    background: lightblue;
  }

  .footer_search button {
    left: 227px;
  }

  .kids {
    padding: 0px;
  }

  .nav_side {
    background: none;
  }
  .spacing.three {
    height: 20px;
  }
  .spacing.two {
    height: 10px;
  }
  #maximage img {
    max-height: 210px;
    /*max-height: 700px;*/
  }
  .background_slider .bx-controls-direction a {
    top: 100px;
  }
  .social_bar_left_text {
    padding-bottom: 10px;
  }
  .logo img {
    max-width: 150px;
  }
  .social_bar_inner {
    padding: 0px;
  }
  .social_bar {
    min-height: 35px;
    height: 35px;
  }
  .social_bar a {
    color: white;
  }
  .logo {
    min-height: 150px;
  }
  .slide_image {
    height: 225px;
    margin: 0px !important;
  }
}

#slider_demo {
  position: absolute;
}

.prev_slider {
  position: absolute;
  top: 87px;
  z-index: 2147483647;
}
.next_slider {
  right: 0px;
  margin-right: 10px;
  position: absolute;
  top: 87px;
  z-index: 2147483647;
}
.slide_image {
  margin: 0px !important;
  width: 100%;
}

.panel-default > .panel-heading {
  background-color: #9ec5d2;
}

.panel-default {
  background-color: #f1fcfc;
}

.panel-body ul {
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  text-align: left;
}

.panel-body ul li {
  padding-left: 1.2em;
  list-style: none;
}

.panel-body ul li:before {
  content: "\f105"; /* FontAwesome char code inside the '' */
  font-family: FontAwesome; /* FontAwesome or whatever */
  display: inline-block;
  width: 1.2em; /* same as padding-left set on li */
  margin-left: -1.2em; /* same as padding-left set on li */
  color: #337ab7;
}
​

//properties CSS

.properties_list {
  background: #fff;
  padding: 20px;
}

.portfolio-filters {
  position: relative;
  /*margin: 0 -30px;*/
  padding: 20px 30px 10px;
  background: rgb(247, 247, 247);
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  .portfolio-filters {
    text-align: left;
  }

  .inner_main_menu ul li {
    float: left;
    width: 100%;
    padding: 10px;
  }

  .inner_main_menu ul.dropdown-menu {
    position: relative !important;
    left: 10px !important;
    float: left !important;
    top: 5px !important;
  }

  .inner_main_menu ul.dropdown-menu li a,
  .inner_main_menu ul.dropdown-menu li a:hover {
    font-size: 14px !important;
    padding: 0px 1px !important;
  }
}

@media only screen and (max-width: 1020px) {
  .portfolio-filters {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .portfolio-filters .filterable-nav {
    height: auto;
  }
}
.filterable-nav {
  display: block;
  position: relative;
  padding: 0 30px;
  margin: 0 -30px;
}

@media only screen and (max-width: 768px) {
  .portfolio-filters .filterable-nav span {
    display: block;
    margin: 0;
    width: 100% !important;
  }
}

.filterable-nav span {
  display: inline;
  float: left;
  clear: left;
  vertical-align: middle;
  width: 18%;
  font: normal normal 16px/30px "Scala Sans Bold", Arial, sans-serif;
  color: #3a3a3c;
  text-transform: none;
}

@media only screen and (max-width: 768px) {
  .portfolio-filters .filterable-nav ul {
    height: auto;
    clear: both !important;
    width: 100% !important;
  }
}

.filterable-nav ul {
  float: left;
  display: inline;
  width: 82%;
  vertical-align: middle;
  overflow: auto;
  position: relative;
  padding: 0;
  margin: 5px 0 10px;
}

.filterable-nav > ul li {
  display: block;
  position: relative;
  float: left;
  margin: 0 3px 3px 0;
  padding: 0;
  cursor: pointer;
  font: normal normal 11px/18px "Scala Sans Light", Arial, sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .portfolio-filters .filterable-nav ul li {
    display: block;
    float: left;
  }
}

@media only screen and (max-width: 640px) {
  .filterable-nav > ul li {
    margin: 0 2px 2px 0 !important;
    line-height: 17px !important;
  }
}

.filterable-nav > ul li a,
.filterable-nav > ul.region li a {
  display: block;
  margin: 0;
  padding: 0 10px;
  color: #53535c;
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 640px) {
  .filterable-nav > ul li a {
    padding: 1px 5px 0 !important;
  }
}

.entry-title {
  margin: 8px 0 5px;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.3em;
  text-transform: none;
  font-family: "Scala Sans Bold", Arial, sans-serif;
}

.entry-title a {
  color: #3a3a3c;
  font-size: 0.9em;
}

.entry-title a:hover {
  text-decoration: none;
}

.portfolio.classic-4 article .entry-title small {
  font-size: 0.9em;
  color: #53535c;
  text-transform: uppercase;
}

.entries.classic-4 .entry-title small {
  font-size: 0.9em;
}

.entry-title small {
  display: block;
  margin: 2px 0;
  font-size: 0.7em;
  color: #0ca1da;
}

.entry-body {
  margin-bottom: 20px;
}

.filterable-nav > ul li a.selected {
  background: #fff;
  color: #53535c;
  border: 1px solid #53535c;
}

.properties_list {
  background: #fff;
  padding: 25px;
}

.loading_wrap {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 11px;
  font-size: 18px;
  color: #fff;
  background: rgba(2, 2, 2, 0.67);
}

.training-sidebar h3 {
  font-size: 22px;
}

h3.advance-text,
h3.recog-text,
h3.rewards-text,
h3.service-text {
  text-align: center;
  text-shadow: 2px 2px 1px #a7a7a7;
  font-size: 2.2em;
  margin: 5px;
  margin-bottom: 10px;
}

.top-placement {
  margin-top: 18px;
}

h3.advance-text {
  color: #74e000;
}

h3.recog-text {
  color: #00b8c8;
}

h3.rewards-text {
  color: #9a00cf;
}

h3.service-text {
  color: #fac200;
}

.training-title {
  text-align: center;
  margin-top: 10px;
}

.training-title h4 {
  margin-bottom: 20px;
}

.news-panel {
  background: #fff;
}

.news-panel .panel-heading {
  background-color: #2683c6;
  color: #fff;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.pagination {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.pagination a.page-numbers {
  background: #373b3e;
  color: #fff;
  padding: 10px;
}

.pagination span.page-numbers.current {
  padding: 10px;
  background: #2683c6;
  color: #fff;
}

.pagination span.page-numbers.dots {
  padding: 10px;
  background: #373b3e;
  color: #fff;
}

/*INNER PAGE MENU*/

.inner_main_menu ul {
  list-style: none;
  padding: 0;
  float: right;
}

.inner_main_menu ul li {
  float: left;
}

.inner_main_menu ul li a {
  padding: 10px;
  text-decoration: none;
  color: #476f78;
  font-size: 18px;
}

.inner_menu_wrap {
  background: #ffffff;
}

ul.inner_socials {
  list-style: none;
  float: right;
  margin-top: 10px;
  padding: 0;
}
ul.inner_socials li {
  float: left;
}

ul.inner_socials li a {
  color: #222;
  font-size: 22px;
  border: 2px solid #222;
  border-radius: 100%;
  text-align: center;
  float: left;
  height: 40px;
  width: 40px;
  padding: 3px;
  background: #fff;
  margin-left: 5px;
}

.inner_main_menu ul li.active a {
  color: #b68d30;
}

.inner_main_menu ul.dropdown-menu {
  position: absolute;
  background: #2782c7;
  left: 6px;
  min-width: 200px;
}

.inner_main_menu ul.dropdown-menu li {
  width: 100%;
  border: 1px solid #2171ad;
}

.inner_main_menu ul.dropdown-menu li a,
.inner_main_menu ul.dropdown-menu li a:hover {
  font-size: 15px;
  padding: 8px 4px;
  color: #fff;
}
