@font-face {                                                  
  font-family: 'oxygen';                                
  src: url('../webfonts/oxygen/oxygen.eot');                                      
  src: url('../webfonts/oxygen/oxygen.eot?#iefix') format('embedded-opentype'),   
url('../webfonts/oxygen/oxygen.woff') format('woff'),                      
url('../webfonts/oxygen/oxygen.ttf') format('truetype'),                   
url('../webfonts/oxygen/oxygen.svg#OxygenRegular') format('svg');            
  font-weight: normal;                                        
  font-style: normal;                                         
}                                                             




@font-face {

    font-family: 'italiannoregular';

    src: url('../webfonts/italianno-regular/italianno-regular-otf-webfont.eot');

    src: url('../webfonts/italianno-regular/italianno-regular-otf-webfont.eot?#iefix') format('embedded-opentype'),

         url('../webfonts/italianno-regular/italianno-regular-otf-webfont.woff2') format('woff2'),

         url('../webfonts/italianno-regular/italianno-regular-otf-webfont.woff') format('woff'),

         url('../webfonts/italianno-regular/italianno-regular-otf-webfont.ttf') format('truetype'),

         url('../webfonts/italianno-regular/italianno-regular-otf-webfont.svg#italiannoregular') format('svg');

    font-weight: normal;

    font-style: normal;


}@keyframes scalepulse {
    0% {transform: scale(0.8);}
    50% {transform:scale(1);}
    100% {transform: scale(0.8);}
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0) }
  40% { transform: translateY(-20px) }     60% { transform: translateY(-10px) }
}
html, body        { width:100%; height:100%; }
body              { padding:0; margin:0; font-family:oxygen, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; font-size:14px; background:#FFF; }


h1                { font-size:2.0em; font-weight:normal; color:#222; margin-bottom:0.8em; margin-top:0; text-align:inherit;  }
h1:first-child    { margin-top:0; padding-top:0; }
h2                { font-size:1.4em; font-weight:normal; color:#008000; margin-bottom:0.8em; margin-top:0; text-align:left; }
p                 { padding:0; margin:0 0 0.9em 0; color:#555 }
a                 { color:inherit; text-decoration:none; outline:none; }
ul                { color:#cd8417; }

.fb_iframe_widget { display:block !important; max-width:500px; margin:0 auto; }










/* CSS Document */
.sitewrap                                   { box-sizing:border-box; position:relative; margin:0 auto; overflow:hidden; }
.container                                  { box-sizing:border-box; position:relative; padding:0; }
.container.narrow                           { box-sizing:border-box; position:relative; margin:0 auto; }
.grid                                       { box-sizing:border-box; position:relative; margin:0; }
.cell                                       { box-sizing:border-box; position:relative; padding:0 10px; margin:0; float:left; }
.container:after, .grid:after, .cell:after  { content: ""; display: block; *zoom: 1; clear:both; }





.sitewrap         { min-width:1000px; }
.container.narrow { width:1000px; }


/* Apply to the GRID only!!!! */
.desktop-outer-gutters                           { margin-left:0; margin-right:0; }
.desktop-no-outer-gutters                        { margin-left:-10px; margin-right:-10px; }
.desktop-no-inner-gutters                        { padding-left:10px; padding-right:10px; }
.desktop-no-inner-gutters>.cell                  { padding:0 }
.desktop-no-gutters                              { margin-left:0; margin-right:0; }
.desktop-no-gutters>.cell                        { padding:0 }
.desktop-double-outer-gutters                    { padding-left:10px; padding-right:10px; }
.desktop-no-horizontal-gutters                   { padding-top:0; }
.desktop-no-horizontal-gutters>.cell             { margin-bottom:0; }

/* Hide or Show */
.desktop-hide          { display:none; }
.desktop-show          { display:block; }
  
/* General widths */
.desktop-1-1           { width:100%; }

.desktop-1-2           { width:50.00%; }
.desktop-2-2           { width:100.00%; }

.desktop-1-3           { width:33.33%; }
.desktop-2-3           { width:66.66%; }
.desktop-3-3           { width:100.00%; }

.desktop-1-4           { width:25.00%; }
.desktop-2-4           { width:50.00%; }
.desktop-3-4           { width:75.00%; }
.desktop-4-4           { width:100.00%; }

.desktop-1-5           { width:20.00%; }
.desktop-2-5           { width:40.00%; }
.desktop-3-5           { width:60.00%; }
.desktop-4-5           { width:80.00%; }
.desktop-5-5           { width:100.00%; }

.desktop-1-6           { width:16.66%; }
.desktop-2-6           { width:33.33%; }
.desktop-3-6           { width:50.00%; }
.desktop-4-6           { width:66.66%; }
.desktop-5-6           { width:83.33%; }
.desktop-6-6           { width:100.00%; }

.desktop-1-12          { width:8.33%; }
.desktop-2-12          { width:16.66%; }
.desktop-3-12          { width:25.00%; }
.desktop-4-12          { width:33.33%; }
.desktop-5-12          { width:41.66%; }
.desktop-6-12          { width:50.00%; }
.desktop-7-12          { width:58.33%; }
.desktop-8-12          { width:66.66%; }
.desktop-9-12          { width:75.00%; }
.desktop-10-12         { width:83.33%; }
.desktop-11-12         { width:91.66%; }
.desktop-12-12         { width:100.00%; }


.desktop-push-3-4    { margin-left:75%; }
.desktop-pull-4-4    { margin-left:-100%; }


@media all and (max-width: 768px) {
        .sitewrap         { width:100%; min-width:250px; }
        .container.narrow { width:100%; min-width:250px }


		/* Apply to the GRID only!!!! */
        .mobile-outer-gutters                           { margin-left:0; margin-right:0; }
		.mobile-no-outer-gutters                        { margin-left:-10px; margin-right:-10px; }
		.mobile-no-inner-gutters                        { padding-left:10px; padding-right:10px; }
		.mobile-no-inner-gutters>.cell                  { padding:0 }
		.mobile-no-gutters                              { margin-left:0; margin-right:0; }
		.mobile-no-gutters>.cell                        { padding:0 }
		.mobile-double-outer-gutters                    { padding-left:10px; padding-right:10px; }
		.mobile-no-horizontal-gutters                   { padding-top:0; }
		.mobile-no-horizontal-gutters>.cell             { margin-bottom:0; }
		
		/* Hide or Show */
		.mobile-hide          { display:none; }
		.mobile-show          { display:block; }
		
		/* General widths */
		.mobile-1-1           { width:100%; }
		
		.mobile-1-2           { width:50.00%; }
		.mobile-2-2           { width:100.00%; }
		
		.mobile-1-3           { width:33.33%; }
		.mobile-2-3           { width:66.66%; }
		.mobile-3-3           { width:100.00%; }
		
		.mobile-1-4           { width:25.00%; }
		.mobile-2-4           { width:50.00%; }
		.mobile-3-4           { width:75.00%; }
		.mobile-4-4           { width:100.00%; }
		
		.mobile-1-5           { width:20.00%; }
		.mobile-2-5           { width:40.00%; }
		.mobile-3-5           { width:60.00%; }
		.mobile-4-5           { width:80.00%; }
		.mobile-5-5           { width:100.00%; }
		
		.mobile-1-6           { width:16.66%; }
		.mobile-2-6           { width:33.33%; }
		.mobile-3-6           { width:50.00%; }
		.mobile-4-6           { width:66.66%; }
		.mobile-5-6           { width:83.33%; }
		.mobile-6-6           { width:100.00%; }
		
		.mobile-1-12          { width:8.33%; }
		.mobile-2-12          { width:16.66%; }
		.mobile-3-12          { width:25.00%; }
		.mobile-4-12          { width:33.33%; }
		.mobile-5-12          { width:41.66%; }
		.mobile-6-12          { width:50.00%; }
		.mobile-7-12          { width:58.33%; }
		.mobile-8-12          { width:66.66%; }
		.mobile-9-12          { width:75.00%; }
		.mobile-10-12         { width:83.33%; }
		.mobile-11-12         { width:91.66%; }
		.mobile-12-12         { width:100.00%; }
}#header.style1                     { padding-top:5px; padding-bottom:5px; z-index:1000; background:#fff }
#header.style1 .logo img           { display:block; height:auto; width:50%; margin:0 auto 10px auto; }
#header.style1 .contact            { padding-top:0px; text-align:center; font-size:1.1em; }
#header.style1 .contact .phone     { xdisplay:block; text-align:center; font-size:2.2em; color:#000000; }
#header.style1 .contact .address   { xdisplay:block; text-align:center; font-size:1.1em; color:#000000; }
#header.style1 .contact .delimiter { color:#000000; }

#header.style2                     { padding-top:10px; padding-bottom:6px; z-index:1000; background:#fff; }
#header.style2 .logo img           { display:block; box-sizing:border-box; height:auto; width:100%; padding:3px; margin:0; background:#333 }
#header.style2 .contact            { padding-top:20px; text-align:right; font-size:1.0em; }
#header.style2 .contact .phone     { display:block; text-align:inherit; font-size:2.8em; color:#F60; }
#header.style2 .contact .address   { display:block; text-align:inherit; font-size:1.0em; color:#333; }
#header.style2 .contact .delimiter { color:#F60; }


@media all and (max-width: 768px) {
    #header.style1                     { } 
    #header.style1 .logo img           { width:95%; height:auto; margin:0 auto; }
    #header.style1 .contact            { padding:20px 10% 10px 10%; font-size:1.2em;}

    #header.style2                     { padding-top:20px; padding-bottom:0; } 
    #header.style2 .logo img           { width:100%; height:auto; margin:0 auto; }
    #header.style2 .contact            { padding:20px 10% 30px 10%; font-size:1.0em; text-align:center;}
    #header.style2 .contact .phone     { font-size:2.3em; }
}
#navigation                  { background:#4CBB17;  margin-bottom:0px; }
#navigation ul               { display:block; list-style:none; padding:0; margin:0; width:100%; overflow:hidden; font-size:1.2em; text-align:center; }
#navigation ul li            { display:inline-block;  }
#navigation ul li a          { display:block; padding:2px 8px; text-decoration:none; color:#000000 }
#navigation ul li a:hover    { color:#ffffff; }
#navigation ul li.selected a { background:#; color:#000000; }


@media all and (max-width: 768px) { 
    #navigation .menu-toggler  { font-size:1.6em; background:#4CBB17; color:#FFFFFF; text-align:center; }
    #navigation ul            { max-height:0; font-size:1.5em; text-align:center; background:#FFFFFF; transition:0.8s; pdosition:absolute; z-index:2000; }
    #navigation ul.expanded   { max-height:1000px }
	#navigation ul li a       { padding:5px 10px; color:#000000; }
    #navigation ul li a:hover    { color:#FFFFFF; }
	#navigation ul li         { display:block; border:none; }
}
#pic-nav              { padding:20px 0; background:#F0F0F0;}
.picbox               { overflow:hidden; width:100%; padding-top:80%; background:transparent; position:relative; box-sizing:border-box; }
.picbox .image        { position:absolute; top:0; left:0; width:100%; height:100%; z-index:0; background-size:cover; background-position:center center;}
.picbox.n1 .image     { background-image:url(/imagecache/promos/auran8.jpg/800x0.jpg) }
.picbox.n2 .image     { background-image:url(/imagecache/promos/auran1.jpg/800x0.jpg) }
.picbox.n3 .image     { background-image:url(/imagecache/promos/auran2.jpg/800x0.jpg) }
.picbox.n4 .image     { background-image:url(/imagecache/promos/auran3.jpg/800x0.jpg) }
.picbox.n5 .image     { background-image:url(/imagecache/promos/auran6.jpg/800x0.jpg) }
.picbox .overlay      { position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; transition:all 0.5s}
.picbox .caption      { position:absolute; bottom:0; left:0; right:0; padding:5px; height:auto; z-index:2; background:#43C6DB; color:#000000; text-align:center; font-size:1.1em;}
.picbox:hover .overlay {background:rgba(102,102,102,0.60); }




@media all and (max-width: 768px) { 
  .picbox { margin:10px 10%; width:auto; padding-top:50%;  }
  .picbox .caption { font-size:1.4em; }
}#promo                              { width:100%; padding-top:40%; min-height:400px; position:relative; overflow:hidden;; z-index:3; }
#promo .slideshow                   { position:absolute; top:0; left:0; width:100%; height:100%; }


#promo .slideshow .nav              { opacity:0; position:absolute; top:0; left:0; width:100%; height:100%; z-index:2000; transition:all 0.8s; } 
#promo .slideshow .nav .prev,
#promo .slideshow .nav .next        { position:absolute; font-size:25px; line-height:25px; padding:18px 20px 16px 20px; top:50%; margin-top:-30px; background:rgba(0,0,0,0.5); color:#AAA; }
#promo .slideshow .nav .prev        { left:20px; } 
#promo .slideshow .nav .next        { right:20px; } 
#promo .slideshow .nav .prev:hover, 
#promo .slideshow .nav .next:hover  { cursor:pointer; background:rgba(150,150,150,0.5); } 
#promo .slideshow .nav .prev:before { content:'<'}
#promo .slideshow .nav .next:before { content:'>'}
#promo .slideshow:hover .nav        { opacity:1 }



#promo .slideshow .overlay          { position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(104, 138, 173, 0.4)); z-index:1000; display:table; }
#promo .slideshow .overlay .content { display:table-cell; text-align:center; vertical-align:middle; color:white; font-size:1.4em; }
#promo .slideshow .overlay .content img { width:30%; height:auto; }
#promo .slideshow .overlay .content a.button { width:140px; padding:10px 30px; margin:10px; border:1px solid white; display:inline-block; background:rgba(1,1,1,0.1); text-align:center; font-family:caviar-dreams; }
#promo .slideshow .overlay .content a.button:hover { background:rgba(100,100,100,0.4); }


#promo .slideshow .slides           { position:absolute;  top:0; left:0; width:100%; height:100%; z-index:1; }
#promo .slideshow .slide            { width:100%; height:100%; background-size:cover; background-position:center center; }

#promo .slideshow .slide .overlay    { background:transparent }
#promo .slideshow .slide .title      { font-size:2.6em; font-weight:normal; padding:0; margin:0; color:#FFF; text-shadow:0px 0px 20px #555; xbackground:rgba(0,0,0,0.3); }
#promo .slideshow .slide .subtitle   { font-size:1.6em; font-weight:normal; padding:0; margin:0; color:#FFF; text-shadow:0px 0px 20px #000 }


#promo .slideshow .slide.n1 .title    { }
#promo .slideshow .slide.n2 .subtitle { }


@media all and (max-width: 768px) {
    #promo .slideshow                       { font-size:0.8em; }
    #promo .slideshow .overlay .content img { width:40%; height:auto; }



	#promo      { padding-top:60%; }
	#xpromo img  { border:none; }
}#promo-map    { width:100%; padding-top:40%; position:relative;}
#promo-map .map { position:absolute; top:0; left:0; width:100%; height:100%; }

@media all and (max-width: 768px) {
    #promo-map { padding-top:60%;  }
}#triple-feature       { background:#FFF; padding-top:40px; }
#triple-feature .cell { padding-bottom:40px; }
#triple-feature img   { display:block; width:40%; height:auto; margin:0 auto 20px auto; }
#triple-feature h1    { text-align:center; font-size:1.5em; margin:0 0 10px 0; }
#triple-feature p     { text-align:center; color:#555; padding:0 20px; }

@media all and (max-width: 768px) {
  #triple-feature img { width:18%; height:auto; margin:20px auto 20px auto; }
}#page       { padding:30px 0 20px 0; background:#FFF; }
	

@media all and (max-width: 768px) {
    #spage       { padding-left:0; padding-right:0; }
}






#sidebar   { }
#sidebar a {text-decoration:none; }

#sidebar .widget                { box-sizing:border-box; width:100%; padding:0 10px 10px 10px; margin-bottom:50px; }
#sidebar .widget h1             { padding:0 10px; margin:0 -10px 10px -10px; background:#346C46; color:#FFF; text-align:center}
#sidebar .widget ul             { color:#000; font-size:1.1em; padding-right:20px; }
#sidebar .widger:last-child     { margin-bottom:0; }

#sidebar .widget.notice         { }
#sidebar .widget.notice p       { text-align:center; font-size:1.4em }


#sidebar .widget.facebook       { padding:0; }
#sidebar .widget.facebook h1    { margin:0; }

#sidebar .widget.imagestack     { padding:0; }
#sidebar .widget.imagestack img { width:100%; height:auto; }


@media all and (max-width: 768px) {
	#sidebar {padding-top:40px; padding-bottom:40px; xbackground:#DDD; }
	#sidebar .widget { width:80%; margin:0 auto 40px auto; }
}
#contact                                       { background:#F0F0F0; padding-top:10px; padding-bottom:10px; }
#contact h1                                    { }  
#contact .contactform                          { display:block; margin:10px 8px; overflow:hidden; }  
#contact .contactform label                    { width:100%; display:block; padding:0; margin:0 0 0.1em 0; color:#777; font-size:1.0em; }
#contact .contactform input, 
#contact .contactform textarea                 { display:block; width:100%; box-sizing:border-box; background: #F5F5F5 scroll; color:#555; border: 1px solid #CCC; padding:4px 2px; margin-bottom:0.8em; }
#contact .contactform input:focus,
#contact .contactform textarea:focus           { background:#FFF; color:#555; border:1px solid #999; }
#contact .contactform .error                   { background:#FFF; margin-bottom:0; }
#contact .contactform .errormsg                { padding:0; margin:0 0 10px 0; color:#F00; }
#contact .contactform .successmsg              { padding:0; margin:0 0 10px 0; color:#444; }
#contact .contactform #message                 { height:100px; }
#contact .contactform #submit                  { width:50%; margin:0 auto; }


#contact .left .wrap                                    { padding:100px 100px 0 0; }  



@media all and (max-width: 768px) { 
  #contact                 { padding-top:20px; padding-bottom:40px; text-align:center}
  #contact h1              { text-align:inherit; }
  #contact .left .wrap     { padding:0; }  
  #contact .contactform    { margin:10px 30px; }
}#facebook                                       { padding-top:20px; padding-bottom:20px; background:#DDD; }
#facebook h1                                    { text-align:left;  }
#facebook .fb-page                              { display:block;  }
#facebook .n1                                   { padding-top:100px; margin-left:50%; padding-left:20px; }  
#facebook .n2                                   { margin-left:-100%; }



@media all and (max-width: 768px) { 
  #facebook                                     { text-align:center; }
  #facebook h1                                  { text-align:inherit; }
  #facebook .n1                                 { padding:30px 40px; float:none; margin-left:0; }  
  #facebook .n2                                 { float:none; margin-left:0; }  

}#gallery               { overflow:visible; background:#FFF; }
#gallery .aspect       { display:block; box-sizing:border-box; width:100%; padding-top:66.66%; padding-top:150%; xmargin-bottom:20px; position:relative; xborder:1px solid #666; }
#gallery a             { position:absolute; top:0px; left:0px; bottom:0px; right:0px; overflow:hidden; }
#gallery a img         { position:absolute; display:block; top:0; left:0; width:100%; height:100%; transition:0.5s; border:none !important }
#gallery a img:hover   { transform:scale(1.2); z-index:1000;}

#xgallery a img   { opacity:0.5}
#xgallery a img:hover   { opacity:1}




@media all and (max-width: 768px) { 
}.slideshow.carousel         { xborder-top:1px solid #FFF; }
.slideshow.carousel img     { box-sizing:border-box; height:200px; width:300px; display:block; }

@media all and (max-width: 768px) {

}
#footer                                   { padding-top:20px; padding-bottom:10px; background:#4CBB17; color:#ffffff; text-align:left; font-size:1em; xborder-top:1px solid #AAA; }
#footer .container                        { }
#footer h1                                { color:#ffffffffff; text-align:inherit; font-size:1.5em; border-bottom:1px solid #EEE; padding-bottom:0.2em; }
#footer p                                 { color:inherit; text-align:inherit }
#footer a                                 { text-decoration:none; color:inherit; }

#footer ul             { list-style:none; padding:0; margin:0 0 1em 0; border-top: 1px dotted #555; color:#EEE}
#footer li             { color:inherit; padding:0.3em 0; border-bottom: 1px dotted #AAA }
#footer li:hover       { color:#DDD }
#footer a              { color:inherit}
#footer a:hover        { color:#E72}


#footer .widget                           { margin-bottom:40px; overflow:hidden; word-wrap: break-word; }
#footer .widget.phone_numbers table       { border-collapse:collapse; margin:0 auto; width:100%; color:inherit}
#footer .widget.phone_numbers table .col1 { width:50%; text-align:left; }
#footer .widget.phone_numbers table .col2 { width:50%; text-align:right; }

#footer .widget.opening_times table       { border-collapse:collapse; margin:0 auto; width:100%; color:inherit}
#footer .widget.opening_times table .col1 { width:50%; text-align:left; }
#footer .widget.opening_times table .col2 { width:50%; text-align:right; }
#footer .widget.opening_times table tr    { border-bottom:1px dotted #CCC;  }




#footer .widget.social_networking a                 { display:inline-block; zoom:1; width:36px; height:36px; margin:0 6px 6px 0; background-position:left; }
#footer .widget.social_networking a:hover           { background-position:right; }
#footer .widget.social_networking a.ebay            { background-image:url(../social_networking_icons/ebay.png) }
#footer .widget.social_networking a.email           { background-image:url(../social_networking_icons/email.png) }
#footer .widget.social_networking a.facebook        { background-image:url(../social_networking_icons/facebook.png) }
#footer .widget.social_networking a.instagram       { background-image:url(../social_networking_icons/instagram.png) }
#footer .widget.social_networking a.twitter         { background-image:url(../social_networking_icons/twitter.png) }

	

@media all and (max-width: 768px) { 
   #footer { font-size:1.2em; text-align:center; margin-bottom:0; }
   #footer h1 { font-size:1.5em; width:60%; margin:0 auto 0.5em auto; }
   #footer .widget.phone_numbers table       { width:60%; }
   #footer .widget.opening_times table       { width:60%; }
   
   #footer .container  { border-radius:0; }
}







table.pricelist                     { width:100%; border-collapse:collapse; margin-bottom:20px; font-family:sgive-it-your-heart, Arial; font-size:1.0em; color:#333; line-height:1em; }
table.pricelist tr.h1               { font-family:titles; font-size:1.3em; }
table.pricelist tr.column-headings  { font-size:0.9em }
table.pricelist tr.item             { font-size:1.0em; color:#555; }
table.pricelist tr.item td          { padding-top:5px; }
table.pricelist tr.item-description { font-size:1.0em; color:#888; }
table.pricelist .accent             { color:#C40; }

table.pricelist.twocol .col1        { width:95%; text-align:left;  }
table.pricelist.twocol .col2        { width:5%; text-align:right; color:#000080}

table.pricelist.fourcol .col1        { width:64%; text-align:left; }
table.pricelist.fourcol .col2        { width:12%; text-align:right }
table.pricelist.fourcol .col3        { width:12%; text-align:right }
table.pricelist.fourcol .col4        { width:12%; text-align:right }

table.pricelist.no-bottom-margin    { margin-bottom:0; }
table.pricelist tr.lined            { border-bottom:1px dotted #888; }
.logostrip            { width:100%;  padding:20px 0; margin:0 auto;  overflow:hidden; text-align:center; }
.logostrip .items     { margin:0 -40px; }
.logostrip .items img { display:inline-block; vertical-align:middle;margin:10px 40px; width:auto; height:auto; max-width:300px; max-height:60px; }


@media all and (max-width: 768px) {
}.section            { padding-top:40px; text-align:left; }
.section > .overlay { position:absolute; top:0; bottom:0; left:0; right:0; }
.section h1         { text-align:inherit; }
.section h1 .accent { color:#4CBB17; }
.section h2         { text-align:inherit; }
.section p          { text-align:inherit; }
.section ul         { text-align:inherit; font-size:1.3em; list-style:none; padding:0; }
.section li         { display:inline; padding:0 25px; line-height:1.8em }
.section .cell      { margin-bottom:40px; }
           
#about          { background-color:#FFF; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#about .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#about h1       {  }
#about p        { color:#666; font-size:1.1em; padding:0 40px; }
#about b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#about ul       { text-align:center; color:#ABCDE6; font-size:1.3em; list-style:none; padding:0; }
#about li       { display:inline; padding:0 25px; line-height:1.8em }

#standards         { background-color:#52493d; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#standards .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#standards h1       { color:#CCC }
#standards p        { color:#CCC; font-size:1.1em; padding:0 40px; }
#standards b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#standards ul       { text-align:center; color:#F72; font-size:1.3em; list-style:none; padding:0; }
#standards li       { display:inline; padding:0 25px; line-height:1.8em; white-space: nowrap; }

#health          { background-color:#52493d; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#health .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#health h1       {  color:#CCC }
#health p        { color:#CCC; font-size:1.1em; padding:0 40px; }
#health b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#health ul       { text-align:center; color:#F72; font-size:1.3em; list-style:none; padding:0; }
#health li       { display:inline; padding:0 25px; line-height:1.8em }

#residential          { background-color:#FFF; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#residential .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#residential h1       {  }
#residential p        { color:#666; font-size:1.1em; padding:0 40px; }
#residential b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#residential ul       { text-align:center; color:#ABCDE6; font-size:1.3em; list-style:none; padding:0; }
#residential li       { display:inline; padding:0 25px; line-height:1.8em }


#maintenance          { background-color:#FFF; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#maintenance .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#maintenance h1       {  }
#maintenance p        { color:#666; font-size:1.1em; padding:0 40px; }
#maintenance b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#maintenance ul       { text-align:center; color:#ABCDE6; font-size:1.3em; list-style:none; padding:0; }
#maintenance li       { display:inline; padding:0 25px; line-height:1.8em }

#safe         { background-color:#52493d; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#safe .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#safe h1       { color:#CCC }
#safe p        { color:#CCC; font-size:1.1em; padding:0 40px; }
#safe b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#safe ul       { text-align:center; color:#F72; font-size:1.3em; list-style:none; padding:0; }
#safe li       { display:inline; padding:0 25px; line-height:1.8em; white-space: nowrap; }


#commercial          { background-color:#FFF; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#commercial .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#commercial h1       {  }
#commercial p        { color:#666; font-size:1.1em; padding:0 40px; }
#commercial b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#commercial ul       { text-align:center; color:#ABCDE6; font-size:1.3em; list-style:none; padding:0; }
#commercial li       { display:inline; padding:0 25px; line-height:1.8em }

#smartchoice         { background-color:#52493d; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#smartchoice .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#smartchoice h1       { color:#CCC }
#smartchoice p        { color:#CCC; font-size:1.1em; padding:0 40px; }
#smartchoice b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#smartchoice ul       { text-align:center; color:#F72; font-size:1.3em; list-style:none; padding:0; }
#smartchoice li       { display:inline; padding:0 25px; line-height:1.8em; white-space: nowrap; }


#bollards          { background-color:#FFF; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#bollards .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#bollards h1       {  }
#bollards p        { color:#666; font-size:1.1em; padding:0 40px; }
#bollards b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#bollards ul       { text-align:center; color:#ABCDE6; font-size:1.3em; list-style:none; padding:0; }
#bollards li       { display:inline; padding:0 25px; line-height:1.8em }

#contemporary         { background-color:#52493d; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#contemporary .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#contemporary h1       { color:#CCC }
#contemporary p        { color:#CCC; font-size:1.1em; padding:0 40px; }
#contemporary b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#contemporary ul       { text-align:center; color:#F72; font-size:1.3em; list-style:none; padding:0; }
#contemporary li       { display:inline; padding:0 25px; line-height:1.8em; white-space: nowrap; }


#secure          { background-color:#FFF; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#secure .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#secure h1       {  }
#secure p        { color:#666; font-size:1.1em; padding:0 40px; }
#secure b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#secure ul       { text-align:center; color:#ABCDE6; font-size:1.3em; list-style:none; padding:0; }
#secure li       { display:inline; padding:0 25px; line-height:1.8em }

#trouble         { background-color:#52493d; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#trouble .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#trouble h1       { color:#CCC }
#trouble p        { color:#CCC; font-size:1.1em; padding:0 40px; }
#trouble b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#trouble ul       { text-align:center; color:#F72; font-size:1.3em; list-style:none; padding:0; }
#trouble li       { display:inline; padding:0 25px; line-height:1.8em; white-space: nowrap; }


#access          { background-color:#FFF; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#access .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#access h1       {  }
#access p        { color:#666; font-size:1.1em; padding:0 40px; }
#access b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#access ul       { text-align:center; color:#ABCDE6; font-size:1.3em; list-style:none; padding:0; }
#access li       { display:inline; padding:0 25px; line-height:1.8em }

#expertise         { background-color:#52493d; xbackground-image:url(/imagecache/misc/car-repair-362150.jpg/1400x0.jpg); background-size:cover; background-position:center center; text-align:center; }
#expertise .overlay { xbackground:rgba(33, 83, 120, 0.77); }
#expertise h1       { color:#CCC }
#expertise p        { color:#CCC; font-size:1.1em; padding:0 40px; }
#expertise b        { display:block; text-align:center; color:#C82; font-size:1.4em; font-weight:normal; padding:0 40px; }
#expertise ul       { text-align:center; color:#F72; font-size:1.3em; list-style:none; padding:0; }
#expertise li       { display:inline; padding:0 25px; line-height:1.8em; white-space: nowrap; }




#testimonials                             { background:#444; margin:0; text-align:center; }
#testimonials .slick-slider               { margin:0 40px; }
#testimonials .slick-slider .slick-slide  { xbackground: #3a8999; padding:10px 10px; }
#testimonials .slick-track                { display: flex; }	
#testimonials .slick-track .slick-slide   { display: flex; height: auto; align-items: center; justify-content: center; }

#testimonials blockquote        { border:none; position:relative; padding:0 60px; }
#testimonials blockquote:before { content: "\201C"; font-family:arial; line-height:0.8em; font-size: 6em; position: absolute; top:0px; left:10px; color: #B183C3; }
#testimonials blockquote:after  { content: "\02EE"; font-family:arial; line-height:0.8em; font-size: 6em; position: absolute; bottom:-0.5em; right:10px; color: #B183C3; }
#testimonials blockquote:before { color:white; }
#testimonials blockquote:after { color:white; }
#testimonials blockquote p      { color:white; }
#testimonials blockquote footer { color:#F72; }


#bullets          { background:#b1a0c2; xbackground-image:url(/imagecache/misc/background-2721779_1920.jpg/400x0.jpg); background-repeat:repeat; background-position:center center; text-align:center; padding-top:10px;}
#bullets .overlay { xbackground:rgba(116, 126, 152, 0.6); }
#bullets ul       { font-size:1.5em; padding:0; color:#FFF; }
#bullets li       { line-height:1.8em;white-space: nowrap }
#bullets .cell    { margin-bottom:10px; }

.video          { background-color:#FFF; background-size:cover; background-position:center center; text-align:center; }
.video .video_container   { width:60%; margin:0 auto; text-align:center; }
.video .video_container .caption { background:#38143B; color:#CCC; padding:4px; margin:10px 0 0 0; font-size:1.1em; }



.video.n1 { background-image:url(/imagecache/misc/ballerina-2878354.jpg/1400x0.jpg); }
.video.n1 .overlay { background:rgba(168, 137, 168, 0.8); }

.video.n2 { background-image:url(/imagecache/misc/ballerina-1850109.jpg/1400x0.jpg); }
.video.n2 .overlay { background:rgba(83, 34, 83, 0.78); }


#logostrip { background:#DDD; }


@media all and (max-width: 768px) {
    
  #teachers              { text-align:center; }
  #teachers .thumb       { float:none; }
  #teachers .thumb img   { width:200px; }
  #teachers .description { float:none; }
  
  #street img { width:60%; display:block; margin:0 auto; }
  #street p  { padding:0; }
  
  .video .video_container   { width:80%; }
}

  
