/*
 * Plugin: Web Slide Navigation System
 * Demo Link: http://webslidemenu.uxwing.com/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/
 
/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Tab CSS
04 Mobile CSS
05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/

.wsmain html, .wsmain body, .wsmain iframe, .wsmain h1, .wsmain h2, .wsmain h3, .wsmain h4, .wsmain h5, .wsmain h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: inherit;
	vertical-align: baseline;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	/*font-family: Helvetica, Arial, sans-serif;*/
	 font-family: "GillLight", "GillNormal", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: antialiased;
	font-smooth: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased !important;
	font-smoothing: subpixel-antialiased !important;
	font-smooth: subpixel-antialiased;
}
.wsmenu .cl {
	clear: both;
}
.wsmenu img, object, embed, video {
	border: 0 none;
	max-width: 100%;
}
.wsmenu a:focus {
	outline: none !important;
}
.wsmenu:before, .wsmenu:after {
	content: "";
	display: table;
}
.wsmenu:after {
	clear: both;
}

/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/

.wsmobileheader {
	display: none;
}
.overlapblackbg {
	display: none;
}
.bigmegamenu {
	position: relative;
}
.wsmenu {
	/*font-family: Helvetica, sans-serif;*/
	font-family: "GillLight", "GillNormal", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	color: #cbcccc;
	font-size: 13px;
	padding: 0px;
	width: 70%;
	float: right;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.wsmenu-list {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 100%;
	display: table;
	padding: 0px;
}
.wsmenu-list > li {
	text-align: center;
	display: table-cell;
}
.wsmenu-list li:first-child a {
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.wsmenu-list li:last-child a {
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	/*border-right: 0px solid;*/
}
.wsmenu-list > li > a .fa {
	display: inline-block;
	font-size: 14px;
	line-height: inherit;
	margin-right: 4px;
}
.wsmenu-list li ul li a .fa.fa-angle-double-right {
	font-size: 12px;
	margin: 0 3px 0 -4px;
}
.wsmenu-list li a .arrow:after {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #b3b3b3;
	content: "";
	float: right;
	height: 0;
	margin: 0 0 0 9px;
	position: absolute;
	text-align: right;
	top: 22px;
	width: 0;
}
.wsmenu-list > li > a {
	display: block;
	color: #E5E5E5;
	padding: 0px 14px;
	line-height: 48px;
	text-decoration: none;
	position: relative;
}
.wsmenu-list li a:hover .arrow:after {
	border-top-color: #cbcccc
}
.wsmenu-list li a.active .arrow:after {
	border-top-color: #cbcccc
}

.wsmenu-list li a:hover {
	color: #cbcccc
}
.wsmenu-list li a.active {
	color: #cbcccc
}

.wsmenu-list li:hover>a  {
	color: #cbcccc
}

.wsmenu-list li:hover>a .arrow:after {
	border-top-color: #cbcccc
}
.megamenu iframe {
	width: 100%;
	margin-top: 10px;
	min-height: 200px;
}
.megamenu video {
	width: 100%;
	margin-top: 10px;
	min-height: 200px;
}
.wsmenu-list li:hover .megamenu {
	opacity: 1;
}

.wsmenu h3.home-title {
	min-height:70px;
	line-height:1.2;
}

.wsmenu h2.home-title {
	margin-top:0;
	margin-bottom:0px;
	font-size:25px;
	
}

.wsmenu h3.home-title .upcoming-title-date {
	height:25px;
	display: block;
}


.megamenu {
	width: 100%;
	left: 0px;
	position: absolute;
	top: 190px;
	color: #000;
	z-index: 1000;
	margin: 0px;
	text-align: left;
	padding: 0 14px 0;
	font-size: 15px;
	border: solid 1px #eeeeee;
	background-color: #fff;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.megamenu .title {
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	padding: 9px 5px 9px 0px;
	font-size: 17px;
	color: #424242;
	margin-bottom: 7px;
	text-align: left;
	height: 39px;
	margin:0px 0px 0px 0px;
}
.link-list li {
	display: block;
	text-align: center;
	white-space: nowrap;
	text-align: left;
}
.link-list li a {
	line-height: 18px;
	border-right: none;
	text-align: left;
	padding: 6px 0px;
	background: #fff !important;
	background-image: none !important;
	color: #666666 !important;
	border-right: 0 none !important;
	display: block;
	border-right: 1px solid #e7e7e7;
	background-color: #fff;
	color: #424242;
}
.link-list .fa {
	font-size: 11px;
}
.megacollink {
	width: 23%;
	float: left;
	margin: 0% 1%;
	padding: 0px;
}
.megacollink li {
	display: block;
	text-align: center;
	white-space: nowrap;
	text-align: left;
}
.megacollink li a {
	line-height: 18px;
	border-right: none;
	text-align: left;
	padding: 8px 0px;
	background: #fff !important;
	background-image: none !important;
	color: #666666 !important;
	border-right: 0 none !important;
	display: block;
	border-right: 1px solid #e7e7e7;
	background-color: #fff;
	color: #424242;
}
.megacollink .fa {
	font-size: 11px;
}
.megacolimage {
	width: 31.33%;
	float: left;
	margin: 0% 1%;
}
.typographydiv {
	width: 100%;
	margin: 0% 0%;
}
.typographylinks {
	width: 25%;
	float: left;
	margin: 0% 0%;
}
.typographylinks ul {
	padding: 0px;
}
.mainmapdiv {
	width: 100%;
	display: block;
	margin: 0% 0%;
}
.wsmenu-list .ad-style {
	width: 28%;
	float: right;
}
.wsmenu-list .ad-style a {
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
	line-height: normal !important;
	background-image: none !important;
}
.mobile-sub .megamenu .ad-style a:hover {
	background-color: transparent !important;
}
.wsmenu-list .megamenu li:hover>a {
	background: transparent !important;
}
.wsmenu-list .megamenu li a:hover {
	background: transparent !important;
	text-decoration: underline;
}
.wsmenu-list .megamenu li .fa {
	margin-right: 5px;
	text-align: center;
	width: 18px;
}
.mrgtop {
	margin-top: 15px;
}
.show-grid div {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #dbdbdb;
	border: 1px solid #e7e7e7;
	color: #6a6a6a;
	margin: 2px 0px;
}
.halfmenu {
	width: 40%;
	right: auto !important;
	left: auto !important;
}
.halfmenu .megacollink {
	width: 48%;
	float: left;
	margin: 0% 1%;
}
.halfdiv {
	width: 35%;
	right: 0px !important;
	left: auto;
}
.menu_form {
	width: 100%;
	display: block;
}
.menu_form input[type="text"] {
	width: 100%;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	font-size: 13px;
	padding: 8px 5px;
	margin-bottom: 8px;
}
.menu_form textarea {
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	color: #000;
	font-size: 13px;
	padding: 8px 5px;
	margin-bottom: 8px;
	min-height: 122px;
}
.menu_form input[type="submit"] {
	width: 25%;
	display: block;
	height: 28px;
	float: right;
	border: solid 1px #ccc;
	margin-right: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.menu_form input[type="button"] {
	width: 25%;
	display: block;
	height: 28px;
	float: right;
	border: solid 1px #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.megamenu .left.carousel-control {
	padding-top: 20%;
}
.megamenu .right.carousel-control {
	padding-top: 20%;
}
.carousel-inner .item img {
	width: 100%;
}
.megamenu .carousel-caption {
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
	font-size: 13px;
	height: 31px;
	left: 0;
	padding: 7px 0;
	right: 0;
	width: 100%;
}
.wsmenu-list li > .wsmenu-submenu {
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility: hidden;
}
.wsmenu-list li:hover > .wsmenu-submenu {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.wsmenu-submenu li > .wsmenu-submenu-sub {
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility: hidden;
}
.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility: hidden;
}
.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.wsmenu-list li > .megamenu {
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility: hidden;
}
.wsmenu-list li:hover > .megamenu {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.wsmenu-submenu {
	position: absolute;
	top: 48px;
	z-index: 1000;
	margin: 0px;
	padding: 2px;
	border: solid 1px #eeeeee;
	background-color: #fff;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.wsmenu-submenu li a {
	background: #fff !important;
	background-image: none !important;
	color: #666666 !important;
	border-right: 0 none !important;
	text-align: left;
	display: block;
	line-height: 22px;
	padding: 6px 12px;
	text-transform: none;
	font-size: 13px;
	letter-spacing: normal;
	
}
.wsmenu-submenu li {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.wsmenuexpandermain {
	display: none;
}
.wsmenu-list li:hover .wsmenu-submenu {
	display: block;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
	min-width: 220px;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
	opacity: 1;
	list-style: none;
	padding: 2px;
	border: solid 1px #eeeeee;
	background-color: #fff;
}
.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
	display: block;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
	min-width: 220px;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
	opacity: 1;
	list-style: none;
	padding: 2px;
	border: solid 1px #eeeeee;
	background-color: #fff;
}
.wsmenu-submenu li {
	position: relative;
	padding: 0px;
	margin: 0px;
	display: block;
}
.wsmenu-click {
	display: none;
}
.wsmenu-click02 {
	display: none;
}
.wsmenu-list li:hover>a {
	background-color: rgba(0,0,0,0.08) !important;
	text-decoration: none;
}
.wsmenu-list > li > a:hover {
	background-color: rgba(0,0,0,0.08) !important;
	text-decoration: none;
}
.wsmenu-list > li > a.active {
	background-color: rgba(0,0,0,0.08) !important;
	text-decoration: none;
}
.wsmenu-submenu > li > a:hover {
	background-color: rgba(0,0,0,0.08) !important;
	border-radius: 0px!important;
	text-decoration: none;
	text-decoration: none;
}
.typography-text {
	padding: 0px 0px;
	font-size: 14px;
}
.typography-text ul {
	padding: 0px 0px;
	margin: 0px;
}
.typography-text p {
	text-align: justify;
	line-height: 24px;
	color: #656565;
}
.typography-text ul li {
	display: block;
	padding: 2px 0px;
	line-height: 22px;
}
.typography-text ul li a {
	color: #656565;
}
.hometext {
	display: none;
}
.wsmenu-submenu .fa {
	margin-right: 7px;
}

/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/ 


 @media only screen and (min-width:1000px) and (max-width:1064px) {
.wsmenu-list > li > a > .fa {
	display: none !important;
}
.hometext {
	display: block !important;
}

}
 @media only screen and (min-width: 1000px) {
.wsmenu-list li:hover > .wsmenu-submenu {
	display: block !important;
}
.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
	display: block !important;
}
.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
	display: block !important;
}
.wsmenu-list li:hover > .megamenu {
	display: block !important;
}
}

/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/ 

@media only screen and (max-width: 1000px) {
.wsoffcanvasopener .wsmenu {
	left: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.wsmenucontainer.wsoffcanvasopener {
	display: block;
	margin-left: 300px;
}
.wsmobileheader {
	display: block !important;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.wsmenu-list > li:hover>a {
	background-color: rgba(0,0,0,0.08) !important;
	text-decoration: none;
}
.hometext {
	display: inline-block !important;
}
.megacollink {
	width: 96% !important;
	margin: 0% 2% !important;
}
.megacolimage {
	width: 90% !important;
	margin: 0% 5% !important;
}
.typographylinks {
	width: 98% !important;
	margin: 0% 1% !important;
}
.typographydiv {
	width: 86% !important;
	margin: 0% 7% !important;
}
.mainmapdiv {
	width: 90% !important;
	margin: 0% 5% !important;
}
.overlapblackbg {
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.45);
	cursor: pointer;
}
.wsoffcanvasopener .overlapblackbg {
	display: block !important;
}
.wsmenu-submenu > li:hover>a {
	background-color: #7b7b7b;
}
.wsmenu > .wsmenu-list > li > a.active {
	background-color: rgba(0,0,0,0.08);
}
.wsmenu > .wsmenu-list > li > a:hover {
	background-color: rgba(0,0,0,0.08);
}
.wsmenu-list li:hover .wsmenu-submenu {
	display: none;
}
.wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
	display: none;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
	display: none;
	list-style: none;
	padding: 2px;
	border: solid 1px #eeeeee;
	background-color: #fff;
}
.wsmenu-list li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
.wsmenu-list li:last-child a {
	-webkit-border-radius: 0px 4px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	
}
.innerpnd {
	padding: 0px !important;
}
.typography-text {
	padding: 10px 0px;
}
.wsmenucontainer {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.wsmenu-click {
	height: 43px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}
.wsmenu-click i {
	display: block;
	height: 23px;
	width: 25px;
	margin-top: 11px;
	margin-right: 8px;
	background-size: 25px;
	font-size: 21px;
	color: rgba(0,0,0,0.25);
	float: right;
}
.wsmenu-click02 {
	height: 43px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}
.wsmenu-click02 i {
	display: block;
	height: 23px;
	width: 25px;
	margin-top: 11px;
	margin-right: 8px;
	background-size: 25px;
	font-size: 21px;
	color: rgba(0,0,0,0.25);
	float: right;
}
.ws-activearrow > i {
	transform: rotate(180deg);
}
.wsmenu-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wsmenu-submenu-sub {
	width: 100% !important;
	position: static !important;
	left: 100% !important;
	top: 0 !important;
	display: none;
	margin: 0px !important;
	padding: 0px !important;
	border: solid 0px !important;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.wsmenu-submenu-sub li {
	margin: 0px 0px 0px 0px !important;
	padding: 0px;
	position: relative;
}
.wsmenu-submenu-sub a {
	display: block;
	padding: 10px 25px 10px 25px;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
}
.wsmenu-submenu-sub li a.active {
	color: #000 !important;
}
.wsmenu-submenu-sub li:hover>a {
	background-color: #333333 !important;
	color: #fff;
}
.wsmenu-list > li > a .fa {
	margin-right: 6px;
}
.wsmenu-submenu-sub-sub {
	width: 100% !important;
	position: static !important;
	left: 100% !important;
	top: 0 !important;
	display: none;
	margin: 0px !important;
	padding: 0px !important;
	border: solid 0px !important;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.wsmenu-submenu-sub-sub li {
	margin: 0px 0px 0px 0px !important;
}
.wsmenu-submenu-sub-sub a {
	display: block;
	color: #000;
	padding: 10px 25px;
	background: #000 !important;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
}
.wsmenu-submenu-sub-sub li a.active {
	color: #000 !important;
}
.wsmenu-submenu-sub-sub li:hover>a {
	background-color: #606060 !important;
	color: #fff;
}
.wsmenu {
	position: relative;
}
.wsmenu .wsmenu-list {
	height: 100%;
	overflow-y: auto;
	display: block !important;
}
.wsmenu .wsmenu-list > li {
	width: 100%;
	display: block;
	float: none;
	border-right: none;
	background-color: transparent;
	position: relative;
	white-space: inherit;
}
.wsmenu > .wsmenu-list > li > a {
	padding: 9px 32px 9px 17px;
	font-size: 14px;
	text-align: left;
	border-right: solid 0px;
	background-color: transparent;
	line-height: 25px;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0,0,0,0.13);
	position: static;
}
.wsmenu > .wsmenu-list > li > a > .fa {
	font-size: 16px;
}
.wsmenu .wsmenu-list li a .arrow:after {
	display: none !important;
}
.wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
	font-size: 12px !important;
}
.mobile-sub .wsmenu-submenu {
	transform: none !important;
	opacity: 1 !important;
	display: none;
	position: relative !important;
	top: 0px;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 0px;
	visibility: visible !important;
}
.mobile-sub .wsmenu-submenu li a {
	line-height: 20px;
	height: 36px;
	background-color: #e7e7e7 !important;
	font-size: 13px !important;
	padding: 8px 0px 8px 18px;
	color: #8E8E8E;
}
.mobile-sub .wsmenu-submenu li a:hover {
	background-color: #e7e7e7 !important;
	text-decoration: underline;
}
.mobile-sub .wsmenu-submenu li:hover>a {
	background-color: #e7e7e7 !important;
}
.mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
	line-height: 20px;
	height: 36px;
	background-color: #e7e7e7 !important;
	border-bottom: none;
	padding-left: 28px;
}
.mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
	line-height: 20px;
	height: 36px;
	background-color: #e7e7e7 !important;
	border-bottom: none !important;
	padding-left: 38px;
}
.wsmenu-list .megamenu {
	background-color: #e7e7e7;
	display: none;
	position: relative !important;
	top: 0px;
	padding: 0px;
	border: solid 0px;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.wsmenu-list li:hover .megamenu {
	display: none;
	position: relative !important;
	top: 0px;
}
.megamenu .title {
	color: #666666;
	font-size: 15px !important;
	padding: 10px 8px 10px 0px;
}
.halfdiv .title {
	padding-left: 15px;
}
.megamenu > ul {
	width: 100% !important;
	margin: 0px;
	padding: 0px;
	font-size: 13px !important;
}
.megamenu > ul > li > a {
	padding: 9px 14px !important;
	line-height: normal !important;
	font-size: 13px !important;
	background-color: #e7e7e7 !important;
	color: #666666;
}
.megamenu > ul > li > a:hover {
	background-color: #000000 !important;
}
.ad-style {
	width: 100% !important;
}
.megamenu ul li.title {
	line-height: 26px;
	color: #666666;
	margin: 0px;
	font-size: 15px;
	padding: 7px 13px !important;
	border-bottom: 1px solid #ccc;
	background-color: transparent !important;
}
.halfdiv {
	width: 100%;
	display: block;
}
.halfmenu {
	width: 100%;
	display: block;
}
.menu_form {
	padding: 10px 10px 63px 10px;
	background-color: #e7e7e7;
}
.menu_form input[type="button"] {
	width: 46%;
}
.menu_form input[type="submit"] {
	width: 46%;
}
.menu_form textarea {
	min-height: 100px;
}
.wsmenu {
	width: 300px;
	left: -300px;
	height: 100%;
	position: fixed;
	top: 0;
	margin: 0;
	background-color: #fff;
	border-radius: 0px;
	z-index: 102;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: none !important;
	background-color: #fff !important;
}
.animated-arrow {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 102;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.callusicon {
	color: #c9c9c9;
	font-size: 25px;
	height: 25px;
	position: fixed;
	right: 15px;
	top: 13px;
	transition: all 0.4s ease-in-out 0s;
	width: 25px;
	z-index: 102;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.callusicon:focus, callusicon:hover {
	color: #fff !important;
}
.wsoffcanvasopener .callusicon {
	display: none !important;
}
.smallogo {
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 9px;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 52px;
	background: #262626;
	background: -moz-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(50%, #1c1c1c), color-stop(100%, #262626));
	background: -webkit-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
	background: -o-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
	background: -ms-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
	background: linear-gradient(to bottom, #262626 0, #1c1c1c 50%, #262626 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
}
.wsoffcanvasopener .animated-arrow {
	left: 300px;
}
.animated-arrow {
	cursor: pointer;
	padding: 13px 35px 16px 0px;
	margin: 10px 0 0 15px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
	cursor: pointer;
	height: 3px;
	width: 23px;
	background: #c9c9c9;
	position: absolute;
	display: block;
	content: '';
}
.animated-arrow span:before {
	top: -7px;
}
.animated-arrow span:after {
	bottom: -7px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
	transition: all 500ms ease-in-out;
}
.wsoffcanvasopener .animated-arrow span {
	background-color: transparent;
}
.wsoffcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
	top: 7px;
}
.wsoffcanvasopener .animated-arrow span:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: 0px;
}
.wsoffcanvasopener .animated-arrow span:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.wsmenu-list li > .wsmenu-submenu {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
}
.wsmenu-list li:hover > .wsmenu-submenu {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
}
.wsmenu-submenu li > .wsmenu-submenu-sub {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
}
.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsmenu-list li > .megamenu {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsmenu-list li:hover > .megamenu {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
}

/*--------------------------------------------------------------------------
|  05 Additional Themes (Optionnal)
-------------------------------------------------------------------------- 


.gry {
	background: #424242;
	color: #fff;
}
.orange {
	background: #ff670f;
	color: #fff;
}
.blue {
	background: #4A89DC;
	color: #fff;
}
.green {
	background: #74a52e;
	color: #fff;
}
.red {
	background: #DA4B38;
	color: #fff;
}
.yellow {
	background: #F6BB42;
	color: #fff;
}
.purple {
	background: #967ADC;
	color: #fff;
}
.pink {
	background: #ee1289;
	color: #fff;
}
.chocolate {
	background: #934915;
	color: #fff;
}
.gry > .wsmenu-list > li > a {
	color: #424242;
	border-right: 1px solid rgba(0,0,0,0.10);
}
.gry > .wsmenu-list > li > a {
	background-color: #fff !important;
}
.gry > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #E5E5E5 !important;
}
.gry > .wsmenu-list > li:hover>a {
	background: #424242 !important;
	color: #fff !important;
}
.gry > .wsmenu-list > li > a:hover {
	background: #424242 !important;
	color: #fff !important;
}
.gry > .wsmenu-list > li > a.active {
	background: #424242 !important;
	color: #fff !important;
}
.gry > .wsmenu-submenu > li > a:hover {
	background: #424242;
	border-radius: 0px!important;
	color: #fff;
}
.gry .wsmenu-list li a:hover .arrow:after {
	border-top-color: #fff;
}
.gry .wsmenu-list li a.active .arrow:after {
	border-top-color: #fff;
}
.gry .wsmenu-list li:hover>a .arrow:after {
	border-top-color: #fff;
}
.orange > .wsmenu-list > li > a {
	color: #424242;
	border-right: 1px solid rgba(0,0,0,0.10);
}
.orange > .wsmenu-list > li > a {
	background-color: #fff !important;
}
.orange > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #E5E5E5 !important;
}
.orange > .wsmenu-list > li:hover>a {
	background: #ff670f !important;
	color: #fff !important;
}
.orange > .wsmenu-list > li > a:hover {
	background: #ff670f !important;
	color: #fff !important;
}
.orange > .wsmenu-list > li > a.active {
	background: #ff670f !important;
	color: #fff !important;
}
.orange > .wsmenu-submenu > li > a:hover {
	background: #ff670f;
	border-radius: 0px!important;
	color: #fff;
}
.orange .wsmenu-list li a:hover .arrow:after {
	border-top-color: #fff;
}
.orange .wsmenu-list li a.active .arrow:after {
	border-top-color: #fff;
}
.orange .wsmenu-list li:hover>a .arrow:after {
	border-top-color: #fff;
}
.blue > .wsmenu-list > li > a {
	color: #424242;
	border-right: 1px solid rgba(0,0,0,0.10);
}
.blue > .wsmenu-list > li > a {
	background-color: #fff !important;
}
.blue > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #E5E5E5 !important;
}
.blue > .wsmenu-list > li:hover>a {
	background: #4A89DC !important;
	color: #fff !important;
}
.blue > .wsmenu-list > li > a:hover {
	background: #4A89DC !important;
	color: #fff !important;
}
.blue > .wsmenu-list > li > a.active {
	background: #4A89DC !important;
	color: #fff !important;
}
.blue > .wsmenu-submenu li > a:hover {
	background: #4A89DC !important;
	border-radius: 0px!important;
	color: #fff !important;
}
.blue .wsmenu-list li a:hover .arrow:after {
	border-top-color: #fff;
}
.blue .wsmenu-list li a.active .arrow:after {
	border-top-color: #fff;
}
.blue .wsmenu-list li:hover>a .arrow:after {
	border-top-color: #fff;
}
.green > .wsmenu-list > li > a {
	color: #424242;
	border-right: 1px solid rgba(0,0,0,0.10);
}
.green > .wsmenu-list > li > a {
	background-color: #fff !important;
}
.green > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #E5E5E5 !important;
}
.green > .wsmenu-list > li:hover>a {
	background: #74a52e !important;
	color: #fff !important;
}
.green > .wsmenu-list > li > a:hover {
	background: #74a52e !important;
	color: #fff !important;
}
.green > .wsmenu-list > li > a.active {
	background: #74a52e !important;
	color: #fff !important;
}
.green > .wsmenu-submenu > li > a:hover {
	background: #74a52e !important;
	border-radius: 0px!important;
	color: #fff !important;
}
.green .wsmenu-list li a:hover .arrow:after {
	border-top-color: #fff;
}
.green .wsmenu-list li a.active .arrow:after {
	border-top-color: #fff;
}
.green .wsmenu-list li:hover>a .arrow:after {
	border-top-color: #fff;
}
.red > .wsmenu-list > li > a {
	color: #424242;
	border-right: 1px solid rgba(0,0,0,0.10);
}
.red > .wsmenu-list > li > a {
	background-color: #fff !important;
}
.red > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #E5E5E5 !important;
}
.red > .wsmenu-list > li:hover>a {
	background: #DA4B38 !important;
	color: #fff !important;
}
.red > .wsmenu-list > li > a:hover {
	background: #DA4B38 !important;
	color: #fff !important;
}
.red > .wsmenu-list > li > a.active {
	background: #DA4B38 !important;
	color: #fff !important;
}
.red > .wsmenu-submenu > li > a:hover {
	background: #DA4B38 !important;
	border-radius: 0px!important;
	color: #fff !important;
}
.red .wsmenu-list li a:hover .arrow:after {
	border-top-color: #fff;
}
.red .wsmenu-list li a.active .arrow:after {
	border-top-color: #fff;
}
.red .wsmenu-list li:hover>a .arrow:after {
	border-top-color: #fff;
}
.yellow > .wsmenu-list > li > a {
	color: #424242;
	border-right: 1px solid rgba(0,0,0,0.10);
}
.yellow > .wsmenu-list > li > a {
	background-color: #fff !important;
}
.yellow > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #E5E5E5 !important;
}
.yellow > .wsmenu-list > li:hover>a {
	background: #F6BB42 !important;
	color: #fff !important;
}
.yellow > .wsmenu-list > li > a:hover {
	background: #F6BB42 !important;
	color: #fff !important;
}
.yellow > .wsmenu-list > li > a.active {
	background: #F6BB42 !important;
	color: #fff !important;
}
.yellow > .wsmenu-submenu > li > a:hover {
	background: #F6BB42 !important;
	border-radius: 0px!important;
	color: #fff !important;
}
.yellow .wsmenu-list li a:hover .arrow:after {
	border-top-color: #fff;
}
.yellow .wsmenu-list li a.active .arrow:after {
	border-top-color: #fff;
}
.yellow .wsmenu-list li:hover>a .arrow:after {
	border-top-color: #fff;
}
.yellow > .wsmenu-list li a .fa {
	color: #424242 !important;
}
.purple > .wsmenu-list > li > a {
	color: #424242;
	border-right: 1px solid rgba(0,0,0,0.10);
}
.purple > .wsmenu-list > li > a {
	background-color: #fff !important;
}
.purple > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #E5E5E5 !important;
}
.purple > .wsmenu-list > li:hover>a {
	background: #967ADC !important;
	color: #fff !important;
}
.purple > .wsmenu-list > li > a:hover {
	background: #967ADC !important;
	color: #fff !important;
}
.purple > .wsmenu-list > li > a.active {
	background: #967ADC !important;
	color: #fff !important;
}
.purple > .wsmenu-submenu > li > a:hover {
	background: #967ADC !important;
	border-radius: 0px!important;
	color: #fff !important;
}
.purple .wsmenu-list li a:hover .arrow:after {
	border-top-color: #fff;
}
.purple .wsmenu-list li a.active .arrow:after {
	border-top-color: #fff;
}
.purple .wsmenu-list li:hover>a .arrow:after {
	border-top-color: #fff;
}
.pink > .wsmenu-list > li > a {
	color: #424242;
	border-right: 1px solid rgba(0,0,0,0.10);
}
.pink > .wsmenu-list > li > a {
	background-color: #fff !important;
}
.pink > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #E5E5E5 !important;
}
.pink > .wsmenu-list > li:hover>a {
	background: #ee1289 !important;
	color: #fff !important;
}
.pink > .wsmenu-list > li > a:hover {
	background: #ee1289 !important;
	color: #fff !important;
}
.pink > .wsmenu-list > li > a.active {
	background: #ee1289 !important;
	color: #fff !important;
}
.pink > .wsmenu-submenu > li > a:hover {
	background: #ee1289 !important;
	border-radius: 0px!important;
	color: #fff !important;
}
.pink .wsmenu-list li a:hover .arrow:after {
	border-top-color: #fff;
}
.pink .wsmenu-list li a.active .arrow:after {
	border-top-color: #fff;
}
.pink .wsmenu-list li:hover>a .arrow:after {
	border-top-color: #fff;
}
.chocolate > .wsmenu-list > li > a {
	color: #424242;
	border-right: 1px solid rgba(0,0,0,0.10);
}
.chocolate > .wsmenu-list > li > a {
	background-color: #fff !important;
}
.chocolate > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #E5E5E5 !important;
}
.chocolate > .wsmenu-list > li:hover>a {
	background: #934915 !important;
	color: #fff !important;
}
.chocolate > .wsmenu-list > li a:hover {
	background: #934915 !important;
	color: #fff !important;
}
.chocolate > .wsmenu-list > li a.active {
	background: #934915 !important;
	color: #fff !important;
}
.chocolate > .wsmenu-submenu > li a:hover {
	background: #934915 !important;
	border-radius: 0px!important;
	color: #fff !important;
}
.chocolate .wsmenu-list li a:hover .arrow:after {
	border-top-color: #fff;
}
.chocolate .wsmenu-list li a.active .arrow:after {
	border-top-color: #fff;
}
.chocolate .wsmenu-list li:hover>a .arrow:after {
	border-top-color: #fff;
}
.tranbg {
	background-color: transparent !important;
}
.whitebg {
	background-color: #fff !important;
}
.whitebg:hover {
	color: #000 !important;
}
.blue-grdt {
	background: #5999ee;
	background: -moz-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5999ee), color-stop(100%, #4a89dc));
	background: -webkit-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
	background: -o-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
	background: -ms-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc', GradientType=0 );
	color: #fff;
}
.gry-grdt {
	background: #565656;
	background: -moz-linear-gradient(top, #565656 0%, #424242 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #424242));
	background: -webkit-linear-gradient(top, #565656 0%, #424242 100%);
	background: -o-linear-gradient(top, #565656 0%, #424242 100%);
	background: -ms-linear-gradient(top, #565656 0%, #424242 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242', GradientType=0 );
	color: #fff;
}
.green-grdt {
	background: #86ba3d;
	background: -moz-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86ba3d), color-stop(100%, #74a52e));
	background: -webkit-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
	background: -o-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
	background: -ms-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e', GradientType=0 );
	color: #fff;
}
.red-grdt {
	background: #f05c48;
	background: -moz-linear-gradient(top, #f05c48 0%, #da4b38 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f05c48), color-stop(100%, #da4b38));
	background: -webkit-linear-gradient(top, #f05c48 0%, #da4b38 100%);
	background: -o-linear-gradient(top, #f05c48 0%, #da4b38 100%);
	background: -ms-linear-gradient(top, #f05c48 0%, #da4b38 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#da4b38', GradientType=0 );
	color: #fff;
}
.orange-grdt {
	background: #fc7d33;
	background: -moz-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc7d33), color-stop(100%, #ff670f));
	background: -webkit-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
	background: -o-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
	background: -ms-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f', GradientType=0 );
	color: #fff;
}
.yellow-grdt {
	background: #ffcd67;
	background: -moz-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcd67), color-stop(100%, #f6bb42));
	background: -webkit-linear-gradient(top, #ffcd67 0%, #ff670f 100%);
	background: -o-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
	background: -ms-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42', GradientType=0 );
	color: #fff;
}
.purple-grdt {
	background: #a98ded;
	background: -moz-linear-gradient(top, #a98ded 0%, #967adc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a98ded), color-stop(100%, #967adc));
	background: -webkit-linear-gradient(top, #a98ded 0%, #967adc 100%);
	background: -o-linear-gradient(top, #a98ded 0%, #967adc 100%);
	background: -ms-linear-gradient(top, #a98ded 0%, #967adc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc', GradientType=0 );
	color: #fff;
}
.pink-grdt {
	background: #fb3ea4;
	background: -moz-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb3ea4), color-stop(100%, #f21b8f));
	background: -webkit-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
	background: -o-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
	background: -ms-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f', GradientType=0 );
	color: #fff;
}
.whitebg > .wsmenu-list > li > a {
	color: #424242;
	border-right: 1px solid rgba(0,0,0,0.10);
}
.whitebg > .wsmenu-list > li > a {
	background-color: #fff !important;
}
.whitebg > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #E5E5E5 !important;
}
.red-grdt > .wsmenu-list > li > a {
	color: #fff !important;
}
.red-grdt > .wsmenu-list > li > a {
	background-color: transparent !important;
}
.red-grdt > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #fff !important;
}
.gry-grdt > .wsmenu-list > li > a {
	color: #fff !important;
}
.gry-grdt > .wsmenu-list > li > a {
	background-color: transparent !important;
}
.gry-grdt > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #fff !important;
}
.blue-grdt > .wsmenu-list > li > a {
	color: #fff !important;
}
.blue-grdt > .wsmenu-list > li > a {
	background-color: transparent !important;
}
.blue-grdt > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #fff !important;
}
.green-grdt > .wsmenu-list > li > a {
	color: #fff !important;
}
.green-grdt > .wsmenu-list > li > a {
	background-color: transparent !important;
}
.green-grdt > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #fff !important;
}
.orange-grdt > .wsmenu-list > li > a {
	color: #fff !important;
}
.orange-grdt > .wsmenu-list > li > a {
	background-color: transparent !important;
}
.orange-grdt > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #fff !important;
}
.yellow-grdt > .wsmenu-list > li > a {
	color: #424242 !important;
}
.yellow-grdt > .wsmenu-list > li > a {
	background-color: transparent !important;
}
.yellow-grdt > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #424242 !important;
}
.yellow-grdt > .wsmenu-list li a .fa {
	color: #424242 !important;
}
.purple-grdt > .wsmenu-list > li > a {
	color: #fff !important;
}
.purple-grdt > .wsmenu-list > li > a {
	background-color: transparent !important;
}
.purple-grdt > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #fff !important;
}
.pink-grdt > .wsmenu-list > li > a {
	color: #fff !important;
}
.pink-grdt > .wsmenu-list > li > a {
	background-color: transparent !important;
}
.pink-grdt > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #fff !important;
}
 @media only screen and (max-width: 780px) {
.red-grdt > .wsmenu-list > li > a > .fa {
	color: #fff !important;
}
.blue-grdt > .wsmenu-list > li > a > .fa {
	color: #fff !important;
}
.orange-grdt > .wsmenu-list > li > a > .fa {
	color: #fff !important;
}
.green-grdt > .wsmenu-list > li > a > .fa {
	color: #fff !important;
}
.purple-grdt > .wsmenu-list > li > a > .fa {
	color: #fff !important;
}
.pink-grdt > .wsmenu-list > li > a > .fa {
	color: #fff !important;
}
.gry > .wsmenu-submenu > li:hover>a {
	background-color: #424242 !important;
	color: #fff;
}
.gry > .wsmenu .wsmenu-list > li > a.active {
	color: #fff;
	background-color: #424242;
}
.gry > .wsmenu .wsmenu-list > li > a:hover {
	color: #fff;
	background-color: #424242;
}
.orange > .wsmenu-submenu > li:hover>a {
	background-color: #ff670f !important;
	color: #fff;
}
.orange > .wsmenu > .wsmenu-list > li > a.active {
	color: #fff;
	background-color: #ff670f;
}
.orange > .wsmenu > .wsmenu-list > li > a:hover {
	color: #fff;
	background-color: #ff670f;
}
.blue > .wsmenu-submenu > li:hover>a {
	background-color: #4A89DC !important;
	color: #fff;
}
.blue > .wsmenu > .wsmenu-list > li > a.active {
	color: #fff;
	background-color: #4A89DC;
}
.blue > .wsmenu > .wsmenu-list > li > a:hover {
	color: #fff;
	background-color: #4A89DC;
}
.green > .wsmenu-submenu > li:hover>a {
	background-color: #74a52e !important;
	color: #fff;
}
.green > .wsmenu > .wsmenu-list > li > a.active {
	color: #fff;
	background-color: #74a52e;
}
.green > .wsmenu > .wsmenu-list > li > a:hover {
	color: #fff;
	background-color: #74a52e;
}
.red > .wsmenu-submenu > li:hover>a {
	background-color: #DA4B38 !important;
	color: #fff;
}
.red > .wsmenu > .wsmenu-list > li > a.active {
	color: #fff;
	background-color: #DA4B38;
}
.red > .wsmenu > .wsmenu-list > li > a:hover {
	color: #fff;
	background-color: #DA4B38;
}
.yellow > .wsmenu-submenu > li:hover>a {
	background-color: #F6BB42 !important;
	color: #fff;
}
.yellow > .wsmenu .wsmenu-list > li > a.active {
	color: #fff;
	background-color: #F6BB42;
}
.yellow > .wsmenu .wsmenu-list > li > a:hover {
	color: #fff;
	background-color: #F6BB42;
}
.purple > .wsmenu-submenu > li:hover>a {
	background-color: #967ADC !important;
	color: #fff;
}
.purple > .wsmenu > .wsmenu-list > li > a.active {
	color: #fff;
	background-color: #967ADC;
}
.purple > .wsmenu > .wsmenu-list > li > a:hover {
	color: #fff;
	background-color: #967ADC;
}
.pink > .wsmenu-submenu > li:hover>a {
	background-color: #ee1289 !important;
	color: #fff;
}
.pink > .wsmenu > .wsmenu-list > li > a.active {
	color: #fff;
	background-color: #ee1289;
}
.pink > .wsmenu > .wsmenu-list > li > a:hover {
	color: #fff;
	background-color: #ee1289;
}
.chocolate > .wsmenu-submenu > li:hover>a {
	background-color: #934915 !important;
	color: #fff;
}
.chocolate > .wsmenu > .wsmenu-list > li > a.active {
	color: #fff;
	background-color: #934915;
}
.chocolate > .wsmenu > .wsmenu-list > li > a:hover {
	color: #fff;
	background-color: #934915;
}
.tranbg {
	background-color: #fff !important;
}
.tranbg > .wsmenu-list > li > a {
	color: #000 !important;
}
}


/*------------------------ CUSTOM STYLE ADDITIONS SB BOWL 2018 ----------------------------*/

.header {
	background:#030F0F;
	z-index:10000;
	padding:10px 0;
}

#outerWrapper {padding-top:240px;}

/*.logo {width:35%;}*/

.logo {
    padding: 0px 0px;
    margin: 0;
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
}

/*
.logo img {
	max-width: 75px;
	 float:left;
	 margin-right:20px;
}
*/

.logo img {
    max-width: 100px;
    float: none;
    margin: 0;
}

/*
a.mainLogo {
	font-size:18px; 
	margin: 27px 0 0 0px;
}
*/

a.mainLogo {
    font-size: 22px;
    margin: 15px 0 0;
}


@media (min-width: 1000px) {				
	
	.wsmenu {width:100%;}
	
}

.wsmenu-list {
    margin: 12px auto 0 auto;
}

.wsmenu-list li a .arrow::after {
    border-top: 4px solid #998455;
}
		
.wsmenu-list li:hover > .megamenu {
    background: transparent;
    border: 0;
    padding: 10px 0 0 0;
}

.mminnerBG {
	background-color: rgba(0,0,0,.85);
	padding:20px 20px;
	color:#c9c9c9;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	-moz-box-shadow: 0px 5px 5px #000;
	-webkit-box-shadow: 0px 5px 5px #000;
	box-shadow: 0px 5px 5px #000;
}

.mminnerBG h3, 
.typography-text p, 
.megamenu .title {color:#c9c9c9;}

.link-list li a {background: transparent !important;}





/* mobile menu fixes */

.wsmenu {
	background-color: transparent !important;
	color:#cbcccc;
}

.wsmenu-click i {color:#cbcccc;}

/* mega menu styles */





.btn-primary {
    background-color: #51651a;
    border-color: #3e4d16;
    color: #cbcccc;
    background-image:none !important;
}


.btn-primary:hover, .btn-primary:focus {
    background-color: #627923;
    border-color: #3e4d16;
    color: #cbcccc;
    background-image:none !important;
}

.btn, .btn:hover {background-image:none !important;}




/* concerts */

h2.concertsTitle {
	color:#cbcccc;
	margin-bottom:10px !important;
}

a.edOutAdmat {
	margin-top:25px;
	display: block;	
}

a.edOutAdmat:hover {
	opacity:.8
}

.home-title a {
	display:block;
	color:#c9c9c9;
}


/* outreach */

p.outreachIntro {
    font-size: 22px;
    text-align: left;
    padding: 24px 0px 0;
    font-weight: 500;
    display: block;
    margin-top: 0px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.main-donate {
	font-size: 30px;
	line-height: 1;
	text-transform: none;
	border-radius: 4px;
	margin:0px 0 0;
	padding:20px 0;
	width:100%;
}

.mediaMenu h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 2px;
    min-height: auto !important;
    font-weight: 500;
}

.outreachBtn {
	text-align: center;
	text-shadow: 0 0 5px #000;
	color:#fff;
	font-size:25px;
	font-weight:bold;
	height:200px;
	display:block;
	border:1px solid #c9c9c9;
	 font-family: "GillLight", "GillNormal", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	 line-height: 190px;
  text-align: center;
}

.outreachBtn:hover {
	border-color:#d7ad4f;
	color:#d7ad4f !important;
}

.outreachBtn span {
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
  }

.outreach_left {
	background:url('/images/_pages/megamenu/Instruments_515_345_c1.jpg') no-repeat 0 0 transparent;
}

.outreach_center {
	background:url('/images/_pages/megamenu/fallGrants_515_345_c1.png') no-repeat 0 0 transparent;
}
.outreach_right {
	background:url('/images/_pages/megamenu/studentShare_515_345_c1.png') no-repeat 0 0 transparent;
}

/* media */ 

.entry.newsMenu {
    padding-bottom: 120%;
    border: 0;
}

.megamenu iframe {
	min-height:0 !important;
	width:inherit;
	margin-top:0px;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}
.flex-video {
    position: relative;
    padding-top: 0px;
    padding-bottom: 56.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video iframe {
    padding: 0;
    display: block;
    margin: 0;
}
.flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photoAlbums{
    margin-bottom: 0px;
}

.photoAlbums h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    margin: 0;
}
.photoAlbums .albumCoverDiv{
    background: no-repeat center center;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 0%;
    padding-bottom: 56.25%;
}

.phbox {
	border:1px solid #c9c9c9;
	margin-bottom:20px;
	text-align: center;
	font-size:20px;
	text-transform: uppercase;
	width:100%;
	display:block;
	padding:70px 0;
}
		
.hoverBox {
	border:1px solid #c9c9c9;
	margin-bottom:20px;
	text-align: center;
	font-size:18px;
	text-transform: uppercase;
	width:100%;
	display:block;
	padding:0;
	font-weight:bold;
}

.timelineBox {
	background:url("/images/_pages/megamenu/timeline.png") no-repeat 0 0 #000;
	background-size:cover;	
	margin-top:35px;
}

.innerText {
	padding:125px 0px;
	width:100%;
	background: rgba(0,0,0,0.85);
	display: block;
}

.next-event-ticket {white-space: normal;}

.next-event-ticket {
	font-size: 20px;
	display: block;
	padding: 20px 10px;
	position: relative;
	line-height: 22px;
	margin:15px 0;
}

.next-event-ticket.upcomingCon {margin:0;}

.iconBox {
    background: #daae4c url("/images/_pages/_global/button_lights.png") no-repeat center center;
        background-color: rgb(218, 174, 76);
    border: 3px solid #85641a;
    border-radius: 80px 80px 80px 80px;
    color: #85641a;
    font-size: 17px;
    height: 130px;
    line-height: 1;
    padding-top: 48px;
    text-align: center !important;
    text-transform: uppercase;
    width: 130px;
    margin: 20px auto;
    font-weight: 600;
    text-align: left;
    display: block;
}

.iconBox:hover, .iconBox.current{
	background-color:#f6c558;
	color:#85641a;
}
		
.menuMediaLink {
	border:1px solid #c9c9c9; 
	display:block;
	min-height:330px;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	color:#c9c9c9;
}

.menuMediaLink img {border-bottom:1px solid #3d3c3c;}

.menuMediaLink:hover {
	background-color:#3d3c3c;
}

		
.menuMediaLink .text-block {padding:20px;}


/* quick links */

.iconLinkMenu {
	color:#daae4c;
	text-align: center;
	font-size:20px;
	text-transform: uppercase;
	font-weight:500;
	display: block;
	margin-bottom:20px;
}

.iconLinkSmaller {font-size:15px;}

.iconLinkMenu:hover {
	color:#f4c55b;
}

.menuIcon {
	font-size:80px;
	margin:0px auto 10px;
}

.smallerIcon {font-size:40px; margin-top:20px;}

.connectMenu .iconLinkMenu {min-height: 0;}

@media (max-width: 1200px) {
	
	.iconLinkMenu {font-size:15px;}
	
	.iconLinkSmaller {font-size:12px;}
	
	.menuIcon {font-size:50px;}	
	
	.smallerIcon {font-size:25px;}


}


		
.donorsBox .innerText{
	padding:20px 0;
}						
								
								
/* additional */

.wsmenu-list > li > a {
    display: block;
    color: #998455;
    padding: 0px 14px;
    line-height: 48px;
    text-decoration: none;
    position: relative;
    font-family: "GillLight", "GillNormal", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight:500;
}

.yellowBtn {
	background-color: #daae4c;
	color:#000;
	
}
.yellowBtn:hover {
	background-color: #f4c55b;
	color:#000 !important;
}

.upcoming-title-date {color:#cbcccc;}





/* mobile touchups */


.smallogo {
	height:120px;
	font-size:18px;
	text-transform: uppercase;
	color:#ccc;
}

.smallogo img {margin-bottom:10px;}

@media (min-width: 1000px) {
	.hideOnDesktop {display:none !important;}
}


@media (max-width: 1000px) {
	.hideOnMobile {display:none !important;}
		
	.widthFifty {
		width:49%;
		float:left;
		padding:10px 0 !important;
	}
	.widthFiftyYellow {
		width:49%;
		float:right;
		padding:10px 0 !important;
	}
	
	.wsmenu h2.home-title {
	    font-size: 16px;
	    text-align: center;
	}	


	.viewPastMega {
	    margin: 0;
	    width: 97%;
	    margin: 0 !important;
	    padding: 10px 0 !important;
	        padding-top: 10px;
	        padding-right: 0px;
	        padding-bottom: 10px;
	        padding-left: 0px;
	    float: right;
	}
	
	p.outreachIntro {
		font-size:16px;
		text-align: center;
	}

	.outreachBtn {
	    height: 150px;
	    line-height: 145px;
	}

	.menuMediaLink {min-height:200px;}
	
	.mediaMenu h3 {text-align: center;}
	
	#outerWrapper {
	    padding-top: 0;
	}
	
	.mminnerBG {padding:0;}
	
	.wsmenu-list li:hover > .megamenu {
	    background: transparent;
	    border: 0;
	    padding:0;
	}
	
	.outreachBtn {margin-bottom:20px;}
	
	.carousel-inner {margin-top:20px;}
	
	.nameGive {margin-top:20px !important;}
	
	.innerText {padding:30px 0px;}

}

@media (min-width: 600px) {
	.next-event {
		width: 100% !important;
	}
	
}


/* v2 tweaks */

.logo {
		    padding: 0px 0px;
		    margin: 0;
		    float: none;
		    width: 100%;
		    text-align: center;
		    clear: both;
		}
		
		.logo img {
		    max-width: 100px;
		    float: none;
		    margin: 0;
		}
		
		.logo img {
			max-width: 75px;
			 float:left;
			 margin-right:20px;
		}
				
		@media (min-width: 1000px) {
			
			a.mainLogo {
			    font-size: 18px;
			    margin: 15px 0 0 0px;
			     text-align: left;
			}
			
			.logo {
				width:25%;
				float:left;
			}
							
			.wsmenu {
			    width: 75%;
			    float:left;
			}		
		
		}
		
		@media (min-width: 1200px) {
			
			.logo {
				width:30%;
				float:left;
			}


			.wsmenu {
			    width: 70%;
			    float: left;
			}
			
			a.mainLogo {
			    font-size: 27px;
			    margin: 10px 0 0 0px;
			    text-align: left;
			}
		}		
		
		.wsmenu-list {
		    margin: 0px auto 0 auto;
		}

				
		.wsmenu-list > li > a {font-size:15px;}
		
		#outerWrapper {padding-top:220px;}
		
		.megamenu {top:160px;
			transition: top ease 400ms;
			-moz-transition: top  ease 400ms;
			-webkit-transition: top  ease 400ms;
			-o-transition: top ease 400ms;
			-ms-transition: top ease 400ms;
		}
		
		.wsmenu-list li:hover > .megamenu {padding:15px 0 0 0;}
		
		.sbLogo {
		    margin: 0 auto;
		    display: block;
		    max-width:150px;
		}
		
		@media (max-width: 1000px) {
			#outerWrapper {padding-top:50px;}
			
			.animated-arrow {
			    padding: 28px 35px 16px 0px;
			}
		}
		
		.header {min-height:0;}
		
		.darkBtn {
			background-color: #535550;
			color:#c9c9c9;
		}
		
		.darkBtn:hover {
			background-color: #656565;
		}
		
		.smallogo {
		    height: 80px;
		    z-index: 100;
		}
		
		
		.smallogo img {
		    margin-bottom: 10px;
		    margin-right: 5px;
		}


#content {
    margin-top: 220px;
}

#outerWrapper {padding:0;}


@media (max-width: 1000px) {
	
	#content {
	    margin-top: 40px !important;
	}

	.wsmenu-list li > .megamenu {top:0 !important;}

	.megamenu .span1,
	.megamenu .span2,
	.megamenu .span3,
	.megamenu .span4,
	.megamenu .span5,
	.megamenu .span6,
	.megamenu .span7, 
	.megamenu .span8,
	.megamenu .span9,
	.megamenu .span10,
	.megamenu .span11,
	.megamenu .span12 {
		width:100%;
	}
	
	.viewPastMega {margin: 15px 0px 0 13px !important; display:block; clear:both;}
}

.next-event-ticket {
    font-size: 20px;
    display: block;
    padding: 20px 10px;
    position: relative;
    line-height: 22px;
    margin: 15px 0;
}

.iconLinkMenu {
	clear:both;
	margin-bottom:20px;
	min-height:160px;
}

@media (max-width: 1000px) {
	.iconLinkMenu {
	    clear: none;
	    margin-bottom: 20px;
	    min-height: 0;
	    width: 50%;
	    float: left;
	}

}

@media (max-width: 500px) {
.noShowMobile {display:none;}

.connectMenu .span3, .connectMenu .col-lg-3, .connectMenu .col-md-3  {min-height:0;}
}




