/*Footer-v1*/
.footer-v1 {
	margin-bottom: 30px;
	margin-top: 20px;
}
.footer-v1 .footer {
	padding: 20px 0;	
	background: #272727;
}

.footer-v1 .footer p {
	color: #eee;
}

.footer-v1 .footer h2 {
	color: #eee;
	font-size: 17px;
	font-weight: 200;
}

/*Link List*/
.footer-v1 .link-list li {
	border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
	color: #eee;
}

.footer-v1 address {
	line-height: 23px;
}

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
 color: #dadada;
}

.footer-v1 .footer .dl-horizontal a:hover {
 color: #5fb611 !important;
}

/*Copyright*/
.footer-v1 .copyrightV11 {
	background: #222;
	border-top: none;
	padding: 10px 0 5px;
}

.footer-v1 .copyrightV11 p {
	color: #eee;
	margin-top: 14px;
}

.footer-v1 .copyrightV11 a {
	margin: 0 2px;
}

.footer-v1 .link-list i{
    margin-top: 10px;
}

.footer-v1 .link-list a{
    font-size: 11px;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
}

.footer-v1 .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-v1 .footer-socials li a {
	color: #777;
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.footer-v1 .copyrightV11,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}

.footer-logo{
	background-color: #ddd;
	padding: 3px 0 1px 0;
	text-align: center;
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 2px solid #cd2128;
}

.headline h2, .headline h3, .headline h4 {
    margin: 0 0 -2px 0;
    padding: 0 5px 5px 0;
    display: inline-block;
}

.footer-v1 .fa-home, .footer-v1 .fa-phone{
	font-size: 25px;
    vertical-align: middle;
    padding-right: 10px;
    display: inline-block;
}
.lbl-adress{
	display: inline-block;
    vertical-align: middle;
}

.fa-phone{
	margin-left: 5px;
}

.social-icons {
    margin: 10px 0 5px 0;
    padding: 0;
}

.social-icons li {
    list-style: none;
    margin: 0;
    text-indent: -9999px;
    display: inline-block;
}
.social-icons li a {
    margin: 0 3px;
}
.social-icons li a, a.social-icon {
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}
.social-icons li a:hover {
	 background-position: 0 -38px;
}

.social-icons-color li a {
	opacity: 0.7;
	background-position: 0 -38px !important;
	-webkit-backface-visibility: hidden; /*For Chrome*/
}

.social-icons-color li a:hover {
	opacity: 1;
}
.rounded-x {
    border-radius: 50% !important;
}

.social_facebook {background: url(/img/icons/facebook.png) no-repeat;}
.social_googleplus {background: url(/img/icons/googleplus.png) no-repeat;}
.social_twitter {background: url(/img/icons/twitter.png) no-repeat;}
.social_vimeo {background: url(/img/icons/vimeo.png) no-repeat;}
.social_youtube {background: url(/img/icons/youtube.png) no-repeat;}
.social_instagram {background: url(/img/icons/instagram.png) no-repeat;}


ul.sponsors {
    margin-bottom: 20px;
}

.sponsors li {
    text-align: center;
    padding: 4px 0;
    margin: 5px;
    list-style-type: none;
    background: #ebebeb;
}
@media (max-width: 991.98px) {
    .sponsors li img{
        min-height: 68px;
    }
}
.sponsors img {
    max-width: 100px;
}

@media (min-width: 768px) {
    .sponsors img {
        max-height: 40px;
    }
}

@media (min-width: 992px) {
    .sponsors img {
        max-height: 60px;
    }
}

@media (min-width: 1200px) {
    .sponsors img {
        max-height: 80px;
    }
}
