.footerOptions {
    display: none;
}


footer {
    background-color: #0077C0;
    float: right;
    height: 160px;
    max-height: 160px;
    width: 100%;
    color: #eee;    
}
.footerContainer {
    margin: 0 auto;
    max-width: 986px;
    width: 100%;
}
.footerOptions{
	float: left;
    padding-top: 2%;
    width: 100%;
    padding-left:60px;	
	padding-right:0px;	
}
.footerOptions li {    
    display: block;
    float: left;
    text-align: left;
    font-family: Roboto;
    font-size: 12px;    
    margin-right: 10%;
    width: 100%;
}
.footerOptions li a{
	text-decoration: none;
	color: #eee;
	float: left;
	line-height: 18px;
	clear: both;
	width:145px;
	
	
}
.footerOptions li a:not(:first-child) {
    display: none;
}
.footerOptions li a:first-child{
	text-transform: uppercase;
	margin-bottom: 0%;
	
}
.socialLinks {
    border-top: 1px solid #4DA0D3;
    float: left;
    margin-top: 3%;
    padding-top: 1%;
    width: 100%;
}
.socialLinks a {
    float: left;
    height: 30px;
    margin-right: 5px;
    width: 30px;
}
.socialLinks a.logoWhite {
    float: right;
    margin-right: 15px;
    width: 12%;
    background: url('../images/logoWhite.png') no-repeat;
    background-size: cover;
    display: none;
}
.iconTwiter { background: url('../images/twitter.png') no-repeat;}
.iconIn { background: url('../images/in.png') no-repeat; }
.iconFace { background: url('../images/facebook.png') no-repeat; }
.iconSkype { background: url('../images/skype.png') no-repeat; }
.iconRss { background: url('../images/rss.png') no-repeat center center; }


@media only screen and (min-width: 400px) {
    footer{
        max-height: 100px;
        height: 100px;
    }
    .footerOptions li{
        width: auto;
        margin-right: 5%;
    }
}
@media only screen and (min-width: 600px) {
    footer{
        max-height: 100px;
        height: 100px;
    }
}
@media only screen and (min-width: 800px) {
	.footerOptions li a:not(:first-child) {
    	display: block;
	}
	.footerOptions li {
		width: auto;
	}
    .footerOptions li a:first-child {
        margin-bottom: 10%;
    }
    footer{
        max-height: 256px;
        height: 156px;
    }
    .socialLinks a {
        margin-right: 15px;
    }
    .socialLinks a.logoWhite{
        display: block;
    }
}

@media only screen and (min-width: 1024px) {

}