 /************************************************* css for footers****************************************/

/* #footer is by default*/

#footer {
    background: #111;
    font-size: 0.9em;
    padding: 15px 0 0;
    position: relative;
    clear: both;
}

.footer-col h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
}

    .footer-col h3:first-letter {
        border-bottom: 3px solid #bbb;
    }

.contact p {
    margin-bottom: 10px;
}

.contact strong {
    margin-right: 10px;
    font-weight: bold;
}

    .contact strong i {
        margin-right: 5px;
    }

.contact a {
    color: #777;
    font: normal normal normal 22px/1 FontAwesome;
}

    .contact a:hover {
        color: #3E89A0;
    }

.f2-work li {
    margin: 2px;
}

    .f2-work li a img {
        width: 70px;
        height: 50px;
        border: 2px solid transparent;
        -webkit-transition: 0.7s ease-in-out;
        -moz-transition: 0.7s ease-in-out;
        -ms-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .f2-work li a:hover img {
        border-color: #3E89A0;
    }

.footer-btm {
    /*margin-top: 30px;*/
    padding: 10px;
    background-color: #111;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.news-form .form-control {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
}

@media(max-width:767px) {
    .news-form {
        text-align: center !important;
    }

        .news-form .form-control {
            margin-bottom: 10px;
        }
}

/****************footer 2****************/
#footer-option {
    background: #121214;
    border-top: 4px solid #e1e1e1;
    font-size: 0.9em;
    padding: 80px 0 0;
    position: relative;
    clear: both;
}

    #footer-option .footer-col h3 {
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
    }

    #footer-option .footer-btm {
        background-color: #111;
    }

    #footer-option .contact a {
        color: #777;
    }

        #footer-option .contact a:hover {
            color: #3E89A0;
        }
/************twitter feed*****************/
.tweet ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .tweet ul li {
        color: #777;
        font-weight: 500;
        padding: 8px 0;
        font-size: 15px;
    }

        .tweet ul li:before {
            content: "\f099";
            font-family: 'FontAwesome';
            margin-right: 15px;
            font-size: 16px;
            color: #3E89A0;
        }

        .tweet ul li .date {
            padding: 3px 0;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;
        }

        .tweet ul li img {
            border-radius: 50%;
            -webkit-border-radius: 50%;
            margin-right: 10px;
        }

.tweet li a {
    color: #fff;
    font-size: 13px;
}

    .tweet li a:hover {
        color: #3E89A0;
    }

.latest-f-news li a {
    display: block;
    padding: 4px 0;
    color: #999;
}

    .latest-f-news li a i {
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -ms-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .latest-f-news li a:hover i {
        margin-left: 5px;
    }

    .latest-f-news li a:hover {
        color: #fff;
    }
/*************social icons**********/
.social-1 {
    margin: 0;
    padding: 0;
}

    .social-1 li {
        padding: 0px;
    }

        .social-1 li a i {
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -webkit-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            -moz-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

            .social-1 li a i:hover {
                opacity: 0.8;
            }

            .social-1 li a i.fa-facebook {
                background-color: #3b5998;
            }

            .social-1 li a i.fa-rss {
                background-color: orange;
            }

            .social-1 li a i.fa-twitter {
                background-color: #0084b4;
            }

            .social-1 li a i.fa-google-plus {
                background-color: #C63D2D;
            }

            .social-1 li a i.fa-pinterest {
                background-color: #cb2027;
            }

            .social-1 li a i.fa-dribbble {
                background-color: #ea4c89;
            }

/*************ndor icons**********/

.ndor-icon {
    margin: 0;
    padding: 0;
}

    .ndor-icon li.fa {
        font-size: 22px;
    }

        .ndor-icon li a i {
            width: 42px;
            height: 42px;
            line-height: 42px;
            text-align: center;
            color: #999;
            font-size: 22px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -webkit-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            -moz-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
            color: gray;
        }

            .ndor-icon li a i:hover {
                background-color: #3E89A0;
                color: white;
            }

.Ndor-contact-border {
    margin: 0;
    outline: none;
    box-shadow: 0 0 20px rgba(0,0,0, .3);
    color: #6b6b6b;
    padding: 20px;
}

.ndor-icon-background li a i {
    background-color: #777;
}

[id^="ndor-dropdownMenu"] {
    width: 100%;
}

    [id^="ndor-dropdownMenu"] > option {
        background: white;
        color: #333;
    }

.center-left-align {
    width: 25em;
    margin: 0 auto 1em auto;
}



#twitter-widget-0 {
    width: 100% !important;
    max-height: 400px;
}

.opacity-background {
    background-color: white;
    color: black;
    opacity: .9;
    padding: 5px;
}

.opacity-black-background {
    background-color: black;
    color: white;
    opacity: .9;
    padding: 5px;
}


.ndor-icon-511 {
    height: 42px;
    width: 42px;
    margin-bottom: -14px;
    fill: #858d91;
    padding: 3px;
}

    .ndor-icon-511:hover {
        background-color: #3E89A0 !important;
        border-radius: 2px;
        fill: white;
    }

.ndor-date span {
    text-align: center;
    font-size: 30px;
    display: inline-block;
    color: gray;
    padding: 0px 5px 0px 5px;
}

.ndor-date p {
    display: inline-block;
    margin: 0px;
}


.ndor-date small {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.ndor-table-fixed-column {
    background: #3E89A0;
    width: 40px;
}

.ndor-news-selected-filter {
    background: #3E89A0;
}

    .ndor-news-selected-filter a {
        color: white !important;
    }

        .ndor-news-selected-filter a > i {
            padding-left: 10px;
            color: white !important;
        }


      