*, h1, h2, h3, h4, h5, h6, p, ul, ol {
	font-family: 'Montserrat', sans-serif;
}

body {
	background-color: #f2f2f2;
	font-family: 'Montserrat', sans-serif;
}
.clear {
	clear: both;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	height: 90px;
	background-color: transparent;
	z-index: 100;
}
h1 {
	width: 37px;
	height: 90px;
	position: relative;
	text-indent: -99999px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
h1 a {
	width: 100%;
	height: 100%;
	display: block;
	background: url("/assets/img/logo.svg") center center no-repeat;
	background-size: contain;
}
nav {
	display: inline-block;
	padding: 0 30px;
	margin: 0;
	box-sizing: border-box;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	text-decoration: none;
	font-weight: 800;
	color: #000;
	font-size: 0.875em;
	line-height: 2em;
	padding: 0 30px;
	text-transform: uppercase;
	position: relative;
}
nav ul li a::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 30px;
	width: 0px;
	height: 3px;
	background-color: #000;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
nav ul li a:hover, nav ul li a:active, nav ul li a:focus {
	color: #000;
}
nav ul li a:hover::before, nav ul li a:active::before, nav ul li a:focus::before {
	width: calc(100% - 60px);
}
nav ul li a.social {
	text-decoration: none;
	margin: 5px;
	padding: 0;
	text-indent: -99999px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 28px;
	display: inline-block;
	box-sizing: border-box;
}
nav ul li a.linkedin {
	background-image: url("/assets/img/linkedin.svg");
}
nav ul li a.instagram {
	background-image: url("/assets/img/instagram.svg");
}
nav ul li a.facebook {
	background-image: url("/assets/img/facebook.svg");
	width: 13px;
}
nav ul li a.twitter {
	background-image: url("/assets/img/twitter.svg");
	width: 23px;
}

#spinner_master_container															{ display: none; z-index: 999999; position: absolute; top: 0; right: 0; }
#spinner_master_container .columns 													{ padding: 0; }
.spinner-master input[type="checkbox"] + label:before               				{ display: none; }
.spinner-master input[type="checkbox"]:checked + label:before  						{ display: none; }
.spinner-master input[type="checkbox"] + label  									{ height: 30px; }
.spinner-master * 																	{ transition: all 0.3s; -webkit-transition: all 0.3s; box-sizing: border-box; }
.spinner-master 																	{ position: relative; margin: 13px 10px; height: 30px; width: 40px; float: right; }
.spinner-master input[type="checkbox"] 												{ display: none; }
.spinner-master label 																{ cursor: pointer; position: absolute; z-index: 99; height: 100%; width: 100%; top: 0; left: 0; margin: 0; }
.spinner-master .spinner 															{ position: absolute; height: 5px; width: 100%; background-color: #000; border-radius: 3px; }
.spinner-master .diagonal.part-1 													{ position: relative; float: left; }
.spinner-master .horizontal 														{ position: relative; float: left; margin-top: 5px; }
.spinner-master .diagonal.part-2 													{ position: relative; float: left; margin-top: 5px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .horizontal 		{ opacity: 0;}
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-1 	{ -webkit-transform: rotate(135deg); transform: rotate(135deg); margin-top: 10px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-2 	{ -webkit-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -15px; }
input[type='checkbox'] + label.spinner-spin, input[type='radio'] + label.spinner-spin {
	width: 100% !important;
	top: 3px !important;
	margin: 0 !important;
}

.section_1 {
	background-color: #e8c462;
	text-align: center;
}
.section_1 svg {
	max-height: 250px;
}
#tvoj_domagoj {
	width: 90%;
	max-width: 800px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 3em 0;
}
.section_1 h2 {
	font-size: 3.75em;
	font-style: italic;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
	color: #000;
	position: relative;
	text-align: center;
}
a.down {
	display: block;
	position: absolute;
	width: 66px;
	height: 66px;
	bottom: 0;
	left: calc(50% - 33px);	
}
a.down svg polyline {
	fill:none;
	stroke:#000000;
	stroke-width:1.4846;
	stroke-miterlimit:10;
} 
#s_1 path, #s_1 line, #s_1 polyline {
	fill: none;
	stroke: #231F20;
	stroke-width: 18.4685;
	stroke-miterlimit: 10;
}
#s_1 circle {
	fill:#231F20;
}

#s_1_lijevo_oko {
	-webkit-animation: oko_1 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
	        animation: oko_1 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
    -webkit-transform-origin: 100% 25px;
            transform-origin: 100% 25px;
}
#s_1_desno_oko {
	-webkit-animation: oko_2 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
	        animation: oko_2 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
    -webkit-transform-origin: 100% 25px;
            transform-origin: 100% 25px;
}

@-webkit-keyframes oko_1 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  3% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  53% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes oko_1 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  3% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  53% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@-webkit-keyframes oko_2 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  3% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  20% {
    opacity: 1;
  }
  21% {
    opacity: 0;
    
  }
  23% {
    opacity: 0;
    
  }
  24% {
    opacity: 1;  
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  53% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes oko_2 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  3% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  20% {
    opacity: 1;
  }
  21% {
    opacity: 0;
    
  }
  23% {
    opacity: 0;
    
  }
  24% {
    opacity: 1;  
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  53% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}


#s_1_obrva_1 {
	-webkit-animation: obrva_1 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
	        animation: obrva_1 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
}
#s_1_obrva_2 {
	-webkit-animation: obrva_2 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
	        animation: obrva_2 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
}

@-webkit-keyframes obrva_1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  22% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  24% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes obrva_1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  22% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  24% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes obrva_2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  22% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  24% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes obrva_2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  22% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  24% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.section_2 {
	background-color: #d7b5b1;
}
.section_2 h2 {
	color: #000;
	font-weight: 900;
	font-size: 3.25em;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 1em 0;
}
.section_2 h2 span {
	color: #fff;
}
.section_2 p {
	color: #000;
	font-weight: 700;
	font-size: 1.4375em;
	line-height: 1.2em;
	margin: 0;
	padding: 1em 0;
}
.section_2 svg {
	width: 90%;
}
.section_2 .st0 {
	fill:#231F20;
}
#s_2_lijevo_oko {
	-webkit-animation: oko_3 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
	        animation: oko_3 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
}
#s_2_desno_oko {
	-webkit-animation: oko_3 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
	        animation: oko_3 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
}

@-webkit-keyframes oko_3 {
  0% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  3% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  53% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  100% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}
@keyframes oko_3 {
  0% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  3% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  53% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  100% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}

.section_3 {
	background-color: #3b3b53;
}
.section_3 h2 {
	color: #d2b890;
	font-weight: 900;
	font-size: 2.25em;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 1em 0;
}
.video_container {
	width: 100%;
	padding-top: 56.25%;
	background: #000;
}

.section_4 {
	background-color: #e8c462;
	padding: 0 !important;
}
.slide {
	position: relative;
}
.fp-controlArrow.fp-next {
	border: none;
	background: url("/assets/img/arrow.svg") center center no-repeat;
	background-size: contain;
	width: 34px;
	height: 77px;
	right: 45px;
}
.fp-controlArrow.fp-prev {
	border: none;
	background: url("/assets/img/arrow.svg") center center no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	width: 34px;
	height: 77px;
}
.fp-slidesNav.fp-bottom {
	text-align: center;
}
.slide_41 {
	background-color: #d2b890;
}
.slide_42 {
	background-color: #71bdab;
}
.slide_43 {
	background-color: #cca735;
}

#s_41 .st0 {
	fill:none;
	stroke:#231F20;
	stroke-width:22.4114;
	stroke-miterlimit:10;
}
#s_42 .st0 {
	fill:none;
	stroke:#231F20;
	stroke-width:21.539;
	stroke-miterlimit:10;
}
#s_43 .st0 {
	fill:none;
	stroke:#231F20;
	stroke-width:21.6708;
	stroke-miterlimit:10;
}
#s_41 .st1, #s_42 .st1, #s_43 .st1 {
	fill:#231F20;
}

#s_41_obrva {
	-webkit-animation: obrva_3 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
	        animation: obrva_3 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
}

#s_43_obrva {
	-webkit-animation: obrva_3 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
	        animation: obrva_3 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
}

@-webkit-keyframes obrva_3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  3% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  53% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes obrva_3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  3% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  53% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#s_42_lijevo_oko {
	-webkit-animation: oko_4 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
	        animation: oko_4 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
}

@-webkit-keyframes oko_4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  3% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  53% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes oko_4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  3% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  53% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#s_42_usta {
	-webkit-animation: usta_1 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
	        animation: usta_1 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
	-webkit-transform-origin: bottom center;
            transform-origin: bottom center;
}

@-webkit-keyframes usta_1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  23% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  73% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes usta_1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  23% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  73% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#s_43_usta {
	-webkit-animation: usta_2 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
	        animation: usta_2 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both infinite;
}

@-webkit-keyframes usta_2 {
  0% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  3% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  53% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}
@keyframes usta_2 {
  0% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  3% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  53% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}

.section_4 h2 {
	color: #000;
	font-weight: 900;
	font-size: 2.8125em;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 0;
}
.section_4 h2 span {
	color: #fff;
}
.section_4 p {
	color: #000;
	font-weight: 700;
	font-size: 1.4375em;
	line-height: 1.2em;
	margin: 0;
	padding: 1em 0;
}
.section_4 svg {
	height: 90%;
	max-height: 300px;
}
.section_4 button {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1875em;
	line-height: 35px;
	width: 230px;
	height: 35px;
	display: block;
	position: absolute;
	bottom: 100px;
	left: calc(50% - 115px);
	background-color: #71bdab;
	text-align: center;
	cursor: pointer;
}
.slide_42 button {
	background-color: #d2b890;
}
.slide_43 button {
	background-color: #80a4b7;
}

.section_5 {
	background-color: #80a4b7;
	padding: 0 !important;
}
.sec_5_intro {
	position: relative;
	top: 50%;
	transform: translateY(-150%);
}
h2 {
	font-weight: 900;
	color: #fff;
	font-size: 2.25em;
	line-height: 1.2em;
	text-transform: uppercase;
}
h3 {
	font-weight: 800;
	color: #000;
	font-size: 1.6875em;
	line-height: 1.2em;
	text-transform: uppercase;
}
p {
	font-size: 1.4375em;
	color: #000;
	line-height: 1.2em;
	font-weight: 500;
}
.sec_5_intro p {
	font-weight: 700;
	color: #fff;
}
.section_5 img {
	width: auto;
	max-width: 80%;
	max-height: 300px;
}

.section_6 {
	background-color: #bc7897;
}
.section_6 h2 {
	color: #000;
	font-weight: 900;
	font-size: 2.25em;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 1em 0;
}
.testimonial {
	width: 90%;
	height: auto;
	clear: both;
	padding: 50px 0;
}
.testimonial img {
	border-radius: 50%;
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 20px 0 0;
}
.testimonial .text {
	width: calc(100% - 120px);
	float: left;
	color: #fff;
}
.testimonial .text h3 {
	color: #fff;
	font-size: 1.125em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.testimonial .text p {
	color: #fff;
	font-size: 1.125em;
	line-height: 1.2em;
	font-weight: 100;
	padding: 0;
	margin: 0;
}
.testimonial .text p:first-child {
	font-style: italic;
	padding: 1em 0;
}

.section_7 {
	background-color: #d2b890;
}
#s_7_bg {
	position: absolute;
	width: 100%;
	height: 85%;
	top: 15%;
	left: 0;
	text-align: center;
}
#s_7_bg svg {
	width: auto;
	height: 70%;
}
#s71  {
	fill:#E8C462;
	 -webkit-transform: translate(-500px, 400px);
             transform: translate(-500px, 400px);
	opacity: 0;	
	-webkit-transition: all 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
	        transition: all 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
}
#s72  {
	fill:#80A4B7;
	 -webkit-transform: translate(-500px, 400px);
             transform: translate(-500px, 400px);
	opacity: 0;
	-webkit-transition: all 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
	        transition: all 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
}
#s73 {
	fill:#BC7897;
	 -webkit-transform: translate(-500px, 400px);
             transform: translate(-500px, 400px);
	opacity: 0;
	-webkit-transition: all 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
	        transition: all 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
}
#s74 {
	fill:#80A4B7;
	 -webkit-transform: translate(-500px, 400px);
             transform: translate(-500px, 400px);
	opacity: 0;
	-webkit-transition: all 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
	        transition: all 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
}
#s75 {
	fill:#BC7897;
	 -webkit-transform: translate(-500px, 400px);
             transform: translate(-500px, 400px);
	opacity: 0;
	-webkit-transition: all 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
	        transition: all 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
}
#s76 {
	fill:#3B3B53;
	 -webkit-transform: translate(-500px, 400px);
             transform: translate(-500px, 400px);
	opacity: 0;
	-webkit-transition: all 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
	        transition: all 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
}

.fp-completely #s71  {
	 -webkit-transform: translate(0, 0);
             transform: translate(0, 0);
	opacity: 1;
	-webkit-transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
	        transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s;
}
.fp-completely #s72  {
	 -webkit-transform: translate(0, 0);
             transform: translate(0, 0);
	opacity: 1;
	-webkit-transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
	        transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
}
.fp-completely #s73 {
	 -webkit-transform: translate(0, 0);
             transform: translate(0, 0);
	opacity: 1;
	-webkit-transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s;
	        transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s;
}
.fp-completely #s74 {
	 -webkit-transform: translate(0, 0);
             transform: translate(0, 0);
	opacity: 1;
	-webkit-transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.6s;
	        transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.6s;
}
.fp-completely #s75 {
	 -webkit-transform: translate(0, 0);
             transform: translate(0, 0);
	opacity: 1;
	-webkit-transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s;
	        transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s;
}
.fp-completely #s76 {
	 -webkit-transform: translate(0, 0);
             transform: translate(0, 0);
	opacity: 1;
	-webkit-transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
	        transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
}

.section_7 h2 {
	color: #000;
	font-weight: 900;
	font-size: 2.8125em;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
	padding: 1em 0;
}
.section_7 p {
	color: #000;
	font-weight: 700;
	font-size: 1.4375em;
	line-height: 1.2em;
	margin: 0;
	padding: 1em 0;
	max-width: 700px;
}

.section_8 {
	background-color: #e8c462;
}
.section_8 h2 {
	color: #000;
	font-weight: 900;
	font-size: 2.8125em;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
	padding: 1em 0;
}
.section_8 h2 span {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.4em;
	text-transform: uppercase;
	background-color: #71bdab;
	padding: 0 10px;
}
.section_8 p {
	color: #000;
	font-weight: 700;
	font-size: 1.4375em;
	line-height: 1.2em;
	margin: 0;
	padding: 1em 0;
}

.cta {
	text-transform: uppercase;
	font-size: 1.3125em;
	color: #000;
	font-weight: bold;
	line-height: 1.715em;
}
.cta button, .cta a {
	background-color: #000;
	color: #fff;
	display: inline-block;
	margin: 3px 0;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	line-height: 1em;
}
.cta .ili {
	background-color: #fff;
	color: #000;
	padding: 5px 10px;
}


#blog {
	width: 100%;
	height: 115px;
	background-color: #714e27;
	position: absolute;
	bottom: 0;
	left: 0;
}
#blog a {
	font-size: 3.9375em;
	line-height: 115px;
	color: #fff;
	text-align: center;
	font-weight: 900;
	display: block;
	width: 100%;
	height: 115px;
	text-transform: uppercase;
	background: url("/assets/img/blog_left.svg") right center no-repeat, url("/assets/img/blog_right.svg") left center no-repeat; 
	background-size: auto 73px, auto 73px;
}
footer {
	height: 90px;
	width: 100%;
	position: absolute;
	background-color: #f2f2f2;
	bottom: 0;
	left: 0;
}

.reveal {
	border: none;
	background-color: #71bdab;
	padding: 3em;
}
input[type='text'], input[type='email'], textarea {
	border: none;
	background-color: #fff;
	padding: 5 20px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
}
textarea {
	height: 200px;
}
input[type='text']:focus, input[type='email']:focus, textarea:focus {
	border: none;
}
input[type='submit'] {
	height: 2.4375rem;
	background-color: #e8c462;
	border: none;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 20px;
	cursor: pointer;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #333;
}
::-moz-placeholder { /* Firefox 19+ */
  	color: #333;
}
:-ms-input-placeholder { /* IE 10+ */
  	color: #333;
}
:-moz-placeholder { /* Firefox 18- */
  	color: #333;
}
.close-button {
	color: #000;
}
.lowercase {
	text-transform: lowercase;
}