<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Footer
--------------------------------*/
.footer-wrap {
	background: url(../images/bg-3.jpg) center no-repeat;
	background-size: cover;
	padding: 50px 0 20px;
	text-align: center;
}
footer .title {
	background: #1d4054;
	display: inline-block;
	padding: 13px 15px;
	color: #edebeb;
	width: 100%;
	box-sizing: border-box;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
@media (max-width: 1200px) {
	footer .title {
		padding: 13px 15px;
		font-size: 32px;
		margin-bottom: 30px;
	}
}
@media (max-width: 992px) {
	footer .title {
		font-size: 26px;
	}
}
@media (max-width: 768px) {
	footer .title {
		font-size: 20px;
	}
}
footer &gt; p {
	color: #fff;
	font-size: 30px;
	text-shadow: 0 2px 2px #000;
	max-width: 1200px;
	margin: 0 auto 40px;
}
@media (max-width: 1200px) {
	footer &gt; p {
		font-size: 28px;
	}
}
@media (max-width: 992px) {
	footer &gt; p {
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	footer &gt; p {
		font-size: 22px;
	}
}
footer form {
	background: rgba(255,255,255, .6)!important;;
	padding: 20px 10px;
	border-radius: 13px;
	box-sizing: border-box;
	margin-bottom: 300px !important;
	box-shadow: 0 3px 5px rgba(0,0,0,.35);
}
footer form div {
	display: inline-block;
	max-width: 25%;
}
footer form input[type="text"],
footer form input[type="email"] {
	border: 1px solid #999;
	border-radius: 5px;
	color: #333;
	width: 270px;
	padding: 10px;
	font-size: 18px;
	margin: 0 5px;
	background-color: #f9f9f9;
	box-shadow: 0 3px 5px rgba(0,0,0,.35);
}
footer form input[type="submit"] {
	border: 1px solid #900;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0,0,0,.35);
	font-family: 'Akrobat-Thin';
	min-width: 280px;
	text-transform: uppercase;
	color: #fff;
	padding: 7px 0;
	text-shadow: 0 1px 1px #000;
	font-size: 18px;
	background: #df5c64;
}
footer form input[type="submit"]:hover {
	background: #c8535a;
}
form aside {
	margin-top: 20px;
}

form aside strong {
    color: #000;
    float: left;
    font: 36px "Akrobat-SemiBold";
    margin: 33px 70px 0 20px;
  
    text-transform: uppercase;
}
form aside ul {
	list-style: none;
}
form aside ul li {
    color: #000;
    font: 24px "Akrobat-SemiBold";
    text-transform: uppercase;
    text-align: left;
    padding: 5px;
    float: left;    
}
.icheckbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	background: url(../images/icheck.png);
	cursor: pointer;
}
.icheckbox.checked {
	background-position: bottom;
}
footer &gt; div {
	margin: 0 0 20px;
	overflow: hidden;
	color: #c9c9c9;
}
footer &gt; div strong {
	float: left;
	font-size: 46px;
	font-weight: bold;
}
footer &gt; div span {
	float: right;
	font-size: 36px;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	footer form {
		margin-bottom: 30px !important;
		box-sizing: border-box;
		width: 97% !important;
		margin: 0 auto;
	}
	footer &gt; div strong {
		font-size: 38px;
		margin-left: 15px;
	}
	footer &gt; div span {
		font-size: 30px;
		margin-right: 15px;
	}
	form aside {
		margin-top: 20px;
	}
	form aside strong {
		margin: 30px 70px 0 20px;
		font-size: 32px;
	}
	form aside ul li {
		font-size: 22px;
	}
}
@media (max-width: 992px) {
	footer &gt; div strong {
		font-size: 32px;
	}
	footer &gt; div span {
		font-size: 26px;
	}
	form aside strong {
		float: none;
		margin-bottom: 10px;
		display: block;
		text-align: left;
	}
}
@media (max-width: 768px) {
	footer &gt; div strong {
		font-size: 28px;
	}
	footer &gt; div span {
		font-size: 22px;
	}
	form aside strong {
		margin: 0 0 10px 0;
		font-size: 26px;
	}
	form aside ul li {
		font-size: 18px;
		margin: 5px 0;
	}
	.icheckbox {
		position: relative;
		top: 3px;
	}
}

@media (max-width: 1250px) {
	footer form input[type="submit"] {
		margin-top: 10px;
	}
}
@media (max-width: 1200px) {
	footer form div {
		display: inline-block;
		max-width: 30%;
	}
	footer form input[type="text"],
	footer form input[type="email"] {
		max-width: 100%;
		box-sizing: border-box;
	}
	footer form input[type="submit"] {
		width: 100%;
		box-sizing: border-box;
	}
}
@media (max-width: 768px) {
	footer form {
		padding: 15px;
	}
	footer form div {
		display: inline-block;
		max-width: 100%;
		width: 100%;
		margin: 5px 0;
		box-sizing: border-box;
	}
	footer form aside div {
		margin: 0;
	}
	footer form input[type="text"],
	footer form input[type="email"] {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
	footer form input[type="submit"] {
		margin-top: 0;
		min-width: 100%;
	}
}

 a.knop{  text-align: center;   display: block;
    background: #df5c64 none repeat scroll 0 0;
    border: 1px solid #900;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 22px;
    padding: 2px 12px;
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
}

  a.knop:hover { background: #c8535a;}
	

.news figure figcaption p:hover a {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.footer {
    background: #212b2a none repeat scroll 0 0;
    padding: 20px 0 0;
}
.footer ul {
    list-style: outside none none;
    margin-bottom: 25px;
}
@media (min-width: 992px) {
.footer {
    padding: 40px 0 0;
}
}
@media (min-width: 1200px) {
.footer {
    padding: 70px 0 0;
}
.footer .row {
    margin-bottom: 20px;
}
.footer ul {
    margin-bottom: 0;
}
}
@media (max-width: 480px) {
.footer .row [class*="col-"] {
    text-align: center;
    width: 100%;
}
}
.footer .strong {
    color: #9c9c9c;
    display: block;
    font: 22px "Akrobat-Bold";
    margin: 0 0 5px;
}
.footer ul {
    list-style: outside none none;
}
.footer ul li {
    font: 18px "Akrobat-Thin";
}
.footer ul li a {
    color: #9c9c9c;
    transition: all 0.3s ease 0s;
}
.footer ul li a:hover {
    color: #fff;
}
.footer .soc {
    list-style: outside none none;
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: center;
}
.footer .soc li {
    display: inline-block;
}
@media (min-width: 1100px) {
.footer .soc li {
    margin: 0 2px;
}
}
.footer .soc li:first-child {
    color: #9c9c9c;
    display: block;
    font-family: "Akrobat-Thin";
    margin-bottom: 7px;
}
.footer .soc li a {
    background: rgba(0, 0, 0, 0) url("../images/ico.png") no-repeat scroll 0 0;
    display: block;
    height: 45px;
    transition: all 0.3s ease 0s;
    width: 45px;
}
.footer .soc li a:hover {
    opacity: 0.8;
}
.footer .soc li.tw a {
    background-position: -8px -135px;
}
.footer .soc li.vk a {
    background-position: -68px -135px;
}
.footer .soc li.fb a {
    background-position: -127px -135px;
}
.footer .soc li.inst a {
    background-position: -185px -135px;
}
.footer .soc li.yt a {
    background-position: -245px -135px;
}
.footer .soc li.ok a {
    background-position: -304px -135px;
}
.footer .li {
    text-align: center;
}
.footer .locs {
    color: #9c9c9c;
    font: 22px "Akrobat-SemiBold";
    margin-bottom: 25px;
    padding: 40px 0 40px 150px;
    position: relative;
}
.footer .locs::before {
    background: rgba(0, 0, 0, 0) url("../images/ico.png") no-repeat scroll 0 0;
    content: "";
    height: 130px;
    left: 0;
    position: absolute;
    top: 0;
    width: 130px;
}
.footer .locs span {
    display: block;
}
.footer .dev {
    color: #9c9c9c;
    font: 22px "Akrobat-Thin";
    padding-bottom: 25px;
    text-align: center;
}
.footer .dev a {
    color: #9c9c9c;
}
.footer .dev a:hover {
    color: #fff;
}

.license_lend {    margin-left: 44%;
    font-size: 18px; }
	
footer form {
 max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}</pre></body></html>