
ul, menu, dir {
    
    -moz-margin-before: 0em;
	-moz-margin-after: 0em;
	-moz-margin-start: 0em;
	-moz-margin-end: 0em;
	-moz-padding-start: 0em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0em;
    -webkit-margin-end: 0em;
    -webkit-padding-start: 0em;
	}
ul {
     margin: 0;
     padding: 0;
     }
a.tlink {
	color: #a01b2a;
	
	
}
.cd-products-table .top-info h3 {
	margin:0;
	
}	 
@-moz-document url-prefix() {
    .cd-features-list {
        margin: 0;
    }
	.cd-products-columns {
		margin-top:0;
		margin-bottom:0;
	}
}
.pagecontent {
	padding: 0 20px 0 20px;
	max-width:1400px !important;
	margin: 0 auto 0 auto;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 15px 5px 15px 10px;
	color: #727070;
	background: linear-gradient(to bottom, #f7f7f7, #e2e0e0);
	border: 1px solid #fff;
}
p, section {
	color: #504e4e;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
}
*, *::after, *::before {
  box-sizing: border-box;
}
.top-info img {
  max-width: 100%;
}
.resources {
    text-decoration: none;
    font-family: Lato-Bol,arial,sans-serif;
	color: #a01b2a !important;
	font-weight:normal ;
}
/* -------------------------------- 

Main Components 

-------------------------------- */
ol, ul {
	list-style: none;
}

.cd-products-comparison-table {
  margin-bottom: 2em;
  max-width:967px !important;
  max-height:1029px !important;
}
.cd-products-comparison-table::after {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
.cd-products-comparison-table header {
  padding: 0 5% 25px;
}
.cd-products-comparison-table header::after {
  clear: both;
  content: "";
  display: table;
}
.cd-products-comparison-table h2 {
  float: left;
  font-weight: bold;
}
.cd-products-comparison-table .actions {
  float: right;
}
.cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
  font-size: 1em;
}
.cd-products-comparison-table .reset {
  color: #404042;
  text-decoration: underline;
}
.cd-products-comparison-table .filter {
  padding: .6em 1.5em;
  color: #ffffff;
  background-color: #cccccc;
  border-radius: 3px;
  margin-left: 1em;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cd-products-comparison-table .filter.active {
  cursor: pointer;
  background-color: #9dc997;
}
.no-touch .cd-products-comparison-table .filter.active:hover {
  background-color: #a7cea1;
}


.cd-products-table {
  position: relative;
  overflow: hidden;
}

.cd-products-table .features {
  /* fixed left column - product properties list */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 127px;
  border-style: solid;
  border-color: #e6e6e6;
  border-top-width: 1px;
  border-bottom-width: 1px;
  background-color: #fafafa;
  opacity: .95;
}
.cd-products-table .features::after {
  /* color gradient on the right of .features -  visible while scrolling inside the .cd-products-table */
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 4px;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0.06), transparent);
  opacity: 0;
}


.cd-products-table.scrolling .features::after {
  opacity: 1;
}

.cd-products-wrapper {
  overflow-x: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  border-style: solid;
  border-color: #e6e6e6;
  border-top-width: 1px;
  border-bottom-width: 1px;
  max-width:967px;
  max-height:1029px;
}

.cd-products-columns {
  /* products list wrapper */
  width: 1200px;
  margin-left: 123px;
}
.cd-products-columns::after {
  clear: both;
  content: "";
  display: table;
}


.cd-products-columns .product {
  position: relative;
  float: left;
  width: 210px;
  text-align: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.filtering .cd-products-columns .product:not(.selected) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.no-product-transition .cd-products-columns .product.selected {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.filtered .cd-products-columns .product:not(.selected) {
  position: absolute;
}


.cd-features-list li {
  font-size: 0.9em;
  font-weight: normal;
  padding: 8px 4px;
  border-color: #e6e6e6;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
}
.cd-features-list li.rate {
  /* rating stars */
  padding: 8px 0 10px 8px;
  font-size:0.85em;
  text-align: left;
}



.features .cd-features-list li,
.cd-products-table .features .top-info {
  /* fixed left column - items */
  font-size: 14px;
  font-weight: bold;
  /* set line-height value equal to font-size of text inside product cells */
  line-height: 20px;
  padding: 25px 5px 25px 10px;
  text-align: left;
}


.features .cd-features-list li {
  /* truncate text with dots */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cd-products-table .top-info {
  position: relative;
  height: 50px;
  line-height: 50px;
  width: 210px;
  text-align: center;
  padding: 0em 0.5em;
  border-color: #e6e6e6;
  border-style: solid;
  border-right-width: 1px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  cursor: pointer;
  background: #ffffff;
  display: table-cell;
}
.cd-products-table .top-info::after {
  /* color gradient below .top-info -  visible when .top-info is fixed */
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 4px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.06), transparent);
  opacity: 0;
}
.cd-products-table .top-info h3 {
  
  padding:0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px; 
}
.cd-products-table .top-info img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-products-table .top-info h3, .cd-products-table .top-info img {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-products-table .top-info .check {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 auto 1em;
}
.cd-products-table .top-info .check::after, .cd-products-table .top-info .check::before {
  /* used to create the check icon and green circle dot - visible when product is selected */
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
}
.cd-products-table .top-info .check::before {
  /* green circle dot */
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
  transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}
.cd-products-table .top-info .check::after {
  /* check icon */
  background: url(../img/cd-check.svg) no-repeat center center;
  background-size: 24px 24px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}


.cd-products-table .features .top-info {
  /* models */
  width: 135px;
  cursor: auto;
  background: #fafafa;
}


.cd-products-table .selected .top-info .check::before {
  /* green circle dot */
  background: #9dc997;
  border-color: #9dc997;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}

@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: scale(1);
  }
  60% {
    -moz-transform: scale(1.6);
  }
  100% {
    -moz-transform: scale(1.5);
  }
}
@keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.cd-products-table .selected .top-info .check::after {
  /* check icon */
  opacity: 1;
}


.cd-table-navigation a {
  position: absolute;
  z-index: 2;
  top: -60px;
  right: 0px;
  -webkit-transform: translateY(55px);
  -moz-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
  transform: translateY(55px);
  /* replace text with image */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 60px;
  width: 40px;
  background: rgba(64, 64, 66, 0.6) url("../img/cd-arrow.svg") no-repeat center center;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.cd-table-navigation a.inactive {
  opacity: 0;
  visibility: hidden;
}
.cd-table-navigation a.prev {
  left: 120px;
  right: auto;
  -webkit-transform: translateY(55px) translateX(15px) rotate(180deg);
  -moz-transform: translateY(55px) translateX(15px) rotate(180deg);
  -ms-transform: translateY(55px) translateX(15px) rotate(180deg);
  -o-transform: translateY(55px) translateX(15px) rotate(180deg);
  transform: translateY(55px) translateX(15px) rotate(180deg);
}
.no-touch .cd-table-navigation a:hover {
  background-color: #404042;
}


/* -------------------------------- 

No JS

-------------------------------- */
.no-js .actions {
  display: none;
}

.no-js .cd-products-table .top-info {
  height: 135px;
}


.no-js .cd-products-columns .check {
  display: none;
}


.dot{
	padding: 0 2px 3px 0;
}
#remarks{
	font-size:12px;
}
#remarks2 {
	font-size:12px !important;
	width:420px;
}
#remarks22{
	width:418px;
}
#remarks li{
	padding:3px 4px 3px 4px;
	line-height:12px;
}
.cd-products-table #col2 h3 {
	line-height:25px;
}
.s3 {
	padding: 14px 4px !important;
}  
.s11 {
	padding: 9px 4px !important;
}  
.s12 {
	padding: 15px 4px !important;
}  
.s13 {
	padding: 10px 4px !important;
}  
.s21 {
	padding: 14.5px 4px !important;
}
 .li1 {
	padding: 52px 4px !important;
} 
.li2 {
	padding: 22px 4px !important;
} 
.li4 {
	padding: 5px 4px !important;
} 
.li8 {
	padding: 29px 4px !important;
} 
.li9 {
	padding: 73px 4px !important;
} 
.li10 {
	padding: 28.5px 4px !important;
} 
.li11 {
	padding: 1px 4px !important;
	line-height:14px !important;
} 
.r1{
	padding:12px 4px !important;
}
.r11{
	padding:22px 4px !important;
}
.r2{
	padding:15px 4px !important;
}
.r3{
	padding:8px 4px !important;
}
.r4{
	padding:19px 4px !important;
}
.r5{
	padding:18px 4px !important;
}
.r55{
	padding:10px 4px !important;
}
.r6{
	padding:25px 4px !important;
}
.r7{
	padding:11px 4px !important;
}
#r4{
	padding:0px 4px !important;
	
}
.cd-products-columns{
	width:840px !important;
}
  @media all and (min-width : 768px){
  
 .cd-table-navigation {
	display: none !important;
 }
.cd-products-wrapper {
	overflow-x: hidden;
}	
  
  
  
  
  
  
  
  
  
  
  
  
  }