@charset "utf-8"; 
	@import url(/_shared/common/bootstrap3/bootstrap-3.2.0/css/bootstrap.min.css);
	@import url(/font-awesome/latest/css/font-awesome.min.css); /* http://fontawesome.io/icons/ for icons */
	@import url(/_includes/fonts/FlatIcon/flaticon.css);
	@import url(//fonts.googleapis.com/css?family=Bitter:400italic);
/* --------------------------------<GLOBAL>-------------------------------- */
	body{font-family:"proxima-nova",sans-serif; color:#777; background:#f6f6f6; font-size:16px; width:100%;}

	/* Headers */
	h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{font-family:"proxima-nova",sans-serif; text-transform:uppercase; letter-spacing:2px;}
	h1, .h1{color:#555; font-size:36px; font-weight:300;}
	h2, .h2{color:#555; font-size:30px; font-weight:400;}
	h3, .h3{color:#555; font-size:24px; font-weight:600;}
	h4, .h4{color:#555; font-size:18px; font-weight:600;}
	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:#e30613; text-decoration:none;}
	a:focus, a:hover{color:#f37174; 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:#e30613;}
	::selection {color:#ffffff; background:#e30613;}

	/* Tables */
	.table-responsive {margin:30px 0;}

	blockquote {font-family:'Bitter', serif; 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:#e30613; 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: #e30613; border-color: #e30613;}
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{color:#ffffff!important; background-color: #f37174; border-color: #f37174; }
	.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: #e30613!important; background-color: #ffffff;}
	/* Bootstrap Button END */
    .bs-callout { margin: 5px 0;padding: 5px;}
	a.btn{color: #ffffff!important;} /* Bootstrap Link */

/* --------------------------------<Header>-------------------------------- */
		@media screen {
			#top{background:#fff; position:relative;}
		}
	
		/* Logo */
		@media screen {			
			#logo{margin:20px 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:30px -10px 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 15px; font-size:14px; font-weight:700; letter-spacing:2px; color:#353535; text-transform:uppercase; 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{color:#e30613;}
			#MainNav ul li a.NavSelected, #MainNav ul li a.selected{background:transparent; color:#e30613;}
			#MainNav ul li a.NavSelected:hover, #MainNav ul li a.selected:hover {background:#f6f6f6; color:#e30613;}

			/* 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 15px; font-size:14px; width:100%; background:#fff; color:#353535; border-bottom:1px solid #f6f6f6; text-align:left; white-space:normal;}
	
			/* all other li a this */
			#MainNav ul.level2 li a:hover{background:#f6f6f6; color:#e30613;}
			
			/* Set the shadow position */
			.ddshadow{position:absolute; display:none}

/* --------------------------------<Social Networking>--------------------- */
			ul.socialNetworkNavigation {padding:0px; margin:0px; list-style:none; display:inline-block; vertical-align:middle;}
			ul.socialNetworkNavigation li{padding:0px 0px 0px 3px; margin:0px; height:50px; display:inline-block;}
			ul.socialNetworkNavigation li:first-child{padding-left:0px;}
			ul.socialNetworkNavigation li a{color:#fff; font-size:12px; line-height:0; display:inline-block;}
			ul.socialNetworkNavigation li a:hover{text-decoration:none; color:#e30613;}
			ul.socialNetworkNavigation li a span {display:none;}
			ul.socialNetworkNavigation li a:before{font-family:"FontAwesome"; text-align:center; vertical-align:middle; color:#fff; line-height:0; background:#e30613 ; height:50px; width:50px; padding-top:25px; font-size:20px; text-align:center; display:inline-block;}
			ul.socialNetworkNavigation li a:hover:before{background:#fff; color:#e30613;}
			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.flickr a:before {content:"\f16e";}
			ul.socialNetworkNavigation li.newsletter a:before {content:"\f0e0";}
			ul.socialNetworkNavigation li.instagram a:before {content:"\f16d";}
			ul.socialNetworkNavigation li.tripadvisor a:before {content:" "; background:#e30613 url('/images/icons/tripadvisor.png') no-repeat center center; background-size:22px 22px;}
			ul.socialNetworkNavigation li.tripadvisor a:hover:before {background:#fff url('/images/icons/tripadvisor_hover.png') no-repeat center center; background-size:22px 22px;}
			ul.socialNetworkNavigation li.phoneBtn a {width:auto;}
			ul.socialNetworkNavigation li.phoneBtn a:before {content:"\f095"; margin-right:5px;}
			ul.socialNetworkNavigation li.emailBtn a {width:auto;}
			ul.socialNetworkNavigation li.emailBtn a:before {content:"\f0e0"; margin-right:5px;}

/* --------------------------------<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:#555; font-size:14px;}
		#PhoneNav ul.nav li a:hover {color:#e30613; 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:#555; 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:#e30613;}
		#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; width:100%; padding:25px 15px 25px 15px;}
		#PhoneNav ul.socialNetworkNavigation li {padding-bottom:5px; height:30px;}
		#PhoneNav ul.socialNetworkNavigation li a{background:transparent; color:#555; border-radius:0;}
		#PhoneNav ul.socialNetworkNavigation li a:hover{background:transparent; color:#e30613;}
		#PhoneNav ul.socialNetworkNavigation li a:before{height:30px; width:30px; padding-top:15px; font-size:16px;}

			.menu-link {font-size:0px; display:inline-block; padding:12px 15px 0px 15px; margin-left:-15px; height:50px;}
			.menu-link:before {color:#333; font-family:"Flaticon"; content:"\e014"; font-size:24px; line-height:normal;}
			.menu-link:hover {color:#e30613;}
			.menu-link:hover:before {color:#e30613;}

			.menu-wrap {position:absolute; overflow-y:auto; z-index:200; width:300px; padding-left:10px; padding-right:10px; height:100%; background:#fff;}
			.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;}

/* --------------------------------<Cart Button>--------------------------- */
			.CartBtn {height:50px; max-height:50px; display:inline-block; margin:0px; vertical-align:middle;}
			.CartBtn a{padding:18px 25px 12px 25px; display:inline-block; white-space:nowrap; height:50px; max-height:50px; font-size:12px; line-height:1; background:#555; color:#fff;}
			.CartBtn a:after{font-family:"FontAwesome"; content:"\f07a"; font-size:16px; vertical-align:middle; margin-left:10px;}
			.CartBtn a:hover{background:#e30613;}

			.MobileCartBtn {height:50px; max-height:50px; display:inline-block; margin:0px;}
			.MobileCartBtn a{padding-top:15px; position:relative; display:inline-block; height:50px; max-height:50px; font-size:12px; line-height:1; color:#555;}
			.MobileCartBtn a:before{font-family:"FontAwesome"; content:"\f07a"; font-size:16px; vertical-align:middle; margin-right:17px;}
			.MobileCartBtn a:hover{color:#e30613;}
			.MobileCartBtn span {position:absolute; top:7px; right:0px; background:#e30613; color:#fff; font-size:10px; font-weight:600; border-radius:50%; padding-top:3px; width:15px; text-align:center; height:15px;}

/* --------------------------------<Site Search>--------------------------- */
		.SiteSearch{height:35px; line-height:1; width:200px; position:relative; margin:15px 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: 1px solid #ccc; top:0px; left:0px; width:100%; padding-right:40px; position:absolute;}
			.SiteSearch .btn-group {top:0px; right:0px; position:absolute;}
			.SiteSearch input[type="submit"]{background-color:#999; color:#e2e2e2; border:1px solid #ccc; vertical-align:middle; top:0px; right:0px; width:40px; position:absolute; font-family:"FontAwesome";}

/* --------------------------------<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;}

/* --------------------------------<Banners>------------------------------- */
			#bnr{margin:0px; position:relative;}
			.bnrTemplateZone {position:relative; visibility:hidden;}
			
			#bnr .adminButtons{position:absolute; z-index:30; top:10px; width:97%; 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:#e30613;}		

			#bnr .slide {position:relative;}
			#bnr .slide .container {margin-top:-1px;}
			#bnr .bodyText{width:100%; padding:20px; background:rgba(255, 255, 255, .8);}
			#bnr .bodyText h2{margin-top:0px;}
			#bnr .bodyText p{margin-bottom:0px;}
			#bnr .bodyText p a{}
			#bnr .bodyText p a:hover{}
			#bnr .btn-danger{display:none;}

/* --------------------------------<section#middle>------------------------ */
	#middle{padding:0px; margin:0px; position:relative;}
		
		#itemBody {background:#fff; padding:15px;}

		#middle .container {padding-top:10px;}

		/* Mast head */
		.mastHeadContainer{background:#333;}
		.mastHead{font-size:18px; color:#fff; padding:20px 15px; font-weight:600; letter-spacing:2px; text-transform:uppercase;}

		h1.header{margin-top:0px; background:#fff; margin:0px; padding:15px 15px 0px 15px;}

		#homeBody .HomeContent {display:none;}
	
		/* Allow content Left... */
		#contentZone{padding-bottom:15px;}
		
		/* Content */   
		#content{min-height:30px;}
			#content img{-ms-interpolation-mode: bicubic;} /* Fix bootstrap image behaviour */
			#content ul, #content ol{}
			#content ol li{}
			#content ul li{}

		/* Google Map */
			#map-canvas{}

			/* 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:#e30613}
				
			.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:#e30613;}
			.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:#e30613; 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:#e30613;}
						
		/* 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: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:#333; color:#fff; font-size:14px; font-weight:600; text-transform:uppercase; letter-spacing:1px; padding:15px; display:inline-block; width:100%;}
				#sideBar h2.leftNavHeader a:hover{background:#e30613; color:#fff;}
				#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 0px 10px 0px!important;} 					
					#sideBar ul.level1 li, #content .BlogCategories ul li{margin:0px; font-size:14px; text-transform:uppercase; font-weight:600; 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:#333; padding:12px 15px 12px 15px; display:block;}
					#sideBar ul.level1 li a:hover, .BlogCategories ul li a:hover{background:#fff; color:#e30613; text-decoration:none;}
					#sideBar ul.level1 li a.NavSelected, .BlogCategories ul li a.NavSelected{background:#fff; color:#e30613}
									
					/* .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 #e30613; color:#e30613;}
			.SnippetGroupFilter ul li a.selected{background:#e30613; border:1px solid #e30613; 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:#e30613;}

		dl.faqList {width:100%;}
			dl.faqList dt {margin:10px 0px 0px 0px; padding-bottom:5px; font-size:16px; cursor:pointer; color:#e30613; border-bottom:1px solid #eeeeee;}
			dl.faqList dt:hover {color:#e30613;}
			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:url("/images/icons/YouTube_Play.png") no-repeat right center; color:#fff; display:inline-block; font-size:18px; height:60px; line-height:1; padding:23px 17px; text-align:left; text-transform:uppercase; width:100%;}

		h2.NewsTitle {color:#e30613; font-size:30px; text-transform:uppercase; width:100%; text-align:center;  margin-bottom:15px; padding-bottom:15px;}
		.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:#e30613; font-size:20px;}
			.close-btn:hover:before{color:#666;}

		#categoriesSide {}
			#productSideSearch h3 {margin:15px 0px; font-weight:600; letter-spacing:2px; font-size:18px; text-transform:uppercase; cursor:pointer; color:#fff; padding:10px 15px; background:#e30613;}
			#productSideSearch h3:before {font-family:"FontAwesome"; content:"\f105"; float:right;}
			#productSideSearch h3.open {}
			#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 .StaffProfile {border-bottom:1px solid #e3e3e3; padding-bottom:20px; margin-bottom:20px;}
				.Profiles .StaffProfile .ProfileTxt h2{margin:0px!important; font-size:20px; font-weight:700; color:#281e72!important;}
				.Profiles .StaffProfile .ProfileTxt p{margin-bottom:0px; vertical-align:top;}
				.Profiles .StaffProfile .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;}

		.headersnippet {height:50px; max-height:50px; vertical-align:middle; display:inline-block; margin:0px; top:0px;}
			.headersnippet .snippetText {background:#e30613; color:#fff; text-transform:uppercase; font-weight:700; padding:15px 25px; display:inline-block; line-height:normal;}
			.headersnippet .snippetText p{margin:0px; letter-spacing:2px;}

		.LatestNews {}
			.LatestNews h4 {text-transform:uppercase; letter-spacing:2px; margin:0px;}
			.LatestNews h4 a {color:#fff; background:#555; width:100%; padding:20px; display:inline-block;}
			.LatestNews h4 a:hover {color:#fff; background:#e30613;}
			.LatestNews .Blog {margin:0px 5px;}
			.LatestNews .Blog .BlogArticle {margin:0px; padding:15px; background:#fff; border-bottom:0px; position:relative;}
			.LatestNews .Blog .BlogArticle .BlogHeader h2 {font-size:16px; margin-bottom:10px; font-weight:600;}
			.LatestNews .Blog .BlogArticle .BlogHeader h2 a{color:#333;}
			.LatestNews .Blog .BlogArticle .BlogHeader h2 a:before{content:""; z-index:2; position:absolute; bottom:7px; right:10px; width:11px; height:18px; background:url('/images/pageElements/bullet.png') no-repeat;}
			.LatestNews .Blog .BlogArticle .BlogHeader h2 a:hover{color:#e30613;}
			.LatestNews .Blog .BlogArticle .BlogContent {font-size:12px; color:#777; line-height:1.58;}
			.LatestNews .Blog .BlogInformation, .LatestNews span.BlogDate {display:none;}

		.WhoWeAre {}
			.WhoWeAre .snippetText {}
			.WhoWeAre .snippetText {background:url('/images/bgs/bg1.jpg') no-repeat center center; background-size:cover; padding-right:15px; padding-left:15px;}
			.WhoWeAre .snippetText p {margin:0px; text-align:center; letter-spacing:10px;}
			.WhoWeAre .snippetText p a {margin:70px auto; display:inline-block; line-height:35px; padding:10px 20px 20px 20px; color:#fff; font-size:48px; font-weight:600; border:3px solid #fff; text-transform:uppercase;}
			.WhoWeAre .snippetText p a:hover {background:rgba(227, 6, 19, .7);}
			.WhoWeAre .snippetText p a span{font-size:24px; display:inline-block; width:100%}

		.WhatWeDo {}
			.WhatWeDo .snippetText {}
			.WhatWeDo .snippetText {background:url('/images/bgs/bg2.jpg') no-repeat center center; background-size:cover; padding-right:15px; padding-left:15px;}
			.WhatWeDo .snippetText p {margin:0px; text-align:center; letter-spacing:10px;}
			.WhatWeDo .snippetText p a {margin:70px auto; display:inline-block; line-height:35px; padding:10px 20px 20px 20px; color:#fff; font-size:48px; font-weight:600; border:3px solid #fff; text-transform:uppercase;}
			.WhatWeDo .snippetText p a:hover {background:rgba(227, 6, 19, .7);}
			.WhatWeDo .snippetText p a span{font-size:24px; display:inline-block; width:100%}

		.GetInvolved {}
			.GetInvolved .snippetText img {width:100%;}
			.GetInvolved .snippetText h4 {text-transform:uppercase; letter-spacing:2px; margin:0px;}
			.GetInvolved .snippetText h4 a {color:#fff; background:#e30613; width:100%; padding:20px; display:inline-block;}
			.GetInvolved .snippetText h4 a:hover {color:#fff; background:#555;}
			.GetInvolved .snippetText p {margin:0px; position:relative;}
			.GetInvolved .snippetText p a:before{content:""; z-index:2; position:absolute; bottom:7px; right:10px; width:11px; height:18px; background:url('/images/pageElements/bullet.png') no-repeat;}

		#sideBar .GetInvolved {margin-bottom:10px;}
			#sideBar .GetInvolved .snippetText h4 a:before {font-family:"FontAwesome"; content:"\f105"; float:right;}

		.BuyOnline {}

		.ResponderLocations {}
			.ResponderLocations .snippetText img {width:100%;}
			.ResponderLocations .snippetText h4 {text-transform:uppercase; letter-spacing:2px; margin:0px;}
			.ResponderLocations .snippetText h4 a {color:#fff; background:#555; width:100%; padding:20px; display:inline-block;}
			.ResponderLocations .snippetText h4 a:hover {color:#fff; background:#e30613;}
			.ResponderLocations .snippetText p {margin:0px;}
			.ResponderLocations .snippetText p a:before{content:""; z-index:2; position:absolute; bottom:7px; right:10px; width:11px; height:18px; background:url('/images/pageElements/bullet.png') no-repeat;}

		.Donate {}
			.Donate .snippetText img{width:100%;}

		.CharityNo {font-size:24px; margin:0px; padding-top:10px; text-transform:uppercase; font-weight:700;}

		.Shop {}
			.Shop .snippetText {padding-left:10px; padding-right:10px;}
			.Shop .snippetText {background:url('/images/bgs/bg3.jpg') no-repeat center center; background-size:cover;}
			.Shop .snippetText p {margin:0px; text-align:center; letter-spacing:3px;}
			.Shop .snippetText p a {margin:70px auto; display:inline-block; line-height:16px; padding:10px 10px 15px 10px; color:#fff; font-size:18px; font-weight:600; border:3px solid #fff; text-transform:uppercase;}
			.Shop .snippetText p a:hover {background:rgba(227, 6, 19, .7);}
			.Shop .snippetText p a span{font-size:12px; display:inline-block; width:100%}


			#PhoneNav .Shop .snippetText {padding-left:10px; padding-right:10px; height:103px;}
			#PhoneNav .Shop .snippetText p {letter-spacing:1px;}
			#PhoneNav .Shop .snippetText p a {margin:15px auto; display:inline-block; line-height:14px; padding:10px 5px 15px 5px; color:#fff; font-size:10px; font-weight:600; border:3px solid #fff; text-transform:uppercase;}
			#PhoneNav .Shop .snippetText p a:hover {background:rgba(227, 6, 19, .7);}
			#PhoneNav .Shop .snippetText p a span{font-size:10px; display:inline-block; width:100%}

		#blogBody #itemBody {display:none;}
		#blogBody .Blog .BlogArticle {background:#fff; padding-left:15px; padding-right:15px; margin-bottom:0px; border-bottom:1px solid #f6f6f6;}
		#blogBody .Blog .BlogHeader {padding-top:15px;}

		.texttodonate .snippetText p{margin-bottom:0px;}
		.texttodonate .snippetText img{width:100%;}

		.form {background:#fff; padding-left:15px; padding-right:15px;}
		#contactBody .ContactDetails {background:#fff; padding:15px; margin-bottom:10px;}
		#contactBody .ContactDetails h3 {margin-top:0px;}

		.gallery-page {background:#fff; padding:0px 15px 0px 15px;}
		.gallery-page br{display:none;}

		.Sitemap {background:#fff; padding:15px 15px 15px 35px; margin:0px;}

		.iDonate {display:inline-block; height:50px; vertical-align:middle; padding-left:15px;}
		.iDonate a {background:url('/images/bgs/idonate.png') no-repeat center center; width:155px; height:50px; display:inline-block;}

/* --------------------------------<footer>-------------------------------- */
	footer{padding:20px 0px;}

	#topfooter {background:#555;}
	#bottomfooter {background:#333; font-size:14px;}

	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; margin-bottom:25px;}

	#footerNav ul {margin:0px; padding:0px;}
	#footerNav ul li {margin:0px;}
	#footerNav ul li:before {padding:0px 10px; content:"/";}
	#footerNav ul li:first-child:before {display:none;}
	strong.fCompanyName {}
	.ContactAddress {}
	.ContactDetails, .fPhone {margin-top:10px;}
	.designedByWebtrade {margin-bottom:0px;}

/* --------------------------------<forms>--------------------------------- */
	/* Required Legend */	
		.form{}
	
	/* labels */
		.form div label.control-label, .form div.form-group span.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, .requiredGroup span.control-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, .form .requiredGroup div.form-control span label: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:#e30613;}
		.pnlGoogleMapsLink:hover{background:#e30613;}

	/* Paging */
		.PagingContainer{border-top:1px solid #e30613; padding:10px 0 0 0; width:100%; float:none; clear:both; margin-bottom:30px}
		.PagingContainer .lblPagingOf{float:left; width:130px; font-size:100%; color:#e30613!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 #e30613!important; padding:2px!important; height:auto!important;}
		.PagingContainer ul li a:hover, .PagingContainer ul li a.NavSelected{background-color:#e30613!important; color:#fff!important; border-bottom:0px solid #e30613!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;}
			.canvas {overflow-y:scroll; -webkit-overflow-scrolling:touch;}
			body{overflow-x:hidden;}
			.designedByWebtrade {text-align:center;}
			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;}
			#bnr {overflow:hidden;}
			#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;}
			#sideBar .GetInvolved, #sideBar .Shop, #sideBar .Donate {display:none;}
			#bottomfooter {padding-bottom:70px; text-align:center;}
		}

		/* 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;} /* 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;}
			#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;}
			.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;}
			.ResponderLocations .snippetText h4 a, .GetInvolved .snippetText h4 a, .LatestNews h4 a {font-size:14px;}
			.GetInvolved, .LatestNews {margin-bottom:10px;}
			.WhoWeAre .snippetText p a, .WhatWeDo .snippetText p a {margin:20px auto; line-height:24px; padding:5px 10px 10px 10px; font-size:18px; letter-spacing:normal;}
			.WhoWeAre .snippetText p a span, .WhatWeDo .snippetText p a span{font-size:18px; letter-spacing:normal;}
			ul.socialNetworkNavigation li {height:30px;}
			ul.socialNetworkNavigation li a:before {height:30px; width:30px; padding-top:15px; font-size:16px;}
			.CharityNo {font-size:18px;}
			footer h4 {margin-bottom:0px;}
			footer .socialNetworkNavigation {width:100%;}
			.iDonate {width:100%; padding:25px 0px 0px 0px;}
		}

		/* 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;}
			#PhoneNav {padding-bottom:50px;}
			#top {width:100%; height:50px; max-height:50px; border-bottom:0px;}
			.ResponderLocations .snippetText h4 a, .GetInvolved .snippetText h4 a, .LatestNews h4 a {font-size:14px; padding:10px;}
			.LatestNews .Blog .BlogArticle .BlogHeader h2 {font-size:14px;}
			.LatestNews .Blog .BlogArticle {height:81px;}
		}
		
		@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;}
			#bnr .bodyText{top:25px;}
			#MainNav ul li a {padding:10px 8px; font-size:13px; letter-spacing:1px;}
			#MainNav ul ul.level2 li a, #MainNav ul ul.level2 ul li a {padding:10px 10px; font-size:13px;}
			.LatestNews .Blog .BlogArticle {height:106px;}
			.LatestNews .Blog .BlogArticle .BlogContent {display:none;}
			.headersnippet .snippetText {padding:18px 25px 12px 25px; height:50px;}
			.headersnippet .snippetText p {font-size:14px;}
		}

		@media only screen and (min-width: 992px) {
			.mobileNavBtn{min-height:0px;}
			#bnr .bodyText{position:absolute; z-index:99;}
		}

		/* 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;}
			#bnr .bodyText{top:50px;}
		}

		@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:5px; padding-right:5px;}
		.row {margin-left:-5px; margin-right:-5px;}
		.container {padding-left:5px; padding-right:5px;}

/* --------------------------------<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 .bnrTemplateZone {visibility:visible;}
		.loggedin #bnr section.form {display:none;}
		#homeBody.loggedin .HomeContent, .loggedin .texttodonate {display:block!important;}
		h1.header input {color:#555;}

	/* PIE plugin for IE8 rounded corners */
		.badge {behavior: url(http://www.icrr.ie/_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>----------------------------------- */