/*
* Kingspit Transport
* Version: 1
*/

/* Footer
------------------------------------*/
.footer-v6 .footer {
	padding: 70px 0 40px 0;
	background: #004e8f;
}

.footer-v6 .footer img.footer-logo {
	margin-bottom: 25px;
	margin-top:-5px;
	max-width:260px;
}

.footer-v6 .footer p {
	color: #b4cde8;
}

.footer-v6 .footer .column-one p {
	font-size: 16px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}

.footer-v6 .footer .column-one span {
	color: #fff;
	font-size: 16px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
}

.footer-v6 .footer hr {
	margin: 15px 0;
	border-color: #024790;
}

.footer-v6 .footer .column-one a {
	color: #b4cde8;
	font-size: 16px;
}

.footer-v6 .footer .column-one .lgr a {
	color: #b4cde8;
	font-size: 16px !important;
}

.footer-v6 .footer .column-one a:hover {
	text-decoration:none;
	color: #fff;
}


/*Heading Footer*/
.footer-v6 .heading-footer {
	text-align: left;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 2px;
}

.footer-v6 .heading-footer:after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    content: " ";
    background: #fff;
    position: absolute;
}

.footer-v6 .heading-footer h2 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

/*Heading Footer 14px*/
.footer-v6 .heading-footer2 {
	text-align: left;
    position: relative;
    margin-bottom: 11px;
    padding-bottom: 2px;
}

.footer-v6 .heading-footer2:after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    content: " ";
    background: #fff;
    position: absolute;
}


.footer-v6 .heading-footer2 h2 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

/*Twitter Feed*/

.tlink {
	margin-top:10px;
}
.footer-v6 .footer .tweets {
	color:#777777;
}

.footer-v6 .footer .tweets a {
	color:#777777;
}

.footer-v6 .footer .tweets a:hover {
	color:#fff;
}

/*Link News*/
.footer-v6 .footer .link-news {
	margin-bottom: 0;
}

.footer-v6 .footer .link-news li {
	padding: 12px 0px;
	border-top: solid 1px #353535;
}

.footer-v6 .footer .link-news li:first-child {
	padding-top: 0;
	border-top: none;
}

.footer-v6 .footer .link-news li a {
	color: #b4cde8;
	font-size: 14px;
	margin-bottom: 3px;
	display: inline-block;
}

.footer-v6 .footer .link-news a:hover {
	color: #fff;
}

.footer-v6 .footer .link-news li small {
	color: #555;
	display: block;
}

/*Link List*/
.footer-v6 .footer-link-list li {
	padding: 9px 0px;
	border-top: solid 1px #024790;
}

.footer-v6 .footer-link-list li:first-child {
	padding-top: 0;
	border-top: none;
}

.footer-v6 .footer-link-list li a {
	color: #b4cde8;
	font-size: 14px;
	display: inline-block;
}

.footer-v6 .footer-link-list a:hover {
	color: #fff;
}

/*Contacts*/
.footer-v6 .footer .contacts {
	margin-bottom: 0;
}

.footer-v6 .footer .contacts li {
	margin-bottom: 20px;
	color: #b4cde8;
}

.footer-v6 .footer .contacts li:before,
.footer-v6 .footer .contacts li:after {
  	content: " ";
	display: table;
}

.footer-v6 .footer .contacts li:after {
	clear: both;
}

.footer-v6 .footer .contacts li i {
	float: left;
	width: 30px;
    height: 30px;
	color: #b4cde8;
	padding: 8px 5px;
	background: #333;
	text-align: center;
	margin: 4px 10px 0 0;
	display: inline-block;
}

.footer-v6 .footer .contacts li p {
	margin-bottom: 0;
	color: #b4cde8;
}

.footer-v6 .footer .contacts li a {
	color: #b4cde8;
}

.footer-v6 .footer .contacts li a:hover {
	color: #fff;
}

/*Footer Copyright*/
.footer-v6 .copyright {
	padding: 15px 0;
	padding-bottom: 75px;
	background: #01457e;
}

/*Social Icons*/
.footer-v6 .dark-social {
    margin: 5px 0 0;
}

.footer-v6 .dark-social li {
    margin-left: 5px;
}

.footer-v6 .dark-social li i {
    color: #b4cde8;
}

/*Terms Menu*/
.footer-v6 .copyright .terms-menu {
	margin: 7px 0 0;
}

.footer-v6 .copyright .terms-menu li {
	color: #b4cde8;
	font-size: 13px;
	line-height: 10px;
	margin-right: 2px;
	border-color: #b4cde8;
	padding-left: 10px;
	border-left: 1px solid #fff;
}

.footer-v6 .copyright .terms-menu li:first-child {
	border-left: none;
	padding: 0 7px 0 0;
}

.footer-v6 .copyright .terms-menu li a {
	color: #b4cde8;
}

.footer-v6 .copyright .terms-menu li a:hover {
	color: #fff;
}

@media (max-width: 992px) {
	.footer-v6 .copyright .terms-menu,
	.footer-v6 .copyright .dark-social.pull-right {
		text-align: center;
		float: none !important;
	}
}
