/* Sticky footer styles
 -------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 90px;
	font-family: 'Domine', serif;
	/*font-family: 'Oswald', sans-serif;*/
	background-image: url('../img/lace_back.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}
footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	border-top: 1px solid #f1efe6;
}

header {
	float: left;
	width: 100%;
	height: 660px;
}
.mobile_content {
	display: none;
}

.js div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('../img/loader.gif') no-repeat center center;
}

a, button {
	-o-transition: color .2s ease-out, background .2s ease-in, padding-top .2s ease-in;
	-ms-transition: color .2s ease-out, background .2s ease-in, padding-top .2s ease-in;
	-moz-transition: color .2s ease-out, background .2s ease-in, padding-top .2s ease-in;
	-webkit-transition: color .2s ease-out, background .2s ease-in, padding-top .2s ease-in;
	transition: color .2s ease-out, background .2s ease-in, padding-top .2s ease-in;
}
a:hover, a:active, a:focus {
	outline: none;
}

a:active, a:focus {
	text-decoration: none;
}

::selection {
	background: #686455;
	color: #fff;
}
::-moz-selection {
	background: #686455;
	color: #fff;
}
.myimg, .myimg img{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.white_top {
	border-top: 1px solid #fff;
}
.carousel_padding {
	padding: 20px 0 0 50px;
}
.navigation {
	float: left;
	width: 100%;
	height: 106px;
	background-color: #f1efe6;
	position: relative;
}
.header_wrap {
	width: 100%;
	position: absolute;
	z-index: 2;
	height: 100px;
}

#header_image {
	position: absolute;
	background: url("../img/header_image.jpg") no-repeat scroll center center /cover rgba(0, 0, 0, 0);
	margin-top: 100px;
	min-height: 560px;
	width: 100%;
}

.logo {
	background-color: #757262;
	height: 106px;
	text-align: center;
	padding: 30px 10px 10px 10px;
}

.logo img {
	max-width: 100%;
}

.top_navigation {

}
#carousel {
	margin-top: 50px;
}
#carousel .item {
	margin: 3px;
}
#carousel .item img {
	display: block;
	width: 100%;
	height: auto;
}
.owl-controls {
	position: relative;
	z-index: 4;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.item_text {
	float: left;
	width: 100%;
	background-color: #f1efe6;
}

.item:hover .item_text {
	background-color: #fff;
}

.item_text h2 {
	padding: 10px 20px;
	font-family: 'Domine', serif;
	font-size: 14px;
	color: #75736a;
	margin-top: 0px;
	font-weight: 700;
	line-height: 22px;
	min-height: 65px;
}

.item_text .read_more {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	color: #75736a;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

.date_box {
	position: absolute;
	width: 56px;
	background-color: #fff;
	text-align: center;
	color: #53782b;
	font-family: 'Open Sans', sans-serif;
}
.date_box span {
	float: left;
	width: 56px;
}

.item:hover .read_more {
	color: #f3b11f;
}
.item:hover .date_box {
	background-color: #757262;
	color: #fff;
}

.dd {
	font-size: 30px;
	line-height: 28px;
	font-weight: 700;
	padding-top: 5px;
}
.dn {
	font-size: 18px;
	font-weight: 600;
}
.dy {
	font-size: 10px;
	font-weight: 600;
	padding-bottom: 5px;
}

.ac_active {
	background-image: url('../img/green.jpg') !important;
	color: #686455;
}
.ac_active a {
	color: #686455 !important;
}
.inner_wrap {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url('../img/inner.jpg');
	background-repeat: repeat-x;
}
.article_content h4 {
	color: #fff;
	font-size: 48px;
	font-family: 'Oswald', sans-serif;;
	font-weight: 300;
	margin-top: 45px;
	margin-bottom: 30px;
}
.article_line {
	float: left;
	width: 100%;
	background-color: #f1efe6;
	font-family: 'Domine', serif;
	margin-bottom: 10px;
}
.article_line:hover {
	background-color: #e0ddd2;
}
.article_line img {
	width: 100%;
}
.article_line h2 {
	color: #75736a;
	font-size: 28px;
	padding-right: 20px;
}
.article_line p {
	color: #75736a;
	font-size: 14px;
	padding-right: 20px;
}

.article_line .read_more {
	float: right;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	color: #f3b11f;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.article_text {
	margin-top: 30px;
	color: #75736a;
	font-family: 'Domine', serif;
	font-size: 14px;
	line-height: 24px;
}
.article_title {
	font-family: 'Domine', serif;
	font-size: 30px;
	color: #75736a;
	line-height: 36px;
	margin-bottom: 20px;
}
.a_date {
	width: 100%;
	border-bottom: 1px solid #f1efe6;
	padding-bottom: 10px;
}
.download_box {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 5px;
}
.download_box h5 {
	float: left;
	width: 100%;
	padding: 15px 15px;
	background-color: #686455;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.download_box ul {
	margin: 0px;
	padding: 0px;
}
.download_box li {
	float: left;
	width: 100%;
	padding: 8px 8px 8px 40px;
	background-image: url('../img/download_small.png');
	background-position: 5px center;
	background-repeat: no-repeat;
	list-style-type: none;
	border-bottom: 1px solid #686455;
	font-size: 12px;
}

.downloads_line {
	float: left;
	width: 100%;
	border-bottom: 1px solid #686455;
	background-image: url('../img/download_large.png');
	background-position: 5px center;
	background-repeat: no-repeat;
	color: #686455;
	padding: 15px 10px 15px 80px;
	font-family: 'Domine', serif;
	font-size: 24px;
}

.downloads_line:hover {
	color: #686455;
}

.main_sidebar {
	float: left;
	background-image: url('../img/lace.jpg');
}
.weather_box {
	float: left;
	width: 100%;
	padding-top: 19px;
	height: 116px;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
}
.weather_box img {
	float: left;
	margin-left: 50px;
}
.degrees {
	float: left;
	color: #fff;
	margin-top: 22px;
	margin-left: 10px;
}
#accordion {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.panel-default > .panel-heading {
	background-image: url('../img/brown.png');
	background-repeat: repeat;
	background-color: transparent;
	border: none;
	text-align: center;
	color: #333;
}
.panel-heading {
	border: none !important;
	border-radius: 0px !important;
	border-radius: 0px !important;
	padding: 20px 15px !important;
	background-image: url('../img/brown.png');
	border: 0px !important;
}
.panel-heading:hover {
	background-image: url('../img/green.jpg') !important;
}
.panel-heading:hover a {
	color: #686455 !important;
	text-decoration: none;
}
.panel-heading a {
	color: #fff;
}
.panel-group .panel + .panel {
	margin-top: 0px;
}
.panel-group .panel {
	border-radius: 0px;
	margin-bottom: 0;
	overflow: hidden;
}

.panel {
	font-family: 'Oswald', sans-serif;
	box-shadow: none;
	background-color: transparent;
}
.panel-default {
	border: none !important;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: none;
}
.panel ul {
	margin: 0px;
	padding: 20px 0px 20px 25px;
}
.panel li {
	list-style-position: outside;
	list-style-image: url('../img/arrow.png');
	margin-bottom: 5px;
}
.panel li a {
	color: #fff;
	font-family: 'Domine', serif;
	font-size: 13px;
}
.green_wrap {
	float: left;
	width: 100%;
	background-color: #82bc45;
}
.front_video {
	position: relative;
	float: left;
	width: 100%;
}
.front_video img {
	width: 100%;
}
.play {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -33px;
	background-image: url('../img/play.png');
	width: 66px;
	height: 66px;
}
.video_text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 15px 20px;
	text-align: center;
	background-color: #686455;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 15px;
}

.fast_link {
	float: left;
	width: 100%;
	height: 194px;
	padding-top: 150px;
	background-repeat: no-repeat;
	background-position: center 20px;
	text-align: center;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	background-color: #82BC45;
}
.fast_link:hover {
	padding-top: 140px;
	background-position: center 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
.fast_link_back {
	float: left;
	width: 100%;
	background-image: url('../img/info.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
.prijedlozi {
	background-image: url('../img/prijedlozi.png');
}

.dokumenti {
	background-image: url('../img/dokumenti.png');
}

.zahtjevi {
	background-image: url('../img/zahtjevi.png');
}

.sjednice {
	background-image: url('../img/sjednice.png');
}
.gray_wrap {
	float: left;
	width: 100%;
	background-color: #f1efe6;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #686455;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 300;
}
.gray_wrap img {
	margin-right: 15px;
}
.gray_wrap a {
	color: #686455;
	margin-bottom: 10px;
	float: left;
}
.gray_wrap a:hover {
	text-decoration: none;
	color: #82bc45;
}

.home_content {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.date_box_1 {
	float: left;
	width: 37px;
	background-color: #757262;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin-right: 10px;
}
.home_calendar .date_box span {
	float: left;
	width: 56px;
}
.home_calendar {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.home_calendar li {
	float: left;
	width: 100%;
	list-style-type: none;
	margin-bottom: 30px;
}
.home_calendar li a {
	float: left;
	width: 100%;
	color: #686455;
}
.home_calendar h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin: 0px;
	padding: 0 20px 0 0;
}
.hc_title {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #686455;
	margin-bottom: 25px;
}

.home_content .read_more {
	float: left;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
	color: #f3b11f;
	margin-right: 20px;
	margin-bottom: 20px;
}
.home_content .read_more:hover {

}
.dd1 {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	padding-top: 7px;
	line-height: 14px;
}
.dn1 {
	float: left;
	width: 100%;
	padding-top: 3px;
	font-size: 12px;
	font-weight: 600;
}
.dy1 {
	float: left;
	width: 100%;
	font-size: 8px;
	font-weight: 600;
	padding-bottom: 5px;
}

.home_gallery {
	float: left;
	width: 100%;
	position: relative;
	font-family: 'Oswald', sans-serif;
}

.home_gallery img {
	width: 100%;
	position: relative;
}

.home_gallery_title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #82bc45;
	color: #fff;
	z-index: 2;
	font-size: 20px;
	font-weight: 300;
	padding: 10px;
	margin: 0px;
}
.hg_line {
	float: left;
	width: 100%;
	margin-top: 20px;
	color: #686455;
	font-size: 16px;
	margin-bottom: 20px;
}
.hg_line img {
	width: 100px;
	float: left;
	margin-right: 10px;
}
.hg_line:hover {
	color: #82BC45;
	text-decoration: none;
}

.hg_line h4 {
	margin: 0px;
	font-size: 16px;
	font-weight: 300;
}
.footer {
	float: left;
	width: 100%;
	padding-top: 20px;
	color: #686455;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 300;
}

.home_banners {
	padding-right: 5px;
}

.home_banners img {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
.home_banners img:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.home_banners .col-md-4 {
	padding-left: 10px;
	padding-right: 10px;
}
#close_search {
	position: absolute;
	z-index: 300;
	color: #000;
	top: 5px;
	right: 27px;
	font-size: 12px;
	font-weight: 300;
}
.search_button {
	float: right;
	position: relative;
	z-index: 300;
	background-image: url('../img/search.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 106px;
	width: 90px;
	border-left: 1px solid #e4e3de;
	border-right: 1px solid #e4e3de;
}
.search_wrap {
	width: 100%;
	padding-right: 15px;
	position: absolute;
	z-index: 200;
	display: none;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}
#searchbar {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 30px 12px;
}
#searchbar input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.s_input:hover {
	background-color: #F1EFE6;
}
.clear_height {
	min-height: 0px;
}

.sidebar_menu {
	float: left;
	width: 100%;
	background-color: #82bc45;
	border-top: 1px solid #fff;
}
.sidebar_menu ul {
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
}
.sidebar_menu li {
	float: left;
	width: 100%;
	text-align: center;
	list-style-type: none;
	border-bottom: 1px solid #fff;
}
.sidebar_menu li a {
	float: left;
	width: 100%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	text-shadow: 1px 1px #4e8414;
	padding: 15px 45px;
}

.sidebar_menu li a:hover {
	text-shadow: 1px 1px #333;
	background-color: #686455;
}

.page_menu {
	float: left;
	width: 100%;
	background-color: #6e695a;
	border-top: 1px solid #fff;
}
.page_menu ul {
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
}
.page_menu li {
	float: left;
	width: 100%;
	text-align: center;
	list-style-type: none;
	border-bottom: 1px solid #fff;
}
.page_menu li a {
	float: left;
	width: 100%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	text-shadow: 1px 1px #333;
	padding: 15px 15px;
}

.page_menu li a:hover {
	text-shadow: 1px 1px #333;
	background-color: #686455;
}

.social_wrap {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.social_box {
	float: left;
	width: 120px;
}

/* MAIN MENU */
.cbp-hrmenu {
	float: right;
	z-index: 200;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {
	padding: 43px 10px;
	color: #999;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #686455;
	background: #fff;
	text-decoration: none;
}

.cbp-hrmenu > ul > li.cbp-hropen a, .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #686455;
	background: #fff;
	text-decoration: none;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
	left: 0;
	border-bottom: 1px solid #F1EFE6;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
	z-index: 500;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before, .cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #82bc45;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

.breadcrumb {
	background-color: #fff;
	border-radius: 0px;
}

.breadcrumb a {
	color: #686455;
}

.pagination {
	float: right;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
	background-color: #686455;
	border: none;
	color: #fff;
	float: left;
	line-height: 1.42857;
	margin-left: 3px;
	padding: 8px 14px;
	position: relative;
	text-decoration: none;
	font-size: 14px;
}

.pagination li a:hover {
	background-color: #F1EFE6;
	color: #686455;
}
.current a, .pagination a:active, .pagination a:focus {
	background-color: #F1EFE6 !important;
	color: #686455 !important;
}

.video_thumb h3 {
	font-size: 14px;
	min-height: 55px;
}
.video_thumb{
	cursor: pointer;
	background-color: #f1efe6;
}
.video_thumb:hover{
	background-color: #E0DDD2;
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	border: none;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.thumbnail, .img-thumbnail {
	-webkit-box-shadow: none;
	box-shadow: none
}
#video{
	margin: 0px;
	padding: 0px;
}
#video li{
	list-style-type: none;
}
.promo_video{
	margin-top: 50px;
}
.promo_video img{
	width: 100%;
	cursor: pointer;
}
/* IMAGE SLIDER */
.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(../img/a17.png) no-repeat;
	overflow: hidden;
}
.jssora05l {
	background-position: -10px -40px;
}
.jssora05r {
	background-position: -70px -40px;
}
.jssora05l:hover {
	background-position: -130px -40px;
}
.jssora05r:hover {
	background-position: -190px -40px;
}
.jssora05ldn {
	background-position: -250px -40px;
}
.jssora05rdn {
	background-position: -310px -40px;
}
.jssort01 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.jssort01 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 72px;
	height: 72px;
	border: #5E5A4A 2px solid;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
	background: url(../img/t01.png) center center;
	border-width: 0px;
	top: 2px;
	left: 2px;
	width: 68px;
	height: 68px;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c {
	top: 0px;
	left: 0px;
	width: 72px;
	height: 72px;
	border: #fff 1px solid;
}

.jssort01 {
	background-color: #686455;
}
/* LIGHTBOX */

/*clearfix*/
.group {
	*zoom: 1;
}
.group:before, .group:after {
	display: table;
	content: "";
	line-height: 0;
}
.group:after {
	clear: both;
}
/*/clearfix*/

/** /font-icons if you are not using font icons you can just remove this part/**/
@font-face {
	font-family: 'Slide-icons';
	src: url('../fonts/Slide-icons.eot');
}
@font-face {
	font-family: 'Slide-icons';
	src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'Slide-icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/** / End of font-icons /**/

.lightGallery {
	overflow: hidden !important;
}
#lightGallery-Gallery img {
	border: none !important;
}
#lightGallery-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	-ms-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	
	background: url(images/overlay.png) repeat 0 0;
}
#lightGallery-outer .lightGallery-slide {
	position: relative;
}
/*lightGallery starting effects*/
#lightGallery-Gallery.opacity {
	opacity: 1;
	transition: opacity 1s ease 0s;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	-ms-transition: opacity 1s ease 0s;
}
#lightGallery-Gallery.opacity .thumb_cont {
	opacity: 1;
}
#lightGallery-Gallery.fadeM {
	opacity: 0;
	transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}
/*lightGallery starting effects*/

/*lightGallery core*/
#lightGallery-Gallery {
	height: 100%;
	opacity: 0;
	width: 100%;
	position: relative;
	transition: opacity 1s ease 0s;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	-ms-transition: opacity 1s ease 0s;
}
/**/
#lightGallery-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	white-space: nowrap;
}
/**/
#lightGallery-slider .lightGallery-slide {
	background: url(../img/loading.gif) no-repeat scroll center center transparent;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
}
#lightGallery-slider .lightGallery-slide.complete {
	background-image: none;
}
#lightGallery-Gallery.showAfterLoad .lightGallery-slide > * {
	opacity: 0;
}
#lightGallery-Gallery.showAfterLoad .lightGallery-slide.complete > * {
	opacity: 1;
}
#lightGallery-slider.slide .lightGallery-slide, #lightGallery-slider.useLeft .lightGallery-slide {
	position: absolute;
	opacity: 0.4;
}
#lightGallery-slider.fadeM .lightGallery-slide {
	position: absolute;
	left: 0;
	opacity: 0;
}
#lightGallery-slider.animate .lightGallery-slide {
	position: absolute;
	left: 0;
}
#lightGallery-slider.fadeM .current {
	opacity: 1;
	z-index: 9;
}
#lightGallery-slider .lightGallery-slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#lightGallery-Gallery.opacity .lightGallery-slide .object {
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
}
.lightGallery-slide .object {
	transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
}
#lightGallery-Gallery.fadeM .lightGallery-slide .object {
	transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
}
#lightGallery-slider.fadeM.on .current {
	opacity: 1;
	transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}
#lightGallery-slider.fadeM .lightGallery-slide {
	transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}
#lightGallery-slider.slide .lightGallery-slide {
	transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide {
	opacity: 0;
}
#lightGallery-slider.slide .lightGallery-slide.current {
	opacity: 1 !important;
	transform: translate3d(0px, 0px, 0px) !important;
	-moz-transform: translate3d(0px, 0px, 0px) !important;
	-ms-transform: translate3d(0px, 0px, 0px) !important;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	-o-transform: translate3d(0px, 0px, 0px) !important;
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
	opacity: 0;
	transform: translate3d(-100%, 0px, 0px);
	-moz-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-o-transform: translate3d(-100%, 0px, 0px);
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.useLeft .lightGallery-slide {
	left: 100%;
}
#lightGallery-slider.useLeft.on .lightGallery-slide {
	opacity: 0;
}
#lightGallery-slider.useLeft .lightGallery-slide.current {
	opacity: 1 !important;
	left: 0% !important;
}
#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
	opacity: 0;
	left: -100%;
}
#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
	opacity: 0;
	left: 100%;
}
#lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
#lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide {
	transition-duration: inherit !important;
	-moz-transition-duration: inherit !important;
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	-ms-transition-duration: inherit !important;
}
#lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide {
	transition-timing-function: inherit !important;
	-moz-transition-timing-function: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	-ms-transition-timing-function: inherit !important;
}
#lightGallery-slider .lightGallery-slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	cursor: -moz-grabbing;
	cursor: grab;
	cursor: -webkit-grab;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
@-webkit-keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lightGallery-slide .object.rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lightGallery-slide .object.leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
/*lightGallery core*/

/*action*/
#lightGallery-action {
	bottom: 20px;
	position: fixed;
	left: 50%;
	margin-left: -30px;
	z-index: 9;
	-webkit-backface-visibility: hidden;
}
#lightGallery-action.hasThumb {
	margin-left: -46px;
}

#lightGallery-action a {
	margin: 0 3px 0 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	display: inline-block !important;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	font-size: 16px;
	width: 28px;
	height: 28px;
	font-family: 'Slide-icons';
	color: #FFF;
	cursor: pointer;
}
#lightGallery-action a.disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: default;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65) !important;
}
#lightGallery-action a:hover, #lightGallery-action a:focus {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
#lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {
	left: 5px;
	bottom: 3px;
	position: absolute;
}
#lightGallery-action a#lightGallery-prev:before {
	content: "\e01d";
}
#lightGallery-action a#lightGallery-next:after {
	content: "\e01b";
}
#lightGallery-action a.cLthumb:after {
	font-family: 'Slide-icons';
	content: "\e01c";
	left: 6px;
	bottom: 4px;
	font-size: 16px;
	position: absolute;
}
/*action*/

/*counter*/
#lightGallery_counter {
	bottom: 52px;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 9;
	color: #FFFFFF;
}
/*lightGallery Thumb*/
#lightGallery-Gallery .thumb_cont {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
	-webkit-transition: max-height 0.4s ease-in-out;
	-moz-transition: max-height 0.4s ease-in-out;
	-o-transition: max-height 0.4s ease-in-out;
	-ms-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
	z-index: 9;
	max-height: 0;
	opacity: 0;
}
#lightGallery-Gallery.open .thumb_cont {
	max-height: 350px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
	margin-left: -12px;
	padding: 12px;
	max-height: 290px;
	overflow-y: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
	background-color: #333;
	padding: 7px 20px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
	color: #FFFFFF;
	display: block;
	float: right !important;
	width: 28px;
	position: relative;
	height: 28px;
	border-radius: 2px;
	margin-top: -4px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	-ms-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	z-index: 1090;
	cursor: pointer;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
	left: 6px;
	position: absolute;
	top: 4px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after {
	content: "\e01a";
	font-family: 'Slide-icons';
	font-style: normal;
	font-size: 16px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
	text-decoration: none;
	background-color: #000;
	background-color: rgba(0, 0, 0, 1);
}
#lightGallery-Gallery .thumb_cont .thumb {
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	margin-bottom: 4px;
	height: 50px;
	width: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: border-color linear .2s, opacity linear .2s;
	-moz-transition: border-color linear .2s, opacity linear .2s;
	-o-transition: border-color linear .2s, opacity linear .2s;
	-ms-transition: border-color linear .2s, opacity linear .2s;
	transition: border-color linear .2s, opacity linear .2s;
}
@media (min-width: 800px) {
	#lightGallery-Gallery .thumb_cont .thumb {
		width: 94px;
		height: 94px;
	}
}
#lightGallery-Gallery .thumb_cont .thumb > img {
	height: auto;
	max-width: 100%;
}
#lightGallery-Gallery .thumb_cont .thumb.active, #lightGallery-Gallery .thumb_cont .thumb:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: #ffffff;
}
/*lightGallery Thumb*/

/*lightGallery Video*/
#lightGallery-slider .video_cont {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#lightGallery-slider .video_cont {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#lightGallery-slider .video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#lightGallery-slider .video .object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
/*lightGallery Video*/

/*lightGallery Close*/
#lightGallery-close {
	color: #FFFFFF;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 28px;
	z-index: 1090;
	cursor: pointer;
	background-color: #000;
	border-radius: 2px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-backface-visibility: hidden;
}
#lightGallery-close:after {
	position: absolute;
	right: 6px;
	top: 3px;
}
#lightGallery-close:hover {
	text-decoration: none;
	background-color: #000;
}
.customHtml {
	background: none repeat scroll 0 0 black;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	color: #fff;
	font-family: Arial, sans-serif;
	height: 70px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.customHtml p {
	font-size: 14px;
}
.customHtml > h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

#toggle {
	position: absolute;
	left: 20px;
	top: 30px;
	width: 42px;
	height: 30px;
	background-image: url('../img/toggle.png');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
	cursor: pointer;
	display: none;
}

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0.5em 5%;
	background: #565656;
	background: rgba(86,86,86,0.95);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
	z-index: 99999;
	text-align: center;
	color: #fff;
}
.cc-cookies a, .cc-cookies a:hover {
	color: #fff;
	text-decoration: underline;
}
.cc-cookies a:hover {
	text-decoration: none;
}
.cc-overlay {
	height: 100%;
	padding-top: 25%;
}
.cc-cookies-error {
	float: left;
	width: 90%;
	text-align: center;
	margin: 1em 0 2em 0;
	background: #fff;
	padding: 2em 5%;
	border: 1px solid #ccc;
	font-size: 18px;
	color: #333;
}
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #7DAF3B;
	padding: 0.5em 0.75em;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
	-o-transition: background 0.5s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;
}
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
	background: #af3b3b;
	margin-left: 0.5em;
}
.cc-cookies a.cc-cookie-reset {
	background: #f15b00;
}
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
	background: #000;
	-o-transition: background 0.5s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;
}
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
	display: block;
	margin-top: 1em;
}
.cc-cookies.cc-discreet {
	width: auto;
	padding: 0.5em 1em;
	left: auto;
	top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
	background: none;
	text-shadow: none;
	padding: 0;
	text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
		display: block;
		margin: 1em 0;
	}
}

@media screen and (max-width: 480px) {
	.cc-cookies {
		position: relative;
		float: left;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.cbp-hrmenu {
		float: none;
	}

	.cbp-hrmenu > ul > li > a {
		padding: 43px 7px;
		font-size: 13px;
	}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	a:hover {
		text-decoration: none;
	}

	#toggle {
		display: block;
	}

	.main_sidebar {
		display: none;
	}
	.carousel_padding {
		display: none;
	}
	.cbp-hrmenu {
		display: none;
	}
	#header_image {
		display: none;
	}
	.video_box {
		display: none;
	}
	header {
		height: 100px;
	}
	.search_button {
		display: none;
	}
	.navigation {
		background-color: #757262;
	}
	footer {
		text-align: center;
	}
	footer, .pull-right {
		float: none !important;
	}

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
		background-color: #757262;
	}

	.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
		border-top: 4px solid #fff;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		float: left;
		width: 100%;
		border-bottom: 4px solid #fff;
	}

	.cbp-hrmenu > ul > li > a {
		display: block;
		padding: 1em 3em;
		color: #fff;
	}

	.cbp-hrmenu .cbp-hrsub {
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

	.article_line p {
		padding-left: 20px;
	}

	.article_line h2 {
		padding-left: 20px;
	}

	.mobile_content {
		display: block;
		margin-top: 20px;
	}

	.gray_wrap a {
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	.gray_wrap a {
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}

	#toggle {
		display: block;
	}
	a:hover {
		text-decoration: none;
	}

	#toggle {
		display: block;
	}

	.main_sidebar {
		display: none;
	}
	.carousel_padding {
		display: none;
	}
	.cbp-hrmenu {
		display: none;
	}
	#header_image {
		display: none;
	}
	.video_box {
		display: none;
	}
	header {
		height: 100px;
	}
	.search_button {
		display: none;
	}
	.navigation {
		background-color: #757262;
	}
	footer {
		text-align: center;
	}
	footer, .pull-right {
		float: none !important;
	}

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
		background-color: #757262;
	}

	.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
		border-top: 4px solid #fff;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		float: left;
		width: 100%;
		border-bottom: 4px solid #fff;
	}

	.cbp-hrmenu > ul > li > a {
		display: block;
		padding: 1em 3em;
		color: #fff;
	}

	.cbp-hrmenu .cbp-hrsub {
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

	.article_line p {
		padding-left: 20px;
	}

	.article_line h2 {
		padding-left: 20px;
	}

	.mobile_content {
		display: block;
		margin-top: 20px;
	}

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

	.article_content h4 {
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 35px;
}

	#toggle {
		display: block;
	}

	.navigation {
		background-color: #757262;
	}
	.search_button {
		display: none;
	}

	.main_sidebar {
		display: none;
	}
	.carousel_padding {
		display: none;
	}
	.cbp-hrmenu {
		display: none;
	}
	#header_image {
		display: none;
	}
	.video_box {
		display: none;
	}

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
		background-color: #757262;
	}

	.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
		border-top: 4px solid #fff;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		float: left;
		width: 100%;
		border-bottom: 4px solid #fff;
	}

	.cbp-hrmenu > ul > li > a {
		display: block;
		padding: 1em 3em;
		color: #fff;
	}

	.cbp-hrmenu .cbp-hrsub {
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

