.tpclop_box a{ text-decoration:none;}
   
.tpclop_box  .threeheading { 
   font-family:  Arial, Helvetica, sans-serif;
   font-size:15px;
   text-transform:uppercase;
   font-weight:bold;}
		  

/*static*/

.tpclop_box .stylebanner {
 position: relative;
 float:left;
 vertical-align:top;
 overflow:hidden; 
 margin-bottom:20px;
}
.tpclop_box .box_tpsa .stylebanner + .stylebanner{ margin-left:2%;}
#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%;}

.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:32%;}
.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;}


/*tpsa text*/
.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);/*IE7 fix*/
     opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;

	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);/*IE7 fix*/
       opacity: 0.4;
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;

    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
	 }	
.tpclop_box.tpsa_text .two{
	 position:absolute;
     z-index:10;
	 left:0px;
	 bottom: 20%;
    width: 42%;
	padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 10%;
	 -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
     background-color:rgba(0, 0, 0, 0.4);
	 }
	 .tpclop_box.tpsa_text .two2{
	 position:absolute;
     z-index:10;
	 right:0px;
	 bottom: 20%;
    width: 42%;
	padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 10%;
	 -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
     background-color:rgba(0, 0, 0, 0.4);
	 }
.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;}
 	  
/*before_text*/	
.tpclop_box.beforetext .stylebanner{text-align:center; margin-bottom:30px;}
.tpclop_box.beforetext .one{
	 margin-bottom:10px;
	 padding-right:20px;}
.tpclop_box.beforetext .threeheading{
	text-align:center; 
    margin-bottom:10px;
	}
.tpclop_box.beforetext .two{
	padding-right:20px;
	text-align:left;
	} 
#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;} 
	  
/*slider_banner*/	  

.tpclop_box.slider_banner{ 
  margin-bottom:20px;}
  
.tpclop_box.slider_banner .stylebanner{ margin-bottom:0;margin-right:0;}
.tpclop_box.slider_banner .one img{
	width:100%;
	height:auto !important;
	display:block;}  

.tpclop_box.slider_banner .two{
	position:absolute;
	left:0px;
    z-index:10;
	 bottom: 20%;
    width: 42%;
	padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 10%;
	top: 45%;
bottom: auto;
max-height: 70%;
  -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
	background-color:rgba(6, 6, 6, 0.5);
	}
.tpclop_box.slider_banner .two2{
	 position:absolute;
     z-index:10;
	 right:0px;
	 bottom: 20%;
    width: 42%;
		top: 45%;
bottom: auto;
max-height: 70%;
	padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 10%;
	 -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
     background-color:rgba(6, 6, 6, 0.5);
	 }
.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;}

/*double slider*/
.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;
}


/*double slider np border*/
.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 {
width: 103.5%;
margin-left: -20px;
height: auto;
}
.canap2 {
width: 103.5%;
margin-left: -20px;
height: auto;
}


