.container {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}

.util-carousel {
	display: none;
	position: relative;
	-ms-touch-action: pan-y
}
.util-carousel .util-wrapper-holder {
	overflow: hidden;
	position: relative;
	width: 100%;
    margin: -20px -6px;
}
.util-carousel .util-wrapper {
*zoom:1;
	position: relative;
	display: none
}
.util-carousel .util-wrapper:before, .util-carousel .util-wrapper:after {
	display: table;
	content: "";
	line-height: 0
}
.util-carousel .util-wrapper:after {
	clear: both
}
.util-carousel .util-item {
	float: left;
}

.dragging, .dragging * {
	cursor: url(../../img/icons/closedhand.cur.ico), move
}
.util-theme-default .util-pagination {
	text-align: center;
	margin-top: 10px;
	display:none !important;
}
.util-theme-default .util-page span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #bbb;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin: 5px
}
.util-theme-default .util-page {
	display: inline-block;
	cursor: pointer;
	zoom: 1;
*display:inline
}
.util-theme-default .util-page.active-page span {
	background-color: #555
}
.util-theme-default .util-page:hover span {
	background-color: #888
}
.util-theme-default .util-navigation {
	text-align: center
}
.util-theme-default .util-prev, .util-theme-default .util-next {
	display: inline-block;
	padding: 0;
	margin:0;
	
	cursor: pointer;
	line-height:-webkit-transition:all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.util-theme-default .util-prev:hover, .util-theme-default .util-next:hover {
	/*background-color: #555*/
}
.util-theme-default .util-disable, .util-theme-default .util-disable:hover {
	/*background-color: #bbb;*/
	opacity: .4;
	cursor: default
}

.wight-box {
	background: #fff;
	padding: 10px 25px 25px;
}

.logo-box {
	background: #fff;
	padding:0px;
	padding-bottom:25px;
}

.util_hover
{
    cursor: pointer;
	margin: auto;
  	position: absolute;
  	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	width: 100%;
	height:100%;
	color: #FFFFFF;
	background: rgba(121,19,69,0.00);
	transition: all 0.4s;
	opacity:0;
	display:block;
}

.util_hover a{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	z-index:1;
}

.util_hover:hover {
	background: rgba(121,19,69,0.70);
	opacity:1;
}

.util_contant{
	display:table;
	height:100%;
	width:100%;
}

.util_hover span{
	display: table-cell; 
	vertical-align: middle;
	text-align:center;
	width: 100%;
	height:100%; 
}

.util_hover span h1{
	width:90%;
	font-size: 22px;
	font-family: 'RobotoRegular', Arial, sans-serif;
	line-height:30px;
	text-align:center;
	font-weight:normal !important;
	margin:0 auto;
}

.util_hover span h2{
	width:90%;
	font-size: 18px;
	font-family: 'RobotoLight', Arial, sans-serif;
	text-align:center;
	font-weight:normal !important;
	margin:20px auto 0;
}

.chLogoTime{
	position:relative;
	padding:30px 0 0 0;
	width:100%;
	height:55px;
}

.chLogoDiv{
	width:50%;
	height:55px;
	/*border-right:1px solid #fff;*/
	float:left;
}

.chLogoDiv span{
	width:73px;
	height:55px;
	padding-right:20px;
	float:right;
}

.chLogoDiv span img{
	width:73px !important;
	height:55px !important;
	opacity:1 !important;
	margin:0 !important;
	position:relative !important;
	transition:none !important;
	transform: none !important;
}

.chLogoDiv_{
	width:100%;
	height:55px;
	float:left;
	padding:20px 0 0 0;
}

.chLogoDiv_ span{
	width:73px;
	height:55px;
	margin:0 auto;
	display:block;
}

.chLogoDiv_ span img{
	width:73px !important;
	height:55px !important;
	opacity:1 !important;
	margin:0 !important;
	position:relative !important;
	transition:none !important;
	transform: none !important;
}

.chTime{
	text-align:center;
	font-size:18px;
	float:left;
	padding:5px 0 0 10px;
}

.chLogoDiv_Arabic{
	width:50%;
                height:55px;
                border-left:1px solid #fff;
                float:right;

}

.chLogoDiv_Arabic span{
	width:73px;
                height:55px;
                padding-left:20px;
                float:left;

}

.chLogoDiv_Arabic span img{
	            width:73px !important;
                height:55px !important;
                opacity:1 !important;
                margin:0 !important;
                position:relative !important;
                transition:none !important;
                transform: none !important;

}

.chTime_Arabic{
	text-align:center;
                font-size:18px;
                float:right;
                padding:5px 20px 0 0;

}


.s_util_hover{

                margin: auto;

                position: absolute;

                top: 0; 

                left: 0; 

                bottom: 0; 

                right: 0;

                width: 100%;

                height:100%;

                color: #FFFFFF;

                background: rgba(121,19,69,0.00);

                transition: all 0.4s;

                opacity:0;

                display:block;

                cursor:pointer;

}

 

.s_util_hover:hover {

                background: rgba(121,19,69,0.70);

                opacity:1;

}

 

.s_util_contant{

                display:table;

                height:100%;

                width:100%;

}

 

.s_util_hover span{

                display: table-cell; 

                vertical-align: middle;

                text-align:center;

                width: 100%;

                height:100%; 

}

 

.s_util_hover span h1{

                width:90%;

                font-size: 20px;

                font-family: 'RobotoRegular', Arial, sans-serif;

                line-height:25px;

                text-align:center;

                font-weight:normal !important;

                margin:0 auto;

}

 

.s_util_hover span h2{

                width:90%;

                font-size: 16px;

                font-family: 'RobotoLight', Arial, sans-serif;

                text-align:center;

                font-weight:normal !important;

                margin:20px auto 0;

}

 

.s_chLogoTime{

                position:relative;

                padding:20px 0 0 0;

                width:90%;


                margin:0 auto;

}

 

.s_chLogoDiv{

                width:100%;

                height:55px;

                text-align:center;

                margin:0 auto;

                display:block;

}

 

.s_chLogoDiv img{

                width:73px !important;

                height:55px !important;

                opacity:1 !important;

                margin:0 auto !important;

                position:relative !important;

                transition:none !important;

                transform: none !important;

                text-align:center;

                display:block;

}

 

.s_chTime{

                text-align:center;

                font-size:15px;

                padding:5px 0 0 0;

}
