html {
	background:#fff;
	height:100%;
}
body {
	font-family:'Rubik', sans-serif;
	color:#444;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#444;
	text-decoration:none;
	outline:none;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#444;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#444;
	text-decoration:none;
	outline:none;
}
p {
	font-size:15pt;
	line-height:28px;
	margin:0;
	padding:4px 0;
}
p span strong {
	line-height:40px !important;
}
strong {
	font-weight:600;
}
a img {
	border:0;
}
h1 {
	width:100%;
	color:#1b9cd9;
	text-transform:uppercase;
	font-weight:500;
	font-size:40pt;
	line-height:64px;
	margin:0;
	padding:0 0 56px 0;
	text-align:center;
}
h2 {
	width:100%;
	font-weight:600;
	font-size:23pt;
	line-height:34px;
	margin:0;
	padding:0 0 22px 0;
	text-align:left;
}
.page-content {
	background:#fff;
	width:100%;
	padding:70px 0;
	float:left;
}
.container {
	max-width:1000px;
	width:92%;
	margin:0 auto;
	position:relative;
}
.content {
	width:100%;
	float:left;
}
.content table td {
	box-sizing:border-box;
}
.content-text .content {
	min-height:300px;
	padding:45px 0 0 0;
}
.container-text .content {
	min-height:300px;
	padding:130px 0 0 0;
}
.content-text .content img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;	
}
.content-text .content > ul, .article-box-descr > ul {
	min-width:100% !important;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.content-text .content > ul li, .article-box-descr > ul li {
	background:url(img/bullet.png) no-repeat top 3px left;
	background-size:11px 18px;
	width:100%;
	font-size:15pt;
	line-height:24px;
	margin:25px 0;
	padding:0 0 0 20px;
	list-style:none;
	font-weight:500;
	box-sizing:border-box;
	text-align:left;
}
.content-text .content > ul li a, .article-box-descr > ul li a {
	display:inline-block;
}
.cat-title {
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width:100%;
	height:290px;
	display:table;
	position:relative;
	float:left;
}
.cat-title:after {
	content:"";
	background:rgb(37,48,81,0.75);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.cat-title div {
	display:table-cell;
	height:430px;
	color:#fff;
	vertical-align:middle;
	margin:0;
	padding:108px 5% 0 5%;
	box-sizing:border-box;
	position:relative;
	z-index:1;
}
.cat-title div h1 {
	max-width:1280px;
	padding-top:30px;
	font-size:52px;
	line-height:56px;
	color:#fff;
	text-align:center;
	margin:0 auto;
}
.header {
	width:100%;
	height:100%;
	min-height:600px;
	position:relative;
	text-align:center;
	float:left;
}
.header-text {
	max-width:1020px;
	width:100%;
	font-size:18pt;
	line-height:29px;
	color:#fff;
	margin:0 auto;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	opacity:0;
	box-sizing:border-box;
	padding:0 4%;
}
.header-text h1 {
	color:#fff;
	margin:0;
	padding:35px 0 12px 0;
}
.header-text a {
	line-height:62px;
	white-space:nowrap;
	color:#1b9cd9;
	font-weight:500;
	border:4px solid #da222c;
	border-radius:10px;
	padding:0 40px;
	text-transform:uppercase;
	display:table;
	margin:54px auto 0 auto;
	opacity:0;
	position:relative;
	bottom:-25px;
}
.header-text a:hover {
	color:#fff;
}
.footer-content {
	background:#253051;
	color:#fff;
	font-size:12pt;
	line-height:18px;
	padding:34px 0;
}
.footer-content .container {
	max-width:1200px;
}
.footer-content .content > div {
	float:left;
}
.footer-content .content > div a {
	color: #fff;
}
.footer-cat span {
	font-size:15pt;
	line-height:24px;
}
.footer-content > div a:hover {
	text-decoration: underline;
}
.footer-cat-soc a {
	filter:brightness(0) invert(1);
	margin-top:0 !important;
	margin-left:12px !important;
	margin-bottom:12px !important;
}
.footer-cat a {
	font-size:12pt;
	line-height:18px;
	margin:8px 0;
	display:inline-block;
}
.footer-cat:nth-child(1) {
	width:33%;
}
.footer-cat:nth-child(2) {
	width:19%;
}
.footer-cat:nth-child(3) {
	width:13.5%;
}
.footer-cat:nth-child(4) {
	width:12.5%;
}
.footer-cat:nth-child(5) {
	width:22%;
}
a.web {
	color:#3a5f82 !important;
}
.menu-container {
	background:#1b9cd9;
	width:100%;
	height:150px;
	z-index:1001;
	position:fixed;
	top:0;
	left:0;
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
}
.logo {
	background:url(img/logo.png) no-repeat center;
	background-size:160px 72px;
	width:160px;
	height:72px;
	position:absolute;
	top:14px;
	left:0;
	z-index:1000;
}
a.grg-waste-uk {
	width:160px;
	background:rgba(0,0,0,0.25);
	border-radius:20px;
	font-size:9.5pt;
	line-height:18px;
	color:#fff;
	position:absolute;
	top:100px;
	left:0;
	padding:10px 15px 8px 15px;
	text-align:center;
	box-sizing:border-box;
	z-index:1000;
	transition:background 0.2s ease-in-out;
}
a.grg-waste-uk:hover {
	background:rgba(0,0,0,0.35);
}
a.grg-waste-uk strong {
	font-weight:500;
}
.menu-content {
	width:91%;
	max-width:1920px;
	height:150px;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
}
.menu {
	width:100%;
	font-size:0;
	float:left;
}
.menu > ul {
	padding:0;
	list-style:none;
	text-align:center;
	box-sizing:border-box;
	position:absolute;
	top:63px;
	right:0;
}
.menu > ul > li {
	margin:0 0 0 56px;
	padding:0;
	list-style:none;
	display:inline-block;
	color:#fff;
	font-size:13.5pt;
	line-height:26px;
	text-transform:uppercase;
	position:relative;
	cursor:default;
	user-select:none;
}
.menu > ul > li > span {
	padding:20px 0;
}
.menu > ul > li > a {
	color:#fff;
	padding:20px 0;
	transition:color 0.2s ease-in-out;
}
.menu > ul > li > a:hover {
	color:#fff;
}
.menu ul li a.current {
	color:#fff;
}
.menu > ul > li > ul {
	background:#253051;
	width:280px;
	list-style:none;
	padding:15px 0;
	margin:0;
	position:absolute;
	top:29px;
	left:50%;
	margin-left:-140px;
	opacity:0;
    box-sizing:border-box;
	transition:top 0.2s ease-in-out, opacity 0.2s ease-in-out;
	z-index:100;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	visibility:hidden;
}
.menu > ul > li:hover > ul {
	top:39px;
	opacity:1;
	visibility:visible;
}
.menu > ul > li > ul li {
	width:100%;
	color:#fff;
	font-weight:400;
	font-size:11pt;
	line-height:18px;
	text-transform:none;
	text-align:center;
	position:relative;
	padding:2px 0;
    box-sizing:border-box;
	float:left;
}
.menu > ul > li > ul > li > span {
	background:url(img/subcat_arrow.png) no-repeat right 20px center;
	background-size:8px 14px;
	padding:7px 35px 7px 15px;
    box-sizing:border-box;
	display:block;
	transition:color 0.2s ease-in-out;
}
.menu > ul > li > ul li a {
	width:100%;
	margin:0;
	padding:7px 15px;
	color:#fff;
    box-sizing:border-box;
	float:left;
	transition:color 0.2s ease-in-out;
}
.menu > ul > li > ul > li:first-child > a {
	border:0;
}
.menu > ul > li > ul li a:hover, .menu > ul > li > ul > li:hover > span {
	color:#42c7ff !important;
}
.menu > ul > li > ul li a.current {
	color:#42c7ff;
}
.menu > ul > li > ul > li ul {
	background:#253051;
	width:280px;
	list-style:none;
	padding:15px;
	margin:0;
	position:absolute;
	top:-15px;
	right:-280px;
	opacity:0;
    box-sizing:border-box;
	transition:top 0.2s ease-in-out, opacity 0.2s ease-in-out;
	z-index:100;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	visibility:hidden;
}
.menu > ul > li > ul > li:hover > ul {
	opacity:1;
	visibility:visible;
}
.menu-sml-content {
	background:#1b9cd9;
	width:100%;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	text-align:center;
	display:none;
}
#menu-bttn {
	width:20px;
	height:13px;
	position:absolute;
	top:18px;
	right:1.5%;
	padding:10px;
	cursor:pointer;
	z-index:1001;
}
#menu-bttn div {
	background:#fff;
	width:22px;
	height:2px;
	position:absolute;
}
.menu-bttn-line-1 {
	top:10px;
}
.menu-bttn-line-2 {
	top:16px;
}
.menu-bttn-line-3 {
	top:22px;
}
#menu-sml {
	background:#fff;
	width:100%;
	height:100vh;
	padding:0 0 18px 0;
	position:absolute;
	top:70px;
	left:0;
	display:none;
	z-index:1000;
	overflow:auto;
	-webkit-user-select:none;
    -moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.menu-sml-container {
	background:#fff;
	width:100%;
	padding:0 0 50px 0;
	overflow:auto;
	float:left;
}
#menu-sml ul {
	width:100%;
	margin:10px 0;
	padding:0;
	list-style:none;
	float:left;
}
.menu-sml-container > ul {
	padding:25px 0 100px 0 !important;
}
#menu-sml ul li {
	width:100%;
	margin:0 0 4px 0;
	padding:0 10px;
	box-sizing:border-box;
	list-style:none;
	text-align:center;
	float:left;
}
#menu-sml ul li a, #menu-sml ul li span {
	color:#222;
	text-transform:uppercase;
	font-size:13pt;
	line-height:25px;
	padding:5px;
	position:relative;
	cursor:pointer;
	display:inline-block;
}
#menu-sml ul li span:after {
	content:"";
	background:url(img/menu_arrow.png) no-repeat top center;
	background-size:14px 18px;
	position:absolute;
	top:12px;
	right:-14px;
	width:14px;
	height:9px;
}
#menu-sml ul li span.opened:after {
	background:url(img/menu_arrow.png) no-repeat bottom center;
	background-size:14px 18px;
}
#menu-sml ul li ul {	
	margin:0 0 0 0;
	display:none;
}
#menu-sml ul li ul li {
	margin:0 0;
}
#menu-sml ul li ul li a {
	text-transform:none;
	font-size:12pt;
	line-height:22px;
}
#menu-sml ul li a:hover {
	text-decoration:none;
}
#menu-sml ul li a.current {
	color:#1b9cd9;
}
.animation, .animation .menu-content, .animation .menu > ul, .animation a.grg-waste-uk {
	-webkit-transition:all 0.2s ease-in-out !important;
	-moz-transition:all 0.2s ease-in-out !important;
	-o-transition:all 0.2s ease-in-out !important;
	transition:all 0.2s ease-in-out !important;
}
.menu-content-sml, .menu-content-sml .menu-content {
	height:100px;
}
.menu-content-sml .menu > ul {
	top:38px;
}
.menu-content-sml a.grg-waste-uk {
	opacity:0;
	top:80px;
}
#services-content .container {
	max-width:1250px;
}
.services {
	width:100%;
	float:left;
}
.services ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
}
.services ul li {
	width:16.66666666666667%;
	padding:7px;
	margin:0;
	box-sizing:border-box;
	opacity:0;
	position:relative;
	bottom:-35px;
	float:left;
}
.services ul li .border {
	border:5px solid #da222c;
}
.services ul li a {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
	font-size:11pt;
	line-height:22px;
	border-radius:5px;
	display:flex;
	align-items:center;
	text-align:left;
	color:#fff;	
	cursor:pointer;
	text-transform:uppercase;
	font-weight:500;
	box-sizing:border-box;
	padding:0 10%;
	transition:filter 0.2s ease-in-out;
}
.services ul li a:after {
	content:"";
	display:block;
	padding-bottom:calc(100% + 25%);
}
.services ul li a:hover {
	filter:contrast(150%);
}
.services ul li a.red {
	background-color:#e8757b;
}
.services ul li a.blue {
	background-color:#1b9cd9;
}
.services ul li a.light-blue {
	background-color:#42c7ff;
}
.services ul li a.dark-blue {
	background-color:#253051;
}
.ltp {
	padding-top:0 !important;
}
.ltp .container {
	max-width:1020px !important;
}
.ltp .services ul li {
	width:16.66666666666667%;
}
.ltp .services ul li a:after {
	content:"";
	display:block;
	padding-bottom:calc(100% + 25%);
}
#who-we-are-content {
	background:#f4f4f4;
}
#who-we-are-content .container {
	max-width:900px;
}
#who-we-are-content h1 {
	text-align:left;
}
#liquid-treatment-plant-content {
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding:115px 0 135px 0;
}
a.ltp-content {
	background:rgba(37,48,81,0.9);
	color:#fff;
	border-radius:10px;
	font-size:15pt;
	line-height:26px;
	padding:20px 88px 20px 30px;
	box-sizing:border-box;
	position:relative;
	display:table;
	margin:0 auto;
	transition:background 0.2s ease-in-out;
}
a.ltp-content:after {
	content:"";
	background:url(img/arrow.png) no-repeat center;
	background-size:29px 46px;
	width:29px;
	height:46px;
	position:absolute;
	top:50%;
	right:35px;
	margin-top:-23px;
	transition:right 0.2s ease-in-out;
}
a.ltp-content:hover {
	background:rgba(37,48,81,1);
}
a.ltp-content:hover:after {
	right:24px;
}
a.ltp-content div {
	font-size:44pt;
	line-height:71px;
	text-transform:uppercase;
	font-weight:500;
}
input, input[type=password], textarea, select {
	background:#e0e0e0;
	border:0;
	font-size:12.6pt;
	font-family:'Rubik', sans-serif;
	font-weight:400;
	line-height:22px;
	padding:11px 16px;
	margin:0 0 20px 0;
	color:#444;
	box-sizing:border-box;
	resize:vertical;
	outline:none;
}
input[type=file] {
	background:none;
	font-size:11pt;
	font-family:'Rubik', sans-serif;
	color:#444;
	width:auto;
	height:auto;
	border:0;
	margin:0 0 10px 0;
	padding:0;
	resize:none;
}
button, .logForm button:hover {
	background:transparent;
	color:#1b9cd9;
	font-family:'Rubik', sans-serif;
	font-size:14pt;
	line-height:40px;
	text-transform:uppercase;
	cursor:pointer;
	padding:0 34px;
	margin-top:10px;
	font-weight:400;
	border:4px solid #da222c;
	border-radius:10px;
	outline:none;
	transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
}
#map {
	width:100%;
	background:#eef3ef;
	height:450px;
	float:left;
}
#testimonials-content {
	background:#1b9cd9;
	text-align:center;
}
#testimonials-content h1 {
	color:#fff;
	padding:38px 0 26px 0;
}
.testimonials-content {
	width:100%;
	margin:0 auto;
}
.testimonials-content .testimonial {
	width:100%;
	padding:0 60px 35px 60px;
	color:#fff;
	text-align:left;
	box-sizing:border-box;
	float:left;
}
.testimonials-content .testimonial p {
	font-size:19pt;
	line-height:29px;
	font-weight:300;
	font-style:italic;
}
.testimonials-content .testimonial div {	
	max-width:690px;
	width:96%;
	margin:0 auto;
}
.testimonials-content .testimonial > div > span {
	font-size:18pt;
	line-height:29px;
	padding-top:21px;
	display:block;
}
.lorry-and-van {
	background:url(img/tanker.jpg) no-repeat center bottom -50px;
	background-size:cover;
	background-attachment:fixed;
	height:100%;
	padding:0;
}
#contact-us-content {
	padding-bottom:100px;
}
#contact-us-content .container {
	max-width:880px;
}
#contact-us-content h1 {
	text-align:left;
}
.contacts {
	width:55%;
	float:left;
}
.contacts > span {
	font-size:17.5pt;
	line-height:28px;
	padding-bottom:40px;
	display:block;
}
.contacts > div {
	width:100%;
	font-size:13.5pt;
	line-height:21px;
	padding-left:43px;
	margin-bottom:30px;
	box-sizing:border-box;
	float:left;
}
.contacts > .phone {
	background:url(img/phone.png) no-repeat center left 1px;
	background-size:22px 23px;
}
.contacts > .email {
	background:url(img/email.png) no-repeat center left;
	background-size:22px 15px;
}
.contacts > .location {
	background:url(img/location.png) no-repeat center left 2px;
	background-size:19px 30px;
}
.contacts > .time {
	background:url(img/time.png) no-repeat center left;
	background-size:25px 25px;
}
.contact-form {
	font-size:18px;
	width:40%;
	position:relative;
	text-align:left;
	box-sizing:border-box;
	float:right;
}
.contact-form form {
	max-width:342px;
	width:100%;
	border-radius:10px;
	background:#1b9cd9;
	padding:20px;
	box-sizing:border-box;
	float:right;
}
.contact-form input[type=text], .contact-form textarea, .contact-form select {
	width:100%;
	font-size:18px;
	line-height:22px;
	padding:14px;
	background:#fff;
	border-radius:10px;
	border:0;
	color:#444;
	font-weight:normal;
	margin-bottom:16px;
	transition:border 0.2s ease-in-out;
}
.contact-form label {
	color:#fff;
	font-size:10pt;
	line-height:16px;
	margin-bottom:16px;
	display:block;
}
.contact-form input[type=checkbox] {
	height:16px;
	margin-right:7px;
	float:left;
}
.contact-form button {
	margin-top:14px;
	color:#fff;
}
.soc {
	width:100%;
	padding-left:44px;
    box-sizing:border-box;
}
.soc a {
	margin:3px 12px 0 0;
}
.soc a:last-child {
	margin:3px 0 0 0;
}
a.facebook {
	background:url(img/facebook.png) no-repeat center;
	background-size:40px 40px;
	width:40px;
	height:40px;
	float:left;
}
a.x {
	background:url(img/x.png) no-repeat center;
	background-size:40px 40px;
	width:40px;
	height:40px;
	float:left;
}
a.linkedin {
	background:url(img/linkedin.png) no-repeat center;
	background-size:40px 40px;
	width:40px;
	height:40px;
	float:left;
}
a.youtube {
	background:url(img/youtube.png) no-repeat center;
	background-size:40px 40px;
	width:40px;
	height:40px;
	float:left;
}
.footer-bttm {
	padding:25px 0;
	text-align:center;
}
.footer-bttm img {
	width:auto;
	max-width:100%;
	height:auto;
}
a.bttn {
	font-size:16pt;
	line-height:62px;
	white-space:nowrap;
	color:#1b9cd9;
	font-weight:500;
	border:4px solid #da222c;
	border-radius:10px;
	padding:0 40px;
	text-transform:uppercase;
	display:inline-block;
	margin-top:18px;
}
.article-content {
	width:100%;
	padding-top:85px;
	float:left;
}
.article-box {
	width:100%;
	height:160px;
	vertical-align:middle;
	padding-bottom:50px;
	margin-bottom:40px;
	border-bottom:1px solid #ddd;
	display:table;
	position:relative;
}
.article-box:last-of-type {
	margin-bottom:0;
	border:0;
}
.article-box img {
	width:100%;
	max-width:400px;
	max-height:400px;
	height:auto;
	float:left;
}
.article-img {
	width:100%;
	margin-bottom:35px;
	float:left;
}
.article-box .article-box-text-content {
	display:table-cell;
	width:60%;
	padding-left:6%;
    box-sizing:border-box;
	vertical-align:middle;
}
.article-box .article-box-text-content .article-box-text {
	width:100%;
	vertical-align:middle;
}
.article-box .article-box-title {
	width:100%;
	font-size:32px;
	line-height:40px;
	font-weight:500;
	padding-bottom:15px;
	float:left;
}
.article-box .article-box-date {
	width:100%;
	color:#b1b1b1;
	font-size:16px;
	line-height:23px;
	margin-bottom:13px;
	float:left;
}
.article-box .article-box-descr {
	width:100%;
	font-size:16px;
	line-height:23px;
	float:left;
}
.article-box a.continue-reading {
	font-size:16px;
	line-height:23px;
	font-weight:500;
	text-transform:uppercase;	
	background:#1b9cd9;
	padding:10px 20px;
	margin-top:26px;
	border-radius:10px;
	color:#fff;
	float:left;
	transition:filter 0.2s ease-in-out;
}
.article-box a.continue-reading:hover {
	filter:contrast(150%);
	text-decoration:none;
}
.articles-cat {
	width:100%;
	padding-top:70px;
	float:left;
}
.articles-cat ul {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.articles-cat ul li {
	margin:0 13px 15px 0;
	padding:0;
	float:left;
}
.articles-cat ul li a {
	font-size:12pt;
	padding:10px 15px;
	color:#444;
	border-radius:10px;
	border:2px solid #da222c;
	box-sizing:border-box;
	transition:filter 0.2s ease-in-out;
	float:left;
}
.articles-cat ul li a:hover {
	filter:contrast(150%);
}
.articles-cat ul li a.current {
	background:#da222c;
	color:#fff;
}
.csr-content {
	max-width:100%;
	background:#fff;
	overflow:hidden;
	min-height:380px;
	padding-top:0;
}
.csr-content .page-content:nth-child(odd) {
	background:#f0f0f0;
}
.csr-content .page-content {
	padding:30px 0;
}
.csr-content .article-box {
	margin:0;
	padding:0;
}
.csr-content .article-box .article-box-descr {
	padding:0;
}
.csr .container {
	opacity:0;
	position:relative;
	left:150px;
	transition:opacity 0.35s ease-in-out, left 0.35s ease-in-out;
}
.csr:nth-child(odd) .container {
	left:-150px;
}
.csr-text {
	padding:45px 0 !important;
}
.csr-text .content {
	min-height:inherit;
	padding:0;
}
#companies-content {
	padding-top:25px;
	padding-bottom:0;
}
.companies {
	width:100%;
	float:left;
}
.companies ul {
	width:105%;
	margin:0 0 0 -2.5%;
	padding:45px 0 0 0;
	list-style:none;
	float:left;
}
.companies ul li {
	width:25%;
	margin:0;
	padding:0 2.5% 2.5% 2.5%;
	box-sizing:border-box;
	position:relative;
	bottom:-60px;
	opacity:0;
	float:left;
}
.companies ul li img {
	border-radius:100%;
}
.companies ul li a span {
	font-size:15pt;
	line-height:23px;
	font-weight:500;
	margin-top:20px;
	display:block;
	text-align:center;
	position:relative;
	top:0;
	transition:top 0.2s ease-in-out;
}
.companies ul li a:hover span {
	top:-8px;
}
.download-box {
	width:100%;
	float:left;
}
.download-box ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
}
.download-box ul li {
	width:29%;
	text-align:left;
	padding:22px 0;
	margin:0 2.16665%;
	list-style:none;
	position:relative;
	box-sizing:border-box;
	float:left;
}
.download-box ul li a.download-bttn {
	background:url(img/download.png) no-repeat top 22px right 18px #253051;
	background-size:32px 35px;
	width:100%;
	height:80px;
	font-size:16px;
	line-height:20px;
	color:#fff;
	padding:10px 70px 10px 20px;
	display:table;
	border-radius:10px;
	box-sizing:border-box;
	transition:filter 0.2s ease-in-out;
}
.download-box ul li a.download-bttn span {
	display:table-cell;
	vertical-align:middle;
}
.download-box ul li a.download-bttn:hover {
	filter:contrast(150%);
}
.a2a_kit {
	display:block;
	margin:0 0 20px -2px;
}
video {
	width:auto !important;
	max-width:100% !important;
}
.true {
	background:#fff;
	border:1px solid #23b005;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#23b005;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
}
.true div {
	background:url(img/big_icons.png) no-repeat left top;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.false {
	background:#fff;
	border:1px solid #ee552a;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ee552a;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
}
.false div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -24px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.warn {
	background:#fff;
	border:1px solid #ff8f2c;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ff8f2c;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
}
.warn div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -48px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
#video-box-content {
	width:100%;
	max-width:800px;
	padding:0;
}
.video-box {
	width:100%;
	position:relative;
    overflow:hidden;
    padding-top:56.25%;
}
.video-box > iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}
.cookies-container {
	font-family:'Arial';
	font-size:16px;
	line-height:20px;
	background:rgba(213,241,70,0.9);
	color:#222;
	text-align:center;
	width:100%;
	position:fixed;
	z-index:1006;
	bottom:0;
	left:0;
	box-sizing:border-box;
}
.cookies-container a {
	color:#000;
	text-decoration:underline;
}
.cookies-container .cookies-content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display:table;
	position:relative;
	box-sizing:border-box;
}
.cookies-container .cookies-content .cookies {
	display:table-cell;
	vertical-align:middle;
	padding:22px 132px 22px 40px;
	float:left;
}
.agree-cookies {
	background:#000;
	color:#fff;
	padding:8px 12px;
	display:inline-block;
	cursor:pointer;
	position:absolute;
	top:24px;
	right:40px;
}

@media only screen and (max-width:767px){	
	.cookies-container .cookies-content .cookies {
		padding:20px;
	}
	.cookies-container .cookies-content .cookies span {
		display:block;
		margin-top:12px;
	}	
	.agree-cookies {
		margin-top:4px;
		position:static;
	}
}