﻿/* JCARUSEL DETALIU POZE */
.carousel-imgsmall ul {margin: 0 0 0 50px !important;}
.carousel-imgsmall li a {
	display: block; width: 200px; height: 240px;
	margin: 12px 25px 2px 0;
	}
.jcar-centrare {
	display: table-cell; vertical-align: middle; text-align: center;
	width: 200px; height: 206px;
	border: 1px solid #ccc; border-radius: 3px;
	transition: all 0.5s;
	}
.carousel-imgsmall li a img {
	max-width: 200px; max-height: 200px;
	opacity: 1;
	transition: all 0.5s;
	}
.carousel-imgsmall li a:hover .jcar-centrare {border: 1px solid #000;}
.carousel-imgsmall ul li:before {display: none !important;}

.carousel-imgsmall strong {
	display: block; width: 190px;
	line-height: 16px; color: #333;
	}
.carousel-imgsmall a:hover strong {color: #5a49f4;}
	
	
#jcl-demo-detaliu.jcl-carusel {
	width: 910px; height: 270px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin: 20px 0 30px 20px;
	padding: 2px 10px 2px 0px;
	overflow: hidden; 
	position: relative;
	text-align: center !important;
	}
#jcl-demo-detaliu.jcl-carusel .but-np {
	position: absolute;
	top: 0px; z-index: 100;
	display: block;
	background: #034373;
	opacity: 0.3;
    width: 30px; height: 100%;
    color: #fff;
    text-decoration: none;
	text-align: center;
    font-family: exo; font-size: 45px; line-height: 45px;
	padding: 105px 0 0;
	transition: opacity 0.5s;
	/*box-shadow: 80px 0px 0px 0px rgba(0, 0, 0, 0.5);*/
	}
#jcl-demo-detaliu.jcl-carusel .but-np:hover {opacity: 0.6;}
#jcl-demo-detaliu.jcl-carusel .next {
	right: 0;
	border-radius: 0 3px 3px 0;
	}
#jcl-demo-detaliu.jcl-carusel .prev {
	left: 0;
	border-radius: 3px 0 0 3px;
	}
.cm-inactiv:after {
	content: "";
	position: absolute;
	top: 0px; left: 0; z-index: 100;
	display: block;
	background: #fff;
	opacity: 1;
    width: 30px; height: 100%;
    color: #fff;
    text-decoration: none;
	text-align: center;
    font-family: exo; font-size: 45px; line-height: 45px;
	padding: 105px 0 0;
	
	}
.cm-inactiv:before {
	content: "";
	position: absolute;
	top: 0px; right: 0; z-index: 200;
	display: block;
	background: #fff;
	opacity: 1;
    width: 30px; height: 100%;
    color: #fff;
    text-decoration: none;
	text-align: center;
    font-family: exo; font-size: 45px; line-height: 45px;
	padding: 105px 0 0;
	
	}


/* end jcarusel detaliu poze */
	

	
	
@media screen and (max-width: 1000px) {



#jcl-demo-detaliu.jcl-carusel {
	width: 95%; height: 150px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin: 20px auto 30px auto;
	padding: 2px 10px;
	overflow: hidden; 
	position: relative;
	text-align: center !important;
	}
.carousel-imgsmall li a {
	display: block; width: 80px; height: 140px;
	margin: 7px 5px 2px 0;
	}
.carousel-imgsmall strong {
	display: block; width: 100%;
	font-size: 10px; font-weight: normal; line-height: 10px;
	}
.carousel-imgsmall li a img {width: 100%;height: 100%;}
#jcl-demo-detaliu.jcl-carusel .but-np {padding: 15px 0 0 0px;}	

.jcar-centrare {
	display: table-cell; vertical-align: middle; text-align: center;
	width: 100%; height: 100%;
	border: 1px solid #ccc; border-radius: 3px;
	transition: all 0.5s;
	}
.carousel-imgsmall li a img {
	max-width: 70px; max-height: 70px;
	opacity: 1;
	transition: all 0.5s;
	}

}
	
	
	
	
	