@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:#43C6DB; 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:20%; 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:55%; 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:70%; 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:#F0F0F0;  margin-bottom:0px; }
#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 10px; text-decoration:none; color:#000000 }
#navigation ul li a:hover    { color:#43C6DB; }
#navigation ul li.selected a { background:#43C6DB; color:#000000; }


@media all and (max-width: 768px) { 
    #navigation .menu-toggler  { font-size:1.6em; background:#F0F0F0; color:#000000; text-align:center; }
    #navigation ul            { max-height:0; font-size:1.5em; text-align:center; background:#DDD; transition:0.8s; pdosition:absolute; z-index:2000; }
    #navigation ul.expanded   { max-height:1000px }
	#navigation ul li a       { padding:5px 10px; color:#43C6DB; }
    #navigation ul li a:hover    { color:#43C6DB; }
	#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(