/*!
 * 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 20px 0 0;
    font-size: 6em;
    font-weight: 700;
    color: #fff;
    font-family: bolds;
    text-shadow: 0 0 12px #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 */

.click_cell {
    color: #231007;
    text-align: center;
    position: fixed;
    width: 100%;
    box-shadow: 0 45px 250px -30px rgba(0,0,0,.5);
    z-index: 9999;
}
.click_cell a,
.click_cell a:focus,
.click_cell a:hover {
    background: linear-gradient(#241108 10%,#eee 200%);
    font-size: 18px;
    padding: 20px 0;
    color: #eee;
    display: block;
    width: 100%;
    font-family: rmx;
    text-transform: uppercase;
    font-size: 21px;
    text-decoration: none;
    cursor: pointer;
}
#text{ opacity: 1; }
.call-top{
    color: #231007;
    display: none;
    border-bottom: 2px solid #000;
    background: rgba(252, 248, 227, 0.91);
}
.call-top h2{color: #231007;font-family: bolds;font-size: 50px;}
.call-top ul {
  list-style: none;
  padding: 0;
  width: 100%;
  color: #231007;
}
.call-top ul li {
    display: inline-block;
    font-size: 22px;
}
.call-top ul li:nth-child(1) {
    text-align: left;
    width: 56%;
    /* margin-right: 370px; */
}
.call-top ul li:nth-child(2) {
    text-align: right;
    width: 43%;
}
.call-top:focus {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0,0,0,.5);
}
.not{
  display: none;
  opacity: 0;
  background: none;
  margin-top: -400px; 
}
/* Header */


.header {
    display: table;
    position: relative;
    width: 100%;
    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: 6em;
    width: 80%;
    color: #fff;
    font-family: bolds;
    text-shadow: 0 0 18px #000;
}
.header p {
  font-size: 45px;
  letter-spacing: 15px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 18px #000;
  font-family: bolds;
}
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;
}
.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: 100%;
    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: 100%;
  display: table-cell;
  content: "";
  position: absolute;
  -webkit-transition: 2s ease-out;
  -webkit-transition-delay: 0.1s;
}
aside.callout:hover::before{
    background: rgba(0,0,0,.6);

}

/* Portfolio */

.portfolio {
    padding: 50px 0;
    background: rgb(36, 17, 8);
}

.portfolio h2 {
  color: #eee;
}
.portfolio p {
  font-size: 22px;
  line-height: 30px;
  color: #eee;
  font-weight: 100;
}
.portfolio .call-bottom {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
    color: #fffefe;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    display: none;
}

.call-to-action ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
.call-to-action ul li:nth-child(1){width: 59%;text-align: left;}
.call-to-action ul li:nth-child(2){width: 39%;text-align: right;}

.call-to-action ul li {display: inline-block;margin: 0 auto;padding-bottom: 40px; vertical-align: top;}
.call-to-action ul li p {font-size: 28px;font-family: sans-serif;}
/* map */
#map {
  width: 100%;
}

/* Footer */

footer {
    background: rgb(36, 17, 8);
}
footer p {
  color: #eee;
  padding: 20px 0 10px 0;
  font-size: 18px;
}

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