@charset "utf-8";
/* Google fonts helper to generate the below: https://gwfh.mranftl.com/fonts/lato?subsets=latin */

/* lato-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: url('../Fonts/Lato/lato-v24-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('../Fonts/Lato/lato-v24-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../Fonts/Lato/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('../Fonts/Lato/lato-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('../Fonts/Lato/lato-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('../Fonts/Lato/lato-v24-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* --------------------------------<GLOBAL>-------------------------------- */
body {
	font-family: 'Lato', sans-serif;
	color: #555;
	font-size: 16px;
}

	body a, .slick-prev, .slick-next {
		transition: all 0.3s ease 0s;
	}

.bodyHome {
	background: #DEDEDE
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein { /* Firefox */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadein { /* Opera */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Headers */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { /* font-family:'Lato', sans-serif; */
}

h1, .h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
}

h2, .h2 {
	color: #763c90;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 25px;
	margin-top: 10px;
}

h3, .h3 {
	color: #3c194c;
	font-size: 20px;
	font-weight: 500;
}

h4, .h4 {
	color: #3c194c;
	font-size: 18px;
	font-weight: 400;
}

h5, .h5 {
	color: #3c194c;
	font-size: 14px;
	font-weight: 700;
}

h6, .h6 {
	color: #3c194c;
	font-size: 12px;
	font-weight: 700;
}

/* Links */
a, a:link, a:active, a:visited {
	color: #763c90;
	text-decoration: underline;
}

	a:focus, a:hover {
		color: #ae5dd2;
		text-decoration: underline;
		outline: none;
	}
/* a, input[type="submit"], button, *:before, *:after{-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;} */

::-moz-selection {
	color: #ffffff;
	background: #367ab3;
}

::selection {
	color: #ffffff;
	background: #367ab3;
}

/* Tables */
.table-responsive {
	margin: 30px 0;
}

blockquote {
	font-weight: 200;
	font-style: italic;
}

.form-control::-webkit-input-placeholder {
	color: #bbb;
}

.form-control:-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #bbb;
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-left-color: #ce4844;
	border-radius: 3px;
}

	.bs-callout h4 {
		color: #ce4844;
		margin-top: 0;
		margin-bottom: 5px;
	}

/* --------------------------------<SYSTEM>-------------------------------- */
html {
	-webkit-font-smoothing: antialiased;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

a img, :link img, :visited img {
	border: 0;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

li.webdebug {
	z-index: 10000;
	position: relative;
	color: red;
	display: block;
	background: #fff;
	width: 50%;
	left: 0;
	text-align: left;
	white-space: nowrap;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.instructional {
	background-color: #FFFFCF !important;
	border-top: 1px dotted #666;
	padding: 20px;
	margin-bottom: 15px;
	color: #000 !important
}

	.instructional h1, .instructional h2 {
		padding: 0px;
		margin: 0px;
	}

.SiteSearch legend, .SiteSearch label, .Zone legend, .Zone label, .Zone h1, .hidden, .pnlGoogleMapsLink {
	display: none !important;
}

.zoomContainer {
	z-index: 998;
}

.scrollup {
	width: 41px;
	height: 41px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 36px;
	display: none;
	z-index: 30000;
	font-family: "FontAwesome";
}

	.scrollup:before {
		content: "\f139";
		color: #cbcbcb;
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

	.scrollup:hover:before {
		color: #367ab3;
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.scrollup:hover {
		text-decoration: none !important;
	}

/* Bootstrap Button: http://blog.koalite.com/bbg/ */
.btn-primary {
	color: #ffffff !important;
	background-color: #367ab3;
	border-color: #367ab3;
}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
		color: #ffffff !important;
		background-color: #D2322D;
		border-color: #D2322D;
	}

	.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
		background-image: none;
	}

	.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active,
	.btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
		background-color: #333;
		border-color: #333;
		color: #fff !important
	}

	.btn-primary .badge {
		color: #367ab3 !important;
		background-color: #ffffff;
	}

.btn-custom-submnit, .blogSummary .btn-primary {
	background-color: #763c90 !important;
	border-color: #763c90 !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	padding: 7px 40px !important;
}

	.btn-custom-submnit:hover, .blogSummary .btn-primary {
		background-color: #763c90 !important;
		border-color: #763c90 !important;
	}

		.blogSummary .btn-primary:hover {
			background: none !important;
			border-color: #156883 !important;
			color: #156883 !important
		}

.form-control {
	background-color: #f0f0f0 !important;
	border-radius: 0;
	height: 45px;
	border: 1px solid #cfcfcf;
}
/* Bootstrap Button END */

a.btn {
	color: #ffffff !important;
}
/* Bootstrap Link */

/* --------------------------------<Header>-------------------------------- */
.topHeader {
	background: #763C90;
	position: relative;
	z-index: 60;
}

.bottomHeader {
	background: #e6e6e7
}

.lan {
	margin-bottom: 5px;
}

	.lan, .lan li {
		display: block;
		float: right;
	}

		.lan li {
			margin-top: 10px;
		}

			.lan li a {
				color: #fff;
				padding-right: 30px;
				font-size: 15px;
				font-weight: 700
			}

				.lan li a.active, .lan li a:hover {
					color: #D8B66C;
					font-weight: 700
				}

/* Logo */
#logo {
	margin: -27px 0 0px;
	display: block;
	text-align: left;
	z-index: 60;
	position: relative
}

	#logo img {
		max-width: 100%
	}

	#logo a {
	}

/* toolsNavigation */
#toolsNavigation {
	height: 35px;
	z-index: 1;
}

	#toolsNavigation ul {
		margin: 0;
		padding: 0;
	}

		#toolsNavigation ul li {
			display: inline-block;
			height: 25px;
			margin: 0;
			padding: 0;
		}

			#toolsNavigation ul li a {
				display: inline-block;
				padding: 0;
				margin: 0
			}

/* Main Nav*/
.outerNav {
	background: #fff
}

#MainNav {
	margin: 0px;
	display: inline-block;
	width: 100%;
	z-index: 100; /* background:rgba(118,60,144, 0.8); */
}

#MainNav {
	padding: 0px;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 62;
}

	#MainNav > ul > li.dropdown > a::after {
		font-family: FontAwesome;
		display: block;
		content: '\f078';
		font-size: 11px;
		color: #763c90;
		padding-top: 10px;
		position: absolute;
		bottom: 0;
		left: 50%
	}
	/* Level 1 */
	#MainNav ul {
		margin: 0 20px 0 0;
		padding: 0 0 0 0;
		text-align: center;
	}

		#MainNav ul li {
			display: inline-flex;
			text-align: center;
			padding: 0;
			position: relative;
			vertical-align: middle;
			align-content: center;
			align-items: center;
			height: 55px;
			background: #fff;
		}

			#MainNav ul li a {
				border-bottom: 0px solid #fff;
				padding: 10px 0px;
				border-radius: 0;
				text-decoration: none;
				color: #161616;
				font-size: 14px;
				font-weight: bold;
				background: #fff;
				border-radius: 5px;
				width: 105px;
				text-align: center;
				vertical-align: middle;
				align-content: center;
				align-items: center;
				line-height: 14px;
			}

				#MainNav ul li a:hover {
					color: #00a7da;
					border-bottom: 0px solid #00a7da;
				}

			#MainNav ul li:hover a:after {
				display: none
			}

			#MainNav ul li:hover > ul {
				display: block;
				margin: 0px;
				width: 200px;
				position: absolute;
				-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
				-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
				box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
			}

			#MainNav ul li:hover li {
				width: 100%;
				margin: 0px;
				height: inherit;
			}

			#MainNav ul li:hover a {
				color: #D8B66C;
				font-weight: 700
			}

			#MainNav ul li.dropdown > a {
				border-bottom-left-radius: 0px;
				border-bottom-right-radius: 0px;
			}

			#MainNav ul li.dropdown:hover a:hover {
				color: #D8B66C;
			}

			#MainNav ul li:hover li a:hover {
				background: #eaeaea;
			}


			/* LEVEL 2 */
			/* Hide and set the Reposition of the dropdown */
			#MainNav ul li ul {
				margin: 0px 0 0 0px;
				padding: 0 0;
				border-radius: 0;
				box-shadow: none;
				display: none;
			}

			/* Display 2nd level drop down */
			#MainNav ul li:hover > ul {
				display: block;
				width: 225px;
				position: absolute;
				background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(0 0 255 / 0%) 100%);
				padding: 0px 0 0 0;
				box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 20%);
			}

/* Maintain top level nav hover indication */
z#MainNav ul li:hover a {
	color: #00a7da;
	border-bottom: 0px solid #004288
}

/* Display Dropdown indicator on level 2+ */
#MainNav ul.level2 li.dropdown > a:before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 10px;
	float: right;
	padding-left: 8px;
	padding-top: 2px;
}

/* Level 2 Visuals */
#MainNav ul li ul li a {
	color: #504f52;
	font-size: 14px;
	margin: 0 !important;
	padding: 10px 17px !important;
	text-transform: none;
	width: inherit !important;
	text-align: left;
}

#MainNav ul li.dropdown > a:before {
}

#MainNav ul.level2 li.dropdown > a:before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 10px;
	float: right;
	padding-left: 8px;
	padding-top: 2px;
}

#MainNav ul li ul {
	margin-left: 0px !important;
}

	#MainNav ul li ul li ul.level3 {
		margin-left: 1px !important
	}

	#MainNav ul li ul li a, #MainNav ul li ul li a:hover {
		border-bottom: 1px solid #e0e0e0 !important;
		background: #ffffff;
		color: #2b3e4f !important;
		margin: 0 !important;
		padding: 10px 15px;
		font-size: 15px;
	}

#MainNav ul ul ul {
	left: 100%;
	top: 0;
	z-index: 70;
}

#MainNav ul:before, #MainNav ul:after {
	content: " ";
	display: table;
}

#MainNav ul:after {
	clear: both;
}

#MainNav ul.moveLeft {
	left: -200px;
}

#MainNav ul.level2.moveLeft {
	right: 0px;
	left: initial;
}

#MainNav ul.level2 li a {
	line-height: 21px;
}

.level2 a {
	border-radius: 0px !important;
}

.dropdown-menu {
	border: 0px;
}

	.dropdown-menu > li > a {
		white-space: normal;
	}


.gsc-control-cse {
	background: none !important;
	border: none !important;
	padding-top: 24px;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover {
	border-color: #763c90 !important;
	background-color: #763c90 !important;
}
/* --------------------------------<Data Units>---------------------------- */

/* --------------------------------<Social Networking>--------------------- */
/* Social media */
ul.socialNetworkNavigation {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
}

.topHeader ul.socialNetworkNavigation {
	display: inline-block;
	margin: 0px
}

ul.socialNetworkNavigation li {
	padding-right: 10px;
	margin: 0px;
	display: inline-block;
}

	ul.socialNetworkNavigation li:first-child {
		padding-left: 0px;
	}

	ul.socialNetworkNavigation li a {
		font-family: "FontAwesome";
		color: #E6E6E6;
		font-size: 30px;
		display: inline-block;
		transition: all 0.3s ease 0s;
	}

		ul.socialNetworkNavigation li a:hover {
			text-decoration: none;
			color: #E6E6E6;
		}

		ul.socialNetworkNavigation li a span {
			display: none;
		}

		ul.socialNetworkNavigation li a:before {
			text-align: center;
			width: 100%;
			display: inline-block;
			transition: all 0.3s ease 0s;
		}

		ul.socialNetworkNavigation li a:hover:before {
			color: #D8B66C;
		}
	/* icons */
	ul.socialNetworkNavigation li.twitter a:before {
		content: url("/images/icons/X_logo-removebg.png");
	}

	ul.socialNetworkNavigation li.facebook a:before {
		content: "\f09a";
	}

	ul.socialNetworkNavigation li.pinterest a:before {
		content: "\f0d2";
	}

	ul.socialNetworkNavigation li.googlePlus a:before {
		content: "\f0d5";
	}

	ul.socialNetworkNavigation li.linkedIn a:before {
		content: "\f0e1";
	}

	ul.socialNetworkNavigation li.youTube a:before {
		content: "\f167";
	}

	ul.socialNetworkNavigation li.skype a:before {
		content: "\f17e";
	}

	ul.socialNetworkNavigation li.newsletter a:before {
		content: "\f0e0";
	}

	ul.socialNetworkNavigation li.instagram a:before {
		content: "\f16d";
	}

	ul.socialNetworkNavigation li.search a:before {
		content: "\f002";
		font-size: 25px;
	}

/* --------------------------------<Phone Navigation>---------------------- */
/* mobile navigations */
#PhoneNav {
}

	#PhoneNav ul.nav {
		padding: 30px 0 0 30px
	}

		#PhoneNav ul.nav li {
			border-bottom: 0px solid #e4e4e4;
		}

			#PhoneNav ul.nav li a {
				padding-left: 0px;
				color: #fff;
				font-size: 16px;
			}

				#PhoneNav ul.nav li a:hover {
					color: #d8b66c;
					background: transparent;
				}

				#PhoneNav ul.nav li a.dropDown {
					position: relative;
					padding-right: 33px;
				}

			#PhoneNav ul.nav li span.menudrop {
				position: absolute;
				right: 0;
				top: 0;
				height: 100%;
				z-index: 2;
			}

				#PhoneNav ul.nav li span.menudrop .dropbtn {
					padding: 0px;
					cursor: pointer;
				}

					#PhoneNav ul.nav li span.menudrop .dropbtn:before {
						color: #367ab3;
						content: "+";
						font-size: 14px !important;
						display: inline-block;
						padding: 10px 15px;
						-webkit-transition: all 0.2s ease;
						-moz-transition: all 0.2s ease;
						-o-transition: all 0.2s ease;
						transition: all 0.2s ease;
					}

				#PhoneNav ul.nav li span.menudrop .dropbtn-close:before {
					content: "+";
					-webkit-transform: rotate(-45deg);
					-moz-transform: rotate(-45deg);
					-ms-transform: rotate(-45deg);
					-o-transform: rotate(-45deg);
				}

				#PhoneNav ul.nav li span.menudrop .dropbtn:hover:before {
					color: #5196cf;
				}

			#PhoneNav ul.nav li ul.level2, #PhoneNav ul.nav li ul.level3, #PhoneNav ul.nav li ul.level4 {
				display: none;
				margin: 0px;
				padding: 0px 0px 10px 0px;
				border-bottom: 0px;
				width: 100%;
				margin: 0 0 10px;
				position: relative;
				border-radius: 0;
				background: #763c90
			}

			#PhoneNav ul.nav li ul li {
				font-size: 90%;
				border-bottom: 0px;
			}

				#PhoneNav ul.nav li ul li a {
					padding: 10px 0 10px 20px;
					font-size: 12px;
				}

				#PhoneNav ul.nav li ul li ul li a {
					padding-left: 25px;
					font-size: 11px;
				}

				#PhoneNav ul.nav li ul li ul li ul li a {
					padding-left: 35px;
				}

	#PhoneNav ul.socialNetworkNavigation {
		text-align: center;
		padding: 15px 15px 10px 15px;
	}

		#PhoneNav ul.socialNetworkNavigation li {
			padding-bottom: 5px;
		}

			#PhoneNav ul.socialNetworkNavigation li a {
				color: #fff;
				background: #367ab3;
				width: 35px;
				height: 35px;
			}

				#PhoneNav ul.socialNetworkNavigation li a:hover {
					color: #fff;
					background: #5196cf;
				}

				#PhoneNav ul.socialNetworkNavigation li a:before {
					padding-top: 6px;
				}

.menu-link {
	font-size: 0px;
	display: inline-block;
	padding: 18px 0 0;
	margin-left: -15px;
	height: 50px;
	cursor: pointer;
	text-decoration: none;
}

	.menu-link:before {
		color: #763C90;
		font-family: "FontAwesome";
		content: "\f0c9";
		font-size: 28px;
		line-height: normal;
	}

	.menu-link:hover {
		color: #D8B66C;
		text-decoration: none;
	}

		.menu-link:hover:before {
			color: #D8B66C;
		}

#main-menu.menu-link.active:before {
	color: #fff;
	content: "\f00d"
}

#main-menu.menu-link.active {
	z-index: 101;
	position: relative
}

.menu-wrap {
	position: fixed;
	overflow-y: auto;
	z-index: 200;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	background: rgba(118,60,144,0.8)
}

.menu-wrap {
	-webkit-transform: translate3d(-320px,0px,0);
	transform: translate3d(-320px,0px,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .menu-wrap {
	-webkit-transform: translate3d(0px,0px,0);
	transform: translate3d(0px,0px,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.ie9 .menu-wrap {
	left: -320px;
	top: 0px;
}

.ie9 .show-menu .menu-wrap {
	left: 0px;
}

.dl-submenu {
	display: none;
}

.bodySiteMap ul li ul {
	box-shadow: none;
	display: block;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	position: relative;
	width: 100%;
}

	.bodySiteMap ul li ul li a {
		color: #367ab3 !important
	}

		.bodySiteMap ul li ul li a:hover {
			background: none !important
		}
/* --------------------------------<Cart Button>--------------------------- */
/* shopping cart item indicator */
.CartBtn {
	height: 35px;
	width: 110px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 15px 0px 0px 15px;
}

	.CartBtn a {
		padding: 10px 15px 10px 15px;
		position: absolute;
		top: 0px;
		left: 0px;
		display: inline-block;
		white-space: nowrap;
		max-height: 35px;
		font-size: 12px;
		line-height: 1;
		background: #444;
		color: #fff;
	}

		.CartBtn a:after {
			font-family: "FontAwesome";
			content: "\f07a";
			font-size: 16px;
			vertical-align: middle;
			margin-left: 10px;
		}

		.CartBtn a:hover {
			background: #000;
		}

#PhoneNav .CartBtn {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0px;
	padding: 15px 10px 0px 10px;
}

	#PhoneNav .CartBtn a {
		position: relative;
		height: auto;
		width: 100%;
		color: #367ab3;
		background: #fff;
	}

		#PhoneNav .CartBtn a:hover {
			color: #5196cf;
			background: #fff;
		}

/* langSelection */
.langSelection {
	margin-top: 7px;
}

	.langSelection a {
		display: block;
		background: #6FE6C5;
		padding: 7px;
		color: #fff
	}

		.langSelection a:hover {
			background: #146583;
			color: #fff
		}

.topHeader .noPaddingLeft {
	padding-left: 0 !important;
}

.topHeader .noPaddingRight {
	padding-right: 0 !important;
}
/* --------------------------------<Site Search>--------------------------- */
.searchbar {
	display: none;
	background: #ccc;
	height: 50px;
}

.SiteSearch {
	line-height: 1;
	width: 100%;
	position: relative;
	margin: 8px 0px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

	.SiteSearch .form {
		padding: 0px;
		margin: 0px;
	}

	.SiteSearch .form-horizontal .control-label {
		display: none !important;
	}

	.SiteSearch input {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 1px 10px;
		line-height: normal;
		height: 36px;
	}

		.SiteSearch input[type="text"] {
			background-color: #fff;
			font-size: 14px;
			border: 0px;
			top: -5px;
			left: 0px;
			width: 100%;
			padding-right: 60px;
			position: absolute;
			color: #763C90;
		}

	.SiteSearch .btn-group {
		top: 0px;
		right: 0px;
		position: absolute;
	}

	.SiteSearch input[type="submit"] {
		background-color: #fff;
		color: #763C90 !important;
		font-size: 20px;
		border: 0px;
		vertical-align: middle;
		top: -5px;
		right: 0px;
		width: 60px;
		position: absolute;
		font-family: "FontAwesome";
	}

		.SiteSearch input[type="submit"]:hover {
			color: #D8B66C !important
		}

.SearchLink {
	display: inline-block;
	margin-left: 20px;
	padding-top: 10px;
}

.searchbtn {
	cursor: pointer;
}

/* --------------------------------<newsletter>---------------------------- */
.newsletter h3 {
}

.newsletter .form {
	position: relative;
	padding-bottom: 40px;
}

.newsletter .form-group {
	top: 0px;
	right: 0px;
	width: 100%;
	max-width: 55px;
	position: absolute;
	text-align: right;
}

	.newsletter .form-group.required {
		max-width: 100%;
	}

.newsletter input {
	border-radius: 0px !important;
}

	.newsletter input[type="text"] {
		width: 100%;
		height: 42px;
	}

	.newsletter input[type="submit"] {
		font-family: "FontAwesome";
		height: 42px;
		margin-right: 0px;
	}

.newsletter .control-label {
	display: none;
}

a.MailingList {
	height: 40px;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
	color: #999 !important;
	border: 0px;
	font-size: 14px;
	line-height: 37px;
	text-align: left;
	padding-left: 10px;
	background: #fff;
}

	a.MailingList:hover {
		color: #fff !important;
		background: #999;
	}

	a.MailingList:before {
		height: 100%;
		padding-left: 15px;
		padding-right: 13px;
		padding-top: 8px;
		line-height: normal;
		text-align: center;
		background: #367ab3;
		color: #fff;
		float: right;
		display: inline-block;
		font-size: 24px;
		font-family: "Flaticon";
		content: "\e01a";
	}

/* --------------------------------<Banners>------------------------------- */
.carousel {
	margin: 0px;
	position: relative;
}

.bnrTemplateZone {
	position: relative;
	visibility: hidden;
}

.carousel .adminButtons {
	position: absolute;
	z-index: 80;
	top: 10px;
	width: 95%;
	text-align: right;
}

	.carousel .adminButtons .btn-danger {
		display: none;
	}

.carousel .bx-wrapper .bx-viewport {
	left: 0px;
}

.carousel .bx-wrapper .bx-prev {
	left: 25px !important;
}

.carousel .bx-wrapper .bx-next {
	right: 25px !important;
}

	.carousel .bx-wrapper .bx-prev:hover, .carousel .bx-wrapper .bx-next:hover {
		opacity: 1;
	}

.bx-wrapper .bx-controls-direction a {
	margin-top: -15px;
}

.bx-wrapper .bx-prev:before, .bx-wrapper .bx-next:before {
	font-family: "FontAwesome";
	color: #fff;
	display: block;
	line-height: normal;
	font-size: 40px;
}

.bx-wrapper .bx-prev:hover:before, .bx-wrapper .bx-next:hover:before {
	color: #367ab3;
}

.carousel .slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
}

	.carousel .slide .container {
		position: relative;
	}

.carousel .bodyText {
	padding: 160px 110px 0 0;
	z-index: 60;
	color: #fff;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 28px; /* width:50%; */
	text-align: justify;
	line-height: 40px;
}

	.carousel .bodyText h2 {
		margin-top: 0px;
		color: #fff;
		text-transform: uppercase;
		font-size: 40px;
		padding-bottom: 0px;
		font-weight: 300;
		margin-bottom: 20px;
	}

	.carousel .bodyText h3 {
		font-size: 22px;
		color: #fff;
		padding-bottom: 0;
		margin-bottom: 0
	}

	.carousel .bodyText p {
		margin-bottom: 0px;
		font-weight: 300;
		line-height: 35px;
	}

	.carousel .bodyText a {
		border: 0px solid #fff;
		color: #fff;
		display: inline-block; /* font-size: 14px; */
		font-weight: 500;
		margin-top: 0px;
		padding: 0px 0px;
		text-transform: none;
	}

		.carousel .bodyText a:hover {
			background: none;
			border: 0px solid #156883;
			text-decoration: underline
		}

	.carousel .bodyText p a:hover {
	}

.carousel .btn-danger {
	display: none;
}

.SliderHome .slide {
	max-height: 457px;
}

.SliderInner .slide {
	max-height: 239px;
}

.SliderHome .slide .container {
	height: 457px;
	z-index: 52 !important
}

.SliderInner .slide .container {
	height: 239px;
}

.DivLink {
	display: none;
}

.bnrOverlay {
	position: absolute !important;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.55);
	z-index: 51 !important;
	width: 100%;
	display: block !important;
}

/* --------------------------------<section.middle>------------------------ */
.mnoPaddingRight {
	padding-right: 0 !important
}

.mnoPaddingLeft {
	padding-left: 0 !important;
	margin-left: -15px;
	padding-right: 0px;
}

.middle {
	padding: 0px;
	margin: 0px;
	position: relative;
	padding-bottom: 60px;
}


	.middle .container {
		padding-top: 20px;
	}

#itemBody {
	padding-bottom: 25px;
}

	#itemBody p {
		font-size: 14px;
		line-height: 18px;
	}

.contactIcons {
	margin-top: 30px;
	padding-bottom: 20px;
}

	.contactIcons .phone, .contactIcons .email, .contactIcons .address {
		display: block;
		display: block;
		height: 45px;
		margin-top: 15px;
		padding-left: 60px;
		color: #156883
	}

	.contactIcons .phone {
		background: url(../../images//icons/phone.png) no-repeat top left
	}

	.contactIcons .email {
		background: url(../../images//icons/email.png) no-repeat top left
	}

	.contactIcons .address {
		background: url(../../images//icons/address.png) no-repeat top left
	}
/* Mast head */
.mastHead {
	background: #367ab3;
	font-size: 28px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 4px
}

#PageTitle h1 {
	margin-top: -110px;
	position: absolute;
	z-index: 50;
	font-size: 44px;
	font-weight: 300
}

/* Allow content Left... */
#contentZone {
}

/* Content */
#content {
	min-height: 50px;
}

	#content img {
		-ms-interpolation-mode: bicubic;
	}
	/* Fix bootstrap image behaviour */
	#content ul, #content ol {
		margin-bottom: 20px;
		margin-top: 20px;
	}

		#content ol li {
		}

		#content ul li {
		}

	#content .customUL1 {
		padding-left: 60px;
	}

		#content .customUL1 li {
			list-style: none;
			padding-bottom: 10px;
		}

			#content .customUL1 li:before {
				color: #63d8b8;
				content: "•";
				display: block;
				font-size: 35px;
				left: -25px;
				max-height: 0;
				max-width: 0;
				position: relative;
				top: -13px;
			}

	#content .customUL2 {
		padding-left: 60px;
		list-style: none;
	}

		#content .customUL2 li {
			background: url(../../images/icons/checked.png) no-repeat left top;
			padding-bottom: 10px;
			padding-left: 35px;
		}


	#content .customUL3 {
		padding-left: 60px;
		list-style: none;
	}

		#content .customUL3 li {
			background: url(../../images/icons/notchecked.png) no-repeat left top;
			padding-bottom: 10px;
			padding-left: 35px;
		}



/* Google Map */
#map-canvas {
}

/* Breadcrumb */
.BreadCrumb {
	background: #eee;
	padding: 10px 0px;
}

	.BreadCrumb ul#history {
	}

		.BreadCrumb ul#history li {
		}

			.BreadCrumb ul#history li#introText {
			}

			.BreadCrumb ul#history li a {
			}

/* Gallery */
ul.gallery {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li.pnlGalleryImage {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100px;
	margin-bottom: 15px;
}

	li.pnlGalleryImage a {
		width: 100%;
		height: 100px;
		display: inline-block;
	}

.pnlHoverControls a {
	height: 26px !important;
}

.hlkGalleryImage {
	background-size: cover !important;
}

/* Contact Page */
.ContactPage {
}

#ContactMap #map-canvas {
	height: 300px;
}

#ContactPageSnippets {
}

.ContactForm .help-inline .glyphicon:before {
	font-size: 80%;
}

/* sideBar */
#sideBar, .BlogCategories {
}

.bodyInnerWithSnippet #sideBar {
	padding-top: 13px;
}

#sideNavigation {
	margin-bottom: 15px;
}

.nav-tabs {
	border-bottom: 0
}

#sideBar h2.leftNavHeader, .BlogCategories h2 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

	#sideBar h2.leftNavHeader a, .BlogCategories h2 {
		background: #367ab3;
		color: #fff;
		font-size: 24px;
		padding: 10px;
		display: inline-block;
		width: 100%;
	}

		#sideBar h2.leftNavHeader a:hover {
			background: #5196cf;
			color: #fff;
		}

.BlogCategories h2 {
	background: #156883;
	font-weight: 300;
}

#sideNavigation .menudrop, #sideNavigation .item246Nav {
	display: none
}
/* Down arrow indicator - appears on expansion only */
/*#sideBar ul li > a:first-child:before{content:" "; font-family:"FontAwesome"; font-size:10px; float:right;}
				#sideBar ul li.dropdown > a:first-child:before{content:"\f078"; font-family:"FontAwesome"; font-size:10px; float:right; padding-left:8px;} */



/* .level1 + blog categories */
#sideBar ul.level1, .BlogCategories ul {
	padding: 0px;
	margin: 0px !important;
	background: #d8b66c;
	padding: 10px 0
}

	#sideBar ul.level1 li, #content .BlogCategories ul li {
		margin: 0px;
		list-style: none;
		list-style-image: none;
	}
		/* set the width here for IE browsers */
		#sideBar ul.level1 li a, .BlogCategories ul li a {
			background: #d8b66c;
			color: #fff;
			padding: 12px 12px 12px 20px;
			display: block;
			font-weight: 700;
			font-size: 18px;
		}

	.BlogCategories ul li a {
		color: #0293e9;
		font-size: 16px;
		font-weight: normal
	}

#sideBar ul li a:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #fff;
	font-size: 17px;
	padding-right: 10px
}


.BlogCategories ul li a {
	padding-right: 20px;
}

	#sideBar ul.level2 li a:hover:before, .BlogCategories ul li a:hover:before {
		content: "\f04b";
		font-family: "FontAwesome";
		text-decoration: none;
		font-size: 9px;
		position: relative;
		left: -28px;
		margin-right: -8px;
	}

#sideBar ul.level2 li.active a:before, .BlogCategories ul li.active a:before {
	content: "\f04b";
	font-family: "FontAwesome";
	text-decoration: none;
	font-size: 9px;
	position: relative;
	left: -28px;
	margin-right: -10px;
}

#sideBar ul.level1 li a:hover, .BlogCategories ul li a:hover {
	background: #d1ab59;
	color: #fff;
	text-decoration: none;
}

#sideBar ul.level1 li.active a, .BlogCategories ul li a.active {
	background: #d1ab59;
	color: #fff;
}

/* .level2 */
#sideBar ul.level2 {
	margin-bottom: 0px;
	padding-left: 0px;
}

	#sideBar ul.level2 li a {
		padding-left: 25px;
	}

		#sideBar ul.level2 li a:hover {
		}

	#sideBar ul.level2 li.active a {
	}

/* .level3 */
#sideBar ul.level3 {
	margin-bottom: 0px
}

	#sideBar ul.level3 li a {
		padding-left: 35px;
	}

		#sideBar ul.level3 li a:hover {
		}

	#sideBar ul.level3 li.active a {
	}

/* Phone Nav Dropdown */
#ddlLeftNavDropDown select, #divBlogCategoriesDropDownList select {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
	background: #acacac url('/images/bgs/menu.png') no-repeat right center;
	font-weight: bold;
	border: 2px solid #959595;
	color: #fff;
	padding: 10px 40px 10px 10px;
	-webkit-appearance: none;
}

	#ddlLeftNavDropDown select::-ms-expand, #divBlogCategoriesDropDownList select::-ms-expand {
		display: none;
	}

.tweets {
}

.fb-feed {
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style], .tweets iframe {
	width: 100% !important;
}

/* Isotope Filtering */
.SnippetGroupFilter {
	display: none;
}

	.SnippetGroupFilter ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}

		.SnippetGroupFilter ul li {
			list-style: none;
			padding: 0px;
			margin: 0px 10px 10px 0px;
			display: inline-block;
			font-size: 14px;
		}

			.SnippetGroupFilter ul li:before {
				display: none;
			}

			.SnippetGroupFilter ul li a {
				padding: 7px 12px;
				margin: 0px;
				display: inline-block;
				border-radius: 5px;
				background: #fff;
				border: 1px solid #367ab3;
				color: #367ab3;
			}

				.SnippetGroupFilter ul li a.selected {
					background: #367ab3;
					border: 1px solid #367ab3;
					color: #fff;
				}

				.SnippetGroupFilter ul li a:hover {
					background: #444;
					border: 1px solid #444;
					color: #999;
				}

/* Isotope styles */
#isoTopeContainer {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: visible !important;
}

	#isoTopeContainer .snippetText {
		border-radius: 5px;
		background: #fff;
		font-size: 14px;
		margin-bottom: 15px;
		width: 100%;
		border: 1px solid #999;
		padding: 15px;
		text-align: center;
	}

		#isoTopeContainer .snippetText h2 {
			margin-top: 0px;
		}

		#isoTopeContainer .snippetText img {
			margin: 0px !important;
			max-width: 100% !important;
			height: auto !important;
		}

/* Isotope BootstrapV3 3-col fix */
.isotope .col-md-4 {
	margin-right: -1px;
}

/* Isotope Settings */
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform, opacity;
		-ms-transition-property: -ms-transform, opacity;
		-o-transition-property: -o-transform, opacity;
		transition-property: transform, opacity;
	}

		/* disabling Isotope CSS3 transitions */
		.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
			-webkit-transition-duration: 0s;
			-moz-transition-duration: 0s;
			-ms-transition-duration: 0s;
			-o-transition-duration: 0s;
			transition-duration: 0s;
		}

/* End Isotope */

.slick-prev:before, .slick-next:before {
	color: #367ab3;
}

dl.faqList {
	width: 100%;
}

	dl.faqList dt {
		margin: 10px 0px 0px 0px;
		padding-bottom: 5px;
		font-size: 16px;
		cursor: pointer;
		color: #367ab3;
		border-bottom: 1px solid #eeeeee;
	}

		dl.faqList dt:hover {
			color: #367ab3;
		}

		dl.faqList dt:before {
			font-family: "FontAwesome";
			content: "\f055";
			display: inline-block;
			float: right;
		}

		dl.faqList dt.listclose:before {
			content: "\f056";
		}

	dl.faqList dd {
		display: none;
		padding: 20px 20px 10px 20px;
		font-size: 14px;
		background-color: #eeeeee;
		margin: 0px 0px 3px 0px;
	}

/* Members Login */
.AspNet-Login-UserPanel span, .AspNet-Login-PasswordPanel span, .AspNet-PasswordRecovery-UserName-UserPanel span, .passwordRecorvery {
	display: none
}

.memberLogin {
	margin-bottom: 15px;
}

	.memberLogin h3 {
		padding: 5px 5px 10px 5px;
		font-size: 18px;
		text-transform: uppercase;
		margin: 0px;
	}

	.memberLogin .form-group {
		margin-bottom: 0px;
	}

	.memberLogin .btn-group {
		width: 100%;
	}

	.memberLogin input[type="text"], .memberLogin input[type="password"] {
		margin-bottom: 15px;
	}

	.memberLogin .password-reset {
		width: 100%;
		text-align: right;
		display: inline-block;
		padding-top: 5px;
	}

.logoutButton {
}

.form-control-feedback {
	top: 0
}
/* --------------------------------<Blog>---------------------------------- */

.blog {
}

/* Homepage preview */
#LatestNews {
}

.BlogTitle {
	text-align: center;
	margin-bottom: 15px;
}

	.BlogTitle .snippetText p {
		margin: 0px;
		padding: 0px;
		font-size: 30px;
		font-weight: 300;
	}

#LatestNews .container {
}

.blogPreview {
	position: relative;
}

.NewsTitle {
	text-align: center;
}

	.NewsTitle h2 {
		margin-bottom: 20px;
	}

.blogPreview div.blogPreviewDate {
	color: #747474;
}

.blogPreview h3.blogPreviewHeader {
	font-size: 16px;
	font-weight: 400;
	margin-top: 0px;
}

.blogPreview div.blogPreviewBody {
	font-size: 14px;
	font-weight: 300;
	color: #777;
}


/* Blog listing page */
.blog {
	margin-top: -15px
}

.blogSummary {
	padding-left: 0px !important;
	padding-right: 20px !important;
	overflow: hidden
}

h2.blogSummaryHeader {
	margin-top: 0px;
	margin-bottom: 10px;
}

	h2.blogSummaryHeader a {
		color: #763c90;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 20px;
		text-decoration: underline
	}

		h2.blogSummaryHeader a:hover {
			color: #ae5dd2
		}

.blogSummary .btn-primary {
	text-transform: uppercase
}

	.blogSummary .btn-primary i {
		display: none
	}

.blogSummary cite.blogSummaryAuthor {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.blogSummaryDate {
	margin-bottom: 0px;
	font-size: 12px;
}

.blogSummary .BlogCategory {
	margin-bottom: 10px;
	font-size: 12px;
	display: block;
}

.blogSummaryBody {
	margin-bottom: 10px;
	color: #404040;
	font-weight: 400;
}

.blogSummary hr {
	margin-top: 30px;
}

.bodyBlog h1 {
	color: #156883
}
/* Blog Page */
.BlogArticle {
}

	.BlogArticle cite {
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
		display: block;
	}

	.BlogArticle .BlogDate {
		font-size: 12px;
		display: block;
	}

	.BlogArticle .BlogCategory {
		margin-bottom: 10px;
		font-size: 12px;
		display: block;
	}

.BlogCategories ul li a span.badge {
	background-color: #fff;
	color: #999;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 14px;
	padding: 5px 0px;
	text-align: center;
	position: absolute;
	right: 25px;
}

.BlogCategories ul li a:hover span.badge {
	color: #367ab3;
}

.topInfo {
	margin-bottom: 60px
}
/* -------------------------------<Custom Snippets>----------------------- */
.testimonial .snippetText {
	background: #e6eff6;
	border-radius: 5px;
	padding: 10px;
	font-style: italic;
}

.testimonial_Footer {
	position: relative;
	margin-bottom: 20px;
	font-weight: 600;
	margin-top: 10px;
}

	.testimonial_Footer:before {
		content: "\f0d7";
		font-size: 30px;
		font-family: "FontAwesome";
		line-height: normal;
		position: absolute;
		color: #e6eff6;
		top: -22px;
		left: 20px;
	}

	.testimonial_Footer .snippetText p {
		padding-left: 30px;
	}

#youmax-header, #youmax-tabs {
	display: none !important;
}

#youmax {
	width: 100% !important;
}

a.YouTubeLink {
	background: url("../../images/icons/YouTube_Play.png") no-repeat scroll right center #367ab3;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 60px;
	line-height: 1;
	padding: 23px 17px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

	a.YouTubeLink:hover {
		opacity: 1;
		;
	}

.show-popup {
	cursor: pointer;
}

.overlay-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	z-index: 1000;
	background: #000;
	background: rgba(0,0,0,0.75);
}

.overlay-content {
	display: none;
	background: #fff;
	padding: 20px;
	position: absolute;
	top: 30%;
	left: 50%;
	cursor: default;
	border-radius: 5px;
}

.close-btn {
	cursor: pointer;
	font-size: 0px;
	position: absolute;
	top: 15px;
	right: 10px;
}

	.close-btn:before {
		font-family: "FontAwesome";
		content: "\f00d";
		color: #367ab3;
		font-size: 20px;
	}

	.close-btn:hover:before {
		color: #666;
	}

#categoriesSide {
}

#productSideSearch h3 {
	margin-top: 0px;
}

#productSideSearch input[type="submit"] {
	border: 0px;
}

	#productSideSearch input[type="submit"]:hover {
		border: 0px;
	}

.Profiles {
}

.StaffProfile {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

	.StaffProfile .ProfileTxt h2 {
		margin: 0px !important;
		font-size: 20px;
		font-weight: 700;
		color: #281e72 !important;
	}

	.StaffProfile .ProfileTxt p {
		margin-bottom: 0px;
		vertical-align: top;
	}

	.StaffProfile .ProfileImg img {
		width: 100%;
		height: auto;
	}

#tabs {
	padding: 0px;
	margin: 0px;
	width: 100%;
	list-style: none;
}

	#tabs .tab {
		padding: 0px;
		margin: 0px;
	}

		#tabs .tab a {
			cursor: pointer;
			width: 100%;
			font-size: 18px;
			display: inline-block;
			padding: 15px;
			text-align: center;
		}

			#tabs .tab a.inactive {
				color: #fff;
				background: #555;
			}

				#tabs .tab a.inactive:hover {
					color: #fff;
					background: #999;
				}

.tabContent {
}

.client-list {
}

	.client-list .snippetText {
		border: 5px solid #f6f6f6;
		margin-bottom: 20px;
	}

		.client-list .snippetText img {
			margin: 15px auto;
		}

.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}

.homeNews {
	background: #F2F2F2;
	padding-bottom: 30px
}

	.homeNews .h1 {
		font-size: 30px;
		display: block;
		margin: 30px 0 10px 0
	}

.homeSnippets {
	padding: 20px 0;
}

.hsBottom img {
	height: 100%;
	width: 100%;
}

.hsTop {
	text-align: center
}

	.hsTop .snippetText {
		min-height: 200px;
		background: #fff;
		-webkit-box-shadow: 0 0 7px #9e9c9c;
		-moz-box-shadow: 0 0 7px #9e9c9c;
		box-shadow: 0 0 7px #9e9c9c;
		color: #323232
	}

		.hsTop .snippetText h2 {
			font-size: 24px;
			font-weight: 700;
			color: #323232;
			padding-top: 100px;
			margin-bottom: 10px
		}

			.hsTop .snippetText h2 a {
				font-size: 24px;
				font-weight: 700;
				color: #323232;
				padding-top: 100px;
				margin-bottom: 10px;
				text-decoration: none
			}

				.hsTop .snippetText h2 a:hover {
					font-size: 24px;
					font-weight: 700;
					color: #323232;
					padding-top: 100px;
					margin-bottom: 10px;
					text-decoration: none
				}

			.hsTop .snippetText h2:before {
				font-family: "FontAwesome";
				font-size: 30px;
				content: "\f105";
				background: #d8b66c;
				color: #fff;
				border-radius: 50%;
				width: 40px;
				height: 40px;
				display: block;
				position: absolute;
				left: 45%;
				top: 20%;
				padding: 2px 0 0 3px
			}

		.hsTop .snippetText a {
			color: #000;
			font-weight: 400;
			font-size: 14px;
			text-transform: uppercase
		}

			.hsTop .snippetText a:hover {
				color: #D8B66C
			}





.companyinfo {
	padding-top: 0px;
}

.newsletterform {
	padding-bottom: 25px;
}

	.newsletterform label.valid {
		color: #2ecc71;
	}

	.newsletterform label.error {
		color: #e74c3c;
	}

.dataListingRow {
	height: auto;
	overflow: hidden;
	padding: 20px
}

.surround:first-child {
	padding-top: 30px;
}

.surround:nth-child(even) {
	background: #EDEAEA
}

/* --------------------------------<footer>-------------------------------- */
footer {
	padding: 20px 0px;
}

.topfooter {
	background: #fff;
	color: #555;
}

	.topfooter a:hover {
		color: #D8B66C
	}

footer, footer h4, footer ul li, footer a:link, footer a:visited {
	color: #7f6f85;
	font-size: 12px;
}

#footerNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

	#footerNav ul li {
		margin: 0px;
		display: inline-block;
	}

		#footerNav ul li:before {
			padding: 0px 10px;
			content: "";
		}

		#footerNav ul li:first-child:before {
			display: none;
		}

strong.fCompanyName {
}

.fPhone {
	margin-top: 10px;
	color: #7f6f85;
}

	.fPhone a {
		font-weight: 400;
		color: #7f6f85 !important;
		font-size: 14px;
	}

	.fPhone span {
		display: inline-block;
		width: 20px;
		font-weight: 700
	}

.fAddress p {
	color: #7f6f85;
	margin: 0;
	font-size: 14px;
	font-weight: 400
}

.Designers-of-this-Website {
	margin-top: 25px;
	padding-top: 0px;
	color: #7f6f85;
}

.acsb-widget .acsb-main .acsb-header .acsb-language .acsb-language-flag {
	display: none !important
}
/* --------------------------------<forms>--------------------------------- */

.form label {
	font-size: 14px;
}

	.form label i.fa-asterisk {
		font-size: 10px;
		color: #ce4844;
	}

.form h4.required {
	margin: 0px;
}

/* bootstrap paging */
ul.pagination li a {
	color: #763c90;
}

	ul.pagination li a:hover {
		color: #763c90;
	}

ul.pagination .active a {
	background: #763c90;
	border: 1px solid #763c90;
}

/* --------------------------------<BootStrap Break Points>---------------- */

@media only screen and (max-width: 991px) {
	body.vegas-container {
		overflow: hidden !important;
	}

	.carousel {
	}

	select:focus, textarea:focus, input:focus {
		font-size: 16px;
	}

	#logo {
		margin: 0px auto;
		height: auto;
	}

		#logo a {
			height: 100%;
			vertical-align: middle;
		}

		#logo img {
			margin: 0px auto;
			max-height: initial;
		}

	#footerNav ul li:before {
		padding: 0px 5px;
	}

	.topfooter {
		font-size: 12px;
	}

	.bottomfooter {
		font-size: 11px;
	}

	.SearchLink a {
		font-size: 0px;
	}

		.SearchLink a:before {
			font-size: 0px;
			color: #fff;
			font-size: 18px;
			float: initial;
			padding-left: 0px;
			padding-top: 5px;
			display: inline-block;
		}

		.SearchLink a:hover:before {
			color: #ccc;
		}

	.blogPreview div.blogPreviewDate {
		font-size: 11px;
		margin-bottom: 5px;
	}

	.DateLong {
		display: inline-block;
		width: 100%;
	}

	.DateShort {
		display: none;
	}

	.topHeader {
		border-bottom: 0px;
		width: 100%;
		background: #763C90;
	}

	.blackout {
		opacity: 0;
		-webkit-transition: opacity 0.5s ease;
		-moz-transition: opacity 0.5s ease;
		-o-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}

	.show-menu .blackout {
		background: rgba(0, 0, 0, .7);
		z-index: 62;
		opacity: 1;
		display: inline-block;
		width: 100%;
		height: 100%;
		content: "";
		position: fixed;
	}

	#PageTitle h1 {
		z-index: 50
	}

	.SiteSearch {
		height: 25px;
		width: 90%;
	}

	.SearchLink a::before, .SearchLink a:hover {
		color: #156883;
	}

	.mobileOnly {
		display: inline-block !important;
		font-weight: bold;
	}

	.surround .dataListingRow {
		height: auto;
		padding-bottom: 25px;
	}
}

/* visible-xs - phone P/L, iphone4+5 P/L, small tablet P */
@media only screen and (max-width: 767px) {
	.menu-link:before {
		color: #d8b66c;
	}

	body {
		min-height: 1px;
		font-size: 14px;
	}

	html, body, .frmMaster {
		width: 100%;
		height: 100%;
	}

	#sideBar {
		display: inline-block;
	}

	#contentZone {
		margin-left: 0;
	}

	#content .img-responsive {
		margin: 0 !important;
		display: block !important;
		float: none !important;
		clear: both !important;
		position: relative;
		height: auto;
		max-width: 100%;
	}

	#map-canvas {
		height: 250px !important
	}

	li.pnlGalleryImage a {
		height: 80px;
	}

	#footerAddress {
		margin-bottom: 20px;
	}

	#footerNav ul {
		padding: 0px;
		margin: 0px 0px 10px 0px;
	}

		#footerNav ul li {
			width: 100%;
			display: inline-block;
			padding: 0px 0px 5px 0px;
			margin: 0px;
		}

			#footerNav ul li:before {
				display: none;
			}

	footer .text-right, footer .text-left, .topfooter, .bottomfooter {
		text-align: center !important;
	}

	.equalHeight {
		min-height: 0px;
	}

	#PhoneLogo {
		text-align: center;
	}

		#PhoneLogo a {
			display: inline-block;
			margin: 10px auto;
		}

		#PhoneLogo img {
			width: auto;
			max-width: 100%;
			height: auto;
			max-height: 50px;
		}

	.overlay-content {
		width: 96%;
		margin: 0 2%;
		top: 10%;
		left: 0;
	}

	.StaffProfile .ProfileTxt p {
		line-height: normal;
		font-size: 16px;
	}

	.StaffProfile .ProfileImg {
		padding-bottom: 10px;
	}

	#tabs .tab a {
		font-size: 11px;
		padding: 10px 5px;
	}

	.blogPreview {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #dcdcdc;
	}

	#PhoneNav {
		padding-bottom: 100px;
		top: 0
	}

	.SiteSearch {
		height: 25px;
		width: 90%;
	}

	.SearchLink a::before, .SearchLink a:hover {
		color: #156883;
	}

	#PageTitle h1 {
		z-index: 50
	}

	.mobileOnly {
		display: inline-block !important;
		font-weight: bold;
	}

	.surround {
		height: auto;
		padding-bottom: 10px;
	}

		.surround .dataListingRow {
			height: auto;
			padding-bottom: 25px;
		}

	#content .customUL2, #content .customUL3 {
		padding-left: 10px
	}

	.carousel .bodyText {
		font-size: 100%;
		width: 100% !important;
		margin: 0 !important;
		padding: 25px 0 0 !important
	}

		.carousel .bodyText p {
			padding-right: 60px;
			line-height: 24px;
		}

		.carousel .bodyText h2 {
			font-size: 20px;
		}

		.carousel .bodyText h3 {
			font-size: 15px;
		}

	.hsTop .border {
		padding-bottom: 10px;
	}

	.bottomfooter {
		height: auto
	}

	.lan li a {
		padding-right: 5px;
	}

	.menu-link {
		padding: 7px 0 0;
		margin-left: 0;
	}

	.SliderHome .slide {
		max-height: 235px;
	}

	#PhoneNav .socialNetworkNavigation {
		display: none
	}

	ul.socialNetworkNavigation li a {
		font-size: 20px
	}

	ul.socialNetworkNavigation li.search a::before {
		font-size: 16px;
	}

	.lan {
		margin: -5px 10px 0 0 !important
	}
}

/* visible-sm - small tablet L, tablet P, widescreen P */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.menu-link:before {
		color: #d8b66c;
	}

	.container > .navbar-collapse {
		width: 100%;
		margin-right: -15px;
		margin-left: -15px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	#PhoneLogo {
		display: none;
	}

	li.pnlGalleryImage a {
		height: 110px;
	}

	#tabs .tab a {
		font-size: 14px;
	}

	#PhoneNav {
		padding-bottom: 50px;
	}

	.surround {
		height: auto;
		padding-bottom: 10px;
	}

		.surround .dataListingRow {
			height: auto;
			padding-bottom: 25px;
		}

	.carousel .bodyText {
		margin: 0 !important;
		padding: 15% 0 0 !important;
		width: 100%;
	}

	.SliderHome .slide {
		max-height: 350px;
	}

	.carousel .bodyText p { /* padding-right:250px; */
	}

	.hsTop .snippetText h2 {
		font-size: 22px
	}
}

@media only screen and (min-width: 768px) {
	.equalHeight {
		min-height: 1px;
		display: block;
	}

	.overlay-content {
		top: 30%;
		left: 50%;
		width: 500px;
		margin-left: -250px;
	}
}

/* visible-md - tablet L, HDTV P */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.subnav-fixed {
		position: fixed;
		top: 40px;
		left: auto;
		right: auto;
		z-index: 1020;
		width: 220px;
	}

		.subnav-fixed .nav {
			width: 938px;
			margin: 0 auto;
		}

	li.pnlGalleryImage a {
		height: 110px;
	}

	#tabs .tab a {
		font-size: 16px;
	}
}

@media only screen and (min-width: 992px) {
	.mobileNavBtn {
		min-height: 0px;
	}

	.blogPreview div.blogPreviewDate {
		background: #fcfcfc;
		border: 1px solid #dbdbdb;
		width: 60px;
		text-transform: uppercase;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
	}

	.blogPreview span.DateDay {
		padding: 10px 10px;
		display: inline-block;
		width: 100%;
	}

	.blogPreview span.DateMonth {
		padding: 10px 10px;
		display: inline-block;
		width: 100%;
		background: #f8f8f8;
		border-top: 1px solid #dbdbdb;
	}

	.blogPreview span.DateYear {
		padding: 10px 10px;
		display: none;
		width: 100%;
		border-top: 1px solid #dbdbdb;
	}

	.blogPreview .DateLong {
		display: none;
	}

	.blogPreview .DateShort {
		display: inline-block;
	}

	h3.blogPreviewHeader {
		padding-left: 65px;
	}

	.blogPreview div.blogPreviewBody {
		padding-left: 65px;
	}

	.topHeader {
		width: 100%;
	}
}

/* visible-lg - widescreen L, HDTV L */
@media only screen and (min-width: 1200px) {
	.subnav-fixed {
		width: 270px;
	}

	li.pnlGalleryImage a {
		height: 100px;
	}

	.subnav-fixed .nav {
		width: 1168px;
	}
}

@media only screen and (min-width:1500px) {
}

/* --------------------------------<BootStrap Padding Reset (15px)>-------- */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3,
.col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6,
.col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9,
.col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11,
.col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

/* --------------------------------<BootStrap 5col addition>--------------- */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

/* --------------------------------<MasterPages>--------------------------- */
/* Home Master */
.bodyHome {
}

	.bodyHome #content p:first-of-type {
	}

/* Inner Master */
.bodyInner {
}

/* Logged in resets */
.loggedin .bnrTemplateZone {
	visibility: visible;
}

/* PIE plugin for IE8 rounded corners */
.badge {
	position: relative;
}

/* Target elements in IE8 & below */
html.lt-ie9 {
}

/* Fix for IE9/10 issue with responsive images */
.img-responsive {
	width: auto;
}

/* --------------------------------<Print>--------------------------------- */

@media print {
	* {
		max-width: 100% !important;
	}

	div {
		padding: 0px !important;
		margin: 20px 0px !important;
		font-size: 16px !important;
	}

	a {
		text-decoration: underline !important;
	}

	section, footer, #PhoneNav, #toolsNavigation, .SiteSearch, #navigation, .BreadCrumbContainer, #ContactPage, #sideNavigation, .tweets, .scrollup {
		display: none !important;
	}

	body, html {
		background: #fff url(../../images/trany.gif);
	}

	.middle, #logo {
		display: block !important;
	}

	h1 {
		font-size: 1.500em;
		color: #555;
	}

	h2 {
		font-size: 1.438em;
		color: #555;
	}

	h3 {
		font-size: 1.375em;
		color: #555;
	}

	h4 {
		font-size: 1.313em;
		color: #555;
	}

	h5 {
		font-size: 1.250em;
		color: #555;
	}

	h6 {
		font-size: 1.188em;
		color: #555;
	}
}

/* --------------------------------<END>----------------------------------- */
