
.social-hub
{
	display: none;
}

/* =Minimal base appearance
*******************************************************************************/
/* MODULES
****************************************************************************************/
/* =article module */
.article-date {
  float: right;
  color: #828282;
}
.article-intro {
  margin-bottom: 10px;
  padding: 10px;
}
.ai-date-title {
  padding-bottom: 10px;
}
.ai-date-title h2 {
  float: left;
  font-size: 14px;
}
.ai-date {
  float: right;
  font-size: 11px;
  color: #828282;
}
.ai-img {
  float: left;
  margin: 0 10px 5px 0;
}
.readmore-wrap {
  text-align: right;
}
.readmore:after,
.go-back-lnk a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.go-back-lnk {
  margin-top: 15px;
}
.go-back-lnk a:before {
  margin-right: 3px;
  border-right: 4px solid #999999;
}
.readmore:after {
  margin-left: 3px;
  border-left: 4px solid #999999;
}
.catalog-category,
.catalog-category-item {
  border-top: 1px solid #ccc;
  padding: 10px;
}
.catalog-category:first-child,
.catalog-category-item:first-child {
  border-top: none;
}
.cc-image {
  float: left;
  margin-right: 10px;
}
.cc-cnt {
  overflow: hidden;
}
.catalog-category-link {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.download-documents ul,
.download-documents li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.download-documents a {
  display: block;
  width: 32px;
  height: 32px;
}
.download-documents .pdf-link a {
  background-image: url(../png/file_extension_pdf.png);
}
.download-documents .doc-link a {
  background-image: url(../png/file_extension_doc.png);
}
/* =latest articles module */
.latestarticles-row {
  padding: 5px;
  border-top: 1px solid #bbb;
}
.latestarticles-row:first-child {
  border-top: none;
}
.lr-title,
.lr-intro {
  margin-bottom: 5px;
}
.lr-date {
  font-size: 11px;
  color: #676767;
}
/* =faq */
.faqitem {
  margin: 0;
}
.faqitem .question a {
  background: url("../gif/arrow-faq.gif") no-repeat 0 6px;
  font-size: 18px;
  padding-left: 15px;
}
.faqitem .question.open a {
  background-position: 0 -95px;
}
.faqitem .answer {
  padding: 10px 17px 0;
}
.faqitem .answer p {
  padding: 0 0 5px;
}
/* = front end sitemap module */
.sitemap {
  padding-bottom: 30px;
  line-height: 25px;
}
.sitemap li a {
  display: inline-block;
  padding-left: 10px;
  font-weight: bold;
  font-size: 14px;
}
.sitemap li a:hover {
  background: url(../png/sitemap-bulltet-active.png) no-repeat 0 11px;
}
.sitemap li ul {
  padding-left: 20px;
}
.sitemap li ul a {
  font-weight: normal;
  font-size: 12px;
}
/* = testimonials */
.ti-title {
  width: 170px;
  float: left;
  margin: 0 0 10px;
  font-weight: bold;
}
.ti-msg {
  width: 360px;
  float: left;
  margin-left: 10px;
}
.aside .widget {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  padding: 0 0 5px;
  margin-bottom: 10px;
}
.aside .widget iframe,
.aside .widget object,
.aside .widget embed {
  max-width: 100%;
}
.banner {
  text-align: center;
  padding: 0 !important;
}
.banner .title {
  text-align: left;
}
.breadcrumbs {
  padding: 14px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
}
.breadcrumbs span {
  color: #e20000;
  white-space: nowrap;
}
.breadcrumbs a {
  color: #424242;
}
.breadcrumbs a:after {
  content: '';
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -230px 0;
  width: 7px;
  height: 11px;
  display: inline-block;
  margin: 0 6px 0 8px;
}
.videoholder {
  margin-bottom: 15px;
  padding: 0;
}
.ecommerceextendedcartinfo {
  width: 250px;
  margin-bottom: 10px;
}
.featured-product {
  display: inline-block;
}
/* =pager */
.yiiPager {
  display: block;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 15px;
  padding-top: 8px;
}
.yiiPager li {
  display: inline;
}
.yiiPager a {
  border: solid 1px #E4E4E4;
  font-weight: bold;
  background: #F1F1F1;
  color: #0e509e;
  padding: 1px 6px;
  text-decoration: none;
  border-radius: 3px;
}
.yiiPager a:hover {
  border-color: #0e509e;
}
.yiiPager .page a {
  font-weight: normal;
}
.yiiPager .selected a {
  background: #D7EDFD;
  color: #1E8CDD;
  font-weight: bold;
}
.yiiPager .hidden a {
  border: solid 1px #eee;
  color: #888;
}
.yiiPager .first,
.yiiPager .last {
  display: none;
}
.cart-pager {
  margin: 10px 0;
}
/* =original form wm2
*******************************************************************************/
.admin-box .actions {
  position: absolute;
  z-index: 1000;
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.perfectUX {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.perfectUX:before {
  content: '';
  top: 30%;
  left: 50%;
  width: 186px;
  height: 23px;
  position: absolute;
  margin-left: -93px;
  background: center / auto 100% url(../png/logo.png) no-repeat;
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}
.debug {
  border: 1px dotted #f00 !important;
}
.b {
  font-weight: bold;
}
.hidden {
  display: none !important;
}
@media only screen and (max-width: 959px) {
  .only-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .only-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .only-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 959px) {
  .only-tablet {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .only-tablet {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .only-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 959px) {
  .only-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .only-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 959px) {
  .not-mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .not-mobile {
    display: none !important;
  }
}
/* Preview mode */
#wm2-preview-mode {
  background: #f00;
  border: 1px solid #E4E4E4;
  color: #fff;
  font: bold 12px/27px Verdana, Arial, sans-serif;
  box-shadow: 0px 0px 4px #888;
  text-shadow: 0px 0px 1px #666;
  white-space: nowrap;
  height: 30px;
  width: 110px;
  text-align: center;
  left: 0;
  top: 5px;
  margin: 5px 0 0 5px;
  padding: 0 5px;
  position: fixed;
  z-index: 9999;
}
.pm-close {
  position: absolute;
  background: #fff;
  border: 1px solid #555;
  right: -7px;
  top: -7px;
  height: 12px;
  width: 12px;
  text-align: center;
  color: #555;
  font: 11px/11px Arial;
  border-radius: 50%;
  cursor: pointer;
}
.pm-close:hover {
  color: #f00;
}
.list-view-loading {
  opacity: 0.5;
}
.loader {
  background: url(../gif/ajax-loader.gif) no-repeat 50% 50% rgba(255, 255, 255, 0.5);
  opacity: 0.7;
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
}
/* =Base Layout
*******************************************************************************/
.text-green {
  color: #00bfa5;
}
.text-red {
  color: #e20000;
}
a.view-more {
  color: #e20000;
  font-size: 17px;
  text-transform: uppercase;
}
a.view-more:after {
  position: relative;
  content: '';
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -227px 1px;
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 1px solid #e20000;
  margin-left: 8px;
  top: 2px;
}
a.view-more:hover::after {
  background-color: #e20000;
  background-position: -227px -19px;
}
@media only screen and (max-width: 959px) {
  a.view-more {
    font-size: 16px;
  }
}
.green-icons-ul {
  list-style: none;
}
.green-icons-ul > li {
  position: relative;
  list-style: none;
  font-size: 22px;
  font-family: 'RobotoC-bold', sans-serif;
  padding: 56px 0 8px 74px;
  min-height: 118px;
  width: 300px;
  margin-right: 15px;
  letter-spacing: -0.01em;
}
.green-icons-ul > li:before {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: 0 0;
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  content: '';
  width: 56px;
  height: 56px;
  border: 2px solid #00bfa5;
  border-radius: 50%;
  left: 0;
  top: 52px;
}
.green-icons-ul > li .view-more {
  display: inline-block;
  padding-top: 10px;
  letter-spacing: 0.08em;
}
.green-icons-ul .li-green-badge {
  color: #424242;
}
.green-icons-ul .li-green-badge:before {
  background-position: -156px -249px;
}
.green-icons-ul .li-green-sms {
  color: #424242;
}
.green-icons-ul .li-green-sms:before {
  background-position: -229px -248px;
}
.green-icons-ul .li-green-night {
  color: #424242;
}
.green-icons-ul .li-green-night:before {
  background-position: -297px -248px;
}
.green-icons-ul .li-green-wifi {
  color: #424242;
}
.green-icons-ul .li-green-wifi:before {
  background-position: -369px -244px;
}
.green-icons-ul .li-green-tel {
  color: #424242;
}
.green-icons-ul .li-green-tel:before {
  background-position: -444px -254px;
}
.frame {
  /*width: 950px;*/
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .frame {
    width: 768px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .frame {
    width: 640px;
  }
}
@media only screen and (max-width: 639px) {
  .frame {
    width: 100%;
  }
}
.header,
.footer {
  min-width: 950px;
}
@media only screen and (max-width: 959px) {
  .header,
  .footer {
    min-width: 0;
  }
}
.container {
  padding: 0 0 45px;
  position: relative;
}
.container.widget {
  padding: 0;
}
.general {
  position: relative;
}
@media only screen and (max-width: 959px) {
  .general .general-top {
    padding: 0 15px;
  }
}
.cB,
.clearfix {
  clear: both;
}
.tC {
  text-align: center;
}
img {
  max-width: 100%;
}
iframe {
  max-width: 100% !important;
}
td img {
  max-width: none;
}
.mce-content p,
.cms-txt p {
  margin-bottom: 15px;
}
.mce-content p:last-child,
.cms-txt p:last-child {
  margin-bottom: 0;
}
/**
 * 	where you can use UL OL lists
 */
.mce-content ul,
.cms-txt ul,
.answer ul,
.mce-content ol,
.cms-txt ol,
.answer ol {
  padding-left: 18px;
}
.mce-content ul li,
.cms-txt ul li,
.answer ul li,
.mce-content ol li,
.cms-txt ol li,
.answer ol li {
  position: relative;
  line-height: 30px;
}
.mce-content ul li:before,
.cms-txt ul li:before,
.answer ul li:before,
.mce-content ol li:before,
.cms-txt ol li:before,
.answer ol li:before {
  position: absolute;
  content: '';
  display: block;
  top: 11px;
  left: -16px;
}
.mce-content ul li:before,
.cms-txt ul li:before,
.answer ul li:before {
  background: #00bfa5;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.mce-content ol,
.cms-txt ol,
.answer ol {
  counter-reset: item;
}
.mce-content ol li:before,
.cms-txt ol li:before,
.answer ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  display: block;
  color: #00bfa5;
  top: 0;
  left: -20px;
}
.mce-content ul.red-check-list,
.cms-txt ul.red-check-list,
.answer ul.red-check-list {
  padding-left: 35px;
}
.mce-content ul.red-check-list li,
.cms-txt ul.red-check-list li,
.answer ul.red-check-list li {
  font: 20px/37px 'RobotoC-bold', sans-serif;
  letter-spacing: -0.01em;
}
.mce-content ul.red-check-list li:before,
.cms-txt ul.red-check-list li:before,
.answer ul.red-check-list li:before {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -460px 0;
  width: 17px;
  height: 17px;
  display: inline-block;
  content: '';
  border-radius: 0;
  top: 10px;
  left: -34px;
}
.mce-content ul.grey-check-list,
.cms-txt ul.grey-check-list,
.answer ul.grey-check-list {
  padding-left: 10px;
}
.mce-content ul.grey-check-list li,
.cms-txt ul.grey-check-list li,
.answer ul.grey-check-list li {
  line-height: 22px;
}
.mce-content ul.grey-check-list li:before,
.cms-txt ul.grey-check-list li:before,
.answer ul.grey-check-list li:before {
  content: '';
  border-radius: 50%;
  background: #424242;
  width: 4px;
  height: 4px;
  top: 7px;
  left: -10px;
}
.standard-text-color {
  color: #424242;
}
a.play-button {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
a.play-button:before {
  position: absolute;
  content: '';
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: 0 -340px;
  width: 105px;
  height: 105px;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin: -53px 0 0 -53px;
  z-index: 5;
}
a.play-button label {
  position: absolute;
  width: 100%;
  padding: 12px 17px;
  min-height: 36px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  color: #fff;
}
img.image-play-label {
  position: relative;
  display: block;
}
/**
 * 	PAGINATION
 **********************************************************************/
.summary-bottom {
  font-size: 16px;
  border-top: 3px solid #e20000;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .summary-bottom {
    text-align: center;
  }
}
.summary-bottom .cart-pager {
  float: right;
  margin: 0;
}
.summary-bottom .cart-pager .pager {
  margin: 0;
}
.summary-bottom ul.yiiPager li {
  display: block;
  float: left;
  margin: 0 3px;
  font-weight: normal;
  font-size: 16px;
  height: 19px;
  line-height: 19px;
  min-width: 19px;
  text-align: center;
}
.summary-bottom ul.yiiPager a {
  color: #424242;
  border: none;
  background: none;
  display: block;
  font-weight: normal;
}
.summary-bottom ul.yiiPager a:hover {
  color: #00bfa5;
}
.summary-bottom ul.yiiPager a span {
  display: block;
}
.summary-bottom ul.yiiPager a .page-prev,
.summary-bottom ul.yiiPager a .page-next {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -390px 0;
  width: 7px;
  height: 12px;
  display: inline-block;
}
.summary-bottom ul.yiiPager a .page-next {
  background-position: -420px 0;
}
.summary-bottom ul.yiiPager .first,
.summary-bottom ul.yiiPager .last {
  display: none;
}
.summary-bottom ul.yiiPager .previous,
.summary-bottom ul.yiiPager .next {
  background-color: #424242;
  color: #fff;
  padding: 0 3px;
}
.summary-bottom ul.yiiPager .previous:hover,
.summary-bottom ul.yiiPager .next:hover {
  background-color: #00bfa5;
}
.summary-bottom ul.yiiPager .previous a,
.summary-bottom ul.yiiPager .next a {
  color: #fff;
}
.summary-bottom ul.yiiPager .selected a {
  color: #00bfa5;
  font-weight: bold;
}
/**
 * 	EVENTS
 *****************************************************************************************/
.events {
  background: #f3f2f2;
  padding: 90px 0 97px;
}
.events .events-title {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0;
  margin-bottom: 25px;
}
.events .event {
  position: relative;
  float: left;
  box-shadow: 2px 5px 7px 0 rgba(0, 0, 0, 0.75);
  padding: 23px 40px 70px 63px;
  background-color: #fff;
  width: 469px;
}
.events .event:first-of-type {
  margin-right: 10px;
}
.events .event:before {
  content: '';
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -300px -160px;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 13px;
}
.events .event .event-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 11px;
}
.events .event .event-subtitle {
  color: #424242;
  font-size: 20px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.events .event .event-description {
  font: 15px/1 'RobotoC-bold', sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
.events .event .event-button {
  position: absolute;
  padding: 0px 40px 0px 63px;
  bottom: 25px;
  left: 0;
  width: 100%;
}
.events .event .event-button .button {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  height: 44px;
}
@media only screen and (max-width: 959px) {
  .events {
    padding-top: 34px;
    padding-bottom: 56px;
  }
  .events .frame {
    padding: 0 15px;
  }
  .events .event-title {
    margin-bottom: 27px;
    min-height: 44px;
    padding-left: 43px;
  }
  .events .event {
    width: 364px;
    min-height: 236px;
    padding: 18px 13px 25px;
  }
  .events .event .event-button {
    padding: 0px 13px;
  }
  .events .event .event-button .button {
    width: 100%;
  }
  .events .event .event-description {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .events .events-title {
    text-align: center;
  }
  .events .event {
    float: none;
    width: 100%;
    margin: 0 0 21px !important;
    /* because of :fist-of-type */
    min-height: 0;
    padding: 65px 22px 20px;
  }
  .events .event:before {
    left: 50%;
    margin-left: -16px;
  }
  .events .event .event-button {
    padding: 0 22px;
  }
  .events .event .event-button .button {
    font-size: 13px;
  }
  .events .event-title {
    padding: 0;
    min-height: 0;
  }
}
/**
 * 	SOCIAL HUB
 ***********************************************************************************/
.social-hub {
  padding: 77px 0 65px;
  background: center / cover url(../jpg/social-bg.jpg) no-repeat;
}
@media only screen and (max-width: 959px) {
  .social-hub .frame {
    width: 100%;
    overflow: hidden;
    padding: 0 15px !important;
  }
}
.social-hub .social-slider {
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  .social-hub .social-slider {
    width: 738px;
  }
}
@media only screen and (max-width: 767px) {
  .social-hub .social-slider {
    width: 610px;
  }
}
@media only screen and (max-width: 639px) {
  .social-hub .social-slider {
    width: 290px;
  }
}
.social-hub .title {
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .social-hub .title {
    line-height: 35px;
    text-align: center;
  }
}
.social-hub .button {
  background: none;
}
.social-hub .dcsns {
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  /* .dcsns-li */
}
.social-hub .dcsns .dcsns-li {
  position: relative;
  width: 311px;
  padding: 5px 5px 49px;
  border: 1px solid #dedede;
  box-shadow: 2px 2px 0 0 #bebebe;
  margin: 0 3px 5px 2px;
  background: #fff;
}
.social-hub .dcsns .dcsns-li .clear {
  clear: both;
}
@media only screen and (max-width: 959px) {
  .social-hub .dcsns .dcsns-li {
    margin: 0;
    display: block;
    width: 100%;
  }
}
.social-hub .dcsns .dcsns-li .section-text {
  font-size: 16px;
  line-height: 20px;
  padding: 11px;
  display: block;
}
.social-hub .dcsns .dcsns-li .section-text > a:last-child {
  display: block;
  margin: 14px 0 12px;
  font-weight: bold;
}
.social-hub .dcsns .dcsns-li .section-thumb {
  float: left;
  margin: 11px;
}
.social-hub .dcsns .dcsns-li .section-thumb .thumb img,
.social-hub .dcsns .dcsns-li .section-thumb a img {
  width: 100%;
}
.social-hub .dcsns .dcsns-li .section-share {
  display: none;
}
.social-hub .dcsns .dcsns-li .section-user,
.social-hub .dcsns .dcsns-li .twitter-user {
  position: absolute;
  border-top: 1px solid #dedede;
  width: 100%;
  height: 50px;
  padding: 14px 15px 0px 52px;
  bottom: 0px;
  left: 0px;
}
.social-hub .dcsns .dcsns-li .section-user:before,
.social-hub .dcsns .dcsns-li .twitter-user:before {
  content: '';
  position: absolute;
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -400px -50px;
  width: 28px;
  height: 28px;
  display: inline-block;
  left: 13px;
  top: 10px;
}
.social-hub .dcsns .dcsns-li .section-user a,
.social-hub .dcsns .dcsns-li .twitter-user a {
  font-size: 14px;
  color: #424242;
  font-weight: bold;
  letter-spacing: -0.01em;
}
.social-hub .dcsns .dcsns-li .section-intro {
  display: block;
  clear: both;
  padding: 0 11px;
  margin-bottom: 24px;
  color: #777;
  font-size: 14px;
}
.social-hub .dcsns .dcsns-li .section-intro a {
  color: #777;
}
.social-hub .dcsns .dcsns-li > a {
  /* social icon */
  position: absolute;
  bottom: 11px;
  right: 15px;
}
.social-hub .dcsns .dcsns-twitter .twitter-user a {
  font-size: 14px;
  color: #424242;
  font-weight: bold;
  letter-spacing: -0.01em;
}
.social-hub .dcsns .dcsns-facebook .section-thumb {
  float: none;
  margin: 0 0 11px 0;
}
@media only screen and (max-width: 959px) {
  .social-hub {
    padding: 25px 0 45px;
  }
  .social-hub .social-stream {
    overflow: visible;
    width: 100%;
  }
  .social-hub .dcsns-content {
    overflow: visible !important;
  }
  .social-hub .dcsns .dcsns-facebook .section-thumb .thumb img,
  .social-hub .dcsns .dcsns-facebook .section-thumb a img {
    width: 50%;
    float: left;
    margin: 0 15px 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .social-hub .dcsns .dcsns-facebook .section-thumb .thumb img,
  .social-hub .dcsns .dcsns-facebook .section-thumb a img {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/**
 * 	TABLE
 * 
 ***********************************************************************************/
table {
  max-width: 100%;
  overflow: auto;
  margin: 15px 0;
  clear: both;
}
@media only screen and (max-width: 959px) {
  table {
    display: block;
  }
}
table td,
table th {
  font-size: 14px;
  color: #424242;
  text-align: left;
  vertical-align: top;
  padding: 17px 19px;
  border-top: 2px solid;
  border-bottom: 1px solid;
  border-left: none;
  border-right: 3px solid;
  border-color: #fff;
}
table > tr:first-of-type,
table thead tr:first-of-type {
  background-color: #e20000;
}
table > tr:first-of-type td,
table thead tr:first-of-type td,
table > tr:first-of-type th,
table thead tr:first-of-type th {
  color: #fff;
  font: 20px/1 'RobotoC-bold', sans-serif;
  text-transform: uppercase;
  padding: 16px 19px;
  letter-spacing: -0.02em;
  border: none;
}
table tr td:last-child {
  border-right: none;
}
table tbody tr:nth-child(2n) td {
  background-color: #ededed;
}
table tbody tr:nth-child(2n+1) td {
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  table > tr:first-of-type th,
  table thead tr:first-of-type th {
    font-size: 14px;
  }
  table th,
  table td {
    padding: 10px;
  }
}
.table-clear {
  background: none;
}
.table-clear td,
.table-clear th {
  border: none;
  padding: 0;
}
.table-clear > tr:first-of-type,
.table-clear thead tr:first-of-type {
  background: none;
}
.table-clear > tr:first-of-type td,
.table-clear thead tr:first-of-type td,
.table-clear > tr:first-of-type th,
.table-clear thead tr:first-of-type th {
  color: #424242;
}
.table-clear tbody tr:nth-child(2n) td {
  background: none;
}
.table-clear tbody tr:nth-child(2n+1) td {
  background: none;
}
/**
 * 	CONTACT US
 *****************************************************************************************/
div.module.contactUs {
  position: relative;
  background: #00bfa5;
  margin: 0 15px;
  padding: 33px 47px;
}
div.module.contactUs:before {
  content: '';
  background: center / cover url(../jpg/btl_map.jpg);
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
div.module.contactUs .welcomeMessage {
  padding: 0px;
  font-family: 'RobotoC-bold', sans-serif;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -0.03em;
  margin-bottom: 25px;
}
div.module.contactUs .errorSummary {
  width: auto;
}
div.module.contactUs .form {
  width: 50%;
  padding-right: 19px;
}
div.module.contactUs .form label {
  font-family: 'RobotoC-bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  text-transform: none;
  display: block;
  float: none;
  text-align: left;
  color: #fff;
  width: auto;
  font-size: 18px;
  padding-left: 2px;
  margin-bottom: 8px;
}
div.module.contactUs .form .f-input,
div.module.contactUs .form .f-button {
  padding: 0;
}
div.module.contactUs .form input[type=text],
div.module.contactUs .form input[type=mail],
div.module.contactUs .form textarea,
div.module.contactUs .form .f-select {
  height: 47px;
  border-top: 1px solid #e0e0e0;
  border-right: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
div.module.contactUs .form textarea {
  height: 115px;
}
div.module.contactUs .form span.required {
  color: #e20000;
}
div.module.contactUs .form input[type=submit] {
  background-color: #00bfa5;
  border: 2px solid #ffffff;
  color: #ffffff;
  font: 16px/55px 'Arial', sans-serif;
  padding: 0 24px;
  height: 55px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  div.module.contactUs .form input[type=submit] {
    padding: 0 17px;
  }
}
div.module.contactUs .form input[type=submit]:hover {
  background-color: #ffffff;
  color: #00bfa5;
}
@media only screen and (max-width: 959px) {
  div.module.contactUs .form input[type=submit] {
    font-size: 16px;
  }
}
@media only screen and (max-width: 639px) {
  div.module.contactUs .form input[type=submit] {
    font-size: 13px;
  }
}
div.module.contactUs .f-select {
  overflow: visible;
}
div.module.contactUs .f-select:before,
div.module.contactUs .f-select:after {
  display: none;
}
div.module.contactUs .f-select .sbHolder {
  width: 100%;
  height: 100%;
  border: none;
}
div.module.contactUs .f-select .sbToggle:before {
  top: 20px;
}
div.module.contactUs .f-select .sbSelector {
  height: 100%;
  line-height: 45px;
}
div.module.contactUs .f-select .sbOptions {
  left: 0;
  width: 100%;
  margin-top: 1px;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  div.module.contactUs {
    padding: 20px 20px;
  }
  div.module.contactUs:before {
    display: none;
  }
  div.module.contactUs .form {
    width: 100%;
    padding-right: 0;
  }
  div.module.contactUs input[type=submit] {
    width: 100%;
  }
}
/**
 * 	SEARCH
 * 
 ***********************************************************************************/
body.search .search-box {
  position: relative;
  padding: 30px 0;
}
body.search .search-box input[type=text],
body.search .search-box input[type=mail] {
  border-right: none;
  width: calc(100% - 213px);
  display: block;
  height: 58px;
  line-height: 56px;
}
body.search .search-box input[type=submit],
body.search .search-box .submit {
  position: absolute;
  height: 58px;
  top: 0;
  right: 0;
  width: 213px;
}
body.search .search-box .list-view {
  overflow: hidden;
  max-width: 100%;
}
body.search .search-box label {
  display: block;
  height: 25px;
}
body.search .search-box input[type=submit] {
  top: 55px;
  color: #FFF;
  background-color: #424242;
}
body.search .search-box input[type=submit]:hover {
  background-color: #fff;
  color: #424242;
}
@media only screen and (max-width: 767px) {
  body.search .search-box input[type=submit] {
    width: 60px;
  }
  body.search .search-box input[type=text] {
    width: calc(100% - 60px);
  }
}
/**
 * 	LEGO
 **********************************************/
.lego-faq {
  padding: 15px 0;
}
.lego-faq .question {
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  clear: both;
}
.lego-faq .answer {
  display: none;
  margin-bottom: 15px;
}
.styled-faq .lego-faq-item:last-child .question {
  border-bottom: 1px solid #949494;
}
.styled-faq .question {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
  padding: 14px 19px 14px 16px;
  border-top: 1px solid #949494;
  text-transform: none;
  margin-bottom: 0;
}
.styled-faq .question:before {
  content: '+';
  float: right;
  font-weight: normal;
  font-size: 41px;
}
.styled-faq .question:hover,
.styled-faq .question.active {
  background: #004399;
  color: #fff;
}
.styled-faq .question.active:before {
  content: '_';
  margin-top: -22px;
}
@media only screen and (max-width: 959px) {
  .styled-faq .question:before {
    margin: 0 0 3px 5px;
  }
}
.styled-faq .answer {
  background: #f5f5f5;
  font-size: 15px;
  padding: 22px 17px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.cms-img {
  padding: 35px 0;
}
/**
 * 	TOP BANNER FROM SIMPLE SLIDE MODULE
 **********************************************/
.top-banner {
  background: center / cover;
  min-height: 611px;
  margin-top: -81px;
  padding-top: 81px;
}
.top-banner .top-banner-description {
  padding-top: 43px;
}
/**
 * 	POPUP
 ***********************************************************************/
.popup-item {
  display: none;
  background: #fff;
  padding: 100px 5px 30px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: auto;
}
.popup-item .frame {
  padding: 50px 20px;
  background: #fff;
  border: 1px solid #424242;
  width: 100%;
  max-width: 950px;
}
.popup-item .close {
  position: absolute;
  background: #fff;
  padding: 3px;
  top: 10px;
  right: 20px;
  font-size: 40px;
  cursor: pointer;
}
.popup-item.active {
  position: fixed;
  display: block;
}
@media only screen and (max-width: 767px) {
  .popup-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .popup-item .frame {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/**
 * 	roaming-partners
 */
.roaming-partners {
  background: #424242;
  height: 54px;
  margin: 20px 0;
}
.roaming-partners > ul {
  display: table;
  width: 100%;
  height: 100%;
}
.roaming-partners > ul > li {
  position: relative;
  display: table-cell;
  text-align: center;
  color: #fff;
  font-family: 'RobotoC-bold', sans-serif;
  font-size: 26px;
  cursor: pointer;
}
.roaming-partners > ul > li .letter {
  line-height: 54px;
}
.roaming-partners > ul > li .letter:hover {
  color: #e20000;
}
.roaming-partners > ul > li .letter:before,
.roaming-partners > ul > li .letter:after {
  content: '';
  display: none;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #363636 transparent;
  -webkit-transform: rotate(360deg);
  z-index: 20;
}
.roaming-partners > ul > li .letter:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transform: rotate(360deg);
  bottom: -5px;
}
.roaming-partners > ul > li .submenu {
  display: none;
  position: absolute;
  top: 100%;
  margin-left: -50%;
  padding-top: 4px;
  z-index: 10;
}
.roaming-partners > ul > li .submenu.to-right {
  margin-left: auto;
  right: -10px;
}
.roaming-partners > ul > li .submenu ul {
  position: relative;
  background: #fff;
  min-width: 138px;
  padding: 7px 20px;
  border: 1px solid #363636;
}
.roaming-partners > ul > li .submenu ul li {
  margin: 11px 0;
  text-align: left;
  line-height: 1;
  font-family: 'RobotoC', sans-serif;
  font-size: 18px;
  color: #424242;
}
.roaming-partners > ul > li .submenu ul li:hover {
  color: #e20000;
}
.roaming-partners > ul > li:hover .letter {
  color: #e20000;
}
.roaming-partners > ul > li:hover .letter:before,
.roaming-partners > ul > li:hover .letter:after {
  display: block;
}
.roaming-partners > ul > li:hover .submenu {
  display: block;
}
@media only screen and (max-width: 767px) {
  .roaming-partners {
    height: auto;
  }
  .roaming-partners > ul {
    display: block;
  }
  .roaming-partners > ul > li {
    display: inline-block;
    height: 54px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 5px;
  }
}
/**
 * 	CALC
 */
.data-calc .frame {
  background: #fff;
}
.data-calc .data-calc-item,
.data-calc .total {
  position: relative;
  width: 446px;
  height: 20px;
  margin: 25px 50px 25px 98px;
  float: left;
  background: #00bfa5;
  border: 2px solid #ddd;
  border-radius: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 959px) {
  .data-calc .data-calc-item,
  .data-calc .total {
    width: 356px;
  }
}
@media only screen and (max-width: 767px) {
  .data-calc .data-calc-item,
  .data-calc .total {
    float: none;
    margin: 0;
    width: calc(100% - 45px);
  }
}
.data-calc .data-calc-item .ui-slider-handle,
.data-calc .total .ui-slider-handle {
  height: 20px;
  width: auto;
  top: -2px;
  left: 0;
  padding: 0 10px;
  border: none;
  background: #424242 !important;
  /* no hover */
  color: #fff !important;
  /* no hover */
  font: 14px/20px 'Roboto', sans-serif;
  text-align: center;
  cursor: pointer;
}
.data-calc .data-calc-item .ui-slider-handle.value-plus,
.data-calc .total .ui-slider-handle.value-plus {
  background: #008E7B !important;
  /* no hover */
}
.data-calc .data-calc-item:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -130px -340px;
  width: 53px;
  height: 38px;
  display: inline-block;
  left: -80px;
  top: -11px;
}
.data-calc .data-calc-item.web:before {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -190px -340px;
  width: 50px;
  height: 50px;
  display: inline-block;
  top: -18px;
}
.data-calc .data-calc-item.photo:before {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -250px -340px;
  width: 55px;
  height: 44px;
  display: inline-block;
  top: -18px;
  left: -82px;
}
.data-calc .data-calc-item.video:before {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -310px -340px;
  width: 50px;
  height: 50px;
  display: inline-block;
  top: -19px;
}
.data-calc .data-calc-item.audio:before {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -370px -340px;
  width: 45px;
  height: 48px;
  display: inline-block;
  left: -80px;
  top: -15px;
}
@media only screen and (max-width: 767px) {
  .data-calc .data-calc-item:before {
    left: 0 !important;
    top: 32px;
  }
  .data-calc .data-calc-item.web:before {
    top: 26px;
  }
  .data-calc .data-calc-item.photo:before {
    top: 27px;
  }
  .data-calc .data-calc-item.video:before {
    top: 27px;
  }
  .data-calc .data-calc-item.audio:before {
    top: 27px;
  }
}
.data-calc .total {
  background: #e20000;
  opacity: 1;
  margin-left: 0px;
}
.data-calc .total .ui-slider-handle {
  background: #424242 !important;
  /* no hover */
}
.data-calc .total .ui-slider-handle.value-plus {
  background: #a30000 !important;
  /* no hover */
}
.data-calc .ui-slider-horizontal .ui-slider-range-max {
  background: #ddd;
  border-radius: 0;
}
.data-calc .calc-label {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 23px;
  width: 305px;
}
@media only screen and (max-width: 959px) {
  .data-calc .calc-label {
    width: 195px;
  }
}
@media only screen and (max-width: 767px) {
  .data-calc .calc-label {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 639px) {
  .data-calc .calc-label {
    padding-top: 12px;
  }
}
.data-calc .estimation {
  padding-top: 29px;
  font-weight: bold;
}
.data-calc .estimation .calc-label:first-child {
  margin-left: 22px;
  color: #e20000;
  font-size: 18px;
  width: 70px;
}
@media only screen and (max-width: 767px) {
  .data-calc .estimation .calc-label {
    padding-left: 0;
  }
}
/**
 * 	ecommerce
 */
.checkout-cons input[type="checkbox"] {
  display: none;
}
.checkout-cons input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
}
.checkout-cons input[type="checkbox"] + label:before {
  position: absolute;
  display: block;
  content: '';
  border: 2px solid #dbdbdb;
  width: 13px;
  height: 13px;
  background: #fff;
  margin-right: 11px;
  top: 0px;
  left: 0;
}
.checkout-cons input[type="checkbox"]:checked + label:before {
  content: '×';
  color: #e20000;
  line-height: 12px;
  font-size: 16px;
  text-align: center;
}
.pickup {
  font-weight: bold;
  color: #e20000;
}
/**
 * 	OFFERS & PROMOTIONS
 */
.promotions {
  padding: 72px 0 62px;
}
.promotions .promo-container {
  position: relative;
  margin-bottom: 39px;
}
.promotions .title {
  margin-bottom: 24px;
}
.promotions .promo-img {
  position: absolute;
  width: 50%;
  height: calc(100% - 227px);
  background: center top / cover url(../jpg/promo1.jpg) no-repeat;
  top: 0;
}
.promotions .promo-img.img-two {
  background-image: url(../jpg/promo2.jpg);
  right: 0;
  top: 227px;
}
.promotions .promo-content {
  position: relative;
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.2);
  clear: both;
  width: 50%;
  height: 227px;
  padding: 42px 30px 0 47px;
}
.promotions .promo-content:before {
  content: '';
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -470px -40px;
  width: 22px;
  height: 42px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  right: -20px;
}
.promotions .promo-content.item-one {
  float: right;
  margin-bottom: 245px;
}
.promotions .promo-content.item-one:before {
  background-position: -440px -40px;
  right: auto;
  left: -20px;
}
.promotions .promo-content h3 {
  text-transform: none;
  color: #e20000;
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}
.promotions .promo-content p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding-left: 4px;
  margin-bottom: 6px;
}
.promotions .promo-content .view-more {
  margin-left: 2px;
}
@media only screen and (max-width: 959px) {
  .promotions {
    padding: 50px 0 62px;
  }
  .promotions .promo-content {
    margin-bottom: 26px;
  }
  .promotions .promo-content {
    padding: 17px 10px;
  }
  .promotions .promo-content h3 {
    line-height: 36px;
    margin-bottom: 14px;
  }
  .promotions .promo-content p {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .promotions .frame {
    padding: 0;
  }
  .promotions .title {
    padding: 0 15px;
  }
  .promotions .promo-img {
    position: relative;
    width: 100%;
    height: 299px;
  }
  .promotions .promo-img.img-two {
    top: auto;
  }
  .promotions .promo-content {
    padding-bottom: 64px;
    width: 100%;
  }
  .promotions .promo-content:before {
    display: none;
  }
  .promotions .promo-content.item-one {
    margin: 0;
    float: none;
  }
}
.social .button {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 49px;
  margin-right: 2px;
  background-color: #fff;
  padding: 0;
}
.social .button:before {
  content: '';
  position: absolute;
}
.social .button.social-visit:before {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: 0 -260px;
  width: 21px;
  height: 22px;
  display: inline-block;
  top: 13px;
  left: 14px;
}
.social .button.social-visit:hover::before {
  background-position: 0 -290px;
}
.social .button.social-fb:before {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -30px -260px;
  width: 11px;
  height: 23px;
  display: inline-block;
  top: 12px;
  left: 50%;
  margin-left: -6px;
}
.social .button.social-fb:hover::before {
  background-position: -30px -290px;
}
.social .button.social-tw:before {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -50px -260px;
  width: 25px;
  height: 21px;
  display: inline-block;
  top: 13px;
  left: 50%;
  margin-left: -13px;
}
.social .button.social-tw:hover::before {
  background-position: -50px -290px;
}
.social .button.social-in:before {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -90px -260px;
  width: 20px;
  height: 21px;
  display: inline-block;
  top: 14px;
  left: 50%;
  margin-left: -10px;
}
.social .button.social-in:hover::before {
  background-position: -90px -290px;
}
.social .button.social-yt:before {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -120px -260px;
  width: 21px;
  height: 24px;
  display: inline-block;
  top: 11px;
  left: 50%;
  margin-left: -10px;
}
.social .button.social-yt:hover::before {
  background-position: -120px -290px;
}
.social .button.social-link:before {
  background: url(../png/spritesb8cf.png) no-repeat;
  background-position: -340px -410px;
  width: 25px;
  height: 25px;
  display: inline-block;
  top: 11px;
  left: 50%;
  margin-left: -10px;
}
.social .button.social-link:hover::before {
  background-position: -280px -410px;
}
.widget .social:after {
  content: '';
  display: block;
  clear: both;
}
.widget .social .button {
  border-color: #fff;
  font-size: 0;
  display: inline-block;
  float: none;
  margin: 0 4px 4px 0;
}
.widget .social .button:hover {
  background: #fff;
}
.widget .social .button.social-visit {
  height: 49px;
  line-height: 49px;
  width: 183px;
  padding: 0 16px 0 52px;
  font-size: 16px;
  color: #e20000;
}
.widget .social .button.social-visit:before {
  background-position: 0 -290px;
}
.widget .social .button.social-visit:hover {
  color: #424242;
}
