﻿@charset "utf-8"; 
	@import url(/_shared/common/bootstrap3/bootstrap-3.2.0/css/bootstrap.min.css);
	@import url(//netdna.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css); /* http://fontawesome.io/icons/ for icons */
	@import url(/_includes/fonts/FlatIcon/flaticon.css);
/* --------------------------------<GLOBAL>-------------------------------- */
	body{font-family: "proxima-nova",sans-serif; color:#555; font-size:16px;}

	/* Headers */
	h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{font-family:'proxima-nova', sans-serif;}
	h1, .h1{color:#555; font-size:36px; font-weight:300;}
	h2, .h2{color:#555; font-size:30px; font-weight:300;}
	h3, .h3{color:#555; font-size:24px; font-weight:400;}
	h4, .h4{color:#555; font-size:18px; font-weight:400;}
	h5, .h5{color:#555; font-size:14px; font-weight:700;}
	h6, .h6{color:#555; font-size:12px; font-weight:700;}
	
	/* Links */
	a, a:link, a:active, a:visited{color:#09b487; text-decoration:none;}
	a:focus, a:hover{color:#09b487; text-decoration:none; 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:#09b487;}
	::selection {color:#ffffff; background:#09b487;}

	/* 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; color:#000!important}
	.instructional h1, .instructional h2{padding:0px; margin:0px;}
	.info{color:#666;} #content .info:before{font-family:"FontAwesome"; content:"\f05a"; margin-right:5px; color:#3498db;}
	.SiteSearch legend, .SiteSearch label, .Zone legend, .Zone label, .Zone h1, .hidden, .pnlGoogleMapsLink, .rssLinkContainer ul li.RSSHelpLink a img {display:none!important;}
	.pnlHoverControlsNews a{height:20px;} /* Siternity fix */
	
	.NavVertical ul, .NavVertical ul li, .NavHorizontal ul, .NavHorizontal ul li, .secondaryNav ul li, secondaryNav ul li, ul.paging li, #StyleSheetTools ul, #StyleSheetTools ul li, .BreadCrumb ul, .BreadCrumb ul li, #footerAddress ul, #footerAddress ul li, .rssLinkContainer ul, .rssLinkContainer ul li{list-style:none; margin:0; padding:0}
	.NavVertical ul li a, .NavHorizontal ul li a, #Tools1 ul li a{overflow:hidden; display:block; text-decoration:none;}
	.secondaryNav ul li, .BreadCrumb ul li, .rssLinkContainer ul li{display:inline;}
	
	.rssLinkContainer ul li{border-left:1px solid #ccc; padding-left:10px!important; margin-left:10px!important; display:none;}
	.rssLinkContainer ul li.first{margin-right:0px!important; margin-left:0px!important;}
	.rssLinkContainer ul li:first-child{border-left:0px; padding-left:0px!important; margin-left:0px!important;}	
	.rssLinkContainer ul li.RSSHelpLink a:before{font-family:"FontAwesome"; content:"\f143"; color:#f58d1e; padding-right:5px;}
	.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:#09b487; 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: #09b487; border-color: #09b487;}
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{color:#ffffff!important; background-color: #148871; border-color: #148871; }
	.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: #09b487!important; background-color: #ffffff;}
	/* Bootstrap Button END */
	
	a.btn{color: #ffffff!important;} /* Bootstrap Link */

/* --------------------------------<Header>-------------------------------- */
	.topHeader{background:#fff; position:relative; z-index:60; border-bottom:1px solid #d6d6d6}

		/* Logo */
		@media screen {			
			#logo{margin:0px 0px; display:block; text-align:center;}
		}
			#logo a{}

		/* Main Nav*/
			#MainNav{background-color:transparent; margin:30px -15px 0px 0px; padding:0 0 0 0!important;}
			#MainNav ul{margin:0px; padding:0px 0px 0px 4px; list-style-type:none; height:27px}
			#MainNav ul li{margin:0px 0px 0px -4px; padding:0px; display:inline-block; position:relative;}
			#MainNav ul li a{padding:0px 20px; font-size:16px; color:#7d7d7d; border-bottom:2px solid #fff; text-align:center; font-style:normal; display:block; text-decoration:none; white-space:nowrap; background: url(../../images/pageElements/navbg.gif) no-repeat right center; font-weight:bold}	/* nowrap for IE only */
			 
			#MainNav ul li a.item36Link{background:none;}
			#MainNav ul li a img{}
			#MainNav ul li.dropdown span.menudrop {display:none;}
			#MainNav ul li a:hover{color:#09b487;}
			#MainNav ul li a.NavSelected{color:#09b487; border-bottom:2px solid #09b487;}
			
			/* Sub navs - widths are required */
			#MainNav ul ul.level2, #MainNav ul ul.level2 ul{width:225px; padding:0px; display:none; left:-3000px; visibility:hidden; -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); position:absolute;} /* width required */
			#MainNav ul ul.level2 li, #MainNav ul ul.level2 ul li{float:left; width:225px; position:relative; margin-left:0px;} /* width required */
			#MainNav ul ul.level2 li a, #MainNav ul ul.level2 ul li a{padding:8px 15px; font-size:14px; width:100%; background:#09b487; color:#fff; border-bottom:1px solid #148871; text-align:left; white-space:normal; font-weight:normal;}			

			/* all other li a this */
			#MainNav ul.level2 li a:hover{background:#7d7d7d; color:#fff;}
			
			/* Set the shadow position */
			.ddshadow{position:absolute; display:none}

/* --------------------------------<Phone Navigation>---------------------- */
	/* mobile navigations */
		#PhoneNav {}
		#PhoneNav ul.nav {padding-top:0px; padding-bottom:0px;}
		#PhoneNav ul.nav li {border-bottom:1px solid #999;}
		#PhoneNav ul.nav li a {padding-left:0px; color:#fff; font-size:14px;}
		#PhoneNav ul.nav li a:hover {color:#ccc; background-color: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 a.dropbtn {padding:0px; cursor:pointer;}
		#PhoneNav ul.nav li span.menudrop a.dropbtn:before {color:#fff; 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 a.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 a.dropbtn:hover:before {color:#ccc;}
		#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;}
		#PhoneNav ul.nav li ul li {font-size:90%; border-bottom:0px;}
		#PhoneNav ul.nav li ul li a{padding-left:15px; padding-top:5px; padding-bottom:5px; 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;}
		#PhoneNav ul.socialNetworkNavigation li a:hover{color:#ccc;}

			.menu-link {font-size:0px; display:inline-block; padding:12px 15px 0px 15px; margin-left:-15px; height:50px; cursor:pointer;}
			.menu-link:before {color:#fff; font-family:"Flaticon"; content:"\e014"; font-size:24px; line-height:normal;}
			.menu-link:hover {color:#ccc;}
			.menu-link:hover:before {color:#ccc;}

			.menu-wrap {position:absolute; overflow-y:auto; z-index:200; width:300px; padding-left:10px; padding-right:10px; height:100%; background:#777; -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;}

/* --------------------------------<Site Search>--------------------------- */
		.SiteSearch{height:35px; line-height:1; width:200px; position:relative; margin:5px 0px 0px 0px; display:inline-block; vertical-align:middle;}
		.SiteSearch .form{padding:0px; margin:0px; height:35px;}
		.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:35px;}
			.SiteSearch input[type="text"]{background-color:#fff; border:0; border-bottom: 1px solid #d6d6d6; top:0px; left:0px; width:100%; padding-right:40px; position:absolute; font-style:oblique; color:#c2c2c2; font-size:14px}
			.SiteSearch .btn-group {top:0px; right:0px; position:absolute;}
			.SiteSearch input[type="submit"]{background-color:#fff; color:#7d7d7d!important; border:1px solid #fff;  border-bottom: 1px solid #d6d6d6; vertical-align:middle; top:0px; right:0px; width:40px; position:absolute; font-family:"FontAwesome";}
			.SiteSearch input[type="submit"]:hover{color:#09b487!important;}

/* --------------------------------<Banners>------------------------------- */
		.ImgSlider{margin:0px; position:relative;}
			.bnrTemplateZone {position:relative; visibility:hidden;}
			
		.ImgSlider .adminButtons{position:absolute; z-index:60; top:10px; width:97%; text-align:right;}
		.ImgSlider .adminButtons .btn-danger{display:none;}
		.ImgSlider .bx-wrapper .bx-viewport {left:0px;}
		.ImgSlider .bx-wrapper .bx-prev {left:25px!important; }
		.ImgSlider .bx-wrapper .bx-next {right:25px!important; }
		.ImgSlider .bx-wrapper .bx-prev:hover, .ImgSlider .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:#09b487; display:block; line-height:normal; font-size:40px;}
			.bx-wrapper .bx-prev:hover:before, .bx-wrapper .bx-next:hover:before {color:#09b487;}		

		.ImgSlider .slide {position:relative; background-position:center center; background-repeat:no-repeat; background-size:cover!important;}
		.ImgSlider .slide .container {position:relative;}
		.ImgSlider .bodyText{padding:24px 85px; top:32%; display:inline-block; position:absolute; z-index:59; text-align:center; height:200px;}
		.ImgSlider .bodyText h2{margin-top:0px; font-size:30px; font-weight:normal; color:#555555}
		.ImgSlider .bodyText p{margin-bottom:0px; font-size:18px; color:#7d7d7d}
		.ImgSlider .bodyText p a{background:#09b487; color:#fff; padding:5px 24px; border-radius:4px; border:1px solid #09b487; text-align:center; margin-top:15px; display:inline-block; text-transform:uppercase; font-size:14px; font-weight:bold}
		.ImgSlider .bodyText p a:hover{background:#7d7d7d; border:1px solid #7d7d7d;}
		.ImgSlider .btn-danger{display:none;}
			.ImgSlider img {width:100%!important;} /* fix flicker on load */

/* --------------------------------<section.middle>------------------------ */
	.middle{padding:0px; margin:0px; position:relative;}

		.middle .container {padding-top:20px;}
		
		#itemBody {padding-bottom:15px;}

		/* Mast head */
		.mastHeadContainer{background:rgba(0, 0, 0, .7); position:absolute; bottom:0; width:100%; z-index:55;}
		.mastHead{font-size:28px; color:#fff; padding:20px 0px; font-weight:300; line-height:1;}

		h1.header{margin-top:0px;}
	
		/* Allow content Left... */
		#contentZone{}
		
		/* Content */   
		#content{min-height:50px;}
			#content img{-ms-interpolation-mode: bicubic;} /* Fix bootstrap image behaviour */
			#content ul, #content ol{}
			#content ol li{}
			#content ul li{}

		/* Google Map */
			#map-canvas{}
			.google-map-canvas, .google-map-canvas * { .box-sizing(content-box); }

		/* Blog */
		.Blog{}	
			.Blog .BlogArticle{margin-bottom:20px; padding-bottom:20px; border-bottom:1px dotted #aaa;}
			
			/* Blog Header */
			.Blog .BlogArticle .BlogHeader h2{margin:0 0 20px 0; padding:0px 0;}
			.Blog .BlogArticle .BlogHeader h2 a{text-decoration:none;}
			.Blog .BlogArticle .BlogHeader h2 a:hover{text-decoration:underline;}
			
			/* Blog information */
			.Blog .BlogInformation{margin-bottom:15px}
			.Blog .BlogInformation br{display:none;}				
			
			/* Blog Article */
			.Blog .BlogArticle .BlogContent{padding-bottom:0px;}		
			
			/* Blog Footer */
			.Blog .newsFooter {display:none;}
			.Blog .newsFooter ul{}
			.Blog .newsFooter ul li{}
			.Blog .newsFooter ul li.first{}
			.Blog .newsFooter ul li img{float:none!important; margin-right:5px}
			
		/* Blog Comments */  
		.BlogComments{padding-bottom:40px;}
			.BlogComments .Individual{margin-bottom:40px}
			.BlogComments .Individual.AltColor{background-color:#f5f5f5;}
			.BlogComments .Individual.NewComment, .Blog .BlogArticle .BlogCommentCount a.NewComment{}
			.BlogComments .Individual.NewComment .BlogCommentNumber{color:#09b487}
				
			.BlogComments .Individual.Author .BlogCommentName{color:#fff}
			.BlogComments .Individual.Author .BlogCommentNumber{}
		
			.BlogComments .BlogCommentSkipToForm{margin-bottom:20px}
			.BlogComments .BlogCommentSkipToForm h2{font-size:100%;}
			.BlogComments .BlogCommentSkipToForm a{font-style:normal; padding-left:10px; border-left:1px dotted!important; margin-left:10px}	
		
			.BlogComments .BlogHeader{margin:10px 0 10px 0; padding:15px; background:#09b487;}
			.BlogComments .BlogHeader .AuthorDate{font-size:85%; float:right; color:#fff}
			.BlogComments .BlogHeader .AuthorDate a{color:#fff}
			.BlogComments .BlogHeader .BlogCommentName{font-weight:bold;}		
			.BlogComments .BlogContent{padding:0px 10px 30px 0px; margin-bottom:10px; min-height:20px; }
			.BlogComments .BlogContent .BlogCommentNumber{padding:13px 12px 18px 12px; font-size:420%; color:#09b487; float:left; font-family:Times New Roman; margin:10px 0 10px 0;}
			.BlogCommentCount {display:none;}

			.BlogCategories ul li a span.badge {background-color:#fff; color:#999; width:25px; height:25px; border-radius:50%; font-size:14px; padding-top:5px; text-align:center;}
			.BlogCategories ul li a:hover span.badge {color:#09b487;}
						
		/* Blog Comment Form */ 
			#content #BlogCommentForm legend{display:none}
			#content #BlogCommentForm p{font-size:89%; margin-bottom:30px}

		/* Breadcrumb */
			.BreadCrumbContainer{}
				#BreadCrumb ul{margin:0px; padding:0px 0px 15px 0px; list-style:none;}
				#BreadCrumb ul li{margin:0px; padding:0px; display:inline-block; font-size:12px;}
				#BreadCrumb ul li img{display:none!important;}
				#BreadCrumb ul li#introText{}
				#BreadCrumb ul li a{}
				#BreadCrumb ul li a:hover{}

				#BreadCrumb ul li:before {padding:0px 10px; content:"/";}
				#BreadCrumb ul li:first-child:before {display:none;}

		/* Gallery */
			ul.gallery{margin:0px; padding:15px 0px 0px 0px; background:#f5f5f5; 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;}
		
		/* Contact Page */
			.ContactPage{}
				#ContactMap #map-canvas {height:300px;}
				#ContactPageSnippets{}
			.ContactForm .help-inline .glyphicon:before {font-size:80%;}
	
		/* sideBar */
			#sideBar{padding-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:#fff; color:#09b487; font-size:24px; padding:10px; display:inline-block; width:100%;}
				#sideBar h2.leftNavHeader a:hover{}
				#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;}
				
					/* .level1 + blog categories */					
					#sideBar ul.level1, .BlogCategories ul{padding:0px; margin:0px!important;} 					
					#sideBar ul.level1 li, #content .BlogCategories ul li{margin:1px 0px 0px 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:#fff; color:#555555; padding:12px 12px 12px 12px; display:block; border-bottom:1px solid #d6d6d6}
					#sideBar ul.level1 li a:hover, .BlogCategories ul li a:hover{background:#fff; color:#09b487; text-decoration:none;}
					#sideBar ul.level1 li a.NavSelected, .BlogCategories ul li a.NavSelected{background:#09b487; color:#fff}
									
					/* .level1 */
					#sideBar ul.level1 li{} /* set the width here for IE browsers */
					#sideBar ul.level1 li a{}
					#sideBar ul.level1 li a:hover{}
					#sideBar ul.level1 li a.NavSelected{}

						/* .level2 */
						#sideBar ul.level2{margin-bottom:0px}
						#sideBar ul.level2 li a{padding-left:25px;}
						#sideBar ul.level2 li a:hover{}
						#sideBar ul.level2 li a.NavSelected{}

							/* .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 a.NavSelected{}

		.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 #09b487; color:#09b487;}
			.SnippetGroupFilter ul li a.selected{background:#09b487; border:1px solid #09b487; 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:#09b487;}

		dl.faqList {width:100%;}
			dl.faqList dt {margin:10px 0px 0px 0px; padding-bottom:5px; font-size:16px; cursor:pointer; color:#09b487; border-bottom:1px solid #eeeeee;}
			dl.faqList dt:hover {color:#09b487;}
			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{}			

/* --------------------------------<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:#777; color:#fff; display:inline-block; margin-top:20px; font-size:16px; line-height:1; padding:15px 10px; text-align:center; text-transform:uppercase; width:100%;}
		a.YouTubeLink:hover {background:#09b487;}
		a.YouTubeLink:before {font-family:"FontAwesome"; content:"\f01d"; margin-right:10px;}

		h2.NewsTitle {color:#09b487; font-size:30px; text-transform:uppercase; width:100%; text-align:left;  margin-bottom:15px; padding-bottom:15px;}
		.LatestNews .Blog .BlogArticle {border-bottom:0px; margin-bottom:10px; padding-bottom:10px;}
		.LatestNews .Blog .BlogArticle .BlogHeader {}
		.LatestNews .Blog .BlogArticle .BlogHeader h2 {font-size:18px; margin-bottom:10px;}
		.LatestNews .Blog .BlogArticle .BlogHeader h2 a {font-size:18px; color:#09b487; font-weight:300;}
		.LatestNews .Blog .BlogArticle .BlogHeader h2 a:hover {color:#09b487;}
		.LatestNews .BlogContent { font-size:14px; color:#777;}
		.LatestNews .BlogInformation {display:none;}
		.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:#09b487; font-size:20px;}
			.close-btn:hover:before{color:#666;}

			#categoriesSide {}
			#productSideSearch {margin-top:30px}
			#productSideSearch h3 {margin:15px 0px; cursor:pointer; font-weight:300; font-size:18px; color:#fff; padding:10px 15px; background:#09b487;}
			#productSideSearch h3:before {font-family:"FontAwesome"; content:"\f105"; float:right;}
			#productSideSearch h3.open {background:#7D7D7D;}
			#productSideSearch h3.open:before {content:"\f107";}
			#productSideSearch .row {display:none;}
			#productSideSearch input[type="submit"] {border:0px;}
			#productSideSearch input[type="submit"]:hover {border:0px;}

		.Profiles {}
			.Profiles .Profile {border-bottom:1px solid #e3e3e3; padding-bottom:20px; margin-bottom:20px;}
				.Profiles .Profile .ProfileTxt h2{margin:0px!important; font-size:20px; font-weight:700; color:#281e72!important;}
				.Profiles .Profile .ProfileTxt p{margin-bottom:0px; vertical-align:top;}
				.Profiles .Profile .ProfileTxt .wrap {position:relative; overflow:hidden;}
				.Profiles .Profile .ProfileTxt .gradient {width:100%; height:35px; background:url('/images/bgs/bg-gradient.png') repeat-x; position:absolute; bottom:0; left:0;}
				.Profiles .Profile .ProfileImg img{width:100%; height:auto;}

		.ProfileBlocks {}
			.ProfileBlocks .StaffProfile {margin-bottom:20px;}
				.ProfileBlocks .StaffProfile p{margin-bottom:0px; vertical-align:top; font-size:16px; color:#9ea2a2;}
				.ProfileBlocks .StaffProfile p strong{font-size:18px; color:#555;}
				.ProfileBlocks .StaffProfile p:first-of-type{margin-bottom:10px; border-bottom:5px solid #8b169c;}
				.ProfileBlocks .StaffProfile p img{-webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); filter:gray; filter:grayscale(100%); border-top:3px solid #e9e9e9; border-right:3px solid #e9e9e9; border-left:3px solid #e9e9e9;}
				.ProfileBlocks .StaffProfile p img:hover{-webkit-filter:grayscale(0%); -moz-filter:grayscale(0%); filter:grayscale(0%);}

		#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;}
        .Blog .BlogDate {display:none!important}
/* --------------------------------<footer>-------------------------------- */
	footer{padding:20px 0px;}

	.topfooter {background:#7D7D7D; font-size:12px;}
	.bottomfooter {background:#7D7D7D; font-size:12px;}
	.bottomfooter a{color:#09b487}

	footer, footer h4, footer ul li, footer a:link, footer a:visited {color:#fff;}
	footer a:hover, footer a:active {color:#ccc;}
	
	footer h4 {margin-top:0px; font-size:12px; font-weight:bold;}

	#footerNav ul {margin:30px 0 0 0; padding:0px;}
	#footerNav ul li {margin:0px;}
	#footerNav ul li:before {padding:0px 10px; content:"/";}
	#footerNav ul li:first-child:before {display:none;}
	h4.fCompanyName {}
	.ContactAddress {}
	.ContactDetails, .fPhone {margin-top:10px;}
	.designedByWebtrade {margin-bottom:0px;}

/* --------------------------------<forms>--------------------------------- */
	/* Required Legend */	
		.form{}	
			.form label i.fa-asterisk{display:none}
			.form h4.required{margin:0px;}

	/* labels */		
		/* required label */
		.form .requiredlegend span:before, .form .requiredGroup label:before{font-family:"FontAwesome"; content:"\f069"; font-weight:normal; padding-right:5px; font-size:75%; color:#cf4c4b;}.form .requiredGroup label:before{font-family:"FontAwesome"; content:"\f069"; padding-right:5px; color:#cf4c4b;}
	
	/* Radiobuttons - .NET override to bootstrap */
		.form .radioButtons{}
		.form .radioButtons input{display:inline-block; margin-top:-4px;}
		.form .radioButtons label{display:inline-block; padding:0 0 0 0px;}
		.form .radioButtons span.radio label{padding:0 0 0 4px; font-weight:normal}
		.form .radioButtons span.radio label:before{content:''}		
		.form .radio label, .form .checkbox label{padding-left:0px}
		
	/* colour validation */
		.form .HTML5FormColorContainer{margin-bottom:20px}
		.form .HTML5FormColorContainer .radioButtons input{margin-left:4px;}
		.form .HTML5FormColorContainer .radioButtons label{padding:0 0 0 4px; margin:0 10px 0 0; font-weight:bold}
		.form .HTML5FormColorContainer .colorSpamChoice, .form .HTML5FormColorContainer .correctcolour{display:inline-block; margin:0 5px 2px 0; padding:7px; font-weight:bold}
		
	/* input jQuery behvaiours */
		.form div .idleField{background:#f7f7f7; color:#333;}
		.form div .focusField{background:#D0D3EE; color:#2A2F66;}
		.form div .errorField{background:#fff; color:#AB2525;}
		.form div .completedField{background:#E8F9E8; color:green; font-style:normal; font-weight:bold;}
	
	/* map */
		.pnlGoogleMapsLink{background:#09b487;}
		.pnlGoogleMapsLink:hover{background:#09b487;}

	/* Paging */
		.PagingContainer{padding:10px 0 0 0; width:100%; float:none; clear:both;}
		.PagingContainer .lblPagingOf{float:left; width:130px; font-size:100%; color:#09b487!important; padding-top:10px}
		.PagingContainer div{float:right; width:500px; text-align:right; margin:0 0 0 0;}
		.PagingContainer ul{float:right; margin:10px 0px 0 0!important; padding:0!important;}
		.PagingContainer ul li{float:left; margin:0px 0px 0 10px!important; padding:0!important; list-style:none!important; line-height:normal!important}
		.PagingContainer ul li a{display:block; min-width:24px!important; text-align:center; font-size:100%; text-decoration:none; white-space:nowrap; border:0px solid #09b487!important; padding:2px!important; height:auto!important;}
		.PagingContainer ul li a:hover, .PagingContainer ul li a.NavSelected{background-color:#09b487!important; color:#fff!important; border-bottom:0px solid #09b487!important;}		

	/* Paging */
		#content .pagingZone{padding:0px;}
		#content .pagingZone .totalPages{float:left; width:130px; font-size:100%; color:#595959!important; padding-top:10px}
		#content .pagingZone .paging{float:right; width:500px; text-align:right; margin:0 0 0 0;}
		#content .pagingZone .paging ul{float:right; margin:10px 0px 0 0!important; padding:0!important;}
		#content .pagingZone .paging ul li:before{content:'';}
		#content .pagingZone .paging ul li{float:left; margin:0px 5px 0 0!important; padding:0!important; list-style:none!important}
		#content .pagingZone .paging ul li a{display:inline-block; width:24px; text-align:center; font-size:100%; text-decoration:none; white-space:nowrap; border-bottom:1px solid #eee; padding:2px}
		#content .pagingZone .paging ul li a:hover, #content .pagingZone .paging ul li a.NavSelected{background-color:#eee!important; color:#595959!important;}
		#content .viewMoreLink {cursor:pointer}	

/* --------------------------------<BootStrap Break Points>---------------- */

		@media only screen and (max-width: 991px) {
			html, body, .frmMaster, .canvas {width:100%; height:100%; overflow:hidden;}
			.frmMaster {padding-bottom:50px;}
			body.vegas-container {overflow:hidden!important;}
			.canvas {overflow-y:scroll; -webkit-overflow-scrolling:touch;}
			select:focus, textarea:focus, input:focus {font-size:16px;}
			#logo{margin:0px auto; display:table; height:50px;}
			#logo a {display:table-cell; height:100%; vertical-align:middle;}
			#logo img{margin:5px auto; max-height:40px; width:auto;}
			#footerNav ul{padding:0px; margin:0px 0px 15px 0px;}
			#footerNav ul li {text-align:center; width:100%; display:inline-block; padding:0px 0px 5px 0px; margin:0px;}
			#footerNav ul li:before {display:none;}
			.topfooter {font-size:12px;}
			.bottomfooter {font-size:11px;}
			.topHeader{background:#777; width:100%; height:50px; max-height:50px; border-bottom:0px;}
		}

		/* visible-xs - phone P/L, iphone4+5 P/L, small tablet P */
		@media only screen and (max-width: 767px) {
			body{min-height:1px; font-size:14px;}
			#sideBar{display:inline-block;}
			#contentZone{margin-left:0;}
			#content img{margin:0!important; display:block!important; float:none!important; clear:both!important; position:relative; height:auto; max-width:100%;}
			#map-canvas {height: 250px!important}			
			.SiteSearch{margin:0px; text-align:center;}
			.designedByWebtrade {padding-top:0px;}
			#footerAddress {margin-bottom:20px;}
			li.pnlGalleryImage a{height:80px;}
			.footersnippet, .companyinfo{padding-top:20px;}
			footer .text-right, footer .text-left, .topfooter, .bottomfooter, .footersnippet, .companyinfo, .designedByWebtrade {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;}
			.LatestNews .Blog .BlogArticle .BlogDate {font-size:12px; color:#b1b1b1;display:none}
			.LatestNews .Blog .BlogArticle .BlogHeader h2 {margin-bottom:0px; border-bottom:1px solid #e3e3e3;}
			.LatestNews .Blog .BlogArticle .BlogHeader h2 a {width:100%; display:inline-block; position:relative; padding-right:20px; padding-bottom:10px;}
			.LatestNews .Blog .BlogArticle .BlogHeader h2 a:before {content:"\f105"; font-family:"FontAwesome"; color:#09b487; right:0px; font-size:24px; position:absolute; width:20px; text-align:right;}
			.LatestNews .Blog .BlogArticle {padding-bottom:0px;}
			.LatestNews .Blog .BlogArticle .BlogHeader {padding-left:0px;}
			.LatestNews .BlogContent {display:none;}
			.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;}
			#PhoneNav {padding-bottom:100px;}
			.ImgSliderInner .slide{height:170px;}
			.ImgSlider .bodyText {background:rgba(255, 255, 255, .85);}
			.ImgSlider .bodyText h2{font-size:16px;}
			.ImgSlider .bodyText p{font-size:12px;}
			.ImgSlider .slide .container, .ImgSliderHome .slide{height:300px;}
			.ImgSlider .bodyText{width:100%; right:0px; left:0px; margin:0 auto;}
		}

		/* visible-sm - small tablet L, tablet P, widescreen P */
		@media only screen and (min-width: 768px) and (max-width: 991px) {
			.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;}
			.designedByWebtrade {padding-top:20px;}
			#tabs .tab a{font-size:14px;}
			.ImgSlider .bodyText{width:60%;}
			#PhoneNav {padding-bottom:50px;}
		}
		
		@media only screen and (min-width: 768px) {
			.equalHeight{min-height:1px; display:block;}
			.LatestNews .Blog .BlogArticle .BlogDate {padding: 25px 10px 10px 10px; width:80px; z-index:2; height:75px; line-height:0; font-size:18px; text-align:center; display:block; float:left; color:#fff; background:#797979;}
				.LatestNews .Blog .BlogDate .Seperator {display:none;}
				.LatestNews .Blog .BlogDate .Day {padding-left:3px;}
				.LatestNews .Blog .BlogDate .Month {padding-right:3px;}
				.LatestNews .Blog .BlogDate .Year {font-size:22px; margin-top:20px; display:block;}
				.LatestNews .Blog .BlogDate .Year:before {display:table; clear:both; content:'';}
			.overlay-content {top:30%; left:50%; width:500px; margin-left:-250px;}
			.ImgSliderInner .slide{height:170px;}
			.ImgSlider .slide .container, .ImgSliderHome .slide{height:500px;}
			.ImgSlider .bodyText {background:rgba(255, 255, 255, .85);}
		}	

		/* 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;}
			.ImgSlider .bodyText{width:100%;}
		}

		@media only screen and (min-width: 992px) {
			.mobileNavBtn{min-height:0px;}
			.ImgSlider .bodyText{}
		}

		/* 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;}
			.ImgSlider .bodyText{width:100%;}
		}

		@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 only screen and (min-width: 768px) {
		.col-sm-15 {
				width: 20%;
				float: left;
			}
		}
		@media only screen and (min-width: 992px) {
			.col-md-15 {
				width: 20%;
				float: left;
			}
		}
		@media only screen and (min-width: 1200px) {
			.col-lg-15 {
				width: 20%;
				float: left;
			}
		}

/* --------------------------------<MasterPages>--------------------------- */
	/* Home Master */
		#homeBody{}	
		#homeBody #content p:first-of-type{}

	/* Inner Master */
		#innerBody{}

	/* Logged in resets */
		.pnlPageEditButtons a, .pnlHoverControlsBlog a, .pnlHoverControls a, .randomGallery a {min-height:25px;}
		.loggedin #divEditMenu {display:block!important;}
		.loggedin .SliderTemplateZone {visibility:visible;}
		.loggedin .mastHeadContainer {display:none!important}
		/*.loggedin .ImgSlider section.form {display:none;}*/
		h1.header input {color:#555;}

	/* PIE plugin for IE8 rounded corners */
		.badge {behavior: url(/_includes/js/PIE.htc); position:relative;}

	/* Target elements in IE8 & below */
		html.lt-ie9 {}

	/* Fix for IE9/10 issue with responsive images */
		.img-responsive {width:auto;}

		.printlogo {display:none;}

/* --------------------------------<Print>--------------------------------- */

	@media print {
		*{max-width:100%; position:relative; text-align:left; float:initial;}
		body {font-size:1.1em;}
		#logo a {display:none;}
		.printlogo {display:block;}
		header .mobileNavBtn, header .headermenu, footer, section, .SiteSearch, .mastHead, .AddToCart, #productImage, #PhoneNav, #sideBar, .scrollup {display:none!important;}
		section.middle {display:block!important;}
		body,html{background:#fff}
		@page {margin:0.5cm;}
		header, section.middle {width:100%;}
		header:before {display:block; content:"Thank you for printing our content. Please check back soon for more."; margin-bottom:10px; border:1px solid #bbb; padding:3px 5px; font-style:italic;}
		header {margin-bottom:40px;}
		p a {word-wrap:break-word;}

		a{text-decoration:underline!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>----------------------------------- */