@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=Varela+Round);
@import url(http://fonts.googleapis.com/css?family=Muli);
@import url(//code.jquery.com/ui/1.11.3/themes/smoothness/jquery-ui.css);

@import url(modules.css);
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 1;
  color: #333;
  font-family: "Yanone Kaffeesatz", sans-serif;
  background: url("../images/body-bg.png") repeat #f9f9f9;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-family: Varela Round;
  font-size: 26px;
  line-height: 40px;
  color: #000;
  letter-spacing: 0.0825em;
}

h3 {
  font-family: Varela Round;
  font-size: 15px;
  line-height: 28px;
  color: #000;
  letter-spacing: 0.0825em;
  position: relative;
}

h3:after {
  width: 23px;
  height: 1px;
  background: #e4b248;
  float: left;
  margin: 0;
  margin-top: 13px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

p {
  margin: 10px 0;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
}

.kp-content-mid-wrapper {
  max-width: 1170px;
  margin: 0px auto;
  float: none;
  clear: both;
  padding: 0px;
  -moz-box-shadow: 0px 5px 5px #c6c6c6, 0px 6px 5px #c6c6c6;
  -webkit-box-shadow: 0px 5px 5px #c6c6c6, 0px 6px 5px #c6c6c6;
  box-shadow: 0px 5px 5px #c6c6c6, 0px 6px 5px #c6c6c6;
  background: #fff;
}

.kp-top-header-content {
  background-color: #fff;
  padding: 3px 20px;
  font-family: "PT Sans";
  font-size: 12px;
  margin-top: 30px;
  color: #727272;
}

.kp-top-header-content strong {
  margin-right: 20px;
}

.kp-top-header-content .col-left {
  text-align: left;
}

.kp-top-header-content .col-right {
  text-align: right;
}

.kp-logo-menu-container {
  padding: 0 20px;
  background: #f4f4f4;
}

/*======= Menu Styling =======*/

.main-site-nav .navigation-wrapper > ul {
  text-align: right;
}

.main-site-nav .navigation-wrapper > ul > li > a {
  font-size: 11px;
  letter-spacing: 0.1525em;
  color: #000;
  padding: 40px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Varela Round;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
}

.main-site-nav .navigation-wrapper > ul > li:hover > a {
  background: #0c242e;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  opacity: 1;
}

.main-site-nav .navigation-wrapper > ul > li.menu-has-child > a:after {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 9px;
  padding-right: 0.5em;
  position: absolute;
  top: 39px;
  right: 2px;
}

.main-site-nav .navigation-wrapper > ul > li:hover > a:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #e4b248;
  display: block;
  width: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
}

.main-site-nav .navigation-wrapper > ul > li.menu-has-child:hover > a:after {
  color: #fff;
}

.main-site-nav .navigation-wrapper > ul ul {
  min-width: 250px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
  background-color: #0c242e;
}

.main-site-nav .navigation-wrapper > ul > li:last-child ul {
  right: 0;
  left: auto;
}

.main-site-nav .navigation-wrapper > ul ul li {
}

.main-site-nav .navigation-wrapper > ul ul li:first-child {
  border-top: none;
}

.main-site-nav .navigation-wrapper > ul ul li:last-child {
  border-bottom: none;
}

.main-site-nav .navigation-wrapper > ul ul li > a {
  display: block;
  font-family: Varela Round !important;
  width: 100%;
  height: 100%;
  font-size: 11px;
  padding: 12px 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  letter-spacing: 0.1525em;
  color: #fff;
  line-height: 20px;
  border-bottom: 1px solid rgba(240, 240, 240, 0.05);
}

.main-site-nav .navigation-wrapper > ul ul li > a:hover {
  opacity: 1;
  background: #e4b248;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
}

/*====== Footer Breadcrumn Navigation =======*/

.bottom-nav ul {
  text-align: right;
}

.bottom-nav ul li a {
  text-align: center;
  padding: 5px 10px;
  display: block;
}

/*===== Footer Syling =========*/

footer .kp-custom-footer-top {
}

footer .kp-content-mid-wrapper {
  padding: 20px;
  border: none;
  background: #f4f4f4;
}

footer .kp-custom-footer-top .kp-content-mid-wrapper {
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 30px;
  padding-top: 10px;
}

.kp-custom-footer-bottom {
}

.kp-custom-footer-bottom a {
  color: #414141;
}

.kp-custom-footer-top a,
.kp-custom-footer-top {
}

.kp-custom-footer-top a:hover {
  color: #f25824;
}

[class*="icon-"] {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 10px;
  vertical-align: middle;
}

[class*="icon-"]:after {
  position: absolute;
  left: 0;
  height: 15px;
  width: 15px;
  font-family: FontAwesome;
  display: block;
  font-style: normal;
}

.icon-mail:after {
  content: "\f003";
}

.icon-phone:after {
  content: "\f095";
}

.icon-wifi:after {
  content: "\f1eb";
}

.icon-show:after {
  content: "\f182";
}

.icon-fire:after {
  content: "\f06d";
}

.icon-tv:after {
  content: "\f03d";
}

.icon-doc:after {
  content: "\f0f0";
}

.icon-parking:after {
  content: "\f1b9";
}

.icon-light:after {
  content: "\f0e7";
}

.icon-laundry:after {
  content: "\f02c";
}

/*======= SLider Styling ==========*/

.kp-flex-slider .flexslider {
  margin: 0;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  border: none;
}

.kp-flex-slider .flex-viewport {
  /* height: 500px; */
}

.kp-flex-slider .flex-control-nav {
  display: none;
}

/*======= Form Styling =========*/

.widget-banner-form {
  position: relative;
}

.widget-banner-form .kp-widget-form-wrapper {
  position: relative;
  background: url(../images/slider-book-now.png);
  padding: 30px 0;
  width: 100%;
  display: block;
  border-bottom: solid 3px #e4b248;
}

.widget-banner-form .kp-widget-form-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-banner-form .kp-widget-form-wrapper form {
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}

.widget-banner-form .kp-widget-form-wrapper .li-input {
  width: 18.86%;
  float: left;
  margin-right: 4.5%;
}

.widget-banner-form .kp-widget-form-wrapper .li-select {
  width: 7.07%;
  margin-right: 2.5%;
  float: left;
}

.widget-banner-form .kp-widget-form-wrapper label {
  margin: 0 0 3px 0;
  width: 100%;
  color: #fff;
  font-family: Varela Round;
  font-size: 10px;
  letter-spacing: 0.0725em;
  font-weight: bold;
  display: block;
}

.widget-banner-form .kp-widget-form-wrapper ul {
  overflow: hidden;
}

.widget-banner-form .kp-widget-form-wrapper input,
.widget-banner-form .kp-widget-form-wrapper select {
  min-height: 30px;
  border: solid 1px rgba(228, 178, 72, 0.6);
  background: transparent;
  padding-left: 10px;
  font-family: "FontAwesome";
  padding-right: 8px;
  border-radius: 3px;
  padding-left: 5px;
  line-height: 27px;
  width: 100%;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.widget-banner-form .kp-widget-form-wrapper .li-select {
  position: relative;
}

.widget-banner-form .kp-widget-form-wrapper .li-select:after {
  content: "\25BC";
  top: auto;
  bottom: 13px;
  position: absolute;
  right: 10px;
  font-size: 10px;
  color: #fff;
}

.widget-banner-form .kp-widget-form-wrapper select option {
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
  background: rgba(228, 178, 72, 1);
}

.widget-banner-form .kp-widget-form-wrapper input[type="submit"] {
  background: #e4b248;
  padding: 12px 20px;
  font-family: Varela Round;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.0725em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  opacity: 1;
  line-height: normal;
  cursor: pointer;
}

.button-style-1 {
  float: right;
  margin-top: 9px;
}

.widget-banner-form .kp-widget-form-wrapper input[type="submit"]:hover {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #0c242e;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
  content: "\f002";
}

.main-content {
  overflow: hidden;
  padding: 20px;
}

.kp-full-width-content {
  text-align: center;
}

.main-content p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

.main-content .flex-control-paging li a.flex-active {
  background: #e4b248;
  cursor: default;
}

.main-content a {
  color: #e4b248;
}

.kp-custom-footer-top ul {
  padding: 0;
  list-style: none;
}

.kp-custom-footer-top ul li {
  margin-bottom: 4px;
}

.social-connect li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px !important;
}

.social-connect li:after {
  font-family: FontAwesome;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font-size: 20px;
  color: #414141;
}

.social-connect li.facebook:after {
  content: "\f09a";
}

.social-connect li.gplus:after {
  content: "\f1a0";
}

.designed-color {
  color: #e4b248 !important;
}

.custom-logo {
  padding-top: 15px;
}

.custom-logo img {
  margin-left: 30px;
}

.offered-service {
  text-align: left;
}

.offered-service ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  overflow: hidden;
}

.offered-service ul li {
  padding: 15px;
  display: block;
  width: 24.9%;
  text-align: center;
  background: rgba(228, 178, 72, 1);
  float: left;
  margin: 0 0.1% 0.1% 0;
  color: #fff;
  cursor: pointer;
}

.offered-service ul li:hover {
  background: rgba(228, 178, 72, 0.8);
}

.kp-content-left {
  text-align: left;
}

.offered-service ul li {
}

li.divider {
  width: 100%;
  padding: 5px 0;
  clear: both;
}

.pricing-table {
  list-style: none;
  padding: 0;
  margin: 10px auto 30px;
  width: 400px;
  max-width: 100%;
  overflow: hidden;
  border: solid 1px #e4b248;
  text-align: center;
  padding: 0;
  border-spacing: 0;
}

.pricing-table thead th {
  font-weight: bold;
  color: #fff;
  background: #e4b248;
  padding: 5px;
}

.pricing-table td {
  padding: 10px;
  border: solid 1px #e4b248;
}

.pricing-table img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.kp-flex-slider {
  overflow: hidden;
}

.mobile-nav,
.mobile-child-nav {
  display: none;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
}

select {
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.bottom-logo-wrapper img {
  margin-top: 100px;
}

.center {
  text-align: center;
}

.color-red-txt {
  color: #cc181e !important;
  font-weight: bold;
  line-height: 20px !important;
}

.btn {
  background: #e4b248;
  padding: 12px 20px;
  font-family: Varela Round;
  font-size: 12px;
  color: #fff !important;
  letter-spacing: 0.0725em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  opacity: 1;
  line-height: normal;
  cursor: pointer;
}

.bnt-orange {
  background: #e4b248;
}

.bnt-orange:hover {
  opacity: 0.8;
}

ul.photo-gallery {
  list-style: none;
  padding: 0;
  margin: 15px auto;
  max-width: 900px;
  text-align: center;
}

ul.photo-gallery li {
  display: inline-block;
  max-width: 285px;
  margin: 0 10px 10px 0;
}

ul.profile {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

ul.profile li {
  margin-right: 3%;
}

ul.profile li:first-child {
  float: left;
  width: 33%;
}

ul.profile li:last-child {
  float: left;
  width: 63%;
  margin-right: 0;
}

.mini-gallery img {
  height: auto !important;
}

@media (max-width: 900px) {
  .main-site-nav .navigation-wrapper > ul > li > a {
    padding: 40px 10px;
  }

  .offered-service ul li {
    width: 49.8%;
  }
}

@media (max-width: 767px) {
  .kp-top-header-content .col-left,
  .kp-top-header-content .col-right {
    text-align: center;
  }

  .custom-logo img {
    max-width: 100%;
    margin: 10px auto;
    display: block;
  }

  .bottom-nav ul {
    text-align: left;
  }

  .bottom-nav ul li:first-child a {
    padding-left: 0;
  }

  .widget-banner-form .kp-widget-form-wrapper {
    position: static;
  }

  .widget-banner-form .kp-widget-form-wrapper .li-input,
  .widget-banner-form .kp-widget-form-wrapper .li-select {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .kp-flex-slider .flex-viewport {
    height: auto;
  }

  .kp-with-thee-col-equal {
    width: 100%;
    padding: 0;
  }

  .offered-service ul li {
    width: 100%;
    margin: 2px 0 0 0;
  }

  .mobile-nav {
    display: block;
    position: relative;
    padding: 10px;
    background: transparent;
    max-width: 50px;
    margin: 0px auto;
    text-align: center;
    min-height: 50px;
    cursor: pointer;
  }

  .mobile-nav,
  .mobile-child-nav {
    display: block;
  }

  .mobile-nav i {
    position: relative;
  }

  .mobile-nav i:after {
    content: "\f00b";
    position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    left: -10px;
    top: 8px;
    font-size: 22px;
  }

  nav {
    display: none;
  }

  .mobile-child-nav i {
    position: relative;
  }

  .mobile-child-nav i:after {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    line-height: 45px;
    left: -10px;
    top: 0px;
    font-size: 14px;
    cursor: pointer;
    z-index: 999;
  }

  .main-site-nav .navigation-wrapper > ul > li > a {
    line-height: 45px;
    font-style: 16px !important;
    padding: 0 10px;
    text-align: left;
  }

  .main-site-nav .navigation-wrapper > ul > li > a {
    display: block;
  }

  .main-site-nav .navigation-wrapper > ul > li:hover > a:before {
    content: none;
  }

  .bottom-logo-wrapper img {
    margin: 10px auto;
    display: block;
  }

  ul.profile li {
    margin-right: 0%;
    width: 100% !important;
  }

  ul.profile li img {
    margin: 10px auto;
    display: block;
    max-width: 300px;
  }
}

@media (max-width: 479px) {
  ul.profile li img {
    max-width: 100%;
  }

  .txt-sm-sm {
    font-size: 10px !important;
    line-height: 1.45;
  }
}
