@import url('https://fonts.googleapis.com/css?family=Cairo:400,600,700,900|Changa');
@import url('https://fonts.googleapis.com/css?family=Amiri:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lateef');


body{
	font-family: 'Cairo', sans-serif;
}
.no-right-padding{padding-right:0 !important}
.no-left-padding{padding-left:0 !important}
.no-bottom-padding{padding-bottom:0 !important}
.no-top-padding{padding-top:0 !important}
.no-padding-all{padding:0 !important}
a{text-decoration:none !important;color:#6ec5dd}
a:hover{
	color:#8e8e8e;
}
header{
	
}

.top{
	height:40px;
	background:#1f1f1f;
}
.top-nav .topsocialList a{
	color:#808080!important;
}
.top-nav li img{
	height:32px;
}
.top-nav li{
	padding:7px 4px;
}

.top-nav li a i {
    color: #afb4dc;
    font-size: 1.4em;
}
.top-nav li a:hover i {
	color:#a07df7;
}
.mainMenu{
	background:#e6e6e6;
	margin-top:10px;
}
nav {
	
	padding:0 !important;
}
nav .navbar-nav .nav-item{
	position:relative;
	text-align:left;
}
/*
nav .navbar-nav .nav-item:last-child:before {
	width:0;
}
nav .navbar-nav .nav-item:before {
		content: '';
		width: 1px;
		background: #cfd0d2;
		height: 15px;
		margin: 0px 17px;
		float:left;
		}
	*/
@media(max-width:991px){
	nav .navbar-nav .nav-item:before{
		display:none;
	}
}
@media(min-width:992px){
	nav .navbar-nav .nav-item:before{
		margin: 0px 9px;
	}
}
@media(min-width:1200px){
	nav .navbar-nav .nav-item:before {
		margin: 2px 14px;
	}
}
nav .navbar-nav .nav-item i{
	width:0;
	position:absolute;
	bottom:0;
	top:0;
	height:100%;
	left:0;
	background:#fbbb16;
	transition:all 0.3s;
}
nav .navbar-nav .nav-item .nav-link:hover{
	color:#fff ;
}
nav .navbar-nav .nav-item:hover i{
	right:0;
	width:100%;
	transition:all 0.3s;
}
nav .navbar-nav .nav-item .nav-link{
	position:relative;
	z-index:1;
	transition:all 0.3s;
	text-transform: uppercase;
    font-size: 1.05em;	
	color:#000;
	font-weight:600;
	float:right;
	padding: 10px 0.8em;
}
nav .navbar-nav .nav-link{
}

.section{padding:1em}
.bgGray{
	background:#dee2e4 !important;
}
.programs .media .media-body{
	font-size: 15px;
	text-align: justify;
}
.programs .media:hover:after{
	width:100%;
	right:0;

}

.programs .media:after{
	width:100%;
	position:absolute;
	bottom:0;
	top:0;
	height:100%;
	left:0;
	background:#2f3b55;
	transition:width 0.3s;
}
/*
.programs .media.odd {
	background: #a3a9b4;
}
.programs .media.even {
	background: #e6af7b;
}
*/
.programs .media {
    background: #f5f5f5;
    margin-bottom: 10px;
    position: relative;
    padding: 9px;
}
.programs .media:last-child{
	margin-bottom:0;
}
.programs .media h5 a{
	color: #2f3b55;
    font-size: 0.85em;
    font-weight: 700;
}
.programs .media h5{
	font-weight:600;
	font-size: 1em;
    line-height: 22px;
	margin-bottom:0;
}
.programs .list-unstyled{
	padding:0;
}
.programs .media-body span{
	font-size:13px;
}
.programs .media img{
	/*max-width: inherit;
    height: 100%;*/
}

.mainTitle a{
	color:#26abbe;
}
.mainTitle{
	font-size:1.3rem;
	font-weight:700;
	color:#26abbe;
}
.white{
	color:#fff!important;
}
.mainDate{
	font-size:1.1rem;
	padding-top:15px;
}
.mainDesc{
	font-size:1.1rem;
}
.newsTitle{
	font-size: 1.1rem;
    font-weight: 700;
    color: #26abbe;
    margin: 1em 0.5em 0.5em;
    overflow: hidden;
}
.newsDate{
	font-size:0.8rem;
	padding:0 0.5em;
}
.newsDesc{
	font-size:1rem;
	padding:0 0.5em;
	text-align:justify;
}

.video_iframe{
	max-width:100%;
}


.newsImg{
	height:200px;
	overflow:hidden;
	text-align: justify;
	text-align:center;
}
.rightBorder{
	border-right:3px solid #e85242;
	padding:1em;
	height: 100%;
}
.leftBorder{
	border-left:3px solid #e85242;
	padding:1em;
	height: 100%;
}
.yellowBorder{
	border-left:3px solid #fcb315;
	padding:1em;
}
.readmore:hover{
	background:#fff;
	border:1px solid #e85242;
	color:#e85242;
}
.readmore{
	border:1px solid #e85242;
	background:#e85242;
	padding:0 15px;
	color:#fff;
	border-radius:3px;
	margin-top:10px;
}
.cap-title a{
	color:#fbbb16;
}

.in_thumb{
	max-height:450px;
	margin:auto;
}
.cap-title a{
	color: #fff;
    font-size: 0.8em;
    font-weight: 600;
}
.cap-desc{
	font-size:1.1rem;
	color:#fff;
	line-height:30px;
}
.sliderCat{
	color:#ec8b2d;
}
.box{
	background:#fefefe;
	margin-bottom: 1rem;
	border:1px solid #f3f3f3;
}
.boxCaption{
	padding:10px 15px;

}
.boxDetails{
	padding-bottom:10px;
	color: #939597;
	font-size: 13px;
}

.box:hover .readmorearrow{
	transform:translateX(10px);
}
.box:hover .boxCaption{
	background: #f5f5f5;
}
.box:hover .boxImg img{
	transform:scale(1.1);
}
.boxImg img, .readmorearrow, .boxCaption{
	transition:all 0.3s;
}
.box:hover .boxImg .moreinImg{
	opacity: 1;
}
.box .boxImg .moreinImg{
	opacity: 0; 
    position: absolute;
    bottom: 0;
    right: 0;
    background: #0000008c;
    transition: width 0.3s;
    z-index: 9999999;
    padding: 5px;
    color: #fff;
	transition:all 0.3s;
}
.boxImg{
	height: 178px;
    overflow: hidden;
	position:relative;
	text-align:center;
	background: #ccc;
}
.boxTitle {
	height: 59px;
    overflow: hidden;
}
.writerArticleTitle a{
	font-size:1.1em;
	font-weight:700;
	color:#2f3b55;
}
.boxTitle a{
	font-size:1.1em;
	font-weight:700;
	color:#2f3b55;
}
.catHeader a{
	color:#fff;
}
.catHeader {
	background:#ec8b2d;
	padding:0.5rem;
	font-size:1.4em;
	font-weight:600;
	text-align:center;
}
.anns {
	padding:0.5rem 0;
}
.anns ul li a{
	font-weight:600;
}
.anns ul li:not(:last-child){
	border-bottom:1px solid #eef0f1;
}
.anns ul li{
	list-style-image:url('../images/bullet.png');
	padding:0.5rem;
	
}
.bxItem:hover a .bx-caption{
	opacity:1;
}
.bxItem{
	overflow:hidden;
}
.bxItem a .bx-caption{
	background: #f98a1f;
    padding: 5px 10px;
    box-shadow: 0 0 5px #000;
	color:#fff;
	opacity:0;
	left: 0;
    text-align: center;
    bottom: 0;
	transition:all 0.3s;
}
.imnews h4{
	background: #fff;
    padding: 0 15px;
    border: 2px solid #fbbc14;
    border-top: 0;
    border-bottom: 0;
}
.imnews{
	position:relative;
}
.imnews:before{
	content:"";
	height:2px;
	width:100%;
	position:absolute;
	left:0;right:0;top:15px;
	background:#fbbc15;
	z-index:-1;
}
.more{
	text-align: right;
    margin: 1em;
}
.p_title{
	padding-bottom:20px;
}
.p_summary{
	padding-bottom:15px;
	transition:all 0.5s;
}
.p_summary img{
	margin:0 15px 15px 0;
}
@media(max-width:991px){
	nav .navbar-nav .nav-item{
		padding: 5px;
		background: #ff963c;
		margin-bottom: 5px;
	}
	nav .navbar-nav .nav-item .nav-link,.dropdown-item{
		color:#fff;
	}
	.dropdown-menu{
		border:none;
	}
	.dropdown-menu{
		display:block;
		background: none;
	}
	.dropdown-item {
		padding: .25rem 2.5rem !important;
		font-size: 1.2em;
	}
	
}

@media (max-width:575px){
	.rightitem .righttxt{
		height:120px!important;
	}
	.rightitem .rightIcon img{
		height: 135px!important;
	}
	.area1{
		height: 250px!important;
	}
	.newsImg{
		height:130px!important;
	}
	.search{
		right:0;
	}
	.mainMenu .navbar{
		padding:5px 0!important;
	}
	.newsarea{
		margin-bottom:1em;
	}
	.newsarea ul li img{
		min-height: 250px!important;
	}
	.newsarea ul li{
		max-height:250px!important;
	}
	.cap-desc {
		font-size: 0.8rem!important;
		line-height: 21px!important;
	}
	.mainTitle{
		font-size: 1rem!important;
	}
	.tabs span {
		margin-left: 8px!important;
		font-size: 12px!important;
	}
	.area1 .row{
		width:100%;
	}
	.area1txt{
		position:relative!important;
		bottom: 0em!important;
		font-size: 1.5em!important;
	}
	.section{
		padding:10px 0 !important;
	}
	#logo img{
		width:100%;
	}
	.search .input-group{
		width:69% !important;
	}
	.bx-wrapper .bx-caption .cap-title{line-height:15px}
	.bx-wrapper .bx-caption span{
		padding: 5px !important;
	}
	.cap-title a{
		font-size: 0.5em !important;
	}
	.bx-caption div{
		padding-bottom: 0px !important;
	}
	.bx-caption{
		max-width: 100%  !important;
		bottom: 0% !important;
	}
	.top-nav{
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.top-nav li:first-child{
		width:100%;
	}
}
footer{
	background:#000;
	padding-bottom: 3em;
}
.footer_top{
	background:#000;
	padding:2em 0;
}
.footer_top h5 a{
	color:#840a2d;
}
.footer_top h5{
	color:#840a2d;
	padding-bottom:1em;
	text-align:center;
}

.footerList li a{
	color:#fff;
}
.footer_bottom a{color:#fff}
.footer_bottom span{padding:0 10px;}
.footer_bottom{
	background:#333;
	padding:1em 0;
	color: #fff;
    font-size: 15px;
    text-align: center;
}
@media (min-width: 768px){
/*	footer .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
*/
}
.dropdown:hover .dropdown-menu{
	display:block !important;
}
.dropdown-menu{
	top:94%;
	right:0;
	min-width: 13rem;
	font-size:14px;
}
.topsocialList a:not([href]):not([tabindex]){
	width:10px;
	line-height: 20px;
	font-size: 22px;
}
.topsocialList a:hover{border-radius:0}
.topsocialList a:hover {color:#fbbb16 !important}
.topsocialList a:hover i{color:#fbbb16 !important}
.topsocialList a{direction:rtl;color:#fff!important;font-size:18px;width:25px;height:25px;text-align:center;line-height:25px;margin-right:15px;border-radius:2px;transition:all 0.3s;}
/*
.topsocialList .fb{background:#4267b2}
.topsocialList .tw{background:#1da1f2}
.topsocialList .ins{background:#000}
.topsocialList .youtube{background:#e52d27}
*/
.topsocialList a i.fa{
	font: normal normal normal 20px/25px FontAwesome;
}


.topsocialList .call{background:#666;width:auto;height:auto;padding:0 15px;}
.socialList a{direction:rtl;color:#808080;font-size:1.3em;padding:0 10px}
.socialList {text-align:center;}
 .donate{
	color: #ffffff !important;
    background: #ec2d2d;
    width: auto;
    height: auto;
    padding: 2px 13px;
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 1em;
}
.search{
	position:absolute;
	left:0;
	width:0;
	overflow:hidden;
}
.search .input-group input{
	height:33px;
}
.search .input-group{
	width: 100%;
}
.search .input-group-prepend{
	background: #ccc;
    padding: 4px 8px;
    color: #fff;
	border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	font-size:1em;
}
.search{
	margin-top:5px;
}
	.lang{
		background:#840a2d;
	}
.title{
	margin-bottom:15px;
	background:#fff;
}
.title_cus {
	border-bottom:2px solid #fff;
	
}
.title a{
	font-size:1.3em;
	font-weight:700;
	color:#2f3b55;
	letter-spacing:-0.5px;
	padding:5px 15px;
}
.title span{
	font-size: 1.2em;
    font-weight: 700;
    color: #26abbe;
    letter-spacing: -0.5px;
}

thead.event-days{
	background:#ec8b2d;
}
.newsarea ul li{
	height:100%;
}
.newsarea ul li img{
	max-width: inherit;
    min-height: 410px;
    width: 100%;
}
.mediaimg{
	display:block;
	width: 30%;
    height: 110px;
	overflow:hidden;
	margin-right:12px;
}
.newsarea .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    right: 0;
	left:0;
    background: #666;
    background: rgba(0, 0, 0, 0.47);
    max-width: 100%;
	text-align:center;
}
}
.newsarea .bx-viewport{
	max-height: 100%!important; 
}
.newsarea{
	border-bottom:2px solid #f0f0f0;
	
}

.news{
	padding:1.3em 0;
	
}
.news .more{
	position: absolute;
    left: 15px;
    bottom: 0;
    
}
.news img{
	transition:all 0.3s;
}
.news:hover img{
	transform:scale(1.1);
}

.readall{
	text-align:left;
	margin-top:0.8em;
}
.readall a{
	background:#840a2d;
	color:#fff;
    font-size:0.75em;
    padding:0 8px;
    border-radius:3px;
	border:1px solid #840a2d;
	transition:all 0.2s;
}
.readall a:hover{
	background:#fff;
	color:#840a2d;
}
.area{
	padding-top:1em;
	font-size:0.9em;
	line-height:1.7;
}
.bold700{
	font-weight:700;
}
.hiddenover{
	overflow:hidden;
}
.imgarea img{
	height:100%;
}
.imgarea{
	background:#fff;
	height:100%;
	max-height:75px;
	overflow:hidden;
}
.news .imgarea2 img{
	height:100%;
}
.imgarea2{
	background:#e7e7e7;
}
.news .imgarea2{
	height:100%;
	max-height:100px;
}
.bx-viewport{
	direction:ltr;
}
#slider2 .bx-viewport{
	max-height:300px;
}
.fluid-width-video-wrapper{
	padding-top:56% !important;
}
.title2 a{
	font-size: 1.05em;
    font-weight: 700;
    color: #840a2d;
}
.desc2{
	padding-top:1em;
	font-size:0.95em;
}
.details{
	margin-top:10px;
	border-top:1px solid #fefefe;
	border-bottom:1px solid #fefefe;
	padding:5px 0;
	float:left;
	width:100%;
	font-size: 11px;
    font-weight: inherit;
}
.details span{
	padding-left:15px;
}
.details .more{
	float:left;
	font-size: 11px;
	padding-left: 6px;
}
.bx-wrapper{
	margin-bottom:0 !important;
}
.title.title_cus2{
	border-bottom:none;
}
.title.title_cus3{
	border-bottom:none;
	font-size:0.7em;
}

.dropdown-item{
	text-align:left;
    padding: .25rem 0.5rem;
    white-space: inherit;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background:#2f3b55;
	color:#fff;
}
a:hover>i{
	color:#2f3b55;
}
@media(max-width: 575px){
	#logo{
		text-align:center;
	}
	.carousel, .carousel-inner .carousel-item img{
		max-height:300px !important;
	}
	.news .more{
		position:unset !important;
	}

}
@media(max-width: 766px){
	.container {
		max-width: 100%;
	}
}
.carousel-item img{
	min-width: 100%;
}
.questions li label{	
	cursor:pointer;
}
.questions li .check i, .questions li .check input{
	display:none;
}
.questions li{
	list-style:none;
	padding: 0 10px;
    margin: auto;
	font-weight:bold;
}
.questions{
	display:flex;
	padding:0;
	text-align:center;
}
.percent{
	font-size:1.2em;
	color:#7a7d84;
}
.answer{
	font-size:1.2em;
	color:#840a2d;
}
.footerMenu{
	margin: 0;
	padding: 0;
    
}
.footerMenu li a {
    padding: 5px 15px;
   /* background: #840a2d87;*/
    color: #710524;
    font-size: 15px;
	white-space:nowrap;
	}
.footerMenu ul{
	padding:0;
	margin:0;
}
.footerMenu ul li:before{
	content:"\f0d9";
	font-family:FontAwesome;
	color:#5c1410;
	/*color:#8a5019;*/
}
.footerMenu li {
    list-style:none;
    padding: 5px;
}
.ft-m{
	color:#fff;
	padding:5px 15px;
}
#main p{
	color:#000;
}
.stitle{
	font-weight:600;
	padding-bottom:10px;
}
.text1{
	font-size:15px;
	color:#999;
	margin-bottom:15px
}
.inmenu .stitle a{
	color:#840a2d;
}
.inmenu .stitle{
	background:#eee;
	padding:5px 15px;
	margin-bottom:10px;
	
}
#all_body a:hover{
	text-decoration:underline !important;
}
.summary, #all_body a{
	color:#5874b1;
}
.summary, #all_body{
	line-height:2;
	font-size:1.2em;
	font-family: 'Greta Arabic';
}
.bx-controls-direction{
	font-size:0;
}
.galllery img,.galllery iframe{
	height:305px !important;
	width:100%;
}
.ctitle_row{
	padding: 10px;
    background: #e6e6e6;
    height: 65px;
    overflow: hidden;
}
.catHeader2 a{color:#fff}
.catHeader2{
	font-size:1.2em;text-align:center;padding:5px 0;background: #2f3b55;
}
.poly{
	direction:rtl;
}
.polies{
	margin-bottom:20px; 
}
.polies .bx-wrapper .bx-pager, .polies  .bx-wrapper .bx-controls-auto{
	bottom:10px;
	text-align:center;
}
.polies .bx-viewport{
	height:305px;
}
.polies .boxCaption {
    padding: 10px 15px 27px 15px;
}
.font-resize span{
	cursor:pointer;    
	color: #666;
    margin-right: 5px;
}
.font-resize{
	float:right;
	font-size:1.4em;
}
#internalPics .bx-viewport{
	max-height:300px;
	background:#aaa;
	padding:15px;
	
}
#internalPics{
	max-width:500px;
	max-height:300px;
	float:left;
	background: #ffd4af;
    padding: 5px;
	display:none;
}
.personImg{
	border-radius:50%;
	border:3px solid #fbbb16;
	background:#fff;
}
.personArea .row{
	max-width:1000px;
	margin:auto;
}
.personArea{
	background:#eee;
	padding:2em;
}
.personname{
	text-align:center;
}
.resizefont{
	font-size:1.2em;
}
.tabs span{
	font-size:15px;
}
.tabs span.active{
	color:#e85242;
}
.tabs span{
	margin-left:15px;
    font-size: 15px;
	transition:all 0.2s;
}
.area1{
	margin-top:2em;
	background:url("../files/image/pic-5.jpg");
	background-size:cover;
	height:400px;
}
.area1 .row{
	height:100%;
}
.redOverlay{
	background:rgba(236, 24, 39, 0.72);
	height:100%;
	position:relative;
	overflow:hidden;
}
.area1txt{
	position:absolute;
	color:#fff;
	top:1em;
	padding:1em;
	font-size:1.7em;
	font-weight:600;
	text-align:center;
}
.area1txt a{
	color:#fff;
}
#rightsArea .bx-viewport{
	height:auto!important;
	max-height:550px!important;
}
.rights{
	margin-top:2em;
}
.rightitem{
	border:1px solid #f3f3f3;
}
.rightitem .righttxt{
	padding:1em;
	text-align:center;
	text-transform: uppercase;
	min-height:140px;
	overflow:hidden;
}
.rightitem .rightIcon{
	padding:1.5em;
	text-align:center;
}
.rightitem:hover .rightIcon img{
	transform:scale(1.1);
}
.rightitem .rightIcon img{
	height:200px;
	margin:auto;
	transition:all 0.3s;
	object-fit:scale-down;
}
.rightitem-0 a{
	color:#33a9e0;
	font-size:1.3em;
}
.rightitem-0{
	border-bottom:3px solid #33a9e0;
}
.rightitem-0 .rightIcon{
	background:#33a9e0;
}
.rightitem-1 a{
	color:#ba185e;
	font-size:1.2em;
}
.rightitem-1{
	border-bottom:3px solid #ba185e;
}
.rightitem-1 .rightIcon{
	background:#ba185e;
}
.rightitem-2 a{
	color:#f39200;
	font-size:1.2em;
}
.rightitem-2{
	border-bottom:3px solid #f39200;
}
.rightitem-2 .rightIcon{
	background:#f39200;
}
.rightitem-3 a{
	color:#795298;
	font-size:1.2em;
}
.rightitem-3{
	border-bottom:3px solid #795298;
}
.rightitem-3 .rightIcon{
	background:#795298;
}
.rightitem-4 a{
	color:#1a4f71;
	font-size:1.3em;
}
.rightitem-4{
	border-bottom:3px solid #1a4f71;
}
.rightitem-4 .rightIcon{
	background:#1a4f71;
}
.rightitem-5 a{
	color:#b1c432;
	font-size:1.3em;
}
.rightitem-5{
	border-bottom:3px solid #b1c432;
}
.rightitem-5 .rightIcon{
	background:#b1c432;
}
.rightitem-6 a{
	color:#00a19a;
	font-size:1.3em;
}
.rightitem-6{
	border-bottom:3px solid #00a19a;
}
.rightitem-6 .rightIcon{
	background:#00a19a;
}
.breaknews{
	position: absolute;
    background: #fff;
    z-index: 9;
    height: 29px;
    line-height: 30px;
    top: -2px;
    right: 15px;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #e85242;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #fff;
}
.position-relative{
	position:relative;
}
.bx-wrapper .bx-prev{
	left: 0px!important;
}
.helpsec:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.40);
}
.helpsec .row{
	position:relative;
	z-index:3;
}
.helpsec{
	background-image:url("../files/image/pic--bg.jpg");
	background-size:cover;
	min-height:400px;
	position:relative;
	padding:2em;
}
.helpform input{
	height:45px;
}

.galleryItem{
	margin-bottom:10px;
	max-height: 393px;
    overflow: hidden;
	cursor:pointer;
}
img.ytImgThumbImg{
    width: 100% !important;
    height: 100% !important;
    margin: -9.5% 0px -12%;
}


.gallery .row .col-12{
	padding:0 5px;
}
.gallery .row{
	margin:0 -5px;
}
.footer_menu a{
	margin:0 15px;
}
.media-body h5{
	color: #26abbe;
}
.newsitem{
	height:100%;
}
.newsImg img{
}
.media-body a,.secTxt{
	color:#636363;
}
#nt-example2 li {
	position:relative;
	padding:15px;
}
#nt-example2 li a{
	color:#333;
	
}
#nt-title-container {
	background: #F2F2F2;
}

#nt-title {
}

#nt-title li {
	font-size: 28px;
	color: #4E4E4E;
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* nt-example1 */

#nt-example1 {
	max-width: 620px;
	margin: auto;
}

#nt-example1-container {
	text-align: center;
}

#nt-example1-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
	color: #333;
}

#nt-example1 li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	height: 80px;
	padding: 10px;
	line-height: 30px;
	list-style: none;
	font-size: 24px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}

#nt-example1 li:hover {
	background: #FFF;
}


/* nt-example2 */

#nt-example2 {
	margin: auto;
	text-align:center;
	background: #d4d4d4;
}

#nt-example2-container {
	text-align: center;
	margin-top: 107px;
	margin-bottom: 40px;
	height: 300px;
}

#nt-example2-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example2-container i:hover {
	color: #333;
}

#nt-example2 li {
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 120px;
	padding: 10px 16px 10px 16px;
	line-height: 40px;
	list-style: none;
	font-size: 24px;
}


#nt-example2 li .state {
	font-size: inherit;
	margin: 0;
}

#nt-example2 span.hour {
	font-weight: 700;
}

#nt-example2-infos-triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 16px 15px;
	border-color: transparent transparent #74cfae transparent;
	margin: 6px auto 0;
}

#nt-example2-infos {
	max-width: 620px;
	margin: auto;
	padding: 12px;
	color: #f2f2f2;
	background: #74cfae;
}

#nt-example2-infos .infos-hour {
	font-size: 50px;
	font-weight: 700;
	margin-top: 20px;
}

#nt-example2-infos h4 {
	color: #F2F2F2;
	font-weight: 500;
}

#nt-example2-infos .infos-text {
	text-align: left;
}

/* nt-example3 */

#nt-example3 {
	margin: 80px auto 0;
}

#nt-example3-container {
	text-align: center;
}

#nt-example3-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example3-container i:hover {
	color: #333;
}

#nt-example3 li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	height: 80px;
	padding: 10px;
	line-height: 60px;
	font-size: 40px;
	text-transform: uppercase;
	list-style: none;
}

#nt-example3 li:hover {
	background: #FFF;
}
.ex2up{
	left:15px;
       background: url(images/controls.png) no-repeat 0 -32px;
}
.ex2down{
	right:15px;
	 background: url(images/controls.png) no-repeat -43px -32px;
}
.ex2arr{
	position:absolute;
	top:40%;
	cursor:pointer;
	width: 32px;
    height: 32px;
	z-index:9999;
}
.box1 span{
	transform: skewX(20deg);
	position:absolute;
	top:30%;
	right:10%;
	font-size:1.8em;
}
.box1 p{
	transform: skewX(20deg);
	position:absolute;
	top:30%;
	right:10%;
}
.box2 img{
	height: 100px;
    padding: 10px;
}
.box1 {
  width: 100%;
  height: 83%;
  background-color: #ccc;
  transform: skewX(-20deg) translateX(-25%);
  position: absolute;
  z-index: 10;
} 

.box2 {
  width: 30%;
  height: 83%;
  background-color: #333;
  z-index: 0;
  text-align:center;
  padding-left:1em;
  color:#fff;
}
#rightsArea .bx-wrapper .bx-controls-direction a{
	    top: 0px;
}
.tabs span{
	cursor:pointer;
}
.forTabs.active{display:block}
.forTabs{
	display:none;
}
