/*FIXED HEADER EDITS*/
/*Edits for Fixed header

@media only screen and (min-width: 768px)
{
.header-fixed #Top_bar #logo img {
	max-height: 125px;
}
}
*/
/*
@media only screen and (min-width: 768px)
{


.header-fixed #Top_bar {

height:135px;
opacity:1;

}
}*/

/*
#Top_bar .menu>li {
	padding-top:35px;
}*/

/*
@media only screen and (min-width: 768px){
.header-fixed #Top_bar .top_bar_left, .header-fixed #Top_bar .top_bar_right, .header-fixed #Top_bar .top_bar_right:before {
height:135px;
}
}
*/

/* CLASSIC HEADER EDITS*/
@media only screen and (min-width: 768px)
{
.header-classic #Top_bar #logo img {
	max-height: 125px;
}
}
@media only screen and (min-width: 768px)
{


.header-classic #Top_bar {

height:140px;
opacity:1;

}
}
@media only screen and (min-width: 1240px){
#Top_bar .menu>li {
	padding-top:30px;
}
}
@media only screen and (min-width: 768px){
	.header-classic #Top_bar .top_bar_left, .header-classic #Top_bar .top_bar_right, .header-classic #Top_bar .top_bar_right:before {
	height:140px;
	}
	.cust_frm
{
	padding-top:40px;
	padding-left:10px; 
}
	}

/*hide phone menu on mobile */
@media only screen and (max-width: 1239px){

	.xtra-menu{
		display:none !important;
	}
}

/*hide slider on mobile */
@media only screen and (max-width: 767px){
.mfn-main-slider
{
	display:none !important;
}
.cntr-mob
{
	text-align:center;
}
.cust-sekt
{
	background-color:#dedee1 !important;;
}

}

