@font-face {
  font-family: 'Graphie-Book';
  src: url('../fonts/webfonts/2B9417_0_0.eot');
  src: url('../fonts/webfonts/2B9417_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/2B9417_0_0.woff') format('woff'), url('../fonts/webfonts/2B9417_0_0.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Graphie-Book';
  src: url('../fonts/webfonts/2B9417_1_0.eot');
  src: url('../fonts/webfonts/2B9417_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/2B9417_1_0.woff') format('woff'), url('../fonts/webfonts/2B9417_1_0.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Graphie-Book';
  src: url('../fonts/webfonts/2B9417_1_0.eot');
  src: url('../fonts/webfonts/2B9417_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/2B9417_1_0.woff') format('woff'), url('../fonts/webfonts/2B9417_1_0.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'WOL_Reg';
  src: url('../fonts/webfonts/wol_reg.eot');
  src: url('../fonts/webfonts/wol_reg.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/wol_reg.woff') format('woff'), url('../fonts/webfonts/wol_reg.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'WOL_Sl';
  src: url('../fonts/webfonts/wol_sl.eot');
  src: url('../fonts/webfonts/wol_sl.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/wol_sl.woff') format('woff'), url('../fonts/webfonts/wol_sl.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'League_Spartan';
  src: url('../fonts/league-spartan-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate_Regular.eot');
  src: url('../fonts/Interstate_Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Interstate Regular.ttf') format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate_Bold.eot');
  src: url('../fonts/Interstate_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Interstate Bold.ttf') format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: 'Franklin_Gothic_Heavy';
  src: url('../fonts/franklin_gothic_heavy.eot');
  src: url('../fonts/franklin_gothic_heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/franklin_gothic_heavy.ttf') format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: 'Segoe UI Semibold';
  src: url('../fonts/segoe-ui-semibold.eot');
  src: url('../fonts/segoe-ui-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/segoe-ui-semibold.ttf') format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: 'Segoe UI Light';
  src: url('../fonts/segoe-ui-light.eot');
  src: url('../fonts/segoe-ui-light.eot?#iefix') format('embedded-opentype'), url('../fonts/segoe-ui-light.ttf') format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: 'Boogaloo';
  src: url('../fonts/Boogaloo-Regular.ttf') format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: 'Segoe_Ui_Latest';
  src: url('../fonts/segoeui.eot');
  src: url('../fonts/segoeui.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeui.woff') format('woff'), url('../fonts/segoeui.ttf') format('truetype');
  font-weight: 300;
}
@-webkit-keyframes hierarchical_show {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0.2, 2);
    -moz-transform: scale3d(1, 0.2, 2);
    -o-transform: scale3d(1, 0.2, 2);
    transform: scale3d(1, 0.2, 2);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes hierarchical_show {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0.2, 2);
    -moz-transform: scale3d(1, 0.2, 2);
    -o-transform: scale3d(1, 0.2, 2);
    transform: scale3d(1, 0.2, 2);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
@media only screen and (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
@media only screen and (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
h2.blue {
  color: #103356;
}
.collapse {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
font.blue {
  color: #0e4c83;
}
font.red {
  color: #db1023;
}
font.black {
  color: #000000;
}
body {
  font: 14px "WOL_Reg", "Lucida Grande", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #444444;
}
body .container-fluid {
  max-width: 1170px;
}
p,
li {
  line-height: 1.42857;
}
.margin-top0 {
  margin-top: 0px !important;
}
.margin-top2 {
  margin-top: 28px;
}
.margin-top3 {
  margin-top: 36px;
}
.margin-top4 {
  margin-top: 48px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-bot0 {
  margin-bottom: 0px;
}
.margin-bot1 {
  margin-bottom: 14px;
}
.margin-bot2 {
  margin-bottom: 28px;
}
.margin-bot20 {
  margin-bottom: 20px;
}
.margin-bot3 {
  margin-bottom: 36px;
}
.margin-bot4 {
  margin-bottom: 48px;
}
.margin-top-none {
  margin-top: 0px;
}
.margin-top-small {
  margin-top: 7px;
}
.margin-top {
  margin-top: 14px;
}
.margin-top-medium {
  margin-top: 28px;
}
.margin-top-large {
  margin-top: 42px;
}
.margin-top-xlarge {
  margin-top: 56px;
}
.margin-bottom-none {
  margin-bottom: 0px;
}
.margin-bottom-small {
  margin-bottom: 7px;
}
.margin-bottom {
  margin-bottom: 14px;
}
.margin-bottom-medium {
  margin-bottom: 28px;
}
.margin-bottom-large {
  margin-bottom: 42px;
}
.margin-bottom-xlarge {
  margin-bottom: 56px;
}
.padding-top0 {
  padding-top: 0 !important;
}
.padding-bot0 {
  padding-bottom: 0 !important;
}
.non-visible {
  visibility: hidden;
  opacity: 0;
}
h3 {
  margin-bottom: 20px;
}
.border-bottom1 {
  border-bottom: 1px solid #cdd2d2;
  padding-bottom: 8px;
}
p.button-holder > a.btn {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  p.button-holder > a.btn {
    display: block;
  }
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
ul.number-list {
  margin-bottom: 0;
}
ul.number-list > li {
  list-style: decimal outside;
  line-height: 24px;
  margin: 0 0 0 1.4em;
  padding-left: 10px;
}
ul.alpha-list {
  margin-bottom: 0;
}
ul.alpha-list > li {
  list-style: lower-alpha outside;
  line-height: 24px;
  margin: 0 0 0 1.4em;
  padding-left: 10px;
}
ul.dotted-list {
  padding-left: 25px;
}
ul.dotted-list > li {
  list-style: disc outside;
  line-height: 24px;
  padding-left: 10px;
}
ul.dotted-list.blue > li {
  color: #24699D;
  position: relative;
}
ul.dotted-list.blue > li.none {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding-left: 0;
}
ul.dotted-list.blue > li > span {
  color: #444444;
}
ul.dotted-list.blue > li > span.header {
  background: none repeat scroll 0 0 #0a3250;
  color: #fff;
  font-size: 17px;
  line-height: 44px;
  padding-left: 0;
  text-align: center;
}
a {
  color: #db1023;
  cursor: pointer;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a.active {
  text-decoration: none;
}
a:hover {
  color: #c30e1f;
  text-decoration: none;
}
.btn {
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn.style2 {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn.style3 {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn:focus {
  outline: none;
}
.btn:active {
  outline: none;
}
.btn.green {
  color: #ffffff;
  background-color: #219d21;
}
.btn.green:hover {
  background: #25b225;
}
.btn.gray {
  color: #ffffff;
  background-color: #828282;
}
.btn.gray:hover {
  background: #969696;
}
.btn.red {
  color: #ffffff;
  background-color: #db1023;
}
.btn.red:hover {
  background: #ef2538;
}
.btn.blue {
  color: #ffffff;
  background-color: #113457;
}
.btn.blue:hover {
  background: #184879;
}
.btn.darkBlue {
  background: #26364a;
  border: 1px solid #26364a;
  color: #fff;
}
.btn.darkBlue:hover {
  background: #fff;
  color: #26364a;
}
.btn.cyan {
  background-color: #3FB8AF;
  border: 1px solid #3FB8AF;
  color: #fff;
}
.btn.cyan:hover {
  background: #fff;
  color: #3FB8AF !important;
}
.btn.yellow {
  background-color: #FFB836;
  border: 1px solid #FFB836;
  color: #fff;
}
.btn.yellow:hover {
  background: #fff;
  color: #FFB836 !important;
}
.btn.newBtn.subscribeBtn {
  font-size: 16px;
  padding: 6.5px 15px !important;
  border-radius: 5px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.btn-style2 {
  border-width: 2px;
  border-style: solid;
  background: #cdd2d2;
  color: #fff;
  -webkit-transition: 0s ease-out;
  -moz-transition: 0s ease-out;
  -o-transition: 0s ease-out;
  transition: 0s ease-out;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-style2.btn-xl {
  font-size: 20px !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .btn-style2.single {
    display: block;
  }
}
@media (min-width: 768px) {
  .btn-style2.single {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .btn-style2.single-80px {
    display: block;
  }
}
@media (min-width: 768px) {
  .btn-style2.single-80px {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.btn-style2.green {
  background: #26ad36;
  border-color: #26ad36;
}
.btn-style2.green:hover {
  color: #26ad36;
  background: #fff;
}
.btn-style2.lightblue {
  background: #3FB8AF;
  border-color: #3FB8AF;
}
.btn-style2.lightblue:hover {
  color: #3FB8AF;
  background: #fff;
}
.btn-style2:hover {
  background: #fff;
}
.btn.oldBtn {
  padding: 10px 32px;
  -webkit-transition: 0s ease-out;
  -moz-transition: 0s ease-out;
  -o-transition: 0s ease-out;
  transition: 0s ease-out;
  background: #828282;
  color: #ffffff;
  border-radius: 0;
  border: 2px solid #828282;
}
.btn.oldBtn.green {
  background: #219d21;
  border-color: #219d21;
}
.btn.oldBtn.green:hover {
  color: #219d21;
  background: #fff;
}
.btn.oldBtn.yellow {
  background: #FFB836;
  border-color: #FFB836;
}
.btn.oldBtn.yellow:hover {
  color: #FFB836;
  background: #fff;
}
.btn.oldBtn:hover {
  background: #fff;
  color: #828282;
  box-shadow: none;
}
.displayTable {
  display: table;
  width: 100%;
}
.relative {
  position: relative;
}
.displayBlock {
  display: block;
}
.inlineBlock {
  display: inline-block;
}
#topHeader {
  background: #292c29;
  padding: 12px 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#topHeader div .pull-left p {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 27px;
}
#socialIcon {
  margin-bottom: -4px;
  margin-top: -4px;
}
#socialIcon > li {
  float: left;
  margin-left: 14px;
}
#socialIcon > li > a {
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
}
#socialIcon > li > a i {
  line-height: 1;
  vertical-align: top;
}
#mc-embedded-subscribe-form > label {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
}
#mce-EMAIL {
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 350px;
  height: 40px;
}
#header-container {
  position: fixed;
  z-index: 6;
  width: 100%;
  top: 0;
}
#header-container.scrolled #topHeader {
  display: none;
}
#header-container.scrolled #header {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 5px solid #292c29;
}
#header-container.scrolled #header > div {
  /*#nav-login{
          > ul{
            > li{
              > a{
                font-size:18px;
                line-height: 64px;
                padding:0 10px;
                margin-top:0;
                &#example{
                  line-height: 1;
                  padding:10px;
                  margin-top:14px;
                }
              }
            }
          }
        }*/
}
#header-container.scrolled #header > div #logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header-container.scrolled #header > div #logo > a > .img-holder > img {
  height: 44px;
  width: 44px;
}
#header-container.scrolled #header > div #logo > a > ul {
  margin-top: 4px;
}
#header-container.scrolled #header > div #logo > a > ul > li {
  font-size: 18px;
}
#header-container.scrolled #header > div #nav-menu > ul > li > a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3px;
  padding-right: 18px;
  line-height: 64px;
}
#header-container.scrolled #header > div #nav-menu > ul > li .nav-menu-slide {
  top: 64px;
}
#header-container.scrolled #header > div #nav-menu > ul > li.with-subnav-slide > .nav-menu-slide-down {
  top: 64px;
}
#header {
  padding-top: 18px;
  background: #fff;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  #header {
    padding-bottom: 18px;
  }
}
#logo {
  float: left;
  margin-right: 20px;
}
#logo a {
  display: table;
}
#logo a .img-holder {
  float: left;
  padding-right: 10px;
  border-right: 1px solid #db1023;
  margin-right: 10px;
}
#logo a .img-holder img {
  width: 64px;
  height: 64px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#logo a ul {
  float: left;
  margin-bottom: 0;
  margin-top: 12px;
}
#logo a ul li {
  font-family: "WOL_Reg";
  line-height: 1;
  font-size: 18px;
  color: #444444;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#logo a ul li:hover {
  color: #444444;
}
#nav-menu {
  float: left;
}
#nav-menu > ul {
  margin-bottom: 0;
  display: table;
}
#nav-menu > ul > li:nth-child(-n+3) > a.active::before {
  border-color: #EEEEEE transparent;
  border-style: solid;
  border-width: 0 12px 10px;
  bottom: 0;
  content: "";
  left: 27%;
  position: absolute;
}
#nav-menu > ul > li:nth-child(n+4) > a.active::before {
  border-color: #DCDCDC transparent;
  border-style: solid;
  border-width: 0 12px 10px;
  bottom: 0;
  content: "";
  left: 24%;
  position: absolute;
}
#nav-menu > ul > li {
  float: left;
  position: relative;
  /*&.active{
        background-color: #dcdcdc;
        > .sub-nav {
          margin-top: 0px;
          opacity: 1;
          visibility: visible;
          z-index: 100;
        }
      }*/
}
#nav-menu > ul > li > a {
  z-index: 101;
  display: block;
  font-size: 18px;
  /*color:@text1;*/
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  line-height: 1;
  /*&:hover{
          background-color: #DCDCDC;
        }*/
}
@media only screen and (min-width: 768px) {
  #nav-menu > ul > li > a {
    padding: 23px 8px 38px;
  }
}
@media only screen and (min-width: 992px) {
  #nav-menu > ul > li > a {
    padding: 23px 15px 38px 3px;
  }
}
#nav-menu > ul > li > a > i {
  vertical-align: middle;
}
#nav-menu > ul > li > .sub-nav {
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  position: absolute;
  background-color: #eeeeee;
  transition: all .3s ease 0s;
  margin-top: -5px;
  height: 352px;
}
#nav-menu > ul > li > .sub-nav > li {
  position: relative;
  /*&.active{
            > a{
              background: #dcdcdc;
            }
          }*/
}
#nav-menu > ul > li > .sub-nav > li > a {
  padding: 12px;
  display: block;
  width: 200px;
  background: #eee;
  color: #444444;
}
#nav-menu > ul > li > .sub-nav > li > a > i {
  float: right;
  vertical-align: middle;
  margin-top: 3px;
}
#nav-menu > ul > li > .sub-nav > li > a:hover {
  background-color: #dcdcdc;
}
#nav-menu > ul > li .nav-menu-slide {
  margin-left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  position: absolute;
  padding: 15px;
  top: 82px;
  transition: all .3s ease 0s;
  background-color: #dcdcdc;
  height: 352px;
}
@media only screen and (min-width: 992px) {
  #nav-menu > ul > li .nav-menu-slide {
    width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  #nav-menu > ul > li .nav-menu-slide {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  #nav-menu > ul > li .nav-menu-slide {
    width: 400px;
  }
}
#nav-menu > ul > li .nav-menu-slide > h2 {
  margin-top: 0px;
  font-size: 24px;
  padding-bottom: 10px;
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu:before {
  content: "";
  position: absolute;
  background-color: #cdd2d2;
  height: 100%;
  width: 2px;
  border-right: 1px solid #ffffff;
  right: 0;
  top: 0;
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row > div > .overlay {
  padding: 10px;
  border-radius: 5px;
  position: relative;
  display: block;
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row > div > .overlay:before {
  content: "";
  position: absolute;
  background-color: #cdd2d2;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #ffffff;
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row > div > .overlay:after {
  content: "";
  position: absolute;
  background-color: #cdd2d2;
  right: -15px;
  width: 2px;
  border-right: 1px solid #ffffff;
  height: 100%;
  top: 0;
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row > div > .overlay:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row > div > .overlay > .img-holder {
  margin-bottom: 10px;
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row > div > .overlay > .img-holder > img {
  width: 100%;
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row > div > .overlay > h4 {
  text-align: center;
  margin: 0;
  color: #444444;
}
@media only screen and (min-width: 768px) {
  #nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row > div > .overlay > h4 {
    font-size: 14px;
  }
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row > div:last-child > .overlay:after {
  display: none;
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row:first-child > div {
  padding-top: 0px;
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row.last > div {
  padding-bottom: 0;
}
#nav-menu > ul > li .nav-menu-slide > .row > .left-menu > .row.last > div > .overlay:before {
  display: none;
}
#nav-menu > ul > li .nav-menu-slide > .row > .right-menu {
  position: relative;
}
#nav-menu > ul > li .nav-menu-slide > .row > .right-menu > ul.nav-holder > li > a {
  line-height: 26px;
  color: #444444;
}
#nav-menu > ul > li .nav-menu-slide > .row > .right-menu > ul.nav-holder > li > a:hover {
  color: #db1023;
}
#nav-menu > ul > li .nav-menu-slide > .row > .right-menu > ul.btn-holder {
  bottom: 15px;
  left: 15px;
  display: table;
  width: 100%;
}
#nav-menu > ul > li .nav-menu-slide > .row > .right-menu > ul.btn-holder > li {
  margin-top: 10px;
  float: left;
}
#nav-menu > ul > li .nav-menu-slide > .row > .right-menu > ul.btn-holder > li:first-child {
  margin-right: 5px;
}
#nav-menu > ul > li .nav-menu-slide > .row > .right-menu > ul.btn-holder > li .btn {
  font-size: 13px;
  border-radius: 0;
  border: 0;
}
#nav-menu > ul > li .nav-menu-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  margin-left: 200px;
}
#nav-login {
  float: right;
  margin-top: 23px;
}
#nav-login > ul {
  margin-bottom: 0;
  display: table;
}
#nav-login > ul > li {
  float: left;
  margin-left: 10px;
  /*> a{
        line-height: 64px;
        //display: block;
        font-size:18px;
        color:@text1;
        &.btn{
          line-height: 1;
          border-radius: 0;
          border:0;
          margin-top:17px;
          color:@white;
        }
      }*/
}
#nav-login > ul > li:first-child > a {
  background: #292c29 none repeat scroll 0 0 !important;
  border: 2px solid #292c29 !important;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 45px;
}
#nav-login > ul > li:first-child > a:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #292c29;
  color: #292c29;
}
#nav-login > ul > li:last-child > a {
  background: #55a629 none repeat scroll 0 0 !important;
  border: 2px solid #55a629 !important;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 24px;
}
#nav-login > ul > li:last-child > a:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #55a629;
  color: #55a629;
}
#footer {
  box-shadow: inset 0 3px 0 #aaaaaa, 0 -2px 20px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  background: #f8f8f8;
}
#footer > div > .row {
  padding: 30px 0;
}
#footer > div > .row.partners {
  border-bottom: 1px solid #afafaf;
}
#footer > div > .row.partners > div .img-holder {
  text-align: center;
}
#footer > div > .row.partners > div .img-holder > img {
  display: inline-block;
}
#footer > div > .row.content {
  border-bottom: 1px solid #afafaf;
}
@media only screen and (max-width: 1023px) {
  #footer > div > .row.mailchimp {
    display: none;
  }
}
#footer-nav > div > h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid #afafaf;
  margin-bottom: 5px;
}
#footer-nav > div > ul > li > a {
  color: #777777;
}
#footer-nav > div > ul > li > a:hover {
  color: #db1023;
}
#footer-images > .row > div {
  margin-top: 10px;
}
#copyright {
  background: #828282;
  padding: 12px 0;
}
@media only screen and (max-width: 767px) {
  #copyright .row > div:last-child {
    margin-top: 5px;
  }
}
#copyright p {
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  #copyright p {
    text-align: center;
  }
}
#banner {
  background-color: #ffffff;
  position: relative;
  z-index: 5;
}
#banner > .container-fluid > .carousel .carousel-indicators {
  width: 100%;
  margin-left: 0;
  left: 0;
  position: relative;
}
#banner > .container-fluid > .carousel .carousel-control.left {
  background-image: none;
}
#banner > .container-fluid > .carousel .carousel-control.right {
  background-image: none;
}
#banner > .container-fluid > .carousel > .carousel-inner > .item > .row > div > .header > ul {
  margin: 0;
}
#banner > .container-fluid > .carousel > .carousel-inner > .item > .row > div > .header > ul > li {
  font-weight: bold;
  font-family: Interstate, arial, sans-serif;
  line-height: 1;
  color: #0B3356;
  letter-spacing: -6px;
}
@media only screen and (max-width: 767px) {
  #banner > .container-fluid > .carousel > .carousel-inner > .item > .row > div > .header > ul > li {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) {
  #banner > .container-fluid > .carousel > .carousel-inner > .item > .row > div > .header > ul > li {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) {
  #banner > .container-fluid > .carousel > .carousel-inner > .item > .row > div > .header > ul > li {
    font-size: 88px;
  }
}
#banner > .container-fluid > .carousel > .carousel-inner > .item > .row > div > .features > h2 {
  padding: 37px 20px;
  margin: 0;
  color: #ffffff;
  background: #0E4B82;
  text-align: center;
  font-weight: bold;
  font-family: Interstate;
}
#banner > .container-fluid > .carousel > .carousel-inner > .item > .row > div > .features > ul {
  padding: 20px;
  background-color: #65BBDC;
  margin-bottom: 0;
}
#banner > .container-fluid > .carousel > .carousel-inner > .item > .row > div > .features > ul > li {
  color: #ffffff;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  margin-left: 40px;
}
#banner > .container-fluid > .carousel > .carousel-inner > .item > .row > div > .features > ul > li:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  height: 10px;
  width: 10px;
  left: 0;
  top: 6px;
}
#banner > .container-fluid > .carousel > .carousel-inner > .item > .row > div > .features p {
  font-size: 25px;
  background: #275C8F;
  color: #ffffff;
  padding: 40px 20px 41px;
  font-weight: bold;
  font-family: Interstate;
  margin-bottom: 0;
  line-height: 1;
}
#banner > .container-fluid > .carousel > .carousel-inner > .item > .row > div > .features > a {
  padding: 20px;
  background-color: #329fc8;
  font-size: 34px;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: bold;
}
#banner #indicator-container {
  position: relative;
}
#banner #indicator-container > div > ol {
  bottom: 0;
  left: 0;
  list-style: outside none none;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 15;
  padding-left: 40px;
  padding-right: 40px;
  display: table;
  margin-bottom: 5px;
}
#banner #indicator-container > div > ol > li {
  text-indent: 0;
  height: auto;
  width: 25%;
  float: left;
  margin: 0;
  border-radius: 0;
  padding: 5px 2px;
}
#banner #indicator-container > div > ol > li > span {
  background: #0e4b82;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
#banner #indicator-container > div > ol > li#banner-left-navigator {
  position: absolute;
  left: 0;
  width: auto;
}
#banner #indicator-container > div > ol > li#banner-right-navigator {
  position: absolute;
  width: auto;
  right: 0;
}
#reseller-nav .btn-holder {
  bottom: 15px;
  left: 15px;
  display: table;
  width: 100%;
}
#reseller-nav .btn-holder > li {
  margin-top: 10px;
  float: left;
}
#reseller-nav .btn-holder > li:first-child {
  margin-right: 5px;
}
#reseller-nav .btn-holder > li .btn {
  font-size: 13px;
  border-radius: 0;
  border: 0;
  color: #ffffff;
}
#reseller-nav > .row > div {
  position: relative;
}
#reseller-nav > .row > div:before {
  position: absolute;
  height: 100%;
  right: 0;
  width: 1px;
  background-color: #cdd2d2;
  content: "";
  border-right: 1px solid #fff;
}
#reseller-nav > .row > div > ul > li > a {
  color: #444444;
}
#categories-head {
  background: #0A3250;
  padding: 11px 0;
  position: relative;
  z-index: 4;
}
#categories-head > h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Interstate", Arial;
  font-size: 28px;
  text-align: center;
}
#categories-content {
  background-color: #0e4b83;
}
#categories-content > .row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  #categories-content > .row > div {
    height: 172px;
  }
}
@media only screen and (min-width: 992px) {
  #categories-content > .row > div {
    height: 158px;
  }
}
#categories-content > .row > div:first-child {
  background-color: #115da3;
}
#categories-content > .row > div:first-child + div {
  background-color: #10589a;
}
#categories-content > .row > div:first-child + div + div {
  background-color: #0f508c;
}
#categories-content ul {
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 0;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
@media only screen and (min-width: 992px) {
  #categories-content ul {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#categories-content ul > li {
  color: #ffffff;
}
#categories-content ul > li.img-holder {
  margin-bottom: 5px;
}
#categories-content ul > li > p {
  margin-bottom: 0;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}
#categories-content ul > li > h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Interstate", Arial;
  color: #ffffff;
  font-size: 32px;
}
#categories-content ul > li > .btn {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  margin-top: 5px;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}
#categories-content ul:hover {
  margin-top: -77px;
}
#categories-content ul:hover > li > .btn {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
#categories-content ul:hover > li > p {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
#main > section {
  position: relative;
  padding: 56px 0;
  background: #ffffff;
}
#main > section.gray {
  background: #ebebeb;
}
#main > section.content-header {
  background-color: #26364a;
  /*border-top:24px solid #0A3250;*/
  padding: 72px 0 !important;
}
#main > section.content-header.gray {
  background: #292C29;
}
#main > section.content-header > .container-fluid > h1 {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
#main > section.content-header > .container-fluid > h4 {
  text-align: center;
}
#main > section.content-header > .container-fluid > h4.blue {
  color: #3b82c2 !important;
}
#main > section > div > h3 {
  margin-top: 60px;
}
#main > section > div > .row > div .btn-holder .btn {
  border-radius: 0 !important;
  display: block !important;
  margin-top: 28px !important;
}
.tab-content > div > section {
  position: relative;
  padding: 56px 0;
  background: #ffffff;
}
.tab-content > div > section.gray {
  background: #ebebeb;
}
.row > div > .img-holder > img {
  margin-top: 20px;
}
.row > div.col-sm-5col {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .row > div.col-sm-5col {
    width: 20%;
    float: left;
  }
}
#home-content1 {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  #home-content1 > .row > div > .header {
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 767px) {
  #home-content1 > .row > div > .header {
    margin-bottom: 20px;
  }
}
#home-content1 > .row > div > .header > div > h2 {
  font-family: Interstate, Arial;
  color: #319fca;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1;
}
#home-content1 > .row > div > .content > a {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}
#home-content1 > .row > div > .content > ul {
  margin-bottom: 10px;
}
#trusted-by {
  background: #ebebeb;
}
#trusted-by > .container-fluid {
  background: #ffffff;
  padding: 15px 20px;
  border: 1px solid #cdd2d2;
}
#trusted-by > .container-fluid > .header > h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cdd2d2;
  margin: 0;
}
#home-content2 > h1 {
  text-align: center;
  font-size: 33px;
  margin-top: 0;
  margin-bottom: 50px;
}
#home-content2 > h4 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 48px;
}
#home-content2 > .row > div > .header {
  display: table;
  width: 100%;
}
#home-content2 > .row > div > .header > .img-holder {
  float: left;
  margin-right: 10px;
  padding-bottom: 20px;
}
#home-content2 > .row > div > .header > .img-holder > img {
  margin-top: 20px;
}
#home-content2 > .row > div > .header > h4 {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #home-content2 > .row > div > .header > h4 {
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #home-content2 > .row > div > .header > h4 {
    line-height: 40px;
  }
}
#home-content2 > .row > div > .header > h4.line2 {
  line-height: 1.2;
}
.all-content > h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #111111;
}
.all-content > a.pull-left {
  margin-right: 20px;
}
.all-content > a.pull-right {
  margin: 20px 0px 20px 20px;
}
.all-content > a > .with-rightimg {
  width: 290px;
}
.all-content > span.pull-left {
  margin-right: 20px;
}
.all-content > span.pull-right {
  margin-left: 20px;
}
.all-content > div {
  margin-top: 2em;
}
.all-content > div > div > .text-center > p {
  margin-top: 5px;
}
.all-content > div > div > .text-center > div > div > .btn-holder > .btn {
  border-radius: 0 !important;
  display: block !important;
  margin-top: 28px !important;
}
.with-support {
  margin-right: 328px;
}
@media only screen and (max-width: 767px) {
  .with-support {
    margin-right: 0px;
  }
}
.with-support > div > div > .btn-holder > .btn {
  border-radius: 0 !important;
  display: block !important;
  margin-top: 15px !important;
}
.with-support .col-sm-12 {
  padding-right: 0px;
}
.with-support .table-responsive table tr td a {
  display: block !important;
}
.widget-right {
  width: 300px;
  float: right;
  right: 15px;
}
.widget-right > .text-center > div > div > .btn-holder > .btn {
  border-radius: 0 !important;
  display: block !important;
  margin-top: 15px !important;
}
.widget-right > .quote {
  margin-top: 15px !important;
}
.widget-right > .quote > p > i {
  font-size: 12px;
}
.visible-xs > .text-center > div > div > .btn-holder > .btn {
  border-radius: 0 !important;
  display: block !important;
  margin-top: 15px !important;
}
.visible-xs > .quote {
  margin-top: 15px !important;
}
.visible-xs > .quote > p > i {
  font-size: 12px;
}
.datasheet {
  margin-top: 20px;
  border: 1px solid #999;
  box-shadow: 0 0.5px 0 1px #ffffff inset;
  background-color: #F1F1F1;
  padding: 10px;
}
.datasheet > h4 {
  font-size: 16px;
  border-bottom: 1px solid #cdd2d2;
  padding-bottom: 5px;
}
.datasheet > ul {
  margin-bottom: 0;
}
.datasheet > ul > li {
  margin-top: 10px;
}
.datasheet > ul > li > a > img {
  margin-left: 15px;
  margin-right: 5px;
}
.datasheet > ul > li > a > span {
  color: #0e4c83;
}
.questionsheet {
  margin-top: 20px;
  border: 1px solid #999;
  box-shadow: 0 0.5px 0 1px #ffffff inset;
  background-color: #F1F1F1;
  padding: 10px;
}
.questionsheet a {
  color: #444444;
}
.questionsheet a > h4 {
  font-size: 16px;
  border-bottom: 1px solid #cdd2d2;
  padding-bottom: 5px;
}
.questionsheet a > ul {
  margin-bottom: 5px;
}
.questionsheet a > ul > li {
  margin-top: 10px;
}
.questionsheet a > ul > li > img {
  margin-left: 15px;
  margin-bottom: 4px;
}
.questionsheet a > ul > li > span {
  margin-left: 1em;
}
.emailsheet {
  margin-top: 20px;
  border: 1px solid #999;
  box-shadow: 0 0.5px 0 1px #ffffff inset;
  background-color: #F1F1F1;
  padding: 15px 10px;
}
.emailsheet p {
  text-align: center;
  line-height: 25px;
}
.emailsheet p:last-child {
  margin-bottom: 0;
}
#widget-vps-support {
  margin-top: 1.35em;
}
#widget-vps-support > .wrapper {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #999;
  box-shadow: 0 0.5px 0 1px #ffffff inset;
  padding: 1.1em;
}
#widget-vps-support > .wrapper div {
  position: relative;
}
#widget-vps-support > .wrapper div img {
  position: absolute;
  left: 0;
  margin-top: 7px;
}
#widget-vps-support > .wrapper div .list-content {
  margin-left: 44px;
}
#widget-vps-support > .wrapper div .list-content div div ul li.header {
  color: #222;
  font-size: 19px;
}
#widget-vps-support > .wrapper div .list-content div div ul li a {
  color: #0e4c83;
}
#widget-vps-support > .wrapper div .list-content div div ul li.support-contact {
  color: #0e4c83;
  font-size: 26px;
}
#widget-support > .header h3 {
  font-size: 20px;
  font-weight: bold;
  color: #084471;
  text-align: center;
  margin-bottom: 10px;
}
#widget-support > .wrapper {
  border: 1px solid #999;
  box-shadow: 0 0.5px 0 1px #ffffff inset;
  background: #F1F1F1;
  padding: 10px;
}
#widget-support > .wrapper > h3 {
  color: #222;
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#widget-support > .wrapper > div {
  position: relative;
}
#widget-support > .wrapper > div > img {
  position: absolute;
  right: 0;
}
#widget-support > .wrapper > div > img.type2 {
  margin-top: 10px;
}
#widget-support > .wrapper > div > .btn-holder {
  margin-right: 54px;
}
#widget-support > .wrapper > div > .btn-holder > .row > div > a.btn {
  font-size: 18px;
  position: relative;
  display: table;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: #ffffff;
  border-radius: 0;
  background-color: #09416b;
}
#widget-support > .wrapper > div > .btn-holder > .row > div > a.btn:hover {
  background: #0c5891;
}
#widget-support > .wrapper > div > .btn-holder > .row > div > a.btn > img {
  margin-top: 4px;
  position: absolute;
  right: 20px;
}
#widget-support > .wrapper > div > .btn-holder > .row > div > ul > li {
  color: #084573;
  font-size: 26px;
  line-height: 1.1;
}
#widget-support > .wrapper > div > .btn-holder > .row > div > ul > li:first-child {
  font-size: 18px;
  margin-top: 10px;
  color: #222;
}
.img-wrapper {
  margin-top: 20px;
  display: block;
  text-align: center;
}
.img-wrapper > img {
  display: inline-block;
}
.img-wrapper > a {
  margin-right: 20px;
  margin-left: 20px;
}
.rightimg-wrapper {
  display: block;
  text-align: center;
}
.rightimg-wrapper > a:not(:first-child) {
  margin-left: 30px;
}
.plan-features > .img-holder {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.plan-features > .img-holder > img {
  width: 100%;
  max-width: 800px;
  display: inline-block;
}
.plan-features > .row > div > .header > h4 {
  text-align: center;
  background-color: #0A3250;
  color: #ffffff;
  padding: 13px 0;
  line-height: 1;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .plan-features > .row > div > .header > h4 {
    margin-top: 40px;
  }
}
.plan-features > .row > div > ul {
  padding-left: 20px;
}
.plan-features > .row > div > ul > li {
  line-height: 1.8;
}
.plan-features > .row > div > .price > ul > li {
  text-align: center;
  color: #222;
  font-size: 34px;
}
.plan-features > .row > div > .price > ul > li:first-child {
  font-size: 18px;
  color: #0052c0;
}
.plan-features > .row > div > .price > ul > li.normal {
  font-size: 14px;
  color: #444444;
}
@media (min-width: 1073px) {
  .plan-features > .row > div > .price > ul > li#availableInstallation {
    line-height: 1.8;
  }
}
@media (max-width: 1072px) {
  .plan-features > .row > div > .price > ul > li#availableInstallation {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .plan-features > .row > div > .price > ul > li#availableInstallation {
    line-height: 1.8;
  }
}
.plan-features > .row > div > .btn-holder.row > div > a {
  margin-top: 10px;
  color: #ffffff;
  display: block;
  border-radius: 0;
}
.plan-features > .row > div > div > .header > h4 {
  text-align: center;
  background-color: #0A3250;
  color: #ffffff;
  padding: 13px 0;
  line-height: 1;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .plan-features > .row > div > div > .header > h4 {
    margin-top: 40px;
  }
}
.plan-features > .row > div > div > ul {
  padding-left: 20px;
}
.plan-features > .row > div > div > ul > li {
  line-height: 1.8;
}
.plan-features > .row > div > div > .price > ul > li {
  text-align: center;
  color: #222;
  font-size: 34px;
}
.plan-features > .row > div > div > .price > ul > li:first-child {
  font-size: 18px;
  color: #0052c0;
}
.plan-features > .row > div > div > .price > ul > li.normal {
  font-size: 14px;
  color: #444444;
}
.plan-features > .row > div > div > .btn-holder.row > div > a {
  margin-top: 10px;
  color: #ffffff;
  display: block;
  border-radius: 0;
}
.page-navigation {
  background: #26364a;
  border-top: 1px solid #fff;
}
.page-navigation > .container-fluid ul {
  margin-bottom: 0;
}
.page-navigation > .container-fluid ul > li {
  padding-left: 0;
  padding-right: 0;
}
.page-navigation > .container-fluid ul > li > a {
  color: #ffffff;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
  display: block;
}
.page-navigation > .container-fluid ul > li.active > a {
  background-color: rgba(255, 255, 255, 0.1);
}
.career-opening {
  padding: 20px 0;
}
.career-opening:first-child {
  border-top: 1px solid #cdd2d2;
}
.career-opening > ul > li > a {
  font-size: 20px;
}
.career-apply {
  margin-top: 80px;
}
.hosting-table {
  margin-top: 20px;
}
.hosting-table > .table > thead > tr > th {
  text-align: center;
  background-color: #aaa;
  color: #ffffff;
  font-weight: normal;
  border-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.hosting-table > .table > tbody > tr > td {
  padding: 12px 10px;
  text-align: center;
}
.hosting-table > .table > tbody > tr > td:first-child {
  text-align: center;
  white-space: normal;
}
.hosting-table > .table > tbody > tr > td:first-child > a {
  display: block;
}
.hosting-table > .table > tbody > tr > td:first-child > a > i {
  font-size: 18px;
  color: #aaa;
}
.hosting-table > .table > tbody > tr > td:first-child + td {
  text-align: left;
}
.hosting-table > .table > tbody > tr.btn-holder {
  text-align: center;
}
.hosting-table > .table > tbody > tr.header > td {
  text-transform: uppercase;
  font-weight: 100;
}
.hosting-table > .table > tbody > tr.header > td > .tooltip > .tooltip-inner {
  text-transform: none;
}
.hosting-table > .table > tbody > tr.top > td {
  text-align: center;
  background-color: #aaa;
  color: #ffffff;
  font-weight: normal;
  border-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.product-table {
  margin-top: 60px;
}
.product-table > .table-header > .row {
  margin-left: 0;
  margin-right: 0;
}
.product-table > .table-header > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.product-table > .table-header > .row > div > a {
  background: #ebebeb;
  border: 1px solid #cdd2d2;
  border-left: 0;
  display: block;
  color: #444444;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .product-table > .table-header > .row > div > a {
    border-left: 1px solid #cdd2d2;
    border-right: 1px solid #cdd2d2;
  }
}
.product-table > .table-header > .row > div > a.active {
  font-size: 20px;
  margin-top: -20px;
  border-bottom: 0;
  background-color: #ffffff;
  height: 72px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 72px;
  border-left: 1px solid #cdd2d2;
}
.product-table > .table-header > .row > div > a.border-right0 {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .product-table > .table-header > .row > div > a.border-right0 {
    border-right: 1px solid #cdd2d2;
  }
}
.product-table > .table-header > .row > div:first-child > a {
  border-left: 1px solid #cdd2d2;
}
.product-table > .table-content {
  border: 1px solid #cdd2d2;
  border-top: 0;
  padding: 15px;
  background-color: #ffffff;
}
.product-table > .table-content > .table {
  margin-bottom: 0;
  background-color: #ffffff;
}
.product-table > .table-content > .table thead > tr > th {
  font-weight: normal;
  padding-top: 18px;
  padding-bottom: 18px;
}
.product-table > .table-content > .table thead > tr > th:not(:first-child) {
  text-align: center;
}
.product-table > .table-content > .table > tbody > tr > td:not(:first-child) {
  text-align: center;
}
.product-table > .table-content > .table > tbody > tr > td > span > img {
  margin-right: 4px;
}
.product-table > .table-content > .table > tbody > tr > td > ul {
  margin-bottom: 0;
}
.product-table > .table-content > .table > tbody > tr > td > ul > li {
  line-height: 1;
}
.product-table > .table-content > .table > tbody > tr > td > a {
  display: block;
}
.product-table > .table-content > .table > tbody > tr > td.cart-button {
  text-align: center;
  background: #219d21;
}
.product-table > .table-content > .table > tbody > tr > td.cart-button > a > i {
  font-size: 24px;
  vertical-align: 0;
  color: #ffffff;
}
.dedicated-addons .table {
  background-color: #ffffff;
  margin-bottom: 0;
}
.dedicated-addons .table > thead > tr > th {
  background-color: #AAAAAA;
  color: #ffffff;
  font-weight: normal;
  line-height: 2.5;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.dedicated-addons .table > tbody > tr > td {
  padding-left: 20px;
  padding-right: 20px;
}
.dedicated-addons .table > tbody > tr > td:first-child {
  border-right: 1px solid #ddd;
}
.with-subnav-slide.active .nav-menu-slide-down {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  margin-top: 0;
}
.nav-menu-slide-down {
  margin-left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  position: absolute;
  padding: 15px;
  top: 82px;
  transition: all .3s ease 0s;
  background-color: #dcdcdc;
  height: 352px;
  margin-top: -5px;
}
@media only screen and (min-width: 992px) {
  .nav-menu-slide-down {
    width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-menu-slide-down {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .nav-menu-slide-down {
    width: 400px;
  }
}
.nav-menu-slide-down > h2 {
  margin-top: 0px;
  font-size: 24px;
  padding-bottom: 10px;
}
.nav-menu-slide-down > .row > .left-menu:before {
  content: "";
  position: absolute;
  background-color: #cdd2d2;
  height: 100%;
  width: 2px;
  border-right: 1px solid #ffffff;
  right: 0;
  top: 0;
}
.nav-menu-slide-down > .row > .left-menu > .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav-menu-slide-down > .row > .left-menu > .row > div > .overlay {
  padding: 10px;
  border-radius: 5px;
  position: relative;
  display: block;
}
.nav-menu-slide-down > .row > .left-menu > .row > div > .overlay:before {
  content: "";
  position: absolute;
  background-color: #cdd2d2;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #ffffff;
}
.nav-menu-slide-down > .row > .left-menu > .row > div > .overlay:after {
  content: "";
  position: absolute;
  background-color: #cdd2d2;
  right: -15px;
  width: 2px;
  border-right: 1px solid #ffffff;
  height: 100%;
  top: 0;
}
.nav-menu-slide-down > .row > .left-menu > .row > div > .overlay:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.nav-menu-slide-down > .row > .left-menu > .row > div > .overlay > .img-holder {
  margin-bottom: 10px;
}
.nav-menu-slide-down > .row > .left-menu > .row > div > .overlay > .img-holder > img {
  width: 100%;
}
.nav-menu-slide-down > .row > .left-menu > .row > div > .overlay > h4 {
  text-align: center;
  margin: 0;
  color: #444444;
}
@media only screen and (min-width: 768px) {
  .nav-menu-slide-down > .row > .left-menu > .row > div > .overlay > h4 {
    font-size: 14px;
  }
}
.nav-menu-slide-down > .row > .left-menu > .row > div:last-child > .overlay:after {
  display: none;
}
.nav-menu-slide-down > .row > .left-menu > .row:first-child > div {
  padding-top: 0px;
}
.nav-menu-slide-down > .row > .left-menu > .row.last > div {
  padding-bottom: 0;
}
.nav-menu-slide-down > .row > .left-menu > .row.last > div > .overlay:before {
  display: none;
}
.nav-menu-slide-down > .row > .right-menu {
  position: relative;
}
.nav-menu-slide-down > .row > .right-menu > ul.nav-holder > li > a {
  line-height: 26px;
  color: #444444;
}
.nav-menu-slide-down > .row > .right-menu > ul.nav-holder > li > a:hover {
  color: #db1023;
}
.nav-menu-slide-down > .row > .right-menu > ul.btn-holder {
  bottom: 15px;
  left: 15px;
  display: table;
  width: 100%;
}
.nav-menu-slide-down > .row > .right-menu > ul.btn-holder > li {
  margin-top: 10px;
  float: left;
}
.nav-menu-slide-down > .row > .right-menu > ul.btn-holder > li:first-child {
  margin-right: 5px;
}
.nav-menu-slide-down > .row > .right-menu > ul.btn-holder > li .btn {
  font-size: 13px;
  border-radius: 0;
  border: 0;
}
.nav-menu-slide-down.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  margin-left: 200px;
}
#mobile-nav-btn > span {
  display: inline-block;
}
#mobile-nav-btn > span > i {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#mobile-nav {
  width: 100%;
  display: block;
  background: #DCDCDC;
}
#mobile-nav > ul {
  margin-bottom: 0;
}
#mobile-nav > ul > li > a {
  display: block;
  color: #ffffff;
  padding: 10px;
}
#mobile-nav-btn {
  float: right;
}
#mobile-nav-btn > a {
  display: inline-block;
  background: #db1023;
  border-radius: 3px;
  margin-top: 17px;
}
#mobile-nav-btn > a > i {
  text-align: center;
  font-size: 30px;
  color: #fff;
}
#mobile-menu {
  width: 100%;
  display: block;
  position: relative;
}
#mobile-menu > div {
  background: #828282;
  margin-top: -5px;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  position: absolute;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#mobile-menu > div > ul {
  margin-bottom: 0;
}
#mobile-menu > div > ul > li > a {
  display: block;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #cdd2d2;
}
#mobile-menu > div > ul > li > a:hover {
  background: #aaa;
}
#mobile-menu.active > div {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  margin-top: 0px;
}
#mobile-menu2 {
  width: 100%;
  display: block;
  position: relative;
}
#mobile-menu2 > div {
  background: #828282;
  margin-top: -5px;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  position: absolute;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#mobile-menu2 > div > ul {
  margin-bottom: 0;
}
#mobile-menu2 > div > ul > li > a {
  display: block;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #cdd2d2;
}
#mobile-menu2 > div > ul > li > a:hover {
  background: #aaa;
}
#mobile-menu2.active > div {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  margin-top: 0px;
}
#categories-content-mobile > .row > div {
  background: #0E4B83;
  padding: 20px 40px;
}
#categories-content-mobile > .row > div:first-child {
  background-color: #115da3;
}
#categories-content-mobile > .row > div:first-child + div {
  background-color: #10589a;
}
#categories-content-mobile > .row > div:first-child + div + div {
  background-color: #0f508c;
}
#categories-content-mobile > .row > div > p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
#categories-content-mobile > .row > div > h4 {
  text-align: center;
  font-family: "Interstate", Arial;
  font-size: 32px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 0;
}
#categories-content-mobile > .row > div > .btn-holder {
  text-align: center;
  margin-top: 20px;
}
#categories-content-mobile > .row > div > .btn-holder > .btn {
  display: inline-block;
  color: #fff;
}
.customer-feedback h3 {
  border-bottom: 5px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.customer-feedback-list {
  border-bottom: 2px solid #cdd2d2;
  padding-bottom: 3em;
}
.customer-feedback-list:nth-child(9) {
  border-bottom: 5px solid #cdd2d2;
}
.case-studies-list {
  border-bottom: 1px solid #cdd2d2;
  padding-bottom: 8px;
}
.case-studies-list:nth-last-child(-n+1) {
  border-bottom: none;
}
.case-studies h3 {
  border-bottom: 5px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.case-studies-quote {
  background-color: #f1f1f1;
  border: 1px solid #999;
  box-shadow: 0 0.5px 0 1px #ffffff inset;
  margin-top: 20px;
  padding: 10px;
}
.case-study-img {
  text-align: center;
}
.case-study-img > img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .case-study-img > img {
    display: block;
  }
}
.hosting-support:before {
  display: table;
  content: "";
}
.hosting-support:after {
  display: table;
  content: "";
  clear: both;
}
.hosting-support > .first-column {
  width: 210px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .hosting-support > .first-column {
    width: 100%;
    float: none;
  }
}
.hosting-support > .second-column {
  margin-left: 210px;
}
@media only screen and (max-width: 767px) {
  .hosting-support > .second-column {
    margin-left: 0;
  }
}
.hosting-support > div > .img-holder {
  text-align: left;
  margin-bottom: 15px;
}
.hosting-support > div > .img-holder > img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .hosting-support > div > .img-holder > img {
    display: block;
  }
}
.fancybox-lock .fancybox-overlay {
  overflow-y: auto;
}
.btn-case-studies {
  padding: 0.75em 2em;
  text-align: center;
  background: #828282;
  color: #ffffff;
}
.btn-press {
  padding: 0.75em 2em;
  text-align: center;
  background: #828282;
  color: #ffffff;
}
.press-month {
  border-bottom: 1px solid #cdd2d2;
  padding-bottom: 8px;
}
.press-month:nth-last-child(-n+1) {
  border-bottom: none;
}
.press-img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1em;
}
.press-img-xs {
  height: auto;
  width: auto;
  margin-top: 20px;
}
.press-img-right {
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  width: 300px;
  border: 1px solid #999;
  background: #f1f1f1;
}
.imgQuoteOpen {
  background: transparent url('/images/sprite1.png') repeat scroll 0px -23px;
  width: 22px;
  height: 17px;
  position: absolute;
}
.imgQuoteClose {
  background: url(/images/sprite1.png) 0 -42px;
  width: 22px;
  height: 17px;
  position: absolute;
}
.imgQuote {
  padding: 0 10px 0 30px;
  color: #666;
}
.media-contact p {
  line-height: 0.85;
}
.press-img-description {
  text-align: center;
  margin: .5em 0;
}
.panel-heading {
  background: #cccccc none repeat scroll 0 0 !important;
  border: 1px solid #999 !important;
  box-shadow: 0 1px 0.1px 1px #ffffff inset !important;
  padding-bottom: 12px !important;
}
.panel-heading a {
  display: inline-block;
  color: #222;
  margin-left: 35px;
  text-indent: -17px;
  line-height: 1.4em;
}
.panel-heading a i {
  font-size: 20px;
  vertical-align: middle;
}
.panel-heading a span {
  font-size: 18px;
  margin-left: 13px;
  vertical-align: middle;
}
.panel-body {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fafafa none repeat scroll 0 0;
  border-color: -moz-use-text-color #999999 #999999;
  border-image: none;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  box-shadow: 0 18px 34px 2px #dddddd inset;
  padding: 1em 0.5em;
}
.panel-body ul {
  margin-left: 1em;
}
.panel-body ul li a {
  color: #0e4b83;
}
#theTeam > .row > div {
  margin-top: 56px;
}
#theTeam > .row > div h3 {
  font-weight: bold;
}
.hosting-service {
  padding: 14px 12px;
  background: #f5f5f5;
  border: 1px solid #cdd2d2;
  display: block;
  color: inherit;
}
.hosting-service:hover {
  background: rgba(255, 255, 255, 0.02);
  color: inherit;
}
.hosting-service:not(:first-child) {
  border-top: 0;
}
.hosting-service > .pull-right > div > img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.hosting-service > span {
  display: inline-block;
  vertical-align: middle;
}
#dedicated-server-overview > section > div > .hidden-xs > .pricing-header {
  background: #ccc none repeat scroll 0 0;
  border: 1px solid #dddddd;
  padding: 20px;
}
#dedicated-server-overview > section > div > .hidden-xs > .pricing-header > h3 {
  margin-bottom: 5px;
}
#dedicated-server-overview > section > div > .hidden-xs > .pricing-header > div > div > p {
  float: right;
}
#dedicated-server-overview > section > div > .hidden-xs > .pricing-header > div > div > p > .startsAt {
  color: #0052c0;
  font-size: 18px;
}
#dedicated-server-overview > section > div > .hidden-xs > .pricing-header > div > div > p > .price {
  color: #222;
  font-size: 34px;
}
#dedicated-server-overview > section > div > .hidden-xs > .pricing-header > div > div > .btn-holder {
  width: 50%;
  float: right;
}
#dedicated-server-overview > section > div > .hidden-xs > .pricing-header > div > div > .btn-holder > .btn {
  border-radius: 0 !important;
  display: block !important;
}
#dedicated-server-overview > section > div > .visible-xs > .pricing-header {
  background: #ccc none repeat scroll 0 0;
  border: 1px solid #dddddd;
  padding: 20px;
}
#dedicated-server-overview > section > div > .visible-xs > .pricing-header > h3 {
  margin-bottom: 5px;
  text-align: center;
}
#dedicated-server-overview > section > div > .visible-xs > .pricing-header > h4 {
  text-align: center;
}
#dedicated-server-overview > section > div > .visible-xs > .pricing-header > p {
  text-align: center;
}
#dedicated-server-overview > section > div > .visible-xs > .pricing-header > p.startsAt {
  color: #0052c0;
  font-size: 18px;
}
#dedicated-server-overview > section > div > .visible-xs > .pricing-header > p.price {
  color: #222;
  font-size: 34px;
}
#dedicated-server-overview > section > div > .visible-xs > .pricing-header > .btn-holder {
  width: 100%;
}
#dedicated-server-overview > section > div > .visible-xs > .pricing-header > .btn-holder > .btn {
  border-radius: 0 !important;
  display: block !important;
}
#dedicated-server-overview > section > div > .with-support > .row > div > ul > li {
  margin-top: 10px;
}
#dedicated-server-overview > section > div > .with-support > .row > div > ul > li > img {
  margin-bottom: 4px;
  margin-left: 15px;
}
#dedicated-server-overview > section > div > .with-support > .row > div > ul > li > span {
  margin-left: 1em;
}
#dedicated-server-overview > section > div > .with-support > .row > div > .btn-holder {
  margin-bottom: 20px;
}
#dedicated-server-overview > section > div > .with-support > .row > div > .pull-right {
  margin-left: 5px;
  margin-bottom: 5px;
}
.dedicated-server-feature-list {
  border-left: 1px solid #ddd;
  background: #F5F5F5;
  padding: 1.5em 27px;
}
.dedicated-server-feature-list > h4 {
  margin-bottom: 1em;
}
.dedicated-server-feature-list > h4:not(:first-child) {
  margin-top: 1em;
}
.dedicated-server-feature-list > ul > li {
  margin-top: 0.2em;
}
.dedicated-server-feature-list > ul > li > .hard-drive {
  display: block;
  float: left;
  height: 17px;
  width: 24px;
  margin-top: 2px;
  margin-right: 0.5em;
  background: url("../images/viewlist1.png") repeat scroll 0 0 !important;
}
.dedicated-server-feature-list > ul > li > .ram {
  display: block;
  float: left;
  height: 17px;
  width: 24px;
  margin-top: 2px;
  margin-right: 0.5em;
  background: url("../images/viewlist1.png") repeat scroll 0 -16px !important;
}
.dedicated-server-feature-list > ul > li > .cPanel {
  display: block;
  float: left;
  height: 17px;
  width: 24px;
  margin-top: 2px;
  margin-right: 0.5em;
  background: url("../images/viewlist1.png") repeat scroll 0 -32px !important;
}
.dedicated-server-feature-list > ul > li > .centOS {
  display: block;
  float: left;
  height: 17px;
  width: 24px;
  margin-top: 2px;
  margin-right: 0.5em;
  background: url("../images/viewlist1.png") repeat scroll 0 -48px !important;
}
.dedicated-server-feature-list > ul > li > .redhat {
  display: block;
  float: left;
  height: 17px;
  width: 24px;
  margin-top: 2px;
  margin-right: 0.5em;
  background: url("../images/viewlist1.png") repeat scroll 0 -65px !important;
}
.dedicated-server-feature-list > ul > li > .ubuntu {
  display: block;
  float: left;
  height: 17px;
  width: 24px;
  margin-top: 2px;
  margin-right: 0.5em;
  background: url("../images/viewlist1.png") repeat scroll 0 -83px !important;
}
.dedicated-server-feature-list > ul > li > .fedora {
  display: block;
  float: left;
  height: 17px;
  width: 24px;
  margin-top: 2px;
  margin-right: 0.5em;
  background: url("../images/viewlist1.png") repeat scroll 0 -99px !important;
}
.dedicated-server-feature-list > ul > li > .debian {
  display: block;
  float: left;
  height: 17px;
  width: 24px;
  margin-top: 2px;
  margin-right: 0.5em;
  background: url("../images/viewlist1.png") repeat scroll 0 -118px !important;
}
.dedicated-server-feature-list > ul > li > .freeBSD {
  display: block;
  float: left;
  height: 17px;
  width: 24px;
  margin-top: 2px;
  margin-right: 0.5em;
  background: url("../images/viewlist1.png") repeat scroll 0 -136px !important;
}
.dedicated-server-feature-list > ul > li > .suse {
  display: block;
  float: left;
  height: 17px;
  width: 24px;
  margin-top: 2px;
  margin-right: 0.5em;
  background: url("../images/viewlist1.png") repeat scroll 0 -152px !important;
}
.dedicated-server-feature-list > ul > li > .winserv2012 {
  display: block;
  float: left;
  height: 17px;
  width: 24px;
  margin-top: 2px;
  margin-right: 0.5em;
  background: url("../images/viewlist1.png") repeat scroll 0 -166px !important;
}
.dedicated-server-feature-list > ul > li > .winserv {
  display: block;
  float: left;
  height: 17px;
  width: 24px;
  margin-top: 2px;
  margin-right: 0.5em;
  background: url("../images/viewlist1.png") repeat scroll 0 -182px !important;
}
.dedicated-server-feature-list > ul > li > .no-img {
  margin-left: 2em;
}
.dedicated-specials .product-table {
  margin-top: 40px !important;
}
.dedicated-specials .signup-container {
  display: table;
  background: #ddd none repeat scroll 0 0;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
}
.dedicated-specials .signup-container .signup-now-btn {
  background: transparent url("../images/signup2.png") repeat scroll 0 0;
  height: 45px;
  width: 221px;
  display: block;
  float: right;
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
}
.dedicated-specials .signup-container h4 {
  margin-right: 30px;
  margin-left: 30px;
}
.dedicated-specials .hosting-support > .first-column {
  width: 82px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .dedicated-specials .hosting-support > .first-column {
    width: 100%;
    float: none;
  }
}
.dedicated-specials .hosting-support > .second-column {
  margin-left: 82px;
}
@media only screen and (max-width: 767px) {
  .dedicated-specials .hosting-support > .second-column {
    margin-left: 0;
  }
}
.dedicated-specials .hosting-support > div > .img-holder {
  text-align: left;
  margin-bottom: 15px;
}
.dedicated-specials .hosting-support > div > .img-holder > img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .dedicated-specials .hosting-support > div > .img-holder > img {
    display: block;
  }
}
.border-bot5 {
  padding-bottom: 2em;
  border-bottom: 5px solid #ccc;
  margin-bottom: 2em;
}
.ksplice > .first-column {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .ksplice > .first-column {
    width: 100%;
    float: none;
  }
}
.ksplice > .second-column {
  margin-left: 100px;
}
@media only screen and (max-width: 767px) {
  .ksplice > .second-column {
    margin-left: 0;
  }
}
.ksplice > div > .img-holder {
  text-align: left;
}
.ksplice > div > .img-holder > img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .ksplice > div > .img-holder > img {
    display: block;
  }
}
.ksplice > .second-column {
  height: 74px;
}
.dataprotection-backup .with-support {
  width: 80%;
  margin: 3em auto 2em;
}
@media only screen and (max-width: 767px) {
  .dataprotection-backup .with-support {
    width: 100%;
  }
}
.dataprotection-backup .with-support .hosting-table table tbody tr .cart-button {
  background: #219d21 none repeat scroll 0 0;
  text-align: center;
}
.dataprotection-backup .with-support .hosting-table table tbody tr .cart-button a i {
  color: #ffffff;
  font-size: 24px;
  vertical-align: 0;
}
.dataprotection-backup .with-support .hosting-table table tbody tr td:nth-child(2) {
  width: 50%;
  vertical-align: middle;
}
.dataprotection-backup .with-support .hosting-table table tbody tr td:nth-child(3) {
  width: 25%;
  vertical-align: middle;
}
.dataprotection-backup .with-support .hosting-table table tbody tr td:nth-child(4) {
  width: 25%;
  vertical-align: middle;
}
.dataprotection-backup .with-support .hosting-table table tbody tr:not(:first-child) td:nth-child(4) {
  text-align: left;
}
.documentation h3 {
  border-bottom: 5px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.documentation .with-support .hosting-table table tbody tr td:nth-child(2) {
  width: 40%;
  vertical-align: middle;
}
.documentation .with-support .hosting-table table tbody tr td:not( :nth-child(2)) {
  width: 20%;
  vertical-align: middle;
}
.documentation .with-support .hosting-table table tbody tr td:first-child {
  display: none !important;
}
.border-bot1 {
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.datacentre .border-bot1:last-child {
  border-bottom: 5px solid #999;
  padding-bottom: 10px;
}
.ng-cloak {
  display: none!important;
}
.j-carousel .previous,
.j-carousel .next {
  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  transition: 300ms ease-out;
  background-color: #ccc;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin-top: 100px;
}
.j-carousel .previous span,
.j-carousel .next span {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
.j-carousel .previous:hover,
.j-carousel .next:hover {
  background-color: #aaa;
  cursor: pointer;
}
.j-carousel .previous {
  float: left;
}
.j-carousel .next {
  float: right;
}
.j-carousel .list .item {
  position: relative;
}
.j-carousel .list .item .image {
  overflow: hidden;
  position: relative;
}
.j-carousel .list .item .image img {
  -webkit-transition: 300ms 300ms ease-out;
  -moz-transition: 300ms 300ms ease-out;
  -o-transition: 300ms 300ms ease-out;
  transition: 300ms 300ms ease-out;
  width: 100%;
}
.j-carousel .list .item .image .mask {
  -webkit-transition: 300ms 300ms ease-out;
  -moz-transition: 300ms 300ms ease-out;
  -o-transition: 300ms 300ms ease-out;
  transition: 300ms 300ms ease-out;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0);
}
.j-carousel .list .item .image .mask .select {
  -webkit-transition: 300ms 300ms ease-out;
  -moz-transition: 300ms 300ms ease-out;
  -o-transition: 300ms 300ms ease-out;
  transition: 300ms 300ms ease-out;
  opacity: 0;
  font-size: 20px;
  color: #ddd;
  margin-top: 40%;
}
.j-carousel .list .item .image .mask .select .icon {
  display: block;
}
.j-carousel .list .item .image .mask .select .text {
  margin-top: 10px;
  font-weight: bold;
  display: block;
}
.j-carousel .list .item .image:hover {
  cursor: pointer;
}
.j-carousel .list .item .image:hover img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}
.j-carousel .list .item .image:hover .mask {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.j-carousel .list .item .image:hover .mask .select {
  opacity: 1;
}
.j-carousel .list .item .summary {
  -webkit-transition: 300ms 300ms ease-out;
  -moz-transition: 300ms 300ms ease-out;
  -o-transition: 300ms 300ms ease-out;
  transition: 300ms 300ms ease-out;
  position: absolute;
  width: 100%;
  background-color: #333;
  margin-top: -180px;
}
.j-carousel .list .item .summary .name {
  text-transform: uppercase;
  padding: 30px 0;
}
.j-carousel .list .item .summary .name h4 {
  font-weight: bold;
  color: #ccc;
}
.j-carousel .list .item .summary .details {
  font-size: 16px;
  height: 100px;
  overflow: hidden;
  color: #777;
  padding: 0 15px;
}
.j-carousel .list .item .summary .fade-text {
  margin-top: -90px;
  height: 90px;
  position: absolute;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0)), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
  background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
  background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #333333 100%);
}
.j-carousel .list .item .summary .read-more {
  background-color: #333;
  padding: 15px 0;
}
.j-carousel .list .item .summary.withDetails {
  margin-top: 0;
}
.j-carousel .list .item:hover .summary {
  margin-top: 0;
}
.j-carousel .list .item-details .name {
  margin-top: 10px;
  margin-bottom: 30px;
}
.j-carousel .list .item-details .details {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .remove-xs {
    display: none;
  }
}
.modalLightbox .modal-dialog {
  width: 0;
  visibility: hidden;
}
.modalLightbox .modal-body > .img-holder {
  text-align: center;
}
.modalLightbox .modal-body > .img-holder > img {
  display: inline-block;
}
.modalLightbox .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .responsive-pull-left {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .responsive-pull-left {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-pull-right {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .responsive-pull-right {
    float: right;
  }
}
.box-solid {
  padding: 20px 12px;
  margin-top: 80px;
}
.box-solid.gray {
  background: #D1D1D1;
}
#accordion2 {
  margin: 20px auto;
  max-width: 946px;
}
@media only screen and (max-width: 767px) {
  #accordion2 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #accordion2 {
    width: 80%;
  }
}
#accordion2 > .panel {
  background: none;
  margin-bottom: 15px;
}
#accordion2 > .panel > .panel-collapse > .panel-body {
  border: 2px solid #0A3250;
  border-radius: 0 0 8px 8px;
  padding: 20px 32px;
}
#accordion2 > .panel > .panel-collapse > .panel-body > .number-list {
  margin-left: 0;
}
#accordion2 > .panel > .panel-collapse > .panel-body > .number-list > li {
  line-height: 35px;
}
#accordion2 > .panel > .panel-collapse > .panel-body > .number-list > li > a {
  color: #444;
  margin-left: 20px;
}
#accordion2 > .panel > .panel-collapse > .panel-body > .number-list > li > a:hover {
  color: #db1023;
}
#accordion2 > .panel > .panel-heading {
  background: none !important;
  box-shadow: none !important;
  padding: 0px !important;
  border: none !important;
}
#accordion2 > .panel > .panel-heading > a {
  border: 1px solid #0A3250 !important;
  background: #0A3250 !important;
  color: #fff;
  display: block;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 8px;
  margin-left: 0;
  text-indent: 0;
  position: relative;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  text-align: center;
}
#accordion2 > .panel > .panel-heading > a[aria-expanded='true'] {
  border-radius: 8px 8px 0 0;
}
#accordion2 > .panel > .panel-heading > a[aria-expanded='true'] > i {
  left: 36px !important;
}
#accordion2 > .panel > .panel-heading > a[aria-expanded='true'] > i:before {
  content: "\f107" !important;
}
#accordion2 > .panel > .panel-heading > a[aria-expanded='false'] {
  border-radius: 8px;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#accordion2 > .panel > .panel-heading > a[aria-expanded='false'] > i {
  left: 40px !important;
}
#accordion2 > .panel > .panel-heading > a[aria-expanded='false'] > i:before {
  content: "\f105" !important;
}
#accordion2 > .panel > .panel-heading > a > * {
  vertical-align: baseline;
}
#accordion2 > .panel > .panel-heading > a > i {
  position: absolute;
  font-size: 24px;
  left: 40px;
}
.margin-top1 {
  margin-top: 14px;
}
.margin-left-right-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-right10 {
  margin-right: 10px;
}
.datacentre > .row > div > p {
  margin-bottom: 2px;
}
.page-navigation {
  position: relative;
}
@media (max-width: 767px) {
  .page-navigation {
    background: none !important;
  }
}
.page-navigation.scrolled {
  background: #26364A none repeat scroll 0 0;
  position: fixed;
  top: 69px;
  width: 100%;
  z-index: 3;
}
.page-navigation > div > .row {
  -webkit-animation-name: hierarchical_show;
  -o-animation-name: hierarchical_show;
  -moz-animation-name: hierarchical_show;
  animation-name: hierarchical_show;
  transform-origin: top;
  -o-transform-origin: top;
  -moz-transform-origin: top;
  -webkit-transform-origin: top;
}
.page-navigation > div > .row > li {
  background: #26364A;
}
.page-navigation > div > .row > li.active > a {
  background: rgba(255, 255, 255, 0.1);
}
.page-navigation > div > .row > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.page-navigation > div > .row.active {
  display: block;
  animation-duration: 0.3s;
  animation-delay: 0;
  animation-iteration-count: 1;
  -o-animation-duration: 0.3s;
  -o-animation-delay: 0;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 0.3s;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
}
@media (max-width: 767px) {
  .page-navigation > div > .row {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-navigation > div > .row {
    display: block !important;
  }
}
#page-nav-btn {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 13px;
  padding-top: 13px;
  text-align: center;
  display: block;
  color: #fff;
  background: #26364A;
  font-size: 26px;
  line-height: 20px;
}
#page-nav-btn > i {
  line-height: 0;
}
@media (max-width: 767px) {
  .product-table .table-header > .row > div > a.active {
    margin-top: 0;
  }
}
.margintop154px {
  margin-top: 154px;
}
@media (max-width: 767px) {
  .header-2-col > .title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header-2-col > .title {
    text-align: left;
  }
}
.header-2-col > .title > h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
}
.header-2-col > .title > h3 {
  color: #fff;
  font-size: 26px;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .header-2-col > .price > .img-holder {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header-2-col > .price > .img-holder {
    float: left;
  }
}
.header-2-col > .price > .img-holder > img {
  display: inline-block;
  margin-top: 0;
  width: 150px;
  height: 150px;
}
@media (max-width: 767px) {
  .header-2-col > .price > ul {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .header-2-col > .price > ul {
    margin-left: 204px;
  }
}
.header-2-col > .price > ul > li {
  font-size: 75px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-2-col > .price > ul > li {
    text-align: center;
  }
}
.header-2-col > .price > ul > li > span.cent {
  font-size: 30px;
  position: relative;
  top: -32px;
}
.header-2-col > .price > ul > li > span.month {
  font-size: 35px;
}
.header-2-col > .price > ul > li:first-child {
  font-size: 24px;
  margin-bottom: 20px;
}
.plan-table .plan-container {
  margin-top: 28px;
}
.plan-table .plan-container > .header {
  padding-bottom: 30px;
  padding-top: 30px;
  border-radius: 3px 3px 0 0 ;
}
.plan-table .plan-container > .header.darkBlue {
  background-color: #26364A;
}
.plan-table .plan-container > .header.blue {
  background-color: #008ED6;
}
.plan-table .plan-container > .header > ul {
  margin-bottom: 0;
}
.plan-table .plan-container > .header > ul > li {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.plan-table .plan-container > .header > ul > li:first-child {
  font-size: 22px;
  font-weight: bold;
}
.plan-table .plan-container > .features-price > .row {
  margin: 0;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.plan-table .plan-container > .features-price > .row > div > span {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .plan-table .plan-container > .features-price > .row > div > span {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .plan-table .plan-container > .features-price > .row > div > span {
    padding: 16px 36px;
  }
}
.plan-table .plan-container > .features {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.plan-table .plan-container > .features > ul {
  margin-bottom: 0;
}
.plan-table .plan-container > .features > ul > li {
  padding: 16px 36px;
  font-size: 16px;
  border-bottom: 1px dotted #dadada;
}
.plan-table .plan-container > .features > ul > li > span {
  margin-right: 10px;
}
.plan-table .plan-container > .footer {
  padding: 18px 20px;
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.plan-table .plan-container > .footer > .btn {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #26ad36;
  border: 1px solid #26ad36;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: 0s ease-out;
  -moz-transition: 0s ease-out;
  -o-transition: 0s ease-out;
  transition: 0s ease-out;
}
.plan-table .plan-container > .footer > .btn.footer-btn {
  line-height: 1.42857143;
}
.plan-table .plan-container > .footer > .btn.footer-btn.btn-green {
  background: #26ad36;
  color: #fff;
}
.plan-table .plan-container > .footer > .btn.footer-btn.btn-green:hover {
  color: #26ad36;
  background: #fff;
  border: 1px solid #26ad36;
}
.plan-table .plan-container > .footer > .btn:hover {
  color: #26ad36;
  background: #fff;
}
.features-with-image > .img-holder > img {
  height: 64px;
  width: 64px;
}
.features-with-image .content {
  margin-left: 96px;
  margin-bottom: 0;
}
.features-with-image .content > li.header {
  font-size: 14px !important;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
.bubble-tab {
  margin-bottom: 40px;
}
.bubble-tab:before {
  content: "";
  display: table;
}
.bubble-tab:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .bubble-tab > li {
    float: left;
  }
}
@media (min-width: 768px) {
  .bubble-tab > li:first-child > a {
    border-radius: 5px 0 0 5px;
  }
}
@media (min-width: 768px) {
  .bubble-tab > li.last > a {
    border-radius: 0 5px 5px 0;
  }
}
.bubble-tab > li.active > a:before {
  border-image: none;
  border-style: solid;
  border-width: 12px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -12px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
@media (max-width: 767px) {
  .bubble-tab > li.active > a:before {
    display: none;
  }
}
.bubble-tab > li > a {
  padding: 20px 40px;
  font-size: 18px;
  display: block;
  color: #777;
  background: #ebebeb;
  position: relative;
  text-align: center;
}
.bubble-tab.red > li.active > a {
  background: #CC2026;
  color: #fff;
}
.bubble-tab.red > li.active > a:before {
  border-color: #cc2026 rgba(247, 215, 91, 0) rgba(247, 215, 91, 0);
}
table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
table.table-style2 > thead > tr.blue {
  background: #26364A;
}
table.table-style2 > thead > tr.blue > th {
  color: #fff;
}
table.table-style2 > thead > tr > th {
  padding: 12px 20px;
}
table.table-style2 > tbody > tr > td {
  padding: 14px 20px;
  border-bottom: 1px solid #dddddd;
}
table.table-style2.table-style2-bordered > thead > tr {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.table-style2.table-style2-bordered > thead > tr > th:first-child {
  border-right: 1px solid #ddd;
}
table.table-style2.table-style2-bordered > thead > tr.blue {
  border-color: #26364A;
}
table.table-style2.table-style2-bordered tbody > tr {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.table-style2.table-style2-bordered tbody > tr > td:first-child {
  border-right: 1px solid #ddd;
}
#ProactiveSupport_9351204 {
  display: none;
}
@media (min-width: 768px) {
  #affiliatesForm {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #affiliatesForm {
    width: 90%;
  }
}
#affiliatesForm > h4 {
  margin-bottom: 15px;
}
#affiliatesForm .form-group > .form-control {
  border-color: #cdd2d2;
  border-radius: 0;
  margin-top: 5px;
}
#affiliatesForm .form-group > .form-control:focus {
  border-color: #b2baba;
  box-shadow: none;
}
#affiliatesForm .form-group > .label-error {
  margin-top: 5px;
  display: inline-block;
}
#affiliatesForm .form-group.has-error > .form-control {
  border-color: #a94442;
}
#affiliatesForm > p > a {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  #affiliatesForm > p > a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #affiliates-info {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #affiliates-info {
    width: 90%;
  }
}
#affiliates-info > ul > li {
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #cdd2d2;
}
#affiliates-info > ul > li > span {
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .floatRightNoneOnMobile {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .floatRightNoneOnMobile {
    float: right;
  }
}
.floatRightNoneOnMobile > .btn {
  display: block;
}
.domain-search .search-result .domain-suggestions .animated {
  animation-fill-mode: none;
}
.cira-content .dropdown-menu {
  padding: 20px;
}
.banner-btn {
  border: 2px solid none;
  border-radius: 4px;
  display: inline-block;
  font-family: "Segoe_Ui_Latest";
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 24px;
  padding: 9px 47px 11px;
  text-align: center;
}
.banner-btn.banner-btn-success {
  background: #55a629 none repeat scroll 0 0;
  border: 2px solid #519e27;
  color: #fff;
}
.banner-btn.banner-btn-danger {
  background: #c0392b none repeat scroll 0 0;
  border: 2px solid #c0392b;
  color: #fff;
}
.banner-btn.banner-btn-danger:hover {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #c0392b;
  color: #c0392b;
}
@media only screen and (max-width: 319px) {
  .home-banner .content .header {
    font-size: 24px;
  }
}
@media only screen and (min-width: 320px) {
  .home-banner .content .header {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 480px) {
  .home-banner .content .header {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .home-banner .content .header {
    font-size: 48px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-banner .content .header {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1408px) {
  .home-banner .content .header {
    font-size: 63px;
  }
}
@media only screen and (min-width: 320px) {
  .home-banner .content .text {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .home-banner .content .text {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .home-banner .content .text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-banner .content .text {
    font-size: 28px;
  }
}
@media only screen and (min-width: 320px) {
  .home-banner .content .button > a {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-banner .content .button > a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-banner .content .button > a {
    font-size: 20px;
  }
}
#holidayGiveaway {
  background-image: url("../images/banner/12-days-of-hosting.png");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  #holidayGiveaway {
    font-size: 63px;
  }
}
@media only screen and (min-width: 721px) {
  #holidayGiveaway {
    background-position: 50% 0;
  }
}
@media only screen and (min-width: 1198px) {
  #holidayGiveaway {
    background-position: 50%;
  }
}
#holidayGiveaway .content {
  text-align: center;
}
#holidayGiveaway .content .header {
  color: #DE5247;
}
@media only screen and (min-width: 1200px) {
  #holidayGiveaway .content .header {
    font-size: 63px;
  }
}
@media only screen and (min-width: 1408px) {
  #holidayGiveaway .content .header {
    margin-bottom: 40px;
    margin-top: 15px;
  }
}
#holidayGiveaway .content .text {
  color: #fff;
}
#holidayGiveaway .content .text.small-text {
  font-size: 14px;
}
#holidayGiveaway .content .button > a {
  background: #00B9AF;
  border: 2px solid #00B9AF;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  #holidayGiveaway .content .button > a {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 1408px) {
  #holidayGiveaway .content .button > a {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  #holidayGiveaway .content .button > a {
    margin-top: 75px;
  }
}
#holidayGiveaway .content .button > a:hover {
  background: #fff;
  color: #00B9AF;
}
#snapSpectacles {
  background: #ffce00;
}
#snapSpectacles .container-fluid {
  padding-top: 38px !important;
}
@media only screen and (max-width: 319px) {
  #snapSpectacles .content .image > img {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) {
  #snapSpectacles .content .image > img {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  #snapSpectacles .content .image > img {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  #snapSpectacles .content .image > img {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  #snapSpectacles .content .image > img {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  #snapSpectacles .content .image > img {
    height: 100px;
  }
}
@media only screen and (min-width: 1408px) {
  #snapSpectacles .content .image > img {
    height: 110px;
  }
}
@media only screen and (min-width: 1600px) {
  #snapSpectacles .content .image > img {
    height: auto;
  }
}
#snapSpectacles .content .header {
  font-family: 'League_Spartan';
  text-align: center;
  line-height: 1;
  color: #000;
}
@media only screen and (max-width: 319px) {
  #snapSpectacles .content .header {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) {
  #snapSpectacles .content .header {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 480px) {
  #snapSpectacles .content .header {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  #snapSpectacles .content .header {
    font-size: 48px;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  #snapSpectacles .content .header {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  #snapSpectacles .content .header {
    font-size: 40px;
    letter-spacing: 13px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1408px) {
  #snapSpectacles .content .header {
    font-size: 46px;
    margin-top: 24px;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  #snapSpectacles .content .header {
    font-size: 58px;
    margin-top: 35px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1760px) {
  #snapSpectacles .content .header {
    font-size: 63px;
    margin-top: 35px;
    margin-bottom: 10px;
  }
}
#snapSpectacles .content .text {
  color: #fff;
  font-family: "Roboto-light";
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 319px) {
  #snapSpectacles .content .text {
    font-size: 19px;
  }
}
@media only screen and (min-width: 320px) {
  #snapSpectacles .content .text {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) {
  #snapSpectacles .content .text {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  #snapSpectacles .content .text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  #snapSpectacles .content .text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1408px) {
  #snapSpectacles .content .text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  #snapSpectacles .content .text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1760px) {
  #snapSpectacles .content .text {
    font-size: 28px;
  }
}
#snapSpectacles .content .text.small-text {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
#snapSpectacles .content .button {
  text-align: center;
}
#snapSpectacles .content .button a {
  border-color: #fb353f;
  font-family: "Roboto";
  margin-bottom: 10px !important;
  border-radius: 8px;
  background: #fb353f;
}
#snapSpectacles .content .button a:hover {
  background: #fff;
  color: #fb353f;
}
@media only screen and (max-width: 319px) {
  #snapSpectacles .content .button a {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 320px) {
  #snapSpectacles .content .button a {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  #snapSpectacles .content .button a {
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1200px) {
  #snapSpectacles .content .button a {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1408px) {
  #snapSpectacles .content .button a {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  #snapSpectacles .content .button a {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1760px) {
  #snapSpectacles .content .button a {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #immunify360-banner .container-fluid {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  #immunify360-banner .container-fluid {
    padding: 78px 0 !important;
  }
}
@media only screen and (min-width: 1360px) {
  #immunify360-banner .container-fluid {
    padding: 112px 0 !important;
  }
}
@media only screen and (min-width: 1440px) {
  #immunify360-banner .container-fluid {
    padding: 132px 0 !important;
  }
}
@media only screen and (min-width: 1600px) {
  #immunify360-banner .container-fluid {
    padding: 152px 0 !important;
  }
}
@media only screen and (min-width: 1760px) {
  #immunify360-banner .container-fluid {
    padding: 173px 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  #immunify360-banner {
    background-position: center center;
    background-size: cover;
    background-image: url("/images/banner/imunify360-bg-red.png");
  }
}
@media only screen and (max-width: 1199px) {
  #immunify360-banner {
    background-image: url("/images/banner/immunify360-bg.png");
  }
}
#immunify360-banner h1,
#immunify360-banner h3 {
  color: #353535 !important;
  font-family: "Segoe_Ui_Latest";
}
@media only screen and (min-width: 1200px) {
  #immunify360-banner .full-view-image {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  #immunify360-banner .full-view-image {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #immunify360-banner .content {
    text-align: right;
  }
}
@media only screen and (max-width: 1199px) {
  #immunify360-banner .content {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  #immunify360-banner .content h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 480px) {
  #immunify360-banner .content h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #immunify360-banner .content h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) {
  #immunify360-banner .content h1 {
    font-size: 55px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1200px) {
  #immunify360-banner .content h1 {
    font-size: 54px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  #immunify360-banner .content h1 {
    font-size: 58px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  #immunify360-banner .content h1 {
    font-size: 61px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1760px) {
  #immunify360-banner .content h1 {
    font-size: 63px;
    margin-top: 0;
  }
}
#immunify360-banner .content h3 {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #immunify360-banner .content h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) {
  #immunify360-banner .content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  #immunify360-banner .content h3 {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  #immunify360-banner .content h3 {
    font-size: 28px;
  }
}
#immunify360-banner .content a {
  font-family: "Segoe_Ui_Latest";
}
@media only screen and (max-width: 1199px) {
  #immunify360-banner .content a {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 9px 47px 11px;
  }
}
@media only screen and (min-width: 1200px) {
  #immunify360-banner .content a {
    padding: 9px 47px 11px;
  }
}
#immunify360-banner .content .mobile-view-image {
  padding: 40px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  #immunify360-banner .content .mobile-view-image {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #immunify360-banner .content .mobile-view-image {
    display: none;
  }
}
#immunify360-banner .content .mobile-view-image > img {
  display: inline-block;
  width: 260px;
}
@media only screen and (min-width: 1200px) {
  #compliant-banner h3 {
    margin-top: 10px !important;
  }
}
#compliant-banner .learnMoreBtn {
  padding: 9px 47px 11px;
}
#compliant-banner .learnMoreBtnMobile {
  width: auto;
  padding: 9px 47px 11px;
}
#compliant-banner h1 {
  color: #444444 !important;
  margin-top: 30px;
  line-height: 1.2;
}
@media only screen and (min-width: 700px) {
  #compliant-banner h1 {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  #compliant-banner h1 {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  #compliant-banner h1 {
    margin-right: 15px;
    margin-top: -15px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  #compliant-banner h1 {
    margin-top: 10px;
    font-size: 65px;
  }
}
@media only screen and (min-width: 2000px) {
  #compliant-banner h1 {
    margin-top: 30px;
    font-size: 70px;
    margin-right: -80px;
  }
}
@media only screen and (min-width: 2400px) {
  #compliant-banner h1 {
    margin-top: 60px;
    font-size: 75px;
    margin-right: -120px;
  }
}
@media only screen and (min-width: 1200px) {
  #compliant-banner a {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 2000px) {
  #compliant-banner a {
    margin-top: 100px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 2400px) {
  #compliant-banner a {
    margin-top: 120px;
  }
}
#secureBanner .container-fluid {
  padding-top: 0 !important;
}
#secureBanner .fill {
  background-image: url("/images/banner/weebly-homepage-image.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media only screen and (min-width: 1200px) {
  #secureBanner .fill {
    background-size: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  #secureBanner .fill {
    background-size: auto;
  }
}
#secureBanner .content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #secureBanner .content {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #secureBanner .content .title {
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  #secureBanner .content .title {
    width: 70%;
    margin-left: auto;
    margin-right: 210px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  #secureBanner .content .title {
    width: 450px;
    margin-left: 80px;
    margin-right: auto;
    margin-top: 110px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  #secureBanner .content .title {
    margin-top: 60px;
    width: 500px;
  }
}
@media only screen and (min-width: 1800px) {
  #secureBanner .content .title {
    margin-top: 120px;
    width: 750px;
    margin-left: -150px;
  }
}
#secureBanner .content .title > li {
  font-family: "Segoe_Ui_Latest";
  line-height: 1.2;
}
@media only screen and (max-width: 319px) {
  #secureBanner .content .title > li {
    font-size: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 437px) {
  #secureBanner .content .title > li {
    font-size: 40px;
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (min-width: 438px) and (max-width: 767px) {
  #secureBanner .content .title > li {
    font-size: 45px;
    text-align: center;
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  #secureBanner .content .title > li {
    font-size: 45px;
    text-align: left;
  }
}
@media only screen and (min-width: 1250px) {
  #secureBanner .content .title > li {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  #secureBanner .content .title > li {
    font-size: 55px;
  }
}
@media only screen and (min-width: 2400px) {
  #secureBanner .content .title > li {
    font-size: 80px;
  }
}
#secureBanner .content h3 {
  color: #222;
  font-weight: 100;
  font-family: "Segoe_Ui_Latest";
}
@media only screen and (max-width: 480px) {
  #secureBanner .content h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 480px) {
  #secureBanner .content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  #secureBanner .content h3 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  #secureBanner .content h3 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #secureBanner .content h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  #secureBanner .content a.banner-btn {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1200px) {
  #secureBanner .content a.banner-btn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #secureBanner .content a.btn.newBtn {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #secureBanner .content a.btn.newBtn {
    margin-left: 140px;
  }
}
@media only screen and (min-width: 992px) {
  #secureBanner .content a.btn.newBtn {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  #secureBanner .content a.btn.newBtn {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1800px) {
  #secureBanner .content a.btn.newBtn {
    margin-left: -150px;
  }
}
@media only screen and (min-width: 320px) {
  #secureBanner .content img {
    width: 200px;
    margin-top: -30px;
  }
}
@media only screen and (min-width: 465px) {
  #secureBanner .content img {
    width: 190px;
    margin-left: 20px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  #secureBanner .content img {
    width: 190px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #secureBanner .content img {
    width: 220px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  #secureBanner .content img {
    width: 350px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #banner-migration .fill {
    background-image: url("/images/banner/banner-migration-full-bg.png");
  }
}
@media only screen and (max-width: 1199px) {
  #banner-migration .fill {
    background-image: url("/images/banner/banner-migration-bg.png");
  }
}
@media only screen and (max-width: 1199px) {
  #banner-migration .content {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  #banner-migration .content ul {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1600px) {
  #banner-migration .content ul {
    margin-top: 62px;
  }
}
#banner-migration .content ul.title > li {
  color: #fff;
  font-family: "Segoe_Ui_Latest";
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0 0 4px #999;
  letter-spacing: 1px;
  font-weight: bold;
}
@media only screen and (max-width: 319px) {
  #banner-migration .content ul.title > li {
    font-size: 24px;
  }
}
@media only screen and (min-width: 320px) {
  #banner-migration .content ul.title > li {
    font-size: 28px;
  }
}
@media only screen and (min-width: 480px) {
  #banner-migration .content ul.title > li {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  #banner-migration .content ul.title > li {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) {
  #banner-migration .content ul.title > li {
    font-size: 55px;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  #banner-migration .content ul.title > li {
    text-align: left;
  }
}
@media only screen and (min-width: 1408px) {
  #banner-migration .content ul.title > li {
    font-size: 63px;
  }
}
#banner-migration .content h3 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #banner-migration .content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #banner-migration .content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  #banner-migration .content h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  #banner-migration .content h3 {
    margin-top: 20px;
  }
}
#banner-migration .content .banner-btn {
  font-family: "Segoe_Ui_Latest";
}
@media only screen and (max-width: 319px) {
  #banner-migration .content .banner-btn.mobile-btn {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 320px) {
  #banner-migration .content .banner-btn.mobile-btn {
    display: none !important;
  }
}
@media only screen and (max-width: 319px) {
  #banner-migration .content .banner-btn.non-mobile-btn {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) {
  #banner-migration .content .banner-btn.non-mobile-btn {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 319px) {
  #banner-migration .content .banner-btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 320px) {
  #banner-migration .content .banner-btn {
    font-size: 14px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  #banner-migration .content .banner-btn {
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1200px) {
  #banner-migration .content .banner-btn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  #banner-migration .image {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #banner-migration .image {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  #banner-migration .image > img {
    height: 130px;
  }
}
@media only screen and (min-width: 320px) {
  #banner-migration .image > img {
    height: 186px;
  }
}
#banner3 h1 {
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Segoe_Ui_Latest";
}
@media only screen and (max-width: 479px) {
  #banner3 h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 480px) {
  #banner3 h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #banner3 h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) {
  #banner3 h1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  #banner3 h1 {
    font-size: 55px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1500px) {
  #banner3 h1 {
    font-size: 63px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 2000px) {
  #banner3 h1 {
    font-size: 80px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 2000px) {
  #banner3 h2 {
    font-size: 40px;
  }
}
#banner3 h3 {
  margin-bottom: 0;
  line-height: 1;
  font-family: "Segoe_Ui_Latest";
}
@media only screen and (max-width: 2000px) {
  #banner3 h3 {
    font-size: 63px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1441px) {
  #banner3 h3 {
    font-size: 80px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  #banner3 h3 {
    font-size: 28px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #banner3 h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #banner3 h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #banner3 h3 {
    font-size: 19px;
  }
}
#banner3 .learnMoreBtn {
  background: #55a629 none repeat scroll 0 0;
  border: 2px solid #519e27;
  border-radius: 4px;
  color: #fff;
  font-family: "Segoe_Ui_Latest";
  font-size: 20px;
  font-weight: 100;
  padding: 9px 47px 11px;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  #banner3 .learnMoreBtn {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
#banner3 .learnMoreBtn:hover {
  background: #fff;
  color: #55a629;
}
#banner3 .boxed {
  display: inline-block;
  border: 3px solid #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #banner3 .boxed {
    width: 100%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #banner3 .boxed {
    font-size: 48px;
  }
}
#banner3 .boxed > .content {
  z-index: 1;
  position: relative;
  padding-left: 103px;
  padding-right: 103px;
}
@media only screen and (max-width: 1200px) {
  #banner3 .boxed > .content {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #banner3 .boxed > .content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#banner3 .transparentBox {
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  #banner3 .transparentBox {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#banner3 .transparentBox > div {
  margin-top: -3%;
  margin-bottom: -3%;
  height: 124%;
  margin-top: -4%;
  background: rgba(80, 80, 80, 0.75);
}
@media only screen and (max-width: 1200px) {
  #banner3 .transparentBox > div {
    margin-top: 5%;
    height: 100%;
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #banner3 .transparentBox > div {
    margin-top: 15%;
    width: 100%;
    margin-left: 0;
  }
}
a.hover-underline:hover {
  text-decoration: underline !important;
}
a.btn-bordered {
  border: 2px solid #fff;
  border-radius: 3px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 50px;
  text-align: center;
  color: #444;
}
@media only screen and (max-width: 767px) {
  a.btn-bordered {
    width: 100%;
  }
}
a.btn-bordered-success {
  background: #26ad36;
  color: #fff;
  border: 2px solid #26ad36;
}
a.btn-bordered-success:hover {
  background: #fff;
  color: #26ad36;
}
.border-radius0 {
  border-radius: 0;
}
.plan-table .plan-container > .footer > .row .btn {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
}
.justify {
  text-align: justify;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
ul.checked-mark-list > li {
  margin-bottom: 10px;
}
ul.checked-mark-list > li > span {
  margin-left: 40px;
}
ul.checked-mark-list > li > .icon-checkmark {
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .text-right-mobile {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .text-right-mobile {
    text-align: right;
  }
}
.logo2017 > img {
  border-right: 0 !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.pdf-click-container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pdf-click-container.mobile {
    display: inline-block !important;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .pdf-click-container.mobile {
    display: none !important;
  }
}
.pdf-click-container.mobile > a {
  width: 253px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .pdf-click-container {
    margin-right: 40px;
    width: 253px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pdf-click-container {
    display: none;
    width: 253px;
  }
}
.pdf-click-container > a {
  border-radius: 10px;
  border: 1px solid #cdd2d2;
  display: block;
  background: #fff;
  padding: 20px;
  position: relative;
}
.pdf-click-container > a:hover .overlay {
  opacity: 1;
}
.pdf-click-container > a .overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 10px;
  z-index: 1;
  text-align: center;
}
.pdf-click-container > a .overlay > .icon > i {
  padding: 12px;
  border-radius: 50%;
  background: #fff;
  border: rgba(255, 255, 255, 0);
  font-size: 16px;
  cursor: pointer;
}
.pdf-click-container > a > .img-holder {
  border-radius: 10px 10px 0 0;
  height: 110px;
  background: -webkit-linear-gradient(#ffffff 10%, #ffffff 50%, #eeeeee 90%);
  background: -o-linear-gradient(#ffffff 10%, #ffffff 50%, #eeeeee 90%);
  background: -moz-linear-gradient(#ffffff 10%, #ffffff 50%, #eeeeee 90%);
  background: linear-gradient(#ffffff 10%, #ffffff 50%, #eeeeee 90%);
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #cdd2d2;
}
.pdf-click-container > a > .img-holder > img {
  transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  height: 200px;
  left: 33px;
  position: absolute;
  top: 16px;
}
.pdf-click-container > a > p {
  font-size: 14px;
  padding-top: 14px;
  margin-bottom: 0;
  line-height: 20px;
  color: #444;
  font-weight: 500;
}
.accordion > .style2.panel {
  border: 1px solid #171717;
  border-radius: 8px;
  margin-bottom: 15px;
}
.accordion > .style2.panel > .panel-heading {
  background: #26364a none repeat scroll 0 0 !important;
  border: 1px solid #26364a !important;
  border-radius: 8px;
  padding-bottom: 5px !important;
  padding-top: 0;
  box-shadow: none !important;
}
.accordion > .style2.panel > .panel-heading > .panel-title > a {
  color: #fff;
  display: block;
  line-height: 1.4em;
  padding: 16px 0;
}
.accordion > .style2.panel > .panel-heading > .panel-title > a > i {
  font-size: 24px;
  margin-left: 20px;
  vertical-align: middle;
}
.accordion > .style2.panel > .panel-heading > .panel-title > a > span {
  display: block;
  font-size: 18px;
  margin-top: -21px;
  text-align: center;
  vertical-align: middle;
}
.accordion > .style2.panel > .panel-heading.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion > .style2.panel > .panel-collapse .panel-body {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top: 1px solid #171717 !important;
  padding: 14px 7px !important;
  box-shadow: 0 18px 34px 2px #dddddd inset;
}
table.table-cwh {
  background-color: transparent !important;
  margin-bottom: 0 !important;
}
table.table-cwh thead > tr > th {
  border-bottom: 2px solid #ddd;
  text-align: center;
}
table.table-cwh tbody tr.vertical-aligned > td {
  vertical-align: middle;
}
table.table-cwh tbody tr td {
  text-align: center;
  border-top: 1px solid #ddd;
}
table.table-cwh tbody tr td.row-title {
  font-weight: 800;
}
.uk-vertical-align {
  font-size: 0;
}
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.uk-vertical-align > .uk-vertical-align-middle {
  display: inline-block;
  max-width: 100%;
  font-size: 1rem;
}
.reg-price {
  font-size: 11px;
  font-style: italic;
  color: #666;
  font-weight: normal;
}
