/* line 1, ../sass/reset.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 2, ../sass/reset.scss */
.clear {
  clear: both !important;
  float: none !important;
  height: 0 !important;
  width: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* line 3, ../sass/reset.scss */
ul {
  list-style: none;
}

/* line 4, ../sass/reset.scss */
a {
  text-decoration: none;
}

/* line 5, ../sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 6, ../sass/reset.scss */
.clear {
  clear: both !important;
  float: none !important;
  height: 0 !important;
  width: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* line 7, ../sass/reset.scss */
input[type="submit"] {
  cursor: pointer;
}

@font-face {
  font-family: 'gr-bold';
  src: url("../fonts/bold/GothamRounded-Bold.eot");
  src: url("../fonts/bold/GothamRounded-Bold.eot?iefix") format("eot"), url("../fonts/bold/GothamRounded-Bold.woff") format("woff"), url("../fonts/bold/GothamRounded-Bold.ttf") format("truetype"), url("../fonts/bold/GothamRounded-Bold.svg#gr-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gr-book';
  src: url("../fonts/book/GothamRounded-Book.eot");
  src: url("../fonts/book/GothamRounded-Book.eot?iefix") format("eot"), url("../fonts/book/GothamRounded-Book.woff") format("woff"), url("../fonts/book/GothamRounded-Book.ttf") format("truetype"), url("../fonts/book/GothamRounded-Book.svg#gr-book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gr-light';
  src: url("../fonts/light/GothamRounded-Light.eot");
  src: url("../fonts/light/GothamRounded-Light.eot?iefix") format("eot"), url("../fonts/light/GothamRounded-Light.woff") format("woff"), url("../fonts/light/GothamRounded-Light.ttf") format("truetype"), url("../fonts/light/GothamRounded-Light.svg#gr-light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gr-medium';
  src: url("../fonts/medium/GothamRounded-Medium.eot");
  src: url("../fonts/medium/GothamRounded-Medium.eot?iefix") format("eot"), url("../fonts/medium/GothamRounded-Medium.woff") format("woff"), url("../fonts/medium/GothamRounded-Medium.ttf") format("truetype"), url("../fonts/medium/GothamRounded-Medium.svg#gr-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gr-bookitalic';
  src: url("../fonts/bookitalic/Gotham-BookItalic.eot");
  src: url("../fonts/bookitalic/Gotham-BookItalic.eot?iefix") format("eot"), url("../fonts/bookitalic/Gotham-BookItalic.woff") format("woff"), url("../fonts/bookitalic/Gotham-BookItalic.ttf") format("truetype"), url("../fonts/bookitalic/Gotham-BookItalic.svg#gr-bookitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, ../sass/styles.scss */
body, html {
  height: 100%;
}

/* line 16, ../sass/styles.scss */
.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

/* line 17, ../sass/styles.scss */
.hide {
  display: none;
}

/* line 19, ../sass/styles.scss */
#footer {
  margin: 0 0 50px 0;
}
/* line 20, ../sass/styles.scss */
#footer p {
  text-align: center;
  font-family: "gr-book";
  font-size: 12px;
}

/* line 23, ../sass/styles.scss */
#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 99;
  transition: all 0.2s;
  background: rgba(56, 56, 56, 0);
}
/* line 24, ../sass/styles.scss */
#menu a.logo {
  display: block;
  height: 40px;
  width: 94px;
  background: url("../images/new_logo.png") center center no-repeat;
  margin-top: 30px;
  margin-left: 40px;
  transition: all 0.2s;
}
/* line 25, ../sass/styles.scss */
#menu ul {
  position: absolute;
  right: 25px;
  top: 40px;
  transition: all 0.2s;
}
/* line 26, ../sass/styles.scss */
#menu ul li {
  display: inline-block;
  margin: 0 10px;
}
/* line 27, ../sass/styles.scss */
#menu ul li a {
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-family: "gr-medium";
  font-size: 14px;
  padding: 0 0 4px 0;
}
/* line 29, ../sass/styles.scss */
#menu ul li.active a, #menu ul li:hover a {
  border-bottom: 3px solid #ff8400;
}
/* line 33, ../sass/styles.scss */
#menu.background {
  background: rgba(56, 56, 56, 0.76);
  height: 80px;
}
/* line 34, ../sass/styles.scss */
#menu.background ul {
  top: 25px;
}
/* line 35, ../sass/styles.scss */
#menu.background a.logo {
  margin-top: 20px;
}
/* line 37, ../sass/styles.scss */
#menu a.show_menu {
  display: none;
  position: absolute;
  right: 25px;
  top: 17px;
  background: url("../images/show_menu.png") no-repeat;
  height: 39px;
  width: 50px;
}

/* line 40, ../sass/styles.scss */
#video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  min-height: 80%;
  z-index: 0;
  background: transparent url("../homepage/wihome1440x640.png") center center no-repeat;
  background-size: 100% 100%;
}
/* line 41, ../sass/styles.scss */
#video span.motto {
  display: block;
  text-align: center;
  height: 75px;
  font-size: 75px;
  font-family: "gr-light";
  color: #fff;
}
/* line 42, ../sass/styles.scss */
#video video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
/* line 43, ../sass/styles.scss */
#video div.overlay {
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}

/* line 46, ../sass/styles.scss */
.section {
  padding: 90px 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
/* line 47, ../sass/styles.scss */
.section.gray {
  background: url("../images/section-bg.jpg");
}
/* line 48, ../sass/styles.scss */
.section strong.title {
  display: block;
  text-align: center;
  margin: 0 0 70px 0;
  font-size: 17px;
  font-family: "gr-bold";
  text-transform: uppercase;
}
/* line 49, ../sass/styles.scss */
.section p.description {
  text-align: center;
  font-family: "gr-light";
  font-size: 20px;
  color: #878787;
  line-height: 25px;
}
/* line 50, ../sass/styles.scss */
.section p.description em {
  color: #000;
}
/* line 52, ../sass/styles.scss */
.section span.wow-text {
  display: block;
  text-align: center;
  font-size: 75px;
  color: #db2042;
  font-family: "gr-light";
  margin: 0 0 50px 0;
}
/* line 55, ../sass/styles.scss */
.section[data-target="o-nas"] a.more {
  display: block;
  margin: 150px auto 0 auto;
  width: 120px;
  height: 46px;
  line-height: 46px;
  border: 2px solid #e8e8e8;
  text-align: center;
  border-radius: 2px;
  font-family: "gr-bold";
  color: #db2042;
}
/* line 58, ../sass/styles.scss */
.section.top-less {
  padding: 20px 0 90px 0;
}
/* line 62, ../sass/styles.scss */
.section div.content.section-sluzby .section-sluzby-item {
  width: 280px;
  margin: 0 26px;
  float: left;
}
/* line 63, ../sass/styles.scss */
.section div.content.section-sluzby .section-sluzby-item strong {
  display: block;
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 21px;
  font-family: "gr-book";
  color: #db2042;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 64, ../sass/styles.scss */
.section div.content.section-sluzby .section-sluzby-item div.image-holder {
  margin: 0 auto;
  width: 170px;
  height: 170px;
  border-radius: 85px;
  overflow: hidden;
  position: relative;
  background-color: #DB2042;
  box-shadow: 0px 1px 3px #701021;
  transition: all 0.3s;
}
/* line 65, ../sass/styles.scss */
.section div.content.section-sluzby .section-sluzby-item div.image-holder img {
  max-width: 170px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 66, ../sass/styles.scss */
.section div.content.section-sluzby .section-sluzby-item div.image-holder div {
  font-family: "gr-bold";
  display: block;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
  border-radius: 85px;
  font-size: 70px;
  color: #FFF;
  text-align: center;
  margin-top: -70px;
  text-shadow: 0px 1px 1px #4d4d4d;;
}
/* line 67, ../sass/styles.scss */
.section div.content.section-sluzby .section-sluzby-item div.image-holder.active {
  box-shadow: 0px -1px 3px #701021;
}
.section div.content.section-sluzby .section-sluzby-item div.image-holder.active div {
  margin-top: 40px;
}
/* line 70, ../sass/styles.scss */
.section div.content.section-sluzby .section-sluzby-item p {
  font-family: "gr-book";
  font-size: 15px;
  color: #878787;
  text-align: center;
  line-height: 22px;
  padding: 50px 0 0 0;
}
/* line 75, ../sass/styles.scss */
.section div.content.section-klienti ul.klienti.top-gap {
  margin-top: 80px;
}
/* line 76, ../sass/styles.scss */
.section div.content.section-klienti ul.klienti.top-line {
  margin-top: 20px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}
/* line 77, ../sass/styles.scss */
.section div.content.section-klienti ul.klienti li {
  float: left;
  width: 121px;
  text-align: center;
}
/* line 78, ../sass/styles.scss */
.section div.content.section-klienti ul.klienti li a {
  display: block;
  height: 100%;
  position: relative;
  min-height: 60px;
  cursor: default;
}
/* line 79, ../sass/styles.scss */
.section div.content.section-klienti ul.klienti li a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 140px;
}
/* line 81, ../sass/styles.scss */
.section div.content.section-klienti ul.klienti li.clear {
  width: 0;
  height: 0;
  float: none;
  margin: 0;
  padding: 0;
  clear: both;
}
/* line 86, ../sass/styles.scss */
.section div.content.section-kontakt .section-kontakt-item {
  float: left;
  width: 50%;
  text-align: center;
}
/* line 88, ../sass/styles.scss */
.section div.content.section-kontakt .section-kontakt-item .holder p.address {
  padding: 40px 0;
  color: #db2042;
  font-family: "gr-light";
  font-size: 20px;
  line-height: 25px;
}
/* line 89, ../sass/styles.scss */
.section div.content.section-kontakt .section-kontakt-item .holder p.address strong {
  font-family: "gr-bold";
}
/* line 91, ../sass/styles.scss */
.section div.content.section-kontakt .section-kontakt-item .holder p.mail-phone {
  font-size: 18px;
  font-family: "gr-bold";
  padding: 0 0 40px 0;
}
/* line 93, ../sass/styles.scss */
.section div.content.section-kontakt .section-kontakt-item .holder.fleft {
  float: left;
  margin-left: 60px;
}
/* line 94, ../sass/styles.scss */
.section div.content.section-kontakt .section-kontakt-item .holder.fright {
  float: right;
  margin-right: 60px;
}
/* line 96, ../sass/styles.scss */
.section div.content.section-kontakt .section-kontakt-item.border-right {
  border-right: 1px solid #e0e0e0;
}

/* line 103, ../sass/styles.scss */
.case-study-items .case-study-item {
  width: 25%;
  height: 615px;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 104, ../sass/styles.scss */
.case-study-items .case-study-item div.photo {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 615px;
}
/* line 105, ../sass/styles.scss */
.case-study-items .case-study-item div.photo.skoda {
  background: url("../casestudy/skoda/case-skoda-lo.jpg") no-repeat left top;
}
/* line 106, ../sass/styles.scss */
.case-study-items .case-study-item div.photo.alpine {
  background: url("../casestudy/alpine/case-ap-lo.jpg") no-repeat left top;
}
/* line 107, ../sass/styles.scss */
.case-study-items .case-study-item div.photo.benq {
  background: url("../casestudy/benq/case-benq-lo.jpg") no-repeat left top;
}
/* line 108, ../sass/styles.scss */
.case-study-items .case-study-item div.photo.intel {
  background: url("../casestudy/intel/case-intel-lo.jpg") no-repeat left top;
}
/* line 109, ../sass/styles.scss */
.case-study-items .case-study-item div.photo.skoda.big {
  background: url("../casestudy/skoda/case-skoda-hi.jpg") no-repeat left top;
}
/* line 110, ../sass/styles.scss */
.case-study-items .case-study-item div.photo.alpine.big {
  background: url("../casestudy/alpine/case-ap-hi.jpg") no-repeat left top;
}
/* line 111, ../sass/styles.scss */
.case-study-items .case-study-item div.photo.benq.big {
  background: url("../casestudy/benq/case-benq-hi.jpg") no-repeat left top;
}
/* line 112, ../sass/styles.scss */
.case-study-items .case-study-item div.photo.intel.big {
  background: url("../casestudy/intel/case-intel-hi.jpg") no-repeat left top;
}
/* line 114, ../sass/styles.scss */
.case-study-items .case-study-item div.top {
  height: 70px;
  background: #db2042;
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
/* line 115, ../sass/styles.scss */
.case-study-items .case-study-item div.top div.title {
  float: left;
  width: calc(100% - 70px);
  padding: 17px 0 17px 17px;
  color: #fff;
}
/* line 116, ../sass/styles.scss */
.case-study-items .case-study-item div.top div.title strong {
  display: block;
  font-family: "gr-bold";
}
/* line 117, ../sass/styles.scss */
.case-study-items .case-study-item div.top div.title span.text {
  display: block;
  font-family: "gr-light";
  text-overflow: ellipsis;
  line-height: 15px;
  overflow: hidden;
  max-height: 30px;
  font-size: 14px;
}
/* line 119, ../sass/styles.scss */
.case-study-items .case-study-item div.top span.more {
  float: right;
  display: block;
  width: 70px;
  height: 70px;
  background: #d42041 url("../casestudy/more.png") center center no-repeat;
}

/* line 125, ../sass/styles.scss */
.reference-items .reference-item {
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
}
/* line 126, ../sass/styles.scss */
.reference-items .reference-item img {
  width: 100%;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
/* line 128, ../sass/styles.scss */
.reference-items .reference-item:hover img {
  transform: scale(1.2);
}
/* line 129, ../sass/styles.scss */
.reference-items .reference-item:hover div.cover {
  opacity: 1;
}
/* line 131, ../sass/styles.scss */
.reference-items .reference-item div.cover {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background: rgba(219, 32, 66, 0.25);
  transition: all 0.3s;
  padding: 35px 0;
}
/* line 132, ../sass/styles.scss */
.reference-items .reference-item div.cover strong {
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "gr-bold";
  font-size: 17px;
  color: #fff;
}
/* line 133, ../sass/styles.scss */
.reference-items .reference-item div.cover span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "gr-book";
}
/* line 134, ../sass/styles.scss */
.reference-items .reference-item div.cover a.more {
  display: block;
  width: 110px;
  height: 35px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  line-height: 35px;
  color: #db2042;
  font-family: "gr-bold";
  font-size: 14px;
  position: absolute;
  bottom: 35px;
  left: calc(50% - 55px);
}
/* line 136, ../sass/styles.scss */
.reference-items .reference-item a.more_block {
  display: none;
  width: 100%;
  height: 100%;
  background: #F05662;
  text-align: center;
  line-height: 100%;
  color: #fff;
  font-family: "gr-bold";
  font-size: 52px;
}
/* line 137, ../sass/styles.scss */
.reference-items .reference-item a.more_block:hover {
  background: #67ADDF;
}
/* line 139, ../sass/styles.scss */
.reference-items .reference-item.item_more {
  height: 0;
  display: none;
  overflow: hidden;
}
/* line 141, ../sass/styles.scss */
.reference-items .reference-item.more_button a.more_block {
  display: block;
}
/* line 142, ../sass/styles.scss */
.reference-items .reference-item.more_button img {
  display: none;
}
/* line 143, ../sass/styles.scss */
.reference-items .reference-item.more_button div.cover {
  display: none;
}

@media all and (max-width: 660px) {
  /* line 151, ../sass/styles.scss */
  div.section div.content.section-kontakt {
    padding: 0;
  }
  /* line 152, ../sass/styles.scss */
  div.section div.content.section-kontakt .section-kontakt-item {
    float: none;
    width: 100%;
  }
  /* line 153, ../sass/styles.scss */
  div.section div.content.section-kontakt .section-kontakt-item div.holder {
    margin: 0 auto;
  }
  /* line 154, ../sass/styles.scss */
  div.section div.content.section-kontakt .section-kontakt-item div.holder.fright, div.section div.content.section-kontakt .section-kontakt-item div.holder.fleft {
    float: none;
    margin: 0;
  }
  /* line 155, ../sass/styles.scss */
  div.section div.content.section-kontakt .section-kontakt-item div.holder.border-right {
    border: 0;
  }
}
@media all and (max-width: 1010px) {
  /* line 167, ../sass/styles.scss */
  div.section div.content.section-sluzby .section-sluzby-item {
    margin: 0 auto 20px auto;
    float: none;
  }
}
@media all and (max-width: 300px) {
  /* line 176, ../sass/styles.scss */
  div.section div.content.section-kontakt {
    padding: 0;
  }
  /* line 177, ../sass/styles.scss */
  div.section div.content.section-kontakt .section-kontakt-item {
    width: 279px;
  }
}
/* line 182, ../sass/styles.scss */
.case_study_page {
  height: 100%;
}
/* line 184, ../sass/styles.scss */
.case_study_page div.top_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 5;
  background: rgba(56, 56, 56, 0.7);
  cursor: pointer;
}
/* line 185, ../sass/styles.scss */
.case_study_page div.top_menu a.logo {
  display: block;
  margin: 20px 0 0 40px;
  float: left;
  height: 40px;
  width: 94px;
  background: url("../images/new_logo.png") center center no-repeat;
}
/* line 186, ../sass/styles.scss */
.case_study_page div.top_menu a.back_link {
  display: block;
  float: right;
  height: 80px;
  line-height: 80px;
  margin: 0 40px 0 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'gr-book';
  font-size: 18px;
}
/* line 189, ../sass/styles.scss */
.case_study_page div.video {
  height: 80%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
/* line 190, ../sass/styles.scss */
.case_study_page div.video video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
/* line 191, ../sass/styles.scss */
.case_study_page div.video div.content, div#video div.content  {
  position: absolute;
  top: 350px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
/* line 192, ../sass/styles.scss */
.case_study_page div.video div.content h1, div#video div.content h1 {
  position: absolute;
  text-align: center;
  z-index: 1;
  display: block;
  width: 100%;
  font-size: 100px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'gr-light';
}
/* line 193, ../sass/styles.scss */
.case_study_page div.video div.content strong, div#video div.content strong {
  position: absolute;
  top: 110px;
  text-align: center;
  z-index: 1;
  display: block;
  width: 100%;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'gr-book';
}
/* line 195, ../sass/styles.scss */
.case_study_page div.video div.overlay {
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
/* line 198, ../sass/styles.scss */
.case_study_page div.text_1 {
  padding: 60px 0 225px 0;
  background: #fff;
  margin: 45% 0 0 0;
  position: relative;
  z-index: 2;
}
/* line 199, ../sass/styles.scss */
.case_study_page div.text_1 div.left_column {
  width: 650px;
  float: left;
  padding: 0 50px 0 0;
}
/* line 200, ../sass/styles.scss */
.case_study_page div.text_1 div.left_column strong {
  font-size: 15px;
  color: #db2042;
  font-family: 'gr-medium';
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* line 201, ../sass/styles.scss */
.case_study_page div.text_1 div.left_column p {
  margin: 15px 0 0 0;
  font-size: 22px;
  font-family: 'gr-light';
  line-height: 28px;
}
/* line 203, ../sass/styles.scss */
.case_study_page div.text_1 div.right_column {
  width: 350px;
  float: left;
  padding-top: 50px;
}
/* line 205, ../sass/styles.scss */
.case_study_page div.text_1 div.right_column ul li {
  height: 30px;
  line-height: 30px;
  color: #db2042;
  text-transform: uppercase;
  font-family: 'gr-book';
}
/* line 210, ../sass/styles.scss */
.case_study_page div.browser {
  height: 530px;
  position: relative;
  background: #fff;
  position: relative;
  z-index: 2;
}
/* line 211, ../sass/styles.scss */
.case_study_page div.browser div.window {
  width: 1070px;
  top: -125px;
  left: calc(50% - 534px);
  right: 0;
  z-index: 2;
  position: absolute;
}
/* line 212, ../sass/styles.scss */
.case_study_page div.browser div.stripe {
  width: 100%;
  height: 530px;
  background: #db2042;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 215, ../sass/styles.scss */
.case_study_page div.bottom_images {
  margin: 210px 0 0 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
/* line 216, ../sass/styles.scss */
.case_study_page div.bottom_images img {
  float: left;
  margin-top: 2px;
}
/* line 217, ../sass/styles.scss */
.case_study_page div.bottom_images img.left {
  width: calc(50% - 1px);
  margin-right: 1px;
  clear: left;
}
/* line 218, ../sass/styles.scss */
.case_study_page div.bottom_images img.right {
  width: calc(50% - 1px);
  margin-left: 1px;
}
/* line 220, ../sass/styles.scss */
.case_study_page div.bottom_images.small_gap {
  margin-top: 0px;
}
/* line 224, ../sass/styles.scss */
.case_study_page div.bottom_video video {
  width: 100%;
}
/* line 225, ../sass/styles.scss */
.case_study_page div.bottom_video div.ntb {
  position: relative;
  background: url("../casestudy/skoda/ntb/background.png") no-repeat;
  background-size: 100%;
  height: 860px;
  height: 59vw;
}
/* line 226, ../sass/styles.scss */
.case_study_page div.bottom_video div.ntb img {
  position: absolute;
  top: 288px;
  left: 219px;
  opacity: 1;
}
/* line 227, ../sass/styles.scss */
.case_study_page div.bottom_video div.ntb img.hidden {
  opacity: 0;
}

/* line 233, ../sass/styles.scss */
.reference-page {
  position: relative;
  height: 100%;
  min-width: 960px;
}
/* line 235, ../sass/styles.scss */
.reference-page div.top_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 960px;
  height: 80px;
  z-index: 5;
/*  background: rgba(56, 56, 56, 0.8);*/
  background: #5e5e5e;
  cursor: pointer;
}
/* line 236, ../sass/styles.scss */
.reference-page div.top_menu a.logo {
  display: block;
  margin: 20px 0 0 40px;
  float: left;
  height: 40px;
  width: 94px;
  background: url("../images/new_logo.png") center center no-repeat;
}
/* line 237, ../sass/styles.scss */
.reference-page div.top_menu span.title {
  display: block;
  float: left;
  color: #fff;
  font-family: 'gr-light';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 80px;
  padding: 0 0 0 80px;
}
/* line 238, ../sass/styles.scss */
.reference-page div.top_menu span.title em {
  font-family: 'gr-book';
}
/* line 240, ../sass/styles.scss */
.reference-page div.top_menu div.back_link {
  display: block;
  float: right;
  height: 80px;
  line-height: 80px;
  margin: 0 40px 0 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'gr-book';
  font-size: 18px;
}
.reference-page div.top_menu div.back_link a {
	color: #fff;
}

/* line 243, ../sass/styles.scss */
.reference-page .content {
  position: relative;
  margin: 81px 0 0 0;
  min-height: 100%;
}
/* line 244, ../sass/styles.scss */
.reference-page .content.fixed {
  position: fixed;
  width: 100%;
}
/* line 245, ../sass/styles.scss */
.reference-page .content .title-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
/* line 246, ../sass/styles.scss */
.reference-page .content iframe {
  position: absolute;
  z-index: 4;
}

.wow-text.big {
	text-transform: uppercase;
}
.red {
  color: #db2042;
}
.black {
	color: black;
}

div#video div.content {
	top: 0;
}

div#video div.content h1 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -2px;
  top: 370px;
}

div#video div.content strong {
  font-size: 16px;
  text-transform: uppercase;
  top: 410px;
}

.reference-items {
	background: url("../images/section-bg.jpg");
}
