/*----------------header slider--*/
body .container.t3-header .row.slider_block{
	margin-left:0;
	margin-right:0;
	position:relative:
}
body .container.t3-header .row.slider_block ul.nav{
	background: none;
    border: 0 none;
    bottom: 0;
    left: 0;
    position: absolute;
}
body .container.t3-header .row.slider_block .caption{
	bottom: auto;
    margin-left: 26%;
    padding: 10px;
    position: absolute;
    right: 34%;
    text-align: center;
    top: 30%;
}
body .container.t3-header .row.slider_block .caption p{
	text-align: center;
	line-height:40px;
	font-family:IRANSans-Light-web;
	padding:5px 0;
}
body .container.t3-header .row.slider_block .caption p:first-child{
	font-family:IRANSans-web;
}
body .container.t3-header .row.slider_block div{
	padding-left:0;
	padding-right:0;
}

/*----------------SLIDE SHOW--*/
body .container.t3-sl.t3-sl-2{
	padding-top:10px;
	padding-bottom:10px;
}
body .container.t3-sl.t3-sl-2 .t3-module.module {
	margin-bottom:0;
}

body .xslider_container { 
    direction: ltr;
}

/*small slider*/
body .theme-default .nivoSlider{
	box-shadow:none;
	border-radius:5px;
}
body .theme-default .nivoSlider .nivo-caption {
    bottom: auto;
    left: auto;
    position: absolute;
    right: 3%;
    top: 28%;
	width:auto;
	opacity:1;
	padding:10px;
}
body .theme-default .nivoSlider .nivo-caption .nivo-pretitle{
	font-family:IRANSans-web;
}
body .theme-default .nivoSlider .nivo-caption a h1,
body .theme-default .nivoSlider .nivo-caption h1{
	display:inline-block;
	font-family:IRANSans-Light-web;
}
body .slider-wrapper.theme-default{
	position:relative;
}
body .nivoSlider{
	margin-bottom:0;
}
body .theme-default .nivo-controlNav {
    bottom: auto;
	left:0;
	right:auto;
    margin: 0;
    padding: 0 ;
    position: absolute;
    z-index: 10;
}
/*small slider*/
@media screen and (min-width: 1200px) {
	body .container.t3-header .row.slider_block .caption{
		font-size: 38px;
	}
	body .theme-default .nivoSlider .nivo-caption .nivo-pretitle{
		font-size:18px;
	}
	body .theme-default .nivoSlider .nivo-caption a h1,
	body .theme-default .nivoSlider .nivo-caption h1{
		font-size:14px;
	}
}

@media screen and (max-width: 1170px){
	body .container.t3-header .row.slider_block .caption{
		font-size: 25px;
	}
	body .theme-default .nivoSlider .nivo-caption .nivo-pretitle{
		font-size:16px;
	}
	body .theme-default .nivoSlider .nivo-caption a h1,
	body .theme-default .nivoSlider .nivo-caption h1{
		font-size:13px;
	}
	body .theme-default .nivoSlider .nivo-caption {
		top: 20%;
	}
}
@media screen and (max-width: 1024px){
	
}
@media screen and (max-width: 960px){
	body .container.t3-header .row.slider_block .caption{
		font-size: 18px;
	}
	body .theme-default .nivoSlider .nivo-caption .nivo-pretitle{
		font-size:14px;
	}
	body .theme-default .nivoSlider .nivo-caption a h1,
	body .theme-default .nivoSlider .nivo-caption h1{
		font-size:12px;
	}
	body .theme-default .nivoSlider .nivo-caption {
		top: 12%;
	}
}
@media screen and (max-width: 781px){
	body .container.t3-header .row.slider_block .caption{
		font-size: 25px;
	}
	body .theme-default .nivoSlider .nivo-caption .nivo-pretitle{
		font-size:16px;
	}
	body .theme-default .nivoSlider .nivo-caption a h1,
	body .theme-default .nivoSlider .nivo-caption h1{
		font-size:13px;
	}
	body .theme-default .nivoSlider .nivo-caption {
		top: 20%;
	}
}
@media screen and (max-width: 600px){
	body .theme-default .nivoSlider .nivo-caption {
		top: 15%;
	}
}
@media screen and (max-width: 480px){
	body .container.t3-header .row.slider_block .caption{
		font-size: 16px;
	}
	body .theme-default .nivoSlider .nivo-caption {
		top: 13%;
	}
	body .nivo-caption p{
		padding:0;
	}
	body .theme-default .nivoSlider .nivo-caption a h1,
	body .theme-default .nivoSlider .nivo-caption h1{
		margin-top:0;
	}
}
@media screen and (max-width: 320px){
	body .container.t3-header .row.slider_block .caption{
		font-size: 16px;
	}
	body .theme-default .nivoSlider .nivo-caption .nivo-pretitle{
		font-size:11px;
	}
	body .theme-default .nivoSlider .nivo-caption a h1,
	body .theme-default .nivoSlider .nivo-caption h1,
	body .theme-default .nivo-caption a{
		font-size:11px;
	}
	body .theme-default .nivoSlider .nivo-caption {
		top: 0%;
	}
	body .nivo-caption p{
		padding:0;
	}
}