/** {*/
/*outline: 1px solid grey;*/
/*}*/


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*background: white url(../images/site/bg_letters_70.jpg);*/
    color: #424242;

}

h1, h2, h3, h4, h5, h6 {
    font-family: OpenSans, Helvetica, Verdana, Arial, sans-serif;
    margin-top: 0;
}

/*a:link {*/
    /*color: #285f8e;*/
/*}*/

/*a:visited {*/
    /*color: #285f8e;*/
/*}*/
/*a:hover {*/
    /*color: #347cba;*/
    /*text-decoration: none;*/
/*}*/

/*a:active {*/
    /*color: #285f8e;*/
/*}*/

#page_wrapper {
    /*margin-top: 50px;*/
    min-height: 550px;
}
/* END OF GENERAL STYLE */



/*.dropdown.open a {*/
/*color: white;*/
/*}*/

/*.navbar-nav .open .dropdown-menu>li>a {*/
/*color: white;*/
/*}*/

.breadcrumb {
    background-color: white;
    /*background-color: transparent;*/
    font-size: 0.9em;
    padding: 5px 15px;
    margin-bottom: 20px;
    border-radius: 0;
    /*border-bottom: 1px solid lightgrey;*/
}



#index {
    /*margin-top: 50px;*/
}
/* END OF MAIN NAVIGATION */

/* REGISTRATION FORM */

#registration_form {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid grey;
    margin-top: 70px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.29);
    z-index: 100;
}

#forgot {
    position: relative;
    background: white;
    border-radius: 10px;
    border: 1px solid grey;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.29);
    z-index: 100;
    height: auto;
}

img#boy {
    position: absolute;
    z-index: 9;
    left: 40%;
    bottom: 10px;
    transition: all 2s ease;

}

#login_form:hover img#boy {
    bottom: -130px;
}

#login_bg {
    position: fixed;
    z-index: -1;
}

#login_bg_mobile {
    position: fixed;
    z-index: -1;
}
.login_header {
    font-family: Righteous, 'Roboto', Helvetica, Verdana, Arial, sans-serif;
    margin-top: -5px;
}
.for_who {
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: Righteous, 'Roboto', Helvetica, Verdana, Arial, sans-serif;
    color: darkred;
    margin-bottom: 20px;
    margin-top: -10px;
}
.message {
    margin-top: -10px;
    margin-bottom: 30px;
}

.login_message {
    margin-top: 20px;
    margin-bottom: -40px;
    border-radius: 10px;
    border: 1px solid #94c6a2;
}

#login_form #activationLink {
    color: #00ab00;
}

#login_form #activationLink:hover {
    color: #008300;
}

.reg_button {
    background-color: rgb(22, 118, 61);
    border-color: rgb(17, 93, 48);
    transition: all .5s ease;
}

.reg_button {
    margin-top: 20px;
    border-color: rgb(29, 161, 83);
    padding: 10px;
}

.font_h {
    font-family: Righteous,'Roboto', Helvetica, Verdana, Arial, sans-serif;
    font-size: 3em;
}

.font_p_0_8 {
    font-size: 0.9em;
    line-height: 1.1em;
}
.choose_gen_wrap {
    margin-top: 30px;
}

.choose_gen_wrap>div{
    margin-bottom: 20px;
}
.choose_gen_cont {
    /*border: 1px solid grey;*/
    padding: 5px;
}

.choose_gen_cont h3 {
    /*background-color: #0A5251;*/
    padding: 3px;
    color: #0A5251;
    border: 1px dotted #0A5251;
    border-radius: 5px;
}

.choose_gen_btn_cont {
    padding: 0;
}

a.choose_gen_btn {
    display: inline-block;
    padding: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%;
    color: white;
    background-color: rgba(27, 128, 75, 0.98);
    margin-top: 10px;
    transition: all .5s ease;
}

a.choose_gen_btn:hover {
    background-color: rgba(34, 163, 96, 0.98);

}
.numbers {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20%;
}

.numbers h4{
    font-size: 1.1em;

}