@import url(font-awesome.css);
@font-face {
  	font-family: 'icomoon';
  	src:  url('../fonts/icomoon.eot?gupt7c');
  	src:  url('fonts/icomoon.eot?gupt7c#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?gupt7c') format('truetype'),
    url('../fonts/icomoon.woff?gupt7c') format('woff'),
    url('../fonts/icomoon.svg?gupt7c#icomoon') format('svg');
  	font-weight: normal;
  	font-style: normal;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:active,a:visited,a:focus{
	outline:0 none;
	text-decoration:none;
}
a image{
	border:#fff solid 0px;
}
p{
	margin:0;
	padding:0;
}
h1, h2, h3{
	margin:0;
	padding:0;
}
ul, li{
	list-style:none;
	margin:0;
	padding:0;
}

nav{
	display:block;
}
nav ul li{
	display:inline-block;
}
input, textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    -webkit-border-radius: 0;
	 outline: 0px solid #fff;
}
figure img{
	width:100%;
}
img[src=' ']{
	display:none;
}
mark {
    background-color: yellow;
    color: black;
}
textarea{
	border:#d9d9d9 solid 1px;
}
::-webkit-input-placeholder { /* WebKit browsers */
	font-family: "Archivo",Arial;
	font-style: italic;
	opacity:  1;
	color:#acacac;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: "Archivo",Arial;
	font-style: italic;
	opacity:  1;
	color:#acacac;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: "Archivo",Arial;
	font-style: italic;
	opacity:  1;
	color:#acacac;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family: "Archivo",Arial;
	font-style: italic;
	opacity:  1;
	color:#acacac;
}
html,body{
	-webkit-text-size-adjust:  100%;
	-webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}
body{
	font-family: 'Archivo', Arial;
	font-weight:normal;
	color:#262626;
	font-size:14px;
	margin:0;
	padding:0;
	line-height:25px;
}
.paddingBottom50{
	padding-bottom:50px;
}
.paddingBottom40{
	padding-bottom:40px;
}
.contentPage{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
.cc-window {
	background: #00a1f2;
}
.cc-message {
	color: #fff;
	padding: 0 15px;
}
.cc-btn:hover {
	background: #fff;
	color: #00a1f2;
}
.cc-btn {
	padding: 10px 20px;
	background: #004862;
}
.cc-wrapper {
	max-width: 1200px;
	margin: auto;
}
.cc-compliance {
	padding-right: 5px;
}
.bgHeader{
	width:100%;
	position:fixed;
	height:70px;
	z-index:100;
	background: #fff;
}
@media screen and (min-width: 1170px) {
	.bgHeader{
		margin-top: 43px;
	}
}
.containerBanner {
	padding-top:162px;
}
.outContainer{
	/*width:1320px;*/
	max-width:1320px;
	margin:0 auto;
	/*overflow:hidden;*/
	background-color:white;
}
#first-block {
	margin-bottom: 25px;
}
#first-block .nieuw {
	height: 572px;
	cursor: pointer;
}
#first-block .column {
	color: #fff;
}
#first-block .column a.read-more,
#first-block .column .waterline a.read-more,
#first-block .column .nieuw a.read-more,
#second-block .Text a.read-more,
#final-block .Text a.read-more {
	color: #fff;
	font-family: "Archivo",Arial;
	font-style: italic;
	font-size: 20px;
	font-weight: 800;
}
#first-block .Text a.read-more,
#second-block .Text a.read-more,
#final-block .Text a.read-more {
	font-size: 16px;
}
#first-block .column a.read-more:after,
#second-block .Text a.read-more:after,
#final-block .Text a.read-more:after {
	content: '';
	background: url("../images/common-new.png") no-repeat 0 -55px;
	display: inline-block;
	width: 37px;
	height: 22px;
	margin-left: 10px;
}
#first-block .column a.read-more:hover {
	text-decoration: underline;
}
#first-block .waterline,
#first-block .nieuw {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#first-block .waterline:before,
#first-block .nieuw:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(65, 83, 106, 0.6));
}
#first-block .nieuw:before {
	top: auto;
	height: 391px;
}
#first-block .waterline {
	height: 278px;
	position: relative;
	margin-bottom: 23px;
	cursor: pointer;
}
#first-block .waterline .Text {
	position: absolute;
	left: 45px;
	right: 45px;
	bottom: 25px;
}
#first-block .nieuw .Text {
	position: absolute;
	left: 70px;
	right: 70px;
	bottom: 70px;
}
#first-block .title-label,
#second-block .title-label {
	background: #fff;
	color: #00a1f2;
	font-size: 15px;
	font-family: "Archivo",Arial;
	text-transform: uppercase;
	font-weight: 800;
	min-width: 200px;
	position: absolute;
	padding: 8px 15px 7px 50px;
	top: 35px;
	z-index: 1;
	border-radius: 0;
}
#first-block .title-label:after,
#second-block .title-label:after {
		border-color: #fff transparent;
    border-width: 20px 0 20px 30px;
    right: -30px;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    transform: rotate(-180deg);
    top: 0;
}
#first-block .nieuw .title-label:after,
#first-block .waterline .title-label:after{
	border-width: 15px 0 15px 25px;
	right: -25px;
}
#first-block .waterline .title-label.label_8:before,
#first-block .nieuw .title-label.label_8:before {
	background: url(../images/label1.svg) no-repeat;
	background-size: 13px auto;
}
#first-block .nieuw .title-label:before {
	content: '';
	width: 21px;
	height: 20px;
	background: url(../images/common-new.png) -134px -101px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#first-block .nieuw .title-label.flag:before {
	background: url("../images/labels.png") no-repeat -208px -331px;
	width: 13px;
	height: 20px;
}
#second-block .title-label:before {
	content: '';
	width: 15px;
	height: 20px;
	background: url("../images/common-new.png") no-repeat -72px -100px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#first-block .waterline .title-label.star:before {
	background: url(../images/common-new.png) -134px -101px;
	width: 21px;
	height: 20px;
}
#first-block .waterline .title-label:before {
	content: '';
	width: 13px;
	height: 20px;
	background: url("../images/labels.png") no-repeat -208px -331px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#first-block .nieuw .Text .detail,
#first-block .waterline .Text .detail {
	font-size: 16px;
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
}

#first-block .nieuw .Text .detail {
	margin-top: 11px;
}

#first-block .nieuw .Text .detail a,
#first-block .waterline .Text .detail a {
	color: #fff;
}
#first-block .nieuw .Text h2,
#first-block .waterline .Text h2 {
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 22px;
	text-shadow: none;
}
#second-block .list-item .item {
	margin-bottom: 34px;
}
#second-block .list-item .item:last-child {
	margin-bottom: 25px;
}
#final-block .list-item .item {
	margin-bottom: 30px;
}
.search-block .input-block {
	text-align: center;
}
.search-block .facetwp-facet-search_text,
.search-block .reset-button {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
}
.search-block .reset-button {
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 10px 6px;
	border: 2px solid #00a1f2;
	color: #00a1f2;
}
.search-block .reset-button:hover {
	color: #fff;
	background-color: #00a1f2;
}
.search-block h2{
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	color: #00a1f2;
	font-size: 24px;
	text-align: center;
	margin: 0 0 10px;
}
.search-block h3 {
	font-size: 14px;
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	color: #00a1f2;
	margin: 0 0 10px;
}
.search-block .group {
	padding-left: 35px;
	position: relative;
	min-height: 67px;
}
.search-block .group:before {
	content: '';
	background: url(../images/label2.svg) no-repeat;
	width: 20px;
	height: 32px;
	background-size: 20px auto;
	position: absolute;
	left: 0;
	top: 8px;
}
.search-block .group2:before {
	background-image: url(../images/label1.svg);
}
.search-block .title {
	font-size: 14px;
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	color: #46546c;
	margin: 0 0 10px;
}
.search-block .group .title {
	display: inline-block;
	position: relative;
	padding-right: 15px;
	cursor: pointer;
}
.search-block .group .ranger .facetwp-facet {
	display: block;
}
.search-block .group .title:after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	background: url(../images/icon-arrow_menu_bottom.svg) no-repeat;
	background-size: 8px auto;
	width: 8px;
	height: 8px;
}
.search-block .group .title.active:after {
	background-image: url(../images/icon-arrow_right.svg);
}
.search-block .group .facetwp-facet {
	margin-bottom: 10px;
}
.search-block .facetwp-checkbox,
.search-block .facetwp-checkbox,
.search-block .facetwp-radio {
	background: none;
	position: relative;
	font-size: 14px;
	color: rgba(63, 77, 103, 0.96);
	text-transform: capitalize;
}
.search-block .facetwp-checkbox.parent .facetwp-counter {
	display:none;
}
.search-block .facetwp-checkbox:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
	width: 14px;
	height: 14px;
	border: solid 1px #00a1f2;
}
.search-block .facetwp-checkbox.checked,
.search-block .facetwp-radio.checked{
	background: none;
}
.search-block .facetwp-checkbox.checked:after {
	background: #46546c;
	width: 10px;
  	height: 10px;
  	content: '';
  	left: 2px;
  	top: 7px;
  	position: absolute;
}
.search-block .facetwp-radio:before {
	width: 14px;
	height: 14px;
	border: solid 1px #00a1f2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
}
.search-block .facetwp-radio.checked:after {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 2px;
  	top: 7px;
	content: '';
	background: #46546c;
}
.search-block .facetwp-slider-reset {
	display: none!important;
}
.facetwp-search{
	border: solid 1px #c5c5c5;
	padding: 9px 10px 10px;
	line-height: normal;
}
.search-block .facetwp-btn:before {
	background: url(../images/search-icon.svg);
}
.search-block #facetwp-radius {
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 10px;
	border: 1px solid #c5c5c5;
    background: url("../images/icon-arrow_menu_bottom.svg") no-repeat;
    background-size: 10px;
    background-position:  right 7px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}
.facetwp-pager .facetwp-pager-label{display:none;}
.search-block select#facetwp-radius::-ms-expand {
    display: none;
}
.search-block .facetwp-btn {
	opacity: 1;
	right: 10px;
	top: 1px;
	padding: 9px 0 0;
}
.open-cat .term-menu ul {
	display: block;
}
.open-cat .row {
	position: relative;
}
.term-menu ul {
	display: none;
	margin: 0 -10px;
}
.term-menu p.title {
	font-size: 14px;
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	color: #00a1f2;
}
.term-menu p.title span {
	display: inline-block;
	position: relative;
	cursor: pointer;
	box-shadow: 2px 0 2px 0 rgba(198, 198, 198, 0.5);
  	border: solid 1px #f6f6f6;
  	padding: 10px 35px 10px 20px;
  	min-width: 153px;
}
.term-menu p.title span.active:after {
	background-image: url("../images/icon-arrow_menu_bottom.svg");
}
.term-menu p.title span.active {
	border: 0;
	box-shadow: none;
	padding-left: 0;
}
.term-menu p.title span:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/icon-arrow_right.svg") no-repeat 0 0 / 8px auto;
	width: 8px;
	height: 8px;
	margin-left: 5px;
}
.open-cat .term-menu {
	background: #ffffff;
	box-shadow: 2px 0 2px 0 rgba(198, 198, 198, 0.5);
	border: solid 1px #f6f6f6;
	position: absolute;
	width: auto;
	z-index: 10;
	min-width: 153px;
	max-width: 1184px;
	left: 15px;
	padding: 0 20px;
	overflow-y: auto;
}
.open-cat .wp-editor {
	margin-left: 16.6667%;
}
.btn-load-more {
	text-align: center;
}
.btn-load-more a {
	font-size: 15px;
	color: #00a1f2;
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	padding: 10px 0 0;
	margin: 0 0 13px;
	display: inline-block;
}
.filter-content {
	padding: 22px 0 0;
}
.btn-load-more a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/icon-arrow_top.svg) no-repeat;
	background-size: 15px auto;
	width: 15px;
	height: 16px;
}
.btn-load-more a.active:before {
	background-image: url(../images/icon-arrow_bottom.svg);
}
.btn-load-more a:hover {
	text-decoration: underline;
}
.ranger p{
	font-size: 13px;
	font-family: "Archivo", Arial;
	color: #00a1f2;
	padding-bottom: 10px;
}
.location-wrap {
	display: block;
	margin: 0 0 20px;
}
.locate-me {
	display: none;
}
#facetwp-location {
	border: solid 1px #c5c5c5;
	font-family: Verdana;
	font-size: 15px;
	color: #9b9b9b;
	font-style: italic;
	padding: 5px 10px 8px 10px;
}
.search-block .flatpickr-alt {
	margin: 0 10px;
}
.facetwp-facet.facetwp-facet-date_time {
	margin: 0 -10px 10px;
}
.fwp-load-more {
	display: block;
	width: 50px;
	height: 50px;
	margin: 10px auto;
	background: transparent url(../images/loader.gif) no-repeat center;
	background-size: 50px auto;
	border: none;
	outline: none;
	font-size: 0;
}
.flatpickr-alt {
	width: 98px;
	border: solid 1px #c5c5c5;
	padding: 5px 10px 8px 10px;
	font-size: 14px;
	color: rgba(63, 77, 103, 0.96);
}
.facetwp-search,
.input-block .facetwp-facet {
	width: 570px;
	margin: 0 auto 0;
}
.input-block input[type="search"] {
	width: 100%;
	border: solid 1px #c5c5c5;
	padding: 5px 40px 8px 15px;
}
.input-block input[type="button"] {
	background: url(../images/search-icon.svg) no-repeat;
	background-size: 20px auto;
	border: 0;
	width: 20px;
	font-size: 0;
	position: absolute;
	top: 9px;
	right: 15px;
}
.input-block .facetwp-facet-search_text {
	position: relative;
	margin-bottom: 10px;
}
.input-block .facetwp-search-wrap {
	display: block;
}
.search-block .noUi-connect {
  	background: #00a1f2;
  	box-shadow: none;
}
.search-block .noUi-target {
	height: auto;
}
.search-block .noUi-handle:after, .search-block .noUi-handle:before {
	display: none;
}
.search-block .noUi-target {
	width: 137px;
	border: 0;
	height: 4px;
	border-radius: 2px;
  	background-color: #fff;
  	/* box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); */
  	border: solid 1px #00a1f2;
  	-webkit-border: solid 1px #00a1f2;
  	padding: 0;
}
.search-block .noUi-horizontal .noUi-handle {
	background: #46546c;
  	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 0;
	top: -4px;
	left: 0;
	cursor: pointer;
}
/* .search-block .noUi-connect + .noUi-origin {
	display: none;
} */
.search-block .noUi-base {
	left: -5px;
}
.search-block .facetwp-slider-wrap {
	padding-bottom: 0;
}
.facetwp-slider-label {
	color: #46546c;
	font-size: 13px;
}
.facetwp-toggle {
	color: #00a1f2;
}
.outContainer.noneHidden{
	overflow:visible;
}
.outContainer.scroll{
	margin-top:191px;
}
.ContentHomepage .outContainer.scroll{
	margin-top:0;
}
#LineTopContent.Subpage.scroll{
	/*margin-top:191px;*/
}
.banner {
    margin-top: 70px;
    max-height: 771px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.banner.homepage{
	height: 771px;
}
.banner .imgSub{
	height:226px;
	width:100%;
}
.banner .imgSub h1 {
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	font-size: 36px;
	text-align: center;
	padding: 30px 0 0;
}
.banner .imgSub h1 img {
	min-width: auto;
	width: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.parallaxBanner{
	display: block;
    max-height: 771px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.parallaxBanner .img{
	height: 771px;
	width:100%!important;
	background-size:cover!important;
}
.banner img{
	min-width:100%;
	position:relative;
}
.banner img.desktop{
	display:block;
}
.banner img.tablet,
.banner img.phone{
	display:none;
}
#Header{
	/*overflow:hidden;*/
	margin-bottom:43px;
}
.bgHeader.sticky{
    position: fixed;
    z-index: 500;
	background:#fff;
	width:100%;
	height:62px;
	border-bottom:#dcdcdc solid 1px;
	/*overflow:hidden;review clickable at submenu contetn page*/
}
.bgHeader.sticky #Header{
	overflow:inherit;
}
.bgHeader.sticky  .blockLogos{
	max-height:70px;
}
#Header .blockLogos{
	float:left;
	width:230px;
	height:79px;
	display:inline-block;
	position:relative;
	-moz-transition: width  0.6s;
	-webkit-transition:width 0.6s;
	-o-transition: width  0.6s;
	-ms-transition: width 0.6s;
	transition: width 0.6s;
}
#Header .blockLogos img {
	visibility:hidden;
	max-height: 70px;
	width: 100%;
}
#Header .blockLogos .logo940 img,
#Header .blockLogos .logo768 img {
	visibility: visible !important;
}

.bgHeader.sticky  #Header .blockLogos{
	width:165px;
}
.bgHeader.sticky #MainMenu ul li a{
	font-size:17px;
}
/*.bgHeader #Header .blockLogos a.logo{
	height:119px;
	-webkit-transition: height 1s;
    transition: height 1s;
}*/
.bgHeader.sticky  #Header .blockLogos a{
	height:70px;
}
.bgHeader.sticky  #Header .blockLogos a img{
	height:100%;
}
.bgHeader.sticky  #Header .blockLogos a.logo{
	min-width:188px;
	min-height:65px;
}
#Header .blockLogos a{
	position:absolute;
	top:0;
	left:0;
	/*-webkit-transition: height 1s;
    transition: height 1s;*/
}
#Header .blockLogos .logo.hover{
	display:none;
}
#Header .blockLogos:hover .logo.hover{
	display:block;
}
#Header .blockLogos .logo940,
#Header .blockLogos .logo768{
	display:none;
}
#MainMenu{
	float:left;
}
#MainMenuPhone{
	display:none;
}
.show-search {
	position: absolute;
	right: 0;
	top: 20px;
	cursor: pointer;
}
.show-search form {
	position: absolute;
	right: 0;
	top: -8px;
}
.show-search input[type="text"]{
	border: solid 1px #00a1f2;
	font-family: Verdana;
  	font-size: 15px;
  	color: #9b9b9b;
  	padding: 13px 10px 13px;
  	width: 0;
  	z-index: 1;
  	transition: all 1s ease 0s;
  	opacity: 0;
  	line-height: normal;
}
.show-search.open input[type="text"]{
	width: 750px;
	opacity: 1;
}
.show-search img {
    width: 20px;
    height: 21px;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 15px;
    min-width: 20px;
}

.show-search-desktop-wrapper {
	background-color: #004862;
	position: fixed;
	width: 100%;
	z-index: 101;
}

.show-search-desktop {
	height: 43px;
	position: relative;
	top: 5px !important;
	right: inherit !important;
}
.show-search-desktop.open img {
	filter: invert(1);
}
#MainMenu ul li a,
#MainMenuPhone ul li a{
	text-transform:uppercase;
	color:#004862;
	font-size:15px;
	font-family: "Archivo",Arial;
	font-weight: 700;
	 -moz-transition: color  1s;
	  -webkit-transition: color 1s;
	  -o-transition: color  1s;
	  -ms-transition: color 1s;
	  transition: color 1s;
}
#MainMenu ul li a:hover{
	color:#00a1f2!important;
}
#MainMenuPhone ul li a:hover{
	color:#004862!important;
}
#MainMenu ul li,
#MainMenuPhone ul li{
	margin:0 5px 0 5px;
	padding-top:21px;
}
#MainMenu ul li.current-page-ancestor >a,
#MainMenu ul li.current-menu-item >a,
#MainMenu ul li.current-post-ancestor>a
{
	color:#00a1f2;
}
#MainMenu ul li.lastItem{
	margin-right:0;
}
#MainMenu ul li ul{
	display:none;
}
/*-----------menu left----------------*/

#SubMainMenu ul li,
#SubMainMenu >  ul >  li.current-menu-item >a,
#SubMainMenu >  ul >  li.current-menu-ancestor >a{
	display:none;
}
#SubMainMenu ul{
	margin-top:21px;
}
#SubMainMenu > ul{
	/*margin-top:-20px;*/
	margin-left:-15px;
}
#SubMainMenu ul li.current-menu-item,
#SubMainMenu ul li.current-menu-ancestor,
#SubMainMenu ul li.current-menu-item  > ul,
#SubMainMenu ul li.current-menu-ancestor > ul,
#SubMainMenu ul li.current-menu-item ul li,
#SubMainMenu ul li.current-menu-ancestor ul li
{
	display:block;
}
#SubMainMenu ul li.current-menu-ancestor ul li ul{
	display:none;
}
#SubMainMenu ul li.current-menu-ancestor ul li.current-menu-item ul,
#SubMainMenu ul li.current-menu-ancestor ul li.current-page-ancestor ul,
#SubMainMenu ul li.current-menu-ancestor ul li.current-menu-parent ul{
	display:block;
}
#SubMainMenu ul li.current-menu-item  ul  ul{
	display:none;
}
#SubMainMenu ul li.current-menu-item >a,
#SubMainMenu ul li.current-menu-parent > a{
	color:#00a1f2;
}
#SubMainMenu ul li.current-page-ancestor ul,
#SubMainMenu ul li.current-menu-item ul
{
	padding-left:15px;
}

/*----------- end menu left----------------*/
.iconMenu{
	display:none;
}

.social{
	position: fixed;
	z-index: 1;
	right: 0;
	top: 165px;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
}

.social-icon {
	width: 45px;
	height: 40px;
	display: block;
}

.twitter-icon {
	background:#00a1f2 url(../../common/images/icon-twitter.svg) center center no-repeat;
	background-size: 30px auto;
}
.facebook-icon {
	background:#00a1f2 url(../../common/images/icon-facebook.svg) center center no-repeat;
	background-size: 30px auto;
}
.email-icon{
	background:#00a1f2 url(../../common/images/icon-email.svg) center center no-repeat;
	background-size: 30px auto;
}
.instagram-icon{
	background:#00a1f2 url(../../common/images/icon-instagram.svg) center center no-repeat;
	background-size: 30px auto;
}
.setting-icon{
	background: #fff url(../../common/images/icon-forten.svg) center center no-repeat;
	background-size: 33px auto;
	height: 43px;
}

.wp-editor .social {
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	position: static;
	float: none;
	padding: 0 0 6px;
}
.wp-editor .social-icon {
	width: 32px;
	height: 30px;
	background-size: 32px auto;
	-webkit-transition: .3s opacity;
	-moz-transition: .3s opacity;
	-ms-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
}
.wp-editor .facebook-icon {
	background:url(../../common/images/soc_facebook.svg) 0 0 no-repeat;
}
.wp-editor .social .google {
	background:url(../../common/images/soc_google.svg) 0 0 no-repeat;
}
.wp-editor .email-icon {
	background:url(../../common/images/soc_mail.svg) 0 0 no-repeat;
}
.wp-editor .twitter-icon {
	background:url(../../common/images/soc_twitter.svg) 0 0 no-repeat;
}
.wp-editor .social li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
	list-style: none;
	background: none;
	margin-right: 5px;
}
.wp-editor .social span {
	font-family: 'Architects Daughter', cursive;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #46546c;
	margin-right: 2px;
}
.category-block {
	color: #1cb8d3;
	background: #f6f6f6;
	text-align: center;
	padding: 45px 0 22px;
	margin-top: 25px;
}
.category-block ul {
	margin: 0 -20px;
}
.category-block li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 20px 20px;
}
.category-block a {
	display: block;
	overflow: hidden;
}
.category-block a img {
	-webkit-transition: .3s opacity;
	-moz-transition: .3s opacity;
	-ms-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	max-height: 3.5rem;
	max-width: 3.5rem;
}
.category-block a:hover img {
	opacity: .3;
}
.category-block a:hover span {
	color: #00A1F2;
}
.category-block span {
	display: block;
	font-family: "Archivo", Arial;
	font-size: 16px;
	font-weight: normal;
	color: #00A1F2;
	margin-top: 8px;
	-webkit-transition: .3s color;
	-moz-transition: .3s color;
	-ms-transition: .3s color;
	-o-transition: .3s color;
	transition: .3s color;
}
.category-block h3 {
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	color: #00A1F2;
	margin-bottom: 30px;
}
.ContentHomepage{
	position:relative;
}
#TextBanner{
	height:550px;
	padding:68px 105px 0 105px;
	text-align:center;
}
#TextBanner .parallaxText{
	display: block;
    height: 170px;
    overflow: hidden;
    position: absolute;
    width: 960px;
	z-index:0;
}
#TextBanner.Top .parallaxText{
	margin-top:0!important;
	opacity:1!important;
}
#TextBanner .text{
	font-family: 'Archivo', Arial;
	font-size:46px;
	color:#fff;
	line-height:48px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:17px;
}
#TextBanner a.detail{
	font-family: 'Archivo', Arial;
	font-style: italic;
	font-size:29px;
	color:#fff;
}
.link-page {
	text-align: right;
	clear: both;
	padding: 7px 0;
}
.link-page a {
	color: #fff;
	font-size: 13px;
	text-decoration: underline;
}
.link-page a:hover {
	text-decoration: none;
}
#TextBanner .icon,
#NewsHome .moreDetail .icon,
#ExploreFort .moreDetail .icon{
	background:url("../../common/images/common-new.png") no-repeat 0 -55px;
	display:inline-block;
	width:60px;
	height:22px;
}
.SearchForm{
	background:#fff;
	width:667px;
	height:48px;
	margin:auto;
	position:relative;
	margin-top:395px;
}
.SearchForm .txtSearch,
#SearchHeaderSubpage .txtSearch{
	width:600px;
	float:left;
	border:#fff solid 0;
	line-height:46px;
	font-family: 'Verdana',Arial;
	color:#9b9b9b;
	font-size:15px;
	font-weight:normal;
	height:48px;
	padding:0 0 0 10px;
}
.SearchForm .BtnSearch,
#SearchHeaderSubpage .BtnSearch{
	width:60px;
	position:absolute;
	right:0;
	top:0;
	display:block;
	border:#fff solid 0px;
	height:48px;
	text-indent:-900px;
	overflow:hidden;
	background:#00a1f2 url("../../common/images/common-new.png") no-repeat -52px -50px;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition:background-color 1s;
	transition:background-color 1s;
}
#LineTopContent{
	background:url("../../common/images/line_top.png") no-repeat top right;
	height:65px;
	max-width:1320px;
	margin:0 auto;
}
#LineTopContent.Subpage{
	height:28px;
	margin-top: 147px;
}
#ExploreFort,
.MapBlock,
#NewsHome {
	overflow:hidden;
	background:#fff;
	padding-bottom:40px;
}
.MapBlock{
	padding-bottom:25px;
}
#NewsHome{
	padding-bottom:25px;
}
#ExploreFort{
	overflow:inherit;
}
#ExploreFort .Title{
	padding-bottom:12px;
}
#activitiesSearchResultFullScreen  .Title,
#CatalogueDetail .Title,
#DonationTemplate .Title,
#SubTemplate .Title,
#NewsDetail .Title,
#NewsOverview .Title,
#fortenSearchResult .Title,
#ActivitiesDetail .Title,
#activitiesSearchResult .Title,
#ExploreFort .Title,
#ActivitiesFortenDetail .Title,
#ExploreFortDetail .Title,
#NewsHome .Title,
.MapBlock .Title{
	color:#00a1f2;
	font-size:28px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: "Archivo",Arial;
	font-weight: 800;
	text-align:center;
	margin-bottom:30px;
}
.MapBlock .Title{
	margin-bottom:40px;
}
#ExploreFortDetail .Title{
	font-size:36px;
	margin-bottom:22px;
}
#ExploreFortDetail .wp-editor {
	display: inline-block;
}
#CatalogueDetail .Title.label_1{
	color:#00a1f2
}
#CatalogueDetail .Title.label_1 .icon{
	background-position: 0px -330px;
}
#CatalogueDetail .Title.label_3{
	color:#93c01f
}
#CatalogueDetail .Title.label_3 .icon{
	background-position: -103px -330px;
}
#CatalogueDetail .Title.label_4{
	color:#1d1d1b
}

#CatalogueDetail .Title.label_4 .icon{
	background-position: -150px -330px;
}
#CatalogueDetail .Title.label_5{
	color:#fa5a8a
}
#CatalogueDetail .Title.label_5 .icon{
	background-position: -0px -382px;
}
#CatalogueDetail .Title.label_6{
	color:#afa2fa
}
#CatalogueDetail .Title.label_6 .icon{
	background-position: -48px -382px;
}
#CatalogueDetail .Title.label_7{
	color:#cf5756
}
#CatalogueDetail .Title.label_7 .icon{
	background-position: -103px -382px;
}
#CatalogueDetail .Title.label_8{
	color:#44546b
}
#CatalogueDetail .Title.label_8 .icon{
	background-position: -150px -382px;
}
#ActivitiesDetail .Title{
	font-size:37px;
	margin-bottom:22px;
	line-height:40px;
}
#ActivitiesFortenDetail .Title{
	font-size:25px;
	margin-bottom:45px;
}

#activitiesSearchResultFullScreen .Title,
#fortenSearchResult .Title,
#activitiesSearchResult .Title{
	text-align:left;
	padding-left:300px;
}
#activitiesSearchResult .Title,
#activitiesSearchResultFullScreen .Title{
	padding-left:0;
	text-align:center;
}

.MapBlock .Title .icon,
#NewsOverview .Title .icon,
#ExploreFort .Title .icon,
#activitiesSearchResultFullScreen .Title .icon,
#activitiesSearchResult .Title .icon,
#ExploreFortDetail .Title .icon,
#NewsHome .Title .icon,
#fortenSearchResult .Title .icon,
#SubTemplate .Title .icon,
#SubTemplate .title .icon,
#activities-result .Title .icon ,
#CatalogueDetail .Title .icon {
	background:url("../../common/images/fort-icon.png") no-repeat 0 -90px;
	display:inline-block;
	width:37px;
	height:30px;
	background-size: contain !important;
	background-position: center !important;
}

#activitiesSearchResultFullScreen .Title .icon,
#activitiesSearchResult .Title .icon,
#ExploreFortDetail .Title .icon,
#fortenSearchResult .Title .icon{
	background-position:-65px -126px;
	width:37px;
	height:35px;
}
.MapBlock .Title .icon{
	background-position:-60px -90px;
}
.list-item .item {
	height: 271px;
	position: relative;
	cursor: pointer;
}
.list-item .heigher {
	height: 576px;
}
#ExploreFort .Item{
	position:relative;
	height:310px;
	cursor:pointer;
}
#ExploreFort  .label,
.list-item .label{
	position:absolute;
	top:0;
	left:50%;
	width:206px;
	transform: translateX(-50%);
	height:50px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	font-family: "Archivo", Arial;
	font-size:18px;
	line-height:30px;
	font-weight: 800;
	text-align:center;
	padding:0 10px;
	background:url("../../common/images/labels.png") no-repeat;
	padding-top:5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.list-item .label.white {
	color: #00a1f2;
	background-position: -420px -332px;
}

#ExploreFort  .label_1,
.list-item .label_1{
	background-position:0 0;
}
#ExploreFort  .label_2,
.list-item .label_2{
	background-position:-215px 0;
}
#ExploreFort  .label_3,
.list-item .label_3{
	background-position:-430px 0;
}
#ExploreFort  .label_4,
.list-item .label_4{
	background-position:-647px 0;
}
#ExploreFort  .label_5,
.list-item .label_5{
	background-position:0 -86px;
}
#ExploreFort  .label_6,
.list-item .label_6{
	background-position:-215px -86px;
}
#ExploreFort  .label_7,
.list-item .label_7{
	background-position:-430px -86px;
}
#ExploreFort  .label_8,
.list-item .label_8{
	background-position:-647px -86px;
}
#ExploreFort .Image,
.list-item .Image{
	width:100%;
	height:100%;
	overflow:hidden;
}
#ExploreFort .Image img,
.list-item img{
	width: 100%;
	height:auto;
}
#ExploreFort .Text,
.list-item .Text{
	position:absolute;
	padding:10px 0;
	bottom:0;
	left:0;
	z-index:15;
	text-align:center;
	width:100%;
	background-color:#00a1f2;
	min-height:110px;
	-moz-transition: background-color  1s;
	  -webkit-transition: background-color 1s;
	  -o-transition: background-color  1s;
	  -ms-transition: background-color 1s;
	  transition: background-color 1s;
}

.list-item .Text {
	min-height: 10px;
	/*max-height: 110px;*/
	padding: 7px 0;
}

#ExploreFort .Text:hover,
.list-item .Text:hover{
	background-color:#004862;
}
.list-item .detail {
	padding: 0 10px;
	color: #fff;
}
#ExploreFort .Text .detail,
.list-item .detail{
	/*position:absolute;
	bottom:10px;
	left:0;
	width:100%;*/
	line-height:18px;
	display: inline-block;
	position: relative;
}
#ExploreFort .Text .date,
.list-item .date{
	color:#fff;
	font-family: Verdana;
    font-size: 11px;
}
#ExploreFort .Text h2,
.list-item h2{
	color:#fff;
	font-size:16px;
	font-family: 'Archivo', Arial;
	font-weight: 800;
	display:block;
	padding:0 10px;
	line-height:24px;
	max-height:48px;
	overflow:hidden;
}
#ExploreFort .Text .detail a,
.list-item .detail a{
	color:#fff;
	font-size:11px;
	font-family:Verdana;
}
#ExploreFort .Text .detail .icon,
.list-item .detail .icon,
#first-block .waterline .detail .icon{
	background:url("../../common/images/common-new.png") no-repeat -142px -64px;
	display:inline-block;
	width:20px;
	height:15px;
	margin-bottom:-2px;
}
#first-block .waterline .detail .icon {margin-bottom: 0;}
#NewsHome .bx-wrapper,
#ExploreFort .bx-wrapper{
	position:relative;
	max-width:1200px!important;
}
#ExploreFort .bx-controls-direction{

}
#ExploreFort .bx-controls-direction a,
#NewsHome .bx-controls-direction a{
	display:inline-block;
	width:22px;
	height:35px;
	background:url("../../common/images/common-new.png") no-repeat -218px -64px;
	overflow:hidden;
	text-indent:-1000px;
	position:absolute;
	top:42%;
}
#NewsHome .bx-controls-direction a{
	top:28%;
}
.positionRelative{
	position:relative;
}
#NewsHome .bx-controls-direction a.bx-next,
#ExploreFort .bx-controls-direction a.bx-next{
	background-position:-247px -64px;
	right:-40px;
}
#NewsHome .bx-controls-direction a.bx-prev,
#ExploreFort .bx-controls-direction a.bx-prev{
	left:-40px;
}
#NewsHome .bx-controls-direction a.bx-next:hover,
#ExploreFort .bx-controls-direction a.bx-next:hover{
	background-position:-247px -119px;
}
#NewsHome .bx-controls-direction a.bx-prev:hover,
#ExploreFort .bx-controls-direction a.bx-prev:hover{
	background-position:-218px -119px;
}
#NewsHome .bx-controls-direction a.disabled,
#ExploreFort .bx-controls-direction a.disabled{
	display:none;
}
#NewsHome .Title .icon,
#NewsOverview .Title .icon{
	background-position:-127px -92px;
}
#NewsOverview .Title .icon{
	margin-right:8px;
}
#NewsOverview .Title {
	text-align:left;
	font-size:32px;
	margin-bottom:38px;
}
#MapHome{
	width:100%;
	height:576px;
	background:#e3e3e3;
}
#NewsHome .ItemsBlock{
	overflow:hidden;
}
#NewsHome .ItemsBlock  {
	padding:13px 0 20px 0;
}
.resultActivitiesBlocks .Item h2{
	margin-top:7px;
	padding:8px 0 6px 0;
	color:#46546c;
	font-size:15px;
	font-family: 'Archivo', Arial;
	font-weight:800;
	line-height:22px;
	max-height:70px;
	overflow: hidden;
}
#NewsHome .ItemsBlock .Item h2{
	margin-top:7px;
	padding:8px 0 6px 0;
	color:#00a1f2;
	font-size:16px;
	font-family: 'Archivo', Arial;
	font-weight:800;
	overflow:hidden;
	max-height:53px;
}
.resultActivitiesBlocks .Item h2 a{
	color:#00a1f2;
	font-size:17px;
	font-family: 'Archivo', Arial;
	font-weight:800;
	display:block;
	line-height:22px;
	-moz-transition: color  1s;
	-webkit-transition:color 1s;
	-o-transition: color  1s;
	-ms-transition:color 1s;
	transition:color 1s;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
#NewsHome .ItemsBlock .Item h2 a{
	color:#00a1f2;
	font-size:16px;
	font-family: 'Archivo', Arial;
	font-weight:800;
	display:block;
	line-height:22px;
	-moz-transition: color  1s;
	-webkit-transition:color 1s;
	-o-transition: color  1s;
	-ms-transition:color 1s;
	transition:color 1s;
	overflow: hidden;
	max-height:44px;
}
.resultActivitiesBlocks .Item.hover h2 a,
#NewsHome .ItemsBlock .Item.hover h2 a{
	color:#004862;
}

.resultActivitiesBlocks .Item > img,
#NewsHome .ItemsBlock .Item > img{
	width:100%;
	-moz-transition: opacity  1s;
	-webkit-transition:opacity 1s;
	-o-transition: opacity  1s;
	-ms-transition:opacity 1s;
	transition:opacity 1s;
	height:auto;
}
.resultActivitiesBlocks .Item.hover > img,
#NewsHome .ItemsBlock .Item.hover > img{
	opacity:0.8;
}
#NewsHome .ItemsBlock .Item .Ingress{
	font-size:15px;
	font-family: 'Archivo', Arial;
	line-height:24px;
}
#NewsHome .moreDetail,
#ExploreFort .moreDetail{
	text-align:center;
	clear:both;
}
#NewsHome .moreDetail a ,
#ExploreFort .moreDetail a {
	font-family: "Archivo",Arial;
	font-style: italic;
    font-size: 20px;
	color:#e84e0f;
	padding:13px 0 0 0;
	display:inline-block;
}
#NewsHome .moreDetail a:hover ,
#ExploreFort .moreDetail a:hover {
	color:#00a1f2;
}
#ExploreFort .moreDetail a{
	padding-top:0px;
	margin-top:17px;
}
#ExploreFort .moreDetail .icon{
	background-position:6px -132px;
}
#NewsHome .moreDetail .icon{
	background-position:6px -129px;
}

#ExploreFort .moreDetail a:hover .icon{
	 background-position: 6px -164px;
}
#NewsHome .moreDetail a:hover .icon{
	 background-position: 6px -161px;
}
#ShareFooter{
	background:url("../../common/images/bg_ShareFooter.png");
	padding:30px 0;
	overflow:hidden;
}
#ShareFooter .row {
	display: flex;
	flex-wrap: wrap;
}
#ShareFooter .Item .Image{
	overflow:hidden;
	text-align: center;
}
#ShareFooter .Item img{
	height: 320px;
	width: auto;
}
#ShareFooter .shareImage h2,
#ShareFooter  .Subcription h2,
#ShareFooter .ShareFbBlock h3{
	color:#00a1f2;
	font-size:17px;
	font-family: "Archivo",Arial;
	font-style: italic;
	font-weight:normal;
	line-height:40px;
}
#ShareFooter .shareImage h2{
	position:relative;
}
#ShareFooter .shareImage h2 a{
	color:#00a1f2;
}
#ShareFooter .shareImage .icon,
#ShareFooter  .Subcription .gform_wrapper .gform_heading .gform_description,
#ShareFooter .ShareFbBlock h3 .icon{
	background:url("../../common/images/common-new.png") no-repeat 0 -190px;
	display:inline-block;
	width:60px;
	height:38px;
	margin-bottom:-15px;
	margin-left:8px;
}
#ShareFooter .shareImage .icon{
	position:absolute;
	right:0;
	top:0;
}
#ShareFooter .shareFb{
	position: relative;
	background:white;
	margin-top:40px;
	padding:2px 5px;
	min-height: 320px;
	overflow:hidden;
}
#ShareFooter .ShareFbBlock h3 .text{
	float:left;
	padding:3px 8px 0 0;
	display:inline-block;
}
#ShareFooter .shareFb .fb-page{
	display: block;
}
.fb_iframe_widget iframe,
.fb_iframe_widget span
.fb_iframe_widget ._2p3a{
	width:100%!important;
}
#ShareFooter .ShareFbBlock h3 .icon{
	background-position:-75px -196px;
	margin:0px 0 0 0;
}
#ShareFooter  .Subcription {
	margin-top:40px;
}
#ShareFooter  .Subcription .gform_wrapper .gform_heading {
	position:relative;
}
#ShareFooter  .Subcription .gform_wrapper{
	padding-top:0;
}
#ShareFooter  .Subcription .gform_wrapper .gform_heading .gform_description{
	position:absolute;
	top:0;
	left:-10px;
}
#ShareFooter  .Subcription .gform_wrapper .gform_title{
	color:#fff;
	padding-bottom:15px;
	text-align:right;
	white-space:nowrap;
	text-transform:inherit;
	font-family: "Archivo",Arial;
	font-style: italic;
    font-size: 13px;
    font-weight: normal;
    line-height: 40px;
	margin-bottom:0;
}
#ShareFooter  .gform_wrapper .gform_footer{
	padding-top:0;
}
#ShareFooter  .Subcription .gform_wrapper .gform_heading .gform_description{
	background-position:-250px -195px;
}
#ShareFooter  .Subcription .gform_wrapper  .gfield_label{
	display:none;
}
#ShareFooter  .gform_wrapper ul li .ginput_container{
	width:100%;
}
#ShareFooter .Subcription .content{
	padding:15px 25px 25px 25px;
	background:#00a1f2;
	overflow:hidden;
	min-height: 320px;
}
#ShareFooter .gform_wrapper ul li{
	margin-bottom:15px;
}
#ShareFooter .gform_wrapper ul li input{
	border:#fff solid 0px;
	background-color:white;
	height:40px;
	line-height:40px;
	color:#acacac !important;
	font-size:15px;
	font-style:italic;
	font-family: 'Archivo', Arial;
	width:220px;
	padding:0 10px;
	margin-bottom:0;
}
#ShareFooter  .gform_wrapper   input.button{
	border:#fff solid 0px;
	background-color:#004862;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:15px;
	width:125px;
	text-align:center;
	float:right;
	font-family: 'Armata',Arial;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition:background-color 1s;
	transition:background-color 1s;
}
#ShareFooter .Subcription  input.sendBt:hover{
	background-color:#38404b;
}
#Footer{
	text-align:center;
	font-size:13px;
	clear:both;
	background: #fff;
	position: relative;
	z-index: 9;
}
#Footer.sticky {
    bottom: 0;
    position: fixed;
    width: 100%;
}
#Footer  .container{
	padding-top:35px;
}
#Footer .copyRight,#Footer  ul li {
	color:#8a8989;
}

#Footer  ul {
	display:inline-block;
	padding-left:10px;
}
#Footer  ul li {
	display:inline-block;
	border-left:#c6cad3 solid 1px;
	line-height:12px;
	padding:0 10px
}
#Footer  ul li  a {
	color:#00a1f2;
}
#Footer  ul li:last-child{
	padding-right:0;
}
#BreakCrumb{
	font-size:12px;
	color:#a2a2a2;
	font-family:'Archivo', Arial;
	margin-bottom:25px;
}
#BreakCrumb a{
	color:#00a1f2;
}
#BreakCrumb a:hover{
	text-decoration:underline;
}
#ExploreFortDetail{
	overflow:hidden;
	/*margin-bottom:55px;*/
	margin-bottom:40px;
}
#ExploreFortDetail .Text{
	font-size:16px;
	line-height:28px;
}
#ActivitiesDetail .visitMore,
#ExploreFortDetail .visitMore,.visitMore{
  font-weight: normal;
	display: inline-block;
	background: transparent;
	border-color: #00a1f2;
	color: #00a1f2;
	border: 3px solid #00a1f2;
	font-size:15px;
	font-family:"Archivo",Arial;
	font-weight: 700;
	height:45px;
	line-height:45px;
	padding:0 20px;
	float:none;
	margin:30px 20px 25px 0;
	clear:both;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition:background-color 1s;
	transition:background-color 1s;
}
#ExploreFortDetail .visitMore{
	margin-top:25px;
}
#ActivitiesDetail .visitMore:hover,
#ExploreFortDetail .visitMore:hover,.visitMore:hover{
	color:white;
	background:#00a1f2;
	text-decoration:none;
}
#CatalogueDetail  .SliderDetail ,
#ExploreFortDetail  .SliderDetail {
	position:relative;
	margin-top:8px;
}
.SliderDetail .bx-viewport {
	height:auto!important;
}
#CatalogueDetail  .SliderDetail .bx-controls,
#ExploreFortDetail  .SliderDetail .bx-controls{
	position:absolute;
	top:46%;
	width:100%;
	left:0;
	height:40px;
}
#CatalogueDetail  .SliderDetail .bx-controls{
	top:43%;
}
#CatalogueDetail .bx-controls-direction a,
#ExploreFortDetail .bx-controls-direction a{
	background: url("../../common/images/common-new.png") no-repeat scroll -295px -62px;
    display: inline-block;
    height: 38px;
    overflow: hidden;
    text-indent: -1000px;
    width: 25px;
	margin-top:5px;
}
#CatalogueDetail .bx-controls-direction a.bx-next,
#ExploreFortDetail .bx-controls-direction a.bx-next{
	background-position: -322px -61px;
	float:right;
}
#CatalogueDetail .bx-controls-direction,
#ExploreFortDetail .bx-controls-direction{
	padding:0 20px;
}
#CatalogueDetail .bx-controls-direction a.disabled,
#ExploreFortDetail .bx-controls-direction a.disabled{
	display:none;
}
.modal-active {
	padding-right: 17px;
    overflow: hidden;
}
.MapBlockFortenDetail{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 100;
}
.MapBlockFortenDetail.Open {
	display: block;
}
.MapBlockFortenDetail #MapFortenDetail{
	width:100%;
	height: 611px;
}
.MapBlockInner {
	position: relative;
	max-width: 1128px;
	top: 50%;
	margin: 0 auto;
	padding: 17px 10px 10px;
	transform: translateY(-50%);
	background-color: #fff;
}
.MapBlockTitle {
	font-family: "Archivo", Arial;
	color: #00a1f2;
	font-size: 26px;
	line-height: 31px;
	text-align: center;
	margin: 0 20px 18px;
}
.MapBlockClose {
	position: absolute;
	top: 10px;
	right: 0;
	width: 34px;
	height: 34px;
	background: url(../images/close.svg) center no-repeat;
	background-size: 14px 14px;
	cursor: pointer;
}
.MapBlockFortenDetail + .ShareSocials {
	margin-bottom:40px;
}
#ActivitiesFortenDetail{
	/*overflow:hidden;*/
	background:#f6f6f6;
	padding:30px 0 120px;
	margin-top:0px;
}
.fort_address {
	padding:20px 0 0;
}
.Item img{
	width:100%;
}
#ActivitiesFortenDetail .Item{
	position:relative;
	margin-bottom:20px;
	min-height:270px
}
#ActivitiesFortenDetail .Item.col-md-3:nth-child(4n+1) {
	clear: left;
}
#ActivitiesFortenDetail .Item_0{
	clear:both;
}
#ActivitiesFortenDetail .Item_0{
	clear:both;
}
#ActivitiesFortenDetail .Item h2{
	line-height:20px;
	max-height:52px;
	overflow:hidden;
}
#ActivitiesFortenDetail .Item h2 a{
	color:#00a1f2;
	font-size:15px;
	font-weight:800;
	-moz-transition:color  1s;
	-webkit-transition:color 1s;
	-o-transition:color  1s;
	-ms-transition:color 1s;
	transition:color 1s;
	line-height:15px;
}
#ActivitiesFortenDetail .Item > a{
	width:100%;
	height:225px;
	overflow:hidden;
	display:block;
}
#ActivitiesFortenDetail .Item img{
	-moz-transition:opacity  0.5s;
	-webkit-transition:opacity 0.5s;
	-o-transition:opacity  0.5s;
	-ms-transition:opacity 0.5s;
	transition:opacity 0.5s;
	opacity:1;
	height:225px;
	width:auto;
	min-width:100%;
}
#ActivitiesFortenDetail .Item .labels {
	right:35px;
}
#ActivitiesFortenDetail .Item .labels img {
	height:auto;
	width:32px;
	min-width:0;
}
#ActivitiesFortenDetail .Item:hover img {
	opacity: 0.8;
}
#ActivitiesFortenDetail .Item:hover h2 a{
	color:#004862;
}

#ActivitiesFortenDetail .labels{
	width:100%;
	height: 40px;
	position: absolute;
    right: 0px;
    top: 0;
	z-index: 1;
}
#ActivitiesFortenDetail .label{
	margin-right:25px;
	width:20px;
	height:40px;
	display:block;
	background: url("../../common/images/labels.png") no-repeat;
	float:right;
}

#ActivitiesFortenDetail .label_1{
	 background-position: 0px -333px;
}
#ActivitiesFortenDetail .label_2{
	background-position: -46px -333px;
}
#ActivitiesFortenDetail .label_3{
	background-position: -101px -333px;
}
#ActivitiesFortenDetail .label_4{
	background-position: -148px -333px;
}
#ActivitiesFortenDetail .label_5{
	background-position: -0px -383px;
}
#ActivitiesFortenDetail .label_6{
	background-position: -46px -383px;
}
#ActivitiesFortenDetail .label_7{
	background-position: -101px -383px;
}
#ActivitiesFortenDetail .label_8{
	background-position: -148px -383px;
}
#fortenPage{
	width:100%;
	overflow:hidden;
	margin-top: calc(147px + 28px);
	background:#f6f6f6 url("../../common/images/bg_fortenSearchResult.jpg") repeat-x;
}
#fortenPage #map-canvas{
	width:35%;
	height:1000px;
	float:left;
	background:#444;
}
#activitiesSearchResultFullScreen,
#fortenSearchResult,
#activitiesSearchResult{
	width:100%;
}
#fortenSearchResult{
	width:65%;
	float:left;
}
#activitiesSearchResultFullScreen .header,
#fortenSearchResult .header,
#activitiesSearchResult .header{
	padding-top:53px;
	height:150px;
}
#activitiesSearchResultFullScreen .Title,
#fortenSearchResult .Title,
#activitiesSearchResult .Title{
	font-size:37px;
	margin-bottom:10px;
}
#activitiesSearchResultFullScreen .Title,
#fortenSearchResult .Title{
	margin-bottom:20px;
}
#DonationTemplate .intro,
#SubTemplate .intro,
#activitiesSearchResultFullScreen .ingress,
#fortenSearchResult .ingress,
#activitiesSearchResult .ingress{
	font-family: "Archivo",Arial;
	font-style: italic;
	font-size:28px;
	padding-left:200px;
	color:#004862;
}
#activitiesSearchResultFullScreen .ingress{
	font-size:23px;
}
#activitiesSearchResultFullScreen .ingress,
#activitiesSearchResult .ingress{
	padding-left:230px;
}
#activitiesSearchResultFullScreen .contentSearch,
#activitiesSearchResult .contentSearch,
#fortenSearchResult .contentSearch {
	padding:43px 0 40px 0;
}
#fortenSearchResult .note{
	color: #acacac;
	font-family: "Archivo",Arial;
	font-style: italic;
	font-size:16px;
	clear:both;
	padding-bottom:30px;
	padding-right:50px;
	padding-left:60px;
}
#fortenSearchResult .note a{
	color:#00a1f2;
}
#fortenSearchResult .contentSearch  .SearchForm{
	margin:0 0 50px 100px;
}
#activitiesSearchResultFullScreen .contentSearch  .SearchForm,
#activitiesSearchResult .contentSearch  .SearchForm{
	margin:0 auto 45px auto;
}
#fortenSearchResult .resultBlocks{
	padding-left:60px;
}
#fortenSearchResult .resultBlocks .Item{
	width:370px;
	float:left;
	margin-bottom:30px;
}
#fortenSearchResult .resultBlocks .Item .Title{
	font-size:15px;
	padding:0;
	color:#004862;
	line-height:22px;
	margin-bottom:13px;
}
#fortenSearchResult .resultBlocks .Item .icon{
	background-position:-288px 0px;
	height:22px;
	width:26px;
	float:left;
}
#fortenSearchResult .resultBlocks .Item  ul li{
	margin-bottom:11px;
}
#fortenSearchResult .resultBlocks .Item  ul li a{
	color:#00a1f2;
	font-size:16px;
	font-weight:600;
	-moz-transition: color  1s;
	-webkit-transition:color 1s;
	-o-transition: color  1s;
	-ms-transition: color 1s;
	transition: color 1s;
	'Archivo', Arial;
}
#fortenSearchResult .resultBlocks .Item  ul li a:hover{
	color:#004862;
}
#activitiesSearchResult .ingress,
#activitiesSearchResultFullScreen .ingress{
	padding-left:0;
	text-align:center;
}
.dvk-social-sharing {
	color: #e84e0f;
    display: inline-block;
		font-family: "Archivo",Arial;
		font-style: italic;
    font-size: 20px;
	width:100%;
}
.dvk-social-sharing .Title{
	color: #e84e0f!important;
    display: inline-block!important;
		font-family: "Archivo",Arial !important;
		font-style: italic;
    font-size: 20px!important;
    text-transform: inherit!important;
}
.dvk-social-sharing a{
	display:inline-block;
	height: 30px;
    width: auto;
	font-family: 'Archivo', Arial;
	font-size:14px;
	color:#676666;
	margin-right:10px;
	padding:0!important;
}
.dvk-social-sharing a:hover{
	color:#00a1f2;
	text-decoration:none!important;
}
.dvk-social-sharing  .icon,
.dvk-social-sharing  .a2a_svg{
	background: url("../../common/images/common-new.png") no-repeat !important ;
	height: 30px;
    width: 35px;
	display:inline-block;
}
.dvk-social-sharing  a .icon ,
.dvk-social-sharing  a .a2a_svg {
	float:left;
	margin-right:5px;
}
.dvk-social-sharing  .Title .icon{
	background-position: -60px -162px!important;
    display: inline-block;
    height: 30px!important;
    width: 35px!important;
	margin-right:12px;
}
.dvk-social-sharing  .twitter .icon,
.dvk-social-sharing  .a2a_button_twitter .a2a_svg{
	background-position: -320px -118px!important;
}
.dvk-social-sharing  .facebook .icon,
.dvk-social-sharing  .a2a_button_facebook .a2a_svg{
	background-position: -320px -169px!important;
}
.dvk-social-sharing  .google .icon,
.dvk-social-sharing  .a2a_button_google_plus .a2a_svg{
	background-position: -320px -218px!important;
}
.dvk-social-sharing  .a2a_button_twitter:hover .a2a_svg{
	background-position: -362px -118px!important;
}
.dvk-social-sharing  .a2a_button_facebook:hover .a2a_svg{
	background-position: -362px -169px!important;
}
.dvk-social-sharing  .a2a_button_google_plus:hover .a2a_svg{
	background-position: -362px -218px!important;
}
.ShareSocials {
	color: #e84e0f;
    display: inline-block;
		font-family: "Archivo",Arial;
		font-style: italic;
    font-size: 20px;
	width:100%;
}
.ShareSocials .Title{
	color: #e84e0f!important;
    display: inline-block!important;
		font-family: "Archivo",Arial !important;
		font-style: italic !important;
    font-size: 16px!important;
    text-transform: inherit!important;
}
.ShareSocials a{
	display:inline-block;
	height: 30px;
    width: auto;
	font-family: 'Archivo', Arial;
	font-size:14px;
	color:#676666;
	margin-right:10px;
	padding:0!important;
}
.ShareSocials a:hover{
	color:#00a1f2;
}
.ShareSocials  .icon,
.ShareSocials  .a2a_svg{
	background: url("../../common/images/common-new.png") no-repeat !important ;
	height: 30px;
    width: 35px;
	display:inline-block;
}
.ShareSocials  a .icon ,
.ShareSocials  a .a2a_svg {
	float:left;
	margin-right:5px;
}
.ShareSocials  .Title .icon{
	background-position: -61px -162px!important;
    display: inline-block;
    height: 30px!important;
    width: 33px!important;
	margin-right:12px;
}
.ShareSocials  .twitter .icon,
.ShareSocials  .a2a_button_twitter .a2a_svg{
	background-position: -320px -118px!important;
}
.ShareSocials  .facebook .icon,
.ShareSocials  .a2a_button_facebook .a2a_svg{
	background-position: -320px -169px!important;
}
.ShareSocials  .google .icon,
.ShareSocials  .a2a_button_google_plus .a2a_svg{
	background-position: -320px -218px!important;
}
.ShareSocials  .a2a_button_twitter:hover .a2a_svg{
	background-position: -362px -118px!important;
}
.ShareSocials  .a2a_button_facebook:hover .a2a_svg{
	background-position: -362px -169px!important;
}
.ShareSocials  .a2a_button_google_plus:hover .a2a_svg{
	background-position: -362px -218px!important;
}



#ActivitiesDetail .TextDetail .Text,
#CatalogueDetail  .Text,
#SubTemplate .Text{
	font-family: 'Archivo', Arial;
	font-size:16px;
	line-height:28px;
	color:#262626;
}
#ActivitiesDetail .LinkToCategory,
#ExploreFortDetail .LinkToCategory{
	text-align:center;
	margin:0 0 32px 0;
}
#ActivitiesDetail .LinkToCategory:first-child{margin:0;}
#ActivitiesDetail .LinkToCategory a,
#ExploreFortDetail .LinkToCategory a,
.Information .label{
	display:inline-block;
	color:#004862;
	font-family: "Archivo",Arial;
	font-weight: 700;
    font-size: 15px;
	padding:0 7px;
}
#ActivitiesDetail .LinkToCategory .icon,
#ExploreFortDetail .LinkToCategory .icon,
.Information .label .icon{
	background: url("../../common/images/fort-icon.png") no-repeat;
	background-size: 15px;
	background-position: center !important;
	width:20px;
	height:30px;
	display:inline-block;
	float:left;
	margin-right:5px;
	margin-top:-8px;
}
#ActivitiesDetail .LinkToCategory .fort_label.tax_fort .icon,
#ExploreFortDetail .LinkToCategory .fort_label.tax_fort .icon{
	background-position:-134px -101px;
}
#ActivitiesDetail .LinkToCategory .fort_label .icon,
#ExploreFortDetail .LinkToCategory .fort_label .icon{
	background-position:-288px 0;
}
#ActivitiesDetail .LinkToCategory .label_1 .icon,
#ExploreFortDetail .LinkToCategory .label_1 .icon,
.Information .label_1 .icon{
	background-position:-478px 0;
}
#ActivitiesDetail .LinkToCategory .label_2 .icon, #ExploreFortDetail .LinkToCategory .label_2 .icon, .Information .label_2 .icon{
	background-position:-290px -31px;
}
#ActivitiesDetail .LinkToCategory .label_3 .icon{
	background-position:-342px 0;
}
#ActivitiesDetail .LinkToCategory .label_4 .icon{
	background-position:-367px 0;
}
#ActivitiesDetail .LinkToCategory .label_5 .icon{
	background-position:-390px  0;
}
#ActivitiesDetail .LinkToCategory .label_6 .icon{
	background-position:-412px  0;
}
#ActivitiesDetail .LinkToCategory .label_7 .icon{
	background-position:-437px  0;
}
#ActivitiesDetail .LinkToCategory .label_8 .icon{
	background-position:-457px  0;
}
#ActivitiesDetail .LinkToCategory .label_1,
#ExploreFortDetail .LinkToCategory .label_1{
	color:#004862;
}
#ActivitiesDetail .LinkToCategory .label_2{
	color:#e84e0f;
}
#ActivitiesDetail .LinkToCategory .label_3{
	color:#93c01f;
}
#ActivitiesDetail .LinkToCategory .label_4{
	color:#1d1d1b;
}
#ActivitiesDetail .LinkToCategory .label_5{
	color:#fa5a8a;
}
#ActivitiesDetail .LinkToCategory .label_6{
	color:#afa2fa;
}
#ActivitiesDetail .LinkToCategory .label_7{
	color:#cf5756;
}
#ActivitiesDetail .LinkToCategory .label_8{
	color:#44546b;
}
#ActivitiesDetail .TextDetail{
	overflow:hidden;
}
#ActivitiesDetail .Image, #CatalogueDetail .Image{
	padding-top:8px;
}
#ActivitiesDetail .Image img, #CatalogueDetail .Image img{
	width:100%;
	margin-bottom:40px;
}
#ActivitiesDetail .Image:hover img{
	/*opacity:0.7;*/
}
.event-template-default #ActivitiesDetail, .route-template-default #ActivitiesDetail {
	padding-bottom: 0;
}
.event-template-default #Footer, .route-template-default #Footer, .tax-cat_event #Footer, .tax-cat_event_routes #Footer {
	background: #f6f6f6;
}
.tax-cat_event .banner, .tax-cat_event_routes .banner {
	position: static;
	height: auto;
}
.tax-cat_event .banner img, .tax-cat_event_routes .banner img {
	display: block;
	width: 100%;
	height: auto;
}
.tax-cat_event .banner, .tax-cat_event_routes .banner {
	height: 354px;
}
.tax-cat_event .banner .imgSub, .tax-cat_event_routes .banner .imgSub {
	height: 100%;
	background-size: cover !important;
}
.Information{
	background:#efefef;
	clear:both;
    font-weight: normal;
}
.Information .label {padding:0;}
.Information .label:hover {color:inherit;}
.event-cat li{display:inline-block;width:calc(50% - 4px);padding:0 5px;}
.Information ul.event-cat {overflow:hidden;padding:10px 25px 0px 25px;margin:0 -7px;}
.Information ul.event-cat + ul {padding-top:0;}
.Information ul{
	margin:0;
	padding:19px 25px 10px 25px;
}
.Information ul li{
	font-family: 'Archivo', Arial;
	font-size:14px;
	color:#262626;
	margin-bottom:0px;
	line-height:20px;
}
.Information ul li label{
	font-weight:normal;
	width:35%;
	display:inline-block;
}
.Information ul li.Item_1,
.Information ul li.Item_3{
	margin-bottom:15px;
}
.position_SearchHeaderSubpage{
	position:absolute;
	height:1px;
	margin-top:162px;
	right: 0;
}
#SearchHeaderSubpage{
	position:absolute;
	right:0;
	top:-82px;
	background: none repeat scroll 0 0 #fff;
    height: 40px;
    width: 245px;
	z-index:1001;
	display: none;
}
.bgHeader.sticky + .container #SearchHeaderSubpage{
	z-index:1;
}
#SearchHeaderSubpage .txtSearch {
    font-size: 14px;
    height: 40px;
    line-height: 46px;
    width: 245px;
	color:#262626;
	padding-right: 60px;
}
#SearchHeaderSubpage .BtnSearch {
    background-position:-120px -128px;
    height: 40px;
    width: 50px;
}
#SearchHeaderSubpage ::-webkit-input-placeholder { /* WebKit browsers */
   color:#acacac;
}
#SearchHeaderSubpage :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#acacac;
}
#SearchHeaderSubpage ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#acacac;
}
#SearchHeaderSubpage :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#acacac;
}
#NewsOverview  .NewsList .Item{
	cursor:pointer;
	margin-bottom:60px;
	overflow:hidden;
}

#NewsOverview  .NewsList .Item_0{
	clear:both;
}
#NewsOverview  .NewsList .Item img{
	margin-bottom:13px;
	width:auto;
}
#NewsOverview .NewsList .Item img{
	opacity:1;
	-moz-transition: opacity  1s;
	-webkit-transition:opacity 1s;
	-o-transition: opacity  1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
}
#NewsOverview .NewsList .Item:hover img{
	opacity:0.7;
}
#NewsOverview  .NewsList .Item h2{
	display:block;
	font-weight:800;
	font-size:16px;
	color:#00a1f2;
	line-height:25px;
	margin-bottom:12px;
	-moz-transition: color  1s;
	-webkit-transition:color 1s;
	-o-transition: color  1s;
	-ms-transition: color 1s;
	transition: color 1s;
	max-height:75px;
	overflow:hidden;
}
#NewsOverview .NewsList .Item:hover h2{
	color:#004862;
}
#NewsOverview  .NewsList .Item .Date{
	font-weight:normal;
	font-size:13px;
	line-height:22px;
	color:#e84e0f;
}
#NewsOverview  .NewsList .Item .Ingress{
	font-weight:normal;
	font-size:15px;
	line-height:23px;
	color:#262626;
}
.Pagination{
	padding:0px 0 30px 0;
	position:relative;
}
.Pagination .Left,
.Pagination .Right{
	margin-top:-20px;
}
.Pagination .pages .page-numbers{
	display:inline-block;
	width:28px;
	height:28px;
	margin-right:5px;
	text-align:center;
	line-height:28px;
	color:#4b4b4d;
	font-size:12px;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition:background-color 1s;
	transition:background-color 1s;
}
.Pagination .pages .page-numbers:hover{
	background-color:#f6f6f6;
}
.Pagination .pages .current{
	background-color:#00a1f2;
	color:#fff;
}
.Pagination .pages .current:hover{
	background-color:#00a1f2;
}
.Pagination  .narrows{
	float:right;
}
.Pagination  .narrows a{
	background-color:#00a1f2;
	color:#fff;
	display:inline-block;
	margin-left:5px;
	width:88px;
	line-height:28px;
	font-size:12px;
	text-align:center;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition:background-color 1s;
	transition:background-color 1s;
}
.Pagination  .narrows a:hover{
	background-color:#004862;
}
.RelatedArticles ul li{
	margin-bottom:10px;
}
.RelatedArticles ul li a{
	color: #004862;
	font-family: "Archivo",Arial;
	font-weight: 700;
	font-size: 14px;
}
.RelatedArticles ul li a:hover{
	color: #38404b;
}
.RelatedArticles ul li.current-menu-active a,.RelatedArticles ul li.current_menu_item a{
	color: #00a1f2;
}
.term-menu ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 6px;
}
.term-menu ul li p {
	margin: 0 0 10px;
}
#CatalogueDetail.open-cat {
	min-height: 137px;
}
.term-menu ul li a {
	font-family: 'Archivo', Arial;
	color: #46546c;
	text-transform: none;
}
.term-menu ul li a:hover,
.term-menu ul li a.active {
	color: #00a1f2;
}
#NewsDetail,
#SubTemplate {
	padding-top:3px;
}
#NewsDetail .Title{
	text-align:left;
	font-size:32px;
	margin-bottom:13px;
	line-height:35px;
}
#NewsDetail .Date{
	color:#e84e0f;
	font-size:13px;
	margin-bottom:12px;
}
#NewsDetail .Text{
	padding-bottom:25px;
}
#DonationTemplate .Title,
#SubTemplate .Title{
	font-size: 32px;
    margin-bottom: 16px;
}
#DonationTemplate .Title{
	font-size: 36px;
	margin-bottom:10px;
}
#SubTemplate .intro,
#DonationTemplate .intro{
	padding-left:0;
	text-align:center;
	margin-bottom:55px;
}
#SubTemplate .introNone{
	height:20px;
}
a.button-category-event{
	background-color:#00a1f2;
	text-align:center;
	padding:0 30px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-family: "Archivo",Arial;
	font-weight: 700;
    font-size: 15px;
	border:#fff solid 0;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition:background-color 1s;
	transition:background-color 1s;
	margin:20px 0;
	display:inline-block;
}
a.button-category-event:hover{
	background-color:#004862;
}
.validation_error{
	display:none
}

.gform_wrapper,.gform_confirmation_wrapper{
	border-top:#00a1f2 solid 1px;
	padding-top:35px;
	max-width:690px;
}
.gform_wrapper.two-column_wrapper{
	max-width:100%;
}
.gform_wrapper.two-column_wrapper ul {
	width:440px;
	float:left;
	background:#f6f6f6;
	margin-bottom: 30px;
	overflow-wrap: inherit;
}
.gform_wrapper.two-column_wrapper ul li.NoneChild{
	display:none;
}
.gform_wrapper.two-column_wrapper ul.Item_0{
	margin-bottom:0;
}
.gform_wrapper.two-column_wrapper ul.Item_1{
	width:440px;
	margin-right:30px;
}
.gform_wrapper.two-column_wrapper ul.Item_1 li.gfield_error{
	padding-right:35px;
}
.gform_wrapper.two-column_wrapper ul.Item_2{
	width:700px;
	margin-bottom:0;
	padding-bottom:0;
	min-height:590px;
}
.gform_wrapper.two-column_wrapper ul:last-child{
	margin-right:0;
}
.gform_wrapper.two-column_wrapper ul li.empty {
	display:none;
}
.gform_wrapper.two-column_wrapper ul li .ginput_container{
	width:100%;
}
.gform_wrapper.two-column_wrapper ul li .ginput_container ul {
	width:100%;
	text-align:center;
}
.gform_wrapper.two-column_wrapper ul li .ginput_container ul li{
	width:380px!important;
	margin:10px 0px!important;
	background-color:#fff;
}
.gform_wrapper.two-column_wrapper ul li .ginput_container ul li input{
	opacity:0;
}
.gform_wrapper.two-column_wrapper input[type="radio"]:checked + label::before,
.gform_wrapper.two-column_wrapper input[type="radio"] + label::before{
	background:none;
	border:0px solid #bfbfbf;
}
.gform_wrapper.two-column_wrapper ul li  .gfield_description,
.gform_wrapper.two-column_wrapper ul li  .gfield_label{
	width:380px!important;
	font-size:16px;
}
.gform_wrapper.two-column_wrapper ul li.gfield_price{
	overflow:hidden;
	margin-bottom:0;
}
.gform_wrapper.two-column_wrapper ul li .ginput_container ul li label{
	font-family: 'Archivo', Arial;
	font-size:20px;
	color:#262626;
	height:51px;
	line-height:51px;
	margin-bottom:0;
}
.gform_wrapper.two-column_wrapper .validation_message{
	margin-bottom:10px;
}
.gform_wrapper.two-column_wrapper ul li h2{
	 background-color: #00a1f2;
    color: #fff;
		font-family: "Archivo",Arial;
		font-weight: 900;
		text-transform: uppercase;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
}
.gform_wrapper.two-column_wrapper ul.Item_1 > li{
	padding-left:35px;
	padding-right:35px;
	position:relative;
}
.gform_wrapper.two-column_wrapper ul.Item_1 > li .validation_message{
	position:absolute;
	bottom:-7px;
	right:35px;
}
.gform_wrapper.two-column_wrapper ul.Item_1 > li.gsection{
	padding-left:0;
	padding-right:0;
}
.gform_wrapper.two-column_wrapper ul.Item_2 li .ginput_container ul li{
	background-color:transparent;
	height:35px;
	line-height:35px;
	margin-top:0!important;
	margin-bottom:0!important;
	float:left;
}
.gform_wrapper.two-column_wrapper ul.Item_2 li.customerdatepicker{
	position:relative;
}
.gform_wrapper.two-column_wrapper ul li .ginput_container ul.gfield_checkbox li label{
	font-size:14px;
	height:30px;
	line-height:30px;
}
.gform_wrapper.two-column_wrapper ul.Item_2 li{
	margin:0px 35px 10px 35px;
}
.gform_wrapper.two-column_wrapper ul.Item_2 li.gsection{
	margin:0;
}
.gform_wrapper.two-column_wrapper ul.Item_2 li.checkboxGroups label.gfield_label{
	display:none;
}
.gform_wrapper.two-column_wrapper ul.Item_2 li.checkboxGroups li{
	margin-left:0!important;
	text-align:left;
}
.gform_wrapper.two-column_wrapper ul.Item_2 li.checkboxGroups li label{
	float:left;
}
.gform_wrapper.two-column_wrapper ul.Item_2 li label{
	width:170px!important;
	float:left;
	padding-left:0;
	padding-right:0;
}
.gform_wrapper.two-column_wrapper ul.Item_2 li.checkboxGroups label {
	padding-left: 30px;
}
.gform_wrapper.two-column_wrapper ul.Item_2 li .ginput_container{
	width:460px;
}
.gform_wrapper.two-column_wrapper ul.form_sublabel_below{
	display:none;
}
.gform_wrapper.two-column_wrapper ul.Item_2 input[type="text"],
.gform_wrapper.two-column_wrapper ul.Item_2 textarea{
	background-color:#fff;
	border:#fff solid 0;
}
.gform_wrapper.two-column_wrapper ul.Item_2 .sbHolder{
	width:200px;
	background-color:#fff;
}
.gform_wrapper.two-column_wrapper ul.Item_2 .sbHolder ul{
	background-color:#fff;
	padding-bottom:0;
	max-height:80px!important;
	min-height:80px!important;
}
.gform_wrapper.two-column_wrapper ul.Item_2 .sbHolder li{
	width:100%!important;
	margin-left:0!important;
	margin-right:0!important;
	text-align:left;
}
.gform_wrapper.two-column_wrapper .gform_footer{
	overflow:hidden;
	background-color:#f6f6f6;
	padding:20px 35px 20px 0;
	width:700px;
	float:right;
	margin-top:-8px;
}
.gform_wrapper.two-column_wrapper .gform_footer input{
	background-color:#e84e0f;
	color: #fff;
}
.gform_wrapper .gform_title{
	color: #00a1f2;
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 38px;
    text-align: left;
}
.gform_wrapper ul li{
	margin-bottom:10px;
	min-height:35px;
	font-family: 'Archivo', Arial;
	font-size:14px;
	padding-left:0;
	background:none;

	/*overflow:hidden pls dont' open it.*/
}
.gform_wrapper ul li.customerdatepicker{
	position:relative;
}
.gform_body >  ul > li{
	clear:both;
	/*overflow: hidden;*/
}
.gform_wrapper ul li label{
	color:#262626;
	font-size:16px;
	display:inline-block;
	font-family: 'Archivo', Arial;
	font-weight:normal;
	float:left;
	width:35%;
	padding-right:4%;
}
.gform_wrapper ul li .ginput_container{
	float:left;
	width:65%;

}
.gform_wrapper ul li input,
.gform_wrapper ul li textarea,
.gform_wrapper.two-column_wrapper ul.Item_1 input{
	width:100%;
	padding:0;
	height:35px;
	background-color:#f9f9f9;
	border:#d9d9d9 solid 1px;
	border-bottom:#d9d9d9 solid 0px;
	border-right:#d9d9d9 solid 0px;
	padding-left:10px;
}

.gform_wrapper.two-column_wrapper ul.Item_1 input[type="radio"]{
	width:100%;
	position:absolute;
	left:0;
	cursor:pointer;
}
.gform_wrapper.two-column_wrapper ul.Item_1 input[type="radio"]:checked + label{
	color:#00a1f2;
}
.gform_wrapper.two-column_wrapper ul.Item_1 input{
	background-color:#fff;
	border:#d9d9d9 solid 0px;
	height:48px;
	line-height:48px;
}
.gform_wrapper.two-column_wrapper input[type="radio"],
.gform_wrapper.two-column_wrapper  input[type="checkbox"],
.gform_wrapper input[type="radio"],
.gform_wrapper  input[type="checkbox"] {
	position: absolute;
}

.gform_wrapper.two-column_wrapper  input[type="checkbox"] + label,
.gform_wrapper  input[type="checkbox"] + label{
	padding-left: 30px;
}
.wp-editor .gform_wrapper.two-column_wrapper .ginput_container .gfield_checkbox li,
.gform_wrapper.two-column_wrapper .ginput_container .gfield_checkbox li {
	background: none !important;
}
#recaptcha_widget_div .recaptchatable{
	border:0!important
}
.gform_wrapper ul li input[type='checkbox'],
.gform_wrapper ul li input[type='radio']{
	width:10px;
	height:10px;
	margin:0 8px 0 2px
}
.gform_wrapper ul li textarea{
	height:auto;
}
.gform_wrapper ul li.calendar .ginput_container{
	position:relative;
}
.gform_wrapper .ui-datepicker-trigger{
	width:22px;
	height:26px;
	position:absolute;
	top:5px;
	right:5px;
	margin:0
}
.gform_wrapper ul li.radioGroups  .ginput_container li ,
.gform_wrapper ul li.checkboxGroups .ginput_container li ,
.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li
{
	display:inline-block;
	margin-right:30px;
	white-space:nowrap;
}
.gform_wrapper ul.gfield_radio,
.gform_wrapper ul.gfield_checkbox{
	overflow:hidden;
}
.gform_wrapper ul.gfield_radio li:last-child,
.gform_wrapper ul.gfield_checkbox li:last-child{
	margin-right:0;
}
.gform_wrapper ul li.radioGroups  .ginput_container li  input,
.gform_wrapper ul li.checkboxGroups .ginput_container li input ,
.gform_wrapper ul.gfield_radio li input,
.gform_wrapper ul.gfield_checkbox li input{
	float:left;
	height:25px;
	width:15px;
	opacity:0;
}
.gform_wrapper ul li.radioGroups  .ginput_container li label,
.gform_wrapper ul li.checkboxGroups .ginput_container li label{
	float:none;
	font-size:14px;
	width:100%;
}
.gform_wrapper .recaptchatable #recaptcha_image{
	border:#fff solid 0px!important;
}
.gform_wrapper .recaptchatable #recaptcha_response_field{
	border:#dfdfdf  solid 0px!important;
}
.gform_wrapper .recaptchatable a, .recaptchatable a:hover{
	font-size:12px;
	color:#00a1f2;
}
.gform_wrapper .gform_footer{
	clear:both;
	text-align:right;
	padding-top:30px;
}
.gform_wrapper .gform_footer input{
	background-color:#00a1f2;
	text-align:center;
	padding:0 20px;
	height:45px;
	color:#fff;
	font-family: "Archivo", Arial;
	font-size: 15px;
	font-weight: 700;
	border:#fff solid 0;
	text-transform:uppercase;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition:background-color 1s;
	transition:background-color 1s;
	float:right;
}
.gform_wrapper .gform_footer img,
img.gform_ajax_spinner{
	width:16px!important;
	height:16px!important;
}
.wp-editor .gform_wrapper .ginput_container .gfield_checkbox li,.wp-editor .gform_wrapper .ginput_container .gfield_radio li{float:none; width:auto; margin-bottom:0;position:relative}
.gfield_checkbox label:before,.gfield_radio label:before{
    background: #fff;
    bottom: 1px;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 15px;
	border:1px #bfbfbf solid;
	top:7px;
}
.gfield_radio label:before{border-radius:10px}
input[type="radio"]:checked + label:before {
    content: "";
	background:#fff url(../../common/images/icon_radio.png) no-repeat center
}
.gfield_checkbox input[type="checkbox"]:checked + label:before {
    content: "";
	background:#fff url(../../common/images/icon_checked.png) no-repeat center;
}
.gform_wrapper ul.gfield_radio li label{
	width:auto;
	float:none;
	cursor:pointer;
}
.gform_wrapper ul.gfield_checkbox li label{
	cursor:pointer;
}
.gform_wrapper .gform_footer input:hover,
.SearchForm .BtnSearch:hover,
#SearchHeaderSubpage .BtnSearch:hover{
	background-color:#004862;
}
.wp-editor .gform_wrapper .gfield_error .ginput_container input[type="text"],
.wp-editor .gform_wrapper .gfield_error .ginput_container textarea,
.gform_wrapper .gfield_error .ginput_container input[type="text"],
.gform_wrapper .gfield_error .ginput_container textarea, input.error,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text {
    border: 1px solid #ff0000 !important;
}
.validation_message {
    background: none repeat scroll 0 0 #eb3c00;
    clear: left;
    color: #ffffff;
    display: block;
    float: right;
    font-family:Verdana;
    font-size: 11px;
    height:25px;
    line-height:25px;
	padding:0 5px;
	margin-right:0px;
}
.gform_wrapper.two-column_wrapper ul li .gfield_description.validation_message {
    background: none repeat scroll 0 0 #eb3c00;
    clear: left;
    color: #ffffff;
    display: block;
    float: right;
    font-family:Verdana;
    font-size: 11px;
    height:25px;
    line-height:25px;
	padding:0 5px;
	margin-right:0px;
	width:auto!important;
}
#gforms_confirmation_message .btn-primary{
	background-color: #e84e0f;
	color: #fff;;
	border: 0 solid #fff;
    color: #fff;
    float: left;
		font-family: "Archivo",Arial;
		font-weight: 900;
		text-transform: uppercase;
    font-size: 15px;
    height: 45px;
    padding: 0 20px;
    text-align: center;
    transition: background-color 1s ease 0s;
	margin-top:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#gforms_confirmation_message .btn-primary:hover{
	background-color: #004862;
}
#ShareFooter .validation_message{
	margin-bottom:15px
}
#CatalogueDetail{
	padding-bottom:10px;
}
#DonationTemplate .Ingress{
	color: #8f8f8f;
    font-family: "Archivo",Arial;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 38px
}
#DonationTemplate .Item{
	background-color:#f6f6f6;
	margin-bottom:30px;
}
#DonationTemplate .Item h3{
	color:#fff;
	background-color:#00a1f2;
	height:60px;
	line-height:60px;
	font-family: "Archivo",Arial;
	font-weight: 900;
	font-size: 25px;
	font-weight: normal;
	text-transform:uppercase;
	padding:0 35px;
}
#DonationTemplate .Item .content{
	padding:35px;
}
#activitiesSearchResult .labelBlocks .Title,
#activitiesSearchResultFullScreen .labelBlocks .Title{
	color:#6e6e6e;
	font-size:14px;
	font-family:'Archivo', Arial;
	font-weight: 800;
	text-align:left;
	background-color:#fff;
	padding:0px 10px;
	float:left;
	height:35px;
	line-height:35px;
}

#activitiesSearchResult .labelBlocks .label,
#activitiesSearchResultFullScreen .labelBlocks .label{
	background-color:#fff;
	font-family:'Patua One', Arial;
	color:#262626;
	text-transform:uppercase;
	font-size:13px;
	clear:both;
	display:block;
	float:left;
	height:36px;
	line-height:32px;
	margin-bottom:9px;
	font-weight:normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:#00a1f2;
}
#activitiesSearchResult .labelBlocks .label:hover,
#activitiesSearchResultFullScreen .labelBlocks .label:hover{
	background-color:#eeeeee;
}
#activitiesSearchResult .labelBlocks .label .icon,
#activitiesSearchResultFullScreen .labelBlocks .label .icon{
	background: url("../../common/images/labels.png") no-repeat -208px -331px;
	width:13px;
	height:20px;
	display:inline-block;
	margin-right:10px;
	float:left;
	margin-top:6px;
}
#activitiesSearchResult .labelBlocks .label_2 .icon,
#activitiesSearchResultFullScreen .labelBlocks .label_2 .icon{
	background-position:-248px -331px;
}
#activitiesSearchResult .labelBlocks .label_1 a,
#activitiesSearchResultFullScreen .labelBlocks .label_1 a{
	color:#00a1f2;
}
#activitiesSearchResult .labelBlocks .label_2 a,
#activitiesSearchResultFullScreen .labelBlocks .label_2 a{
	color:#e84e0f;
}
#activitiesSearchResult .labelBlocks .label_3 .icon,
#activitiesSearchResultFullScreen .labelBlocks .label_3 .icon{
	background-position:-288px -331px;
}
#activitiesSearchResult .labelBlocks .label_3 a,
#activitiesSearchResultFullScreen .labelBlocks .label_3 a{
	color:#93c01f;
}
#activitiesSearchResult .labelBlocks .label_4 .icon,
#activitiesSearchResultFullScreen .labelBlocks .label_4 .icon{
	background-position:-328px -331px;
}
#activitiesSearchResult .labelBlocks .label_4 a,
#activitiesSearchResultFullScreen .labelBlocks .label_4 a{
	color:#1d1d1b;
}
#activitiesSearchResult .labelBlocks .label_5 .icon,
#activitiesSearchResultFullScreen .labelBlocks .label_5 .icon{
	background-position:-208px -383px;
}
#activitiesSearchResult .labelBlocks .label_5 a,
#activitiesSearchResultFullScreen .labelBlocks .label_5 a{
	color:#f55b88;
}
#activitiesSearchResult .labelBlocks .label_6 .icon,
#activitiesSearchResultFullScreen .labelBlocks .label_6 .icon{
	background-position:-248px -383px;
}
#activitiesSearchResult .labelBlocks .label_6 a,
#activitiesSearchResultFullScreen .labelBlocks .label_6 a{
	color:#afa2fb;
}
#activitiesSearchResult .labelBlocks .label_7 .icon,
#activitiesSearchResultFullScreen .labelBlocks .label_7 .icon{
	background-position:-288px -383px;
}
#activitiesSearchResult .labelBlocks .label_7 a,
#activitiesSearchResultFullScreen .labelBlocks .label_7 a{
	color:#d05757;
}
#activitiesSearchResult .labelBlocks .label_8 .icon,
#activitiesSearchResultFullScreen .labelBlocks .label_8 .icon{
	background-position:-328px -383px;
}
#activitiesSearchResult .labelBlocks .label_8 a,
#activitiesSearchResultFullScreen .labelBlocks .label_8 a{
	color:#004862;
}
#activitiesSearchResultFullScreen {

	padding-bottom: 67px;
}
#activitiesSearchResultFullScreen .title-result {
		font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	color: #00a1f2;
	font-size: 24px;
	text-align: center;
	margin: 50px 0 40px;
}
#activitiesSearchResultFullScreen .labelBlocks,
#activitiesSearchResultFullScreen .Item{
	/*width:205px;
	float: left;
	margin:0 15px 22px 15px;*/
	position:relative;
}
#activitiesSearchResultFullScreen  .Blocks {
	float: left;
    padding-left: 225px;
}
#activitiesSearchResultFullScreen.block-activities  .Blocks {
	padding-left: 0;
	text-align: center;
	float: none;
}
#activitiesSearchResultFullScreen.block-activities  .Item {
	width: 185px;
	display: inline-block;
	float: none;
	margin: 0 14px 22px;
	vertical-align: top;
	text-align: left;
}
#activitiesSearchResultFullScreen .Item .Image ,
.resultActivitiesBlocks .Item .Image {
	overflow:hidden;
	height:225px;
}
#activitiesSearchResultFullScreen .Item .Image img ,
.resultActivitiesBlocks .Item .Image img{
	height:225px;
	overflow:hidden;
	min-width:100%;
	width:auto;
	-moz-transition:opacity  0.5s;
	-webkit-transition:opacity 0.5s;
	-o-transition:opacity  0.5s;
	-ms-transition:opacity 0.5s;
	transition:opacity 0.5s;
	opacity:1;
}

#activitiesSearchResultFullScreen .Item:hover .Image img ,
.resultActivitiesBlocks .Item:hover .Image img{
	opacity: 0.8;
}
#activitiesSearchResultFullScreen .resultActivitiesBlocks{
	display: block;
    /*overflow: hidden;*/
    position: relative;
    /*width: 100%;*/
}
#activitiesSearchResultFullScreen .labelBlocks{
	left: 0;
    margin-left: 0px;
    position: absolute;
    top: 0;
    z-index: 400;
}
#activitiesSearchResult .Item .labels,
#activitiesSearchResultFullScreen .Item .labels{
	width:100%;
	height: 40px;
	position: absolute;
    right: 18px;
    top: 0;
	z-index: 1;
}
.Item .labels img {
	width: 32px;
	height: auto;
	position: absolute;
	right: 0;
}
/*.facetwp-pager {
	text-align: right;
}*/
.facetwp-pager a,
.facetwp-pager span {
	display: inline-block;
	vertical-align: middle;
}
.facetwp-pager a{
	/*background: #00a1f2;*/
	color: #4b4b4d;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	transition: background-color 0.5s ease 0s;
	margin-right:5px;
	font-size:12px;
}
.facetwp-pager a:hover {
	background:#f6f6f6;
}
.facetwp-pager a.active{
	background: #00a1f2;
	color:#fff;
	font-weight:normal;
}
.facetwp-pager a.last-page,
.facetwp-pager a.first-page {
	background: #00a1f2;
	color:#fff;
	float:right;
}
.facetwp-pager a.last-page:hover,
.facetwp-pager a.first-page:hover {
	background:#004862;
}
#activitiesSearchResult .Item .label ,
#activitiesSearchResultFullScreen .Item .label {
    background: url("../../common/images/labels.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
    width: 20px;
    float:right;
	margin-right:10px;
}
#activitiesSearchResult .Item .label  {
    background: url("../../common/images/labels.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
    width: 20px;
    margin-right:25px;
}
#activitiesSearchResult .Item .label_1 ,
#activitiesSearchResultFullScreen .Item .label_1 {
    background-position: 0 -333px;
}
#activitiesSearchResult .Item  .label_2 ,
#activitiesSearchResultFullScreen .Item  .label_2{
	background-position: -46px -333px;
}
#activitiesSearchResult .Item .label_3 ,
#activitiesSearchResultFullScreen .Item .label_3{
	background-position: -101px -333px;
}
#activitiesSearchResult .Item .label_4 ,
#activitiesSearchResultFullScreen .Item .label_4{
	background-position: -148px -333px;
}
#activitiesSearchResult .Item .label_5 ,
#activitiesSearchResultFullScreen .Item .label_5{
	background-position: -0px -383px;
}
#activitiesSearchResult .Item .label_6 ,
#activitiesSearchResultFullScreen .Item .label_6{
	background-position: -46px -383px;
}
#activitiesSearchResult .Item .label_7 ,
#activitiesSearchResultFullScreen .Item .label_7{
	background-position: -101px -383px;
}
#activitiesSearchResult .Item .label_8 ,
#activitiesSearchResultFullScreen .Item .label_8{
	background-position: -148px -383px;
}
.resultActivitiesBlocks .Item{
	margin-bottom:20px;
	cursor:pointer;
	/*height:335px;*/
}
.resultActivitiesBlocks [class^="col-"] {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-left: -2px;
	margin-right: -2px;
}
.resultActivitiesBlocks .Item h2{
	padding-top:8px;
	padding-bottom:0px;
	-moz-transition:color  0.5s;
	-webkit-transition:color 0.5s;
	-o-transition:color  0.5s;
	-ms-transition:color 0.5s;
	transition:color 0.5s;
}
.resultActivitiesBlocks .Item h2 span {
	font-weight:normal;
	color:#ff0000;
}
.resultActivitiesBlocks .Item:hover  > img{
	opacity:0.7;
}
.resultActivitiesBlocks .Item:hover h2{
	color:#004862;
}
.resultActivitiesBlocks .Detail,
#ActivitiesFortenDetail .Item  .Detail
{
	font-size:10px;
	font-family:Verdana;
	color:#004862;
	line-height:18px;
	margin-top:3px;
	position: relative;
}
.resultActivitiesBlocks .Date,
#ActivitiesFortenDetail .Item  .Date{
	color: #00a1f2;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
	padding-top:7px;
}
.resultActivitiesBlocks .Date {
	padding-top: 5px;
}
.resultActivitiesBlocks .Detail .location,
#ActivitiesFortenDetail .Item  .location{
	/*float:left;*/
	padding-right:5px;
}
.resultActivitiesBlocks .Detail .icon,
#ActivitiesFortenDetail .Item .icon{
	width:20px;
	height:13px;
	display:inline-block;
	background: url("../../common/images/common-new.png") no-repeat -208px -271px;
	float:left;
	margin-top:3px;
}
#NewsHome .ItemBlocks{
	width:auto;
}
#NewsHome .ItemBlocks .Item{
	cursor:pointer;
}
.icon-multi {
    width:20px;
    height:20px;
    display:inline-block;
    background: url("../../common/images/common-new.png") no-repeat -208px -290px;
    float:left;
    margin-top:3px;
}
.ContentHomepage .icon-multi {
	background: url("../../common/images/common-new.png") no-repeat -230px -290px;
}
.tooltip-content {
	position: absolute;
	top: 10px;
	z-index: 10;
	padding-top: 19px;
	display: none;
	left: 0;
	right: 0;
}
.tooltip-inner {
    background-color: #00a1f2;
    color: #ffffff;
    font-family:Verdana;
    font-size: 10px;
    line-height: 24px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
	/*max-height:150px;*/
	overflow-y:auto;
	max-width: 250px;
	position: relative;
}
.tooltip-content:before {
	position: absolute;
	top:14px;
	width:11px;
	height:11px;
	left: 40px;
	content:'';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #00a1f2;
	z-index: 11;
}
.resultActivitiesBlocks .Detail:hover .tooltip-content,
#ActivitiesFortenDetail .Item .Detail:hover .tooltip-content{display:block;}
.tooltip.in {
	opacity: 1 !important;
	filter:Alpha(Opacity=0);
	z-index:1000;
}
.Blocks .tooltip.bottom,
.ItemsBlock .tooltip.bottom {
	left: -9.47656px !important;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00a1f2;
    left: 25% !important;
}
.tooltip-inner {
    padding: 10px 0 0;
    border-radius: 0;
}
.tooltip-inner li {
    padding: 0 10px 10px;
    text-align: left;
}
.tooltip-inner .tooltip-icon  {
    width:20px;
    height:13px;
    display:inline-block;
    background: url("../../common/images/common-new.png") no-repeat -208px -254px;
    float:left;
    margin-top:6px;
}
.tmp-magazine h1 {
	color: #00a1f2;
    font-family: "Archivo",Arial;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 43px;
    text-align: center;
    text-transform: uppercase
}
.tmp-magazine .toolbar {
	padding-top:14px;
}
.tmp-magazine .shortcont a {
	color: #00a1f2;
}
.tmp-magazine .toolbar .option {
	float: left;
	margin-top:6px;
}
.tmp-magazine .toolbar .option li {
	float: left;
	color: #00a1f2;
	margin-left: 20px;
}
.tmp-magazine .toolbar .option label {
	font-weight: normal;
}
.tmp-magazine .toolbar .option li:first-child {
	margin-left: 0;
}
.tmp-magazine .toolbar .sort {
	float: right;
}
.tmp-magazine .toolbar .sort label {
	float: left;
	line-height:38px;
	font-weight: normal;
	margin: 0 15px 0 0;
}
.tmp-magazine .toolbar  .sbHolder {
	display: inline-block;
	padding-right:35px;
	height: 38px;
	min-width:190px;
}
.tmp-magazine .toolbar  .sbHolder .sbSelector {
	position:static;
	height: 38px;
	line-height: 38px;
	padding: 0;
}
.tmp-magazine .paging {
	margin-top:30px;
}
*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
   overflow: auto !important;
}
.toolbar .option li {
	position:relative;
}
.toolbar .option input[type="radio"],
.toolbar .option input[type="checkbox"] {
	opacity: 0;
	filter:alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
}

.toolbar .option input[type="radio"] + label:before,
.toolbar .option input[type="checkbox"] + label:before  {
	content: "\f096";
	display: inline-block;
  font: 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width:20px;
  font-size:18px;
  background: none !important;
	position: relative;
	top: 2px;
}
.toolbar .option input[type="radio"]:checked + label:before,
.toolbar .option input[type="checkbox"]:checked + label:before  {
	content: "\f046";
}
.magazine-overview {
	position:relative;
}
.magazine-overview .item {
	margin-top: 32px;
	margin-bottom:12px;
}
.magazine-overview .item:nth-child(6n+1) {
	clear: left;
}
.magazine-overview .item a {
	display: block;
	color: #004862;
	-webkit-transition:all 0.2s ease-in;
   -moz-transition:all 0.2s ease-in;
   -o-transition:all 0.2s ease-in;
   transition:all 0.2s ease-in;
}
.magazine-overview .item .illus {
	display: block;
	max-height:210px;
	overflow: hidden;
	position:relative;
}
.magazine-overview .item .illus:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color:rgba(255,255,255,0.3);
	opacity: 0;
	filter:alpha(opacity=0);
	 -webkit-transition:all 0.2s ease-in;
   -moz-transition:all 0.2s ease-in;
   -o-transition:all 0.2s ease-in;
   transition:all 0.2s ease-in;
   content: "";
}
.magazine-overview .item a:hover .illus:after {
	opacity: 1;
	filter:alpha(opacity=1)
}
.magazine-overview .item img {
	width: 100%;
	max-width: 170px;
}
.magazine-overview .item .info {
	display: block;
	margin-top:10px;
	font-family: "Archivo",Arial;
	font-style: italic;
	font-size:20px;
	max-width: 170px;
	text-align:center;
}
.magazine-overview .item a:hover {
	color: #00a1f2;
}
.magazine-detail .heading {
	margin-bottom:35px;
}
.magazine-detail .meta {
	text-align:center;
}
.tmp-magazine.magazine-detail h1 {
	margin-bottom:12px;
}
.magazine-detail .meta .date {
	display: inline-block;
	font-family: "Archivo",Arial;
	font-style: italic;
	font-size:28px;
	color: #004862;
	margin: 0 22px;
	vertical-align: top;
}
.magazine-detail .meta .prev-item {
	background: url(../images/arrow-shape.png) 0 0 no-repeat;
	width:35px;
	height:12px;
	color:transparent;
	display: inline-block;
	vertical-align: middle;
}
.magazine-detail .meta .prev-item:hover {
	background-position: 0 -30px;
}
.magazine-detail .meta .next-item {
	background: url(../images/arrow-shape.png) 100% 0 no-repeat;
	width:35px;
	height:12px;
	color:transparent;
	display: inline-block;
	vertical-align: middle;
}
.magazine-detail .meta .next-item:hover {
	background-position: 100% -30px;
}
.pdf-viewer {
	margin-bottom: 35px;
	overflow: hidden;
	padding-top: 17px;
}
.pdf-viewer img {
	max-width: 100%;
}

.pdf-nav {
	text-align:center;
}
.pdf-nav a {
	display: inline-block;
	font-size: 14px;
	color: #00a1f2;
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 8px;
}
.pdf-nav .magazine-overview:before {
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   content: "\f00a";
   margin-right: 8px;
}
.pdf-nav .magazine-fullscreen:before {
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0b2";
  margin-right: 8px;
}
.pdf-viewer .pdf-light-viewer {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 17px;
}
.pdf-viewer .pdf-light-viewer .pdf-light-viewer-magazine-viewport {
	margin-bottom: 27px;
}
.pdf-viewer .pdf-light-viewer-magazine-thumbnails {
	position:relative;
}
.pdf-viewer .pdf-light-viewer .pdf-light-viewer-features-top-panel {
	display: none;
	right: 0;
	width:100%;
	background: none;
	box-shadow: none;
	border-radius: 0;
	 -webkit-border-radius: 0;
	  -webkit-box-shadow: 0;
}
.pdf-viewer .pdf-light-viewer .pdf-light-viewer-magazine-thumbnails .pdf-light-viewer-features-bottom-panel {
	background: none;
	box-shadow: none;
	border-radius: 0;
	 -webkit-border-radius: 0;
	  -webkit-box-shadow: 0;
}
.pdf-viewer .pdf-light-viewer .pdf-light-viewer-magazine-thumbnails .pdf-light-viewer-slide {
	border-radius: 0;
	box-shadow: none;
	 -webkit-border-radius: 0;
	  -webkit-box-shadow: 0;
	  border: 1px solid #d7d7d7;
}
.icon-arrow-right-circle:before {
	background: url(../images/arrow-slider.png) -60px 0 no-repeat;
	width:20px;
	height:33px;
	display:inline-block;
	color:transparent;
	font-size:0;
	content:"";
	position:absolute;
	right: 0;
	top: 50%;
	margin-top: -40px;
}
a:hover .icon-arrow-right-circle:before {
	background-position:  -60px -60px;
}
.icon-arrow-left-circle:before {
	background: url(../images/arrow-slider.png) 0 0 no-repeat;
	width:20px;
	height:33px;
	display:inline-block;
	color:transparent;
	font-size:0;
	content:"";
	position:absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
}
a:hover .icon-arrow-left-circle:before {
	background-position:  0 -60px;
}
.pdf-light-viewer-magazine-thumbnails  .bx-pager-item {
	display: inline-block;
	margin: 0 5px;
}
.pdf-viewer .pdf-light-viewer .pdf-light-viewer-magazine-thumbnails .bx-wrapper .bx-pager a {
	background: #666;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	text-indent: -9000em;
	display: inline-block;
	color:transparent;
}
.pdf-viewer .pdf-light-viewer .pdf-light-viewer-magazine-thumbnails .bx-wrapper .bx-pager a.active {
	background: #000;
}
.pdf-light-viewer .pdf-light-viewer-features-top-panel li a, .pdf-light-viewer .pdf-light-viewer-features-top-panel li button, .pdf-light-viewer .pdf-light-viewer-features-top-panel li span {
	color: #00a1f2;
}
.pdf-viewer .bx-controls {
	margin-top: 23px;
}
.pdf-viewer .pdf-light-viewer .pdf-light-viewer-magazine-thumbnails .bx-wrapper {
	padding: 0;
	margin-bottom: 0;
}
.pdf-viewer .pdf-light-viewer .pdf-light-viewer-magazine-thumbnails .pdf-light-viewer-slide span {
	font-family: "Archivo", Arial;
	font-size: 18px;
	color: #004862;
}
.magazine-slider {
	overflow:hidden;
	clear: left;
	background: #f6f6f6;
	padding: 47px 0;
	position:relative;
}
.magazine-slider .title {
	color: #00a1f2;
    font-family: "Archivo",Arial;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase
}
.magazine-slider ul {
	width: 500%;
}
.magazine-slider li {
	float: left;
	width: 170px;
	margin-right:30px;
}
.magazine-slider .magazine-overview .item {
	clear: none !important;
	margin-top:20px;
}
.magazine-slider .disabled {
	display: none !important;
}
.magazine-slider .bx-prev {
	background: url(../images/arrow-slider.png) 0 0 no-repeat;
	width:20px;
	height:33px;
	display:inline-block;
	color:transparent;
	font-size:0;
	position:absolute;
	left:0;
	top: 50%;
	margin-top: -20px;
}
.magazine-slider .bx-prev:hover {
	background-position: 0 -60px;
}
.magazine-slider .bx-next {
	background: url(../images/arrow-slider.png) -60px 0 no-repeat;
	width:20px;
	height:33px;
	display:inline-block;
	color:transparent;
	font-size:0;
	position:absolute;
	right:0;
	top: 50%;
	margin-top: -20px;
}
.magazine-slider .bx-next:hover {
	background-position: -60px -60px;
}
.magazine-slider .bx-viewport {
	height: auto !important;
}
.paging {
	margin-top:35px;
}
.paging .pager {
    float: right;
    margin: 0;
}
.paging .pager > a, .paging .pager > span {
    background: #fff;
    color: #4b4b4d;
    float: left;
    line-height: 28px;
    margin-left: 5px;
    min-width: 28px;
}
.paging .pager > a:hover {
	background: #f6f6f6;
}
.paging .pager > .current {
    background: #00a1f2;
    color: #fff;
}
.paging .pager .prev::before {
    content: "\f104";;
    display: inline-block;
    font: 22px/1 FontAwesome;
    text-rendering: auto;
    transform: translate(0px, 0px);
    vertical-align: middle;
}
.paging .pager .next::before {
  	content: "\f105";
    display: inline-block;
    font: 22px/1 FontAwesome;
    text-rendering: auto;
    transform: translate(0px, 0px);
    vertical-align: middle;
}
.paging .pager > a:first-child, .paging .pager > span:first-child {
    margin-left: 0;
}
.paging .pager .prev,
.paging .pager .next {
    font-size: 0;
	color: #fff !important;
	background: #00a1f2 !important;
}
.aanbiedingen-page h1.title {
	color: #00a1f2;
    font-family: "Archivo",Arial;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 13px;
    text-align: center;
    text-transform: uppercase
}
.aanbiedingen-page .sub-title {
	font-family: "Archivo",Arial;
	font-style: italic;
	font-size:28px;
	color: #004862;
	text-align:center;
}
.aanbiedingen-outer {
}
.aanbiedingen-page .aanbiedingen-intro .wp-editor {
	margin-top:52px;
}
.aanbiedingen-page .aanbiedingen-intro  {
	margin-bottom:38px;
}
.aanbiedingen-block {
	background: #f6f6f6;
	padding:60px 0;
}
.aanbiedingen-block .item {
	overflow: hidden;
	margin-top:60px;
	background:#fff;
	position:relative;
}
.aanbiedingen-block .item:first-child {
	margin-top: 0;
}
.aanbiedingen-block .item .illus {
	float:right;
	width: 367px;
	position: relative;
	z-index:1;
}
.aanbiedingen-block .item:after {
	background: #00a1f2;
	width: 367px;
	height: 100%;
	right: 0;
	top: 0;
	display:block;
	content:"";
	position:absolute;
}
.aanbiedingen-block .item .illus img {
	display: block;
	width: 100%;
	height: auto;
}
.aanbiedingen-block .item:nth-child(even) .illus {
	float:left;
}
.aanbiedingen-block .item:nth-child(even):after {
	right: auto;
	left: 0;
}
.aanbiedingen-block .item .info {
	background: #00a1f2;
	color:#fff;
	padding: 32px 30px 30px 30px;
	font-size: 14px;
	line-height:2;
}
.aanbiedingen-block .item .image + .info {
	padding-top: 21px;
}
.aanbiedingen-block .item .info a {
	color: #fff;
}
.aanbiedingen-block .item .caption {
	overflow:hidden;
	padding: 35px 40px;
}
.aanbiedingen-block .item .caption .title {
	color: #00a1f2;
    font-family: "Archivo",Arial;
		font-weight: 900;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase
}
.aanbiedingen-block .item .caption .category {
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #004862;

}

.aanbiedingen-block .item .caption .category .icon {
	width: 20px;
	height: 13px;
	display: inline-block;
	background: url("../../common/images/fort-icon.png") no-repeat;
	float: left;
	background-size: contain;
	margin-top: 3px;
}
.aanbiedingen-block .item .caption .meta-info {
	display:inline-block;
	margin:25px 0 23px 0;
	padding: 13px 20px;
	min-width:260px;
	color:#e84e0f;
	font-size:26px;
	border: 2px dashed #e84e0f;
	font-family: "Archivo",Arial;
	font-style: italic;

}
.aanbiedingen-block .item  .info p {
	position:relative;
	padding-left: 35px;
	margin-top: 10px;
}
.aanbiedingen-block .item  .info .wp-editor p {
	padding-left: 0;
}
.aanbiedingen-block .item  .info .wp-editor a {
	text-decoration: underline;
}
.aanbiedingen-block .item  .info .wp-editor a:hover {
	text-decoration: none;
}
.aanbiedingen-block .item  .info .wp-editor ul li {
	background: none;
	position: relative;
}
.aanbiedingen-block .item  .info .wp-editor ul li:before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
}
.aanbiedingen-block .item  .info .wp-editor {
	font-size: 14px;
}
.aanbiedingen-block .item  .info .wp-editor  blockquote {
	color: #fff;
}
.aanbiedingen-block .item  .info p:first-child {
	margin-top: 0;
}
.aanbiedingen-block .item .info p:before {
	display: inline-block;
  	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 16px;
}
.aanbiedingen-block .item .location:before {
	content: "\f041";
}
.aanbiedingen-block .item .phone:before {
	content: "\f095";
}
.aanbiedingen-block .item .exlink:before {
	content: "\f0c1";
}
/*-----Style Select dropdown-----------*/
.sbHolder{
	background:#f1f1f1 url('../../common/images/icon_select.png') no-repeat right 10px;
	outline:none;
	height:35px;
	line-height:35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	font-family: 'Archivo', Arial;
	font-size:14px;
}
.sbSelector{
	display: block;
	height: 20px;
	left: 0;
	line-height: 20px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	color:#262626;
	padding-top:3px;
	font-size:14px;
	font-family: 'Archivo', Arial;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #262626;
	outline: none;
	text-decoration: none;
	line-height:35px;
	height:35px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #ccc;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px!important;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}
.gform_wrapper .sbOptions  li{
	padding: 0 0px;
	margin:2 0px;
}
.gform_wrapper  .sbOptions  li:last-child{
	margin-bottom:0;
}
.sbOptions li.current,
.sbOptions li a.sbFocus,
.sbOptions li:hover{
	background-color:#dedede;
}
.sbOptions a{
	font-size:14px;
	font-family: 'Archivo', Arial;
	color:#262626;
	display: block;
	outline: none;
	padding: 3px 0 3px 10px;
	line-height:30px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #262626;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #262626;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/*-----end Style Select dropdown-----------*/


.BlocksPhone .Item_0{
	/*clear:both;*/
}





@media only screen and (min-width: 2000px) {
	.parallaxBanner .img,
	.banner .imgSub {
		background-size: cover !important;
		background-position: center 0 !important;
	}
}

@media only screen and (max-width: 1290px) {
	#NewsHome .bx-wrapper,
	#ExploreFort .bx-wrapper{
		max-width:900px!important;
	}
	.event-cat li{display:block;width:auto;}
}

@media only screen and (max-width: 1169px) {
	#MainMenu{
		right:190px;
	}
	.show-search {
		right: -25px;
	}
	.show-search.open input[type="text"]{
		width: 750px;
	}
	.outContainer{
		/*width:1015px;*/
		max-width:1015px;
	}
	#SearchHeaderSubpage{
		top:-90px;
	}
	#Header{
		margin-bottom:90px;
	}
	#Header .blockLogos{
		margin-right:2px;
		width:220px;
		height:72px;
	}
	.bgHeader.sticky #Header .blockLogos {
		width: 220px;
	}
	.bgHeader.sticky #MainMenu ul li a {
		font-size: 14px;
	}
	#Header .blockLogos .logo,
	#Header .blockLogos .logo768,
	#Header .blockLogos .logo940.hover,
	#Header .blockLogos:hover .logo.hover{
		display:none;
	}
	#Header .blockLogos .logo940,
	#Header .blockLogos:hover .logo940.hover{
		display:block;
	}
	#MainMenu ul li{
		padding-top:22px;
		margin:0 5px;
	}
	#MainMenu ul li a{
		font-size:13px;
	}
	.banner{
		margin-top:54px;
		height:616px;
	}
	.social-icon {
		margin-top:3px;
	}
	#TextBanner{
		padding-left:0;
		padding-right:0;
	}
	#NewsHome .bx-wrapper,
	#ExploreFort .bx-wrapper{
		max-width:720px!important;
	}
	#MapHome{
		height:450px;
	}
	#ShareFooter  .Image{
		overflow:hidden;
	}
	#ShareFooter .Subcription input.txt{
		width:253px;
	}
	#ShareFooter .Subcription h2 .icon{
		margin-left:-10px;
		width:50px;
	}
	#ShareFooter .Subcription .content{
		padding-left:20px;
		padding-right:20px;
	}
	#ExploreFort .Item,
	.list-item .item{
		height:245px;
	}
	#ExploreFort .Image img, .list-item img {
		height: 245px;
		width: auto;
	}
	.list-item .heigher img {
		height: 524px;
	}
	.list-item .heigher,
	#MapHome {
		height: 524px;
	}
	#first-block .nieuw {
	    height: 546px;
	}
	#ExploreFort .Text,
	.list-item .Text{
		padding:5px;
		bottom:0;
	}
	#ExploreFort .Text h2,
	.list-item h2{
		padding-bottom:2px;
		font-size:15px;
		line-height:20px;
		max-height:40px;
	}
	#ExploreFort .bx-controls-direction{
		width:1050px;
	}
	#ExploreFort .label,
	.list-item .label{
		width:110px;
		height:31px;
		font-size:13px;
		padding-top:0;
		line-height:22px;
		background-position: 0 -188px;
	}
	#ExploreFort  .label_1,
	.list-item .label_1{
		background-position:2px -188px;
	}
	#ExploreFort  .label_2,
	.list-item .label_2{
		background-position:-208px -188px;
	}
	#ExploreFort  .label_3,
	.list-item .label_3{
		background-position:-418px -188px;
	}
	#ExploreFort  .label_4,
	.list-item .label_4{
		background-position:-630px -188px;
	}
	#ExploreFort  .label_5,
	.list-item .label_5{
		background-position:2px -249px;
	}
	#ExploreFort  .label_6,
	.list-item .label_6{
		background-position:-208px -249px;
	}
	#ExploreFort  .label_7,
	.list-item .label_7{
		background-position:-418px -249px;
	}
	#ExploreFort  .label_8,
	.list-item .label_8{
		background-position:-630px -249px;
	}
	.SearchForm{
		width:620px;
	}
	#activitiesSearchResult .contentSearch .SearchForm, #fortenSearchResult .contentSearch .SearchForm{
		margin-left:60px;
	}
	#fortenSearchResult .resultBlocks .Item{
		width:300px;
	}
	#LineTopContent{
		max-width:1015px;
	}
	.gform_wrapper.two-column_wrapper ul.Item_1{
		width:320px;
	}
	.gform_wrapper.two-column_wrapper ul li .ginput_container ul li {
		background-color: #fff;
		margin: 10px 0px !important;
		width: 270px !important;
	}
	.gform_wrapper.two-column_wrapper ul.Item_2,
	.gform_wrapper.two-column_wrapper .gform_footer{
		width:590px;
	}
	.gform_wrapper.two-column_wrapper ul.Item_2 li{
		margin:0 25px 10px
	}
	.gform_wrapper.two-column_wrapper ul.Item_2 li .ginput_container {
		width: 370px;
	}
	#ShareFooter .shareImage .icon,
	#ShareFooter .Subcription .gform_wrapper .gform_heading .gform_description{
		display:none;
	}
	#ShareFooter .gform_wrapper ul li input{
		width:173px;
	}
	.magazine-slider .bx-wrapper,
	.pdf-viewer .pdf-light-viewer .pdf-light-viewer-magazine-thumbnails .bx-wrapper {
		max-width: 770px !important;
	}
	.magazine-slider .magazine-overview .item {
		clear: none !important;
	}
	.gform_wrapper.two-column_wrapper ul li .gfield_description, .gform_wrapper.two-column_wrapper ul li .gfield_label,
	.gform_wrapper.two-column_wrapper ul li .ginput_container ul li,
	.gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_checkbox li {
		width: auto !important;
		display: block;
	}
}

@media only screen and (max-width: 1070px) {
	#NewsHome .bx-wrapper,
	#ExploreFort .bx-wrapper{
		max-width:720px!important;
	}
}
@media only screen and (min-width: 992px){
	#MainMenu {
		float: right !important;
	}
}
@media only screen and (max-width: 992px){
	#first-block .list-item img,
	#second-block .list-item img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-width: 980px) {
	.gform_wrapper.two-column_wrapper form {
		position:relative;
	}
	.gform_wrapper.two-column_wrapper .gform_body {
		background: #f6f6f6 ;
		overflow:hidden;

	}
	.gform_wrapper.two-column_wrapper .gform_body:before {
		content: "";
		background: #fff;
		height:100%;
		position:absolute;
		top: 0;
		left: 320px;
		width: 30px;
	}
	.gform_wrapper.two-column_wrapper .gform_footer {
		width: 100%;
		float: none;
	}
}
@media only screen and (min-width: 1200px) {
	.gform_wrapper.two-column_wrapper .gform_body:before {
		left: 440px;
	}
}
@media only screen and (max-width: 1200px) {
	#fortenSearchResult .header .Title {
		padding-left: 0;
		text-align: center;
	}

	#DonationTemplate .intro, #SubTemplate .intro, #activitiesSearchResultFullScreen .ingress, #fortenSearchResult .ingress, #activitiesSearchResult .ingress {
		padding-left: 0;
		text-align: center;
	}
	#fortenSearchResult .contentSearch .SearchForm {
		margin: 0 auto 50px;
	}

	.social-icon {
		width: 35px;
		height: 35px;
		position: relative;
		margin: 0;
	}
	.twitter-icon {
		background-size: 28px auto;
	}
	.facebook-icon {
		background-size: 28px auto;
	}
	.email-icon{
		background-size: 28px auto;
	}
	.instagram-icon {
		background-size: 28px auto;
	}
	.setting-icon{
		background-size: 30px auto;
		height: 35px;
	}
}
@media only screen and (max-width: 979px) {
	.magazine-slider .bx-wrapper,
	.pdf-viewer .pdf-light-viewer .pdf-light-viewer-magazine-thumbnails .bx-wrapper {
		max-width: 570px !important;
	}
	.show-search {
		right: 15px;
		top: 10px;
	}
	.term-menu {
		margin: 0 0 20px;
	}
	.open-cat .wp-editor {
		margin-left: 0;
	}
	.open-cat .wp-editor,
	.open-cat .col-sm-5 {
		margin: 67px 0 0;
	}
	.contentPage .social {
		display: none;
	}
	#first-block .nieuw {
		height: 400px;
		margin-bottom: 23px;
	}
	#first-block .nieuw::before {
		height: 200px;
	}
	.banner img.tablet{
		display:block;
	}
	.banner img.desktop,
	.banner img.phone{
		display:none;
	}
	.outContainer{
		width:100%;
		padding:0;
	}
	#Header{
		text-align:center;
		overflow:inherit;
		/*margin-bottom: 12px;*/
		margin-bottom: 63px;
	}
	#Header .col-sm-12{
		position:inherit;
	}
	.SearchForm{
		width:667px;
	}
	.bgHeader{
		height:60px;
		background: #00a1f2;
	}
	.bgHeader.sticky{
		height:60px;
		border-bottom:#fff solid 0px;
		overflow:inherit;
	}
	.bgHeader.sticky #Header .blockLogos a{
		height:auto;
	}
	.bgHeader.sticky #Header .blockLogos{
		width:266px;
	}
	.banner{
		padding-top:60px;
		margin-top:0px;
		background:#00a1f2;
	}
	.social{
		position:absolute;
		right:15px;
		top:5px;
	}
	.social-icon {
		margin-top:0;
	}
	.facebook-icon {
		background-position: 0px -253px;
	}
	.email-icon {
		background-position: -63px -253px;
	}
	.setting-icon {
		background-position: -125px -253px;
	}
	#Header .logo{
		float:none;
		background: url("../../common/images/logo768.jpg") no-repeat ;
		width:268px;
	}
	#MainMenu{
		display:none;
	}
	#MainMenuPhone{
		left:0px;
		position:absolute;
		top:50px;
		display:none;
		width:250px;
		z-index:500;
		height:100%;
		background:#00a1f2;
	}
	#MainMenuPhone ul li{
		margin:1px 0 1px 0;
		width:100%;
		padding:11px 0;
	}
	#MainMenuPhone ul li ul{
		display:none;
	}
	#MainMenuPhone ul li.current-menu-item > ul{
		display:block;
	}
	#MainMenuPhone ul li:hover,
	#MainMenuPhone ul li.current-menu-item,
	#MainMenuPhone ul li.current-menu-parent,
	#MainMenuPhone ul li.current_page_ancestor{
		background:#f6f6f6;
	}
	#MainMenuPhone ul li.current-menu-parent > ul,
	#MainMenuPhone ul li.current_page_ancestor > ul
	{
		display:block;
	}
	#MainMenuPhone ul li ul li ul{
		padding-left:10px;
	}
	#MainMenuPhone ul li:hover a,
	#MainMenuPhone ul li.current-menu-item a,
	#MainMenuPhone ul li.current-menu-parent a,
	#MainMenuPhone ul li.current-menu-parent ul li.current-menu-item > a,
	#MainMenuPhone ul li.current_page_ancestor > a{
		color:#1ab8d5;
	}
	#MainMenuPhone ul li.current-menu-item ul li a,
	#MainMenuPhone ul li.current-menu-parent ul li a{
		color:#43536a;
	}
	#MainMenuPhone ul li a{
		color:#004862;
		font-size:18px;
		display:block;
		text-align:left;
		padding-left:22px;
	}
	#MainMenuPhone ul li.menu-item-has-children > a{
		background: url("../../common/images/arrow_menuTablet.png") no-repeat top right ;
	}
	#MainMenuPhone ul li.menu-item-has-children:hover > a,
	#MainMenuPhone ul li.menu-item-has-children.current-menu-item > a,
	#MainMenuPhone ul li.current-menu-parent > a,
	#MainMenuPhone ul li.current_page_ancestor > a{
		background: url("../../common/images/arrow_menuTablet_hover.png") no-repeat top right ;
	}
	#MainMenuPhone ul li.current-menu-parent.menu-item-has-children > a,
	#MainMenuPhone ul li.current-menu-item.menu-item-has-children > a
	{
		padding-bottom:10px;
	}
	#MainMenuPhone ul li ul li{
		padding:0px 0;
	}
	#MainMenuPhone ul li.current-menu-parent ul li a{
		color:#43536a;
	}

	#MainMenuPhone ul li.current-menu-parent ul li:hover > a{
		color:#1ab8d5;
	}

	#NewsHome .bx-wrapper,
	#ExploreFort .bx-wrapper{
		max-width:720px!important;
		position:inherit;
	}
	#ExploreFort .bx-controls-direction a.bx-next,
	#NewsHome .bx-controls-direction a.bx-next{
		right:14px;
	}
	#NewsHome .bx-controls-direction a.bx-prev,
	#ExploreFort .bx-controls-direction a.bx-prev{
		left:14px;
	}
	.iconMenu{
		display:block;
		width:42px;
		position:fixed;
		margin-top:14px;
		left:15px;
		height:40px;
		z-index:5;
		cursor:pointer;
	}
	.iconMenu > span{
		height:5px;
		background:white;
		width:100%;
		margin-bottom:8px;
		display:block;
	}
	.iconMenu.active > span{
		background:#004862;
	}
	#TextBanner .text{
		font-size:30px;
		line-height:40px;
	}
	#TextBanner a.detail{
		font-size:35px;
	}
	#Header .blockLogos{
		float:none;
		margin:auto;
		width:266px;
		height:60px;
		overflow:hidden;
	}
	.show-search {
		top: 14px;
	}
	.show-search.open input[type="text"]{
		width: 550px;
	}
	#Header .blockLogos .logo,
	#Header .blockLogos .logo940,
	#Header .blockLogos .logo768.hover{
		display:none;
	}
	#Header .blockLogos .logo768{
		display:block;
	}
	#Header .blockLogos:hover .logo768.hover{
		display:block;
	}
	#ExploreFort .bx-controls-direction{
		width:750px;
	}
	.bgHeader.sticky{
		background:none;
		background-color:#00a1f2;
	}
	#ExploreFort,
	#NewsHome{
		padding-bottom:20px;
		position:relative;
	}
	#ExploreFort .label{
		padding-top:0;
	}
	#CatalogueDetail .Title,
	#DonationTemplate .Title,
	#SubTemplate .Title,
	#NewsDetail .Title,
	#NewsOverview .Title,
	#fortenSearchResult .Title,
	#ActivitiesDetail .Title,
	#activitiesSearchResult .Title,
	#ExploreFort .Title,
	#ActivitiesFortenDetail .Title,
	#ExploreFortDetail .Title,
	#NewsHome .Title, .MapBlock .Title{
		margin-bottom:15px;
	}
	#ExploreFort, .MapBlock, #NewsHome{
		padding-bottom:22px;
	}
	#NewsHome .ItemsBlock{
		padding-bottom:0;
	}
	#ShareFooter .shareFb,
	#ShareFooter .Image{
		height:320px;
	}
	#ShareFooter .shareImage .icon{
		display:none;
	}
	#ShareFooter  .Subcription {
		margin-top:15px;
	}
	#ShareFooter .Subcription .content{
		margin:0 auto;
	}
	#ShareFooter .Subcription .background{
		background-color:#00a1f2;
		margin: auto;
		width: 60%;
	}
	#ShareFooter .Subcription .gform_wrapper .gform_heading .gform_description{
		left: auto;
		right: 215px;
		display:none;
	}
	#ShareFooter .Subcription input.txt{
		width:100%;
	}
	#ShareFooter {
		background: url("../../common/images/bg_ShareFooter_tablet.png");
		overflow: hidden;
		padding: 40px 0;
	}
	#fortenPage #map-canvas{
		width:100%;
		height:225px;
		float:none;
	}
	#fortenSearchResult, #activitiesSearchResult{
		width:100%;
		float:none;
	}
	#activitiesSearchResult .Title,
	#activitiesSearchResult .ingress,
	#fortenSearchResult .Title,
	#fortenSearchResult .ingress	{
		padding-left:0;
		text-align:center;
	}
	#fortenSearchResult .contentSearch .SearchForm ,
	#activitiesSearchResult .contentSearch .SearchForm {
		margin:0 auto 50px auto;
		width:630px;
	}
	#fortenSearchResult .resultBlocks .Item .Title{
		text-align:left;
	}
	#ExploreFortDetail .Title,
	#ActivitiesFortenDetail .Title,
	#NewsOverview .Title{
		margin-bottom:50px;
	}

	.gform_wrapper{
		/*padding-left:20px;
		padding-right:20px;*/
	}
	#LineTopContent{
		width:auto;
	}
	.Information ul{
		padding-left:15px;
		padding-right:15px;
	}
	.Information ul li label{
		width:50%;
	}
	.Information ul li span{
		width:50%;
	}
	.Information ul li.Item_1,
	.Information ul li.Item_3,
	.Information ul li.Item_5{
		margin-bottom:0;
	}
	#MapBlock .Title{
		margin-bottom:28px;
	}
	#SearchHeaderSubpage{
		display:none;
	}
	#TextBanner .parallaxText{
		width:100%;
		max-width:708px;
	}
	#TextBanner{
		padding-top:54px;
		height:335px;
	}
	.SearchForm{
		margin-top:194px;
	}
	#TextBanner .text{
		padding-bottom:21px;
	}
	#TextBanner a.detail{
		font-size:28px;
	}
	#MapHome {
		height: 300px;
	}
	.MapBlock .Title{
		padding-bottom:12px;
	}

	#activitiesSearchResult .Title {
		margin-bottom: 19px;
	}
	#activitiesSearchResult .labelBlocks .Title,
	#activitiesSearchResultFullScreen .labelBlocks .Title{
		line-height:32px;
	}
	#activitiesSearchResult .Title{
		margin-bottom:8px;
	}
	#activitiesSearchResult .contentSearch{
		padding-bottom:5px;
	}
	#fortenPage{
		margin-bottom:17px;
	}
	#ActivitiesDetail .Title {
		margin-bottom: 22px;
		line-height:50px;
	}
	#ActivitiesDetail .visitMore,
	#ExploreFortDetail .visitMore{
		margin-top:24px;
		margin-bottom:32px;
	}
	#ActivitiesFortenDetail .Item_0 {
		clear: none;
	}

	#fortenSearchResult .Title .icon{
		height:30px;
		background-position: -65px -131px;
	}
	#fortenSearchResult .Title{
		margin-bottom:20px;
	}
	.dvk-social-sharing.paddingBottom40{
		padding-bottom:30px;
	}
	#ActivitiesFortenDetail .Title{
		margin-bottom:45px;
	}
	.Pagination{
		padding:0;
	}
	#NewsHome{
		padding-bottom:0;
	}
	#NewsHome .ItemsBlock{
		padding-bottom:10px;
	}
	#activitiesSearchResult .Item .label, #activitiesSearchResultFullScreen .Item .label{
		right:25px;
	}
	#ShareFooter .gform_wrapper ul li input{
		width:100%;
	}
	#ShareFooter .shareImage h2 a,
	#ShareFooter .shareImage h2,
	#ShareFooter .Subcription .gform_wrapper .gform_title,
	#ShareFooter .ShareFbBlock h3{
		font-size:16px;
	}
	.gform_wrapper.two-column_wrapper ul{
		width:100%!important;
		margin-right:0!important;
	}
	.gform_wrapper.two-column_wrapper ul li{
		width:450px!important;
		margin:auto;
	}
	.gform_wrapper.two-column_wrapper ul li.gsection{
		width:100%!important;
	}
	.gform_wrapper.two-column_wrapper ul li .ginput_container ul li {
		margin: 10px 0px !important;
		width: 380px !important;
	}
	.gform_wrapper.two-column_wrapper ul li .gfield_label{
		padding-left:0;
	}
	.gform_wrapper.two-column_wrapper ul.Item_2 li {
		margin: 0 30px 10px;
		width:650px!important;
	}
	.gform_wrapper.two-column_wrapper ul.Item_2 li.gsection{
		width:100%!important;
	}
	.gform_wrapper.two-column_wrapper ul.Item_2 li .ginput_container {
		width: 470px;
	}
	.gform_wrapper.two-column_wrapper ul.Item_2, .gform_wrapper.two-column_wrapper .gform_footer{
		width:708px;
	}
	.gform_wrapper .ui-datepicker-trigger{
		right:15px;
	}
	#NewsOverview .NewsList .Item_0{
		clear:none;
	}
	#NewsOverview .NewsList .ItemTab_0,
	#ActivitiesFortenDetail .ItemTab_0{
		clear:left;
	}
	#fortenSearchResult .note{
		text-align:center;
		padding-bottom:0px;
		padding-right:20px;
		padding-left:20px;
	}
	#ShareFooter .shareImage .icon,
	#ShareFooter .Subcription .gform_wrapper .gform_heading .gform_description{
		display:block;
	}
	#ShareFooter .Subcription .background{
		width:95%;
	}
	#ShareFooter .shareFb{
		margin-top:15px;
	}
	#ActivitiesFortenDetail .Item.col-md-3:nth-child(2n+1) {
		clear: left;
	}
	.magazine-overview .item:nth-child(6n+1) {
		clear: none;
	}
	.magazine-overview .item:nth-child(3n+1) {
		clear: left;
	}
	.tmp-magazine .toolbar .option,
	.tmp-magazine .toolbar .sort {
		float:left;
		width:100%;
		clear: left;
	}
	.tmp-magazine .toolbar .sort {
		margin-top:20px;
	}
	.magazine-slider .magazine-overview .item {
		clear: none !important;
	}
	.aanbiedingen-block .item .illus,
	.aanbiedingen-block .item:after {
		width: 250px;
	}
}
@media only screen and (max-width: 770px) {
	#NewsHome .bx-wrapper,
	#ExploreFort .bx-wrapper{
		max-width:470px!important;
	}

}
@media only screen and (max-width: 767px) {
	.banner {
		padding-top: 45px;
	}
	.event-cat li{display:inline-block;width:calc(50% - 4px);}
	.open-cat .term-menu {
		right: 15px;
		max-height: 225px;
	}
	.banner img.phone{
		display:block;
	}
	.banner img.desktop,
	.banner img.tablet{
		display:none;
	}
	#TextBanner .parallaxText{
		width:auto;
		margin-right: 15px;
	}
	#Header{
		margin-bottom:32px;
	}
	.show-search input[type="text"]{
		padding: 5px 10px;
	}
	.show-search{
		top: 12px;
	}
	.show-search img{
		top: 0;
	}
	#TextBanner{
		padding-top:30px;
	}
	#MapHome{
		height:230px;
	}
	#NewsHome .ItemBlocks .Item{
		text-align:center;
	}
	#NewsHome .ItemBlocks .Item > img{
		width:80%;
	}
	#NewsHome .ItemBlocks .Item h2,
	#NewsHome .ItemBlocks .Item .Ingress{
		text-align:left;
	}
	#NewsHome .bx-controls-direction a {
		background: url("../../common/images/common-new.png") no-repeat scroll -218px -64px rgba(0, 0, 0, 0);
		display: inline-block;
		height: 35px;
		overflow: hidden;
		position: absolute;
		text-indent: -1000px;
		top: 38%;
		width: 22px;
	}
	#NewsHome .bx-controls-direction a.bx-next {


	}
	#NewsHome .bx-controls-direction a.bx-prev {

	}
	#NewsHome .bx-controls-direction a.disabled {
		display: none;
	}
	#NewsHome .bx-wrapper {

	}
	#NewsHome .bx-wrapper{
		width:700px;
	}
	#NewsHome .ItemBlocks .Item{
		width:700px;
	}
	#activitiesSearchResult .labelBlocks{
		overflow:hidden;
		margin-bottom:20px;
	}
	#activitiesSearchResult .labelBlocks ul{
		clear:none!important;
	}
	#activitiesSearchResult .labelBlocks h2,
	#activitiesSearchResult .labelBlocks ul li{
		clear:none!important;
		margin-right:20px;
		width:auto;
	}
	#activitiesSearchResult .labelBlocks .Title{
		margin-bottom:9px;
	}
	/*.resultActivitiesBlocks .Item{
		width:80%;
		margin:0 auto 20px auto;
		height: auto;
	}*/
	.resultActivitiesBlocks .Item .Image {
		height: auto;
	}
	.resultActivitiesBlocks .Item .Image img {
		max-width: none;
		width: 100%;
		height: auto;
	}
	#fortenSearchResult .contentSearch .SearchForm,
	#activitiesSearchResult .contentSearch .SearchForm{
		width:94%;
		margin:0 3% 25px 3%;
	}
	.SearchForm .txtSearch, #SearchHeaderSubpage .txtSearch{
		width:100%;
	}
	.iconMenu{
		width:30px;
		margin-top:12px;
		height:22px;
		z-index:5;
	}
	.iconMenu > span{
		height:3px;
		width:100%;
		margin-bottom:5px;
	}

	.bgHeader{
		height:43px;
		margin-top: 0;
	}
	#Header .blockLogos{
		height: 43px;
		width: 160px;
	}
	.bgHeader.sticky #Header .blockLogos{
		width: 160px;
	}
	#Header .blockLogos .logo768 {
		display: block;
		height: 43px;
		width: 160px;
	}
	.bgHeader.sticky #Header .blockLogos
	{
		height:43px;
	}
	.bgHeader.sticky #Header .blockLogos a{
		height: 43px;
	}
	#Header .blockLogos .logo768  img{
		height:100%;
	}
	.logo940 img,.logo img{
		display:none;
	}
	.social {
		height:35px;
		top:0;
		width:100px;
		right:0;
	}
	.social-icon {
		height: 30px;
		width: 28px;
	}
	.facebook-icon{
		background-position: -234px -260px;
	}
	.email-icon{
		background-position: -269px -260px;
	}
	.setting-icon{
		background-position: -301px -260px;
		width:40px;
	}
	#TextBanner .text{
		font-size:24px;
		line-height:30px;
		padding-left:50px;
		padding-right:50px;
	}
	#TextBanner a.detail{
		font-size:22px;
	}
	#TextBanner .icon{
		width:40px;
	}
	.SearchForm{
		width:auto;
		height:40px;
	}
	.SearchForm .txtSearch{
		font-size:12px;
		height:40px;
	}
	.SearchForm .BtnSearch{
		height:40px;
		width:40px;
		background-position:-62px -53px;
	}
	.Information ul li label{
		width:100%;
	}
	.Information ul li span{
		width:100%;
		padding-bottom:15px;
		display:inline-block;
	}
	#LineTopContent{
		height:32px;
	}
	#CatalogueDetail .Title,
	#DonationTemplate .Title,
	#SubTemplate .Title,
	#NewsDetail .Title,
	#NewsOverview .Title,
	#fortenSearchResult .Title,
	#ActivitiesDetail .Title,
	#activitiesSearchResult .Title,
	#ExploreFort .Title,
	#ActivitiesFortenDetail .Title,
	#ExploreFortDetail .Title,
	#NewsHome .Title, .MapBlock .Title{
		font-size:19px;
		line-height:25px;
		padding:0 10px;

	}
	#TextBanner{
		padding-top:5px;
		height:310px;
	}
	#DonationTemplate .intro,
	#SubTemplate .intro,
	#activitiesSearchResultFullScreen .ingress,
	#fortenSearchResult .ingress,
	#activitiesSearchResult .ingress,
	#SubTemplate .ingress
	{
		font-size:16px;
	}
	#NewsOverview .Title .icon,
	#ExploreFort .Title .icon,
	#activitiesSearchResultFullScreen .Title .icon,
	#activitiesSearchResult .Title .icon,
	#ExploreFortDetail .Title .icon,
	#NewsHome .Title .icon{
		background-position:0px -295px;
		width:27px;
	}
	#fortenSearchResult .Title .icon,
	#NewsOverview .Title .icon{
		background-position:0px -300px;
	}
	.MapBlock .Title .icon {
		background-position:-60px -300px;
		margin-bottom:-2px;
	}
	#ShareFooter .row {
		display: block;
	}
	#ShareFooter .Image img{
		width:100%;
		height:auto;
	}
	#ShareFooter .Subcription {
		background-color: transparent;
	}
	#ShareFooter .Subcription .content {
		width: 100%;
	}
	#ShareFooter {
		background: url("../../common/images/bg_ShareFooter_phone.png") scroll 0 0;
	}
	#MainMenuPhone{
		width:165px;
		top:35px;
	}
	#MainMenuPhone ul li{
		padding-top:9px;
		padding-bottom:9px;
	}
	#MainMenuPhone ul li a{
		font-size:14px;
		padding-left:12px;
		line-height:20px;
	}
	#MainMenuPhone ul li.menu-item-has-children > a{
		background: url("../../common/images/arrow_menuPhone.png") no-repeat scroll right 8px ;
	}
	#MainMenuPhone ul li.menu-item-has-children:hover > a,
	#MainMenuPhone ul li.menu-item-has-children.current-menu-item > a,
	#MainMenuPhone ul li.current-menu-parent > a {
		background: url("../../common/images/arrow_menuPhone_hover.png") no-repeat scroll right 8px;
	}
	#MainMenuPhone ul li  ul li a{
		font-size:12px;
	}
	.SearchForm {
		margin-top: 224px;
	}
	#ShareFooter{
		padding-top:27px;
	}
	#activitiesSearchResultFullScreen .header,
	#fortenSearchResult .header,
	#activitiesSearchResult .header{
		padding-top:0;
	}
	#activitiesSearchResult .Title{
		margin-bottom:0;
	}
	#activitiesSearchResultFullScreen .header,
	#fortenSearchResult .header,
	#activitiesSearchResult .header{
		height:60px;
	}
	#fortenPage {
		background: url("../../common/images/bg_fortenSearchResult_Phone.jpg") repeat-x  #f6f6f6;
	}
	#fortenPage {
		margin-bottom: 0px;
	}
	#LineTopContent.Subpage {
		height: 32px;
	}
	#BreakCrumb{
		display:none;
	}
	#ActivitiesDetail .LinkToCategory a{
		font-size:13px;
	}
	#ActivitiesDetail .Title{
		margin-bottom:3px;
	}
	#ActivitiesDetail .LinkToCategory{
		margin-bottom:7px;
	}
	#ActivitiesDetail .visitMore, #ExploreFortDetail .visitMore{
		margin-bottom:15px;
	}
	#ActivitiesDetail .TextDetail .Text,
	#CatalogueDetail .Text,
	#SubTemplate .Text,
	#ExploreFortDetail .Text,
	#NewsDetail .Text{
		font-size:14px;
		line-height:22px;
	}
	.dvk-social-sharing .Title{
		width:100%;
		text-align:left!important;
		margin-bottom:15px;
	}
	.dvk-social-sharing .icon {
		width:28px;
	}
	.dvk-social-sharing .twitter .icon {
		background-position: -198px -308px;
	}
	.dvk-social-sharing .facebook .icon {
		background-position: -255px -308px;
	}
	.dvk-social-sharing .google .icon {
		background-position: -305px -308px;
	}
	.dvk-social-sharing .twitter:hover .icon {
		background-position: -198px -348px;
	}
	.dvk-social-sharing .facebook:hover .icon {
		background-position: -255px -348px;
	}
	.dvk-social-sharing .google:hover .icon {
		background-position: -305px -348px;
	}
	#CatalogueDetail .Title .icon{
		background-position: -245px -320px;
		margin-right:7px;
	}
	#fortenSearchResult .Title,
	#NewsDetail .Title,
	#SubTemplate .Title
	{
		 margin-bottom: 0px;
	}
	#NewsDetail .Title{
		padding-left:0;
	}
	#fortenSearchResult .ingress{
		 font-size:18px;
	}
	#fortenSearchResult .resultBlocks{
		margin-left: 3%;
		margin-right: 3%;
		padding-left: 0;
	}
	#fortenSearchResult .resultBlocks .Item .Title{
		font-size:14px;
	}
	#fortenSearchResult .resultBlocks .Item ul li{
		margin-bottom:3px;
	}
	#fortenSearchResult .resultBlocks .Item ul li a{
		font-size:14px;
		line-height:20px;
	}
	#ExploreFortDetail .Title,
	#ActivitiesFortenDetail .Title,
	#NewsOverview .Title{
		margin-bottom:10px;
	}
	#CatalogueDetail .SliderDetail, #ExploreFortDetail .SliderDetail{
		clear:both;
	}
	.MapBlockFortenDetail #MapFortenDetail{
		height:230px;
		margin-bottom:20px;
	}
	#NewsOverview .NewsList .Item{
		margin-bottom:30px;
	}
	#SubTemplate .intro,
	#DonationTemplate .intro{
		margin-bottom:10px;
	}
	.gform_wrapper .gform_title{
		font-size:20px;
		margin-bottom:10px;
	}
	.gform_wrapper ul li label{
		font-size:15px;
		width:95%;
		padding-top:3px;
	}
	.gform_wrapper ul li .ginput_container{
		width:100%;
		/*margin-bottom:7px;*/
	}
	.RelatedArticles ul li{
		margin-bottom:10px;
	}
	.gform_wrapper ul li input,
	.gform_wrapper ul li textarea{
		padding-left:10px;
	}
	#NewsHome .bx-controls-direction a{
		top:28%;
	}
	#ExploreFort .Text .detail .icon{
		width:18px;
		background-position:-142px -64px;
	}
	#ShareFooter .Subcription .background{
		width:100%;
	}
	#ShareFooter .Subcription .gform_wrapper .gform_heading .gform_description {
		left: auto;
		right: 270px;
	}
	#ShareFooter .Subcription .gform_wrapper{
		padding:0;
	}
	.gform_wrapper.two-column_wrapper ul li {
		width: 96% !important;
		margin-right:2% !important;
		margin-left:2% !important;
	}
	.gform_wrapper.two-column_wrapper ul li .ginput_container ul li{
		width:100%!important;
	}
	.gform_wrapper.two-column_wrapper ul li.gsection{
		margin-left:0!important;
		margin-right:0!important;
	}
	.gform_wrapper.two-column_wrapper ul.Item_2 li{
		width:auto!important;
	}
	.gform_wrapper.two-column_wrapper ul.Item_2 li label{
		width:35%!important;
	}
	.gform_wrapper.two-column_wrapper ul.Item_2 li .ginput_container{
		width:65%!important;
	}
	.gform_wrapper.two-column_wrapper .gform_footer{
		width:100%;
		padding-right:10px;
	}
	.gform_wrapper .ui-datepicker-trigger{
		right:5px;
	}
	#ActivitiesFortenDetail .Item > a,#ActivitiesFortenDetail .Item > a img{
		height:auto;
		clear:both;
	}
	#ActivitiesFortenDetail .Item{
		overflow:hidden;
	}

	#ShareFooter .Item .Image{
		margin-bottom:20px;
		height:auto;
	}

	.magazine-overview .item:nth-child(3n+1) {
		clear: none;
	}
	.magazine-overview .item:nth-child(2n+1) {
		clear: left;
	}
	.tmp-magazine .toolbar .option li {
		float:none;
		margin-left:0;
	}
	.magazine-slider .bx-wrapper,
	.pdf-viewer .pdf-light-viewer .pdf-light-viewer-magazine-thumbnails .bx-wrapper {
		max-width: 170px !important;
	}
	.magazine-slider .magazine-overview .item {
		clear: none !important;
	}
	.aanbiedingen-block .item .illus {
		float: none !important;
		width: 100%;
	}
	.aanbiedingen-block .item:after {
		display: none;
	}
	.aanbiedingen-block .item .caption .meta-info {
		min-width: 0;
	}
	.aanbiedingen-block .item .info,
	.aanbiedingen-block .item .caption {
		padding-left: 20px;
		padding-right:20px;
	}
	.search-block .content-left {
		overflow: hidden;
	}
	.search-block .group {
		width: 50%;
		float: left;
		padding-right: 15px;
	}
	.location-wrap::before{
		display: block;
	}
}
@media only screen and (max-width: 640px) {
	#NewsHome .bx-wrapper{
		width:530px;
	}
	#NewsHome .ItemBlocks .Item{
		width:530px;
	}
	#final-block [class^="col-"] {
		width: 100%;
	}
	#ExploreFort .Image img, .list-item img {
		width: 100%;
		height: auto;
	}
	.facetwp-search, .input-block .facetwp-facet {
		width: 100%;
	}
	.show-search.open input[type="text"]{
		width: 350px;
	}
}
@media only screen and (max-width: 510px) {
	#ExploreFort .bx-wrapper,
	#NewsHome .bx-wrapper{
		max-width:250px!important;
	}

	#activitiesSearchResultFullScreen.block-activities .Item {
		width: 80%;
		margin: 0 auto 20px;
	}

	.filters-block .col-xs-6,
	.search-block .group {
		width: 100%;
	}
	.search-block .group {
		padding-right: 0;
	}
}
@media only screen and (max-width: 480px) {
	#NewsHome .bx-wrapper{
		width:370px;
	}
	.event-cat li {display:block;width:auto;}
	#NewsHome .ItemBlocks .Item{
		width:370px;
	}
	#first-block .nieuw .caption,
	#first-block .waterline .caption {
		bottom: 20px;
	    left: 20px;
	    right: 20px;
	}
	.list-item [class^="col-"],
	#activitiesSearchResultFullScreen [class^="col-"] {
		width: 100%;
	}
	.list-item .item1 {
		margin-bottom: 23px;
	}
	#TextBanner .text{
		padding-left:10px;
		padding-right:10px;
	}
	.list-item .heigher {
		height: 245px;
	}
	#second-block .list-item .item,
	#final-block .list-item .item {
		margin-bottom: 23px;
	}
	.SearchForm .txtSearch, #SearchHeaderSubpage .txtSearch {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 80%;
	}
	#SearchHeaderSubpage .txtSearch{
		padding-right: 20px;
	}
	.gform_wrapper.two-column_wrapper ul.Item_2 li label{
		width:45%!important;
	}
	.gform_wrapper.two-column_wrapper ul.Item_2 li .ginput_container{
		width:55%!important;
	}
	#first-block .nieuw .Text,
	#first-block .waterline .Text{
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
	.MapBlockTitle {
		font-size: 22px;
	}
}
@media only screen and (max-width: 360px) {
	#NewsHome .bx-wrapper{
		width:280px;
	}
	#NewsHome .ItemBlocks .Item{
		width:270px;
	}
	#TextBanner .parallaxText{
		overflow:inherit;
	}
	#ShareFooter .Subcription .gform_wrapper .gform_heading .gform_description{
		right:220px;
	}
	.show-search.open input[type="text"]{
		width: 240px;
	}
}
@media only screen and (max-width: 320px) {
	#NewsHome .ItemBlocks .Item,
	#NewsHome .bx-wrapper{
		width:250px;
	}
	#TextBanner a.detail{
		font-size:19px;
	}
	#ShareFooter .Subcription .gform_wrapper .gform_heading .gform_description {
		right: 205px;
	}
	#Header .blockLogos .logo768 {
		height: 43px;
		width: 130px;
	}
	#Header .blockLogos .logo768 img{
		width:100%;
	}
}

/*------Format for IE 8--------------*/
.isIE8 .row{
	width:1200px;
}
.isIE8 .col-md-1,
.isIE8 .col-sm-1{
	width:70px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-2,
.isIE8 .col-sm-2{
	width:170px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-3,
.isIE8 .col-sm-3{
	width:270px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-4,
.isIE8 .col-sm-4{
	width:370px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-5,
.isIE8 .col-sm-5{
	width:470px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-6,
.isIE8 .col-sm-6{
	width:570px;
	float:left;
	padding:0 15px;
}
.isIE8 .col-md-7,
.isIE8 .col-sm-7{
	width:670px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-8,
.isIE8 .col-sm-8{
	width:770px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-9,
.isIE8 .col-sm-9{
	width:870px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-10,
.isIE8 .col-sm-10{
	width:970px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-11,
.isIE8 .col-sm-11{
	width:1070px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-12,
.isIE8 .col-sm-12{
	width:1170px;
	float:left;
	padding:0 15px;
}
.isIE8  .container{
	width:1200px;
	margin:auto;
}

/*------End format for IE 8--------------*/
.activities-overview-page {
	background: #fff;
	margin: 122px 0 0;
}
.activities-overview-page h1 {
	display: none;
}
.sidebar-filter .main-title {
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.23;
	color: #00a1f2;
	position: relative;
}
.sidebar-filter .main-title.active:before {
	content: '\e901';
}
.sidebar-filter .inner {
	border-radius: 3px;
  	background: #fdfdfd;
  	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.29);
  	margin: 10px 0 0;
  	padding: 5px 13px 5px;
}
.sidebar-filter .submit span {
  	background: #00a1f2;
  	color: #fff;
  	text-align: center;
  	font-size: 16px;
  	display: block;
  	padding: 10px 0 10px;
		font-family: "Archivo",Arial;
		font-weight: 900;
		text-transform: uppercase;
  	margin: 0 0 12px;
  	cursor: pointer;
  	line-height: normal;
}
.sidebar-filter .main-title:before {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: '\e900';
	font-family: 'icomoon';
	font-size: 8px;
}

.option-filter .title {
	font-size: 15px;
	letter-spacing: -0.5px;
	color: #46546c;
	font-weight: 800;
	margin: 0 0 10px;
	position: relative;
	cursor: pointer;
}
.option-filter.disabled .title {
    color: #696969;
}
.option-filter .title:before {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: '\e900';
	font-family: 'icomoon';
	font-size: 8px;
	color: #00a1f2;
}
.option-filter .title.active:before {
	content: '\e901';
}
.option-content {
	display: none;
}
.text-label {
	font-size: 15px;
	color: #696969;
	margin: 0 0 5px;
}

.option-filter input[type="text"] {
	background: #f9f9f9;
  	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  	font-size: 15px;
	color: #262626;
	border: 0;
	width: 243px;
	font-style: normal;
	padding: 8px 11px 7px;
	margin: 0 0 10px;
}
.option-filter .date {
	position: relative;
	display: inline-block;
}
.option-filter .date:before {
	content: "\e904";
	color: #00a1f2;
	font-family: 'icomoon';
	position: absolute;
	right: 14px;
	top: 8px;
	font-size: 20px;
}
.option-filter input::-moz-placeholder,
.option-filter textarea::-moz-placeholder,
.option-filter .placeholder {
    opacity: 1;
    filter: alpha(opacity=1);
    font-size: inherit;
    font-family: inherit;
    color: #a0a0a0;
}

.option-filter input.placeholder,
.option-filter ::-webkit-input-placeholder {
    font-size: inherit;
    font-family: inherit;
    color: #a0a0a0;
}

.option-filter :-ms-input-placeholder {
    font-size: inherit;
    font-family: inherit;
    color: #a0a0a0;
}

.option-filter .sbHolder {
	border-radius: 3px;
	background: #fdfdfd;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.29);
	max-width: 140px;
	position: relative;
	margin: 0 0 10px;
}
.option-filter .sbToggle {
	position: absolute;
	right: 12px;
	line-height: 30px;
}
.option-filter .sbToggle:before {
	content: "\e905";
	font-family: 'icomoon';
	font-size: 6px;
	color: #00a1f2;
}
.option-filter .sbToggle.sbToggleOpen:before {
	content: '\e906';
}
.option-filter .sbSelector {
	font-size: 15px;
	color: #696969;
	padding: 0;
}

.option-filter .sbOptions li.current,
.option-filter .sbOptions li a.sbFocus,
.option-filter .sbOptions li:hover {
	background: rgba(26, 184, 211, 0.1);
}
#reset-form {
	border:0;
	background: transparent;
	color: #1cb8d3;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: -0.4px;
	text-decoration: underline;
	padding: 0;
}
#reset-form:hover{
	text-decoration: none;
}
.option-filter .sbOptions {
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.29);
	border: 0;
	background: #fdfdfd;
	border-radius: 0 3px 3px 0;
	top: 33px!important;
}

.option-filter {
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
	margin: 0 0 16px;
}
.option-content {
	padding: 0 0 10px;
}
.option-content li {
	margin: 0 0 4px;
}
.option-filter:last-child {
	border: 0;
	margin: 0;
}

.content-filter {
	display: none;
	padding: 25px 0 0;
}

.content-filter ::-webkit-input-placeholder { /* WebKit browsers */
   font-style: normal;
}
.content-filter :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-style: normal;
}
.content-filter ::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-style: normal;
}
.content-filter :-ms-input-placeholder { /* Internet Explorer 10+ */
   font-style: normal;
}

.checkbox-group input {
	display: none;
	background: url(../images/checkmark-checked.svg) no-repeat;
}

.checkbox-group label {
	font-size: 15px;
	position: relative;
	padding-left: 27px;
	color: #696969;
	font-weight: normal;
}

.checkbox-group label:before {
	content: '';
	width: 18px;
  	height: 18px;
  	border-radius: 2px;
  	border: solid 1px #00a1f2;
  	position: absolute;
  	left: 0;
  	top: 3px;
}

.option-filter.disabled .checkbox-group label:before {
    border: solid 1px #696969;
}

.checkbox-group input:checked + label,
.checkbox-group .active label {
	color: #00a1f2;
}

.checkbox-group input:checked + label:after,
.checkbox-group .active label:after {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background: url(../images/checkmark-checked.svg) no-repeat;
	width: 18px;
	height: 18px;
	background-size: 18px auto;
}
.checkbox-group input:checked + label:before,
.checkbox-group .active label:before {
	display: none;
}

.checkbox-group + ul {
	padding: 10px 0 0;
}

#activities-result {
	padding: 0 0 80px;
}

#activities-result .Image {
	height: 225px;
	background-size: cover;
	margin: 0 0 5px;
}

#activities-result h2 {
	font-size: 15px;
	color: #46546c;
	letter-spacing: -0.5px;
	font-weight: 800;
	margin: 0 0 6px;
	min-height: 0;
	line-height: normal;
}

#activities-result .Date {
	font-size: 13px;
	color: #00a1f2;
	line-height: 22px;
	margin: 0 0 5px;
}

#activities-result .Detail .icon {
	width: 20px;
	height: 13px;
	display: inline-block;
	background: url("../../common/images/fort-icon.png") no-repeat;
	float: left;
	background-size: contain;
	margin-top: 3px;
}

#activities-result .Detail {
	font-size: 10px;
	font-family: Verdana;
	color: #004862;
	line-height: 18px;
}

#activities-result .Item {
	margin: 20px 0 0;
	position: relative;
}

#activities-result .labels {
	position: absolute;
	right: 18px;
	top: 0;
}

.button-active {
	padding: 19px 0 0;
}

.button-active span {
	display: inline-block;
	color: #00a1f2;
	font-size: 14px;
	background: #fdfdfd;
  	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.29);
  	padding: 3px 37px 6px 11px;
  	position: relative;
  	margin: 10px 10px 0px 0;
}

.button-active .x-tag:after {
	position: absolute;
	font-family: 'ElegantIcons';
	content: 'M';
	font-size: 23px;
	right: 7px;
	top: 3px;
}

.activities-overview-page .pagination {
	display: inline-block;
	background: #fdfdfd;
  	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.29);
  	margin: 40px 0 0;
}

.activities-overview-page .page-numbers {
	width: 41px;
	height: 41px;
	text-align: center;
	line-height: 41px;
	font-size: 15px;
	font-family: "Archivo", Arial;
	color: #00a1f2;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -2px;
}

.activities-overview-page .page-numbers.current,
.activities-overview-page .page-numbers:hover {
	background: #00a1f2;
	color: #fff;
}

.activities-overview-page .page-numbers.next:before {
	content: '\e908';
	font-family: 'icomoon';
	font-size: 12px;
}

.activities-overview-page .page-numbers.prev:before {
	content: '\e907';
	font-family: 'icomoon';
	font-size: 12px;
}
.ajax_load_posts i {
	display: none;
	color: #00a1f2;
	font-size: 25px;
	margin: 0 auto;
}
.ajax_load_posts.loading i {
	display: block;
}

.ajax_load_posts .error-msg {
	display: block;
	margin-top: 30px;
}

@media only screen and (min-width: 767px) {
	.sidebar-filter .inner {
		background: transparent;
		box-shadow: none;
		padding: 0;
		margin: 48px 0 0;
	}

	#activities-result .col-md-6 {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin-right: -2px;
		margin-left: -2px;
	}

	/*.option-filter .title:before ,*/
	.sidebar-filter .main-title:before {
		display: none;
	}

	.content-filter {
		display: block!important;
	}

	.content-filter,
	.option-content {
		/*display: block!important;*/
		max-width: 245px;
	}

	.activities-overview-page {
		background: #f6f6f6;
		position: relative;
		margin: 111px 0 0;
	}

	.option-filter {
		margin: 0 0 21px;
	}

	.sidebar-filter .submit {
		margin: 0 0 80px;
	}

	.activities-overview-page h1 {
		display: block;
		font-size: 36px;
		color: #00a1f2;
		font-family: "Archivo",Arial;
		font-weight: 900;
		text-transform: uppercase;
		text-align: center;
		margin: 47px 0 0;
		line-height: 1;
	}

	.activities-overview-page > .container > .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.activities-overview-page > .container > .row:before {
		display: none;
	}

	.activities-overview-page .col-sm-5 {
	    -ms-flex: 0 0 41.66666667%;
	    flex: 0 0 41.66666667%;
	    max-width: 41.66666667%;
	}

	.activities-overview-page .col-sm-7 {
	    -ms-flex: 0 0 58.33333333%;
	    flex: 0 0 58.33333333%;
	    max-width: 58.33333333%;
	}
}

@media only screen and (min-width: 1200px) {
	.activities-overview-page .col-lg-3  {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}

	.activities-overview-page .col-lg-9 {
	    -ms-flex: 0 0 75%;
	    flex: 0 0 75%;
	    max-width: 75%;
	}

	.checkbox-group label {
		cursor: pointer;
	}

	.checkbox-group label:hover {
		color: #00a1f2;
	}

    .option-filter.disabled .checkbox-group label:hover {
        color: #696969;
    }
}

.item-content-wrapper h2 {
    min-height: 34px;
}

.item-content-wrapper {
    min-height: 90px;
}

.Title h1 span {
  padding-left: 40px; 
	color: #00a1f2;
	background:url("../../common/images/fort-icon.png") left center no-repeat;
	display:inline-block;
	height:30px;
	background-size: contain !important;
}

.sidebar-filter .option-filter .submit {
    margin-bottom: 0;
    padding-top: 10px;
}

#activities-result.ActivitiesFortenDetail {
    background: rgb(246, 246, 246);
    padding-top: 40px;
    margin-top: 15px;
}

#activities-result.ActivitiesFortenDetail .Title {
    font-size: 25px;
	margin-bottom: 18px;
    color: #00a1f2;
		font-family: "Archivo",Arial;
		font-weight: 900;
		text-transform: uppercase;
    text-align: center;
}

#ShareFooter .ShareFbBlock iframe {
	height: 100% !important;
}

#ShareFooter .fb-page { width: 100% !important; }
#ShareFooter .fb-page span { width: 100% !important; }
#ShareFooter .fb-page span iframe[style] { width: 100% !important; }

#Footer .logo-text-foot {
	margin-left: 30px;
	color: #8a8989;
}

@media only screen and (max-width: 1024px) {
	#Footer .logo-text-foot {
		margin-left: 0;
		display: block;
	}
}

@media only screen and  (min-width: 980px) {
	#map-canvas .gm-style {
		position: fixed !important;
		width: 35% !important;
		bottom: 50px !important;
		overflow: hidden !important;
		top: 65px !important;
	}

	#map-canvas .gm-bundled-control-on-bottom {
		bottom: 215px !important;
	}
}

#gform_wrapper_45 .gform_body .gfield .gfield_label {
	font-size:16px !important;
}

#gform_wrapper_45 .gform_body .gfield .ginput_complex {
	margin-bottom: 32px !important;
}

#gform_wrapper_45.gform_body .gfield {
	margin-bottom: 40px;
}

#gform_wrapper_45 ul li.radioGroups .ginput_container li, .gform_wrapper ul li.checkboxGroups .ginput_container li, #gform_wrapper_45 ul.gfield_radio li, #gform_wrapper_45 ul.gfield_checkbox li {
	display: flex !important;
}

#gform_wrapper_45 li#field_45_8 {
	margin-top: 40px !important;
}

#fortenSearchResult h1.Title .icon {
	margin-right: 5px;
}