/*Footer*/

footer {
    width: 100%;
/*    display: inline-block;*/
    height: 50px;
    background-color: #14394d;
    position: relative;
}
footer .copyright {
    width: 40%;
    float: left;
    padding: 4px 2px 2px 11px;
}
/*Small footer Icons*/

.mobile-icons {
    /*display: none;*/
    width: 20px;
    float: left;
}
.face-icon{
    margin-top: 15px;
    margin-left: 8px;
}
.tweet-icon{
    margin-top: 15px;
    margin-left: 15px;
}
.tube-icon{
    margin-top: 18px;
    margin-left: 10px;
}
.email-icon{
    margin-top: 18px;
    margin-left: 10px;
}
.instagram-icon{
    margin-top: 15px;
    margin-left: 15px;
}
.googleplus-icon{
    margin-top: 15px;
    margin-left: 15px;
}
.pinterest-icon{
    margin-top: 15px;
    margin-left: 15px;
}
/*End of Small Social Icons*/

#loginDnnitems{
    display: inline;
}

footer .social a {
    float: right;
    line-height: 50px;
    text-decoration: none;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}


/*Added mobile icon footer for mobile version: put mobile version on mFooter.cshtml*/
footer .mbsocial a {
    float: left;
    line-height: 40px;
    text-decoration: none;
    color: white;
    text-align: center;
    font-weight: bold;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
/*End of  mobile icon footer */

footer .social {
    height: 50px;
}

/*Mobile Social Media Icons*/
.tube {
    background-color: #14394d;
    font-size: 1em;
    width: 20%;
}
.tube:hover {
    background-color: #E62016;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.42);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
.face {
    background-color: #14394d;
    font-size: 1em;
    width: 20%;
}
.face:hover {
    background-color: #3D5B94;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.42);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
.tweet {
    align-content: flex-end;
    background-color: #14394d;
    font-size: 1em;
    width: 20%;
}
.tweet:hover {
    background-color: #3DACDD;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.42);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
.support {
    background-color: #14394d;
    font-size: 1em;
    /*width: 40%;*/
        width: 35%;
}
.support:hover {
    background-color: #316079;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.42);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
.googleplus {
    background-color: #14394d;
    font-size: 1.2em;
    width: 20%;
}
.googleplus:hover {
    background-color: #EA4335;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.42);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
.instagram {
    background-color: #14394d;
    font-size: 1.2em;
    width: 20%;
}
.instagram:hover {
    background-color: #895A4D;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.42);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
.pinterest {
    background-color: #14394d;
    font-size: 1.2em;
    width: 20%;
}
.pinterest:hover {
    background-color: #BD081C;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.42);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
/*End Mobile Social Media Icons*/


/*mobile CSS*/
@media (max-width: 790px) {
    footer .copyright {
        width: 100%;
        padding: 0;
    }
}




footer .copyright p {
    padding-left: 10%;
    color: white;
    font-size: 0.7em;
    line-height: 60px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
@media (max-width: 790px) {
    footer .copyright p {
        text-align: center;
        padding: 0;
        margin-top: 3px;
    }


    /*Added height to mobile footer to expand and include Terms of Use Privacy info*/
    footer {
        background-color: #26556f;
        height:140px;
    }
}



footer .social {
    width: 60%;
    float: right;

}

@media (max-width: 790px) {
    footer .social {
        width: 100%;
        /*position: absolute;
        top:-50px;*/
    }
    .hide-text {
        display: none;
    }
    .mobile-icons {
        display: inline;
        width: 30px !important;
        float: none;
        margin: 0;
    }
    #loginDnnitems{
        display: none !important;
    }
    
    .contentPane {
        /*padding-bottom: 45px; /*helps with overlapping of the footer*/*/
      padding-bottom: 45px; /*helps with overlapping of the footer*/
}
    #terms{
        /*width: 240px;*/
        /*width:600px;*/
        text-align: center;
        margin: 0 auto;
    }
    #copyright{
        /*width: 210px;*/
        /*width:600px;*/
        text-align: center;
        margin: 0 auto;
    }
    
    .tweet, .face, .tube, .support{width: 50%;}
}

@media (max-width: 1000px) {
    
    footer .social a{
        font-size: 10px;
    }
    
    
}

