.idus-themes{
	direction: rtl;
}
.idus-themes a{
	/*display: block;*/
}

.idus-sliders .description h1, .idus-sliders .description h2,
.idus-sliders .description h3, .idus-sliders .description h4,
.idus-sliders .description h5, .idus-sliders .description h6,
.idus-sliders .description .fs1, .idus-sliders .description .fs2,
.idus-sliders .description .fs3{
	line-height:1.2em;
	margin-bottom:0.2em;
}

.idus-sliders .description a{
    padding: 0.5em;
    /*padding-right: 1em;
    padding-left: 1em;*/

   	color: #004567;
}
.idus-sliders .description a:hover{
	color: #000;
}
.idus-sliders button.radius.inverse a:hover,
.idus-sliders .button.radius.inverse a:hover{
	color: #fff;
}
.miniBanners{
	margin-right: -0.1em;
	margin-left: -0.1em;
}
.miniBanners .box{
	border-top: 0.1em solid #fff;
	border-left: 0.1em solid #fff;
	border-right: 0.1em solid #fff;
}
.idus-sliders .description table{
	width: 100%!important;
	height: auto !important;
	/*max-width: 45em;*/
	margin: auto;
	display: table;
}
.idus-sliders .description table td{
	width: 50% !important;
	display: table-cell;
	/*border: 1px solid #000;*/
}
.idus-sliders .description table tbody td{
	text-align: center;
	width: 33% !important;
	display: table-cell;
}
.idus-sliders .description table tbody td{
	width: 33% !important;
}

.idus-sliders .description .col4-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.idus-sliders .description .col4-items .item {
    flex: 100%;
}
@media only screen and (min-width: 768px) {
    .idus-sliders .description .col4-items .item {
        flex: 0 0 25%;
    }
}

@media only screen  and (min-width : 1224px) {
	.idus-sliders .description table tbody td.sp_w_100.w_10{
		width: 10% !important;
	}
}
@media only screen and (min-width: 768px) {
	.idus-sliders .description table tbody td.sp_w_100.w_10{
		width: 10% !important;
	}
	span.padding_b.button.radius.inverse{
		width: 18vw !important;
	}
}
@media only screen and (min-width: 480px){
	span.padding_b.button.radius.inverse{
		width: 20vw !important;
	}
}

.idus-sliders .description table td img.icon_p{
    max-width: 4em;
}
.idus-sliders .description table td img{
	width: 100%;
}

.idus-sliders .description table.icons td img{
	max-width: 6em;
	vertical-align: middle;
}
.idus-sliders .description table.icons a{
	display: inline-block;
}

@media only screen and (max-width: 767px){
    span.padding_b.button.radius.inverse{
        width: 29vw !important;
    }
    .idus-sliders .description table.icons tr:not(:first-of-type) > td {
        padding-right: 20%;
    }
    .idus-sliders .description table.icons a{
        display: table-cell;
    }
    .idus-sliders .description table td{
        display: block;
        width: 100%!important;
        text-align: center;
    }
    .idus-sliders .description table tbody td{
        width: 100% !important;
        display: block;
    }
    .idus-sliders .description table tr{
        display: block;
    }
}

.idus-sliders .idus-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.dim{
	opacity: 0.5 !important;
    color: #aaa !important;
}
.idus-themes .idus-controls .idus-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0;
	padding: 0;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #999;
}
.idus-sliders .description table.contact_icon{max-width: 28em;}
/*.idus-sliders .description table.contact_icon td{max-width: 50% !important;}*/

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.idus-themes .idus-controls.clickable .idus-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.idus-themes .idus-controls{
	position: absolute;
    bottom: 0em;
    left: 0;
    right: 0;
    width: 100%;
}

.idus-p, .idus-n{
	position: absolute;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
	background: transparent !important;
	border: none !important;
	min-width: auto;
}

.idus-p:hover,.idus-n:hover,.idus-p:focus, .idus-n:focus{
	opacity: 0.8;
}

.idus-p{left: -1em; margin-left: -33px; text-align: left; direction: rtl;}
.idus-n{ right: -1em; margin-right:-33px; text-align: right;}

.idus-themes .idus-controls .idus-page{
	display: inline-block;
	zoom: 1;
}
.idus-themes .idus-controls .idus-page{
	padding-left: 0.3em;
	padding-right: 0.3em;
	display: inline-block;
	zoom: 1;
}
.idus-themes .idus-controls .idus-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 0.25em;
	filter: alpha(Opacity=30);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #999;
}
.idus-themes .idus-controls .idus-page.active span{
	width: 9px;
	height: 9px;
	background: none;
}
.idus-themes div.description{
	direction: rtl;
}
.idus-themes div.description img{
	max-width: 10em;
}
@media only screen and (max-width: 960px){
	.idus-themes div.description img{
		max-width: 7em !important;
	}
}
.slide_top{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	overflow: hidden;
}
.slide_middle{
	display: table-cell !important;
	vertical-align: middle !important;
}
.slide_bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 3em;
	overflow: hidden;
}

.slide_top_right .description{
	display: table-cell !important;
    vertical-align: top !important;
	text-align: right;
}

.slide_top_center .description{
	display: table-cell !important;
    vertical-align: top !important;
	text-align: center;
}

.slide_top_left .description{
	display: table-cell !important;
    vertical-align: top !important;
	text-align: left;
}


.slide_middle_right .description{
	display: table-cell !important;
    vertical-align: middle !important;
    text-align: right;
}

.slide_middle_center .description{
	display: table-cell !important;
    vertical-align: middle !important;
    text-align: center;
}

.slide_middle_left .description{
	display: table-cell !important;
    vertical-align: middle !important;
    text-align: left;
}

.slide_bottom_right .description{
	display: table-cell !important;
    vertical-align: bottom !important;
	text-align: right;
}

.slide_bottom_center .description{
	display: table-cell !important;
    vertical-align: bottom !important;
	text-align: center;
}

.slide_bottom_left .description{
	display: table-cell !important;
    vertical-align: bottom !important;
	text-align: left;
}

@media only screen and (max-width: 767px){
	.slide_content .description{
		text-align: center !important;
	}
}
@media only screen and (max-width: 479px){
	.slide_content .description br{
    	content: ' ';
	}
	.slide_content .description  br:after {
    	content: ' ';
	}
}


.slide_static{
	position: static !important;
}
.slide_static strong, .slide_static b{
	font-weight: 400;
}
.slide-title{
	position: absolute;
	padding: 0.6em 1em 0 1em;
	width: 99.8%;
	height: auto;
	display: block;
	bottom: 0.1em;
	right: 0.1em;
	left: 0.1em;
	font-size: 0.5em;
	text-align: right;
	background: rgba(37, 36, 36, 0.3);
	direction: rtl;
}
.idus-pagination{direction: rtl;}

.idus-themes .idus-controls .idus-page.active span,
.idus-themes .idus-controls.clickable .idus-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	border: 1px solid #08c;
}

/* If PaginationNumbers is true */

.idus-themes .idus-controls .idus-page span.idus-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.idus-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


/*
 *  idus Carousela CSS3 Transitions
 *  v1.3.2
 */
.idus-item{ /*position: absolute;*/}

.idus-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.idus-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.idus-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.idus-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.idus-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.idus-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.idus-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.idus-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.idus-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {opacity: 1}
}
@-moz-keyframes empty {
	0% {opacity: 1}
}
@keyframes empty {
	0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-moz-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
	25% { opacity: .5; -moz-transform: translateZ(-500px); }
	75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
	25% { opacity: .5; transform: translateZ(-500px); }
	75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
	0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -moz-transform: translateZ(-500px); }
	100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
	0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; transform: translateZ(-500px); }
	100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
	to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
	to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
	from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
	from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
	from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
	from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
	from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
	from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
	to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
	to { opacity: 0; transform: scale(1.5); }
}


/*
 * 	Core idus Carousela CSS File
 *	v1.3.3
 */
.product-img-box{
	min-height: 10em;
}
/* clearfix */
.idus-sliders .idus-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.idus-sliders{
	display: block;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.slide_img{
	width: 100%;
	display: block;
	height: auto;
}
.slide_content{
	position: absolute;
	/*overflow: hidden;*/
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.slide_align{
	display: table;
	width: 100%;
	height: 100%;
}

.banner_content{
	display: table-cell;
	vertical-align: middle;
}

.idus-sliders .idus-wrapper{
	display: block;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.idus-sliders .idus-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.idus-sliders .idus-item{
	float: right;
}
.idus-controls .idus-page,
.idus-controls .idus-buttons div{
	cursor: pointer;
}
.idus-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor:url(grabbing.png) 8 8, move;
}


.slide_padding_db{ padding:3em;}
.slide_padding{ padding:1em 3em;}

/* fix */
.idus-sliders  .idus-wrapper,
.idus-sliders  .idus-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.idus-themes div.description img{
	display: inline-block !important;
	width: auto !important;
}
.idus-themes div.description h1 img, .idus-themes div.description h2 img, .idus-themes div.description h3 img, .idus-themes div.description h4 img, .idus-themes div.description h5 img, .idus-themes div.description h6 img{
	display: inline-block !important;
	height: 0.9em !important;
	width: auto !important;
}
.idus-themes div.description h1 ,
.idus-themes div.description h2 ,
.idus-themes div.description p ,
.idus-themes div.description h3 ,
.idus-themes div.description .fs3{
	margin-bottom: 0.5em;
}
.idus-themes div.description h2{
	font-size: 2em;
}


.idus-sliders {
	line-height: 1.5em;

}

.idus-sliders .idus-item .description .inverse img {
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .idus-sliders .idus-item .description .inverse img {
        margin-top: 0;
    }
}




@media only screen and (max-width: 767px){
/*	.idus-buttons{
		display: none !important;
	}*/
	.idus-p{left: 0em;}
	.idus-n{right: 0em;}
}