.fffull {
    width: 100%;    
}
.ffgap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #000;
	height: auto;
	padding-bottom: 30px;
        margin: 0; 
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #218CBD;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 25px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 10px;
	display: block;
}

.footer li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e092";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -2px;
    color: #218CBD;
}

.footer a {
	color: #FFFFFF;
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 90%;
}
.ffnewsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
}

.ffnewsletter-box {
	overflow: hidden;
}

.social li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "";
}

#footersocial.social i {
    width: 32px;
    height: 32px;
    color: #FFF;
    font-size: 20px;
    text-align:center;
    padding-top: 7px;
    margin: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    
}

#footersocial.social ul li {
    margin: 6px;
    list-style: none outside none;
    display: inline-block;
}

#footersocial.social li {
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

#footersocial.social .fa-facebook:link {
    background: #4060A5;
}

#footersocial.social .fa-envelope {
    background: #ed1c24;
}

#footersocial.social .fa-twitter {
    background: #00ABE3;
}

#footersocial.social .fa-instagram {
    background: #375989;
}

#footersocial.social .fa-tumblr {
    background: #3a5876;
}

#footersocial.social .fa-youtube {
    background: #FF1F25;
}

#footersocial.social .fa-facebook:hover {
    background: #ADB6C6;
}

#footersocial.social .fa-envelope:hover {
    background: #ADB6C6;
}

#footersocial.social .fa-twitter:hover {
    background: #ADB6C6;
}

#footersocial.social .fa-instagram:hover {
    background: #ADB6C6;
}

#footersocial.social .fa-tumblr:hover {
    background: #ADB6C6;
}

#footersocial.social .fa-youtube:hover {
    background: #ADB6C6;
}

.ffphone {
        color: #FFF;
        font-size: 16px;
        line-height: 27px;
}

.ffphone ul {
        font-size: 18px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 20px;
        margin-top: 0px;
        color: #FFF;
}
.ffphone ul {
        margin: 0 0 5px 40px;
        display: block;
}

.ffphone li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e183";
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
    float: left;
    margin: 0 16px 0 0px;
    color: #E51E2C;
}
