
.pull-right {
    float: right;
}

.content-block-nopad {
    width: 100%;
    z-index: 100;
    position: absolute;
    background-color: #ffffff;
	bottom: 0px;
}

.bg-bordeaux { background-color: #28388f !important;color: #fff !important; }
	
.bg-bordeaux a{
	color: #fff !important;
}

.bg-gray { background-color: #ecf0f1!important;color: #fff !important; }
	
.bg-gray a{
	color: #fff !important;
}

.footer-1-3 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-1-3 .brand-img {
    
}

.footer-1-3 .social {
    margin-top: 20px;
}

.footer-1-3 .address-bold-line {
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.footer-1-3 .address {
    color: #ffffff;
}
.social {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        z-index: 100;
    }

    .social li {
        display: inline-block;
        margin-right: 6px;
    }

    .social li a {
        display: table;
        position: relative;
    }

    .social li a i {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        width: 34px;
        height: 34px;
        font-size: 18px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

    .social-light li a i {
        color: #ffffff;
    }

    .social-dark li a i {
        color: #666666;
    }
 .social li a i:after {
        content: '';
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .social li a:hover i {
        color: #f0f0f0;
    }
    .social li a:hover i:after {
        height: 100%;
    }
    .social a .fa-facebook:after {
        background: #3b5998;
    }
    .social a .fa-google-plus:after {
        background: #dd4b39;
    }
    .social a .fa-twitter:after {
        background: #00aced;
    }
    .social a .fa-pinterest:after {
        background: #CB2027;
    }
    .social a .fa-behance:after {
        background: #1769FF;
    }
    .social a .fa-dribbble:after {
        background: #EA4C89;
    }
.footer-1-3 .footer-text {
    border-top: #ecf0f1 1px solid;
    text-align: center;
    margin-top: 10px;
}

.footer-1-3 .footer-text p {
    color: #ecf0f1;

}


/*	FOOTER 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

