/*footer .navbar-default{
    background-color: transparent;
    border: 0px;
    background-image: none;
    box-shadow: none;
    
}*/


/*FOOTER*/

#bottomFooter{
    background-color: #58595b;
    color: #fff;
    padding: 60px 0 50px;
	/*SHADOW*/
    box-shadow: 0 6px 4px -2px #333333;
    -moz-box-shadow: 0 6px 4px -2px #333333;
    -webkit-box-shadow: 0 6px 4px -2px #333333;
   
}



#bottomFooter #aboutFooter h3,
#bottomFooter #programFooter h3,
#bottomFooter #registerFooter h3,
#bottomFooter #sponsorsFooter h3{
    font-family: 'houschka';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #fff;
}
#bottomFooter a{
    color: #fff;
    text-decoration: underline;
}
#bottomFooter a:hover{
    text-decoration: underline;   
}

#bottomFooter a.onState{
    color: #fff;
    text-decoration: underline;
}

#bottomFooter p{
    line-height: 20px;  
    font-size: 12px;
    color: #fff;
}


@media (max-width:767px ) {
    #bottomFooter #bottomLogo img{
        width: 100%;
        height: auto;
    }
    #bottomFooter #aboutFooter,
    #bottomFooter #programFooter, 
    #bottomFooter #registerFooter,
    #bottomFooter #sponsorsFooter{
        text-align: center;  
        color: #fff;
    }
    /**/
    #bottomFooter #contactUs,
    #bottomFooter #followUs{
        border-left: 0px;   
    }
}
@media (min-width:768px ) {
    #bottomFooter #contactUs,
    #bottomFooter #followUs{
        border-left: 0px;   
    }
}
@media (min-width: 992px) {
    #bottomFooter #contactUs,
    #bottomFooter #followUs{
        border-left: 0px;
    }
}
@media (min-width: 1200px) {
    #bottomFooter #contactUs,
    #bottomFooter #followUs{
        min-height: 255px;
    }
}



#bottomFooterLogo{
    /*background-color: #fff;*/
    color: #333;
    padding: 30px 0 30px;
	
	
}




#bottomFooterLogo #logoFooter{
	
}

#bottomFooterLogo #copyFooter{
	text-align:right;
	padding-top: 84px;
	
}

/* xsmall logo row */
@media (max-width:767px ) {
	#bottomFooterLogo{
    background-color: #fff;
    color: #333;
    padding: 30px 30px 10px 30px;
    text-align: center;    
}


#bottomFooterLogo #logoFooter{
	text-align: center !Important; 
}

#bottomFooterLogo #copyFooter{
	text-align: center; 
	padding: 30px 0 30px;
	
	
}
	
}

@media (max-width: 991px) {
    .mobilealigncenter{
        text-align:center !important;
    }
    
    #bottomFooterLogo{
    background-color: #fff;
    color: #333;
    padding: 30px 30px 10px 30px;
    text-align: center !important;    
}
}
/* end xsmall logo row */



.col-md-pull-4



@media (max-width:767px ) {
    .col-md-pull-4 {
        margin-top: 30px !important;
    }

}
@media (min-width:768px ) {
    .col-md-pull-4 {
        margin-top: 30px !important;
    }

}
@media (min-width: 992px) {
    .col-md-pull-4 {
        margin-top: 60px !important;
    }

}
@media (min-width: 1200px) {
    .col-md-pull-4 {
        margin-top: 60px !important;
    }

}