/*
Theme Name: U-Design Child Sticky Footer
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/
@import url("../u-design/style.css");

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/


/* BEGIN: STICKY FOOTER CSS */
html, body { height: 100%; }
#wrapper-1 { min-height: 100%; }
.push {
    overflow:auto;
    padding-bottom: 177px; 
}
#footer-bg {
    position: relative;
    margin-top: -177px; /* negative value of footer height */
    height: 177px;
    clear:both;
}
/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;
}

/*Tables*/
#table {
    border-collapse: collapse;
 border: 0px solid black;
}


/* END: STICKY FOOTER CSS */

h4.teamtitle {margin-top:0px;}

.gallery .gallery-item img,  {
	background: #FFFFFF!important;
	background-color:#fff;
}