@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;                                         
}                                                             
body { 
  padding:0; 
  margin:0;
  font-family: oxygen, Verdana, Geneva, sans-serif;
  font-size:17px; 
  background:#444;
}

.section {margin-bottom:30px;}

h1 { padding:0; margin:0 0 0.9em 0; color:#666; text-align:center;
  font-family:angelina, oxygen, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size:2.1em;	
  font-weight:normal;
  color:#fff;
  margin-bottom:0.3em;
  margin-top:0;
}

h2 { padding:0; margin:0 0 0.9em 0; color:#666; text-align:center;
  font-family:angelina, oxygen, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size:1.7em;
    font-weight:normal;
    margin:0 0 0.2em 0;
    color:#fff;
}

p { padding:0; margin:0 0 0.9em 0; color:#F4EACD; text-align:center;font-family: Verdana, Geneva, sans-serif; }

ul { color:#36C3C1; padding:0 0 1.8em 1em; margin:0; }
li { padding:0; }

a,
a[href^=tel] { color:inherit; text-decoration:none }

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



blockquote                    { padding:10px 60px 10px 60px; margin:0 0 2.2em 0; background:#F6F6F6; border-left:8px solid #639; position:relative; }
blockquote:before             { content: "\201C"; font-family:arial; line-height:0.8em; font-size: 8em; position: absolute; top:0px; left:10px; color: #BBB; }
blockquote:after              { content: "\02EE"; font-family:arial; line-height:0.8em; font-size: 8em; position: absolute; bottom:-0.5em; right:10px; color: #BBB; }

blockquote h2                 { padding:0; margin-top:0em; font-style:italic; color:#5498D8; }
blockquote p                  { padding:0; margin-top:1em; font-style:italic; color:#555; }
blockquote p:first-child      { margin-top:0em; }
blockquote footer             { color:#639;}








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

    #page { padding-bottom:0; }

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






@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                     { padding-top:10px; padding-bottom:10px; background:#C9AE81; background:#444 }
#header .logo img           { display:block; width:100%; height:auto;  }
#header .contact            { text-align:right; font-size:1.2em; font-weight:normal; color:#EEE; margin:20px 0 0 0; }
#header .contact .phone     { display:block; font-size:2.0em; }
#header .contact .address   { display:block; }
#header .contact .delimiter { color:#F4EACD; }

@media all and (max-width: 768px) {
    #header                     { padding-bottom:0; margin-bottom:0; } 
    #header .logo img           { width:90%; height:auto; margin:0 auto;; }
    #header .contact            { margin-top:10px; padding-bottom:10px; }
    #header .contact .phone     { text-align:center; }
    #header .contact .address   { text-align:center; }
}
#navigation                  { background:#BCA1D2; background:transparent; border-top:1px solid white; border-bottom:1px solid white; }
#navigation ul               { display:block; list-style:none; padding:0; margin:0; width:100%; overflow:hidden; font-size:1.3em; text-align:center; }
#navigation ul li            { display:inline-block; }
#navigation ul li a          { display:block; padding:3px 30px; text-decoration:none; color:#CCC; }
#navigation ul li a:hover    { color:#FFF; }
#navigation ul li.selected a { color:#FFF; }


@media all and (max-width: 768px) { 
    #navigation               { background:#CF3DAE; border:none; }
    #navigation .menu-toggler { font-size:1.6em; color:white; text-align:center; }
    #navigation ul            { max-height:0; font-size:1.5em; text-align:center; background:#81326A; transition:0.8s; pdosition:absolute; z-index:2000; }
    #navigation ul.expanded   { max-height:1000px }
	#navigation ul li a       { padding:5px 10px; }
	#navigation ul li         { display:block; }
}#promo        { padding-top:15px; padding-bottom:15px; background:#808080 url(../resources/promo-bg.jpg) center top repeat; }
#promo img    { display:none; box-sizing:border-box; width:100%; height:auto; border:3px solid #808080;  }
#promo img:first-child    { display:block;} 


@media all and (max-width: 768px) {
	#promo      { padding-top:15px; padding-bottom:15px; }
	#promo img  { border:none; }
}#page       { padding:30px 0 20px 0; }
	

@media all and (max-width: 768px) {
    #page       { 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; background:#999; border-radius:6px;}
#sidebar .widget h1             { padding:0 10px; margin:0 -10px 10px -10px; background:#444; color:#FFF; text-align:center; font-size:1.4em; border-top-left-radius:6px; border-top-right-radius:6px; }
#sidebar .widget ul             { color:#000; font-size:1.1em; padding-right:20px; }
#sidebar .widger:last-child     { margin-bottom:0; }

#sidebar .widget.featurelist    { }
#sidebar .widget.featurelist p  { text-align:left; }
#sidebar .widget.featurelist ul { padding:0; margin:0; text-align:center; font-size:1.7em; color:#FFF; list-style:none; }
#sidebar .widget.featurelist li { padding:0 0 0 0; }


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


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

#sidebar .widget.imagestack     { padding:0; background:transparent; }
#sidebar .widget.imagestack img { display:block; width:auto; height:auto; max-width:70%; max-height:80px; margin:0 auto 85px auto; }
#sidebar .widget.imagestack img:last-child { margin-bottom:0; }


@media all and (max-width: 768px) {
	#sidebar {padding-top:40px; padding-bottom:40px; xbackground:#DDD; }
	#sidebar .widget { width:100%; margin:0 auto 40px auto; }
	#sidebar .widget:last-child { margin-bottom:0; }
    #sidebar .widget.imagestack { text-align:center }
    #sidebar .widget.imagestack img { display:inline; width:auto; height:auto; max-width:35%; max-height:80px; padding:0 5%; vertical-align:middle; }
}
#contact                                        { background:#000; }
#contact                                        { }  
#contact .contactform                          { display:block; margin:10px 8px; overflow:hidden; }  
#contact .contactform label                    { width:90%; display:block; padding:0; margin:0 0 0.1em 0; color:#AAA; font-size:1.0em; }
#contact .contactform input, 
#contact .contactform textarea                 { display:block; width:97%; 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:#00FFDB; }
#contact .contactform .successmsg              { padding:0; margin:0 0 10px 0; color:#fff; }
#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; }
  #contact .left .wrap     { padding:0; }  
}.section.gallery           { padding-bottom:30px; overflow:visible;}
.section.gallery:after     { content: ""; display: block; *zoom: 1; clear:both; }
.section.gallery .item     { box-sizing:border-box; display:block; float:left; width:20%; padding:5px; border:1px solid #CCC; position:relative; overflow:hidden; }
.section.gallery .item a   { box-sizing:border-box; display:block; width:100%; padding-top:75%; overflow:hidden; position:relative; }
.section.gallery .item img { box-sizing:border-box; display:block; width:100%; position:absolute; height:100%; top:0; left:0; transition:0.5s; overflow:hidden }
.section.gallery .item img:hover{ transform:scale(1.3); }




@media all and (max-width: 768px) { 
  .section.gallery .item     { width:25%; }
}#carousel                   { padding-top:20px; padding-bottom:10px}
#carousel .slideshow        { }
#carousel img               { box-sizing:border-box; margin-right:20px; height:auto; width:313px; border:2px solid white; }

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

}
#footnote                   { padding-top:20px; padding-bottom:20px; background:transparent; text-align:center; }
#footnote h1                { color:#639; margin-bottom:0.5em; }
#footnote p                 { display:inline-block; background:#444; color:#FFF; text-align:center; font-size:1.6em; padding:0 1.1em 0.1em 1.3em; margin:0 20px 0 20px; border-radius:1em; }

@media all and (max-width: 768px) {
  #footnote h1              { padding: 0 20px; }
  #footnote p               { padding: 0 20px; }
}
table.pricelist                                { width:100%; border-collapse:collapse; color:#666; font-size:1.2em; margin-bottom:1.5em; }
table.pricelist.twocolumn .col1                { width:65%;  }
table.pricelist.twocolumn .col2                { width:35%;  }

table.pricelist.twocolumn .item .col1          { text-align:left; padding:3px 0; }
table.pricelist.twocolumn .item .col2          { text-align:right; padding:3px 0; }


table.pricelist tr.heading                       { font-size:1.2em; color:#36C3C1; border-bottom:1px solid #36C3C1; }
table.pricelist tr.itemdesc                      { font-size:0.9em; padding:3px 0; font-style:italic; color:#36C3C1; }
table.pricelist tr.footnote .col1                { padding:1em 0; }
table.pricelist tr.lined                         { border-bottom:1px dotted #888; }


@media all and (max-width: 768px) {
}
#footer                                   { padding-top:20px; padding-bottom:0; background:#5A4522; background:#444; color:#F4EACD; text-align:left; font-size:1.1em; }
#footer .container                        { }
#footer h1                                { color:inherit; text-align:inherit; font-size:1.5em; margin-bottom:10px; color:#FFF; font-family:oxygen, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; border-bottom:1px solid #FFF;}
#footer p                                 { color:inherit; text-align:inherit }
#footer a                                 { text-decoration:none; color:inherit }




#footer .widget                           { margin-bottom:40px; overflow:hidden; word-wrap: break-word;}
#footer .widget.phone_numbers table       { border-collapse:collapse; margin:0 auto; width:100%; }
#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%; }
#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 #EEE;  }


#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; }
   #footer .widget.phone_numbers table       { width:60%; }
   #footer .widget.opening_times table       { width:60%; }
   
   #footer .container  { border-radius:0; }
}





.map       { height:300px; border:2px solid #CCC; }

@media all and (max-width: 768px) {
    .map    { height:400px; }
}
.triple-slideshow      { padding-top:20px; padding-bottom:20px; }
.triple-slideshow img  { box-sizing:border-box; width:100%; height:auto; background:white; padding:6px; border:1px solid #888; }


.specialoffer                 { text-align:center; background:#555; padding-top:10px; }
.specialoffer h1              { font-size:3.0em; }
.specialoffer .deal           { padding:20px 0; }
.specialoffer .deal .headline { text-align:center; font-size:2.0em; padding:0; margin:0; }
.specialoffer .deal .price    { text-align:center; font-size:1.6em; padding:0; margin:0; color:#4D9BAB }
.specialoffer .deal .details  { text-align:center; font-size:1.2em; color:#AAA; }


.brands                    { text-align:center; padding-top:10px; padding-bottom:30px;  }
.brands .side-margin-fix   { margin:0 -75px; }
.brands img                { display:inline-block; margin:10px 75px; vertical-align:middle; width:auto; height:auto; max-width:170px; max-height:65px; }


.section.team img          { box-sizing:border-box; width:100%; height:auto; margin:10px 0 10px 0; }

@media all and (max-width: 768px) {
  .brands .side-margin-fix   { margin:0; }
  .brands img                { margin:10px 20px; }

}

  
