.center-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-horizontal {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-vertical-horizontal {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  display: inline;
}
.pie {
  behavior: url('pie.htc');
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
div#message {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
}
div#message a#closeMessage {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 50%;
  margin-right: -470px;
  width: 50px;
  height: 50px;
  background-color: #adadad;
  background-image: -moz-linear-gradient(top,#B1B1B1,#a8a8a8);
  background-image: -ms-linear-gradient(top,#B1B1B1,#a8a8a8);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#B1B1B1),to(#a8a8a8));
  background-image: -webkit-linear-gradient(top,#B1B1B1,#a8a8a8);
  background-image: -o-linear-gradient(top,#B1B1B1,#a8a8a8);
  background-image: linear-gradient(top,#B1B1B1,#a8a8a8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1b1b1', endColorstr='#a8a8a8', GradientType=0);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #B1B1B1;
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  overflow: hidden;
}
div#message a#closeMessage:hover {
  background-color: #d6171a;
  background-image: -moz-linear-gradient(top,#e32127,#c30806);
  background-image: -ms-linear-gradient(top,#e32127,#c30806);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e32127),to(#c30806));
  background-image: -webkit-linear-gradient(top,#e32127,#c30806);
  background-image: -o-linear-gradient(top,#e32127,#c30806);
  background-image: linear-gradient(top,#e32127,#c30806);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e32127', endColorstr='#c30806', GradientType=0);
  border-color: #c30806;
}
div#message div.stripe {
  display: block;
  position: absolute;
  background: #ffffff;
  width: 100%;
  padding: 20px 0;
  height: 100px;
  top: 50%;
  margin-top: -70px;
  left: 0;
}
div#message div.stripe p {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #525252;
  line-height: 2.2;
  margin: auto;
  max-width: 800px;
}
div#message div.stripe p.error {
  font-family: 'Ubuntu', sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  color: #e32127;
  text-transform: uppercase;
}
div#message div.stripe p.success {
  font-family: 'Ubuntu', sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  color: #00ac10;
  text-transform: uppercase;
}
div#message div.stripe p.loading {
  padding-top: 55px;
  margin-top: 8px;
  text-transform: uppercase;
}
div#message div.stripe p.loading .fa {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  font-size: 55px;
  color: #B1B1B1;
}
#banners {
  width: 100%;
  height: 515px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: 50px;
  margin-bottom: 70px;
  float: left;
}
#banners .banner-ul {
  width: 100%;
  height: 515px;
  display: block;
  position: relative;
  overflow: hidden;
}
#banners .banner-ul .banner-li {
  width: 100%;
  height: 515px;
  display: block;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#banners #bannerPager {
  width: 100%;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 999;
  text-align: center;
}
#banners #bannerPager span {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  background: #2e3192;
  border: 1px solid #2e3192;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  margin: 0 3px;
}
#banners #bannerPager span.cycle-pager-active {
  background: #ffffff;
}
#uses {
  width: 100%;
  height: 300px;
  display: table;
  position: relative;
  margin-bottom: 100px;
}
#uses .uses-ul {
  height: 300px;
  display: block;
  position: relative;
  list-style: none;
  overflow: hidden;
}
#uses .uses-ul .uses-li {
  width: 220px;
  height: 300px;
  display: block;
  position: relative;
  margin: 0 10px;
  white-space: initial;
}
#uses .uses-ul .uses-li .use-box {
  display: block;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#uses .uses-ul .uses-li .use-box .use-icon {
  width: 135px;
  height: 135px;
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  border: 2px solid #000000;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  opacity: .3;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}
#uses .uses-ul .uses-li .use-box .use-icon img {
  width: 85px;
  height: 85px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#uses .uses-ul .uses-li .use-box .use-title {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#uses .uses-ul .uses-li .use-box .use-description {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  word-wrap: break-word;
}
#uses .uses-ul .uses-li .use-box:hover .use-icon {
  opacity: .6;
}
#uses .uses-ul .uses-li .use-box:hover .use-title {
  color: #2e3192;
}
#uses .uses-ul .uses-li .use-box:hover .use-description {
  color: #525252;
}
#products {
  display: block;
  position: relative;
  margin-bottom: 100px;
}
#products hr {
  width: 100%;
  height: 40px;
  display: block;
  position: relative;
  border: none;
  clear: both;
}
#products .product-box {
  height: 280px;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#products .product-box:before {
  content: 'border';
  width: 230px;
  height: 290px;
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  overflow: hidden;
  opacity: 0;
  z-index: 99;
  text-indent: -9999px;
  border: 1px solid #B1B1B1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#products .product-box img {
  width: 220px;
  height: 170px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#products .product-box .title {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#products .product-box:hover:before {
  opacity: 1;
}
#products .product-box:hover .title {
  color: #2e3192;
}
#news {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 30px;
  float: left;
}
#news:before {
  content: 'background';
  width: 100%;
  height: 240px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: #2e3192;
  z-index: -1;
}
#news .news-top {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
#news .news-top .news-title {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
}
#news .news-top .news-title .fa {
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  line-height: 2.3;
  font-size: 20px;
  color: #ffffff;
  margin-right: 20px;
}
#news .news-top .news-link {
  display: block;
  position: relative;
  text-align: right;
  margin-top: 20px;
}
#news .news-top .news-link .news-top-link {
  display: table;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  color: #72edff;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 1px solid #72edff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-top .news-link .news-top-link:hover {
  color: #ffffff;
  border-color: #ffffff;
}
#news .news-highlight {
  height: 320px;
  display: block;
  position: relative;
  margin-bottom: 80px;
}
#news .news-highlight .high-image {
  height: 320px;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-highlight:before {
  content: 'shadow';
  width: 540px;
  height: 320px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.6);
  overflow: hidden;
  opacity: 0;
  z-index: 99;
  text-indent: -9999px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-highlight .high-text {
  height: 320px;
  display: block;
  position: relative;
}
#news .news-highlight .high-text .high-title {
  display: block;
  position: relative;
  height: 118px;
  margin-bottom: 25px;
  margin-top: 15px;
}
#news .news-highlight .high-text .high-title time {
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  overflow: hidden;
  float: left;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-highlight .high-text .high-title time .date {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  margin-top: 4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-highlight .high-text .high-title time .month {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-highlight .high-text .high-title .title {
  width: 300px;
  display: block;
  position: relative;
  float: right;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  line-height: 1.4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-highlight .high-text .description {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-highlight .high-text .description p {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-highlight .high-text .button {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #2e3192;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid #2e3192;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
}
#news .news-highlight:hover:before {
  opacity: 1;
}
#news .news-highlight:hover .high-text time {
  background: #72edff;
  border-color: #72edff;
}
#news .news-highlight:hover .high-text time .date {
  color: #2e3192;
}
#news .news-highlight:hover .high-text time .month {
  color: #2e3192;
}
#news .news-highlight:hover .high-text .title {
  color: #72edff;
}
#news .news-highlight:hover .high-text .description p {
  color: #000000;
}
#news .news-highlight:hover .high-text .button {
  color: #ed1c24;
  border-color: #ed1c24;
}
#news .news-box {
  display: block;
  position: relative;
}
#news .news-box:before {
  content: 'shadow';
  width: 300px;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.6);
  overflow: hidden;
  opacity: 0;
  z-index: 99;
  text-indent: -9999px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-box .box-image {
  height: 200px;
  display: block;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-box .title-box {
  display: block;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #2e3192;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-box .title-box time {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  border: 1px solid #a8a8a8;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  float: left;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-box .title-box time .date {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  margin-top: 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-box .title-box time .month {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 8px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-box .title-box .title {
  width: 260px;
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  float: right;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-box .description {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-box .description p {
  display: block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #a8a8a8;
  line-height: 1.4;
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#news .news-box .button {
  display: table;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #2e3192;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid #2e3192;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
}
#news .news-box:hover time {
  border-color: #000000;
}
#news .news-box:hover time .date {
  color: #000000;
}
#news .news-box:hover time .month {
  color: #000000;
}
#news .news-box:hover:before {
  opacity: 1;
}
#news .news-box:hover .title {
  color: #000000;
}
#news .news-box:hover .description p {
  color: #525252;
}
#news .news-box:hover .button {
  color: #ed1c24;
  border-color: #ed1c24;
}
