/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Imports
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 5, ../../../../../../../../../../../Users/lucasdoig/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../Users/lucasdoig/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../Users/lucasdoig/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../Users/lucasdoig/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../Users/lucasdoig/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../Users/lucasdoig/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../Users/lucasdoig/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../Users/lucasdoig/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../Users/lucasdoig/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|FONT MIXIN
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@font-face {
  font-family: 'ars_maquette_probold';
  src: url("../fonts/arsmaquettepro-bold-webfont.eot");
  src: url("../fonts/arsmaquettepro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arsmaquettepro-bold-webfont.woff") format("woff"), url("../fonts/arsmaquettepro-bold-webfont.ttf") format("truetype"), url("../fonts/arsmaquettepro-bold-webfont.svg#ars_maquette_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ars_maquette_promedium';
  src: url("../fonts/arsmaquettepro-medium-webfont.eot");
  src: url("../fonts/arsmaquettepro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arsmaquettepro-medium-webfont.woff") format("woff"), url("../fonts/arsmaquettepro-medium-webfont.ttf") format("truetype"), url("../fonts/arsmaquettepro-medium-webfont.svg#ars_maquette_promedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ars_maquette_proregular';
  src: url("../fonts/arsmaquettepro-regular-webfont.eot");
  src: url("../fonts/arsmaquettepro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arsmaquettepro-regular-webfont.woff") format("woff"), url("../fonts/arsmaquettepro-regular-webfont.ttf") format("truetype"), url("../fonts/arsmaquettepro-regular-webfont.svg#ars_maquette_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ars_maquette_prolight';
  src: url("../fonts/arsmaquettepro-light-webfont.eot");
  src: url("../fonts/arsmaquettepro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arsmaquettepro-light-webfont.woff") format("woff"), url("../fonts/arsmaquettepro-light-webfont.ttf") format("truetype"), url("../fonts/arsmaquettepro-light-webfont.svg#ars_maquette_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Colors
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Lines
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* A less configurable but more areodynamic transition mixin */
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|globals 
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 141, ../sass/_variables.scss */
html {
  background: #d91221;
}

/* line 143, ../sass/_variables.scss */
#zone-content #breadcrumb {
  display: none;
}

/* line 147, ../sass/_variables.scss */
#page-title {
  display: none;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Animations
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(0);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(90deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(90deg);
  }
}
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Home Page global
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 7, ../sass/_home-page-global.scss */
#pattern-overlay {
  position: absolute;
  width: 100%;
  height: auto !important;
  min-height: 100%;
  background: url(../images/pattern.png) repeat center;
  display: block;
  z-index: 1;
  opacity: 0.8;
}

/* line 18, ../sass/_home-page-global.scss */
#video_background {
  position: absolute;
  display: none;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  overflow: hidden;
}

/* line 20, ../sass/_home-page-global.scss */
#home-page-banner {
  display: block;
  width: 100%;
  position: relative;
}
/* line 24, ../sass/_home-page-global.scss */
#home-page-banner #banner-inner {
  position: absolute;
  top: 35%;
  width: 100%;
  display: block;
  z-index: 5;
}
/* line 31, ../sass/_home-page-global.scss */
#home-page-banner .slogan {
  font-family: 'ars_maquette_probold';
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
/* line 39, ../sass/_home-page-global.scss */
#home-page-banner .home-page-logo {
  display: none;
}
/* line 42, ../sass/_home-page-global.scss */
#home-page-banner #scroll-enticer {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  cursor: pointer;
  background: url(../images/scroll-enticerx2.png) no-repeat center;
  background-size: 32px 17px;
  z-index: 5;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Header Global
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 6, ../sass/_header-global.scss */
#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #d91221;
  color: #fff;
  z-index: 10;
  padding: 1em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 16, ../sass/_header-global.scss */
#main-header a.sub-logo {
  text-indent: -9999px;
  width: 110px;
  height: 43px;
  display: block;
  background: url(../images/scopamarkx1.png) no-repeat center left;
  float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 16, ../sass/_header-global.scss */
  #main-header a.sub-logo {
    background: url(../images/scopamarkx2.png) no-repeat center left;
    background-size: 40px 43px;
  }
}
/* line 29, ../sass/_header-global.scss */
#main-header a.sub-logo span.logo-words {
  display: block;
  float: right;
  width: 65px;
  height: 43px;
  background: url(../images/scopa-wordx1.png) no-repeat center center;
  background-size: 65px 43px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 29, ../sass/_header-global.scss */
  #main-header a.sub-logo span.logo-words {
    background: url(../images/scopa-wordx2.png) no-repeat center center;
    background-size: 65px 43px;
  }
}
/* line 49, ../sass/_header-global.scss */
#main-header #menu-enticer {
  float: right;
  padding-top: 10px;
  cursor: pointer;
}
/* line 54, ../sass/_header-global.scss */
#main-header #menu-enticer span.menu-icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 29px;
  height: 25px;
  background: url(../images/menu-enticerx1.png) no-repeat center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 54, ../sass/_header-global.scss */
  #main-header #menu-enticer span.menu-icon {
    background: url(../images/menu-enticerx2.png) no-repeat center center;
    background-size: 29px 21px;
  }
}
/* line 67, ../sass/_header-global.scss */
#main-header #menu-enticer span.text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: 'ars_maquette_prolight';
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 84, ../sass/_header-global.scss */
#main-navigation {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 30;
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
/* line 102, ../sass/_header-global.scss */
#main-navigation .nav-inner {
  font-size: 100%;
  padding: 8em 0;
  width: 100%;
  max-width: 960px;
  margin: auto;
}
/* line 108, ../sass/_header-global.scss */
#main-navigation .nav-inner h2 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  font-family: 'ars_maquette_probold';
  color: #000;
  font-size: 1.2em;
  letter-spacing: 0.03em;
  padding-bottom: 10px;
  border-bottom: 4px solid #000;
}
/* line 118, ../sass/_header-global.scss */
#main-navigation .nav-inner ul.menu {
  width: 100%;
  display: block;
}
/* line 121, ../sass/_header-global.scss */
#main-navigation .nav-inner ul.menu li {
  list-style: none;
  font-family: 'ars_maquette_prolight';
  font-size: 300%;
  margin: 0;
  text-transform: lowercase;
  width: 100%;
}
/* line 130, ../sass/_header-global.scss */
#main-navigation .nav-inner ul.menu li a {
  color: #000;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #000;
  padding: 0.3em 0;
  display: block;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 143, ../sass/_header-global.scss */
#main-navigation .nav-inner ul.menu li:hover a, #main-navigation .nav-inner ul.menu li:active a {
  color: #d91221;
  border-color: #d91221;
}
/* line 153, ../sass/_header-global.scss */
#main-navigation #menu-close {
  display: block;
  float: right;
  text-indent: -99999px;
  width: 45px;
  height: 46px;
  background: url(../images/menu-closex1.png) no-repeat center;
  cursor: pointer;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 153, ../sass/_header-global.scss */
  #main-navigation #menu-close {
    background: url(../images/menu-closex2.png) no-repeat center;
    background-size: 45px 46px;
  }
}
/* line 177, ../sass/_header-global.scss */
#main-navigation #menu-close:hover {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

/* line 186, ../sass/_header-global.scss */
#main-navigation.menu-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

/* line 195, ../sass/_header-global.scss */
#main-navigation.menu-active.scrolled {
  position: absolute;
}

/* line 199, ../sass/_header-global.scss */
#menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto !important;
  min-height: 100%;
  background: url(../images/menu-bg.png) center repeat;
  visibility: hidden;
  z-index: 20;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

/* line 217, ../sass/_header-global.scss */
#menu-bg.menu-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

/* line 231, ../sass/_header-global.scss */
.front #main-header a.sub-logo span.logo-words {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Footer Global
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 7, ../sass/_footer-global.scss */
#footer {
  width: 100%;
  position: relative;
}

/* line 12, ../sass/_footer-global.scss */
#desktop-footer {
  display: none;
}

/* line 17, ../sass/_footer-global.scss */
#footer-mobile {
  width: 100%;
}
/* line 19, ../sass/_footer-global.scss */
#footer-mobile .footer-section {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: 'ars_maquette_promedium';
}
/* line 23, ../sass/_footer-global.scss */
#footer-mobile .footer-section a {
  color: #59090f;
  text-decoration: none;
  display: block;
  padding: 2.5em 1em;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 31, ../sass/_footer-global.scss */
#footer-mobile .footer-section a span.text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
/* line 36, ../sass/_footer-global.scss */
#footer-mobile .footer-section h3 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  color: #fff;
  font-family: 'ars_maquette_promedium';
  text-transform: uppercase;
  margin-right: 10px;
}
/* line 44, ../sass/_footer-global.scss */
#footer-mobile .footer-section .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 40px;
  height: 20px;
  background: url(../images/scopa-footerx1.png) no-repeat center -368px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 44, ../sass/_footer-global.scss */
  #footer-mobile .footer-section .icon {
    background: url(../images/scopa-footerx3.png) no-repeat center -368px;
    background-size: 111px 485px;
  }
}
/* line 57, ../sass/_footer-global.scss */
#footer-mobile .location {
  background: #a00d18;
}
/* line 60, ../sass/_footer-global.scss */
#footer-mobile .phone {
  background: #bd101d;
}
/* line 62, ../sass/_footer-global.scss */
#footer-mobile .phone .icon {
  background-position: center -200px;
}
/* line 67, ../sass/_footer-global.scss */
#footer-mobile .hours {
  padding-bottom: 2.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 70, ../sass/_footer-global.scss */
#footer-mobile .hours .icon {
  background-position: center -285px;
}
/* line 73, ../sass/_footer-global.scss */
#footer-mobile .hours a {
  padding: 2.5em 0 0 1em;
}
/* line 77, ../sass/_footer-global.scss */
#footer-mobile .hours h3 span {
  color: #59090f;
  margin-left: 5px;
  font-family: 'ars_maquette_prolight';
  cursor: pointer;
}
/* line 83, ../sass/_footer-global.scss */
#footer-mobile .hours ul {
  width: 100%;
  margin-top: 15px;
  padding-left: 56px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ars_maquette_prolight';
  display: none;
}
/* line 90, ../sass/_footer-global.scss */
#footer-mobile .hours ul li {
  color: #fff;
  width: 100%;
  padding: 5px 0;
}
/* line 99, ../sass/_footer-global.scss */
#footer-mobile .delivery .icon {
  background-position: center -327px;
}
/* line 105, ../sass/_footer-global.scss */
#footer-mobile .social a {
  display: block;
  float: left;
  width: 100%;
  padding: 2em 0 2em 1em;
  font-size: 0.8em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: #bd101d;
  color: #fff;
  font-family: 'ars_maquette_promedium';
  text-transform: uppercase;
}
/* line 117, ../sass/_footer-global.scss */
#footer-mobile .social a .icon {
  text-indent: -9999px;
  background-position: center -32px;
}
/* line 122, ../sass/_footer-global.scss */
#footer-mobile .social a.inject {
  background: #a00d18;
}
/* line 124, ../sass/_footer-global.scss */
#footer-mobile .social a.inject .icon {
  background-position: center -116px;
}
/* line 130, ../sass/_footer-global.scss */
#footer-mobile .copywrite {
  text-align: center;
  color: #fff;
  font-family: 'ars_maquette_prolight';
  padding: 2em 0;
  font-size: 0.8em;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Inner pages  global
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 9, ../sass/_inner-pages-global.scss */
#zone-content #region-content {
  width: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, ../sass/_inner-pages-global.scss */
.view-id-page_top {
  padding-bottom: 40px;
}

/* line 21, ../sass/_inner-pages-global.scss */
.container-12 {
  width: 100% !important;
}

/* line 25, ../sass/_inner-pages-global.scss */
.grid-12 {
  width: 100%;
  margin: 0;
}

/* line 30, ../sass/_inner-pages-global.scss */
#page-top {
  padding: 100px 0 0 0;
  max-width: 1180px;
  margin: auto;
}

/* line 36, ../sass/_inner-pages-global.scss */
.body-text {
  font-family: 'ars_maquette_prolight';
  line-height: 1.8em;
  font-size: 0.8em;
}

/* line 42, ../sass/_inner-pages-global.scss */
#page-header {
  position: relative;
  width: 100%;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 48, ../sass/_inner-pages-global.scss */
#page-header #header-bg {
  position: absolute;
  width: 90%;
  height: auto !important;
  min-height: 100%;
  display: none;
  top: 0;
  right: 0;
  z-index: 0;
}
/* line 59, ../sass/_inner-pages-global.scss */
#page-header .text-content {
  position: relative;
  z-index: 5;
}
/* line 62, ../sass/_inner-pages-global.scss */
#page-header .text-content h1 {
  font-family: 'ars_maquette_probold';
  font-size: 4em;
  letter-spacing: 0.02em;
  color: #fff;
}
/* line 68, ../sass/_inner-pages-global.scss */
#page-header .text-content .intro-copy {
  margin-top: 1em;
  color: #fff;
  font-family: 'ars_maquette_prolight';
  font-size: 1.1em;
  line-height: 1.8em;
}
/* line 74, ../sass/_inner-pages-global.scss */
#page-header .text-content .intro-copy p {
  padding: 0.2em 0;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Menu List Global
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 7, ../sass/_menu-list-global.scss */
ul.menu-list {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 11, ../sass/_menu-list-global.scss */
ul.menu-list li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  position: relative;
  background: #fff;
}
/* line 18, ../sass/_menu-list-global.scss */
ul.menu-list a.delivery_button {
  padding: 15px 35px;
  border: 2px solid #000;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: 'ars_maquette_promedium';
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  /* Safari */
  transition: all 0.2s;
}
/* line 28, ../sass/_menu-list-global.scss */
ul.menu-list a.delivery_button:hover {
  color: #fff;
  background: #d91221;
  border-color: #d91221;
}
/* line 35, ../sass/_menu-list-global.scss */
ul.menu-list .bg-image {
  position: relative;
  width: 100%;
  height: 280px;
  display: block;
}
/* line 42, ../sass/_menu-list-global.scss */
ul.menu-list .text-content {
  background: #fff;
  padding: 2em 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ars_maquette_prolight';
  line-height: 1.8em;
  font-size: 0.8em;
  position: relative;
}
/* line 52, ../sass/_menu-list-global.scss */
ul.menu-list .text-content strong {
  font-family: 'ars_maquette_promedium';
}
/* line 56, ../sass/_menu-list-global.scss */
ul.menu-list .text-content a {
  color: #000;
}
/* line 61, ../sass/_menu-list-global.scss */
ul.menu-list h1 {
  font-family: 'ars_maquette_promedium';
  font-size: 1.7em;
  letter-spacing: 0.02em;
  padding-bottom: 1em;
  border-bottom: 4px solid #000;
}
/* line 69, ../sass/_menu-list-global.scss */
ul.menu-list .desc {
  padding: 1em 0;
}
/* line 72, ../sass/_menu-list-global.scss */
ul.menu-list a.download-link {
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 1em;
  padding-top: 1em;
  color: #000;
  font-family: 'ars_maquette_promedium';
  text-decoration: none;
}
/* line 82, ../sass/_menu-list-global.scss */
ul.menu-list a.download-link span.icon {
  background: url(../images/scopa-footerx1.png) no-repeat center -436px;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 82, ../sass/_menu-list-global.scss */
  ul.menu-list a.download-link span.icon {
    background: url(../images/scopa-footerx3.png) no-repeat center -436px;
    background-size: 111px 485px;
  }
}
/* line 95, ../sass/_menu-list-global.scss */
ul.menu-list a.download-link:hover {
  color: #d91221;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Location Specific
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 107, ../sass/_menu-list-global.scss */
.location-list .menu-list-inner {
  position: relative;
  width: 100%;
  float: left;
}
/* line 113, ../sass/_menu-list-global.scss */
.location-list span.sister-message {
  text-align: center;
  padding: 1.8em 0;
  background: #fff;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  font-family: 'ars_maquette_probold';
  font-size: 1em;
}
/* line 126, ../sass/_menu-list-global.scss */
.location-list a.location-link {
  width: 100%;
  text-align: center;
  padding: 1em 0;
  background: #c30000;
  color: #fff;
  font-family: 'ars_maquette_promedium';
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-top: 1em;
}
/* line 140, ../sass/_menu-list-global.scss */
.location-list .desc a:hover {
  color: #d91221;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|About Page Global
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 7, ../sass/_about-page-global.scss */
#video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 15, ../sass/_about-page-global.scss */
#video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 23, ../sass/_about-page-global.scss */
#video-wrapper .overlay {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: auto !important;
  min-height: 100%;
  display: block;
  top: 0;
  left: 0;
}
/* line 33, ../sass/_about-page-global.scss */
#video-wrapper .overlay .play-button {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: auto !important;
  min-height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: url(../images/play-button.png) no-repeat center;
  background-size: 144px 142px;
  cursor: pointer;
}

/* line 49, ../sass/_about-page-global.scss */
#history-wrapper {
  width: 100%;
  display: block;
  float: left;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 56, ../sass/_about-page-global.scss */
#history-wrapper .inner {
  width: 100%;
  max-width: 1180px;
  margin: auto;
}
/* line 62, ../sass/_about-page-global.scss */
#history-wrapper .image-content {
  display: none;
}
/* line 66, ../sass/_about-page-global.scss */
#history-wrapper .text-content {
  display: block;
  width: 100%;
  font-family: 'ars_maquette_prolight';
  line-height: 1.8em;
  font-size: 0.8em;
  padding: 2em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 75, ../sass/_about-page-global.scss */
#history-wrapper .text-content h1 {
  font-family: 'ars_maquette_probold';
  font-size: 3em;
  letter-spacing: 0.02em;
  width: 100%;
  display: block;
  border-bottom: 4px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Specials
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 7, ../sass/_specials-global.scss */
#news-promo {
  padding-bottom: 2em;
}

/* line 11, ../sass/_specials-global.scss */
.deals-wrapper {
  background: #fff;
  padding: 2em 20px 0px 20px;
}

/* line 17, ../sass/_specials-global.scss */
.weekly-deals-wrapper h1 {
  font-family: 'ars_maquette_promedium';
  font-size: 1.3em;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
/* line 25, ../sass/_specials-global.scss */
.weekly-deals-wrapper li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 1em 0;
  position: relative;
}
/* line 31, ../sass/_specials-global.scss */
.weekly-deals-wrapper li h3 {
  width: 100%;
  display: block;
  font-family: 'ars_maquette_probold';
  font-size: 1.8em;
  border-bottom: 4px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 41, ../sass/_specials-global.scss */
.weekly-deals-wrapper li .bg-image {
  width: 100%;
  min-height: 180px;
  display: block;
  margin-bottom: 10px;
  cursor: url(../images/gallery-cursor.png), auto;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Fancybox
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 58, ../sass/_specials-global.scss */
.fancybox-overlay {
  background: url(../images/menu-bg.png) center repeat;
}

/* line 62, ../sass/_specials-global.scss */
.fancybox-skin {
  background: none;
}

/* line 68, ../sass/_specials-global.scss */
.fancybox-wrap .fancybox-title {
  color: #000;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ars_maquette_probold';
  text-transform: uppercase;
  z-index: 0;
}
/* line 77, ../sass/_specials-global.scss */
.fancybox-wrap .fancybox-outer {
  border-top: 3px solid #000;
  padding-top: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 83, ../sass/_specials-global.scss */
.fancybox-wrap .fancybox-close {
  top: -58px;
  right: 12px;
  z-index: 1000;
  width: 45px;
  height: 46px;
  background: url(../images/menu-closex1.png) no-repeat center;
  cursor: pointer;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 83, ../sass/_specials-global.scss */
  .fancybox-wrap .fancybox-close {
    background: url(../images/menu-closex2.png) no-repeat center;
    background-size: 45px 46px;
  }
}
/* line 106, ../sass/_specials-global.scss */
.fancybox-wrap .fancybox-close:hover {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
/* line 115, ../sass/_specials-global.scss */
.fancybox-wrap .fancybox-nav {
  bottom: -40px;
}
/* line 119, ../sass/_specials-global.scss */
.fancybox-wrap .fancybox-prev, .fancybox-wrap .fancybox-next {
  display: block;
  font-family: 'ars_maquette_prolight';
  font-size: 1.5em;
  color: #000;
  text-decoration: none;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 130, ../sass/_specials-global.scss */
.fancybox-wrap .fancybox-prev:hover, .fancybox-wrap .fancybox-next:hover {
  color: #d91221;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Gallery Pages
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 7, ../sass/_gallery-page-global.scss */
.gallery-list-wrapper {
  width: 100%;
  position: relative;
  max-width: 1180px;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 13, ../sass/_gallery-page-global.scss */
.gallery-list-wrapper li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 16, ../sass/_gallery-page-global.scss */
.gallery-list-wrapper li img {
  width: 100%;
  height: auto;
}
/* line 21, ../sass/_gallery-page-global.scss */
.gallery-list-wrapper li a {
  cursor: url(../images/gallery-cursor.png), auto;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Location Map Global
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 7, ../sass/_location-map-global.scss */
#location-wrapper {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: none;
}
/* line 14, ../sass/_location-map-global.scss */
#location-wrapper .text-content {
  width: 35%;
  padding: 140px 1.5em 90px 1.5em;
  position: relative;
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ars_maquette_prolight';
  line-height: 1.8em;
  font-size: 0.8em;
}
/* line 25, ../sass/_location-map-global.scss */
#location-wrapper .text-content .inner {
  max-width: 320px;
  float: right;
}
/* line 31, ../sass/_location-map-global.scss */
#location-wrapper h1 {
  font-family: 'ars_maquette_promedium';
  font-size: 1.7em;
  letter-spacing: 0.02em;
  padding-bottom: 1em;
  border-bottom: 4px solid #000;
}
/* line 39, ../sass/_location-map-global.scss */
#location-wrapper .desc {
  padding: 1em 0;
}
/* line 43, ../sass/_location-map-global.scss */
#location-wrapper #map_canvas {
  right: 0;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Preloader Styles
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 7, ../sass/_preloader-global.scss */
#preloader {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100;
  background: #d91221;
}
/* line 16, ../sass/_preloader-global.scss */
#preloader .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background: url(../images/preloader-bg.png) no-repeat center center;
  -webkit-animation: fade 1s infinite ease;
  /* Safari 4+ */
  -moz-animation: fade 1s infinite ease;
  /* Fx 5+ */
  -o-animation: fade 1s infinite ease;
  /* Opera 12+ */
  animation: fade 1s infinite ease;
  /* IE 10+ */
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Admin edits
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 7, ../sass/_login-global.scss */
.tabs {
  top: 100px;
  right: -40px;
  position: fixed;
  z-index: 100;
  -moz-transition-property: right;
  -o-transition-property: right;
  -webkit-transition-property: right;
  transition-property: right;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 18, ../sass/_login-global.scss */
.tabs h2.element-invisible {
  display: block;
  text-indent: -9999px;
  width: 58px;
  height: 58px;
  position: relative !important;
  background: url(../images/edit-icon.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  right: -10px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 18, ../sass/_login-global.scss */
  .tabs h2.element-invisible {
    background: url(../images/edit-iconx2.png) no-repeat center;
    background-size: 56px 56px;
  }
}
/* line 36, ../sass/_login-global.scss */
.tabs ul.primary {
  border-bottom: none;
  margin: 0;
  padding: 0.5em 0;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #d91221;
  position: relative;
  top: 0;
  text-align: center;
  z-index: 0;
}
/* line 48, ../sass/_login-global.scss */
.tabs ul.primary li {
  display: block;
  padding: 0.2em;
  margin: 0;
  background: none;
  border: none;
}
/* line 55, ../sass/_login-global.scss */
.tabs ul.primary li a {
  background: none;
  margin: 0;
  border: none;
  color: #fff !important;
  font-family: 'ars_maquette_prolight';
  text-transform: uppercase;
  font-size: 12px;
}

/* line 68, ../sass/_login-global.scss */
.tabs.tabs-active {
  right: 0;
}

/* line 73, ../sass/_login-global.scss */
.page-user #zone-content {
  background: #d91221;
  z-index: 1000;
}
/* line 77, ../sass/_login-global.scss */
.page-user .container-12 .grid-12 {
  width: 100%;
  text-align: center;
  margin: 0;
}
/* line 82, ../sass/_login-global.scss */
.page-user #user-login {
  padding-top: 20%;
  width: 400px;
  margin: auto;
  text-align: left;
}
/* line 87, ../sass/_login-global.scss */
.page-user #user-login .form-item {
  margin-bottom: 2em;
}
/* line 90, ../sass/_login-global.scss */
.page-user #user-login label {
  font-family: 'ars_maquette_prolight';
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1em;
}
/* line 96, ../sass/_login-global.scss */
.page-user #user-login .description {
  display: none;
}
/* line 99, ../sass/_login-global.scss */
.page-user #user-login input#edit-submit {
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #fff;
  font-family: 'ars_maquette_prolight';
  width: 100%;
  padding: 2em 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 113, ../sass/_login-global.scss */
.page-user #user-login input#edit-submit:hover {
  background: #fff;
  color: #000;
}
/* line 120, ../sass/_login-global.scss */
.page-user #footer {
  display: none;
}
/* line 124, ../sass/_login-global.scss */
.page-user .tabs {
  display: none;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Sort pages
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 135, ../sass/_login-global.scss */
#sort-wrapper {
  padding: 100px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: auto;
}
/* line 141, ../sass/_login-global.scss */
#sort-wrapper a.tabledrag-toggle-weight {
  color: #fff;
  font-family: 'ars_maquette_prolight';
  text-transform: uppercase;
}
/* line 147, ../sass/_login-global.scss */
#sort-wrapper table td {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ars_maquette_prolight';
  color: #fff;
  background: #d91221;
}
/* line 154, ../sass/_login-global.scss */
#sort-wrapper table td a {
  color: #fff;
}
/* line 158, ../sass/_login-global.scss */
#sort-wrapper table td a.tabledrag-handle .handle {
  background: url(../images/handle.png) no-repeat center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 158, ../sass/_login-global.scss */
  #sort-wrapper table td a.tabledrag-handle .handle {
    background: url(../images/handle.png) no-repeat center;
    background-size: 29px 13px;
  }
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|NODE ACTIONS
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 176, ../sass/_login-global.scss */
#node-actions {
  width: 100%;
  background: #fff;
  padding: 1em 0;
}
/* line 181, ../sass/_login-global.scss */
#node-actions ul {
  width: 100%;
  max-width: 1180px;
  margin: auto;
}
/* line 187, ../sass/_login-global.scss */
#node-actions li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 191, ../sass/_login-global.scss */
#node-actions a {
  width: 31px;
  height: 31px;
  display: block;
  text-indent: -999px;
  background: url(../images/admin-sprite.png) no-repeat center -195px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 191, ../sass/_login-global.scss */
  #node-actions a {
    background: url(../images/admin-spritex2.png) no-repeat center -195px;
    background-size: 75px 656px;
  }
}
/* line 205, ../sass/_login-global.scss */
#node-actions a.add-node {
  background-position: center -571px;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|NODE EDIT BUTTONS
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 216, ../sass/_login-global.scss */
#video-wrapper .repeat-edit {
  z-index: 100;
  left: 10px;
  top: 10px;
}

/* line 222, ../sass/_login-global.scss */
.repeat-edit {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 227, ../sass/_login-global.scss */
.repeat-edit .button-wrap {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 231, ../sass/_login-global.scss */
.repeat-edit a {
  display: block;
  text-indent: -9999px;
  width: 31px;
  height: 31px;
  background: url(../images/admin-sprite.png) no-repeat center -320px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 231, ../sass/_login-global.scss */
  .repeat-edit a {
    background: url(../images/admin-spritex2.png) no-repeat center -320px;
    background-size: 75px 656px;
  }
}
/* line 245, ../sass/_login-global.scss */
.repeat-edit .button-wrap.delete a {
  background-position: center -445px;
}

/* line 251, ../sass/_login-global.scss */
ul.menu-list .repeat-edit {
  top: 15px;
  right: 15px;
}

/* line 258, ../sass/_login-global.scss */
#location-wrapper .repeat-edit {
  top: 15px;
  right: 15px;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Bookings Global
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 9, ../sass/_bookings-global.scss */
.page-node-36 #page-header .text-content h1,
.page-node-36 #page-header .text-content p, .page-node-41 #page-header .text-content h1,
.page-node-41 #page-header .text-content p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
/* line 14, ../sass/_bookings-global.scss */
.page-node-36 .pane-custom .pane-1, .page-node-41 .pane-custom .pane-1 {
  background: #fff;
}

/* line 1, ../sass/_delivery.scss */
#booking_area {
  padding: 100px 0 0 0;
  max-width: 1180px;
  margin: auto;
}
