/**
 * Copyright: 2007-2022, FlexDealer Solutions Ltd
 * This code is property of FlexDealer Solutions Ltd. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
*/


/* titles */
.AV-WFooter-3 h4 {
	font-size: 14px;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #e1e0e0;
}

.AV-WFooter-3 .editDelDrag .delete
{
    display: none !important;
}

.AV-WFooter-3 .placeholder {
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	padding: 10px 5px !important;
	border-radius: 3px;
	font-size: 20px;
}

/* Sitemap */
.AV-WFooter-3 .navigation a, .AV-WFooter-3 .social a {
	color: #e1e0e0;
}
.AV-WFooter-3 .scroll-to-top {
	text-align: center;
	margin-bottom: 10px;
}
.AV-WFooter-3 .scroll-to-top i {
	color: #8e8e8e;
	font-size: 20px;
	background-color: #393939;
	padding: 8px 13px 5px;
	cursor: pointer;
}

.AV-WFooter-3 .navigation > ul {
	 max-width: 600px;
}

.AV-WFooter-3 ul {
	padding: 0;
}

.AV-WFooter-3 li {
	list-style-type: none;
	margin-left: 0;
}

.AV-WFooter-3 .navigation > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	font-size: 12px;
}
.AV-WFooter-3 .navigation > ul > li > a
{
	margin-bottom: 10px;
	display: block;
}
.AV-WFooter-3 .navigation > ul > li > a:hover
{
	color: #fff;
	text-decoration: none;
}

.AV-WFooter-3 .navigation > ul > li > ul {
	display: block;
}
.AV-WFooter-3 .navigation > ul > li li
{
	font-size: 10px;
	font-weight: 600;
	color: #777;
	padding-bottom: 10px;
}
.AV-WFooter-3 .navigation > ul > li li a {
	color: #777;
}
.AV-WFooter-3 .navigation > ul > li li a:hover {
	color: #fff;
	text-decoration: none;
}



/* Form */
.AV-WFooter-3 .contact h4 .fd-icon {
	padding-right: 10px;
}

.AV-WFooter-3 .contact h5 {
	color: #c0c0c0;
	padding: 10px 0;
	font-weight: 300;
}

.AV-WFooter-3 .AV-WForm-2 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.AV-WFooter-3 .AV-WForm-2 .error-box,
.AV-WFooter-3 .AV-WForm-2 .success-box {
	color: #fff;
}

.AV-WFooter-3 .AV-WForm-2 .form-group {
	margin-bottom: 10px;
}

.AV-WFooter-3 .AV-WForm-2 .form-group #enquiry,
.AV-WFooter-3 .AV-WForm-2 .form-group #enquiry_error {
	display: none;
}

.AV-WFooter-3 .AV-WForm-2 .form-control {
	background-color: #393939;
	color: #808080;
	border: none;
	border-radius: 0;
	font-size: 10px;
}

.AV-WFooter-3 .AV-WForm-2 .btn {
	background-color: #4a4a4a;
	color: #c0c0c0;
	font-size: 14px;
	border: none;
	border-radius: 0;
}


.AV-WFooter-3 .social {
	text-align: center;
	padding-bottom: 20px;
}
.AV-WFooter-3 .social h4 {
	padding-top: 30px;
	padding-bottom: 0;
}
.AV-WFooter-3 .social .icons a {
	width: 45px;
	height: 45px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	background-color: #4a4a4a;
	border-radius: 20px;
	margin: 0 5px 5px 5px;
	font-size: 23px;
}

.AV-WFooter-3 .links {
	font-size: 14px;
	color: #ccc;
	margin-top: 30px;
	padding: 10px 0;
	background-color: #1b1b1b;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	line-height: 26px;
}
.AV-WFooter-3 .links a {
	color: #fff;
}
.AV-WFooter-3 .links .backlink {
	text-align: center;
	padding-top: 0;
}
.AV-WFooter-3 .links .backlink img {
	margin-left: 5px;
}

@media (min-width: 992px) {
	.AV-WFooter-3 .social .icons a {
		width: 32px;
		height: 32px;
		border-radius: 20px;
		margin: 0 20px 10px 0;
		font-size: 16px;
	}

	.AV-WFooter-3 .links {
		font-size: 10px;
		color: #fff;
		line-height: 20px;
	}
}
@media (min-width: 768px) {
	.AV-WFooter-3 h4 {
		border-bottom: 2px solid #353535;
	}

	.AV-WFooter-3 .social {
		text-align: left;
	}
	.AV-WFooter-3 .social h4 {
		padding-top: 0;
		padding-bottom: 15px;
	}

	.AV-WFooter-3 .links {
		text-align: left;
	}
	.AV-WFooter-3 .links .backlink {
		text-align: right;
		padding-top: 10px;
	}
}



<!-- lighttheme Version -->
/* hide in iframes */
.framed .AV-WFooter-3.lighttheme
{
	display: none !important;
}

.AV-WFooter-3.lighttheme
{
    background-color: rgb(230, 230, 230);
}

/* titles */
.AV-WFooter-3.lighttheme h4 {
	font-size: 14px;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #000;
}

.AV-WFooter-3.lighttheme .editDelDrag .delete
{
    display: none !important;
}

.AV-WFooter-3.lighttheme .placeholder {
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	padding: 10px 5px !important;
	border-radius: 3px;
	font-size: 20px;
}

/* Sitemap */
.AV-WFooter-3.lighttheme a {
	color: rgb(179, 57, 57);
}

.AV-WFooter-3.lighttheme .row.links {
	color: #000;
}

.AV-WFooter-3.lighttheme .row.constrained.center-block
{
    position: relative;
    bottom: 20px;
}

.AV-WFooter-3.lighttheme .logo
{
    position: relative;
    bottom: 40px;
}

.AV-WFooter-3.lighttheme .col-md-4.col-sm-4
{
    position: relative;
    top: 40px;
}

.AV-WFooter-3.lighttheme #tigernose
{
    display: none;
    position: relative;
    bottom: 54px;
    left: 425px;
}


.AV-WFooter3.lighttheme .col-md-4.col-sm-4
{
    color: #000;
}

.AV-WFooter-3.lighttheme .scroll-to-top {
	text-align: center;
	margin-bottom: 10px;
}
.AV-WFooter-3.lighttheme .scroll-to-top i {
	color: rgb(150, 150, 150);
	font-size: 20px;
	background-color: rgb(190, 190, 190);
	padding: 8px 13px 5px;
	cursor: pointer;
}

.AV-WFooter-3.lighttheme .navigation > ul {
	 max-width: 600px;
}

.AV-WFooter-3.lighttheme ul {
	padding: 0;
}

.AV-WFooter-3.lighttheme li {
	list-style-type: none;
	margin-left: 0;
}

.AV-WFooter-3.lighttheme .navigation > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	font-size: 12px;
}
.AV-WFooter-3.lighttheme .navigation > ul > li > a
{
	margin-bottom: 10px;
	display: block;
}
.AV-WFooter-3.lighttheme .navigation > ul > li > a:hover
{
	color: rgb(179, 57, 57);
	text-decoration: none;
}

.AV-WFooter-3.lighttheme .navigation > ul > li > ul {
	display: block;
}
.AV-WFooter-3.lighttheme .navigation > ul > li li
{
	font-size: 10px;
	font-weight: 600;
	color: #000;
	padding-bottom: 10px;
}
.AV-WFooter-3.lighttheme .navigation > ul > li a {
	color: #000;
}



/* Form */
.AV-WFooter-3.lighttheme .contact h4 .fd-icon {
	padding-right: 10px;
}

.AV-WFooter-3.lighttheme .contact h5 {
	color: #000;
	padding: 10px 0;
	font-weight: 300;
}

.AV-WFooter-3.lighttheme .AV-WForm-2 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.AV-WFooter-3.lighttheme .AV-WForm-2 .error-box,
.AV-WFooter-3.lighttheme .AV-WForm-2 .success-box {
	color: #fff;
}

.AV-WFooter-3.lighttheme .AV-WForm-2 .form-group {
	margin-bottom: 10px;
}

.AV-WFooter-3.lighttheme .AV-WForm-2 .form-group #enquiry,
.AV-WFooter-3.lighttheme .AV-WForm-2 .form-group #enquiry_error {
	display: none;
}

.AV-WFooter-3.lighttheme .AV-WForm-2 .heading
{
    color: #000;
}

.AV-WFooter-3.lighttheme .row.links
{
    background-color: #FFF;
}

.AV-WFooter-3.lighttheme .AV-WForm-2 .form-control {
	background-color: #FFF;
	color: #000;
	border: none;
	border-radius: 0;
	font-size: 10px;
}

.AV-WFooter-3.lighttheme .AV-WForm-2 .btn {
	background-color: rgb(220, 220, 220);
	color: #000;
	font-size: 14px;
	border: none;
	border-radius: 0;
}


.AV-WFooter-3.lighttheme .social {
	text-align: center;
	padding-bottom: 20px;
}
.AV-WFooter-3.lighttheme .social h4 {
	padding-top: 30px;
	padding-bottom: 0;
}
.AV-WFooter-3.lighttheme .social .icons a {
	display: inline-block;
	padding: 6px 8px 3px 9px;
    color: #4a4a4a;
	background-color: #FFF;
	border-radius: 20px;
	margin: 0 5px 5px 5px;
	font-size: 23px;
}

.AV-WFooter-3.lighttheme .social .icons a:hover {
    color: #FFF;
	background-color: rgb(179, 57, 57);
}

.AV-WFooter-3.lighttheme .links {
	font-size: 10px;
	color: #fff;
	margin-top: 30px;
	padding: 10px 0;
	background-color: #1b1b1b;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
.AV-WFooter-3.lighttheme .links .backlink {
	text-align: center;
	padding-top: 0;
}
.AV-WFooter-3.lighttheme .links .backlink img {
	padding-left: 5px;
}

@media (min-width: 992px) {
	.AV-WFooter-3.lighttheme .social .icons a {
        color:
		padding: 6px 6px 3px 8px;
		border-radius: 20px;
		margin: 0 20px 10px 0;
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.AV-WFooter-3.lighttheme h4 {
		border-bottom: 2px solid #353535;
	}

    .AV-WFooter-3.lighttheme #tigernose
    {
        display: block;
    }

	.AV-WFooter-3.lighttheme .social {
		text-align: left;
	}
	.AV-WFooter-3.lighttheme .social h4 {
		padding-top: 0;
		padding-bottom: 15px;
	}

	.AV-WFooter-3.lighttheme .links {
		text-align: left;
	}
	.AV-WFooter-3.lighttheme .links .backlink {
		text-align: right;
		padding-top: 10px;
	}
}
