body {
	margin-top: 35px !important;
}
#bgadver1000,
#mainbox {
	background: transparent;
	background: rgba(0,0,0,0);
}

#cabinetboxwide {
	position: fixed !important;
	width: 100%; 
	z-index: 40; 
	top: 0px;
}
div.footermenu h3 a {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px; padding: 0px;
	text-align: inherit;
}
h1 {
	font-size: 40px;
	line-height: 46px;
	text-transform: none;
	font-weight: normal;
}
h2 {
	font-size: 34px;
	line-height: 40px;
	text-transform: none;
	font-weight: normal;
}
.gg-pic {
	height: 316px;
	margin: 25px 0px 0px;
	background: url(/gogmat/img/gogmat-system-screenshot.jpg) center center no-repeat;
	position: relative;
}
.whatis {
	font-size: 16px;
	line-height: 20px;
}
.whatis>img {
	margin-right: 7px;
	float: left;
}
.whatis>.s2 {
	padding-top: 30px;
}
.whatis>.s3 {
	padding-top: 15px;
}
.whatis>.s4 {
	padding-top: 10px;
}

#key4 {
	background: url(/gogmat/img/call-to-action-bg.png) left top repeat-x;
	height: 380px;
	width: 100%;
	min-width: 960px;
	margin-top: 80px;
}
#key4 p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	height: 85px;
	margin-bottom: 50px;
}
#key4 .btn {
	display: block;
	text-decoration: none;
	width: 380px;
	height: 62px;
	line-height: 62px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	box-shadow: inset 0px -3px 0px rgba(0,0,0,.2);
	border-radius: 5px;
	transition: all .3s ease;
}
#key4 .btn:hover {
	opacity: .88;
}
#key4 .btn:active {
	opacity: 1;
}
.btn-red {
	background-color: #de4041;
}
.btn-blue {
	background-color: #1d7bbe;
}

#getdisc>.back {
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 41 !important;
	background: #000;
	opacity: .5;
}
#getdisc>.form {
	background: #fff;
	top: 110px;
	left: 50%;
	margin-left: -200px;
	position: fixed;
	width: 360px;
	padding: 20px;
	border-radius: 10px;
	z-index: 42;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
#getdisc>.form>form {
	margin-top: 15px;
}
#getdisc>.form>form>label {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 3px;
	cursor: pointer;
}
#getdisc>.form>form>input[type="email"],
#getdisc>.form>form>input[type="text"] {
	padding: 6px;
	width: 250px;
	border-radius: 5px;
	border: 1px solid #dadada;
}
#getdisc>.form>form>input[type="email"]:focus,
#getdisc>.form>form>input[type="text"]:focus {
	border: 1px solid #eee;
	box-shadow: 0px 0px 5px #81cbff;
	outline: none;
}
#getdisc>.form>.hide-btn {
	position: absolute;
	right: 12px;
	top: 8px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	opacity: .3;
	transition: all .3s ease;
}
#getdisc>.form>.hide-btn:hover {
	opacity: 1;
}
#user_exp_graph {
position: absolute;
width: 272px;
height: 0px;
margin-top: 96px;
top: 73px;
left: 418px;
background: url(/gogmat/img/user-exp-graph.png) left bottom no-repeat;
transition: all 2s ease;
-webkit-transition: all 2s ease;
}
#user_exp_graph.active {
height: 49px;
margin-top: 49px;
}