/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 60px;
}
#footer {
  position: fixed;
  width: 100%;
  background-color: #000;
  bottom:0;
  height: 40px;
}
@media (max-width: 768px) {
  #footer {
      height: 70px;
  }
}

@media (max-width: 992px) {
  #footer{
      height: 70px;
  }
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 50px 15px 0;
}
.container .footer-lines {
  margin: 10px 0;
  color:#fff;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/* -------------------- Adeptstation css ------------------ */

main .container:last-of-type{
	padding-bottom: 0px;
    
}


.facebook{
    background-image: url("../../../images/social-sprites.png");
    background-position: -60px -64px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    line-height: 16px;
    margin-top: 2px;
    vertical-align: middle;
    width: 28px;
}
.googleplus{
    background-image: url("../../../images/social-sprites.png");
    background-position: -110px -64px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    line-height: 16px;
    margin-top: 2px;
    vertical-align: middle;
    width: 28px;
}
.twitter2{
    background-image: url("../../../images/social-sprites.png");
    background-position: -10px -64px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    line-height: 16px;
    margin-top: 2px;
    vertical-align: top;
    width: 28px;
    /*margin-bottom: 0px;*/
}
.linkedin{
    background-image: url("../../../images/social-sprites.png");
    background-position: -160px -64px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    line-height: 16px;
    margin-top: 2px;
    vertical-align: middle;
    width: 28px;
}
a:hover{
    text-decoration: none;
}
.page-header{
    text-align: center;
    margin:20px 0;
}
.carousel-control.left{
    background-image:none;
}
.carousel-control.right{
    background-image:none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    left:10%;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev{
    right:10%;
}
#hp-ctn-howItWorks
{
    position: fixed;
    top: 200px;
    right: 0px;
    padding: 0px;
    margin-right: 9px;
    width: 40px;
    height: 160px;
    z-index: 15;
    border-radius: 3px 0px 0px 3px;
}
#hp-ctn-howItWorks p{   
    color: #fff;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}
