.list.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.list.list-icons li {
	position: relative;
	padding-left: 25px;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	position: absolute;
	left: 0;
	font-size: 0.8em;
	top: 7px;
}

.list.list-icons li > .fa:first-child, .list.list-icons li a:first-child > .fa:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .icons:first-child {
    color: #2ac461;
    border-color: #2ac461;
}

.list.list-icons.list-icons-sm li {
	padding-left: 13px;
	margin-bottom: 5px;
}

#footer {
	background: #0e0e0e;
	border-top: 3px solid #2ac461;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}

#footer .container .row > div {
	margin-bottom: 25px;
}

#footer a:hover {
	color: #CCC;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
	color: #FFF;
}

#footer h4 {
	font-size: 1.8em;
	font-weight: 200;
}

#footer .footer-copyright {
	background: #060606;
	border-top: 4px solid #060606;
	margin-top: 40px;
	padding: 30px 0 10px;
}

#footer .footer-copyright p {
	color: #555;
	margin: 0;
	padding: 0;
}

#footer.short {
	padding-top: 50px;
}

#footer.short .footer-copyright {
	background: transparent;
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

.random-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.random-icons li {
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.random-icons li a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #FFF;
	border-radius: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
}

.random-icons li:hover a {
	background: #171717;
	color: #FFF !important;
}

.random-icons li:hover.random-icons-twitter a {
	background: #1aa9e1;
}

.random-icons li:hover.random-icons-facebook a {
	background: #3b5a9a;
}

.random-icons li:hover.random-icons-youtube a {
	background: #c3191e;
}

#footer .footer-copyright p {
    color: #9e9e9e;
}

#footer .licence-row{
    display:flex;
    padding: 0 15px;
}

#footer .license-img {
    width: 40px;
    margin-right: 20px;
}

#footer .responsible{
    padding: 0 15px;
}

#footer .footer-icons{
    display:flex;
    justify-content:center;
}

#footer .responsible img{
    display:inline-block;
    width:40px;
}

@media (max-width:1024px){
    #footer .list.list-icons{
        text-align:center;
    }
    
    #footer .list.list-icons li{
        display:inline-block;
    }
    
    #footer .list.list-icons li i{
        display:none;
    }
    #footer.short {
        padding: 20px 0;
        font-size: 1rem;
    }
}

@media (max-width:767px){
    #footer .list.list-icons{
        font-size: 13px;
		text-align: left;
    }
    .list.list-icons.list-icons-sm li {
		padding: 6px 10px 6px 0;
		margin-bottom: 0px;
    }
	#footer .list.list-icons li{
		width:99%;
	}
	#footer a {
		color: #fff;
	}
    #footer .container .row > div {
        text-align: center;
    }
	#footer h4 {
		text-align: left;
		font-size: 1.5rem;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 6px;
		color: #2ac461;
	}
	#footer .footer-list{
		margin-bottom:25px !important;
	}
	#footer .random-icons{
		font-size:16px;
		text-align:left;
		margin-top:10px;
	}
	#footer .random-icons li {
		margin: -1px 15px 5px 0;
	}
	.inner-wrapper #footer{
		padding:20px 0 53px;
	}
}

@media (min-width:768px) and (max-width:1024px){
	#footer .list.list-icons{
		font-size: 13px;
		text-align: left;
	}
	.list.list-icons.list-icons-sm li {
		padding: 6px 10px 6px 0;
		margin-bottom: 0px;
	}
	#footer .list.list-icons li{
		display:block;
	}
	#footer a {
		color: #fff;
	}
	#footer .container .row > div {
		text-align: center;
	}
	#footer h4 {
		text-align: left;
		font-size: 1.5rem;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 0;
		color: #2ac461;
		margin: 0 0 10px 0;
	}
	#footer .footer-list{
		margin-bottom:25px !important;
	}
	#footer .random-icons{
		font-size:16px;
		text-align:left;
		margin-top:10px;
	}
	#footer .random-icons li {
		margin: -1px 15px 5px 0;
	}
	html.sticky-header-enabled #header .header-nav-main{
		max-height:unset;
	}
}

@media (min-width:1025px){
	#footer h4 {
		text-align: left;
		font-size: 1.5rem;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 0 10px 0;
		line-height:27px;
		color: #2ac461;
	}
	#footer .random-icons li {
		margin: 4px 10px 5px 0;
	}
}

@media (min-width:768px){
	#footer{
		width:100%;
	}
	.page-wrap {
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}
	.body-sign{
		width: 100% !important;
		display: flex !important;
		align-items: center;
		flex-grow: 1;
	}
}

#footer .payment-logo {
	width: 128px;
	height: 64px;
	display: inline-block;
	background: url(../images/footer/footer-payment-logos.png);
}

#footer .payment-logo.skrill {
	background-position: 0 0;
}

#footer .payment-logo.neteller {
	background-position: 0 -64px;
}

#footer .payment-logo.ecopayz {
	background-position: 0 -128px;
}

#footer .payment-logo.bitcoin {
	background-position: 0 -192px;
}

#footer .payment-logo.bank {
	background-position: 0 -256px;
}

#footer .payment-logo.revolut {
	background-position: 0 -320px;
}

#footer .payment-logo.skrill:hover {
	background-position: 128px 0;
}

#footer .payment-logo.neteller:hover {
	background-position: 128px -64px;
}

#footer .payment-logo.ecopayz:hover {
	background-position: 128px -128px;
}

#footer .payment-logo.bitcoin:hover {
	background-position: 128px -192px;
}

#footer .payment-logo.bank:hover {
	background-position: 128px -256px;
}

#footer .payment-logo.revolut:hover {
	background-position: 128px -320px;
}