.badge {
    font-size: 14pt;
}

span.badge {
    padding: 10px 10px;
}

/*
****************************************************************
  >>> General styles
****************************************************************
*/
.row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.highlight {
    font-family: 'Pacifico';
    color: #DC002E;
}

.nav-cart {
    font-size: 120%;
}

.nav-cart:hover {
    cursor: pointer;
}


.li-nav:hover {
    cursor: pointer;
}

.section-registration {
    background-color: #f5f4f4;
}

.section-info {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
}

.section-icons {
    background-color: #eeeeee;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 10vh;
    padding-top: 5%;
    padding-bottom: 5vh;
    padding-bottom: 5%;
}

.section-programme {
    background-color: #cbcbcd;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 5vh;
    padding-top: 5%;
    padding-bottom: 10vh;
    padding-bottom: 10%;
}

.section-organizational::before {
    background: rgba(233, 233, 233, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.section-organizational {
    background-color: #eeeeee;
    background-image: url(/assets/images/bg_section_organizational.jpg);
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 10vh;
    padding-bottom: 10%;
    position: relative;
    z-index: 1;
}

.organizational-container {
    padding-top: 5vh;
    padding-top: 5%;
}

.section-hints {
    background-color: #cbcbcd;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 5vh;
    padding-top: 5%;
    padding-bottom: 10vh;
    padding-bottom: 10%;
}

.section-contact::before {
    background: rgba(233, 233, 233, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.section-contact {
    background-color: #eeeeee;
    background-image: url(/assets/images/bg_section_contact.jpg);
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 10vh;
    padding-bottom: 10%;
    position: relative;
    z-index: 1;
}

.contact-container {
    padding-top: 5vh;
    padding-top: 5%;
}

.section-speaker {
    background-color: #cbcbcd;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 5vh;
    padding-top: 5%;
    padding-bottom: 10vh;
    padding-bottom: 10%;
}

/*
****************************************************************
  >>> Info Section
****************************************************************
*/

.section-info .col-md-3 {
    border-right: 1px solid #ddd;
}

.col-md-3:nth-child(1) .single-info > p, .col-md-3:nth-child(2) .single-info > p {
    margin-right: 40px;
}

.col-md-3:nth-child(3) .single-info > p, .col-md-3:nth-child(4) .single-info > p {
    margin-left: 40px;
}

.section-info .col-md-3:last-child {
    border: medium none;
}

.single-info {
    text-align: center;
    min-height: 141px;
}

.single-info > p {
    display: inline-block;
    line-height: 140px;
    margin: 0 !important;
}


/*
****************************************************************
  >>> Header styles
****************************************************************
*/

header {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.75);
}


.sticky {
    position: fixed;
    top: 0;
    z-index: 4;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
    -webkit-animation: sticky .5s;
    animation: sticky .5s;
}

@-webkit-keyframes sticky {
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes sticky {
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1
    }
}

header.sticky nav.main_menu ul li a {
    /*padding: 25px 20px;*/
    color: #b61f25;
}

.sticky .logo {
    padding: 0px 0 0 0;
}

.logo {
    /*padding: 50px 0 18px;*/
}

nav.main_menu ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

nav.main_menu ul li {
    display: inline;
    text-align: left;
}

nav.main_menu ul li a {
    color: #b61f25;
    display: inline-block;
    margin-left: -4px;
    padding: 35px 20px 82px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-transform: capitalize
}

nav.main_menu ul li a:hover, nav.main_menu ul li.current a {
    background: #b61f25 none repeat scroll 0 0;
    color: #fff !important;
}

nav.main_menu ul li:first-child a {
    margin-left: 0;
}

nav.main_menu ul li.sticky-current a {
    background-color: #9D9EA0;
}

.helloWorld {
    color: blue !important;
}

/*
****************************************************************
  >>> Faq Area Styles
****************************************************************
*/


.panel-default > .heading-faq {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #333;
}


.question-sign {
    color: #B61F25;
    font-size: 16pt;
}

.white-bg {
    background-color: #fff;
    border-radius: 50%;
}

/*.panel-faq::before {
    background: #B61F25 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "?";
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 8px;
    left:20px;
    width: 20px;
}*/

.panel-faq {
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.count_table {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
    display: table;
}

.count_cell {
    display: block;
    display: table-cell;
    vertical-align: middle;
}

.count_down {
    display: inline-block;
    padding: 20px 0;
    background: #fff;
}

.single_count {
    display: inline-block;
    text-align: center;
    width: 130px;
    border-right: 1px solid #cfcfcf;
}

.single_count:last-child {
    border: none
}

.single_count p {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.single_count h1 {
    font-size: 44px;
    color: #98c10f;
    margin-bottom: 25px;
}

/*
****************************************************************
  >>> Prorgramme Area Styles
****************************************************************
*/

.day-col {
    border: 2px solid red;
    text-align: center;
}
