@viewport{
    zoom: 1.0;
    width: device-width;
}

@-ms-viewport{
    width: device-width;
    zoom: 1.0;
}

/* OVERRIDE BOOTSTRAP */
.container-fluid {
	padding-left: 35px;
	padding-right: 35px;
}

/* HTML */
body {
	font-size: 12px;
	color: rgb(61,57,57);
}

/* - PAGE */
.page {

}

/* -- HEADER */

.header {
	background-color: #fff;
	z-index: 10;
}

.header-left {
	width: 30%;
	position: relative;
}

.header-right {
	width: 70%;
}

.logo {
	width: 292px;
	height: 36px;
}

.menu-toggle {
	border: none;
	background-color: transparent;
	background-image: url(../img/menu_toggle.png);
	background-size: 100% 100%;
	width: 30px;
	height: 24px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -12px;
}

.search-form {
	margin-top:8px;
}

.search-form .search-label {

}

.search-form .search-input {
	background-color: rgb(217,217,217);
	padding: 6px 5px;
	border: none;
	margin-left: 5px;
	width: 210px;
}

.search-form .search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgb(153,153,153);
}
.search-form .search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgb(153,153,153);
   opacity:  1;
}
.search-form .search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgb(153,153,153);
   opacity:  1;
}
.search-form .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgb(153,153,153);
}

.search-form .search-button {
	background-color: rgb(45,176,104);
	border: none;
	padding: 5px 10px;
	margin-left: 5px;
}
.search-form .search-button:hover {
	background-color: rgb(20,142,75);
}

.header-menu {
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-top:18px;
	font-size: 0px;
}

.header-menu > li {
	font-size: 14px;
	display:inline-block;
	position: relative;
	border-left:1px dotted rgb(204,204,204);
}

.header-menu > li.home {
	display: none;
}

.header-menu > li > a {
	color:inherit;
	font-style: inherit;
	text-decoration: inherit;
	border-bottom: 4px solid transparent;
	display: block;
	padding: 12px 20px;
	font-weight: bold;
}

.header-menu > li > a:hover, .header-menu > li:hover > a  {
	background: rgb(241,241,241);
	border-bottom: 4px solid rgb(45,176,104);
}

.header-menu > li.active > a {
	border-bottom: 4px solid rgb(45,176,104);
}

.header-menu > li > a > .header-menu-arrow {
	display: none;
}

.header-menu .header-sub-menu {
	list-style-type: none;
	padding:0px;
	margin:0px;
	display: none;
	position: absolute;
	z-index: 55;
	border: 1px solid #fff;
	border-bottom: none;
	min-width: 100%;
	white-space: nowrap;
}

.header-menu .header-sub-menu.open {
	display:block;
}

.header-menu .header-sub-menu > li {

}

.header-menu .header-sub-menu > li > a {
	color:inherit;
	font-style: inherit;
	text-decoration: inherit;
	display: block;
	background: rgb(45,176,104);
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 15px 15px;
	text-align: left;
	position: relative;
	font-weight: bold;
	padding-right: 40px;
}


.header-menu .header-sub-menu > li > a:hover {
	background-color: rgb(20,142,75);
}

.header-menu .header-sub-menu > li > a > .header-menu-arrow {
	background-image: url(../img/menu_arrow.png);
	background-size:100% 100%;
	display: block;
	width:5px;
	height:8px;
	/* float: right; */
	/* margin-right: -10px; */
	/* margin-top: 4px; */
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}

/* -- PAGE CONTENT */

.page-content {
	position: relative;
}

/* -- FOOTER */

.footer {

}

.footer-link-container {
	background-color: rgb(235,235,235);
	padding:30px 0px;
}

.footer-link-container .footer-link-row > * {
	vertical-align: top;
	width:33%;
	padding-left:35px;
}

.footer-link-container .footer-link-row > *:last-child {
	padding-left: 0px;
}

.footer-link-container .footer-link-row > *:not(:last-child) {
	border-right: 1px solid rgb(204,204,204);
}

.footer-link-container .footer-link-row > * > div:not(:first-child) {
	margin-top: 12px;
}

.footer-link-container span, .footer-link-container a {
	color:inherit;
	text-decoration: none;
	font-size: 16px;
}

.footer-link-container a:hover {
	text-decoration: underline;
}
/*
.footer-link-container span:hover {
	text-decoration: underline;
	color: rgb(45,176,104);
}
*/

.footer-link-container .sub span, .footer-link-container .sub a {
	margin-left: 10px;
}

.footer .highlight {
	color: rgb(45,176,104);
}

.facebook-frame-container {
	width: 100%;
	margin: 0px auto;
}

.footer-copyright {
	background-color: rgb(221,221,221);
	text-align: center;
	padding: 25px 0px;
	font-family: sans-serif;
}

.footer-copyright > div {
	display: inline;
	vertical-align: middle;
}



a.back-to-top {
	position: fixed;
	z-index: 9999;
	bottom: 30px;
	right: 30px;
	width: 45px;
	height: 47px;
	background-image: url(../img/back_to_top.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: none;
	opacity: 0.5;
}

a.back-to-top:hover {
	/*background-image: url(../img/back_to_top_hover.png);*/
	opacity: 1;
}

/* RESPONSIVE */

@media (min-width: 992px){
	.header {
		position: relative !important;
		height: auto !important;
	}

	.page-content {
		margin-top: 0px !important;
	}
}


@media (max-width: 991px) {
	.header {
		padding-top: 20px;
		padding-bottom: 20px;
		top: 0px;
		width: 100%;
		z-index: 999;
	}

	.page-content {
	}

	.header-left {
		width: 100%;
	}

	.header-right {
		width: 0px;
	}

	.header-container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.logo {
		max-width: 80%;
		width: 410px;
		height: auto;
	}

	body.menu-right-open > .page-container {
		position: relative;
		overflow-x: hidden;
	}

	body.menu-right-open > .page-container > .page{

	}

	.menu-right-container.open {

	}

	.menu-right-container {
		height: 100%;
		overflow-x: hidden;
		overflow-y: hidden;
		position: fixed;
		top:0px;
		display: none;
		background-color: rgb(8,156,89);
		max-width: 90%;
		min-width: 50%;
		z-index: 100;
	}

	.menu-right-pointer {
		background-image: url(../img/menu_right_pointer.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		display: block;
		width: 42px;
		height: 85px;
		position: absolute;
		z-index: 45;
		top: 0px;
		left: -30px;
	}

	.menu-right-shadow {
		background-image: url(../img/menu_shadow.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		display: block;
		position: absolute;
		width: 22px;
		height: 100%;
		top: 0px;
		left: 0px;
		z-index: 44;
	}

	.menu-right {
		list-style-type: none;
		padding:0px;
		margin:0px;
		font-size: 0px;
		background-color: rgb(8,156,89);
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		position: relative;
	}

	.menu-right > li {
		font-size: 14px;
		position: relative;
	}

	.menu-right > li.home {
		display: block;
	}

	.menu-right li > a {
		position: relative;
	}

	.menu-right li.super-active > a > .menu-item-pointer {
		background-image: url(../img/menu_right_pointer.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		z-index: 45;
		position: absolute;
		width: 42px;
		height: 85px;
		left: -32px;
		top: 50%;
		margin-top: -42.5px;
	}

	.menu-right > li > a {
		font-style: inherit;
		text-decoration: inherit;
		background-color: rgb(19,173,103);
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		display: block;
		padding: 20px 80px 20px 42px;
		margin-top: 2px;
	}

	.menu-right > li:first-child > a {
		margin-top: 0px;
	}

	.menu-right > li > a:hover, .header-menu > li:hover > a  {
	}

	.menu-right > li.active > a {
	}

	.menu-right > li.active > a > .header-menu-arrow {
		display: none !important;
	}

	.menu-right .header-sub-menu {
		list-style-type: none;
		padding:0px;
		margin:0px;
		background-color: rgb(8,156,89);
		display: none;
	}

	.menu-right > li.active > .header-sub-menu {
		display: block;
	}

	.menu-right .header-sub-menu.open {
	}

	.menu-right .header-sub-menu > li {

		/* background-color: rgb(19,173,103); */
		/*padding-left: 70px;*/

	}

	.menu-right .header-sub-menu > li > a {
		font-style: inherit;
		text-decoration: inherit;
		display: block;
		/* background-color: rgb(8,156,89); */
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		padding: 20px 80px 20px 70px;
		/* margin-top: 2px; */
		position: relative;
		border-top: 1px solid rgb(19,173,103);
	}

	.menu-right .header-sub-menu > li:first-child > a {
		border-top: none;
	}

	.menu-right .header-sub-menu > li:first-child > a {
		margin-top: 0px;
	}

	.menu-right .header-sub-menu > li > a:hover {
	}

	.menu-right .header-menu-arrow {
		background-image: url(../img/news_item_arrow.png);
		background-size: 100% 100%;
		display: block;
		width: 12px;
		height: 21px;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -10.5px;
	}

	.footer-copyright > div {
		display: block;
		padding-top: 2px;
		padding-bottom: 2px;
	}
}

@media (max-width: 420px) {
	.menu-right > li > a {
		padding: 20px 35px 20px 15px;
		font-size: 20px;
	}

	.menu-right .header-sub-menu > li > a {
		padding: 20px 35px 20px 70px;
		font-size: 20px;
	}

	.menu-right .header-menu-arrow {
		right: 10px;
	}
}