.bg_gradient_two {
background: #003f7f; /* Old browsers */
background: -moz-linear-gradient(45deg, #003f7f 0%, #53cbf1 50%, #00baff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #003f7f 0%,#53cbf1 50%,#00baff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #003f7f 0%,#53cbf1 50%,#00baff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f7f', endColorstr='#00baff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-bottom: 3px solid #008fe2;
}

.bg_gradient{
background: #003f7f; /* Old browsers */
background: -moz-linear-gradient(45deg, #003f7f 0%, #53cbf1 50%, #00baff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #003f7f 0%,#53cbf1 50%,#00baff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #003f7f 0%,#53cbf1 50%,#00baff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f7f', endColorstr='#00baff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height: 120px;
color: #fff;
padding-top: 40px;
font-size: 16px;
}
.bg_gradient h4{
	color: #fff;
}
.custom-thumb-info .thumb-info-caption .custom-event-infos
{
	float: left;
	width: 100%;
}
.runningtext span{
	margin-left: 50px;
}
.label-info a{
	color: #fff
}
#header .header-nav-main nav > ul > li > a {
	color: #000;
}
.marquee a {
	text-decoration: none;
	color: #000;
}
.feature-box-info a{
	color: #000;
}
.newsletter-popup {
	max-width: 700px;
	height: 324px;
	padding: 40px 40px 25px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}

.newsletter-popup-content {
	max-width: 300px;
	text-align: center;
}
.newsletter-popup-content .btn,
.newsletter-popup-content .form-control {
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.newsletter-popup-content .form-control {
	height: 34px;
}

.newsletter-popup h2 {
	font-weight: 700;
	color: #313131;
	font-size: 16px;
	line-height: 1;
	margin: 30px 0 12px;
}

.newsletter-popup p {
	font-size: 13px;
	line-height: 1.4;
	color: #444;
}

.newsletter-popup form {
	margin: 0 0 8px;
}

.newsletter-subscribe {
	font-size: 11px;
	text-align: left;
}
.newsletter-subscribe .checkbox {
	margin-top: 15px;
}
.newsletter-subscribe input {
	margin-top: 2px;
}
.newsletter-subscribe label {
	font-size: 11px;
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
	color: #f44242;
	font-weight: 700;
	opacity: 0.85;
	top: -5px;
}
.play-video-custom {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -45px;
}
.play-video-custom img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.play-video-custom:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#header .header-search {
	position: relative;
	float: left;
	margin: 0 25px 0 0;
	font-size: 0;
	line-height: 1;
	padding: 0;
	border: none;
}
@media (max-width: 991px) {
	#header .header-search {
		float: right;
		margin-right: 15px;
	}
}
@media (max-width: 767px) {
	#header .header-search {
		margin-right: 10px;
	}
}
@media (max-width: 360px) {
	#header .header-search {
		margin-left: 0;
		margin-right: 3px;
	}
}
#header .header-search .search-toggle {
	display: inline-block;
	font-size: 13px;
	min-width: 25px;
	text-align: center;
	color: #777;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
#header .header-search form {
	display: inline-block;
	width: 0;
}
#header .header-search .header-search-wrapper {
	position: absolute;
	left: -50px;
	top: 100%;
	z-index: 20;
	display: none;
	overflow: visible;
	border: 5px solid #ccc;
	border-radius: 0;
	background-color: #fff;
	width: 100%;
	min-width: 150px;
	padding-right: 40px;
	width: 100px;
}
#header .header-search .header-search-wrapper.open {
	display: block;
}
#header .header-search .header-search-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	left: 45px;
	top: -25px;
	z-index: 20;
	width: 20px;
	height: 20px;
	border: 10px solid transparent;
	border-bottom-color: #ccc;
}
#header .header-search .header-search-wrapper:after {
	content: '';
	display: table;
	clear: both;
}
@media (max-width: 991px) {
	#header .header-search .header-search-wrapper {
		left: auto;
		right: -50px;
	}
	#header .header-search .header-search-wrapper:before {
		left: auto;
		right: 45px;
	}
}
@media (max-width: 480px) {
	#header .header-search .header-search-wrapper {
		width: 300px;
	}
}
@media (max-width: 350px) {
	#header .header-search .header-search-wrapper {
		width: 240px;
	}
}
#header .header-search .header-search-wrapper .form-control,
#header .header-search .header-search-wrapper select {
	float: left;
	height: 35px;
	font-family: Arial;
	font-size: 13px;
	background-color: #fff;
	margin: 0;
}
#header .header-search .header-search-wrapper .form-control {
	padding: 7.5px 15px;
	color: #777;
	width: 100%;
	margin: 0;
	line-height: 20px;
	border-radius: 0 0 0 0;
	box-shadow: none;
	border: none;
}
#header .header-search .header-search-wrapper select {
	position: absolute;
	right: 36px;
	width: 130px;
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	line-height: 35px;
	color: #777;
	padding: 0;
	padding-left: 10px;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}
@media (max-width: 350px) {
	#header .header-search .header-search-wrapper select {
		width: 110px;
	}
}
#header .header-search .header-search-wrapper .btn.btn-default {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 36px;
	height: 35px;
	color: #777;
	background-color: transparent;
	font-size: 14px;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	border-radius: 0 0 0 0;
}
#header .header-search .header-search-wrapper .btn.btn-default:hover, #header .header-search .header-search-wrapper .btn.btn-default:focus {
	color: #65829d;
	background-color: transparent;
}
