@charset "utf-8"; 
	@import url(/_shared/common/bootstrap3/bootstrap-3.2.0/css/bootstrap.min.css);
	@import url(//netdna.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css); /* http://fontawesome.io/icons/ for icons */
	@import url(/_includes/fonts/FlatIcon/flaticon.css);
/* --------------------------------<GLOBAL>-------------------------------- */
	body{font-family:"acumin-pro",sans-serif; color:#555; font-size:16px;}

	/* Headers */
	h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{font-family:"jaf-bernino-sans-condensed",sans-serif;}
	h1, .h1{color:#3a3e41; font-size:52px; font-weight:300;}
	h2, .h2{color:#70599f; font-size:40px; font-weight:400;}
	h3, .h3{color:#616161; font-size:30px; font-weight:400;}
	h4, .h4{color:#616161; font-size:25px; font-weight:400;}
	h5, .h5{color:#616161; font-size:20px; font-weight:700;}
	h6, .h6{color:#616161; font-size:18px; font-weight:700;}
	
	/* Links */
	a, a:link, a:active, a:visited{color:#0087c5; text-decoration:none;}
	a:focus, a:hover{color:#0087c5; 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:#16a085;}
	::selection {color:#ffffff; background:#16a085;}

	label {font-size:11px;}

	input[type=checkbox] {margin:0px!important; position:relative!important;}
	.checkbox label {padding-left:5px!important;}

	/* Tables */
	.table-responsive {margin:30px 0;}

	blockquote {font-weight:200; font-style:italic;}

	.form-control::-webkit-input-placeholder {color:#bbb;}
	.form-control:-moz-placeholder {color:#bbb;opacity:1;}
	.form-control::-moz-placeholder {color:#bbb;opacity:1;}
	.form-control:-ms-input-placeholder {color:#bbb;}
	
	.bs-callout {padding:5px; margin:5px 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;font-size: 15px;}
	hr {background:#0072BC;height:1px;}
/* --------------------------------<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:#16a085; 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: #0072BC; border-color: #0072BC;}
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{color:#ffffff!important; background-color: #272727; border-color: #272727; }
	.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: #16a085!important; background-color: #ffffff;}
	/* Bootstrap Button END */
	
	a.btn{color: #ffffff!important;} /* Bootstrap Link */

/* --------------------------------<Header>-------------------------------- */
	.topHeader{background:#fff; position:relative; z-index:60;}
		#topPhone, #topPhone2 {color:#0072bc; font-size:17px;font-family:"jaf-bernino-sans-condensed",sans-serif;font-weight:400; padding: 16px 0px 0px 0px; text-align: right}
        #topPhone2 {margin-left:25px;}
		/* Logo */
		@media screen {			
			#logo{margin:7px 0px; display:block; text-align:center;}
		}
			#logo a{}
	
		/* toolsNavigation */				
			#toolsNavigation{height:35px; z-index:1;}
			#toolsNavigation ul{margin:0; padding:0;}
			#toolsNavigation ul li{display:inline-block; height:25px; margin:0; padding:0;}
			#toolsNavigation ul li a{display:inline-block; padding:0; margin:0}

		/* Main Nav*/
			#MainNav {margin:10px 0 10px; display:inline-block; width:100%; position:relative;font-family:"jaf-bernino-sans-condensed",sans-serif;z-index:61}
			#MainNav ul {list-style:none; padding:0px; margin:0px 0px 0px 4px; background:#fff;}
			#MainNav ul li {display:inline-block; text-align:left; padding:0px; margin:0px 0px 0px -4px; position:relative; background:#fff; }
			#MainNav ul li ul {display:none;}
			#MainNav ul li a {   border-radius: 0;color: #686969; display:block; font-size: 17px; font-weight:600; letter-spacing: 1px; margin-right:35px; padding: 0 0 5px; text-decoration: none; text-transform: uppercase;}

			#MainNav ul li a.NavSelected{border-bottom: 8px solid #0072bc;}

			#MainNav ul li a:hover {border-bottom: 8px solid #0072bc;}
			#MainNav ul li:hover > ul {display:block; margin:0px; width:225px; position:absolute; -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5); box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5); z-index:3000!important}
			#MainNav ul li:hover li {width:100%; margin:0px;}
			#MainNav ul li:hover a {border-bottom: 8px solid #0072bc;}
			#MainNav ul li.dropdown > a {border-bottom-left-radius:0px; border-bottom-right-radius:0px;}
			#MainNav ul li.dropdown:hover a:hover {border-bottom: 8px solid #0072bc;}
			#MainNav ul li:hover li a:hover {}

			#MainNav ul li ul li{padding:0px 0px 0px 0px!important; background: #231f20 url(../../images/plus.png) no-repeat 10px 18px;}



			#MainNav ul li ul li a { color:#fff; border-bottom:none!important; margin:0; padding:10px 10px 10px 25px; font-family:"acumin-pro",sans-serif; font-size: 14px; text-transform: none; }
			
			#MainNav ul li ul li a:hover {background:#354247 url(../../images/plus.png) no-repeat 10px 18px;;border-bottom:none;}
			#MainNav ul li ul li a.NavSelected {border-bottom:none}
			

			/*#MainNav ul li ul li a, #MainNav ul li ul li a:hover{border-bottom:1px solid #148871!important;}*/
			#MainNav ul ul ul {left:100%; top:0; z-index:470;}
			#MainNav ul:before, #MainNav ul:after {content:" "; display:table;}
			#MainNav ul:after {clear:both;}

			#MainNav ul.moveLeft{left:-225px;}
			#MainNav ul.level2.moveLeft{right:0px; left:initial;}

			.level2 a {border-radius:0px!important;}

			#MainNav span.menudrop {display:none;}
			.dropdown-menu {border:0px;}
			.dropdown-menu>li>a {white-space:normal;}
			
			/* Set the shadow position */
			.ddshadow{position:absolute; display:none}

/* --------------------------------<Social Networking>--------------------- */
	/* Social media */
		ul.socialNetworkNavigation, .socialNetworkNavigationFooter {padding:0px; margin:0px; list-style:none;}
		.topHeader ul.socialNetworkNavigation, .socialNetworkNavigationFooter {display:inline-block; margin:0px 0px 0px 0px; padding-right: 40px; float: right}
		ul.socialNetworkNavigation li, .socialNetworkNavigationFooter li  {padding:0px 0px 0px 15px; margin:0px; display:inline-block;}
		ul.socialNetworkNavigation li:first-child{padding-left:0px;}
		ul.socialNetworkNavigation li a, .socialNetworkNavigationFooter li a, .mobileIcons li a {font-family:"FontAwesome"; color:#fff; font-size:30px; display:inline-block;}
		ul.socialNetworkNavigation li a:hover, .topHeader ul.socialNetworkNavigation li a:hover, .mobileIcons li a:hover{text-decoration:none; color:#0072BC;}
		ul.socialNetworkNavigation li a span, .socialNetworkNavigationFooter li a span, .mobileIcons li a span{display:none;}
		ul.socialNetworkNavigation li a:before, .socialNetworkNavigationFooter li a:before , .mobileIcons li a:before{text-align:center; padding-top:5px; width:100%; display:inline-block;}
		ul.socialNetworkNavigation li a:hover:before{}
		/* icons */
			ul.socialNetworkNavigation li.twitter a:before, .socialNetworkNavigationFooter 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, .socialNetworkNavigationFooter 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";}

			/* for top icons  */
			.topHeader ul.socialNetworkNavigation {margin: 0px 0 0;}
			.topHeader ul.socialNetworkNavigation li a{font-family:"FontAwesome"; color:#86878B; font-size:20px; display:inline-block;}

			.mobileIcons { border-top:1px solid #ccc; padding-top:5px;}
				.mobileIcons a {padding: 0 0 0 5px;display:inline-block;}
			/*.mobileIcons .email a:before {content:"\f0e0"; color:#86878b}
			.mobileIcons .phone a:before {content:"\f095";color:#86878b}
            .mobileIcons .phone2 a:before {content:"\f095";color:red}*/
                .mobileIcons .email {background:url(../../images/mail.png) no-repeat center center; width:36px; height:25px; padding}
                .mobileIcons .phoneUS {background:url(../../images/us.png) no-repeat center center; width:36px; height:25px}
                .mobileIcons .phoneUK {background:url(../../images/uk.png) no-repeat center center; width:36px; height:25px}
/* --------------------------------<Phone Navigation>---------------------- */
	/* mobile navigations */
		#PhoneNav {}
		#PhoneNav ul.nav {padding-top:0px; padding-bottom:0px;}
		#PhoneNav ul.nav li {border-bottom:1px solid #e4e4e4;}
		#PhoneNav ul.nav li a {padding-left:0px; color:#686969; font-size:14px;}
		#PhoneNav ul.nav li a:hover {color:#148871; background:transparent;}
		#PhoneNav ul.nav li a.dropDown {position:relative; padding-right:33px;}
		#PhoneNav ul.nav li span.menudrop {position:absolute; right:0; top:0; height:100%; z-index:2;}
		#PhoneNav ul.nav li span.menudrop a.dropbtn {padding:0px; cursor:pointer;}
		#PhoneNav ul.nav li span.menudrop a.dropbtn:before {color:#16a085; 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:#148871;}
		#PhoneNav ul.nav li ul.level2, #PhoneNav ul.nav li ul.level3, #PhoneNav ul.nav li ul.level4{display:none; margin:0px; padding:0px 0px 10px 0px; border-bottom:0px;}
		#PhoneNav ul.nav li ul li {font-size:90%; border-bottom:0px;}
		#PhoneNav ul.nav li ul li a{padding-left:15px; padding-top:5px; padding-bottom:5px; font-size:12px;}
		#PhoneNav ul.nav li ul li ul li a{padding-left:25px; font-size:11px;}
		#PhoneNav ul.nav li ul li ul li ul li a{padding-left:35px;}

		#PhoneNav ul.socialNetworkNavigation {text-align:center; padding:15px 15px 10px 15px;}
		#PhoneNav ul.socialNetworkNavigation li {padding-bottom:5px;}
		#PhoneNav ul.socialNetworkNavigation li a {color:#86878B; font-size:30px; width:35px; height:35px;}

			.menu-link {font-size:0px; display:inline-block; padding:12px 15px 0px 15px; margin-left:-15px; height:50px; cursor:pointer;}
			.menu-link:before {color:#0072BC; font-family:"Flaticon"; content:"\e014"; font-size:24px; line-height:normal;}
			.menu-link:hover {color:#0072BC;}
			.menu-link:hover:before {color:#0072BC;}

			.menu-wrap {position:fixed; 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:35px; width:110px; position:relative; display:inline-block; vertical-align:middle; margin:15px 0px 0px 15px;}
			.CartBtn a{padding:10px 15px 10px 15px; position:absolute; top:0px; left:0px; display:inline-block; white-space:nowrap; max-height:35px; font-size:12px; line-height:1; background:#16a085; color:#fff;}
			.CartBtn a:after{font-family:"FontAwesome"; content:"\f07a"; font-size:16px; vertical-align:middle; margin-left:10px;}
			.CartBtn a:hover{background:#148871;}

			#PhoneNav .CartBtn {width:100%; height:auto; text-align:center; margin:0px; padding:15px 10px 0px 10px;}
			#PhoneNav .CartBtn a{position:relative; height:auto; width:100%; color:#16a085; background:#fff;}
			#PhoneNav .CartBtn a:hover{color:#148871;}

/* --------------------------------<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";}
			.SiteSearch input[type="submit"]:hover{background-color:#666;}

/* --------------------------------<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:#16a085; color:#fff; float:right; display:inline-block; font-size:22px; font-family:"FontAwesome"; content:"\f0e0";}

/* --------------------------------<Banners>------------------------------- */
		.ImgSlider{margin:0px; position:relative;}
			.bnrTemplateZone {position:relative; visibility:hidden; z-index:50}
			
		.ImgSlider .adminButtons{position:absolute; z-index:60; top:10px; width:97%; text-align:right;}
		.ImgSlider .adminButtons .btn-danger{display:none;}
		.ImgSlider .bx-wrapper .bx-viewport {left:0px;}
		.ImgSlider .bx-wrapper .bx-prev {left:25px!important; }
		.ImgSlider .bx-wrapper .bx-next {right:25px!important; }
		.ImgSlider .bx-wrapper .bx-prev:hover, .ImgSlider .bx-wrapper .bx-next:hover {opacity:1;}	
			.bx-wrapper .bx-controls-direction a{margin-top:-15px;}					
			.bx-wrapper .bx-prev:before, .bx-wrapper .bx-next:before {font-family:"FontAwesome"; color:#fff; display:block; line-height:normal; font-size:40px;}
			.bx-wrapper .bx-prev:hover:before, .bx-wrapper .bx-next:hover:before {color:#16a085;}		

		.ImgSlider .slide {position:relative; background-position:center center; background-repeat:no-repeat; background-size:cover!important;min-height:540px}
		.ImgSlider .slide .container {position:relative; }
		.ImgSlider .bodyText{padding-top:220px; display:inline-block; z-index:59; color:#fff; width:100%}
		.ImgSlider .bodyText h2, .ImgSlider .bodyText h3{margin-top:0px;color:#fff}
			.ImgSlider .bodyText h2 {font-weight:700; font-size:50px;margin-bottom:0;}
			.ImgSlider .bodyText h3 { font-size: 34px; font-weight: lighter; color:#d6d6d6;}
		.ImgSlider .bodyText p{margin-bottom:0px;}
		.ImgSlider .bodyText p a{}
		.ImgSlider .bodyText p a:hover{}
		.ImgSlider .btn-danger{display:none;}
			.ImgSlider img {width:100%!important;} /* fix flicker on load */

			.ImgSliderInner .slide {min-height:324px;max-height:324px;}
			.ImgSliderInner .bodyText{padding-top:20px;}
		.innerSliderSnippets, .innerSliderSnippetsSlider  {position:relative; z-index:51}
		.innerSliderSnippets {background:url(../../images/bgs/innerSliderSnippets.png) no-repeat top center;   margin-top: -27px;min-height: 258px;position: relative;z-index: 59;}
		.innerSliderSnippets .snippetText h2 {font-size:26px; font-weight:300; margin:0; color:#fff}
.innerSliderSnippets .snippetText h2 a{font-size:26px; font-weight:300; margin:0; color:#fff}
		.innerSliderSnippets .snippetText p{color:#55bcff; font-size:14px; font-weight:400; text-transform:uppercase}
		.innerSliderSnippets .snippetText { text-align:center;padding-top: 30px;}
		.innerSliderSnippets .snippetText, #homeBody .snippetGroupZone .snippetText h2, #homeBody .snippetGroupZone .snippetText h2 a {color:#fff}
		.innerSliderSnippets .snippetText img{display:inline-block}
		.innerSliderSnippets .slick-prev {left:-100px}
		.innerSliderSnippets .slick-prev::before, .innerSliderSnippets .slick-next::before {background:#fff;color:#0072bc}

.minHeight {min-height:100px;}
/* --------------------------------<section.middle>------------------------ */
	.middle{padding-bottom:50px; margin:0px; position:relative;}
		#homeBody .middle {background:url(../../images/bgs/homeSnippetsBg.png) no-repeat top center;margin-top: -65px; z-index:60;min-height: 1218px;}

		.middle .container {padding-top:20px;}
		
		#itemBody {padding-bottom:15px;}

		/* Mast head */
		.mastHeadContainer{background:rgba(0, 0, 0, .7); position:absolute; bottom:0; width:100%; z-index:55;}
		.mastHead{font-size:28px; color:#fff; padding:20px 0px; font-weight:300; line-height:1;}

		h1.header{margin-top:0px;}
	
		/* Allow content Left... */
		#contentZone{}
		
		/* Content */   
		#content{min-height:50px;}
			#content img{-ms-interpolation-mode: bicubic;} /* Fix bootstrap image behaviour */
			#content ul, #content ol{}
			#content ol li{}
			#content ul li{}

		/* Google Map */
			#map-canvas{}
			.google-map-canvas, .google-map-canvas * { .box-sizing(content-box); }

		/* Blog */
		.Blog{}	
			.Blog .BlogArticle{margin-bottom:20px; padding-bottom:20px; border-bottom:1px dotted #aaa;}
			
			/* Blog Header */
			.Blog .BlogArticle .BlogHeader h2{margin:0 0 20px 0; padding:0px 0;}
			.Blog .BlogArticle .BlogHeader h2 a{text-decoration:none;}
			.Blog .BlogArticle .BlogHeader h2 a:hover{text-decoration:underline;}
			
			/* Blog information */
			.Blog .BlogInformation{margin-bottom:15px}
			.Blog .BlogInformation br{display:none;}				
			
			/* Blog Article */
			.Blog .BlogArticle .BlogContent{padding-bottom:0px;}		
			
			/* Blog Footer */
			.Blog .newsFooter {display:none;}
			.Blog .newsFooter ul{}
			.Blog .newsFooter ul li{}
			.Blog .newsFooter ul li.first{}
			.Blog .newsFooter ul li img{float:none!important; margin-right:5px}
			
		/* Blog Comments */  
		.BlogComments{padding-bottom:40px;}
			.BlogComments .Individual{margin-bottom:40px}
			.BlogComments .Individual.AltColor{background-color:#f5f5f5;}
			.BlogComments .Individual.NewComment, .Blog .BlogArticle .BlogCommentCount a.NewComment{}
			.BlogComments .Individual.NewComment .BlogCommentNumber{color:#16a085}
				
			.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:#16a085;}
			.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:#16a085; 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:#16a085;}
						
		/* Blog Comment Form */ 
			#content #BlogCommentForm legend{display:none}
			#content #BlogCommentForm p{font-size:89%; margin-bottom:30px}

		/* Breadcrumb */
			.BreadCrumbContainer{}
				#BreadCrumb ul{margin:0px; padding:0px 0px 15px 0px; list-style:none;}
				#BreadCrumb ul li{margin:0px; padding:0px; display:inline-block; font-size:12px;}
				#BreadCrumb ul li img{display:none!important;}
				#BreadCrumb ul li#introText{}
				#BreadCrumb ul li a{}
				#BreadCrumb ul li a:hover{}

				#BreadCrumb ul li:before {padding:0px 10px; content:"/";}
				#BreadCrumb ul li:first-child:before {display:none;}

		/* Gallery */
			ul.gallery{margin:0px; padding:15px 0px 0px 0px; background:#f5f5f5; list-style:none;}
			li.pnlGalleryImage {background-size:cover!important; background-repeat:no-repeat!important; background-position:center center!important; height:100px; margin-bottom:15px;}
			li.pnlGalleryImage a{width:100%; height:100px; display:inline-block;}
			.pnlHoverControls a{height:26px!important;}
		
		/* Contact Page */
			.ContactPage{}
				#ContactMap #map-canvas {height:300px;}
				#ContactPageSnippets{}
			.ContactForm .help-inline .glyphicon:before {font-size:80%;}
	
		/* sideBar */
			#sideBar{padding-bottom:15px;}
				.nav-tabs{border-bottom:0}
				#sideBar h2.leftNavHeader, .BlogCategories h2{display:none}
				#sideBar h2.leftNavHeader a, .BlogCategories h2{background:#525252; color:#fff; font-size:24px; padding:10px; display:inline-block; width:100%;}
				#sideBar h2.leftNavHeader a:hover{background:#16a085; 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!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:2px solid #6a6a6a;color:#414347; padding:12px 12px 12px 12px; display:block; font-size:14px;margin-bottom:20px;}
					#sideBar ul.level1 li a:hover, .BlogCategories ul li a:hover{background:#0072bc; color:#fff; border:2px solid #0072bc;}
					#sideBar ul.level1 li a.NavSelected, .BlogCategories ul li a.NavSelected{background:#0072bc; color:#fff; border:2px solid #0072bc;}
									
					/* .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:0 0 10px 25px;border:none;background:none; margin-bottom:0}
						#sideBar ul.level2 li a:hover{color:#0072bc;border:none;background:none;margin-bottom:0}
						#sideBar ul.level2 li a.NavSelected{border:none;background:none; color:#0072bc;margin-bottom:0}
							#sideBar ul.level2 li a:before {content: "";width:5px;height:5px;background:#6a6a6a;display:block; float:left; margin-right:10px;margin-top: 9px;}
							#sideBar ul.level2 li a:hover:before, #sideBar ul.level2 li a.NavSelected:before {background:#0072bc;}

							/* .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 #16a085; color:#16a085;}
			.SnippetGroupFilter ul li a.selected{background:#16a085; border:1px solid #16a085; 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:#16a085;}

		dl.faqList {width:100%;}
			dl.faqList dt {margin:10px 0px 0px 0px; padding-bottom:5px; font-size:16px; cursor:pointer; color:#16a085; border-bottom:1px solid #eeeeee;}
			dl.faqList dt:hover {color:#16a085;}
			dl.faqList dt:before {font-family:"FontAwesome"; content:"\f055"; display:inline-block; float:right;}
			dl.faqList dt.listclose:before {content:"\f056";}
			dl.faqList dd {display:none; padding:20px 20px 10px 20px; font-size:14px; background-color:#eeeeee; margin:0px 0px 3px 0px;}
			
		/* Members Login */			
		.AspNet-Login-UserPanel span, .AspNet-Login-PasswordPanel span, .AspNet-PasswordRecovery-UserName-UserPanel span, .passwordRecorvery{display:none}
		.memberLogin{margin-bottom:15px;}
		.memberLogin h3{padding:5px 5px 10px 5px; font-size:18px; text-transform:uppercase; margin:0px;}		
			.memberLogin .form-group {margin-bottom:0px;}
			.memberLogin .btn-group {width:100%;}
			.memberLogin input[type="text"], .memberLogin input[type="password"] {margin-bottom:15px;}
			.memberLogin .password-reset {width:100%; text-align:right; display:inline-block; padding-top:5px;}
			.logoutButton{}			

/* --------------------------------<Custom Snippets>----------------------- */
		.testimonial .snippetText {background:#e6eff6; border-radius:5px; padding:10px; font-style:italic;}
		.testimonial_Footer {position:relative; margin-bottom:20px; font-weight:600; margin-top:10px;}
		.testimonial_Footer:before {content:"\f0d7"; font-size:30px; font-family:"FontAwesome"; line-height:normal; position:absolute; color:#e6eff6; top:-22px; left:20px;}
		.testimonial_Footer .snippetText p {padding-left:30px;}		
		#youmax-header, #youmax-tabs{display:none !important;}
		#youmax{width:100% !important;}

		a.YouTubeLink {background:#777; border:2px solid #777; color:#fff; display:inline-block; font-size:16px; line-height:1; padding:15px 10px; text-align:center; text-transform:uppercase; width:100%;}
		a.YouTubeLink:hover {background:#16a085;}
		a.YouTubeLink:before {font-family:"FontAwesome"; content:"\f01d"; margin-right:10px;}

.tweets{padding-top:20px;}
.tweets H2{font-size:44px; width:100%; text-align:center;font-weight:300; margin:0; padding:0}

		.LatestNews {padding-top:20px;}
			.LatestNews .blogMain {background:url(../../images/bgs/latestNewsBg.png) no-repeat top right; padding:50px 0; overflow:hidden}
		   
		h2.NewsTitle {font-size:44px; width:100%; text-align:center;font-weight:300; margin:0; padding:0}
			h2.NewsTitle a {color:#0072bc; }
		.LatestNews .Blog .BlogArticle {border-bottom:0px; margin-bottom:10px; padding-bottom:10px;}
		.LatestNews .Blog .BlogArticle .BlogHeader {}
		.LatestNews .Blog .BlogArticle .BlogHeader h2 {font-size:18px; margin-bottom:20px;}
		.LatestNews .Blog .BlogArticle .BlogHeader h2 a {font-size:30px; color:#343334; font-weight:300;}
		.LatestNews .Blog .BlogArticle .BlogHeader h2 a:hover {color:#0072bc;text-decoration:none}
		.LatestNews .BlogContent {font-size:16px; color:#5a5a5a;}
		.LatestNews .BlogInformation {display:none;}
		.LatestNews .articleInner {padding-left:20px;}
		.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:#16a085; font-size:20px;}
			.close-btn:hover:before{color:#666;}

			#categoriesSide {}
			#productSideSearch h3 {margin:15px 0px; cursor:pointer; font-weight:300; font-size:18px; color:#fff; padding:10px 15px;border:1px solid #6a6a6a;color: #414347;}
			#productSideSearch h3:before {font-family:"FontAwesome"; content:"\f105"; float:right;}
			#productSideSearch h3.open {background:#0072bc; color:#fff}
			#productSideSearch h3.open:before {content:"\f107";}
			#productSideSearch .row {display:none;}
			#productSideSearch input[type="submit"] {border:0px;}
			#productSideSearch input[type="submit"]:hover {border:0px;}

		.Profiles {}
			.Profiles .Profile {border-bottom:1px solid #e3e3e3; padding-bottom:20px; margin-bottom:20px;}
				.Profiles .Profile .ProfileTxt h2{margin:0px!important; font-size:20px; font-weight:700; color:#281e72!important;}
				.Profiles .Profile .ProfileTxt p{margin-bottom:0px; vertical-align:top;}
				.Profiles .Profile .ProfileTxt .wrap {position:relative; overflow:hidden;}
				.Profiles .Profile .ProfileTxt .gradient {width:100%; height:35px; background:url('/images/bgs/bg-gradient.png') repeat-x; position:absolute; bottom:0; left:0;}
				.Profiles .Profile .ProfileImg img{width:100%; height:auto;}

		.ProfileBlocks {}
			.ProfileBlocks .StaffProfile {margin-bottom:20px;}
				.ProfileBlocks .StaffProfile p{margin-bottom:0px; vertical-align:top; font-size:16px; color:#9ea2a2;}
				.ProfileBlocks .StaffProfile p strong{font-size:18px; color:#555;}
				.ProfileBlocks .StaffProfile p:first-of-type{margin-bottom:10px; border-bottom:5px solid #8b169c;}
				.ProfileBlocks .StaffProfile p img{-webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); filter:gray; filter:grayscale(100%); border-top:3px solid #e9e9e9; border-right:3px solid #e9e9e9; border-left:3px solid #e9e9e9;}
				.ProfileBlocks .StaffProfile p img:hover{-webkit-filter:grayscale(0%); -moz-filter:grayscale(0%); filter:grayscale(0%);}

		#tabs {padding:0px; margin:0px; width:100%; list-style:none;}
			#tabs .tab {padding:0px; margin:0px;}
			#tabs .tab a{cursor:pointer; width:100%; font-size:18px; display:inline-block; padding:15px; text-align:center;}
			#tabs .tab a.inactive{color:#fff; background:#555;}
			#tabs .tab a.inactive:hover{color:#fff; background:#999;}
			.tabContent {}

		.client-list{}
			.client-list .snippetText{border:5px solid #f6f6f6; margin-bottom:20px;}
			.client-list .snippetText img{margin:15px auto;}

		.nopadding {padding:0!important;}
		.snippetTop .snippetText {text-align:center;padding-top: 50px;font-family: "jaf-bernino-sans-condensed",sans-serif;}
		.snippetTop .snippetText h2, .snippetTop .snippetText h2 a{color:#fff}

		.snippetTop .snippetText p:before, .snippetTop .snippetText p:after {position: absolute;top: 82%;overflow: hidden;width: 29%;height: 1px;content: '\a0';background-color: #3097dd;}
			.snippetTop .snippetText p:after {margin-right: 1%;}
		.snippetTop .snippetText p:before {margin-left: -30%;text-align: right;}


			.snippetTop .snippetText h2 {font-size:36px; font-weight:400; margin:0}
			.snippetTop .snippetText p{color:#55bcff; font-size:14px; font-weight:400; text-transform:uppercase}
		#homeBody .snippetGroupZone .snippetText { text-align:center; padding:20px}
		#homeBody .snippetGroupZone .snippetText, #homeBody .snippetGroupZone .snippetText h2 {color:#fff;}
			#homeBody .snippetGroupZone .snippetText h2 {font-size:34px;}
		#homeBody .snippetGroupZone .snippetText img{display:inline-block}

	.whereToBuy .snippetText, .homeContent .snippetText, .innerSnippetTop .snippetText {text-align:center; padding:135px 0;font-family: "jaf-bernino-sans-condensed",sans-serif; font-size:20px; font-weight:700;color: #f0efed;}
		.whereToBuy .snippetText a, .homeContent .snippetText a, .innerSnippetTop .snippetText a{color:#f0efed;}
		.whereToBuy .snippetText a:hover, .homeContent .snippetText a:hover, .innerSnippetTop .snippetText a:hover{color:#0072BC;}
		.whereToBuy .snippetText h2, .homeContent .snippetText h2 { font-size: 44px; color:#f0efed; font-weight:300; }

	.homeContent {color:#b2b2ff;}
		.homeContent #content{padding: 20px 0 0 100px;}
		.homeContent h1 {font-size:52px; font-weight:300;color:#b2b2ff;margin-bottom: 30px;}
		.homeContent #content #itemBody ul {margin-top:70px; padding:0;font-size: 20px;}
		.homeContent #content #itemBody ul li{display:inline-block; font-family: "jaf-bernino-sans-condensed",sans-serif; font-weight:300}
		.homeContent #content #itemBody ul li:first-child a {border:2px solid #b2b2ff; color:#b2b2ff;  margin-right: 20px;padding: 15px 60px;}
			.homeContent #content #itemBody ul li:first-child a:hover {color:#fff; background:#2d2d89;border:none;padding: 18px 60px;}
		.homeContent #content #itemBody ul li:last-child  a{color:#fff; background:#2d2d89;border:2px solid #2d2d89; border:none; padding: 18px 60px;}
			.homeContent #content #itemBody ul li:last-child a:hover {border:2px solid #b2b2ff; color:#b2b2ff; background:none;padding: 15px 60px;}

	.snippetGroup .snippetText h2 {text-align:center;font-size: 20px;}
	.snippetGroup .snippetText {text-align:center;}
	.snippetGroup .snippetText img {display: inline-block;}
        #innerNoNav .snippetGroup .snippetText {margin-bottom:40px;}
        #innerNoNav .snippetGroup .snippetText h2{padding:20px 0;}
        #innerNoNav .snippetGroup .snippetText img,  #innerBody .snippetGroup .snippetText img {min-height:170px;}
	 
/* --------------------------------<footer>-------------------------------- */
	footer{padding:20px 0px;}

	
	.topfooter {font-size:14px; background:#272727;padding-top: 50px;}
	#homeBody .topfooter {background:#272727 url(../../images/bgs/footerBg.png) no-repeat top center;padding-top: 150px;}
	.bottomfooter {background:#222; font-size:12px;}
	.bottomfooter a{color:#16a085}

	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:0px 0 20px 0; font-size:26px; font-weight:300; text-transform:uppercase; color:#fefefe}

	#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;}
	h4.fCompanyName {}
	.ContactAddress {}
	.ContactDetails, .fPhone {margin-top:10px;}
	.designedByWebtrade {margin-bottom:0px;margin-top: 200px;}
	.footerSnippet .snippetText ul {margin:0;padding:0; list-style:none}
	.footerSnippet .snippetText ul li{margin-bottom:10px;color:#ffffff}
	.footerSnippet .snippetText ul li a{color:#ffffff}
		.footerSnippet .snippetText ul li a:hover {text-decoration:underline}

	.innerSnippetTop {background:url(../../images//bgs/innerFooterTop.png) no-repeat top center;max-height: 349px;min-height: 349px;}
		.innerSnippetTop .snippetText {padding:150px 0 0 0; }
		.innerSnippetTop .snippetText h2{font-weight:300; font-size:44px}
/* --------------------------------<forms>--------------------------------- */
	/* Required Legend */	
		.form{}
			.form img {width:100%;}	
			.form label i.fa-asterisk{display:none}
			.form h4.required{margin:0px;}

	/* labels */		
		/* required label */
		.form .requiredlegend span:before, .form .requiredGroup label:before{font-family:"FontAwesome"; content:"\f069"; font-weight:normal; padding-right:5px; font-size:75%; color:#cf4c4b;}.form .requiredGroup label:before{font-family:"FontAwesome"; content:"\f069"; padding-right:5px; color:#cf4c4b;}	

	/* Radiobuttons - .NET override to bootstrap */
		.form .radioButtons{}
		.form .radioButtons input{display:inline-block; margin-top:-4px;}
		.form .radioButtons label{display:inline-block; padding:0 0 0 0px;}
		.form .radioButtons span.radio label{padding:0 0 0 4px; font-weight:normal}		
		.form .radioButtons span.radio label:before{content:''}		
		.form .radio label, .form .checkbox label{padding-left:0px}
		
	/* colour validation */
		.form .HTML5FormColorContainer{margin-bottom:20px}
		.form .HTML5FormColorContainer .radioButtons input{margin-left:4px;}
		.form .HTML5FormColorContainer .radioButtons label{padding:0 0 0 4px; margin:0 10px 0 0; font-weight:bold}
		.form .HTML5FormColorContainer .colorSpamChoice, .form .HTML5FormColorContainer .correctcolour{display:inline-block; margin:0 5px 2px 0; padding:7px; font-weight:bold}
		
	/* input jQuery behvaiours */
		.form div .idleField{background:#f7f7f7; color:#333;}
		.form div .focusField{background:#D0D3EE; color:#2A2F66;}
		.form div .errorField{background:#fff; color:#AB2525;}
		.form div .completedField{background:#E8F9E8; color:green; font-style:normal; font-weight:bold;}
	
	/* map */
		.pnlGoogleMapsLink{background:#16a085;}
		.pnlGoogleMapsLink:hover{background:#16a085;}

	/* Paging */
		.PagingContainer{padding:10px 0 0 0; width:100%; float:none; clear:both;}
		.PagingContainer .lblPagingOf{float:left; width:130px; font-size:100%; color:#16a085!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 #16a085!important; padding:2px!important; height:auto!important;}
		.PagingContainer ul li a:hover, .PagingContainer ul li a.NavSelected{background-color:#16a085!important; color:#fff!important; border-bottom:0px solid #16a085!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) {
			body.vegas-container {overflow:hidden!important;}
			.carousel {padding-top:50px;}
			select:focus, textarea:focus, input:focus {font-size:16px;}
			#logo{margin:0px auto; display:table; height:50px;}
			#logo a {display:table-cell; height:100%; vertical-align:middle;}
			#logo img{margin:5px auto; max-height:40px; width:auto;}
			#footerNav ul{padding:0px; margin:0px 0px 15px 0px;}
			#footerNav ul li {text-align:center; width:100%; display:inline-block; padding:0px 0px 5px 0px; margin:0px;}
			#footerNav ul li:before {display:none;}
			.topfooter {font-size:12px;}
			.bottomfooter {font-size:11px;}
			.topHeader{height:100px; max-height:100px; border-bottom:0px; position:fixed; width:100%; background:#fff}
			.blackout {opacity:0; -webkit-transition: opacity 0.5s ease; -moz-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
			.show-menu .blackout {background:rgba(0, 0, 0, .7); z-index:62; opacity:1; display:inline-block; width:100%; height:100%; content:""; position:fixed;}
		}

		/* 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;}
			.ImgSliderInner .slide{}
			html, body, .frmMaster {width:100%; height:100%;}
			#sideBar{display:inline-block;}
			#contentZone{margin-left:0;}
			#content img{margin:0!important; display:block!important; float:none!important; clear:both!important; position:relative; height:auto; max-width:100%;}
			#map-canvas {height: 250px!important}			
			.SiteSearch{margin:0px; text-align:center;}
			.designedByWebtrade {padding-top:0px;}
			#footerAddress {margin-bottom:20px;}
			li.pnlGalleryImage a{height:80px;}
			.footersnippet, .companyinfo{padding-top:20px;}
			footer .text-right, footer .text-left, .topfooter, .bottomfooter, .footersnippet, .companyinfo, .designedByWebtrade {text-align:center!important;}
			.equalHeight{min-height:0px;}
			#PhoneLogo {text-align:center;}
			#PhoneLogo a {display:inline-block; margin:10px auto;}
			#PhoneLogo img{width:auto; max-width:100%; height:auto; max-height:50px;}
			
			.LatestNews .Blog .BlogArticle .BlogDate {display:none}
			.LatestNews .Blog .BlogArticle .BlogHeader h2 {margin-bottom:0px; border-bottom:1px solid #e3e3e3;}
			.LatestNews .Blog .BlogArticle .BlogHeader h2 a {width:100%; display:inline-block; position:relative; padding-right:20px; padding-bottom:10px;}
			.LatestNews .Blog .BlogArticle .BlogHeader h2 a:before {content:"\f105"; font-family:"FontAwesome"; color:#0072bc; right:0px; font-size:24px; position:absolute; width:20px; text-align:right;}
			.LatestNews .Blog .BlogArticle {padding-bottom:0px;}
			.LatestNews .Blog .BlogArticle .BlogHeader {padding-left:0px;}
			.LatestNews .BlogContent {display:none;}
			.overlay-content {width:96%; margin:0 2%; top:10%; left:0;}
			.StaffProfile .ProfileTxt p {line-height:normal; font-size:16px;}
			.StaffProfile .ProfileImg {padding-bottom:10px;}
			#tabs .tab a{font-size:11px; padding:10px 5px;}
			#PhoneNav {padding-bottom:100px;}
            .ImgSliderInner .slide {min-height: 160px; max-height: 160px;}
			.ImgSlider .bodyText {padding-top: 90px;}
			.ImgSlider .bodyText h2{font-size:16px;}
			.ImgSlider .bodyText p{font-size:12px;}
			.ImgSlider .slide .container, .ImgSliderHome .slide{max-height:300px!important;min-height:300px;}
			.ImgSlider .bodyText{width:95%; right:0px; left:0px; margin:0 auto;}
			
			#homeBody .snippetGroupZone .snippetText .bodyText p{display:none}
			#homeBody .snippetGroupZone .snippetText .bodyText p:nth-child(2){display:block!important}
			.homeContent #content {padding:0}
			.designedByWebtrade {margin-top:20px;}
			.snippetTop .snippetText p::before, .snippetTop .snippetText p::after {width:1px}
			.LatestNews .blogMain {background:none}
			.middle {padding-bottom:0;}
			.homeContent h1 {font-size:26px;margin-top:30px}
			.whereToBuy .snippetText h2, .homeContent .snippetText h2 {font-size:30px}
			.homeContent #content #itemBody ul li:last-child a, .homeContent #content #itemBody ul li:last-child a:hover, .homeContent #content #itemBody ul li:first-child a,  .homeContent #content #itemBody ul li:first-child a:hover {padding: 10px 15px;}
			#homeBody .middle {background-size:cover}
			.whereToBuy .snippetText{padding:0;}
            .homeContent .snippetText{border-top:1px solid #2d2d89}
			.innerSnippetTop .snippetText {padding:100px 0}
			.homeContent {background:#3C3CA2}
			.whereToBuy .snippetText {font-size:12px;padding: 20px 0;}
            .snippetTop .snippetText h2 {font-size:28px;}
            #homeBody .snippetGroupZone .snippetText h2 {font-size:20px}
            .whereToBuy {background:url(../../images/bgs/whereToBuyMobile.jpg) no-repeat; background-size:cover}
            .homeContent .col-md-5 {background:url(../../images/bgs/viewlatestcctv.png) no-repeat; background-size:cover}
            .whereToBuy .snippetText, .homeContent .snippetText, .innerSnippetTop .snippetText {padding:60px;}
            #homeBody .middle { background: url(../../images/bgs/homeSnippetsBgMobile.png) no-repeat }
            .slick-slider {background:#0072bc}

		}

		/* visible-sm - small tablet L, tablet P, widescreen P */
		@media only screen and (min-width: 768px) and (max-width: 991px) {
			.container>.navbar-collapse{width:100%; margin-right:-15px; margin-left:-15px;}
			.navbar-collapse.collapse{display:none!important;}
			#PhoneLogo {display:none;}
			li.pnlGalleryImage a{height:110px;}
			.designedByWebtrade {padding-top:20px;}
			#tabs .tab a{font-size:14px;}
			.ImgSlider .bodyText{padding-top: 30px;}
			#PhoneNav {padding-bottom:50px;}
			.headerSmall {height:50px; overflow:hidden; background:#fff}
			.headerSmall .headerContact {opacity:0;}
			.ImgSlider .slide .container, .ImgSliderHome .slide{max-height:300px!important;min-height:300px;}
			.ImgSlider .bodyText{width:95%; right:0px; left:0px; margin:0 auto;}
			.designedByWebtrade {margin-top:20px; text-align:center}
			.footerSnippet, .companyinfo {text-align:center}
			.snippetTop .snippetText p::before, .snippetTop .snippetText p::after {width:1px}
			.LatestNews .blogMain {background:none}
			.middle {padding-bottom:0;}
			.whereToBuy .snippetText, .homeContent .snippetText, .innerSnippetTop .snippetText {padding: 55px 0;}
			.homeContent h1 { font-size: 30px;}
			.homeContent .snippetText h2 {font-size: 30px;}
			.homeContent #content #itemBody ul li:last-child a, .homeContent #content #itemBody ul li:last-child a:hover, .homeContent #content #itemBody ul li:first-child a,  .homeContent #content #itemBody ul li:first-child a:hover {padding: 10px 15px;}

		}
		
		@media only screen and (min-width: 768px) {
			.equalHeight{min-height:1px; display:block;}
			.LatestNews .Blog .BlogArticle .BlogDate {display:none}
				.LatestNews .Blog .BlogDate .Seperator {display:none;}
				.LatestNews .Blog .BlogDate .Day {padding-left:3px;}
				.LatestNews .Blog .BlogDate .Month {padding-right:3px;}
				.LatestNews .Blog .BlogDate .Year {font-size:22px; margin-top:20px; display:block;}
				.LatestNews .Blog .BlogDate .Year:before {display:table; clear:both; content:'';}
			.overlay-content {top:30%; left:50%; width:500px; margin-left:-250px;}
			.ImgSliderInner .slide{}
			.ImgSlider .slide .container, .ImgSliderHome .slide{height:500px;}
			.ImgSlider .bodyText { right:15px;}

		}	

		/* visible-md - tablet L, HDTV P */
		@media only screen and (min-width: 992px) and (max-width: 1199px) {
			.subnav-fixed{position: fixed; top: 40px; left: auto; right: auto; z-index: 1020; width:220px;}
			.subnav-fixed .nav{width: 938px; margin: 0 auto;}
			li.pnlGalleryImage a{height:110px;}
			#tabs .tab a{font-size:16px;}
			.ImgSlider .bodyText{width:45%;}
			#MainNav ul li a {margin: 0px 15px;padding: 0 0 5px;font-size: 15px}
			.whereToBuy .snippetText, .homeContent .snippetText, .innerSnippetTop .snippetText {padding: 50px 0;}
			.designedByWebtrade {margin-top:20px;}
			.footerSnippet, .companyinfo {text-align:center; width:50%;}
		}

		@media only screen and (min-width: 992px) {
			.mobileNavBtn{min-height:0px;}
			.ImgSlider .bodyText{right:15px;}
			.topHeader{width:100%;}
		}

		/* visible-lg - widescreen L, HDTV L */
		@media only screen and (min-width: 1200px) { 
			.subnav-fixed{width:270px;}
			li.pnlGalleryImage a{height:100px;}
			.subnav-fixed .nav{width: 1168px;}
			.ImgSlider .bodyText{width:100%;}
		}

		@media only screen and (min-width:1500px) {
		}

/* --------------------------------<BootStrap Padding Reset (15px)>-------- */
		.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3,
		.col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6,
		.col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9,
		.col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11,
		.col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {padding-left:15px; padding-right:15px;}
		.row {margin-left:-15px; margin-right:-15px;}
		.container {padding-left:15px; padding-right:15px;}

/* --------------------------------<BootStrap 5col addition>--------------- */
		.col-xs-15,
		.col-sm-15,
		.col-md-15,
		.col-lg-15 {
			position: relative;
			min-height: 1px;
		}
		.col-xs-15 {
			width: 20%;
			float: left;
		}
		@media only screen and (min-width: 768px) {
		.col-sm-15 {
				width: 20%;
				float: left;
			}
		}
		@media only screen and (min-width: 992px) {
			.col-md-15 {
				width: 20%;
				float: left;
			}
		}
		@media only screen and (min-width: 1200px) {
			.col-lg-15 {
				width: 20%;
				float: left;
			}
		}

/* --------------------------------<MasterPages>--------------------------- */
	/* Home Master */
		#homeBody{}	
		#homeBody #content p:first-of-type{}

	/* Inner Master */
		#innerBody{}

	/* Logged in resets */
		.pnlPageEditButtons a, .pnlHoverControlsBlog a, .pnlHoverControls a, .randomGallery a {min-height:25px;}
		.loggedin #divEditMenu {display:block!important;}
		.loggedin .SliderTemplateZone {visibility:visible;}
		.loggedin .mastHeadContainer {display:none!important}
		/*.loggedin .ImgSlider section.form {display:none;}*/
		h1.header input {color:#555;}

	/* PIE plugin for IE8 rounded corners */
		.badge {behavior: url(/_includes/js/PIE.htc); position:relative;}

	/* Target elements in IE8 & below */
		html.lt-ie9 {}

	/* Fix for IE9/10 issue with responsive images */
		.img-responsive {width:auto;}

		.printlogo {display:none;}

/* --------------------------------<Print>--------------------------------- */

	@media print {
		*{max-width:100%; position:relative; text-align:left; float:initial;}
		body {font-size:1.1em;}
		#logo a {display:none;}
		.printlogo {display:block;}
		header .mobileNavBtn, header .headermenu, footer, section, .SiteSearch, .mastHead, .AddToCart, #productImage, #PhoneNav, #sideBar, .scrollup {display:none!important;}
		section.middle {display:block!important;}
		body,html{background:#fff}
		@page {margin:0.5cm;}
		header, section.middle {width:100%;}
		header:before {display:block; content:"Thank you for printing our content. Please check back soon for more."; margin-bottom:10px; border:1px solid #bbb; padding:3px 5px; font-style:italic;}
		header {margin-bottom:40px;}
		p a {word-wrap:break-word;}

		a{text-decoration:underline!important;}
		h1{font-size:1.500em; color:#555;}
		h2{font-size:1.438em; color:#555;}
		h3{font-size:1.375em; color:#555;}
		h4{font-size:1.313em; color:#555;}
		h5{font-size:1.250em; color:#555;}
		h6{font-size:1.188em; color:#555;}
	}

/* --------------------------------<END>----------------------------------- */