@font-face{font-family:devsolution;src:url(fonts/devsolution.eot?hs8xgd);src:url(fonts/devsolution.eot?#iefixhs8xgd) format('embedded-opentype'),url(fonts/devsolution.woff?hs8xgd) format('woff'),url(fonts/devsolution.ttf?hs8xgd) format('truetype'),url(fonts/devsolution.svg?hs8xgd#devsolution) format('svg');font-weight:400;font-style:normal}.dev{font-family:devsolution;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dev-1:before{content:"\e605"}.dev-2:before{content:"\e604"}.dev-3:before{content:"\e600"}.dev-4:before{content:"\e601"}.dev-5:before{content:"\e602"}.dev-6:before{content:"\e603"}.focus{position:fixed;width:90px;top:20px;left:calc(50% - 340px);z-index:100000}.focus img{width:100%;height:auto}@media(max-width:1300px){.focus{top:inherit;left:inherit !important;right:20px;bottom:20px}}@media(max-width:768px){.focus{width:70px;top:inherit;bottom:20px}}

.cookieBar {
	position: fixed;
	z-index: 100000;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background: #FFF;
	box-shadow: 0 0 20px -3px grey;
}
		
.cookieBar p {
	line-height: 1.5em;
	font-weight: 300;
}
		
.cookieBar .author-link {
	display: block;
	text-align: center;
	width: 100%;
    font-family: Montserrat,sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #27b1d2;
	border: 2px solid #27b1d2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 30px;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .45s ease-in-out;
	-moz-transition: all .45s ease-in-out;
	-o-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
}
		
.cookieBar .author-link:hover {
	background-color: #27b1d2;
	color: #FFF;
}

@media (max-width: 768px) {
	.cookieBar .author-link {
		display: inline-block;
		width: auto;
		margin: 1em auto 0;
	}
}

.fix-height {
	height: 140px !important;
}

@media (max-width: 1200px) {
	.fix-height {
		height: 150px !important;
	}
}

@media (max-width: 768px) {
	.fix-height {
		height: 100px !important;
	}
}

@media (max-width: 520px) {
	.fix-height {
		height: 120px !important;
	}
}

@media (max-width: 420px) {
	.fix-height {
		height: 150px !important;
	}
}

@media (max-width: 320px) {
	.fix-height {
		height: 160px !important;
	}
}