/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #1580af;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    width: 100%;
    position: relative;
}
/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 300px;
    border-bottom: 1px solid #31291f;
}
hr.black {
  border-top: 1px solid #272323;
}
.h2, h2 {
  font-size: 40px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
/* loader */
.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .loader .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-posirion: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }
/* text-top header */
aside.top-menu {
    background: #12110f;
    border-bottom: 1px solid #ae9476;
    padding: 20px 0 5px 0;
}
.top-menu ul {list-style-type: none;padding: 0;}
.top-menu ul li {
  display: inline-block;
  margin: 0.5vw 0.8vw;
  font-size: 13px;
}
.top-menu ul li a{
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
.top-menu ul li a:hover, 
.top-menu ul li a.active {
  color: #FFB703;
}
.top-menu span {
    text-align: right;
    position: absolute;
    right: 0;
    color: #fff;
}
.top-text {
  color: #885E4D;
  text-align: center;
  padding: 30px 0;
  font-family: serif;
}

/* Header */


.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(18, 17, 15, 1);
}
header .text-vertical-center h1 {
    padding: 40px 0 6px 0;
    margin: 0;
    font-size: 7vw;
    font-weight: bold;
    font-family: fantasy;
    color: #fff;
}
.header h2 {
    color: #FFB703;
    font-size: 1.5vw;
    padding: 30px 0;
}
.header img {width: 100%;}
.header span {
  font-size: 1.7vw;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 600;
  font-family: monospace;
}
.header p {
  color: #fff;
  padding-top: 30px;
  line-height: 2vw;
}
hr.small.n-cla {
  max-width: 810px;
  box-shadow: 0 0 15px 7px #fff;
}

/* About */
.bg-primary {
  color: #fff;
  background-color: #ed6427;
}
.text-primary {
  color: #4CAF50;
}
.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
    font-family: serif;
}
.cont-img {
    font-size: 1.5vw;
}
.service-item h2 {
    color: #463C31;
    font-weight: 900;
    font-size: 3vw;
}
.service-item {margin-bottom: 40px;}
/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    color: #000;
    padding: 80px 0 10px 0;
    background: #ffb703;
}
.callout .about-row{
  display: table-row;
}
.callout .text-vertical-center {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    margin: 0;
} 
.callout .about-row h2 {
  font-family: fantasy;
  font-size: 4vw;
  padding: 30px 0 10px 0;
}
.callout .about-row p {
  padding: 40px 0;
}



.room {
    border-radius: 50%;
    display: block;
    width: 300px;
    margin: 0 auto;
    position: relative;
}
.room img {
  width: 100%;
}

/* Portfolio */

.portfolio {
    background: #fff;
    padding: 80px 0;
    color: #000;
}

.portfolio h2 {
  font-family: fantasy;
  font-size: 4vw;
  padding-bottom: 50px;
}
.portfolio span {
  font-weight: 400;
  font-size: 1.3vw;
}
.portfolio .item h2 {
  font-family: monospace;
  font-size: 3vw;
  font-weight: 100;
  margin: 0;
  padding: 10px 0 20px;
}
.portfolio .item span {
   font-size: 1.2vw;
}
.portfolio .item p {
  line-height: 1.875em;
  font-size: 1.1vw;
  height: 170px;
}
.portfolio .call-bottom {
  list-style-type: none;
  margin: 0;
  border-left: 1px solid #31291f;
}
.portfolio .item {
  text-align: left;
  display: block;
  margin-bottom: 5vw;
}
.portfolio .item img {width: 100%;}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
    background-color: #ffb703;
    overflow: hidden;
    display: block;
}
#peerson {
    background: #12110f;
    width: 100%;
    height: 100%;
    padding: 100px 0 60px 0;
    display: table;
    position: relative;
}
#peerson .wrap-person {
    display: table-cell;
    /* text-align: center; */
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    max-height: 593px;
    font-size: 100%;
    width: 100%;
    padding: 0 12vw;
}
#peerson .wrap-person p {
  color: #ffffff;
  font-size: 3vw;
  line-height: 4vw;
  font-family: inherit;
}
#peerson .wrap-person p  span {
  font-size: 1.5vw;
}
#peerson .wrap-person p i {
  font-size: 6vw;
}
#peerson .wrap-person .person-text{
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: left;
}

.call-to-action ul {
   list-style-type: none;
   margin: 0;
   font-family: initial;
   font-size: 20px;
   padding: 50px 0 0 0;
   color: #000000;
}

.call-to-action ul li p {font-size: 28px;font-family: sans-serif;}

.call-to-action ul li {
    text-align: center;
    line-height: 1.875em;
}
.call-to-action ul li:nth-child(1){border-top: 1px solid;}
.call-to-action ul li:nth-child(even) {
    border-bottom: 1px solid;
}
/* map */
#map {
  width: 100%;
  height: 80%;
  background: #fdcc6a;
}
.map-wrap{
  padding: 60px 100px;
  height: 100%;
}

/* Footer */

footer {
    background: #12110f;
}
footer p {
  color: #ffffff;
  padding: 20px 0 10px 0;
  font-size: 15px;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}