/*!
 * 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; */
}
.fixed {
  position: fixed !important;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    width: 100%;
    position: relative;
}
.callout .text-vertical-center {
    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: 4vw;
    color: #fff;
    font-family: ArsenalBold;
    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;
    background: rgba(0,0,0,0.9);
    display: block;
    width: 100%;
    border-top: 2px solid #fff;
    -webkit-animation-name: my;
    -o-animation-name: my;
    animation-name: my;
    -webkit-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
}
.top-nav ul {
    text-align: right;
    margin: 0 10vw 0 0;
    padding: 5px 0;
} 
.top-nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.top-nav ul span {
  text-align: left;
  position: absolute;
  left: 100px;
  top: 10px;
}
.top-nav ul li.phone {
  position: relative;
  text-align: left;
  font-size: 2vw;
  color: #eee;
  text-transform: uppercase;
  font-family: ArsenalRegular;
}
.top-nav ul li.phone p {margin: 0;}
.top-nav ul li a{
  display: block;
  border-bottom: 1px solid transparent;
  padding: 10px 20px;
  margin: 0 0px;
  font-size: 1.6vw;
  color: #adadad;
  font-family: ArsenalRegular;
  transition: all 0.7s;
  text-decoration: none;
}
.top-nav ul li a:hover {
  color: #fff;
  background: none;
  text-decoration: none;
  border-radius: 0;
  border-bottom: 1px solid;
}

/* Header */


.header {
    display: table;
    position: relative;
    width: 100%;
    /* box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.7); */
    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,0.6);
  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: 4vw;
    text-transform: uppercase;
    width: 100%;
    padding: 0 10VW;
    text-shadow: 0 0 10px #5d4c4c;
    color: #fff;
    font-family: ArsenalBold;
}
.header p {
  font-size: 3vw;
  padding-top: 2vw;
  letter-spacing: 5px;
  color: #fff;
  font-family: ArsenalBold;
  text-shadow: 0 0 18px #000;
}
hr.small.n-cla {
  max-width: 810px;
  box-shadow: 0 0 15px 7px #fff;
}
/* About */
.about {
    /* text-align: left; */
}

/* 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%;
    color: #fff;
    background: url(../img/holodos.jpg)  no-repeat center scroll;
    background-size: cover;
}
aside.callout::before {
  background: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  display: table-cell;
  content: "";
  position: absolute;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
    background: #F6F6F6;
}

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

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}
.services h2 {
    color: #fafafa;
    text-shadow: 0 0 3px #fafafa;

}
.portfolio h2,
.call-to-action h2 {
    font-family: ArvoRegular;
    padding: 14px;
    color: #555;
    text-shadow: 0 0 3px #fff;
    display: inline-block;
    border-bottom:  1px solid;
    margin-bottom:  20px;
}
.portfolio p {
  font-size: 1.8vw;
  line-height: 3vw;
  color: #555;
  font-family: ArsenalRegular;
}
.portfolio .call-bottom {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
    color: #333;
    overflow: hidden;
    display: block;
    z-index: -1;
    background: #fff;
    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: ArsenalRegular;
    font-size: 1.7vw;
}
.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: rgba(0, 0, 0, 1);text-align: center;}
.footer-text {
    display: inline-block;
}
footer p {
  color: #fafafa;
  font-size: 1.6vw;
  padding: 1.6vw 2vw;
  /* border-radius: 15px; */
  /* background: #333; */
  margin:  0;
  font-family: ArsenalRegular;
  /* text-shadow: 0 0 100px #555; */
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  z-index: 99999;
  right: 5px;
  border: 1px solid transparent;
}
#to-top:hover {
  color: #00ffff;
  border: 1px solid #00ffff;
}

button.is-large.is-warning.button {
  font-size: 3.3rem;
  color: #333;
  transition: all .6s;
}

button.is-large.is-warning.button:hover {
  box-shadow: 0 0 5px 1px #333;
  color: #fff;
}