@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald);

html{
  position: relative;
  min-height: 100%;
}
body {
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
}
h1, h2, h3, h4{
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.section-gray{
  background: #f4f4f4;
}
.section-primary{
  background: #0383c0;
  color: #fff;
  padding: 60px 0;
}
.section-secondary{
  background: #e44d26;
  color: #fff;
  padding: 60px 0;
}
.section-title{
  padding: 10px;
  background: #0383c0;
  color: #fff;
}
.section-title small{
  color: #ccc !important;
}
.slogan{
  text-align: center;
}
.slogan h1{
  font-size: 50px;
  margin-bottom: 25px;
}
.slogan p{
  font-size: 20px;
}
.slogan a{
  margin-top: 20px;
}

.nav{
  margin-top: 18px;
}
.navbar{
  min-height: 50px;
  margin-bottom: 0 !important;
  background-color: #1A3958;
  border-radius: 0;
}
.navbar-default {
  border: 0;
}
.navbar-brand{
  height: auto;
  padding-top: 15px;
  margin: 0;
}
.navbar-nav{
  margin: 10px 0 0 0 !important;
  padding: 0;
}
.navbar-nav li{
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-nav > li > a{
  color: #fff !important;
  padding: 16px;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  text-transform: uppercase;
  font-family: Arial, 'Oswald', sans-serif;
}
.navbar-nav > li > a span{
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 14px;
  display: block;
  font-weight: normal;
  font-family: Arial;
  text-transform: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-nav a:hover {
  background-color: #eee !important;
  color: #080808 !important;
  /*border-bottom: 4px solid #04b9e6;*/
}
.navbar-fixed-bottom .navbar-collapse, 
.navbar-fixed-top .navbar-collapse {
    /* max-height: 340px; */
   max-height: none;
}
#navbar .nav a {
  text-decoration: none;
  position: relative;
}
#navbar .nav a:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 4px solid #5bc0de;
  transition: 0.2s;
}
#navbar .nav a:hover:after {
  width: 100%;
}
#navbar .nav li.active a:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #5bc0de;

}

.banner{
  margin: 0 !important;
  background: url(http://f0739dde01873968512d-b74530d2d26278124f446233f95622ef.r95.cf1.rackcdn.com/map_banner_revo.jpg) no-repeat 50% 0%;
}
.banner p.lead{
  font-size: 20px;
  color: #414141;
  line-height: 22px;
}
.banner ul {
  font-size: 20px;
}

.banner h1{
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.banner-container h2 {
  margin-left: -20px;
}
.headline{
  position: relative;
}
.headline h1 img{
  width: 468px;
}
.headline ul li{
  vertical-align: top;
}

.jumbotron-index{
  margin: 0 !important;
  /* min-height: 300px; */
  min-height: 390px;
  /* background: url(../images/banner4.jpg) no-repeat 0 0; */
  background: url(../images/index-banner.jpg) no-repeat 50% 0%;
  /* background-size: cover; */

}
.jumbotron-index p.lead {
  font-size: 25px;
  /* margin-bottom: 300px; */
  /* color: #ccc; */
  color: #414141;
  line-height: 22px;
}
.jumbotron-index ul {
  font-size: 20px;
  margin-bottom: 50px;
}

.jumbotron-index h1{
  font-family: Gridnik;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.jumbotron-index .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(174, 174, 174, 0.53);
  border: none; 
  border-radius: none; 
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.banner-button {
    margin-top: 10px;
}
.box-group{
  position: relative;
  /* margin-top: 245px; */
}
.box-group .btn-success {
  background-image: -webkit-linear-gradient(#61dd45, #3cb521 50%, #36a41e);
  background-image: -o-linear-gradient(#61dd45, #3cb521 50%, #36a41e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#61dd45), color-stop(50%, #3cb521), to(#36a41e));
  background-image: linear-gradient(#61dd45, #3cb521 50%, #36a41e);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61dd45', endColorstr='#ff36a41e', GradientType=0);
  -webkit-filter: none;
  filter: none;
  border: 1px solid #2e8a19;
}
.box-group .btn-danger{
  background-image: -webkit-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
  background-image: -o-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff1d1b), color-stop(50%, #cd0200), to(#b90200));
  background-image: linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffb90200', GradientType=0);
  -webkit-filter: none;
  filter: none;
  border: 1px solid #9a0200;
}
.box-group .btn-danger:hover {
  background-image: -webkit-linear-gradient(#ff0906, #b90200 50%, #a40200);
  background-image: -o-linear-gradient(#ff0906, #b90200 50%, #a40200);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0906), color-stop(50%, #b90200), to(#a40200));
  background-image: linear-gradient(#ff0906, #b90200 50%, #a40200);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0906', endColorstr='#ffa40200', GradientType=0);
  -webkit-filter: none;
  filter: none;
  border: 1px solid #860100;
}

.box-group .btn-danger{
  /* background: #C90013; */
}
.box-group .btn-danger:hover{
  /* background: #ab0010; */
}
.fa-color{
  color: #0383c0;
}
#why p {
  margin: 0px 0px 25px;
  font-size: 18px;
  line-height: 1.6em;
}
.sprite-icon{
  width: 48px;
  height: 48px;
}
.sprite-revo{
  background: url('../images/icons/icons.png') 0 0;
}
.sprite-forced{
  background: url('../images/icons/icons.png') -48px 0;
}
.sprite-quick{
  background: url('../images/icons/icons.png') -96px 0;
}
.sprite-real{
  background: url('../images/icons/icons.png') -144px 0;
}
.sprite-logs{
  background: url('../images/icons/icons.png') -192px 0;
}
.sprite-manage{
  background: url('../images/icons/icons.png') -240px 0;
}
.sprite-backup{
  background: url('../images/icons/icons.png') -288px 0;
}
.sprite-hunter{
  background: url('../images/icons/icons.png') -336px 0;
}
.sprite-junk{
  background: url('../images/icons/icons.png') -384px 0;
}
.sprite-awards{
  width: 78px;
  height: 115px;
}
.who-section{
  /*width: 100%;*/
  color: #fff;
  padding: 50px 0;
  background: #000 url(../images/stardust.png) repeat center center scroll;
  
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
.who-section p{
  color: #000;
  text-align: left;
}
.who-section .jumbotron{
  background-color: rgba(238, 238, 238, .8);
  position: relative;
}
.who-section .well{
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.overlay{
  background-color: rgba(12,12,12,0.7);
  border-radius: 12px;
  padding: 12px;
}

.block-icon-left .icon {
  float: left;
  margin-top: 10px;
}
.block-icon-left .icon-content {
  float: left;
  width: 80%;
  padding-left: 24px;
}
.benefits .feature-list li{
  list-style: none;
  font-size: 18px;
  line-height: 2em;
}
.benefits .fa-li{
  top: 8px;
  font-size: 22px;
}
#more {
  margin-bottom: 0;
  background: #018EBE url(../images/stardust.png) repeat; 

/*  background: #09f; 
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0099ff), color-stop(100%, #45d1ff));
  background-image: -moz-linear-gradient(bottom, #0099ff, #45d1ff);
  background-image: -webkit-linear-gradient(bottom, #0099ff, #45d1ff);
  background-image: linear-gradient(to top, #0099ff, #45d1ff);*/

  color: #fff;
}
#more .page-header{
  border-bottom: 0;
}
#more p{
  color: #fff;
}
#who h2{
  text-shadow: 2px 2px 2px #000;
}
.img-revo {
  display: inline;
  float: left;
  margin-top: 100px;
  margin-right: 20px;
}
.img-award{
  min-height: 130px;
  text-align: center;
}

.reviews blockquote .small, 
.reviews blockquote footer, 
.reviews blockquote small {
  color: #0691CE;
}

#panel-heading1,
#panel-heading2{
  cursor: pointer;
}

/*------------------------------*/
/*        FOOTER                */
/*------------------------------*/
.footer{
  margin-top: 10px;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
  background: #1A3958;
  color: #fff;
  font-family: Arial,sans-serif;
/*  position: absolute;
  bottom: 0;
  width: 100%;*/
}
.company-name{
  font-family: 'Oswald', Arial, sans-serif;
  vertical-align: middle;
}
.footer p{
  margin: 0;
}
.footer a:hover{
  color: #04B9E6;
  text-decoration: none;
}
.footer .btn-link {
  color: #FFF;
  margin-right: 12px;
  font-weight: bold;
  font-size: 12px;
}
.footer .active{
  color: #04b9e6;
}
.footer .btn-link:hover {
  color: #04B9E6;
}
.footer .underline{
  text-decoration: underline;
}



.privacy-policy {
  position: relative;
}
.privacy-policy p{
  text-align: justify;
}
.privacy-policy-background {
  position: relative;
  z-index: 2;
}

.privacy-policy:after {
  content: "\f087";; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 600px;
  color: lightblue;
  top: 0%;
  left: 26%;
  margin: 0;
  z-index: 1;
}

@media(max-width:768px){
  #content{
    width: 100%;
  }

}
@media (max-width: 1200px) {
  .navbar-collapse{
    background-color: #f8f8f8 !important;
  }
  .navbar > .container{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-header{
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-left, .navbar-right{
    float: none !important;
  }
  .navbar-nav{
    margin: 0 !important;
  }
  .navbar-nav > li > a{
    color: #777 !important;
    color: #066ba9 !important;
    padding: 16px 0 !important;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
  }

  .navbar-default .navbar-nav > .active > a, 
  .navbar-default .navbar-nav > .active > a:focus, 
  .navbar-default .navbar-nav > .active > a:hover, 
  .navbar-nav a:hover {
      /*background-color: #0383c0 !important;*/
      background-color: #333333 !important;
      color: #fff !important;
  }
  .navbar-nav > li > a{
    display: block;
    text-align: center;
  }
  .navbar-nav li{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar-toggle{
    display: block;
    margin-top: 22px;
  }
  .navbar-collapse{
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f8f8f8;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top{
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse{
    display: none !important;
  }
  .navbar-nav{
    float: none;
    margin-top: 0;
  }
  .navbar-nav > li{
    float: none;
  }
  .navbar-nav > li > a{
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    border-right: none;
  }
  .collapse.in{
    display: block !important;
  }
  
  #navbar .nav li.active a:after{
    border-bottom: none;
  }

  #navbar .nav a:after{
    border-bottom: none;
    transition: 0s;
  }

  .privacy-policy:after {
    content: "";
  }

  .box-group{
    /*margin-top: 225px;*/
  }

  .banner{
    background-size: cover;
  }
  .headline{
    padding: 2% 0;
  }
}
@media (max-width: 768px) {
  .container > .navbar-header {
      margin-right: 0 !important;
  }
  .page-header{
    margin-left: 20px;
    margin-right: 20px;
  }
  


}
@media (max-width: 630px){
  .box-group{
    /*width: 50%;
    margin: 0 auto;*/
  }
}
@media (max-width: 421px){
  .navbar-default .navbar-brand {
    max-width: 100%;
  }
  .navbar-toggle{
    margin-top: 0;
  }
}


.link-chinese{
  margin-top: 24px;
}
h4.panel-title{
  font-family: 'Oswald', Arial, sans-serif;
}
h1 small{
  color:#ccc;
}
.section-title {
  padding: 10px;
  /*background: #e44d26;*/
  color: #fff;
}

.useful-resources{
  margin-bottom: 20px;
}
.useful-resources a.active,
.useful-resources a.active:focus,
.useful-resources a.active:hover{
  cursor: default;
  /*background-color: #e44d26;*/
  /*border-color: #e44d26;*/
}

.tab-image{
  margin: 10px;
  float: left;
}
.tab-content{
  padding: 10px 10px 10px 0;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #0383C0;
}
.nav-tabs > li > a {
  background-color: #eee;
  margin-bottom: 5px;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: #5bc0de;
}

.download-trial-link{
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fa-download{
  margin-right: 5px;
  vertical-align: middle;
}
.tab-ul{
  padding-left: 4em;
}
.feature-list-tab{
  width: 25%;
}
.database-background {
  background: #2F72C0 url(../images/logs-database-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.database-background .alert-info{
  font-weight: bold;
}
.vcenter{
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.list-small{
  display: block;
  color: #6e6e6e;
  font-style: italic;
}
.heading-color{
  color: #0691CE !important;
}
.highlight{
  text-transform: uppercase;
  /*font-size: 20px;*/
}

.caption p{
  font-size: 12px;
  color: #000;
}
.header-image{
  /*height: 450px;*/
  background: #fff url(../images/tech-support.jpg);
  background-size: cover;
}

a.back-to-top {
  display: none;
/*  width: 60px;
  height: 60px;*/
  /*text-indent: -9999px;*/
  position: fixed;
  /*font-size: 60px;*/
  z-index: 16000003;
  right: 20px;
  bottom: 80px;
  outline: none;
  color: #454748;
  opacity: .8;
}
.back-to-top .fa-stack-2x{
  font-size: 2.2em;
}
a:hover.back-to-top {
  color: #333;
}

.slider{
  background: #fff url(../images/slider1.jpg) no-repeat 0 50%;
  background-size: cover;
  height: 360px;
}
.table-lable{
  width: 26%;
  font-family: 'Open Sans', sans-serif;
}
tr{
  height: 60px;
}
th, td{
  vertical-align: middle !important;
}
tfoot{
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
table .fa-asterisk{
  color: #f00;
  font-size: 8px;
  vertical-align: top;
  margin: 2px 3px;
}
.price-table{
  margin-top: 20px;
}
.price-info{
  display: block;
  font-style: italic;
  font-size: 14px;
  color: #999;
  font-family: 'Open Sans', sans-serif;
}
.table-header{
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}
.table-header-row{
  color: #fff;
  background-color: #414245;
}
.price{
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  color: #0691CE; 
}
td del{
  color: #999;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}
.table-button{
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 768px) {
  .price-table {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  .price-table tbody {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
  }
  .price-table tr {
    display: table;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 50px;
    background-color: #f5f5f5;
  }
  .price-table td {
    padding: 10px 0;
    display: table-row;
    width: 100% !important;
    height: auto !important;
    text-align: center;
    height: 65px !important;
  }
  .price-table th{
    display: table-row;
    width: 100% !important;
    text-align: center;
    height: 65px !important;
  }
  .price-table thead{
    display: none;
  }
  .table-lable{
    background-color: #414245;
    color: #fff;
  }
  .table-content{
    display: table-cell;
    vertical-align: middle;
  }
}

.hr-symbol {
  border: 0;
  border-top: 4px double #8c8c8c;
  text-align: center;
}
.hr-symbol:after {
  content: '\f0e0 ';
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  background: #f5f5f5;
  color: #8c8c8c;
  font-size: 18px;
}

.hr-manual {
  border-top: 1px solid #8c8c8c;
  text-align: center;
}
.hr-manual:after {
  content: '\f02e';
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  background: #fff;
  color: #8c8c8c;
  font-size: 18px;
}

.hr-gradient{
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.img-title{
  margin-top: 10px;
  margin-bottom: 24px;
  text-align: center;
}
.faq-section{
  padding-top: 0;
}

/*------------------------------*/
/*        COOKIE CONSENT        */
/*------------------------------*/
.cc_banner-wrapper {
  z-index: 16000002;
}
.cc_container{
  background-color: #265483 !important;
  padding: 2px 15px !important;
  opacity: .8;
  width: 660px;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cc_container p{
  color: #fff !important;
  font-size: 13px !important;
  margin-top: 0.3em !important;
}
.cc_container .cc_btn{
  padding: 3px 0 !important;
  max-width: 80px !important;
  line-height: 0.8em !important;
  font-size: 13px !important;
}
.cc_container .cc_btn:hover{
  background-color: #F1D600 !important;
}

#partners .jumbotron {
  background: #fff url(../images/world-map.png) no-repeat;
  background-size: cover;
  height: 347px;
}
.partners-button{
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.partners-button span{
  color: #04BFED;
}
.partners-button-panel{
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.partners-button-panel span{
  color: #04BFED;
}

.fa-plus-circle{
  color: #007f00;
}
.fa-arrow-circle-up{
  color: #004E89;
}

#order-upgrade .table-lable{
  width: auto;
}

.history-list h4{
  font-family: Arial, sans-serif;
  line-height:1.75em;
}
.history-list h4 span{
  font-family: 'Open Sans', Arial, sans-serif;
  margin-top:5px;
  margin-bottom: 5px;
}

.added-logs li{
  padding: 5px;
}
.added-logs .fa-li{
  padding-top: 5px;
}
.added-logs li:nth-child(odd){
  background-color: #f2f2f2;
}

.pagination > li > a, .pagination > li > span {
  margin-bottom: 5px;
}

.validation-errors{
  display: none;
}


/*footer a {
  text-decoration: none;
  position: relative;
  //color: #3366FF;
}
footer a:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #04b9e6;
  transition: 0.4s;
}
footer a:hover:after {
  width: 100%;
}*/

a:hover .fa-download{
  /*color: #36dcf8;*/
}

/*------------------------------*/
/*        SOCIAL ICONS          */
/*------------------------------*/
/*.fa-facebook-square{
  color: #3b579d;
}
.fa-twitter-square{
  color: #00aced;
}
.fa-google-plus-square{
  color: #dd4b39;
}
.fa-linkedin-square{
  color: #2974b4;
}
.social-icons-section{
  background: #2197C3;
  color: #fff;
  min-height: 300px;
  position: relative;
  margin-bottom: 40px;
}
.social-icons-section p{
  font-size: 21px;
  margin-bottom: 60px;
}
.social-icons{
  background: #fff;
  position: absolute;
  padding: 30px 0 30px 40px;
  left: 30%;
  bottom: -50px;
}
.social-icons .thumbnail{
  float: left;
  margin-right: 40px;
  margin-bottom: 0;
}*/
.video-section{
  background: transparent url(../images/confectionary.png);
  padding-bottom: 10px;
}

.navbar-custom {
  background-color: #222;
  border-color: #080808;
}

span.menu {

  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;

/*  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f3f3f3;
  padding: 1px 4px;
  text-shadow: 0 1px 0 #fff;*/
}

.toc-fixed {
  position: fixed;
  max-width: 390px !important;
  top: 0;
  width: 34%;
}
@media (max-width: 1200px) { 
  .container-manual{
    width: 100%;
  }
  .toc-fixed{
    width: 34%;
  }
  .toc-fixed-small{
    width: 24%;
  }
}

.social-icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin: 10px;
}
.facebook-icon{
  background-color: #3b579d;
}
.facebook-icon:hover{
  background-color: #2d4373;
}
.twitter-icon{
  background-color: #00aced;
}
.twitter-icon:hover{ 
  background-color: #2795e9;
}
.google-plus-icon{
  background-color: #dd4b39;
}
.google-plus-icon:hover{
  background-color: #c23321
}
.linkedin-icon{
  background-color: #2974b4;
}
.linkedin-icon:hover{
  background-color: #225f93
}
.social-icon .fa-facebook,
.social-icon .fa-twitter,
.social-icon .fa-google-plus,
.social-icon .fa-linkedin{
  color: #fff;
  line-height: 50px;
}
.social-icons-section{
  position: fixed;
  /*top: 160px;*/
  top: 20%;
  width: auto;
}
.social-icons-section h2,
.social-icons-section p{
  display: none;
}
@media (max-width: 1400px){
  .social-icons-section {
    background: #2197C3;
    color: #fff;
    min-height: 260px;
    position: static;
    margin-bottom: 40px;
    text-align: center;
  }
  .social-icons-section h2,
  .social-icons-section p{
    display: block;
  }
  .social-icons {
    background: #fff;
    padding: 20px;
    display: inline-block;
    margin-top: 60px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .social-icon{
    display: inline-block;
  }
}

/* user tutorials */
.user-tutorials > li{
  margin-bottom: 20px;
}
.user-tutorials img{
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
}
.user-tutorials{
  font-size: 18px;
}
.user-tutorials .alert {
  padding: 3px;
  margin-top: 5px;
}

.toc-fixed-small{
  position: fixed;
  width: 22%;
  max-width: 292px !important;
  top: 0;
}
.sub-pills{
  margin-top: 5px;
}

.thankyou {
  /* background: url('../images/SlideImage_LandingPage_notext.jpg'); */
  background: url('../images/index-banner.jpg');
  background-size: cover;
  padding: 1% 2% 17% 2%;
}
.thankyou p{
  width: 43%;
  color: #000;
}
.thankyou a {
  color: #337ab7;
}
@media (max-width: 991px){
  .thankyou p{
    width: 60%;
  }
  #toc .btn-block{
    font-size: 15px;
  }
}

.banner-container {
  background: url(../images/index-banner.jpg) top right;
  height: 390px;
  padding-left: 40px;
}
.banner-container ul li{
  font-size: 18px;
}

.useful-links-panel {
  background: #fff url(../images/graphite_doc.png) no-repeat 406px 12px;
}

/* user tutorials */
.user-tutorials > li{
  margin-bottom: 20px;
}
.user-tutorials img{
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
}
.user-tutorials{
  font-size: 18px;
}
.user-tutorials .alert {
  padding: 3px;
  margin-top: 5px;
}
.user-tutorials .text-danger {
  color: #f00;
  font-weight: bold;
  font-family: Helvetica;
}
.user-tutorials .thumbnail{
  margin-top: 10px;
}
.other-tutorials{
  list-style-type: none;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.other-tutorials li{
  padding: 5px;
}
.other-tutorials li a:hover{
  text-decoration: none;
}
.other-tutorials li:nth-child(2n+1) {
  background-color: #f2f2f2;
}
.custom-tutorials li{
  margin-bottom: 5px;
}
.custom-tutorials a:hover{
  text-decoration: none;
}
.custom-tutorials a:hover .label{
  background-color: #424242;
}
.custom-tutorials .divider {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}
/* end of user tutorials */

/* Search Bar - logsdatabase */
#search-bar {
  position: relative;
  font-size: 18px;
  padding-top: 40px;
  margin: -20px auto 0;
}
#search-bar label {
  position: absolute;
  left: 17px;
  top: 48px;
}
#search-bar #search {
  padding-left: 43px;
  padding-right: 43px;
  border-radius: 23px;
  height: 44px;
}
#search-bar #search-clear {
  text-decoration: none;
  position: absolute;
  right: 18px;
  top: 52px;
  color: #b3b3b3;
  font-size: 20px;
  display: none;
}
#search-bar .fa-times-circle::before {
  content: "\f057";
}
#loading{
  display: none;
}
/* Override default styles for price color and Buy Now button */
.price-table .price{
  color: #f21d39 !important;
}
.price-table .btn-success {
  background-color: #ec2c18;
  border: solid #d71e00 1px;
  background-image: -webkit-linear-gradient(left,#eb2610 0,#f54940 100%);
  background-image: -o-linear-gradient(left,#eb2610 0,#f54940 100%);
  background-image: linear-gradient(to right,#eb2610 0,#f54940 100%);
  box-shadow: 0 3px 3px 0 rgba(193,31,17,.4);
  transition: background .5s ease-in;
}
.price-table .btn-success:hover {
  background-color: #f45245;
  background-image: -moz-linear-gradient(90deg,#f4483b 0,#f46e5f 100%);
  background-image: -webkit-linear-gradient(90deg,#f4483b 0,#f46e5f 100%);
  background-image: -ms-linear-gradient(90deg,#f4483b 0,#f46e5f 100%);
}