
@font-face {
    font-family: 'Klavika light';
    src: url('../../fonts/KlavikaWebBasicLight.eot?') format('eot'), url('../../fonts/KlavikaWebBasicLight.woff') format('woff');
}

@font-face{
    font-family: 'Klavika-bold';
    src: url('../../fonts/Klavika-Bold.otf') format('opentype');
}

body{
    background: #e8e7e0;
    font-family: 'Klavika light', 'Exo', sans-serif;
    font-size: 16px;
}

h1{
    padding: 0;
    margin: 0;
}

a{
    color: #f04289;
}

#topContainer{
    background: white;
    height: 150px;
    margin-bottom: 50px;
    padding-top: 30px;
}


.footer_bar{

}

#main_logo{
    padding-top: 5px;
}

#main_logo img{
    width: 100%;
    max-width: 284px;
}


.gridbox{
    background: #fff;
    margin-bottom: 20px;
    height: 500px;
    position: relative;

}

@media (min-width: 768px){
    .gridbox{
        height: 520px;
        box-shadow: 0px 1px 7px -4px #000;
        border-radius: 3px;
    }
}

.gridbox h2{
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.gridbox .heading{
    height: 45px;
}

.gridbox .readMoreLink{
    position: absolute;
    bottom: 10px;
}

.byline{
    border: 1px solid #7d7e6e;
    border-width: 1px 0;
    padding: 20px 0;
}

#footer{
    background: #d1cfc1;
    margin-top: 20px;
}

#footer_bar{
    background: url("../../gfx/tp2015/footer_bg.jpg") repeat-x;
    height: 50px;
}

.image-container{
    overflow: hidden;
}

#main_nav{
    padding-top: 59px;
}

.topnavitem{
    font-size: 20px;
    margin-right: 20px;
    float: left;
    display: block;

}

.subnav{
    position: absolute;
    width: 250px;
    background: #fff;
    display: none;
    border: 10px solid #FFF;
    margin-left: -10px;
    z-index: 10;
}

.subnavseparator{
    width: 50px;
    border-top: 1px solid #ED0D6C;
    margin-bottom: 10px;
}

.menuitem_show .subnav{
    display: block;
    border-left: 2000px solid #FFF;
    margin-left: -2000px;
    width: 4000px;
}

.menuitem{
    cursor: pointer;
}

.menuitem:hover{
    color: #3fb8b3;
    text-decoration: none;
}

.topnavitem a{
    color: #7c7e6d;
}

.topnavitem.selected, .topnavitem.selected a {
    color: #3fb8b3;
}

.topnavitem.selected .subnavitem a{
    color: #7c7e6d;
}

.topnavitem.selected .subnavitem.selectde a{
    color: #3fb8b3;
}


.topnavitem a:hover, .subnavitem a:hover{
    color: #3fb8b3;
    text-decoration: none;
}

.article img{
    width: 100%;
}

.session_thumb_container{
    margin-right: 10px;
}

.session_thumb{
    margin-left: -7px;
}

.agenda_title{
    font-size: 2.5em;
    font-weight: bold;
    line-height: 90%;
}

#daynav{
    border-bottom: 5px solid #7d7e6e;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 15px;
}

.daynavitem{
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #7d7e6e;
    border-bottom: 0;
    padding: 15px 20px 5px;
    border-radius: 15px 15px 0 0;
    font-size: 20px;
    cursor: pointer;
}

.daynavitem.selected{
    color: white;
    background: #7d7e6e;

}

.sessionitem{
    background: white;
}

.speaker .image-container{
    background-position: center center;
}

.speaker .shortinfo{
    min-height: 150px;
}

h3.speaker_title {

    font-size: 23px;
    margin-top: 0;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .speaker .image-container{
        height: 150px;
    }
}

@media (min-width: 768px) {
    .speaker .image-container{
        height: 200px;
        background-position: center center !important;
    }
}

.article_image{
    height: 250px;
    background-position: center;
}

.signup_button{
    background: #E8E209;
    padding: 10px;
    text-align: center;
    font-size: 45px;
    margin-top: 40px;
    display: block;
}

#searchForm input{
    width: 100%;
    padding: 10px;
    border-radius: 0%;
    border: 0;
    border-bottom: 4px solid #E8E209;
}

#searchForm input:focus{
    outline: none;
}

#mobile-menu-button{
    background: url("../../gfx/burger.png") no-repeat;
    float: right;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-top: 11px;
    margin-left: 13px;
}

#mobile-search-button{
    background: url("../../gfx/search.png") no-repeat;
    float: right;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-left: 20px;
    margin-top:11px;
}

#mobile_nav{
    margin-top: -48px;
    margin-bottom: 20px;
    line-height: 36px;
    display: none;
}

#mobile_nav .mb-subnavitem a{
    color: #3fb8b3;
}

#mobile_nav.showme{
    display: block;
}

.mobile-subnav{
    display: none;
}

.mobile-subnav.showme{
    display:block;
}

#mobile_nav .topnavitem{
    background: #fff;
    margin-bottom:2px;
    padding: 5px;
    text-align: center;
    display: block;
    color: #000;
    width: 100%;
}

.bannerbutton{
    padding: 10px;
    font-size: 50px;
    display: block;
    color: #000;
}
.bannerbutton.small_modifier{
    font-size: 27px;
    display: inline-block;
    padding: 7px 20px;
}

.bannerbutton:hover{
    text-decoration: none;
    color: #000;
    opacity: 0.7;
}

.button_small{
    font-size: 30px;
}

.button_yellow{
    background: #e8e209;
}

.button_green{
    background: #40b9b3;
}



.taglink{
    border: 1px solid #7d7e6e;
    color: #7d7e6e;
    margin-top: 10px;
    box-sizing: border-box;
    line-height: 30px;
    padding: 3px 11px;
}

.taglink:hover{

    color: #7d7e6e;
}

.facebook_button{
    background: url("../../gfx/tp2015/facebook_icon.png") no-repeat center top;
    height: 26px;
    width: 26px;
    display: inline-block;
}

.facebook_button_large{
    background: url("../../gfx/tp2015/facebook_icon_l.png") no-repeat center top;
    height: 35px;
    width: 35px;
    display: inline-block;
}



.twitter_button{
    background: url("../../gfx/tp2015/twitter_icon.png") no-repeat center top;
    height: 26px;
    width: 26px;
    display: inline-block;
}

.twitter_button_large{
    background: url("../../gfx/tp2015/twitter_icon_l.png") no-repeat center top;
    height: 35px;
    width: 35px;
    display: inline-block;
}


.linkedin_button{
    background: url("../../gfx/tp2015/linkedin_icon.png") no-repeat center top;
    height: 35px;
    width: 35px;
    display: inline-block;
}


.engage_sub{
    position: absolute;
    bottom: 20px;
    text-transform: capitalize;
    text-decoration: none;
}

.fp_teaser_bubble{
    height: 221px;
    width: 221px;
    display: inline-block;
    margin: 0 30px;
    border-radius: 50%;
    position: relative;
}

.fp_teaser_bubble span{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 41%;
    text-align: center;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 92%;
}

.fp_teaser_bubble div{
    width: 79px;
    height: 11px;
    background: #F00;
    position: absolute;
    bottom: 54px;
    left: 32%;
}

.fp_teaser_bubble.fp_teaser_talks_link{
    background: url("../../gfx/tp2015/bubble_talks.png") no-repeat;
}
.fp_teaser_bubble.fp_teaser_problem_link{
    background: url("../../gfx/tp2015/bubble_problem.png") no-repeat;
}
.fp_teaser_bubble.fp_teaser_speakers_link{
    background: url("../../gfx/tp2015/bubble_speakers.png") no-repeat;
}

.frontpage_header{
    font-size: 3em;
}

.profiled_content{
    height: 350px;
    margin-bottom: 20px;
    background-size: cover;
}

.profiled_article_header{
    color: #fff;
    font-size: 4em;
    margin: 0;
    width: 70%;
}
.profiled_article_link:hover{
    text-decoration: none;
}

.profiled_article_meta{
    width: 25%;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.connect_with_us{
    font-size: 3em;
    margin: 0;
}

.connect_with_us.small{
    font-size: 1.5em;
    margin: 0;
}

.padding_none{
    padding: 0;
}

#newslettertext, .newslettertext_top{
    float: left;
    height: 35px;
    width: 277px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #888;
    padding: 3px 10px;
}
.newslettertext_top{

}


.subscribe_top{
    margin-left: 10px;
    margin-bottom: 20px;
}

#newslettersubmit, .newslettersubmit_top{
    height: 35px;
    background: #222;
    color: #FFF;
    padding: 3px 16px;
    border: none;
    margin-left: 3px;
}

.newslettersubmit_top{

}

hr{
    border-top: 1px solid #7D7E6E;
    margin: 5px 0;
}

.mobile_menu_aligner{
    display: flex;
    align-items: center;
    height: 100px;
}
.mobile_menu_aligner.m_right{
    justify-content: flex-end;
}

#footer .row div img{
    max-width: 100%;
}