/* default system */
.show{visibility: visible;display:block;}
.hide{visibility: hidden;display:none;}

.change_orientation {
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 100;
}

.change_orientation_inner {
 position: relative;
    width: 100%;
    height: 100%;
}

.mobile_rotate {
    height: 300px;
    width: 300px;
    background: url(#) center center no-repeat;
    left: 50%;
    margin-left: -150px;
    position: fixed;
    top: 50%;
    margin-top: -150px;
}

.bgvid {
    width: 100%;
    height: 100%;
}

.popups_msg {
    position: fixed;
    width: 950px;
    margin: auto;
    top: 40px;
    left: 50%;
    margin-left: -475px;
    z-index: 11;
}

.popup_msg {
    position: relative;
    display: none;
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-color: transparent;
    border: 1px solid transparent;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;

}

.popup_msg li {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.popup_msg ul {
    list-style: none;
}

.popup_msg_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.popup_msg.error {
    background-image: url(#);

}

.popup_msg.info {
    background-image: url(#);

}

.popup_msg_close {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 18px;
    width: 18px;
    background-image: url(#);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center top;
    cursor: pointer;
}

.popup_msg_close:hover {
    background-position: center bottom;
}

.header {
    background: url(#) repeat;
}

.loaderImage {
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    margin: auto;
    top: 50%;
}

.header_name {
    float: right;
    margin: 20px 100px 20px 20px;
    font-size: 41px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    /*background: url(#) repeat scroll left top transparent;*/

}

.fade {
    opacity: 0.4;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
}

.fade:hover {
    opacity: 1;
}



.menu_toggle {
    float: left;
    margin: 20px 20px 20px 100px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: url(#) center top no-repeat;
}

.menu_toggle:hover {
    background-position: center bottom;
}

.inactive_acc {
    position: absolute;
    right: 100px;
    top: 90px;
    font-size: 34px;
    color: #F8B839;
    background: url(#) repeat scroll left top transparent;
    padding: 0 10px 5px 10px;
    line-height: 34px;
}


.side_menu {
    width: 320px;
    min-height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    margin-left: -320px;
    background: #fff;
    box-shadow: #222222 2px 2px 5px;
    -moz-box-shadow: #222222 2px 2px 5px;
}

.side_menu_logo {
    width: 250px;
    height: 80px;
    background: url(#) center center no-repeat transparent;
    margin: 15px auto 10px auto;
}

.side_menu_logo a{
    display: block;
    width: 100%;
    height: 100%;
}

.side_menu ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.side_menu_item {
    width: 100%;
    padding: 10px 0 10px 0;
    margin: 0;
    height: 30px;
    border-bottom: 1px solid #666666;
}

.side_menu_item:hover, .side_menu_item.active {
    background: #F8B839;
}

.side_menu_item:hover a, .side_menu_item.active a {
    color: #222;
}
.side_menu_item:first-child {
    border-top: 1px solid #666666;
}
.side_menu_item:last-child {
    border: none;
}

.side_menu_item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.edit_form_form, .edit_form_form_abs {
    position: relative;
    left: 50%;
    margin-left: -315px;
    width: 600px;
    background: #fff;
    padding: 0;
    box-shadow: #000 5px 5px 5px;
    -moz-box-shadow: #000 5px 5px 5px;
    color: #000;
    margin-bottom: 30px;
}

.edit_form_form_abs {
    position: absolute;
}

.t_150 {
    top: 150px;
}

.form_input, .form_textarea, .form_input_date, .form_checkbox {
    margin: 5px 2% 5px 2%;
    width: 96%;
}




.form_textarea label {
    width: 40%;
    display:block;
}

.form_input label, .form_input_date label, .form_checkbox label{
    width: 35%;
    display:block;
    float: left;
}

.form_input input, .form_input select, .form_input_date input {
    width: 60%;
    border: none;
    border-bottom: 1px solid #ededed;
    outline: none;
    padding: 5px 1% 5px 1%;
    float: left;
}

.form_checkbox input{
    width: auto;
    margin: 5px 0 5px 0;
}

.form_input_date input {
    cursor: pointer;
}



.form_input select {
    cursor: pointer;
}

#BTCvalue {
    display: block;
    margin-left: 35%;
    width: 60%;
    height: 30px;
    font-weight: 600;
    font-size: 18px;
}

.caption {
    padding: 5px 2% 5px 2%;
    background: #dedede;
    font-size: 20px;
    color: #022E5B;
}

.submit_button, .register_button {
    margin: 5px 0 10px 35%;
    width: 200px !important;
    font-size: 18px;
    padding: 5px 0 5px 0;
    border: none;
    background: #F6dB00;
}

.register_button {
    background: #dedede;
}

.register_button a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
}

.submit_button:hover {
    opacity: 0.8;
}

#confirm .inner-window, #alert .inner-window {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 20px 20px 20px;
    position: relative;
}

#confirm_title, #alert_title {
    margin: 0 0 10px 0;
    min-height: 15px;
}
.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #000;
    top: 0;
    left: 0;
    z-index: 5;
    background-position: top left;
    background-color: transparent;
    background-repeat: repeat;
    background-image: url(#);
}

.popup_window_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(#);
    background-repeat: no-repeat;
    background-position: center top;
}

.popup_window_close:hover {
    background-position: center bottom;
}

.seda_cara {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.blok_odpovedi {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
    text-align: center;
}

.button_ano {
    display: inline-block;
    width: 150px;
    padding: 15px 0 12px 0px;
    margin: 10px 10px 0 10px;
    text-align: center;
    height: 10px;
    line-height: 10px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #CC171E;
    border-bottom: 3px solid #991419;
}

.button_ano a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

.button_ano:hover {
    background-color: #FF1A24;
    border-bottom: 3px solid #CC1319;
}

.button_ne {
    background-color: #538B10;
    border-bottom: 3px solid #65853C;
}

.button_ne:hover {
    background-color: #6AAF14;
    border-bottom: 3px solid #578D15;
}

.main {
    position: relative;
    width: 100%;
}

.main-inner {
    max-width: 960px;
    margin: 20px auto;
    background: #fff;
    position: relative;
}

.main-inner.transparent {
    background: transparent;
}

.page_title {
    color: #022E5B;
    font-size: 30px;
    margin: 20px;
    font-weight: 200;
}

.page_subtitle {
    color: #666666;
    font-size: 20px;
    margin: -20px 20px 20px 20px;
    font-weight: 200;
}
.page_content {
    margin: 0 20px 10px 20px;
}
.page_content p, .page_content span, .page_content br {
    font-size: 16px !important;
    color: #222222 !important;
}

.page_content img {
    max-width: 100%;
    height: auto;
}

.admin_row {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.admin_row:last-child {
    border: none;
}

.admin_column {
    float: left;
    font-size: 20px;
    margin: 5px 0 5px 0;

}

.admin_edit, .admin_delete, .admin_detail, .admin_confirm {
    width: 30px;
    height: 30px;
    margin: 5px;
    float: left;
}

.admin_edit:hover, .admin_delete:hover, .admin_detail:hover, .admin_confirm:hover {
    opacity: 0.8;
}

.admin_edit {
    background: url(#) center center no-repeat;
}
.admin_delete {
    background: url(#) center center no-repeat;
    cursor: pointer;
}
.admin_detail {
    background: url(#) center center no-repeat;
}

.admin_confirm {
    background: url(#) center center no-repeat;;
    cursor: pointer;
}

.admin_edit a, .admin_delete a, .admin_detail a{
    display: block;
    width: 100%;
    height: 100%;
}

.admin_column.w_35p {
    padding: 5px 1% 5px 1%;
    width: 33%;
}

.admin_column.w_30p {
    padding: 5px 1% 5px 1%;
    width: 28%;
}

.admin_column.w_25p {
    padding: 5px 1% 5px 1%;
    width: 23%;
}

.admin_column.w_20p {
    padding: 5px 1% 5px 1%;
    width: 18%;
}
.admin_column.w_15p {
    padding: 5px 1% 5px 1%;
    width: 13%;
}
.admin_column.w_10p {
    padding: 5px 1% 5px 1%;
    width: 8%;
}

.admin_button_new {
    position: absolute;
    top: 35px;
    right: 40px;
    text-align: center;
    cursor: pointer;
    width: 100px;
}

.admin_button_new a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.blockchain-btn {
    text-align: center;
    font-size: 18px;
}
.blockchain_api {
    border-top: 5px solid #022E5B;
    padding: 20px 0 20px 0;
}


.stage-begin img {
    width: 100px;
    display: block;
    margin: 0 auto 10px auto;
    cursor: pointer;
}

.stage-begin img:hover{
    opacity: 0.8;
}

.column_2 {
    width: 50%;
    float: left;
}

.payed {
    color: green;
    font-size: 33px;
    font-weight: 600;
}

.news, .faq {
    width: 350px;
    padding: 20px;
    padding-left: 50px;
    padding-top: 30px;
    background: #fff;
    position: relative;
    float: left;
    margin: 20px;

}

.news {
    padding-left: 20px;
}


.news-text, .faq_answer {
    color: #313131;
    font-size: 18px !important;
    font-weight: 300 !important;
    margin-bottom: 20px;
}

.faq_question {
    color: #313131;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
}

.news-date, .faq-date {
    color: #959595;
    font-size: 16px;
    font-weight: 300;
    display: block;
    position: absolute;
    bottom: 10px;
}


.news-shape {
    width: 23px;
    height: 23px;
    background: url(#) no-repeat center center;
    position: absolute;
    bottom: -21px;
    right: 50px;
}

.workshop_day_2 {
    float: left;
    width: 50%;
}

.workshop_day_title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
}

.workshop {
    width: 90%;
    margin: 10px 5% 10px 5%;
    background: #dedede;
    box-shadow: #222222 2px 2px 5px;
    -moz-box-shadow: #222222 2px 2px 5px;
    position: relative;
}

.workshop_inner {
    border: 10px solid #F8B839;
    border-bottom: none;
    /*position: relative;*/
}

.workshop_header, .workshop_subheader {
    padding: 0 0 0 10px;
}

.workshop_title {
    font-size: 30px;
    color: #022E5B;
    line-height: 34px;
}

.workshop_state, .workshop_time {
    float:right;
    width: 100px;
    height: 100%;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background: #F8B839;
}

.workshop_time {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    background: transparent;
}

.workshop_lector {
    font-size: 20px;
}

.workshop_info {
    float: left;
    padding: 0 0 0 10px;
}

.workshop_check_in, .workshop_check_out {
   float: right;
   height: 30px;
   width: 100px;
   border: none;
   background-color: #538B10;
   border-bottom: 3px solid #65853C;
   outline: none;
}

.workshop_check_out {
    background-color: #CC171E;
    border-bottom: 3px solid #991419;
}

.workshop_check_out:hover {
    background-color: #FF1A24;
    border-bottom: 3px solid #CC1319;
}

.workshop_check_in:hover {
    background-color: #6AAF14;
    border-bottom: 3px solid #578D15;
}

.workshop_show_more {
    cursor: pointer;
    background: url(#) no-repeat center center #F8B839;
    height: 25px;
}

.workshop_show_more.active {
    background: url(#) no-repeat center center #F8B839;
}

.workshop_description {
    display: none;
}

.workshop_content {
    margin: 0;
    padding: 5px 2% 5px 2%;
    width: 96%;
    background: #fff;
    font-size: 16px;
}

.workshop_content img {
    max-width: 100%;
    height: auto;
}

.disabled {
    display: none;
}





/*--- Responsive design ---*/
@media only screen and (min-width: 768px) and (max-width: 960px) {

}

@media only screen and  (max-width: 767px) {

    body {
        background-image: url(#);
    }

    .mobile_disable {
        display: none;
    }

    .admin_column.mobile_w_80p {
        width: 78%;
    }

    .menu_toggle {
        margin: 20px;
    }

    .header_name {
        font-size: 30px;
        line-height: 40px;
        margin: 20px 20px 20px 0;
        max-width: 80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .bgvid {
        display: none;
        visibility: hidden;
    }

    .workshop_day_2 {
        float: none;
        width: 100%;
    }

    .workshop_state, .workshop_time {
        width: 25%;
        font-size: 20px;
    }

    .workshop_title, .workshop_lector {
        font-size: 20px;
        max-width: 75%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .workshop_lector {
        font-size: 17px;
        line-height: 30px;
    }

    .workshop_info {
        font-size: 12px;
        line-height: 30px;
    }

    .workshop_check_in, .workshop_check_out {
        width: 25%;
    }

    .fade {
        opacity: 1;
    }

    .main-inner {
        width: 90%;
        margin: 20px 5% 0 5%;
    }

    .edit_form_form, .edit_form_form_abs {
        width: 80%;
        margin: 40px 10% 40px 10%;
        left: 0;
        top: 0;
    }

    .news, .faq {
        float: none;
        width: 90%;
        padding: 20px 5% 20px 5%;
        margin: 0 0 40px 0;

    }
}

@media only screen and (max-width: 479px){

}

@media screen and (orientation:portrait) and (max-width: 479px) {

    .change_orientation {
        display: block;
    }

}