body {
        font-family: 'open sans', sans-serif;
        
        font-size: 16px;
        font-weight:300;
        letter-spacing: 0.5px;
        line-height: 170%;
        margin:0px;
        color: #353535;
        
     }
.contentofpage {
    display:none;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
input, button {
  border: none;
  outline: none;
  background: none;
}

input {
  width: 310px;
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  text-align: center;
}
.btn-primary {
    outline:none;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:visited {
  background-color:#ffca05;   
    color:#000000;
    outline:none;
}



/* HEADER */
.logo {
            float:left;
            margin-left:100px;
            margin-top:10px;
            
        }
.buttons {
            float:right;
             margin-right:100px;
            margin-top:10px;
        }  
.buttons-mobile {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}
.main {
    background:#1a1a1a;
}
.hashtag {
    float:left;
    display:none;
    padding-left:15px;
        padding-top:10px;
}
.about {
            text-align: center;
            background: #EFEFEF;
                }
.menu {
            /*position: fixed;*/
            vertical-align: middle;
            height:50px;
            background: #1a1a1a;
            font-size: 14px;
            font-weight: 300;
            width:100%;
            color:white;
             z-index: 250;
        }
.menu-list {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
.menu-list li {
            padding-left:50px;
            float:left;
            display:inline;
        }
.menu-list li a {
            text-decoration:none;
             position: relative;
            color: #ffffff;
            text-decoration: none;
        }
.aunder:hover {
            color: #ffffff;
        }        
.aunder:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            background-color: #ffffff;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }
.aunder:hover:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        } 
#socialli {   
    padding-left:10px !important;
}
video#bgvid { 
            
            top: 0;
            left: 0;
            min-width: 100%;
            min-height: 100%;
            width: 100%;
            height: auto;
            z-index: 2;
           
           background: url(../images/polina.jpg) no-repeat;
            background-size: contain;

            }     
/* BODY */
.slider-section { 
            padding-top:100px;
        }
.section-gallery {
    padding-top:50px;
}
.title-slider {   
            color:#1A1A1A;
            text-align:center;
            font-size:72px;
            font-weight:700;
            line-height:72px;
        }
.slide-title {
            font-size:36px;
            padding-top:65px;
            font-weight:700;
        }   
.slide-img-left {
            text-align:right;
        }
.slide-img-right {
            text-align:left;         
         }
.slide-text-left {
            text-align:left;   
            vertical-align: middle;
            padding-left: 10%;
         }
.slide-text-right {
            text-align:left;   
            vertical-align: middle;
         }
.slick-slider {
               /* overflow: hidden;*/
        }
.slick-slide {
             height:550px;
        outline: 0;
}
.slick-slide img {
             display:inline;
            height:519px;
}
.slide-btn {
            background:#1A1A1A;
            border-radius:0px;
            border:#979797;
            padding-top:20px;
            padding-bottom:20px;
            padding-left:50px;
            padding-right:50px;
            margin-top:45px;
            outline: none;

        }
.slide-arrow {
            background:none;
            border-radius:0px;
            border:none;
            padding-top:20px;
            padding-bottom:20px;
            padding-left:50px;
            padding-right:50px;
            height:70px;
            width:70px;
            outline: none;

        }    
.slide-arrow-left {
            position:absolute;
            left:40px;
            top:200px;
            z-index: 200;
        }
.slide-arrow-right {
            position:absolute;
            right:70px;
            top:200px;
            z-index: 200;
        }        
.slide-gallery {
            text-align:center;
        }
.slide-gallery-nav  {
              max-height:80px; 
        }
.slide-gallery-nav img {
            width:80px;
            max-height:80px;
        }
.mobile-title-slider {
    color:#1A1A1A;
    text-align:left;
    font-size:36px;
    font-weight:700;
    line-height:72px;
    display:none;
     padding-top: 40px;
    margin-bottom: 20px;
}
.slick-dots {
        position: initial;
}
.videowrapper{
    position:relative;
    margin: 0 auto;
    height:519px;
    width:922px;
    background:#eeeeee;
}

.videowrapper iframe{
        position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#order-form {
     /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index:1000; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #ffffff; /* Black fallback color */
 
    overflow-x: hidden;
    transition: 0.4s; 
}
#order-form-content {
    min-width:320px;
    position: absolute;
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px;
}

#order-form .closebtn {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 60px;
    text-transform:none
        color:#000000;
}
#order-form .closebtn:hover {
    text-transform:none;
}
#order-image {
    max-width:200px;
    max-height:200px;
}


label {
  display: block;
  margin: 25px auto 0;
  text-align: center;
    font-size: 12px;
    color: #cfcfcf;
    text-transform: uppercase;

}


/* ABOUT */
.title-about {
                font-size:36px;
                font-weight:700;
        margin-bottom: 20px;
        }
.about-text {
            max-width:600px;
            margin: 0 auto; 
            padding: 20px;
            padding-top:50px;
            padding-bottom:50px;
        }
.about-image {
            width:100%;
        }
.gallery-heading {
    text-align:center;
}


/* SCROLL DOWN */

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;

}
.icon-scroll {
  width: 20px;
  height: 35px;
  margin-left: -20px;
  top: 95%;
  margin-top: -35px;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  margin-left: -2px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}



/* SPINNER */
.preloader {

    height:100%;
    width:100%;
    z-index:21555;
    background:#1a1a1a;
    position:fixed;
}
.area {
  width: 100%;
  position: absolute;
  top: 50%;
  height: 85px;
  margin-top: -43px;
  -webkit-animation: sk 6s infinite;
}


.saving {
  font-size: 7px;
color:#fff;
    margin-top:0%;
    text-align:center;
}

.saving span {
  font-size: 50px;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.saving span:nth-child(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.saving span:nth-child(3) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}


@media screen and (max-width: 995px) {
    video#bgvid { 
     min-height:0px;   
    }
    .menu-list li {
            padding-left:0px;
    }
    .footer {
        display:none;
    }
  .menu .buttons {
      display:none;
  }
    .menu .logo {
        display:none;
    }
    .menu .hashtag {
        display:block;
    }
    .menu .buttons-mobile {
        display:block ;
    }
    .slider-section {
        padding-top:10px;
    }
    .slide-arrow-left {
      left:5px;
        top:-100px;
        padding-left:5px;
    }
    .slide-arrow-right {
       right:5px;
        top:-100px;
        padding-right:35px;
    }
    .jebise {
        display:none;
    }
    .section-gallery {
        padding-top:0px;
    }
    .about-text {
        padding-top:20px;
    }
    .slider-gallery .slide-arrow-left {
        top:-90px;
    }
    .slider-gallery .slide-arrow-right {
        top:-90px;
    }
    .slide-text-left {
        padding-left:10px   
    }
    .title-slider {
        display:none;   
    }
    .slick-slide {
        height:550px;
       
    }
    .slide-img-left {
         max-width:400px;
        margin:0 auto;
        float:none;
    }
    .slider-gallery  .slick-slide {
        max-height:250px;
        width:auto;
    }
    .slider-gallery-nav {  
        overflow:hidden;
        margin-top:20px;
    }
      .slider-gallery-nav  .slick-slide {
        max-height:42px;
        max-width:42px;
        width:auto;    
    }
    .slider-gallery .slick-slide > img {
        height:250px;
        width:auto;     
    }
    .slider-gallery-nav .slick-slide > img {
        height:42px;
        width:42px;
        width:auto;     
    }
    .slick-slide img {
             display:inline;
            width:100%;
            height:auto;
    }  
    .mobile-title-slider {
        display: block;
        text-align:center;
    }
    .slide-title {
        font-size:24px;
        padding-top:10px;
        text-align:center;
    }
   .slide-author {
       text-align:center;
   }
    .slide-secprice {
        text-align:center;
    }
    .slide-price {
       text-align:center;
   }
 
    .slick-dots li {
        margin:0px;
        display:none;
    }
    .slide-btn {
        margin-top:0px;
        width:100%;
       /* display:none;*/
    }
    .slick-dotted.slick-slider {
        margin-top:30px;
    }
    .logo {
      margin-left:20px;
    }
    #mobilehashtag {
        display:none;
    }
    .gallery-heading {
        margin-left:10px;
    }
    .gallery-heading p {
        text-align:center;
    }
     .videowrapper {
         
         position:relative;
         margin:0 auto;
         height:180px;
         margin-top:40px;
        width:320px;
    }
    
    
}

@media screen and (min-width: 996px) and (max-width: 1100px) {
   .menu .buttons {
      display:none;
  }
    .menu .buttons-mobile {
        display:inline;   
    }
  .logo {
      margin-left:20px;
  }
     .slide-arrow-left {
        left:10px;
        padding-left:10px;

    }
    .slide-arrow-right {
        right:10px;
        padding-right:40px;

    }

}


@media screen and (min-width: 1100px) {
   .menu .buttons {
      display:inline; 
  }
    .menu .buttons-mobile {
        display:none;
    }
    
}

/* zoom */
.zoom:after {
			left:200px;
}