footer{
    background-color: #37474f;
}
footer aside div.row{
    margin-bottom: 0px;
}
footer aside div.col > div.widget:not(.hide):first-child{
    padding-top: 80px;
}
footer aside div.col > div.widget:not(.hide):last-child{
    padding-bottom: 40px;
}
footer aside div.widget{
    margin-bottom: 40px;
}

@media ( max-width:480px ){
    footer aside div.row div[class^="col-"]{
        display: block;
        width: 100%;
    }
}

footer div.mythemes-dark-mask{
    background-color: rgba( 0, 0, 0, 0.1 );
}

footer div.mythemes-copyright{
    border-top: 1px solid rgba( 255, 255, 255, 0.02 );
}

footer .mythemes-copyright p{
    color: #90a4ae;

    font-family: 'Open Sans', sans-serif, Arial, serif;
    font-size: 13px;
    line-height: 18px;

    padding: 28px 0px;
    margin: 0px;

    text-align: center;
}
footer .mythemes-copyright a{
    color: #f7faff;
}
footer .mythemes-copyright a:hover{
    color: #ffffff;
    text-decoration: underline;
}

footer .mythemes-copyright a.mythemes{
    font-family: Raleway, sans-serif, Arial, serif;
    font-size: 14px;
    font-weight: bold;
}
footer .mythemes-copyright div.container div.row{
    margin-bottom: 0px;
}


/* SOCIAL ICONS */
footer div.mythemes-social{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

div.mythemes-social [class^="icon-"]:before,
div.mythemes-social [class*="icon-"]:before {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;

    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;

    opacity: 1.0;
    filter:alpha(opacity=100);

    text-align: center;
}

footer div.mythemes-social a{
    display: inline-block;

    font-size: 0px;
    line-height: 0px;

    width: 50px;
    height: 50px;

    margin: 5px;

    text-align: center;

    opacity: 0.70;
    filter:alpha(opacity=70);
}
footer div.mythemes-social a:before{
    display: block;
    font-size: 16px;
    line-height: 50px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}
footer div.mythemes-social a:hover{
    font-size: 0px;
    line-height: 0px;
    opacity: 1.0;
    filter:alpha(opacity=100);
}
footer div.mythemes-social a:hover:before{
    color: #ffffff;
    text-decoration: none;
}

footer div.mythemes-social a.materialize-icon-evernote         { background: #7ac142; }
footer div.mythemes-social a.materialize-icon-vimeo            { background: #00beff; }
footer div.mythemes-social a.materialize-icon-vimeo-circled    { background: #00beff; } /* new */
footer div.mythemes-social a.materialize-icon-twitter          { background: #00b0ef; }
footer div.mythemes-social a.materialize-icon-skype            { background: #00b3f2; }
footer div.mythemes-social a.materialize-icon-renren           { background: #0d80e4; }
footer div.mythemes-social a.materialize-icon-github           { background: #000000; }
footer div.mythemes-social a.materialize-icon-gitlab           { background: #31353e; } /* new */
footer div.mythemes-social a.materialize-icon-rdio             { background: #006ed4; }
footer div.mythemes-social a.materialize-icon-linkedin         { background: #0082b2; } /* 3978b1 */
footer div.mythemes-social a.materialize-icon-behance          { background: #0066ff; }
footer div.mythemes-social a.materialize-icon-dropbox          { background: #0083d1; }
footer div.mythemes-social a.materialize-icon-flickr           { background: #f22886; }
footer div.mythemes-social a.materialize-icon-instagram        { background: #000000; }
footer div.mythemes-social a.materialize-icon-vkontakte        { background: #4E729A; }
footer div.mythemes-social a.materialize-icon-facebook         { background: #265999; }
footer div.mythemes-social a.materialize-icon-tumblr           { background: #174863; }
footer div.mythemes-social a.materialize-icon-picasa           { background: #415e5f; }
footer div.mythemes-social a.materialize-icon-dribbble         { background: #ff2788; }
footer div.mythemes-social a.materialize-icon-stumbleupon      { background: #ff2419; }
footer div.mythemes-social a.materialize-icon-lastfm           { background: #fb0000; }
footer div.mythemes-social a.materialize-icon-gplus            { background: #f32e31; }
footer div.mythemes-social a.materialize-icon-google-circles   { background: #f32e31; }
footer div.mythemes-social a.materialize-icon-youtube          { background: #cd201f; } /* new */
footer div.mythemes-social a.materialize-icon-youtube-play     { background: #cd201f; } /* new */
footer div.mythemes-social a.materialize-icon-pinterest        { background: #ef0021; }
footer div.mythemes-social a.materialize-icon-smashing         { background: #ff462c; }
footer div.mythemes-social a.materialize-icon-soundcloud       { background: #ff4f00; }
footer div.mythemes-social a.materialize-icon-flattr           { background: #ff6f00; }
footer div.mythemes-social a.materialize-icon-odnoklassniki    { background: #f58220; } /* new */
footer div.mythemes-social a.materialize-icon-mixi             { background: #d1ad5a; }
footer div.mythemes-social a.materialize-icon-reddit           { background: #ee5831; } /* new */
footer div.mythemes-social a.materialize-icon-rss              { background: #ff7600; }


@media ( min-width: 992px ) and (max-width: 1199px ){
}
@media ( min-width: 768px ) and ( max-width: 991px ){
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    footer .mythemes-copyright p{
        text-align: center;
    }
    footer div.mythemes-social{
        margin-top: 30px;
        text-align: center;
    }
}
@media ( max-width:480px ){
    footer .mythemes-copyright p{
        text-align: center;
    }
    footer div.mythemes-social{
        margin-top: 30px;
        text-align: center;
    }
}

div.mythemes-scroll-up{
    position: fixed;

    right: 20px;
    bottom: 20px;
    background: rgba( 0, 0, 0, 0.05 );
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;

    z-index: -1;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}

div.mythemes-scroll-up.show-scroll-up{
    z-index: 100;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

div.mythemes-scroll-up:hover{
    background: rgba( 0, 0, 0, 0.5 );
}

div.mythemes-scroll-up a{
    color: #999999;
    display: block;
    line-height: 40px;
}

div.mythemes-scroll-up a:hover{
    color: #ffffff;
}
