/**
 * The Net Pro Mobile Footer Plugin CSS Stylesheet
 * -Used for styling the mobile footer area
 */

/* Desktop & Tablets */
.landing-bottom {display:none;}

/* Smartphones */
@media only screen and (max-width: 767px) {
#footer, .footer, #socket, #copyright {padding-bottom:50px!important;}
.landing-bottom {position:fixed;bottom:0;height:50px;width:100%;display:block;background:white;/*margin-left:-27px!important;*/line-height:50px;font-size:16px;z-index:999;}

/*.landing-left a:link, .landing-left a:visited, .landing-left a:active, .landing-left a:active {color:#ffffff!important;text-decoration:none;}
.landing-right a:link, .landing-right a:visited, .landing-right a:active, .landing-right a:active {color:#335d26!important;text-decoration:none;}*/

.landing-left {width:50%;height:100%;float:left;text-align:center;}
.landing-left:hover {transition: all .3s ease;opacity:0.9;}
.landing-right {width:50%;height:100%;float:right;text-align:center;}
.landing-right:hover {transition: all .3s ease;opacity:0.9;}
.landing-left a:link, .landing-right a:link {display:block;height:100%;width:100%;}
}