a.face {
  color: #3b5998;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
a.face:hover,
a.face:active,
a.face:focus {
  color: #8b9dc3;
}

.center {
	text-align: center;
}

@media only screen and (max-width:480px) {
#gkLogo img {
width: 40%;
}
}
@media only screen and (max-width:480px) {
.kubshadow1 {
	font-size: 12px !important;
	letter-spacing: 0px !important;
}
#gkHeaderMod h1 + p {
	font-size: 12px !important;
	letter-spacing: 0px !important;
}
}
@media only screen and (max-width:720px) {
#gkLogo img {
width: 50%;
}
}
.kubshadow1 {
	text-shadow: 1px 1px 1px #222;
}
.startbtn {
	background: rgba(34,35,33,0.5);
}

.startbtn:hover {
	background: rgba(34,35,33,0.2);
}
.startbtn:hover a {
	color: #fff;	
}
#gk-mobile-menu-text {
	width: 45px !important;
}

.box.video-bg .gk-border-box {
	background: rgba(34,35,33,0.7);
}
.error-page #gkPageContent {
    /*background: url('../images/header_bg.jpg') no-repeat center top;*/
	background: #333 no-repeat center top;
    background-size: cover;
}
.istart {
	font-size: 4em;
	color: #75a2b9;
	padding: 0px 0 30px 0;
	text-shadow: 0px 0px 0px #000;
}
.h4start {
	font-weight: bold;
	color: #454f64;
}
.pstart {
	color: #888;
}
.divstart {
    padding: 0 30px !important;
}
.frontpage #gkBottom1 .box {
    padding: 40px 0 50px 0 !important;
}