/* fonts */

@import url('https://fonts.googleapis.com/css?family=Allan:400,700');

@font-face {
    font-family: 'open_sansregular';
	font-display: auto;
    src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff')
}

@font-face {
    font-family: 'open_sansbold';
	font-display: auto;
    src: url('../fonts/OpenSans-Bold-webfont.woff') format('woff')
}

@font-face {
    font-family: 'open_sansitalic';
	font-display: auto;
    src: url('../fonts/OpenSans-Italic-webfont.woff') format('woff')
}

@font-face {
    font-family: 'open_sanslight';
	font-display: auto;
    src: url('../fonts/OpenSans-Light-webfont.woff') format('woff')
}

@font-face {
    font-family: 'texgyreadventorbold';
	font-display: auto;
    src: url('../fonts/texgyreadventor-bold-webfont.woff') format('woff')
}

@font-face {
    font-family: 'texgyreadventorregular';
	font-display: auto;
    src: url('../fonts/texgyreadventor-regular-webfont.woff') format('woff')
}


/* main */

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-family: 'open_sansregular', Verdana, sans-serif;
	color: #121212
}

img {
	border: 0
}

a:active, a:focus, a:hover {
	outline: none
}

.header_container {
	width: 90%;
	max-width: 930px;
	margin: 0 auto
}

/* wrapper */

#wrapper {
	width: 100%;
	margin: 0 auto
}

/* nav */

nav {
	width: 100%;
	background-color: #ffffff;
	z-index: 7777
}

nav:after {
	clear:both;
	content:" ";
	display:block
}

.nav_feature {
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 100%;
	background: none;
	z-index: 7777;
	position: fixed;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s
}

.nav_feature:after {
	clear:both;
	content:" ";
	display:block
}

.nav_feature_active {
	background-color: #ffffff;
	border-bottom: 1px solid #dedede
}


.nav_menubar {
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #dedede;
	z-index: 7777;
	position: fixed
}

.shadow {
	box-shadow: 0 0.05em 0.25em #171515
}

/* header */

#header {
	margin: 0 auto;
	padding: 0;
/*      width: 90%; */
/*      max-width: 930px; */
	height: 50px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none           /* Likely future */
}

.logo {
	margin: 5px 0 0 0;
	float: left;
	height: 35px;
	width: 50px
}

.logo_feature {
	margin: 7px 0 0 20px;
	float: left;
	height: 35px;
	width: 75px;
	background: url("/images/logo.png") no-repeat; /* use inverse logo if necessary */
	background-size: 35px 75px
}

.logo_feature_active {
	background-image: url("/images/logo.png") !important
}

.canvas .header_logo {
	width: 90%;
	max-width: 960px;
	margin-top: 15px
}

/* hamburger */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 700;
    top: 0;
    right: 0;
    background-color: #009aaa;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
	text-align: right
}

.close-button {
	height: 25px;
	width: 25px;
	position: absolute;
	box-sizing: border-box;
	top: 10px;
	right: 10px;
	padding: 30px 30px 10px 30px;
	cursor: pointer
}
.close-button:before, .close-button:after {
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -15px;
	display: block;
	height: 5px;
	width: 25px;
	background-color: #fff;
	transition: all 0.25s ease-out
}
.close-button:after {
	transform: rotate(-135deg)
}
.close-button:hover:before, .close-button:hover:after {
	transform: rotate(0deg)
}


#mySidenav a, a:visited  {
    font: 1.05em 'open_sansbold', Verdana, sans-serif;
	padding: 9px 32px 8px 8px;
    text-decoration: none;
    color: #ffffff;
	text-transform: uppercase;
	transition: 0.3s
}

#mySidenav a:hover, .offcanvas a:focus{
    color: #009aaa
}

#mySidenav  ul {
	display: inline-flex;
	list-style-type: none;
	margin: 40px 0 0 0;
	padding: 0
}

#mySidenav  ul li {
	margin: 0 2.5% 0 2.5%
}

.menu_footer {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

#main {
    transition: margin-left .5s;
    padding: 16px
}

#hamburger {
	position: fixed;
    top: 9px;
    right: 6px;
	z-index: 5
}

@media screen and (max-height: 450px) {

  .sidenav {
	padding-top: 15px
	}
  .sidenav a {
	font-size: 18px
	}

}

.btn {
    position: relative;
    height: 32px;
    width: 32px;
    float: left;
	font-size: 20px;
	margin: 0 20px 0 0;
	cursor: pointer;
	text-align: center;
    color: #ffffff;
    border-radius: 50%
}

.btn-rnd {
    border-radius: 50px;
    background-color: #009aaa;
	color: transparent;
	transition: background 0.2s;
	overflow: hidden
}

.btn-rnd:hover {
    background-color: #009aaa
}

#lines:before {
    position: absolute;
    content:"";
    border-top: 3px solid #ffffff;
    border-bottom: 9px double #ffffff;
    height: 4px;
    width:18px;
    top: 8px;
    right:7px;
}

/* navbar  */

#navbar {
	padding: 12px 0 10px 18px;
	text-align: center;
	float: left;
	position: absolute;
	z-index: 12222
}

#navbar ul {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0
}

#navbar li {
	display: inline-block;
	font: 1.20em 'open_sansbold', Verdana, sans-serif;
	line-height: 1.25em;
	margin-left: 18px;
	margin-right: 18px;
	padding: 0;
	text-transform: uppercase;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75)
}

#navbar  a, a:visited {
	color: #ffffff;
	text-decoration: none;
    transition: 0.3s
}

#navbar  a:hover, .menu-items a:target {
	color: #009aaa
}

.nav_social {
	margin: 10px 18px 0 18px
}

#navbar_profile {
	padding: 12px 0 0 18px;
	text-align: center;
	float: left;
	position: absolute;
	z-index: 500
}

#navbar_profile h1 {
	font: 3.0em 'Allan', Verdana, sans-serif;
	font-weight: 400;
	line-height: 1.0em;
	color: #ffffff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
	margin: 0;
	padding: 20px;
	float: left
}

/* menubar  */

#menubar {
	padding: 15px 0 10px 40px;
	text-align: center;
	float: left
}

#menubar ul {
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0
}

#menubar li {
	display: inline-block;
	font: 0.85em 'open_sansbold', Verdana, sans-serif;
	margin-left: 18px;
	margin-right: 18px;
	padding: 0;
	text-transform: uppercase
}

#menubar  a, a:visited {
	color: #000000;
	text-decoration: none;
    transition: 0.3s
}

#menubar  a:hover, .menu-items a:target {
	color: #009aaa
}

.menu_social {
	margin-left: 18px;
	margin-right: 18px
}

.nav_feature_plus {
	display: none
}

.nav_feature_plus_active {
	display: block !important
}

/*  hero */

.canvas {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    vertical-align: baseline
}

.canvas img {
	width: 100%
}

.storyheader {
/*	position: relative; */
    top: 0;
    left: 0;
    width: 100%;
	height: 100vh;
    background: #fff;
    z-index: 201
}

.storyheader_50 {
/*	position: relative; */
    top: 0;
    left: 0;
    width: 100%;
	height: 50vh;
	min-height: 250px;
    background: #fff;
    z-index: 201
}

.storyheader_image {
	height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
/*	position: relative; */
    overflow: hidden;
}

.storyheader_background {
	height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
/*	position: relative; */
    overflow: hidden
}

.animated {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    height: 520px;
    text-align: center;
    vertical-align: baseline;
    background-position: center center;
	/*  background: top center fixed;  */
	background-repeat: no-repeat;
    background-size: cover /* or contain */
}

.wallpaper {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    height: 75vh;
	min-height: 75vh;
	overflow: hidden;
    text-align: center;
    vertical-align: baseline;
    background-position: center center;
	/*  background: top center fixed;  */
	background-repeat: no-repeat;
    background-size: cover /* or contain */
}

.overlay {
    position: absolute;
    width: 100%;

	height: 100%;
	background-color: rgba(13, 14, 21, 0.5)
}

.overlay_wallpaper {
	position: absolute;
    min-height: 75vh;
    width: 100%;
	background-color: rgba(63, 74, 131, 0.5)
}

.video_header {
    position: relative;
	margin: 0;
    padding: 0;
    background-size: cover;
    height: 100%;
    text-align: center;
    vertical-align: baseline;
    background-repeat: no-repeat;
    background-position: center center
}

video {
	width: 100%
}

.video_article {
	margin: 30px 0 0 0;
	padding: 0
}

.youtubewrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
	margin: 20px 0 30px 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.youtubewrapper  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#headline {
    position: absolute;
    bottom: 50%;
	width: 100%;
	margin: 0;
	padding: 0;
/*	background: transparent url("/images/gradient-black.png") repeat-x left top/100% 100% -- optional -- */
}

#headline h1 {
	font: 4.20em 'Allan', Verdana, sans-serif;
	font-weight: 400;
	line-height: 1.0em;
	text-align: center;
	color: #ffffff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
	text-transform: uppercase;
	margin: 0 4% 0 4%;
	padding: 0
}

#headline p {
	font: 1.4em 'open_sansregular', Verdana, sans-serif;
	color: #ffffff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
	margin: 15px 0 0 0
}

#headline span {
	display: block;
	font: 0.40em 'open_sansregular', Verdana, sans-serif;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-transform: lowercase
}

#headline_intro {
    position: absolute;
    bottom: 50%;
	width: 90%;
	margin: 0 0 0 27px;
	padding: 0
/*	background: transparent url("/images/gradient-black.png") repeat-x left top/100% 100% -- optional -- */
}

#headline_intro h1 {
	font: 3.20em 'Allan', Verdana, sans-serif;
	font-weight: 400;
	line-height: 1.0em;
	color: #ffffff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
	margin: 0;
	padding: 20px
}

#headline_intro p {
	font: 1.4em 'open_sansregular', Verdana, sans-serif;
	color: #ffffff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
	margin: 15px 0 0 0
}

.round {
	width: 90px;
    height: 90px;
	border-radius: 50%;
    border: 4px solid #fff;
	max-width: 100%;
	float: left;
	margin: 0
}

.desktop {
	display: block
}

.mobile {
	display: none
}

/* content */

#content {
	width: 100%;
	margin: 0 auto;
	padding: 0
}

#content:after {
	clear:both;
	content:" ";
	display:block
}

article {
	width: 100%;
	float: none;
	margin: 0 auto
}

.article_indent {
	padding: 50px 0 0 0
}

.article_details_indent {
	padding: 30px 0 0 0
}

.article_indent_more {
	padding: 60px 0 10px 0
}

.article_indent_plus {
	padding: 70px 0 0 0
}

.article_indent_extra {
	padding: 80px 0 0 0
}

.article_unindent {
	width: 96%;
	margin: -100px auto 0;
	background-color: #ffffff;
	max-width: 820px;
	padding: 30px 0 0 0;
	position: relative
}

.article_advert {
	width: 66.66666667%;
	margin: 0 0 0 0;
	float: left
}

.article_logo {
	width: 90%;
	max-width: 960px;
	margin-top: 15px
}

/* headers */

#content h1 {
	font: 1.80em 'texgyreadventorbold', Verdana, sans-serif;
	line-height: 1.3em;
	color: #009aaa;
	margin: 10px 5% 10px;
	padding: 0 0 10px 0;
	width: 90%;
	text-align: center
}

#content .front {
	font: 2.0em 'open_sanslight', Verdana, sans-serif;
	line-height: 1.3em;
	color: #333333;
	margin: 30px 5% 75px;
	padding: 5px 0 0 0
}

#content .blog_title {
	font: 2.0em 'texgyreadventorregular', Verdana, sans-serif;
	margin: 0 0 20px 0;
	text-align: left
}

#content .huge {
	font: 2.80em 'Allan', Verdana, sans-serif;
	line-height: 1.3em;
	color: #000000;
	margin: 30px 20px 20px;
	padding: 0;
	text-align: center
}

#content .nospace {
	margin: 10px 0 0 0
}

#content .nl {
	display: none /* span */
}

#content h2 {
	font: 1.70em 'texgyreadventorregular', Verdana, sans-serif;
	line-height: 1.5em;
	color: #009aaa;
	margin: 10px 5% 0;
	padding: 5px 0 10px 0;
	width: 90%;
	text-align: center
}

#content .header_no_margin {
	margin: -15px 5% 0;
	padding: 0 0 10px 0
}

#content h3 {
	font: 1.70em 'texgyreadventorregular', Verdana, sans-serif;
	line-height: 1.5em;
	color: #009aaa;
	margin: 10px 5% 0;
	padding: 5px 0 10px 0;
	width: 90%;
	text-align: center
}

#content h4 {
	font: 1.70em 'texgyreadventorregular', Verdana, sans-serif;
	line-height: 1.5em;
	color: #009aaa;
	margin: 10px 5% 0;
	padding: 5px 0 10px 0;
	width: 90%;
	text-align: center
}

/* text */

p {
	font: 1.05em 'open_sansregular', Verdana, sans-serif;
	line-height: 1.65em;
	margin: 15px 0 0 0;
	padding: 0
}

p ~ h2 {
	margin-top: 2rem
}

.break {
	margin: 0 0 0 0
}

.extra_margin {
	margin: 30px 0 30px 0
}

.extra_margin_top {
	margin: 30px 0 0 0
}

.extra_margin_bottom {
	margin: 0 0 30px 0
}

.bold {
	font: 1.05em 'open_sansbold', Verdana, sans-serif;
	display: initial
}

.label {
	font: 1.10em 'texgyreadventorbold', Verdana, sans-serif;
	display: initial
}

.cursive {
	font: 1.05em 'open_sansitalic', Verdana, sans-serif
}

.comment {
	font: 0.95em 'open_sansitalic', Verdana, sans-serif;
	line-height: 1.65em;
	margin: 5px 0 30px 0;
	text-align: center
}

.comment_left {
	font: 0.95em 'open_sansitalic', Verdana, sans-serif;
	line-height: 1.65em;
	margin: 5px 0 30px 0;
	text-align: left
}

.center_text {
	text-align: center
}

.credit {
	color: #5f5f5f
}

.question {
	font: 1.05em 'open_sansbold', Verdana, sans-serif;
	margin: 28px 0 0 0
}

/* gallery */

#gallery_container {
	margin: 0 auto 0;
	width: 90%;
	max-width: 960px;
	overflow: auto /* hidden for aos */
}

#gallery_container .name {
	font: 1.05em 'open_sansbold', Verdana, sans-serif;
	line-height: 1.75em;
	text-align: center;
	margin: 5px 0 0 0;
	text-transform: uppercase
}

#gallery_container .description {
	font: 0.95em 'open_sansitalic', Verdana, sans-serif;
	line-height: 1.0em;
	text-align: center;
	margin: 4px 0 10px 0
}

#gallery_container .price {
	font: 0.95em 'open_sansregular', Verdana, sans-serif;
	line-height: 1.0em;
	text-align: center;
	margin: 14px 0 10px 0
}

#gallery_container .text {
	font: 1.05em 'open_sansitalic', Verdana, sans-serif;
	line-height: 1.0em;
	text-align: center;
	margin: 15px 0 10px 0
}

.gallery_art {
    float: left;
    margin: 20px 1.666666%;
    width: 30.00%
}

.gallery_art img {
    margin: 0;
	padding: 0;
    width: 100%;
	box-shadow: 3px 3px 10px 2px #d3d3d3
}

.gallery_block {
	float: left;
    margin: 14px 1.444444%;
    width: 30.11%
}

.gallery_photo {
	overflow: hidden
}

.gallery_photo img {
    margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: bottom
}

.gallery_photo img:hover {
	-webkit-backface-visibility: hidden;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.gallery_article {
	margin: 12px 5.5% 60px;
	width: 88.00%
}

.status {
	display: block;
	position: relative
}

.status_label {
	font: 1.0em 'open_sansbold', Verdana, sans-serif;
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 6px;
    background: #1585B4;
    color: #ffffff;
    text-transform: uppercase
}

.thumb_sliding {
	display: inline-block;
	position: relative
}

.thumb_sliding:after {
	content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    opacity: .5;
    transition: border .3s;
    border-bottom: 0 solid #1585B4
}

.thumb_sliding:hover:after {
    border-bottom: 20px solid #1585B4
}

#logo_container {
	margin: 5px auto 50px;
	width: 90%;
	max-width: 960px;
	overflow: auto /* hidden for aos */
}

.logo_block {
	float: left;
    margin: 14px 2.444444%;
    width: 28.11%
}

.logo_image img {
    margin: 0 auto;
	padding: 0;
	max-width: 100%
}

/** images **/

#content .icon {
	display: inline-block;
	line-height: 0;
	margin: 0;
	padding: 0
}

#content .icon_image {
	width: 18px;
	height: 18px;
    vertical-align: middle
}

.fade {
	opacity: 1;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	box-shadow: #dddddd 0em 0em 0em /* fix tilting image */
}

.fade:hover {
	opacity: 0.5
}

.wide {
	width: 100%;
	margin: 0;
	padding: 20px 0 30px 0
}

.splash {
	max-width: 100%;
	margin: 50px 0 30px 0;
	padding: 0
}

.splash_50_container {
	max-width: 100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
	text-align: center
}
.splash_50_container:after {
	clear:both;
	content:" ";
	display:block
}

.splash_50_left {
	max-width: 40%;
	margin: 20px auto 0px;
	padding: 0 2% 0 8%;
	float: left
}

.splash_50_left_after_text {
	max-width: 40%;
	margin: 20px auto 0px;
	padding: 0 2% 0 8%;
	float: left
}

.splash_50_right {
	max-width: 40%;
	margin: 20px auto 0px;
	padding: 0 8% 0 2%;
	float: left
}

.splash_no_margin_bottom {
	max-width: 100%;
	margin: 50px 0 0 0;
	padding: 0
}

.splash_extra_bottom {
	max-width: 100%;
	margin: 50px 0 70px 0;
	padding: 0
}

.splash_no_margin_top {
	max-width: 100%;
	margin: 0 0 30px 0;
	padding: 0
}

.splash_extra_top {
	max-width: 100%;
	margin: 80px 0 30px 0;
	padding: 0
}

.splash_extra_bottom_extra_top {
	max-width: 100%;
	margin: 70px 0 60px 0;
	padding: 0
}

.splash_fixed_no_margin_top {
	width: 100%;
	max-width: 1280px;
	margin: 0 0 30px 0;
	padding: 0
}

.splash75_fixed_no_margin_top {
	width: 100%;
	max-width: 980px;
	margin: 0 0 30px 0;
	padding: 0
}

.border {
	box-shadow: 3px 3px 10px 2px #d3d3d3
}

.soldout {
	position: absolute;
	right: 0;
	bottom: 0
}

/*intro*/

#content .intro {
	width: 92%;
	max-width: 720px;
	margin: 20px auto 40px
}

#content .intro_extra_margin {
	width: 92%;
	max-width: 720px;
	margin: 70px auto
}

#content .intro p {
	font: normal 1.25em 'open_sansbold', Verdana, sans-serif;
	line-height: 1.65em;
	margin: 0;
	padding: 0
}

#content .intro_extra_margin p {
	font: normal 1.25em 'open_sansbold', Verdana, sans-serif;
	line-height: 1.65em;
	margin: 0;
	padding: 0
}

/* blog */

#content .blog_entry_block {
	width: 92%;
	max-width: 720px;
	margin: 0 auto
}

#content .blog_entry_block_extra_margin {
	width: 92%;
	max-width: 720px;
	margin: 60px auto
}

#content .blog_entry_block_extra_margin_top {
	width: 92%;
	max-width: 720px;
	margin: 40px auto 0
}

#content .blog_entry_photo {
	width: 92vw;
	max-width: 980px;
	margin: 0 auto;
	text-align: center
}

#content .blog_entry_video {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	text-align: center
}

#content .blog_entry  h1 {
	line-height: 1.4em;
	margin: 0 5% 30px
}

#content .blog_entry_tags {
	font: 1.05em 'open_sansregular', sans-serif;
	line-height: 1.65em;
	color: #5f5f5f;
	margin: 0 0 20px 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased
}

#content .lowercase {
	text-transform: lowercase
}

#content .blog_entry_stamp { /*span */
	font: 0.9em 'open_sansregular', sans-serif;
	line-height: 1.2em;
	color: #5f5f5f;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	display: block
}

#content .stamp { /*span */
	font: 0.9em 'open_sansregular', sans-serif;
	line-height: 1.2em;
	color: #5f5f5f;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	display: block
}

.center_button {
	text-align: center
}

.requestbutton {
	margin: 50px 20px 0px 20px;
    padding: 10px 16px;
	border-radius: 12px;
    display: inline-block;
	font: 1.1em 'open_sansbold', Verdana, sans-serif;
	line-height: 1.55em;
	text-align: center
}

a.requestbutton, a.requestbutton:active {
    background-color: #009aaa;
	color: #ffffff;
	text-decoration: none
}

a.requestbutton:hover {
    background-color: #ec9925;
	color: #ffffff;
	-webkit-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in
}

.actionbutton_color1 {
	margin: 20px 10% 40px 10%;
	padding: 10px 16px;
    display: inline-block;
	font: 1.0em 'open_sansbold', Verdana, sans-serif;
	line-height: 1.55em
}

a.actionbutton_color1, a.actionbutton_color1:active, a.actionbutton_color1:visited {
	color: #ffffff;
	border: 2px solid #ffffff;
	text-decoration: none
}

a.actionbutton_color1:hover {
    background-color: #ffffff;
	color: #12538A;
	-webkit-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in
}

.actionbutton_color2 {
	margin: 20px 10% 40px 10%;
	padding: 10px 16px;
    display: inline-block;
	font: 1.0em 'open_sansbold', Verdana, sans-serif;
	line-height: 1.55em
}

a.actionbutton_color2, a.actionbutton_color2:active {
	color: #12538A;
	border: 2px solid #12538A;
	text-decoration: none
}

a.actionbutton_color2:hover {
    background-color: #12538A;
	color: #ffffff;
	-webkit-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in
}

a.header-link:link, a.header-link:visited  {
    color: #009aaa;
	text-decoration: underline
}

a.header-link:hover , a.header-link:active {
    color: #545454;
	cursor: pointer;
	transition: 0.3s
}

a.text-link:link, a.text-link:visited {
    color: inherit;
	font-family: 'open_sansregular', Verdana, sans-serif;
	text-decoration: underline
}

a.text-link:hover, a.text-link:active {
    color: #009aaa;
	cursor: pointer;
	transition: 0.3s
}

a.question-link:link , a.question-link:visited {
    color: inherit;
	font-family: 'open_sansbold', Verdana, sans-serif;
	text-decoration: underline
}

a.question-link:hover, a.question-link:active {
	color: #009aaa;
	cursor: pointer;
	transition: 0.3s
}

/* info block */

.info {
	width: 92%;
	max-width: 930px;
	margin: 0 auto;
	overflow: hidden
}

.info_left {
	float: left;
	text-align: left;
	width: 39%;
	height: 420px;
	margin: 80px 0 60px 0
}

.info_left img {
	width: 100%;
	max-height: 100%
}

.info_right {
	float: right;
	text-align: left;
	width: 59%;
	min-height: 420px;
	margin: 80px 0 60px 0;
	background-color: #54bbbd
}

.info_right h5 {
	font: 1.40em 'texgyreadventorbold', Verdana, sans-serif;
	color: #ffffff;
	margin: 0 0 20px 0;
    padding: 5px 10px 0 10px
}

.info_right p {
	color: #ffffff;
	margin: 0 0 0 0;
    padding: 0 10px 10px 10px
}

/* two columns block */

.two_columns {
	width: 90%;
	max-width: 840px;
	margin: 0 auto
}

.two_columns:after {
	content: "/0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden
}

.two_columns_left {
	float: left;
	text-align: left;
	width: 50%;
	margin: 10px 0 30px 0
}

.two_columns_left img {
	width: 100%;
	max-height: 100%
}

.two_columns_right {
	float: right;
	text-align: left;
	width: 48.0%;
	margin: 10px 0 30px 0
}

.two_columns_right h3 {
	font: 1.4em 'texgyreadventorbold', Verdana, sans-serif;
	color: #000000;
	margin: 0 0 10px 0;
    padding: 0 10px 0 10px
}

.two_columns_right p {
	margin: 0 0 15px 0;
    padding: 0 10px 0 10px
}

.stats {
    font: 1.05em 'open_sansbold', Verdana, sans-serif;
    margin: 20px 0 0 0;
    padding: 0 10px 0 0
}

#content .blog_entry_stats { /*span */
	font: 1.05em 'open_sansregular', sans-serif;
	line-height: 1.65em;
	color: #5f5f5f;
	margin: 0 0 20px 0;
	text-align: center;
	-webkit-font-smoothing: antialiased
}

/* collage */

#collage_container {
	margin: 30px auto 0;
	width: 100%;
	overflow: auto /* hidden for aos */
}

.collage_block {
	float: left;
    margin: 0;
    width: 20%
}

.collage_photo {
	overflow: hidden
}

.collage_photo img {
    margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: bottom
}

.collage_photo img:hover {
	-webkit-backface-visibility: hidden;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}


/* multimedia block */

.multimedia {
	width: 90%;
	max-width: 930px;
	margin: 0 auto;
	overflow: hidden
}

.multimedia_left {
	float: left;
	text-align: left;
	width: 32%;
	min-height: 360px;
	margin: 30px 0;
	background-color: #000000
}

.multimedia_left h5 {
	font: 1.40em 'texgyreadventorbold', Verdana, sans-serif;
	color: #ffffff;
	margin: 0;
    padding: 0 10px;
	text-align: left
}

.multimedia_left p {
	color: #ffffff;
    padding: 0 10px 25px
}

.multimedia_left img {
	width: 100%;
	max-height: 100%
}

.multimedia_right {
	float: right;
	text-align: left;
	width: 68.0%;
	height: 360px;
	margin: 30px 0
}

/* social */

.social{
	text-align: center;
	width: 90%;
	max-width: 720px;
	margin: 30px auto 40px
}

.pin-it-img + a {
    left: 50px;
    top: 50px
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #ffffff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em
}

.resp-sharing-button span {
  padding-left: 0.4em
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #ffffff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #ffffff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
  display: none
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--google:active {
  background-color: #1DA851;
  border-color: #1DA851
}

/* various */

.center {
	display:block;
	margin-left:auto;
	margin-right:auto;

	text-align: center
}

/* back to top */

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(218, 128, 0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1
}

/* advertisement */

.advertisement {
	width: 33.3333333%;
	margin: 0 0 0 25px;
	max-width: 280px;
	float: left
}

.advert1 {
	width: 100%
}

/* videowallpaper */

.video_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}
div#didi {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center
}

.video_background_header {
  font-family: Century Schoolbook, Century Schoolbook L, Georgia, serif;
  font-size: 8vmin;
  text-align: center;
  margin: 2rem 3rem 0;
  mix-blend-mode: overlay;
  color: #ffffff;
  font-weight: 100
}

/* footer */

#footer {
  bottom: 0;
  left: 0;
  margin: 80px 0 0 0;
  z-index: 8888;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #dedede
}

#footer p {
	text-align: center;
	padding: 15px 0
}

#footer p, #footer p a {
	color: #000000
}

#footer a {
	text-decoration: none
}

#footer img {
	border: 0;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none           /* Likely future */
}

#footer_container {
	width: 90%;
	max-width: 930px;
	margin: 0 auto;
	padding: 25px 0 0 0	/* 25px 0 */
}

#footer_container:after {
	content: "/0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden
}

#footer_container a, a:hover {
	text-decoration: none
}

#footer_container .footer_header {
	font: 1.50em 'Allan', Verdana, sans-serif;
	font-weight: 400;
	line-height: 1.15em;
	color: #ececec;
	text-align: left;
	text-transform: uppercase
}

#footer_container p {
	text-align: left;
	margin: 5px 0 0;
	padding: 0;
	font: 0.9em 'open_sansregular', Verdana, sans-serif;
	line-height: 1.65em
}

#footer_info {
	float: left;
	text-align: left;
	width: 55.96%
}

#footer_social {
	float: right;
	text-align: left;
	width: 36%;
	margin: 0 2%
}

#footer_social ul {
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none
}

#footer_social li {
	margin: 0 15px 0 0;
	padding: 0
}

#footer_social ul li {
	display: inline
}

#footer_single_bar {
	text-align: center;
	margin: 0 auto
}

#footer_single_bar ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

#footer_single_bar li {
	margin: 0 15px 0 15px;
	padding: 0
}

#footer_single_bar ul li {
	display: inline
}

#footer_copyright {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 20px
}

#footer_copyright p {
	text-align: center;
	margin: 30px 0 0 0;
	padding: 0;
	font: 0.85em 'open_sansregular', Verdana, sans-serif;
	line-height: 1.85em
}

.prevnextbutton {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 50%
}

.previousbutton {
	left: 0px;
	z-index: 1500;

	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph; /* IE */
	filter: fliph /* IE */
}

.nextbutton {
	right: 0px;
	z-index: 1501
}

.prevnextarrow{
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

	margin: auto;
	width: 65%;
	height: 65%;
	display: block;
	background: url(/images/prevnextbutton.svg);
	background-size: 100% 100%
}

/* section block */

.section_color1 {
	margin: 0 auto;
	background: #12538A;
	overflow: hidden
}

.text_color1 {
	color: #ffffff
}

.section_color2 {
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden
}

.text_color2 {
	color: #12538A
}

.section_image_left {
	float: left;
	text-align: left;
	width: 40%;
	height: 420px;
	margin: 0 0 0 0
}

.section_text_right {
	float: right;
	text-align: left;
	width: 60%;
	min-height: 420px;
	margin: 0 0 0 0
}

.section_text_right h3 {
	font: 2.0em 'Allan', Verdana, sans-serif;
	font-weight: 400;
	margin: 40px 0 20px 0;
    padding: 0 10% 0 10%
}

.section_text_right p {
	margin: 0 0 0 0;
    padding: 0 10% 0 10%
}

.section_text_left {
	float: left;
	text-align: left;
	width: 60%;
	min-height: 420px;
	margin: 0 0 0 0
}

.section_text_left h3 {
	font: 2.0em 'Allan', Verdana, sans-serif;
	font-weight: 400;
	margin: 40px 0 20px 0;
    padding: 0 10% 0 10%
}

.section_text_left p {
	margin: 0 0 0 0;
    padding: 0 10% 0 10%
}

.section_image_right {
	float: right;
	text-align: right;
	width: 40%;
	height: 420px;
	margin: 0 0 0 0
}

.section_quote {
	width: 100%;
	height: 420px
}

.maps {
	width: 100%;
	height: 450px;
	margin: 80px 0 50px 0;
	border: 0
}

.ideal {
	margin: 45px 0 40px 0
}

.class {
	clear:both
}

.testimonial-quote blockquote {
    border: 0;
    margin: 0;
    padding: 40px 0 0 0;

    background: none;
    font-size: 1.4em;
    line-height: 1.4;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
}

.testimonial-quote blockquote * {
    box-sizing: border-box;
}

.testimonial-quote blockquote p {
	font: 1.15em 'open_sansbold', Verdana, sans-serif;
    color: #121212;
    line-height: 1.4
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #81929b;
	font: 4.5em 'Allan', Verdana, sans-serif;
    font-weight: 400;
    opacity: .3;
    position: absolute;
    top: 0.20em;
    left: -.2em;
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote {
    position: relative;
	margin: 30px 0 10px 0
}

.inspirator {
	font-size: 1.4em
}

#instafeed {
	max-width: 720px;
	margin: 30px auto 100px;
	text-align: center
}

#instafeed  img {
    width: 30.00%
}

.contentarrowdown {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    font: 2.0em Verdana, sans-serif;
	font-weight: 300;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    z-index: 3;
    text-align: center;
    display: block
}

.contentarrowdown i {
	cursor: pointer;
    transition: color .3s ease 0s;
	display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.contentarrowdown a:link, a:visited {
    color: #ffffff
}

.contentarrowdown a:hover, a:active {
	color: #1585B4
}

.tagline {
    background-color: #1585B4;
	width: 100%;
	margin: 50px 0 40px 0;
	padding: 0 0 0 0
}

.tagline  p{
	font: 2.15em 'Allan', Verdana, sans-serif;
	font-weight: 400;
    line-height: 1.4;
	color: #ffffff;
	margin: 0 auto;
	padding: 80px 2.8% 80px 2.8%;
	max-width: 60%;
	text-align: center
}

.highlights {
	margin: 30px 0 30px -20px
}

.highlights li {
	font: 1.05em 'open_sansregular', Verdana, sans-serif;
	margin-top: 5px;
	line-height: 1.65em
}

.feature_details_indent {
	width: 100%;
	margin: 0;
	padding: 70px 0 20px 0
}

.feature_container {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px
}

.feature_container:after {
	clear:both;
	content:" ";
	display:block
}

.feature_indent {
	float: left;
	width: 45%;
	margin: 10px 2.5% 10px;
	padding: 0 0 0 0
}

.feature_indent_events {
	float: left;
	width: 45%;
	margin: 10px 2.5% 90px;
	padding: 0 0 0 0
}

.events_image{
	max-width: 100%;
	margin: 0 0 30px 0;
	padding: 0
}

.feature_indent_events_last {
	width: 45%;
	display: grid;
	margin: 10px auto 0;
	padding: 0 0 0 0
}

.feature_indent_single {
	margin: 10px auto;
	width: 100%;
	max-width: 1280px
}

.feature_unindent {
	width: 85%;
	margin: -60px auto 0;
	background-color: #54bbbd; /* red #e11e1e orange #e15d12  turquoise #54bbbd */
	max-width: 640px;
	padding: 15px 0 10px 0;
	position: relative;
	min-height: 160px
}

#content .feature_title {
	font: 2.0em 'texgyreadventorbold', Verdana, sans-serif;
	min-height: 100px;
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	text-align: center;
	color: #ffffff
}

#content .feature_entry_tags_top {
	font: 1.30em 'texgyreadventorregular', Verdana, sans-serif;
	line-height: 1.25em;
	color: #ffffff;
	margin: 0 0 0 0; /* %4 */
	padding: 0 0 10px 0;
	text-align: center;
	-webkit-font-smoothing: antialiased
}

#content .feature_entry_tags {
	font: 0.9em 'open_sansregular', sans-serif;
	line-height: 1.65em;
	color: #ffffff;
	margin: 0 0 0 0; /* %4 */
	padding: 0 0 5px 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased
}

#content .feature_entry_block {
	width: 92%;
	max-width: 640px;
	margin: 0 auto;
	color: #ffffff
}

#content .feature_entry_block  span{
	display: block;
	font-size: 0.80em;
	line-height: 1.2em;
	margin: 10px 0 0 0
}

#content .feature_entry_photo {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	text-align: center
}

.feature_link {
	text-decoration: none
}

.orange {
	color: #009aaa
}

.bullet_list li{
	margin: 0 0 5px 0
}

.circle_list li{
	margin: 0 0 5px 0;
	list-style-type: circle
}

.highlight_container {
	margin: 0 auto;
	width: 90%;
	max-width: 1000px;
	padding: 0 5% 35px 5%
}

.highlight_container:after {
	clear:both;
	content:" ";
	display:block
}

.highlight_container_extra_margin {
	margin: 0 auto 40px;
	width: 90%;
	max-width: 1000px;
	padding: 0 5% 35px 5%
}

.highlight_indent {
	width: 100%;
	margin: 80px auto -25px;
	padding: 0 0 0 0
}

.highlight_indent_single {
	width: 100%;
	margin: 80px auto 0;
	padding: 0 0 0 0
}

.highlight_unindent {
	background-color: #02397F;
	min-height: 150px;
	width: 85%;
    margin: -50px auto 0;
    padding: 20px 0 10px 0;
    position: relative;
    max-width: 640px;
}

#content .highlight_title {
	font: 2.0em 'texgyreadventorbold', Verdana, sans-serif;
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	text-align: left;
	color: #ffffff
}

#content .highlight_entry_text {
	font: 1.15em 'open_sansregular', sans-serif;
	line-height: 1.65em;
	color: #ffffff;
	margin: 0 5% 0 5%;
	padding: 0 0 5% 0;
	text-align: left;
	-webkit-font-smoothing: antialiased
}

#content .highlight_entry_block {
	width: 92%;
    max-width: 640px;
    margin: 0 auto;
    color: #ffffff
}

#content .highlight_entry_photo {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.highlight_link {
	text-decoration: none
}

.list_item {
	margin: 10px 0 10px 0
}

/* help-tip */

.help-tip {
  position: relative;
  text-align: center;
  background-color: #29b6f6;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  cursor: default;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  display: inline-block;
  margin: 5px 10px 0 10px
}

.help-tip:hover {
  cursor: pointer;
  background-color: #ccc;
}

.help-tip:before {
  content: '?';
  font: 1.25em 'open_sansbold', Verdana, sans-serif;
  color: #fff
}

.help-tip p {
  visibility: hidden;
  opacity: 0;
  text-align: left;
  background-color: #039be5;
  padding: 20px;
  width: 185px;
  position: absolute;
  border-radius: 4px;
  left: -90px;
  color: #fff;
  font: 1.15em 'open_sansregular', Verdana, sans-serif;
  line-height: normal;
  margin: 15px 0 0 0;
  transform: scale(1.0);
  transform-origin: 100% 0%;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.help-tip:hover p {
  cursor: default;
  visibility: visible;
  opacity: 1;
  transform: scale(1.0);
}

.help-tip p:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #039be5;
  left: 95px;
  top: -12px;
}

.help-tip p:after {
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
}

.help-tip a {
  color: #fff;
  font-weight: 700;
}

.help-tip a:hover, .help-tip a:focus {
  color: #fff;
  text-decoration: underline;
}

/* end help-tip */

.span-help-tip {
	display: block;
	font: 1.05em 'open_sansregular', Verdana, sans-serif;
	line-height: 1.65em;
	margin: 15px 0 0 0;
	padding: 0;
}


/* countdown */

#countdown {
	margin: 0 auto;
	text-align: center
}

#countdown ul {
	margin: -30px 0 0 0;
	padding-left: 0
}

#countdown li {
	display: inline-block;
	font-size: 1.5em;
	list-style-type: none;
	padding: 1em;
	text-transform: uppercase
}

#countdown li span {
	display: block;
	font-size: 4.5rem
}

.message {
	font-size: 4rem;
	display: none;
	padding: 1rem
}

.emoji {
	padding: 0 .25rem
}

/* end countdown */



	.podium {
		margin: 0 auto 40px;
		border:1px solid #1380E7;
		border-collapse:collapse;
		padding:8px
	}
	.podium th {
		border:1px solid #1380E7;
		padding:8px;
		background:#4DD2FF
	}
	.podium td {
		border:1px solid #1380E7;
		padding:8px
	}


/* media queries */

@media only screen and (min-width: 1240px) {

	.cd-top {
		height: 40px;
		width: 40px;
		right: 30px;
		bottom: 30px
	}

}

@media screen and (max-width: 1080px) {

	.highlight_indent_single {
		float: none;
		width: 100%;
		margin: 80px auto 0;
		padding: 0 0 0 0
	}

	.highlight_unindent {

	}

}

@media screen and (max-width: 980px) {

	.nav_social {
		display: none
	}

	p {
		font: 1.15em 'open_sansregular', Verdana, sans-serif;
		line-height: 1.65em;
		margin: 15px 0 0 0;
		padding: 0
	}

	.highlights li {
		font-size: 1.15em
	}

	#content .front {
		font-size: 1.8em;
		line-height: 1.4em;
		margin: 28px 5% 35px
	}

	#content .intro_extra_margin p {
		font: normal 1.1em 'open_sansbold', Verdana, sans-serif;
		line-height: 1.65em;
		margin: 0;
		padding: 0
	}

	.span-help-tip {
		font: 1.15em 'open_sansregular', Verdana, sans-serif
	}

	.feature_indent {
		float: none;
		width: 100%;
		margin: 50px auto 0;
		padding: 30px 0 10px 0
	}

	.feature_indent_events {
		float: none;
		width: 100%;
		margin: 50px auto 0;
		padding: 30px 0 10px 0
	}

	.feature_indent_events_last {
		float: none;
		width: 100%;
		margin: 50px auto 0;
		padding: 30px 0 10px 0
	}

	.feature_indent_single {
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 45px 0 10px 0
	}

	.highlight_unindent {

	}

	.splash_50_left {
		max-width: 100%;
		margin: 50px auto 30px;
		padding: 0;
		float: none
	}

	.splash_50_left_after_text {
		max-width: 100%;
		margin: 75px auto 30px;
		padding: 0;
		float: none
	}

	.splash_50_right {
		max-width: 100%;
		margin: 50px auto 30px;
		padding: 0;
		float: none
	}

	.info_left{
		min-height: 600px
	}

	.info_right {
		min-height: 600px
	}

	.contentarrowdown {
		bottom: 5rem;
	}

	.article_advert {
		width: 100%;
		margin: 0 auto;
		float: none
	}

	.advertisement {
		width: 82%;
		max-width: 280px;
		margin: 20px auto 60px;
		float: none
	}

	.advert1 {
		margin: 0 auto
	}

}


@media screen and (max-width: 830px) {

	.header_container {
		margin: 0 4.0%;
		width: 92%
	}

	nav li {
		font-size: 0.9em
	}

	#nav_feature li {
		font-size: 0.9em
	}

	#header {
		margin: 0;
		text-align: left;
		width: 100%
	}

	#header .logo {
		margin: 7px 0 0 10px
	}

	#logo {
		margin: 7px 0 0 10px
	}

	.canvas .header_logo {
		width: 75%;
		margin: 15px 0 0 5%
	}

	#navbar {
		display: none
	}

	#navbar_profile {
		padding: 6px 0 0 8px
	}

	#navbar_profile h1 {
		font: 2.10em 'Allan', Verdana, sans-serif;
		padding: 6px 20px 20px 0px
	}

	#menubar {
		display: none
	}

	.menu_social {
		display: none
	}

	.canvas {
		text-align: left
	}

	.wallpaper {
		height: 50vh;
		min-height: 50vh
	}

	.animated {
		min-height:440px
	}

	.overlay {
		min-height: 440px
	}

	.video_header {
		height: 360px
	}

	.desktop {
		display: none
	}

	.mobile {
		display: block
	}

	#headline h1 {
		font-size: 3.0em
	}

	#headline p {
		margin: 10px 0 0 0
	}

	#headline span {
		font-size: 0.55em
	}

	#headline_intro {
		position: absolute;
		bottom: 50%
	}

	#headline_intro h1 {
		font: 3.0em 'Allan', Verdana, sans-serif;
		font-weight: 400
	}

	#headline_intro p {
		font: 1.4em 'open_sansregular', Verdana, sans-serif;
		margin: 10px 0 0 0
	}

	#content .blog_title {
		font-size: 1.8em;
		margin: 0 0 15px 0
	}

	.round {
		margin-right: 15px;
		width: 45px;
		height: 45px
	}

	.article_unindent {
		margin: -60px 2% 0;
		padding: 20px 0 0 0
	}

	.article_details_indent {
		padding: 20px 0 0 0
	}

	.feature_details_indent {
		width: 100%;
		margin: 0;
		padding: 1px 0 20px 0
	}

	#content .front {
		font-size: 1.60em;
		line-height: 1.6em
	}

	#content .huge {
		font-size: 3.0em;
		margin: 20px 20px 0px
	}

	#content h2 {
		margin: 0 5% 10px
	}

	#content h3 {
		margin: 10px 5% 10px
	}

	#content h4 {
		margin: 10px 5% 10px
	}

	#content .nl {
		display: block
	}

	#content .blog_entry  h1 {
		font-size: 1.8em;
		line-height: 1.25em
	}

	#content .intro {
		margin: 20px auto 50px
	}

	#content .feature_entry_photo {
		max-width: 100%
	}

	.highlight_container {
		margin: 0 auto 40px;
		width: 100%;
		padding: 5px 0 0 0
	}

	.highlight_container_extra_margin {
		margin: 30px auto 60px;
		width: 100%;
		padding: 5px 0 0 0
	}

	.highlight_indent {
		width: 100%;
		margin: -10px auto 20px;
		padding: 0 0 0 0
	}

	.highlight_unindent {

	}

	.highlight_indent_single {
		float: none;
		width: 100%;
		margin: 80px auto 70px;
		padding: 0 0 0 0
	}

	.help-tip p {
	  font: 1.25em 'open_sansregular', Verdana, sans-serif
	}

	.question {
		margin: 30px 0 0 0
	}

	#gallery_container {
		width: 100%;
		max-width: 680px
	}

	#logo_container {
		width: 100%;
		max-width: 680px
	}

	#content .blog_entry_video {
		width: 90%
	}

	.gallery_art {
		margin: 18px 2% 18px 2%;
		width: 46.00%
	}

	.gallery_block {
		margin: 20px 2.8%;
		width: 44.10%
	}

	.gallery_article {
		margin: 12px 5.5% 40px
	}

	.status {
		font: 0.95em 'open_sansbold', Verdana, sans-serif
	}

	.thumb_sliding:after {
		display: none
	}

	.name {
		font: 1.15em 'open_sansbold', Verdana, sans-serif
	}

	.section_text_right h3 {
		margin: 20px 0 20px 0
	}

	.section_text_left h3 {
		margin: 20px 0 20px 0
	}

	.resp-sharing-button--whatsapp {
	  display: block
	}

	#footer_container {
		width: 100%
	}

	#footer_info {
		margin: 0 4.0%;
		width: 92%
	}

	#footer_social {
		margin: 35px 4.0% 0;
		width: 92%
	}

	#footer_copyright {
		width: 100%
	}

	.prevnextbutton{
		width: 40px;
		height: 40px;
		top: 70%
	}

	.testimonial-quote blockquote {
		margin: 0 0 0 6%;
		font-size: 1.2em
	}

	 .testimonial-quote blockquote p:first-child:before {
		top: 0.31em
	}

	.inspirator {
		font-size: 1.2em;
		margin: 0 0 0 6%
	}


	.maps {
		margin: 70px 0 40px 0
	}

	.tagline  p{
		font-size: 1.85em
	}

	.highlights li {
		line-height: 1.80em
	}

  .collage_block {
    width: 50.0%
  }

}


@media screen and (max-width: 700px) {

	#headline h1 {
		font-size: 2.60em;
		line-height: 1.2em
	}

	#headline p {
		font: 1.2em 'open_sansregular', Verdana, sans-serif;
		margin: 5px 0 0 0
	}

	#headline span {
		font-size: 0.50em;
		margin-bottom: 5px
	}

	#headline_intro h1 {
		font: 2.60em 'Allan', Verdana, sans-serif;
		line-height: 1.2em;
		padding: 0
	}

	#headline_intro p {
		font: 1.2em 'open_sansregular', Verdana, sans-serif;
		margin: 5px 0 0 0
	}

	#content .front {
		font-size: 1.21em
	}

	.info_left {
		width: 100%;
		height: 450px;
		margin: 70px 0 0
	}

	.info_right {
		width: 100%;
		min-height: 100%;
		margin: 0 0 60px 0
	}

	.info_right h5{
		padding: 16px 10px 0 10px
	}

	.info_right p {
		padding: 0 10px 25px 10px
	}

	.section_image_left {
		width: 100%;
		float: none
	}

	.section_text_right {
		width: 100%;
		min-height: 100%;
		padding: 0 0 30px 0;
		float: none
	}

	.section_text_right h3{
		font-size: 1.85em;
		margin: 10px 0 20px 0;
		padding: 5px 5% 0 5%
	}

	.section_text_right p {
		padding: 0 5% 25px 5%
	}

	.section_text_left {
		width: 100%;
		min-height: 100%;
		padding: 0 0 30px 0;
		float: none
	}

	.section_text_left h3{
		font-size: 1.85em;
		margin: 10px 0 20px 0;
		padding: 5px 5% 0 5%
	}

	.section_text_left p {
		padding: 0 5% 25px 5%
	}

	.section_image_right {
		width: 100%;
		float: none
	}

	.two_columns_left {
		width: 100%;
		margin: 10px 0 0 0
	}

	.two_columns_right {
		width: 100%;
		margin: 10px 0 10px 0
	}

	.two_columns_right h3{
		font-size: 1.35em;
		padding: 0 0 0 0
	}

	.two_columns_right p {
		padding: 0
	}

	.multimedia_left {
		width: 100%;
		min-height: 100%;
		margin: 30px 0 0 0
	}

	.multimedia_left h3{
		font-size: 1.25em;
		padding: 0 10px 0 10px;
		margin: 0
	}

	.multimedia_left p {
		padding: 0 10px 25px 10px
	}

	.multimedia_right {
		width: 100%;
		margin: 0 0 30px 0
	}

	.gallery_art {
		margin: 12px 5% 32px;
		width: 90.00%
	}

	.gallery_block {
		margin: 12px 5.5% 32px;
		width: 88.00%
	}

	#gallery_container .name {
		font: 1.35em 'open_sansbold', Verdana, sans-serif
	}

	#gallery_container .description {
		font: 1.1em 'open_sansitalic', Verdana, sans-serif
	}

	#gallery_container .price {
		font: 1.1em 'open_sansregular', Verdana, sans-serif
	}

	.status {
		font: 1.0em 'open_sansbold', Verdana, sans-serif
	}

	.logo_block {
		margin: 12px 5.5% 32px;
		width: 88.00%
	}

	.actionbutton_color1 {
		margin: 0 10% 35px 5%
	}

	.actionbutton_color2 {
		margin: 0 10% 35px 5%
	}

	.feature_unindent {
		margin: -50px auto 0;
		padding: 20px 0 0 0
	}

	#content .feature_title {
		font-size: 1.8em;
		line-height: 1.4em;
		min-height: 60px ;
		margin: 10px auto 30px
	}

	#content .feature_entry_tags {
		margin: 0 0 0 0;
		padding: 0 0 20px 0
	}

}
