/*
 * Css implemented by varun
 */

/*
 Slider Background Image
 */
#slider .flex-nav-container img {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
/*	top: 5px;*/
	top: 0px;
	left: 0;
}
#block-block-9 a{
	color: rgb(34, 90, 63);
}
#block-block-9 a:hover{
	text-decoration:underline;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
	#slider .flex-nav-container img {
		/* zoom:100%; */
		/* left: -25%; */
		margin-left: -512px;
	}
}

@media screen and (min-width: 480px) and (max-width: 950px) {
	#slider .flex-nav-container img {
		zoom: 150%;
		position: fixed;
		left: 50%;
		margin-left: -512px;
		
	}

}
@media screen and (min-width: 950px) and (max-width: 1140px) {
	#slider .flex-nav-container img {
		zoom: 150%;
		position: fixed;
		left: 50%;
		margin-left: -450px;
	}

}

@media screen and (min-width: 1150px) and (max-width: 3000px) {
	#slider .flex-nav-container img {
		zoom: -10%;
		position: fixed;
		left: 0%;
		margin-left: 0px;
		/* height:95%; */
	}

}

/*
 End Slider Background Image
 */

/*
 Menu

 .sf-menu a.sf-with-ul {
 color: #102b1e;
 }*/
/* fix for hovering on menu*/
.sf-menu li.sfHover ul/* , .sf-megamenu li.sf-megamenu-wrapper *//* , .sf-megamenu li.sf-megamenu-wrapper ol *//* , .sf-megamenu li.sf-megamenu-wrapper ol li *//* , .sf-megamenu-wrapper div *//* , .sf-megamenu-wrapper span */ {
	z-index: 499;
	color: rgb(255, 255, 255);
	/* background: #102b1e; */
	background: rgba(34, 139, 157, 0.6);
}

a.sf-depth-2:hover, .menu-views .field-content a:hover, .menu-views .field-content .menu-item:hover {
	color: rgb(254, 162, 1);
}

.menu-views .field-content .menu-item a:hover, .menu-views h3 a:hover, #superfish-1 > li > a:hover, #superfish-1 li a:hover, .sf-vertical, .sf-depth-2 a:hover {
	color: rgb(254, 162, 1);
}

#superfish-1 > li:hover {
	background: url(https://www.solis360.com/sites/solis/themes/solis/images/bg-menu.png) repeat-x;
}

a.sf-depth-1 {
	/*font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;*/
	font-size: 0.9em;
	/* font-weight: bold; */
	text-transform: uppercase;
}
a.sf-depth-2 {
	/*font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;*/
	font-size: 0.8em;
	font-weight: 500;
	text-transform: uppercase;
	left: 10%;
	width: 80%;
	border-bottom: thin solid #dce2e4;
	line-height:1.3;
}

#superfish-1 > li > a {
	text-align: center;
	width: 80%;
	/* min-height: 25px; */
	margin-left: 5%;
	border-bottom: thin solid #dce2e4;
}

.sf-sub-indicator {
	position: absolute;
	right: -10px;
}
/* .sf-vertical li:focus ul, .sf-vertical li:hover ul, .sf-vertical li:active ul, .sf-vertical li.sfHover ul:hover {
	background: #102b1e;
} */

li.sf-depth-2:hover, .sf-megamenu-wrapper, li.sf-megamenu-wrapper:hover, a.sf-megamenu-wrapper:hover, .sf-megamenu-wrapper li:hover, .sf-megamenu-wrapper a:hover {
	/* background: #102b1e; */
	background:none;
}

.menu-views h3 a, .menu-view h3 a  {
	left: 7%;
	/* width: 85%; */
	padding-top: 0px;
	/*padding-bottom: 0px;*/
	border-bottom: thin solid #dce2e4;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	border-bottom: none;
	padding-left: 0;
}

li.sf-depth-2 div.view {
	margin-left: 10px;
	margin-top: 0;
}

ul.sf-megamenu {
	/* width: 250px; */
	width: 230px;
}

/*
 End Menu
 */

