/*!
 * 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; */
}
.cent_wrapp {
  margin: 0 auto;
  float: none !important;
}

.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 20px 0 0;
    font-size: 5vw;
    font-weight: 700;
    color: #fff;
    font-family: initial;
    text-shadow: 0 0 50px #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;
}
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;
    text-shadow: 0 0 3px #5d4c4c;
}
/* Header */
.wrapper {
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
}

.header {
    position: fixed;
    /* display: block; */
    width: 100%;
    padding: 5px 0 20px;
    z-index: 10;
    background: #fff;
    /* margin-bottom: 90px; */
}
.header h1 {
   font-size: 3rem;
   vertical-align: middle;
   font-weight: bold;
}
.header .header-text {display: inline-block;width: 40%;}
.header nav {
  display: block;
}
.header nav ul {
  list-style-type: none;
  text-align: right;
  display: inline-block;
  padding: 0;
  width: 50%;
}
.header nav ul li {display: inline-block;text-align: right;}
.header nav ul li a {
  margin: 0 1em;
  color: #999;
  font-size: 1.2em;
  text-decoration: none;
  transition: all 1s;
}
.header nav ul li a:hover {
  color: #555;
}
/* About */
.bg-primary {
  color: #fff;
  background-color: #ed6427;
}
.text-primary {
  color: #4CAF50;
}
.about {
    text-align: left;
}
/* banner */

#banner {
  display: table;
  width: 100%;
  background: url(../img/banner.jpg);
  height: 90vh;
  position: relative;
  background-size: cover;
  color: #fff;
  background-repeat: no-repeat;
}
#banner .wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
#banner .wrap .block {
  width: 100%;
  margin-left: 50%;
  left: -25%;
  position: relative;
}
#banner .wrap .block h2 {
  font-size: 6rem;
  font-weight: bold;
}
#banner .wrap .block p {
  font-size: 3rem;
  font-family: -webkit-pictograph;
}

/* Services */

.services {
    padding: 50px 0;
}
.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: 80px;
}
.cont-img img {
  width: 100%;
  display: block;
  position: relative;
}
.service-item h4 {text-transform: uppercase;}
.service-item {margin-bottom: 40px}
/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 60%;
    color: #fff;
    background: url(../img/holodos.jpg)  no-repeat center center scroll;
    background-size: cover;
}
aside.callout::before {
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 60%;
  display: table-cell;
  content: "";
  position: absolute;
}
aside.callout:hover::before{
    background: rgba(0,0,0,.6);

}

/* Portfolio */

.portfolio {
    padding: 50px 0;
    background: #fff;
    /* overflow: hidden; */
}
.portfolio .wrap_item {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.portfolio .item {
  display: inline-block;
  text-align: center;
  width: 56%;
  
}
.portfolio .item.text {
  background: #e9a476;
  padding: 2rem;
}
.portfolio .item.text header p{
  color: #b17200;
  font-style: oblique;
  font-size: 1.6rem;
}
.portfolio .item.text header h3 {
  font-size: 3.4rem;
  font-weight: bold;
  color: #444;
}
.portfolio .item.text footer p {
  font-size: 1.7rem;
  color: #555;
}

.contact {
  margin-top: 100px;
  text-align: center;
  padding-bottom: 5rem;
}
.contact header h2,
.contact footer h2 {
  font-size: 3rem;
  font-weight: bold;
}
.contact  footer ul li {
  list-style-type: none;
  font-size: 1.8rem;
  padding-top: 0.5rem;
  color: #555;
}

/* Footer */

.footer {
    background: #f7f5f3;
}
.footer p {
  color: #000;
  font-size: 14px;
  padding: 10px 0 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
.contact iframe {
  width: 100%;
}