@import url(https://fonts.googleapis.com/css?family=Nunito + Sans:300, 400, 400i, 600, 700&display=swap);
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-family: futura-pt, sans-serif;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background: #fff url(../img/oneofthem-bg-3.jpg) no-repeat fixed right top/cover;
    color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    border: 0;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: none;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
    border: 0;
    border-radius: 0;
}
textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%;
    height: auto !important;
    line-height: normal !important;
    padding-top: 10px !important;
}
p {
    margin-bottom: 10px;
}
p:last-child {
    margin: 0;
}
ol,
ul {
    list-style-position: inside;
    margin-bottom: 15px;
}
ol li,
ul li {
    margin-bottom: 10px;
}
ol li:last-child,
ul li:last-child {
    margin: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
td,
th {
    font-weight: 400;
    text-align: left;
}
b,
strong {
    font-weight: 700;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
a,
a:visited {
    color: #fff;
	color: #35a5b4;
	    text-decoration: none;
    transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
}
a:active,
a:focus,
a:hover,
a:visited:active,
a:visited:focus,
a:visited:hover {
    color: #fe0000;
    color: #000;
    outline: 0;
}
a img,
a:visited img {
    border: 0;
}
.cf:after,
.cf:before {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.no-spacing {
    padding: 0 !important;
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.p-r0 {
    padding-right: 0 !important;
}
.p-l0 {
    padding-left: 0 !important;
}
.p-b0 {
    padding-bottom: 0 !important;
}
.p-t0 {
    padding-top: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
form {
    z-index: 2;
    position: relative;
    font-size: 18px;
}
form input,
form textarea {
    text-transform: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    font-weight: 500;
}
form input.dnone,
form textarea.dnone {
    display: none !important;
}
form input.field,
form textarea.field {
    background-color: transparent;
    border-bottom: 1px solid #000;
    color: #000;
    width: 100%;
    margin-bottom: 12px;
    padding: 0 0 10px;
}
form input.field::-webkit-input-placeholder,
form textarea.field::-webkit-input-placeholder {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: inherit;
}
form input.field:-moz-placeholder,
form textarea.field:-moz-placeholder {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: inherit;
}
form input.field::-moz-placeholder,
form textarea.field::-moz-placeholder {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: inherit;
}
form input.field:-ms-input-placeholder,
form textarea.field:-ms-input-placeholder {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: inherit;
}
form input.field:focus,
form textarea.field:focus {
    background-color: transparent;
}
form input.field.error,
form textarea.field.error {
    color: #c90000;
}
form input.field.error::-webkit-input-placeholder,
form textarea.field.error::-webkit-input-placeholder {
    color: #c90000;
}
form input.field.error:-moz-placeholder,
form textarea.field.error:-moz-placeholder {
    color: #c90000;
}
form input.field.error::-moz-placeholder,
form textarea.field.error::-moz-placeholder {
    color: #c90000;
}
form input.field.error:-ms-input-placeholder,
form textarea.field.error:-ms-input-placeholder {
    color: #c90000;
}
form input[type="submit"] {
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background: 0 0;
    cursor: pointer;
    box-shadow: none !important;
    border-radius: 0 !important;
    vertical-align: top;
    margin: 0 !important;
    float: right;
    display: block;
    width: auto;
    color: #000;
    font-weight: 900;
    font-size: 16px;
}
form input[type="submit"]:hover {
    color: #fe0000;
}
.form_holder {
    position: relative;
}
.form_holder #success {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    font-size: 24px;
}
.form_holder #error {
    color: #c90000;
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    line-height: 16px;
}
.wrap {
    width: 82%;
    padding: 80px;
    position: relative;
}
.wrap .col {
    float: left;
    padding: 40px 40px 40px 0;
    position: relative;
    transition: width 0.3s ease-out 0s;
}
.wrap .col.first {
    padding-left: 0;
}
.wrap .col.n-1 {
    width: 8.33%;
}
.wrap .col.n-2 {
    width: 16.66%;
}
.wrap .col.n-2-5 {
    width: 20%;
}
.wrap .col.n-3 {
    width: 25%;
}
.wrap .col.n-3-5 {
    width: 30%;
}
.wrap .col.n-4 {
    width: 33.33%;
}
.wrap .col.n-5 {
    width: 41.66%;
}
.wrap .col.n-6 {
    width: 50%;
}
.wrap .col.n-7 {
    width: 58.33%;
}
.wrap .col.n-8 {
    width: 66.66%;
}
.wrap .col.n-8-5 {
    width: 70%;
}
.wrap .col.n-9 {
    width: 75%;
}
.wrap .col.n-9-5 {
    width: 80%;
}
.wrap .col.n-10 {
    width: 83.33%;
}
.wrap .col.n-11 {
    width: 91.66%;
}
.wrap .col.n-12 {
    width: 100%;
}
.wrap .col.alignright {
    float: right;
}
.wrap .col .last,
.wrap .col:last-child {
    padding-right: 0;
}
.spt {
    background: url(../img/sprite.svg) 0 0 no-repeat;
}
.no-svg .spt {
    background: url(../img/sprite.png) 0 0 no-repeat;
}
.main {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex: 1;
    min-height: 100%;
    max-width: 1550px;
    margin: 0 auto;
    flex-direction: column;
}
.main > div {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin:auto;
}
#preloader {
    position: fixed;
    display: block;
    background: url(../img/preloader.gif) center no-repeat #000;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
#content {
    position: relative;
}
.stretched {
    white-space: nowrap;
}
.justify {
    text-align: justify;
}
.socials {
    padding: 0 !important;
    margin: 8px 0 0;
    display: block;
    list-style: none;
}
.socials li {
    line-height: 32px;
    height: 32px;
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 0;
    cursor: pointer;
}
.socials li a {
    display: block;
    overflow: hidden;
    text-indent: -34em;
    width: 100%;
    height: 100%;
    position: relative;
}
.socials li a:hover {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.socials li.twitter a {
    background-position: -185px 0;
    width: 40px;
}
.socials li.facebook a {
    background-position: -248px 0;
    width: 32px;
}
.flex {
    display: flex;
}
.flex.fill {
    display: flex;
    flex-direction: column;
}
.flex.fill > div {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.flex .jst {
    align-items: flex-start;
    justify-content: space-between;
}
.flex .dir-col {
    flex-direction: column;
}
.slabtexted .slabtext {
    display: -moz-inline-box;
    display: inline-block;
    white-space: nowrap;
}
.slabtextinactive .slabtext {
    display: inline;
    white-space: normal;
    font-size: 1em !important;
    letter-spacing: inherit !important;
    word-spacing: inherit !important;
}
.slabtextdone .slabtext {
    display: block;
}
.hidden {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.visible {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
header {
    width: 100%;
    padding:0 0 70px 0;
    margin:0 0 20px 0;
    border-bottom:2px solid #000;
}
header h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
}
header .desc {
    font-family: "Nunito Sans", sans-serif;
    color: #35a5b4;
    font-size: 14px;
    display: block;
    text-align: right;
}
header h2 {
    font-weight: 500;
    border-top: 2px solid;
    border-bottom: 2px solid;
    line-height: 1;
    font-size: 18px;
    word-spacing: 0.4em;
    margin: 15px 0;
    padding: 30px 0;
}
section h3 {
    font-size: 44px;
    color: #000;
    font-weight: 700;
    padding: 0 0 28px 0;
    line-height: 1;
}
section#story {
    margin-top:50px;
    border-top: 2px solid #000;
}

section.col2down .col2{
    padding-top:110px;

}

section#about {
    border-bottom: 10px solid #000;
    margin-bottom: 15px;
}
section#about h3 {
    border-top: 25px solid #000;
}
section#about #scroll {
    height: 303px;
    padding: 0;
}
section#about #scroll .inner-scroll {
    padding: 0 15px 0 0;
}
section#about p {
    text-transform: none;
    font-family: "Nunito Sans", sans-serif;
    font-size: 110%;
}
section#contact {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
}
section#contact h3 {
    padding-top: 25px;
}
section#contact h4 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #000;
    border-top: 15px solid #000;
    padding: 71px 0 10px;
    margin-bottom: 15px;
}
section#contact p {
    text-transform: none;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
}

section#contact .col2 {
    padding-top:174px;
}

section#Featuring .col2 {
    padding-top:113px;
}

section iframe {
    width: 100%;
    height:630px;
}
footer {
	clear:both;
    text-align:center;
    padding:40px;
    background-color: #000;
}


footer .logo-natie {
	display: inline-block;
}

footer .logo-natie img{
	width:100px;
}


footer .logo-natie a:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


footer p {
    color:#fff;
    text-transform: none;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;

    display: block;
    max-width:700px;
    margin:auto!important;
}


@media screen and (max-width: 1024px) {
    .wrap {
        width: 100%;
    }



}
@media screen and (max-width: 960px) {
    .main {
        background-color: rgba(0, 0, 0, 0.35);
    }
    .wrap {
        padding: 40px;
    }
    .wrap #about .col.n-6 {
        width: 100%;
        padding-right: 0;
    }
    .wrap #about .col.n-6:last-child {
        padding-top: 40px;
    }
    header h2 {
        word-spacing: 0;
    }
}
@media screen and (max-width: 720px) {
    header {
    padding:0 0 40px 0;
}

    .wrap .col {
        float: none;
           width:auto!important;
           padding-bottom:20px;
           padding-right:0;
    }
    
    section.col2down .col2{
        padding-top:0;
    }
    
    
    .wrap #contact .col.n-6 {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

    footer .logo-natie img{
	width:100px;
}

}
@media screen and (max-width: 480px) {
    section iframe {
    width: 100%;
    height:240px;
}
    
    .wrap {
        padding: 40px 20px;
    }
    .wrap .desc {
        text-align: center;
    }
}
@media screen and (max-width: 340px) {
    footer .socials {
        margin: 0;
    }
    footer .logo-natie {
        height: 32px;
        width: 110px;
    }
    footer .logo-natie a {
        background-size: auto 32px;
    }
}
