body{
    font-family: "Open Sans", sans-serif !important;
}
.btn.btn-success{
    display: block;
    max-width: 200px;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
}
.btn.btn-success,
.btn.btn-success:hover{
    background: #92bf26;
}

.btn-success::after {
    display: block;
    position: absolute;
    content: '';
    width: 8px;
    height: 11px;
    font-size: 24px;
    right: 10px;
    bottom: 13px;
    background: url("img/button_arrow.png") no-repeat center center;
}

.right-contact h4{
    background: #92bf26;
    border: 1px solid #92bf26;
}

.paragraph-emerald{
    background: #080c17;
    color: #ffffff;
}

.paragraph .container h2{
    font-size: 33px;
    font-family: "Open Sans", sans-serif;
    line-height: 40px;
}
.paragraph .container h2 span{
    font-weight: 300;
}
a[name="glass"] img{
    margin-top: -40px;
}

.paragraph .container ul li,
.paragraph .container p{
    font-size: 19px;
    font-weight: 300;
}

.paragraph.transform .container h2{
    margin-top: 0;
    color: #666665;
}
.transform .col5{
    float: left;
    width: 20%;
    text-align: center;
    padding: 20px;
}
.transform .col5 img{
    margin-bottom: 15px;
}
.transform .col5 .note{
    font-size: 20px;
}
.showzone .iconbig{
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    margin-top: -36px;
}
.showzone .slide_toggle .btn_toogle {
    width: 26px;
    height: 26px;
    background: url("img/slider_link_icon5.png") no-repeat;
}
.showzone .slide_toggle.open .btn_toogle {
    background: url("img/slider_link_icon6.png") no-repeat;
}
.paragraph .container .bg_emerald{
    background: #0b667e;
    color: #ffffff;
}
.paragraph .container .bg_emerald .text_holder{
    padding-left: 30px;
}
.paragraph .container .bg_emerald h3{
    font-size: 20px;
    font-weight: bold;
}
.paragraph .container .bg_emerald p{
    font-size: 13px;
}
.paragraph .paragraph-text.text-about p {font-size: 16px;}

.showzone .slide_toggle .person .img_holder img{
    margin-top: 0;
}

.showzone .slide_toggle .description .session ul {
    font: 300 20px 'Roboto Condensed';
}

.showzone .slide_toggle .description .head{
    color: #089f9a;
}
.showzone .slide_toggle>.container{
    padding: 10px 20px;
}
.description .invite{
    border-top: 1px solid #089f9a;
    padding-top:  30px;
}
.slide_toggle .row .col:nth-of-type(1) .session .num{
    background: #ee7233;
}
.slide_toggle .row .col:nth-of-type(1) .session .head{
    color: #ee7233;
}
.slide_toggle .row .col:nth-of-type(2) .session .num{
    background: #b6656f;
}
.slide_toggle .row .col:nth-of-type(2) .session .head{
    color: #b6656f;
}
.slide_toggle .row .col:nth-of-type(3) .session .num{
    background: #089f9a;
}
.slide_toggle .row .col:nth-of-type(3) .session .head{
    color: #089f9a;
}
.slide_toggle .row .col:nth-of-type(4) .session .num{
    background: #005479;
}
.slide_toggle .row .col:nth-of-type(4) .session .head{
    color: #005479;
}
.slide_toggle .row .col:nth-of-type(5) .session .num{
    background: #0066cc;
}
.slide_toggle .row .col:nth-of-type(5) .session .head{
    color: #0066cc;
}
.paragraph.showzone .description h2{
    color: #666665;
    text-transform:  uppercase;
}

.footer-grey {
    background-color: #3E4C57;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}
.footer-grey h3 {
    margin-bottom: 20px;
    color: #fff;
}

.footer-grey ul a {
    color: #fff;
    display: block;
    border: 1px solid transparent;
    margin-bottom: 2px;
    padding: 5px 10px 5px 25px;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.footer-grey ul a:hover {
    border: 1px solid #fff;
    text-decoration: none;
}

.footer-grey ul {
    padding-left: 0;
    list-style: none;

}

.footer-grey li {
    display: block;
    position: relative;
}

.footer-grey li span.arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -15px;
    top: 6px;
    width: 12px;
    position: absolute;
}

.footer-grey p {
    margin-top: 10px;
    margin-bottom: 0;
}




/*SOCIAL ICON STYLES*/

.socials {
    text-align: center;
}


.social-icon {

    display: inline-block;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    color: #3E4C57;
    font-size: 21px;
    text-align: center;
    border-radius: 90px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}

.social-icon:hover {
    background-color: #3E4C57;
    color: #fff;
}

@media screen and (max-width: 990px){
    .transform .col5{
        width: 100%;
        float: none;
        padding: 10px;
    }
    .paragraph .container .bg_emerald .text_holder{
        padding: 0 30px;
    }
}

.footer-links a {color:#fff}

.showzone .slide_toggle .description .session .head {
    min-height: 140px;
    margin-bottom: 5px;
}
/* drupa_new2017*/
.btn_reg{
    display: block;
    max-width: 220px;
    border-radius: 5px;
    margin: 10px auto;
    font-size: 18px;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none !important;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
.paragraph-emerald .btn_reg{
    background: #ffffff;
    color: #1eb8e6;
    margin-top: 40px
}
.contactparagraph .btn_reg{
    background: #92bf26;
    color: #ffffff;
}
header .img_holder{
    position:  relative;
    z-index:  10;
    margin-bottom:  -7.8125%;
}
header .img_holder img{
    width:  100%;
    height:  auto;
}

.solutions {
    padding-top: 3em; padding-bottom: 6em;
}
.solutions h1{
    font: bold 33px "Open Sans";
    margin-bottom: 40px;
    text-align: center;
    color: #0062c3;
    text-transform: uppercase;
}
.solutions .btn_holder{
    margin-bottom: 20px;
}
.solutions .btn_holder .btn_item{
    display: block;
    background: #ffffff;
    border: 1px solid #0062c3;
    color: #0062c3;
    text-decoration: none;
    margin: 0 auto;
}
.solutions .btn_holder .btn_item:hover,
.solutions .btn_holder .btn_item.active{
    background: #0062c3;
    color: #ffffff;
}
.solutions .btn_holder .btn_item img{
    width: 100%;
    height: auto;
}
.solutions .btn_holder .text_holder{
    height: 57px;
    font: 20px "Open Sans";
    padding: 15px 30px 0 20px;
    background: url(img/solutions_arrow.png?1) no-repeat 96% 50%;
}
#btn4 .text_holder{
    padding-top: 2px;
}
.solutions .btn_holder .text_holder:hover{
    background-image: url(img/solutions_arrow_hover.png);
}
.solutions .slide_holder .slide_item{
    display: none;
}
.solutions .slide_holder .slide_item .btn_close{
    display:  block;
    width:  31px;
    margin:  20px auto 10px;
}
.solutions .slide_item h2{
    text-align:  left;
    font: 300 40px "Open Sans";
    color: #0062c3;
}
.solutions .slide_item .img_holder{
    max-width: 80%;
    margin: 0 auto 40px;
}
.solutions .slide_item .img_holder img{
    width:  100%;
    height:  auto;
}
.solutions .v_text{
    position:  absolute;
    width:  100%;
    top:  55%;
    left:  0;
    -webkit-transform:  rotate(-90deg);
    transform:  rotate(-90deg);
    font: 300 30px "Open Sans";
}
.solutions .v_hr{
    position:  absolute;
    width:  1px;
    height: 100%;
    background: #666666;
    right:  0;
}
.solutions .holder_p{
    padding-left: 5%;
}
.row_flex{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col_flex{
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.p-benefits__box {
    font-family:  "Open Sans";
    font-weight: 300;
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: left;
    color: #1eb4f0;
    border: 1px solid #1eb4f0;
}
.p-benefits__box-headline {
    font-size: 20px;
    font-family:  "Open Sans";
    font-weight: 300;
    margin: 0 0 15px 0;
}
.p-benefits__box-item {
    position: relative;
    display: block;
    margin-bottom: 5px;
    font-size:  18px;
}
.paragraph.showzone{
    padding-bottom: 90px;
/*    background: #666666;*/
    background-image: url(/images/background.jpg);
}
.paragraph.showzone .container h2{
    font-family: "Open Sans", sans-serif;
    margin-top: 2em;
    font-size: 33px;
/*    font-weight: 300;*/
    color: #9a9a9a;
    text-transform: uppercase;
}
.showzone .preview{
    color: #ffffff;
}
.showzone .preview ul{

}
.showzone .preview h3{
    text-align: center;
    margin-bottom: 30px;
}
.showzone .preview .col-xs-3{
    font-size:  18px;
    font-weight: 700;
}
.showzone .preview .col-xs-9{
    font-size:  18px;
}
.showzone .preview .col-xs-9 .head{
    font-weight: 700;
}
.showzone .preview .col-md-6 > .row{
    margin-bottom: 20px;
}

#map{
    position: absolute;
    top: 0;
    width: 100%;
}
.location{
    margin-top: -40px;
}
.location > .row{
    background: #0062c3;
}
.location .center-block{
    margin-bottom: -40px;
    position: relative;
    z-index: 100;
}
.location .text_holder{
    font-weight: 300;
    float: right;
    width: 585px;
    padding: 5em 15px 5.2em 15px;
    color: white;
}
.location .text_holder .head{
    font-size: 26px;
    color: white;
}
.location .text_holder .sub_head{
    font-size: 26px;
    color: white;
}
.location .text_holder .line_head{
    font-size: 40px;
    color: #ffffff;
    line-height: 42px;
    margin-bottom: 35px;
    margin-top: 35px;
}
.location .text_holder .address{
    font-size: 26px;
    margin-bottom: 15px;
}
.location .text_holder p{
    font-size: 20px;
    margin-bottom: 15px;
}
.video_holder{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    width:  80%;
    margin:  40px auto 0;
}
.video_holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contactparagraph .contact_block{
    display:  table;
    margin:  0 auto;
}
.modal-dialog{
    max-width:  962px;
    width:  100%;
}
.modal-dialog .modal-header {
    background:  #ffffff;
    color:  #636363;
    padding: 20px 10%;
}
.modal-header .close{
    background:  url('img/icon-big-close.svg') no-repeat;
    width:  35px;
    height:  35px;
    margin:  5px -8% 0 0;
}
.modal-header .close span{
    display:  none;
}
.modal-title{
    font: 300 36px "Open Sans";
}
.modal-dialog .modal-body{
    padding: 20px 10%;
}
.modal-dialog label{
    font: 300 19px "Open Sans";
}
.modal-dialog input[type="text"],
.modal-dialog select{
    font: 300 19px "Open Sans";
    width:  100%;
    border:  1px solid #cccccc;
    border-radius:  5px;
    padding: 0 10px;
}
.modal-dialog .consent input[type="checkbox"]{
    float:  left;
}
.modal-dialog .consent label{
    margin-left:  30px;
    display:  block;
}
.modal-dialog select option{
    width:  100%;
}

#orderTicket{
    padding: 55px 15px 50px
}
#orderTicket .btn-success{
    max-width: none;
    padding-right: 30px;
}
.container h1.lead,
.container h2.lead,
.container h3.lead {
    font-size: 44px;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 300
}

.container h2.lead {
    font-size: 33px;
    color: #0062c3;
    font-weight: bold;
}

.container h3.lead {
    font-size: 28px
}

label {
    min-height: 20px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 18px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: 0px
}

.form-control,
select.form-control {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    box-shadow: none;
    width: 100%;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0px
}

input.form-control,
button.form-control,
select.form-control,
.bootstrap-select.form-control:not([class*="col-"]),
.bootstrap-select>.dropdown-toggle {
    min-height: 43px
}
.has-error .form-control {
/*    border-color: #a94442;*/
    border-color:  red;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error, .has-error label {
    color: red !important;
    border-color: red;
}
.has-error .text-left.hint-contact {
    color: #333 !important;
}

@media only screen and (min-width: 768px) {
    input.form-control,
    button.form-control,
    select.form-control,
    .bootstrap-select.form-control:not([class*="col-"]),
    .bootstrap-select>.dropdown-toggle {
        min-height: 50px
    }
}

textarea.form-control {
    min-height: 100px
}

.form-control-feedback {
    display: none;
    margin-right: -25px;
    font-size: 24px
}

.form-control-feedback.check-feedback {
    margin-right: -35px
}

.has-error.checkbox label {
    color: red
}

.has-error .form-control-feedback {
    display: block;
    color: #007DFF
}

.js-message p {
    background-color: #3384D5;
    color: #fff;
    padding: 1em
}
.paragraph-grey label {
    color: #333;
    font-weight: 400
}
.inline-checkbox{
    font-size: 20px;
    line-height: 1.7;
}

.km-checkbox {
    position: relative;
    display: inline-block;
    width: 22px;
}
.race .km-checkbox{
    vertical-align: top;
    margin-top: 22px;
}

.km-checkbox label {
    position: absolute;
    top: 5px;
    left: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border: 1px solid #06c;
    background: #fff
}
.race .km-checkbox__text{
    max-width: 90%;
}

.km-checkbox__text{
    line-height: 22px;
}
.km-checkbox label:after {
    position: absolute;
    top: 5px;
    left: 3px;
    width: 13px;
    height: 7px;
    content: "";
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
    opacity: 0;
    border: 2px solid #06c;
    border-top: none;
    border-right: none;
    background: 0 0
}

.km-checkbox label:hover::after {
    opacity: .5
}

.km-checkbox input[type=checkbox],
.km-checkbox input[type=radio] {
    visibility: hidden
}

.km-checkbox input[type=checkbox]:checked+label:after,
.km-checkbox input[type=radio]:checked+label:after {
    opacity: 1
}

.km-checkbox--radio label {
    border-radius: 50%
}

.km-checkbox--sm-right {
    float: right
}

@media only screen and (min-width: 992px) {
    .km-checkbox--sm-right {
        float: none
    }
}

.km-checkbox--primary label {
    border-color: #fff;
    background: #06c
}

.km-checkbox--primary label:after {
    border-color: #fff
}

@media (min-width: 768px) {
    .inline-checkbox {
        margin-right: 30px;
        display: inline-block
    }
    .inline-checkbox:last-child {
        margin-right: 0
    }
}

.inline-checkbox.table .km-checkbox {
    padding-right: 15px
}

.inline-checkbox.table .km-checkbox,
.inline-checkbox.table label {
    display: table-cell;
    vertical-align: top
}

@media screen and (max-width: 1199px){
    #btn1 .text_holder,
    #btn2 .text_holder,
    #btn3 .text_holder{
        padding-top: 2px;
    }
    .location .text_holder{
        width:  485px;
    }
    .showzone .preview .col-xs-3{
        font-size:  14px;
    }
    .showzone .preview .col-xs-9{
        font-size:  14px;
    }
}
@media screen and (max-width: 992px){
    .solutions h1{
        font-size: 30px;
    }
    .solutions .btn_holder .btn_item{
        max-width: 350px;
        margin-bottom: 20px;
    }
    .solutions .btn_holder .text_holder{
        padding-top: 15px !important;
        padding-bottom: 15px;
        height: auto;
    }
    .solutions .v_text{
        top: 0;
        position: relative;
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    .solutions .holder_p{
        padding: 0;
        margin-bottom: 20px;
    }
    #map{
        position: relative;
        height: 500px;
    }
    .location .text_holder{
        float:  none;
        width:  100%;
    }
    .modal-dialog{
        max-width:  560px;
    }
    .showzone .preview .col-xs-3{
        font-size:  18px;
    }
    .showzone .preview .col-xs-9{
        font-size:  18px;
    }
}
@media screen and (max-width: 768px){
    .modal-dialog{
        width: 90%;
        max-width:  100%;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-title{
        font-size: 24px;
    }
    .location .text_holder{
        padding-top: 40px;
    }
}


.slide_item p {font-weight: 300;  }



.btn-red{
    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;

    display: block;
    margin: 0 auto;
    font: 14px "Open Sans";
    font-weight: 700;
    padding: 12px 38px;
    background: #0062c3;
    color: #ffffff;
    border: 1px solid #0062c3;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-red:hover{
     background: #ffffff;
     color: #0062c3;
 }
.btn-red.contact-link{
    max-width: 250px;
}

.btn-white{
    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;

    display: block;
    margin: 0 auto;
    font: 14px "Open Sans";
    font-weight: 700;
    padding: 12px 38px;
    background: #169bd6;
    color: white;
    border: 1px solid #169bd6;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

}


.btn-white:hover{
    background: #0062c3;
    color: #ffffff;
    border: 1px solid #0062c3;
    text-decoration: none;


}
.btn-white.contact-link{
    max-width: 250px;
    margin-top: 3em;
}

.paragraph-blue1 .btn-white.contact-link  {
    margin-top: 0;
    z-index:100;
}



#footer {
    padding: 40px 0 30px;
    background: #080c17;
    color: #ffffff;
    text-align: center;
}
#footer #footer_menu li {
    display: inline;
}
#footer #footer_menu li a {
    color: #fff;
    padding: 0 6px;
    text-decoration: none;
}
#footer #footer_menu li a:hover {
    text-decoration: underline;
}
#footer .copyright {
    margin-bottom: 25px;
}
#footer .socials {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    margin: 0 -12px;
}
#footer .socials a {
    margin: 0 12px;
}



.table-programm {
    margin: 20px auto 0 auto;
    max-width: 900px;
    /* border: 2px solid white;*/
}
.table-programm tr td {
/*    background-color: #EDEDED;*/
    padding: 25px 15px;
    border-bottom: 0px solid white;
}
.table-programm tr.no-border td {
    border-bottom: 0;
}
@media screen and (min-width: 768px) {
    .table-programm tr td:first-of-type {
        min-width: 100px;
    }
}
.table-programm tr.session td {
/*    background-color: #f7941d;*/
    color: white;
    padding: 20px 15px;
    border-bottom: 1px solid white;
}
.table-programm tr.person-row td {
/*    background-color: #EDEDED;*/
    padding: 5px 15px;
    border-bottom: 1px solid white;
}
.table-programm tr.person-sub td {
    border:0
}

.table-programm tr.person-row td div {
    display: flex;
    justify-content: left;
    align-items: center;
}

.table-programm tr td p {
/*    line-height: 26px;*/
}
.table-programm tr td.cell-marked,
.table-programm tr td.cell-marked2
{
    font-weight: bold;
}


.table-programm tr:nth-child(odd) {
    /*        background-color: #EDEDED;*/
}


.paragraph .container .table-programm  ul {
    padding-left: 20px;
}


.person-photo {
    display: inline-block;
    max-width: 200px;
    float: left;
    margin: 0px 20px 0px 0;
    border-radius: 50px;
}
@media screen and (max-width: 768px) {
    .person-photo {
        max-width: 100px;
    }
    .table-programm tr td {
        padding: 15px 7px;
    }
    .paragraph .container .table-programm tr td ul li,
    .paragraph .container .table-programm tr td p {
        font-size: 16px;
        line-height: 22px;
    }
    .paragraph .container .table-programm tr td ul li {
        margin-bottom: 10px;
    }

}


.person-photo.no-photo {
    border: 1px solid #ccc;
    max-width: 98px;
    border-radius: 49px;
}


.solutions-blocks {
    max-width: 992px;
    margin: 0 auto;
}


a.scrollTo, a.scrollTo:hover, a.scrollTo:active, a.scrollTo:visited, a.scrollTo:focus {
    text-decoration:none !important;
}
