/*!
 * 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;
}
.callout .text-vertical-center {
    /* background: rgba(0, 0, 0, 0.53); */
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    z-index: 1;
    width: 100%;
    padding: 10px;
    height: 100%;
    position: relative;
    margin: 0;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0 10vw;
    font-size: 5vw;
    color: #fff;
    font-family: ChunkFiveExtraBold;
    text-shadow: 0 0 10px #000;
}

/* 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-top: 1px solid #51563c;
}
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;
}
/* text-top header */

.text-top {
  width: 100%;
  display: block;
  padding: 50px 0; 
  background: #f7f5f3;
  position: relative;
}
.text-wrap {
  text-align: center;
  font-size: 5vw;
}
.text-wrap h1 {
    font-family: UniSansHeavy;
    font-size: 5vw;
    display: inline-block;
    text-shadow: 0 0 3px #fff;
    background: #826b4d;
    padding: 20px;
    color: #fff;
}
/* .top-nav  */
.top-nav {
    position: absolute;
    z-index: 99999;
    display: table-row;
    width: 100%;
    height: 20px;
    color: #fff;
}
.top-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
    width: 100%;
} 
.top-nav ul li {
  display: inline;
  margin: 0 10px;
  vertical-align: middle;
  text-align: left;
}
.top-nav ul li:nth-child(3) {
  text-align: right;
}
.top-nav span {
  right: 7vw;
  /* width: 90%; */
  position: absolute;
}


/* Header */


.header {
    display: table;
    position: relative;
    width: 100%;
    box-shadow: 0 0 25px 5px #000;
    height: 100%;
    background: url(../img/bg1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    background-size: cover;
}
header#top::after {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0,0,0,.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
header .text-vertical-center {
  /* -webkit-transition: all 3s; */
  -o-transition: all 3s;
  transition: all 3s;:
  text-shadow:;
}
header .text-vertical-center h1 {
    margin: 0 auto;
    padding: 0;
    font-size: 5vw;
    width: 100%;
    padding: 0 10VW;
    text-shadow: 0 0 10px #5d4c4c;
    color: #fff;
    font-family: DroidSerifBold;
}
hr.small.n-cla {
  max-width: 810px;
  box-shadow: 0 0 15px 7px #fff;
}
/* About */
.about {
    margin-bottom: 6vw;
}

/* Services */

.services {
    padding: 0 0 50px 0;
    background: #9E9E9E;
    border-top: 2px solid #6d6d6d;
    border-bottom: 2px solid #6d6d6d;
}
.cont-img {
  height: 100%;
  margin-bottom: 30px;
  width: 100px;
  top: 0;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  border-radius: 30%;
  display: block;
  font-size: 7vw;
}
.cont-img img {
  width: 100%;
  display: block;
  position: relative;
}
.service-item h4 {text-transform: uppercase;font-size: 1.5vw;}
.service-item {margin-bottom: 40px;color: #fafafa;}
/* Callout */

.callout {
    display: table;
    width: 100%;
    z-index: 3;
    height: 100%;
    box-shadow: 0 0 25px 5px #000;
    color: #fff;
    background: url(../img/holodos.jpg)  no-repeat center center scroll;
    background-size: cover;
    background-attachment: fixed;
}
aside.callout::before {
  background: rgba(0,0,0, 0.5);
  width: 100%;
  height: 100%;
  display: table-cell;
  content: "";
  position: absolute;
}

/* Portfolio */

.portfolio {
    padding: 10vw 0;
    background: #fefefe;
    font-family: DroidSerifRegular;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}
.portfolio h2, 
.portfolio h3 {
    color: #555;
}
.portfolio h2,
.call-to-action h2 {
    font-family: DroidSerifRegular;
    padding: 14px;
    display: inline-block;
    font-size: 4vw;
}
.portfolio p {
  font-size: 1vw;
  line-height: 20px;
  color: #676767;
  font-family: GloberBold;
}
.portfolio .call-bottom {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
    color: #fff;
    overflow: hidden;
    display: block;
    z-index: -1;
    background: #2fc535;
    position: relative;
}

.call-to-action ul {
   list-style-type: none;
   margin: 0;
   padding: 5vw 0;
}

.call-to-action ul li {
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
    vertical-align: top;
    font-family: LintelRegular;
    font-size: 1.6vw;
}
.call-to-action ul li:nth-child(1) {
  text-align: left;
  width: 50%;
}
.call-to-action ul li p {text-align: left;}
.call-to-action ul .emi {
  font-family: initial;
}


/* Footer */

footer {
    background: #fff;
    border-top: 1px solid #6d6d6d;
}
footer p {
  color: #555;
  font-size: 1vw;
  padding: 10px 0 0;
}

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