.copyright { }

.copyright a { margin-right: 30px; }

@media screen and (min-width: 768px) and (max-width: 1068px) {

	header .main-menu {

		width: 100%;

		text-align: center;

		min-height: 0;

	}

	header .main-menu #home-bar > ul li {

			margin: 0 -3px;

	}

	header .main-menu #home-bar {

		text-align: center;

	}

	header .main-menu #home-bar > ul {

		float: none !important;

		margin: 9px auto 5px;

		display: inline-block;	

	}

	footer .logo {

		text-align: center;

	}

	footer .links {

		text-align: center;

	}

	footer .links .nav-1 {



	}

	footer .links .nav-1 > ul {

		float: none !important;

		display: inline-block;	

	}

	footer .links .nav-2 {



	}

	footer .links .nav-2 > ul {

		float: none !important;

		display: inline-block;	

	}

	footer .links .copyright { text-align: center; }

	footer .links .copyright a { position: absolute; right: 0; }

}

@media screen and (max-width: 767px) {

	header .main-menu {

		min-height: auto;

	}

	footer .links .nav-1 {

		text-align: center;

	}

	footer .links .nav-1 > ul {

		float: none !important;

		display: inline-block;	

	}

	footer .links .nav-1 > ul > li:before {

		content: '';

		margin: 0;

	}

	footer .links .nav-2 {

		text-align: center;

		padding-bottom: 10px;

	}

	footer .links .nav-2 > ul {

		display: inline-block;

    	margin: 0 auto;

	}

	footer .links .nav-2 > ul > li {

		float: left;

		padding: 0 11px !important;

		border-right: 1px solid rgba(255, 255, 255, 0.5);

		border-left: 1px solid rgba(255, 255, 255, 0.1);

	}

	footer .links .nav-2 > ul > li:before {

		content: '';

		margin: 0;

	}

	footer .links .copyright {

		text-align: center;

		position: relative;

	    padding-bottom: 20px;

	}

	footer .links .copyright a {

		margin: 0;

	    position: absolute;

	    bottom: 0;

	    width: 120px;

	    left: calc(50% - 60px);

    }

}

@media (min-width: 991px) and (max-width: 1068px)
{
.col-md-2 {
    width: 100% !important;
}
}

@media (min-width: 768px) and (max-width: 826px)
{
header .main-menu #home-bar > ul li {
    margin: 0 -7px !important;
}
}