@import url("https://daphnis.wbnusystem.net/~wbplus/websites/assets/default.css");
/*-- GLOBAL 
=======================*/
body {
	margin: 0px;
	font-family: "open_sansregular", sans-serif;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #353434;
	}
.wrap-full {
	background-color: rgba(255,255,255,0.87);
	position: relative;	
	margin-right: auto;
	margin-left: auto;
	max-width: 1030px;
}
.main-content {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1014px;
	padding-right: 10px;
	padding-left: 10px;

	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	}
a {
	text-decoration: none;
	font-family: "open_sansregular", sans-serif;
	color: #081f3f;
	font-weight: 600;
	}
a:hover {
	color: #a48630;
	}
.clear {
	clear: both;	
}
/*-- FORM FIELDS
======================*/
form ul {
	list-style: none
	}
input[type=submit] {
	background-color: #FBB929;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 8px 14px 8px 14px;
	cursor: pointer;
	font-size: 1.0em;
	font-family: "open_sansregular", sans-serif;
	text-transform: uppercase;
	}
input:not([type=submit]) {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 1px;
	width: 250px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: "open_sansregular", sans-serif;
}
select {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 1px;
	width: 250px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: "open_sansregular", sans-serif;
}
textarea {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 1px;
	width: 250px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: "open_sansregular", sans-serif;
	height: 150px;
}
@media only screen and (max-width: 450px) {
input:not([type=submit]),select,textarea {
	width: 200px;
	}

}
.button-grey {
	background-color: #909090 !important;	
	}
	
/* CONTACT FORM
======================*/
.button-grey {
	background-color: #909090 !important;	
	}
.contact-form {
	margin-top: 20px;	
	}
.contact-form label {
	display: none;
	}
.form-alert {
	color: #FFFFFF;
	font-size: 1.4em;
	}

/*-- MENU HORIZONTAL
======================*/
.navigation {
	margin-left: 0px;
	margin-right: auto;
	width: auto;
	text-align: center;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #081f3f;
	z-index: 10000;
	border-bottom: solid 1px #ffffff;
	}
.navigation-mob {
	margin-left: auto;
	margin-right: 0px;
	width: auto;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #081f3f;
	z-index: 10000;
	border-bottom: solid 1px #ffffff;
	/*background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/menu.png);*/
	}
	
/* MENU */

#nav {
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	text-align: left;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
ul.drop a {
	display: block;
	color: #ffffff;
	font-family: open_sansregular, sans-serif;
	font-size: 1.00em;
	text-decoration: none;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
}
ul.drop, ul.drop li, ul.drop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: open_sansregular, sans-serif;
	font-size: 1.00em;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
ul.drop {
	position: relative;
	z-index: 597;
	/*display: inline-block;*/
}
ul.drop li {
	display: inline-block !important;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
	padding-top: 0.8em;
	padding-right: 2.4em;
	padding-bottom: 0.8em;
	padding-left: 0.6em;
	
}
ul.drop li a {
	font-weight: normal;
}
ul.drop li:focus,ul.drop li:active {
	position: relative;
	z-index: 599;
	cursor: default;
	color: #93cffd !important;
	/*background-color: #3879e7;*/
}
ul.drop ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	/*left: 0;*/
	z-index: 598;
	width: 160px;
	background: #032b5f;
	margin-left: -15px;
	border: solid 1px #2e2e2e;
	text-align: left !important;
}
ul.drop ul a {
	font-size: 0.9em;
	font-weight: normal;
}

ul.drop ul a:hover {
	color: #bce1fe !important;
}
ul.drop ul li {
	float: none;
	padding-top: 0.6em;
	padding-right: 15px;
	padding-bottom: 0.6em;
	padding-left: 14px;
	font-size: 1em;
	border-bottom: 1px solid #2e2e2e;
	width: 130px;
	text-align: left !important;
	display: block;
}

ul.drop ul ul { 
	top: -2px; 
	left: 100%;
}
ul.drop li:hover > ul,ul.drop li:focus > ul { 
	visibility: visible;
}

/* Login Section 
=============================*/
.loginpage-form {
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
.loginpage-form ul {
	padding: 0;
	margin: 0;
	list-style:none
}
.loginpage-form li {

}
.loginpage-form label {
	display: none;
	}
.loginpage-form input[type=submit] {
	width: 212px;
}

/* MEDIA QUERIES
=====================================*/
@media screen and (max-width: 5000px) and (min-width: 960px) {
.navigation {
	display: block;
}
.navigation-mob {
	display: none;
}
}
@media screen and (max-width: 959px) and (min-width: 200px) {
.navigation {
	display: none;
}
.navigation-mob {
	display: block;
}
#nav {
	text-align: right;
	width: 120px;
	margin-left: auto;
	margin-right: 5px;
}

/* MOBILE ONLY MENU
=============================*/
ul.drop ul  {
	position: absolute;
	right: 00px;
	top: 30px;
	}

.menu-mobile-root {
	width: 120px;
	height: 32px;
	background-image: url(images/menu-icon-f.png);
	background-repeat: no-repeat;
	margin: 0px !important;
	padding: 0px !important;
	background-position: right center;
}
.menu-mobile-root:hover,.menu-mobile-root:focus {
	background-image: url(images/menu-icon-n.png);
}
.navigation-mob-level2 {
	padding-left: 22px !important;
	width: 123px !important;
	font-size: 0.9em !important;
	padding-top: 0.4em !important;
	padding-bottom: 0.4em !important;
}
.navigation-mob ul.drop {
	position: relative;
	z-index: 597;
}
}


/* NEW MENU SYSTEM
================================*/
@media screen and (min-width: 1000px) {


.navresponsive {
	background-color: #081F3F;
	color: #ffffff;
}
.navresponsive UL,.navresponsive LI {
	color: #ffffff;
    font-family: open_sansregular, arial, sans-serif;
}
nav ul li a {
	color: #ffffff;
	font-family: open_sanslight, arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.0em;
	background-color: #081F3F;
}

nav ul li ul li a {
	color: #ffffff;
	background-color: #081F3F;
}
nav ul li a:hover {
	color: #ffffff;
	background-color: #224576 !important;
}
.touch-btn {
	display: none;
}
}
@media screen and (max-width: 999px) {

a.toggleMenu {
	background-color: #081F3F;	
}
#navres {
	margin: 0px !important;
}
#navres LI {
	background-color: #081F3F;
	color: #ffffff;
}
#navres LI:hover {
	background-color: #224576;
	color: #ffffff !important;
}
nav ul li a:hover {
	color: #ffffff !important;	
}
.touch-btn {
	display: none;
}
}

/* Header components
=========================================================*/
.header {
	margin-top: 3em;
	text-align: left;
	max-width: 1006px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
	}
.header-inner {



	}
#logo {
	margin-top: 13px;
	margin-bottom: 1px;
	margin-left: 0%;
	float: left;
	width: 70%;
	padding-left: 4%;
	}
#logo img {
	max-width: 600px;
	width: 100%;
	}
.header-info {
	float: right;
	text-align: right;
	margin: 1em 0em;
	width: 15%;
	}
.header-strap {
	font-size: 0.95em;
	border-bottom: 2px solid #00a7dc;
	}
.strap {
	font-family: "open_sansbold", sans-serif;
}
.header-tel {
	font-size: 1.3em;
	margin-top: 5px;
	}
.call {
	font-size: 0.7em;
	font-family: "open_sansregular", sans-serif;
	}
.header-email {
	padding: 0px 0px 10px 0px;
	}
.header-email a {
	color: #000000;
	}
.header-email-mob {
	display: none;
}
@media screen and (max-width: 1000px) { 
.header {
	margin-top: 0em;
	}
}
@media screen and (max-width: 720px) {
.header-info {
	margin: 0.40em 0em;
	width: 15%;
	}
#logo {
	width: 85%;
	}
}

/* INTERNAL PAGE MENU
===============================*/
.menu-int-wrap {
	background-color: #00a7dc;
	padding: 0px 12px 0px 0px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}
.menu-int-page-name a,.menu-int-UL LI a {
	color: #ffffff;
}
.menu-int-page-name {
	float: left;
	padding: 18px 30px 18px 12px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/int-menu.png);
	font-size: 0.9em;
}
.menu-int-UL {
	list-style: none;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
.menu-int-UL LI {
	float: left;
	border-right: solid 1px #cccccc;
	padding: 18px 15px 18px 15px;
	margin: 0px 0px 0px 0px;
	font-size: 0.9em;
	}
.menu-int-UL LI:Hover {
	min-height: 0px;
	background-color: #000000;
	}
.menu-int-selected {
	background-image: url(images/int-menu-sel.png);	/*background-color: #018ab5;*/
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #0098C8;
	}

/* NEWS
================*/
.news1-wrap,.news1-wrap-tag {
	background-color: #F5F5F5;
	border: solid 1px #afafaf;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.hp-news-inner {
	padding: 0px 0px 0px 30px;	
}
.news1-article-text-wrap {
	width: 100% !important;
	float: none;
	max-width: none;
}
.news1-article-images {
}
.news1-article-title a {

}
.news1-article-short-description {
	padding-left: 0px;
}
.news1-article-date {
	display: none;
}

.news1-wrap-tag-all .news1-article-text-wrap {
	width: 60% !important;
}


/* EVENTS
=====================*/
.cal3-days-day-event {
	background-color: #081f3f !important;
	color: #ffffff !important;
	cursor: pointer !important;
}
.cal3-days-day-event-past {
	background-color: #687990 !important;
	color: #ffffff !important;
	cursor: pointer !important;
}
.cal3-days-day-today {
	background-color: #a48630 !important;
	color: #ffffff !important;
	cursor: pointer !important;
}

/* SLIDER
===================*/
.wbSliderHeader {
	color: #FFFFFF !important;
	font-size: 2em;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 0.2em;
	padding-right: 1.2em;
	padding-left: 1.2em;
	padding-bottom: 0.2em;
	background-color: rgba(169,134,29,0.74);
	text-align: left;
	font-family: bree_serifregular, arial, serif !important;
	text-transform: uppercase;
}