@import 'https://fonts.googleapis.com/css?family=Raleway';


*{box-sizing: border-box;}
body{ margin: 0;
 font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
	overflow-x: hidden;
}


header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}


header .container {
  position: absolute;
  z-index: 4;
  min-width: 100%;
  min-height: 100%;
  width: auto;

}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 4;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

.parallax-window {
    height: 300px;
    background: transparent;
}

.banner
{
	width: 100%;
	height: 100vh;
	background: url(slika1.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.sidebar-contact
{
	z-index: 0;
	position: fixed;
	top: 50%;
	left: -350px;
	transform: translateY(-50%);
	width: 350px;
	height: auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0,0,0,.5);
	box-sizing: border-box;
	transition: 0.5s;
}

.sidebar-contact.active
{
	left: 0px;
}

.sidebar-contact input,
.sidebar-contact textarea
{
	width: 100%;
	height: 30px;
	padding: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,.5);
	outline: none;
}
{
	width: 100%;
	height: 30px;
	padding: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,.5);
	outline: none;
}
.sidebar-contact textarea
{
	height: 60px;
	resize: none;
}

.sidebar-contact input[type="submit"]
{
	background: #dad9d8;
	color: #fff;
	cursor: pointer;
	border: none;
	font-style: 18px;
}

.sidebar-contact h2
{
	margin: 0 0 20px;
	padding: 0;
}

.toggler
{
	z-index: 0;
	position: absolute;
	top: 0;
	right: -48px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: #b98a6f;
}

.toggler:before
{
	content: '\f0e0';
	font-family: fontAwesome;
	color: #fff;
	font-size: 18px;
}

.toggler.active:before
{
	content: '\f00d';
}

.block-wrapper{ margin-right: auto; margin-left: auto; width: 824px; }
  .block{ color:#B98A6F; float: left; border: 3px solid #B98A6F; padding-top: 40px; width: 180px; height: 160px; margin: 10px}
    .block p { margin: 0; }
      .block p i{ font-size: 40px; color: #B98A6F; }
  .counter-wrapper{ font-weight:700; margin:5px 0px 5px 0px; font-size: 25px; }
  .text-block{ font-size: 17px; }


  /* icon */
  .lnr-wrapper{ margin-top: 20px }
  .lnr-heart, .lnr-code, .lnr-bicycle, .lnr-history { color: #B98A6F; font-size: 45px; }


.button1 {
background-color: Transparent;
    background-repeat:no-repeat;
	color: white;
  border: 2px solid #fff;
  width: 185px;
  height: 40px;
}

.button1:hover {
  background-color: #fff; /* Green */
  color: black;
  transition: 0.5s;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


}
.navigation-wrapper {
  position: relative;
  z-index: 15;
}
.navigation-button {
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  z-index: 1;
  top: 40px;
  right: 30px;
  background: transparent;
  cursor: pointer;
}
.navigation-button .fa {
  border: 2px solid #b98a6f;
  border-radius: 3px;
  padding: 10px;
    color: white;
}


.navigation-menu ul li {
  list-style: none;
  font-weight: 300;
  color: hsl(0,0%,70%);
}

.navigation-menu {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  background: #dad9d8;
  height: 100%;
  transform: skewX(0deg) translate(100%,0);
  transform-origin: top right;
  transition: all .2s ease-in;
  z-index: 15;
}
.navigation-menu ul {
  transform: skewX(-8deg);
  transform-origin: top left;
  position: fixed;
  right: 120px;
  top: 120px;
  width: 400px;
  text-align: right;

}
.navigation-menu ul li {
  position: relative;
    z-index: 999;
  font-size: 32px;
  color: hsl(0,0%,10%);
  line-height: 64px;
}
.navigation-menu ul li  a {
  border: none;
  color: hsl(0,0%,10%);
  text-decoration: none;
}
.navigation-menu.active {
  transform: skewX(8deg) translate(0,0);

}

.navigation-menu li {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all .0s ease-in .3s;

}
.navigation-menu.active li {
  opacity: 1;
  transform: translate(0,0);
  transition: all .2s ease-in 0s;
}
.navigation-menu.active li:nth-child(1) {
  transition-delay: .3s;
}
.navigation-menu.active li:nth-child(2) {
  transition-delay: .4s;
}
.navigation-menu.active li:nth-child(3) {
  transition-delay: .5s;
}
.navigation-menu.active li:nth-child(4) {
  transition-delay: .6s;
}
.navigation-menu.active li:nth-child(5) {
  transition-delay: .7s;
}
.navigation-menu.active li:nth-child(6) {
  transition-delay: .8s;
}
        .hero h1{

            margin-top: 178px;
            text-transform: uppercase;
            font-size: 26px;
            letter-spacing: 4px;
            color: white;


        }

        span{
            font-size: 65px;
            letter-spacing: 2px;
        }

        .btn1:hover{
            text-decoration: none;
            color: white;
        }
        .btn2:hover{
            text-decoration: none;
            color: black;
        }



        .btn1{
            padding: 12px 25px;
            background: #f20c4a;
            text-decoration: none;
            color: white;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;

        }
        .btn2{
            padding: 12px 25px;
            background: #f4f6f8;
            text-decoration: none;
            color: #000;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;

        }

#loader{
	height: 100vh;
	width: 100vw;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	transition: all .5s;
}

#loader img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.middle{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.btn3{
	background: none;
	border: 2px solid #fff;
	padding: 12px 20px;
	min-width: 150px;
	margin: 10px;
	cursor: pointer;
	transition: color 0.4s linear;
	position: relative;
}

.btn3:hover{
	color: #fff;
}

.btn3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #b98a6f;
	z-index: -1;
	transition: transform 0.5s;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}
.btn4::before{
	transform: scaleX(0);
}

.btn4:hover::before{
	transform: scaleX(1);
}

section {
  position: relative;
  width: 100%;
  height: 100%;
}
section::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}




#section4 ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  position:relative;
}



#section4 ul {
  display: flex;
  height: 40vh;
}

#section4 li {
  flex: 1;
  transition: all 300ms ease;
  padding: 2%;
  text-align: center;
  color: rgba(255, 255, 255,0);
}


#section4 li:hover {
   flex: 3;
   color: rgba(255, 255, 255, 1);
}

#section4 li:hover div{
   bottom:0;
}

#section4 li {
  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
  overflow:hidden;
}

#section4 .image1 {
  background-image:url(http://kevinburg.com/tumblr/fm2ugifs/hair-sprayer-615.gif);
}

#section4 .image2 {
  background-image:url(http://static1.squarespace.com/static/51c748abe4b0c275d0aa86bf/56141f2be4b0a4afc2d17505/56158c17e4b0e40a968cbfc4/1444252729492/dirk-980.gif?format=1000w);
}

#section4 .image3 {
  background-image:url(https://33.media.tumblr.com/tumblr_m7q222b20g1rc3icso1_500.gif);
}

#section4 .image4 {
  background-image:url(https://33.media.tumblr.com/ad294cbec1add47bbad5b2ca8ad0b9f5/tumblr_min8qoemue1rkjwj6o1_500.gif);
}
