/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 Feb, 2016, 2:46:48 PM
    Author     : Charu gupta
*/

a{
    text-decoration:none !important;
}
#main_footer {
    clear:both;
    float: left;
    width: 100%;
    background: #1B1B1B;
    padding: 30px 0;
    /*height: 405px;*/
    color:lightgray;
    font-size:14px;
    position: relative;
    bottom:0;
}

.footer{
    margin: 1em auto;
    width:90%;
    position: relative;
}
    
.footer-nav {
    float: left;
    padding-right: 30px;
    width: 67%;
    display: none;
}

.footer-nav ul {
    float: left;
    width: 48%;
    margin:0;
}

.footer-nav ul:nth-child(2) {
    float: left;
    width: 35%;
    margin:0;
}

.footer li {
    display: block;
    padding-right: 10px;
    min-height: 28px;
}

.footer a {
    display: inline;
    font-size: 14px;
    line-height: 28px;
    color: lightgray;
}

.footer-social {
/*    float: left;
    width: 230px;   
    display:inline-block;
    position: absolute;
    right: 0%;*/
}

.footer-social ul {
    width: 100%;
    margin-left: -10px;
}   

.footer-social li, .footer-social li a {
    line-height: 27px;
    padding: 0;
    float: left;
    width: 100%;
}

.footer-social li a {
    width: auto;
}

.footer-social .fb .icon {
    background-position: 0 -120px;
}


.poweredby {
    font-size: 14px;
    color: #b0b0b0;
    min-height: 78px;
    position: absolute;
    top: 62%;
    right: 0%;
}

.poweredby span {
    float: left;
    padding-right: 15px;
}

.copyrightImage {
    float: right;
    vertical-align: top;
    min-width: 185px;
    display: inline-block;
    margin-top: -20px;
}

.copyrightLinks{
    clear: both;
    width:100%;
    display:block;
    overflow: hidden;
}

.copyright {
    float: left;
    width: 40%;
    font-size: 14px;
    color: #868686;
    padding-top: 10px;
}

.footer-social a .icon {
    float: left;
        
}

.footer-social div{
    display:inline-block;
    vertical-align: middle;
}

.icon{
    margin-left: 15px;
}

.bottomLinks{
    /*float:right;*/
}

.bottomLinks span{
    
    /*padding: 0 5px;*/
    padding: 0px;
}

.bottomLinks span:nth-child(2){
    border: none;
}
.see_more{
    margin-left: 5px;
}
@media only screen and (max-width:480px){
    .footer-social{
        width: 100%;
        
        text-align: center;
        margin-top: 2%;
        position: initial;
        float: none;
    }
    #main_footer{
        padding: 0;
    }
    .poweredby,.poweredby span{
        float:left;
    }
    .footer-last,.copyrightLinks,.copyright{
        width:100%;
    }
}