html,
body {
    width: 100%;
    height: 100%;
    background: #dadfe1;
}

header {
	height:50px;
	margin-bottom:-50px;
}
section {
	padding:50px 0;
}

/*Menu Bar*/
.logo {
    background-color:#fff;
}
.logo img{
    padding:10px;
    left:0;
    top:0;
}
#sidebar-wrapper {
    margin-right: -250px;
    right: 0;
    width: 250px;
    background: rgb(0,0,0);
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
  }

  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sidebar-nav li {
    line-height: 50px;
    text-indent: 20px;
  }

  .sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
  }

  .sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
  }

  .sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
  }

  .sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }

  .sidebar-nav > .sidebar-brand a {
    color: #999999;
  }

  .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
  }

  #menu-toggle {
    top: 0;
    right: 0;
    position: fixed;
    z-index: 1;
  }

  #menu-toggle p {
    color:#000;
  }

  #sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
  }

  .toggle {
    margin: 5px 5px 0 0;
  }

  #submenu-1 li {
    list-style: none;
    padding:0;
}

header .fa {
color:#999999;
}

header .fa:hover {
    color:#000;
}

.sub:hover {
    cursor:pointer;
}
/*Landing Page*/
#landing-page {
    display: table;
    width: 100%;
    height:100%;
    background: url(../img/g1/12.jpg) no-repeat center center scroll;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#landing-page p {
    color:darkgrey;
    font-weight:bold;
    font-size:2.75em;
    font-family: arial;
    text-shadow: 3px 3px 3px black;
    font-weight: bold;

}

#landing-page h1 {
    font-size: 2em;
    color:blue;
    font-family: arial;
    text-shadow:none;
    font-weight: bold;
  }
#landing-page h4 {
  font-size: 1.5em;
  color:grey;
  font-family: arial;
  text-shadow:1px 1px 1px #d6d6d6;
  font-weight: bold;
}

#landing-page img {
    margin:0 auto;
}


.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#landing-page h1 {
    margin: 0;
    padding: 0;
    font-size: 1.75em;
    font-weight: 300;
    color:#fff;
    text-shadow:3px 3px 3px #000;
}


#info img {
  box-shadow: 0px 0px 10px green;
}

/*Services*/
#services {
    /*padding:0 0 50px 0;*/
}
.nested {
padding:50px 0;
}

#services h2 {
    color:#000;
    padding-bottom:50px;
}
/*Services Icons*/
#services .fa-stack {
    color:#fff;*/
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    background-size:cover;
    border-radius:50%;
}


#services .fa-stack:hover {
   cursor: pointer;
}

.t_text , .t_text a{
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    width:100%;
    color:grey;
    cursor:pointer;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
}


.s_text {
    padding:10px;
    width:100%;
    background-color:#fff;
    color:#000;
    cursor:pointer;
    box-shadow:5px 5px 5px gray;
    display:none;
    letter-spacing:0.025em;
    line-height:2em;
    text-align:justify;
    }

.s_text h4 {
  font-weight:bold;
}

#s1 {
    background-image:url(../img/services/s1.gif);
}

#s2 {
    background-image:url(../img/services/s2.jpg);
}
#s3 {
    background-image:url(../img/services/s3.jpg);
}
#s4 {
    background-image:url(../img/services/s4.jpg);
}
#s5 {
    background-image:url(../img/services/s5.jpg);
}
#s6 {
    background-image:url(../img/services/s6.jpg);
}
#s7 {
    background-image:url(../img/services/s7.jpg);
}

#s8 {
    background-image:url(../img/services/s8.jpg);
}

h4 .a-link{
  text-decoration: none;
  color:#454545;
}

h4 .a-link:hover{
  color:#fff;
}

/*About*/
#about {
	display: table;
    width: 100%;
    height:100%;
}

#about h2, #about p, #about li{
    color:#000;
}

#about h4 {
    color:#347e81;
}
#expertise {
background:#fff;
text-align:justify;

}

#about .well {
  color: black;
}

/*Video*/
#video h2{
    color:#000;
}

#video p {
    color:#fff;
}

#video {
    display:table;
    width:100%;
    height:100%;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-left:10px;
    margin-right:10px;
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vid-play {
cursor: pointer;
}

/*Downloads*/
#downloads {
    color: #fff;
    background-color:#000;
    display: table;
    width: 100%;
    height:100%;
}

#downloads .btn {
    min-width:200px;
    margin:20px auto;
}

.lemonbook{color:#fff; background:orange;}
.lemonbook:hover{color:#969696; background:orange;}
.fb-inv{color:#fff; background:#3B5998;}
.fb-inv:hover{color:#969696; background:#3B5998;}
.gplus-inv{color:#fff; background:red;}
.gplus-inv:hover{color:#969696; background:red;}

/*Map*/
#map {
    background:#fff;
}
   .overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:480px;
    top:480px;
    margin-top:-480px;
    }



/*Contact*/
#contact {
    background:#fff;
 }

footer {
    background:#d3d3d3;
    padding:20px 0 0 0;
}


/* Social Media Icons*/
.fa-fw {
    color:#969696;
    ransition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
}

.fa-fw:hover {
    color:#0f0f0f;
}

.fb:hover {color:#3B5998; }
.gplus:hover {color:red; }
.f2:hover {color:#E038A2; }
.pint:hover {color:red; }
.tweet:hover {color:#44BDFF; }
.lin:hover {color:#0025AD; }
.youtb:hover {color:red; }

/* Slider Call-to-Action*/
#slide {
  display: none;
  position: fixed;
  top: 5px;
  left: 5px;
  width:auto;
}

#slide_x {
    cursor: pointer;
    top:0;
    left:0;
}

#call {
    color:white;
    background-color:#1361b8;
    box-shadow:3px 3px 3px #727272;
    transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    border-radius:0;
}

#call:hover {
    color:white;
    background-color:#49B700;
}
#call:active {
    color:#1d95df;
    background-color:#fff;
}

.icon_clickable {
  box-shadow: 5px 5px 5px #000;
}
