
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 35px;
    text-decoration: none;
   }
.wrapper{
    width: 100%;
    overflow: hidden;
}


footer{
    background-color: #D33A2C;
}
.copy-right{
    text-align: center;
    padding: 20px;
}
.copy-right p{
    color: #fff;
}

/* ==========================================================
          back2Top Styles
     ==========================================================*/
     #back2Top{
        width: 65px;
        line-height: 40px;
        overflow: hidden;
        z-index: 999;
        display: none;
        cursor: pointer;
        position: fixed;
        bottom: 0px;
        right: 20px;
        /* background: rgba(64,64,64,.75); */
        color: #fff;
        text-align: center;
        font-size: 30px;
        text-decoration: none;
	}
    #back2Top:hover {
        /* background: rgba(64,64,64,.75); */
    }
    .nav > li > a > img {
        max-width: none;
    }
    .nav-phone a img {
        z-index: 9;
        position: relative;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        font-weight: 500;
    }

    .nav-phone a span {
        display: inline-block;
        background-color: #FECC00;
        color: #fff;
        padding: 4px 15px 4px 25px;
        border-radius: 15px;
        position: relative;
        left: -20px;
        top: 1px;
    }
