/* 19. FOOTER / COPYRIGHT */

footer {
	padding: 50px 0;
	background: #222;
}

footer , footer p, footer a {
	color: #999;
	font-size: 13px;
}

footer .footer-logo {
	margin: -10px 0 15px;
}

footer .footer-logo a {
	color: #fff !important;
	font-size: 25px;
	margin-top: 5px;
	font-weight: 700;
	letter-spacing: -1px;
	transition: all 0.4s ease 0s;
}

footer h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0px 0px 17px;
	letter-spacing: 1px;
	font-weight: 600;
}

.footer-list li {
	margin-bottom: 8px;
}

.footer-list li a:hover {
	color: rgb(255, 17, 0);
}

.footer-social li {
	margin-right: 7px;
	float: left;
}

.footer-social li a {
	width: 25px;
	height: 35px;
	display: table;
	text-align: center;
	line-height: 35px;
	color: rgb(255, 17, 0);
	font-size: 15px;
	border-radius: 50%;
}

.footer-social li a:hover {
	color: #fff;
}

footer p {
	line-height: 20px;
	margin-bottom: 15px;
}

.footer-payment {
	margin: -9px -10px -10px;
	display: table;
}

.footer-payment li {
	float: left;
	width: 20%;
	padding: 0 10px;
	opacity: 0.4;
}

.footer-payment li img {
    max-width: 100%;
}

/* Ipad - Desktop (768 - 1050px) */
@media only screen and (min-width: 768px)  and (max-width: 1050px)  {

    footer .col-md-4 {
        width: 33.3333%;
        float: left;
    }
    
    .footer-list li {
        margin-bottom: 8px;
        width: 50%;
        float: left;
    }

}




/* Ipad - Desktop (250 - 767px) */
@media only screen and (min-width: 250px)  and (max-width: 767px)  {

    footer {
        padding: 70px 0 30px;
    }
    
    .footer-social {
        display: table;
    }
    
    footer .col-md-4 {
        margin-bottom: 40px;
    }
  
    p.crn{
        font-size: 9px;
        padding-top:10px;
    
    }

}
