@CHARSET "utf-8";
img,
a,
li,
ul,
br {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

iframe {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
    color: #fff;
}

@font-face {
    font-family: 'athelasregular';
    src: url('../fonts/athelas-regular-webfont.eot');
    src: url('../fonts/athelas-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/athelas-regular-webfont.woff2') format('woff2'), url('../fonts/athelas-regular-webfont.woff') format('woff'), url('../fonts/athelas-regular-webfont.ttf') format('truetype'), url('../fonts/athelas-regular-webfont.svg#athelasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: 700;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    font-family: 'athelasregular', sans-serif;
}

body {
    background: #fff;
    letter-spacing: 1px;
    max-height: 100%;
    overflow: hidden;
}

.trans {
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -o-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -ms-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -moz-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.slider {
    position: relative;
    overflow: hidden;
}

.slider .screens {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.logo {
    width: 450px;
    text-align: center;
    line-height: 400px;
}

.logo img {
    width: 261px;
    height: auto;
    vertical-align: middle;
}

.slider .slides {
    position: absolute;
    z-index: 2;
    height: 400px;
    top: 160px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.slider .slides .box {
    height: 360px;
    position: absolute;
    top: 20px;
    left: 450px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 80px 0 0 40px;
}

.slider .slides .box h1 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 20px;
}

.slider .slides .box p {
    font-size: 21px;
    line-height: 1.2;
    color: #fff;
    padding-bottom: 20px;
}

.slider .slides .box span {
    color: #ffd477;
}

.slider .slides .box a.prev,
.slider .slides .box a.next {
    color: #ffd477;
    width: 34px;
    height: 32px;
    background: #181819;
    line-height: 28px;
    padding: 0;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -o-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -ms-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -moz-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.slider .slides .box a.prev:hover,
.slider .slides .box a.next:hover {
    background: #5a5a5a;
}

.slider .slides .box a.prev svg,
.slider .slides .box a.next svg {
    width: 20px;
    height: auto;
    vertical-align: middle;
}

.slider .slides .box .buttons {
    line-height: 32px;
    vertical-align: top;
}

.slider .slides .box a.open-contact {
    background: #fff6f0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 50px;
    display: inline-block;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -o-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -ms-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -moz-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.slider .slides .box a.open-contact:hover {
    color: #fff6f0;
    background: #000;
}

.contact-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -o-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -ms-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -moz-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.contact-popup.active {
    opacity: 1;
    visibility: visible;
}

.contact-popup article {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 85%;
    height: 85%;
    background: #fff;
    margin: auto;
    padding: 100px 0;
}

.contact-popup article .grid {
    width: 830px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact-popup article h2 {
    color: #a6a6a6;
    font-size: 50px;
    padding-bottom: 20px
}

.contact-popup article p {
    color: #3f3f3f;
    font-size: 21px;
    line-height: 1.2;
    padding-bottom: 20px
}

.contact-popup article form {
    width: 400px;
    position: relative;
    float: left;
}

.contact-popup article form h3 {
    color: #ffcd60;
    font-weight: bold;
    font-size: 40px;
    margin-top: 30px;
}

.contact-popup .close-me {
    width: 60px;
    height: 60px;
    background: #ffcd60;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    display: block;
    position: absolute;
    right: -30px;
    top: 20px;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -o-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -ms-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -moz-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.contact-popup .close-me:hover {
    color: #ffcd60;
    background: #f8f8f8;
}

.contact-popup article form input {
    width: 100%;
    background: #fff6e3;
    display: block;
    font-family: 'athelasregular', sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border: 0;
    margin-bottom: 10px;
    text-indent: 10px;
    font-weight: 300;
}

.contact-popup article form input[type='submit'] {
    background: #ffcd60;
    cursor: pointer;
    color: #fff;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -o-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -ms-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -moz-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-appearance: none;

}

.contact-popup article form input[type='submit']:hover {
    background: #f8f8f8;
    cursor: pointer;
    color: #ffcd60;
}

.contact-popup article .contact-info {
    float: left;
    width: 300px;
    padding: 30px 0 0 60px;
    color: #3f3f3f;
    font-size: 19px
}

.contact-popup article .contact-info strong {
    font-size: 26px;
    font-weight: 300
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    display: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    visibility: hidden;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
