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

/* Icons */ 
@charset "UTF-8";
@font-face {
	font-family: "mo-pixellove";
	src: url("../fonts/mo-pixellove/mo-pixellove.eot");
	src: url("../fonts/mo-pixellove/mo-pixellove.eot#iefix") format("embedded-opentype"), url("../fonts/mo-pixellove/mo-pixellove.ttf") format("truetype"), url("../fonts/mo-pixellove/mo-pixellove.svg") format("svg"), url("../fonts/mo-pixellove/mo-pixellove.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: "mo-pixellove" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "mo-pixellove" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-rss:before { content: "a"; }
.icon-book:before { content: "c"; }
.icon-box:before { content: "e"; }
.icon-calendar:before { content: "f"; }
.icon-camera:before { content: "g"; }
.icon-certificate:before { content: "h"; }
.icon-chart:before { content: "i"; }
.icon-chat:before { content: "j"; }
.icon-devices:before { content: "k"; }
.icon-email:before { content: "l"; }
.icon-folder:before { content: "m"; }
.icon-headset:before { content: "n"; }
.icon-hits:before { content: "o"; }
.icon-loop:before { content: "p"; }
.icon-marker:before { content: "q"; }
.icon-pin:before { content: "r"; }
.icon-rating:before { content: "s"; }
.icon-rocket:before { content: "t"; }
.icon-tag:before { content: "u"; }
.icon-timer:before { content: "v"; }
.icon-user:before { content: "w"; }
.icon-video:before { content: "x"; }
.icon-zoom:before { content: "y"; }

/* GK Icons */
@font-face {
	font-family: "mo-gk-icons";
	src: url("../fonts/mo-gk-icons/mo-gk-icons.eot");
	src: url("../fonts/mo-gk-icons/mo-gk-icons.eot#iefix") format("embedded-opentype"), url("../fonts/mo-gk-icons/mo-gk-icons.ttf") format("truetype"), url("../fonts/mo-gk-icons/mo-gk-icons.svg") format("svg"), url("../fonts/mo-gk-icons/mo-gk-icons.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: "mo-gk-icons" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="gk-icon-"]:before,
[class*=" gk-icon-"]:before {
	font-family: "mo-gk-icons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gk-icon-gplay:before { content: "a"; }
.gk-icon-appstore:before { content: "b"; }
.gk-icon-menu:before { content: "d"; }

/* 7.1. Breadcrumbs & font-size
==================================== */
 
#gk-breadcrumb-area {
	background: #84cbc5;
	overflow: hidden;
	padding: 40px 120px 42px;
} 
 
.gk-breadcrumbs {
	float: none;
	margin: 0 auto;
} 

.gk-breadcrumbs a,
.gk-breadcrumbs span {
	color: #fff;
	float: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 2.0;
	max-width: 100%;
}

.gk-breadcrumbs a:active,
.gk-breadcrumbs a:focus,
.gk-breadcrumbs a:hover {
	color: #fff;
	color: rgba(255, 255, 255, .65);
}

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

.gk-breadcrumbs > a:before,
.gk-breadcrumbs > span:before {	
	color: #fff;
	content: " / ";
	font-size: 18px;
	font-weight: 300;
	padding: 1px 5px 1px 10px!important;
}
 
/* 7.2. Contact page template
==================================== */

.contactpage .featured-image {
	margin-bottom: 24px;
	padding-top: 44px;
}

.contactpage .featured-image:hover img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 1;
}

.contactpage .page-title:after {
	display: none!important;
}

.contactpage h3 {
	clear: both;
	font-size: 24px;
	font-weight: 300;
	padding: 50px 0 0;
}

.contactpage address,
.contactpage .contact-info {
	float: left;
	margin: 0 92px 32px 0
}

.contactpage .contact-text {
	color: #000;
	font-size: 12px;
	font-weight: 600;
}

.contactpage section.intro {
	font-size: 100%;
}

.contactpage .contact-info div {
	float: left;
		margin: 0 52px 0 0
}

.page-template-template-contact-php #gk-mainbody-bottom .box {
	border-top: 1px solid #E5E5E5;
	font-size: 14px;
	margin: 42px 0 0;
	padding: 24px 0 0;
}

#gk-contact {
	margin: 0;
	max-width: 100%;
	width: 100%;
}

#gk-contact:after {
	clear: both;
	content: "";
	display: table;
}

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

#gk-contact span.error {
	color: #d82731;
}

.contactpage .gk-contact-error,
.contactpage .gk-contact-thanks {
	line-height: 18px;
	margin: 30px 0;
	max-width: 520px;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.contactpage .gk-contact-error:before {
	top: 10px;
}

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

#gk-contact input[type="text"] {
	width: 80%;
}

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

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

#gk-contact dl {
	float: left;
	width: 50%;
}

#gk-contact > p {
	margin-bottom: 10px;
}

#gk-contact label {
	text-transform: none;
}

#gk-contact .inline,
#gk-contact .inline {
	display: inline-block;
	float: left;
	margin: 12px 0 0;
	width: auto;
}

/* 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 > div + div {
	margin-top: 40px;
}

/* 7.4. Archive page template
==================================== */

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

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

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

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

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

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

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

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

/* 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: 300;
	padding: 0 10px;
	vertical-align: middle;
}

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

.loginpage #loginform {
	margin: 0;
	overflow: hidden;
	width: 270px;
}

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

.loginpage #loginform p {
	margin-bottom: 10px;
}

.loginpage p label {
	display: block;
	text-transform: none;
}

.loginpage .login-remember {
	float: left;
	padding-top: 12px;
}

.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;
	margin: 10px 0;
	padding: 10px 0;
	width: 270px;
}

.loginpage nav.small ul {
	font-size: 13px;
	margin: 0;
}

.loginpage nav.small ul li {
	float: left;
	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-right: 7px!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 {
	background: #363636;
	border-radius: 3px;
	color: #fff;
	display: block;
	height: 48px;
	font-family: FontAwesome;
	font-size: 16px;
	left: 96px;
	line-height: 48px;
	position: absolute;
	text-align: center;
	top: 70px;
	width: 48px;
	z-index: 1001;
}

.single-post .format:before {
	left: 96px;
	position: absolute;
	top: 65px;
}

.single-post .format {
	margin-right: 0!important;
	width: 1px;
}

.single-post .format:after {
	display: none;
}

.single-post article.no-date .format:before {
	background: transparent;
	color: #aaa;
	height: 24px;
	line-height: 16px;
	margin: 0;
	position: static;
	width: 24px;
}

.single-post article.no-date .format {
	margin-right: 7px!important;
	width: 26px;
}

.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 {
	background: #f3f8ff;
	clear: both;
	margin: 0 0 48px 0;
	min-height: 48px;
	overflow: hidden;
	padding: 36px;
	position: relative;
}

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

.author-info p:last-child {
	margin-bottom: 0;
}

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

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

.author-info img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
}

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

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

.author-info a {
	color: #292b31;
}

.author-info a:hover {
	color: #f47264;
}

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

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

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

.content dl.post-fields dt {
	border-top: 1px solid #eee;
	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;
}

/* 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. Log in popup
==================================== */

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

#gk-popup-login {
	margin-left: -220px;
	position: fixed;
	width: 426px;
}

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

.gk-popup-wrap h3 {
	font-size: 33px;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 30px;
	text-transform: uppercase;
}

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

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

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

.gk-popup-wrap input[type="submit"] {
	height: 44px;
	line-height: 44px;
	padding: 0 22px;
}

#gk-popup-overlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}

/* 7.16. Demo content
==================================== */

/* Frontpage elements */

/* Header I */
.custom.gk-header1 { padding: 300px 120px 0 120px; }
.custom.gk-header1 > div:first-child {
	float: left;
	width: 42%;
}
.gk-header1 h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 300;
	line-height: 1;
}
.gk-header1 p {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	margin: 30px 0 0 0;
}
.gk-header1 a {
	background: #f47264;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	height: 38px;
	margin: 50px 0 0 0;
	line-height: 39px;
	padding: 0 38px;
}
.gk-header1 a:active,
.gk-header1 a:focus,
.gk-header1 a:hover { background: #222; }
.custom.gk-header1 .gk-tablet {
	background: url('../images/header_1_img.png') no-repeat center center;
	background-size: 100% 100%!important;
	float: right;
	margin: -112px 0 -80px 0;
	height: 620px;
	position: relative;
	width: 430px;
}
.svg .custom.gk-header1 .gk-tablet {
	background: url('../images/header_1_img.svg') no-repeat center center;
}
.gk-header1 .gk-tablet > div {
	display: block;
	overflow: hidden;
	position: absolute;
	max-width: 85%;
	left: 8%;
	top: 9%;
}
.gk-header1 .gk-tablet img {
	display: block;
	float: left;
}
.gk-header1 .gk-tablet[data-slides="1"] img { width: 100%; }
.gk-header1 .gk-tablet[data-slides="2"] img { width: 50%; }
.gk-header1 .gk-tablet[data-slides="3"] img { width: 33.333333%; }
.gk-header1 .gk-tablet[data-slides="4"] img { width: 25%; }
.gk-header1 .gk-tablet[data-slides="5"] img { width: 20%; }
.gk-header1 .gk-tablet[data-slides="6"] img { width: 16.666666%; }
.gk-header1 .gk-tablet[data-slides="1"] > div > div { width: 100%; }
.gk-header1 .gk-tablet[data-slides="2"] > div > div { width: 200%; }
.gk-header1 .gk-tablet[data-slides="3"] > div > div { width: 300%; }
.gk-header1 .gk-tablet[data-slides="4"] > div > div { width: 400%; }
.gk-header1 .gk-tablet[data-slides="5"] > div > div { width: 500%; }
.gk-header1 .gk-tablet[data-slides="6"] > div > div { width: 600%; }

/* Header II */
.custom.gk-header2 {
	background: url('../images/header2_bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 300px 120px;
	text-align: center;
}
.gk-header2 small {
	color: #fff;
	display: block;
	font-size: 17px;
	font-style: italic;
}
.gk-header2 h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 400;
}
.gk-header2 a {
	background: #84cbc5;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	height: 38px;
	margin: 50px 0 0 0;
	line-height: 39px;
	padding: 0 38px;
}
.gk-header2 a:active,
.gk-header2 a:focus,
.gk-header2 a:hover { background: #f47264; }
/* Header III */
.custom.gk-header3 {
	background: url('../images/header3_bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 240px 120px 140px 120px;
	text-align: center;
}
.gk-header3 small {
	color: #fff;
	font-size: 17px;
	font-style: italic;
}
.gk-header3 h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	margin: 0;
}
.gk-header3 .gk-avatar {
	margin: 0 auto 40px auto;
	position: relative;
	width: 530px;
}
.gk-header3 .gk-avatar img {
	border: 3px solid #fff;
	border-radius: 50%;
}
.gk-header3 .gk-avatar a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 32px;
	height: 72px;
	line-height: 73px;
	margin: -36px 0 0 0;
	position: absolute;
	text-align: center;
	text-indent: 5px;
	top: 50%;
	width: 72px;
}
.gk-header3 .gk-avatar i { color: #fff; }
.gk-header3 .gk-avatar .gk-fb { left: 0; }
.gk-header3 .gk-avatar .gk-twitter { right: 0; }
.gk-header3 small {
	display: block;
}

/* Text classes */
.text-centered {
	text-align: center;
}

u {
	border-bottom: 1px solid #ccc;
	color: #9d9d9d;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-decoration: none;
}

/* Columns */
div[data-width],
address[data-width] {
	float: left;
}

div[data-width] h3 {
	font-weight: 300;
	margin-bottom: 24px;
}

address[data-width] {
	border-left: 1px solid #f1857a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
	padding-left: 40px;
}

address > p.heading {
	display: block;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	padding-bottom: 25px;
}

#gk-bottom5 address[data-width],
#gk-bottom6 address[data-width] {
	border-left-color: #ff9d93;
}

div[data-width]:last-child,
address[data-width]:last-child {
	float: right;
}

div[data-width="30"],
address[data-width="30"] { width: 30%; }
div[data-width="35"],
address[data-width="35"] { width: 35%; }
div[data-width="40"],
address[data-width="40"] { width: 40%; }
div[data-width="45"],
address[data-width="45"] { width: 45%; }
div[data-width="50"],
address[data-width="50"] { width: 50%; }
div[data-width="55"],
address[data-width="55"] { width: 55%; }
div[data-width="60"],
address[data-width="60"] { width: 60%; }
div[data-width="65"],
address[data-width="65"] { width: 65%; }
div[data-width="70"],
address[data-width="70"] { width: 70%; }

div[data-width] img {
	display: block;
}

.gk-columns.margin-top,
.gk-columns.testimonials { 
	margin-top: 100px!important; 
}

.gk-columns h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 24px;
}

.gk-columns p { font-size: 14px; }

.gk-columns + .button {
	background: #76acfc;
	margin-top: 50px;
}
.gk-columns + .button:hover { background: #333; }

.gk-header {
	font-size: 32px;
	font-weight: 300;
	margin: 40px 0 20px 0;
}

.gk-desc {
	font-size: 18px;
}

.gk-desc + img {
	margin: 60px 0 0 -4px;
}

/* Testimonials */
.testimonials > blockquote {
	color: #000;
	font-style: italic;
	margin: 0;
	padding: 0 12px!important;
	text-align: left;
}
.testimonials > blockquote:before { display: none; }
.testimonials > blockquote > p {
	border: 2px solid #f3f3f3;
	color: #8e9798;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 14px 0;
	min-height: 70px;
	padding: 40px;
	position: relative;
	text-align: left!important;
}
.testimonials > blockquote > p:after,
.testimonials > blockquote > p:before {
	border: 11px solid #fff;
	border-color: #fff transparent transparent transparent;
	bottom: -22px;
	content: "";
	height: 0px;
	left: 28px;
	position: absolute;
	width: 0px
}
.testimonials > blockquote > p:before {
	border: 14px solid #f3f3f3;
	border-color: #f3f3f3 transparent transparent transparent;
	bottom: -28px;
	left: 25px;
}
.testimonials > blockquote > img {
	border-radius: 50%;
	float: left;
	height: 38px;
	margin: 20px;
	width: 38px;
}
.testimonials > blockquote > strong {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 34px 0 0 0;
}
.testimonials > blockquote > a {
	font-size: 13px;
	line-height: 1;
	display: block;
}

/* Points */
.gk-point h4 {
	color: #363636;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 24px 0;
	text-align: left;
}
.gk-point h4:before {
	background: #f47264;
	background-clip: content-box!important;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	float: left;
	height: 5px;
	margin: -3px 16px 0 0;
	padding: 10px;
	width: 5px;
}
.gk-point p {
	font-size: 14px;
	text-align: left!important;
}

/* Big buttons */
.gk-big-btn {
	background: #84cbc5;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 300!important;
	height: 60px;
	line-height: 61px;
	margin: 0 auto 15px auto;
	max-width: 250px;
	padding: 0 25px;
}
.gk-big-btn > i {
	display: block;
	float: left;
	font-size: 48px;
	margin-top: 7px;
	text-align: left;
}
.gk-big-btn > i.gk-icon-appstore { margin-left: -12px; }
.gk-big-btn:hover {
	background: #f47264;
	color: #fff;
}
/* Big icons */
.gk-big-icon {
	color: #f47264;
	display: block;
	font-size: 72px;
	line-height: 1;
	margin-top: 40px;
}

/* Features */
.gk-feature {
	margin-top: 20px;
	text-align: center;
}
.gk-feature > i {
	display: block;
	font-size: 100px;
	margin: 0 0 -20px 0;
}
.box .gk-feature h3 { font-size: 18px; }
.icon-color1 { color: #fa7960; }
.icon-color2 { color: #fad260; }
.icon-color3 { color: #84cbc5; }

/* List */
.gk-list { 
	list-style-type: none; 
	overflow: hidden;
	width: 380px;
}
.box .gk-list li:before {
	border: 2px solid #d9dce1;
	border-radius: 50%;
	color: #d9dce1;
	content: counter(gk-list)!important;
	display: block;
	float: left;
	font-family: Arial, sans-serif!important;
	font-size: 18px!important;
	height: 42px;
	left: -90px!important;
	line-height: 43px;
	text-align: center;
	top: 15px!important;
	width: 42px;
}
.gk-list li {
	border-top: 1px solid #eee;
	clear: both;
	color: #363636;
	counter-increment: gk-list;
	font-size: 18px;
	line-height: 68px;
	margin: 0 0 0 90px;
	position: relative;
}
.gk-list li:first-child {
	border-top: none;
}
.gk-list li:after {
	clear: both;
	content: "";
	display: table;
}
.gk-list li strong {
	color: #8e9798;
	float: right;
}
img.bigger-margin-top {
	margin-top: 100px!important;
}
.box .gk-list li.color-red:before {
	border-color: #fa7960;
	color: #fa7960;
}
.box .gk-list li.color-yellow:before {
	border-color: #fad260;
	color: #fad260;
}
.box .gk-list li.color-green:before {
	border-color: #84cbc5;
	color: #84cbc5;
}
.box .gk-list li.color-blue:before {
	border-color: #76acfc;
	color: #76acfc;
}

/* Price Table */
.gk-price-table {
	padding: 60px 0 48px 0;
}
.gk-price-table:after {
	clear: both;
	content: "";
	display: table;
}
.gk-price-table.col1 dl {
	width: 100%;
}
.gk-price-table.col2 dl {
	float: left;
	width: 50%;
}
.gk-price-table.col3 dl {
	float: left;
	width: 33.3%;
}
.gk-price-table.col4 dl {
	float: left;
	width: 25%;
}
.gk-price-table.col5 dl {
	float: left;
	width: 20%;
}
.gk-price-table dl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -1px;
	padding: 20px 32px;
}
.gk-price-table.gk-white dl {
	background: #f8f8f8;
}
.gk-price-table dt {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 65px;
	margin-top: -20px;
	text-align: center;
}
.gk-price-table dd {
	font-size: 16px;
	margin-left: 0;
	padding: 6px 0;
	text-align: center;
}
.gk-price-table dd a {
	background: #84cbc5;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	float: none;
	font-weight: 500;
	height: 38px;
	line-height: 39px;
	padding: 0 38px;
	margin: 23px 0 15px;
}
.gk-price-table dd a:hover {
	background: #292b31;
}
.gk-price-table dd.gk-price {
	color: #555;
	font-size: 60px;
	font-weight: 600;
}
.gk-price-table dd.gk-price small {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}
.gk-price-table dl.gk-premium {
	border: 2px solid #84cbc5;
	margin: 0;
	padding: 32px;
}

/* 7.17. 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;
}

/* 7.18. Category page description
==================================== */

.page-desc {
	margin: 24px 0 20px 0;
	padding: 24px 0 36px 0;
}

.page-desc p {
	margin: 0;
}

/* 7.19. Portfolio page
==================================== */
.gk-columns-1:after,
.gk-columns-2:after,
.gk-columns-3:after,
.gk-portfolio .gk-column header:after {
	clear: both;
	content: "";
	display: table;
}
.gk-column {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33%;
}

.gk-columns-3 .gk-column {
	width: 33%;
}

.gk-columns-2 .gk-column {
	width: 50%;
}

.gk-columns-1 .gk-column {
	width: 100%;
}

.gk-columns-3 .gk-column {
	padding: 0 16px;
}

.gk-columns-2 .gk-column {
	padding: 0 20px;
}

.gk-columns-3 {
	margin: 0 -10px;
}

.gk-portfolio .gk-column h3 {
	color: #292b31;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 1 !important;
}
.gk-portfolio .gk-column .featured-image a {
	display: block;
	overflow: hidden;
	margin: 0 0 32px;
}

.gk-portfolio .gk-column > div {
	margin: 36px 0 0;
	overflow: hidden;
}

.gk-portfolio .gk-column > div:first-child {
	margin-top: 0;
}

.gk-portfolio .gk-column header a {
	color: #292b31;
}

.gk-portfolio .gk-column h3 > a:hover,
.gk-portfolio .gk-column h3 > a:active, 
.gk-portfolio .gk-column h3 > a:focus {
	color: #f47264;
}

.gk-portfolio .gk-column header {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
}

.gk-portfolio .gk-column header:after {
	border-bottom: 1px solid #E5E5E5;
	display: block;
	margin-bottom: 32px;
	padding: 26px 0 0;
	width: 26%;
}

.gk-portfolio .gk-column .featured-image img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 0;
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
	width: 100%!important;
}

.gk-portfolio .gk-column .featured-image img:hover {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}