/* 
 * 	Core CSS File
 *  tpclbanner.css
 */
.tpclop_box a{ text-decoration:none;}
   
.tpclop_box  .threeheading { 
   font-family:  Arial, Helvetica, sans-serif;
   font-size:15px;
   text-transform:uppercase;
   font-weight:bold;}

.tpclop_box .stylebanner {
 position: relative;
 float:left;
 vertical-align:top;
 overflow:hidden; 
 margin-bottom:20px;
}
.tpclop_box .box_tpsa .stylebanner { margin-right:10px;}
#column-left .tpclop_box .box_tpsa .stylebanner + .stylebanner,
#column-right .tpclop_box .box_tpsa .stylebanner + .stylebanner{ margin-left:0;}
.tpclop_box .box_tpsa{ overflow:hidden; width:100%;align-items: center;
justify-content: center;}

.count-1{ width:100%;}
.count-2{ width:49%;}
.count-3{ width:32%;}
.count-4{ width:23.5%;}
.count-5{ width:18.4%;}
.count-6{ width:15.8%;}
.count-7{ width:23.5%;}
.count-8{ width:23.5%;}
.count-9{ width:33%;}
.count-10{ width:18.4%;}

#column-left .count-2,#column-left .count-3,#column-left .count-4,#column-left .count-5,
#column-left .count-6,#column-left .count-7,#column-left .count-8,#column-left .count-9,
#column-left .count-10,
#column-right .count-2,#column-right .count-3,#column-right .count-4,#column-right .count-5,
#column-right .count-6,#column-right .count-7,#column-right .count-8,#column-right .count-9,
#column-right .count-10{width:100%; float:none;}

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

.tpclop_box.tpsa_text .one > div{ position:relative; overflow:hidden;}
.tpclop_box.tpsa_text .tpsa{ 
    background-color: #fff;
	 filter: Alpha(Opacity=0);
     opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
bottom: 0px;
left: 0px;
right: 0px;
top: 0px;
	display:block;
	position:absolute;
	transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.tpclop_box.tpsa_text .stylebanner:hover .tpsa{ 
       filter: Alpha(Opacity=40);
       opacity: 0.4;
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
bottom: 0px;
left: 0px;
right: 0px;
top: 0px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
	 }	
	.tie1
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -53px;
    padding-right: 10px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;}
.tie2
{background-color: rgba(6, 6, 6, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
padding-right: 32px;
margin-left: -53px;
    padding-left: 10px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;}
.tie3
{background-color: rgba(6, 6, 6, 0.5);
border-radius: 10px;
padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.tie11
{background-color: rgba(6, 6, 6, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -53px;
    padding-right: 10px;
    border-top-right-radius: 0px;
border-bottom-right-radius: 0px;}
.tie22
{background-color: rgba(6, 6, 6, 0.5);
background-color: rgba(6, 6, 6, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
padding-right: 32px;
margin-left: -53px;
    padding-left: 10px;
    border-top-left-radius: 0px;
border-bottom-left-radius: 0px;}
.tie33
{background-color: rgba(6, 6, 6, 0.5);
background-color: rgba(6, 6, 6, 0.5);
border-radius: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}		  
	 
.tpclop_box.tpsa_text .two{
position:absolute;
 width: 46%;
     z-index:10;
 padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px; 
     margin:0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  // -ms-box-orient:horizontal;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none
	 }
	 .tpclop_box.tpsa_text .two2{
position:absolute;
 width: 46%;
     z-index:10;
 padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
     margin:0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  // -ms-box-orient:horizontal;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none
	 }
	 	 .tpclop_box.tpsa_text .two3{
position:absolute;
 width: 65%;
     z-index:10;
     margin:0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  left:0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  // -ms-box-orient:horizontal;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none
	 }
.tpclop_box.tpsa_text .threeheading { 
   color:#FFF;}
.tpclop_box.tpsa_text .textbanner2{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	
}
.full_container .tpclop_box.tpsa_text{ margin:0 20px;}	
.full_container .tpclop_box.tpsa_text .one img{ width:100%; height:auto !important;}
 	  
.tpclop_box.beforetext .stylebanner{text-align:center; margin-bottom:20px;}
.tpclop_box.beforetext .one{
	 margin-bottom:0px;
	 }
.tpclop_box.beforetext .threeheading{
	text-align:center; 
    margin-bottom:10px;
	}
.tpclop_box.beforetext .two{
	text-align:left;
	} 
.tpclop_box.beforetext .tpsa{ 
    background-color: #fff;
	 filter: Alpha(Opacity=0);
     opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
bottom: 0px;
left: 0px;
right: 0px;
top: 0px;
	display:block;
	position:absolute;
	transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}	
.tpclop_box.beforetext .stylebanner:hover .tpsa{ 
       filter: Alpha(Opacity=40);
       opacity: 0.4;
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
bottom: 0px;
left: 0px;
right: 0px;
top: 0px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
	 }		
	
#column-left .tpclop_box.beforetext .one, #column-left .tpclop_box.beforetext .two, 
#column-right .tpclop_box.beforetext .one, #column-right .tpclop_box.beforetext .two { padding-right:0;}  

.tpclop_box.slider_banner{ 
 }
  

.tpclop_box.slider_banner .one img{
	width:100%;
	height:auto !important;
	display:block;}  
	.t11ie{
		background-color: rgba(6, 6, 6, 0.5);
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 120px;
		padding-right: 6%;
		margin-left: -20%;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.t22ie{
		background-color: rgba(6, 6, 6, 0.5);
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 120px;
		padding-left: 6%;
		margin-right: -20%;
		border-top-left-radius: 0px;border-bottom-left-radius: 0px;
	}
		.t33ie{
		background-color: rgba(6, 6, 6, 0.5);
		border-radius: 0px;
		    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
	.t1ie{
		background-color: rgba(6, 6, 6, 0.5);
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 80px;
		padding-right: 4%;
		margin-left: -15%;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.t2ie{
		background-color: rgba(6, 6, 6, 0.5);
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 120px;
		padding-left: 4%;
		margin-right: -17%;
		border-top-left-radius: 20px;border-bottom-left-radius: 20px;
	}
	.t3ie{
		background-color: rgba(6, 6, 6, 0.5);
		border-radius: 10px;
		padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
	}
.tpclop_box.slider_banner .two{
position:absolute;
 width: 46%;
     z-index:10;
 padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 30px; 
     margin:0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  // -ms-box-orient:horizontal;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none;
	 }
.iek {
	display: flex;align-items: center;justify-content: center;  height: 100%;width: 100%;
}
.tpclop_box.slider_banner .two2{
position:absolute;
 width: 46%;
     z-index:10;
 padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 5%;
     margin:0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  // -ms-box-orient:horizontal;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none;
	 }
	 .tpclop_box.slider_banner .two3{
position:absolute;
 width: 46%;
     z-index:10;
     margin:0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  left:0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  // -ms-box-orient:horizontal;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none;
	 }
	 .tpclop_box.slider_banner .twok{
position:absolute;
 width: 46%;
     z-index:10;
 padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 30px; 
     margin:0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  // -ms-box-orient:horizontal;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none;
	 }
.iek {
	display: flex;align-items: center;justify-content: center;  height: 100%;width: 100%;
}
.tpclop_box.slider_banner .two2k{
position:absolute;
 width: 46%;
     z-index:10;
 padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 5%;
     margin:0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  // -ms-box-orient:horizontal;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none;
	 }
	 .tpclop_box.slider_banner .two3k{
position:absolute;
 width: 46%;
     z-index:10;
     margin:0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  left:0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  // -ms-box-orient:horizontal;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none;
	 }
.tpclop_box.slider_banner .textbanner2{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}
.tpclop_box.slider_banner .threeheading{ color:#FFF;}
.tpclop_box.slider_banner .slidek{overflow:hidden;}

.tpclop_box.slider_banner.double{
	width:50%;
	height:auto !important; 
	margin-left:50%;
}
.tpclop_box.slider_banner.double.doubleleft{
	float:left;
	margin-left:0;}		
.tpclop_box.slider_banner.double .two{
	background-color:transparent;
	width:90%;
	padding:0 5%;
	bottom:10%;
	}
.tpclop_box.slider_banner.double.doubleleft .two{
	text-align:right;}	
.tpclop_box.slider_banner.double .threeheading{
	color:#FFF;
	font-size:40px;
}

.tpclop_box.slider_banner.double23{
	width:51.71%!important; 
	height:auto !important; 
	margin-left:50%;
}
.tpclop_box.slider_banner.double23.doubleleft2{
	float:left;
	margin-left:-20px!important; }		
.tpclop_box.slider_banner.double23 .two{
	background-color:transparent;
	width:90%;
	padding:0 5%;
	bottom:10%;
	}
.tpclop_box.slider_banner.double23.doubleleft2 .two{
	text-align:right;}	
.tpclop_box.slider_banner.double23 .threeheading{
	color:#FFF;
	font-size:40px;
}

.canap {
}
.canap2 {
}
.stylebanner:hover .mask .info p{
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.stylebanner .mask .info p {
  display: block;
    background: transparent;
opacity: 0;
 visibility: hidden;
    opacity: 1;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
        transition-delay: 0.1s;
}
.stylebanner .mask {
position: absolute;
opacity: 0;
-webkit-transition: all 0.3s ease-in 0.4s;
-moz-transition: all 0.3s ease-in 0.4s;
-o-transition: all 0.3s ease-in 0.4s;
-ms-transition: all 0.3s ease-in 0.4s;
transition: all 0.3s ease-in 0.4s;
}
.stylebanner:hover .mask {
   opacity: 1;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
.tpclop_box.tpsa_text .tpsak1 {
bottom: 15px;
left: 15px;
right: 15px;
top: 15px;
background: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(255, 255, 255, 0.7);
    filter: Alpha(Opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    display: block;
    position: absolute;
-webkit-transition: all 0.1s ease-in 0.4s;
-moz-transition: all 0.1s ease-in 0.4s;
-o-transition: all 0.1s ease-in 0.4s;
-ms-transition: all 0.1s ease-in 0.4s;
transition: all 0.1s ease-in 0.4s;

}
.tpclop_box.tpsa_text .stylebanner:hover .tpsak1 {
bottom: 15px;
left: 15px;
right: 15px;
top: 15px;
background: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(255, 255, 255, 0.7);
    filter: Alpha(Opacity=40);
    opacity: 0.7;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
.tpclop_box.slider_banner .tpsak1 {
bottom: 15px;
left: 15px;
right: 15px;
top: 15px;
background: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(255, 255, 255, 0.7);
    filter: Alpha(Opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    display: block;
    position: absolute;
-webkit-transition: all 0.3s ease-in 0.4s;
-moz-transition: all 0.3s ease-in 0.4s;
-o-transition: all 0.3s ease-in 0.4s;
-ms-transition: all 0.3s ease-in 0.4s;
transition: all 0.3s ease-in 0.4s;

}
.tpclop_box.slider_banner .stylebanner:hover .tpsak1 {
bottom: 15px;
left: 15px;
right: 15px;
top: 15px;
background: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(255, 255, 255, 0.7);
    filter: Alpha(Opacity=40);
    opacity: 0.7;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}

.verticaltab  .select_category{
	margin:0 0 0 auto;
	display:block;
	width:280px;
	text-align:right;
	
	background-repeat:no-repeat;
	background-position:center right;
}
.verticaltab  .select_category:hover .vtabs{
	display:block;
}
.verticaltab  .select_category .vtabs {
	list-style: none;
    padding:10px;
	width:260px;
    margin:0;
	position:absolute;
	z-index:10;
	display:none;
	text-align:center;

}
 .verticaltab  .select_category > a {
	font-family: Arial, Helvetica, sans-serif;
      font-size:15px;
	  text-transform:uppercase;
	  font-weight:bold;
	line-height:34px;
	padding-right:44px;
    text-decoration:none;}
.vtabs li {
    margin:0;
    padding:0;

}

.vtabs li a{
    display:block;
	line-height:24px;
    text-decoration:none;
	padding:5px 8px;
	 transition-delay: 0;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.vtabs li a.selected {
    cursor:default;}

.verticaltab .box-product-category{ 
	  margin:0;
	  width:auto;
	 -moz-background-size: cover;
    -webkit-background-size:102% auto;
    -o-background-size:102% auto;
	-khtml-background-size:cover;
    background-size:cover;
    background-position:center 0;
	 background-repeat: no-repeat;
	 background-attachment: fixed;
   
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 200px) and (max-device-width: 480px) {
    .verticaltab .box-product-category{
      background-attachment: scroll; }
}
.featur_categ{ margin-bottom:0px;}

.verticaltab .about_category{ 
     display:block; 
	 vertical-align:top; 
	 text-align:center; 
    }
.verticaltab .box-product-category .about_category >  .image{ float:left; padding:0 20px 0 0; border:none; margin-bottom:20px;}
.verticaltab .name_categ a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:32px;
	 text-decoration:none;
	 text-align:left;
}
	
.verticaltab .name_categ{
	display:inline-block;  
	text-align:center;
	margin-bottom:10px;
}
.verticaltab .description_categ{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
    margin-bottom:20px;
		   }
.verticaltab .latestprod{
   display: block; 
   vertical-align:top; 
   padding:0;
   margin:20px 32px 0 32px; 
   width:auto;}
.verticaltab .block1{
	display: inline-table;
	vertical-align:top;
     position:relative;
	 text-align:left;
     padding:6px 10px;
	 margin-bottom:10px;
	 border:1px solid #ddd;
	 	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.verticaltab .block1 img{ float:left; margin-right:6px;} 
.verticaltab a{ text-decoration:none;}

/* 
 * 	Core CSS File
 *  carousel_style.css
 */
.content_carou .carou .itemcolumns {min-height:260px; }
.carou .itemcolumns {min-height:260px; }
.list_carousel{
	position:relative;
	overflow:hidden;
	padding-top:53px;
	margin-top:-53px;

}

.list_carousel .itemcolumns{
    float:left;
    display: block;
	padding-left:0px;
	
}

.list_carousel a.prev, .list_carousel a.next{
	display:block;
	position:absolute;
    width:32px; 
	height:32px;
	top:0px;
	background-repeat:no-repeat;
    cursor:pointer;
	text-indent:-9999px;

}
.list_carousel  a.prev{background-position:0px center; right:34px;
}
.list_carousel  a.next{ background-position: -36px center ; right:3px;
}
.list_carousel.content_carou  a.prev{ right:44px;}
.list_carousel.content_carou  a.next{ right:13px;}
.list_carousel2{
	position:initial;
	padding-top:53px;
	margin-top:-53px;

}

.list_carousel2 .itemcolumns{
    height:100%;
    float:left;
    display: block;
	padding-left:0px;
	margin-bottom: 10px;
	
}

.list_carousel2 a.prev, .list_carousel2 a.next{
	display:block;
	position:absolute;
    width:32px; 
	height:32px;
	top:0px;
	background-repeat:no-repeat;
    cursor:pointer;
	text-indent:-9999px;

}
.list_carousel2  a.prev{background-position:0px center; right:32px;
}
.list_carousel2  a.next{ background-position: -36px center ; right:1px;
}
.list_carousel2.content_carou  a.prev{ right:42px;}
.list_carousel2.content_carou  a.next{ right:10px;}

.content-news {}
.content-news .news { width:100% }
.content-news .news a { text-decoration:none }
.content-news .news .image { }

.news_page{ margin-bottom:20px; }
.news_page + .news_page{border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top:20px;}
.news_page .image{ float:left;}

.box-news p, .news_page p{ margin-bottom:10px; padding-right:10px;} 
.box-news-modul2k{ position:relative; overflow:hidden;}
.box-news {display: inline-block;
      vertical-align: top; 
	  overflow: hidden; 
	  width:100%;min-width: auto;
	      height: auto;
min-height: auto;}
	  
.box-news > div{ overflow:hidden;}
#column-left .box-news > div, #column-right .box-news > div{ margin-right:0;}	  
.box-news.boxline {      
	    padding-bottom:20px; }
.heading_news_mod a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none; }

.heading_news_mod{margin-bottom:10px; padding-right:10px;}

.datepost{ margin:15px;}

.datepost2 { margin: 20px;}

.box-news  .newsimage{ margin-bottom:10px;}
.newsimage.boximg{ float: left; margin: 0px 10px 0px 0px;clear: both;}

.showallnews{ text-align:right;}
a.readmore {
	text-decoration:none;
	display:inline-block;
	padding:4px 6px;
	font-size:10px;
	text-transform:uppercase;
		-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	}
a.readmore:hover{ text-decoration:none;}


.addthis { padding: 10px 0px; }

#column-left .box-news img, #column-right .box-news img{
	max-width:220px; height:auto !important;}

.box-news.countnews-1{ width:100%; margin-right:0;}
.box-news.countnews-2{ width:50%;}
.box-news.countnews-3{ width:33.3%;}
.box-news.countnews-4{ width:25%;}
.box-news.countnews-5{ width:20%;}
.box-news:last-child{ margin-right:0;}

#column-left .box-news, #column-right .box-news, 
#column-left .box-news.countnews-1, #column-right .box-news.countnews-1,
#column-left .box-news.countnews-2, #column-right .box-news.countnews-2,
#column-left .box-news.countnews-3, #column-right .box-news.countnews-3,
#column-left .box-news.countnews-4, #column-right .box-news.countnews-4,
#column-left .box-news.countnews-5, #column-right .box-news.countnews-5{
	display:block;
	width:100%;
	margin-right:0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
	padding-bottom:20px;
	
}
.box-news-modul2k .box-content{ margin-right:-20px;}
#column-left .box-news-modul2k .box-content,
#column-right .box-news-modul2k .box-content{ margin-right:0px;}
/* 
 * 	Core CSS File
 *  owl.carousel.css
 */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}