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

.gk-page {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px!important;
	padding-right: 10px!important;
}

#gk-bottom1 > div,
#gk-bottom2 > div {
	padding-left: 10px!important;
	padding-right: 10px!important;
}

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

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

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

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

.gk-is-wrapper-gk_creativity .figcaption h1,
.gk-is-wrapper-gk_creativity .figcaption h2 {
	max-width: 760px;
}

.onepage #gk-header .box, 
.onepage #gk-bottom1 .box, 
.onepage #gk-bottom2 .box, 
.onepage #gk-page-content .box {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 -10px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	width: 100%!important;
}