/* This stylesheet is used to style the public view of the plugin. Salamy page */

.sw-tab-content .nav-tabs li a{
	font-size: 16px;
}
.sw-tab-content .carousel-inner{
	//min-height: 400px;
	margin-bottom: 10px;
}

.sw-tab-content .sw-pagination{
	text-align: center;
}
.sw-tab-content .sw-pagination-inner{
	display: inline-block;
	text-align: center;
}
.sw-tab-content .carousel-indicators{
	position: static;
	margin: 0 4px;
	float: left;
}
.sw-tab-content .carousel-indicators li{
	background-color: #C0C0C0;
    border-radius: 999px 999px 999px 999px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-indent: inherit;
    width: 20px;
    margin: 0 2px;
	
}
.sw-tab-content .sw-thumb img {
	width: 100%;
}
.sw-tab-content .sw-thumb .sw-mask{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	overflow: hidden;
	text-align: center;
	
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	transition: all 0.6s linear 0.4s;
	-webkit-transition: all 0.6s linear 0.4s; /* Safari */
}
.sw-tab-content .sw-thumb .sw-mask .sw-mask-inner{
	position: absolute;
	top: 50%;
	left: 0;
	height: 70px;
	margin-top: -35px;
	right: 0;
}
.sw-tab-content .sw-thumb .sw-mask a.sw-icon{
	background: none repeat scroll 0 0 #333333;
    border-radius: 900px 900px 900px 900px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: 0 10px;
    width: 70px;
    
    opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
.sw-tab-content-layout2 .span3 .sw-thumb .sw-mask .sw-mask-inner,
.sw-tab-content-layout2 .span2 .sw-thumb .sw-mask .sw-mask-inner{
	left: 10px;
	right: 10px;
	top: 50%;
	margin-top: -27px;
}
.sw-tab-content-layout2 .span3 .sw-thumb .sw-mask a,
.sw-tab-content-layout2 .span2 .sw-thumb .sw-mask a{
	margin: 0 5px;
}
.sw-tab-content-layout2 .span2 .sw-thumb .sw-mask .sw-mask-inner{
	left: 0px;
	right: 0px;
	top: 50%;
	margin-top: -20px;
}
.sw-tab-content .span4 .sw-thumb .sw-mask a.sw-icon{
    height: 55px;
    line-height: 55px;
    width: 55px;	
    font-size: 27px;
}
.sw-tab-content .span3 .sw-thumb .sw-mask a.sw-icon{
    height: 60px;
    line-height: 60px;
    width: 60px;	
    font-size: 28px;
}
.sw-tab-content .span2 .sw-thumb .sw-mask a.sw-icon{
    height: 40px;
    line-height: 40px;
    width: 40px;	
    font-size: 22px;
}
.sw-tab-content .sw-thumb .sw-mask .sw-link{
	text-indent: -100px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
}
.sw-tab-content .sw-thumb .sw-mask .sw-search{
	text-indent: 100px;
	transition: all 0.3s ease 0.1s;
	-webkit-transition: all 0.3s ease 0.1s; /* Safari */
}
.sw-tab-content .sw-thumb:hover .sw-mask{
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s; /* Safari */
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.sw-tab-content .sw-thumb:hover .sw-mask a.sw-icon{
	text-indent: 0;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	
	transition: all 0.3s ease 0.1s;
	-webkit-transition: all 0.3s ease 0.1s; /* Safari */
}
.sw-tab-content .sw-thumb .sw-mask a.sw-search{
	transition: all 0.3s ease 0.2s;
	-webkit-transition: all 0.3s ease 0.2s; /* Safari */
}
.sw-tab-content .sw-content{
	overflow: hidden;
}
.sw-tab-content .sw-pagination .carousel-control{
	background: none repeat scroll 0 0 #C0C0C0;
    border-radius: 900px 900px 900px 900px;
    float: left;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    position: static;
    text-align: center;
    width: 20px;
    margin: 0;
    border: 0;

}
.sw-tab-content .sw-content .sw-title a{
	font-weight: normal;
}
.sw-tab-content .carousel-indicators li.active{
	background: #80b601;
}

/* Layout 0 */
.sw-tab-content-layout1 .item-content{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.sw-tab-content-layout1 .sw-thumb{
	float: left;
	width: 40%;
	margin-right: 20px;
	position: relative;
}
.rtl .sw-tab-content-layout1 .sw-thumb{
	float: right;
	margin: 0 0 0 20px;
}
.sw-tab-content-layout1 .sw-title h4{
	margin: 0;
}
.sw-tab-content-layout1 .sw-title:hover{
	color: #80b601;
}
.sw-tab-content-layout1 .sw-meta{
	border-bottom: 1px dashed #c8c8c8;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #a8a8a8;
}
.sw-tab-content-layout1 .sw-meta .sw-category{
	display: inline;
	margin-left: 20px;
}
.sw-tab-content-layout1 .sw-desc{
	line-height: 25px;
}

/* Layout 1 */
.sw-tab-content-layout2 .item-content{
	position: relative;
	margin-bottom: 30px;
}
.sw-tab-content-layout2 .sw-thumb{
	position: relative;
}
.sw-tab-content-layout2 .sw-thumb .sw-mask .sw-mask-inner{
	top: 30px;
	bottom: 20px;
	left: 50px;
	right: 50px;
	height: auto;
	margin: 0;
}
.sw-tab-content-layout2 .sw-content{
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}
.lt-ie9 .sw-tab-content-layout2 .sw-content{
	filter:Alpha(opacity=0);
}
.lt-ie9 .sw-tab-content-layout2 .sw-thumb:hover .sw-content{
	filter:Alpha(opacity=100);
}
.sw-tab-content-layout2 .sw-content a{
	color: #fff;
	font-weight: bold;
}
.sw-tab-content-layout2 .sw-title h4{
	margin: 0;
}
.sw-tab-content-layout2 .sw-meta{
	border-bottom: 1px dashed #fff;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #fff;
}
.sw-tab-content-layout2 .sw-meta .sw-category{
	display: inline;
	margin-left: 20px;
}
.sw-tab-content-layout2 .sw-desc{
	line-height: 25px;
}
#loading{
    display:  none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-image: url('../assets/captchaLoaderImage.gif');
    background-repeat: no-repeat;
    background-position: center center; 
    min-height: 200px;
}
.lt-ie9 #loading{
	background: #000;
	filter:Alpha(opacity=70);
}
.lt-ie9 #loading:after{
	background-image: url('../assets/captchaLoaderImage.gif');
    background-repeat: no-repeat;
    background-position: center center; 
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sw-tab-content-layout2 .sw-content{
		display: none;
	}
	.sw-tab-content-layout2 .span3 .sw-thumb .sw-mask .sw-mask-inner{
		top: 65px;
	}
	.sw-tab-content .span3 .sw-thumb .sw-mask a.sw-icon{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.sw-tab-content .sw-thumb .sw-mask .sw-mask-inner{
		height: 50px;
		margin-top: -25px;
	}
	.sw-tab-content .sw-thumb .sw-mask a.sw-icon{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		margin: 0 5px;
	}
}
@media (max-width: 767px) {
	.sw-tab-content-layout2 .item-content{
		width: 100%;
		float: none;
	}
}
@media (max-width: 480px) {
	.sw-tab-content-layout1 .sw-thumb{
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	.sw-tab-content-layout2 .sw-content{
		display: none;
	}
	.sw-tab-content ul.nav-tabs > li{
		float: none;
		margin-bottom: 1px;
		margin-right: 0;
	}
	.sw-tab-content ul.nav-tabs > li a{
		margin: 0;
	}
	.sw-tab-content .sw-content{
		clear: both;
	}
	.sw-tab-content .sw-thumb .sw-mask a.sw-icon{
		width: 50px;
		height: 50px;
		margin: 0;
		line-height: 50px;
		font-size: 25px;
	}
	.rtl .sw-tab-content-layout1 .sw-thumb{
		margin: 0 0 10px;
	}
}