@charset "utf-8";
/* CSS Document */
.text-white{
	color: #FDFDFD;
}
.font-weight-400 {
	font-weight: 400;
}
.distributors {
	border: 1px #D4D4D4 solid;
	padding: 10px;
	text-align: center;
}
.distributors h3{
	font-size: 18px !important;
	font-weight: 500;
}
.distributors a{
	color: #000000;
}
.bg-theme {
	background-color: #FCB12D;
}
.bg-theme2 {
	background-color: #303263;
}
.footer-area-style3 {
    background: #303263;
}
.footer-bottom-area-style3 {
    background:#1A1B37;
}
.single-footer-widget-style3 .footer-company-info-text p {
    color:#FFFFFF;
}
.single-footer-widget-style3 .usefull-links ul li a {
    color:#FFFFFF;
}
.breadcrumb-area::before {
    background: rgba(0, 0, 0, 0.56) none repeat scroll 0 0;
}

.single-contact-address-box {
	border: #000000 dashed 2px;
    width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.single-contact-address-box a {
    color:#000000;
}
.single-contact-address-box.main-branch {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 400px) {   
     
  .hidden-xs {
		display: none !important;
	}  
}
@media only screen and (max-width: 479px) { 
.hidden-xs {
		display: none !important;
	}  
}
@media only screen and (max-width: 599px) 
{
	.hidden-xs {
		display: none !important;
	}  	
}
@media only screen and (max-width: 777px){
	.hidden-xs {
		display: none !important;
	}  
}
@media only screen and (max-width: 767px){
	.hidden-xs {
		display: none !important;
	}  
}