/**
 *
 * -------------------------------------------
 * Small Desktop CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 10. Small Desktop code
 *
 *
------------------------------------ */
 
/* 10.1. Base elements
==================================== */ 

#gk-bg {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 60px;
}

#static-aside-menu-toggler.active {
	margin-right: 6px!important;
}

#gk-footer {
	text-align: center;
}

#gk-style-area {
	float: none;
	margin: 0;
}

#footer-menu {
	display: inline-block!important;
	line-height: 1.0;
}

#footer-menu,
.gk-copyrights {
	clear: both;
	display: block;
	float: none!important;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}
