@@ -423,7 +423,7 @@ h6 {

p {
font-size: 15px;
margin-bottom: 20px;
margin-bottom: 10px;
line-height: 30px;
color: #777;
}
@@ -433,10 +433,11 @@ p.no-margins {
}

.bigger {
font-size: 24px;
font-weight: 400;
line-height: 36px;
color: #222;
font-size: 28px;
font-weight: 300;
line-height: 38px;
color: #333;
font-family: 'Playfair Display', serif;
}

.smaller {
@@ -490,7 +491,7 @@ a {
}

a {
color: #a6bb1e;
color: #bcd325;
outline: 0;
}

@@ -620,11 +621,11 @@ a.link:hover:after {
}

.row_padding_top {
padding-top: 150px;
padding-top: 130px;
}

.row_padding_bottom {
padding-bottom: 130px;
padding-bottom: 100px;
}

#rotate-device {
@@ -681,6 +682,7 @@ header {
header.black-header {
background-color: #000;
height: 100px;
color: #fff;
}

.nav-up {
@@ -794,7 +796,7 @@ header.black-header #menu {
.bg-line {
height: 100%;
width: 1px;
background-color: #f5f5f5;
background-color: #eee;
left: 50%;
position: absolute;
}
@@ -983,7 +985,7 @@ html.fp-enabled, .fp-enabled body {
}

#fp-nav.right {
right: 137px;
right: 150px;
}

#fp-nav.left {
@@ -1759,8 +1761,8 @@ video#bgvid {
opacity: 0;
height: 36px;
width: 36px;
top: 52px;
right: 140px;
top: 50%;
right: 50%;
z-index: 10;
position: absolute;
transition: opacity 0.2s ease-in-out 0.2s;
@@ -1782,12 +1784,12 @@ video#bgvid {
font-size: 10px;
position: relative;
text-indent: -9999em;
border-top: 6px solid rgba(255, 255, 255, 0.2);
border-right: 6px solid rgba(255, 255, 255, 0.2);
border-bottom: 6px solid rgba(255, 255, 255, 0.2);
border-left: 6px solid #ffffff;
border-top: 3px solid rgba(255, 255, 255, 0.1);
border-right: 3px solid rgba(255, 255, 255, 0.1);
border-bottom: 3px solid rgba(255, 255, 255, 0.1);
border-left: 3px solid #bcd325;
transform: translateZ(0);
animation: load8 1.1s infinite linear;
animation: load8 0.5s infinite linear;
}

#loader-line-box #loader, #loader-line-box #loader:after {
@@ -1835,7 +1837,7 @@ video#bgvid {
right: 133px;
position: fixed;
top: 00px;
width: 50px;
width: 100px;
text-align: center;
z-index: 300;
webkit-transition: all 0.3s ease-in-out;
@@ -1971,11 +1973,11 @@ progress::-webkit-progress-bar {
}

.flat::-webkit-progress-value {
background-color: #000;
background-color: #bcd325;
}

.flat::-moz-progress-bar {
background-color: #000;
background-color: #bcd325;
}

.progress-container {
@@ -1989,7 +1991,7 @@ progress::-webkit-progress-bar {
}

.progress_bar {
background-color: #000;
background-color: #bcd325;
width: 50%;
display: block;
height: inherit;
@@ -2142,8 +2144,9 @@ input[type="submit"] {
/* Animated Elements */
.has-animation {
opacity: 0;
transition: all 1s ease-in-out 0.3s !important;
transform: scale(1.1);
transition: all .3s ease-in-out 0.3s !important;
transform: scale(1);

}

.has-animation.animate-in {
@@ -2739,7 +2742,7 @@ ul.progress-bar {
padding: 0 100px;
}
#loader-line-box {
right: 100px;
right: 50%;
}
.container {
width: 940px;