﻿@charset "utf-8";

/* FOOTER STARTS */

#footer .roundCorner {
    /*margin: 0 auto;
    -webkit-box-shadow: 0px 0px 8px 2px #cccccc;
    -moz-box-shadow: 0px 0px 8px 2px #cccccc;
    box-shadow: 0px 4px 4px -1px #cccccc;
    border-radius: 5px;*/
    width: 55%;
    float: right;
}

@media (min-width: 768px) and (max-width: 795px) {
    #footer .roundCorner {
        width: 60%;
    }
}

@media (max-width: 767px) {
    #footer .roundCorner {
        width: 100%;
        float: none;
    }
}

/* a {
	font-size: 12px;
} */

#footer .functionNav li {
	float: left;
    margin-right: 16px;
    line-height: 1.4;
}

#footer {
	width: 100%;
    /*background: #dee0e2;*/
    background: #dee0e2;
	padding-bottom: 20px;
	text-align: left;
    padding: 1%!important;
    margin: 0 auto;
    /* border-radius: 7px; */
}

@media (min-width: 768px) {
    #footer {
        /* margin-bottom: 15px; */
    }
}

@media (max-width: 767px) {
    #footer {
        border-radius: 0px;
    }
}

#footer:after {
	content: '';
	display: block;
	clear: both;
}

.footer {
    width: 96%;
    padding: 2%;
    height: auto;
    background: #dee0e2;
}

#footer .roundCorner ul {
	overflow: hidden;
	padding-bottom: 2px;
    color: #404040;
}

.footer-nav-items {
    width: 28%;
    float: left;
    margin-right: 20px;
}

@media (max-width: 550px) {
    .footer-nav-items {
        width: 96%!important;
        float: none;
        padding: 2%;
        margin-top: 10px;
        cursor: pointer;
        /*border-bottom: 1px solid rgba(255,255,255,0.18);*/
        border-bottom: 1px solid rgba(77, 77, 77, 0.2);
        position: relative;
    }

    .footer-nav-items ul {
        display: none;
    }
    .footer-nav-items.active ul {
        display: block;
    }
    .footer-nav > li.footer-nav-items > span:first-child:before {
        content: " ";
        position: absolute;
        opacity: 0.3;
        background: #404040;
        top: 50%;
        right: 5px;
        height: 11px;
        width: 1px;
        transform: translate(0,-50%);
    }
    .footer-nav > li.footer-nav-items > span:first-child:after {
        content: " ";
        position: absolute;
        opacity: 0.3;
        background: #404040;
        top: 50%;
        right: 0;
        width: 11px;
        height: 1px;
    }
    .footer-nav > li.footer-nav-items.active > span:first-child:before {
        content: none;
    }
    .footer-nav > li.footer-nav-items.active > span:first-child:after {
        content: " ";
        position: absolute;
        opacity: 0.3;
        background: #4d4d4d;
        top: 50%;
        right: 0;
        width: 11px;
        height: 1px;
    }
}

.footer-nav-items.customer-service {
    width: 30%;
}

@media only screen and (min-width: 768px) {
    #footer .customer-service.footer-nav-items {
        width: 40%;
        padding-right: 10px;
        margin-right: 0;
    }

    #footer .footer-nav-items {
        width: 30%;
        padding-right: 10px;
        margin-right: 0;
    }
}

.footer-nav-items span {
    margin: 10px 0;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.footer-nav-items ul li {
    padding: 6px 10px 6px 0;
    font-size: 12px;
}

.footer-nav-items ul li a {
    color: #404040;
}

.footer-nav-items ul li a:hover {
    color: #44b1f3;
    text-decoration: none;
}

.grey #footer .functionNav a,
.grey #footer .functionNav a:hover,
#footer .functionNav.grey a,
#footer .functionNav.grey a:hover {
	color: #999;
}

#footer .functionNav a:hover{
	text-decoration:underline;
}

#footer #copyright {
    width: 100%;
	float: right;
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.4;
	color: rgba(64, 64, 64,.5);
    margin-top: 50px;
    margin-bottom: 30px;
    font-size:1em;
}

@media (max-width: 767px) {
    #footer #copyright {
        width: 100% !important;
        border: none;
    }
    #footer .functionNav {
        width: 100%;
        margin-bottom: 1%;
    }
}

#footer .navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
}
/* FOOTER ENDS */

@media only screen and (min-width: 768px) {
    .footer-signup .sign-up-bottom {
        margin-left: 0;
    }

    #container .container .footer-signup p {
        padding-left: 0;
    }
}

@media (max-width: 767px) and (min-width: 550px) {
    #footer .roundCorner {
        margin-top: 15px;
        margin-left: 10px;
    }
}
body > img[style="width: 1px; height:1px;"]{
    display: none;
}
