html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  background-color: #ebebeb;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

a, a:focus {
  outline: none;
}

input:focus {
  outline: none;
}

.inline-block {
  display: inline-block;
}

.blue-txt {
  color: #21bcf5;
}

.green-txt {
  color: #79c400;
}

.text-uppercase {
  text-transform: uppercase;
}

.pos-relative {
  position: relative;
}

.v_middle_align {
  vertical-align: middle;
}

.v_top_align {
  vertical-align: top;
}

.v_bottom_align {
  vertical-align: bottom;
}

.semi-bold {
  font-weight: 500;
}

.bold, .strong {
  font-weight: 700;
}

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.no-padding-top {
  padding-top: 0px !important;
}

.no-padding-bottom {
  padding-bottom: 0px !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.padding-left {
  padding-left: 20px !important;
}

.padding-right {
  padding-right: 20px !important;
}

.white-color {
  background-color: #ffffff;
}

.grey-color {
  background-color: #f4f4f4;
}

.blue-color {
  background-color: #29b6f6;
}

.red-txt {
  color: #c51631 !important;
}

.classify-btn {
  background-color: #de8510;
  border: 1px solid #de8510;
  max-width: 230px;
  width: auto;
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
}

.classify-btn:hover {
  background-color: #ec8803;
  border: 1px solid #ec8803;
}

.review-btn {
  background-color: #929292;
  border: 1px solid #929292;
  width: auto;
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.review-btn:hover {
  background-color: #9d9c9e;
  border: 1px solid #9d9c9e;

}

.inputdomainName .review-btn {
    background-color: #de8510;
    border: 1px solid #de8510;
}

.inputdomainName .review-btn:hover {
    background-color: #ec8803;
    border: 1px solid #ec8803;
}

.inputdomainName .category-form .label-txt, .category-form .none-txt {
    color: #333333;
}

.inputdomainName .category-form .form-control {
  color: #333333; 
}

.container-fluid {
  width: 95%;
  max-width: 1130px;
  margin: 0 auto;
}

.header-section {
  background-color: #363636;
  padding-top: 20px;
  height: 105px;
}

.header-section #logo {
  margin-bottom: 32px;
  margin-top: 3px;
}

.hero-section {
  background: url(../images/home-banner.jpg) no-repeat 0px 0px / cover;
  padding: 20px 0px;
  min-height: 570px;
}

.hero-section .hero-content {
  color: #ffffff;
  padding: 9% 30px 8.5%;
  text-align: center;
}

.loadingModal, 
.loadingModalForced { 
    display: none; 
    position: fixed; 
    z-index: 1000; 
    top: 0; 
    left: 0; 
    height: 100%; 
    width: 100%; 
    background: rgba( 255, 255, 255, .8) url('/images/rolling.svg') 50% 50% no-repeat; 
} 

body.loading, 
body.loadingModalForced { 
    overflow: hidden; 
} 

body.loading .loadingModal, 
body.loading .loadingModalForced { 
    display: block; 
} 

@media only screen and (max-width:767px) {
  .hero-section .hero-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hero-section .hero-content .h1-heading {
  color: #e6f4fa;
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 80px;
}

@media only screen and (max-width:767px) {
  .hero-section .hero-content .h1-heading {
    font-size: 52px;
  }
}

@media only screen and (max-width:500px) {
  .hero-section .hero-content .h1-heading {
    font-size: 42px;
  }
}

.hero-section .hero-content .running-txt {
  color: #e6f4fa;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width:767px) {
  .hero-section .hero-content .running-txt {
    font-size: 26px;
  }
}

@media only screen and (max-width:500px) {
  .hero-section .hero-content .running-txt {
    font-size: 20px;
  }
}

.main-content {
}

.section {
  padding: 60px 0px;
}

.grey-bg {
  background-color: #ebebeb;
}

.caption-block {
  background-color: #727172;
  padding: 40px 0px;
  position: relative;
  z-index: -1;
}

.caption-block:before {
  content: '';
  background-color: #405c63;
  position: absolute;
  left: 55%;
  top: 0px;
  width: 45%;
  height: 100%;
  z-index: -1;
}

.caption-block:after {
  content: '';
  background-color: #405c63;
  position: absolute;
  left: 55%;
  margin-left: -50px;
  top: 0px;
  width: 100px;
  height: 100%;
  transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  z-index: -1;
}

.second-heading {
  color: #e9e9e9;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.icons-list li {
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  padding: 33px 0px 33px 100px;
  position: relative;
}

.icons-list li.icon1:before {
  content: '';
  background: url(../images/icons/icon-1.png) no-repeat 0px 0px;
  position: absolute;
  margin-top: -15px;
  left: 0px;
  width: 57px;
  height: 66px;
}

.icons-list li.icon2:before {
  content: '';
  background: url(../images/icons/icon-2.png) no-repeat 0px 0px;
  position: absolute;
  margin-top: -15px;
  left: 0px;
  width: 57px;
  height: 66px;
}

.icons-list li.icon3:before {
  content: '';
  background: url(../images/icons/icon-3.png) no-repeat 0px 0px;
  position: absolute;
  margin-top: -15px;
  left: 0px;
  width: 57px;
  height: 66px;
}

.icons-list li.icon4:before {
  content: '';
  background: url(../images/icons/icon-4.png) no-repeat 0px 0px;
  position: absolute;
  margin-top: -15px;
  left: 0px;
  width: 57px;
  height: 66px;
}

.icons-list li.icon5:before {
  content: '';
  background: url(../images/icons/icon-5.png) no-repeat 0px 0px;
  position: absolute;
  margin-top: -15px;
  left: 0px;
  width: 57px;
  height: 66px;
}

.icons-list li.icon6:before {
  content: '';
  background: url(../images/icons/icon-6.png) no-repeat 0px 0px;
  position: absolute;
  margin-top: -15px;
  left: 0px;
  width: 57px;
  height: 66px;
}

.grey-box-block {
  background-color: #e3e2e2;
  border: 1px solid #d7d7d7;
  margin-right: 10px;
  padding: 30px 50px;
  margin-bottom: 15px;
}

.form-title {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}

.form-control {
  font-size: 12px;
  font-weight: 300;
  height: 40px;
  max-width: 330px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.captcha-wrap {
  padding: 10px 0px;
}

.category-form {
}

.category-form .label-txt, .category-form .none-txt {
  color: #999999;
  font-size: 16px;
  font-weight: 300;
}

.category-form .form-control {
  background-color: #e8e9e8;
  color: #999999;
  font-size: 14px;
}

.category-form .review-btn-wrap {
  /*padding-top: 85px;*/
}

.category-content-block {
  padding: 60px 0px;
}

.category-name {
  color: #676766;
  font-size: 16px;
  font-weight: 700;
}

.category-list {
  padding: 0px;
  margin-top: 30px;
  text-align: center;
}

.category-list li {
  background-color: #ffffff;
  border: 1px solid #d0d0cf;
  display: inline-block;
  padding: 8px 2px;
  text-align: center;
  vertical-align: top;
  width: 155px;
  height: 95px;
  margin: 15px 0px 15px 15px;
}

.category-list li .category-icon, .category-list li .category-txt {
  display: block;
  padding-bottom: 10px;
}

.category-list li .category-txt {
  color: #717070;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}

.category-list li .category-txt a {
  color: #717070;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}

.product-image-block {
  margin-bottom: 15px;
}

@media only screen and (max-width:991px) {
  .product-image-block {
    text-align: center;
  }
}

.product-content-block {
  color: #505050;
}

.product-content-block p {
  margin-bottom: 25px;
}

.category-table-name {
  color: #676766;
  font-size: 16px;
  font-weight: 700;
}

.category-table-wrap {
  padding-top: 10px;
  padding-bottom: 40px;
}

.category-table > tbody > tr > td, .category-table > thead > tr > th {
  padding: 20px 20px;
  vertical-align: middle;
}

.category-table > tbody > tr:nth-of-type(2n) {
  background-color: #f5f5f5;
}

.category-table > tbody > tr:nth-of-type(2n+1) {
  background-color: #fcfcfc;
}

.category-table > thead > tr > th {
  font-size: 24px;
  background-color: #f5f5f5;
}

@media only screen and (max-width:767px) {
  .category-table > thead > tr > th {
    font-size: 22px;
  }
}

.category-table > tbody > tr > td {
  font-size: 18px;
}

@media only screen and (max-width:767px) {
  .category-table > tbody > tr > td {
    font-size: 16px;
  }
}

#footer-wrapper {
}

#footer-wrapper .social-links {
  width: 100%;
  background-color: #2f2f2f;
}

#footer-wrapper .social-links .left-social-cell {
  background-color: #c3272f;
  height: 100%;
}

@media screen and (max-width: 480px) {
  #footer-wrapper .social-links .left-social-cell {
    display: none;
  }
}

#footer-wrapper .social-links .center-social-cell {
  height: 100%;
  width: 1200px;
  background-color: #2f2f2f;
}

#footer-wrapper .social-links .right-social-cell {
  height: 100%;
  background-color: #2f2f2f;
}

@media screen and (max-width: 480px) {
  #footer-wrapper .social-links .right-social-cell {
    display: none;
  }
}

#footer-wrapper .social-links .social-links-group:last-child {
  border: none;
}

#footer-wrapper .comodo-logo-container {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 1024px) {
  #footer-wrapper .comodo-logo-container {
    padding: 0px 10px 0px 10px;
  }
}

@media screen and (max-width: 480px) {
  #footer-wrapper .comodo-logo-container {
    display: none;
  }
}

#footer-wrapper .social-links .comodo-logo-container {
  width: 20%;
  background-color: #c3272f;
}

#footer-wrapper .social-links .comodo_logo {
  width: 162px;
  height: 22px;
  margin: 15px auto;
  background-image: url(../images/footer-comodo-logo.png);
}

#footer-wrapper .social-links .social_link_container {
  width: 20%;
  border-right: solid 2px #393939;
  border-bottom: solid 2px #2f2f2f;
}

#footer-wrapper .social-links .social_link_container:hover {
  border-bottom: solid 2px #8cc641;
}

#footer-wrapper .social-links .social_link {
  height: 20px;
  width: 30px;
  margin: 15px auto;
}

#footer-wrapper .social-links .social_link_image_facebook {
  background-image: url(../images/social_link_map.png);
  background-position: 0px 0px;
}

#footer-wrapper .social-links .social_link_container:hover .social_link_image_facebook {
  background-position: -120px 0px;
}

#footer-wrapper .social-links .social_link_image_twitter {
  background-image: url(../images/social_link_map.png);
  background-position: -30px 0px;
}

#footer-wrapper .social-links .social_link_container:hover .social_link_image_twitter {
  background-position: -150px 0px;
}

#footer-wrapper .social-links .social_link_image_google-plus {
  background-image: url(../images/social_link_map.png);
  background-position: -60px 0px;
}

#footer-wrapper .social-links .social_link_container:hover .social_link_image_google-plus {
  background-position: -180px 0px;
}

#footer-wrapper .social-links .social_link_image_youtube {
  background-image: url(../images/social_link_map.png);
  background-position: -90px 0px;
}

#footer-wrapper .social-links .social_link_container:hover .social_link_image_youtube {
  background-position: -210px 0px;
}

#footer-wrapper .copyright-section {
  background-color:#000000;
  padding:15px 0px;
}

#footer-wrapper .copyright-section .copyright-container {
  max-width:1200px;
  width:100%;
  margin:0 auto;
}

#footer-wrapper .copyright-section p.copyright-txt {
  color:#ffffff;
  font-size:14px;
  margin:0px;
  text-align:right;
}

label.error { font-size: 11px; color: #FF0000; }

@media screen and (max-width: 991px) {
  #footer-wrapper .copyright-section p.copyright-txt {
    text-align:center;
  }
}

