/* 
Template Name: v-spoon
Version: 1.0
Author: itsc
Author URL: itsc.ee
*/
@font-face {
  font-family: 'Open Sans';
  font-weight: lighter;
  src: local('Open Sans'), url(../fonts/open-sans/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: "Open Sans Light Italic";
  src: url(../fonts/open-sans/OpenSansLightItalic/OpenSansLightItalic.eot);
  src: url(../fonts/open-sans/OpenSansLightItalic/OpenSansLightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/open-sans/OpenSansLightItalic/OpenSansLightItalic.woff) format("woff"), url(../fonts/open-sans/OpenSansLightItalic/OpenSansLightItalic.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans Light";
  src: url(../fonts/open-sans/OpenSansLight/OpenSansLight.eot);
  src: url(../fonts/open-sans/OpenSansLight/OpenSansLight.eot?#iefix) format("embedded-opentype"), url(../fonts/open-sans/OpenSansLight/OpenSansLight.woff) format("woff"), url(../fonts/open-sans/OpenSansLight/OpenSansLight.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url(../fonts/open-sans/OpenSansBold/OpenSansBold.eot);
  src: url(../fonts/open-sans/OpenSansBold/OpenSansBold.eot?#iefix) format("embedded-opentype"), url(../fonts/open-sans/OpenSansBold/OpenSansBold.woff) format("woff"), url(../fonts/open-sans/OpenSansBold/OpenSansBold.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
/*************************
*******Typography******
**************************/
body {
  padding-top: 82px;
  background: #fffef6;
  font-family: 'Open sans', sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 34px;
  font-size: 18px;
  overflow-x: hidden;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Bold', sans-serif;
  color: #002942;
}
#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header h1,
.section-header h2,
.section-header h3 {
  font-family: "Open Sans Bold";
  font-weight: normal;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.btn {
  border-width: 0;
  border-radius: 0px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.text-error {
  color: #cc0000;
}
#main-contact-form .btn-primary {
  height: 45px;
  width: 100%;
  background: #0089db;
}
#main-contact-form .btn-primary,
address {
  font-family: "Open Sans Light";
  font-weight: 100;
  line-height: 36px;
}
address span.company-name {
  font-family: 'Open Sans Bold';
  font-size: 24px;
}
.column-title {
  margin-top: 0;
  /*border-bottom: 1px solid #eee;*/
  margin-bottom: 29px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  /*border-bottom: 1px solid @major_color;*/
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar-nav li a {
  outline: none;
}
.navbar-nav li.languages a.cur,
.navbar-nav a.cur {
  font-weight: bolder;
  color: #0089db !important;
}
.navbar-header .logo-image,
.navbar-header .languages {
  display: none;
}
.navbar-collapse {
  background-image: url(../images/logo.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 20px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 21px;
}
#logo {
  margin-top: 27px;
  display: inline-block;
  float: left;
}
/*@media only screen and (max-width : 1000px){
   #target .v-line.sep, #mount-options .v-line.sep, #design-options .v-line.sep, #materials .v-line.sep{
    display: none;
   }
   .scroll-to-next-blue {
    display: none;
   }
} 
*/
@media only screen and (min-width: 1236px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 0 #cac9c0;
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    color: #304A5C;
    font-family: "Open Sans Light";
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    color: #0089db;
  }
  #main-menu.navbar-default .navbar-nav > li > a.no-pad-right {
    padding-right: 0px;
  }
  #main-menu.navbar-default .navbar-nav .separator {
    padding-right: 10px;
    border-right: 2px solid #304A5C;
    font-size: 13px;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
  #mount-options .mount-example-wrapper {
    width: 252px;
    height: 385px;
    margin: 0px 45px 40px 45px;
  }
  #mount-options .mount-example-wrapper-dual {
    width: 400px;
    height: 385px;
    text-align: center;
  }
}
#target ul.target-items {
  padding-left: 0px;
  display: inline-block;
  margin-top: 20px;
}
#target ul.target-items.left {
  width: 49%;
  text-align: center;
}
#target ul.target-items.right {
  width: 49%;
  text-align: center;
}
#target ul.target-items li {
  list-style: none;
  display: inline-block;
  float: none;
  padding-left: 0px;
}
#target ul.img-wrapper,
#design-options ul.img-wrapper,
#target ul.img-wrapper li,
#design-options ul.img-wrapper li {
  padding: 0px;
}
#target ul.img-wrapper li img {
  margin: 8px;
}
#mount-options li {
  list-style: none;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  a.brand {
    display: none;
  }
  #mount-options .mount-example-wrapper {
    width: 200px;
    height: 385px;
    margin: 0px 30px 0px 30px;
  }
  #mount-options .mount-example-wrapper-dual {
    width: 200px;
    height: 385px;
    text-align: center;
    margin: 0px 30px 0px 30px;
  }
  #mount-options .target-example-wrapper {
    width: 200px;
    height: 385px;
    margin: 0px 7px 0px 7px;
  }
}
#header-video {
  width: 100%;
  height: 542px;
  background-image: none;
  background-size: 1888px 542px;
  background-position-y: 2px;
  position: relative;
}
#header-video .container-fluid {
  padding: 0px;
  height: 642px;
  overflow: hidden;
}
#header-video .container-fluid.iphone {
  background-image: url(../video/wh-video.png);
  background-position: -300px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
#header-video .video-container {
  z-index: -100;
  top: 100px;
  width: 100%;
  height: 642px;
  overflow: hidden;
}
#header-video .video-container #teaser-video {
  z-index: 0;
  height: 642px;
  display: block;
  /* height: 100%;
        width: 100%;
       object-fit: cover;
        -o-object-fit: cover;       */
}
#header-video .video-overlay {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
}
#header-video .v {
  max-width: 512px;
  height: 66px;
  background-image: url(../images/v-spoon-en.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 126px auto 30px;
  font-family: "Open Sans Bold";
  color: #fff;
}
#header-video .slogan {
  font-family: "Open Sans Light";
  font-size: 25px;
  max-width: 512px;
  height: 45px;
  margin: 0px auto 84px;
  color: #fff;
}
#header-video .watch-video-btn {
  width: 454px;
  height: 64px;
  background-image: url(../images/watch-video-btn.gif);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px auto;
  color: #fff;
  font-family: "Open Sans Light";
  font-weight: 100;
  font-size: 18px;
  line-height: 64px;
  text-align: center;
  padding-left: 48px;
  padding-right: 50px;
  cursor: pointer;
}
#header-video .share {
  width: 238px;
  background-image: url(../images/share-line-horizontal.gif);
  background-position: left 2px;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Open Sans Light Italic";
  font-weight: lighter;
  margin: 49px auto 20px;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
#header-video .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 16px;
}
#header-video .social-icons > li {
  display: inline-block;
}
#header-video .social-icons > li > a {
  display: block;
  width: 25px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background: transparent;
}
#header-video .social-icons > li > a:hover {
  color: #0089db;
}
@media (min-width: 1236px) and (max-width: 2200px) {
  #teaser-video {
    min-height: 642px;
    left: 0px;
  }
  #header .container {
    width: 987px;
  }
}
@media (min-width: 320px) and (max-width: 1236px) {
  body {
    padding-top: 74px;
  }
  #header-video .video-container,
  #header-video .video-overlay {
    top: 0px !important;
  }
  #teaser-video {
    height: 100%;
  }
  .container {
    width: 100%;
  }
  .navbar-header .logo-image {
    background-image: url(../images/logo.gif);
    background-position: center center;
    background-repeat: no-repeat;
    width: 106px;
    height: 74px;
    display: inline-block;
    margin-left: 30px;
    float: left;
  }
  .navbar-header .languages {
    float: left;
    height: 74px;
    width: 25px;
    display: inline-block;
    line-height: 74px;
    font-size: 12px;
    color: #304a5c;
  }
  .navbar-header .languages.ru {
    margin-left: 7%;
  }
  .navbar-header .languages.en {
    margin-left: 10px;
  }
  .navbar-nav li.languages {
    display: none;
  }
  a.languages.cur {
    font-weight: bolder;
    color: #0089db !important;
  }
}
@media only screen and (min-width: 2200px) {
  #teaser-video {
    width: 100%;
  }
  #main-menu .container {
    width: 987px;
  }
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#target .container-fluid {
  position: relative;
  background-image: url(../images/v-trafaret.gif);
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px;
}
#target h2 {
  margin-top: 0;
}
#target img:not(#lighttable img) {
  min-width: 80%;
  max-width: 100%;
}
#target .btn {
  margin-top: 40px;
}
#target [class*="col-"].slider-col {
  height: 1000px;
}
#target .v-line.sep {
  background-image: url(../images/before-spoon-goal.png);
  background-repeat: no-repeat;
  background-size: 99px 1025px;
  background-position: center top;
  height: 1025px;
}
#target .v-down {
  background-image: url(../images/v-trafaret-small.png);
  background-repeat: no-repeat;
  background-size: 5000px 120px;
  background-position: center top;
  height: 120px;
  width: 100%;
  position: absolute;
  top: 0px;
}
#target .v-down-v {
  display: none;
}
#target .v-logo {
  background-image: url(../images/v-logo.gif);
  background-repeat: no-repeat;
  background-size: 42px 58px;
  background-position: center top;
  height: 58px;
  width: 42px;
  position: absolute;
  top: 150px;
}
#target #yogurt > ul,
#target #icecream > ul,
#target #child-food > ul,
#target #curd > ul,
#target #mixture > ul,
#target #animals > ul {
  display: block;
  width: 210px;
}
#target #yogurt > ul > li,
#target #icecream > ul > li,
#target #child-food > ul > li,
#target #curd > ul > li,
#target #mixture > ul > li,
#target #animals > ul > li {
  list-style: none;
  display: none;
}
#target #yogurt ul li.show-img,
#target #icecream ul li.show-img,
#target #child-food ul li.show-img,
#target #curd ul li.show-img,
#target #mixture ul li.show-img,
#target #animals ul li.show-img {
  z-index: 500;
  display: block;
  width: 210px;
}
#target .target-items .target-example-wrapper .item-wrapper .description {
  visibility: hidden;
  line-height: 14px;
}
#target li.target-example-wrapper .item-wrapper:hover .description {
  font-size: 14px;
  color: #00588e;
  visibility: visible;
  line-height: 14px;
}
#spoon-mockup .spoon-mp-bg,
#spoon-mockup .row {
  padding: 0px;
}
#spoon-mockup .spoon-mp-bg img {
  width: 100%;
}
#spoon-mockup .btn {
  margin-top: 10px;
}
#spoon-mockup h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#spoon-mockup h2 > span {
  color: #45aed6;
}
.row-eqh {
  display: table;
}
.row-eqh [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.row-eqh [class*="col-"].pull-down {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}
#spoon-goal .row {
  min-height: calc(100vh - 60px);
}
#spoon-goal .left-col,
#spoon-goal .right-col {
  padding-top: 86px;
}
#spoon-goal .patent {
  font-family: Georgia;
}
#spoon-goal .patent h3 {
  font-family: Georgia;
  font-weight: bold;
  font-size: 18px;
  margin-top: 9px;
  color: #000;
}
#spoon-goal .slider-img {
  margin-top: 37px;
  width: 97%;
}
#spoon-goal .col-xs-12 {
  min-height: 200px;
}
#spoon-goal .col-sm-12 {
  min-height: 200px;
}
#spoon-goal .col-md-12 {
  min-height: 400px;
}
#spoon-goal .col-lg-12 {
  min-height: 1000px;
}
#spoon-goal .spoon-slides {
  margin-bottom: 35px;
}
#spoon-goal #move-slider-hint {
  position: absolute;
  background: url(../images/move-hint.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 158px;
  height: 37px;
  bottom: 70px;
  left: -145px;
}
#spoon-goal .bottom-column {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}
#spoon-goal .bottom-nav:hover {
  cursor: pointer;
}
#spoon-goal .v-line.bottom {
  margin-top: 0px;
}
@media only screen and (max-width: 1400px) {
  #spoon-goal #move-slider-hint {
    position: absolute;
    background: url(../images/move-hint-flipped.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 158px;
    height: 37px;
    bottom: 70px;
    left: 18px;
  }
}
.quotes,
.quotes-bottom {
  display: block;
  width: 100px;
  height: 16px;
  background-image: url(../images/quotes.gif);
  background-repeat: no-repeat;
}
.quotes {
  margin: 42px auto 42px;
}
.quotes-bottom {
  margin: 52px auto 52px;
}
[class*="col-lg"] .v-line {
  height: 290px;
}
.v-line {
  background: url(../images/vertical-line.gif);
  background-size: 1px 236px;
  background-position: center top;
  background-repeat: repeat-y;
  padding-top: 10px;
  width: 100%;
  height: 70px;
}
.bottom-nav {
  display: block;
  background-image: url(../images/arrow-down.gif);
  background-size: 12px 15px;
  background-position: 10px 11px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  text-align: left;
  width: 50%;
  padding-left: 30px;
  font-family: "Open Sans Light";
  font-style: italic;
  color: #0089db;
}
.v-line.sep {
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 50px;
}
[class*="col-xs-"] .bottom-nav {
  font-size: 40%;
}
#mount-options {
  position: relative;
  padding: 30px 0px 0px;
}
#mount-options .row {
  min-height: calc(100vh - 90px);
}
#mount-options .section-header {
  margin-bottom: -50px;
  padding-top: 56px;
}
#mount-options .mount-inner-wrap {
  color: #002942;
}
#mount-options .mount-inner-wrap img {
  width: 100%;
}
#mount-options .mount-options-container {
  text-align: center!important;
  padding-left: 0px;
}
#mount-options .mount-options-container .mount-options-example-wrapper img {
  max-width: 272px;
  display: block;
}
#mount-options .mount-options-container ul.img-wrapper {
  margin: 0px;
  padding: 0px;
}
#mount-options .mount-options-container .mount-example-wrapper-dual {
  width: 400px;
}
#mount-options .mount-options-container .mount-example-wrapper-dual .mount-inner-wrap img {
  width: 100%;
}
#mount-options .mount-options-container li.mount-example-wrapper-dual img {
  display: inline;
}
#mount-options .mount-example-wrapper {
  text-align: center;
  width: 200px;
  height: 350px;
  margin: 0px 30px 0px 30px;
}
#mount-options .v-line.sep {
  background-image: url(../images/before-design-options.gif);
  background-repeat: no-repeat;
  background-size: 260px 1024px;
  background-position: center top;
  height: 1025px;
  margin-top: 0px;
}
#mount-options .scroll-to-next-blue {
  position: absolute;
  bottom: 0px;
  height: 961px;
  width: 100%;
  background: #002942;
}
#mount-options img {
  margin-bottom: 25px;
}
#mount-options #over li,
#mount-options #next-to li,
#mount-options #under li,
#mount-options #under-the-cover li,
#mount-options #individual li,
#mount-options #under-the-key li,
#mount-options #inside-of-the-box li {
  display: none;
}
#mount-options #over li.show-img,
#mount-options #next-to li.show-img,
#mount-options #under li.show-img,
#mount-options #under-the-cover li.show-img,
#mount-options #individual li.show-img,
#mount-options #under-the-key li.show-img,
#mount-options #inside-of-the-box li.show-img {
  display: block;
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#design-options {
  padding: 80px 0 0px;
}
#design-options .wrapper {
  min-height: calc(100vh - 160px);
}
#design-options .v-line.sep {
  background-image: url(../images/line-before-materials.gif);
  background-repeat: no-repeat;
  background-size: 99px 545px;
  background-position: center top;
  height: 545px;
  margin-top: 0px;
}
#design-options .item-wrapper {
  max-width: 288px;
  margin: 0px auto;
}
#design-options #strong > ul,
#design-options #light-weight > ul,
#design-options #simple > ul {
  display: block;
}
#design-options #strong > ul > li,
#design-options #light-weight > ul > li,
#design-options #simple > ul > li {
  list-style: none;
  display: none;
}
#design-options #strong ul li.show-img,
#design-options #light-weight ul li.show-img,
#design-options #simple ul li.show-img {
  z-index: 500;
  display: block;
}
#design-options img {
  margin-bottom: 0px;
  margin-top: -30px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#testimonial {
  background: #333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#materials {
  padding: 90px 0px 0px 0px;
  position: relative;
}
#materials .wrapper {
  min-height: calc(100vh - 170px);
}
#materials .v-line.sep {
  background-image: url(../images/before-contacts.gif);
  background-repeat: no-repeat;
  background-size: 100px 545px;
  background-position: center top;
  height: 545px;
  margin-top: 0px;
}
#materials .material-column {
  position: relative;
}
#materials .material-img-wrapper {
  margin-bottom: 30px;
  margin-top: 30px;
  background-repeat: no-repeat;
  height: 230px;
  width: 100%;
}
#materials .scroll-to-next-blue {
  position: absolute;
  bottom: 0px;
  height: 480px;
  width: 100%;
  background: #002942;
}
#materials h1 {
  margin-bottom: 56px;
}
#materials img.material {
  margin-bottom: 60px;
}
#materials .item-wrapper {
  max-width: 288px;
  margin: 0px auto;
  height: 100%;
  position: relative;
}
#work-process {
  padding: 100px 0 50px;
  background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #45aed6;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #000000;
}
#work-process h3 {
  margin-bottom: 50px;
}
#meet-team {
  padding: 100px 0;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav {
  padding-left: 0;
}
.nav > li > a {
  padding-left: 10px;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#pricing {
  padding: 100px 0 70px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
#get-in-touch {
  padding: 100px 0 50px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}
#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #000000;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #000000;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#contact {
  position: relative;
  overflow: hidden;
  background: #002942;
}
#contact .container-wrapper {
  padding-top: 100px;
  padding-bottom: 140px;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-weight: 100;
}
#contact .contact-form-wrapper {
  min-width: 200px;
  max-width: 360px;
  margin: 0px auto;
}
#contact .contact-form {
  padding: 20px;
  margin-top: 50px;
  text-align: center;
  color: #fff;
}
#contact .contact-form input,
#contact .contact-form textarea {
  border-radius: 0px;
}
#contact .contact-form h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
#contact .contact-form h1,
#contact .contact-form h2,
#contact .contact-form h3 {
  color: #fff;
  font-family: "Open Sans Bold";
  font-weight: 100;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
/*---Hide <br/> inside of a text block---*/
@media only screen and (max-width: 1398px) {
  .hide-on-small {
    display: none;
  }
}
@media only screen and (max-width: 1236px) {
  #spoon-goal .v-line {
    display: none;
  }
  #design-options .design-option {
    margin-bottom: 40px;
  }
  #design-options .design-option .item-wrapper,
  #materials .item-wrapper {
    max-width: 500px;
    margin: 0px auto;
  }
  #spoon-goal .pull-left {
    float: none!important;
    text-align: center;
  }
  #materials .material-img-wrapper {
    margin-bottom: 100px;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.container-1500 {
  max-width: 1500px;
  margin: 0px auto;
  padding: 0px 20px;
}
.container-1600 {
  max-width: 1600px;
  margin: 0px auto;
  padding: 0px 20px;
  position: relative;
}
.contact-fowm-wrapper {
  width: 360px;
  margin: 0px auto;
}
.slider-handle.round {
  border: 1px solid #aeaeae;
  background: #fff;
}
@media only screen and (max-width: 1236px) {
  .navbar-nav {
    margin-left: 0px;
  }
  .navbar-nav .header-logo-nav-item {
    display: none;
  }
  .navbar-collapse.header-logo {
    background: none;
  }
}
@media only screen and (max-width: 550px) {
  #header-video {
    height: 320px;
  }
  #header-video .video-container {
    height: 400px;
  }
  #header-video .video-container #teaser-video {
    display: none;
    height: 400px;
  }
  #header-video .container-fluid {
    height: 400px;
  }
  #header-video .container-fluid {
    background-image: url(../video/wh-video.png);
    background-position: center;
    background-size: cover;
  }
  #mount-options .mount-options-container .mount-example-wrapper-dual {
    width: auto;
    min-width: 230px!important;
    max-width: 270px!important;
  }
  #contact .container-wrapper {
    padding-top: 50px;
  }
  .v-down-v {
    background-image: url(../images/v-down.png);
    background-repeat: no-repeat;
    background-size: 94px 102px;
    background-position: center top;
    height: 102px;
    width: 94px;
    display: none;
    position: absolute;
    top: 0px;
  }
  #header-video .v {
    margin: 40px 15px 10px;
  }
  #header-video .slogan {
    font-size: 100%;
    margin-bottom: 15px;
    line-height: 120%;
  }
  #header-video .watch-video-btn {
    margin: 0px auto;
    height: auto;
    width: 300px;
    font-size: 14px;
    line-height: 43px;
    padding-left: 20px;
    padding-right: 40px;
  }
  #header-video .share {
    margin: 23px auto 20px;
  }
  #target .v-down-v {
    position: absolute;
  }
  #target .v-logo {
    display: none;
  }
  #target ul.target-items.right {
    width: 49%;
  }
  #target .container-fluid {
    background-image: url(../images/v-trafaret-small.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0px;
  }
}
@media only screen and (max-width: 430px) {
  font-size: 16px;
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  #target #yogurt > ul,
  #target #icecream > ul,
  #target #child-food > ul,
  #target #curd > ul,
  #target #mixture > ul,
  #target #animals > ul {
    display: block;
    width: auto;
  }
  #target #yogurt ul li.show-img,
  #target #icecream ul li.show-img,
  #target #child-food ul li.show-img,
  #target #curd ul li.show-img,
  #target #mixture ul li.show-img,
  #target #animals ul li.show-img {
    z-index: 500;
    display: block;
    width: auto;
  }
  #target .target-items .target-example-wrapper .item-wrapper .description,
  #target .target-items .target-example-wrapper .item-wrapper:hover .description {
    line-height: 10px;
    font-size: 10px;
  }
  #header-video {
    height: 250px;
  }
  #header-video .v {
    background-size: 70%;
    margin-top: 20px;
    margin-bottom: 0px;
    background-position: center;
  }
  #header-video .slogan {
    font-size: 100%;
    margin-bottom: 10px;
  }
  #header-video .watch-video-btn {
    margin: 0px auto 20px;
    height: auto;
    width: 300px;
    font-size: 14px;
    line-height: 43px;
    padding-left: 20px;
  }
  #header-video .share {
    display: none;
  }
  #header-video .container-fluid {
    height: 320px;
  }
  #header-video .container-fluid.iphone {
    height: 320px;
  }
  #header-video .video-overlay {
    height: 320px;
  }
  #header-video .social-icons li {
    margin-bottom: 10px;
    display: inline-block;
  }
  #header-video .social-icons li i {
    font-size: 14px;
  }
}
/* * * * iPhone 5 portrait* * * */
@media (max-width: 400px) and (max-height: 568px) {
  #target .container-fluid {
    background-image: url(../images/v-trafaret-small.png);
    background-position: top center;
    background-repeat: no-repeat;
  }
  body {
    padding-top: 74px;
  }
  #header-video {
    height: 250px;
  }
  #header-video .v {
    background-size: 70%;
    margin-top: 20px;
    margin-bottom: 0px;
    background-position: center;
  }
  #header-video .slogan {
    font-size: 90%;
    margin-bottom: 10px;
    line-height: 120%;
  }
  #header-video .watch-video-btn {
    margin: 0px auto 20px;
    height: auto;
    width: 300px;
    font-size: 14px;
    line-height: 43px;
    padding-left: 20px;
  }
  #header-video .share {
    display: none;
  }
  #header-video .container-fluid {
    height: 320px;
  }
  #header-video .container-fluid.iphone {
    height: 320px;
  }
  #header-video .video-overlay {
    height: 320px;
  }
  #header-video .social-icons li {
    margin-bottom: 10px;
    display: inline-block;
  }
  #header-video .social-icons li i {
    font-size: 14px;
  }
}
/* * * * iPhone 5 landscape * * * */
@media only screen and (max-height: 400px) {
  #target .container-fluid {
    background-image: url(../images/v-trafaret-small.png);
    background-position: top center;
    background-repeat: no-repeat;
  }
  #header-video {
    height: 250px;
  }
  #header-video .v {
    background-size: 50%;
    margin-top: 20px;
    margin-bottom: 0px;
    background-position: center;
  }
  #header-video .slogan {
    font-size: 100%;
    margin-bottom: 10px;
    line-height: 120%;
  }
  #header-video .watch-video-btn {
    margin: 0px auto 20px;
    height: auto;
    width: 300px;
    font-size: 14px;
    line-height: 43px;
    padding-left: 20px;
  }
  #header-video .share {
    display: none;
  }
  #header-video .container-fluid {
    height: 320px;
  }
  #header-video .container-fluid.iphone {
    height: 320px;
  }
  #header-video .video-overlay {
    height: 320px;
  }
  #header-video .social-icons li {
    margin-bottom: 10px;
    display: inline-block;
  }
  #header-video .social-icons li i {
    font-size: 14px;
  }
}
@-ms-viewport {
  width: device-width;
}
