﻿/* ==============================================================================================
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general styles */
html, body {
  height: 100%;
  width: 100%;
  /*background: url('../images/bg.jpg') top no-repeat fixed #414142;*/
  background-color: #fff;
  font-family: Cordia New;
}

.navbar-nav>li>a {
  color: #999999;
}
a.navbar-brand {
  font-family: 'OCRAStd';
  color: #e23027;
}
.block {
   display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.home, .work, .services {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.home > div {
  background: #6d6f71;
  color: #fff;
  max-width: 1600px;
  overflow: hidden;
  max-height: 400px;
}
.home > div h1 {
}

.home > div > div.left {
  width: 55%;
  padding: 50px 30px;
  display: inline-block;
  float: left;
}
.home > div > div.right {
  width: 40%;
  display: inline-block;
}
div.slide { width :100%; }
div.slide > img { width :100%; }
ol.disc {
  list-style: disc;
  margin-left: 75px;
}

ol.disc li {
  margin: 20px;
  font-size: 25px;
  padding-left: 62px;
}


p {
  margin-left: 90px;
  font-size: 25px;
}
.bgwork {
  background: #414142;
}


.work > div {
  padding: 50px 50px 0px 50px;
  color: #fff;
}

.work div img {
  width: 70%;
}

.services h1 {
    /* position: absolute; */
    /* top: 78px; */
    /* left: 150px; */
    color: #fff;
    margin-top: 86px;
    margin-left: 30px;
}

.services > div {
  padding: 50px 80px;
  color: #fff;
}
.x {
  background: url('../images/x.jpg') #6d6f71 center right no-repeat;
  min-height: 589px;
}

@media (min-width: 768px)
{
  .navbar-nav {
    margin-top: 13px;
    margin-left: 14px;
  }
  .navbar-fixed-top {
    top: 20px;
  }

  a.navbar-brand {
    font-size: 20px;
  }

  .navbar-nav>li>a {
    font-size: 20px;
    border-left: 1px solid #999999;
    line-height: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .navbar-nav>li:nth-child(1)>a{
    border-left: 0px;
  }

  .navbar-nav>li>a:hover {
    background: transparent;
  }

  .navbar-nav>li>a:focus {
    background: transparent;
    color: #000000;
  }
}
.icon-bar { background: #fff; }

@media (max-width: 768px)
{

  .navbar-header {
    background: #6D6F71;
  }
  a.navbar-brand {

  }
  .navbar-nav>li>a {
      font-size: 2em;
      background: #6D6F71;
      border-left: 0px;
  }
 .home div {
     /*padding: 50px 20px 80px 20px;*/
     max-height: none;
 }

 .home > div > div.left {
  padding: 50px 20px 10px 20px;
  width: 100%;
  float: left;
 }

 .home > div > div.right {
  min-width: 414px;
  float: left;
  padding: 0px;
  margin: 0px;
 }

 .home > div h1 {
  font-size: 1.5em;
  margin-bottom: 28px;
 }
  ol.disc {
    /* margin: 0px; */
    /* padding: 26px 0px 0px 0px; */
    /* margin-left: 20px; */
    padding: 0px;
    margin: 0px;
  }

  .navbar-nav {
    margin-top: 0px;
  }

  ol.disc li {margin: 0px;padding-left: 0px;margin-left: 41px;margin-bottom: 20px;}
  div.x {
    /* padding-top: 20px; */
    padding: 20px 50px 80px 20px;
  }
  .work > div {
    padding: 0px;
  }
  .work > div h1 {
    font-size: 2.3em;
    margin-left: 15px;
  }

  .work div img {
    width: 95%;
  }
  p {
    /* margin-left: 5px; */
    margin: 0;
    padding: 10px;
    font-size: 1.7em;
  }
  .services h1 {
    padding-left: 15px;
  }

}
/*
cs44.hostneverdie.com
cs44.hostingberry.com
*/

img.img-responsive {
  margin: 0 auto;
}

section {
  padding-top: 100px !important;
}