@charset "utf-8";

@import url('fonts/entypo.css');

::-webkit-input-placeholder {/* WebKit browsers */
	color: #7893a5;
}
:-moz-placeholder {/* Mozilla Firefox 4 to 18 */
	color: #7893a5;
}
::-moz-placeholder {/* Mozilla Firefox 19+ */
	color: #7893a5;
}
:-ms-input-placeholder {/* Internet Explorer 10+ */
	color: #7893a5;
}
/************************* General Styles *************************/
body {
	color: #222;
	font-family: Comfortaa, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

* {
	font-family: Comfortaa, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0189B4;
	font-style: normal;
	font-family: Comfortaa, sans-serif;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
	margin: 5px 0;
}

p { line-height: 1.8em; }

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	outline: none;
	color: #2a566b;
 }

.float-left { float: left !important; }
.float-right { float: right !important; }
.clear { clear: both !important; }
.full-width { width: 100%; }
.full-width.with-padding { width: 98% !important; padding: 1% !important; }
.width-auto { width: auto !important; }
.half-width { width: 48% !important; padding: 5px 1% !important; }
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}
.clear-none { clear: none !important; }
.no-margin { margin: 0 !important; }
.relative {position: relative; }
label.with-padding { padding: 1% 10px 0 0; }
.margin-bottom { margin-bottom: 10px !important; }
.big-margin-bottom { margin-bottom: 20px; }
.margin-top { margin-top: 10px !important; }
.big-margin-top { margin-top: 20px !important; }
.with-padding: {padding: 1% !important;}
.uppercase { }
.font12 { font-size: 12px !important; }
.font14 { font-size: 14px !important; }
.font-tahoma { font-family: Tahoma !important; }
a:hover { }
.ui-button.submit { font-size: 20px !important; }
.white {color: #ffffff;}
.red {color: #ff0000;}
.black {color: #333 !important;}
.grey {color: #b9b9b9;}
.ui-dialog-title {}
.entypo {font-family: 'Entypo' !important; }
.font16 {font-size: 16px !important;}
.font18 {font-size: 18px !important;}
.grey.more {
	font-weight: normal !important;
	color: #aaa;
	padding: 5px;
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
}
.grey.more i{
	font-size: 12px;
	font-style: normal;
	padding: 0;
}
.green{
	color: #16713E !important;
}
h2 .separator {
	color: #b9b9b9;
	font-size: 15px;
	padding: 13px;
	width: 30px;
	text-align: center;
	display: inline-block;
	float: right;
}
img {border: 0;}
/***************************************************************************/
/********************** General Styles for Components **********************/
/************************** COOKIE BAR **************************/
.cookie-message {
	float: left;
	width: 98%;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 1% 0 1%;
	margin: 0;
	background: #315A85;
	position: relative;
	z-index: 99;
	height: 35px;
	border: 0;
}
.cookie-message a {
	position: absolute;
	top: 0;
	*top: -2px;
	right: 1%;
	cursor: pointer;
	background: #13AAC9;
	color: #fff !important;
	padding: 6px 10px;
	margin: 5px !important;
	font: normal 11px Tahoma !important;
}
.cookie-message p, .cookie-message a {
	color: #fff;
	font: normal 12px Tahoma;
	margin: 0.6em 0;
	line-height: 18px;
}
/************************** COOKIE BAR END **************************/
/********************************* scrollbar *******************************/
::-webkit-scrollbar {
    width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #03ADD7; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background:  rgba(182,182,182,0.4);
}
/********************************* scrollbar end *******************************/
/******************************* tooltip ****************************/
body .ui-tooltip, .arrow:after {
	background: #3276BC;
	border: 1px solid #315a85;
	opacity: .95;
}
body .ui-tooltip {
	padding: 15px 20px;
	color: white;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 15px #444;
	font-size: 14px;
	z-index: 999999;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 20%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 25px;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px blue;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
/******************************* tooltip end ****************************/

/*********************************** Site styles *****************************/
#Site {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
}

.wrapper {
	width: 870px;
	display: block;
	margin: 0 auto;
	position: relative;
}

#Page {
	float: left;
	width: 100%;
	clear: both;
}

/*********************************** HEADER **********************************/
#Header {
	float: left;
	width: 100%;
	clear: both;
	z-index: 2;
	background: url('../images/head.gif') no-repeat top center;
	margin-bottom: 5px;
}
#PageTitle {
	margin: 0;
}
#PageTitle a{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	font-size: 0;
}
/*********************************** MENU STYLES *****************************/
#MainMenu {
	float: left;
	width: 100%;
	z-index: 3;
	position: relative;
	padding: 0;
	background: #315A85;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#MainMenu ul {
	float: left;
	clear: both;
	list-style: none;
	margin: 10px 0;
	width: 63%;
	padding: 0 10px;
}
#MainMenu ul li {
	float: left;
	position: relative;
	padding: 5px 0 3px;
	/* margin-right: 26px; */
}
#MainMenu > ul > li > a {
	float: left;
	width: auto;
	padding: 10px 20px;
	line-height: 22px;
	font-size: 18px;
	color: #FFFFFF;
}
#MainMenu ul li:last-child a{
	border: none;
}
#MainMenu > ul > li.active{
	background: rgb(50, 118, 188);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#MainMenu ul li ul {
	display: none;
	left: 0px;
	top: 40px;
	z-index: 100000000;
	position: absolute;
	width: 250px !important;
	background: #F9F9F9;
	margin: 0;
	padding: 0;
	border: 1px solid #f2f2f2;
}
#MainMenu ul li.right ul {
	left: auto !important;
	right: 0;
}
#MainMenu ul li ul.sub-sub {
	left: 250px !important;
	top: 0 !important;
}
#MainMenu ul li.right ul.sub-sub {
	left: auto !important;
	right: 250px !important;
}
#MainMenu ul.sub li.active > a, #MainMenu ul.sub-sub > li.active > a, #SubMenu ul li ul li.active a {
	background: #16703D;
	color: #fff;
}
#mainmenu ul> li.active > .m-arrow {
	display: none;
}
#MainMenu ul li ul li {
	float: left;
	background: transparent !important;
	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
	padding: 0 !important;
	width: 100% !important;
	line-height: normal;
	border-right: 0;
	border-bottom: 1px dotted #f2f2f2;
}
#MainMenu ul li ul li:last-child{
	border: 0;
}
#MainMenu ul li ul li a {
	float: left;
	width: 86%;
	padding: 10px 7% 7px;
	line-height: normal;
	font-size: 14px;
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	color: #333333;
	text-transform: uppercase;
}
#MainMenu ul li ul li a:hover, #SubMenu ul li ul li a:hover {
	background: #2a995a;
	color: #fff;
}
#MainMenu ul il:hover, #MainMenu ul li.sfHover {
	-webkit-transition: none;
	transition: none;
}
#MainMenu ul li:hover ul, #MainMenu ul li.sfHover ul {
	left: 0px;
	top: 40px;
	padding: 0px 0;
	z-index: 99;
	position: absolute;
	min-width: 250px;
	max-width: 100%;
	border: 1px solid #f2f2f2;
}

/*********************************** MENU STYLES END *****************************/

#FastSearch {
	float: right;
	width: 32%;
	margin: 10px 1%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	overflow: hidden;
}
#FastSearch input.search-input {
	float: left;
	width: 79%;
	padding: 13px 2% 13px;
	background: #f9f9f9;
	font-size: 18px;
	font-weight: 300;
	color: #888888;
	border: 1px solid #f2f2f2;
	border-right: 5px;
}
#FastSearch .search-btn {
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	float: left;
	padding: 0px 2% 4px;
	height: 50px;
	width: 16%;
	font-size: 34px;
	font-style: normal;
	color: #cacaca;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
}

/*********************************** MAIN BLOCKS *****************************/

/*********************************** BREADCRUMB **************************/
#path, #path-blog {
	list-style: none;
	margin: 0;
	width: 100%;
	clear: both;
}

#path li, #path-blog li {
	float: left;
	padding: 0 5px; margin: 0;
}

#path li h6, #path-blog li h6 {
	margin: 0;
	padding: 0;
	float: left;
}

#path a, #path-blog a {
	color: #DBDBDB;
	font-weight: normal;
	font-size: 12px;
	float: left;
	padding: 4px 0;
}

#path i, #path-blog i {
	font-size: 8px;
	color: #dbdbdb;
	font-style: normal;
}
/********************************** CONTENT **********************************/
.category-title{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	color: #0189B4;
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 1px dashed #B9E5FA;
}
.category-title a{
	color: #315A85;
	font-size: 24px;
}
.category-title a span.more{
	font-size: 12px;
	padding: 3px 5px;
	margin-top: 4px;
	background: #cc0000;
	color: #fff;
	text-transform: none;
}
#ContentOuter {
	float: left;
	width: 100%;
	clear: both;
	min-height: 700px;
	padding: 0;
}

#Content {
	width: 70.88%;
	float: left;
	padding: 0 1% 10px;
	min-height: 500px;
	border-right: 1px dotted #E7F2F5;
}
#Right {
	width: 26%;
	*width: 27%;
	float: right;
	padding: 5px 0px 0 1%;
	*padding: 5px 10px;
	margin: 0 0 10px 0;
}

#Right h2, #Right h3 {
	margin: 10px 0;
	padding: 0 1%;
	width: 100%;
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 1px dashed #B9E5FA;
}
#Right h2, #Right h3, #Right h2 a, #Right h3 a {
	color: #0189B4;
}
.lead {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.lead li{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}
.lead li a{
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	color: #333;
}
.lead li .lead-img{
	float: left;
	width: 100%;
}
.lead li .lead-img img{
	max-width: 100%;
}
#Right .block, #Right .block-content {
	float: left;
	width: 100%;
}
#Right .block-content a{
	float: left;
	width: 100%;
}
#Right .block-content img{
	max-width: 100%;
}
/*********************************** FOOTER **********************************/
#Footer {
	max-height: 140px;
	background: #04AAE0;
}
#FooterInner {
}
.footer-left {
	width: 20%;
	margin: 0;
}
.footer-left a {
	float: left;
	width: 100%;
	text-align: center;
	padding: 41px 0;
}

.footer-right {
	float: right;
	width: 15%;
	text-align: center;
	padding-top: 23px;
}
.footer-right img {
	border: 0;
	max-width: 100%;
}

.footer-center {
	float: left;
	padding: 30px 1%;
	width: 63%;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}
.footer-center a {
	color: #ffffff;
	text-decoration: none;
}
.footer-center a:hover {
	text-decoration: underline;
}

/*********************************** CATEGORY&NEWS **********************/
.news-row {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.news-row .category-list-item {
	width: 32%;
	padding: 5px 0 30px 0;
	margin: 0 1% 0 1%;
	float: left;
	position: relative;
	box-shadow: 0 0 10px #D0E2E8;
	/*min-height: 335px;*/
	background: #fafafa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.news-row .category-list-item .event-desc{
	float: left;
	width: 92%;
	padding: 3px 4%;
	font-size: 12px;
	color: #C2C2C2;
}
.news-row .category-list-item:last-child {
	margin-right: 0;
}
.news-row .category-list-item:first-child {
	margin-left: 0;
}

.news-row .category-list-item h2 {
	overflow: hidden;
	background: none !important;
	padding: 0 3% !important;
	height: 48px;
}
.news-row .category-list-item .newsdate{
	float: left;
	font-size: 12px;
	color: #acacac;
	font-weight: normal;
	width: 100%;
	margin: 0 0 2px;
}
.news-row .category-list-item h2 a {
	font-size: 17px;
	line-height: 24px !important;
	line-height: normal;
	float: left;
	width: 100%;
	background: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #0189B4;
	max-height: 48px;
	overflow: hidden;
}

.news-row .category-list-item-image {
	width: 100%;
	text-align: center;
	float: left;
}

.news-row img {
	width: 100%;
	border: 0;
	margin-bottom: -5px;
}

.news-row .category-list-item .intro-description {
	font-size: 14px;
	line-height: 18px;
	float:  left;
	padding: 10px;
}
.news-row .category-list-item .category-item-image {
	float: left;
	overflow: hidden;
	max-width: 100%;
	border: 2px solid rgb(49, 90, 133);
	text-align: center;
	max-height: 119px;
}

.category-item-more {
	font-size: 12px;
	background: #315A85;
	color: #fff;
	padding: 2px 4px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.category-item-more:hover {
	color: #fff;
	text-decoration: underline;
}
#New h1{
	font-size: 24px;
	color: #315A85;
	padding: 5px 0;
	text-transform: uppercase;
}
#New .newsdate{
	color: #acacac;
	font-size: 12px;
	text-align: right;
}
#New .newsdate .event-desc{
	margin: 3px;
}
.cat_group_search{
	float: left;
	width: 100%;
}
.cat_group_search label{
	font-size: 14px;
	color: #101A96;
	padding: 8px !important;
}
.cat_group_search select{
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 3px 4px;
	font-size: 14px;
}
a.ui-button:hover{
	color: #fff;
}

/*********************************** CONTACT *****************************/
.form-row {
	float: left;
	width: 96%;
	padding: 10px 2%;
	border-bottom: 1px dotted #ddd;
}

.form-row label {
	width: 25%;
	text-align: right;
	padding: 10px;
	float: left;
	font-size: 12px;
	font-family: Arial;
}

.form-row .contact-input, .ui-input, .login-input, .form-row input {
	float: left;
	width: 65%;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 5px;
}
.form-row .ui-aria {
	float: left;
	width: 98%;
	max-width: 100%;
	border: 1px solid #CCC;
	padding: 5px 1%;
	margin: 5px;
	min-height: 100px;
}

/******************************** SUBSCRIBE FORM *****************************/
.ss-form {
	float: left;
	width: 100%;
	position: relative;
}

.ss-form .form-row {
	float: left;
	width: 62%;
	padding: 5px 0;
	border-bottom: 0;
}

.ss-form .form-row .ui-input {
	width: 98%;
	padding: 10px;
	border: 0;
	color: #666;
	font-size: 14px;
}

.ss-form .ui-button {
	position: absolute;
	bottom: 12%;
	right: 0;
	font-size: 18px;
	background: #38baeb;
	color: #fff;
	border: 0;
}

.ss-form .ui-button:hover {
	text-decoration: underline;
}

/******************************** ARCHIVE ***************************/
#Archive .form-row {
	width: 96%;
	padding: 10px 1%;
	clear: both;
	display: block;
	margin-top: 2px;
	border-bottom: 1px dotted #eee;
	float: left;
	font-family: Tahoma;
	font-size: 14px;
}

#Archive .form-row h3 {
	font-size: 120%;
	margin: 0 0 5px 0;
	color: #000000;
	width: 100%;
	background: none;
	padding: 0;
}

#Archive .form-row input {
	width: 98%;
	float: left;
	color: #999;
	padding: 10px 1%;
	border: 1px solid #cdcdcd;
	box-shadow: 0 0 5px #cdcdcd;
	margin: 0;
}
#Archive .form-row select{
	width: 100%;
}

#Archive .date {
	width: 47% !important;
}

#Archive .float-left.date .ui-input {
	max-width: 97% !important;
}

#search_results .category-list-item {
	padding-top: 5px !important;
	padding-bottom: 10px !important;
	margin: 0;
	border-bottom: 1px dotted #ddd;
}
#search_results .category-list-item.odd{
	background: #E5F9FC;
}
#search_results .category-list-item h3{
	font-size: 18px;
	margin: 5px 0;
	padding: 0;
	background: none;
	text-transform: uppercase;
	color: #5494DB;
}
#search_results .category-list-item h3 a{
	color: #5494DB;
}
#search_results .category-list-item .date{
	font-size: 10px !important;
	color: #9DC0D5;
}
#search_results .navigation{
	margin-top: 15px;
}

#sText img, #lText img {
	margin: 0 5px;
}
#sText .stext-img{
	max-width: 170px;
}
#sText .stext-img img{
	max-width: 160px;
}

#sText, #lText, .category-view.category-list .content {
	background: #fff;
	margin: 0;
	line-height: normal;
	width: 98%;
	padding: 10px 1% !important;
	float: left;
	line-height: 20px;
	font-size: 16px;
	text-align: justify;
}

#sText *, #lText * {
	color: #000;
}

#sText a, #lText a {
	color: #CF1717;
	text-decoration: underline;
}

#sText img, #lText img, .category-view.category-list .content img {
	margin: 5px;
}

.one-link {
	width: 100%;
	float: left;
	clear: both;
	margin: 2px 0;
}

.font14.grey {
	font-size: 18px !important;
	font-weight: bold;
	font-style: italic;
}

.caption a {
	color: #fff !important
}


#Content .contact-map h3 {
	background: none;
	padding-top: 10px;
	border-top: 1px dotted #ddd;
}

.contact-map table {
	width: 100% !important;
}

.contact-map table img {
	margin: auto;
	display: block;
}

.contact-map table td {
	border: 1px solid #eee;
	padding: 5px;
}

.contact-map table thead td {
	background: #134263;
	color: #fff;
}

/************************** TAGS **************************/
#tags h4 a {
	color: #CF1717;
	font-size: 20px;
	font-style: italic;
	text-decoration: none;
}

.tags-div a.n-tag {
	color: #666 !important;
}

.tags-div a.n-tag:hover {
	color: #c00 !important;
}

.tags p {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.t1st{
	color: #16713E;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	float: left;
}
.tag-1st{
	font-size: 18px;
}
.n-tag, .ts{
	float: left;
	font-size: 14px;
	color: #403614;
	line-height: 18px;
	padding: 2px 1px;
}
.n-tag:hover{
	color: #403614;
}
#tags h4{
	font-size: 14px;
	font-weight: bold;
}
/************************** TAGS END **************************/

/**** Nice Block ****/
#nPlayer {
float: left;
position: relative;
width: 100%;
height: 184px;
overflow: hidden;
}

.nPlayFrame {
display: block;
width: 100%;
}

.nPlayFrame .oneUser {
float: left;
width: 48%;
margin: 0;
padding: 0;
border: 1px solid #315A85;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 165px;
overflow: hidden;
}
.nPlayFrame .oneUser:first-child{
	margin-right: 1%;
}

#nPlayer .oneUser a.oneUserImg {
float: left;
padding: 0;
margin: 0;
width: 100%;
}

a.oneUserImg img {
padding: 0;
margin: 0;
float: left;
max-width: 100%;
}
/**** Nice Block End ****/