
/* DEFAULTS */
*,*:before,*:after{
	box-sizing:border-box;
}

body{
	font-family:Verdana;	font-size:1.5em;	font-weight:normal;	color:#4d4d4d;	background:#fff;	line-height:1.6;}

h1,h2,h3{
	color:#FECA16;}

h1{
	font-size:2.5em;	font-weight:400;}

h2{
	font-size:1.9em;	font-weight:200;}

h3{
	font-size:1.6em;	}

a{
	color:#FECA16;}

img{
	max-width:100%;
}

.container{
	max-width:1240px;}

/* HEADER */
#header{
	position:fixed;
	float:left;
	width:100%;
	z-index:2;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

#header #logo{
	float:left;
	width:100%;
	margin: 0 0 0px 0;
	padding: 20px 0;
	text-align:center;
}

@media (min-width: 760px) {
	#header #logo{
		width:30%;
		margin: 0;
		text-align:left;
	}
	#header #logo img{
		float:left;
		display:block;
	}
}

/* NAVIGATION */
#header #navigation{
	float:right;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	border-left: 1px solid #e5e5e5;
}

#navigation{
	float:right;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	border-left: 1px solid #e5e5e5;
	position:relative;
}

#navigation li{
	float:left;
	margin:0;
}

#navigation li a{
	float:left;
	padding-left:15px;
	padding-right:15px;
	border-right: 1px solid #e5e5e5;
	text-decoration:none;
}

#navigation li a:hover{
	background: #e5e5e5;
}

#navigation li ul{
	display:none;
	list-style:none;
	max-width:100%;
	position:absolute;
	padding:0;
	margin:0;
	left:0;
	border-top: 1px dashed #e5e5e5;
	background:#fff;
}

#navigation li ul li{
	width:100%;
	float:left;
}

#navigation li ul li a{
	width:100%;
	padding: 10px 20px;
	transition: background 0.3s;
	border-bottom: 1px dashed #e5e5e5;
	border-left: 0px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;
}

#navigation li ul li a:hover{
	background: #e5e5e5;
}

#navigation li:hover ul{
	display:block;
}

#menuToggle{
	display:none;
}

@media (min-width: 760px) {
	#header #navigation{
		max-width:70%;
		width:auto;
	}
}

#header #navigation{
	background:#ffffff;	}

#header #navigation a{
	color:#FECA16;	
}

/* MAIN CONTENT */
#mainContent{
	padding: 30px 0;
	float:left;
	width:100%;
}

#bannerContent{
	padding: 0;
	margin: 30px 0 30px 0;
	float:left;
	width:100%;
}

/* BANNER */
#bannerSlider{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}

#bannerSlider .banner{
	float:left;
	width: 100%;
	padding: 80px 0;
	background-size: cover !important;
}

#bannerSlider .banner .bannerBig{
	float:left;
	width:100%;
	font-size: 3em;
	overflow:hidden;
	height:65px;
	font-weight: bold;
	text-transform:uppercase;	padding: 0 15%;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

#bannerSlider .banner .bannerSmall{
	float:left;
	width:100%;
	padding: 0 15%;	
	font-size: 1.3em;
	color: #FFFFFF;
	overflow:hidden;
		height:65px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

#bannerSlider .banner .bannerButton{
	margin: 0 0 0 15%;
}

/* STATIC BANNER */
.staticBanner{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
	min-height:250px;
	padding:30px;
	text-align:center;
	position:relative;
}

.staticBanner{
	float:left;
	width: 100%;
	padding: 80px 0;
	background-size: cover !important;
}

.staticBanner .bannerBig{
	float:left;
	width:100%;
	font-size: 3em;
	overflow:hidden;
	height:65px;
	font-weight: bold;
	text-transform:uppercase;	padding: 0 15%;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

.staticBanner .bannerSmall{
	float:left;
	width:100%;
	padding: 0 15%;	
	font-size: 1.3em;
	color: #FFFFFF;
		overflow:hidden;
	height:65px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

.staticBanner .bannerButton{
	margin: 0 35%;
	width:30%;
}

/* FULL BANNER */
.fullBanner{
	float:left;
	width:100%;
	padding:50px 0;
	min-height: 250px;
	margin: 0 0 30px 0;
}

.fullBanner .bannerBig{
	float:left;
	width:100%;
	font-size: 3em;
	overflow:hidden;
	height:65px;
	font-weight: bold;
	text-transform:uppercase;	/*padding: 0 15%;*/
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

.fullBanner .bannerSmall{
	float:left;
	width:100%;
	/*padding: 0 15%;	*/
	font-size: 1.3em;
	color: #FFFFFF;
		overflow:hidden;
	height:65px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}


/* FULL BANNER */
.fullBannerParallax{
	float:left;
	width:100%;
	padding:100px 0;
	min-height: 250px;
	margin: 0 0 30px 0;
	background-attachment:fixed !important;
}

.fullBannerParallax .bannerBig{
	float:left;
	width:100%;
	font-size: 3em;
	overflow:hidden;
	height:65px;
	font-weight: bold;
	text-transform:uppercase;;
	/*padding: 0 15%;*/
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

.fullBannerParallax .bannerSmall{
	float:left;
	width:100%;
	/*padding: 0 15%;*/	
	font-size: 1.3em;
	color: #FFFFFF;
		overflow:hidden;
	height:65px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

.bannerButton{
	float:left;
	padding: 8px 15px;
	background: #B51F24;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	transition: transform 0.3s;
}

.bannerButton:hover{
	transform: scale(1.05);
	color:#fff;
}

.bannerButton:active{
	transform: scale(0.8);
}

/* TEXT */
#text{
	background: #fff;
	border-radius: 6px;
	padding: 0 20px;
	margin: 30px 0 0 0;
}

#text p{
	color:#444;
}

.readMore{
	float:right;
	color:#FECA16;	cursor:pointer;
}

#textLoose{
	float:left;
	width:100%;
	padding: 20px 0;
	background: #f2f2f2;
	margin: 0 0 20px 0;
}


/* BLOCK LAYOUTS */
#blocksOne, #blocksTwo, #blocksThree{
	float:left;
	width:100%;
	margin: 0 0 30px 0;
}

.rowOne, .rowTwo{
	float:left;
	width:100%;
}

/* FIRST BLOCK LAYOUT */
.blockOne{
	float:left;
	width:100%;
	border-bottom: 1px solid #fff;
	height: 300px;
	overflow:hidden;
	position:relative;
}

.blockOne .category{
	float:left;
	width:75%;
	padding: 15px 0;
	text-align:center;
	text-transform: uppercase;
	color:#525252;
	background: #FECA16;
	position:absolute;
	left:0;
	top:0;
	transition: all 0.3s;
}

.blockOne .image{
	float:left;
	width:100%;
	height: 160px;
	transition: all 0.3s;
}

.blockOne .shortText{
	float:left;
	width:100%;
	padding: 15px;
	color:#525252;
	background: #d9d9d9;
	transition: all 0.3s;
}

.blockOne .shortText .title{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size: 1.5em;
	color: #525252;
	margin: 0 0 10px 0;
}

.blockOne .shortText .text{
	float:left;
	width:100%;
}

.blockOne .fadeText{
	background: -moz-linear-gradient(top, rgba(217,217,217,0) 0%, rgba(217,217,217,1) 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,217,217,0)), color-stop(50%,rgba(217,217,217,1)));
	background: -webkit-linear-gradient(top, rgba(217,217,217,0) 0%,rgba(217,217,217,1) 50%);
	background: -o-linear-gradient(top, rgba(217,217,217,0) 0%,rgba(217,217,217,1) 50%);
	background: -ms-linear-gradient(top, rgba(217,217,217,0) 0%,rgba(217,217,217,1) 50%);
	background: linear-gradient(to bottom, rgba(217,217,217,0) 0%,rgba(217,217,217,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=0 );
	bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    right: 0;
	transition: all 0.3s;
}

.blockOne:hover .category{
	top: -80px;
}

.blockOne:hover .fadeText{
	opacity:0;
}

.blockOne:hover .image{
	height: 300px;
}

/* SECOND BLOCK LAYOUT */
.blockTwo{
	float:left;
	width:100%;
	margin: 0 0 30px 0;
	color:#525252;
}

.blockTwo .image{
	float:left;
	width:100%;
	height: 180px;
	margin: 0 0 15px 0;
}

.blockTwo .title{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#525252;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.blockTwo .text{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

.blockTwo a{
	float:left;
	padding: 9px 15px 8px 15px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	color:#d9d9d9;
	text-transform:uppercase;
	text-decoration: none;
	transition: all 0.3s;
}

.blockTwo a:hover{
	color:#fff;
	background: #d9d9d9;
}

/* THIRD BLOCK LAYOUT */
#blocksThree .columnBlock{
	width:100%;
	max-width:1280px;
	box-sizing:unset;
	float:left;
    -moz-column-count:2;
    -moz-column-gap: 3%;
    -moz-column-width: 50%;
    -webkit-column-count:2;
    -webkit-column-gap: 3%;
    -webkit-column-width: 50%;
    column-count: 2;
    column-gap: 3%;
    column-width: 50%;
}

.blockThree{
	display:block;
	float:left;
	width:100%;
	background:#fff;
	margin: 0 0 30px 0;
}

.blockThree .image{
	float:left;
	width:100%;
}

.blockThree .shortText{
	background:#fff;
	padding:15px;
	float:left;
	width:100%;
}

.blockThree .shortText .title{
	color: #1eaedb;
	font-size: 1.3em;
	float:left;
	width:100%;
	margin: 0 0 10px 0;
}

.blockThree .shortText .text{
	float:left;
	width:100%;
	color: #444;
}

.blockThree .blockLogo{
	background: url(../images/logo.svg) no-repeat center center #eee;
	float:left;
	width:100%;
	height: 50px;
}

/* CAT PAGE CSS */
.truncateCat{
	float:left;
	width:100%;
	margin: 0 0 30px 0;
}

.blogsContainer{
	float:left;
	width:100%;
	padding: 0;
	margin: 0 0 30px 0;
	border-top: 1px dashed #ccc;
}

.blogsContainer a{
	float:left;
	width:100%;
	padding: 30px;
	border-bottom: 1px dashed #ccc;
	transition: background 0.3s;
	color:#444;
}

.blogsContainer a:hover{
	background:#fff;
}

.blogsContainer a .blogOverviewImage{
	float:right;
	width:20%;
}
.displayFlex{
	display:flex;
}
.blogsContainer a .shortText{
	float:left;
	width:80%;
	padding: 0 30px 0 0;
}

.blogsContainer a .title{
	float:left;
	width:100%;
	font-size: 1.5em;
	text-transform:uppercase;
	font-weight: bold;
}

.blogsContainer a .readMore{
	float:left;
	padding: 8px 15px;
	color:#fff;
	background: #ED3155;
	margin: 20px 0 0 0;
}

/* BLOG PAGE CSS */
.blogImage{
	float:right;
	margin: 0 0 20px 20px;
}
@media (min-width: 500px) {
	.blockOne{
		width: 50%;
		border-right: 1px solid #fff;
	}
	
	.blockOne:nth-of-type(2n){
		border-right: 0px solid #fff;
	}
	
	.blockOne:nth-of-type(3n){
		display:none;
	}
	
	.blockOne:nth-of-type(4n){
		display:none;
	}
	
	.blockTwo{
		width: 50%;
		padding: 0 2% 0 0;
	}
	
	.blockTwo:nth-of-type(2n){
		padding: 0 0 0 2%;
	}
	
	.blockTwo:nth-of-type(3n){
		display:none;
	}
}

@media (min-width: 750px) {
	.blockOne{
		width: 33.333333333%;
		border-bottom: 0px solid #fff;
		border-right: 1px solid #fff;
	}
	
	.rowOne{
		border-bottom: 1px solid #fff;
	}
	
	.blockOne:nth-of-type(2n){
		border-right: 1px solid #fff;
	}
	
	.blockOne:nth-of-type(3n){
		display:block;
	}
	
	.blockTwo{
		width: 33.333333333%;
	}
	
	.blockTwo:nth-of-type(2n){
		padding: 0 2% 0 0;
	}
	
	.blockTwo:nth-of-type(3n-1){
		padding: 0 1%;
	}
	
	.blockTwo:nth-of-type(3n){
		display:block;
		padding: 0 0 0 2%;
	}
	#blocksThree .columnBlock{
		-moz-column-count:3;
		-moz-column-gap: 3%;
		-moz-column-width: 30%;
		-webkit-column-count:3;
		-webkit-column-gap: 3%;
		-webkit-column-width: 30%;
		column-count: 3;
		column-gap: 3%;
		column-width: 30%;
	}
}

@media (min-width: 1000px) {
	.blockOne{
		width:25%;
	}
	
	.blockOne:nth-of-type(4n){
		border-right: 0px;
		display:block;
	}
	#blocksThree .columnBlock{
		-moz-column-count:4;
		-moz-column-gap: 3%;
		-moz-column-width: 25%;
		-webkit-column-count:4;
		-webkit-column-gap: 3%;
		-webkit-column-width: 25%;
		column-count: 4;
		column-gap: 3%;
		column-width: 25%;
	}
}


/* FOOTER */
#footer{
	float:left;
	width:100%;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
	text-align:center;
}

/* LOGIN PAGE */
.fullContainerAdmin{
	float:left;
	background: #212025;
	width:100%;
	position:relative;
}

.headerAdmin{
	margin: 0 auto;
	width:960px;
}

.loginContainer{
	float:left;
	width:100%;
}

.loginBlock{
	float:left;
	box-sizing: border-box;
	width:32%;
	padding: 2%;
	margin: 50px 33%;
	border: 1px solid #212025;
	background: #212025;
	color: #fff;
}

.loginBlock h1{
	text-align:center;
	float:left;
	width:100%;
}

.loginBlock strong{
	float:left;
	margin: 0 0 5px 0;
	width:100%;
}

.loginBlock input{
	float:left;
	box-sizing: border-box;
	padding: 5px 8px;
	width:100%;
	margin: 0 0 10px 0;
}

.copyright{
	float:left;
	width:100%;
	text-align:center;
	position: relative;
	bottom:0;
	background: #fff;
	padding: 20px 0;
	box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.5);
}

.loginBlock input[type="submit"]{
	float:right;
	cursor:pointer;
	padding: 9px 20px 8px 20px;
	border:0;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 16px;
	font-weight: 700;
	background: #b51f24;
	color: #fff;
	width:100%;
	text-align:center;
	font-family: 'Lato',sans-serif;
}

.loginBlock input[type="submit"]:hover{
	background: #d5292f;
}

.loginBlock input[type="submit"]:active{
	background: #8a191d;
}

#headerBackend {
    background: none repeat scroll 0 0 #eee;
    padding: 20px 2%;
    width: 100%;
	float:left;
}
