/* Universals
------------------------------------------ */


html{
  height: 100%;
}

body{
  background: #2F363A;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

ul{
  list-style-type: none;
  line-height: 1.4em;
}

.row ul li{
  padding: 10px 0px;
}

.inline li{
  display: inline-block;

}

button{
  background: #FDD74F;
  color: #2F363A;
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  margin: 20px auto;
  display: block;
      -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;

}

button:hover{
  background: #fdd136;
      -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}

button a{
        color: #2F363A;
  }

button a:hover{
        color: #2F363A;
  }

button a:visited{
        color: #2F363A;
  }

button span{
  color: #2F363A;
        text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 5px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  opacity: .9;
}

button:hover span{
  opacity: 1;
}

button.green span{
  color: #fff;
}

button.green:hover{
  background: #448053;
}

.sm-btn{
      padding: 10px 25px;
}

h1, h2, h3, h4, h5, h6{
  color:  #236A96;
  font-family: 'Open Sans', sans-serif;

}

p{
  font-family: 'Lora', serif;
  line-height: 1.5;
  font-size: 1.2em;
}

.strong{
  font-weight: bolder;
}

.sm{
  font-size: 1.2rem;
}



a:hover{
  text-decoration: none;
}

a:active{
  text-decoration: none;
  color: #61B9CF;
}

a:focus{
  text-decoration: none;
  color: #61B9CF;
}

.img-responsive{
  width: 100%;
}

form{
 max-width: 700px;

}

select{
  padding: 10px;
}

label{
  display: block;
  font-size: 1.1em;
  font-weight: 600;
}

form button{
    padding: 20px 60px;
    font-size: 1.2em;
    margin-bottom: 20px;

}

.form-control{
  border-radius: 0px;
  color: #333;
  
}

.form-group{
  padding: 8px 0px;
}

 .form-control-feedback{
   /* padding: 5px 0px; */
    /*font-size: 1.2em;*/
}


.table strong{
   color: #61B9CF;
  font-size: 1.2em;
  font-weight: 700;


}

.table > thead > tr > th{
  border: none;
  padding: 0px;

}

.table > tbody > tr > td{
  padding: 15px 0px;
   border-top: 2px solid #ccc;
   font-size:1.2em;
   color: #333;

}


td:first-child{

  font-weight: 600;
  border-top: none !important;

}



table button{
  margin: 0px;
  display: inline;
}

.container-fluid{
  padding: 0px;
}

.row{
  margin: 0px;
}

.row ul span{
    padding-right: 8px;
    opacity: .8;
}

.eq-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.eq-row > .col-lg-3{
  background: white;
  padding: 0px;
  /*margin-right: 15px;
  margin-left: 15px;*/

}

.eq-row > .col-lg-3:first-child{
  border-left: none;
}

.eq-row > .col-lg-3 > .product-bottom button{
  position: absolute;
  bottom: 20px;
  left: 0;
    right: 0;
    width: 180px;
    margin-left: auto;
    margin-right: auto;

}

.center{
  margin: 0 auto;
  float: none;
}

.block{
  display: block;
}

.right{
  float: right;
}

.left{
  float: left;
}

.fade{
  opacity: .5;
}

.center{
  margin: 0 auto;
  display: block;
}

.nowrap{
        white-space: nowrap;
}

.accent-center{
  text-align: center;
}

.accent-left{
  text-align: left;
}

.accent-justify{
  text-align: justify;
}

.accent-larger{
  font-size: 1.4em;
}


.wide{
  width: 80% !important;
}

.loras{
      font-family: 'Lora', serif;
}

.font-light{
  font-weight: lighter;
}

.lh{
  line-height: 1.5;
}

.icon{
  height: 90px;
  margin: 0px auto;
  display: block;
  padding: 10px 0px;
}

.icon-md{
  margin: 0px auto;
  height: 150px;
}

.large-icon{
  height: 240px;
  padding: 20px;
}

.icon-xl{
  max-height: 350px;
}

.pad-none{
  padding: 0px;
}

.pad{
  padding: 60px 80px;
}

.pad-b{
  padding-bottom: 20px;
}

.pad-tb{
  padding: 40px;
}
.pad-t{
  padding-top: 40px;
}
.pad-t2{ /* KJM 7/22/16 */
  padding-top: 20px;
  padding-bottom: 20px;
}
.plain{
  padding: 150px 0px 50px 0px;
}
.input-group.wide{
  width: 80%;
}

/* Colors
------------------------------------------ */

.green{
  background: #56A168 !important;
}

.yellow{
  background: #FDD74F;
}

.skyblue{
  background: #61B9CF;
}

.darkblue{
  background: #236A96 !important;
}

.darkgrey{
  background: #2F363A;
}

.white{
  background: #FFF !important;
}

.darkerblue{
  background: #194d6d;
}


.accent-white{
  color: #fff !important;
}

.accent-yellow{
  color: #FDD74F !important;
}

.accent-skyblue{
  color: #61B9CF !important;
}

.accent-darkblue{
   color: #236A96 !important;
}

.accent-green{
  color: #56A168;
}

.accent-center{
  text-align: center !important;
}

.accent-black{
  color:#000;
}

.accent-darkgrey{
  color: #2F363A !important;
}
.accent-grey{
  color: #ccc !important;
}




/* Navigation
------------------------------------------ */

#nav-logo{
      width: 145px;
    position: relative;
    left: 5px;
    top: -36px;
    z-index: 9999999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


#nav-logo.small{
  top: -40px;
}

.navbar{
  background: #236A96;
}


.navbar > .container-fluid .navbar-brand{
  margin-left: 0px;
}

#navbar .collapsing{
  border-top: 1px solid red;
}




.navbar-default .navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;



}

.navbar-default .navbar-nav>li>a:hover{
    color: #FDD74F;
}

.navbar-default .navbar-nav>.open>a:hover {
  background: #236A96;
  color: #FDD74F;
}

.navbar-default .navbar-nav>.open>a{
  background: #236A96;
  color: #FDD74F;
}

.navbar-right{
  margin-right: 0px;
}

.navbar-right i{
  padding-right: 5px;
  color: #FDD74F;
}

.navbar-toggle{
  margin-right: 45px;
  border-color: #FFF;
  background: #194d6d;
}

.navbar-toggle:hover{
  border-color: #FDD74F;
  background: #194d6d;
}

.navbar-toggle .icon-bar{
  background: #FFF;
}

.navbar-toggle:hover .icon-bar{
  background: #FDD74F;
}



/*Drop-Down Menu*/

.dropdown-menu{
  background: #194d6d;
}

.dropdown-menu .row{
  padding: 20px 0px;
  max-width: 1000px;

}


.dropdown-menu .row h5{
  color: #61B9CF ;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .4px;
}

.dropdown-menu a span{
  font-size: 1.1em;
  color: #e5e5e5;
  line-height: 1.4;
}

.dropdown-menu li:hover a span{
  color: #FDD74F;
}

.dropdown-menu > li > a:hover{
  background: #236A96;
}

.nav > li > a:hover, .nav > li > a:focus{
  background: #236A96;
}

.dropdown.yamm-fullwidth .dropdown-menu{
  opacity: 0;
  z-index: -1;
  top:90px;
  display: none;
  
}

.dropdown.yamm-fullwidth.open .dropdown-menu{
  background: #194d6d;
    z-index: 1;
    display: block;
  opacity: 1;

}

.bb-right{
  border-right: 1px solid rgba(0, 0, 0, .15);
}

/*Mobile*/



.container-fluid > .navbar-collapse{
  margin-left: 0px;
}

.navbar-fixed-top .navbar-collapse{
  max-height: none;
  overflow: hidden;

}


.navbar-collapse .navbar-right{
  text-align: center;
}

.navbar-collapse .navbar-right li{
  display: inline-block;
}




/* Breadcrumb
------------------------------------------ */

.breadcrumb-container span{
  color: #FFF;
}

.breadcrumb a{
  color: #FDD74F;
}

.breadcrumb-container{
  position: fixed;
  top: 50px;
  min-height: 40px;
  padding: 10px 20px;
  width: 100%;
  z-index: 99;
  background: #194d6d;
  
  
}

.breadcrumb{
  background: inherit;
  margin: 0px;
  display: inline;
  position: relative;
  left: 155px;
  color: #FDD74F;


}

.top-phone{
    padding-right: 15px;
  color: #FDD74F;
}
.top-phone a{
  color: #FDD74F;
}


/* Jumbotron
------------------------------------------ */


.jumbotron{
 min-height: 650px;
 overflow: hidden;
 background-image: url("/img/bg/home.jpg");
 background-position:center;
 background-repeat: no-repeat;
 background-size: cover;
 margin-bottom: 0px;
 text-align: justify;
 padding:0px;
 position: relative;
}

.jumbotron.short{
  min-height: 450px;
}


.jumbotron .info-content{
  padding: 40px 80px;
  background: rgba(255, 255, 255, .8);
    position: relative;
  top: 300px;
  width: 60%;
  min-width: 400px;
  line-height: 1.4;
  text-align: center;
}

.jumbotron p{
    padding: 10px 40px;
    text-align: center;
}


/* Background Images
------------------------------------------ */

#advantages{
  background-image: url("/img/bg/info.jpg");
}


#home-adv{
  background: url("/img/bot.jpg") no-repeat;
  background-size: cover;  

}

#home-serv{
  background: url("/img/server.jpg") no-repeat center center fixed;
  background-size: cover;  
}

#exp{
  background: url("/img/bg/exp.jpg") center;
  background-size: cover;
}

#expadv{
  background: url("/img/bg/expadv.jpg") right;
}

#hardware{
  background: url("/img/bg/hardware.jpg");
  background-size: cover;
}

#support{
  background: url("/img/bg/support2.jpg");
  background-size: cover;
}

#network{
  background: url("/img/bg/support.jpg");
  background-size: cover;
  background-position-y: 50%;
}

#landing-domain{
  background: url("/img/bg/pairdombg.png");
  background-size: contain;
      background-position-y: 86px;

}

#support3{
  background: url("/img/bg/support3.jpg");
  background-size: cover;
  background-position-y: 60%;
  min-height: 450px;
  background-repeat: no-repeat;
}

#shared{
  background: url("/img/bg/shared.jpg");
  background-size: cover;
  background-position-y: 29%;
}

#stock{
      background: url("/img/bg/stock.jpeg");
    background-size: cover;
    background-position-y: 70%;
}

#uptime{
    background: url("/img/bg/stock1.jpeg");
    background-size: cover;
}

#facilities{
      background: url("/img/bg/info2.jpg") center center;
    background-size: cover;
    background-position-y: 70%;
}

#secure-fac{
    background: url("/img/bg/uptime.jpg") center center;
    background-size: cover;
    background-position-y: 70%;
  
}


#env{
      background: url("/img/bg/bike.jpg") center center;
    background-size: cover;
    background-position-y: 70%;
}

#givingback{
      background: url("/img/bg/nonprof.jpg") center top;
      background-size: cover;
      margin-top: 40px;
}

#givingback2{
  background: url("/img/givingback.jpg");
  min-height: 2500px;
  background-size: cover;
  width: 50%;
  background-repeat-x: no-repeat;
}

#moneyback{
      background: url("/img/bg/moneyback.jpg") center center;
    background-size: cover;
    background-position-y: 70%;
}

#movepair{
    background: url("/img/bg/movepair.jpg")center top;
    background-position-y: -80%;
    background-size: cover;
    margin-top: 20px;
}

#servers{
      background: url("/img/bg/servers.jpg") center center;
    background-size: cover;
    background-position-y: 70%;
}


#hvs{
      background: url("/img/bg/hvs.jpg") bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 33%;
}

#tools{
  background: url("/img/bg/tools.svg") white center;
    background-size: 28%;
    background-position-y: -2%;
    background-repeat: no-repeat;
}



#filler{
  background: url("/img/bg/fillerbg.jpg")center top;
    background-repeat-y: no-repeat;

}



#pcloud{
  background: url("/img/bg/cloud.jpg")center top;
    background-repeat-y: no-repeat;

}




#resellerbg{
  background: url("/img/bg/resellerbg.jpeg");
      background-size: cover;
      background-position-y: 6%;
}

#reseller{
  background: url("/img/bg/reseller.jpeg");
      background-position-x: 103%;
}

#paircdn{
  background: url("/img/bg/paircdn.jpeg");
  background-size: cover;
      background-position-y: 50%;

}




#pairssl{
  background: url("/img/bg/pairssl.jpeg")center top;
    background-repeat-y: no-repeat;
    background-size: cover;

}

#pairssl2{
  background: url("/img/bg/pairssl2.jpeg")right;
      background-position-x: 109%;
      background-repeat: no-repeat;


}

#opensource{
  background: url("/img/bg/opensource.jpg") right center;
        background-size: cover;
  margin-top: 40px;

}

#contactus{
      background: url("/img/bg/contactbl.jpg") center center;
       background-size: cover;

}

#supportcenter {
  background: url("/img/bg/shared.jpg") center center;
  background-size: cover;
  background-position-y: 19%;
}

#pairhistory{
      background: url("/img/bg/hisbl.jpg") right top;
        background-size: cover;

}


#careers{
  background: url("/img/bg/workwithus.jpg")center top;
    background-repeat-y: no-repeat;

}



#wpe{
  background: url("/img/bg/wpe.jpeg");
  background-size: cover;
  background-position-y: 20%;
}

#wpe2{
  background: url("/img/bg/wpe2.jpeg");
  background-size: cover;
  background-position-y: 20%;
}


#wpp{
  background: url("/img/bg/wpp.jpeg");
  background-size: cover;
  background-position-y: 41%;
}

#wpp2{
  background: url("/img/bg/wpp2.jpeg");
  background-size: cover;
  background-position-y: 41%;
}


#libsynbg{
  background: url("/img/bg/libsyn.jpg");
  background-size: cover;
  background-position-y: 15%;

}



#vps{
  background: url("/img/bg/vps.jpeg");
  background-size: cover;
  background-position-y: 50%;
}

#vps2{
  background: url("/img/bg/stock2.jpg");
  background-size: cover;
  background-position-y: 50%;
}

#ded{
  background: url("/img/bg/ded.jpg");
  background-size: cover;
  background-position-y: 10%;
}

#ded2{
  background: url("/img/bg/ded2.jpeg");
  background-size: cover;
  background-position-y: 50%;
}

#ecom{
  background: url("/img/bg/shopsite.jpg");
  background-size: cover;
      background-position-y: 40%;
}

#ecom2{
  background: url("/img/bg/shopsite2.jpg");
  background-size: cover;
      background-position-y: 40%;
}

#fruit{
  background: url("/img/bg/fruit2.jpg");
  background-size: cover;
  background-position-y: 40%;
}





/* Graphic Backgrounds
------------------------------------------ */

#gears{
      background: url("/img/bg/gearbg.svg") center center;
    background-position-y: 40%;
    background-repeat: no-repeat;
}

#atcbg{
      background: url("/img/bg/atcbg.svg") center center;
    background-position-y: 0%;
    background-repeat-x: no-repeat;
}

#secure{
      background: url("/img/bg/securebg.svg") center center;
    background-position-y: 70%;
    background-repeat: no-repeat;
}

#codebg{
  background: url("/img/bg/codebg.svg") center center white;
    background-repeat-x: no-repeat;

}

#cloud{
      background: url("/img/bg/cloudbg2.svg") center center;
      background-repeat: no-repeat;


}

#cloudw{
      background: url("/img/bg/cloudbg3.svg") center center;
      background-repeat: no-repeat;


}

#movepairblock1{
      background: url("/img/bg/movepair.svg") ;
      background-repeat: no-repeat;
      background-position: center;
}

#movepairblock2{
      background: url("/img/bg/movepairblock.png") ;
    background-repeat: no-repeat;
    background-size: contain;

}

#movepairblock3{
      background: url("/img/bg/movepairblock2.png") left;
    background-repeat: no-repeat;
    background-size: contain;

}




#hvsbox{
          background: url("/img/bg/boxbg.png") left;
          background-size: contain;
    background-repeat: no-repeat;

}

#resellerd{
          background: url("/img/icons/reseller.svg") left;
    background-position-y: 41%;
    background-position-x: 30px;
    background-repeat: no-repeat;

}

#timeline{
  background: url("/img/bg/timelinebg.svg") center;
  background-repeat: repeat-y;
  background-size: 15px;
}

#pgh{
    background: url("/img/bg/pgh.svg")center top;
    background-size: cover;
    background-repeat: no-repeat;
    height:300px;

}


#wpbg{
       background: url("/img/bg/wpbg.png") top right;
    background-size: 1065px;
    background-repeat: no-repeat;
    background-position-y: -250px;
}

#wpbgw{
       background: url("/img/bg/wpbgw.png") top right;
    background-size: 1065px;
    background-repeat: no-repeat;
    background-position-y: -250px;
}

#wpbgwsm{
     background: url("/img/bg/wpbgw.png") center;
    background-size: 300px;
    background-repeat: no-repeat;
}

#pairlogo{
     background: url("/img/icons/oldlogo.png") right center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 400px;

}

#cdngroup{
  background: url("/img/bg/paircdngroup.png") left;
    background-repeat: no-repeat;
    background-size: contain;
}


#careerspgh{
  background: url("/img/bg/pgh.svg") left;
  background-position-y: 145px;
  background-repeat: no-repeat;
}


/* HomePage
------------------------------------------ */



.second-page-title{
  text-align: center;
  padding: 20px 0px;
  max-width: 800px;
  margin: 0 auto;
}


.product-heading{
  padding: 5px 0px;
  background: #236A96;
  border-left: 1px solid #194d6d;
}

.product-heading h3{
  color: #FFF;
}

.product-content{
  position: relative;
  border-left: 1px solid #ccc;
}


.product-content img{
  height: 120px;
  padding: 10px 0px;
  display: block;
  margin: 0 auto;
}

.product-content .fade{
  opacity: .8;
}

.product-content p{
  padding: 0px 20px;
  color: #000;
}

.product-content h5{
  text-align: center;
}

.product-content ul{
  list-style-type: none;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  color: #333;
}

.product-content li{
padding-top: 20px;
font-weight: 600;
font-size: .9em;
letter-spacing: .3px;
}

.product-content li i{
  padding-right: 10px;
  color: #236A96;
  font-size: .5em;
}
.price{
  text-align: center;
  padding: 20px 0px;
      margin: 0px;
}

.price span{
  opacity: .5;
  font-size: .6em;
}

span.price{
  opacity: .5;
  font-size: .6em;
}

.product-bottom{
  padding: 45px 0px;
  border-left: 1px solid #ccc;
  
}


.product-bottom button{
  position: relative;
  margin: auto;
  display: block;
}
.focused{
  top: -20px;
}

.focused .product-heading{
  border-top: 20px solid #2F363A;

}


/*Information Rows*/


.bg{
  min-height: 600px;
}

.bg-md{
  min-height: 400px;
}

.row.bg .info-content{
  height: 100%;
  min-height: 600px;
  padding-top: 5%;
  padding: 20px 40px;
  margin: 0px;
  width: 50%;
  background: rgba(255, 255, 255, .8);
}


.bg .info-content.animated{
  opacity: 0;
}

.row.solid{
  padding: 60px 0px;
}

.info-content{
  /*padding: 20px 40px;*/
  position: relative;
  display: block;  
  /*width: 60%;*/
}

.info-content h1, h2, h3, h4{
  margin-top: 10px;
  text-align: center;
}

.info-content p{
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    top: 50%;
  }




.info-content button{
  margin: 0 auto;
  display: block;
}


/*.info-content ul{
  max-width: 500px;
  padding-right: 0px;
  margin: 0 auto;
}*/


.info-content ul li span{
  color: #61B9CF;
}

.info-content ul li {
  font-size: 1.2em;
}

/* KJM 7/22/16 for vps.html */
.leadin {
  color: black;
  font-size: 16px;
}
.leadin2 {
  color: darkslategray;
  background-color: linen;
  font-size: 13px;
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 400;
}


/*Info Blocks*/


.info-block{
  color:  #2F363A;}

.info-block h3,{
  color: #333;
  margin-bottom: 8px;
  transition: color #236A96.4s;
}


.info-block a{
  text-decoration: none;
}

.info-block:hover img{
    transform: translateY(-.5rem);
    -webkit-transform: translateY(-.5rem);
}

.info-block img{
  height: 90px;
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 10px 0px;
  transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
}

.info-block p{
  text-align: center;
  font-size:;
}

.info-block ul{
  max-width: 600px;
    margin: 0 auto;
    padding-left: 0px;
}


.info-block li{
  padding: 15px 0px;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 1.1px;
}

.info-block li i{
  font-size: .5em;
  color: #FDD74F;
  padding-right: 8px;
}

.top .info-block img{
  height: 45px;
}

.top .info-block span{
  color: #236A96;
    font-size: 2.5rem;
    padding-right: .6em;
    display: block;
    float: left;
    position: relative;
}

.top .info-block li{
      line-height: 1.7em;
    padding: 20px 0px;

    margin: 15px 0px;
}

.top h5{
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}

.top .icon{
  height: 65px;
}



/*Features*/

.features{
  padding: 40px 0px;
}

.features .info-block{
  margin: 20px 0px;
  min-height: 320px;
  color: #fff;
}

.features .info-block h3{
  color: #AFDDEB;
}

.features .info-block img{
  height: 140px;
}


.features .info-block span{
  color: #FDD74F;
  font-size: .6em;
}



/*Banner*/

.page-banner{
  text-align: center;
  background: #2F363A;;
  padding: 5px 0px;
}

.page-banner h4{
  color: #FFF;
  letter-spacing: 1.1px;
  letter-spacing: .4px;
}

.page-banner span{
  color: #FDD74F;
}


/*Quotes*/


.quote-block{
 padding: 40px 0px;
     max-width: 600px;
    margin: 0 auto;
}

.quote-block img{
  display: block;
  margin: auto;
  height: 120px;
  

}


.quote-block p{
  padding-top: 20px;
  text-align: center;
  font-size: 2.2rem;
  font-family: 'Open Sans', sans-serif;
      font-weight: 300;
}

.quote-block span{
  float: right;
  opacity: .9;
  padding-right: 80px;
}



.quote{
  font-size: 1.5em;
}

p.quote{
  text-align:center;
  font-family: 'Open Sans', sans-serif;
}

.quote span{
  padding-top: 8px;
  font-size: .8em;
  position: relative;

}

/*NonProfit*/

.non-profit{
  padding-left:60px;
}

.non-profit ul{
  padding-bottom: 60px;
  max-width: 800px;
}

/*Money Back Banner*/



/*Support*/

.support{
  text-align: center;
  padding: 40px 0px;
}

.support i{
  font-size: 2.3rem;
  padding-right: 5px;
}

.support a{
  color: #fff;
  cursor: pointer;
}

.support a:hover{
  color: #fdd136;
  text-decoration: none;
}

.support p{
  letter-spacing: .2rem;
  color: #fff;
}

.support h4{
  color: #e5e5e5;
}

.support h5 {
  color: #e5e5e5;
  text-align: center;
}


/*Move to pair*/

  #movepair img{
    width: 200px;
    position:absolute;
    top: -80px;
    left: -70px;
  }

.movepair .form-inline .form-control{
  width: 100%;
}

.movepair{
  padding:10px 20px;
}




/*Carousel*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;

}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;

}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
 left: 0;
 width: inherit;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators{
  position: absolute;
  width: 100px;

  
}

.carousel-indicators li{
  border: 1px solid #236A96;
}

.carousel-indicators .active{
  background-color: #236A96;
}

.carousel-caption h3{
  padding-bottom: 40px;
}

.review-control{
  color: #2F363A;
  display: none;
  position: relative;
  top: 300px;
  font-size: 2em;
  padding: 0px 40px;
}

.control{
  font-size: 2.5em;
  top: 200px;
  display: block;
  position: relative;
  z-index: 9999;
  
}

#landing-slide{
  position: absolute;
    color: red;
    top: 0px;
    display: block;
    z-index: 4;
}
}

/*Review Slides*/


#review-row{
  height: 600px;
  display:block;
  overflow: hidden;
}

.review-wrap{
  height: 600px;
}

.review-content{

  height: 600px;
  width: 50%;
  position:absolute;
/*  z-index: 3;*/
}



#review-slide .carousel-caption{
    background: rgba(255, 255, 255, .8);
    left: 0;
    width: 50%;
    height: 100%;
    top: 0px;
    z-index: 6;
    position: absolute;
    text-shadow: none;
    color: #333;
    padding: 80px 40px;
    line-height: 1.2;
   letter-spacing: 1.1px;

}

/*Landing Carousel*/



#home-serv-content.solid{
  opacity: 1;
}


.review-1{
  background-image: url("/img/bg/insight.jpg");
  background-size:cover;
  height:600px;
}

.review-2{
  background-image: url("/img/bg/fred.jpg");
  background-size:cover;
  height:600px;
}

.review-3{
  background-image: url("/img/bg/ken.jpg");
  background-size:cover;
  height:600px;
}


/* compare.html */

.compare-box {
  padding: 10px 0px;
  position: relative;
}
.compare-box h3 {
  margin: 0px;
  color: #fff;
  padding: 0px;
}


/*Pricing Table*/


.plantable{
  padding: 40px 0px;
  overflow:hidden;
}

.plantable > div{
  padding: 0px;
}

.plantable .span-lg{
  font-size: 1em;
}

.plan-heading{

  padding: 15px 0px;
  position: relative;
}

.border-right{

    border-right: 1px solid red;
  }


.focus{
  top: -8px;
    border-top: 8px solid #2F363A;
  border-bottom: 8px solid #2F363A;
}

.focus .plan-heading{
  border-right: 1px solid #24292c;
  border-left: 1px solid #24292c;
}

.focus .plan-content{
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.focus .plan-bottom{
  border-right: 1px solid #24292c;
  border-left: 1px solid #24292c;
}

.darkgrey .focus {
   border-top: 8px solid #236A96;
  border-bottom: 8px solid #236A96;
}

.darkgrey .focus .plan-heading{
  border-right: 1px solid #194d6d;
  border-left: 1px solid #194d6d;
}

.darkgrey .focus .plan-bottom{
  border-right: 1px solid #194d6d;
  border-left: 1px solid #194d6d;
}


.plan-heading h3{
  margin: 0px;
  color: #fff;
  padding: 0px;
  text-transform: uppercase;
}

.plan-heading h3 span{
  text-transform: none;
}

.plan-heading .price{
  color: #fff;
}


.plan-heading .price span.currency{
  top: -10px;
    padding-right: 1px;
    position: Relative;
}

.plan-content{
  background: #fff;
  position: relative;
  padding: 40px 10px;
  font-size: 1.2em;
  text-align: center; /* KJM 7/19/16 - fixing QS mobile */
}

/* KJM hacks to fix box sizes on shared.html */
.plan-content-shared {
  background: #fff;
  position: relative;
  padding: 40px 10px;
  font-size: 1.2em;
}
/* fix size of the Package boxes unless on mobile */
@media (min-width: 1200px) {
  .plan-content-shared {height: 250px;}
}

.plan-content ul{
  padding-left: 20px;
}

.plan-content li{
  padding-top: 20px;
}

.plan-content li span {
    padding-right: 10px;
    color: #236A96;
}

.plan-content li i{
  padding-right: 10px;
    color: #236A96;
    font-size: 1.4em;
}

.plan-content .wp{
  text-align:  center;
}

.plan-content .wp i{
  font-size: 6em;
  padding-bottom: 10px;
  color: #236A96;
}

.plan-content .wp span{
  font-size: 1.5em;
  padding-right: 2px;
  color: #000;
  font-weight: 600;

}

.plan-content .wp h4{
  color: #333;
  font-size: 1.4rem;
}

.plan-content img{
  width: 100px !important;
  margin: 0 auto;
  display: block;
  border: 2px solid #61B9CF;
  border-radius: 80px;
  margin-bottom: 5px;
}

.plan-content span{

}

.plan-sub{
  opacity: .8;
}

.plan-bottom{
  padding: 20px;
  text-align: center;
}

.border-left{
      border-left: 1px solid rgba(0, 0, 0, .3);
}

.plantable img{
  width: 200px;
}

.single .plan-heading{
  position: relative;
  display: block;
}

.single .plan-heading ul li{
  display: inline-block;

}

.single .plan-heading ul{
  padding: 0px 20px;
  margin-bottom: 30px;
}

.single .plan-content .wp {
  font-size: 3em;

}

.single .plan-bottom{
  border-bottom: 2px solid #2F363A;
  padding: 5px 0px;
}

.db.plan-bottom{
  border-bottom: 4px solid #236A96;
  padding: 5px 0px;
}


.mbbadge{
  display: block;
}




/*center block for single plan table*/
.center-block{
      width: 350px;
    padding-left: 40px;
    display: block;
    margin: 0 auto;
    text-align: justify;
}

/*Plan Chart*/

.planchart{
   transition: all 0.5s ease;
}

.planchart .price{
  padding: 0px;
}

.planchart  h4{
  color: #2F363A;

}

.planchart thead h4{
    font-weight: 600;
    font-size: 2rem;
}

.planchart .table > tbody > tr > td{
  border: none;
  padding: 4px 0px;
}


.p-num{
  border: 2px solid rgba(  47, 54, 58, .5);
  border-radius: 20px;
  
  padding-top: 5px;
  width: 40px;
  height: 40px;
  font-size: 1.7em;
  margin: 0 auto;
  margin-bottom: 8px;
}

 h4.p-num{
  font-weight: 600;
}

.ded strong{
  color: #333;
  padding-right: 2px;
  font-weight: 600;
  font-size: 1em;
}

.ded span{
  font-weight: 400;
}

.ded-feat h5{
  font-weight: 400;
  color: #fff;
}

.ded-feat ul h5{
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}

.ded-feat img{
  height: 150px;
}

.ded-feat h5 span{
  color:#61B9CF;
  font-size: .7em;
}

.ded-feat ul{
  display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    width: 300px;

}

.ded-feat ul li{
  text-align: left
}


/*Tabs*/




#DedTab li{
  padding: 0px;
    margin: 0 1.86rem;
    display: inline-block;
    color: #fff;

}

#DedTab li > a {
  border: 1px solid rgba(257, 257, 257, .5);
  background: rgba( 257, 257, 257, .5);
   transition: background-color 500ms ease;

}

#DedTab.nav-tabs > li.active > a{
background: #fff;
border: 1px solid white;
transition: background-color 500ms ease;
}


#DedTab{
  margin: 0 auto;
  width: 850px;
}

.VPSTab{
  margin: 0 auto;

}

#VPSTab.nav-tabs > li.active > a{
background: #fff;
border: 1px solid white;
transition: background-color 500ms ease;
}

#VPSTab li > a {
  border: 1px solid rgba(257, 257, 257, .5);
  background: rgba( 257, 257, 257, .5);
   transition: background-color 500ms ease;

}

#VPSTab li{
  padding: 0px;
    margin: 0 1.86rem;
    display: inline-block;
    color: #fff;

}

#VPSTab li.active a.cleartab{
  background: transparent;
  border: transparent !important;
}

#VPSTab li a.cleartab{
  background: transparent;
  border: transparent !important;
}

#VPSTab li a.cleartab h3{
  border-bottom: none;
  color: #61B9CF;
}

#VPSTab li a.cleartab i{
  color: #fff;
    margin: 0 auto;
    display: block;
    width: 5px;
    font-size: 20px;
}

.nav-tabs > li > a > h3{

  border-bottom: 1px solid #61B9CF;
   line-height: 1.5em;
  }

.nav-tabs{
  margin: 0 auto;
    cursor: pointer;
    border-bottom: none;
}


.tab-pane .table > tbody > tr > td{
  font-size: 1em;
  line-height: 2;
}


.tab-pane tr.no-b > td {
  border: none!important;
}

.tab-pane ul{
  list-style-type: disc;

}

.planchart ul li{
    text-align: left;
    }

    .planchart td ul{
        text-align: center;
    margin: 0 auto;
    display: block;
    width: 300px;
    }


.tab-pane .table > tbody > tr > td .glyphicon{
 font-size: .7em;
}

.tab-pane .table > tbody > tr > td:first-child{
  width: 250px;
  padding: 5px 20px;

}

.tab-pane .table > tbody > tr > td:nth-child(odd){
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}



/*planblocks*/

.planblocks{
  display: none;
}

.planblocks h4{
  color: #333;
}

.planblocks strong{
      color: #61B9CF;
    font-size: 1.5em;
    font-weight: 700;
}

.planblocks ul{
  width: 245px;
  margin: 0 auto;
}

.planblocks ul li{
  text-align: justify;
}

/*ScreenCast*/

.cast-wrapper{
 margin: 40px auto;
    border: 4px solid #236A96;
    border-radius: 8px;
}

.cast-bar{
  border-bottom: 4px solid #236A96;
  background: #236A96;
}

#dots{
  color:  #FFF;
  
}

#dots {
  padding: 0px;
  text-align: left;
  padding-right: none;
  margin-bottom: none;
}

#dots li{
  display: inline-block;
    padding: 0px 0px 0px 3px;
    position: relative;
    top: 4px;
    left: 5px;
}

.cast-wrapper img{
  width: 100%;
  display: block;
  margin: 0 auto;
}


.reseller{
  padding: 40px 60px;
}


/*pairsim*/
.pairsim{
   padding-bottom: 40px;
}

.pairsim ul{
  text-align: center;
}

/*pairssl*/

.table > tbody.pairssl > tr > td{
 padding: 5px 0px;
 vertical-align: middle;
}

/*paircdn*/

.paircdn{
  padding: 20px;
}

.paircdnmap{
  border: 2px solid #236A96;
}

.paircdn ul{
  display: inline-block;
}

.paircdn ul li{
  display: inline-block;
  padding: 8px;
}


/*pair history*/



.quote-bubble{
  padding: 35px 20px;
  background: rgb(35, 106, 150);
  position: relative;
  border-radius: 8px;
  z-index: 2;
  color: #fff;
  max-width: 850px;


}

.tri{
  width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 20px;
border-color: rgb(  35, 106, 150) transparent transparent transparent;
position: absolute;
z-index: 0;
left: 50px;
}

.tri.right{
  left: 80%;
}

.char2{
      top: 20px;
    position: relative;
    right: 150px;
}

/*Advantages*/

#adv-tabs{
  border-bottom: 2px solid #236A96;
  min-width: 700px;
  max-width: 800px;

}

#adv-tabs li{
  width: 16.66666667%;
  padding: 0px;
}

#adv-tabs  .tri{
      width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #236A96 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
}

#adv-tabs .icon{
  padding: 0px;
  height: 50px;
  padding-bottom: 10px;
}

#adv-tabs h5{
  font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #236A96;
    margin: 5px auto;

}

#adv-tabpanel .info-content{
  color: #333;
}

#adv-tabs > li > a{
  border: none;
}

#adv-tabs li.active a{
border: none;
padding-bottom: 0px;
  
}

#adv-tabs li.active .tri{
  opacity: 1;
}

#adv-tabs li a{
  padding: 0px;

}

#adv-tabs li a:hover{
background: #fff;  
}

.adv-img{
  border-radius: 100%;
    height: 350px;
    margin: 0 auto;
    border: 5px solid #61B9CF;
    background: #fff;
    max-width: 350px;
    overflow: hidden;
    z-index: 2;
    position: relative;

}

#advreliability img{
  background-size: contain;
    width: 100%;
    padding-top: 0%;
}

#advflexibility img{
  padding-top: 40px;

}

#advhardware img{
  background-size: contain;
    width: 100%;
    padding-top: 0%;
}

.adv-img img{
      position: relative;
    z-index: 1;
    width: 250px;
    padding-top: 80px;
    margin: 0 auto;
    display: block;
}

.adv-img-exp{
  background: url("/img/icons/adv/advtest.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;

}



#fac-tabs li{

  padding: 0px;
}

#fac-tabs .icon{
  padding: 0px;
    height: 50px;
    padding-bottom: 10px;
}

#fac-tabs h5{
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #236A96;
    margin: 5px auto;
}

#fac-tabs li a:hover{
  
  
}

#fac-tabs{
  border-bottom: 2px solid #236A96;
  max-width: 600px;
  
}

#fac-tabs > li > a{
  border: none;
  padding-bottom: 0px;
}

#fac-tabs li a:hover{
background: #fff;  
}

#fac-tabs  .tri{
      width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #236A96 transparent transparent transparent;
    position: absolute;
   left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
}

#fac-tabs li.active .tri{
  opacity: 1;
}

.fac-content.tab-pane{
  background: #fff;
  min-height: 600px;
}


/*contactus*/

.hero-contact{
  top: 150px;
  color: #fff;
}

.hero-contact h2{
  font-size: 2.8em;
}

.tel span{
  font-weight: 600;
}

.sub-list li{
  font-size: .9em;
}

.con-list h4{
  text-transform: uppercase;
  text-align: left;
}

.contactus-form span{
  text-align: center;
}

.contactus-form .form-inline .form-control{
  width: 300px;
}
.contactus-form select{
  padding: 0px;
  border-radius: 0px;
}

.g-recaptcha{
  margin: 0 auto;
  display: block;
  width: 302px;
  padding-bottom: 25px;
}

#secure-msg{
  border: 1px solid #2F363A;
  margin-bottom: 40px ;
}

/*Policies*/

.policies {
 text-align: justify;
}

.policies a{
  border-bottom: 1px solid #61B9CF;
  line-height: 1.5em;
  
}

.policies a:hover{
  color: #61B9CF; ;
}

.policies h3{
  padding-bottom: 40px;  
}

.policies h4{
  text-align: left;

}

.policies ul li{
  padding: 0px;
}

.policies ul{
  padding: 5px 0px;
  background: #fff;
}

.poli{
  padding: 50px 0px;
}

.poli h3,h4{
  padding: 20px 0px;
}

.poli p{
  line-height: 1.2px;
      line-height: 2em;
}

.poli .quote{
  font-size: 1.2em;
    padding: 10px 0px;
}

/*Careers*/

.bubble {

  border: 2px solid #56A168;
  border-radius: 3px;
  height: auto;
  width: 150px;
      height: 35px;
    padding-top: 8px;
  text-align:center;
  position: relative;
  float:right;
  top: 8px;
  right: 35px;
}


.bubble:after {
  content: '';
  position: absolute;
  border: 1px solid rgba(51, 51, 51, 0.19);
}
.bubble:before {
  content: '';
  position: absolute;
  border: 1px solid #56A168;
}

  .bubble.left:after {
  border-color: transparent #56A168;
  border-width: 13px 12px 13px 0;
         border-width: 15px 17px 15px 0;
    top: 4%;
    left: -9px;}


.bubble span{
  color: #FFF;
}

.bubble-wrap{
  position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 430px;
}

.bb-border{
  padding-top:100px;
}

/*Job Openings*/

.open-careers h4{
  padding: 0px;
  text-transform: uppercase;
  color: #fff;

}

.open-careers .panel-heading{
  background:  #2F363A;
  border: 2px solid  #2F363A;
  height: 100px;
  border-radius: 0px;
  margin-top: 10px;
  text-align: center;
}

.open-careers .panel{
border: none;
}

.open-careers  a{
  text-decoration: none !important;
  color: #61B9CF;
}

.open-careers a:hover .panel-heading{
  border: 2px solid #ccc;
}

.open-careers .panel-body{
  border: 1px solid #2F363A;
  border-top: none;
}

.open-careers .panel-body span{
  color: #61B9CF;
}

.open-careers .panel-body h5{
  font-weight: 600;
}

/*Newsltter*/

.newsletters li:first-child a{
       border-bottom: 1px solid #61B9CF;
    line-height: 1.5em;
 }

h4{
   padding: 0px;
 }

 /*ATC*/

 #atc_logo{
   max-width: 500px;
   margin: 0 auto;
   display: block;
 }

 #atc-form{
   max-width: none;
 }

 #atc-form .has-success .form-control{
   border: 1px solid #61B9CF;
   border-color: #61B9CF;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 }

 #atc-form .has-success .form-control-feedback{
   color: #61B9CF;
 }

 #atcbg h5{
   line-height: 1.5;
   letter-spacing: .3px;
 }



.atc-num{
  color: #ccc;
}
.atc-num h3{
  display: inline-block;
  color: #ccc;
  font-size: 2em;
}

#atc_info form{
 max-width: 900px;
}



.help-block{
  display:none;
    position: relative;
}

.has-success .help-block{
  display:block;
}

#login11.glyphicon{
  right: 15px !important;
  top: 20px;
}

 .form-control-feedback{
  right: 15px;

}

.has-success .form-control:focus{
  border-color: #61B9CF;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #61B9CF;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #61B9CF;
}

.has-success .form-control{
  border-color: #ccc;
}

.has-success .help-block{
  color: #61B9CF;
}

.has-success .form-control-feedback{
  color: #61B9CF;
  -webkit-box-shadow
}





.purple{
  background: purple;
}

.red{
  background: red;
}



/*Animation*/



.ani svg{
  height: 250px;
   display: block;
    margin: 0 auto;
    position: relative;
    left: 80px;
}

.ani h4{
  padding-top: 10px;
}

.ani p{
  max-width: 600px;
  margin: 0 auto;
}

.wpdot{
  opacity: 0;
}

.support-wrap:hover .wpdot{
  -webkit-animation: pulsed 3s ;
    -webkit-animation-iteration-count: infinite;
   transition: all 0.8s ease;
    transform: translateY(-60px);
}

.support-wrap:hover .wpbubble{
  opacity:1;
  transform: translateY(-60px);
   transition: all .8s ease;

}

 #wpdot1{
  animation-delay: -.5s;
  -webkit-animation-delay: -.5s;
}

#wpdot3{
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}

@-webkit-keyframes pulsed {
    0% {-webkit-transform: opacity: 0; }
    50% {opacity: 1; }
    100% {-webkit-transform: opacity: 0;}
}

.wpheadset{fill:rgba(257, 257, 257, .5);stroke:#FFF;stroke-width:4;stroke-miterlimit:10;}
.wpbubble{fill:rgba(257, 257, 257, .5);stroke:#FFF;stroke-width:4;stroke-miterlimit:10; opacity: 0;
}
.wpdot{fill:#FFF;stroke:#FFF;stroke-width:5;stroke-miterlimit:10;
}

/*Gears*/




.gear{
  margin: 20px;
    width: 100px;
    height: 100px;

}

.nginx-wrap{
  height: 250px;
  width: 300px;
  display:block;
  margin: 0 auto;
}

.nginx-wrap:hover #gear2, .nginx-wrap:hover #gear3{
          -webkit-animation: barrelRoll 2s infinite linear;
}

#gear1{
  left: 20px;

  position: relative;
}

#gear2{
  position: relative;
}

#gear3{
  margin: 0 auto;
    display: block;
      top: 45px;
    position: relative;

}

.nginx-wrap:hover #gear1{
        -webkit-animation: invertBarrelRoll 2s infinite linear;
}

@-webkit-keyframes barrelRoll {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@-webkit-keyframes invertBarrelRoll {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-360deg); }
}


/*Update*/

.update-wrap{
  width: 300px;  
  height: 250px;
  margin: 0 auto;
}

.update-wrap:hover #cycle{
-webkit-animation: invertBarrelRoll 2s infinite linear;
}

#cycle-lock{
  width: 70px;
    position: relative;
    top: -170px;
    left: 115px;
}

/*Modal*/

.modal-header {
  background: #236A96;
}

.modal-title {
  padding-top: 4px;
  color: #fff;
}

.modal-header .close{
  font-size: 2.2em;
  opacity: 1;
  color: #333;
  text-shadow: none;
  margin: 0;
}

.modal-header .close:hover{
  background: transparent;
  color: #ccc;
}

.modal-body ul li {
  padding-bottom: 0px;
  padding-top: 0px;
}

.modal-body ul {
  padding-top: 8px;
  list-style-type: disc;
}

.modal-footer {
  text-align: center;
  background: #194d6d;
}

.modal-footer h4 {
  color: #FDD74F;
  font-weight: 400;
}
.modal-footer h5 {
  color: #FDD74F;
  font-weight: 400;
}


/*404*/
.fof li i{
  font-size: .5em;
  padding-right: 5px;
}

.fof img{
  margin-top: 50px;
}

#wpbgwsm h5{
  text-align: center;
}


/*Footer*/

footer{
  
      z-index: 3;
    padding: 20px 0px;
    display: block;
    position: relative;
}

footer img{
  width: 160px;
  padding-right: 15px;
  float: right;
}

footer ul{
  list-style-type: none;
  padding-left: 0px;
}

footer ul li{
  padding: 5px 0px !important;
  text-transform: uppercase;
}

footer ul span{
  color: #ffd74f;
  text-transform: uppercase;
}


.footer-nav a{
  color: #e5e5e5;
  font-weight: 300;
}

.footer-nav h5 {
  color: #ffd74f;
  font-size: 16px;
  text-transform: uppercase;
}

footer .social a{
  color: #FDD74F;
}

footer .copyright{
  text-align: center;
  padding: 10px 0px;
}



/*SignUp*/


.navbar-signup{
  background: #194d6d;
  min-height: 90px;
}

.navbar-signup .navbar-brand{
  padding: 5px 0px 0px 10px;
}

.navbar-signup .navbar-brand img{
  height: 70px;
    position: relative;

}


.signup-container{
  background: #fff;
  margin-top: 80px;
  position: relative;
  min-height: 800px;

}

.signup-container > div{
   min-height: 800px;
   padding: 10px 0px;
}


.signup-wrap{
  border-right: 1px solid #ccc;
}


.signup-wrap .signup-details h2,h3{

}

.signup-details .info-block ul{
  max-width: 350px;
  margin: 0 auto;

}

.signup-details .info-block li{
   padding: 1px 0px;
}

.signup-details .info-block li h5{
   font-size: .8em;
   color: #FFF;
   font-weight: 600;
   opacity: .9;
   margin-top: 5px;
}

.signup-details .info-block li span{
   float: left;
   margin: 10px 3px 0px 0px;
   font-size: .5em;
   color: #61B9CF;
}

.usr-block{
  border: 1px solid #ccc;
  padding: 20px 40px;
  margin: 50px auto;
}

.usr-block .form-group{
      padding-bottom: 0px;
}

.usr-block h3{
  text-align: left;
}

.usr-block h5{
  padding: 5px 0px;
  line-height: 1.4;
  text-align: justify;
  opacity: .8;
}

.usr-block label span{
  font-size: .8em;
}

.usr-block .radio label{
  font-size: 1.2em;
}

.usr-check{
  background: #61B9CF;
  opacity: .5;
  padding: 20px;
  min-height: 200px;
}
.usr-check input{
  margin: 0 auto;
  display:block;
}

.usr-block label h4{
  display: inline-block;
}

.usr-block label p{
  font-weight: normal;
  font-size: 1em;
}

.signup-num{
  width: 50px;
    position: absolute;
    left: -20px;
    top: -20px;
    display: none;
}

.signup{
  max-width: 1000px !important;
  margin: 0 auto;
  padding: 5px 0px;
}

.signup input{
  padding: 1.2em .5em;
  font-size: 1.2em;
}
.signup .form-control-feedback{
  top: .2em;
}

.signup select{
  font-size: 1.2em;
}

.signup .form-group{
  padding: 0px;
  margin-bottom: 2px;
}

.signup-console div{
  padding-top: 10px;
  border-left: 1px solid #15425d;
  height: 90px;
  position: relative;
  display: block;
}

.signup-console div.active{
  background: #20648d;
}

.signup-console div.active h5{
  color: #fdd136;
}

.signup-console .bb-right{
  border-right: 1px solid #15425d;
}

.signup-console h5{
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 0px;
  font-size: 1.2em;
}

.signup-console .icon{
  height: 35px;
    padding: 0px 0px 10px 0px;
    margin-top: 10px;
}

.inspect-select{
  padding: 10px 0px;
  display: none;
}

.price-wrap{
  background: #fff;
  height: 400px;
  padding: 20px 15px;
  color: #333;
  width:100%;
  z-index: 1;
  
}

.price-wrap  h4,h5{
  color: #333;
  text-align: left;
}

.price-wrap h5{
  text-align: left;
}

.price-wrap h5 strong{
  color:  #236A96;
}

.pricing{
  max-width: 400px;
}

.coupon-btn{
  margin: 0px;
  background: ;
  color: #fff;
  font-weight: 600;
}

.price-btn{
  padding: 20px 50px;
    font-size: 1.2em;
}


.affix{
  position: fixed;
}

.affix-top{
  position: fixed;
}

.affix-bottom{
  position: fixed;
}

/*Media queries*/

/*smaller than desktop*/
@media (max-width: 1200px) {

  .info-content{
    width: 100%;
    padding: 20px;
  }

  .info-content ul {
    max-width: 600px;
    padding-right: 0px;
    margin: 0 auto;
}



#codebg{
  background: #fff;
}

#ded-row{
  display: none;
}
 .planchart{
   display: none;
    transition: all 0.5s ease;
 }

 .planblocks{
   display: block;
    transition: all 0.5s ease;
 }

 .eq-row{
   clear: both;
    display: block;
  display: block;
  display: block;
  display: block;

 }


.jumbotron .info-content{
  width: 100% !important;
  position: absolute;
  bottom: 0px;
  min-height: 0px;
  top: initial;
}

.jumbotron .info-content p{
  position: relative;
  top: 0%;
}

.bg{
  min-height: 100px;
}

.row.bg .info-content{
  width: 100%;
  min-height: 100px;
  padding: 40px 20px;
}

.row.bg .info-content h3{
  margin: 0px auto;
}

.review-content{
  width: 100%;
}

#review-slide .carousel-caption{
  width: 100%;
}

.carousel-indicators{
    margin: 0 auto;
}

.top .info-block li{
  text-align:center;
}

.top .info-block span{
  float: none;

}

.top h5{
  text-align: center;
}

.plan-heading{
  padding: 25px 0px;
}
.plan-content ul{
  text-align: center;
}

#givingback2{
  display: none;
}

.poli{
  padding: 20px 40px;
}



#review-row{
  display: none;
}

.focus{
  top: 0px;
}

.plantable{
  padding:0px;
}

.plantable > div{
  padding: 20px 40px;
  border-top: none;
  border-bottom: none;
}

.ani > div{
  padding: 40px 0px;
}

.update-wrap{
  width: 200px;  
  height: 150px;
  margin: 0 auto;
}

#VPSTab{
  display: none;
}

.plan-content{
  padding: 10px 5px;
}

.darkgrey .focus{
  border-top: none;
  border-bottom: none;
}

.mbbadge{
  margin: 0 auto;
}

.navbar-right li a {
  font-size: .8em;
  padding: 15px 5px;
}



.info-block p{
  max-width: 400px;
  margin: 0 auto;
}

.row ul li{
  padding: 0px;
}

 }

 @media (max-width: 768px) {

   .breadcrumb{
     opacity: 0;
   }
   .breadcrumb-container{
     display: none;
   }

   #adv-tabs li{
     width: 45%;
     float: left;
     margin: 0 auto;
     display: block;
   }

   #adv-tabs{
     max-width: 400px;
     min-width: 200px;
   }




   .navbar-default .navbar-collapse.in{
     padding-top: 40px;
}
 }
