/**
* Style   : New style CSS
* Version : 1.0
* Author  : Cristina
* URI     : http://www.cristina-munteanu.ro/
* Copyright © All rights reserved
*/

/********** GENERAL **********/
html {
    height: 100%;
}
body {
    min-height: 100%;
}
.clearfix {
    clear: both;
}
.h30 {
    height: 30px;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #154d61;
    border: 1px solid #154d61;
    text-transform: none;
    padding: 10px 20px;
}
.acenter {
    text-align: center;
}

/********** HEADER **********/
.page-title {
    font-size: 30px;
}
.navbar-brand > img {
    width: 180px;
    height: auto;
}
.navbar-default .navbar-nav > li > a {
    padding: 12px;
}
.navbar-right {
    margin: 5px 0;
}
.sub-header {
    padding-top: 80px;
    padding-bottom: 13px;
}

/********** EVENTS **********/
.event_box {
    display: block;
    border: 1px solid #eaecec;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.event_box:hover {
    background-color: #154d61;
    text-decoration: none;
    cursor: pointer;
}
.event_box:focus {
    text-decoration: none;
}
.event_box .event_img {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 180px;
    overflow: hidden;
}
.event_box .event_img img {
    display: block;
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}
.event_box .event_title {
    font-size: 17px;
    margin: 20px 0 10px;
    height: 3.6em;
    line-height: 1.2em;
    overflow: hidden;
}
.event_box .event_time {
    color: #c1b8b8;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 10px;
}
.event_box:hover .event_time,
.event_box:hover .event_title {
    color: #fff;
}
.event_box:hover .btn-primary {
    background-color: #ffffff;
    color: #154d61;
}

/********** FOOTER **********/
footer.page-footer {
    background-color: #154d61;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    color: #fff;
    padding: 15px 0 25px;
}
footer.page-footer a {
    font-family: "Open Sans";
    font-size: 13px;
    padding: 4px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
footer.page-footer .social-icons {
    padding-top: 20px;
}
/* footer.page-footer .social-icons.big_mt {
    padding-top: 50px;
} */
footer.page-footer .social-icons a {
    margin-top: -15px;
}
footer.page-footer .social-icons a i {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}
.menu {
    list-style-type: none;
    padding: 0;
}
.menu li {
    text-align: left;
}
#contact_footer {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
}
#contact_footer p:first-child {
    margin: 0;
    font-size: 20px;
}
.menu li a:hover,
#contact_footer a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 20px;
}
.white_logo {
    max-width: 300px;
    width: 80%;
}
#footer_logo {
    display: block;
}
#footer_logo.big_mt .white_logo {
    width: 70%;
}
#copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    margin-top: 10px;
}

/********** INDEX **********/
#myCarousel .carousel-content {
    position: absolute;
    bottom: 10%;
    left: 15%;
    right: 15%;
    z-index: 20;
    background-color: rgb(0,0,0,0.6);
    padding: 20px 40px;
    color: #fff;
}
#myCarousel .carousel-content h3 {
    margin-top: 0;
}
#myCarousel .item > img {
    width: 100%;
    height: auto;
}
#frontpage_video {
    background: url('../images/firstpage_bg.jpg') no-repeat center center fixed;
    background-size: cover;
}
#frontpage_video h1 {
    font-size: 43px;
    line-height: 70px;
    color: #fff;
}
#frontpage_video .btn {
    background-color: rgba(255, 255, 255, 0.1);
}
#frontpage_video .btn:hover {
    background-color: #fff;
    color: #154d61;
}
#frontpage_video > div {
    margin-bottom: 50px;
}
#frontpage_video .row > div {
    padding-top: 50px;
    padding-bottom: 50px;
}
#frontpage_video iframe {
    width: 100%;
    min-height: 400px;
    box-shadow: 0 0 30px #000;
}
#frontpage_contact {
    padding: 30px;
    text-align: center;
}
#frontpage_contact h2 {
    font-size: 25px;
    line-height: 10px;
}
#frontpage_contact .btn-primary {
    margin-top: 20px;
}
#frontpage_contact .col-md-12 {
    text-align: center;
}
#boxes {
    margin-bottom: 50px;
}
#boxes a:hover .box_media {
    display: none;
}
#boxes a:hover .box_overlay {
    display: block;
    background-color: #154d61;
    color: #fff;
}
#boxes .box_media,
#boxes .box_overlay {
    border: 1px solid #154d61;
    text-align: center;
    font-size: 30px;
    padding: 30px;
}
#boxes .box_overlay {
    display: none;
    font-size: 17px;
    line-height: 51px;
}
#cookie_bar {
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 14px #ddd;
}
#cookie_bar .btn_white {
    background-color: #fff;
    color: #205f73;
}
#cookie_bar p {
    display: inline-block;
}

/********** TABS **********/
#tabs {
    text-align: center;
}
#tabs ul {
    display: inline-block;
    margin: 0 auto 30px;
}
.ui-tabs .ui-tabs-nav {
    display: inline-block;
}
.ui-tabs .ui-tabs-nav li {
    border-radius: 3px;
    border-bottom-width: 1px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 30px;
}
.ui-widget-header {
    background: none;
    border: none;
}
.ui-widget.ui-widget-content {
    border: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #154d61;
    border-color: #154d61;
}

/********** NEW EVENT PAGE **********/
#new_event {
    background: #ffffff;
}
#new_event #slide1 {
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
#new_event #slide1 .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#new_event .text-center .container {
    text-align: center;
}
#new_event #slide1 h1,
#new_event #slide1 h3 {
    color: #ffffff;
    text-align: center;
}
#new_event #slide1 h3 {
    font-family: 'Open Sans';
    font-size: 22px;
    line-height: 20px;
}
#new_event #slide1 .white_logo {
    max-width: 100%;
    width: auto;
    margin-bottom: 50px;
}
#new_event .register {
    border: 1px solid #154d61;
    font-size: 30px;
    padding: 10px 50px;
    margin-top: 50px;
}
#new_event .event_white,
#new_event .event_grey {
    background: #ffffff;
    padding: 50px 0;
}
#new_event .event_grey {
    background: #f1f1f1;
}
#new_event #locatie {
    padding-bottom: 0;
}
#new_event h6 {
    font-family: 'Open Sans';
    text-align: center;
    margin-bottom: 30px;
}
#new_event .description {
    padding: 70px 0;
    column-count: 2;
    column-gap: 40px;
}
#new_event #map {
    margin-bottom: 70px;
}
#new_event .lightboxgallery-gallery {
    margin: 0;
}
#new_event #countdown {
    text-align: center;
}
#new_event #countdown .square {
    display: inline-block;
    width: 130px;
    background: #ffffff;
    padding: 10px 0;
    margin: 0 5px;
    text-align: center;
    color: #8a8a8a;
    font-size: 20px;
}
#new_event #countdown .square div:first-child {
    font-size: 40px;
    line-height: 50px;
    color: #3b3b3b;
    font-weight: bold;
}
#new_event h4 {
    padding: 50px 0 30px;
    font-size: 30px;
    text-align: center;
}
#new_event .container {
    text-align: justify;
}
#new_event #contacts {
    padding: 0;
}
#new_event #contacts > div {
    background: url('https://priaevents.ro/wp-content/themes/gather/images/footer_bg_light.png') 50% 100% no-repeat;
    padding: 50px 0;
}
#new_event #contacts .register {
    margin: 0 0 50px;
}
#new_event #contacts h6 {
    margin-top: 50px;
}
#new_event #contacts h4 {
    padding-top: 0;
}
#new_event #sponsors img {
    max-width: 100%;
}
#new_event .speaker_img {
    background-color: #c5c5c5;
    margin: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
#new_event .speaker_img img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
#new_event .speaker-info p {
    margin: 15px 10px;
}
#new_event .speaker-info span {
    display: block;
    margin: 0 10px;
    line-height: 18px;
}

/********** MEDIA **********/
@media only screen and (max-width: 600px) {
    .h30 {
        height: 0;
    }
    .navbar-brand > img {
        margin-top: -10px;
    }
    .ui-tabs .ui-tabs-nav li {
        width: 100%;
    }
    #frontpage_video iframe {
        min-height: 200px;
    }
    #frontpage_video h1 {
        text-align: center;
    }
    #contact_footer {
        margin: 20px 0;
    }
}
@media only screen and (max-width: 992px) {
    #myCarousel .item .carousel-content {
        display: none;
    }
}
