@import url(reset.css);
@import url(headerMenu.css);
/*
@import url(//fonts.googleapis.com/css?family=Roboto:400,300italic,300,100italic,100,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic);
*/
@font-face {
  font-family: robotoRegular;
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: robotoLight;
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: robotoBold;
  src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: robotoItalic;
  src: url("../fonts/Roboto-Italic.ttf");
}
@font-face {
  font-family: robotoThin;
  src: url("../fonts/Roboto-Thin.ttf");
}
@font-face {
  font-family: robotoMedium;
  src: url("../fonts/Roboto-Medium.ttf");
}
body {
  font-family: 'robotoRegular', sans-serif;
  font-size: 16px;
  min-height: calc(100% - 137px - 19px);
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
input,
button {
  outline: none;
}
#share-button {
  position: fixed;
  z-index: 12;
  right: 40px;
  bottom: 20px;
}
#share-button #image-wrapper {
  position: relative;
}
#share-button #image-wrapper .image-blue {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
#share-button #image-wrapper .image-normal {
  cursor: pointer;
  opacity: 0;
}
#share-button #image-wrapper img {
  transition: 0.5s;
}
#share-button #image-wrapper img.down {
  opacity: 1;
}
#share-menu {
  position: fixed;
  z-index: 13;
  right: 0px;
  bottom: 0px;
  width: 461px;
  display: none;
}
#share-menu #share-content {
  width: 385px;
  height: 45px;
  font-size: 10px;
  margin-left: 10px;
  opacity: 0;
}
#share-menu #share-content ul {
  height: 25px;
  background-color: white;
  padding-left: 10px;
}
#share-menu #share-content ul li {
  float: left;
  margin-top: 7px;
}
#share-menu #share-content ul li span {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #5ee5fd;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  margin-top: -16px;
  line-height: 1.3;
}
#share-menu #share-content ul #share-title {
  margin-right: 11px;
  color: #58595b;
}
#share-menu #share-content ul #share-i {
  margin-right: 12px;
}
#share-menu #share-content ul #share-facebook {
  margin-right: 30px;
  color: #3b589e;
}
#share-menu #share-content ul #share-facebook a {
  text-decoration: none;
  color: #3b589e;
}
#share-menu #share-content ul #share-vkontakte {
  margin-right: 30px;
  color: #4c75a3;
}
#share-menu #share-content ul #share-vkontakte a {
  text-decoration: none;
  color: #4c75a3;
}
#share-menu #share-content ul #share-twitter {
  margin-right: 0px;
  color: #53aaeb;
}
#share-menu #share-content ul #share-twitter a {
  text-decoration: none;
  color: #53aaeb;
}
#share-menu #share-content ul.gray {
  background-color: #eceded;
}
#share-button.position-absolute {
  position: absolute;
}
#share-menu.position-absolute {
  position: absolute;
  height: 45px;
}


#beta {
  color: red;
  font-size: 10px;
  height: 50px;
  left: 133px;
  position: fixed;
  top: 19px;
  width: 10px;
  z-index: 1000;
}
.navigation {
  z-index: 100;
  position: fixed;
  right: 52px;
  top: 200px;
}
.navigation ul {
  width: 16px;
}
.container a {
 color:#333330;
}
.navigation ul li {
  width: 100%;
  text-align: center;
}
.navigation ul li span {
  margin: 4px auto;
  display: block;
  border-radius: 50%;
  border: 1px solid #bebebf;
  width: 4px;
  height: 4px;
  transition: 300ms;
}
.navigation ul li span.selected {
  width: 8px;
  height: 8px;
}
.navigation ul li span:hover {
  background-color: #bebebf;
}
.navigation ul li.white span {
  border-color: #f2f2f2;
}
.navigation ul li.white span:hover {
  background-color: #f2f2f2;
}
.navigation div {
  width: 16px;
  height: 28px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  animation: move 1s ease-in-out 0.5s infinite alternate;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.navigation div img {
  transition: 500ms;
  position: absolute;
}
.navigation div .white {
  top: 28px;
}
.navigation div .gray {
  top: 0px;
}
section {
  width: 100%;
  overflow: hidden;
}
section#first {
  width: 100%;
  overflow: hidden;
}
section#first #Glide {
  height: 100%;
}
section#first #Glide .glide__wrapper {
  height: 100%;
}
section#first #Glide .glide__wrapper .glide__track {
  height: 100%;
}
section#first #Glide .glide__wrapper .glide__track .glide__slide {
  height: 100%;
}
section#first .bullet-wrapper {
  padding-top: 1px;
  height: 26px;
  display: inline-block;
  background-image: url("../img/navigation/points.png");
  background-repeat: repeat-x;
  background-position: center;
}
section#first .bullet-wrapper:first-child {
  background-repeat: no-repeat;
  background-position: 105% center;
}
section#first .bullet-wrapper:last-child {
  background-repeat: no-repeat;
  background-position: 0px center;
}
section#first .first-slide {
  background-image: url("../img/banner/1.png");
  background-position: center top;
  background-size: auto 100% ;
}
section#first .second-slide {
  background-image: url("../img/banner/2.jpg");
  background-position: center center;
  background-size: cover;
}
section#first .third-slide {
  background-image: url("../img/banner/3.jpg");
  background-position: center center;
  background-size: cover;
}
section#last .last-content {
  margin: auto;
  margin-top: 72px;
  margin-bottom: 82px;
  color: #58595b;
  font-size: 14px;
  line-height: 1.3;
  text-align: justify;
}
section#last .last-content h1 {
  width: 810px;
  margin: auto;
  margin-top: 23px;
  font-weight: 700;
  color: #818388;
}
section#last .last-content p {
  width: 810px;
  margin: auto;
  margin-top: 24px;
  color: #818388;
}
section#last .last-content-logo {
  display: block;
  margin: auto;
  padding-top: 24px;
}
section#last .last-content-line {
  display: block;
  margin: auto;
  margin-top: 26px;
}
section#last .last-content .icon-holder {
  width: 100%;
  height: 164px;
  margin-top: 34px;
  background-color: #fff;
}
section#last .last-content .icon-holder ul {
  width: 852px;
  height: 100%;
  margin: 0 auto;
}
section#last .last-content .icon-holder ul li {
  width: calc(100% / 5);
  height: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
}
section#last .last-content .icon-holder ul li span {
  display: block;
  margin: 51px auto 53px;
  border: 1px solid #535657;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  background: no-repeat center center;
  background-size: 70%;
  opacity: 0;
}
section#last .last-content .icon-holder ul li span.icon-light-color {
  background-image: url("http://caravanecafe.ca/assets/img/index/_icon-light-color.png");
  transition: 200ms;
}
section#last .last-content .icon-holder ul li span.icon-light-level {
  background-image: url("http://caravanecafe.ca/assets/img/index/_icon-light-level.png");
  transition: 300ms;
}
section#last .last-content .icon-holder ul li span.icon-time {
  border: 0;
  background-size: 100%;
  background-image: url("http://caravanecafe.ca/assets/img/index/icon-time.png");
  transition: 400ms;
}
section#last .last-content .icon-holder ul li span.icon-cloud {
  background-image: url("http://caravanecafe.ca/assets/img/index/icon-cloud.png");
  transition: 500ms;
}
section#last .last-content .icon-holder ul li span.icon-led {
  background-image: url("http://caravanecafe.ca/assets/img/index/_icon-led.png");
  transition: 600ms;
}
section#last .last-content .icon-holder ul li span.ready {
  width: 55px;
  height: 55px;
  margin: 22px auto 28px;
  opacity: 1;
}
section#last .last-content .icon-holder ul li h3 {
  margin-top: 24px;
  line-height: 20px;
  color: #767676;
  font-family: "robotoRegular";
  font-size: 13px;
}
.navigation div img.gray {
  transition: 500ms;
}
.navigation.active ul li span {
  border-color: #ffffff;
}
.navigation.active ul li span:hover {
  background-color: #ffffff;
}
.navigation.active div .white {
  top: 0px;
}
.navigation.active div .gray {
  top: -28px;
}
#share-button {
  right: 52px;
}