/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/*

Kleuren

Roze
#d70b5b
#f05b89
#f287b7

Geel
#e5a812
#ffdf4f
#fff685

Blauw
#00529c
#0072bc
#0091d0

Groen
#7cb65c
#b9d989
#e8eeae

*/

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
header, nav, section, article, aside, footer, hgroup {
    display: block;
}
* {
    box-sizing: border-box;
}
html, body {
    background: #000;
}
a {
    text-decoration: none !important;
}
@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .mobile-bottom-fix {
        margin-bottom: 30px;
    }
    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

/* Basis - Geselecteerde tekst */

::selection {
    background: #00529c;
    color: #fff;
}
::-moz-selection {
    background: #00529c;
    color: #fff;
}

/* Basis - Sections */

.section {
    padding: 140px 0 120px 0;
}
@media (max-width: 992px) {
    .section {
        padding: 100px 0 60px 0;
    }
    .section#contact {
        padding: 100px 0 100px 0;
    }
}

/* Basis - Typografie */

html, body {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 20px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow Condensed", sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}
p {
    margin: 16px 0 16px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.section h2,
.section h3,
.section h4 {
    line-height: 1;
    letter-spacing: 0.5px;
    color: #fff;
}
.section h2,
.section h3 {
    text-transform: uppercase;
}
.section h2 em,
.section h3 em,
.section h4 em {
    font-style: normal;
}
.section h2 {
    font-size: 44px;
    font-weight: 500;
}
.section h2 em {
    font-weight: 800;
}
.section h3 {
    font-size: 32px;
    font-weight: 400;
}
.section h3 em {
    font-weight: 700;
}
.section h4 {
    font-size: 26px;
    font-weight: 500;
}
.section p {
    margin: 16px 0 16px 0;
    font-size: 16px;
    color: #fff;
}
.section p.explanation {
    font-size: 18px;
    font-weight: 600;
}

/* Kop */

.background-header {
    background: rgba(250,250,250,1)!important;
    height: 80px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.15) !important;
}
.background-header .logo,
.background-header .main-nav .nav li a {
    color: #000 !important;
}
.background-header .main-nav .nav li:last-child a {
    color: #fff !important;
}
.background-header .main-nav .nav li:last-child a:hover {
    color: #00529c !important;
}
.background-header .main-nav .nav li:hover a {
    color: #0091d0 !important;
}
.background-header .nav li a.active {
    color: #0091d0 !important;
}
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    height: 80px;
    background: rgba(250,250,250,0.15);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}
.header-area .main-nav .logo {
    float: left;
    margin: 20px 0;
    width: 150px;
    height: 40px;
    background-image: url(../images/loods-13-secundair-logo-rgb-web-wit.svg);
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-area.header-sticky.background-header .main-nav .logo {
    background-image: url(../images/loods-13-secundair-logo-rgb-web-zwart.svg);
}
.header-area .main-nav .nav {
    float: right;
    margin-top: 27px;
    margin-right: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}
.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}
.header-area .main-nav .nav li:last-child {
    padding-right: 0;
}
.header-area .main-nav .nav li a {
    display: block;
    border-radius: 6px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}
.header-area .main-nav .nav li a {
    color: #fff;
}
.header-area .main-nav .nav li:last-child a {
    display: inline-block;
    font-size: 20px;
    padding: 10px 15px 12px 15px;
    background-color: #7cb65c;
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s;
    height: auto;
    line-height: 20px;
}
.header-area .main-nav .nav li:last-child a:hover {
    background-color: #b9d989;
    color: #fff;
    opacity: 1;
}
.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #6dcff6 !important;
    opacity: 1;
}
.header-area .main-nav .nav li:last-child:hover a,
.header-area .main-nav .nav li:last-child:hover a.active{
    color: #00529c !important;
}
.header-area .main-nav .nav li:last-child a.active {
    color: #fff !important;
}
.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #00529c !important;
    opacity: 1;
}
.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #000;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}
.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #000;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #000;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #000;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}
.header-area .main-nav .menu-trigger span {
    top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #000;
}
.background-header .main-nav .menu-trigger.active span:before {
    background-color: #000;
}
.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #000;
}
.background-header .main-nav .menu-trigger.active span:after {
    background-color: #000;
}
.header-area.header-sticky {
    min-height: 80px;
}
.header-area.header-sticky .nav {
    margin-top: 20px !important;
}
.header-area.header-sticky .nav li a.active {
    color: #00529c;
}
@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-area .main-nav:before {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-area .main-nav .logo {
        background-image: url(../images/loods-13-secundair-logo-rgb-web-zwart.svg);
        color: #000;
    }
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #00529c !important;
        opacity: 1;
    }
    .header-area {
        background-color: #fff;
        padding: 0 15px;
        height: 80px;
        box-shadow: none;
        text-align: center;
    }
    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        margin-left: 30px;
    }
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }
    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0;
    }
    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }
    .header-area .main-nav .nav li:last-child {
        width: 100%;
        background-color: #7cb65c;
        color: #fff;
    }
    .header-area .main-nav .nav li:last-child a {
        display: block;
        background-color: #7cb65c !important;
    }
    .header-area .main-nav .nav li:last-child a:hover,
    .header-area .main-nav .nav li:last-child:hover a {
        background-color: #7cb65c !important;
        color: #fff !important;
    }
    .header-area.header-sticky .nav {
        margin-top: 80px !important;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .header-area .main-nav .nav li:last-child {
        border-bottom: none;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0 !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #000 !important;
    }
    .header-area .main-nav .nav li:last-child a {
        color: #fff !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #00529c !important;
    }
    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
        top: 0;
        width: 100%;
        box-shadow: none;
        height: 0;
    }
    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0;
    }
    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }
    .header-area .main-nav .nav li.submenu:after {
        color: #00529c;
        right: 25px;
        font-size: 14px;
        top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}
@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}

/* Basis - Lists */

.section ul {
    margin: 20px 0 16px 0;
}
.section ul li {
    list-style: none;
    margin: 8px 0 8px 0;
    padding: 0 0 0 32px;
    background-image: url(../images/loods-13-checkmark-circle-green-rgb.svg);
    background-position: left top;
    background-size: 20px;
    background-repeat: no-repeat;
    font-size: 16px;
}
.section ul li em {
    font-weight: 800;
    font-style: normal;
}

/* Basis - Knoppen */

.main-button a,
.mini-button a,
.contact-form button.main-button {
    display: inline-block;
    margin: 16px 0 16px 0;
    border-radius: 6px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    background-color: #7cb65c;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s;
}
.main-button a {
    font-size: 24px;
    padding: 4px 16px 8px 18px;
}
.mini-button a {
    font-size: 20px;
    padding: 2px 12px 4px 14px;
}
.contact-form button.main-button {
    border: 0;
    padding: 4px 16px 8px 18px;
}
.main-button a:hover,
.mini-button a:hover,
.contact-form button.main-button:hover {
    background-color: #e8eeae;
    color: #00529c;
}

/* Instagram knop */

.instagram-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0 16px 0;
    border-radius: 6px;
    padding: 12px 8px 12px 8px;
    background-color: #0072bc;
    color: #fff;
    transition: all .3s;
}
.instagram-button:hover {
    background-color: #0091d0;
    color: #fff;
}
.instagram-button .instagram-icon,
.instagram-button .instagram-text {
    float: left;
    display: inline-block;
    margin: 0 6px 0 6px;
}
.instagram-button .instagram-icon {
    width: 40px;
    height: 40px;
    background-image: url("../images/instagram-glyph-white.svg");
    background-size: 40px 40px;
}
.instagram-button .instagram-text {
    padding: 0 0 2px 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

/* Basis - Afbeeldingen */

.section img {
    margin: 16px 0 16px 0;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 12px;
    width: 100%;
    height: auto;
}

/* Basis - Containers */

.content-box {
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 12px;
    display: block;
    padding: 16px 24px 16px 24px;
    background: rgba(255,255,255,0.15);
}

/* Basis - Achtergronden */

#introductie,
#trainingen,
#over-mij,
#ervaringen,
#contact,
#bedankt {
    background-position: center center;
    background-size: cover;
}
#introductie {
    background-image: url(../images/loods-13-dark-bg-rgb-1920x1080px-2a.jpg);
}
#trainingen {
    background-image: url(../images/loods-13-dark-bg-rgb-1920x1080px-3c.jpg);
}
#over-mij {
    background-image: url(../images/loods-13-dark-bg-rgb-1920x1080px-1a.jpg);
}
#ervaringen {
    background-image: url(../images/loods-13-dark-bg-rgb-1920x1080px-4c.jpg);
}
#contact {
    background-image: url(../images/loods-13-dark-bg-rgb-1920x1080px-2a.jpg);
}
#bedankt {
    background-image: url(../images/loods-13-dark-bg-rgb-1920x1080px-2a.jpg);
}

/* Header - Afwijkingen */

.header-area .main-button a {
    margin: 0;
}

/* Start */

#start {
    position: relative;
}
#start .bg-photo {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}
#start .photo-overlay {
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
#start .caption {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

/* Start - Afwijkingen */

#start h6 {
    display: inline-block;
    margin: 16px 0 16px 0;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 25px;
    padding: 4px 12px 6px 16px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    background: rgba(255,255,255,0.15) !important;
}
#start h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
}
#start h1 em {
    font-weight: 800;
    font-style: normal;
}
#start .main-button {
    margin: 8px 0 0 0;
}

/* Introductie - Afwijkingen */

#introductie p,
#introductie ul li {
    font-size: 18px;
}
#introductie ul li {
    margin: 8px 0 8px 0;
    padding: 0 0 0 36px;
    background-size: 24px;
    font-size: 18px;
}
#introductie .loods-13-logo {
    margin: 8px 0 24px 0;
    width: 100%;
    text-align: center;
}
#introductie .loods-13-logo img {
    display: inline-block;
    margin: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    height: auto;
}
#introductie .side-content {
    text-align: center;
}

@media (max-width: 992px) {
    #introductie .loods-13-logo {
        margin: 48px 0 24px 0;
    }
    #introductie .loods-13-logo img {
        width: 50%;
    }
}

/* Trainingen - Afwijkingen */

#trainingen .row {
    display: flex;
    flex-wrap: wrap;
}
#trainingen .col-lg-6 {
    display: flex;
}
#trainingen img {
    margin: 16px 0 4px 0;
}
#trainingen .training-box {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
#trainingen .content-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0 0 20px 0;
}
#trainingen .content-box .mini-button {
    margin-top: auto;
}
#trainingen .content-box .mini-button a {
    margin: 8px 0 10px 0;
}
#trainingen .content-box p {
    margin-bottom: 0;
}
#trainingen .content-box ul {
    margin-top: 10px;
}

/* Over mij - Afwijkingen */

#over-mij img {
    margin: 16px 0 16px 0;
}

/* Ervaringen - Afwijkingen */

#ervaringen .margin-fix {
    margin-top: 16px;
}
#ervaringen img {
    margin: 16px 0 4px 0;
}
#ervaringen .content-box {
    margin: 0px 0 4px 0;
}
#ervaringen .content-box p {
    margin: 14px 0 10px 0;
    font-style: italic;
}

/* Contact - Afwijkingen */

#contact #map iframe {
    margin: 16px 0 16px 0;
    border-radius: 12px;
    min-height: 360px;
}
#contact .content-box {
    display: block;
    margin: 16px 0 16px 0;
}
#contact .content-box p {
    margin: 16px 0 24px 0;
}
#contact a,
#contact a:hover {
    color: #fff;
}
#contact #contact-denise label {
    float: left;
    display: inline-block;
    margin: 0 0 0 0;
    border-radius: 8px 8px 0 0;
    padding: 0px 8px 2px 8px;
    background-color: #0091d0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#contact #contact-denise input,
#contact #contact-denise textarea {
    border: none;
    border-radius: 0 8px 8px 8px;
    padding: 6px 8px 8px 8px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
#contact #contact-denise input {
    margin: 0 0 16px 0;
}
#contact #contact-denise textarea {
    margin: 0;
    height: 120px;
}
#contact .content-box.google-maps {
    border: none;
    padding: 0 !important;
}
#contact .row:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
}
#contact .col-lg-6 {
    display: flex;
    flex-direction: column;
}
#contact .content-box,
#contact .content-box #map {
    flex: 1 1 auto;
    height: 100%;
}
#contact .content-box #map iframe {
    margin: 0 !important;
    height: 100%;
    width: 100%;
    display: block;
}

/* Footer */

footer {
    padding: 0 0 60px 0;
    background-color: #fff;
    text-align: center;
}
footer .footer-13 {
    margin: -60px 0 0 0;
    width: 120px;
    height: 120px;
}
footer p {
    margin: 30px 0 0 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}
footer p em {
    font-weight: 700;
    font-style: normal;
}
footer a,
footer a:hover {
    color: #000;
}

/* Bedankt */

#bedankt .section {
    padding: 60px 0 60px 0;
    text-align: center;
}
#bedankt .loods-13-logo {
    border: none;
    border-radius: none;
    width: 140px;
    height: 140px;
}
#bedankt h2 {
    margin: 20px 0 24px 0;
    font-size: 50px;
}
#bedankt p {
    font-size: 20px;
    font-weight: 700;
}

/* Preloader */

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}
.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}
@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}
@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}
@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}
.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #000;
}
.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}
.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}
.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fff;
    border-radius: 50%;
}
