/*	FOOTER 1-3
/*----------------------------------------------------*/
.footer-3 {
    display: block;
    width: 100%;
    padding: 38px 0;
    background-color: #252525;
   border-top: 5px solid #2c3e50;
}
.paymentcards {
    margin-top: 35px;
}
@media (max-width: 479px) {
    .footer-3 .footer-3Link {
        text-align: center;
        margin-bottom: 25px;
    }
}
@media (min-width: 480px) {
    .footer-3 .footer-3Link {
        text-align: center;
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .footer-3 .footer-3Link {
        text-align: left;
        margin-bottom: 0;
    }
}
.footer-3 .footer-3Link h5 {
    letter-spacing: 1px;
    color: #5f5f5f;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-family: 'Bitter';
    font-weight: bold;
}
.footer-3 .footer-3Link ul li {
    color: #acacac;
    font-size: 12px;
    line-height: 20px;
}
.footer-3 .footer-3Link ul li a {
    color: #acacac;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Lato';
}
.footer-3 .footer-3Link ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.footer-3 .newsletter-3 {
    display: block;
    text-align: center;
}
@media (min-width: 480px) {
    .footer-3 .newsletter-3 {
        float: none;
        margin: 0 auto;
        margin-bottom: 25px;
        width: 75%;
    }
}
@media (min-width: 768px) {
    .footer-3 .newsletter-3 {
        float: right;
        margin-bottom: 0;
        width: 90%;
    }
}
@media (min-width: 992px) {
    .footer-3 .newsletter-3 {
        width: 75%;
    }
}
.footer-3 .newsletter-3 h4 {
    color: #5f5f5f;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Bitter';
    font-weight: bold;
}
.footer-3 .newsletter-3 h3 {
    color: #acacac;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-3 .newsletter-3 p {
    color: #acacac;
}
.footer-3 .newsletter-3 .input-group {
    display: block;
    width: 100%;
}
.footer-3 .newsletter-3 .input-group .form-control-3,
.footer-3 .newsletter-3 .input-group .input-group-addon {
    display: inline-block;
    float: left;
    margin-right: 2%;
    border-radius: 0;
    border: none;
    background-color: #3b3b3b;
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    font-size: 12px;
    color: #999999;
}
.footer-3 .newsletter-3 .input-group .form-control-3:focus,
.footer-3 .newsletter-3 .input-group .input-group-addon:focus {
    box-shadow: none;
}
@media (max-width: 479px) {
    .footer-3 .newsletter-3 .input-group .form-control-3,
    .footer-3 .newsletter-3 .input-group .input-group-addon {
        width: 73%;
    }
}
@media (min-width: 480px) {
    .footer-3 .newsletter-3 .input-group .form-control-3,
    .footer-3 .newsletter-3 .input-group .input-group-addon {
        width: 73%;
    }
}
@media (min-width: 768px) {
    .footer-3 .newsletter-3 .input-group .form-control-3,
    .footer-3 .newsletter-3 .input-group .input-group-addon {
        width: 63%;
    }
}
@media (min-width: 992px) {
    .footer-3 .newsletter-3 .input-group .form-control-3,
    .footer-3 .newsletter-3 .input-group .input-group-addon {
        width: 65%;
        margin-right: 5%;
    }
}
.footer-3 .newsletter-3 .input-group .input-group-addon {
    margin-right: 0;
    height: 35px;
    padding: 0;
    line-height: 29px;
    border: 3px solid #47bac1;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
    .footer-3 .newsletter-3 .input-group .input-group-addon {
        width: 25%;
    }
}
@media (min-width: 480px) {
    .footer-3 .newsletter-3 .input-group .input-group-addon {
        width: 25%;
    }
}
@media (min-width: 768px) {
    .footer-3 .newsletter-3 .input-group .input-group-addon {
        width: 35%;
    }
}
@media (min-width: 992px) {
    .footer-3 .newsletter-3 .input-group .input-group-addon {
        width: 30%;
    }
}
.footer-3 .newsletter-3 .input-group .input-group-addon i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #47bac1;
}
@media (min-width: 480px) {
    .footer-3 .newsletter-3 .input-group .input-group-addon i {
        margin-left: 7px;
    }
}
@media (min-width: 768px) {
    .footer-3 .newsletter-3 .input-group .input-group-addon i {
        margin-left: 3px;
    }
}
@media (min-width: 992px) {
    .footer-3 .newsletter-3 .input-group .input-group-addon i {
        margin-left: 7px;
    }
}
.footer-3 .newsletter-3 .input-group .input-group-addon:hover {
    background-color: #47bac1;
    border-color: #47bac1;
    color: #ffffff;
}
.footer-3 .newsletter-3 .input-group .input-group-addon:hover i {
    color: #ffffff;
}
.footer-3 .footer-3Link .list-inline {
    margin-top: 25px;
}
.footer-3 .footer-3Link .list-inline li a {
    font-size: 17px;
}
.copyRight {
    display: block;
    width: 100%;
    min-height: 53px;
    background-color: #101010;
}
.copyRight p {
    color: #acacac;
    margin-bottom: 0;
    font-size: 13px;
    padding-top: 17px;
}
@media (max-width: 479px) {
    .copyRight p {
        text-align: center;
        font-size: 11px;
    }
}
@media (min-width: 480px) {
    .copyRight p {
        text-align: center;
        font-family: 'Bitter';
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    .copyRight p {
        text-align: left;
        font-family: 'Bitter';
        margin-top: 20px;
    }
}
@media (max-width: 479px) {
    .copyRight ul {
        text-align: center;

    }
}
@media (min-width: 480px) {
    .copyRight ul {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .copyRight ul {
        text-align: right;
    }
}
.copyRight ul li {
    line-height: 53px;
}
.copyRight ul li a {
    display: block;
    line-height: 53px;
    font-size: 14px;
}
.footer-3.version2 {
    background-color: #f5f5f5;
}
.footer-3.version2 .footer-3Link ul li {
    color: #252525;
}
.footer-3.version2 .footer-3Link ul li a {
    color: #252525;
}
.footer-3.version2 .footer-3Link ul li a:hover {
    color: #000;
}
.footer-3.version2 .footer-3Link .list-inline li a {
    color: #8d8d8d;
}
.footer-3.version2 .newsletter-3 h3 {
    color: #252525;
}
.footer-3.version2 .newsletter-3 p {
    color: #252525;
}
.footer-3.version2 .newsletter-3 .input-group .form-control-3,
.footer-3.version2 .newsletter-3 .input-group .input-group-addon {
    background-color: #e9e9e9;
}
.footer-3.version2 .newsletter-3 .input-group .input-group-addon {
    color: #252525;
}
.footer-3.version2 .newsletter-3 .input-group .input-group-addon:hover {
    background-color: #47bac1;
    border-color: #47bac1;
    color: #ffffff;
}
.footer-3.version2 .newsletter-3 .input-group .input-group-addon:hover i {
    color: #ffffff;
}
.copyRight.version2 {
    background-color: #ececec;
}
.copyRight.version2 p {
    color: #252525;
}
.copyRight.version2 p a {
    color: #252525;
}
.copyRight.version2 p a:hover {
    color: #47bac1;
}

.footer-1-3 {
	padding-top: 40px;
	padding-bottom: 10px;
}

.footer-1-3 .brand-img {
	width: 180px;
}

.footer-1-3 .social {
	margin-top: 20px;
}

.footer-1-3 .address-bold-line {
	font-weight: 700;
	margin: 0;
	color: #ffffff;
}

.footer-1-3 .address {
	color: #ffffff;
}

.footer-1-3 .footer-text {
	border-top: #ecf0f1 1px solid;
	text-align: center;
	margin-top: 10px;
}

.footer-1-3 .footer-text p {
	color: #ecf0f1;
	
}


/*	FOOTER 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}