﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'LatoRegular';
    src: url('fonts/LatoRegular.eot');
    src: url('fonts/LatoRegular.eot') format('embedded-opentype'), url('fonts/LatoRegular.woff2') format('woff2'), url('fonts/LatoRegular.woff') format('woff'), url('fonts/LatoRegular.ttf') format('truetype'), url('fonts/LatoRegular.svg#LatoRegular') format('svg');
}

@font-face {
    font-family: 'LatoBold';
    src: url('fonts/LatoBold.eot');
    src: url('fonts/LatoBold.eot') format('embedded-opentype'), url('fonts/LatoBold.woff2') format('woff2'), url('fonts/LatoBold.woff') format('woff'), url('fonts/LatoBold.ttf') format('truetype'), url('fonts/LatoBold.svg#LatoBold') format('svg');
}

@font-face {
    font-family: "Flaticon";
    src: url("icon-fonts-start/flaticon.eot");
    src: url("icon-fonts-start/flaticon.eot#iefix") format("embedded-opentype"), url("icon-fonts-start/flaticon.woff") format("woff"), url("icon-fonts-start/flaticon.ttf") format("truetype"), url("icon-fonts-start/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('fonts/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
}

.flaticon-go10:before {
    content: "\e000";
}

.flaticon-running3:before {
    content: "\e001";
}

.flaticon-tick7:before {
    content: "\e002";
}

body {
    background-color: #d5dee7;
    margin-bottom: 60px;
    font-family: 'LatoRegular';
    color: #788491;
    font-size: 13px;
    margin: 0px;
}

html {
    position: relative;
    min-height: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
    box-shadow: 1px 2px 5px #c8d0d9;
}

.right-logo {
    display: none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.footer-light {
    background-color: #d5dee7;
    border-top: 1px solid #c4ced8;
}

.footer-text {
    font-family: 'LatoBold';
    color: #546a79;
    font-size: 13px;
    padding: 0px 20px;
    float: right;
}

#footer-line {
    border-top: 0px solid #d4d8d8;
    margin-top: 0px;
}

.footer p {
    color: #838d93;
    font-family: 'LatoRegular';
    font-size: 12px;
    margin: 18px 0px 0px 0px;
}

#menu ul ul {
    display: none;
    width: 100%;
}

#menu {
    margin-top: 10%;
    margin-left: 22%;
}

    #menu ul ul li {
        width: 100%;
        background-color: #ffffff;
        border-bottom: 1px solid #eaeef2;
        color: #555e68;
        font-size: 13px;
        text-transform: uppercase;
        /*padding: 10px 20px 20px 20px;*/
        border-radius: 0px;
        border-left: none;
    }

        #menu ul ul li a {
            color: #555e68;
            font-size: 13px;
            text-transform: uppercase;
            padding: 10px 20px 26px 20px;
            border-radius: 0px;
            height: 0px;
            border: none;
            font-family: 'LatoBold';
        }

            #menu ul ul li a:hover {
                color: #9aa2ab;
                font-size: 13px;
                background-color: #eef2f6;
                text-transform: uppercase;
                padding: 10px 20px 26px 20px;
                border-radius: 0px;
                height: 0px;
                border-left: none;
            }
/*#menu ul ul li:nth-child(6n+4) {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}*/



.page-row {
    width: 100%;
    height: auto;
    background-color: #37a8e0;
    padding: 10px 0px;
    margin: 0px;
    float: left;
    border-radius: 4px;
}

.back-but {
    /* fallback */
    background-color: #ffffff;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #788491;
    border: none;
    padding: 6px 12px;
    border-radius: 3px;
    background-repeat: repeat-x;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfe7ef), to(#ffffff));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #dfe7ef, #ffffff);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #dfe7ef, #ffffff);
    /* IE 10 */
    background: -ms-linear-gradient(top, #dfe7ef, #ffffff);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #dfe7ef, #ffffff);
}

.page-flow {
    width: auto;
    height: auto;
    margin: 7px 0px 0px 0px;
    float: right;
}

    .page-flow ul {
        margin: 0px;
        padding: 0px;
    }

        .page-flow ul li {
            margin: 0px;
            padding: 0px;
            float: left;
            list-style: none;
            font-family: 'LatoBold';
            color: #19465c;
            padding-left: 20px;
        }

            .page-flow ul li a {
                margin: 0px;
                padding: 0px;
                text-decoration: none;
                font-family: 'LatoBold';
                color: #19465c;
            }

                .page-flow ul li a:hover {
                    text-decoration: none;
                    color: #fff;
                }

                .page-flow ul li a:focus, active {
                    text-decoration: none;
                    color: #fff;
                }

            .page-flow ul li .active {
                color: #fff;
            }

.margin-bottom-20 {
    margin-bottom: 20px;
}

#DivLeft {
    margin-bottom: 20px;
}

#DivMain {
    margin-bottom: 20px;
}

#DivRight {
    margin-bottom: 20px;
}

.round-arrow {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
/*#DivMainContent {
	background-color: rgba(255,255,255,1.00);
	border-radius: 3px;
	height: auto;
	float: left;
	width: 100%;
	margin-bottom: 25px;
	
	
}
*/


#DivMainContent {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 25px;
}

    #DivMainContent:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.2;
        /*background-image: url(../images/bg2.jpg);*/
        background-repeat: no-repeat;
        background-position: 50% 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }

    #DivMainContent p {
        z-index: 2;
        position: relative;
    }

.voice-icon {
    background-color: #effaff;
    padding: 89px 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 79px;
}

.D-form {
    padding: 35px 27px 35px 36px;
}

.btn-info {
    color: #fff;
    background-color: #37a8e0;
    border-color: #46b8da;
}

.button-stl {
    border-radius: 3px;
    padding: 7px 25px;
    font-family: 'LatoBold';
    margin-right: 10px;
    border: none;
    color: #fff;
    cursor: pointer;
}

.inner-heading {
    font-family: 'LatoBold';
    color: #546a79;
    font-size: 17px;
    margin: 0px 0px 20px 0px;
}

.stage-class {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

    .stage-class ul {
        margin: 0px;
        padding: 0px;
    }

        .stage-class ul li {
            margin: 0px 0px 21px 0px;
            list-style: none;
            display: inline-block;
        }

            .stage-class ul li a {
                background-color: #e3e8ee;
                color: #8894a1;
                text-decoration: none;
                padding: 10px 15px;
                border-radius: 3px;
                margin: 0px 0px 0px 0px;
            }

                .stage-class ul li a:hover {
                    background-color: #5bcc7c;
                    text-decoration: none;
                    color: #ffffff;
                }

                .stage-class ul li a:focus {
                    background-color: #5bcc7c;
                    text-decoration: none;
                    color: #ffffff;
                }
/*.stage-class > ul > li:last-child { color:red; padding:10px 10px;}*/
.head-bg {
    background-color: #e3e8ee;
    padding: 30px 15px;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: 20px 0px 0px 0px;
}

.score {
    width: 50%;
    padding: 20px 0px;
    float: left;
    background-color: #37a8e0;
    border-bottom-left-radius: 3px;
    color: #ffffff;
    text-align: center;
    font-family: 'LatoBold';
    font-size: 18px;
    margin-bottom: 20px;
}

.time {
    width: 50%;
    padding: 20px 0px;
    float: left;
    background-color: #5bcc7c;
    border-bottom-right-radius: 3px;
    color: #ffffff;
    text-align: center;
    font-family: 'LatoBold';
    font-size: 18px;
    margin-bottom: 20px;
}

    .time span {
        font-size: 10px;
        font-family: 'LatoRegular';
    }

.vacabulary {
    padding: 20px 25px;
}

.foundation {
    width: 100%;
    margin: 0px;
}
/*************** stage-stups 1 ********************/
.stage-stups {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    /*padding-right: 30px;
	padding-left: 70px;*/
    position: relative;
    background-color: #5ccc7a;
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    font-family: 'LatoRegular';
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .stage-stups:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .stage-stups span {
        position: absolute;
        left: 0;
        width: 50px;
        color: #38424c;
        background-color: rgba(255,255,255,1.00);
        font-family: 'LatoRegular';
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 1px solid rgba(0,0,0,0.15);
    }
/*************** stage-stups 2 ********************/
.stage-stups2 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    /*padding-right: 30px;
	padding-left: 70px;*/
    position: relative;
    background-color: #37a8e0;
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    font-family: 'LatoRegular';
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .stage-stups2:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .stage-stups2 span {
        position: absolute;
        left: 0;
        width: 50px;
        color: #38424c;
        background-color: rgba(255,255,255,1.00);
        font-family: 'LatoRegular';
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 1px solid rgba(0,0,0,0.15);
    }
/*************** stage-stups 3 ********************/
.stage-stups3 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    /*padding-right: 30px;
	padding-left: 70px;*/
    position: relative;
    background-color: #eb6093;
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    font-family: 'LatoRegular';
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .stage-stups3:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .stage-stups3 span {
        position: absolute;
        left: 0;
        width: 50px;
        color: #38424c;
        background-color: rgba(255,255,255,1.00);
        font-family: 'LatoRegular';
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 1px solid rgba(0,0,0,0.15);
    }
/*************** stage-stups 4 ********************/
.stage-stups4 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    /*padding-right: 30px;
	padding-left: 70px;*/
    position: relative;
    background-color: #8153ad;
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    font-family: 'LatoRegular';
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .stage-stups4:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .stage-stups4 span {
        position: absolute;
        left: 0;
        width: 50px;
        color: #38424c;
        background-color: rgba(255,255,255,1.00);
        font-family: 'LatoRegular';
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 1px solid rgba(0,0,0,0.15);
    }
/*************** stage-stups 5 ********************/
.stage-stups5 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    /*padding-right: 30px;
	padding-left: 70px;*/
    position: relative;
    background-color: #c69c6d;
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    font-family: 'LatoRegular';
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .stage-stups5:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .stage-stups5 span {
        position: absolute;
        left: 0;
        width: 50px;
        color: #38424c;
        background-color: rgba(255,255,255,1.00);
        font-family: 'LatoRegular';
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 1px solid rgba(0,0,0,0.15);
    }
/*************** stage-stups 6 ********************/
.stage-stups6 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    /*padding-right: 30px;
	padding-left: 70px;*/
    position: relative;
    background-color: #fbaf5d;
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    font-family: 'LatoRegular';
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .stage-stups6:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .stage-stups6 span {
        position: absolute;
        left: 0;
        width: 50px;
        color: #38424c;
        background-color: rgba(255,255,255,1.00);
        font-family: 'LatoRegular';
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 1px solid rgba(0,0,0,0.15);
    }

.myButton {
    background-color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #8894a1;
    font-family: 'LatoRegular';
    font-size: 14px;
    padding: 10px 0px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin-bottom: 1px;
}

    .myButton:hover {
        background-color: #e3e8ee;
        text-decoration: none;
    }

.logged-in {
    font-family: 'LatoBold';
    color: #546a79;
    font-size: 13px;
    border-right: 1px solid #c4ced8;
    padding: 0px 20px;
    float: left;
    margin-top: 15px;
}

.subscription {
    font-family: 'LatoBold';
    color: #546a79;
    font-size: 13px;
    border-right: 1px solid #c4ced8;
    padding: 0px 20px;
    float: left;
    margin-top: 15px;
}

.valid-until {
    font-family: 'LatoBold';
    color: #546a79;
    font-size: 13px;
    padding: 0px 20px;
    float: left;
    margin-top: 15px;
}

.value {
    color: #37a8e0;
}

header {
    width: 100%;
    height: 75px;
    background-color: #ffffff;
    box-shadow: 1px 2px 5px #c8d0d9;
    margin-bottom: 20px;
}

.container-full {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

.logo-left {
    float: left;
    margin-left: -15px;
}

.logo-right {
    float: right;
    margin-right: -15px;
}

.logo-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.title-bar {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}

.main-contant {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.column-1 {
    width: auto;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.column-2 {
    width: auto;
    float: right;
    padding-right: 15px;
    padding-left: 15px;
}

.arrow-icon {
    background-image: url(../imagesStart/left-arrow.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    padding-right: 5px;
}

.col-left {
    width: 16%;
    padding-right: 15px;
}

.col-right {
    width: 16%;
    padding-left: 15px;
}

.col-middle {
    width: 64%;
    padding-right: 15px;
    padding-left: 15px;
}

.column-4 {
    width: 30%;
}

.column-8 {
    width: 66%;
}

textarea.form-box {
    height: auto;
}

.form-box {
    width: 100%;
    height: 34px;
    font-size: 14px;
    padding: 15px 15px 15px 15px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-center {
    text-align: center;
}

.form-button {
    width: 100%;
}

.btn-green {
    color: #fff;
    background-color: #5cb85c;
}

.btn-blue {
    background-color: #37a8e0;
    border-color: #46b8da;
}

#toggle4 {
    display: none;
}

.toggle4 {
    display: block;
}

.main-but {
    width: 250px;
    float: left;
}

.main-pagenation {
    width: 20%;
    float: right;
    padding: 10px;
    border: 1px solid #000;
}

.mob-menu-icon {
    float: right;
}

.column-stage {
    width: 15%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.login-details {
    width: 100%;
    padding: 15px 0px;
    height: auto;
    background-color: #ffffff;
    border-radius: 3px;
}

.bottom-nav {
    margin-left: 28%;
    margin-top: 20%;
}

    .bottom-nav li {
        list-style: none;
        display: inline-block;
        font-family: 'LatoRegular';
        text-align: center;
        margin: 0px 10px 10px 0px;
        color: #ffffff;
        background-color: #37a8e0;
        padding: 10px 25px;
        border-radius: 3px;
    }

        .bottom-nav li:hover {
            background-color: #5cb85c;
            cursor: pointer;
        }

        .bottom-nav li a {
            font-family: 'LatoRegular';
            color: #ffffff;
            text-decoration: none;
        }

.bottom-menu-icon {
    margin: 0px;
    text-align: center;
}

.bottom-all-menu {
    width: 100%;
    float: left;
}

.rotate {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.start_button {
    width: auto;
    height: auto;
    margin: 25px;
    position: absolute;
    top: 60%;
    right: 20%;
}
/*************** MEDIA QUERIE (max-width: 1920px) ********************/

@media (max-width: 1920px) {
    .form-box {
        width: 96%;
    }

    .column-stage {
        width: 14.8%;
    }
}

@media (max-width: 1550px) {
    .bottom-nav {
        margin-left: 24%;
        margin-top: 10%;
    }

    .column-stage {
        width: 14.3%;
    }

    .form-box {
        width: 93%;
    }

    .column-8 {
        width: 65%;
    }

    .col-middle {
        width: 62%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1366px) {
    .bottom-nav {
        margin-left: 22%;
        margin-top: 5%;
    }

    .column-stage {
        width: 14.2%;
    }
}

/*************** MEDIA QUERIE (max-width: 1280px) ********************/

@media (max-width: 1280px) {
    .bottom-nav {
        margin-left: 20%;
        margin-top: 5%;
    }

    .column-stage {
        width: 14%;
    }

    .form-box {
        width: 95%;
    }

    .column-8 {
        width: 64%;
    }

    .D-form {
        padding: 35px 46px 35px 36px !important;
    }
}

/*************** MEDIA QUERIE (max-width: 1152px) ********************/
@media (max-width: 1152px) {
    .bottom-nav {
        margin-left: 18%;
        margin-bottom: 8%;
    }

    .column-stage {
        width: 13.5%;
    }

    .form-box {
        width: 93%;
    }

    .column-8 {
        width: 64%;
    }
}

/*************** MEDIA QUERIE (max-width: 1024px) ********************/

@media (max-width: 1024px) {
    .bottom-nav {
        margin-left: 12%;
        margin-bottom: 8%;
    }

    .column-stage {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 25px;
    }

    .col-middle {
        width: 61%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .form-box {
        width: 95%;
    }

    .column-8 {
        width: 62%;
    }

    .page-flow {
        width: auto;
        height: auto;
        margin: 7px 0px 0px 0px;
        float: left;
    }

        .page-flow ul {
            margin: 0px;
            padding: 0px;
        }

            .page-flow ul li {
                margin: 0px;
                padding: 0px;
                float: left;
                list-style: none;
                font-family: 'LatoBold';
                color: #19465c;
                padding-right: 20px;
            }
}

/*************** MEDIA QUERIE (max-width: 992px) ********************/




@media (max-width: 992px) {

    .button {
        margin: 8px 10px !important;
    }


    .skills {
        width: 250px;
        margin: 0px auto;
    }

    .start_button {
        width: 120px;
        position: inherit;
        margin: 0px auto;
    }


    .bottom-menu-icon {
        display: none;
    }

    .bottom-nav {
        margin-left: 25%;
        margin-bottom: 0%;
    }

    .bottom-all-menu {
        position: relative;
        clear: both;
        float: none;
        width: 100%;
        left: 0;
    }

    .footer p {
        color: #838d93;
        font-family: 'LatoRegular';
        font-size: 12px;
        margin: 18px 0px 20px 0px;
        text-align: center;
    }

    .footer {
        position: absolute;
        bottom: -60px;
        width: 100%;
        height: 50px;
        text-align: center;
    }

    .footer-text {
        font-family: 'LatoBold';
        color: #546a79;
        font-size: 13px;
        padding: 0px 20px;
        float: right;
        width: 100%;
    }

    .column-stage {
        float: left;
    }

    .main-but {
        width: 250px;
        float: none;
    }

    .main-pagenation {
        width: 20%;
        float: none;
        padding: 10px;
        border: 1px solid #000;
        margin-top: 25px;
    }

    .col-right {
        width: 100%;
    }

    .col-right {
        padding-left: 0px;
    }

    .form-box {
        width: 97%;
    }

    #toggle4 {
        display: block;
        text-decoration: none;
        font-family: 'LatoRegular';
        font-size: 15px;
        background-color: #5bcc7c;
        color: #ffffff;
        padding: 10px 15px;
    }

    .toggle4 {
        display: none;
        width: 100%;
    }
    /*#toggle4:after {
	content: "";
	background: url(../images/nav-icon.png) no-repeat;
	width: 30px;
	height: 30px;
	color: #FFF;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 175px;
}*/

    #DivMainContent {
        background-color: #ffffff;
        border-radius: 3px;
        height: auto;
        float: none;
        width: 100%;
    }

    .stage-class {
        margin-bottom: 25px;
        float: none;
    }

    .col-left {
        width: 100% !important;
    }

    .col-middle {
        width: 100% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .column-4 {
        width: auto !important;
    }

    .column-8 {
        width: 100% !important;
    }
}

/*************** MEDIA QUERIE (max-width: 800px) ********************/

@media (max-width: 800px) {
    .bottom-nav {
        margin-left: 19%;
        margin-bottom: 0%;
    }

    .menu-align {
        position: absolute;
        margin-top: 12px;
    }

    .nav li:nth-child(6n+1) {
        border-radius: 0px;
    }

    .nav li:nth-child(6n+2) {
        border-radius: 0px;
    }

    .nav li:nth-child(6n+3) {
        border-radius: 0px;
    }

    .nav li:nth-child(6n+4) {
        border-radius: 0px;
    }

    .nav li:nth-child(6n+5) {
        border-radius: 0px;
    }

    .nav li:nth-child(6n+6) {
        border-radius: 0px;
    }

    #menu {
        margin-left: 0px;
    }
}

/*************** MEDIA QUERIE (max-width: 768px) ********************/

@media (max-width: 768px) {
    .bottom-nav {
        margin-left: 17%;
        margin-bottom: 0%;
    }

    .form-box {
        width: 96%;
    }

    .right-logo {
        display: block;
    }

    .right-logo-web {
        display: none;
    }

    .nav li:nth-child(6n+1) {
        border-radius: none;
    }

    .nav li:nth-child(6n+2) {
        border-radius: none;
    }

    .nav li:nth-child(6n+3) {
        background: rgb(235, 96, 147);
        border-radius: none;
    }

    .nav li:nth-child(6n+4) {
        background: rgb(129, 83, 173);
        border-radius: none;
    }

    .nav li:nth-child(6n+5) {
        background: rgb(27, 54, 71);
        border-radius: none;
    }

    .nav li:nth-child(6n+6) {
        background: rgb(21, 40, 54);
        border-radius: none;
    }
}

/*************** MEDIA QUERIE (max-width: 600px) ********************/

@media (max-width: 600px) {
    .bottom-nav {
        margin-left: 9%;
        margin-bottom: 0%;
    }

    .subscription {
        margin-top: 20px;
        border-right: none;
    }

    .logged-in {
        border-right: none;
    }

    .valid-until {
        margin-top: 20px;
    }

    .column-2 {
        float: left !important;
    }

    .form-box {
        width: 98%;
    }
}

/*************** MEDIA QUERIE (max-width: 480px) ********************/
@media (max-width: 480px) {
    .bottom-nav {
        margin-left: 0%;
        margin-top: 10%;
    }

    .form-box {
        width: 92%;
    }

    .page-row {
        margin-bottom: 20px;
    }

    #toggle4:after {
        top: 195px;
    }
}

/*************** MEDIA QUERIE (max-width: 320px) ********************/
@media (max-width: 360px) {
    .form-box {
        width: 88%;
    }
}

/*************** MEDIA QUERIE (min-width: 768px) ********************/


@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

@media (min-width: 992px) {
    .col-left {
        float: left;
    }

    .col-right {
        float: left;
    }

    .col-middle {
        float: left;
    }

    .column-4 {
        float: left;
    }

    .column-8 {
        float: left;
    }
}

.firstTitle {
    font-size: 1.4em !important;
    text-shadow: none;
    text-align: center;
    color: #66c3d0;
    /*padding-top: 25px;*/
    font-family: OpenSans-Regular !important;
    font-weight: bold;
    padding:10px;
}

.secondTitle {
    color: #dd619e;
    display: inline-block;
     font-size: 1em !important;
    font-family: OpenSans-Regular !important;
}
