  /*@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,300);*/
  @font-face {
    font-family: 'titilliumregular';
    src: url('titillium-regular-webfont.eot');
    src: url('titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('titillium-regular-webfont.woff') format('woff'),
    url('titillium-regular-webfont.ttf') format('truetype'),
    url('titillium-regular-webfont.svg#titilliumregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'titilliumregular';
    src: url('titillium-bold-webfont.eot');
    src: url('titillium-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('titillium-bold-webfont.woff') format('woff'),
    url('titillium-bold-webfont.ttf') format('truetype'),
    url('titillium-bold-webfont.svg#titillium_bdbold') format('svg');
    font-weight: bold;
    font-style: normal;
  }

  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'titilliumregular';
      src: url('titillium-regular-webfont.svg#titilliumregular') format('svg');
      font-weight: normal;
      font-style: normal;
    }

    @font-face {
      font-family: 'titilliumregular';
      src: url('titillium-bold-webfont.svg#titillium_bdbold') format('svg');
      font-weight: bold;
      font-style: normal;
    }
  }

  body {
   font-family: 'titilliumregular', sans-serif;
   font-weight: 300;
   font-size: 14px;
   width:100%;
 }

 body a:hover {
  text-decoration:none;
}

.top_login {
  /*float: right;*/
  top: 0;
  position: absolute;
  width: 100%;
  /*background-color: #000;*/
  text-align:center;
  padding-top: 10px;
}

.top_login .form-inline {
  margin: 0 auto;
}

#header {
  background-color: #5db4f0;
  min-height:45px;
  width:100%;
  /*padding: 60px 0 60px 0;*/
  padding: 50px 0 50px 0;
  transition: padding 0.5s ease;
  position: fixed;
  top:0;
  left:0;
  margin:0px auto;
  z-index: 2;
}

.header-transparent {
  opacity: 0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
  min-height:30px !important;
  padding: 10px 0 20px 0 !important;
  transition: padding 0.5s ease;
}

section {
  margin-top: 130px;
  position: relative;
  z-index: 1;
}

/*Nav bar*/

.navbar-default {
  background-color: #5db4f0;
}

.navbar-default .navbar-brand {
  color: white;
}

.navbar-default .navbar-nav>li>a {
  color: white;
}

.navbar-default .navbar-nav>.active>a {
  background-color: #5db4f0;
  color: #000;
}

.navbar-toggle {
  background-color: #fff;
}
/*End Nav bar*/

.container {
  max-width: 970px;
}

.links a {
  color: #FFF;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.active, .links {
  color: #2d353a !important;
}

.links a:hover {
  color: #000;
}

/* Sections */
.packages {
  min-height: 408px;
  text-align: center;
}

.packages img {
  height: auto;
  width: 60%;
}

   /*.boxes-container-3 {
    max-width: 900px;
    }*/

    .packages h1 {
      color: #1d80c5;
    }

    .packages a {
      color: #000;
    }

    .packages a:hover {
      /*color:#5db4f0;*/
      text-decoration: none;
    }

    .deploy {
      text-align: center;
      color: #FFF;
      min-height: 250px;
      margin: -55px 0 0 0;
      background: #5db4f0;
      padding: 55px 0 20px 0;
    }

    .deploy h1 {
      font-size: 50px;
      font-weight: normal;
    }

    .deploy p {
      text-transform: uppercase;
      font-size: 12px;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }

    .over {
      min-height: 203px;
      text-align: center;
      padding: 30px 0 0 0;
    }

    .over h1 {
      font-size: 50px;
    }

    .over p {
      font-size: 14px;

    }

    .social_embed {
      text-align: center;
      padding-bottom: 50px;
    }

    .tech {
      min-height: 285px;
      text-align: center;
      background: #eef1f2;
      padding: 40px 0 20px 0;
    }

    .cloud {
      min-height: 500px;
      background: #2d353a;
      text-align: center;
      padding: 0 0 20px 0;
    }

    .cloud a {
      color: #000;

    }

    .cloud a:hover {
      /*color:#5db4f0;*/
      text-decoration: none;
    }

    .highercloud {
      min-height: 300px;
      background: #5db4f0;
      margin: -155px 0 0 0;
      padding: 150px 0 20px 0;
      text-align: center;
      color: #FFF;
    }

    .highercloud a {
      color: #FFF;
    }

    .highercloud h1 {
      font-weight: 100;
      margin-top: 20px;
    }

    .highercloud h4 {
      margin-top: 40px;
    }

    .highercloud ul {
      text-align: left;
      font-size: 15px;
      font-weight: bold;
    }

    .testimonials {
      background-color: #2d353a;
      min-height: 570px;
      text-align: center;
      color: #FFF;
      padding: 20px 20px;
    }

    .testimonials .peoples {
      margin-top: 50px;
    }

    .testimonials .highlight {
      color:#5db4f0;
    }

    .testimonials .comment {
      margin-top: 20px;
    }

    .subscribe {
      min-height: 131px;
      background: #5DB4F0;
      text-align: center;
      padding: 60px 10px 60px 10px;
      color: #FFF;
    }

     .subscribe .email {
      margin-top: 30px;
    }

    .subscribe .highlight {
      color:#2D353A;
    }

    .subscribe input{
      color:#2D353A;
    }

    .subscribe .btn {
      background-color:#2D353A;
    }

    .subscribe .btn:hover {
      background-color:#2D353A;
      color:#fff;
    }

    .btn-primary {
  color: #fff;
  background-color: #2D353A;
  border-color: #2D353A
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2D353A;
  border-color: #2D353A
}
.btn-primary:hover {
  color: #fff;
  background-color: #2D353A;
  border-color: #2D353A
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2D353A;
  border-color: #2D353A
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #2D353A;
  border-color: #2D353A
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
  background-image: none
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #2D353A;
  border-color: #2D353A
}
   .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}
.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open>.btn-success.dropdown-toggle:hover, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625
}
.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
  background-image: none
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c
} 

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}
.has-error .form-control-feedback {
  color: #a94442
}
    .weaccept {
      min-height: 131px;
      background: #f35955;
      text-align: center;
      padding: 40px 10px 10px 10px;
      color: #FFF;
    }

    .premium {
      min-height: 250px;
      margin: -40px 0 0 0;
      padding: 80px 0 20px 0;
      background: #2d353a;
      text-align: center;
      
      font-weight: 400;
      color: #FFF;
    }

    .premium p {
      text-transform: uppercase;
      font-size: 12px;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }

    .premium em {
      color: #5baee8;
    }

    .hostinclude {
      min-height: 160px;
      text-align: center;
    }

    .hostinclude .container {
      max-width: 1150px;
    }

    .hostinclude ul {
      text-align: left;
      font-size: 12px;
    }

    .ddos {
      padding: 10px 0 15px 0;
      min-height: 80px;
      background: #eef1f2;
      text-align: center;
    }

    .ddos h1 {
      font-size: 30px;
    }

    .transfer {
      min-height: 300px;
      margin: 50px 0 10px 0;
      padding-top: 10px;
    }

    .transfer h2 {
      text-transform: uppercase;
      margin-top: 9px;
      margin-left: 74px;
    }

    .transfer ul {
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: bold;
      margin-left: 55px;
      margin-top: 20px;
    }

    .transfer button {
      margin-left: 74px;
      margin-top: 20px;
    }

    .comparison {
      min-height: 500px;
      background: #5db4f0;
      
    }

    .comparison h2 {
      color: white;
      text-align: center;
    }

    /**/

    .domainpricinghead {
      text-align: center;
      color: #1d80c5;
      background: #FFF;
      min-height: 80px;
    }

    .searchdomain {
      text-align: center;
      background: #2d353a;
      color: #FFF;
      min-height: 230px;
      padding-top: 35px;
    }

    .searchdomain h1 {
      margin-bottom: 30px;
    }

    .domainlist {
      background: #239eec;
      min-height: 450px;
      padding-bottom: 20px;
    }

    .domainprices {
      position: relative;
      text-align: center;
      color: #239eec;
    }

    .domainprices thead {
      color: #FFF;
      text-align: center;
      font-size: 25px;
    }

    .domainprices th {
      text-align: center;
    }

    .domainprices tbody {
      color: #000;
    }

    .blue {
      background: #5db4f0;
      min-height: 100px;
      margin-top: -50px;
    }

    .supportheader {
      min-height: 100px;
      color: #1d80c5;
      text-align: center;
      padding-bottom: 20px;
    }

    .supportheader p {
      font-size: 16px;
      text-transform: uppercase;
    }

    .contact-div {
      background: #2d353a;
      color: #5db4f0;
      padding: 20px 0 20px 0;
    }

    .contact-div form {
      margin-top: 15px;
    }

    .contact-div h5 {
      text-transform: uppercase;
    }

    .contact-div p {
      color: #FFF;
      text-transform: uppercase;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }

    .contact-div textarea {
      height: 132px;
    }

    /* VPS PAGE */

    .vps_affordable {
      min-height: 92px;
      padding: 10px 0 25px 0;
      margin-bottom: -10px;
      background-color: #357aaa;
      color: white;
      text-align: center;
    }

    .vps_affordable h1 {
      font-size: 30px;
    }

    .vps_desc {
      background-color: #5db4f0;
      min-height: 500px;
      color: white;
      text-align: center;
    }

    .vps_desc .row {
      text-align: left;
    }

    .vps_desc .row .col-md-1 {
      padding-left: 60px;
      padding-right: 0px;
    }

    .vps_desc h5 {
      text-transform: uppercase;
      font-weight: bold;
    }

    .vps_desc i {
      margin-right: 10px;
      font-size: 25px;
      margin-top: 13px;
    }

    .vps_faq {
      min-height: 430px;
      background-color: #2d353a;
      color: white;
      padding: 30px 0 10px 0;
    }

    .vps_faq .panel-title {
      text-transform: uppercase;
      padding-left: 8px;
      color: white;
    }

    .vps_faq .panel-title a:hover{
      text-transform: uppercase;
    }

    .vps_faq .panel-body {
      padding: 10px 20px 10px 20px;
      background-color: #2d353a;
      color: white;
    }

    .vps_faq .panel {
      border: 0px;
      box-shadow: none;
    }

    .vps_faq .panel-heading {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      margin: 0px;
    }

    .vps_faq .panel-group .panel {
      margin-bottom: 0;
      border-radius: 0px;
      overflow: visible;
    }

    .vps_faq .panel-group .panel+.panel {
      margin-top: 0;
    }

    .vps_faq .panel-default>.panel-heading {
      color: #333;
      background-color: #5ba0d0;
      border-color: #ddd;
    }

    .panel-group .panel-heading+.panel-collapse .panel-body {
      border-top-color: transparent;
    }

    .vps_faq h1 {
      text-align: center;
    }

    .vps_addons {
      padding-top: 20px;
      min-height: 220px;
      text-align: center;
    }

    .vps_addons .row {
      margin-top: 30px;
    }

    .vps_addons p {
      font-weight: bold;
      color: #5db4f0;
    }

    /* END VPS PAGE */

    /* WEB DESIGN PAGE */

    .webdesignhead {
      color: #1d80c5;
      text-align: center;
      min-height: 150px;
      padding: 30px 0 10px 0;
    }

    .webdesignhead h1 {
      font-size: 42px;
    }

    .plans_header_div {
      min-height: 410px;
      text-align: center;
      padding: 50px 0 0 0;
      
    }

    .plans_header_div h1{
      color: #FFF;
    }

    .plans_header_div p {
      color: #fff;
    }

    .plans_div {
      text-align: center;
      background-color:#ebf0f4; 
      min-height: 290px
    }


    .plans_div .plans {
      margin-bottom: 20px;
      margin-top: -220px;
    }

    .plans_div .plans ul {
      text-transform: uppercase;
      font-size: 22px;
    }

    .plans_div .free  {
      color: #000;
      font-size: 23px;
    }

    .plans_div .worth {
      font-size: 40px;
      font-weight: bold;
    }

    .webdesign_signup {
      min-height: 80px;
      position: relative;
      width: 100%;
    }

    .webdesign_signup .row {
      position: absolute; left: 0; width: 100%; bottom: 0;
      text-align: center;
    }

    .webdesign_signup button {
      margin-bottom: 20px;
    }

    .webdesign_faq {
      background-color: #2d353a;
    }

    .webdesign_faq .panel-title {
      text-transform: uppercase;
      padding-left: 8px;
      color: white;
    }

    .webdesign_faq .panel-title a:hover{
      text-transform: uppercase;
    }

    .webdesign_faq .panel-body {
      padding: 10px 20px 10px 20px;
      background-color: #2d353a;
      color: white;
    }

    .webdesign_faq .panel {
      border: 0px;
      box-shadow: none;
    }

    .webdesign_faq .panel-heading {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      margin: 0px;
    }

    .webdesign_faq .panel-group .panel {
      margin-bottom: 0;
      border-radius: 0px;
      overflow: visible;
    }

    .webdesign_faq .panel-group .panel+.panel {
      margin-top: 0;
    }

    .webdesign_faq .panel-default>.panel-heading {
      color: #333;
      background-color: #5ba0d0;
      border-color: #ddd;
    }

    .fb_marketing {
      text-align: center;
      background-color: #5db4f0;
      color: #FFF;
      min-height: 214px;
      padding-top: 20px;
    }

    .webdesign_page_include {
      margin-top: -100px;
      padding-bottom: 20px;
    }

    .webdesign_page_include h3 {
      color: #4fb6fd;
    }

    .fb_plans {
      color: #FFF;
    }

    .fb_plans .price {
      font-size: 30px;
    }

    .plans_features {
      text-align: center;
      margin-top: 50px;
    }

    .plans_features .features {
      margin-top: 40px;
    }

    .plans_features .features .cms {
      padding-top: 30px;
    }

    .plans_features .features .clean {
      padding-top: 27px;
    }

    .plans_features .features .faster {
      padding-top: 27px;
    }

    .plans_features .features .faster h3 {
      padding-top: 13px;
    }

    .plans_features .features .slideshow {
      margin-top: 50px;
    }

    .plans_features .features .slideshow h3 {
      margin-top: 40px;
    }

    .plans_features .features .support {
      margin-top: 30px;
    }

    .webdesign_convince {
      background-color: #5db4f0;
      color: #FFF;
      padding: 20px 0 20px 0;
    }

    .webdesign_convince .col-md-1 {
      padding-top: 10px;
      margin-right: 0;
      padding-left: 60px;
    }

    .webdesign_convince h2 {
      text-align: center;
    }

    .webdesign_convince h5 {
      font-weight: bold;
    }

    .webdesign_order {
      min-height: 100px;
      background: #f35955;
      text-align: center;
      padding: 15px 10px 10px 10px;
      color: #FFF;
    }

    .webdesign_order a {
      color: #FFF;
      font-weight: bold;
    }

    .webdesign_selected_clients {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 40px;
    }

    .webdesign_selected_clients h1 {
      color: #4fb6fd;
    }

    .webdesign_selected_clients .logos {
      padding-top: 30px;
    }



    .webdesign_selected_clients .masca {
      margin-top: -20px;
    }

    .webdesign_selected_clients .ukec {
      padding-top: 30px;
    }

    .webdesign_selected_clients .landskapmalaysia {
      padding-top: 20px;
    }

    .webdesign_selected_clients .eonbank {
      padding-top: 50px;
    }

    /* END WEB DESIGN PAGE */

    /* Elements */

    .center-block {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .firstlogo {
     max-width: 980px;
   }

   .firstlogo img {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .secondlogo {
    /*margin: 50px 70px 0 70px;*/
    max-width: 650px;
  }

  .secondlogo img {
    margin: 10px 0 30px 0;
  }

  .boxed1 {
    background: #FFF;
    min-width: 280px;
    min-height: 50px;
    text-align: center;
    padding: 20px 0 0 0;
    border:1px solid #dedede;
    border-radius: 10px;
  }

  .plans_box {
    margin-top: 28px;
  }

  .boxed1 .hosting_plan {
    color: #000;
    margin-top: -15px;
    margin-bottom: 0;
    font-size: 25px !important;
  }

  .boxed1 h4 {
    color: #000;
    font-size: 24px;
  }

  .boxed1 .free_head {
    color: #f35955;
    font-size: 26px;
  }

  .plans .plus_sign {
    font-size: 34px;
    color: #000;
  }

  .plans .white {
    color: #FFF;
  }

  .boxed2 {
    background: #FFF;
    min-width: 210px;
    min-height: 324px;
    text-align: center;
    padding: 10px 0 30px 0;
    margin: 10px 0 0 0;
    border:1px solid #dedede;
    border-radius: 10px;
  }



  div.boxed1:hover {

    border:1px solid #5db4f0;
    -webkit-transition: border 0.5s linear;
  }

  div.boxed2:hover {

    border:1px solid #5db4f0;
    -webkit-transition: border 0.5s linear;
  }


  .box-container {
    max-width: 300px;
  }

  .domainbox {
    background: #FFF;
    min-height: 200px;
    min-width: 200px;
    text-align: center;
    padding: 30px 0 0 0;
    margin: 25px 0 10px 0;
    border: 1px solid #dedede;
    border-radius:10px;
  }

  div.domainbox:hover {
    border:1px solid #000;
    -webkit-transition: border 0.5s linear;
  }

  .price_top {
    margin-top: 30px;
  }

  .price_text {
    font-size: 65px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 40px;
  }

  .period_text {
    font-size: 23.8px;
  }

  p.price_text {
    line-height: 50%;
  }

  .price_text_small {
    font-size: 55px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 10px;
  }

  .period_text_small {
    font-size: 23.8px;
  }

  p.price_text_small {
    line-height: 50%;
  }

  .hous_text {
    color: #1d80c5;

  }

  .hosting_plan_head {
    font-size: 43px;
    font-weight: 400;
  }

  .hosting_plan_head_small {
    font-size: 41.94px;
  }

  .desc {
    font-size: 22px;
    font-weight: 200;
    margin: 10px 0 10px 0;
    color: #4f4f4f;
  }

  .desc2 {
    font-size: 16px;
    font-weight: 200;
    margin: 20px 0 0 0;
    color: #4f4f4f;
  }


  .buttons {
    padding-top: 22px;
  }

  .housbtn {
    min-width: 230px;
    min-height: 40px;
  }

  .housinput {
    min-width: 100px;
    height: 25px;
    padding-top: 3px;
  }

  .cloud-img {
    margin-top: -40px;
  }

  .cloud h1 {
    color: #FFF;
  }

  .domainpricetext {
    color: #1d80c5;
    font-size: 18px;
    font-weight: bold;
  }

  p.domain_price {
    line-height: 50%;
    font-size: 38px;
  }

  .higherinclude {
    padding: 10px 10px 10px 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }

  .weaccepttext {
    line-height: 100px;
  }

  .accept-logo {
    /*margin: 0px 0px 0 0px;*/
    line-height: 55px;
  }

  

  .redheader {
    color: #f35955;
  }

  .blueheader {
    color: #5db4f0;
  }

  #comparisontable {
    margin: 20px 0 30px 0;
  }

  #comparisontable thead {
    color: #FFF;
    text-align: center;
    font-size: 25px;
  }

  #comparisontable th {
    text-align: center;
    border-bottom: none;
  }

  #comparisontable td {
    padding: 0px !important;
    border-top: none;
  }

  .table_internal {
    background-color: transparent !important;
    text-align: center;
    margin-bottom: -1px;
    margin-top: -1px;
  }

  .table_internal td {
    border: 1px solid #bdd1df;
    vertical-align: middle !important;
  }

  .table_internal td .fa-check-circle {
    font-size: 20px;
  }

  .table_internal th {
    background: #5db4f0;
    color: white;
    text-transform: uppercase;
    border-top: none !important;
  }
  
  .comparison_head {
    overflow: visible;
  }

  div.comparison_head img {
    margin-left: -25px;
  }

  .comparison .panel {
    border: 0px;
    box-shadow: none;
  }

  .comparison .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0px;
  }

  .comparison .panel-heading a:hover {
    text-transform: none;
  }

  .comparison .panel-heading a {
    color: white;
  }

  .comparison .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    overflow: visible;
  }

  .comparison .panel-group .panel+.panel {
    margin-top: 0;
  }

  .comparison .panel-default>.panel-heading {
    color: #333;
    background-color: #5ba0d0;
    border-color: #ddd;
  }

  .comparison .panel-default>.panel-heading:hover {
    opacity:0.96;
    filter:alpha(opacity=96); /* For IE8 and earlier */
    
  }

  .comparison .panel-body {
    padding: 0px;
    color: #2590c5;
    /*margin-bottom: -22px;*/
  }

  .map {
    height: 300px;
    width: 100%;
  }

  /*Footer*/

  footer {
    margin: 30px 0px 20px 0px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

   @media (min-width:992px)
  {
  footer p {
    margin-top: 40px !important;
    margin-left: 10px;
  }
  }

  footer p {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }

  footer h5 {
    /*margin-left: 10px;*/
    font-weight: 300;
    /*font-style: normal;*/
  }

  footer .twitter a {
    margin-left: 10px;
  }

  footer .facebook a {
    margin-left: 15px;
  }

  footer .instagram a {
    margin-left: 12px;
  }

  footer .facebook {
    margin-left: 3px;
  }

  .sociallink {
    min-height: 100px;
    margin: 40px 0 0 40px;
    text-align: center;
  }

  @media (min-width:992px)
  {
  .engineeredby {
    /*line-height: 200px*/
    max-width: 240px;
  }
  .col1
  {
    display: none;
  }
}
  .col1
  {
    margin-bottom: 4em;
  }
  .col2
  {
    padding-top: 0.1em !important;
  }
  .engineeredby {
        text-align: center;
  }
  .engineeredby img {
    margin: 10px 1px;
  }

  @media (min-width:992px)
  {
      .copyRight
  {
    margin-right: 50px;
  }
     .ftLogo
  {
    float: left;
  }
     .ftLogoImg
  {
    float: right;
  }
  .move-left
  {
    margin-left: 0em !important;
  }
}
.move-left
  {
    margin-left: 2.5em;
  }
    .copyRight
  {

    margin-top: 1em;
    text-align: center;
  }
