section[data-cattype="8701"]{
    
}

#footer{
    font-size: 14px;
}

[data-cattype="8701"] .footer-bottom a{
    font-size: 11px;
}

[data-cattype="8701"] h4.no-title{
    display: none;
}

[data-cattype="8701"] .widget ul.list li, 
[data-cattype="8701"] .widget .post {
    margin-bottom: 0;
    padding-bottom: 3px;
	padding-top: 0;
}

[data-cattype="8701"] ul.footer-list2{
    margin-top: 45px;
}

.marquee {
    width: 100%;
  overflow: hidden;
  background-color: #0065b3;
    border-top: 3px solid #43ca4a;
    color: #fff;
}


.marquee a {

	color:#fff;
}

@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}



/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	[data-cattype="8701"] ul.footer-list2{
        margin-top: 0;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   [data-cattype="8701"] ul.footer-list2{
        margin-top: 0;
    }
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}