/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 999999 version
*/

@font-face
{
	font-family: 'Roboto', sans-serif;
}


*:focus {
    outline: none;
}

html
{	
	width: 100%;
}

body 
{
	font-family: 'Roboto', sans-serif;
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

a
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	color: initial;
	text-decoration: none;
}


h1
{

}

p
{
	line-height: 22px;
}

b
{
	font-weight: 500;
}

/* Social */

#socialbuttons
{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0px;
	box-sizing: border-box;
}

#socialshare
{
	background-color: #fff4dc;
	width: fit-content;
    display: flex;
    flex-direction: column;
	margin-top: 30px;
	margin-left: auto;
    margin-right: auto;
	padding: 10px;
	box-sizing: border-box;
}

#socialsharetitle
{
	text-align: center;
	padding: 30px;
	color: #000;
	position: relative;
}

.fa {
  padding: 20px;
  font-size: 24px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

/* */

#loading
{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    background: url("img/loading.gif") center no-repeat #fff;
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    background-size: 32px 32px;
}

#thecontent
{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#top
{
	width: 100%;
	height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-bottom: 2px #232020 solid;
	opacity: 1;
	background-color: rgb(255, 244, 220);
	background-image: url("img/topbg.png");
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

#topcontainer
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 1280px;
	height: 100%;
	/*background-color: #fff4dc;*/
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: end;

}

#topcontainer > a
{
	margin-left: 50px;
	margin-right: auto;	
}

#logo
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-image: url("img/logo.png");
	width: 200px;
	height: 80px;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
    background-repeat: no-repeat;
    background-position: center 9px;
}

#menu
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-right: 50px;
}

.menuitem
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	padding: 15px;
}

.menuitem > i
{
	margin-right: 10px;
}

#socialmenu
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-right: 50px;
}

#socialmenu > a > i
{
	font-size: 36px;
	padding: 2px;
}

#socialmenu > a:nth-of-type(1) > i
{
	color: #4267B2;
}

#socialmenu > a:nth-of-type(2) > i
{
	color: #8a3ab9;
}

#socialmenu > a:nth-of-type(3) > i
{
	color: #00acee;
}

#socialmenu > a:nth-of-type(4) > i
{
	color: #FF0000;
}

#socialmenu > a > i:hover
{
	-webkit-animation: spinner 3s infinite linear;
	   -moz-animation: spinner 3s infinite linear;
	     -o-animation: spinner 3s infinite linear;
	        animation: spinner 3s infinite linear;
	cursor: pointer;
}

#socialmenu
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-right: 50px;
}

#socialmenumobile
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#socialmenumobile > a
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	   -moz-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#socialmenumobile > a > i
{
	font-size: 36px;
	padding: 20px 0px 20px 0px;
}

#socialmenumobile > a > i
{
	color: #fff;
}

#socialmenumobile > a:nth-of-type(1)
{
	background-color: #4267B2;
}

#socialmenumobile > a:nth-of-type(2)
{
	background-color: #8a3ab9;
}

#socialmenumobile > a:nth-of-type(3)
{
	background-color: #00acee;
}

#socialmenumobile > a:nth-of-type(4)
{
	background-color: #FF0000;
}

#socialmenumobile > a:hover > i
{
	-webkit-animation: spinner 3s infinite linear;
	   -moz-animation: spinner 3s infinite linear;
	     -o-animation: spinner 3s infinite linear;
	        animation: spinner 3s infinite linear;
	cursor: pointer;
}

.menuitem:hover > i
{
	-webkit-animation: spinner 3s infinite linear;
	   -moz-animation: spinner 3s infinite linear;
	     -o-animation: spinner 3s infinite linear;
	        animation: spinner 3s infinite linear;
}

.menuitem:hover
{
	cursor: pointer;	
}

@-webkit-keyframes spinner {
    from { -webkit-transform: rotate3d(0, 1, 0, 0deg); transform: rotate3d(0, 1, 0, 0deg); }
    to { -webkit-transform: rotate3d(0, 1, 0, 360deg); transform: rotate3d(0, 1, 0, 360deg); }
}

@-moz-keyframes spinner {
    from { -moz-transform: rotate3d(0, 1, 0, 0deg); transform: rotate3d(0, 1, 0, 0deg); }
    to { -moz-transform: rotate3d(0, 1, 0, 360deg); transform: rotate3d(0, 1, 0, 360deg); }
}

@-o-keyframes spinner {
    from { transform: rotate3d(0, 1, 0, 0deg); }
    to { transform: rotate3d(0, 1, 0, 360deg); }
}

@keyframes spinner {
    from { -webkit-transform: rotate3d(0, 1, 0, 0deg); -moz-transform: rotate3d(0, 1, 0, 0deg); transform: rotate3d(0, 1, 0, 0deg); }
    to { -webkit-transform: rotate3d(0, 1, 0, 360deg); -moz-transform: rotate3d(0, 1, 0, 360deg); transform: rotate3d(0, 1, 0, 360deg); }
}

#mobilemenu
{
	position: relative;
	display: none;
	width: 32px;
	height: 32px;
	background-image: url("img/mobilemenu.png");
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	margin-right: 34px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

#mobilemenu:hover
{
	cursor: pointer;
	-webkit-box-shadow: 0 0 3px 1px #000;
	   -moz-box-shadow: 0 0 3px 1px #000;
	        box-shadow: 0 0 3px 1px #000;
}

#mobilemenuclose
{
	position: absolute;
	top: 0;
	right: 0;
}

#mobilemenuclose > i
{
	font-size: 24px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

#mobilemenuclose > i:hover
{
	color: red;
}

#mobilemenucontent > a
{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

#mobilemenucontent
{
	position: absolute;
	top: 66px;
	right: -34px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: #fff4dc;
	-webkit-box-shadow: -3px 3px 20px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: -3px 3px 20px 0px rgba(0, 0, 0, 0.5);
	        box-shadow: -3px 3px 20px 0px rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.showmobile
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	-webkit-animation: fadein 0.3s 1;
	   -moz-animation: fadein 0.3s 1;
	     -o-animation: fadein 0.3s 1;
	        animation: fadein 0.3s 1;
}

.hidemobile
{
	display: none;
	opacity: 0;
}

@-webkit-keyframes fadein {
    from { opacity: 0; top: -20px; }
    to { opacity: 1; top: 66px;}
}

@-moz-keyframes fadein {
    from { opacity: 0; top: -20px; }
    to { opacity: 1; top: 66px;}
}

@-o-keyframes fadein {
    from { opacity: 0; top: -20px; }
    to { opacity: 1; top: 66px;}
}

@keyframes fadein {
    from { opacity: 0; top: -20px; }
    to { opacity: 1; top: 66px;}
}

#mobilemenucontent > a
{
	
}

#slider
{
	width: 1280px;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.slidercontentbg
{
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-filter: blur(2px);
	        filter: blur(2px);
}

.slidercontent
{	
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.sliderholder:hover
{	
	cursor: pointer;
}

.sliderholder:hover > .slidercontent
{	
	background-color: rgba(0, 0, 0, 0.6);
}

.sliderholder:hover > .slidercontentbg
{	
	-webkit-filter: blur(3px);	
	        filter: blur(3px);
}

.sliderholder:hover > .slidercontent > span
{	
	background-color: rgba(116, 184, 6, 0.9);
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

.sliderholder:hover > .slidercontent > a
{	
	color: #fff4dc;
}

.slidercontent > h1
{
	color: #fff;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font-size: 16px;
	margin: 0px;
	opacity: 0.8;
	font-weight: 300;
}

.slidercontent > a
{
	color: #fff;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font-size: 58px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

.sliderh2
{
	-webkit-animation: sliderh2 7s infinite linear;
	   -moz-animation: sliderh2 7s infinite linear;
	     -o-animation: sliderh2 7s infinite linear;
	        animation: sliderh2 7s infinite linear;
}

.sliderh3
{
	-webkit-animation: sliderh3 7s infinite linear;
	   -moz-animation: sliderh3 7s infinite linear;
	     -o-animation: sliderh3 7s infinite linear;
	        animation: sliderh3 7s infinite linear;
}

@-webkit-keyframes sliderh2 {
    from { -webkit-transform: translateX(0px); transform: translateX(0px); }
    to { -webkit-transform: translateX(15px); transform: translateX(15px); }
}

@-moz-keyframes sliderh2 {
    from { -moz-transform: translateX(0px); transform: translateX(0px); }
    to { -moz-transform: translateX(15px); transform: translateX(15px); }
}

@-o-keyframes sliderh2 {
    from { -o-transform: translateX(0px); transform: translateX(0px); }
    to { -o-transform: translateX(15px); transform: translateX(15px); }
}

@keyframes sliderh2 {
    from { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); }
    to { -webkit-transform: translateX(15px); -moz-transform: translateX(15px); -o-transform: translateX(15px); transform: translateX(15px); }
}

@-webkit-keyframes sliderh3 {
    from { -webkit-transform: translateX(0px); transform: translateX(0px); }
    to { -webkit-transform: translateX(-15px); transform: translateX(-15px); }
}

@-moz-keyframes sliderh3 {
    from { -moz-transform: translateX(0px); transform: translateX(0px); }
    to { -moz-transform: translateX(-15px); transform: translateX(-15px); }
}

@-o-keyframes sliderh3 {
    from { -o-transform: translateX(0px); transform: translateX(0px); }
    to { -o-transform: translateX(-15px); transform: translateX(-15px); }
}

@keyframes sliderh3 {
    from { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); }
    to { -webkit-transform: translateX(-15px); -moz-transform: translateX(-15px); -o-transform: translateX(-15px); transform: translateX(-15px); }
}

.slidercontent > p
{
	color: #fff;
	font-size: 14px;
	margin: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 150px 0px 150px;
}

.slidercontent > span
{
	color: #fff;
	background-color: rgba(0, 199, 89, 0.9);
	padding: 12px;
	font-size: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.slidercontent > span > i
{
	margin-left: 4px;
	position: relative;
	top: 1px;
	-webkit-animation: sliderarrow 1s infinite;
	   -moz-animation: sliderarrow 1s infinite;
	     -o-animation: sliderarrow 1s infinite;
	        animation: sliderarrow 1s infinite;
}

@-webkit-keyframes sliderarrow {
    0% { -webkit-transform: translateX(0px); transform: translateX(0px); }
    50% { -webkit-transform: translateX(2px); transform: translateX(2px); }
	100% { -webkit-transform: translateX(0px); transform: translateX(0px); }
}

@-moz-keyframes sliderarrow {
    0% { -moz-transform: translateX(0px); transform: translateX(0px); }
    50% { -moz-transform: translateX(2px); transform: translateX(2px); }
	100% { -moz-transform: translateX(0px); transform: translateX(0px); }
}

@-o-keyframes sliderarrow {
    0% { -o-transform: translateX(0px); transform: translateX(0px); }
    50% { -o-transform: translateX(2px); transform: translateX(2px); }
	100% { -o-transform: translateX(0px); transform: translateX(0px); }
}

@keyframes sliderarrow {
    0% { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); }
    50% { -webkit-transform: translateX(2px); -moz-transform: translateX(2px); -o-transform: translateX(2px); transform: translateX(2px); }
	100% { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); }
}

.sliderholder
{
	height: 100%;
	width: 100%;
	opacity: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
}

.sliderin
{
	-webkit-animation: sliderin 1.5s cubic-bezier(0, 0.55, 0.45, 1);
	   -moz-animation: sliderin 1.5s cubic-bezier(0, 0.55, 0.45, 1);
	     -o-animation: sliderin 1.5s cubic-bezier(0, 0.55, 0.45, 1);
	        animation: sliderin 1.5s cubic-bezier(0, 0.55, 0.45, 1);
}

.sliderout
{
	-webkit-animation: sliderout 1.5s cubic-bezier(0, 0.55, 0.45, 1);
	   -moz-animation: sliderout 1.5s cubic-bezier(0, 0.55, 0.45, 1);
	     -o-animation: sliderout 1.5s cubic-bezier(0, 0.55, 0.45, 1);
	        animation: sliderout 1.5s cubic-bezier(0, 0.55, 0.45, 1);
}

@-webkit-keyframes sliderin {
    from { -webkit-transform: translateX(50%) rotateY(-155deg) scale(0.9); transform: translateX(50%) rotateY(-155deg) scale(0.9); }
    to { -webkit-transform: translateX(0%) rotateY(0deg) scale(1); transform: translateX(0%) rotateY(0deg) scale(1); }
}

@-moz-keyframes sliderin {
    from { -moz-transform: translateX(50%) rotateY(-155deg) scale(0.9); transform: translateX(50%) rotateY(-155deg) scale(0.9); }
    to { -moz-transform: translateX(0%) rotateY(0deg) scale(1); transform: translateX(0%) rotateY(0deg) scale(1); }
}

@-o-keyframes sliderin {
    from { transform: translateX(50%) rotateY(-155deg) scale(0.9); }
    to { transform: translateX(0%) rotateY(0deg) scale(1); }
}

@keyframes sliderin {
    from { -webkit-transform: translateX(50%) rotateY(-155deg) scale(0.9); -moz-transform: translateX(50%) rotateY(-155deg) scale(0.9); transform: translateX(50%) rotateY(-155deg) scale(0.9); }
    to { -webkit-transform: translateX(0%) rotateY(0deg) scale(1); -moz-transform: translateX(0%) rotateY(0deg) scale(1); transform: translateX(0%) rotateY(0deg) scale(1); }
}

@-webkit-keyframes sliderout {
    from { -webkit-transform: translateX(0%) rotateY(0deg) scale(1); transform: translateX(0%) rotateY(0deg) scale(1); }
    to { -webkit-transform: translateX(-50%) rotateY(155deg) scale(0.9); transform: translateX(-50%) rotateY(155deg) scale(0.9); }
}

@-moz-keyframes sliderout {
    from { -moz-transform: translateX(0%) rotateY(0deg) scale(1); transform: translateX(0%) rotateY(0deg) scale(1); }
    to { -moz-transform: translateX(-50%) rotateY(155deg) scale(0.9); transform: translateX(-50%) rotateY(155deg) scale(0.9); }
}

@-o-keyframes sliderout {
    from { transform: translateX(0%) rotateY(0deg) scale(1); }
    to { transform: translateX(-50%) rotateY(155deg) scale(0.9); }
}

@keyframes sliderout {
    from { -webkit-transform: translateX(0%) rotateY(0deg) scale(1); -moz-transform: translateX(0%) rotateY(0deg) scale(1); transform: translateX(0%) rotateY(0deg) scale(1); }
    to { -webkit-transform: translateX(-50%) rotateY(155deg) scale(0.9); -moz-transform: translateX(-50%) rotateY(155deg) scale(0.9); transform: translateX(-50%) rotateY(155deg) scale(0.9); }
}

.delimiter
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 1280px;
	background-color: #78472c;
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #ffebda;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.delimiter > i
{
	margin-left: 5px;
	font-size: 15px;
}

.blogbg
{
	background-color: #2148a4;
}

.postcontainer
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 1280px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	background-color: #fff4dc;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.postcontainershadow:before
{
	content: "";
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	background-image: -webkit-gradient(linear,	left bottom, left top,	from(rgba(63,52,50,0)), to(rgba(63,52,50,0.5)));
	background-image: -webkit-linear-gradient(bottom,	rgba(63,52,50,0) 0%, rgba(63,52,50,0.5) 100%);
	background-image: -moz-linear-gradient(bottom,	rgba(63,52,50,0) 0%, rgba(63,52,50,0.5) 100%);
	background-image: -o-linear-gradient(bottom,	rgba(63,52,50,0) 0%, rgba(63,52,50,0.5) 100%);
	background-image: linear-gradient(0deg,	rgba(63,52,50,0) 0%, rgba(63,52,50,0.5) 100%);
	z-index: 99;
	-webkit-animation: fadeinShadows 1s 1;
	   -moz-animation: fadeinShadows 1s 1;
	     -o-animation: fadeinShadows 1s 1;
	        animation: fadeinShadows 1s 1;
}

.postcontainershadow:after
{
	content: "";
	height: 10px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(63,52,50,0.5)), to(rgba(63,52,50,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(63,52,50,0.5) 0%, rgba(63,52,50,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(63,52,50,0.5) 0%, rgba(63,52,50,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(63,52,50,0.5) 0%, rgba(63,52,50,0) 100%);
	background-image: linear-gradient(0deg, rgba(63,52,50,0.5) 0%, rgba(63,52,50,0) 100%);
	z-index: 99;
	-webkit-animation: fadeinShadows 1s 1;
	   -moz-animation: fadeinShadows 1s 1;
	     -o-animation: fadeinShadows 1s 1;
	        animation: fadeinShadows 1s 1;
}

@-webkit-keyframes fadeinShadows {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes fadeinShadows {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-o-keyframes fadeinShadows {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeinShadows {
    from { opacity: 0; }
    to { opacity: 1; }
}

.post
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	
	height: 200px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-image: -webkit-gradient(linear, right bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
	
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
}

.postimg
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	   -moz-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.post > a
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.post:hover > a
{
	background-color: rgb(200, 255, 200);
}

.post:hover
{
	cursor: pointer;
}

.onpost
{
	margin-bottom: 50px;
}

#blognav
{
	width: 1280px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	background-color: #e3ecfb;
}

.blognavbtn
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	   -moz-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.blognavbtn > i
{
	font-size: 16px;
	padding: 0px 5px 0px 5px;
}

.blognavbtn:hover
{
	cursor: pointer;
	background-color: rgb(200, 255, 200);
}

#maincontent
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#article
{
	width: 1280px;
	padding: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

#articlecontent
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-right: 30px;
}

#articlecontent > h1
{
	padding: 25px 0px 10px 0px;
	margin: 0px;
}

#articlesidebar
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#articlesidebarbox
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border: 0px #000 solid;
	padding: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	
}

#articlesidebarbox > h3
{
	margin-top: 0px;
	border-bottom: 3px #78472c solid;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

#featureimg
{
	width: 100%;
	height: 400px;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}



#footer
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	text-weight: 100;
	font-size: 12px;
}

#footer > a
{
	color: #fff;
	margin: 0px 3px 0px 3px;
	text-decoration: underline;
}

#hundraserholder
{
	width: 1280px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#hundrasertop
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	max-height: 300px;
}

#hundraserimg
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	   -moz-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	position: relative;
	min-height: 300px;
	height: 300px;
}

#hundraserimg > img
{
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	   object-fit: cover;
}

#hundraserimg > div
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #fff;
	margin: 0px;
	padding: 15px;
	font-size: 26px;
	-webkit-border-top-left-radius: 10px;
	   -moz-border-radius-topleft: 10px;
	        border-top-left-radius: 10px;
	z-index: 2;
}

#hundraserimg > div > h1
{
	font-size: 26px;
	margin: 0px;
}

#hundraserdesc
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	   -moz-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	background-color: #232020;
	color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 14px;
	font-weight: 400;
	padding: 50px;
	line-height: 24px;
	background-image: url("img/forest.png");
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-shadow: 1px 1px 0px #000, 2px 2px 0px #000, 3px 3px 0px #000;
}

#hundraserdesc > p::first-letter
{
	font-weight: bold;
	font-size: 18px;
	color: #fffbf2;
}

#hundraserfakta
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;	
	-webkit-box-pack: space-evenly;	
	-webkit-justify-content: space-evenly;	
	   -moz-box-pack: space-evenly;	
	    -ms-flex-pack: space-evenly;	
	        justify-content: space-evenly;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(70,59,57,1)), color-stop(50%, rgba(63,52,50,0)));
	background-image: -webkit-linear-gradient(left, rgba(70,59,57,1) 0%, rgba(63,52,50,0) 50%);
	background-image: -moz-linear-gradient(left, rgba(70,59,57,1) 0%, rgba(63,52,50,0) 50%);
	background-image: -o-linear-gradient(left, rgba(70,59,57,1) 0%, rgba(63,52,50,0) 50%);
	background-image: linear-gradient(90deg, rgba(70,59,57,1) 0%, rgba(63,52,50,0) 50%);
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#hundraserfaktabg
{
	background-color: #3f3432;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0,0,0,0)), to(rgba(50,50,50,1)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 50%, rgba(50,50,50,1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0) 50%, rgba(50,50,50,1) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 50%, rgba(50,50,50,1) 100%);
	background-image: linear-gradient(0deg, rgba(0,0,0,0) 50%, rgba(50,50,50,1) 100%);
}

.hundraserfaktabox
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	padding: 60px 0px 60px 0px;
}

.hundraserfaktabox > i
{
	color: #fff4dc;
	font-size: 30px;
	margin-bottom: 10px;
}

.hundraserfaktabox > h2
{
	font-size: 16px;
	margin-bottom: 10px;
}

.hundraserfaktabox > span
{
	font-size: 14px;
}

.hundraserfaktabox > label
{
	display: none;
}


#hundraserfarger
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-color: #fff4dc;
	padding: 40px 30px 40px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-image: url("img/mountaineer.png");
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	position: relative;
}

#hundraserfarger:before
{
	content: "";
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	background-image: -webkit-gradient(linear,	left bottom, left top,	from(rgba(63,52,50,0)), to(rgba(63,52,50,0.3)));
	background-image: -webkit-linear-gradient(bottom,	rgba(63,52,50,0) 0%, rgba(63,52,50,0.3) 100%);
	background-image: -moz-linear-gradient(bottom,	rgba(63,52,50,0) 0%, rgba(63,52,50,0.3) 100%);
	background-image: -o-linear-gradient(bottom,	rgba(63,52,50,0) 0%, rgba(63,52,50,0.3) 100%);
	background-image: linear-gradient(0deg,	rgba(63,52,50,0) 0%, rgba(63,52,50,0.3) 100%);
}

#hundraserfarger:after
{
	content: "";
	height: 10px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(63,52,50,0.3)), to(rgba(63,52,50,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(63,52,50,0.3) 0%, rgba(63,52,50,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(63,52,50,0.3) 0%, rgba(63,52,50,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(63,52,50,0.3) 0%, rgba(63,52,50,0) 100%);
	background-image: linear-gradient(0deg, rgba(63,52,50,0.3) 0%, rgba(63,52,50,0) 100%);
}

#hundraserfarger > h2
{
	color: #fff4dc;
	background-color: #3f3432;
	padding: 15px;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	font-size: 24px;
}

#hundraserfargerholder
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.hundfarg
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px #999 solid;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: #fff;
	margin: 10px;
}

.hundfarg > span
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	white-space: nowrap;
	font-size: 16px;
}

.hundfarg > div
{
	width: 100%;
	height: 5px;
}

#hundarticleholder
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	   -moz-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	background-color: #3f3432;
}

#hundarticlesbtns
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	background-color: #fff4dc;
}

.hundarticlesbtn
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: baseline;
	-webkit-justify-content: baseline;
	   -moz-box-pack: baseline;
	    -ms-flex-pack: baseline;
	        justify-content: baseline;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px 50px 30px 50px;
	width: 100%;
	background-color: #fff4dc;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.hundarticlesbtn > i
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 30px;
	margin-right: 25px;
	color: #3f3432;
	width: 30px;
}

.hundarticlesbtn > span
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	color: #000;
}

.hundarticlesbtn:hover > i
{
	-webkit-animation: spinner 3s infinite linear;
	   -moz-animation: spinner 3s infinite linear;
	     -o-animation: spinner 3s infinite linear;
	        animation: spinner 3s infinite linear;
}

.hundarticlesbtn:hover
{
	cursor: pointer;	
	background-color: #cffbff;
}

.menyselect
{
	background-color: #3f3432;
}

.menyselect > i
{
	color: #fff4dc;
}

.menyselect > span
{
	color: #fff;
}

.menyselect:hover > i
{
	-webkit-animation: none;
	   -moz-animation: none;
	     -o-animation: none;
	        animation: none;
}

.menyselect:hover
{
	cursor: initial;	
	background-color: #3f3432;
}

#hundarticles
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
	background-color: #3f3432;
	background-image: url("img/forest2.png");
    background-position: bottom right;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.hundarticle
{
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 100px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

.hundarticle > i
{
	display: none;
}

.doshow
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.hundarticle > p, li
{
	font-size: 16px;
	font-weight: 300;
}

.hundarticle > h2
{
	display: none;
}

#hundraserlistholder
{
	width: 1280px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 0px 20px 0px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.hundraserlist
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 10px;
	width: 150px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff4dc;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.hundraserlist > img
{
	width: 100%;
	height: 100px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.hundraserlist > a
{	
    padding: 20px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	font-size: 12px;
	text-align: center;
	width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.hundraserlist:hover
{	
	cursor: pointer;
	background-color: #e7f7ff;
}

.rotatein
{
	-webkit-animation: rotatein 1s 1 cubic-bezier(0, 0.55, 0.45, 1);
	   -moz-animation: rotatein 1s 1 cubic-bezier(0, 0.55, 0.45, 1);
	     -o-animation: rotatein 1s 1 cubic-bezier(0, 0.55, 0.45, 1);
	        animation: rotatein 1s 1 cubic-bezier(0, 0.55, 0.45, 1);
}

#relatedtitle
{
	text-align: center;
	padding: 30px;
	background-color: #fff;
	color: #000;
	position: relative;
}

#relatedspace
{
	height: 40px;
}

@-webkit-keyframes rotatein {
    from { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }
    to { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); }
}

@-moz-keyframes rotatein {
    from { -moz-transform: rotateY(180deg); transform: rotateY(180deg); }
    to { -moz-transform: rotateX(0deg); transform: rotateX(0deg); }
}

@-o-keyframes rotatein {
    from { transform: rotateY(180deg); }
    to { transform: rotateX(0deg); }
}

@keyframes rotatein {
    from { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); transform: rotateY(180deg); }
    to { -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); transform: rotateX(0deg); }
}

@media screen and (max-width: 1350px)
{
	#topcontainer
	{
		width: 100%;
	}
	
	#slider
	{
		width: 100%;
	}
	
	.delimiter
	{
		width: 100%;
	}
	
	.postcontainer
	{
		width: 100%;
	}
	
	#article
	{
		width: 100%;
	}
	
	#hundraserlistholder
	{
		width: 100%;
	}
	
	#blognav
	{
		width: 100%;
	}
	
	.slidercontent > p
	{
		padding: 0px 100px 0px 100px;
	}
}

@media screen and (max-width: 1100px)
{
	.hundarticle
	{
		padding: 75px;
	}
	
	.hundarticlesbtn
	{
		padding: 25px 40px 25px 40px;
	}
	
	.hundarticlesbtn > i
	{
		font-size: 24px;
	}
	
	.hundarticlesbtn > span
	{
		font-size: 16px;
	}
	
}

@media screen and (max-width: 1000px)
{
	#articlesidebar
	{
		width: 100%;
	}
	
	#articlesidebarbox
	{
		padding: 30px 0px 30px 0px;
	}
	
	#article
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	#articlecontent
	{
		margin-right: 0px;
	}
	
	.hundarticle > p, li
	{
		font-size: 14px;
	}
	
	.slidercontent > p
	{
		padding: 0px 50px 0px 50px;
	}
}

@media screen and (max-width: 900px)
{
	#menu
	{
		display: none;
	}
	
	#socialmenu
	{
		display: none;
	}
	
	#mobilemenu
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	#mobilemenucontent > a
	{
		padding: 10px;
	}
	
	#mobilemenucontent > a:hover
	{
		background-color: #e1fffe;	
	}
	
	#mobilemenucontent > #socialmenumobile > a:hover
	{
		background-color: #000;	
	}
	
	.hundraserfaktabox > i
	{
		font-size: 24px;
	}
	
	.hundraserfaktabox > h2
	{
		font-size: 14px;
	}
	
	.hundraserfaktabox > span
	{
		font-size: 12px;
	}
	
	#hundraserdesc
	{
		font-size: 12px;
		line-height: 20px;
	}
	
	#hundraserdesc > p::first-letter
	{
		font-size: 16px;
	}
	
	#hundraserfarger > h2
	{
		padding: 15px;
		font-size: 16px;
	}
	
	.hundfarg > span 
	{
		padding: 10px;
		font-size: 14px;
	}
	
	.hundarticle
	{
		padding: 60px;
	}
	
	.hundarticlesbtn
	{
		padding: 25px 35px 25px 35px;
	}
	
	.hundarticlesbtn > i
	{
		font-size: 20px;
	}
	
	.hundarticlesbtn > span
	{
		font-size: 14px;
	}
}

@media screen and (max-width: 850px)
{
	#hundarticlesbtns
	{
		display: none;
	}
	
	.hundarticle
	{
		display: block;
		position: static;
		opacity: 1;
		padding: 60px 0px 60px 0px;
	}
	
	
	#hundarticleholder
	{
		height: initial !important;
	}
	
	.hundarticle > h2
	{
		display: inline;
		font-size: 24px;
		padding: 0px 0px 0px 60px;
	}
	
	.hundarticle > i
	{
		display: inline;
		margin-left: 10px;
		font-size: 18px;
		position: relative;
		bottom: 1px;
		color: #fff4dc;
	}
	
	.hundarticle > p, ul
	{
		font-weight: 400;
		padding: 0px 60px 0px 60px;
		list-style-position: inside;
	}
	
	.hundarticle:nth-of-type(even)
	{
		background-color: #fff4dc;
		color: #3f3432;
	}
	
	.hundarticle:nth-of-type(even) > i
	{
		color: #347ea9;
	}
	
	#hundarticles
	{
		background-image: none;
	}
	
	.hundarticle:nth-of-type(odd)
	{
		background-image: url("img/forest2.png");
		background-position: bottom right;
		-webkit-background-size: 100% 100%;
		   -moz-background-size: 100%;
		     -o-background-size: 100%;
		        background-size: 100%;
		background-repeat: no-repeat;
	}
	
	.slidercontent > p
	{
		padding: 0px 25px 0px 25px;
	}
}

@media screen and (max-width: 750px)
{
	.hundraserlist
	{
		width: 100px;
	}	

	.hundraserlist > img
	{
		min-height: 100px;
	}
	
	#topcontainer > a
	{
		margin-left: 25px;
	}	

	#slidercontent
	{
		padding: 25px 50px 25px 50px;
	}

	.postcontainer > .post
	{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		   -moz-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	
	#featureimg
	{
		height: 300px;
	}
	
	#hundrasertop
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-height: initial;
	}
	
	#hundraserimg
	{
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		   -moz-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	
	#hundraserimg > img
	{
		position: absolute;
	}

	.hundraserfaktabox
	{
		-webkit-flex-basis: 33%;
		    -ms-flex-preferred-size: 33%;
		        flex-basis: 33%;
	}
	
	#hundraserdesc
	{
		font-size: 14px;
		line-height: 24px;
	}
	
	#hundraserdesc > p::first-letter
	{
		font-size: 18px;
	}
	
	.hundraserfaktabox > i
	{
		font-size: 30px;
	}
	
	.hundraserfaktabox > h2
	{
		font-size: 16px;
	}
	
	.hundraserfaktabox > span
	{
		font-size: 14px;
	}
	
	#hundraserfakta
	{
		padding: 0px 50px 0px 50px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		background-image: none;
	}
	
	#hundraserfaktabg
	{
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgba(0,0,0,0)), to(rgba(50,50,50,1)));
		background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 80%, rgba(50,50,50,1) 100%);
		background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0) 80%, rgba(50,50,50,1) 100%);
		background-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 80%, rgba(50,50,50,1) 100%);
		background-image: linear-gradient(0deg, rgba(0,0,0,0) 80%, rgba(50,50,50,1) 100%);
	}
	
	.slidercontent > h1
	{
		font-size: 15px;
		font-weight: 300;
	}
	
	.slidercontent > a
	{
		font-size: 40px;
		margin: 0px 0px 10px 0px;
	}
	
	.slidercontent > p
	{
		font-size: 12px;
		padding: 0px 15px 0px 15px;
		line-height: 16px;
	}
	
	.slidercontent > span
	{
		padding: 10px;
		font-size: 14px;
		margin-top: 30px;
	}
	
	.slidercontent > span > i
	{
		top: 0px;
	}
}

@media screen and (max-width: 600px)
{
	#slidercontent > a
	{
		font-size: 30px;
	}
	
	#slidercontent > p
	{
		font-size: 14px;
	}
	
	#article
	{
		padding: 25px;
	}
	
	#featureimg
	{
		height: 200px;
	}
	
	#articlecontent > h1
	{
		font-size: 24px;
	}
	
	#articlecontent > h2
	{
		font-size: 18px;
	}
	
	#articlecontent > p
	{
		font-size: 14px;
	}
	
	#hundraserfakta
	{
		padding: 0px 25px 0px 25px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		background-image: none;
	}
	
	.hundarticle
	{
		display: block;
		position: static;
		opacity: 1;
		padding: 50px 0px 50px 0px;
	}

	.slidercontent > p
	{
		font-size: 12px;
		padding: 0px 10px 0px 10px;
	}
	
	.hundarticle > h2
	{
		display: inline;
		font-size: 24px;
		padding: 0px 0px 0px 50px;
	}
	
	.hundarticle > p, ul
	{
		font-weight: 400;
		padding: 0px 50px 0px 50px;
		list-style-position: inside;
	}	
	
}

@media screen and (max-width: 500px)
{
	#hundraserlistholder
	{
		padding: 0px 10px 0px 10px;
	}
	
	.hundraserlist
	{
		margin: 5px;
	}
	
	#article > h2
	{
		font-size: 20px;
	}
	
	#article > h1
	{
		font-size: 20px;
	}
	
	#article > p
	{
		font-size: 14px;
	}
	
	.blognavbtn
	{
		font-size: 14px;
	}
	
	.hundraserfaktabox
	{
		-webkit-flex-basis: 50%;
		    -ms-flex-preferred-size: 50%;
		        flex-basis: 50%;
	}
	
	#hundraserdesc
	{
		padding: 35px;
	}
	
	.hundarticle
	{
		display: block;
		position: static;
		opacity: 1;
		padding: 40px 0px 40px 0px;
	}
	
	.hundarticle > p, ul
	{
		font-weight: 400;
		padding: 0px 40px 0px 40px;
		list-style-position: inside;
	}	
	
	.hundarticle > h2
	{
		font-size: 19px;
		padding: 0px 0px 0px 40px;		
	}
	
	.hundarticle > i
	{
		margin-left: 10px;
		font-size: 14px;
		bottom: 1px;
	}
	
	.slidercontent > h1
	{
		font-size: 14px;
		font-weight: 300;
	}
	
	.slidercontent > a
	{
		font-size: 30px;
		margin: 0px 0px 10px 0px;
	}
	
	.slidercontent > p
	{
		font-size: 12px;
		padding: 0px 0px 0px 0px;
	}

	.slidercontent
	{
		padding: 25px;
	}

}

@media screen and (max-width: 400px)
{
	#slidercontent
	{
		padding: 20px 20px 20px 20px;
	}
	
	#slidercontent > a
	{
		font-size: 24px;
	}
	
	.postcontainer > .post
	{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		   -moz-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	
	#hundraserimg
	{
		min-height: 200px;
	}

	#hundraserimg > div
	{
		padding: 10px;
	}
	
	#hundraserimg > div > h1
	{
		font-size: 20px;
	}
	
	#hundraserfakta
	{
		padding: 10px;
	}
	
	#hundraserfarger > h2
	{
		padding: 15px;
		font-size: 16px;
	}
	
	.hundfarg > span 
	{
		padding: 10px;
	}
	
	.hundfarg
	{
		margin: 5px;
	}
	
	.hundarticle
	{

		padding: 30px 0px 30px 0px;
	}
	
	.hundarticle > p, ul
	{
		font-weight: 400;
		padding: 0px 30px 0px 30px;
		list-style-position: inside;
	}	
	
	.hundarticle > h2
	{
		font-size: 16px;
		padding: 0px 0px 0px 40px;		
	}
	
	.hundarticle > i
	{
		margin-left: 10px;
		font-size: 12px;
		bottom: 1px;
	}
	
	#hundraserdesc
	{
		font-size: 14px;
		line-height: 20px;
	}
}

.adsbygoogle
{
	margin: 0px !important;
}