@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@import "animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #404040;
  color: #000000;
  font: 400 14px/23px Arial, sans-serif;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #025bab;
}
a:active {
  background: transparent;
}
p a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-text-size-adjust: none;
}
strong {
	font-weight: 600;
}
/*============  Text  =============*/
.text-1 {
  font: 400 100px/112px 'Open Sans', sans-serif;
}
.text-1 a:hover {
  color: #025bab;
}
.text-2 {
  font: 400 40px/42px 'Open Sans', sans-serif;
}
.text-2 a:hover {
  color: #025bab;
}
.text-3 {
  font: 400 12px/20px Arial, sans-serif;
}
.text-3 a:hover {
  color: #025bab;
}
.text-4 {
  font: 600 30px/30px 'Open Sans', sans-serif;
}
.text-4 a:hover {
  color: #025bab;
}
.text-5 {
  font: 300 30px/30px 'Open Sans', sans-serif;
}
.text-5 a:hover {
  color: #025bab;
}
.text-6 {
  font: 300 20px/32px 'Open Sans', sans-serif;
}
.text-6 a:hover {
  color: #025bab;
}
.text-7 {
  font: 300 30px/27px 'Open Sans', sans-serif;
}
.text-7 a:hover {
  color: #025bab;
}
.text-8 {
  font: 600 20px/24px 'Open Sans', sans-serif;
}
.text-8 a:hover {
  color: #025bab;
}
.text-9 {
  font: 400 15px/20px 'Open Sans', sans-serif;
}
.text-9 a:hover {
  color: #025bab;
}
.text-10 {
  font: 400 30px/30px 'Open Sans', sans-serif;
}
.text-10 a:hover {
  color: #025bab;
}
@media (min-width: 480px) and (max-width: 979px) {
  .text-1 {
    font-size: 60px;
    line-height: 72px;
  }
  .text-2 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .text-1 {
    font-size: 36px;
    line-height: 48px;
  }
  .text-2 {
    font-size: 18px;
    line-height: 20px;
  }
}
.text-5,
.text-6,
.text-7,
.text-8,
.text-9 {
  text-transform: uppercase;
}
/*============  Colors  =============*/
.color-1 {
  color: #025bab;
}
.color-2 {
  color: #ffffff;
}
.color-3 {
  color: #404040;
}
.color-4 {
  color: #969696;
}
.color-5 {
  color: #015da6;
}
.color-1 a:hover {
  text-decoration: underline;
}
.custom-color a {
	color: #025bab;
}
.custom-color a:hover {
	color: #404040;
}
/*============  Backgrounds  =============*/
.bg-1 {
  background: rgba(46, 46, 46, 0.6);
}
.bg-2 {
  background: url("../images/shadow.png") repeat-x;
}
.bg-3 {
  background: #ffffff;
}
.bg-4 {
  background: #e7e7e7;
}
/*============  Floats  =============*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
.pull-center {
	text-align: center;
}
.side {
    background: url("../images/bg-03.png") repeat-y scroll right center #eee;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    padding: 0 10px;
    vertical-align: middle;
}
.c0, .c1, .c2, .c3, .c4 {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    padding: 5px 0;
    text-align: center;
    width: 15%;
}
body.jsn-textstyle-business.jsn-textsize-medium {
    font-size: 75%;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  border-bottom: 4px solid #3e4144;
  background: url("../images/header_top.png") repeat-x #015da6;
}
.brand {
  padding: 7px 0 27px;
  color: #a1a194;
}
.brand h1 {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font: 300 60px/42px 'Open Sans', sans-serif;
}
.brand h1 a {
  display: inline-block;
  text-transform: capitalize;
}
.brand h1 a:hover {
  color: #ffffff;
}
.brand .slogan {
  display: block;
  padding-left: 114px;
  margin-left: 4px;
  margin-top: 7px;
  font: 300 12px/16px 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #f3a8a0;
}
@media (max-width: 1199px) {
  .brand {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .brand {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .brand h1 {
    padding-left: 0;
  }
  .brand h1 a {
    position: relative;
    display: inline-block;
    top: auto;
    left: 0;
    width: 254px;
    height: auto;
    padding-bottom: 10px;
  }
  .brand .slogan {
    padding-left: 0;
  }
}
.navx {
  position: relative;
}
.navx .sf-menu {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  z-index: 998;
}
.custom_width_img {
	width: 240px;
}
/* Main menu styles
========================================================*/
.padding-top-bottom {
	padding: 20px 0;
}
.sf-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.sf-menu > li {
  display: table-cell;
  position: relative;
  background: #31353d;
  font: 600 14px/15px 'Open Sans', sans-serif;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
}
.sf-menu > li:first-child {
  width: 89px;
  font: normal 42px 'FontAwesome';
  line-height: 80px;
}
.sf-menu > li > a {
  padding-top: 4px;
  color: #ffffff;
  background: #404040;
  border-bottom: 4px solid #292929;
}
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #404040;
  background: #ffffff;
  border-bottom: 4px solid #c7c7c7;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  background: #3b3b3b;
  border-bottom: 4px solid #292929;
}
.sf-menu > li + li {
  border-left: 1px solid #262627;
}
.sf-menu li {
  color: #fff;
}
.sf-menu li a {
  display: block;
  height: 100%;
}
.sf-menu ul {
  position: absolute;
  display: none;
  width: 100%;
  padding: 33px 0 32px;
  font: 600 14px/16px 'Open Sans', sans-serif;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu ul a {
  padding: 6px 10px 6px;
  font-size: 12px;
}
/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  top: 100%;
  margin-top: -4px;
  left: 0;
  background: #404040;
}
.sf-menu > li > ul li.current > a,
.sf-menu > li > ul li > a:hover {
  background: #ffffff;
  color: #404040;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu > li > ul > li > ul {
  top: -4px;
  left: 100%;
  margin-left: 10px;
  background: #015da6;
}
.sf-menu > li > ul > li > ul:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 12px;
  margin-right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #015da6 transparent transparent;
}
.sf-menu > li > ul > li > ul li.current > a,
.sf-menu > li > ul > li > ul li > a:hover {
  background: #404040;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  nav {
    padding-bottom: 20px;
  }
  nav .sf-menu {
    display: none;
    position: relative;
    top: auto;
  }
  nav .select-menu {
    display: block;
    position: relative!important;
    top: 0!important;
    width: 100%;
    height: 40px;
    border: 4px solid #292929;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #404040;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #292929;
  z-index: 999;
}
.isStuck .navx .sf-menu {
  margin: 0;
  position: relative;
  top: auto;
}
.isStuck .navx .sf-menu > li {
  height: 64px;
  line-height: 64px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #f4f4f4;
  /*background: #656769;*/
  overflow: hidden;
}
/*============  Wrappers  =============*/
.wrap_1 {
  background: ##F7981C;
  min-height: 6px;
  border-bottom: 4px solid ##F7981C;
}
@media (max-width: 479px) {
  .wrap_1 .btnx-1:first-child {
    margin-right: 7px;
  }
}
.wrap_2 {
  padding-bottom: 84px;
}
.wrap_3 {
  padding: 240px 0 348px;
}
@media (max-width: 767px) {
  .wrap_3 {
    padding: 50px 0;
  }
}
.wrap_4 {
  padding-bottom: 58px;
}
.wrap_5 {
  padding-top: 89px;
}
.wrap_6 {
  padding-top: 87px;
}
.wrap_7 {
  padding-bottom: 5px;
}
.wrap_8 {
  padding-top: 88px;
}
@media (max-width: 767px) {
  .wrap_8 {
    padding-top: 20px;
  }
}
.wrap_9 {
  padding-bottom: 53px;
}
.wrap_10 {
  padding-bottom: 43px;
}
.img-wrap {
  text-align: center;
}
/*============  Headings  =============*/
.heading-1 {
  padding-bottom: 40px;
}
.heading-2 {
  padding-top: 84px;
  padding-bottom: 53px;
}
.heading-3 {
  padding-top: 64px;
  padding-bottom: 53px;
}
.heading-4 {
  padding-top: 90px;
  padding-bottom: 58px;
}
.heading-5 {
  padding-top: 90px;
  padding-bottom: 53px;
}
.heading-6 {
  padding-top: 64px;
  padding-bottom: 58px;
}
.heading-7 {
  padding-top: 95px;
  padding-bottom: 58px;
}
.heading-8 {
  padding-top: 95px;
  padding-bottom: 53px;
}
.heading-9 {
	padding-top: 35px;
}
.heading-10 {
	margin: 20px 0;
}

/*============  Buttons  =============*/
.btnx-1 {
  padding: 7px 0 11px;
  min-width: 158px;
  font: 400 14px/30px 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.btnx-1:before {
  position: relative;
  top: 5px;
  padding-right: 11px;
  font: 400 25px 'FontAwesome';
}
.btnx-1__skin-1 {
  color: #404040;
  background: #ffffff;
  border-bottom: 4px solid #c7c7c7;
}
.btnx-1__skin-1:hover {
  color: #ffffff;
  background: #969696;
  border-bottom: 4px solid #7f7f7f;
}
.btnx-1__skin-2 {
  color: #ffffff;
  background: #404040;
  border-bottom: 4px solid #292929;
}
.btnx-1__skin-2:hover {
  color: #ffffff;
  background: #969696;
  border-bottom: 4px solid #7f7f7f;
}
.btnx-2 {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 58px;
  height: 58px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #404040;
}
.btnx-2:hover {
  color: #ffffff;
  background: #025bab;
}
.btnx-2:before {
  content: '\f054';
  padding-left: 4px;
  font: 400 26px/58px 'FontAwesome';
}
.btnx-3 {
  display: inline-block;
  position: relative;
  max-width: 100%;
  min-width: 122px;
  margin-right: 49px;
  padding: 14px 0 12px;
  color: #ffffff !important;
  background: #404040;
  border-bottom: 4px solid #292929;
  text-align: center;
  text-transform: uppercase;
  font: 400 15px/20px 'Open Sans', sans-serif;
}
@media (min-width: 979px) and (max-width: 1199px) {
	.leftContainer .btnx-3:after {
		display: none;
	}
	.leftContainer .btnx-3 {
		min-width: 100%;
	}
}
@media (min-width: 320px) and (max-width: 978px) {
	.leftContainer .btnx-3:after {
		display: none;
	}
	.leftContainer .btnx-3 {
		min-width: 100%;
	}
}
.btnx-3:hover {
  color: #ffffff;
}
.btnx-3:hover:after {
  background: #969696;
  border-bottom: 4px solid #7f7f7f;
}
.btnx-3:after {
  content: '\f054';
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 4px;
  width: 44px;
  text-align: center;
  background: #025bab;
  border-bottom: 4px solid #3e4144;
  font: 400 20px/46px 'FontAwesome';
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/*============  Icon  =============*/
.icon-1 {
  display: inline-block;
  width: 179px;
  height: 53px;
  background: url("../images/index_img01.png") no-repeat 0 0;
  -webkit-transition: none;
  transition: none;
}
.icon-1:hover {
  background-position: 0 -53px;
}
.icon-2 {
  display: inline-block;
  width: 168px;
  height: 53px;
  background: url("../images/index_img02.png") no-repeat 0 0;
  -webkit-transition: none;
  transition: none;
}
.icon-2:hover {
  background-position: 0 -53px;
}
.icon-3 {
  display: inline-block;
  width: 166px;
  height: 53px;
  background: url("../images/index_img03.png") no-repeat 0 0;
  -webkit-transition: none;
  transition: none;
}
.icon-3:hover {
  background-position: 0 -53px;
}
.icon-4 {
  display: inline-block;
  width: 168px;
  height: 53px;
  background: url("../images/index_img04.png") no-repeat 0 0;
  -webkit-transition: none;
  transition: none;
}
.icon-4:hover {
  background-position: 0 -53px;
}
/*============  Lists  =============*/
.list-1 {
  font: 400 15px/20px 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.list-1 li {
  position: relative;
  padding: 18px 5px 21px 54px;
}
.list-1 li.skin-1 {
  background: #f4f5f5;
}
.list-1 li.skin-2 {
  background: #fafafa;
}
.list-1 li.skin-3 {
  background: #eeefef;
}
.list-1 li:before {
  content: '\f105';
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -11px;
  color: #025bab;
  font: 400 20px/20px 'FontAwesome';
}
.list-2 {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #e7e7e7;
}
.list-2 li {
  display: table-cell;
  padding: 50px 0;
  text-align: center;
}
.list-2 img {
	width: 100%;
}
@media (max-width: 767px) {
  .list-2 {
    display: block;
  }
  .list-2 li {
    display: block;
    padding: 10px 0;
    text-align: center;
    border-left: 1px solid #f2f2f2;
  }
}
/*============  Boxes  =============*/
.box-1 {
  position: relative;
  margin-top: -170px;
  padding-bottom: 53px;
  margin-bottom: 30px;
  background: #ffffff;
  border-bottom: 4px solid #c9c9c9;
}
.box-1 .text-4 {
  padding: 28px 10px;
}
.box-1__skin-1 .text-4 {
  color: #ffffff;
  background: #b2867b;
  border-bottom: 4px solid #a46456;
}
.box-1__skin-2 .text-4 {
  color: #ffffff;
  background: #a1a194;
  border-bottom: 4px solid #818176;
}
.box-1__skin-3 .text-4 {
  color: #ffffff;
  background: #f2e85c;
  border-bottom: 4px solid #d2c953;
}
.box-1__skin-4 .text-4 {
  color: #ffffff;
  background: #bdd4de;
  border-bottom: 4px solid #a6b9c3;
}
.box-1 .text-4 {
  text-transform: uppercase;
  text-align: center;
}
.box-1 .prise {
  text-transform: uppercase;
}
.box-1 .prise span {
  float: left;
}
.box-1 .prise span:first-child {
  font: 600 70px/70px 'Open Sans', sans-serif;
}
.box-1 .prise span:first-child + span {
  margin-left: 2px;
  font: 600 25px/38px 'Open Sans', sans-serif;
}
.box-1 .prise span:first-child + span + span {
  margin-left: 4px;
  font: 600 20px/32px 'Open Sans', sans-serif;
}
.box-1 .prise:before,
.box-1 .prise:after {
  content: " ";
  display: table;
}
.box-1 .prise:after {
  clear: both;
}
.box-1 .caption {
  padding: 43px 30px 30px;
}
.box-1 .caption .prise + p {
  padding-top: 43px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box-1 .prise span:first-child {
    font-size: 40px;
    line-height: 49px;
  }
  .box-1 .prise span:first-child + span + span {
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .box-1 {
    margin-top: 10px;
  }
}
.box-2 {
  padding-bottom: 30px;
}
.box-2 .put-left {
  margin-right: 38px;
}
.box-2 .fa, .box-4 .fa {
  display: inline-block;
  width: 96px;
  height: 92px;
  color: #ffffff;
  background: #025bab;
  font: 400 50px/96px 'FontAwesome';
  text-align: center;
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 0 0 #3e4144;
  box-shadow: 0 4px 0 0 #3e4144;
}
.box-2 .text-5 + .text-6 {
  padding-top: 5px;
}
.box-2 .clearfix + p {
  padding-top: 30px;
}
.box-2 p + .btnx-3 {
  margin-top: 47px;
}
.box-2 .list-1 + p {
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box-2 .put-left {
    float: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .box-2 .put-left {
    float: none;
    margin: 0 0 20px;
  }
}
.box-3 {
  padding-bottom: 79px;
}
.box-3 .put-left {
  margin-top: 6px;
  padding-right: 23px;
}
.box-3 .fa {
  display: inline-block;
  width: 118px;
  height: 114px;
  text-align: center;
  background: #ffffff;
  border-bottom: 4px solid #c9c9c9;
}
.box-3 .text-8 + p {
  padding-top: 13px;
}
@media (max-width: 479px) {
  .box-3 .put-left {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
}
.box-4 {
  padding-bottom: 35px;
}
.box-4 .put-left {
  margin-right: 30px;
  margin-top: 5px;
}
.box-4 .caption p {
  padding-right: 35px;
}
.box-4 .text-8 + p {
  padding-top: 14px;
}
.box-4 p + .btnx-3 {
  margin-top: 50px;
}
.box-4 p + .rowx,
.box-4 p + .list-1 {
  padding-top: 33px;
}
.box-4 .text-8 + .text-9 {
  padding-top: 14px;
}
.box-4 .text-9 + img {
  margin-top: 26px;
}
.box-4 img + p, .box-4 div + p {
  padding-top: 23px;
}

div.pull-center img, div.pull-center a {
	padding-bottom: 23px;
}
div.reset img {
	padding-bottom: 0;
}

@media (max-width: 979px) {
  .box-4 .put-left {
    float: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .box-4 .text-9 .put-right {
    float: none;
  }
}
.box-5 {
  padding-bottom: 30px;
}
.box-5 img {
  width: 100%;
}
.box-5 .caption-1 {
  padding: 25px 10px 23px 20px;
  background: #f4f4f4;
}
.box-5 .caption-1 .text-9 + p {
  padding-top: 14px;
}
/*============  Quote Box =============*/
.quote-box {
  position: relative;
}
.quote-box:before {
  content: '“';
  display: inline-block;
  font: normal 72px/72px 'Open Sans', sans-serif;
  color: #a1a194;
  height: 40px;
  overflow: hidden;
}
.quote-box .text_8 {
  padding-top: 17px;
  text-transform: uppercase;
}
.quote-box .color_7 {
  padding: 0 56px;
}
@media (max-width: 979px) {
  .quote-box .color_7 {
    padding: 0;
  }
}
/*============  Index Box  =============*/
.index-box {
  position: relative;
  padding-left: 100px;
  padding-bottom: 38px;
}
.index-box .data-index {
  position: absolute;
  top: 5px;
  left: 0;
  width: 70px;
  height: 66px;
  font: 300 48px/68px 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #404040;
  background: #ffffff;
  border-bottom: 4px solid #c7c7c7;
}
.index-box .data-index:before,
.index-box .data-index:after {
  content: '';
  position: absolute;
  left: 100%;
  margin-left: -1px;
  top: 50%;
}
.index-box .data-index:after {
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #ffffff;
}
.index-box .data-index:before {
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 9px;
  border-color: transparent transparent transparent #c7c7c7;
}
.index-box .caption .text-8 + p {
  padding-top: 14px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .index-box {
    padding-left: 60px;
  }
  .index-box .data-index {
    width: 40px;
    height: 36px;
    font-size: 20px;
    line-height: 38px;
  }
}
.index-box2 {
  position: relative;
  padding-left: 80px;
  padding-bottom: 38px;
}
.index-box2:before {
  content: attr(data-index) '.';
  position: absolute;
  top: 5px;
  left: 0;
  width: 46px;
  height: 50px;
  padding-left: 4px;
  color: #ffffff;
  background: #025bab;
  font: 300 30px/30px 'Open Sans', sans-serif;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 25px;
}
.index-box2 .text-8 + p {
  padding-top: 14px;
}
/*============  Map =============*/
.map {
  margin-top: 7px;
  width: 100%;
  height: 468px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
    margin-bottom: 12px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 150px;
  }
}
/*============  Address =============*/
.address .text-8 + p {
  padding-top: 14px;
}
.address p + dl {
  padding-top: 23px;
}
.address .text_2 {
  text-transform: uppercase;
  padding-bottom: 11px;
}
.address dl dt,
.address dl dd {
  display: inline-block;
}
.address dl dt {
  min-width: 90px;
}
.address dl + p + p {
  padding-top: 23px;
}
.address a:hover {
  color: inherit;
  text-decoration: underline;
}
/*============  Terms List =============*/
.terms-list dt {
  text-transform: uppercase;
}
.terms-list dt + dd {
  padding-top: 14px;
}
.terms-list dd + dt {
  padding-top: 28px;
}
/* Stellar(parallaxBG) styles
========================================================*/
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-block {
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .stellar-block {
    background-size: auto 100%;
  }
}
.first {
  background-image: url(../images/index_slide.jpg);
  background-color: #404040;
  background-position: center 0%;
}
@media (max-width: 1199px) {
  .first {
    background-image: url(../images/index_slide_sm.jpg);
  }
}
/*============  CPanel =============*/
.jcetooltip {
	vertical-align: middle;
}
.leftContainer .btnx-3{
	margin-top: 9px;
}
.subpage_body {
	background: #fff;
}
.ltsiderbox {
    float: left;
    left: -3px;
    position: relative;
}
.ltsiderbox a, #accordion_sp1_id172 a, .cd-tabs-content a {
	color: #009aca;
}
.ltsiderbox a:hover, #accordion_sp1_id172 a:hover, .cd-tabs-content a:hover {
	color: #000;
	text-decoration: underline;
}
.ltsiderbox ul {
    margin: 52px 0 0;
    padding: 0;
}
.ltsiderbox ul li, .ltsiderbox_cloud ul li {
    background: url("../images/ltsiderbox_bg.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    color: #000;
    font-size: 14px;
    line-height: 44px;
    list-style: outside none none;
    margin-bottom: 1px;
    padding-right: 10px;
    text-align: right;
}
@media (min-width: 320px) and (max-width: 767px) {
	.ltsiderbox ul li {
	    text-align: center;
	}
}
.box3 {
    color: #fff;
    float: left;
    margin-bottom: 30px;
    margin-left: 1px;
}
.box3 h1 {
    background: url("../images/box3_top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 52px;
    line-height: 37px;
    margin: 0;
    text-align: center;
}
.box3Contents {
    background: #eeefef;
}
.box3Contents ul {
    margin: 0;
}
.box3Contents img {
	vertical-align: middle;
}
.box3Contents ul li {
    line-height: 44px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.leftContainer h1 {
    background: #404040;
    font-size: 18px;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
    color: #fff;
    margin: 0;
    text-align: center;
}
.box5Contents {
    background: url("../images/box3_bg.png") repeat-x scroll 0 0 #0190da;
}
.box5Contents ul {
    margin: 0;
}
.box5Contents ul li {
    line-height: 44px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.style_01 {
    color: #79a046 !important;
    font-size: 18px;
    font-weight: bold;
}
.style_02 {
    font-size: 18px;
    font-weight: bold;
}
.style_03 {
    color: #f3cc09 !important;
    font-size: 24px;
    font-weight: bold;
}
.ordernow_btn2 {
    background: url("../images/ordernow_btn2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 41px;
}
.ordernow_btn2 a {
    background: url("../images/ordernow_btn2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 41px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.ordernow_btn2 a:hover {
    background: url("../images/ordernow_btn2.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    height: 41px;
    width: 100px;
}
.ordernow_btn4 {
    background: url("../images/ordernow_btn4.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 41px;
    width: 100%;
}
.ordernow_btn4 a {
    background: url("../images/ordernow_btn4.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 41px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.ordernow_btn4 a:hover {
    background: url("../images/ordernow_btn4.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
    height: 41px;
    width: 130px;
}
.box4 {
    background: url("../images/box4_btm.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    float: left;
    margin-bottom: 20px;
    padding-bottom: 23px;
    width: 631px;
}
.box4 h1 {
    background: url("../images/box4_top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 24px;
    font-weight: bold;
    line-height: 41px;
    margin: 0;
    padding-left: 20px;
}
.box4_dedi {
    background: url("../images/box4_btm.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    float: left;
    margin-bottom: 20px;
    padding-bottom: 23px;
    width: 940px;
}
.box_special {
    float: left;
    margin-bottom: 20px;
    padding-bottom: 23px;
    width: 940px;
}
.box4_dedi h1 {
    background: url("../images/box4_top_dedi.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 24px;
    font-weight: bold;
    line-height: 41px;
    margin: 0;
    padding-left: 20px;
}
.box4_vps {
    background: url("../images/box4_btm.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    float: left;
    margin-bottom: 20px;
    padding-bottom: 23px;
    width: 631px;
}
.box4_vps h1 {
    background: url("../images/box4_top_vps.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 24px;
    font-weight: bold;
    line-height: 41px;
    margin: 0;
    padding-left: 20px;
}
.box4_cloud {
    background: url("../images/box4_btm.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    float: left;
    margin-bottom: 20px;
    padding-bottom: 23px;
    width: 631px;
}
.box4_cloud h1 {
    background: url("../images/box4_top_cloud.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 24px;
    font-weight: bold;
    line-height: 41px;
    margin: 0;
    padding-left: 20px;
}
.boxSpecial {
    background: none repeat scroll 0 0 #ddd;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    float: left;
    padding: 20px 30px 0;
    width: 889px;
}
.box4Contents {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    float: left;
    padding: 20px 30px 0;
    width: 569px;
}
.box4Contents ul {
    float: left;
    margin: 0 80px 0 0;
    padding: 0;
    width: 200px;
}
.box4Contents ul li {
    font-size: 14px;
    line-height: 24px;
    list-style: inside none disc;
}
.box4Contents h2 {
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
    padding: 10px 0;
}

.ltsiderbox_cloud {
    float: left;
    left: -3px;
    position: relative;
    margin-left: 0;
}
.price {
	vertical-align: middle;
	padding: 14px 0 0;
	margin-left: 110px;
	color: #015da6 !important;
}
.shop {
	margin-bottom: 35px;
}
.shop h2 {
	padding: 20px 0 0 0;
}
.shop ul {
	width: 50%;
}
.shop li {
	font-size: 24px;
	line-height: 55px;
}
.shop li {
	text-align: right;
}
.virtual-private .caption2 {
	border: 1px solid #cecece;
}
.virtual-private h3{
	color: #fff;
    padding: 10px 0;
    text-align: center;
	background: #404040;
}
.virtual-private .list-1:before{
	left: 40px;
}
.virtual-private .list-1 li {
	padding: 10px 5px 12px 64px;
}
div.shop .btnx-3 {
	margin-top: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .price {
		margin-left: 0;
	}
}
.custom-pudding li {
	padding: 0 2em 0.5em 2em;
}
@media (min-width: 320px) and (max-width: 979px) {
  .ltsiderbox_cloud {
    width: 148px;
  }
}
.ltsiderbox_cloud ul {
    margin: 54px 0 0;
    padding: 0;
}
.ltsiderbox_cloud ul li {
    color: #000;
    font-size: 14px;
    line-height: 44px;
    list-style: outside none none;
    margin-bottom: 1px;
    padding-right: 10px;
    text-align: right;
}
table {
    margin: 10px auto 15px;
    padding: 0;
}
.c5 {
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    padding: 10px;
    text-align: right;
}
.c6 {
    border-bottom: 1px solid #cecece;
    font-size: 18px;
    padding: 10px;
}
.c7 {
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    padding: 10px;
    text-align: center;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #404040;
  border-top: 4px solid #c7c7c7;
  padding: 42px 0 28px;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/*============  Info =============*/
.info {
  padding-bottom: 20px;
}
.info .brand {
  padding: 0;
  display: inline-block;
  color: #a1a194;
}
.info .brand h2 {
  position: relative;
  color: #ffffff;
  font: 300 40px/40px 'Open Sans', sans-serif;
}
.info .brand h2 a {
  display: inline-block;
  text-transform: capitalize;
}
.info .brand h2 a:hover {
  color: #ffffff;
}
.info .brand .slogan {
  display: block;
  padding-left: 75px;
  margin-left: 4px;
  margin-top: 0px;
  font: 300 8px/10px 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #a0a0a0;
}
.info .addinfo {
  display: inline-block;
  padding: 7px 0 0 10px;
  color: #828282;
}
@media (max-width: 767px) {
  .info {
    float: none;
    display: inline-block;
  }
}

/*============  Twitter List =============*/
.twitter-timeline.twitter-timeline-rendered {
    text-align: center;
    width: 100% !important;
}
/*========================================================
                    Twitter styles
=========================================================*/

/*============  Social List =============*/
.social-list {
  padding-top: 5px;
}
.social-list li {
  float: left;
}
.social-list li + li {
  margin-left: 12px;
}
.social-list a {
  display: inline-block;
  width: 48px;
  height: 44px;
  color: #ffffff;
  background: #343434;
  -webkit-box-shadow: 0 4px 0 0 #2a2a2a;
  box-shadow: 0 4px 0 0 #2a2a2a;
  text-align: center;
  font: normal 24px/44px 'FontAwesome';
  border-radius: 50px;
}
.social-list a:hover {
  background: #025bab;
  -webkit-box-shadow: 0 4px 0 0 #3e4144;
  box-shadow: 0 4px 0 0 #3e4144;
}
@media (max-width: 767px) {
  .social-list {
    float: none;
    display: inline-block;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 45px;
  right: 30px;
  overflow: hidden;
  border: none;
  width: 48px;
  height: 44px;
  z-index: 20;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  background: #343434;
  -webkit-box-shadow: 0 4px 0 0 #2a2a2a;
  box-shadow: 0 4px 0 0 #2a2a2a;
  border-radius: 24px;
}
#toTop:hover {
  background: #025bab;
  -webkit-box-shadow: 0 4px 0 0 #3e4144;
  box-shadow: 0 4px 0 0 #3e4144;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
