img {max-width: 100%}
.alignleft {float:left;margin-left:15px;}
.alignright {float:right;margin-left:15px;}
.aligncenter {float:none;margin:0 auto;}
body {font-family: Arial, sans-serif; background: #e8e8e8 url(./img/bg.png) left top repeat;}
a:hover {text-decoration: none;}

.headar_area {padding: 25px 0;padding-top: 2cm;}
.logo {margin: 0 0 10px 0;}
.slider_area {}
.slider {background-color: #fff;}
.pricing_area {padding: 25px 0;}

.features_area {padding: 25px 0;}
/* Features */

.features {
  margin: 0 auto 20px auto;
  font-family: 'Raleway', sans-serif;
}
.features .box {
  width: 47.5%;
  float: left;
  padding: 10px 0 10px 0;
  margin: 0 5% 0 0;
  
}
.features .box2,
.features .box4,
.features .box6,
.features .box8,
.features .box10,
.features .box12,
.features .box14,
.features .box16, 
.features .box18,
.features .box20,
.features .box22,
.features .box24,
.features .box26,
.features .box28,
.features .box30,
.features .box32,
.features .box34,
.features .box36 {
  margin-right: 0;
}
.features .box3,
.features .box5,
.features .box7,
.features .box9,
.features .box11,
.features .box13,
.features .box15,
.features .box17, 
.features .box19,
.features .box21,
.features .box23,
.features .box25,
.features .box27,
.features .box29,
.features .box31,
.features .box33,
.features .box35,
.features .box37 {
  clear: both;
}
.features h1, .features h2, .features h3, .features h4, .features h5, .features h6 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 18px;
  font-size: 1.3em;
} 
.features p {
  margin: 0;
  padding: 0;
}

.features .image {
  float: left;
  width: 15%;
  margin-right: 3%;
}
.features .text {
  float: left;
  width: 82%;
}

/* Feature boxes */

.featureboxes {
  margin-bottom: 23px;
}
.featureboxes .box {
  width: 100%;
  box-shadow: 0 0 7px #999;
  background: #fff; 
  float: left;
  height: 100%;
  padding: 0 0 20px 0;
  border: #c2c2c2 1px solid;
  margin: 0 2% 2% 0;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
    box-sizing: border-box; 
    position: relative;
}


.featureboxes .box .title {
  background: #fff url(./img/boxtitlebg.gif) left bottom repeat-x;
  width: 100%;
}
.featureboxes .box h2 {  
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  padding: 5px 30px 15px 30px;
  font-family: 'Raleway', sans-serif;
}

.featureboxes .box p {
  width: 85%;
  color: #777;
  font-size: 15px;
  line-height: 20px;
  margin: 20px auto 0 auto;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
.featureboxes .box ul {
  width: 85%;
  margin: 10px auto 15px auto;
  padding: 15px 0 0 0;
  background: url(./img/boxshadowtop.png) center top no-repeat;
}
.featureboxes .box ul li {
  background: url(./img/boxli.png) left center no-repeat;
  line-height: 20px;
  padding: 4px 0;
  padding-left: 30px;
  font-size: 15px;
  border-bottom: #ececec 1px solid;
  list-style: none;
  font-family: 'Raleway', sans-serif;
  
}
.featureboxes .box ul li:last-child {
  border: 0;
  margin-bottom: 0;
}
.featureboxes .box .pricing {
  padding: 15px 0 5px 0;
  background: url(./img/boxshadowbottom.png) center top no-repeat;
  color: #333333;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  font-size: 2em;  
}
.featureboxes .box .pricing em {
  font-weight: normal;
  font-style: normal;
  font-size: 0.7em;
  color: #777;
}
.featureboxes .box .pricing span {
  font-weight: normal;
  font-size: 15px;
  color: #777;
  font-family: 'Raleway', sans-serif;
}
.featureboxes .box .buttons {
  margin: 10px auto 0 auto;
}
.featureboxes .box .button1 {
  box-shadow: none;
  margin-bottom: 5px;
  font-size: 1em;
}

/* Buttons */

.button1 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em 1em; 
}
.button1:hover {
  text-decoration: none;
}
.button1:active {
  position: relative;
  top: 1px;
}

.color2 {
  color: #fff;
  border: solid 1px #3b3b3b;  
  background-color: #af0600;
      background-image: -ms-linear-gradient(top, #af0600, #8e0400);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#af0600), to(#8e0400));
      background-image: -webkit-linear-gradient(top, #af0600, #8e0400);
      background-image: -o-linear-gradient(top, #af0600, #8e0400);
      background-image: linear-gradient(top, #af0600, #8e0400);
      background-image: -moz-linear-gradient(top, #af0600, #8e0400);
      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#af0600', endColorstr='#8e0400');

}
.color2:hover {
  color: #fff;
  border: solid 1px #3b3b3b;  
  background-color: #8e0400;
      background-image: -ms-linear-gradient(top, #8e0400, #af0600);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8e0400), to(#af0600));
      background-image: -webkit-linear-gradient(top, #8e0400, #af0600);
      background-image: -o-linear-gradient(top, #8e0400, #af0600);
      background-image: linear-gradient(top, #8e0400, #af0600);
      background-image: -moz-linear-gradient(top, #8e0400, #af0600);
      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e0400', endColorstr='#af0600');
}
.color2:active {
  color: #fff;
  background-color: #af0600;
      background-image: -ms-linear-gradient(top, #af0600, #8e0400);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#af0600), to(#8e0400));
      background-image: -webkit-linear-gradient(top, #af0600, #8e0400);
      background-image: -o-linear-gradient(top, #af0600, #8e0400);
      background-image: linear-gradient(top, #af0600, #8e0400);
      background-image: -moz-linear-gradient(top, #af0600, #8e0400);
      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#af0600', endColorstr='#8e0400');
}

.color1 {
  color: #fff;
  border: solid 1px #3b3b3b;  
  background-color: #9ec700;
      background-image: -ms-linear-gradient(top, #9ec700, #86a900);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ec700), to(#86a900));
      background-image: -webkit-linear-gradient(top, #9ec700, #86a900);
      background-image: -o-linear-gradient(top, #9ec700, #86a900);
      background-image: linear-gradient(top, #9ec700, #86a900);
      background-image: -moz-linear-gradient(top, #9ec700, #86a900);
      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ec700', endColorstr='#86a900');
}
.color1:hover {
  color: #fff;
  border: solid 1px #3b3b3b;  
  background-color: #86a900;
      background-image: -ms-linear-gradient(top, #86a900, #9ec700);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86a900), to(#9ec700));
      background-image: -webkit-linear-gradient(top, #86a900, #9ec700);
      background-image: -o-linear-gradient(top, #86a900, #9ec700);
      background-image: linear-gradient(top, #86a900, #9ec700);
      background-image: -moz-linear-gradient(top, #86a900, #9ec700);
      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#86a900', endColorstr='#9ec700');    
}

.color1:active {
  color: #fff;  
  background-color: #9ec700;
      background-image: -ms-linear-gradient(top, #9ec700, #86a900);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ec700), to(#86a900));
      background-image: -webkit-linear-gradient(top, #9ec700, #86a900);
      background-image: -o-linear-gradient(top, #9ec700, #86a900);
      background-image: linear-gradient(top, #9ec700, #86a900);
      background-image: -moz-linear-gradient(top, #9ec700, #86a900);
      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ec700', endColorstr='#86a900');  
}

/* Big Header */

.bigheader {
  width: 100%;
  background: url(./img/bigtitle.png) left center repeat-x;
  margin: 0 0 30px 0;
}

.bigheader h1, .bigheader h2, .bigheader h3, .bigheader h4, .bigheader h5, .bigheader h6 {
  padding: 7px 2%;
  line-height: 1.3em;
  text-align: center;
  background: #f7f7f7 url("./img/titlebg.png") top left repeat-x;
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 17px;
  font-weight: bold;
  border: #b5b5b5 1px solid;
}

.partners_area {padding: 25px 0; background-color: #000;}
.partners {}

.bottom_area {font-family: 'Raleway', sans-serif; border-top: #1f1f1f 1px solid; border-bottom: #1f1f1f 1px solid; background: url(./img/footerinnerbg.png) left top repeat; background-color: #0F0E0E; padding: 25px 0;}
.bottom {color: #b2b2b2;}
.single_widget {}
.single_widget h2 {font-size: 20px; color: #fff; border-bottom: #343434 1px solid; padding: 0 0 10px 0;}
.single_widget ul {color: #b2b2b2;}
.single_widget li {line-height: 24px; font-size: 15px;}
.single_widget a {color: #b2b2b2; text-decoration: none;}
.single_widget a:hover {color: #fff;}

.content_area {font-family: 'Raleway', sans-serif;   padding: 20px 0;}
.content {color: #373737;}
.content h2 {font-size: 17px;}
.content h3 {font-size: 17px;}
.content p {font-size: 15px; line-height: 25px; text-align: justify;}
.content ul {font-size: 15px; line-height: 30px;}

.content_highlightbox {
  padding: 2%;
  background: #fff;
  outline: #b5b5b5 1px solid;
  margin: 0 0 20px 0;
}

.content_highlightbox p {font-size: 13px;}

.hosting_highligh_area {font-family: 'Raleway', sans-serif; padding-top: 20px;}
.hosting_highligh {}

.heading_area {
  margin: 0 auto;
  background: url(./img/subbanner.jpg) left center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 175px;
  font-family: 'Raleway', sans-serif;
  padding-top: 25px;
}
.subbanner {}

.subbanner h1 {
  float: left;
  color: #fff;
  line-height: 1.1em;
  margin: 60px 0 0 30px;
  font-size: 30px;
}
.highlightbox {
  padding: 2%;
  background: #fff;
  margin: 0 0 20px 0;
}

.hosting_package_area {}
.hosting_package {}



.footer_area {font-family: 'Raleway', sans-serif; background-color: #000000; padding: 20px 0;}
.footer {font-size: 15px;}
.footer p {color: #b2b2b2;}
.footer a {color: #b2b2b2;}
.footer a:hover {color: #fff;}
.copyright-left {float: left; text-align: left;}
.copyright-right {float: right; text-align: right;}


.social {}
.social li {display: inline-block; margin: 3px 3px;}
.social li a {font-size: 20px; color: #fff; padding: 8px 12px;}
.social li, .social li a {float: left; height: 38px; width: 38px; border-radius: 50%;}

.facebook a {
  background-color: #888888;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.facebook a:hover {
  background-color: #3B5998;
  color:#fff; 
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.twitter a {
  background-color: #888888;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.twitter a:hover {
  background-color: #00ACED;
  color:#fff;
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.g-plus a {
  background-color: #888888;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.g-plus a:hover {
  background-color: #DD4B39;
  color:#fff;
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}


.domain_area {
  background: url(./img/domainchecker.jpg) left top repeat;
  position: relative;
  height: 50px; 
}
/* Domainchecker */
.domainchecker {
  position: relative;
  clear: both;
  z-index: 10;
  font-family: 'Raleway', sans-serif;
}

.domainchecker .inner {
  width: 90%;
  margin: 0 auto;
}

.domainchecker .half {
  width: 100%;
  margin: 0 5% 0 0;
  float: left;
}

.domainchecker .domaininput {
  background:#fff;
  width:53%;
  height:36px;
  line-height:36px; 
  float:left;
  font-size:1.2em;
  padding:0 2%;
  margin:6px 2% 0 0;
  border:1px solid #5e0400; 
}
.domainchecker .domaindropdown {
  background: #fff;
  width: 20%;
  height: 36px;
  line-height:36px;
  float: left;
  font-size: 1.2em;
  padding: 6px 0%;
  border-top: 1px solid #5e0400;
  border-left: 1px solid #5e0400;
  border-bottom: 1px solid #5e0400;
  border-right: none;
  margin: 6px 0 0 0;
}
.domainchecker .search {
  width: 20%;
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  color: #000;
  font-size: 1.3em;
  float: left;
  display: block;
  border: none;
  margin: 7px 0 0 0;
}
.domainchecker .search:hover {
  border: none;
  cursor: pointer;  
  color: #000;
}


.panel {
    margin-bottom: 26px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
    padding: 15px
}
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}
.panel-body:after {
    clear: both
}
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}
.panel-body:after {
    clear: both
}
.panel>.list-group {
    margin-bottom: 0
}
.panel>.list-group .list-group-item {
    border-width: 1px 0
}
.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.panel>.table,
.panel>.table-responsive {
    margin-bottom: 0
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}
.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px
}
.panel-title>a {
    color: inherit
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
    overflow: hidden
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.panel-group .panel-heading {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}
.panel-default>.panel-heading>.dropdown .caret {
    border-color: #333 transparent
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}
.panel-primary {
    border-color: #1cad8d
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #1cad8d;
    border-color: #1cad8d
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #1cad8d
}
.panel-primary>.panel-heading>.dropdown .caret {
    border-color: #fff transparent
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #1cad8d
}
.panel-success {
    border-color: #1be3df
}
.panel-success>.panel-heading {
    color: #18b1cc;
    background-color: #30cbe7;
    border-color: #1be3df
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #1be3df
}
.panel-success>.panel-heading>.dropdown .caret {
    border-color: #18b1cc transparent
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #1be3df
}
.panel-warning {
    border-color: #ffd193
}
.panel-warning>.panel-heading {
    color: #ffdc79;
    background-color: #ffe9ac;
    border-color: #ffd193
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ffd193
}
.panel-warning>.panel-heading>.dropdown .caret {
    border-color: #ffdc79 transparent
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ffd193
}
.panel-danger {
    border-color: #ff8b84
}
.panel-danger>.panel-heading {
    color: #ff8b6b;
    background-color: #ffb39e;
    border-color: #ff8b84
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ff8b84
}
.panel-danger>.panel-heading>.dropdown .caret {
    border-color: #ff8b6b transparent
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ff8b84
}
.panel-info {
    border-color: #227567
}
.panel-info>.panel-heading {
    color: #1f6969;
    background-color: #2b9090;
    border-color: #227567
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #227567
}
.panel-info>.panel-heading>.dropdown .caret {
    border-color: #1f6969 transparent
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #227567
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none!important;
    visibility: hidden!important
}
.affix {
    position: fixed
}

.price-item {
    background-color: #fff;
}
.price-item .panel {
    margin-top: 60px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}
.price-item .panel .panel-heading {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    min-height: 75px
}
.price-item .panel .panel-body {
    background: #1cad8d;
    padding: 0
}
.price-item .panel .panel-body h3 {
    text-align: center;
    margin: 10px 0;
    line-height: 1.2;
    color: #fff
}
.price-item .panel .panel-body .list-unstyled {
    margin-bottom: 0
}
.price-item .panel .panel-body .list-unstyled li {
    padding: 5px 15px
}
.price-item .panel .panel-body .list-unstyled li:nth-child(even) {
    background: #F5F5F5
}
.price-item .panel .panel-body .list-unstyled li:nth-child(odd) {
    background: #fff
}
.price-item .panel .panel-body .list-unstyled li:after {
    content: "";
    display: table;
    clear: both
}
.price-item .panel .panel-body .list-unstyled li p {
    margin: 0
}
.price-item .panel>.panel-footer {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}
.price-item .panel.panel-success .panel-footer {
    background: #b9eef7
}
.price-item .panel.panel-success .panel-body {
    background: #18b1cc
}
.price-item .panel.panel-success .price-value {
    background: #18b1cc
}
.price-item .panel.panel-success .price-period {
    border: 1px solid #18b1cc
}
.price-item .panel.panel-success .price-period p {
    color: #18b1cc
}
.price-item .panel.panel-info .panel-footer {
    background: #a3e4e4
}
.price-item .panel.panel-info .panel-body {
    background: #1f6969
}
.price-item .panel.panel-info .price-value {
    background: #1f6969
}
.price-item .panel.panel-info .price-period {
    border: 1px solid #1f6969
}
.price-item .panel.panel-info .price-period p {
    color: #1f6969
}
.price-item .panel.panel-danger .panel-footer {
    background: #ffc7b8
}
.price-item .panel.panel-danger .panel-body {
    background: #ff8b6b
}
.price-item .panel.panel-danger .price-value {
    background: #ff8b6b
}
.price-item .panel.panel-danger .price-period {
    border: 1px solid #ff8b6b
}
.price-item .panel.panel-danger .price-period p {
    color: #ff8b6b
}
.price-item .panel.panel-warning .panel-footer {
    background: #fff0c6
}
.price-item .panel.panel-warning .panel-body {
    background: #1cad8d
}
.price-item .panel.price-popular {
    margin-top: 50px;
    border: 1px solid #1cad8d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative
}
.price-item .panel.price-popular .panel-body {
    -webkit-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .1)
}
.price-item .panel.price-popular .price-value {
    background: #fff;
    border: 5px solid #1cad8d;
    color: #1cad8d;
    text-shadow: 0 1px 0 #f5f5f5, 0 2px 0 #f5f5f5, 0 3px 0 #f5f5f5, 0 4px 0 #f5f5f5, 0 5px 0 #f5f5f5
}
.price-item .panel.price-popular .price-period {
    background: #1cad8d
}
.price-item .panel.price-popular .price-period p {
    color: #fff
}
.price-item .panel.price-popular.panel-success {
    border: 1px solid #18b1cc
}
.price-item .panel.price-popular.panel-success .price-value {
    border: 5px solid #18b1cc;
    color: #18b1cc
}
.price-item .panel.price-popular.panel-success .price-period {
    background: #18b1cc
}
.price-item .panel.price-popular.panel-info {
    border: 1px solid #1f6969
}
.price-item .panel.price-popular.panel-info .price-value {
    border: 5px solid #1f6969;
    color: #1f6969
}
.price-item .panel.price-popular.panel-info .price-period {
    background: #1f6969
}
.price-item .panel.price-popular.panel-danger {
    border: 1px solid #ff8b6b
}
.price-item .panel.price-popular.panel-danger .price-value {
    border: 5px solid #ff8b6b;
    color: #ff8b6b
}
.price-item .panel.price-popular.panel-danger .price-period {
    background: #ff8b6b
}
.price-item .hover-1 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.price-item .hover-1 .panel-body h3,
.price-item .hover-1 .panel-body .pull-left {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.price-item .hover-1 .price-value,
.price-item .hover-1 .price-period {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.price-item .hover-1 .list-unstyled li {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 1.2s ease-in;
    -moz-transition: all 1.2s ease-in;
    -ms-transition: all 1.2s ease-in;
    -o-transition: all 1.2s ease-in;
    transition: all 1.2s ease-in
}
.price-item .hover-1:hover .price-value,
.price-item .hover-1:hover .price-period {
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg)
}
.price-item .hover-1:hover .price-value {
    border-color: #158169
}
.price-item .hover-1:hover .panel-footer,
.price-item .hover-1:hover .panel-heading {
    background: #fff
}
.price-item .hover-1:hover .panel-body h3,
.price-item .hover-1:hover .panel-body .pull-left {
    color: #0e5545
}
.price-item .hover-1:hover .list-unstyled li {
    -webkit-box-shadow: inset 0 1px 0 0 #158169;
    -moz-box-shadow: inset 0 1px 0 0 #158169;
    box-shadow: inset 0 1px 0 0 #158169;
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
    color: #fff
}
.price-item .hover-1:hover .list-unstyled li:nth-child(odd),
.price-item .hover-1:hover .list-unstyled li:nth-child(even) {
    background: rgba(0, 0, 0, 0)
}
.price-item .hover-1.panel-success:hover .price-value {
    border-color: #13899e
}
.price-item .hover-1.panel-success:hover .panel-body h3,
.price-item .hover-1.panel-success:hover .panel-body .pull-left {
    color: #0d6271
}
.price-item .hover-1.panel-success:hover .list-unstyled li {
    -webkit-box-shadow: inset 0 1px 0 0 #13899e;
    -moz-box-shadow: inset 0 1px 0 0 #13899e;
    box-shadow: inset 0 1px 0 0 #13899e
}
.price-item .hover-1.panel-info:hover .price-value {
    border-color: #134242
}
.price-item .hover-1.panel-info:hover .panel-body h3,
.price-item .hover-1.panel-info:hover .panel-body .pull-left {
    color: #081a1a
}
.price-item .hover-1.panel-info:hover .list-unstyled li {
    -webkit-box-shadow: inset 0 1px 0 0 #134242;
    -moz-box-shadow: inset 0 1px 0 0 #134242;
    box-shadow: inset 0 1px 0 0 #134242
}
.price-item .hover-1.panel-danger:hover .price-value {
    border-color: #ff6338
}
.price-item .hover-1.panel-danger:hover .panel-body h3,
.price-item .hover-1.panel-danger:hover .panel-body .pull-left {
    color: #ff3b05
}
.price-item .hover-1.panel-danger:hover .list-unstyled li {
    -webkit-box-shadow: inset 0 1px 0 0 #ff6338;
    -moz-box-shadow: inset 0 1px 0 0 #ff6338;
    box-shadow: inset 0 1px 0 0 #ff6338
}
.price-item .hover-2 .list-unstyled li {
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}
.price-item .hover-2:hover .list-unstyled li {
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .3);
    color: #fff
}
.price-item .hover-2:hover .list-unstyled li:nth-child(odd),
.price-item .hover-2:hover .list-unstyled li:nth-child(even) {
    background: rgba(0, 0, 0, 0)
}
.price-item .hover-3 .list-unstyled li:nth-child(1) {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}
.price-item .hover-3 .list-unstyled li:nth-child(2) {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.price-item .hover-3 .list-unstyled li:nth-child(3) {
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}
.price-item .hover-3 .list-unstyled li:nth-child(4) {
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}
.price-item .hover-3 .list-unstyled li:nth-child(5) {
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in
}
.price-item .hover-3 .list-unstyled li:nth-child(6) {
    -webkit-transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    -ms-transition: all .7s ease-in;
    -o-transition: all .7s ease-in;
    transition: all .7s ease-in
}
.price-item .hover-3 .list-unstyled li:nth-child(7) {
    -webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -ms-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in
}
.price-item .hover-3 .list-unstyled li:nth-child(8) {
    -webkit-transition: all .9s ease-in;
    -moz-transition: all .9s ease-in;
    -ms-transition: all .9s ease-in;
    -o-transition: all .9s ease-in;
    transition: all .9s ease-in
}
.price-item .hover-3 .list-unstyled li:nth-child(9) {
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in
}
.price-item .hover-3:hover .list-unstyled li {
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .3);
    color: #fff
}
.price-item .hover-3:hover .list-unstyled li:nth-child(1),
.price-item .hover-3:hover .list-unstyled li:nth-child(2),
.price-item .hover-3:hover .list-unstyled li:nth-child(3),
.price-item .hover-3:hover .list-unstyled li:nth-child(4),
.price-item .hover-3:hover .list-unstyled li:nth-child(5),
.price-item .hover-3:hover .list-unstyled li:nth-child(6),
.price-item .hover-3:hover .list-unstyled li:nth-child(7),
.price-item .hover-3:hover .list-unstyled li:nth-child(8),
.price-item .hover-3:hover .list-unstyled li:nth-child(9),
.price-item .hover-3:hover .list-unstyled li:nth-child(10) {
    background: rgba(0, 0, 0, 0)
}
.price-value {
    position: absolute;
    background: #1cad8d;
    text-align: center;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border-radius: 50%;
    border: 5px solid #fff;
    color: #fff
}
.price-value p {
    margin: 0;
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%
}
.price-value p span {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 30px
}
.price-period {
    position: absolute;
    background: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    top: -50px;
    right: 50%;
    margin-right: -50px;
    border-radius: 50%;
    border: 1px solid #1cad8d
}
.price-period p {
    margin: 0;
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    color: #1cad8d
}
.price-period p span {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px
}

.columnsidebar {
  margin: 0 0 2% 0;
  float: left;
}

.columnsidebar .box h1, .columnsidebar .box h2, .columnsidebar .box h3, .columnsidebar .box h4, .columnsidebar .box h5, .columnsidebar .box h6 {
  background: url(./img/boxtitlebg.gif) left bottom repeat-x;
  /* line-height: 1.1em; */
  padding: 0 0 15px 0;
  color: #000;
  padding-left: 4%;
  font-size: 20px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: #b5b5b5 1px solid;
  font-weight: bold;
}

.columnsidebar .box p, .columnsidebar .box ul {
  width: 85%;
  margin: 0 auto 10px auto;
}
.columnsidebar .box p:last-child, .columnsidebar .box ul:last-child {
  margin-bottom: 0;
}
.columnsidebar .box ul li {
  background: url(./img/check.png) left center no-repeat;
  line-height: 14px;
  padding: 5px 0 0 25px;
  margin-bottom: 5px;
  list-style: none;
  margin-left: -40px;
}
.columnsidebar .box {
  width: 100%;
  background: #fff;
  border: #c2c2c2 1px solid;
  padding: 0 0 4% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 7px #999;
  margin: 0 0 6% 0;
}
.center {
  text-align: center;
}
.img-paypal {
  max-width: 230px;
}
.img-creditcard {
  max-width: 209px;
}
.img-banktransfer {
  max-width: 111px;
}
.menu_area {
  background: #39b1cc;
  background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
  background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: linear-gradient(to bottom, #51bbd2 0%, #2d97af 100%);
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Helvetica, sans-serif;
  width: auto;
  background: #39b1cc;
  background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
  background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: linear-gradient(to bottom, #51bbd2 0%, #2d97af 100%);
}
#cssmenu > ul {
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 18px 25px 21px 25px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #d3eced;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #32a9c3;
  background: rgba(0, 0, 0, 0.1);
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
  z-index: 9999;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background: #39b1cc;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    border-bottom: 2px solid #d3eced;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}
