/* reset */

h1 {color:#a15}
h2 {color:#a15}

.certContentBlock {
  box-sizing: border-box;
  color: #595959;
  font-size: 14px;
  line-height: 1.5;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.certContentBlock h1,
.certContentBlock h2,
.certContentBlock h3,
.certContentBlock h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 34px;
  color:#a15;
}

/* typegraphy */

.certContentBlock h2{
  margin-bottom: 20px;
}

.certContentBlock h3 {
  color: #aa1155;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 34px;
}

.certContentBlock h4 {
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}

.indent-marker {
  color: #aa1155 !important;
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: normal;
  padding-right: 5px;
  line-height: normal !important;
}

/* utilites */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

/* layout */
.content-container {
  padding: 0 40px;
}

/* components */

/* btn */
  .btn, a.btn {
    display: inline-block;
    color: #808080;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #bcbcbc;
    white-space: nowrap;
    padding: 4px 30px;
    background: #fbfaf4;
    min-width: 220px;
  }
  
  .btn>p{
    text-align: center;
    font-size: 20px;
    margin: 0;
  }
  
  .btn.-active>p{
    color: #fff;
  }
  
  .btn:hover{
    color: #808080;
  }

  .btn.-active {
    background-color: #aa1155;
    color: #fff;
    border-color: #aa1155;
  }
  
  .btn.-active:hover{
    color: #fff;
  }

  .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }

/* btn-group */

  .btn-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px !important;
  }

  .btn-group.-justify {
    width: 100%;
  }

  .btn-group.-justify .btn:not(:last-child) {
    border-right: none;
  }

  .btn-group.-justify .btn {
    display: table-cell;
    width: 1%;
  }

  .btn-group .-active+.btn {
    border-left: none;
  }

  .btn-group .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .btn-group .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .btn-group .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-group .btn:first-child {
    margin-left: 0;
  }

  .btn-group .btn+.btn{
    margin-left: -1px;
  }

  .btn-group .btn {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    /*float: left;*/
    /*min-width: 30%;*/
  }
  
  .btn-group__item{
    display: inline-block;
    margin: 0 !important;
  }

/* tab-pane */
  .tab-content {
    /*padding: 0 40px;*/
  }
  
  .tab-content__item {
    display: none;
  }

  .tab-content__item.-active {
    display: block;
  }

/* brand-intro */
  .brand-intro {
    overflow: hidden;
    margin-bottom: 10px;
  }

  .brand-intro__text {
    padding-right: 240px;
  }
  
  .brand-intro__logo {
    float: right;
    width: 220px;
    text-align: center;
    padding-top: 20px;
  }

  .brand-intro__img {
    
  }
  
/* product-info */
  .product-info {
        margin-top: 20px;
  margin-bottom: 50px; }
  .product-info__pic {
    float: left;
    width: 350px;
    text-align: center; }
  .product-info__img {
    max-width: 100%;
    max-height: 200px; }
  .product-info__desc {
    padding-left: 350px;
    margin-left: 20px; }

.product-thumbs {
  position: relative;
  
}

.product-thumbs__item {
  display: inline-block;
  /*margin-bottom: 10px; */
  }
.product-thumbs__link {
  display: block;
  text-align: center;
   }
  .product-thumbs__link img {
    max-width:100%;
     }

/* series */
  .series {
    
  }

  .series__item {
    margin-top: 40px;
    padding-bottom: 25px;
  }
  
  .series__item:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .series__item:not(:last-child) {
    border-bottom: 1px solid #909090;
  }

  .series__title {
    color: #909090;
    font-size: 22px;
    font-weight: bold;
  }

  .series__left {
    width: 350px;
    float: left;
    padding-top: 10px;
  }

  .series__right {
    padding-left: 370px;
  }
  
  .download-link {
    /*margin-top: 20px;*/
    display: inline-block;
  }
  
  .download-link__text {
    color: #595959;
    display: inline-block;
  }
  
  .download-link__img {
    vertical-align: middle;
    margin-left: 10px;
	margin-right: 10px;
  }

.list {
  margin: 0;
	padding: 0;
}

.list.-markerless>.list__item:before {
  display: none;
}

.series__right .list {
  margin-bottom: 50px;
}

.list__item {
  position: relative;
  padding-left: 1.5em;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  list-style-type: none !important;
}

.list__item:before {
  content: "";
  background: #aa1155;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 0.5em;
  margin-left: -1.5em;
  border-radius: 50%;
}

.list__item p {
  text-align: left;
} 

/* tabs */

.tab-content {
  
}

.tab-content__item {
  display: none;
}

.tab-content__item.-active {
  display: block;
}

/* tables */
.ACata-tab-features-and-benefits .table-features{
  width: 100%;
  margin: 0;  
}
.ACata-tab-features-and-benefits{border: 1px solid #aa1155;    margin-top: 55px;overflow: auto;}
.ACata-tab-features-and-benefits td a{color: #A15;text-decoration: underline;}
.ACata-tab-features-and-benefits table td{border-bottom: 1px solid #e9e9e9;padding: 20px 30px;color: #333;}
.ACata-tab-features-and-benefits table td.t-head{
  border-bottom: 1px solid #aa1155;
  background: #fcfaf4;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.ACata-tab-features-and-benefits table td.ntx{padding: 0;}
.ACata-tab-features-and-benefits table tr.t-dashed td, .ACata-tab-features-and-benefits table td.t-dashed{border-bottom: 1px dashed #aa1155; }
.ACata-tab-features-and-benefits h3{color: #282828;text-align: center;}
.ACata-tab-features-and-benefits table td.t-img{color: #595959;text-align: center;text-transform: uppercase;font-weight: bold;border-right: 1px solid #e9e9e9;}
.ACata-tab-features-and-benefits table td li{list-style-image: url('images/dot.png'); margin-bottom: 10px;}
.ACata-tab-features-and-benefits table td ul.dotTru li{list-style-image: url('images/dot2.png'); margin-bottom: 10px;}
.ACata-tab-features-and-benefits table td ul.dotTru li ul{margin-left: 15px;}
.ACata-tab-features-and-benefits table td ul.dotTru li ul li{list-style-image: url('images/dot3.png');}

.ACatA-table-techspec{width: 100%;}
.ACatA-table-techspec th{color: #aa1155; text-transform: uppercase; font-weight: normal;}
.ACatA-table-techspec td, .ACatA-table-techspec th{border: 1px solid #bdbdbd; text-align: center;}
.ACatA-table-techspec th{padding: 20px;}
.ACatA-table-techspec td{padding: 5px 20px; color: #333;}
.ACatA-table-techspec tr.scbg td{background: #fcfaf4;}
.ACatA-table-techspec td.price{color: #A15;font-weight: bold; font-size: 16px; text-align: left;}

.ACatA-list-acsesuares{
  overflow: hidden;
}
.ACatA-list-acsesuares>li{margin:0 !important;padding:0 !important;list-style-type: none !important}
.ACatA-list-acsesuares li{float: left; min-width: 170px; color: #333;height: 220px;}
.ACatA-list-acsesuares li table{width: 170px;}
.ACatA-list-acsesuares li table td{text-align: center; padding: 0 10px 0 10px; vertical-align: top;}
.ACatA-list-acsesuares li table td span{display: block; color: #a9a9a9;}
.ACatA-list-acsesuares li table td.acsImage{height: 145px; vertical-align: middle;}
.ACatA-list-acsesuares li table td.acsImage img{margin: 0 10px;}
.ACatA-list-acsesuares li table td b{font-size: 16px;}

.ACatA-content-tab-nav {margin: 30px 0 0 0;}
.ACatA-content-tab-nav .navigation {width: 700px;margin: 0px auto;}
.ACatA-content-tab-nav .navigation li {float: left;padding-right: 10px;margin-right: 10px;border-right: 1px solid #dedede;margin-left: 0 !important;list-style-type:none!important;margin-bottom: 0!important;}
.ACatA-content-tab-nav .navigation li a {color: #aa1155;font-weight: bold;font-size: 16px;border-bottom: 1px dashed #e1acc4;}
.ACatA-content-tab-nav .navigation li a:hover{border-bottom: none;}
.ACatA-content-tab-nav .navigation li.end {margin: 0;border: none;}
.ACatA-content-nav-tabs {display: none;margin-top: 30px;}
.navigation p{margin-bottom: 0;}

/* table-kits */

.table-kits {
  width: 100%;
}

.table-kits__th {
  font-weight: bold;
  /*vertical-align: top;*/
}

.table-kits__td {
  text-align: left;
  padding-bottom: 7px;
 /* vertical-align: top;*/
}

/* nav-features */

.nav-features {
  text-align: center;
  margin-bottom: 25px !important;
}

.nav-features:after{
  content: "";
  background: url(../new/nav-bottom.png) center top;
  display: block;
  width: 100%;
  height: 10px;
}

.nav-features__item {
  display: inline-block;
  margin: 0 !important;
}

.nav-features__item.-divider {
  border-right: 1px solid #dedede;
  height: 24px;
  margin-right: 20px !important;
  margin-left: 20px !important;
  position: relative;
  top: 8px
}

.nav-features__item.-active .nav-features__link {
  color: #aa1155 !important;
  border-bottom-color: #aa1155;
}

.nav-features__link {
  color: #808080 !important;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px dashed #808080;
}

/* slides navigation */

.slidesjs-navigation {
  width: 18px;
  height: 38px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 9999;
}

.slidesjs-previous {
  background: url(../new/slide-prev.png);
}

.slidesjs-next {
  background: url(../new/slide-next.png);
  right: 0;
}

/* page */
