﻿@charset "utf-8"; 
	@import url(/_shared/common/bootstrap3/bootstrap-3.1.1/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(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* --------------------------------<GLOBAL>-------------------------------- */
	body{font-family:'Open Sans', sans-serif; color:#555; font-size:16px; background:#f7f7f7;}
	/* PhoneNav and Canvas */
	#PhoneNav {position:fixed; top:0; bottom:0; width:250px; left:-250px; height:100%; overflow-y:auto; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: 0.15s ease; -moz-transition: 0.15s ease; -o-transition: 0.15s ease; transition: 0.15s ease;}
	#PhoneNav.active{-webkit-transform: translate(250px, 0px); -moz-transform: translate(250px, 0px); -o-transform: translate(250px, 0px); -ms-transform: translate(250px, 0px); transform: translate(250px, 0px);}

	/* Headers */
	h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{font-family:'Open Sans', 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:300;}
	h4, .h4{color:#555; font-size:18px; font-weight:700;}
	h5, .h5{color:#555; font-size:16px; font-weight:700;}
	h6, .h6{color:#555; font-size:14px; font-weight:700;}



	/* Links */
	a:link, a:active, a:visited{color:#2892c9; text-decoration:none;}
	a:focus, a:hover{color:#2f3191; 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;}

	/* Tables */
	.table-responsive {margin:30px 0;}
	table{border:0; margin:30px 0}
	table caption{background:#666; color:#fff; font-weight:bold; border:0px solid; text-align:left; padding:10px; margin:0;}
	table th, table td{background:#fff; border-bottom:1px solid #c0c0c0!important; border-right:0px solid #fff!important; padding:10px;}
	table th{background:#eee; color:#595959; font-weight:bold;}

/* --------------------------------<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:300%; 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:#2892c9; 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: #2892c9; border-color: #2892c9;}
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{color:#fff!important; background-color: #555; border-color: #2892c9; }
	.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: #2892c9!important; background-color: #ffffff;}
	/* Bootstrap Button END */
	
	a.btn{color: #ffffff!important;} /* Bootstrap Link */

/* --------------------------------<Header>-------------------------------- */
	#top{background:#fff; position:relative;}

	#SiteMenu{background:#b2b2b2;}
	
		/* Logo */			
			#logo{margin:10px 0px; display:block; text-align:center;}
			#logo a{}

		/* #StyleSheetTools */
			#StyleSheetTools{}
			#StyleSheetTools ul{white-space:nowrap;}
			#StyleSheetTools ul li{padding:0px 8px 0px 17px;}
			#StyleSheetTools ul li.cssPrint{}
			#StyleSheetTools ul li.cssPrint a:before{content:"\f02f";}
			#StyleSheetTools ul li a{display:block; width:100%; height:100%; outline:none;}				
				#StyleSheetTools ul.cssFile{}		
				#StyleSheetTools ul.cssTextSize li.textSizeIntro{padding-left:12px;}
				#StyleSheetTools ul.cssTextSize li{padding:0px 0px 0px 0px; margin-right:4px;}
				#StyleSheetTools ul.cssTextSize li.textSize{width:13px;}   	
				#StyleSheetTools ul.cssTextSize li.textSize.textDefault{font-family:"FontAwesome";}
				#StyleSheetTools ul.cssTextSize li.textSize.textDefault:before{content:"\f031"; font-size:1em;}
				#StyleSheetTools ul.cssTextSize li.textSize.textMed{}
				#StyleSheetTools ul.cssTextSize li.textSize.textMed:before{content:"\f031"; font-size:1.2em;}
				#StyleSheetTools ul.cssTextSize li.textSize.textLrg{}
				#StyleSheetTools ul.cssTextSize li.textSize.textLrg:before{content:"\f031"; font-size:1.4em;}
    
		/* 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*/
			#MainNav{background-color:transparent; margin:5px 0px 0px 0px;}			
			#MainNav ul{margin:0px; padding:0px 0px 0px 4px; list-style-type:none;}
			#MainNav ul li{margin:0px 0px 0px -4px; padding:0px; font-size:0; display:inline-block; position:relative;}
			#MainNav ul li a{padding:10px 18px; font-size:14px; text-transform:uppercase; color:#fff; text-align:center; font-style:normal; display:block; text-decoration:none; white-space:nowrap;}	/* nowrap for IE only */
			#MainNav ul li a.item36Link{}
			#MainNav ul li a img{}
			#MainNav ul li.dropdown span.menudrop {display:none;}
			#MainNav ul li a:hover{background:#a4a3a3; color:#fff;}
			#MainNav ul li a.NavSelected{background:transparent; color:#fff; font-weight:700;}
			#MainNav ul li a.NavSelected:hover, #MainNav ul li a.selected:hover {background:#a4a3a3; color:#fff;}

			/* Sub navs - widths are required */
			#MainNav ul ul.level2, #MainNav ul ul.level2 ul{width:225px; padding:0px; display:none; 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:10px 25px; font-size:12px; width:100%; background:#b2b2b2; color:#fff; border-bottom:1px solid #a4a3a3; text-align:left; white-space:normal;}
	
			/* all other li a this */
			#MainNav ul.level2 li a:hover{background:#a4a3a3; color:#fff;}
			
			/* Set the shadow position */
			.ddshadow{position:absolute; display:none}

/* --------------------------------<Phone Navigation>---------------------- */
			#PhoneNav {border-right:1px solid #ccc;}
				#PhoneNav ul.nav {padding-top:0px; padding-bottom:0px; border-bottom:1px solid #ccc;}
				#PhoneNav ul.nav li {border-top:1px solid #ccc;}
				#PhoneNav ul.nav li a {padding-left:10px; padding-right:33px; color:#2892c9;}
				#PhoneNav ul.nav li a:hover {color:#fff; background:#2892c9;}
				#PhoneNav ul.nav li.dropdown {position:relative;}
				#PhoneNav ul.nav li.dropdown span.menudrop {position:absolute; right:0; top:0; height:100%; z-index:2;}
				#PhoneNav ul.nav li.dropdown span.menudrop a.dropbtn {padding:0px; cursor:pointer;}
				#PhoneNav ul.nav li.dropdown span.menudrop a.dropbtn:before {color:#fff; content:"\f0fe"; font-family:"FontAwesome"; display:inline-block; padding:10px 15px; background:#ccc;}
				#PhoneNav ul.nav li.dropdown span.menudrop a.dropbtn-close:before {content:"\f146";}
				#PhoneNav ul.nav li.dropdown span.menudrop a.dropbtn:hover:before {background:#2892c9;}
				#PhoneNav ul.nav li.dropdown ul{display:none; margin:0px; padding:0px; border-bottom:0px;}
				#PhoneNav ul.nav li.dropdown ul li {}
				#PhoneNav ul.nav li.dropdown ul li a{padding-left:20px;}
				#PhoneNav ul.nav li.dropdown ul li ul li a{padding-left:30px;}
				#PhoneNav ul.nav li.dropdown ul li ul li ul li a{padding-left:40px;}

				#PhoneNav ul.socialNetworkNavigation {text-align:center; padding:15px 15px 10px 15px;}
				#PhoneNav ul.socialNetworkNavigation li {padding-bottom:5px;}

				.menu-link {font-size:0px; background:#ccc; display:inline-block; padding:12px 15px 0px 15px; margin-left:-15px; height:50px;}
				.menu-link:before {color:#fff; font-family:"FontAwesome"; content:"\f0c9"; font-size:24px; line-height:normal;}
				.menu-link.active:before {content:"\f00d";}
				.menu-link:hover {background:#2892c9; color:#fff;}

/* --------------------------------<Site Search>--------------------------- */
		.SiteSearch{margin:20px 0px 0px 0px; position:relative; display:inline-block; height:45px; width:270px;}
			.SiteSearch input{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; padding:1px 10px; line-height:normal; height:45px;}
			.SiteSearch input[type="text"]{background:#fff; border:1px solid #ccc; top:0px; left:0px; width:270px; padding-right:45px; position:absolute;}
			.SiteSearch .btn-group {top:0px; right:0px; position:absolute;}
			.SiteSearch input[type="submit"]{background:transparent url('/images/bgs/srch.png') no-repeat center center; font-size:0px; color:#e2e2e2; border:0px; vertical-align:middle; top:0px; right:0px; width:45px; height:45px; position:absolute;}

/* --------------------------------<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:1px solid #ccc; 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:15px; padding-top:7px; line-height:normal; text-align:center; background:#2892c9; color:#fff; float:right; display:inline-block; font-size:22px; font-family:"FontAwesome"; content:"\f0e0";}

/* --------------------------------<Social Networking>--------------------- */
			ul.socialNetworkNavigation {padding:0px; margin:0px; list-style:none;}
			ul.socialNetworkNavigation li{padding:0px 0px 0px 3px; margin:0px; display:inline-block;}
			ul.socialNetworkNavigation li:first-child{padding-left:0px;}
			ul.socialNetworkNavigation li a{font-family:"FontAwesome"; background:#2892c9; color:#fff; font-size:18px; height:33px; width:33px; border:2px solid #2892c9; display:inline-block; border-radius:50%;}
			ul.socialNetworkNavigation li a:hover{text-decoration:none; background:#fff; color:#2892c9;}
			ul.socialNetworkNavigation li a span {display:none;}
			ul.socialNetworkNavigation li a:before{text-align:center; padding-top:3px; width:100%; text-align:center; display:inline-block;}
			ul.socialNetworkNavigation li a:hover:before{}
			ul.socialNetworkNavigation li.twitter a:before {content:"\f099";}
			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";}

/* --------------------------------<section#middle>------------------------ */
    #middle{padding:0px; margin:0px; position:relative;}
    
    	#middle .container {background:#fff; padding-bottom:20px;}

		/* Mast head */
		.mastHead{font-size:36px; font-weight:300; color:#000; padding-top:15px;}

		h1.header{margin:0px; font-size:24px; color:#777;}
		#homeBody h1.header{margin-top:30px; font-size:36px; color:#555;}
    
		/* Allow content Left... */
		#contentZone{}
	    
		/* Content */   
		#content{min-height:50px; padding-top:20px;}
		#homeBody #content{padding-top:5px;}
			#content img{-ms-interpolation-mode: bicubic;} /* Fix bootstrap image behaviour */
			#content ul, #content ol{}
			#content ol li{}
			#content ul li{}

		/* Google Map */
			#map-canvas{margin-top:20px;}

			/* Fix Google Maps canvas */
			/* Wrap your Google Maps embed in a `.google-map-canvas` to reset Bootstrap's global `box-sizing` changes. You may optionally need to reset the `max-width`
			* on images in case you've applied that anywhere else. (That shouldn't be as necessary with Bootstrap 3 though as that behavior is relegated to the `.img-responsive` class.) */		 		
			.google-map-canvas, .google-map-canvas * { .box-sizing(content-box); }			
			/* Optional responsive image override */
			/*img { max-width: none; } */

		/* 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:#2892c9}
				
			.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:#2892c9;}
			.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:#2892c9; 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:#2892c9;}
						
		/* Blog Comment Form */ 
			#content #BlogCommentForm legend{display:none}
			#content #BlogCommentForm p{font-size:89%; margin-bottom:30px}

		/* Breadcrumb */
			#breadCrumbContainer{}
			#breadCrumbZone{background:#eee; padding:10px;}
				#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:100% 100%!important; background-repeat:no-repeat!important; background-position:top left!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-top:15px; padding-bottom:15px;}
			#sideNavigation {border:10px solid #f5f5f5;}

				.nav-tabs{border-bottom:0}
				#sideBar h2.leftNavHeader, .BlogCategories h2{padding:0px; margin:0px 0px 0px 0px;}
				#sideBar h2.leftNavHeader a, .BlogCategories h2{color:#555; font-size:16px; font-weight:700; padding:10px; display:inline-block; width:100%;}
				#sideBar h2.leftNavHeader a:hover{color:#2892c9;}
				#ddlLeftNavDropDown select, #divBlogCategoriesDropDownList select{width:100%; margin-bottom:15px; margin-top:15px; background:#2892c9 url('/images/bgs/menu.png') no-repeat right center; font-weight:bold; border:0px; 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{border-bottom:1px solid #f5f5f5; font-size:14px; color:#2892c9; padding:10px; display:block;}
					#sideBar ul.level1 li a:hover, .BlogCategories ul li a:hover{color:#555; text-decoration:none;}
					#sideBar ul.level1 li a.NavSelected, .BlogCategories ul li a.NavSelected{color:#555}
									
					/* .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; font-size:12px;}
						#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 #2892c9; color:#2892c9;}
			.SnippetGroupFilter ul li a.selected{background:#2892c9; border:1px solid #2892c9; 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:#2892c9;}

		dl.faqList {width:100%;}
			dl.faqList dt {margin:10px 0px 0px 0px; padding-bottom:5px; font-size:16px; cursor:pointer; color:#2892c9; border-bottom:1px solid #eeeeee;}
			dl.faqList dt:hover {color:#2892c9;}
			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{}			

/* --------------------------------<Banners>------------------------------- */
			#bnr{margin:0px; position:relative;}
			#homeBody #bnr{margin:0px -15px; position:relative;}
			.bnrTemplateZone {position:relative; visibility:hidden;}
			
			#bnr .adminButtons{position:absolute; z-index:30; top:10px; width:100%; text-align:right;}
			#bnr .adminButtons .btn-danger{display:none;}
			#bnr .bx-wrapper .bx-viewport {left:0px;}
			#bnr .bx-wrapper .bx-prev {left:25px!important; }
			#bnr .bx-wrapper .bx-next {right:25px!important; }
			#bnr .bx-wrapper .bx-prev:hover, #bnr .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:#2892c9;}		

			#bnr .slide {position:relative;}
			#bnr .container {padding-bottom:0px; background:#fff; border-bottom:1px solid #f5f5f5;}
			#homeBody #bnr .container {margin-top:-1px; border-bottom:0px;}
			#bnr .bodyText{}
			#bnr .bodyText h2{text-transform:uppercase;}
			#bnr .bodyText p{margin-bottom:15px; font-size:15px;}
			#bnr .bodyText p a{font-size:12px; text-transform:uppercase; border-radius:5px; font-weight:700; color:#fff; line-height:1; background:#2892c9; padding:12px 10px 10px 10px; display:inline-block;}
			#bnr .bodyText p a:after{font-family:"FontAwesome"; vertical-align:middle; content:"\f105"; font-size:18px; line-height:1; display:inline-block; padding-left:50px;}
			#bnr .bodyText p a:hover{color:#fff; background:#2f3191;}
			#bnr .btn-danger{display:none;}

			#bnr .bnrImage {margin-left:-15px; margin-right:-15px; position:relative;}
			#bnr .bnrImage:before{content:""; background:url("/images/bgs/banner_left.png"); width:100px; height:100%; z-index:60; left:0px; top:0px; display:block; position:absolute;}

/* --------------------------------<Custom Snippets>----------------------- */
		.testimonial .snippetText {background:#e6eff6; border-radius:5px; padding:10px; font-style:italic;}
		.testimonial_Footer {position:relative; margin-bottom:20px; font-weight:600;}
		.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;}
		.testimonial_Footer {margin-top:10px;}
		#youmax-header, #youmax-tabs{display:none !important;}
		#youmax{width:100% !important;}

		a.YouTubeLink{background:url('/images/icons/YouTube_Play.png') no-repeat left top; opacity:0.6; margin-bottom:25px; font-size:0px; width:108px; height:108px; display:inline-block;}
		a.YouTubeLink:hover{opacity:1;;}

		h2.NewsTitle {color:#2892c9; font-size:30px; text-transform:uppercase; width:100%; text-align:center;  margin-bottom:15px; padding-bottom:15px;}
		.LatestNews .Blog .BlogArticle {border-bottom:0px; margin-bottom:10px; padding-bottom:10px;}
		.LatestNews .Blog .BlogArticle .BlogHeader {padding-left: 100px;}
		.LatestNews .Blog .BlogArticle .BlogHeader h2 {font-size:18px; margin-bottom:10px;}
		.LatestNews .Blog .BlogArticle .BlogHeader h2 a {font-size:18px; color:#2892c9; font-weight:300;}
		.LatestNews .Blog .BlogArticle .BlogHeader h2 a:hover {color:#2892c9;}
		.LatestNews .BlogContent {padding-left:100px; 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:#2892c9; font-size:20px;}
			.close-btn:hover:before{color:#666;}

			#categoriesSide {}
			#productSideSearch .row {display:none;}
			#productSideSearch {border:10px solid #f5f5f5;}
			#productSideSearch {padding:10px 10px 0px 10px;}
			#productSideSearch h3 {margin-top:0px; font-size:16px; font-weight:700; color:#555; cursor:pointer;}
			#productSideSearch h3:before {display:inline-block; float:right; font-family:"FontAwesome"; content:"\f002";}
			#productSideSearch h3:hover, #productSideSearch h3:hover:before{color:#2892c9;}
			#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 {}

		.HomeSnippets{border-bottom:1px solid #f7f7f7;}
			.HomeSnippets .snippetText{background:#f5f5f5; border-bottom:5px solid #2892c9; padding:10px 10px 0px 10px; margin-bottom:20px;}
			.HomeSnippets .snippetText p a{color:#555; font-weight:700;}
			.HomeSnippets .snippetText p a:hover{color:#2892c9;}

		.CartBtn {height:25px; width:110px; position:relative; display:inline-block; vertical-align:middle; margin:-30px 0px 0px 15px;}
		.CartBtn a{font-size:14px; font-weight:700; text-transform:uppercase; white-space:nowrap; color:#777;}
		.CartBtn a:after{font-family:"FontAwesome"; content:"\f07a"; color:#2892c9; font-size:16px; vertical-align:middle; margin-left:5px;}
		.CartBtn a:hover{color:#777;}
		.CartBtn a:hover:after{color:#2f3191;}

		#PhoneNav .CartBtn {width:100%;  text-align:center; margin:15px 0px 0px 0px;}
		#PhoneNav .CartBtn a{position:relative;}

		.CallNow {height:25px; font-size:14px; font-weight:700; color:#777; text-transform:uppercase; position:relative; display:inline-block; vertical-align:middle; margin:-27px 0px 0px 15px;}

		a.AllProducts {display:inline-block; text-align:center; font-weight:700; width:100%; padding:10px; color:#fff; text-transform:uppercase; font-size:14px; background:#2892c9;}
		a.AllProducts:hover {background:#555;}

/* --------------------------------<footer>-------------------------------- */
	footer{padding:20px 0px;}

	#topfooter {background:#b2b2b2; font-size:18px;}
	#bottomfooter {background:#919191; font-size:12px;}
	#bottomfooter a{color:#fff}

	footer, footer h4, footer ul li, footer a:link, footer a:visited {color:#fff;}
	footer a:hover, footer a:active {color:#f7f7f7;}

	footer h4 {margin-top:0px;}

	footer .snippetText img {width:auto;}

	#footerNav ul {margin:0px; padding:0px;}
	#footerNav ul li {margin:0px 0px 0px 15px;}
	#footerNav ul li:first-child {margin:0px 0px 0px 0px;}
	strong.fCompanyName {}
	.ContactAddress {}
	.ContactDetails, .fPhone {margin-top:10px;}
	.designedByWebtrade {margin-bottom:0px;}

/* --------------------------------<forms>--------------------------------- */
	/* Required Legend */	
		.form{}
	
	/* labels */
		.form div label.control-label{font-weight:bold}
		/* required label */
		.form .requiredGroup label.control-label{}
		.form .requiredlegend span:before, .form .requiredGroup label:before, .AspNet-Login-UserPanel label:before, .AspNet-Login-PasswordPanel 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; font-size:75%; color:#cf4c4b;  font-weight:normal!important}
		.form .requiredGroup label.norequired:before, .form .requiredGroup label.notrequired:before {display:none;}
		
	/* 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:#2892c9;}
		.pnlGoogleMapsLink:hover{background:#2892c9;}

	/* Paging */
		.PagingContainer{border-top:1px solid #2892c9; padding:10px 0 0 0; width:100%; float:none; clear:both; margin-bottom:30px}
		.PagingContainer .lblPagingOf{float:left; width:130px; font-size:100%; color:#2892c9!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 #2892c9!important; padding:2px!important; height:auto!important;}
		.PagingContainer ul li a:hover, .PagingContainer ul li a.NavSelected{background-color:#2892c9!important; color:#fff!important; border-bottom:0px solid #2892c9!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 (max-width: 991px) {
			body{overflow-x:hidden;}
			#SiteMenu {display:none;}
			.canvas {-webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: 0.15s ease; -moz-transition: 0.15s ease; -o-transition: 0.15s ease; transition: 0.15s ease;}
			.canvas.active { -webkit-transform: translate(250px, 0px); -moz-transform: translate(250px, 0px); -o-transform: translate(250px, 0px); -ms-transform: translate(250px, 0px); transform: translate(250px, 0px);}
			.designedByWebtrade {text-align:center; padding-top:30px;}
			#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;}
			#bnr {overflow:hidden;}
			#PhoneNav{padding-top:50px;}
			a.AllProducts {display:none;}
			.canvas{padding-top:50px;}
			.SiteSearch {display:none;}
			#footerNav {text-align:center;}
			#top {width:100%; height:50px; position:fixed; z-index:55; max-height:50px; border-bottom:0px; -webkit-box-shadow:1px 3px 5px 0px rgba(0,0,0,0.4); -moz-box-shadow:1px 3px 5px 0px rgba(0,0,0,0.4); box-shadow:1px 3px 5px 0px rgba(0,0,0,0.4);}
		}

		/* visible-xs - phone P/L, iphone4+5 P/L, small tablet P */
		@media (max-width: 767px) {
			body{min-height:1px;} /* used by jQuery to detect mobile screens */
			#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;}
			li.pnlGalleryImage a{height:80px;}
			.footersnippet, .companyinfo{padding-top:20px;}
			footer .text-right, footer .text-left, #footerNav ul, #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;}
			.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:#2892c9; 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;}
			.CallNow {display:none;}
			#top .CartBtn {height:50px; width:50px; margin-top:0px; margin-right:-15px;}
			#top .CartBtn a{font-size:0px; background:#ccc; display:inline-block; padding:12px 15px 0px 15px; margin:0px 0px 0px 0px; height:50px;}
			#top .CartBtn a:after{font-size:20px; color:#fff; margin-left:0px; display:inline-block;}
			#top .CartBtn a:hover{background:#2892c9;}
			#top .CartBtn a:hover:after{color:#fff;}
			#bnr .bodyText {text-align:center;}
			#bnr .bodyText h2 {font-size:20px;}
			#bnr .bodyText p{font-size:14px; margin-bottom:10px;}
			footer .img-responsive {margin:0 auto;}
			.mastHead {background:#2e3092; padding:10px; font-size:24px; color:#fff; margin:0px; text-align:center;}
			#bnr .bnrImage:before {display:none;}
			#bnr {margin:0px;}
			#ddlLeftNavDropDown select, #divBlogCategoriesDropDownList select {margin-top:0px; margin-bottom:0px;}
			#bnr .container {padding-left:0px; padding-right:0px;}
			#bnr .bnrImage {margin-left:0px; margin-right:0px;}
			#homeBody #bnr {margin-left:-15px; margin-right:-15px;}
			h1.header {padding:15px; text-align:center;}
		}

		/* visible-sm - small tablet L, tablet P, widescreen P */
		@media (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;}
			#tabs .tab a{font-size:14px;}
			.CallNow {margin-top:15px;}
			.CartBtn {margin-top:12px;}
			#bnr .bodyText h2 {font-size:24px;}
			#bnr .bodyText p:first-of-type{display:none;}
			.footersnippet {padding-top:25px;}
			.mastHead {padding-top:0px;}
		}
		
		@media (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;}
		}	

		/* visible-md - tablet L, HDTV P */
		@media (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;}
			#MainNav ul li a, #MainNav ul ul.level2 li a, #MainNav ul ul.level2 ul li a{padding:10px 20px;}
			#bnr .bodyText h2 {font-size:28px;}
			#bnr .bodyText p{margin-bottom:0px;}
			#bnr .bodyText p:first-of-type{font-size:14px; margin-bottom:10px;}
		}

		@media (min-width: 992px) {
			.mobileNavBtn{min-height:0px;}
			#productSideSearch .row {display:block;}
		}

		/* visible-lg - widescreen L, HDTV L */
		@media (min-width: 1200px) { 
			.subnav-fixed{width:270px;}
			li.pnlGalleryImage a{height:100px;}
			.subnav-fixed .nav{width: 1168px;}
		}

/* --------------------------------<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 */
		#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 .bnrTemplateZone {visibility:visible;}
		.loggedin #bnr 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 {}

/* --------------------------------<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, .LatestNews, .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>----------------------------------- */