@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?akrs0x");
  src: url("../fonts/icomoon.eot?#iefixakrs0x") format("embedded-opentype"), url("../fonts/icomoon.woff?akrs0x") format("woff"), url("../fonts/icomoon.ttf?akrs0x") format("truetype"), url("../fonts/icomoon.svg?akrs0x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-email:before {
  content: "\e600"; }

.icon-facebook:before {
  content: "\e601"; }

.icon-google-plus:before {
  content: "\e602"; }

.icon-rss:before {
  content: "\e603"; }

.icon-twitter:before {
  content: "\e604"; }

/************* GENERAL **************/
html {
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Open Sans";
  color: #2c3e50; }

h1, h2 {
  font-weight: 700; }

h1 {
  position: relative;
  font-size: 30px;
  line-height: 41px;
  margin: 0 0 45px 0;
  text-align: center; }
  @media (max-width: 767px) {
    h1 {
      font-size: 23px;
      line-height: 25px;
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 21px; } }
  h1:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -27px;
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    background: #d64a27; }
    @media (max-width: 767px) {
      h1:after {
        bottom: -5px; } }

h2 {
  font-size: 18px;
  line-height: 22px;
  color: #d64a27;
  text-align: left;
  margin: 0 0 15px 0; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 30px 0;
  text-align: justify; }
  @media (max-width: 767px) {
    p {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  span, strong {
    font-size: 14px;
    line-height: 21px; } }

ul {
  padding-left: 17px;
  margin: 0; }
  ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: left; }
    @media (max-width: 767px) {
      ul li {
        font-size: 14px;
        line-height: 21px; } }

a {
  text-decoration: none;
  color: #2c3e50; }
  a:hover {
    color: #d64a27; }

section {
  padding-top: 70px; }
  @media (max-width: 767px) {
    section {
      padding-top: 25px; } }

span {
  display: inline-block; }

img {
  max-width: 100%; }

.flr{
	float: right;}
	
.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

.text-center {
  text-align: center; }

.btn {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 14px 0;
  color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .btn:hover {
    color: white; }
  .btn.red {
    background-color: #d64a27; }
  .btn.w248 {
    width: 248px; }

.halfContainer {
  margin: 0 -15px; }
  .halfContainer:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 850px) {
    .halfContainer {
      margin: 0 -5px; } }
  @media (max-width: 480px) {
    .halfContainer {
      margin: 0; } }
  .halfContainer .half {
    width: 50%;
    float: left;
    padding: 0 15px; }
    @media (max-width: 850px) {
      .halfContainer .half {
        padding: 0 5px; } }
    @media (max-width: 480px) {
      .halfContainer .half {
        width: 100%;
        padding: 0; } }

input, textarea {
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #2c3e50;
  font-size: 14px; }
  input:focus, textarea:focus {
    outline: none; }

input {
  padding: 0 15px;
  height: 40px;
  line-height: 40px; }

textarea {
  padding: 10px 15px;
  line-height: 21px;
  resize: none;
  height: 75px; }

.table {
  display: table; }

.trow {
  display: table-row; }

.tcell {
  display: table-cell; }
  .tcell.top {
    vertical-align: top; }
  .tcell.bottom {
    vertical-align: bottom; }

/************* SITE-HEADER **************/
#site-header {
  padding-top: 100px; }
  @media (max-width: 700px) {
    #site-header {
      padding-top: 71px; } }
  #site-header .topMenu {
    padding: 0 20px;
    background-color: white;
    border-top: 5px solid #d64a27;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45); }
    @media (max-width: 700px) {
      #site-header .topMenu {
        padding: 0 15px; } }
    #site-header .topMenu > .container {
      max-width: 1165px; }
      #site-header .topMenu > .container:after {
        content: "";
        display: table;
        clear: both; }
  #site-header #logo {
    display: block;
    float: left;
    width: 51px;
    margin: 15px 25px 15px 0; }
    @media (max-width: 500px) {
      #site-header #logo {
        width: 40px;
        margin: 0;
        padding: 5px 0;
        float: none; } }
    #site-header #logo img {
      width: 100%;
      height: auto; }
  #site-header nav > span, #site-header nav > a, #site-header .tel > span, #site-header .tel > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    display: inline-block;
    padding: 0 25px; }
    @media (max-width: 800px) {
      #site-header nav > span, #site-header nav > a, #site-header .tel > span, #site-header .tel > a {
        padding: 0 15px; } }
    @media (max-width: 550px) {
      #site-header nav > span, #site-header nav > a, #site-header .tel > span, #site-header .tel > a {
        padding: 0 10px; } }
  #site-header nav {
    float: left;
    font-size: 0; }
    @media (max-width: 700px) {
      #site-header nav {
        float: right; } }
    @media (min-width: 501px) {
      #site-header nav {
        display: block !important; } }
    @media (max-width: 500px) {
      #site-header nav {
        display: none;
        float: none; } }
    #site-header nav a {
      -webkit-transition: all 0.3s;
      transition: width all 0.3s; }
      @media (max-width: 500px) {
        #site-header nav a {
          width: 100%;
          margin: 7px 0;
          text-align: center; } }
      #site-header nav a span {
        padding: 39px 0;
        border-bottom: 4px solid white; }
        @media (max-width: 500px) {
          #site-header nav a span {
            padding: 0; } }
      #site-header nav a:hover, #site-header nav a.active {
        color: #d64a27; }
        #site-header nav a:hover span, #site-header nav a.active span {
          border-bottom: 4px solid #d64a27; }
  #site-header .tel {
    float: right;
    padding: 38px 0; }
    @media (max-width: 700px) {
      #site-header .tel {
        display: none; } }
  #site-header .mobilMenuBtn {
    display: none;
    cursor: pointer; }
    @media (max-width: 500px) {
      #site-header .mobilMenuBtn {
        display: block;
        position: absolute;
        right: 0;
        top: 18px;
        padding: 9px 10px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px; }
        #site-header .mobilMenuBtn .icon-bar {
          display: block;
          width: 22px;
          height: 2px;
          border-radius: 1px;
          background-color: #2c3e50;
          margin-top: 4px; }
          #site-header .mobilMenuBtn .icon-bar:first-child {
            margin-top: 0; } }

#topSlider {
  font-size: 0; }
  #topSlider li img {
    display: inline-block;
    width: 100%;
    height: auto; }

/************* SITE-WRAPPER**************/
#site-wrapper {
  padding: 0 20px; }
  @media (max-width: 700px) {
    #site-wrapper {
      padding: 0 15px; } }

section > .container.text {
  max-width: 895px !important; }

#buffet_services > .container strong {
  display: inline-block;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    #buffet_services > .container strong {
      margin-bottom: 10px; } }
#buffet_services > .container ul {
  padding-left: 37px;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    #buffet_services > .container ul {
      margin-bottom: 20px; } }

.services_wrapper {
  width: 100%; }

#services {
  position: relative;
  z-index: 10;
  width: 431px;
  height: 431px;
  margin: 40px auto 145px auto;
  border: 4px solid white;
  background: url("../img/menu_circle_bg.png") center center no-repeat;
  border-radius: 50%;
  transition: all .1s; }
  #services p{
	  text-align: left;
  }
  @media (max-width: 767px) {
    #services {
      display: none; } }
  #services .menu_items {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px; }
    #services .menu_items > div {
      position: absolute;
      width: 0;
      height: 100%;
      margin: 0 50%;
      -webkit-transform: rotate(-360deg);
      transition: all 0.8s ease-in-out; }
      #services .menu_items > div > div {
        position: absolute;
        z-index: 1;
        left: 50%;
        bottom: 83%;
        width: 0;
        height: 0;
        line-height: 1px;
        margin-left: 0;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        font-size: 1px;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        overflow: visible;
        background-color: white; }
      #services .menu_items > div .bg, #services .menu_items > div .icon {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 1; }
      #services .menu_items > div .bg {
        transition: all 0.5s ease-in-out; }
      #services .menu_items > div .icon {
        background-image: url("../img/icon_services_sprite.png");
        background-repeat: no-repeat; }
      #services .menu_items > div .hover_content {
        width: 320px;
        height: auto;
        position: absolute;
        z-index: 2;
        background-color: #f1f1f2;
        border: 1px solid #bbbdbf;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        padding: 20px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.5s,opacity 0.5s linear; }
        #services .menu_items > div .hover_content:after {
          content: "";
          position: absolute;
          display: block; }
        #services .menu_items > div .hover_content h2 {
          font-style: italic; }
        #services .menu_items > div .hover_content ul li {
          font-size: 14px;
          line-height: 19px; }
      #services .menu_items > div.right .hover_content {
        left: 140px;
        top: -19px; }
        #services .menu_items > div.right .hover_content:after {
          background: url("../img/triangle_grey_left.png") center center no-repeat;
          left: -10px;
          top: 55px;
          width: 11px;
          height: 20px; }
      #services .menu_items > div.left .hover_content {
        right: 140px;
        top: -19px; }
        #services .menu_items > div.left .hover_content:after {
          background: url("../img/triangle_grey_right.png") center center no-repeat;
          right: -10px;
          top: 55px;
          width: 11px;
          height: 20px; }
      #services .menu_items > div.center .hover_content:after {
        left: 50%;
        margin-left: -5px;
        width: 20px;
        height: 11px; }
      #services .menu_items > div.center.bottom .hover_content {
        left: 50%;
        margin-left: -160px;
        top: 140px; }
        #services .menu_items > div.center.bottom .hover_content:after {
          background: url("../img/triangle_grey_up.png") center center no-repeat;
          top: -11px; }
      #services .menu_items > div.center.top .hover_content {
        bottom: 140px;
        left: 50%;
        margin-left: -160px; }
        #services .menu_items > div.center.top .hover_content:after {
          background: url("../img/triangle_grey_down.png") center center no-repeat;
          bottom: -11px; }
      #services .menu_items > div#menu_sandwich {
        z-index: 10; }
        #services .menu_items > div#menu_sandwich .icon {
          background-position: -2px -5px; }
        #services .menu_items > div#menu_sandwich .bg {
          background-image: url("../img/bg_sandwich.jpg"); }
      #services .menu_items > div#menu_salad {
        z-index: 9; }
        #services .menu_items > div#menu_salad .icon {
          background-position: -5px -115px; }
        #services .menu_items > div#menu_salad .bg {
          background-image: url("../img/bg_salad.jpg"); }
      #services .menu_items > div#menu_drinks {
        z-index: 8; }
        #services .menu_items > div#menu_drinks .icon {
          background-position: -5px -235px; }
        #services .menu_items > div#menu_drinks .bg {
          background-image: url("../img/bg_drinks.png"); }
      #services .menu_items > div#menu_snacks .icon {
        background-position: -7px -810px; }
      #services .menu_items > div#menu_snacks .bg {
        background-image: url("../img/bg_onion.jpg"); }
      #services .menu_items > div#menu_bread .icon {
        background-position: -7px -350px; }
      #services .menu_items > div#menu_bread .bg {
        background-image: url("../img/bg_bread.jpg"); }
      #services .menu_items > div#menu_pizza .icon {
        background-position: 0px -695px; }
      #services .menu_items > div#menu_pizza .bg {
        background-image: url("../img/bg_pizza.jpg"); }
      #services .menu_items > div#menu_coffee .icon {
        background-position: -5px -465px; }
      #services .menu_items > div#menu_coffee .bg {
        background-image: url("../img/bg_coffee.jpg"); }
      #services .menu_items > div#menu_cake .icon {
        background-position: -5px -580px; }
      #services .menu_items > div#menu_cake .bg {
        background-image: url("../img/bg_cake.jpg"); }
      #services .menu_items > div:hover#menu_sandwich .bg, #services .menu_items > div:hover#menu_salad .bg, #services .menu_items > div:hover#menu_drinks .bg, #services .menu_items > div:hover#menu_snacks .bg, #services .menu_items > div:hover#menu_bread .bg, #services .menu_items > div:hover#menu_pizza .bg, #services .menu_items > div:hover#menu_coffee .bg, #services .menu_items > div:hover#menu_cake .bg, #services .menu_items > div:hover#menu_cocktail .bg {
        opacity: 0; }
      #services .menu_items > div:hover#menu_sandwich .icon {
        background-position: -117px -5px; }
      #services .menu_items > div:hover#menu_salad .icon {
        background-position: -120px -115px; }
      #services .menu_items > div:hover#menu_drinks .icon {
        background-position: -120px -225px; }
      #services .menu_items > div:hover#menu_bread .icon {
        background-position: -122px -350px; }
      #services .menu_items > div:hover#menu_coffee .icon {
        background-position: -120px -465px; }
      #services .menu_items > div:hover#menu_cake .icon {
        background-position: -120px -580px; }
      #services .menu_items > div:hover#menu_snacks .icon {
        background-position: -122px -810px; }
      #services .menu_items > div:hover#menu_snacks .bg {
        background-image: url("../img/bg_onion.jpg"); }
      #services .menu_items > div:hover#menu_pizza .icon {
        background-position: -115px -695px; }
      #services .menu_items > div:hover#menu_pizza .bg {
        background-image: url("../img/bg_pizza.jpg"); }
      #services .menu_items > div:hover .hover_content {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s; }

#services .menu_items #menu_cocktail .icon{
  background: url("../img/icon-coctail--active.png") no-repeat 26px 22px !important;
}
        #services .menu_items > div:hover#menu_cocktail .icon {
        background: url("../img/icon-coctail.png")  no-repeat 31px 24px !important; }
      #services .menu_items #menu_cocktail .bg {
        background-image: url("../img/bg-cocktail.jpg"); }
  #services.open > .menu_items > div > div {
    width: 115px;
    height: 115px;
    margin-left: -55px;
    border: 4px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    #services.open > .menu_items > div > div:hover {
      border: 4px solid #d64a27; }

@media (min-width: 768px) {
  #services_accordion {
    display: none; } }

#machines > .container {
  max-width: 1168px; }
  #machines > .container.text {
    padding-bottom: 10px; }
#machines .itemList:after {
  content: "";
  display: table;
  clear: both; }
#machines .itemList .item {
  width: 25%;
  height: 331px;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 960px) {
    #machines .itemList .item {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    #machines .itemList .item {
      width: 33.33333%; } }
  @media (max-width: 550px) {
    #machines .itemList .item {
      width: 50%; } }
  @media (max-width: 400px) {
    #machines .itemList .item {
      width: 100%;
      margin-bottom: 15px; } }
  #machines .itemList .item .content {
    position: relative;
    background-color: #f9f8f4;
    border: 1px solid #eaeaee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 331px; }
    #machines .itemList .item .content:hover {
      cursor: pointer; }
    #machines .itemList .item .content h2 {
      text-align: center;
      position: absolute;
      bottom: 15px;
      left: 0;
      width: 100%;
      margin: 0; }
      @media (max-width: 960px) {
        #machines .itemList .item .content h2 {
          font-size: 14px; } }
    #machines .itemList .item .content img {
      margin-top: 20px;
      display: inline-block; }
#machines .contents {
  background: white; }
  #machines .contents h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (max-width: 960px) {
      #machines .contents h2 {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      #machines .contents h2 {
        font-size: 20px;
        line-height: 24px; } }
  #machines .contents p {
    margin-bottom: 15px; }
    @media (max-width: 960px) {
      #machines .contents p {
        font-size: 14px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      #machines .contents p {
        line-height: 21px; } }
  #machines .contents .close {
    position: absolute;
    right: 30px;
    top: 20px;
    display: block;
    width: 18px;
    height: 23px;
    background: url("../img/icon_close.png") center center no-repeat; }
    @media (max-width: 960px) {
      #machines .contents .close {
        right: 20px;
        top: 15px; } }
    @media (max-width: 767px) {
      #machines .contents .close {
        background-size: 15px 15px;
        top: 10px;
        right: 10px; } }
  @media (max-width: 1100px) {
    #machines .contents .btn.red {
      width: 180px; } }
  @media (max-width: 767px) {
    #machines .contents .btn.red {
      width: 100%; } }
  #machines .contents > div {
    position: relative;
    display: none;
    width: 100%;
    max-width: 1142px;
    margin: 0 auto;
    width: 100%; }
    #machines .contents > div > .table {
      width: 100%;
      table-layout: fixed;
      border: 1px solid #eaeaee;
      background: #f9f8f4;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
    #machines .contents > div .img, #machines .contents > div .text {
      display: table-cell;
      vertical-align: top; }
      @media (max-width: 545px) {
        #machines .contents > div .img, #machines .contents > div .text {
          display: block; } }
    #machines .contents > div .text {
      padding: 22px 80px 90px 30px;
      background: white; }
      @media (max-width: 960px) {
        #machines .contents > div .text {
          padding: 10px 50px 15px 10px; } }
      @media (max-width: 767px) {
        #machines .contents > div .text {
          padding-right: 12px; } }
      #machines .contents > div .text .table {
        width: 100%; }
        @media (max-width: 767px) {
          #machines .contents > div .text .table {
            display: block; } }
        @media (max-width: 767px) {
          #machines .contents > div .text .table .tcell {
            display: block; } }
        #machines .contents > div .text .table .bottom {
          width: 258px;
          padding-left: 10px; }
          @media (max-width: 1100px) {
            #machines .contents > div .text .table .bottom {
              width: 190px; } }
          @media (max-width: 767px) {
            #machines .contents > div .text .table .bottom {
              padding-top: 15px;
              width: 100%; } }
    #machines .contents > div .img {
      padding: 22px;
      width: 360px;
      border-right: 1px solid #eaeaee;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      @media (max-width: 960px) {
        #machines .contents > div .img {
          width: 250px;
          padding: 10px; } }
      @media (max-width: 767px) {
        #machines .contents > div .img {
          width: 180px; } }
      @media (max-width: 545px) {
        #machines .contents > div .img {
          width: 100%;
          height: 200px;
          border-right: none; } }
      #machines .contents > div .img img {
        width: 100%;
        display: block; }
        @media (max-width: 545px) {
          #machines .contents > div .img img {
            height: 100%;
            width: auto;
            margin: auto; } }
    #machines .contents > div .info {
      margin-top: 50px;
      font-size: 13px;
      line-height: 20px;
      font-weight: 300;
      table-layout: fixed; }
      #machines .contents > div .info td {
        padding: 5px 10px;
        border: 1px solid #eaeaee;
        width: 140px; }
        #machines .contents > div .info td:first-child {
          width: auto; }
  #machines .contents .ps-container {
    position: relative;
    height: 270px;
    padding-right: 35px; }
    #machines .contents .ps-container > .ps-scrollbar-y-rail, #machines .contents .ps-container > .ps-scrollbar-x-rail {
      opacity: 1;
      background: #ededed; }
      #machines .contents .ps-container > .ps-scrollbar-y-rail .ps-scrollbar-y, #machines .contents .ps-container > .ps-scrollbar-y-rail .ps-scrollbar-x, #machines .contents .ps-container > .ps-scrollbar-x-rail .ps-scrollbar-y, #machines .contents .ps-container > .ps-scrollbar-x-rail .ps-scrollbar-x {
        background: #d64a27;
        opacity: 1;
        cursor: pointer; }
    #machines .contents .ps-container:hover > .ps-scrollbar-y-rail, #machines .contents .ps-container:hover > .ps-scrollbar-x-rail {
      opacity: 1;
      background: #ededed; }
      #machines .contents .ps-container:hover > .ps-scrollbar-y-rail .ps-scrollbar-y, #machines .contents .ps-container:hover > .ps-scrollbar-y-rail .ps-scrollbar-x, #machines .contents .ps-container:hover > .ps-scrollbar-x-rail .ps-scrollbar-y, #machines .contents .ps-container:hover > .ps-scrollbar-x-rail .ps-scrollbar-x {
        background: #d64a27;
        opacity: 1; }
    #machines .contents .ps-container:hover > .ps-scrollbar-y-rail:hover, #machines .contents .ps-container:hover > .ps-scrollbar-x-rail:hover {
      opacity: 1;
      background: #ededed; }
      #machines .contents .ps-container:hover > .ps-scrollbar-y-rail:hover .ps-scrollbar-y, #machines .contents .ps-container:hover > .ps-scrollbar-y-rail:hover .ps-scrollbar-x, #machines .contents .ps-container:hover > .ps-scrollbar-x-rail:hover .ps-scrollbar-y, #machines .contents .ps-container:hover > .ps-scrollbar-x-rail:hover .ps-scrollbar-x {
        background: #d64a27;
        opacity: 1; }
    #machines .contents .ps-container > .ps-scrollbar-y-rail, #machines .contents .ps-container > .ps-scrollbar-x-rail {
      opacity: 1;
      background: #ededed; }
    #machines .contents .ps-container > .ps-scrollbar-y-rail, #machines .contents .ps-container > .ps-scrollbar-y-rail .ps-scrollbar-y {
      width: 4px; }

#partners > .container {
  max-width: 1136px; }
  #partners > .container .itemList {
    margin: 0 -15px;
    font-size: 0; }
    #partners > .container .itemList:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 960px) {
      #partners > .container .itemList {
        margin: 0 -5px; } }
    @media (max-width: 767px) {
      #partners > .container .itemList {
        text-align: center; } }
  #partners > .container .item {
    width: 16.66666667%;
    padding: 0 15px;
    height: 218px;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 960px) {
      #partners > .container .item {
        padding: 0 5px; } }
    @media (max-width: 767px) {
      #partners > .container .item {
        width: 25%;
        height: auto;
        margin: 10px 0; } }
    @media (max-width: 545px) {
      #partners > .container .item {
        width: 33.33333%; } }
    #partners > .container .item img {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      height: auto;
      max-width: 100%; }

/************* SITE-FOOTER**************/
#site-footer .container {
  max-width: 1136px; }
#site-footer .footer-wrapper {
  background: #d64a27;
  padding: 50px 20px;
  color: white; }
  @media (max-width: 700px) {
    #site-footer .footer-wrapper {
      padding: 50px 15px; } }
#site-footer .table {
  display: table;
  width: 100%; }
  @media (max-width: 767px) {
    #site-footer .table {
      display: block; } }
  #site-footer .table .left, #site-footer .table .right {
    display: table-cell;
    vertical-align: top; }
    @media (max-width: 767px) {
      #site-footer .table .left, #site-footer .table .right {
        display: block;
        text-align: center; } }
  #site-footer .table .left {
    padding-right: 63px;
    border-right: 1px solid rgba(255, 255, 255, 0.33);
    white-space: nowrap; }
    @media (max-width: 960px) {
      #site-footer .table .left {
        padding-right: 40px; } }
    @media (max-width: 850px) {
      #site-footer .table .left {
        padding-right: 20px; } }
    @media (max-width: 767px) {
      #site-footer .table .left {
        border-right: none;
        padding-right: 0; } }
    #site-footer .table .left .contact_info {
      padding-bottom: 40px; }
      @media (max-width: 767px) {
        #site-footer .table .left .contact_info {
          padding-bottom: 20px; } }
    @media (max-width: 767px) {
      #site-footer .table .left p {
        text-align: center; } }
    #site-footer .table .left p a {
      color: #2c3e50; }
  #site-footer .table .right {
    padding-left: 63px;
    width: 100%; }
    @media (max-width: 960px) {
      #site-footer .table .right {
        padding-left: 40px; } }
    @media (max-width: 850px) {
      #site-footer .table .right {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      #site-footer .table .right {
        margin-top: 35px;
        padding-left: 0; } }
    #site-footer .table .right label {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 10px;
      margin-top: 5px;
      text-align: left; }
      @media (max-width: 767px) {
        #site-footer .table .right label {
          font-size: 14px;
          margin-bottom: 5px; } }
    @media (max-width: 767px) {
      #site-footer .table .right .form-element {
        margin-bottom: 10px; } }
    #site-footer .table .right input, #site-footer .table .right textarea {
      width: 100%; }
    #site-footer .table .right input[type="submit"] {
      background: #d64a27;
      border: 1px solid white;
      color: white;
      line-height: 10px; }
#site-footer .social {
  font-size: 0; }
  #site-footer .social a {
    text-align: center;
    color: #d64a27;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: white;
    margin: 0 5px; }
    #site-footer .social a:first-child {
      margin-left: 0px; }
    #site-footer .social a:hover {
      background-color: #bbbdbf; }
    #site-footer .social a.icon-facebook {
      font-size: 13px; }
    #site-footer .social a.icon-twitter {
      font-size: 10px; }
    #site-footer .social a.icon-google-plus {
      font-size: 11px; }
    #site-footer .social a.icon-rss, #site-footer .social a.icon-email {
      font-size: 9px; }

.grid {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center; }

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  height: 218px;
  width: 100%;
  background: #d64a27;
  text-align: center;
  cursor: pointer;
  line-height: 218px; }
  @media (max-width: 767px) {
    .grid figure {
      height: auto;
      line-height: 0; } }

.grid figure img {
  position: relative;
  z-index: 1;
  opacity: 1; }

.grid figure .wbg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: white; }

.grid figure figcaption {
  padding: 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10; }
  @media (max-width: 960px) {
    .grid figure figcaption {
      padding: 7px; } }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table; }

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

.grid figure h2 span {
  font-weight: 800; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-transform: none; }
  .grid figure p strong {
    font-weight: 600; }

/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba {
  background: #d64a27; }

figure.effect-bubba .wbg {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

@media (min-width: 768px) {
  figure.effect-bubba:hover .wbg, figure.effect-bubba:hover img {
    opacity: 0.2; } }

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }
  @media (max-width: 960px) {
    figure.effect-bubba figcaption::before,
    figure.effect-bubba figcaption::after {
      top: 7px;
      right: 7px;
      bottom: 7px;
      left: 7px; } }

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); }

figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0); }

figure.effect-bubba p {
  padding: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }
  @media (max-width: 960px) {
    figure.effect-bubba p {
      padding: 7px;
      font-size: 14px; } }

@media (min-width: 768px) {
  figure.effect-bubba:hover figcaption::before,
  figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media (min-width: 768px) {
  figure.effect-bubba:hover h2,
  figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.accordion {
  margin: 1em 0; }

.accordion h3 {
  background: white;
  color: #2c3e50;
  cursor: pointer;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid #eaeaee;
  background: url(../img/icon_arrow_down.png) right center no-repeat; }

.accordion h3.current {
  cursor: default;
  background: url(../img/icon_arrow_up.png) right center no-repeat;
  color: #d64a27; }

.accordion div.pane {
  padding: 10px 10px 35px 10px;
  border-bottom: 1px solid #eaeaee; }

#cleaning #logo {
  margin-top: 25px; }
#cleaning #welcome p a {
  color: #E06033; }

#cleaning #services {
  background: url("../img/menu_circle_cleaning_bg.png") center center no-repeat; }
#cleaning #services p{
	text-align: left;
}
#cleaning #services .menu_items > div:hover .bg {
  opacity: 0; }

#cleaning #services .menu_items > div .icon {
  background: url("../img/icon_cleaning_sprite.png") no-repeat; }

#menu_factory {
  z-index: 10; }
  #menu_factory .icon {
    background-position: -2px -12px !important; }
  #menu_factory .bg {
    background-image: url("../img/bgFactory.png"); }
  #menu_factory:hover .icon {
    background-position: -115px -12px !important; }

#menu_regular {
  z-index: 9; }
  #menu_regular .icon {
    background-position: -3px -113px !important; }
  #menu_regular .bg {
    background-image: url("../img/bgRegular.png"); }
  #menu_regular:hover .icon {
    background-position: -116px -116px !important; }

#menu_cleanup {
  z-index: 8; }
  #menu_cleanup .icon {
    background-position: -5px -235px !important; }
  #menu_cleanup .bg {
    background-image: url("../img/bgCleanup.png"); }
  #menu_cleanup:hover .icon {
    background-position: -120px -235px !important; }

#menu_roof {
  z-index: 7; }
  #menu_roof .icon {
    background-position: -11px -356px !important; }
  #menu_roof .bg {
    background-image: url("../img/bgRoof.png"); }
  #menu_roof:hover .icon {
    background-position: -125px -353px !important; }

#menu_office {
  z-index: 6; }
  #menu_office .icon {
    background-position: -11px -579px !important; }
  #menu_office .bg {
    background-image: url("../img/bgOffice.png"); }
  #menu_office:hover .icon {
    background-position: -122px -578px !important; }

#menu_garden {
  z-index: 5; }
  #menu_garden .icon {
    background-position: -4px -695px !important; }
  #menu_garden .bg {
    background-image: url("../img/bgGarden.png"); }
  #menu_garden:hover .icon {
    background-position: -115px -695px !important; }

#menu_maintance {
  z-index: 4; }
  #menu_maintance .icon {
    background-position: -4px -815px !important; }
  #menu_maintance .bg {
    background-image: url("../img/bgMaintance.png"); }
  #menu_maintance:hover .icon {
    background-position: -123px -812px !important; }

#process {
  margin-bottom: 80px;
  padding-bottom: 40px;
  overflow: hidden;
  background: url("../img/cleaning_section.png") no-repeat top center;
  background-size: cover; }
  #process p {
    width: 50%;
    float: right;
    padding: 20px;
    position: relative;
    z-index: 1;
    color: #2c3e50; }
    @media (max-width: 700px) {
      #process p {
        width: 100%; } }
    #process p:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #fff;
      opacity: 0.6;
      border-radius: 4px;
      z-index: -1; }

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 40;
  -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  z-index: 100; }

.modal-overlay.state-show {
  opacity: 1;
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.2s, 0s;
  -o-transition-duration: 0.2s, 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s; }

.modal-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 110;
  /*     display: table; */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: center;
  visibility: hidden; }

.modal-frame.state-appear {
  visibility: visible; }

.modal-frame.state-appear .modal-inset {
  -moz-animation: modalComeIn 0.25s ease;
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
  /* to keep @ final state */ }

.modal-frame.state-appear .modal-body {
  opacity: 1;
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1); }

.modal-frame.state-leave {
  visibility: visible; }

.modal-frame.state-leave .modal-inset {
  -moz-animation: modalHeadOut 0.35s ease 0.1s;
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible; }

.modal-frame.state-leave .modal-body {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px); }

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px); } }
.modal {
  width: 90%;
  max-width: 500px;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px; }

.page-select {
	width: 50%;
	float: left;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: width all 0.3s;
  position: relative; }

.page-select span{
	position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    font-size: 15px;
}
.page-select:hover {
  -moz-box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.2); }

.modal-inset {
	overflow: hidden;
  position: relative;
  padding: 30px;
  background-color: white;
  min-width: 280px;
  min-height: 126px;
  margin: auto;
  visibility: hidden;
  -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.modal-inset .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  opacity: .4; }

.modal-inset .close:hover {
  opacity: 1; }

.modal-body {
  margin: auto;
  opacity: 0;
  -moz-transform: translateY(0) scale(0.8, 0.8);
  -ms-transform: translateY(0) scale(0.8, 0.8);
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.modal-body h3 {
  margin-top: 0;
  font-weight: 700;
  padding-bottom: 22px;
  display: block;
  color: #F2594B;
  text-align: center; 
  border-bottom: 1px solid #ececec;}

.modal-body p {
  padding-bottom: 20px; }

.modal-body .ps {
  font-size: 12px;
  opacity: .3; }

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97); } }
@-moz-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97); } }
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97); } }
#lightbox {
  padding-bottom: 80px; }

#lightbox ul {
  overflow: hidden;
  text-align: center;
  padding: 0; }

/*Image styles*/
#lightbox ul li {
  display: inline-block;
  padding: 10px;
  background: #fff;
  list-style-type: none;
  position: relative;
  cursor: pointer; }
  @media (max-width: 480px) {
    #lightbox ul li {
      width: 50%;
      float: left; } }

#lightbox ul li img {
  display: block;
  width: 100%; }

/*Image titles*/
#lightbox .image_title {
  width: 100%;
  height: 165px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  /*Hover effect - default state*/
  opacity: 0;
  transition: all 0.5s; }

#lightbox .title {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  /*Vertical center align*/
  display: table-cell;
  vertical-align: middle;
  /*Hover effect - default state*/
  transform: scale(0.2);
  transition: all 0.25s; }

/*Hover states*/
#lightbox li:hover {
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.75); }

#lightbox li:hover .image_title {
  opacity: 1; }

#lightbox li:hover .title {
  transform: scale(1); }

/*Lets change the iconfont to websymbols since entypo has some issues with rendering on windows*/
@font-face {
  font-family: websymbols;
  src: url("http://thecodeplayer.com/uploads/fonts/websymbols.eot");
  src: url("http://thecodeplayer.com/uploads/fonts/websymbols.eot?#iefix") format("embedded-opentype"), url("http://thecodeplayer.com/uploads/fonts/websymbols.woff") format("woff"), url("http://thecodeplayer.com/uploads/fonts/websymbols.ttf") format("truetype"), url("http://thecodeplayer.com/uploads/fonts/websymbols.svg#WebSymbolsRegular") format("svg"); }
.lb_backdrop {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.lb_canvas {
  background: white;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 20px 5px black;
  padding: 10px;
  z-index: 110; }

.lb_canvas.loading {
  background: white url("http://thecodeplayer.com/uploads/media/loading.gif") center center no-repeat; }

.lb_controls {
  width: 400px;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  bottom: 10px;
  color: white;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 110; }

.lb_controls span {
  height: 30px; }

.lb_controls span.inactive {
  opacity: 0.25; }

.lb_previous, .lb_next {
  position: absolute;
  top: 0;
  padding: 5px 12px;
  font-family: websymbols;
  font-size: 14px;
  background: black;
  cursor: pointer; }

.lb_previous {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.lb_next {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.lb_title {
  text-align: center;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: bold; }

@media (max-width: 500px){
	#cleaning #site-header .mobilMenuBtn{
		top: 0;
	}
}
