body{
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    font-size: 15px;
    background: #ffffff;
}

*{
    font-family: 'Open Sans', sans-serif;
}

hr{
    margin: 0 !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}


.site_error{
    padding: 20vh 0;
    text-align: center;
}

.site_error h1{
    font-size: 6em;
    color: #32A2DA;
    font-weight: 600;
}

a:hover,
a:focus{
    text-decoration: none;
    box-shadow: none !important;
    outline: none !important;
}



.container{
    padding: 0px;
    position: relative;
}

.container-fluid{
    padding: 0 !important;
    margin: 0 !important;
}



.section_sl_item{
    height: 70vh; 
    min-height: 500px;
    position: relative;
    background: #123;
}

.section_sl_content{
    background: #123;
    max-width: 1200px;
    position: relative;
    margin: auto;
}

.section_sl_content h1{
    background: rgba(17,61,74,.7);
    line-height: 70px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: absolute;
    top: 200px;
    left: 0;
    transition: all .2s;
}

.section_sl_content h1:hover{
    background: rgba(17,61,74,.9);
}

.section_sl_content p{
    background: rgba(255,255,255,.8);
    position: absolute;
    top: 270px;
    left: 0;
    transition: all .2s;
}

.section_sl_content p:hover{
    background: rgba(255,255,255,.9);
}

.section_sl_content h1 a,
.section_sl_content p a{
    display: block;
}

.section_sl_content h1 a{
    color: #fff;
    padding: 0 20px;
    font-size: 30px;
}

.section_sl_content p a{
    padding: 15px 20px;
    color: #000;
    font-size: 16px;
    max-width: 600px;
}



.section_sl_nav{
    position: absolute;
    top: 100px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    color: #aaa;
    background: rgba(99,143,156,.4);
    transition: all .2s;
    cursor: pointer;
}

.section_sl_nav:hover{
    background: rgba(99,143,156,.9);
    color: #fff;
}

.section_sl_nav_prev{
    left: 0;
    padding: 10px;
}

.section_sl_nav_next{
    right: 0;
    padding: 10px;
}

.section_sl_nav_prev_icon,
.section_sl_nav_next_icon{
    display: block;
    width: 100%;
    height: 100%;
    opacity: .4;
}

.section_sl_nav_prev_icon{
    background: url('slider-arrow-prev.png')no-repeat center center;
    background-size: 100% 100%;
}

.section_sl_nav_next_icon{
    background: url('slider-arrow-next.png')no-repeat center center;
    background-size: 100% 100%;
}


.section_sl_nav:hover .section_sl_nav_prev_icon,
.section_sl_nav:hover .section_sl_nav_next_icon{
    opacity: 1;
}


.section_naredni{
    text-align: center;
    background-color: #3BA2DA;
    padding: 40px 10vw 60px 10vw;
}

.section_naredni_content{
    line-height: 2;
    margin-bottom: 50px;
}

.section_naredni *{
    color: #fff !important;
}

.section_naredni h1{
    font-size: 40px;
    font-weight: 300 !important;
    margin-bottom: 50px;
}

.section_naredni_btn{
    margin-top: 40px;
    background: #fff;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #377e90 !important;
    transition: all .2s;
}

.section_naredni_btn i{
    width: 30px;
    text-align: center;
    color: #377e90 !important;
}

.section_naredni_btn:hover{
    background: #377E9D !important;
    color: #fff !important;
}

.section_naredni_btn:hover i{
    text-align: right;
    color: #fff !important;
}


.section_4box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 70px 0 100px 0;
}

.section_4box_box{
    position: relative;
    text-align: center;
    padding: 20px 30px 70px 30px;
}

.section_4box_box i{
    color: #377E9D;
    font-size: 50px;
}

.section_4box_box h3{
    font-size: 20px;
    margin: 30px 0 20px 0;
    text-transform: uppercase;
}

.section_4box_box h3 a{
    color: #377E9D;
    transition: all .2s;
}

.section_4box_box h3 a:hover{
    color: #555;
}

.section_4box_box p{
    font-weight: 300;
    color: #000;
    font-size: 16px;
}

.section_4box_link{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3BA2DA;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    max-width: 200px;
    padding: 10px 0;
    margin: auto;
    transition: all .2s;
}

.section_4box_link i{
    font-size: 19px;
    width: 30px;
    text-align: center;
    color: #fff;
}

.section_4box_link:hover{
    background: #377e90;
    color: #fff;
}

.section_4box_link:hover i{
    text-align: right;
}


.section_vesti{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 100px 0 50px 0;
}

.section_vesti_box{
    margin-bottom: 20px;
    padding-bottom: 60px;
    position: relative;
}


.section_vesti_box_img{
    height: 160px;
    position: relative;
}

.section_vesti_box_imgoverllay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    opacity: 0;
    transition: all .2s ease-in-out;
}


.section_vesti_box_imgoverllay div{
    height: 40px;
    margin: 70px auto 0 auto;
    width: 40px;
    line-height: 37px;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-radius: 100%;
    color: #bbb;
    text-align: center;
}

.section_vesti_box_imgoverllay:hover{
    opacity: 1;
}

.section_vesti_box h3{
    font-size: 19px;
    margin: 15px 0;
    font-weight: 600;
}

.section_vesti_box p{
    font-size: 15px;
    font-weight: 300;
}


.section_vesti_box_link{
    position: absolute;
    bottom: 0;
    right: 15px;
    background: #35A2DA;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 10px 8px 20px;
    margin: auto;
    transition: all .2s;
    transition: all .2s;
}

.section_vesti_box_link i{
    font-size: 19px;
    width: 20px;
    text-align: center;
    color: #fff;
}

.section_vesti_box_link:hover{
    background: #377E9D;
    color: #fff;
}

.section_vesti_box_link:hover i{
    text-align: right;
}


.section_video{
    background: rgb(237,247,252);
    text-align: center;
    
}

.section_video_box{
    padding: 65px 0;
}


.section_video_box h1{
    font-weight: 300;
    color: #35A2DA;
}

.section_video_box h4{
    font-weight: 300;
    color: #222;
    margin: 40px 0 30px 0;
}

.section_video_ifr{
    max-width: 600px;
    margin: auto;
}

.section_video_ifr iframe{
    width: 100%;
    height: 400px;
}

.section_govornici,
.section_program,
.section_sponzori1,
.section_sponzori2{
    padding: 70px 0;
}

.section_govornici h1,
.section_program h1,
.section_sponzori1 h1,
.section_sponzori2 h1{
    font-weight: 300;
    color: #35A2DA;
    margin-bottom: 50px;
    text-align: center;
}

.section_sponzori1 img{
    max-height: 80px;
    margin: 10px;
}

.section_sponzori2_box{

}

.section_sponzori2_box_in{
    width: 100%;
    height: 170px;
    margin: 20px;
    position: relative;
    text-align: center;
    line-height: 170px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
-moz-box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
}

.section_sponzori2_box_in:hover .sponzori_2_over{
    opacity: 1;
}

.section_sponzori2_box a{
    background: #123;
}

.section_sponzori2_box img{
    max-height: 170px;
    max-width: 100%;
    
    vertical-align: middle;
}


.sponzori_2_over{
    opacity: 0;
    transition: all .3s;
    background: rgba(0,0,0,.6);
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 160px;
    vertical-align: middle;
}

.sponzori_2_over i{
    color: #ddd;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #ddd;
    line-height: 30px;
    vertical-align: middle;
    
}


.section_mapa{
    height: 500px;
    padding: 0px;
}

.section_govornici_box{
    padding: 10px;
    margin: 20px 0;
}


.section_govornici_box:hover .section_govornici_box_1{
    margin-top: -10px;
    
}

.section_govornici_box:hover .section_govornici_box_1 a{
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.section_govornici_box:hover .section_govornici_box_2{
    margin-top: 30px;
}


.section_govornici_box_1 a{
    display: flex;
    border: 1px solid #cdcdcd;
    padding: 15px;
    transition: all .2s;
}

.section_govornici_box_1 a img{
    width: auto;
    height: 90px;

}

.section_govornici_box_1 a h5{
    padding: 0 10px;
    font-size: 16px;
}

.section_govornici_box_2{
    margin-top: 20px;
    height: 100px;
    padding: 15px;
    position:relative;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-bottom: none;
    border-right: none;
    font-weight: 300;
}

.section_govornici_box_2:after, .section_govornici_box_2:before {
	bottom: 100%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.section_govornici_box_2:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.section_govornici_box_2:before {
	border-color: rgba(205, 205, 205, 0);
	border-bottom-color: #cdcdcd;
	border-width: 11px;
	margin-left: -11px;
}

.section_program_box{
    text-align: left;
    margin: 40px 0 20px 0;
}

.section_program_box h2{
    font-size: 23px;
    font-weight: 300;
}

.section_program_box h2 small{
    font-size: 14px;
    color: #aaa;
    margin-left: 20px;
    float: right;
}

.section_program_programinfo{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    transition: all .2s;
}

.section_program_programinfo:hover .programinfo_time{
    background: #066CA3;
}

.section_program_programinfo:hover .programinfo_place{
    color: #000;
}

.section_program_programinfo_1,
.section_program_programinfo_2,
.section_program_programinfo_3{
    padding: 15px;
    border: 1px solid #eee;
    cursor: pointer;
}

.section_program_programinfo_2{
    border-left: none;
    border-right: none;
    text-align: left;
    font-weight: 300;
}

.section_program_programinfo_3{
    border-left: none;
    text-align: right;
}

.programinfo_time{
    background: #108CCF;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    transition: all .2s;
}

.programinfo_time i{
    width: 20px;
    text-align: center;
}


.programinfo_place {
    position: relative;
    background: #eee;
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 600;
    color: #888;
    transition: all .2s;
}
.programinfo_place:after, .programinfo_place:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.programinfo_place:after {
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #eee;
    border-width: 15px;
    margin-top: -15px;
}
.programinfo_place:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #ddd;
    border-width: 11px;
    margin-top: -11px;
}

.pr_top .section_program_programinfo_2{
    font-weight: 600;
}

.pr_top .programinfo_time{
    background: #066CA3;
    font-weight: 600;
}



.pr_inact{

    opacity: .5;
    transition: all .2s;
}

.pr_inact:hover{
    opacity: 1;
}

.pr_inact .programinfo_time{
    background: #bbb;
}



.section_prilagodjeno{
    padding: 20px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
    -moz-box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
    box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
}

.section_prilagodjeno *{
    font-weight: 300;
}

.page_header{
    margin: 10px 0 35px 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.page_header h1{
    font-size: 22px;
    font-weight: 300;
}


.page_header_share{
    padding: 0 10px;
    position: relative;
}

.page_header_share i{
    color: #32A2DA;
}

.page_header_share_list{
    position: absolute;
    width: 134px;
    right: 0;
    top: 35px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    z-index: 1;
}

.page_header_share_list ul{
    margin: 0;
}

.page_header_share_list li{
    text-align: center;
    padding: 0;
}

.page_header_share_list li a{
    display: block;
    padding: 4px 0;
}

.page_header_share_list li a i{
    width: 30px;
    text-align: center;
    color: #066CA3;
}

.all_post{

}

.all_post_box{
    margin-bottom: 40px;
    position: relative;
    border: 1px solid #eee;
    -webkit-box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
-moz-box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
}

.all_post_box_img{
    padding: 0;
}

.all_post_box_img img{
    height: 200px;
    width: 100%;
}

.all_post_box_content{
    position: relative;
    height: 200px;
}

.all_post_box_content h2{
    font-size: 20px;
    padding: 20px 0 15px 0;
}

.all_post_box_content p{
    font-weight: 300;
    color: #111;
}





.all_post_box_content_link{
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #35A2DA;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 10px 8px 20px;
    margin: auto;
    transition: all .2s;
    transition: all .2s;
}

.all_post_box_content_link i{
    font-size: 19px;
    width: 20px;
    text-align: center;
    color: #fff;
}

.all_post_box_content_link:hover{
    background: #377E9D;
    color: #fff;
}

.all_post_box_content_link:hover i{
    text-align: right;
}

.speaker{
    padding-bottom: 100px;
}

.speaker_content,
.post_content{
    border: 1px solid #eee;
    -webkit-box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
-moz-box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
}

.speaker_content_txt,
.post_content_txt{
    padding:20px;
}

.speaker_content_txt *,
.post_content_txt *{
    font-weight: 300;
}

.gallery{
    padding: 0;
}

.gallery_slider_item{
    height: 400px;
    background: #123;
    position: relative;
}

.gallery_slider_nav{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    line-height: 65px;
    vertical-align: middle;
    text-align: center;
    color: #aaa;
    font-size: 50px;
    transition: all .2s;
    cursor: pointer;
}

.gallery_slider_nav:hover{
    background: rgba(255,255,255,.3);
    color: #fff;
}

.gallery_slider_nav_prev{
    left: 0;
    padding: 10px;
}

.gallery_slider_nav_next{
    right: 0;
    padding: 10px;
}

.gallery_slider_nav_prev_icon,
.gallery_slider_nav_next_icon{
    display: block;
    width: 100%;
    height: 100%;
    opacity: .4;
}

.gallery_slider_nav_prev_icon{
    background: url('slider-arrow-prev.png')no-repeat center center;
}

.gallery_slider_nav_next_icon{
    background: url('slider-arrow-next.png')no-repeat center center;
}


.section_sl_nav:hover .section_sl_nav_prev_icon,
.section_sl_nav:hover .section_sl_nav_next_icon{
    opacity: 1;
}




.post_sponsors{
    margin-top: 50px;
margin-bottom:50px;
}

.post_sponsors img{
    max-height: 80px;
    margin: 10px;
}

.speaker_sidebar,
.post_sidebar{
    padding: 0px;
}

.post_sidebar_box{
    margin-bottom: 30px;
}

.post_sidebar_box h3{
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
}

.post_sidebar_box img{
    width: 100%;
    height: 200px;
}



.speaker_content_txt img{
    width: auto;
    height: 210px;
max-width:280px;
max-height:210px;
    float: left;
    margin: 0 10px 10px 0;
}

.post_sidebar,
.speaker_sidebar{
    padding: 0 0  0 40px;
    
}

.speaker_sidebar_box h2{
    font-size: 18px;
    line-height: 50px;
    font-weight: 300;
}

.speaker_sidebar_box img{
    width: 100%;
    height: auto;
}

.speaker_sidebar_box h4{
    font-weight: 300;
    line-height: 40px;
}

.speaker_sidebar_box i{
    font-weight: 300;
}

.speaker_sidebar_box{
    text-align: center;
    padding-bottom: 10px;
    border: 1px solid #eee;
    -webkit-box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
    -moz-box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
    box-shadow: 2px -2px 3px 0px rgba(245,252,255,1);
}


.gallery_content .gallery_slider_item{
    height: 500px;
}

.page_sidebar{
    padding: 0 0 0 40px;
}

.page_sidebar_in{
    padding: 20px 20px 10px 20px; 
    background: #F7F7F7;
}

.page_sidebar_in h3{
    font-size: 18px;
    font-weight: 300;
}

.page_sidebar_in ul{
    padding: 10px 0;
}

.page_sidebar_in ul li{
    margin:0;
    list-style-type: none;
    border-bottom: 1px solid #dedede;
}

.page_sidebar_in ul li:last-child{
    border-bottom: none;
}

.page_sidebar_in ul li a{
    display: block;
    padding: 10px 0;
    font-weight: 300;
    transition: all .2s;
    color: #35A2DA;
}

.page_sidebar_in ul li a i{
    width: 20px;
    text-align: center;
}

.page_sidebar_in ul li a:hover{
    color: #000;
}

.video_content{
    padding: 0;
}

.video_content iframe{
    width: 100%;
    height: 500px;
}

.registration_text{
    padding: 0 15vw 30px 15vw;
    font-weight: 300;
}


.registration_form{
    padding: 0 15vw 10vh 15vw;
}


.contact_form input,
.contact_form input:hover,
.contact_form input:focus,
.contact_form select,
.contact_form select:hover,
.contact_form select:focus,
.contact_form textarea,
.contact_form textarea:hover,
.contact_form textarea:focus,
.registration_form input,
.registration_form input:hover,
.registration_form input:focus,
.registration_form select,
.registration_form select:hover,
.registration_form select:focus{
    outline: none;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
    font-size: 14px;
    box-shadow: none;
}


.registration_form_btn{
    
    border: none;
    outline: none;
    box-shadow: none;
    
    float: right;
    background: #377e90;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    max-width: 200px;
    padding: 10px 30px;
    margin: auto;
    transition: all .2s;
}

.registration_form_btn i{
    font-size: 19px;
    width: 30px;
    text-align: center;
    color: #fff;
}

.registration_form_btn:hover{
    background: #377E9D;
    color: #fff;
}

.registration_form_btn:hover i{
    text-align: right;
}


.notification{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.contact_form h1{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact_txt{
    font-weight: 300;
}
.section_sponzori1 {
text-align:center;}
.row.section_vesti .section_vesti_box:nth-child(5) {display:none;}
.footer_sb #form_1 {display:none;}
.footer_1 {    border-top: 2px solid #377E9D;}
@media (max-width: 800px)
{
    .container{
        padding: 0 20px !important;
    }
    
    .page_header{
        padding: 10px 30px !important;
    }
}