@charset "utf-8";
/* CSS Document */

@font-face {
	src: url(../fonts/calibri/calibri.ttf);
	font-family: calibri;
}
@font-face {
	src: url(../fonts/kozuka/KozGoPro-Light.otf);
	font-family: kozuka;
}
@font-face {
	src: url(../fonts/play/Play-Regular.ttf);
	font-family: play;
}
@font-face {
	src: url(../fonts/openSans/OpenSans-Regular.ttf);
	font-family: openSans;
}
@font-face {
	src:url(../fonts/merriweather/Merriweather-Light.otf);
	font-family: merriweather;
}
@font-face {
	src:url(../fonts/myriad/MyriadPro-Semibold_0.otf);
	font-family: myriad;
}
@font-face {
	src:url(../fonts/myriad/MyriadPro-Regular_0.otf);
	font-family: myriad_r;
}
@font-face {
	src:url(../fonts/droidsans/DroidSans-Bold.ttf);
	font-family: droidsans_bold;
}
@font-face {
	src:url(../fonts/helveticaneue/helveticaneue.otf);
	font-family: helveticaneue;
}

p{
	font-size:16px;	
	padding:10px 0;
	text-align:justify;
	}
a{
	text-decoration:none;	
	color:#333;
}
a:hover{
	color:#666;
}
h1{
	font-szie:24px;
	}
h2{
	font-szie:20px;
	}
h3{
	font-szie:16px;
	}
h3{
	font-szie:14px;
	}
	
li{	
	list-style-type:none;
	}
	
body {
	background: #fff;
	background-size: 25px 25px;
	font-family:helveticaneue;
}
header {
	background:rgba(0,0,0,0.7);
	position:absolute;
	z-index:111;
	min-height:144px;
	width:100%;
}

@media screen and ( max-width:1200px ){
	header {
	min-height:auto;	
	}
}

.header_top_bar{
	/*overflow-x:hidden;*/
}
.header_top_bar>.container>.row{
	position:relative;	
}

.top_gallery_link{
position: absolute;
z-index: 1111;
bottom: 2px;
right: 0px;
}
@media screen and ( max-width:553px ){
	.top_gallery_link{
position: relative;
margin:0!important;
	}
	
}

.header_top_links{
	background:#00903f;	
	margin:0;
	float:right;
	border-bottom:5px solid #ed1d24;
	padding: 0px 5px 0px 30px;
	position:relative;
}
.header_top_links:before{
content: "";
width: 0;
height: 0;
border-right: 30px solid #00903F;
border-top: 30px solid transparent;
display: block;
position: absolute;
margin-left: -60px;
background: none;
}
.header_top_links:after{
	position:absolute;
	content:"";
	width:30px;
	height:30px;
	background:none;
	border-bottom:5px solid #ed1d24;
	top: 5px;
	left: -30px;
}
.header_top_links li{
	color:#fff;	
	display:inline-block;
	border-right:1px solid #fff;
	padding:0px 10px;
	position:relative;
}

.header_top_links li:nth-child(5){
	border-right:none;	
}
.header_top_links li a{
	color:#fff;		
	line-height:30px;
}

.header_top_links li a:hover{
	color:#8be4b2;
}
.tool_tip_content{
				display:none;
				position:absolute;
				background:#fff;
				color:#333;
				padding:10px;
				font-family:helveticaneue;
				font-size:13px;
				font-style:italic;
				z-index: 111111;
				width: 200px;
				right: 0;
				top: 23px;
			}
			.tool_tip_content a{
				color:#6BADD0!important;
				display: inline-block;	
				line-height:inherit!important;
			}
			.tool_tip_content a:hover{
				color:#000!important;	
			}
			.header_top_links li:hover .tool_tip_content{
				display:block;	
			}

@media screen and (max-width:553px){
		.header_top_links li{
			position:inherit!important;	
		}
		.tool_tip_content{
			width:100%;	
			top: 17px;
		}
}
.header_top_links_right{
	height:35px;
	background:#00903f;	
	margin:0;
	border-bottom:5px solid #ed1d24;
	padding: 0px 0px 0px 0px;
	position:absolute;	

	top:0;
	
}
@media screen and (max-width:553px){
	.header_top_links_right{
		display:none;	
	}
}

.slider_sec{
	background: #000;
	position:relative;
	width:100%;
	display:block;
}
.slider_caption{
	width:auto;
	height:auto;
	background:none;
	border:none!important;	
	padding:0px 15px!important;
}
.slider_caption h1{
	font-family:droidsans_bold;
	font-size:38px;
	color:#0066ab;
	text-shadow:2px 2px 2px rgba(0,0,0,0.0);
	font-weight:bold;
	text-transform:normal;	
	padding:5px 10px;
	margin:0;
	background:rgba(255,255,255,1)!important;
	width:auto;
	display:table;
}
.slider_caption h1:last-child{
	margin-left:30px;
	margin-top:10px;
}
.slider_caption p{
	font-family:openSans;
	font-size:14px;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
	font-weight:normal;	
}
.slider_caption a.rMore{
	background: none;
	color: #e36002;
	border-radius: 0!important;
	width:auto;
	text-align:right;
	display:table;
	padding:10px;
	padding-right:60px;
	background:#5c8685;
	font-size:14px;
	color:#fff;
	font-family:openSans;	
	border:none;
	text-shadow:none;
	position:relative;
	cursor:pointer;
	animation:buttonBg_return 0.5s;
	-webkit-animation:buttonBg_return 0.5s;
}
.slider_caption a.rMore:hover{
	background:	#417170;
	animation:buttonBg 0.5s;
	-webkit-animation:buttonBg 0.5s;
}

.

.slider_caption a.rMore i:after{
	content:"\f105";
	font-family: 'FontAwesome';
	color:#fff;
	display:block;
	position:absolute;
	right:10px;
	top:5px;
	font-size:18px;
	font-style:normal;
}

.slider_caption a.rMore:hover i:after{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@media screen and ( max-width:768px ){
	.slider_caption h1{
	font-size:22px;
	}
	.navbar-default .navbar-nav > li > a{
	font-size:14px;
	line-height: 20px;	
}
.navbar-nav{
background: none repeat scroll 0% 0% rgb(237, 29, 36);
padding-bottom: 1px;	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	background: #000;
color: #fff;
}
.navbar-nav > li ul.sub{
	background: #c2171d;
	padding: 0 15px;	
}
.navbar-nav > li ul.sub li:hover a {
	background:#000;
    color: #fff;
}
	
}


.banner_cap_02{
	position: absolute;
	bottom: 0px;
	z-index: 110;
	padding:0 0 0 15px;
}
.banner_cap_02 h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	color:#ed1c24;
	margin:0;
	padding:0;
	text-shadow:2px 2px 2px #000;
	-webkit-text-shadow:2px 2px 2px #000;
}
.banner_cap_02 p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#fff;
	margin:0;
	padding:0;
	text-shadow:2px 2px 2px #000;
	-webkit-text-shadow:2px 2px 2px #000;
}

@media screen and (max-width:991px){
		.banner_cap_02 h1{
		font-size:24px;	
		}
		.banner_cap_02 p{
		font-size:16px;	
		}

}

@media screen and (max-width:630px){
		.banner_cap_02 h1{
		font-size:16px;	
		}
		.banner_cap_02 p{
		font-size:12px;	
		}

}

@media screen and (max-width:553px){
		.banner_cap_02{
			right:10px;	
		}
.header_top_links{
	background:#00903f;	
	margin:0 auto;
	float:none;
	border-bottom:5px solid #ed1d24;
	padding: 0px 0px 0px 0px;
	width:100%;
	text-align:center;
	
}
.header_top_links:before{
content: "";
width: 00px;
height: 00px;
border-right: 0px solid #00903F;
border-top: 0px solid #000;
display: none;
position: absolute;
margin-left: 0px;
}
.header_top_links li{
	color:#fff;	
	display:inline;
	border-right:1px solid #fff;
	padding:0 10px;
}

header{
	position:relative;	
	background: #000;	
}
}




ul.slider_social {
	width: auto;
	float: left;
	padding: 0px 0;
	margin: 29px 0px 0px;
}

@media screen and (max-width:400px){
	ul.slider_social {
	margin: 5px 0px 0px;
}	
.banner_cap_02 p{
	text-align:left;	
}
}

ul.slider_social li {
	float: left;
	width: 37px;
	height: 37px;
	padding: 0;
	margin: 0 5px;
	border: 0px solid #de4248;
	cursor: pointer;
	border-radius: 0%;
	list-style-type: none;
}
ul.slider_social li a{
	display:block;
	width:100%;
	height:100%;	
}
ul.slider_social li.social_01 {
	background: url(../images/slider_social.png);
	background-position: 0 0;
}
ul.slider_social li.social_02 {
	background: url(../images/slider_social.png);
	background-position: -37px 0;
}
ul.slider_social li.social_03 {
	background: url(../images/slider_social.png);
	background-position: -74px 0;
}


ul.slider_social li.social_01:hover {
	animation: hdScHvr1 0.5s;
	background-position: 0 -37px;
}
ul.slider_social li.social_02:hover {
	animation: hdScHvr2 0.5s;
	background-position: -37px -37px;
}
ul.slider_social li.social_03:hover {
	animation: hdScHvr3 0.5s;
	background-position: -74px -37px;
}




.logo {
	position:relative;	
	margin-top:5px;
}
.logo img{
	width:100%;
	margin:0;
	display:table;
	position:relative;	
}


@media screen and (min-width:769px) and (max-width:991px){		
		.logo img {
    width: 70%;
    margin: 52px 0 0px;
}
}
@media screen and (max-width:768px){		
		.logo img {
    width: 80%;
    margin: 0px 0 0px;
}
}


.logo span{
	position:relative;
	color:#bc0e64;
	font-size:25px;
	text-transform:uppercase;
	margin-left: 10px;
	left:0;
	font-family:myriad;
	text-align:center;
	width:100%;
	display:table;
	line-height: 22px;
}
.logo a{
	display: table;
	width:100%;
	position:absolute;
}
ul.headSocial {
	width: auto;
	float: right;
	padding: 35px 0;
	margin: 0;
}
ul.headSocial li {
	float: left;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 5px;
	border: 0px solid #de4248;
	cursor: pointer;
	border-radius: 50%;
	list-style-type: none;
}
ul.headSocial li.social_01 {
	background: url(../images/social_01.png);
	background-position: 0 0;
}
ul.headSocial li.social_02 {
	background: url(../images/social_01.png);
	background-position: -30px 0;
}
ul.headSocial li.social_03 {
	background: url(../images/social_01.png);
	background-position: -62px 0;
}
ul.headSocial li.social_04 {
	background: url(../images/social_01.png);
	background-position: -92px 0;
}
ul.headSocial li.social_05 {
	background: url(../images/social_01.png);
	background-position: -124px 0;
}


ul.headSocial li.social_01:hover {
	animation: hdScHvr1 0.5s;
	background-position: 0 -31px;
}
ul.headSocial li.social_02:hover {
	animation: hdScHvr2 0.5s;
	background-position: -30px -31px;
}
ul.headSocial li.social_03:hover {
	animation: hdScHvr3 0.5s;
	background-position: -62px -31px;
}
ul.headSocial li.social_04:hover {
	animation: hdScHvr3 0.5s;
	background-position: -92px -31px;
}
ul.headSocial li.social_05:hover {
	animation: hdScHvr3 0.5s;
	background-position: -124px -31px;
}
/* @keyframes hdScHvr1 {
 0% {
 background-position:0 0;
}
 100% {
 background-position:0 -35px;
}
}
 @keyframes hdScHvr2 {
 0% {
 background-position:-35px 0px;
}
 100% {
 background-position:-35px -35px;
}
}
@keyframes hdScHvr3 {
 0% {
 background-position:-70px 0px;
}
 100% {
 background-position:-70px -35px;
}
}
@keyframes hdScHvr4 {
 0% {
 background-position:-70px 0px;
}
 100% {
 background-position:-70px -35px;
}
}
@keyframes hdScHvr5 {
 0% {
 background-position:-70px 0px;
}
 100% {
 background-position:-70px -35px;
}
}
*/

.footer_cap span{
		color:#f2a002;
		font-size:32px;
		line-height:35px;
}


.navbar{
	margin-top:0px;	
}
.header_contact p{
	color:#888;
	font-size:13px;
	text-align:right;
}
.header_contact span{
	font-size:24px;	
	text-align:right;
	width:100%;
	display:block;
	font-weight:normal;
	font-family:openSans;
	color:#888;
}
.quick_contact{
	width:200px;
	background:#03a6db;
	border-radius:8px;
	height:40px;
	position:relative;	
	float:right;
	margin-top:15px;
	padding:0;
}
.quick_contact:hover{
	background:#014259;		
	animation:bgChange2 1s;	
	-webkit-animation:bgChange2 1s;	
}

.quick_contact a{
	text-decoration:none;
}



.quick_contact span{
	color:#fff;
	line-height:30px;
	padding-right:50px;	
	width:200px;
	display:block;
	text-align:center;
	position:relative;
	padding:5px 50px 0 0;
	text-transform:uppercase;
}
.quick_contact:hover span{
	color:#ddd;
}
.quick_contact:hover h1{
	
}
.quick_contact span:after{
	content:"\f105";
	font-family: 'FontAwesome' ;
	color:#fff;
	width:40px;
	height:30px;
	position:absolute;
	font-size:20px!important;
	text-align:center;
	border-left:1px solid #81d3ed;
	right:0;
}

.quick_contact:hover span:after{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;
	border-left:0px solid #81d3ed;
}

.home_caption_sec{
	background:none;	
	
}
.home_caption{
	text-align:center;
	color:#0182c5;
	font-size:30px;
	text-transform:uppercase;	
	padding:30px 0px 20px;
}
.home_caption span{
	color:#000;
	font-size:25px;
	text-transform:uppercase;
	width:100%;	
}

@media screen and (max-width:1199px) {
	.home_caption{
	font-size: 25px;	
	}
	.home_caption span{
		font-size: 22px;	
	}
}

@media screen and (max-width:991px) {
	.home_caption{
	font-size: 19px;	
	}
	.home_caption span{
		font-size: 17px;	
	}
}

/*@media screen and (max-width:723px) {
	.home_caption{
	font-size: 14px;	
	}
	.home_caption span{
		font-size: 14px;	
	}
}*/

.slider {
	height: auto;
	background: #fff;
	padding: 0;
	position:relative;
	margin-top:0px;
}
.ws_shadow{
	background:url(../images/slider_shoadow.png) no-repeat center bottom;	
	position:absolute;
	width:930px;
	height:37px;
	bottom:-20px;
	left:50%;
	margin-left:-465px;
	z-index:-1;
}
.box_menu_cont{
	padding:0px 0;
	margin:0px 0;
	background:#8abab9;	
	height:88px;
}
.box_menu{
	padding:0;	
	display:block;
	margin:0;
}
.box_menu a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	position:absolute;
	top:0;	
}
.box_menu li{
	list-style-type:none;
	background:#8abab9;	
	color:#fff;
	font-size:18px;
	height:88px;
	border-image: url(../images/box_menu_border.jpg) 2 2 strech;
	border-left: 1px solid #6ea4a3;
	border-right: 1px solid #99c8c7;
	padding-left:15px;
}
.box_menu li:first-child{
	border-left:none;	
}
.box_menu li:last-child{
	border-right:none;	
}
.box_menu li:hover{
	background:#5c8685;	
	animation:bgChange1 1s;	
	-webkit-animation:bgChange1 1s;	
}

@keyframes bgChange1{
	0%{background:#8abab9;	}
	100%{background:#5c8685;	}	
}
@-webkit-keyframes bgChange1{
	0%{background:#8abab9;	}
	100%{background:#5c8685;	}	
}

.box_menu li span{
	position:relative;
	display:table;
	text-transform:uppercase;	
	font-size:15px;
	font-weight:bold;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	margin-top:20px;
}
.box_menu li p{
	padding:0;	
}

/*.box_menu li span:before{
	font-family: 'FontAwesome' ;
	font-size:35px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-25px;
	width:50px;
	height:50px;
	text-align:center;

}

.box_menu li:first-child span:before{
		content:"\f19d";		
}
.box_menu li:nth-child(2) span:before{
		content:"\f0eb";
}
.box_menu li:nth-child(3) span:before{
		content:"\f02d";
}
.box_menu li:nth-child(4) span:before{
		content:"\f030";
}

.box_menu li:hover span:before{
	animation-name: bounce;
	-webkit-animation-name: bounce;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

}
*/

.organised_sec{
	padding-top:10px;	
}
.organised_sec p{
	text-align:center;
	margin:0;
	text-transform:uppercase;
	font-size:11px;
}
.organised_sec span{
	display:table;
	width:100%;	
}
.organised_sec img{
	margin:0 auto;
	display:table;
	width:60%;	
	max-width:125px;
}

.home_content{
	padding-top: 20px;
	/*display: table;
	width: 100%;*/
}
.inner_content {
	background:none;	
	padding-top:0px;
	padding-bottom:40px;
}
.inner_content p {
	font-family: helveticaneue;
	color: #000;
	font-style: normal;
	text-align: left;
	margin:0;
	font-size:16px;
}

@media screen and (max-width:768px){
.inner_content p {
	text-align: justify;
}
}

.home_content h1 {
	font-family:helveticaneue;
	font-size: 24px;
	color: #000;
}
.inner_content h1 {
	font-family:helveticaneue;
	font-size: 24px;
	color: #000;
	margin-bottom:15px;
	font-weight:bold;
}

.inner_content h2 {
	font-family:helveticaneue;
	font-size: 20px;
	color: #333;
	margin-bottom:15px;
}


@media screen and ( max-width:767px) {
.home_content h1 {
	font-size: 24px;
}	
.inner_content h1 {
	font-size: 24px;
}
.inner_description img{
	padding:0;
	padding-bottom:15px;
}
}


.content_center{
	background:rgba(255,255,255,0.7);
	min-height:500px;
	border-radius:35px 35px 0 0;	
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:15px;
}


.inner_description img{
	padding-left:0;
	padding-top: 15px;
}


.welcome_cont h1 {
	
	/*font-size: 43px;
	color: #de0b37;
	margin-top: 0;*/
}
.welcome_cont h1 span {
	color: #008bcc;
}
.welcome_cont .welcome_note{
	
}
.welcome_cont p {
	font-family: helveticaneue;
	color: #333;
	font-style: normal;
	text-align: justify;
	padding:15px 0;
	margin:0;
	font-size:16px;
}
.read_more_btn {
	background: none;
	color: #ed1c24;
	border-radius: 0!important;
	width:auto;
	text-align:left;
	display:table;
	padding:0 0px;
	font-style:normal;
	float:left;
}
/*.read_more_btn:after {
	content:"\f105";
	font-family: 'FontAwesome';
	margin-left:5px;
}*/
.read_more_btn:hover {
	background: none;
	color: #f48058;
}

.home_map_sec{
	position:relative;	
}


.home_left_part{
	padding-top:25px;
	padding-bottom:25px;
}
.home_right_part{
	padding-top:25px;
	padding-bottom:25px;
}
@media screen and ( max-width:992px ){
.home_left_part{
	padding-top:15px;
	padding-bottom:15px;
}
.home_right_part{
	padding-top:15px;
	padding-bottom:15px;
}
}

.home_welcome_graphic_01{
	overflow-x: hidden;
	position:relative;
}
.home_welcome_graphic_01 img{
		margin:0 auto;
		display: table;
		height:100%;
}
.home_welcome_graphic_02{
	overflow-x: hidden;
	position:relative;
}
.home_welcome_graphic_02 img{
		margin:0 auto;
		display: table;
		height:100%;
}
.round_graphic{
	position:relative;	
}


@media screen and ( max-width:992px ){
	.home_welcome_graphic_01 img{
		margin:0 auto;
		display: table;
		height:auto;
		width:80%;
}
	.home_welcome_graphic_02 img{
		margin:0 auto;
		display: table;
		height:auto;
		width:80%;
}
	.home_welcome_graphic_03 img{
		margin:0 auto;
		display: table;
		height:auto;
		width:80%;
}
	
}

.home_welcome_graphic_03{
	/*overflow-x: hidden;*/
}
.home_welcome_graphic_03 img{
		margin:0 auto;
		display: table;
		height:100%;
		max-width:247px;
}


@media screen and ( max-width:480px ){
	
	
}


.news_events_sec{
	background:none;
	border-radius:8px;
	
}
.location_popup{
	position:absolute;
	}	




@media screen and ( min-width:1024px ){
	.location_popup{
	left:10px;
	top:10px;
	width:355px;
}	
}

@media screen and ( max-width:1023px ){
	.location_popup{
	left:10px;
	top:10px;
	width:300px;
}	
}
@media screen and ( max-width:640px ){
	.location_popup{
	left:10px;
	top:100px;
	width:220px;
}	
}





.location_popup img{
	width:100%;
	height:auto;	
}
.news_events_sec h1 {
	color: #fff!important;
	font-size: 25px!important;
	text-transform: uppercase;
	background: none;
	width: 100%;
	padding: 15px 10px;
	height: 95px;
	line-height: 95px;
	margin-top: 0!important;
	border-bottom:1px solid #fff;
}
ul.news_events {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.news_events li {
	width: 100%;
	list-style-type: none;
	border-bottom: 0px solid #ddd;
	float: left;
	padding: 0px 0;
	margin-bottom:15px;
}
ul.news_events li .thumb-image{
	display: table;
	width: 180px;
	height: 100px;
	position: absolute;
}
ul.news_events li img {
/*	width: 178px;
	height: 100px;
	float: left;
	border-radius:0px;*/
width: auto;
height: 100px;
float: left;
border-radius: 0px;
position: absolute;
left: 0;
}
ul.news_events li iframe {
	width: 178px!important;
	height: 100px!important;
}


ul.news_events li div {
	float: left;
	width: 100%;
	padding-left: 195px;
	min-height: 100px;	
	
}

@media screen and (max-width:767px){
ul.news_events li div {
    float: left;
    width: 100%;
    padding-left: 0px;
}
ul.news_events li a{
	width:100%;
}
ul.news_events li img{
	padding-right:0px;
	width:100%;
	height:auto;	
}
ul.news_events li iframe {
	width: 100%!important;
	height: auto!important;
}
}


	

@media screen  and (min-width:992px) and (max-width:1199px){
	ul.news_events li div {
	width: 100%;
	padding:10px 0 0;
	min-height:auto;
}
ul.news_events li .thumb-image{
	position:relative;	
	height: auto;
}
ul.news_events li img{
	position:relative;	
}
}
@media screen  and (max-width:767px){
	ul.news_events li div {
	width: 100%;
	padding:10px 0 0;
	min-height:auto;
}
ul.news_events li .thumb-image{
	position:relative;	
	height: auto;
}
ul.news_events li img{
	position:relative;	
}
}


ul.news_events li h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 0px;
	font-family:helveticaneue;
}
@media screen and (max-width:1200px){
	ul.news_events li h2 {
		font-size: 14px;
	}
}

ul.news_events li p {
	font-family:helveticaneue;
	color: #000;
	font-size: 16px;
	text-align:left;
	padding-top:0;
	margin:0;
	padding-bottom:0;
}

@media screen and (max-width:991px){

ul.news_events li h2 {
	margin-top:10px;
}

}

ul.news_events_inner_side {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.news_events_inner_side li {
	width: 100%;
	list-style-type: none;
	border-bottom: 0px solid #ddd;
	float: left;
	padding: 15px 0;
	margin-bottom:15px;
}
ul.news_events_inner_side li img {
	width: 100px;
	height: auto;
	float: left;
	border-radius:0px;
	margin-right:10px;
}
ul.news_events_inner_side li div {
	float: left;
	width: auto;
}




ul.news_events_inner_side li h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 0px;
	font-family:helveticaneue;
}

ul.news_events_inner_side li p {
	font-family:helveticaneue;
	color: #000;
	font-size: 16px;
	text-align:left;
	padding-top:0;
	margin:0;
	padding-bottom:0;
}

@media screen and (min-width:1200px){
	ul.news_events_inner_side li div {
	width: 230px;
}	
}
@media screen and (max-width:1199px){
ul.news_events_inner_side li div {
    float: left;
    width: 100%;
    padding-left: 0px;
}
ul.news_events_inner_side li img{
	padding-right:0px;	
	margin:0;
	width:100%;
	height:auto;
}
ul.news_events_inner_side li h2{
        margin:10px 0 3px;
    }
}

@media screen and (max-width:991px){
ul.news_events_inner_side li img{
	margin: 0px 15px 0px 0px;
	width: 150px;
}
ul.news_events_inner_side li div{
	width: 450px;
}
ul.news_events_inner_side li h2{
	margin: 0px 0px 2px;	
}
}

@media screen and (max-width:767px){
ul.news_events_inner_side li img{
	margin: 0;
	width: 100%;
}
ul.news_events_inner_side li div{
	width: 100%;
}
ul.news_events_inner_side li h2{
	margin: 10px 0px 2px;	
}
}





.home_block_content {
	padding: 10px;
	background: #efefef;
	float: left;
	width: 100%;
}
.home_block_content h1 {
	color: #FFF !important;
	font-size: 18px !important;
	text-transform: uppercase;
	background: none repeat scroll 0% 0% #008BCC;
	width: 100%;
	padding: 0px 10px;
	height: 35px;
	line-height: 35px;
	margin-top: 0px !important;
}
.home_block_content img {
	width: 100%;
	margin: 0 !important;
}
.home_block_content p {
	color: #666666;
	padding: 10px 0;
	text-align: justify;
	max-height: 120px;
	overflow: hidden;
}
#home_gallery{
	margin-bottom:30px;	
	border-right:1px solid #fff;
}
.home_gallery_sec{
	margin:40px 0;	
}
.home_gallery_sec h2{
	font-weight:normal;
	text-transform:uppercase;
	font-size:22px;	
	font-family: openSans;
}

.achievement_box{
	margin-bottom:15px;
	background:#ffe4e5;
	border:1px solid #fff;
	padding:15px;
	animation:bg_change_02_return 0.5s;
	-webkit-animation:bg_change_02_return 0.5s;
	cursor:pointer;
	min-height: 278px;
}
.achievement_box:hover{
	background:#f2bcbe;	
	animation:bg_change_02 0.5s;
	-webkit-animation:bg_change_02 0.5s;
}
.achievement_box .achievement_img_thumb{
	width:100%;
	height:auto;
		
}
.achievement_box .achievement_img_thumb img{
	width:100%;
	height:auto;	
}
.achievement_box h2{
	text-align:left;
	font-size:14px;
	margin:0;
	padding:10px 0;
	background:none;
	border:0;
	border-bottom:1px solid #d99698;
}
.achievement_box p{
	text-align:left;
	font-size:13px;
	margin:0;
	padding:0;
	color:#555;
	line-height:18px;
	max-height:40px;
	overflow:hidden;
}
.achievement_box a{
	text-align:right;
	font-size:13px;
	margin:10px 0 0;
	padding:0;
	color:#333;
	width:100%;
	display:table;
	animation:link_hover_02_return 0.5s;
	-webkit-animation:link_hover_02_return 0.5s;
	text-transform:uppercase;
}
.achievement_box a:before{
	content:"\f00e";
	font-family:'FontAwesome';	
	margin-right:5px;
	color:#ED1C24;
}
.achievement_box a:hover{
	animation:link_hover_02 0.5s;
	-webkit-animation:link_hover_02 0.5s;
	color:#000;
}













ul.achievement_description {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.achievement_description li {
	width: 100%;
	list-style-type: none;
	border-bottom: 0px solid #ddd;
	float: left;
	padding: 0px 0;
}
ul.achievement_description li img {
	/*width: auto;*/
	max-width:100%;
	height: auto;
	float: left;
}
@media screen and(max-width:991px){
	ul.achievement_description li img{
		padding:0;	
	}
}
ul.achievement_description li div {
	float: left;
	width: 100%;
}
ul.achievement_description li h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding:0;
	font-family:arial;
	position:relative;
	background:none;
	float:left;
	
}
ul.achievement_description li h2 span {
	color:#888;
	font-size:14px;
	position:relative;
	left:0px;
	bottom:0;
	font-weight:normal;
	text-transform:none;
}
ul.achievement_description li h2 span:before {
	content:"";
	font-family: 'FontAwesome';
	padding-right:0px;
}
ul.achievement_description li p {
	/*color: #666666;*/
	font-size: 16px;
}









.travel_box{
	margin-bottom:15px;
	background:#ffe4e5;
	border:1px solid #fff;
	padding:15px;
	animation:bg_change_02_return 0.5s;
	-webkit-animation:bg_change_02_return 0.5s;
	cursor:pointer;
	min-height:625px;
}
@media screen and (max-width:991px){
	.travel_box{
	min-height:auto;	
		
	}
}
.travel_box:hover{
	background:#f2bcbe;	
	animation:bg_change_02 0.5s;
	-webkit-animation:bg_change_02 0.5s;
}
.travel_box .travel_img_thumb{
	width:100%;
	height:auto;
		
}
.travel_box .travel_img_thumb img{
	width:100%;
	height:auto;	
}
.travel_box h1{
	text-align:left;
	font-size:24px;
	margin:0;
	padding:15px 0 2px;
	background:none;
	border:0;
	border-bottom:1px solid #d99698;
}
.travel_box h2{
	text-align:left;
	font-size:20px;
	margin:0;
	padding:10px 0;
	background:none;
	border:0;
}
.travel_box p{
	text-align:left;
	font-size:16px;
	margin:0;
	padding:10px 0;
	color:#555;
	max-height:auto;
	overflow:hidden;
}
.travel_box li{
	padding-left:20px;
	position:relative;
}
.travel_box li:before{
	content:"\f00c";
	font-family:'FontAwesome';	
	position:absolute;
	left:0;
}
.travel_box p.note{
	font-size:16px;
	margin:0;
	padding:0;
	color:#555;
	font-style:normal;
	font-family:calibri;
}
.travel_box a{
	text-align:right;
	font-size:14px;
	margin:0;
	padding:0;
	color:#333;
	width:100%;
	display:inline;
	animation:link_hover_02_return 0.5s;
	-webkit-animation:link_hover_02_return 0.5s;
	
}
.travel_box a:hover{
	animation:link_hover_02 0.5s;
	-webkit-animation:link_hover_02 0.5s;
	color:#000;
	text-decoration:underline;
}



.travel_box_description {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.travel_box_description li {
	width: 100%;
	list-style-type: none;
	border-bottom: 0px solid #ddd;
	float: left;
	padding: 0px 0;
}
.travel_box_description img {
	width: 100%;
	height: auto;
	float: left;
}
.travel_box_description div {
	
}
.travel_box_description li h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom:20px;
	font-family:arial;
	position:relative;
	background:none;
	
}
.travel_box_description li h2 span {
	color:#888;
	font-size:14px;
	position:relative;
	left:0px;
	bottom:0;
	font-weight:normal;
	text-transform:none;
}
.travel_box_description li h2 span:before {
	content:"";
	font-family: 'FontAwesome';
	padding-right:0px;
}
.travel_box_description li p {
	color: #666666;
	font-size: 16px;
}












.ui-dialog{
	width:800px!important;	
	z-index:111!important;
	border:none!important;
	border-radius:0!important;
	min-height:500px!important;
}
.ui-dialog .ui-dialog-title{
	font-family: helveticaneue!important;
text-transform: uppercase!important;	
}
.ui-widget-header{
	background:none!important;
	border:none!important;
	border-bottom:1px solid #999!important;	
	border-radius:0!important;	
}
@media screen and (max-width:800px){
	.ui-dialog{
	width:98%!important;	
	z-index:111!important;
}	
}



.ui-dialog2{
	width:80%!important;	
	z-index:111!important;
}
@media screen and (max-width:800px){
	.ui-dialog2{
	z-index:111!important;
}	
}

footer {
	background:#1b2024;
	padding: 15px 0 0;
	color:#fff;
	font-family:calibri;
	height:auto;
	position:relative;
}
footer h2{
	font-size: 18px;
	color: #fff;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}
.footer_menu{
	padding:0;	
}
.footer_menu li {
	padding-left: 0;
	list-style-type: none;
	width: 100%;
	float: left;
	height: auto;
	line-height: 30px;
}
.footer_menu li:before {
	content: ""; /* FontAwesome char code inside the '' */
	font-family: 'FontAwesome'; /* FontAwesome or whatever */
	display: inline-block;
	width: 1.2em; /* same as padding-left set on li */
	margin-left: -1.2em; /* same as padding-left set on li */
	color: #ddd;
}
.footer_menu li a {
	color: #9f9e9e;
	text-decoration:none;
	font-size:15px;
	font-family:helveticaneue;
}
.footer_menu li a:hover {
	color: #fff;
	animation:linkcolorChange 1s;
	-webkit-animation:linkcolorChange 1s;
}

@keyframes linkcolorChange{
	0%{color: #9f9e9e;}
	100%{color: #fff;}	
}
@-webkit-keyframes linkcolorChange{
	0%{color: #9f9e9e;}
	100%{color: #fff;}	
}
.footer_contact{
	padding:0;
}
.footer_contact p{
	text-transform:normal;
	font-family:helveticaneue;
	font-size:14px;
	text-align:left;
	color:#9f9e9e;
	line-height:36px;
	padding:0;
}
.footer_contact p strong{
	color:#fff;	
}
.footer_contact img{
	padding:10px;	
}

.footer_contact a{
	color:#ee1d25;	
	line-height:36px;
	text-decoration:underline;
	font-family:helveticaneue;
}
.footer_contact a:hover{
	text-decoration:none;	
}
.footer_contact li{
	min-height:36px;
	padding-left:32px;	
}
.footer_contact li.ad {
	background: url(../images/footer_contact_ad.png) no-repeat 0 0;
	background-position:-8px 0;
}
.footer_contact li.ph {
	background: url(../images/footer_contact_ph.png) no-repeat 0 0;
	background-position:-8px 0px;
}
.footer_contact li.mail {
	background: url(../images/footer_contact_mail.png) no-repeat 0 0;
	background-position:-8px 0px;	
}


.footer_map {
	float: right;
}
.footer_map h1 {
	font-size: 18px;
	color: #fff;
}
footer .copyright {
	background: none;
	border-top: 0px solid #5a8ebd;
	color: #fff;
	font-family: helveticaneue;
	margin: 20px 0 0 0;
	text-align:left;
	bottom: 0px;
	font-size:16px;
}
footer .copyright div {
	line-height: 60px;
	height: 60px;
}
footer .copyright a {
	color: #fff;
	text-decoration:none;
}
footer .copyright a:hover {
	color: #fff;
	text-decoration:underline;
}


@media screen and (max-width:768px) {
	.footer_cap h3{
		text-align:center;	
		margin-bottom: 0;
	}
	.footer_cap span{
		width:100%;
		display:table;
		text-align:center;	
	color: #F2A002;
	font-size: 25px;
	line-height: 25px;
	}
	.footer_cap p{
		text-align:center;	
		padding-top: 0;
	}
	.footer_contact img{
		width:100%;	
	}
	footer{
		padding:15px 0;	
	}
	.footer_social img{
		margin: 0px auto;
	display: table;
	}
	.footer_social .headSocial{
		text-align: center;
	}
	ul.headSocial li {
		float: none;
display: inline-block;
	}
}

@media screen and (max-width:640px) {
	
	.footer_social{
		width:100%;	
	}
	.footer_contact{
		width:100%;		
	}
	
	ul.headSocial{
		padding:10px 0;	
	}
	
	.footer_contact_graphic{
		width:50%;	
	}
	.footer_contact_text{
		width:50%;	
	}
	.footer_contact img{
		width:125px;
		float:right;	
	}
}

footer h1{
	font-size:24px;
	color:#fff;	
	font-family:helveticaneue;
}

.footer_bottom{
	background:#ee1d25;	
	min-height:200px;
	padding:45px 0px 20px;
	margin-top:30px;
}

.footer_social_block{
	padding:15px 15px;
	display:table;
		animation:	bg_change_05_return 1s;
	-webkit-animation:	bg_change_05_return 1s;
	width: 100%;
	
}
.footer_social_block img{
	width:30%;
	float:left;
}
.footer_social_block h1{
	width:70%;
	float:right;
	padding:9px 0px 10px 15px;
	margin:0;
	color:#fff;
	font-size:24px;
}
.footer_social_img_block{
	width:30%;
	height:89px;
	float:left;
	padding:0;
	margin:0;
}

.footer_social_fb_img{
	background:url(../images/fb_icon.png) no-repeat;
}
.footer_social_twitter_img{
	background:url(../images/twitter_icon.png) no-repeat;
}
.footer_social_gallery_img{
	background:url(../images/gallery_icon.png) no-repeat;
}

.footer_social_block:hover .footer_social_fb_img{
	background:url(../images/fb_icon_hvr.png) no-repeat;
	animation-name: expandOpen;
	-webkit-animation-name:expandOpen;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}
.footer_social_block:hover .footer_social_twitter_img{
	background:url(../images/twitter_icon_hvr.png) no-repeat;
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}
.footer_social_block:hover .footer_social_gallery_img{
	background:url(../images/gallery_icon_hvr.png) no-repeat;
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

.footer_social_block:hover{
	background:#db151d;	
	animation:	bg_change_05 1s;
	-webkit-animation:	bg_change_05 1s;
}

@keyframes bg_change_05{
	0%{background:none}
	100%{background:#db151d}	
}
@-webkit-keyframes bg_change_05{
	0%{background:none}
	100%{background:#db151d}	
}

@keyframes bg_change_05_return{
	100%{background:none}
	0%{background:#db151d}	
}
@-webkit-keyframes bg_change_05_return{
	100%{background:none}
	0%{background:#db151d}	
}

.footer_social_block p{
	width:70%;
	float:right;
	padding:0 0 0 15px;
	margin:0;
	font-size:16px;
	text-align:left;
	font-family:helveticaneue;
	color:#fff;	
}


@media screen and ( max-width:991px){
	.footer_social_img_block{
		width:89px;	
		margin-right:15px;
	}
	.footer_social_block h1{
		float:left;	
		padding-left:0;
	}
	.footer_social_block p{
		float:left;	
		padding-left:0;
	}
}



.inner_banner{
	max-height:420px;
}
.inner_banner img{
	margin:0 auto;
	display:table;
	width:100%;
}

.inner_banner_cap{
	margin-top: 40px;
}
.inner_banner_cap h1{
	color:#f0f0f0;
	font-family:myriad_r;
	font-weight:normal;
	text-transform:uppercase;
	font-size:25px;
	margin: 0;
}
.inner_slider_sec{
	background: none;
	position:relative;
	width:100%;
	display:block;
	padding: 0px 0;
	z-index:-1;
}
.inner_slider_sec #home_gallery{
	margin:0px;	
}

@media screen and (max-width:1199px) {
		.inner_banner_cap h1{
			font-size:20px;
		}
}
@media screen and (max-width:767px) {
		.inner_banner_cap h1{
			text-align:center;
			width:80%;
			margin:0 auto;
		}
}

.go_to_top{
	background:#373737;
	border-radius:50%;
	width:40px;
	height:40px;
	position:absolute;
	right:50%;
	top:-52px;
	cursor:pointer;
}
.go_to_top:hover{
	background:#272727;		
	animation:bgChange2 1s;	
	-webkit-animation:bgChange2 1s;	
}

@keyframes bgChange2{
	0%{background:#373737;	}
	100%{background:#272727;	}	
}
@-webkit-keyframes bgChange2{
	0%{background:#373737;	}
	100%{background:#272727;	}	
}


.footer_social{
	margin-top:20px;	
}
.footer_social .headSocial{
	float:inherit;	
}


.go_to_top:hover span:before{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;	
	
}

.home_list_sec{
	
}
.home_list_sec h3{
	color:#049bbc;
	font-size:18px;
	font-family: myriad;
}
.home_list_sec li{
color:#4c4949;
	border-bottom:2px solid #d1d1d1;
	font-family:Arial;
	font-weight:bold;	
}

.home_list_sec2 h3{
	color:#049bbc;
	font-size:18px;
	font-family: myriad;
}
.home_list_sec2 li{
color:#4c4949;
	border-bottom:1px dashed #e6e3e3;
	font-family:Arial;
	font-weight:bold;
	line-height:22px;	
}
	
	
.go_to_top:hover span{
	color:#fff;
}
.go_to_top span{
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	font-family:openSans;
	text-align:center;
	width:100%;
	display:table;
	padding-top:25px;	
}
.go_to_top span:before{
	content:"\f106";
	font-family: 'FontAwesome';
	color:#fff;	
	position:absolute;
	top:3px;
	left:50%;
	font-size:22px;
	margin-left:-7px;
}


/*Inner CSS*/

.inner_cont {
	padding: 37px;
	background: #fff;
}
.inner_cont hr {
	border-color: #008BCC;
}
.inner_cont img {
	margin-bottom: 15px;
}
.inner_cont h1, .inner_cont h2, .inner_cont h3, .inner_cont h4, .inner_cont h5, .inner_cont h6 {
	font-family: kozuka;
	color: #4b4a4a;
	margin-top: 0;
}
.inner_cont h1 {
	font-size: 29px;
	color: #4b4a4a;
}
.inner_cont h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.inner_cont h3 {
	font-size: 15px;
	font-weight: bold;
}
.inner_cont h1 span {
	color: #008bcc;
}
.inner_cont p {
	font-family: openSans;
	color: #666;
	text-align: justify;
}
.sub_content hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #eee;
}
.sub_content img {
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}
.sub_row {
	width: 100%;
	float: left;
	margin: 15px 0!important;
}
.breadcrumb i {
	color: #999;
	padding: 0 10px;
}
.location {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.location iframe {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	padding: 0;
	margin: 0 0 20px 0;/*box-shadow:0 0 6px #999;*/	
}
ul.contactForm {
	height: auto;
}
ul.contactForm li {
	width: 50%;
	float: left;
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
}
ul.contactForm li:before {
	content:"";	
}
ul.contactForm li input[type=text] {
}
ul.contactForm li textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 150px;
	max-height: 150px;
}
ul.contactForm li input[type=text], ul.contactForm li textarea, ul.contactForm li select {
	float: left;
	border: 1px dashed #36b5b1;
	background: #fff;
	box-shadow: 0 0 2px #eee;
	padding: 12px 2%;
	width: 100%;
	font-family: calibri;
	color: #555;
	font-size: 14px;
	border-radius: 3px;
}

.captcha_image{
	width:130px;
	height:40px;	
}

/*.contactForm h3{
	width:100%;
	padding:10px 0%;	
	margin:0 0 10px 0px;
	float:left;
	color:#de4248;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;	
	border-bottom:1px  solid #ccc;
}*/
.contactForm input[type=button] {
	background: #36b5b1;
	color: #fff;
	font-size: 14px;
	margin: 10px auto;
	border: none;
	width: 130px;
	height: 32px;
	text-transform: uppercase;
	display: block;
	float: right;
}
.contactForm input[type=button]:hover {
	background: #222;
}


.contact_cont_left{
	border-right:2px dashed #ddd;	
}
.contact_cont_left p{
	width:90%;	
}

ul.contactForm_2 {
	height: auto;
	display: table;
	padding: 0;
}
ul.contactForm_2 li {
	width: 60%;
	float: left;
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
}
ul.contactForm_2 li.left_side {
	width: 30%;
}
ul.contactForm_2 li:before {
	content:"";	
}
ul.contactForm_2 li input[type=text] {
}
ul.contactForm_2 li textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 100px;
	max-height: 100px;
}
ul.contactForm_2 li input[type=text], ul.contactForm_2 li textarea, ul.contactForm_2 li select {
	float: left;
	border: 1px solid #999;
	background: #fff;
	box-shadow: 0 0 2px #eee;
	padding: 3px 2%;
	width: 100%;
	font-family: calibri;
	color: #555;
	font-size: 14px;
	border-radius: 0px;
}
/*.contactForm_2 h3{
	width:100%;
	padding:10px 0%;	
	margin:0 0 10px 0px;
	float:left;
	color:#de4248;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;	
	border-bottom:1px  solid #ccc;
}*/
.contactForm_2 input[type=button] {
	background: #6e6f73;
	color: #fff;
	font-size: 14px;
	margin: 10px 10px 10px 0;
	border: none;
	width: 100px;
	height: 32px;
	text-transform: uppercase;
	display: block;
	float: left;
}
.contactForm_2 input[type=button]:hover {
	background: #222;
}
.mandatory{
	color:#F00;	
}

.contact_sec h2{
	color:#000;
	font-size:18px;
	padding-left:35px;
}

.contact_sec h2:before{
	content:"\f041";
	font-family:'FontAwesome';	
	position:absolute;
	left:30px;
}
.contact_sec p{
	color:#666;	
	text-align:left;
}
.contact_sec span{
	color:#333;	
}
.contact_sec a{
	color:#e3776b;
}
.contact_map{
	margin-top:30px;	
}
.address_left{
	border-right:1px solid #eee;	
}

.btn{
	background: #36b5b1;
	color:#fff;	
	text-align:center;
	margin:0 auto;
	display:table;
}
.btn:hover{
	background: #219d99;
	color:#fff;	
}


@media screen and ( max-width:991px){
		.contact_cont_left{
	border-right:0px dashed #ddd;	
	border-bottom:2px dashed #ddd;	
}
.contact_cont_left p{
	width:100%;	
}
ul.contactForm_2 li {
	width: 50%;
	}
ul.contactForm_2 li.left_side {
	width: 50%;
}
}

@media screen and ( max-width:480px){
ul.contactForm_2 li {
	width: 100%;
	padding: 0px 0px 10px;
	}
ul.contactForm_2 li.left_side {
	width: 100%;
	padding: 0px 0px 0px;
}	
	
}



ul.locate {
	height: auto;
}
ul.locate li {
	width: 100%;
	float: left;
	padding: 20px 0;
	margin: 0px 0;
	border-bottom: 1px solid #eee;
	list-style-type: none;
}
ul.locate li:before{
	content:"";	
}
/*.locate h3{
	width:100%;
	padding:10px 0%;	
	margin:0 0 10px 0px;
	float:left;
	color:#de4248;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;	
	border-bottom:1px  solid #ccc;
}*/
ul.locate li p {
	font-size: 16px;
	color: #777;
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0 0 0 70px;
	float: left;
	width: auto;
}
ul.locate li.ad {
	background: url(../images/adBg.png) no-repeat 0 20px;
	background-size: 40px 40px;
}
ul.locate li.mail {
	background: url(../images/mailBg.png) no-repeat 0 10px;
	background-size: 40px 40px;
}
ul.locate li.ph {
	background: url(../images/mobBg.png) no-repeat 0 10px;
	background-size: 40px 40px;
}
ul.connect {
	width: 450px;
	height: auto;
	padding: 0;
	margin: 40px 0 0 0;
	float: right;
}
ul.connect li {
	width: 40px;
	height: 40px;
	float: left;
	padding: 0px 0;
	margin: 5px 10px;
	border-radius: 50%;
	cursor: pointer;
}
ul.connect li:hover {
	animation: fbRotation 1s;
	-webkit-animation: fbRotation 1s;
	-moz-animation: fbRotation 1s;
	transform: rotate(360deg);
}
@keyframes fbRotation {
 0% {
transform:rotate(0deg);
}
 100% {
transform:rotate(360deg);
}
}
ul.connect li:first-child {
	margin: 5px 10px 0 0;
}
ul.connect li.fb {
	background: url(../images/fbIcon.jpg) no-repeat;
	background-size: 100% 100%;
}
ul.connect li.tw {
	background: url(../images/twitterIcon.jpg) no-repeat;
	background-size: 100% 100%;
}
ul.connect li.rf {
	background: url(../images/rssIcon.jpg) no-repeat;
	background-size: 100% 100%;
}
ul.connect li.link {
	background: url(../images/inIcon.jpg) no-repeat;
	background-size: 100% 100%;
}
.connect h3 {
	width: 100%;
	padding: 10px 0%;
	margin: 0 0 10px 0px;
	float: left;
	color: #de4248;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
ul.normal_list{
	margin:15px 0 20px 0;
	display:table;	
}
ul.normal_list li {
	padding-left: 1.5em;
	list-style-type: none;
	width: 100%;
	float: left;
	height: auto;
	margin-bottom:10px;
	display:table;
}
ul.normal_list li:before {
	content: "\f0a4"; /* FontAwesome char code inside the '' */
	font-family: 'FontAwesome'; /* FontAwesome or whatever */
	display: inline-block;
	width: 1.5em; /* same as padding-left set on li */
	margin-left: -1.5em; /* same as padding-left set on li */
	color: #666;
}
.faculties_list{
	margin:20px 0;	
}

ul.faculties_list h4 {
	margin-bottom: 25px;
}
ul.faculties_list h5 {
	padding-bottom: 10px;
	width: 100%;
	display: inline;
	font-weight: bold;
}
ul.faculties_list p {
	
}
ul.faculties_list li {
	padding-left: 1.5em;
	list-style-type: none;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	position:relative;
}
ul.faculties_list li:before {
	content:"\f0a9"; /* FontAwesome char code inside the '' */
	font-family: 'FontAwesome'; /* FontAwesome or whatever */
	display: inline-block;
	width: 1.5em; /* same as padding-left set on li */
	margin-left: -1.5em; /* same as padding-left set on li */
	color: #428BCA;
	font-size:22px;
	position:absolute;
	top:-5px;
}
ul.news_events_inner {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.news_events_inner li {
	width: 100%;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	float: left;
	padding: 15px 0;
	background:none;
}
ul.news_events_inner li img {
	width: 150px;
	height: auto;
	float: left;
	margin-right:15px;
}

ul.news_events_inner li div {
	float: left;
	width: 620px;
}
ul.news_events_inner li h2 {
	margin:0;
}
ul.news_events_inner li p {

	font-size: 16px;
}
ul.news_events_inner li a {
	float:right;
	margin-top: 15px;
	color:#ED1C24;
}
ul.news_events_inner li a:hover {
	color: #F48058;	
}

@media screen and (max-width:1279px){
ul.news_events_inner li div{
	width: 570px;	
}
}
@media screen and (max-width:1200px){
	ul.news_events_inner li div{
	width: 100%;	
}
	ul.news_events_inner li img {
	width: 100%;
}	
ul.news_events_inner li h2 {
    margin: 10px 0px 0px;
}
ul.news_events_inner li p {
	padding:0;	
}
}



.home_block_image_cont li{
	list-style-type:none;
	padding:0;
	position:relative;
	cursor:pointer;
}
.home_block_image_cont li:hover{
	z-index:1;	
}
.home_block_image_cont li img{
	width:100%;	
}
.home_block_image_cont li:hover img{
	outline:1px solid rgba(255,255,255,1);
	box-shadow:0px 0px 10px #333;
	animation:outlineEntry 0.5s;
}

.home_block_image_cont li span{
	background:rgba(0,0,0,0.5);	
	position:absolute;
	bottom:0;
	width:100%;
	line-height:40px;
	height:40px;
	z-index:1;
	left:0;
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	padding:0 15px;
}

.home_block_image_cont li:hover span:after{
	content:"\f061";
	font-family: 'FontAwesome';
	position:absolute;
	right:0;
	animation: slideRight 0.8s ease-in-out;
	-webkit-animation: slideRight 0.8s ease-in-out;	
	
		
}



.personal_details {
	padding: 10px 0 20px;
}
.personal_details img {
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: table;
	border: 5px solid #eee;
}
.personal_details h4 {
	text-align: center;
	width: 80%;
	padding: 10px 0;
	margin: 0 10%;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	background: #eee;
}
.personal_details p {
	text-align: center;
	width: 80%;
	margin: 0 10%;
	padding: 5px 0 5px;
	color: #2A6496;
	background: #eee;
}
.download_set {
}
.download_set h2 {
	background: #008BCC;
	width: 96%;
	padding: 0 2%;
	height: 40px;
	line-height: 40px;
	float: left;
	color:#fff;
	border-radius:3px;
}
.download_set li {
	list-style-type: none;
	height: 260px;
	position:relative;
	cursor:pointer;
}
.download_set li img {
	width: 100%;
	float:left;
}
.download_set li h3 {
	text-align: center;
	font-size: 14px;
	background: #eee;
	padding: 10px 0;
}
.download_set li .hover {
	border-style: solid;
	border-color:rgba(0,153,255,0.6);
	background-repeat: no-repeat;
	background-position: center;
	opacity: .4;
	display: block;
	position: absolute;
	left: 15px;
	right: 0;
	top: 0;
	bottom: 0;
	width:178px;
	height:180px;
	background:rgba(0,153,255,0.5);
}
.download_set li .hover {
	background-repeat: no-repeat;
	background-position: center;
	
	opacity: 0
}
.download_set li:hover .hover{
	opacity:0.8;	
}
.download_set li .hover a{
	margin:-20px 0 0 -20px;
	position:absolute;
	top:50%;	
	left:50%;
	opacity:1;
	color:#fff;
}
.download_set li:hover h3{
	background:rgba(0,153,255,1);
	color:#fff;
}




ul.news_events_inner_description {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-right:20px;	
	
}
@media screen and (max-width:991px){
	ul.news_events_inner_description {
	padding-right:0px;	
}
}

ul.news_events_inner_description li {
	width: 100%;
	list-style-type: none;
	border-bottom: 0px solid #ddd;
	float: left;
	padding: 0px 0;
}
ul.news_events_inner_description li img {
	width: auto;
	max-width:100%;
	height: auto;
	float: left;
}
ul.news_events_inner_description li div {
	float: left;
	width: 100%;
}
ul.news_events_inner_description li h2 {
	color: #000;
	font-size: 24px;

	padding-bottom:15px;
	position:relative;
	background:none;
	
}
ul.news_events_inner_description li h2 span {
	color:#666;
	font-size:14px;
	position:absolute;
	left:0;
	bottom:0;
	font-weight:normal;
}
ul.news_events_inner_description li h2 span:before {
	content:"\f073";
	font-family: 'FontAwesome';
	padding-right:5px;
}
ul.news_events_inner_description li p {

	font-size: 16px;
}


.breadcrub_cont{
	background:#eee;
	padding:10px 0;
}
.breadcrub_cont h1{
	color:#333;	
	font-size:24px;
	font-family:openSans;
	margin:0;
	padding:8px 15px 0;
}
.notes{
	margin:0 0 30px 0;	
}
.notes li{
	padding-bottom:10px;
	padding-left:20px;	
	position:relative;
	list-style-type:none;
	}
.notes li:before{
	content:"\f02d";
	font-family: 'FontAwesome';
	position:absolute;
	left:0;	
	color:#42a3bf;
}

.notes h3{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-top:0px;
}

table{
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;	
	margin-bottom:30px;
}
td{
	border-left:1px solid #ddd;	
	border-bottom:1px solid #ddd;	
	padding:10px 15px;
}
th{
	border-left:1px solid #ddd;	
	border-bottom:1px solid #999;	
	padding:10px 15px;
}

.download_form{
	position:absolute;
	right:15px;
	top:0px;	
}
.download_form a{
	padding:10px 10px 10px 30px;
	position:relative;	
	border-radius:3px;
	background:#eee;
}
.download_form a:hover{
	background:#ddd;	
}
.download_form a:before{
	content:"\f019";
	font-family: 'FontAwesome';
	position:absolute;
	left:10px;
	}


.appli_form_btn{
	position:absolute;
	right:15px;
	top:0px;	
}
.appli_form_btn a{
	padding:10px 10px 10px 30px;
	position:relative;	
	border-radius:3px;
	background:#eee;
}
.appli_form_btn a:hover{
	background:#ddd;	
}
.appli_form_btn a:before{
	content:"\f044";
	font-family: 'FontAwesome';
	position:absolute;
	left:10px;
	}

.feedback_cont{
	margin-top:0;
	padding-top:0;
}
.feedback_cont li{
	margin:20px 0 15px 0;
	border-bottom:1px solid #ddd;	
}
.feedback_cont li:first-child{
	margin-top:0;
	padding-top:0;
}
.feedback_cont li:before{
	content:"\f044";
	font-family: 'FontAwesome';
	position:absolute;
	left:0;	
	color:#42a3bf;
}
.feedback_cont li span{
	color:#999;
	width:100%;
	display:table;
	text-align:right;	
	font-style:italic;
	font-size:13px;
}

help_cont

.help_cont{
	margin-top:0;
	padding-top:0;
}
.help_cont li{
	margin:20px 0 15px 0;
	border-bottom:1px solid #ddd;	
}
.help_cont li:first-child{
	margin-top:0;
	padding-top:0;
}
.help_cont li:before{
	content:"\f044";
	font-family: 'FontAwesome';
	position:absolute;
	left:0;	
	color:#42a3bf;
}
.help_cont li span{
	color:#999;
	width:100%;
	display:table;
	text-align:right;	
	font-style:italic;
	font-size:13px;
}

.institution_list{
	margin:30px 0;	
}

.institution_list li{
	border-bottom:1px solid #ddd;	
	padding-bottom:0;
	animation:list_li_state 0.5s;
	-webkit-animation:list_li_state 0.5s;
}
.institution_list li:before{
	content:"";
}

.institution_list li a{
	display:block;
	width:100%;
	height:100%;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:25px;
	animation:list_a_state 0.5s;
	-webkit-animation:list_a_state 0.5s;
}
.institution_list li a:hover{	
	animation:list_a_over 0.5s;
	-webkit-animation:list_a_over 0.5s;
	padding-left:15px;
}
@keyframes list_a_over{
	0%{padding-left:25px;	}
	100%{padding-left:15px;		}	
}
@-webkit-keyframes list_a_over{
	0%{padding-left:25px;		}
	100%{padding-left:15px;	}	
}

@keyframes list_a_state{
	0%{padding-left:15px;	}
	100%{padding-left:25px;	}	
}
@-webkit-keyframes list_a_state{
	0%{padding-left:15px;		}
	100%{padding-left:25px;}	
}

.institution_list li:hover{
	background:#eee;	
	animation:list_li_over 1s;
	-webkit-animation:list_li_over 1s;
	border-right:1px solid #ddd;	
}

@keyframes list_li_over{
	0%{background:none;}
	100%{background:#eee;	}	
}
@keyframes list_li_state{
	0%{background:#eee;	}
	100%{background:none;}	
}

@-webkit-keyframes list_li_over{
	0%{background:none;}
	100%{background:#eee;	}	
}
@-webkit-keyframes list_li_state{
	0%{background:#eee;	}
	100%{background:none;}	
}


.institution_list li a:before{
	content:"\f064";
	font-family: 'FontAwesome';
	position:absolute;
	left:5px;
	color:#42a3bf;
}
.institution_list li:hover a:before{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}



/*Count Down Timer*/


ul.countdown {
list-style: none;
margin: 15px 0;
padding: 0;
display: block;
text-align: center;
}
ul.countdown li {
display: inline-block;
}
ul.countdown li span {
font-size: 25px;
font-weight: 300;
line-height: 80px;
background:url(../images/countdown_bg.jpg) repeat-x;
background-size:auto 100%;
color:#fff;
border-radius:3px;
padding-left:5px;
padding-right:5px;
}
ul.countdown li.seperator {
font-size: 30px;
line-height: 70px;
vertical-align: top;
}
ul.countdown li p {
color: #000;
font-size: 10px;
padding:0;
margin-top:-20px;
}


@media screen and (max-width:767px){
	ul.countdown {
		position: absolute;
top: 88px;
z-index: 1;
left: 50%;
margin-left: -120px;	
	}
	.organised_sec .row div:first-child p{
		text-align:left;	
		margin-left:10px;	
	}
	.organised_sec .row div:nth-child(2) p{
		text-align:right;
		margin-right:15px;	
	}
	.organised_sec .row div:first-child img{
		float:left;	
	}
	.organised_sec .row div:nth-child(2) img{
		float:right;	
	}
	ul.countdown li span {
	font-size: 30px;
}
}

@media screen and (max-width:529px){
	ul.countdown {
		position: relative;
top: 0;
z-index: 1;
left: 0;
margin-left: 0;	
	}
	
	.organised_sec .row div:first-child p{
		text-align:center;	
		margin-right:inherit;	
	}
	.organised_sec .row div:nth-child(2) p{
		text-align:center;
		margin-right:inherit;	
	}
	.organised_sec .row div:first-child img{
		float:none;	
	}
	.organised_sec .row div:nth-child(2) img{
		float:none;	
	}
}









.side_menu_01{
	padding:0;
	margin:0;	
}
.side_menu_01 li{
	background:#edf7f7;	
	border-bottom:1px dashed #c4d7d6;
	padding:0;
	color:#6e8786;
}
.side_menu_01 li:last-child{
	border-bottom:0;	
}
.side_menu_01 li:hover a, .side_menu_01 li.active a{
	background:#36b5b1;
	color:#fff;
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;	

	animation-duration: 0.8s;	
	-webkit-animation-duration: 0.8s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%; 
}
.side_menu_01 li a{
	line-height:40px;
	padding:0 15px;
	display:block;
	color:#6e8786;
	position:relative;
}

.side_menu_01 li:hover a:after{
		content:"\f101";
		font-family:'FontAwesome';
		position:absolute;
		right:20px;
			animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}


.option_select1{
	color:#fff;
	margin:15px auto;
	display:table;
	padding:5px 15px ;
	background:#406b83;
	border:1px solid #fff;
	border-radius:3px;
	
}
.option_select2{
	color:#fff;
	margin:15px auto;
	display:table;
	padding:5px 15px ;
	background:#5a8281;
	border:1px solid #fff;
	border-radius:3px;
	
}


.opt1{
	background:#dee8ed;
	padding:0px;	
	min-height:320px;
	display: table;
}
.opt1 h1{
	color:#eee;
	font-family: myriad;
	font-weight:bold;
	background:#406b83;
	width:100%;
	text-align:center;
	line-height:50px;
	padding:15px;	
	font-size:18px;
	font-stretch:extra-expanded;
}
.opt1 div{
	padding:15px;	
	display: table;
}
.opt1 div label{
	width:45%;
	font-size:13px;
}
.opt1 div em{
	font-size:11px;
}
.opt1 div p{
	font-size:14px;
	text-align:center;
}
.opt1 div input{
	width:25%;	
}



.opt2{
	background:#e3f1f1;
	padding:0px;
	min-height:320px;	
	display: table;
}
.opt2 h1{
	color:#eee;
	font-family: myriad;
	font-weight:bold;
	background:#5a8281;
	width:100%;
	text-align:center;
	line-height:50px;
	padding:15px;	
	font-size:18px;
	font-stretch:extra-expanded;
}
.opt2 div{
	padding:15px;
	display: table;	
}
.opt2 div label{
	width:48%;
	font-size:13px;
}
.opt2 div em{
	font-size:10px;
}
.opt2 div p{
	font-size:14px;
	text-align:left;
}
.opt2 div input{
	width:25%;	
}
.opt2 div li{
	width:100%;	
	font-size:12px;
	list-style:disc inside;
	padding:0;
}

.notice1{
	padding-left:25px;
	position:relative;
}
.notice1:before{
	content:"\f0a4";
	font-family:'FontAwesome';	
	position:absolute;
	left:0;
}

.fb_side_box{
	margin-top:15px;	
}


#tabs_about.ui-widget-content{
	background:none;
	border:none;
	margin-top:0;
	padding-top:0;
}
#tabs_about .ui-widget-header{
	border:none!important;	
}

#tabs_about .ui-widget-header{
	background:none;
	margin-top:0;
	padding-top:0;	
	padding-left: 25px;
}

#tabs_about .ui-tabs-nav li{
	background:none;
	border:none;
	border-bottom:1px solid #ed1d24;
	margin: 0;	
	padding-right:0;
	padding-left:25px;
	padding-bottom:1px;

}
#tabs_about .ui-tabs-nav li:first-child{
	padding-left:0px;
}
#tabs_about .ui-tabs-nav li a{
	padding-left:0;
	padding-right:25px;
	text-align:center;
	border-right:1px solid #000;
	padding-top:0;
	padding-bottom:0;
	line-height:18px;
}
#tabs_about .ui-tabs-nav li:first-child a{
	
}
#tabs_about .ui-tabs-nav li:last-child a{
	border-right:0;
}
#tabs_about .ui-tabs-nav li a{
	color:#000;	
	font-family:helveticaneue;
	font-size:18px;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:15px;
	padding-left:15px;
	position:relative;
}
#tabs_about .ui-tabs-nav li:hover a{
	color:#ed1d24;
	
}
#tabs_about .ui-tabs-nav li.ui-tabs-active a{
	color:#ed1d24;
	padding-left:20px;
}
#tabs_about .ui-tabs-nav li.ui-tabs-active{
	padding-bottom: 1px;
}
#tabs_about .ui-tabs-nav li.ui-tabs-active a:before{
	content:"";
	font-family:'FontAwesome';
	width:20px;
	height:20px;
	border-top:0px solid #ed1d24;
	border-right:0px solid rgba(255,255,255,0.0);
	border-left:0px solid rgba(255,255,255,0.0);
	left:0;
	top:50%;
	margin-top:-12px;
	position:absolute;
	color:#000;
	margin-right:5px;
	background:url(../images/target-dart.png) no-repeat;
}
#tabs_about .ui-tabs-nav li.ui-tabs-active:first-child a:before{
	
}


@media screen and (max-width:510px){
	#tabs_about .ui-tabs-nav li{
		width:100%;
		padding:0;
	}
	#tabs_about .ui-tabs-nav li a{
		width:100%;
		padding:10px 0;
		padding-left:20px;
		text-align:left;	
		margin:0;
		border-right:none;
	}
}


h1.special_head_01{
	background:	#ED1C24;
	color:#fff;
	padding:10px;
	font-weight:bold;
}
h1.special_head_01 i{
	margin-right:10px;	
}
.with_date{
	position:relative;	
	padding-bottom:20px;
}
.header_date{
color: #888;
font-size: 14px;
position: absolute;
left: 0px;
bottom: -0px;
font-weight: normal;
text-transform: none;
}

.ticket_pricing {
	width:50%;
	border:1px solid #ddd;
	margin-bottom:10px!important;
	padding-left:15px;
	background: #ccc;
	display:table;	
	padding: 10px 15px;
	line-height: 40px;
}
@media screen and (max-width:1199px){
.ticket_pricing {
	width:100%;	
}
}
.ticket_pricing .date_sec{
	line-height: 40px;	
}
.ticket_pricing .price{
	color:#ED1C24;
	font-weight:bold;
	margin-left:10px;
	float:right;
	width:150px;
	line-height: 40px;
}

.ticket_pricing .price:before{
	content:"\f0d6";
	font-family:'FontAwesome';
	margin-right:10px;
	color:#666;	
}@media screen and (max-width:640px){
.ticket_pricing .price{
	display:table;
	float:inherit;	
	margin-left: 0px;
}
}

.page_link{
	position:absolute;
	top:0;
	right:40px;
	background:#ED1C24;
	color:#fff;
	padding:10px;	
	border-radius:0 0 5px 5px;
	animation:bg_change_03_return 0.5s;
	-webkit-animation:bg_change_03_return 0.5s;
}
.page_link:hover{
	background:	#dD3d50;
	color:#fff;
	animation:bg_change_03 0.5s;
	-webkit-animation:bg_change_03 0.5s;
}

.page_link i{
	margin-right:5px;	
}

.website_link{
	animation:link_change_04_return 1s;
	-webkit-animation:link_change_04_return 1s;	
	color:#F00;
	text-transform:uppercase;	
	padding:10px 15px;
	border-radius:3px;
	border:1px solid rgba(153,153,153,0);
}

.website_link:hover{
	animation:link_change_04 1s;
	-webkit-animation:link_change_04 1s;
	background:rgba(255,255,255,0.5);
	border:1px solid #fff;
	color:#F00;
	text-transform:uppercase;	
}


.gallery_trigger{
	
}

.image_gallery_trigger, .video_gallery_trigger{
 background:#ED1C24;
 color:#fff;
 padding:10px 15px;
 border-radius:3px;
 border:1px solid #dD3d50;
 cursor:pointer;
 text-transform:uppercase;
	animation:bg_change_03_return 0.5s;
	-webkit-animation:bg_change_03_return 0.5s;
}
.image_gallery_trigger:hover, .video_gallery_trigger:hover, .image_gallery_trigger.active, .video_gallery_trigger.active{
	background:#dD3d50;
	animation:bg_change_03 0.5s;
	-webkit-animation:bg_change_03 0.5s;	
}