/**
 *
 * -------------------------------------------
 * Template stuff CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 7. Template additional features styles
 *
 *
------------------------------------ */

/* 7.1. Breadcrumbs & font-size
==================================== */
 
#gk-breadcrumb-area {
	background: transparent;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	font-weight: 300;
	line-height: 2.0;
	margin-bottom: 30px;
	padding: 10px 0;
} 
 
.gk-breadcrumbs {
	color: #999;
	float: left;
} 

.gk-breadcrumbs > a:first-child:before {
	display: none;
}

.gk-breadcrumbs > a:before,
.gk-breadcrumbs > span:before {
	color: #ddd;
	content: " / ";
	font-weight: normal;
	padding: 0 3px;
}

.gk-breadcrumbs > span {
	color: #999;
}

#gk-font-size {
	float: right;
}

#gk-font-size > a {
	margin-left: 5px;
}
 
/* 7.2. Contact page template
==================================== */

#gk-contact {
	margin: 0;
	max-width: 540px;
	overflow: hidden;
	width: 100%;
}

#gk-contact dd {
	margin: 5px 0;
	padding: 0;
}

#gk-contact span.error {
	color: #dd514c;
	font-size: 14px;
}

.contactpage input[type="text"],
.contactpage textarea {
	width: 100%;
}

.contactpage input[type="submit"] {
	float: right;
	margin: 0;
}

#loginform #rememberme {
	margin: 13px 5px 0 2px;
}

/* 7.3. Page 404 template 
==================================== */ 

.page404 > p:first-child {
	font-size: 150%;
	padding: 20px 0;
	text-align: center;
}

.page404 > p:first-child > small {
	display: block;
	font-size: 85%;
	text-align: center;
}

.page404 label[for="s"] {
	display: none;
}

.page404 form {
	margin: 10px 0 30px 0;
	text-align: center;
}

.page404 > div {
	clear: both;
	overflow: hidden;
}

.page404 .widget {
	float: left;
	margin: 0 2%;
	width: 46%;
}

.page404 #searchsubmit {
	display: inline-block;
	float: none!important;
	vertical-align: middle;
}
/* 7.4. Archive page template
==================================== */

.archivepage .widget h2 {
	font-size: 26px;
	margin-bottom: 30px;
}

.archivepage .widget {
    float: left;
    margin: 0 2%;
    padding: 0;
    width: 27%;
}

.archivepage .widget.first {
    margin-left: 0;
    width: 37%;
}

.archivepage .widget.last {
    margin-right: 0;
    width: 27%;
}

.archivepage .widget li:before {
    display: none;
}

.archivepage .widget.first li {
    position: relative;
}

.archivepage .widget.first li a {
    display: block;
    padding-left: 65px;
}

.archivepage .widget li small {
    color: #777;
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 9px;
}

/* 7.5. Tag cloud template
==================================== */

.tagcloud .tag-cloud {
	border-top: 1px solid #e5e5e5;
	margin: 20px 0;
	padding: 10px 0;
}

.tagcloud .tag-cloud a {
	font-weight: 400;
	padding: 0 10px;
	vertical-align: middle;
}

/* 7.6. Login page template
==================================== */

.loginpage #loginform {
	overflow: hidden;
	width: 240px;
}

.loginpage #loginform p {
    margin: 15px 0;
}

#loginform p.login-remember,
#loginform p.login-submit {
	margin-top: 0;
}

.loginpage input[type="text"],
.loginpage input[type="password"] {
	clear: both;
	width: 240px;
}

.loginpage p label {
	display: block;
}

.loginpage .login-remember {
	float: left;
}

.loginpage .login-submit {
	float: right;
	margin: 10px 0;
}

.loginpage .login-submit input[type="submit"] {
	margin: 0;
}

.loginpage nav.small {
	border-top: 1px solid #eee;
	clear: both;
	padding: 10px 0;
	width: 240px;
}

.loginpage nav.small ul {
	margin: 0;
}

.loginpage nav.small ul li {
	float: left;
	font-size: 13px;
	font-weight: 400;
	margin-right: 10px;
	padding-left: 0;
}

.loginpage nav.small ul li:before {
	display: none;
}

/* 7.7. Post formats header
==================================== */

header hgroup h2 {
	margin: 0;
	padding: 11px 0 10px 0;
}

.gk-format-aside,
.gk-format-audio,
.gk-format-chat,
.gk-format-gallery,
.gk-format-image,
.gk-format-link,
.gk-format-quote,
.gk-format-status,
.gk-format-video {
	display: block;
	float: left;
	height: 26px;
	margin: -3px 10px 0 0!important;
	overflow: hidden;
	width: 26px;
}

.gk-format-aside:before,
.gk-format-audio:before,
.gk-format-chat:before,
.gk-format-gallery:before,
.gk-format-image:before,
.gk-format-link:before,
.gk-format-quote:before,
.gk-format-status:before,
.gk-format-video:before {
	color: #e74c3c;
	display: block;
	font-family: FontAwesome;
	font-size: 15px;
	line-height: 1.8;
}

.gk-format-aside:before { 
	content: "\f0f6";
}

.gk-format-audio:before { 
	content: "\f001";
}

.gk-format-chat:before { 
	content: "\f086";
}

.gk-format-gallery:before { 
	content: "\f00a";
}

.gk-format-image:before { 
	content: "\f03e";
}

.gk-format-link:before { 
	content: "\f0c1";
}

.gk-format-quote:before { 
	content: "\f10e";
}

.gk-format-status:before { 
	content: "\f073";
}

.gk-format-video:before { 
	content: "\f03d";
}

/* 7.8. Page navigation
==================================== */

.pagenav {
	margin: 20px 0 10px 0;
	overflow: hidden;
}

.pagenav .nav-prev {
	float: left;
}

.pagenav .nav-next {
	float: right;
}

/* 7.9. Author info
==================================== */

.author-info {
	border: 1px solid #e5e5e5;
	clear: both;
	margin: 0 0 52px 0;
	min-height: 48px;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

#gk-social-api + .author-info {
	margin-top: 57px;
}

.author-info > aside {
	left: 24px;
	position: absolute;
	top: 24px;
}

.author-info img {
	display: block;
}

.author-info > div {
	padding: 0 0 0 130px;
}

.author-info h2 {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.author-info .author-desc {
	font-size: 14px;
	line-height: 23px;
}

.author-info .author-desc p {
	margin-bottom: 8px;
}

.author-info p.author-www,
.author-info p.author-google {
	font-size: 12px;
	line-height: 1.7;
}

/* 7.10. Post custom fields
==================================== */

.content dl.post-fields {
	border-top: 1px solid #e5e5e5;
	line-height: 1.6;
	margin: 10px 0;
	padding: 0;
}

.content dl.post-fields dt {
	border-top: 1px solid #e5e5e5;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0 0;
	padding: 10px 0;
}

.content dl.post-fields dt:first-child {
	border-top: none;
} 

.content dl.post-fields dd {
	margin: 0;
	padding: 5px 0;
}

/* 7.11. oEmbed support
==================================== */

/* YouTube, Vimeo - responsive support */
.content iframe[src^='http://www.youtube.com'],
.content iframe[src^='https://www.youtube.com'],
.content iframe[src^='http://youtube.com'],
.content iframe[src^='https://youtube.com'],
.content iframe[src*='vimeo.com'] {
	max-width: 100%!important;
}

/* Twitter - responsive support */
.content .twitter-tweet-rendered {
	max-width: 100%!important;
}

/* Flickr - responsive support */
.content a[href^='http://www.flickr.com'],
.content a[href^='https://www.flickr.com'],
.content a[href^='http://flickr.com'],
.content a[href^='https://flickr.com'] {
	max-width: 100%!important;
}


/* 7.12. Attachment page
==================================== */

.attachment-page p {
	clear: both;
	padding: 30px 0 0 0;
}

.attachment-page .nav-prev {
	float: left;
}

.attachment-page .nav-next {
	float: right;
}

.attachment-page .intro {
	overflow: hidden;
	padding: 0 0 30px 0;
}

/* 7.13. Search page
==================================== */

.search-page #searchform {
	padding: 40px 0;
	text-align: center;
}

.search-page #searchform input[type="submit"] {
	display: inline-block;
	float: none;
}

.search-page .page-title {
	font-size: 32px;
	text-align: center;
}

.search-page #searchform #s {
	height: 39px;
}

/* 7.14. Thickbox styling
==================================== */

body #TB_load,
body #TB_window {
	border: none!important;
	background: transparent!important;
}

body #TB_window {
	background: #000!important;
}

body #TB_title {
	display: none;
}

/* 7.15. Demo content
==================================== */

/* Homepage elements */
#gk-mainbody .grid-border {
	padding: 0;
}
/* grid-left-img and gird-right-img suffixes */
.gk-nsp.grid-left-img .gk-nsp-arts,
.gk-nsp.grid-right-img .gk-nsp-arts {
	padding: 0;
}

.gk-grid-element .box > div,
.gk-grid-element .box {
	margin: 0!important;
	padding: 0!important;
}

.grid-border .gk-grid {
	border: 1px solid #dbdbdb;
	border-left: none;
	border-right: none;
}

.normal-width.grid-border .gk-grid {
	border: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.gk-nsp.grid-left-img .gk-nsp-image-wrap {
	background: #fff;
	float: left;
	width: 50%!important;
}

.gk-nsp.grid-right-img .gk-nsp-image-wrap {
	background: #fff;
	float: right;
	width: 50%!important;
}
.gk-nsp.grid-left-img .gk-nsp-image,
.gk-nsp.grid-right-img .gk-nsp-image {
	height: auto!important;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%!important;
}
.gk-nsp.grid-left-img .gk-nsp-image:hover,
.gk-nsp.grid-right-img .gk-nsp-image:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.gk-nsp.grid-left-img .gk-nsp-art,
.gk-nsp.grid-right-img .gk-nsp-art {
	background: #fff;
	position: relative;	
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.gk-nsp.grid-left-img .gk-nsp-content-wrap,
.gk-nsp.grid-right-img .gk-nsp-content-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 22px;
	width: 50%!important;
}

.gk-nsp.grid-left-img .gk-nsp-author,
.gk-nsp.grid-right-img .gk-nsp-author {
	color: #e74c3c;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.gk-nsp.grid-right-img .gk-nsp-category,
.gk-nsp.grid-left-img .gk-nsp-category,
.gk-nsp.grid-right-img .gk-nsp-date,
.gk-nsp.grid-left-img .gk-nsp-date {
	bottom: 40px;
	color: #999!important;
	font-size: 12px;
	padding: 0;
	position: absolute;
	text-transform: none;
}

.gk-nsp.grid-right-img .gk-nsp-date,
.gk-nsp.grid-left-img .gk-nsp-date {
	bottom: 20px;
}

.gk-nsp.grid-left-img .gk-nsp-info,
.gk-nsp.grid-right-img .gk-nsp-info {
	line-height: 1.6;
	margin: 0!important;
}

.gk-nsp.grid-left-img .gk-nsp-info > a,
.gk-nsp.grid-right-img .gk-nsp-info > a,
.gk-nsp.grid-left-img .gk-nsp-info > span,
.gk-nsp.grid-right-img .gk-nsp-info > span {
	clear: both;
	color: #999;
	display: block;
}
.gk-nsp.grid-left-img .gk-nsp-info > a:active,
.gk-nsp.grid-right-img .gk-nsp-info > a:active,
.gk-nsp.grid-left-img .gk-nsp-info > a:focus,
.gk-nsp.grid-right-img .gk-nsp-info > a:focus,
.gk-nsp.grid-left-img .gk-nsp-info > a:hover,
.gk-nsp.grid-right-img .gk-nsp-info > a:hover {
	color: #e74c3c;
}
.gk-nsp.grid-left-img .gk-nsp-header,
.gk-nsp.grid-right-img .gk-nsp-header,
.gk-nsp.grid-left-img .gk-nsp-header a,
.gk-nsp.grid-right-img .gk-nsp-header a {
	color: #000!important;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 3px 0 0;
    text-transform: uppercase;
}
.gk-nsp.grid-left-img .gk-nsp-header a:active,
.gk-nsp.grid-right-img .gk-nsp-header a:active,
.gk-nsp.grid-left-img .gk-nsp-header a:focus,
.gk-nsp.grid-right-img .gk-nsp-header a:focus,
.gk-nsp.grid-left-img .gk-nsp-header a:hover,
.gk-nsp.grid-right-img .gk-nsp-header a:hover {
	color: #e74c3c!important;
}
.gk-nsp.grid-left-img .gk-nsp-art:hover,
.gk-nsp.grid-right-img .gk-nsp-art:hover {
	background: #e74c3c;
}
.gk-nsp.grid-left-img .gk-nsp-art *,
.gk-nsp.grid-right-img .gk-nsp-art * {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.gk-nsp.grid-left-img .gk-nsp-art:hover *,
.gk-nsp.grid-right-img .gk-nsp-art:hover *,
.gk-nsp.grid-left-img .gk-nsp-art:hover a,
.gk-nsp.grid-right-img .gk-nsp-art:hover a,
.gk-nsp.grid-left-img .gk-nsp-art:hover a:active,
.gk-nsp.grid-right-img .gk-nsp-art:hover a:active,
.gk-nsp.grid-left-img .gk-nsp-art:hover a:focus,
.gk-nsp.grid-right-img .gk-nsp-art:hover a:focus,
.gk-nsp.grid-left-img .gk-nsp-art:hover a:hover,
.gk-nsp.grid-right-img .gk-nsp-art:hover a:hover {
	color: #fff!important;
}

/* grid-big-img */
.gk-nsp.grid-big-img {
	height: 100%;
}
.gk-nsp.grid-big-img .gk-nsp-arts {
	background: #fff;
	padding: 0;
}
.gk-nsp.grid-big-img .gk-nsp-image-wrap {
	position: relative;
	width: 66.666666%;
}
.gk-nsp.grid-big-img .gk-nsp-content-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 21px 24px 24px;
	width: 33.333333%;
}
.gk-nsp.grid-big-img .gk-nsp-image-wrap:after {
	border: 17px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	content: "";
	display: block;
	right: 0px;
	position: absolute;
	top: 8%;
}
.gk-nsp.grid-big-img .gk-nsp-image-wrap img {
	height: 100%!important;
	width: 100%!important;
}

.gk-nsp.grid-big-img .gk-nsp-image-wrap a {
	display: block;
	height: 100%!important;
}
.gk-nsp.grid-big-img .gk-nsp-image {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
}
.gk-nsp.grid-big-img .gk-nsp-image:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
.gk-nsp.grid-big-img .gk-nsp-category {
	color: #e74c3c;
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
.gk-nsp.grid-big-img .gk-nsp-info {
	line-height: 1.6;
	margin: 0!important;
}
.gk-nsp.grid-big-img .gk-nsp-category:active,
.gk-nsp.grid-big-img .gk-nsp-category:focus,
.gk-nsp.grid-big-img .gk-nsp-category:hover {
	color: #000;
}
.gk-nsp.grid-big-img .gk-nsp-header {
	letter-spacing: 0;
	margin: 10px 0 32px!important;
	text-transform: uppercase;
}
.gk-nsp.grid-big-img .gk-nsp-header,
.gk-nsp.grid-big-img .gk-nsp-header a {
	color: #000!important;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.1;
	padding: 0;
}
.gk-nsp.grid-big-img .gk-nsp-header a:active,
.gk-nsp.grid-big-img .gk-nsp-header a:focus,
.gk-nsp.grid-big-img .gk-nsp-header a:hover {
	color: #e74c3c!important;
}
.gk-nsp.grid-big-img .gk-nsp-date {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	font-size: 11px;
	margin: 0 -24px 32px -24px;
	padding: 4px 24px;
	text-transform: uppercase;
}
.gk-nsp.grid-big-img .gk-nsp-text {
	color: #999;
	font-size: 16px;
	line-height: 1.6;
}

/* Grid news style */
.gk-nsp.grid-right-img.news .gk-nsp-category,
.gk-nsp.grid-left-img.news .gk-nsp-category {
	color: #e74c3c!important;
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

.gk-nsp.grid-right-img.news .gk-nsp-category,
.gk-nsp.grid-left-img.news .gk-nsp-category {
	position: static;
}

.gk-nsp.grid-right-img.news .gk-nsp-art {
	border-left: 1px solid #e5e5e5;
}

.gk-nsp.grid-left-img.news .gk-nsp-header a,
.gk-nsp.grid-right-img.news .gk-nsp-header a {
	font-size: 28px;
}

.gk-nsp.grid-right-img.news .gk-nsp-date,
.gk-nsp.grid-left-img.news .gk-nsp-date {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 6px;
	border-top: 1px solid #e5e5e5;
	display: block;
	font-size: 11px;
	margin: 0 -24px;
	padding: 4px 24px;
	position: absolute;
	text-transform: uppercase;
	width: 50%;
}

.gk-nsp.grid-left-img.news .gk-nsp-header,
.gk-nsp.grid-right-img.news .gk-nsp-header {
	margin: 10px 0 15px!important;
}

.gk-nsp.grid-left-img.news .gk-nsp-content-wrap,
.gk-nsp.grid-right-img.news .gk-nsp-content-wrap {
	padding: 21px 24px 24px;
}

.box.normal-width .gk-nsp.grid-left-img.news .gk-nsp-header a {
	font-size: 23px;
}

/* User grid content type */
.gk-grid-element .gk-avatar {
	background: #222;
}
.gk-grid-element .gk-avatar {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	opacity: 1; filter: alpha(opacity=100);
	position: absolute;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%!important;
}
.gk-grid-element .gk-avatar > span {
	background: #e74c3c;
	color: #fff;
	height: 100%;
	opacity: 0; filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
}
.gk-grid-element .gk-avatar:hover > span {
	opacity: 1; filter: alpha(opacity=100);
}
.gk-grid-element .gk-avatar > span > em {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	line-height: 20px;
	margin: 20px 0 0 0;
	opacity: 0; filter: alpha(opacity=0);
	padding: 0 10px;
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
}
.gk-grid-element .gk-avatar:hover > span > em {
	margin: -10px 0 0 0;
	opacity: 1; filter: alpha(opacity=100);
}

/* 7.15. Log in popup
==================================== */

#gk-popup-overlay,
#gk-popup-login {
	color: #777;
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 40px;
}

#gk-popup-login {
	margin-left: -220px;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	perspective: 1200px;
	width: 426px;
}

#gk-popup-login > div {
	-webkit-transform: rotateX(-45deg);
	-moz-transform: rotateX(-45deg);
	-ms-transform: rotateX(-45deg);
	-o-transform: rotateX(-45deg);
	transform: rotateX(-45deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#gk-popup-login.gk3danim > div {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.gk-popup-wrap {
	background: #fff;
	padding: 40px;
	overflow: hidden;
}

.gk-popup-wrap h3 {
	font-size: 36px;
	font-weight: 400;
	line-height: 42px;
	margin: 0 0 32px;
	text-transform: uppercase;
}

.gk-popup-wrap h3 small {
	font-size: 16px!important;
}

.gk-popup-wrap h3 a {
	color: #e74c3c;
}

.gk-popup-wrap h3 a:hover {
	color: #000;
}

.gk-popup-wrap p {
	margin: 0 0 10px 0;
}

.gk-popup-wrap .login-submit {
	padding: 0 0 30px 0;
}

.gk-popup-wrap input[type="text"],
.gk-popup-wrap input[type="password"] {
	margin: 0;
	width: 85%;
}

#gk-popup-overlay {
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	height: 100%;
	left: 0;
	margin-left: 0;
	opacity: 0.45;
	top: 0;
	width: 100%;
	z-index: 1000001;
}

.gk-popup-wrap .login-remember label {
	color: #535353;
	font-size: 12px;
	font-weight: 300;
	line-height: 27px;
}

.gk-popup-wrap .small li:last-child {
	display: block;
}

.gk-popup .small {
	border-top: 1px solid #e7e7e7;
	font-size: 12px;
	margin: 30px 0 0;
	padding: 16px 0 0;
}

/* 7.16. Tables
==================================== */

article section table {
	margin: 10px 0;
}

article section table th {
	background: #eee;
	padding: 0 4px;
	text-align: left;
}

article section table td {
	padding: 0 4px;
}

article section table tbody tr:nth-child(2n) {
	background: #f5f5f5;
}

article section table td span.gk-table-label {
	display: none;
}