/* Slicebox Style */
.sb-slider {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
}

.sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}

.sb-slider li > a {
	outline: none;
}

.sb-slider li > a img {
	border: none;
}

.sb-slider img {
	max-width: 100%;
	display: block;
}

.sb-description {
	padding: 20px;
	bottom: 90px;
	/*left: 10px;*/
	font-weight:700;
	width:55%;
	right: 10px;
	z-index: 1000;
	position: absolute;
	/*background: #CBBFAE;
	background: rgba(190,176,155, 0.4);
	background: rgba(40, 86, 174, 0.49);*/
	border-left: 4px solid rgba(255,255,255,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	
	opacity: 0;
	color: #fff;

	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}
.sb-description p a{
		color:#191919 !important;
	}
.sb-slider li.sb-current .sb-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);	
/*	background: rgba(190,176,155, 0.7);*/
}

.sb-perspective {
	position: relative;
}

.sb-perspective > div {
	position: absolute;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-o-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	backface-visibility : hidden;
}

.sb-side {
	margin: 0;
	display: block;
	position: absolute;

	-moz-backface-visibility : hidden;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
@media (max-width: 768px) {
.sb-description {
     width:100% !important;  
    text-align:justify; 
	color:#000;
    /*! background: #164194; */
	right: 50; 
	 bottom:0; 
	border-left: none; 
	 z-index:100; 
	 top:45px; 
	margin-right:-140px !important;
}
	.sb-description p a{
		text-transform: capitalize;
		font-size:7px !important; 
		color:#000 !important;
	}
.sb-description h1,.sb-description h2,.sb-description h3 {
   
  font-size: 12px !important;
}
.sb-description h3,.sb-description p {
   
  font-size: 10px !important;
}
.wrapper {
    height:180px;
}
.sb-current a img{
    
    height:180px !important;
    width:100% !important;
    /*max-width:250px !important;*/
}
}

/*
@media (max-width: 768px) {
.sb-description {
    width:100% !important;
    font-size:11px !important;
    text-align:justify;
    background: #164194;
	right: 0;
	bottom:0;
	border-left: none;
	z-index:100;
	top:10px;
}
.sb-description h1,.sb-description h2,.sb-description h3 {
   
  font-size: 12px !important;
}
.sb-description h3,.sb-description p {
   
  font-size: 10px !important;
}
.wrapper {
    height:200px;
}
.sb-current a img{
    padding-top:10px;
    height:200px !important;
    width:100% !important;
    max-width:250px !important;
}
}
*/