/*    #footer > div.container:first-child:after {
    	border-bottom: 1px solid #efeeea;
    	display: block;
    	content: '';
    	margin-top: 15px;
    }*/

    #footer nav.inline li {
    	margin-left: 20px;
    }

    #footer nav.inline ul.mainMenu li a {
    	font-size: 14px;
    	text-transform: uppercase;
    	color: #585755;
        font-weight: 700;
    }



    #footer nav.inline ul.subMenu {
    	margin-top: 15px;
    }

    #footer nav.inline ul.subMenu li {
        margin-left: 10px;
    }

    #footer nav.inline ul.subMenu li a {
    	font-size: 13px;
    	font-weight: 300;
    	display: inline-block;
        color: #5e5d58;
        letter-spacing: 0.05em;
    }

    #footer nav.inline ul li a:hover {
        color: #000;
    }

    #footer nav.inline ul.subMenu li:after {
    	margin-left: 10px;
    	content: '|';
    	display: inline-block;
    }

    #footer nav.inline ul.subMenu li:last-child:after {
    	display: none;
    }


    #footer {
    	text-align: center;
    }

    #footer .social ul li {
        display: inline-block;
        margin-left: 10px;
    }

    #footer .social ul li a {
        display: block;
        border-radius: 50%;
        background: #efeeea;
        color: #5e5d58;
        width: 40px;
        line-height: 40px;
        height: 40px;
        text-align: center;
        font-size: 15px;
    }

    #footer .social ul li a:hover {
        background: #9d9d9d;
        color: #fff;
    }

    #footer #afterFooter {
        background: #eeeeee;
        padding: 15px 30px;
        font-size: 14px;
    }

    #footer #afterFooter a {
        color: #5e5d58;
    }

    #footer #afterFooter a:hover {
        color: #000;
    }


    #footer #afterFooter .row {
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-content: stretch;
        text-align: center;
    }

    
@media screen and (min-width:992px) {
    #footer #afterFooter .left {
        text-align: left;
    }

    #footer #afterFooter .right {
        text-align: right;
    }
    
    #footer .social {
        text-align: right;
    }

    
    #footer .logo {
        text-align: left;
    }

    #footer .social ul li a {
        width: 30px;
        line-height: 30px;
        height: 30px;
    }
}

@media screen and (min-width:1200px) {
    #footer .social ul li a {
        width: 40px;
        line-height: 40px;
        height: 40px;
    }
}

@media screen and (max-width:991px) {
	#footer footer {
		padding-bottom: 45px;
	}

	#footer footer nav ul {
		display: none;
	}

	#footer footer nav.open ul {
		display: block;
		margin-bottom: 30px;
	}

	#footer footer nav .title {
		position: relative;
		padding: 10px 30px 10px 0;
		cursor: pointer;
		border-top: 1px solid #000;
		margin-bottom: 0;
	}

	#footer footer nav:first-child .title {
		border-top: 0;
	}

	#footer footer nav .title:after {
		content: '+';
		position: absolute;
		color: #979797;
		top: 0;
		right: 0;
		line-height: 40px;
		width: 30px;
		text-align: center;
	}

	#footer footer nav.open .title:after {
		content: '-';
		color: #fff;
	}


	#footer .social ul li a {
        width: 40px;
        line-height: 40px;
        height: 40px;
    }


}