body {    
    padding-top: 55px !important;
}


/***********************
********* search box ******
************************/
#search-block{    
    top:45px;
    right: 10px;
}
/*************************
*******Header******
**************************/

.navbar.navbar-default .navbar-brand {    
    padding: 15px 15px 10px 15px;
}
.navbar-brand img{
    max-width: 230px;    
}
@media   (min-width: 440px) and (max-width: 767px) {
    .navbar-brand img{
        max-width: 350px;        
    }
}

/*************************
*******SECONDARY/ MENU******
**************************/
#left-sidemenu.affix{
    position: relative;
    width: 100%;
       
}
/*************************
*******CTA******
**************************/
.cta-markers{    
    text-align: center;
}
#cta h2 {    
    font-size: 27px;    
}

.cta-div{        
    font-size: 18px;   
    text-align: center;
}


#cta i {    
    font-size: 30px;     
    margin-left: 20px;
    margin-bottom: 10px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    width: 54px;
}

/*********************************************
*******EVENTS BOX******
**********************************************/
#gcal-events > li{
    padding: 10px 0 0 0;
    text-align: center;
}


/*************************
*******BLOCK 4******
**************************/
#block-block-4 ul li{
    vertical-align: top;
    display: inline-block; 
    margin: 10px;
    padding: 10px;
    min-width: 40%;
    min-height: 100px;
    text-indent: 40px;
    line-height: 20px;
    font-size: 15px;    
    border: 1px solid #ebebeb;
}

@media   (min-width: 322px) and (max-width: 500px) {
    #block-block-4 ul li{
        min-width: 95%;
        min-height: 80px;
    }
}


#block-block-4 ul li:before{
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;     
    border: 3px solid #fff; 
    margin-left: -40px;
    background: #45aed6;
}

/*************************
*******SPONSORS******
**************************/
#block-views-sponsors-block .more-link a{    
    font-size: 15px;    
    padding: 20px 10px;
}

@media   (min-width: 322px) and (max-width: 550px) {
    .view-id-sponsors img{    
        width:180px;        
    }
}


.view-id-sponsors > div.view-content > div > ul > li{
    margin-bottom: 50px;   
}


/*Sponsors*/

.sponsors_block .col {     
    width:25%;
}

.sponsors_block  span{
    padding: 1px 20px;       
}

.sponsors_block .label{
    position: relative;
    top:20px;
}

.sponsors_block .platinum_sponsor{
    width: 40%;
}


.sponsors_block .gold_sponsor{
    width: 35%;
}

.sponsors_block .silver_sponsor, .sponsors_block .bronze_sponsor{
    width: 30%;
}

/*************************
*******SOCIAL LINKS******
**************************/
#social-links{
    padding: 10px 0 10px;
    background-color: #78ad83 !important;
    text-align: center;
}

#social-links i{
    font-size: 34px;
    background-color: white;
    color: #78ad83;
    padding: 12px 12px;
    border: 3px white solid;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin: 15px;
}

#social-links h2{    
    margin-bottom: 15px;    
}

/*************************
*******NEWS ******
**************************/

#block-views-latest-news-block ul{
    padding: 0px;
}


@media   (min-width: 400px) and (max-width: 767px) {
    #block-views-latest-news-block ul li{
        margin: 10px;
        vertical-align: top;
        display: inline-block;
        max-width: 44%; 
    }
}

/*********************************************
*******Invisted Speakers******
**********************************************/
.view-invited-speakers .speaker-item{
    width: 45%;    
}

#speakers .speakers-filter > li {
    text-align: center;
    display: block;
    margin: 5px 0;
    float: none;
}



/*********************************************
*******facebook tweeter feeds box******
**********************************************/

.feeds .entry {    
    height: 100px;
    margin: 20px 0px;  
    font-size: 14px; 
}


.feeds .entry i {
    font-size: 2.1em;
    position: absolute;
    top:6px;
    left: 30px;
    background-color: #fff;    
}
.feeds .entry .e-entry-content {
    height: 70px;   
    padding:10px; 

}
@media   (min-width: 321px) and (max-width: 500px) {
    .feeds .entry {    
        height: 120px;

    }
    .feeds .entry .e-entry-content {
        height: 80px;   


    }
}



.feeds .entry .date {    
    bottom:0;    
}

.feeds .entry .author {
    bottom: 0;
}





.page-header, h1.page-header {
    text-align: center;
    font-size: 25px;
}
.bw {   
    text-align: center;
}

.content-ecml{
    text-align: center;
}

.view-organization-committee > div.view-content > div > ul > li{
    width: 150px;
    padding: 10px
}

.pic {
    width: 120px;
    height: 120px;
}
#block-menu-menu-footer-menu > ul > li{
    display: -webkit-inline-box;
    padding: 3px 3px;
}


.footer .nav>li>a{
    font-size: small;
}

.social-footer{
    padding: 10px 0;
    font-size: 2.5em !important;
}

.footer-social-icons{
    float: none;
    text-align: center; 
}