html,
body {
    width: 100%;
    height: 100%;
    background: #dadfe1;
    background: url(../img/g1/12.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

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;
}

/*Services*/
#accordion .service-content {
  background-color:#dfdfdf;
}
#accordion .menuitem {
  text-decoration: none;
}

#accordion .menuitem:hover {
  background-color:#3f7ddd;
}
#accordion .menuitem{
  transition: 0.2s;
  -webkit-transition:0.2s;
  o-transition:0.2s;

}
/*Contact*/
#contact {
    background:#fff;
 }

footer {
    background:#d3d3d3;
    padding:20px 0 0 0;
}


/* Social Media Icons*/
.fa-fw {
    color:#969696;
    transition: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;
}
