@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#626262;
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
	-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}
img{
	display:block;
	border:none;
	outline:none;
}
ul{
	list-style:none;
}
input:focus, textarea:focus, select:focus{
	outline:none;
}
textarea{
	overflow:auto;
}
input[type=text], input[type=password], input[type=submit], input[type=reset], textarea, select{
	-webkit-appearance:none;
	border-radius:0;
}
a{
	color:#000;
}
a, a:hover{
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Reem Kufi', sans-serif;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
}
.wrapper{
	width:1170px;
	margin:0 auto;
}

/*header section start*/
.header{
	position:relative;
	background:url(../images/header_bg.png) no-repeat center 0;
	background-size:100% 100%;
	padding:7px 0 40px;
	z-index:1;
}
.logo{
	width:419px;
	float:left;
}
.navigation{
	float:right;
	position:relative;
	border:1px solid rgba(255,255,255,.2);
	margin:22px 0 0;
}
.nav{
	margin:0;
	padding:0;
}
.nav li{
	position:relative;
	font-size:15px;
	line-height:47px;
	text-transform:uppercase;
	font-family: 'Reem Kufi', sans-serif;
	float:left;
	padding:0 2px 0 0;
	background:url(../images/nav_sep.png) no-repeat right 0;
	background-size:2px 100%;
}
.nav li:last-child{
	padding:0;
	background:none;
}
.nav li a{
	color:#FFF;
	display:block;
	padding:0 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color:#900e12;
	position:relative;
}
.nav li a img{
	margin:0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav li a img.icon{
	opacity:1;
}
.nav li a img.icon-act{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.nav li:hover a img.icon-act, .nav li a.active img.icon-act{
	opacity:1;
}
.nav li a:hover, .nav li a.active{
	background-color:#FFF;
	color:#d01920;
}
.nav li ul{
	width:196px;
	background-color:#FFF;
	top:47px;
	position:absolute;
	left:0;
	display:none;
}
.nav li ul li{
	float:none;
	font-size:19px;
	border-bottom:1px solid #e9e9e9;
	background:none;
	padding:0;
	text-transform:none;
	line-height:21px;
}
.nav li ul li:last-child{
	border:none;
}
.nav li ul li a{
	padding:15px 13px;
	color:#2e2e2e;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color:transparent;
}
.nav li ul li a:hover{
	color:#FFF;
	background-color:#d01920;
}
.responsive{
	width:26px;
	display:none;
	float:right;
	cursor:pointer;
	display:none;
	position:relative;
	margin:2px 0 0;
	height:18px;
	/*background-color:#007f61;*/
}
.responsive span{
	background-color:#FFF;
	height:4px;
	display:block;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	position:relative;
	margin:7px 0;
}
.responsive span:before, .responsive span:after{
	background-color:#FFF;
	height:100%;
	width:100%;
	left:0;
	right:0;
	display:block;
	content:'';
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	position:absolute;
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.responsive span:before{
	top:-7px;
}
.responsive span:after{
	top:7px;
}
.responsive.active span::before {
	top: 0;
	transform: rotate(45deg);
}
.responsive.active span::after {
	top: 0;
	transform: rotate(-45deg);
}
.responsive.active span {
	background-color:transparent;
}
/*header section end*/


/*banner section start*/
.banner{
	position:relative;
}
.rslides{
	margin:-95px 0 0  !important;
	float:left;
}
.banner .wrapper{
	position:absolute;
	left:0;
	right:0;
	top:33%;
	z-index:1;
}
.banner-cont{
	width:708px;
	overflow:hidden;
}
.banner h1{
	font-size:40px;
	line-height:48px;
	color:#d01920;
	text-transform:uppercase;
	font-weight:400;
	margin:0 0 11px;
	font-weight: bold;
}
.banner p{
	font-size:30px;
	line-height:36px;
	color:#3d3d3d;
	margin:0 0 33px;
}
.banner .btn{
	font-size:16px;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	display:inline-block;
	line-height:45px;
	padding:0 43px;
	background-color:#d01920;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border:2px solid #d01920;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner .btn:hover{
	background-color:transparent;
	color:#d01920;
}
/*banner section end*/


/*about section start*/
.home-about{
	padding:210px 0 123px;
	position:relative;
	z-index:1;
	background:url(../images/home_about_bg.png) no-repeat center 0;
	background-size:cover;
	margin:-100px 0 0;
	border-bottom:1px solid #FFF;
	min-height:305px;
}
.home-about h2, .home-events h2{
	font-size:100px;
	line-height:88px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:400;
	display:inline-block;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin:98px 0 0 -95px;
	float:left;
}
.home-about h2 span, .home-events h2 span{
	font-size:60px;
	line-height:60px;
	display:block;
}
.home-about h2:after, .home-events h2:after{
	height:1px;
	position:absolute;
	background-color:#FFF;
	display:block;
	content:'';
	right:0;
	bottom:25px;
	width:70%;
}
.home-about-cont{
	overflow:hidden;
}
.home-about h3{
	font-size:30px;
	line-height:42px;
	color:#FFF;
	text-transform:uppercase;
	padding: 0 0 12px;
	margin: 0 0 30px;
	background:url(../images/heading_line_big.png) no-repeat 0 bottom;
}
.home-about p{
	font-size:25px;
	line-height:32px;
	color:#FFF;
	margin:0 0 20px;
}
.home-about p strong{
	font-weight:600;
}
/*about section end*/


/*events section start*/
.home-events{
	padding:138px 0 190px;
	background:url(../images/home_event_bg.jpg) no-repeat center 0;
	background-size:cover;
	overflow:hidden;
	border-bottom:1px solid #FFF;
}
.home-event-list{
	float:right;
	width:872px;
	height:500px;
	margin:0;
	padding:0;
	overflow:hidden;
}
.home-event-list li{
	overflow:hidden;
	/*border:3px solid #535353;*/
	background-color:rgba(255,255,255,.3);
	margin:0 0 16px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home-event-list li:last-child{
	margin:0;
}
.home-evnet-top{
	overflow:hidden;
	margin:0 0 16px;
}
.home-event-date{
	width:108px;
	text-align:center;
	padding:23px 0;
	background-color:#b51216;
	margin:0 30px 0 0;
	float:left;
}
.home-event-date .month{
	font-size:22px;
	line-height:22px;
	color:#FFF;
	display:block;
	text-transform:uppercase;
}
.home-event-date .date{
	font-family: 'Reem Kufi', sans-serif;
	font-size:50px;
	line-height:46px;
	color:#FFF;
	display:block;
}
.home-event-toprt{
	overflow:hidden;
	padding:24px 0 0;
}
.home-event-list li h4{
	font-size:21px;
	line-height:25px;
	text-transform:uppercase;
	font-weight:normal;
	color:#FFF;
	margin:0 0 13px;
}
.home-event-list li h4 a{
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home-event-info{
	overflow:hidden;
	margin:0 0 13px;
}
.home-event-info span{
	font-size:16px;
	line-height:20px;
	display:inline-block;
	vertical-align:top;
	margin:0 18px 0 0;
	color:#c3c3c3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position:relative;
}
.home-event-info span:before{
	position:absolute;
	display:block;
	content:'';
	top:2px;
	left:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0;
}
.home-event-info span.time:before{
	width:17px;
	height:17px;
	background:url(../images/home_event_icon1_h.png) no-repeat 0 0;
}
.home-event-info span.addrs:before{
	width:11px;
	height:17px;
	background:url(../images/home_event_icon2_h.png) no-repeat 0 0;
}
.home-event-info span.time{
	background:url(../images/home_event_icon1.png) no-repeat 0 2px;
	padding:0 0 0 27px;
}
.home-event-info span.addrs{
	background:url(../images/home_event_icon2.png) no-repeat 0 2px;
	padding:0 0 0 21px;
}
.home-event-toprt p{
	font-weight:600;
	line-height:24px;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home-event-cont{
	overflow:hidden;
	padding:0 25px 19px;
}
.home-event-cont p{
	line-height:29px;
	color:#c3c3c3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home-event-list li .more{
	font-size:15px;
	font-weight:600;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding:0 10px 0 0;
	background:url(../images/more_ar_wht.png) no-repeat right center;
}
.home-event-list li:hover .more{
	background:url(../images/more_ar.png) no-repeat right center;
	color:#d01920;
}
.home-event-list li:hover{
	background-color:#FFF;
}
.home-event-list li:hover h4 a{
	color:#b51216;
}
.home-event-list li:hover .home-event-info span{
	color:#878787;
}
.home-event-list li:hover .home-event-info span:before{
	opacity:1;
}
.home-event-list li:hover .home-event-toprt p{
	color:#2e2e2e;
}
.home-event-list li:hover .home-event-cont p{
	color:#626262;
}
.home-events .wrapper{
	position:relative;
}
.home-events h2{
	position:absolute;
	margin:0;
	top:198px;
	left:-202px;
}
.home-events h2:after{
	width:53%;
}
/*events section end*/


/*bottom nav section start*/
.bottom-nav{
	padding:52px 0;
	background:url(../images/ftnav_bg.png) repeat 0 0;
	overflow:hidden;
	border-bottom:1px solid #FFF;
}
.bottom-nav ul{
	text-align:center;
	margin:0;
	padding:0;
	overflow:hidden;
}
.bottom-nav ul li{
	font-family: 'Reem Kufi', sans-serif;
	font-size:19px;
	line-height:24px;
	text-transform:uppercase;
	display:inline-block;
	margin:0 87px 0 0;
}
.bottom-nav ul li:last-child{
	margin:0;
}
.bottom-nav ul li a{
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bottom-nav ul li a:hover, .bottom-nav ul li a.active{
	color:#000;
}
/*bottom nav section end*/


/*footer section start*/
.footer{
	background:url(../images/ftnav_bg.png) repeat 0 0;
	border-bottom:1px solid #FFF;
}
.footer .wrapper{
	position:relative;
}
.ftlogo{
	width:356px;
	position:absolute;
	top:21px;
	left:-18px;
}
.ftright{
	float:right;
	padding:50px 0 36px;
}
.ftnav{
	overflow:hidden;
	margin:0 0 11px;
	padding:0;
}
.ftnav li{
	font-size:15px;
	line-height:37px;
	float:left;
	margin:0 20px 0 0;
	font-family: 'Reem Kufi', sans-serif;
	text-transform:uppercase;
}
.ftnav li:last-child{
	margin:0;
}
.ftnav li a{
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position:relative;
	display:block;
}
.ftnav li a:hover, .ftnav li a.active{
	color:#000;
}
.ftnav li a img{
	margin:0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:15px;
}
.ftnav li a img.icon{
	opacity:1;
}
.ftnav li a img.icon-act{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.ftnav li:hover a img.icon-act,.ftnav li a.active img.icon-act{
	opacity:1;
}
.copyright{
	overflow:hidden;
	background-color:#292929;
	padding:21px 0;
}
.copyright p{
	font-size:14px;
	line-height:20px;
	color:#bcbcbc;
	float:left;
}
.copyright p.designby{
	float:right;
	margin:0 0 0 100px;
}
.copyright p.designby a{
	color:#b51216;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copyright p.designby a:hover{
	color:#FFF;
}
.copyright-text{
	float:right;
}
/*footer section end*/


/*about page start*/
.inner-banner{
	position:relative;
	border-bottom:1px solid #f7f7f7;
}
.inner-banner .wrapper{
	position:absolute;
	top:50%;
	left:0;
	right:0;
}
.inner-banner h1{
	font-size:40px;
	line-height:44px;
	color:#d01920;
	text-transform:uppercase;
	font-weight:normal;
	font-weight: bold;
}
.content{
	border-top:2px solid #dcdcdc;
	overflow:hidden;
	background:url(../images/content_bg.png) repeat 0 0;
}
.inner-right{
	width:775px;
	float:right;
}
.inner-rightin{
	background-color:#FFF;
	border:1px solid #e5e5e5;
	overflow:hidden;
	padding:20px 30px 10px;
}
.content-in{
	overflow:hidden;
	padding:80px 40px 57px;
	background-color:#FFF;
}
.content h2{
	font-size:30px;
	line-height:34px;
	color:#d01920;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 16px;
	font-weight: bold;
}
.content h3{
	font-size:24px;
	line-height:29px;
	color:#d01920;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 16px;
}
.content h4{
	font-size:21px;
	line-height:25px;
	color:#d01920;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 13px;
}
.content h5{
	font-size:18px;
	line-height:24px;
	color:#d01920;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 13px;
}
.content p{
	line-height:27px;
	margin:0 0 16px;
}
.content p a{
	color:#d01920;
	text-decoration:underline;
}
.content p a:hover{
	text-decoration:none;
}
.content ul{
	margin:0 0 16px;
	padding:0;
	overflow:hidden;
}
.content ul li{
	line-height:27px;
	margin:0 0 7px;
	padding:0 0 0 24px;
	background:url(../images/listing.png) no-repeat 0 9px;
}
.content ul li:last-child{
	margin:0;
}
.content ol{
	margin:0 0 16px;
	padding:0 0 0 20px;
	overflow:hidden;
}
.content ol li{
	font-size:20px;
	line-height:27px;
	color:#d01920;
	font-weight:600;
	margin:0 0 7px;
}
.content ol li:last-child{
	margin:0;
}
.content ol li p{
	margin:0 0 0 5px;
	font-size:18px;
	line-height:27px;
	color:#626262;
	font-weight:400;
}
.content ul.about-pics{
	padding:7px 0 20px;
}
.content ul.about-pics li{
	width:371px;
	float:left;
	margin:0 30px 0 0;
	border:5px solid #cccccc;
	padding:0;
	background:none;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content ul.about-pics li:hover{
	border:5px solid #d01920;
}
.content ul.about-pics li img{
	width:100%;
}
.content ul.about-pics li:last-child{
	margin:0;
}
.empty{
	height:20px;
	display:block;
}
.inner-left{
	width:276px;
	float:left;
}
.content .inner-left h3{
	padding:14px 20px;
	color:#FFF;
	background:url(../images/ftnav_bg.png) repeat 0 0;
	border-bottom:1px solid #e5e5e5;
	margin:0;
}
/*.content .inner-left a{
	display: inline-block;
	line-height: 41px;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	-webkit-border-radius: 30px 30px 30px 30px;
	border: 2px solid #d01920;
	background-color: #d01920;
	transition: all 0.3s ease-in-out;
	right: 0;
}*/
.achived_event a{
        display: inline-block;
	line-height: 41px;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	-webkit-border-radius: 30px 30px 30px 30px;
	border: 2px solid #d01920;
	background-color: #d01920;
	transition: all 0.3s ease-in-out;
	right: 0;
}
.content ul.right-menu{
	margin:0;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	overflow:visible;
	position:relative;
}
.content ul.right-menu:after{
	height:9px;
	left:0;
	right:0;
	bottom:-9px;
	display:block;
	content:'';
	position:absolute;
	background:url(../images/right_shadow.png) no-repeat center 0;
}
.content ul.right-menu li{
	border-bottom:1px solid #e5e5e5;
	font-weight:600;
	padding:0;
	background:none;
	margin:0;
}
.content ul.right-menu li a{
	padding:10px 20px 10px 34px;
	background:url(../images/right_listing.png) no-repeat 20px 20px #FFF;
	color:#2e2e2e;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:block;
}
.content ul.right-menu li a:hover, .content ul.right-menu li a.active{
	background:url(../images/right_listing_h.png) no-repeat 20px 20px #404040;
	color:#FFF;
}
.pic-right{
	border:5px solid #cccccc;
	width:371px;
	float:right;
	margin:8px 0 10px 40px;
}
.pic-left{
	border:5px solid #cccccc;
	width:371px;
	float:left;
	margin:8px 30px 10px 0;
}
.pic-right img, .pic-left img{
	width:100%;
}
/*about page end*/


/*annual reports page start*/
.content ul.annual-reports{
	margin:0;
}
.content ul.annual-reports li{
	width:183px;
	float:left;
	margin:0 40px 59px 0;
	padding:0;
	background:none;
}
.content ul.annual-reports li:nth-child(5n){
	margin-right:0;
}
.content ul.annual-reports li img{
	width:100%;
  max-height:227px;
}
.annual-report-pic{
	position:relative;
	border:1px solid #e5e5e5;
	margin: 0 0 20px;
}
.annual-report-pic:after{
	height:8px;
	left:0;
	right:0;
	bottom:-10px;
	position:absolute;
	display:block;
	content:'';
	background:url(../images/annual_report_shadow.png) no-repeat center 0;
}
.content ul.annual-reports li h6{
	font-size:14px;
	line-height:22px;
	color:#404040;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 16px;
}
.content ul.annual-reports li h6 span{
	display:block;
}
.content ul.annual-reports li a.download{
	padding:0 0 0 25px;
	line-height:20px;
	color:#d42b31;
	display:block;
	background:url(../images/download_icon.png) no-repeat 0 2px;
	text-decoration:underline;
}
.content ul.annual-reports li a.download:hover{
	text-decoration:none;
}
/*annual reports page end*/



/*board of directors page start*/
.content ul.board-of-directors{
	padding:18px 0 0;
	margin:0;
}
.content ul.board-of-directors li{
	width:250px;
	margin:0 29px 50px 0;
	float:left;
	padding:0 0 77px;
	position:relative;
	background:none;
	overflow:hidden;
	cursor:pointer;
}
.content ul.board-of-directors li:nth-child(4n){
	margin-right:0;
}
.content ul.board-of-directors li img{
	width:100%;
}
.director-info{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.director-name{
	overflow:hidden;
	background-color:#f7f7f7;
	padding:15px 20px;
	min-height:47px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.content ul.board-of-directors li h6{
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#404040;
	text-transform:uppercase;
	margin:0 0 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.content ul.board-of-directors li .position{
	display:block;
	color:#878787;
	font-size:16px;
	line-height:20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.director-contacts{
	background-color:rgba(212,43,49,.9);
	overflow:hidden;
	display:none;
	padding:0 10px 16px 20px;
}
.content ul.board-of-directors li:hover .director-name{
	background-color:rgba(212,43,49,.9);
}
.content ul.board-of-directors li:hover h6, .content ul.board-of-directors li:hover .position{
	color:#FFF;
}
.content ul.board-of-directors li .director-contacts ul{
	margin:0;
}
.content ul.board-of-directors li .director-contacts ul li{
	font-size:17px;
	line-height:27px;
	color:#FFF;
	margin:0;
	width:auto;
	float:none;
	padding:0 0 0 25px;
}
.content ul.board-of-directors li .director-contacts ul li.addrs{
	background:url(../images/director_icon1.png) no-repeat 0 6px;
}
.content ul.board-of-directors li .director-contacts ul li.phone{
	background:url(../images/director_icon2.png) no-repeat 0 6px;
}
.content ul.board-of-directors li .director-contacts ul li.fax{
	background:url(../images/director_icon3.png) no-repeat 0 6px;
}
.content ul.board-of-directors li .director-contacts ul li.mail{
	background:url(../images/director_icon4.png) no-repeat 0 7px;
}
.content ul.pagination{
	margin:10px 0 0;
	text-align:center;
}
.content ul.pagination a {
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
	width:23px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    vertical-align: top;
    color: #2e2e2e;
    text-align:center;
	cursor:pointer;
	border:1px solid #a4a4a4;
	margin:0 5px 0 0;
}
.content ul.pagination a.jp-hidden{
	display:none;
}
.content ul.pagination span{
	line-height:23px;
	display:inline-block;
	vertical-align:top;
	font-size:22px;
	margin:0 5px 0 0;
}
.content ul.pagination a.jp-first{
	width:14px;
	background:url(../images/pag_first.png) no-repeat 0 center !important;
	text-indent: -2000000px;
    height: 25px;
	margin-right:7px;
	border:none !important;
}
.content ul.pagination a.jp-previous{
	width:10px;
	background:url(../images/pag_prev.png) no-repeat 0 center !important;
	text-indent: -2000000px;
    height: 25px;
	margin-right:17px;
	border:none !important;
}
.content ul.pagination a.jp-last{
	width:14px;
	background:url(../images/pag_last.png) no-repeat 0 center !important;
	text-indent: -2000000px;
    height: 25px;
	margin-left:3px;
	border:none !important;
}
.content ul.pagination a.jp-next{
	width:10px;
	background:url(../images/pag_next.png) no-repeat 0 center !important;
	text-indent: -2000000px;
    height: 25px;
	margin-left:11px;
	border:none !important;
}
.content ul.pagination a:hover, .content ul.pagination a.jp-current{
	color:#FFF;
	background-color:#b51216;
	border:1px solid #b51216;
}
/*board of directors page end*/


/*events page start*/
.content ul.events-list{
	margin:0 0 50px;
	overflow:visible;
}
.content ul.events-list li{
	padding:0;
	background:#FFF;
	position:relative;
	margin:0 0 30px;
	/*border:1px solid #e5e5e5;*/
}
.content ul.events-list li:last-child{
	margin:0;
}
.content ul.events-list li .home-event-date .date{
	line-height:56px;
}
.content ul.events-list li .home-event-date{
	padding:23px 0 12px;
}
.content .home-evnet-top h4{
	color:#b51216;
	margin:0 0 10px;
}
.content ul.events-list li h4 a{
	color:#b51216;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.content ul.events-list li h4 a:hover{
	color:#2e2e2e;
}
.content .home-event-info{
	margin:0 0 7px;
}
.content .home-event-info span{
	color:#878787;
}
.content .home-event-info span.time{
	background:url(../images/home_event_icon1_h.png) no-repeat 0 2px;
}
.content .home-event-info span.addrs{
	background:url(../images/home_event_icon2_h.png) no-repeat 0 2px;
}
.content .home-event-toprt p{
	font-weight:600;
	color:#2e2e2e;
	margin:0;
}
.content .home-event-cont p{
	margin:0;
	line-height:29px;
	color:#626262;
}
.content ul.events-list li:after, .content ul.product-list li:after{
	position:absolute;
	display:block;
	content:'';
	height:17px;
	left:0;
	right:0;
	bottom:-18px;
	background:url(../images/event_shadow.png) no-repeat center 0;
	width:100%;
	background-size:100% 100%;
}
.content ul.events-list li .more{
	font-size:15px;
	font-weight:700;
	color:#b51216;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	padding:0 10px 0 0;
	background:url(../images/more_ar.png) no-repeat right center;
}
.content ul.events-list li .more:hover{
	background:url(../images/more_ar_h.png) no-repeat right center;
	color:#2e2e2e;
}
.calendar{
	overflow:hidden;
}
/*events page end*/


/*event detail pages start*/
.inner-rightin .home-evnet-top{
	margin:-26px 0 0 -30px;
	position:relative;
}
.event-detail-pic{
	overflow:hidden;
	border:5px solid #cccccc;
	margin:27px 0 20px;
}
.event-detail-pic img{
	width:100%;
}
.content p strong{
	font-weight:600;
}
.event-detail-form{
	overflow:hidden;
	padding:22px 0 0;
	margin:23px 0 0;
	border-top:1px solid #e5e5e5;
}
.content .event-detail-form p{
	margin:0 0 23px;
}
.content .event-detail-form p span{
	color:#d01920;
}
.event-com{
	overflow:hidden;
	margin:0 0 12px;
}
.event-form-left{
	width:48.6%;
	float:left;
}
.event-form-right{
	float:right;
}
.event-field{
	padding:0 20px;
	border:1px solid #e1e1e1;
	overflow:hidden;
}
.event-detail-form input[type=text], .event-detail-form input[type=password]{
	width:100%;
	display:block;
	border:none;
	color:#707070;
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	height:43px;
}
.event-detail-form select{
	width:99.5%;
	height:45px;
	background:url(../images/select_ar.png) no-repeat right center;
	overflow:hidden;
	-webkit-appearance:none;
	-moz-appearance:none;
	color:#707070;
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	padding:0 0 0 15px;
	margin:0;
	border:1px solid #e1e1e1;
}
.event-detail-form select:focus{
	outline:none;
}
.event-detail-form select::-ms-expand{
	display:none;
}
.captcha{
	border:1px solid #e1e1e1;
	overflow:hidden;
}
.captcha img{
	width:100%;
}
.content .event-detail-form p.note{
	color:#d01920;
	font-style:italic;
	font-size:16px;
	line-height:24px;
	float:left;
	margin:0;
}
.event-detail-form input[type=submit], .contact-form input[type=submit]{
	display:block;
	color:#FFF;
	text-transform:uppercase;
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	height:45px;
	font-weight:600;
	padding:0 50px;
	cursor:pointer;
	background-color:#d01920;
	float:right;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border:2px solid #d01920;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin:8px 0 0;
}
.event-detail-form input[type=submit]:hover, .contact-form input[type=submit]:hover{
	background-color:transparent;
	color:#d01920;
}
.event-detail-form input[type=submit]{
	padding:0;
	width:172px;
	margin:18px auto 0;
	float:none;
}
.back-btn{
	position:absolute;
	display:inline-block;
	line-height:41px;
	padding:0 30px;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	color:#FFF;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border:2px solid #d01920;
	background-color:#d01920;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top:22px;
	right:0;
}
.back-btn span{
	width:20px;
	height:41px;
	display:inline-block;
	vertical-align:top;
	background:url(../images/back_icon.png) no-repeat 0 center;
	margin:0 2px 0 0;
}
.back-btn:hover{
	background-color:transparent;
	color:#d01920;
}
.back-btn:hover span{
	background:url(../images/back_icon_h.png) no-repeat 0 center;
}
.event-detail-form label.radio{
	line-height:45px;
	float:left;
	margin:0 18px 0 0;
}
.event-detail-form label.radio input[type=radio]{
	float:left;
	margin:16px 8px 0 0;
}
.nodisplay-nation, .nodisplay-title{
	display:none;
}
/*event detail pages end*/


/*job posting page start*/
.content ul.job-postings{
	margin:0;
	padding:12px 20px 0;
}
.content ul.job-postings li{
	padding:0;
	margin:0 0 32px;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	background:none;
}
.content ul.job-postings li:last-child{
	margin:0;
	border:none;
}
.content ul.job-postings li h5{
	margin:0 0 8px;
}
.content ul.job-postings li h5 a{
	color:#404040;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content ul.job-postings li h5 a:hover{
	color:#d42b31;
}
.content ul.job-postings li span.addrs, .content span.job-addrs{
	font-size:16px;
	line-height:20px;
	color:#626262;
	display:block;
	padding: 0 0 0 20px;
	background:url(../images/home_event_icon2_h.png) no-repeat 0 2px;
	margin:0 0 12px;
}
.content ul.job-postings li p{
	margin:0 0 11px;
}
.job-btns{
	padding:12px 0 35px;
	overflow:hidden;
}
.job-btns a{
	font-size:14px;
	font-weight:600;
	line-height:29px;
	padding:0 22px;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:top;
	margin:0 6px 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#FFF;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
}
.job-btns a.red{
	background-color:#d42b31;
	border:2px solid #d42b31;
}
.job-btns a.red:hover{
	background-color:transparent;
	color:#d42b31;
}
.job-btns a.grey{
	background-color:#404040;
	border:2px solid #404040;
}
.job-btns a.grey:hover{
	background-color:transparent;
	color:#404040;
}
/*job posting page end*/


/*scholarship page start*/
.tel-block{
	width:315px;
	float:left;
	margin:0 0 20px;
}
.content .tel-block p{
	margin:0 0 7px;
}
.content .tel-block p span{
	font-weight:600;
	color:#262b37;
	font-size:20px;
}
/*scholarship page end*/


/*product page start*/
.content ul.product-list{
	margin:0;
}
.content ul.product-list li{
	position:relative;
	padding:31px 31px 36px;
	background:#FFF;
	margin:0 0 30px;
	border:1px solid #e5e5e5;
}
.product-pic{
	width:176px;
	float:left;
	position:relative;
	margin:0 30px 0 0;
	border-bottom:1px solid #FFF;
}
.product-pic img{
	width:100%;
}
.product-pic:after{
	position:absolute;
	left:0;
	right:0;
	bottom:-9px;
	display:block;
	content:'';
	background:url(../images/product_shadow.png) no-repeat center 0;
	height:8px;
}
.product-cont{
	overflow:hidden;
	background:url(../images/product_bg.png) no-repeat center center;
}
.product-cont .price{
	display:block;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#d01920;
	margin:0 0 15px;
}
.product-cont .btn{
	color:#FFF;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	padding:0 20px;
	line-height:33px;
	background-color:#404040;
}
.product-cont .btn:hover{
	background-color:#d01920;
}
.content .product-cont p{
	margin:0 0 14px;
}
.content .product-cont h5{
	margin:0 0 6px;
}
/*product page end*/


/*staff login page start*/
.member-login{
	text-align:center;
}
.login-form{
	padding:0;
	border-top:none;
	text-align:center;
	width:560px;
	margin:0 auto;
}
.login-form input[type=submit]{
	padding:0 40px 0 65px;
	background:url(../images/login_icon.png) no-repeat 38px 12px #d01920;
	margin:10px auto 0;
	width:148px;
}
.login-form input[type=submit]:hover{
	background:url(../images/login_icon_h.png) no-repeat 38px 12px;
}
.member-login .event-field{
	margin:0 0 8px;
}
.member-login .event-detail-form input[type="text"], .member-login .event-detail-form input[type="password"]{
	text-align:center;
}
.content-in.member-login h2{
	margin: 0 0 22px;
}
/*staff login page end*/


/*contact page start*/
.contact-left{
	width:280px;
	float:left;
	padding:0 48px 0 0;
	border-right:1px solid #e1e1e1;
	margin:0 50px 0 0;
}
.contact-person{
	overflow:hidden;
	margin:0 0 23px;
}
.contact-person img{
	float:left;
	margin:0 22px 0 0;
}
.contact-person-right{
	overflow:hidden;
	padding:23px 0 0;
}
.content .contact-person-right p{
	color:#262b37;
	margin:0 0 6px;
}
.content .contact-person-right .position{
	font-size:16px;
	font-style:italic;
	color:#707070;
	line-height:20px;
	display:block;
}
.content .contact-left ul{
	margin:0;
}
.content .contact-left ul li{
	padding:0 0 13px;
	margin: 0 0 13px;
	overflow:hidden;
	border-bottom:1px solid #e1e1e1;
	background:none;
}
.content .contact-left ul li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.content .contact-left ul li p{
	font-size:16px;
	line-height:27px;
	color:#383838;
	margin:0;
}
.content .contact-left ul li p span{
	color:#262b37;
	font-weight:600;
	display:block;
	margin:0 0 3px;
}
.number-blocks{
	float:left;
	width:50%;
}
.contact-form{
	overflow:hidden;
}
.contact-field{
	overflow:hidden;
	background-color:#FFF;
	padding:0 12px;
	border:1px solid #e1e1e1;
}
.textarea-field{
	padding-right:0 !important;
}
.contact-form input[type=text]{
	font-size:16px;
	color:#707070;
	font-family: 'Source Sans Pro', sans-serif;
	height:50px;
	width:100%;
	border:none;
	background-color:transparent;
}
.contact-form textarea{
	font-size:16px;
	color:#707070;
	font-family: 'Source Sans Pro', sans-serif;
	height:110px;
	width:100%;
	border:none;
	overflow:auto;
	background-color:transparent;
	padding:12px 0;
}
.contact-map{
	height:530px;
	overflow:hidden;
	margin:60px 0 0;
}
.contact-map #map{
	height:100%;
	width:100%;
}
/*contact page end*/




/*17-11-2016*/
.minusmarginfix .home-evnet-top{
	margin:0;
}

.minusmarginfix .home-event-toprt{
	padding-top:0;
}
.minusmarginfix h4 {
    padding: 0 190px 0 0;
}
.minusmarginfix .back-btn{
	top:0;
}