
html,
body {
    height: 100%;
	-webkit-font-smoothing: antialiased;
}
.wrapper {
    height: auto !important;
    /*height: 100%;
    min-height: 100%;*/
	padding-top: 20px;
	position: relative;
}

.wrapper-outer {
	position: relative;
}

#footer {
	background: #ffffff;
	position: relative;
	margin-left:-15px;
	margin-right:-15px;
}

#footer p {
	color: #2e2e2e;
	font-size: 1.1rem;
	line-height: 14px;
	padding: 30px 20px;
}

#footer a {
	color: #2e2e2e;
	text-decoration: underline;
}

#footer .social-footer {
    /*background-color: #2c2d37;*/
	font-size: 1rem;
    padding: 9px 0;
}

#footer .indent-left {
    display: block;
    padding-left: 0;
    padding-top: 10px;
}

#footer .social {
	color: #ffffff;
	display: block;
	font-family: "Swiss721W01-LightConden", Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin: 0 auto;
    padding: 0;
	text-align: center;
}

#footer .social li:first-child {
    font-size: 1.6rem;
    margin-right: 7px;
    text-transform: uppercase;
}

#footer .social li {
	display: inline-block;
	margin: 0;
}

#footer .social li a {
    color: #ffffff;
    font-size: 2.3rem;
	text-decoration: none;
}

#footer .social li a:hover {
	opacity: 0.7;
}

#footer .social .ss-icon {
	top: 4px;
}

#footer .social-footer {
	text-align: center;
}


/* XS - Phone */
@media (max-width: 767px) {
	
	.wrapper {
		padding-top: 0px;
	}
	
	#footer p {
        font-size: 1rem;
		text-align: center;
	}

	#footer p a {
		color: #5a5a5a;
	}
		
	#footer {
		height: auto;	
	}
	
	#footer .copyright {
		margin-bottom: 40px;	
	}

}

/* SM - Tablet */
@media (min-width: 768px) {

    /*#footer .indent-left {
        display: inline-block;
        padding-left: 35px;
        padding-top: 0;
    }*/

    #footer p {
        padding: 40px 0;
	}

}

/* MD - Desktop */
@media (min-width: 992px) {

}

/* LG - Large desktop */
@media (min-width: 1200px) {
	
}

/* XL - Extra large desktop */
@media (min-width: 1600px) {

}


