/* Enter Custom CSS Below Here */

.navbar.basic .navbar-collapse{
	background: #f5f5f5;
}

.navbar-header{
	border-top: 3px solid #a40d76!important;
}

.contact-adress {
    margin-left: 15px;
    list-style: none;
    font-weight: 400;
}

.contact-adress td {
    padding: 3px;
    vertical-align: top;
}

ul.circled li::before, .widget_categories ul li::before, .post-content ul li::before{
	display:none;
}

.fancybox-opened .fancybox-title a{
	display:none;
}

/*** Responsive ***/

@media (max-width: 767px) {
	.navbar-brand img{
		max-width:250px;
	}
}



@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	.navbar-brand img{
		max-width:200px;
	}

	h1{
		font-size:20px;
		line-height:20px;
	}

	.divide60{
		height:20px;
	}

	.lead{
		font-size:14px;
	}

	.inner{
		padding-top:15px;
		padding-bottom:15px;
	}

	[class*="col-"] {
	    margin-bottom: 10px;
	}


}


  