body, a, p, input, textarea, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Source Sans Pro', 'Arial', 'Tahoma', 'sans-serif';
	color:#333;
}

body {
	background:#fff;
}

a {
	color:#0C6507;	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a:hover, a:focus {
	color:#005F80;
	text-decoration: underline;
}


.go-to-content:focus{
	background: #6c7212;
	color:#fff;
	display: block;
	position: absolute;
	top:0;
	left:0;
	text-decoration: underline;
	z-index:99999;
	width: auto;
	height: auto;
	clip: auto;
	padding: 10px;
	border-bottom-right-radius: 4px;
	outline: none;
	box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
}

.container {
	position: relative;
}






.logo {
	padding:0;
	margin: 0;
}

.header-wrapper {
	margin:10px 0;
}



@media (min-width: 768px) {	
	
	.banner-wrapper {
		width:100%;
		background: #5ed1ee url(../images/bg-banner.jpg) top center repeat-x;
		padding-top: 15px;
	}

}

@media (min-width: 992px) {
	.logo {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	
}




/*********************************************
***************** POSITION TOP ***************
*********************************************/






/***************** TOP MENU ***************/


.navbar {
	background:none;
	padding:0;
	margin:0;
}

.navbar-toggle {
	background-color: #1695b6;
}

.navbar-toggle .icon-bar {
	background:#fff;
}

.navbar ul {
	display:block;
	list-style:none;
}

.navbar #headerNav {
	list-style:none;
	padding:20px 0 0 0;
	background: #1695b6;
	border-radius: 4px;
}

.navbar ul a {
	color:#fff;
}

.navbar ul .parent > a {
	font-size:18px;
}

.navbar #headerNav > li {
	border-bottom:1px solid #fff;
	margin:0 20px 20px 20px;
	padding:0 20px 20px 20px;
}

.navbar .dropdown {
	padding: 0;
	position: static;
}

.navbar .dropdown .dropdown {
	padding: 0 0 0 10px;
}

.navbar .dropdown li {
	padding-top:10px;
}

/*.navbar ul {
	left: 0!important;
}*/



@media (min-width: 768px) {

	.position-top {
		padding:0px;		
	}
		
	.navbar {
		margin:0;
		text-align: left;
		min-height: 0;
		border:none;
		padding-top: 3px;
		border-radius: 0;
	}

	.navbar-collapse {
		padding:0;
	}

	.navbar .container {
		padding:0;
	}

	.navbar ul {
		list-style:none;
		padding-left:0;
	}

	.navbar #headerNav {
        margin:0; 
        padding:0 20px; 
        width:auto; 
        display: inline-block;
        background:none;
        border:none;
        float: none;
    }


	.navbar ul li {
		position: relative;
		-webkit-transition: background .2s;
		transition: background .2s;
		margin-bottom:10px;
	}

	.navbar #headerNav > li {
		width: auto;
		margin-bottom:0;
		border: none;
		margin: 0px 25px 0px 0px;
		padding: 0;
		float: left;
		display: block;
		background: none;
	}

	.navbar #headerNav > li:first-child {
		border:none;
		margin-left: 0;
		padding-left: 0;
	}

	.navbar #headerNav > li > a {
		color:#707070;
	    font-size:15px;
	    font-weight:400; 
	    padding:8px 0px 0 0;
	    text-decoration:none;
	    display:inline-block;
	    outline:0;
	    cursor:pointer;
	}

	.navbar #headerNav > li > a:hover, .navbar #headerNav > li > a:focus {
		color:#005F80;
		text-decoration: underline;
	}

	.navbar ul ul {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		z-index: 99;
		background: #1695b6;
	    border-radius:2px;
	    min-width:160px;
	    padding:10px;
	    padding-bottom:0;
	}


	.navbar #headerNav > li:hover > ul,
	.navbar #headerNav > li.sfHover > ul {
		display: block;
	}

	.navbar .dropdown {
		padding: 10px 10px 0 10px;
		position: absolute;
	}

	.navbar .dropdown .dropdown {
		padding: 10px 10px 0 10px;
	}

	.navbar .dropdown li {
		padding-top:0px;
	}


	.navbar ul ul a {
		font-size: 15px;
		line-height: 21px;
		padding: 4px 8px;
		text-align: left;
		text-decoration: none;
		display: block;
		outline: 0;
		cursor: pointer;
		color:#fff;
	}

	.navbar ul ul li:hover > a, .navbar ul ul li a:focus {
		background: #0A4756;
		border-radius:3px;
	}

	.navbar ul ul ul {
		top: -10px;
		left: 100%;
	}

	.navbar ul li:hover,
	.navbar ul li.sfHover {
		-webkit-transition: none;
		transition: none;
	}

	.navbar ul.sf-arrows .child .sf-with-ul {
		padding-right: 2.5em;
	}
	/* styling for both css and generated arrows */
	.navbar ul.sf-arrows .child .sf-with-ul:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 1em;
		margin-top: -3px;
		height: 0;
		width: 0;
		/* order of following 3 rules important for fallbacks to work */
		border: 5px solid transparent;
		border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
		border-top-color: rgba(255,255,255,.5);
	}
	.navbar ul.sf-arrows > li > .sf-with-ul:focus:after,
	.navbar ul.sf-arrows > li:hover > .sf-with-ul:after,
	.navbar ul.sf-arrows > .child.sfHover > .sf-with-ul:after {
		border-top-color: white; /* IE8 fallback colour */
	}
	/* styling for right-facing arrows */
	.navbar ul.sf-arrows ul .child .sf-with-ul:after {
		margin-top: -5px;
		margin-right: -3px;
		border-color: transparent;
		border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
		border-left-color: rgba(255,255,255,.5);
	}
	.navbar ul.sf-arrows ul .child li > .sf-with-ul:focus:after,
	.navbar ul.sf-arrows ul .child li:hover > .sf-with-ul:after,
	.navbar ul.sf-arrows ul .child .sfHover > .sf-with-ul:after {
		border-left-color: white;
	}


	.navbar #headerNav > li > ul > .sub-pointer {
	    width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 6px 5px 6px;
		border-color: transparent transparent #1695b6 transparent;
		position:absolute;
		top:-5px;
		left:9px;

	}

	.navbar #headerNav > li > ul ul .sub-pointer {
	    display: none;
	}

    

}



@media (min-width: 992px) {

	.navbar {
		text-align: right;
		margin-top: 10px;
	}

	.navbar #headerNav > li {
		margin: 0px 0px 0px 25px;
	}
}








/*********************************************
******************* SLIDER *******************
*********************************************/

.position-slider {
	position: relative;
	padding-right: 0;
	padding-left: 0;
	z-index: 1;
}

#slider {
	margin:0!important;
	overflow: hidden;
	-webkit-box-shadow:none;
	box-shadow:none;
	background:none;
	/*border-radius: 5px;*/
}


.position-slider .nivo-caption {
	padding:9px 10px;
	background: none;
	font-size: 18px;
	font-family: 'Source Sans Pro','Helvetica', 'Arial', 'sans-serif'; 
}

.position-slider.theme-default .nivo-controlNav {
	padding: 20px 20px 15px 20px;
}


@media (min-width: 768px) {
	
	.slider-wrapper {
		margin: 0;
	}

	.slider-container {
		margin-top: 15px;
		margin-bottom: 15px;
		min-height: 248px;		
	}

}

@media (min-width: 992px) {

	.slider-wrapper {
		margin: 0;
	}
	
	.slider-container {
		margin-top: 0;
		min-height: 212px;
	}

}

@media (min-width: 1200px) {

	.slider-container {
		min-height: 256px;
	}
}




/*********************************************
************ BREADCRUMBS ************
*********************************************/




.breadcrumbs {
	color: #727272;
	padding: 0 15px 10px 15px;
	line-height: 22px;
	font-weight: 600;
	font-size: 15px;
	border-bottom: 2px solid #e9e9e9;
}

.breadcrumbs a {
	color: #727272;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
	color: #005F80;
	text-decoration: underline!important;
}

.breadcrumbs span {
	margin-right: 5px;
	margin-left: 5px;
}

.breadcrumbs span.breadcrumbs-prefix {
	margin-left:0;
}








/*********************************************
************** POSITION FEATURE **************
*********************************************/

.position-feature {
	margin-bottom:20px;
	/*text-shadow: 1px 1px 3px rgba(0,0,0,0.4);*/
}

.position-feature, 
.position-feature p, 
.position-feature span, 
.position-feature h1, 
.position-feature h2, 
.position-feature h3, 
.position-feature h4, 
.position-feature h5  {
	color:#fff;
}

.position-feature a {
	color:#ccc;
} 
.position-feature a:hover, 
.position-feature a:focus {
	color:#ccc;
	/*text-decoration:none;*/
}










/*********************************************
******************* CONTENT ******************
*********************************************/


.content {
	padding-bottom:20px;
	padding-top: 10px;	
}




.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






/******** CONTENT INSIDE *********/


.content-inside {
	height: 100%;
	background: #fff;
}

.content-inside img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}




.go-to-menu {
	padding:5px
}

.go-to-menu a {
	background: #1cd300;
	border:none;
	border-radius: 2px;
	color:#fff;
}

.go-to-menu a:hover, .go-to-menu a:focus {
	background: #3D00A1;
	color:#FFEF95;
}




/******** CONTENT NEWS ************/


.content-inside .content-news .content-news-item {
	margin-top: 15px;
}

.content-inside .content-news .content-news-item-header {
	font-weight: 200;
	font-size: 24px;
}


.content-inside .content-news .content-news-item-header a:hover, .content-inside .content-news .content-news-item-header a:focus {
	text-decoration: underline;
}

.content-inside .content-news .content-news-item-utilities {
	font-size:12px;
	color: #969696;
	margin-bottom:10px;
	margin-left: 1px;
}

.content-inside .content-news .content-news-item-content {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom:30px;
	overflow:hidden;
}

.content-inside .content-news .content-news-item-content p {
	text-overflow: ellipsis;
	overflow:hidden;
}

.content-inside .content-news .content-news-item-content .thumbnail-news {
	max-width: 20%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.content-inside .content-news .content-news-item-content .content-news-read-more {
	display: inline-block;
	font-weight:600;
	color: #333;
	margin-top:20px;
	padding: 1px 7px 3px 2px;
	background: #f5f0f4;
	border-radius:5px;
	font-size:12px;
	position: relative;
	text-decoration: none;
	float:right;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	-o-transition: 0.3s;
    transition: 0.3s;
}

.content-inside .content-news .content-news-item-content .content-news-read-more .content-news-read-more-icon {
	background: #047a9e;
	padding: 5px 8px;
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	font-size: 6px;
}

.content-inside .content-news .content-news-item-content .content-news-read-more .content-news-read-more-icon span:first-child {
	margin-right:-3px;
}

.content-inside .content-news .content-news-item-content .content-news-read-more > span {
	vertical-align: middle;
	margin-left: 3px;
}

.content-inside .content-news .content-news-item-content .content-news-read-more:hover, 
.content-inside .content-news .content-news-item-content .content-news-read-more:focus {
	color:#fff;
	background:#047a9e;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	-o-transition: 0.3s;
    transition: 0.3s;
}



/************* CONTENT SUBPAGE **************/

.content-subpage-header {
	margin:15px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #d5d5d5;
}

.content-subpage-header h1 {
	font-weight:200;
	font-size: 30px;
}

.content-subpage-utilities, .content-subpage-utilities a {
	font-size:12px;
	color: #595959;
}

.content-subpage-utilities > div {
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #DFDFDF;
}

.content-subpage-utilities > div:first-child, .content-subpage-utilities > .clearfix {
	padding:0;
	margin:0;
	border-left:none;
}

.content-subpage-utilities a {
	padding-left:5px;
}

.content-subpage-utilities a:hover {
	color:#333;
}


.content-subpage-text {
	overflow:hidden;
}

.content-homepage {
	padding-top:30px;
}

.subpage-separator {
	height:1px;
	background:#EBEBEB;
	margin:30px 0;
}

.subpage-header {
	text-align: center;
	font-weight: 200;
	margin-bottom: 26px;
}


/************ CONTENT GALLERIES LIST *******/

.content-gallery-item-utilities {
	font-size:12px;
	color: #595959;
}

.content-galleries > div {
	margin-bottom:15px;
}

.content-galleries .thumbnail {
	-webkit-box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
	margin-bottom:0;
	outline:none;
	padding:5px;
}

.content-galleries .thumbnail:hover {
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	-o-transition: 0.3s;
    transition: 0.3s; 
}


.content-galleries h3 {
	margin-top: 0;
	font-size: 20px;
}


.image-overlay {
	position: relative;
}

.image-overlay .image-overlay-mask {
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.image-overlay:hover .image-overlay-mask {
    opacity:0.7;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.image-overlay-mask a {
	display: block;
	width: 100%;
	height: 100%;
}

.image-overlay-mask span {
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;

}




@media (max-width: 767px) {
	.content-galleries > div {
		padding-left:15px!important;
		padding-right:15px!important;
	}
}


/********** CONTENT GALLERY IMAGES ***********/

.fr-window canvas {
	left:-3000px!important;
}

.fr-window-fresco .fr-close .fr-close-icon {
	width:23px;
	height:23px;
}

.fr-close {
	right:25px;
}

.gallery-images > div > div {
	margin-bottom: 20px
}

.gallery-images .thumbnail {
	-webkit-box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
}

.gallery-images .thumbnail:hover, .gallery-images .thumbnail:focus {
	/*background:#fbf3c7;*/
	background:rgb(146,96,91);
	border:1px solid rgb(146,96,91);
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	-o-transition: 0.3s;
    transition: 0.3s;
}


/************ CONTENT ATTACHMENTS LIST *******/

.content-attachments pre {
	display: none;
}

.content-attachments h3 {
	font-size: 18px;
	margin-top: 10px;
}

.content-att-item-utilities {
	font-size:12px;
	color: #595959;
	margin-bottom:10px;
}



/*********************************************
************* POSITION INSIDETOP *************
*********************************************/







/*********************************************
*********** POSITION INSIDEBOTTOM ************
*********************************************/


.eventslist-day {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #d5d5d5;
}

.eventslist-event {
	margin-bottom:5px;
	overflow:hidden;
}


.eventslist-event p {
	margin-bottom:0;
	margin-top:5px;
	color: #B8ACA5;
}

.eventslist-event h4 {
	margin-top:0;
}





/*********************************************
***** POSITION BOTTOMFIRST BOTTOMSECOND ******
*********************************************/


/*.position-bottom-first-second {
	
}

.position-bottom-first-second > div {
	
}*/

.position-bottom-first-second > .col-lg-6 {
	/*padding:0;*/
	margin-top:20px;
	margin-bottom:20px;
}



@media (min-width: 992px) {
	.position-bottom-first-second > .col-lg-6 {
		padding-right:0;
	}

	.position-bottom-first-second > .col-lg-6:first-child {
		padding-left:0
	}
}









/*
.counter h4 {
	margin: 0 0 5px 0;
}*/

.addon-box-inside-bottom.counter {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px, rgba(0, 0, 0, 0.2) 0px 0px 1px 0px;
	border-radius:2px;
	padding:13px;
	min-height: 140px;
}

.addon-box-inside-bottom.counter h4 {
	margin: 0 0 5px 0;
}

.counter p {
	margin-bottom: 2px;
}





/*********************************************
******* POSITION LEFTFIRST LEFTSECOND ********
*********************************************/


.position-right-container {
	margin-bottom: 15px;

}



@media (min-width: 768px) {
	
	.position-side-left {
		padding-left:0;
		padding-top: 10px;
	}

	.position-side-right {
		padding-left:0;
		padding-right:0;
		padding-top: 10px;
	}

}

@media (min-width: 992px) {
	
	.content {
		padding-left: 0;
		padding-right: 0;
	}

	.position-side-left {
		padding-right: 30px;
	}
	
	.position-side-right {
		padding-left: 30px;
	}

}



.addon-box {
	overflow: hidden;
	padding:10px 0 20px 0px;
	position: relative;
}

.addon-box .addon-box-header {
	/*margin-top:0;*/
	margin-top:-5px;
	margin-bottom: 18px;
	color:#3a3a3a;
	font-weight: 200;
	font-size: 20px;
	line-height: 32px;
	border-bottom: 1px solid #8a8a8a;
	text-align: center;
}

.addon-box.addon-box-side-right .addon-box-header {
	color:#3a3a3a;
}

.addon-box-side-right, .addon-box-side-right p {
	color:#3a3a3a;
}

.addon-box .addon-box-content p {
	overflow: hidden;
	text-overflow: ellipsis;
}

.addon-box .addon-box-content a {
	max-width: 100%;
}

.addon-box .addon-box-content img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}



.addon-box.addon-box-side-left {
	margin-bottom: 15px;
}


.addon-box-side-left.textmodule {
	background: none;	
}

.addon-box-side-left.textmodule:after {
	display: none;
}

.addon-box-side-left.textmodule, .addon-box-side-left.textmodule p {
	color: #3a3a3a;
}

.position-side-right .addon-box {
	border-top:5px solid #1cd300;
	margin-bottom: 15px;
}


.addon-box.clock {
	min-height: 153px;
}





/*************** MENU ************************/

.addon-box .sf-menu, .addon-box .sf-menu ul {
	list-style:none;
}


.addon-box.menu-box {
	margin-bottom: 35px;
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-top:5px solid #1cd300;
}

.addon-box .sf-menu {
	margin:0;
	padding:0;
}

.addon-box .sf-menu a {
	color:#555;
	font-size: 14px;
	display:block;
	text-decoration: none;
}

.addon-box .sf-menu > li > a {
	font-weight: 400;
	font-size:16px;
	/*padding-left: 20px;*/
	padding:7px 5px 7px 20px;
}

.addon-box .sf-menu > li {
	margin-bottom: 0;
	background: url(../images/menu-left-arrow.png) 0px 13px no-repeat;
	border-bottom: 1px solid #8a8a8a;	

	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	-o-transition: 0.3s;
    transition: 0.3s;
}

.addon-box .sf-menu > li:last-child {
	border:none;
}


.addon-box .sf-menu a:hover, .addon-box .sf-menu a:focus {
	color:#0C6507;
	text-decoration: underline;
}


.addon-box .sf-menu ul {
	margin:0;
	padding:0 10px 10px 20px;
}

.addon-box .sf-menu ul ul {
	left:0!important;
	padding:0px 0px 0px 15px;
}

.addon-box .sf-menu ul li a {
	border-bottom:1px solid #BEBEBE;
	padding:8px 0;
	line-height: 16px;
}



.addon-box .sf-menu .glyphicon {
	top: -1px;
	font-size: 9px;
	color: #b3b3b3;
}





/************ Survey *******************/


.addon-box-side-left.surveymodule .surveymodule-buttons {
	text-align: center;
}

.addon-box-side-left.surveymodule .btn {
	background:#d6d79b;
	text-decoration: none;
	border:none;
	color:#54522b;
	font-size:13px;
	font-weight:400;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	-o-transition: 0.3s;
    transition: 0.3s;
}

.addon-box-side-left.surveymodule .btn:hover {
	background:#f6f8b1;
	/*-webkit-box-shadow:inset 0 0 10px 2px #676903;
	box-shadow:inset 0 0 10px 2px #676903;*/
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	-o-transition: 0.3s;
    transition: 0.3s;
}



.flash-error, .flash-success {
	padding: 12px;	
	border-radius: 4px;
	color: #fff;
	background: rgb(226, 70, 70);
	text-align: center;
}

.flash-success {
	background: rgb(57, 119, 27);
}





/***************** SEARCH *******************/


.search {
	padding-top: 25px;
}

@media (min-width: 992px) {

	.search {
		padding-right:0;
		padding-top: 3px;
	}

}

#search-form {
	position:relative;
}

#search-form label{
	display:none;
}

#search-input {
	background: #fff;
	padding: 7px 29px 5px 8px;
	width: 100%;
	color: #747474;
	border:1px solid #bdbdbd;
	border-radius: 0px;	
	height:34px;
	font-size:13px;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#search-input:focus {
	border:1px solid #007e9b;
	outline: 0;
}


#search-form button {
	height:33px;
	position:absolute;
	right:0px;
	top:0px;
	width: 30px;
	padding-left: 7px;
	background:transparent;
	border:none;
}

#search-form button span {
	color:#007e9b;
}



/*********************************************
*************** POSITION BOTTOM **************
*********************************************/






/*********************************************
******************* FOOTER *******************
*********************************************/

.footer-wrapper {
	background: #007d9d;
	width:100%;
}

.footer, .footer p, .footer a {
	color: #fff;
}

.footer {
	margin-top:20px;
	/*border-top:1px solid #748152;*/
}

.footer > div {
	padding:15px;	
}



@media (min-width: 992px) {

	.footer > div {
		padding:10px 0 10px 0;	
	}

}












/*********************************************
******************* CALENDAR *****************
*********************************************/

div.calendar {
	overflow: visible;
}
table.nc-header, table.nc-body {
	border: none;
	width: 100%;
}
table.nc-header tr, table.nc-body tr, table.nc-header td, table.nc-body td  { border: none; }	
table.nc-header {
	margin: 5px 0;
}
table.nc-header a {
	background: url(../images/arrows-gray.png) no-repeat 0 100%;
	height: 16px;
	display: block;
	width: 16px;
}
table.nc-header a.back-mth { background-position: 0 -32px; }
table.nc-header a.fwd-mth { background-position: 0 -16px; }
table.nc-header a.fwd-yr { background-position: 0 0; }
table.nc-header .monthname, table.nc-header .yearname, table.nc-body .dayname {
	font-weight: bold;
}
.calendar span.weekday1 {}
.calendar span.weekday2 {}
.calendar span.weekday3 {}
.calendar span.weekday4 {}
.calendar span.weekday5 {}
.calendar span.weekday6 {
	/*color: #FF3D3D;*/
}
.calendar span.weekday7 {
	/*color: #FF3D3D;*/
}
.calendar span.outofmonth {
	/*color: #CCCCCC;*/
}
.calendar span.today {
	font-weight: bold;
}
.calendar span.today ul li {
	font-weight: normal;
}
.calendar span.nc-day { 
	position: relative;
	display: block;
	padding: 3px 2px;
	text-align: center;
	margin: 1px;
}
.calendar ul.nc-items {
	background: url(../images/opacity.png) repeat;
	position: absolute;
	left: auto!important;
	right: auto!important;
	top: auto!important;
	bottom: 15px!important;
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 0;
	padding: 5px 10px;
	width: 180px;
	list-style: none;
	border: 1px solid #000;
	text-align: left;
	z-index: 100;
	box-shadow: 0 0 8px #333;
	border-radius: 5px;
	display: none;
}
.calendar .week1 ul.nc-items, .calendar .week2 ul.nc-items {
	top: 15px!important;
	bottom: auto!important;
}
.calendar span.weekday1 ul.nc-items { left: 0!important; }
.calendar span.weekday2 ul.nc-items { left: -100%!important; }
.calendar span.weekday3 ul.nc-items { left: -200%!important; }
.calendar span.weekday4 ul.nc-items { left: -250%!important; }
.calendar span.weekday5 ul.nc-items { right: -200%!important; }
.calendar span.weekday6 ul.nc-items { right: -100%!important; }
.calendar span.weekday7 ul.nc-items { right: 0!important; }

span.nc-day ul.nc-items li  { 
	padding: 3px 5px;
}
span.nc-day ul.nc-items li a  { 
	background: none;
	display: block;
	color: #FFF;
}
span.nc-day ul.nc-items li a:hover  { 
	color: yellow;
}
span.nc-day:hover ul.nc-items { 
	display: block;
}
.calendar span.hasitems {
	cursor: pointer;
	background: url(../images/dot.png) no-repeat 50% 100%;
}
.bgimgcall {
	display: none;
}

.calendar {
    /*background:#3B0518 url(../images/box-bg-fiolet.jpg) !important;*/
    /*border:none !important;*/
}

.calendar .nc-body span {
    background:#007d9d;
    color:#fff;
    border-radius:3px;
}

.calendar .nc-body span.hasitems {
    background:#004B5D;
    border-radius:3px;
    color:#fff;
}

.calendar .nc-body span.outofmonth {
    background:none;
    color:#3a3a3a;
}

.calendar .nc-body span.today {
    font-size: 15px;
    background: #004B5D;
    color:#fff;
}

.calendar table.nc-header a {
    /*background: url(../images/arrows-white-left.png);*/
    background: url(../images/arrows-gray.png) no-repeat;
    background-position: -2px -49px;
    width:12px;
    height:14px;
}

.calendar table.nc-header a.back-mth {
    /*background: url(../images/arrow-white-left.png);*/
    background-position: -2px -33px;
}

.calendar table.nc-header a.fwd-mth {
    /*background: url(../images/arrow-white-right.png);*/
    background-position: -2px -17px;
}

.calendar table.nc-header a.fwd-yr {
    /*background: url(../images/arrows-white-right.png);*/
    background-position: -2px -1px;
}

.calendar span.nc-day ul.nc-items li a {
    background: url(../images/arrows-white-right.html) no-repeat 0 0;
    font-size: 12px;
    padding-left:16px;
}

.calendar span.nc-day ul.nc-items li a:hover {
    text-decoration:underline;
}






/*********************************************
******************* WEATHER ********************
*********************************************/


.weather {
	text-align: center;
	min-height: 126px;
}

.weather-content {
	display: inline-block;
}

.weather-content img {
	float:left; 
	margin-left:10px;
}

.weather-content p {
	float:left; 
	font-size:27px; 
	/*color:#535429; */
	margin:23px 0 0 33px;
}





/*********************************************
******************* MODAL ********************
*********************************************/


.modal-content {
	background:#41241C;
	color:#fff;
	border: 1px solid #41241C;
}

.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6,
.modal-body p,
.modal-body div,
.modal-body ul,
.modal-body li
{
	color: #fff
}

.modal-footer {
	border-top: 1px solid #664B46;
}








/*********************************************
******************* PAGINATOR ********************
*********************************************/


.pager li>a, .pager li>span {
	border:none;
	background-color:#0175ae;
	color:#fff;
}

.pager li.active>a, .pager li>a:hover, .pager li>a:focus {
	background-color: #1a0e0c;
	color:#f5caa3;
}








/*********************************************
******************* CONTACT FORM ********************
*********************************************/
 
 
.form-control.error {
	color: #fff;
	background: rgb(226, 70, 70);
	border:1px solid rgb(226, 70, 70);
}
 
form label {
	font-weight:100;
}
 
form label.required {
	font-weight:bold;
}
 
form label span.required {
	color:red;
}