/* FOOTER NAVIGATION */
footer .mythemes-nav{
    background-color: rgba( 0, 0, 0, 0.05 );
    padding: 15px 0px;
}
footer nav.footer-nav > ul > li ul,
footer nav.footer-nav > div > ul > li ul{
    display: none;
}

footer nav.footer-nav > ul > li,
footer nav.footer-nav > div > ul > li{
    padding-left: 10px;
}
footer nav.footer-nav > ul > li:first-child,
footer nav.footer-nav > div > ul > li:first-child{
    padding-left: 0px;
}
footer nav.footer-nav > ul > li:last-child,
footer nav.footer-nav > div > ul > li:last-child{
    padding-right: 0px;
}
footer nav.footer-nav > ul > li,
footer nav.footer-nav > div > ul > li,
footer nav.footer-nav > ul > li a,
footer nav.footer-nav > div > ul > li a{
    font-size: 12px;
    height: 13px;
    line-height: 13px;
    text-transform: uppercase;
}
footer nav.footer-nav > ul > li:first-child,
footer nav.footer-nav > div > ul > li:first-child{
    border-left: 0px;
}

@media ( max-width:480px ){
    footer nav.footer-nav > ul,
    footer nav.footer-nav > div > ul{
        text-align: center;
    }
}

/* FOOTER COPYRIGHT */
footer .mythemes-copyright{
    padding: 35px 0px;
}
footer .mythemes-copyright p{
    color: #787878;
    font-size: 12px;
    line-height: 18px;

    padding: 0px;
    margin: 6px 0px;
}
footer .mythemes-copyright a{
    text-decoration: underline;
}


/* SOCIAL ICONS */
footer div.mythemes-social{
    text-align: right;
}

div.mythemes-social [class^="icon-"]:before,
div.mythemes-social [class*="icon-"]:before{
  font-size: 14px;
 
  width: 26px;
  line-height: 26px;
  margin-left: 2px;
  margin-right: 2px;

  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
        border-radius: 5px;

  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

footer div.mythemes-social a{
    display: inline-block;

    width: 30px;
    height: 30px;

    text-decoration: none;

    -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:before{
    -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:before{ color: #ffffff; text-decoration: none; }

footer div.mythemes-social a.icon-rss:hover:before{ background: #ff7600; }
footer div.mythemes-social a.icon-smashing:hover:before { background: #ff462c; }
footer div.mythemes-social a.icon-flickr:hover:before { background: #0062dd; }
footer div.mythemes-social a.icon-vimeo:hover:before{ background: #00beff; }
footer div.mythemes-social a.icon-vimeo-circled:hover:before{ background: #00beff; }
footer div.mythemes-social a.icon-twitter:hover:before{ background: #00b0ef; }
footer div.mythemes-social a.icon-facebook:hover:before{ background: #265999; }
footer div.mythemes-social a.icon-gplus:hover:before{ background: #f32e31; }
footer div.mythemes-social a.icon-pinterest:hover:before{ background: #ef0021; }
footer div.mythemes-social a.icon-youtube-3:hover:before{ background: #e52d27; }
footer div.mythemes-social a.icon-tumblr:hover:before{ background: #174863; }
footer div.mythemes-social a.icon-linkedin:hover:before{ background: #0082b2; }
footer div.mythemes-social a.icon-dribbble:hover:before{ background: #ff2788; }
footer div.mythemes-social a.icon-stumbleupon:hover:before{ background: #ff2419; }
footer div.mythemes-social a.icon-lastfm:hover:before{ background: #fb0000; }
footer div.mythemes-social a.icon-github:hover:before{ background: #0084c5; }
footer div.mythemes-social a.icon-instagram:hover:before{ background: #00749c; }
footer div.mythemes-social a.icon-dropbox:hover:before{ background: #0083d1; }
footer div.mythemes-social a.icon-evernote:hover:before{ background: #7ac142; }
footer div.mythemes-social a.icon-flattr:hover:before{ background: #ff6f00; }
footer div.mythemes-social a.icon-skype:hover:before{ background: #00b3f2; }
footer div.mythemes-social a.icon-renren:hover:before{ background: #0d80e4; }
footer div.mythemes-social a.icon-picasa:hover:before{ background: #415e5f; }
footer div.mythemes-social a.icon-soundcloud:hover:before{ background: #ff4f00; }
footer div.mythemes-social a.icon-mixi:hover:before{ background: #d1ad5a; }
footer div.mythemes-social a.icon-behance:hover:before{ background: #0066ff; }
footer div.mythemes-social a.icon-google-circles:hover:before{ background: #f32e31; }
footer div.mythemes-social a.icon-vkontakte:hover:before{ background: #4E729A; }
footer div.mythemes-social a.icon-rdio:hover:before{ background: #006ed4; }

@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;
    }
    footer nav.footer-nav,
    footer nav.footer-nav div{
        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;
}