.p-25{
    font-size: 20px;
    font-weight: 100;
}

.home-heading{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 36px;
}
.home-date, .home-venue{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 26px;
}
.journal-list{
    padding-left: 10%;
}
.journal-list ul li{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-top: 5px;
}
.sponser-image{
    height: 160px;
    width: 160px;
}
.venue-content{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
.macavv {
    padding-top: 10px;
    background-color: #2C3E50;
    padding-bottom: 10px;
    color: #FFF;
}

.member-list ul li{
    list-style: none;
    padding-top: 5px;
}

.member-list-2 ul{
    padding-left: 20px;
}

.member-list-2 ul li{
    list-style: disc;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-top: 5px;
}

.member-list-reg ul{
    padding-left: 20px;
}

.member-list-reg ul li{
    list-style: upper-latin;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-top: 5px;
}

.section-title-2{
    padding-top: 50px;
}

.keynote-section{
    padding-top: 80px;
    padding-bottom: 80px;
    color: white;
    /*border: 1px solid grey;*/
    /*padding: 15px;*/
}

.keynote-section img{
    height: 200px;
    width: 200px;
}

.keynote-section-one{
    background-color: #286090;
}
.keynote-description{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;
}
.read-more-btn{
    border-radius: 0;
    background-color: #2C3E50;
    color: white;
}
.model-description{
    font-size: 16px;
    line-height: 1.5em;
}
.read-more-btn:hover{
    color: white;
    background-color: #2C3E50;
}
/*call for papers*/
#tf-cfp{
    background: url(../img/cfp01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}
#tf-cfp .overlay{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height: auto;
    background-attachment: fixed;
    padding: 80px 0;
}

/*tf-reg*/
#tf-reg{
    background: url(../img/reg01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}
#tf-reg .overlay{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height: auto;
    background-attachment: fixed;
    padding: 80px 0;
}

.list-imp ul li{
    font-weight: 400;
}

@media(max-width:767px){
    #tf-home{
        height: 100%;
    }
    #tf-home .overlay{
        height: 100%;
    }
    .section-title h2, .section-title.center h2 {
        line-height: 1.5em;
        font-size: 25px;
    }
    .home-heading{
        font-size: 25px;
    }
    .service{
        padding-bottom: 30px;
    }
    a.fa.fa-angle-down{
        visibility: hidden;
    }
    .keynote-section{
        margin-top: -15px;
    }
    .home-venue{
        padding-bottom: 50px;
    }
}
@media(min-width:768px){
}
@media(min-width:992px){
}
@media(min-width:1200px){
}