@font-face {
    font-family: 'Uni Sans';
    src: url("../fonts/Uni-Sans-Regular.eot");
    src: url("../fonts/Uni-Sans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Uni-Sans-Regular.woff") format("woff"), url("../fonts/Uni-Sans-Regular.ttf") format("truetype"), url("../fonts/Uni-Sans-Regular.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
    font-family: 'Uni Sans Bold';
    src: url("../fonts/UniSansHeavyCAPS.eot");
    src: url("../fonts/UniSansHeavyCAPS.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansHeavyCAPS.woff") format("woff"), url("../fonts/UniSansHeavyCAPS.ttf") format("truetype"), url("../fonts/UniSansHeavyCAPS.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
    font-family: 'Uni Sans Bold Italic';
    src: url("../fonts/UniSansHeavyItalicCAPS.eot");
    src: url("../fonts/UniSansHeavyItalicCAPS.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansHeavyItalicCAPS.woff") format("woff"), url("../fonts/UniSansHeavyItalicCAPS.ttf") format("truetype"), url("../fonts/UniSansHeavyItalicCAPS.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
    font-family: 'Uni Sans Thin';
    src: url("../fonts/UniSansThinCAPS.eot");
    src: url("../fonts/UniSansThinCAPS.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansThinCAPS.woff") format("woff"), url("../fonts/UniSansThinCAPS.ttf") format("truetype"), url("../fonts/UniSansThinCAPS.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
    font-family: 'Uni Sans Thin Italic';
    src: url("../fonts/UniSansThinItalicCAPS.eot");
    src: url("../fonts/UniSansThinItalicCAPS.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansThinItalicCAPS.woff") format("woff"), url("../fonts/UniSansThinItalicCAPS.ttf") format("truetype"), url("../fonts/UniSansThinItalicCAPS.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url("../fonts/Montserrat-Bold.eot");
    src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#glyphicons_halflingsregular") format("svg");
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Uni Sans';
    color: #808080;
}

    body > #bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/bg.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }

    body > #message {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        text-align: center;
        z-index: -1;
    }

        body > #message .centered {
            width: 90%;
        }

            body > #message .centered .msg {
                width: 90%;
                max-width: 700px;
                margin: auto;
                background-color: #fff;
                padding: 40px 5%;
            }

                body > #message .centered .msg #title {
                    font-family: 'Montserrat Bold';
                    font-size: 30px;
                    color: #009fdf;
                    margin-bottom: 20px;
                    display: inline-block;
                }

                body > #message .centered .msg #msg {
                    font-size: 18px;
                    color: #808080;
                }

        body > #message.active {
            z-index: 9999;
        }

input.non-auto-fill:-webkit-autofill,
input.non-auto-fill:-webkit-autofill:hover,
input.non-auto-fill:-webkit-autofill:focus input.non-auto-fill:-webkit-autofill,
textarea.non-auto-fill:-webkit-autofill,
textarea.non-auto-fill:-webkit-autofill:hover textarea.non-auto-fill:-webkit-autofill:focus,
select.non-auto-fill:-webkit-autofill,
select.non-auto-fill:-webkit-autofill:hover,
select.non-auto-fill:-webkit-autofill:focus {
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

a {
    text-decoration: none;
}

    a.link {
        color: #009fdf;
    }

.centerer {
    height: 100%;
    margin-left: -4px;
}

.centered {
    position: relative;
    max-width: 90%;
}

.centerer, .centered {
    display: inline-block;
    vertical-align: middle;
    margin-top:24px;
}

.image img {
    max-width: 100%;
    opacity: 0;
    transition: opacity ease 300ms;
    -webkit-transition: opacity ease 300ms;
    -moz-transition: opacity ease 300ms;
    -o-transition: opacity ease 300ms;
}

header {
    padding: 7px 0;
}

    header .part {
        float: left;
        width: 46%;
        padding: 0 2%;
    }

@media (max-width: 800px) {
    header .part {
        width: 96%;
        text-align: center;
    }
}

header .part#logos {
    letter-spacing: 20px;
}

header .part#infos {
    line-height: 60px;
    color: #fff;
}

    header .part#infos #username:hover {
        cursor: pointer;
    }

        header .part#infos #username:hover .icon span, header .part#infos #username:hover .icon a {
            top: 99%;
            height: auto;
            opacity: 1;
            padding: 3px 5px;
            transition: top ease-out 300ms, opacity ease-out 300ms;
            -webkit-transition: top ease-out 300ms, opacity ease-out 300ms;
            -moz-transition: top ease-out 300ms, opacity ease-out 300ms;
            -o-transition: top ease-out 300ms, opacity ease-out 300ms;
        }

    header .part#infos #username.active .icon span, header .part#infos #username.active .icon a {
        top: 99%;
        height: auto;
        opacity: 1;
        padding: 3px 5px;
        transition: top ease-out 300ms, opacity ease-out 300ms;
        -webkit-transition: top ease-out 300ms, opacity ease-out 300ms;
        -moz-transition: top ease-out 300ms, opacity ease-out 300ms;
        -o-transition: top ease-out 300ms, opacity ease-out 300ms;
    }

.text-right {
    text-align: right;
}

.text-bold {
    font-family: 'Uni Sans Bold';
}

header, footer {
    background-color: #004893;
}

.flexible:before, .flexible:after {
    content: " ";
    display: table;
}

.flexible:after {
    clear: both;
}

footer {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

    footer img {
        max-width: 100%;
        margin-top: 10px;
    }

    footer #left, footer #right {
        float: left;
    }

    footer #left {
        width: 56%;
        padding: 20px 2% 10px;
    }

    footer #right {
        width: 40%;
        text-align: right;
        padding-top: 5px;
    }

    footer a {
        color: #fff;
        text-decoration: underline;
    }

@media (max-width: 1100px) {
    footer #left, footer #right {
        width: 90%;
        text-align: center;
        padding: 20px 5% 0;
    }
}

#body > .content, header > .content, footer > .content {
    width: 1200px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1250px) {
    #body > .content, header > .content, footer > .content {
        width: 100%;
    }
}

#body {
    text-align: center;
    position: relative;
}

    #body.dark-grey {
        background-color: rgba(57, 61, 64, 0.8);
    }

    #body.white {
        background-color: #fff;
        padding-top: 150px;
    }

i.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
}

    i.icon.username {
        background-image: url("../images/username.png");
    }

    i.icon.password {
        background-image: url("../images/password.png");
    }

    i.icon.dropdown-white {
        background-image: url("../images/dropdown-white.png");
        background-size: 80%;
        width: 18px;
        height: 18px;
    }

    i.icon span, i.icon a {
        position: absolute;
        right: 0;
        top: 50%;
        width: 80px;
        height: 0;
        opacity: 0;
        padding: 0;
        line-height: 20px;
        background-color: #fff;
        color: #009fdf;
        font-style: normal;
        text-align: center;
    }

        i.icon span:hover, i.icon a:hover {
            cursor: pointer;
        }

#login {
    display: inline-block;
    margin: 300px auto;
    padding: 50px 70px;
    background-color: #fff;
    text-align: left;
    font-size: 15px;
}

@media (max-width: 700px) {
    #login {
        margin: 150px auto;
        padding: 70px 5%;
        width: 90%;
        text-align: center;
    }

        #login form .input input {
            width: 90%;
            float: right;
        }
}

@media (max-width: 520px) {
    #login form .input .left, #login form .input .right {
        width: 100%;
        text-align: center;
    }

    #login form .input input {
        width: 80%;
        float: none;
    }
}

form a, form span {
    margin-left: 10px;
}

    form span a, form a span {
        margin-left: 0;
    }

form .input {
    margin-bottom: 50px;
    position: relative;
}

    form .input .left, form .input .right {
        float: left;
    }

    form .input .left {
        width: 50%;
        text-align: left;
        line-height: 70px;
    }

    form .input .right {
        width: 50%;
        text-align: right;
    }

    form .input.flexible {
        margin-bottom: 25px;
    }

    form .input i#message {
        position: absolute;
        top: 100%;
        left: 5%;
        padding-top: 5px;
        color: #ffc5c5;
        font-size: 14px;
    }

    form .input input {
        font-family: 'Uni Sans';
        font-size: 16px;
        height: 25px;
        width: 400px;
        margin-left: 20px;
        border: none;
        position: relative;
    }

        form .input input:focus, form .input input:active {
            outline: none;
        }

        form .input input[type="text"], form .input input[type="password"] {
            border-bottom: solid 1px #ccc;
            transition: border-bottom ease-out 300ms, box-shadow ease-out 300ms;
            -webkit-transition: border-bottom ease-out 300ms, box-shadow ease-out 300ms;
            -moz-transition: border-bottom ease-out 300ms, box-shadow ease-out 300ms;
            -o-transition: border-bottom ease-out 300ms, box-shadow ease-out 300ms;
        }

            form .input input[type="text"]:focus, form .input input[type="text"]:active, form .input input[type="password"]:focus, form .input input[type="password"]:active {
                border-bottom: solid 1px #004893;
            }

        form .input input[type="submit"], form .input input[type="button"] {
            font-size: 15px;
            width: 140px;
            height: 50px;
            margin: 10px 0;
            padding: 0;
            color: #fff;
            background-color: #009fdf;
            transition: background-color ease-out 300ms, box-shadow ease-out 300ms;
            -webkit-transition: background-color ease-out 300ms, box-shadow ease-out 300ms;
            -moz-transition: background-color ease-out 300ms, box-shadow ease-out 300ms;
            -o-transition: background-color ease-out 300ms, box-shadow ease-out 300ms;
        }

            form .input input[type="submit"]:hover, form .input input[type="button"]:hover {
                cursor: pointer;
            }

            form .input input[type="submit"][disabled="disabled"], form .input input[type="button"][disabled="disabled"] {
                background-color: #cdcdcd;
            }

                form .input input[type="submit"][disabled="disabled"]:hover, form .input input[type="button"][disabled="disabled"]:hover {
                    cursor: not-allowed;
                }

#submit > #title, #privacy > #title, #agreement > #title {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 90px;
    color: #fff;
}

    #submit > #title h1, #privacy > #title h1, #agreement > #title h1 {
        width: 60%;
        margin: auto;
        background-color: #009fdf;
        margin: 0 auto;
        padding: 0;
        height: 90px;
        position: relative;
    }

        #submit > #title h1:before, #submit > #title h1:after, #privacy > #title h1:before, #privacy > #title h1:after, #agreement > #title h1:before, #agreement > #title h1:after {
            content: " ";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-top: solid 45px #009fdf;
            border-bottom: solid 45px #009fdf;
            border-left: solid 30px transparent;
            border-right: solid 30px transparent;
        }

        #submit > #title h1:before, #privacy > #title h1:before, #agreement > #title h1:before {
            top: 0px;
            left: -30px;
        }

        #submit > #title h1:after, #privacy > #title h1:after, #agreement > #title h1:after {
            top: 0px;
            right: -30px;
        }

@media (max-width: 650px) {
    #submit > #title h1, #privacy > #title h1, #agreement > #title h1 {
        font-size: 1.5em;
    }
}

@media (max-width: 360px) {
    #submit > #title h1, #privacy > #title h1, #agreement > #title h1 {
        font-size: 1.2em;
    }
}

#privacy, #agreement {
    padding: 100px 20px 50px;
}

    #privacy > #title h1, #agreement > #title h1 {
        max-width: 300px;
    }

    #privacy > #text, #agreement > #text {
        text-align: left;
    }

        #privacy > #text > div, #agreement > #text > div {
            margin-bottom: 30px;
        }

            #privacy > #text > div .header, #agreement > #text > div .header {
                font-weight: bold;
                display: block;
                color: #009fdf;
                font-size: 24px;
                margin-bottom: 15px;
            }

            #privacy > #text > div .text, #agreement > #text > div .text {
                font-size: 16px;
                line-height: 22px;
            }

                #privacy > #text > div .text .icon, #agreement > #text > div .text .icon {
                    display: inline-block;
                    padding-left: 100px;
                    background-repeat: no-repeat;
                    background-position: 70px center;
                }

                    #privacy > #text > div .text .icon:first-of-type, #agreement > #text > div .text .icon:first-of-type {
                        padding-left: 25px;
                        background-position: 0px top;
                    }

@media (max-width: 850px) {
    #privacy > #text > div .text .icon, #agreement > #text > div .text .icon {
        display: block;
        padding-left: 25px;
        background-position: 0px center;
    }
}

#privacy > #text > div .text .icon.address, #agreement > #text > div .text .icon.address {
    background-image: url("../images/location.png");
}

#privacy > #text > div .text .icon.mail, #agreement > #text > div .text .icon.mail {
    background-image: url("../images/mail.png");
}

#privacy > #text > div .text .icon.phone, #agreement > #text > div .text .icon.phone {
    background-image: url("../images/phone.png");
}

#privacy > #text > div ul, #agreement > #text > div ul {
    margin: 0;
    padding: 0;
}

    #privacy > #text > div ul li, #agreement > #text > div ul li {
        float: left;
        margin-left: 80px;
    }

        #privacy > #text > div ul li:first-of-type, #agreement > #text > div ul li:first-of-type {
            margin-left: 20px;
        }

@media (max-width: 1100px) {
    #privacy > #text > div ul li, #agreement > #text > div ul li {
        float: none;
        margin-left: 20px;
    }
}

#agreement > #title h1 {
    max-width: 350px;
}

#submit {
    padding: 150px 200px 50px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 150px 0;
    position: relative;
}

@media (max-width: 1199px) {
    #submit {
        padding: 150px 10% 50px;
    }
}

#submit .part {
    width: 40%;
    margin: 0 5% 50px;
}

    #submit .part:nth-child(odd) {
        float: left;
        text-align: left;
    }

    #submit .part:nth-child(even) {
        float: right;
        text-align: right;
    }

@media (max-width: 1000px) {
    #submit .part {
        width: 90%;
    }
}

#submit .phrases {
    position: relative;
    padding: 10px 0 60px;
    transition: height ease 300ms;
    -webkit-transition: height ease 300ms;
    -moz-transition: height ease 300ms;
    -o-transition: height ease 300ms;
}

    #submit .phrases #slide {
        width: 200%;
        margin-left: 0;
        transition: margin-left ease 500ms;
        -webkit-transition: margin-left ease 500ms;
        -moz-transition: margin-left ease 500ms;
        -o-transition: margin-left ease 500ms;
    }

        #submit .phrases #slide .phrase {
            float: left;
            width: 50%;
            opacity: 0;
            transition: opacity ease-out 300ms;
            -webkit-transition: opacity ease-out 300ms;
            -moz-transition: opacity ease-out 300ms;
            -o-transition: opacity ease-out 300ms;
        }

            #submit .phrases #slide .phrase.active {
                opacity: 1;
            }

            #submit .phrases #slide .phrase #list {
                position: relative;
            }

                #submit .phrases #slide .phrase #list .item {
                    background-color: #fff;
                    float: left;
                    width: 40%;
                    margin: 0 5%;
                    text-align: center;
                    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
                    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
                    -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
                    transition: box-shadow ease-out 300ms;
                    -webkit-transition: box-shadow ease-out 300ms;
                    -moz-transition: box-shadow ease-out 300ms;
                    -o-transition: box-shadow ease-out 300ms;
                }

@media (max-width: 600px) {
    #submit .phrases #slide .phrase #list .item {
        width: 90%;
        margin-top: 50px;
    }

        #submit .phrases #slide .phrase #list .item:first-of-type {
            margin-top: 0;
        }
}

#submit .phrases #slide .phrase #list .item #content {
    position: relative;
    border: inset 2px transparent;
    transition: border ease-out 300ms;
    -webkit-transition: border ease-out 300ms;
    -moz-transition: border ease-out 300ms;
    -o-transition: border ease-out 300ms;
}

    #submit .phrases #slide .phrase #list .item #content .thumb {
        padding-top: 100%;
        position: relative;
    }

        #submit .phrases #slide .phrase #list .item #content .thumb .image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    #submit .phrases #slide .phrase #list .item #content #title {
        display: block;
        color: #009fdf;
        font-size: 18px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    #submit .phrases #slide .phrase #list .item #content:hover {
        border: inset 2px rgba(0, 159, 223, 0.5);
        cursor: pointer;
    }

    #submit .phrases #slide .phrase #list .item #content.active {
        border: inset 3px #ff3939;
    }

#submit .phrases #slide .phrase #list .item:hover {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
}

#submit .phrases #slide .phrase #list #desc {
    display: block;
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    float: left;
}

#submit .phrases #slide .phrase .input input {
    margin: 0;
    width: 90%;
    padding: 20px 5%;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow ease-out 300ms;
    -webkit-transition: box-shadow ease-out 300ms;
    -moz-transition: box-shadow ease-out 300ms;
    -o-transition: box-shadow ease-out 300ms;
}

    #submit .phrases #slide .phrase .input input:focus, #submit .phrases #slide .phrase .input input:active {
        box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
    }

#submit .phrases #slide .phrase .input .select {
    height: 66px;
    width: 100%;
    position: relative;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow ease-out 300ms;
    -webkit-transition: box-shadow ease-out 300ms;
    -moz-transition: box-shadow ease-out 300ms;
    -o-transition: box-shadow ease-out 300ms;
}

    #submit .phrases #slide .phrase .input .select:hover {
        cursor: pointer;
        box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
    }

    #submit .phrases #slide .phrase .input .select #text {
        height: 26px;
        width: 90%;
        padding: 20px 5%;
        text-align: left;
        line-height: 26px;
        background-color: #fff;
        background-image: url("../images/dropdown.png");
        background-position: 95% center;
        background-repeat: no-repeat;
    }

@media (max-width: 400px) {
    #submit .phrases #slide .phrase .input .select #text.multiline {
        padding: 8px 5%;
        height: 50px;
    }
}

#submit .phrases #slide .phrase .input .select #items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    max-height: 200px;
    overflow: hidden;
    z-index: 999;
}

    #submit .phrases #slide .phrase .input .select #items .item {
        width: 90%;
        padding: 10px 5%;
        background-color: #fff;
        text-align: left;
        opacity: 0;
    }

        #submit .phrases #slide .phrase .input .select #items .item:nth-child(odd) {
            background-color: #eee;
        }

        #submit .phrases #slide .phrase .input .select #items .item:hover {
            background-color: #bdedff;
        }

    #submit .phrases #slide .phrase .input .select #items.active {
        height: auto;
        overflow: auto;
    }

        #submit .phrases #slide .phrase .input .select #items.active .item {
            opacity: 1;
            transition: opacity ease 300ms;
            -webkit-transition: opacity ease 300ms;
            -moz-transition: opacity ease 300ms;
            -o-transition: opacity ease 300ms;
        }

            #submit .phrases #slide .phrase .input .select #items.active .item[delay="50"] {
                transition-delay: 50ms;
                -webkit-transition-delay: 50ms;
                -moz-transition-delay: 50ms;
                -o-transition-delay: 50ms;
            }

            #submit .phrases #slide .phrase .input .select #items.active .item[delay="100"] {
                transition-delay: 100ms;
                -webkit-transition-delay: 100ms;
                -moz-transition-delay: 100ms;
                -o-transition-delay: 100ms;
            }

            #submit .phrases #slide .phrase .input .select #items.active .item[delay="150"] {
                transition-delay: 150ms;
                -webkit-transition-delay: 150ms;
                -moz-transition-delay: 150ms;
                -o-transition-delay: 150ms;
            }

            #submit .phrases #slide .phrase .input .select #items.active .item[delay="200"] {
                transition-delay: 200ms;
                -webkit-transition-delay: 200ms;
                -moz-transition-delay: 200ms;
                -o-transition-delay: 200ms;
            }

            #submit .phrases #slide .phrase .input .select #items.active .item[delay="250"] {
                transition-delay: 250ms;
                -webkit-transition-delay: 250ms;
                -moz-transition-delay: 250ms;
                -o-transition-delay: 250ms;
            }

            #submit .phrases #slide .phrase .input .select #items.active .item[delay="300"] {
                transition-delay: 300ms;
                -webkit-transition-delay: 300ms;
                -moz-transition-delay: 300ms;
                -o-transition-delay: 300ms;
            }

            #submit .phrases #slide .phrase .input .select #items.active .item[delay="350"] {
                transition-delay: 350ms;
                -webkit-transition-delay: 350ms;
                -moz-transition-delay: 350ms;
                -o-transition-delay: 350ms;
            }

            #submit .phrases #slide .phrase .input .select #items.active .item[delay="400"] {
                transition-delay: 400ms;
                -webkit-transition-delay: 400ms;
                -moz-transition-delay: 400ms;
                -o-transition-delay: 400ms;
            }

            #submit .phrases #slide .phrase .input .select #items.active .item[delay="500"] {
                transition-delay: 500ms;
                -webkit-transition-delay: 500ms;
                -moz-transition-delay: 500ms;
                -o-transition-delay: 500ms;
            }

            #submit .phrases #slide .phrase .input .select #items.active .item[delay="600"] {
                transition-delay: 600ms;
                -webkit-transition-delay: 600ms;
                -moz-transition-delay: 600ms;
                -o-transition-delay: 600ms;
            }

            #submit .phrases #slide .phrase .input .select #items.active .item[delay="700"] {
                transition-delay: 700ms;
                -webkit-transition-delay: 700ms;
                -moz-transition-delay: 700ms;
                -o-transition-delay: 700ms;
            }

#submit #navigate .part input[type="submit"], #submit #navigate .part input[type="button"] {
    display: none;
    font-size: 18px;
    width: 180px;
    height: 60px;
}

    #submit #navigate .part input[type="submit"].next, #submit #navigate .part input[type="button"].next {
        padding-right: 15px;
        background-image: url("../images/next.png");
        background-position: 138px 18px;
        background-repeat: no-repeat;
    }

    #submit #navigate .part input[type="submit"].previous, #submit #navigate .part input[type="button"].previous {
        width: 220px;
        padding-left: 20px;
        background-image: url("../images/previous.png");
        background-position: 25px 20px;
        background-repeat: no-repeat;
    }

    #submit #navigate .part input[type="submit"].submit, #submit #navigate .part input[type="button"].submit {
        width: 220px;
        padding-right: 15px;
        background-image: url("../images/next.png");
        background-position: 183px 18px;
        background-repeat: no-repeat;
    }

    #submit #navigate .part input[type="submit"].current, #submit #navigate .part input[type="button"].current {
        display: inline-block;
    }

@media (max-width: 1000px) {
    #submit #navigate .part {
        width: 40%;
    }
}

@media (max-width: 600px) {
    #submit #navigate .part {
        width: 90%;
        text-align: center;
        margin-bottom: 0;
    }
}
