/**
 *
 * -------------------------------------------
 * Style1
 * -------------------------------------------
 *
 **/

/*
 *
 * 13. Style I
 *
 *
------------------------------------ */

/* 13.1. Basic colors
==================================== */

a:active,
a:focus,
a:hover {
	color: #3eabe9;
}
.btn,
button,
a.gk-button,
.nav-btn a,
input[type="button"],
input[type="submit"] {
	background: #53524d; /* Old browsers */
	background: -moz-linear-gradient(top, #53524d 0%, #62615d 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53524d), color-stop(100%, #62615d)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #53524d 0%, #62615d 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #53524d 0%, #62615d 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #53524d 0%, #62615d 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #53524d 0%, #62615d 100%); /* W3C */  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53524d', endColorstr='#62615d', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
	   -moz-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
	    -ms-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
	     -o-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
	        box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.nav-btn a:hover,
.nav-btn a:active,
.nav-btn a:focus,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
a.gk-button:hover,
a.gk-button:active,
a.gk-button.active,
a.gk-button.disabled,
a.gk-button[disabled],
.btn:active,
.btn.active,
button:active,
a.gk-button:active,
a.gk-button.active
input[type="button"]:active,
input[type="submit"]:active {
	background: #4abaf9; /* Old browsers */ 
	background: -moz-linear-gradient(top, #4abaf9 0%, #3eabe9 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4abaf9), color-stop(100%, #3eabe9)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #4abaf9 0%, #3eabe9 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #4abaf9 0%, #3eabe9 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #4abaf9 0%, #3eabe9 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #4abaf9 0%, #3eabe9 100%); /* W3C */  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abaf9', endColorstr='#3eabe9', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #66bff1, 1px 0 3px rgba(0, 0, 0, 0.26);
	   -moz-box-shadow: inset 1px 1px 0 #66bff1, 1px 0 3px rgba(0, 0, 0, 0.26);
	    -ms-box-shadow: inset 1px 1px 0 #66bff1, 1px 0 3px rgba(0, 0, 0, 0.26);
	     -o-box-shadow: inset 1px 1px 0 #66bff1, 1px 0 3px rgba(0, 0, 0, 0.26);
	        box-shadow: inset 1px 1px 0 #66bff1, 1px 0 3px rgba(0, 0, 0, 0.26);
}
#gk-login:active,
#gk-login:focus,
#gk-login:hover {
	color: #3eabe9;
}
#gk-register {
	color: #3eabe9;
}
#gk-head a.cssLogo {
	background: transparent url('/wp-content/themes/Starter/images/style2/logo.png') no-repeat 0 0;
}
#gk-contact span.error {
	color: #3eabe9;
}
.contactpage .gk-error-contact {
	background: #3eabe9;
}
.author-info {
	border-left: 4px solid #3eabe9;
}
#comments .reply a {
	color: #3eabe9;
}
article header h1 sup,
article.sticky header h1 sup,
article header h2 sup,
article.sticky header h2 sup {
	color: #3eabe9;
}
.widget_gk_comments li > div > strong a {
	color: #3eabe9;
}
.gk-twitter-icon {
	background: transparent url('/wp-content/themes/Starter/images/style2/social_icons.png') no-repeat 0 0;
}
.gk-fb-icon {
	background: transparent url('/wp-content/themes/Starter/images/style2/social_icons.png') no-repeat 0 -60px;
}
.gk-pinterest-icon {
	background: transparent url('/wp-content/themes/Starter/images/style2/social_icons.png') no-repeat 0 -120px;
}
.gk-gplus-icon {
	background: transparent url('/wp-content/themes/Starter/images/style2/social_icons.png') no-repeat 0 -180px;	
}
.gk-twitter-icon:active,
.gk-twitter-icon:focus,
.gk-twitter-icon:hover {
	background: transparent url('/wp-content/themes/Starter/images/style2/social_icons.png') no-repeat 0 -240px;
	color: #3eabe9;
}
.gk-fb-icon:active,
.gk-fb-icon:focus,
.gk-fb-icon:hover {
	background: transparent url('/wp-content/themes/Starter/images/style2/social_icons.png') no-repeat 0 -300px;
	color: #3eabe9;
}
.gk-pinterest-icon:active,
.gk-pinterest-icon:focus,
.gk-pinterest-icon:hover {
	background: transparent url('/wp-content/themes/Starter/images/style2/social_icons.png') no-repeat 0 -360px;
	color: #3eabe9;	
}
.gk-gplus-icon:active,
.gk-gplus-icon:focus,
.gk-gplus-icon:hover {
	background: transparent url('/wp-content/themes/Starter/images/style2/social_icons.png') no-repeat 0 -420px;
	color: #3eabe9;	
}
.gk-is-wrapper-gk_startup .gk-is-pagination > ol li a {  
	background: transparent url('/wp-content/themes/Starter/images/style2/gk_is_pagination.png') no-repeat 0 -15px; 
}
.gk-is-wrapper-gk_startup .gk-is-pagination > ol li.active a,
.gk-is-wrapper-gk_startup .gk-is-pagination > ol li:hover a { 
	background: transparent url('/wp-content/themes/Starter/images/style2/gk_is_pagination.png') no-repeat 0 0;
}
.gk-is-wrapper-gk_startup .gk-is-text .btn1,
.gk-is-wrapper-gk_startup .gk-is-text .btn2,
.gk-is-wrapper-gk_startup .gk-is-text .btn2:hover {
	background: #3eabe9; /* Old browsers */
	background: -moz-linear-gradient(top, #3eabe9 0%, #4abaf9 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3eabe9), color-stop(100%, #4abaf9)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #3eabe9 0%, #4abaf9 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #3eabe9 0%, #4abaf9 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #3eabe9 0%, #4abaf9 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #3eabe9 0%, #4abaf9 100%); /* W3C */  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eabe9', endColorstr='#4abaf9', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
	   -moz-box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
	    -ms-box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
	     -o-box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
	        box-shadow: inset 1px 1px 0 #7fd1ff, 1px 0 3px rgba(0, 0, 0, 0.29);
}
.gk-is-wrapper-gk_startup .gk-is-text .btn1:hover,
.gk-is-wrapper-gk_startup .gk-is-text .btn2 {
	background: #53524d; /* Old browsers */
	background: -moz-linear-gradient(top, #53524d 0%, #62615d 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53524d), color-stop(100%, #62615d)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #53524d 0%, #62615d 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #53524d 0%, #62615d 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #53524d 0%, #62615d 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #53524d 0%, #62615d 100%); /* W3C */  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53524d', endColorstr='#62615d', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	   -moz-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	    -ms-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	     -o-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	        box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
}
.gk-time-icon {
    background: transparent url('/wp-content/themes/Starter/images/style2/time_icon.png') no-repeat 0 0;
}
.gk-team figure:hover img { 
	border: 4px solid #3eabe9;
}
.gk-features > a:hover {
    background: #3eabe9;
}
.gk-rocket > span { background: transparent url('/wp-content/themes/Starter/images/style2/gk_rocket.png') no-repeat 0 0 }
.gk-badges > span { background: transparent url('/wp-content/themes/Starter/images/style2/gk_badge.png') no-repeat 0 0 }
.gk-mouse > span { background: transparent url('/wp-content/themes/Starter/images/style2/gk_mouse.png') no-repeat 0 0 }
.gk-piggy > span { background: transparent url('/wp-content/themes/Starter/images/style2/gk_piggy.png') no-repeat 0 0 }
.gk-rocket:hover > span { background: transparent url('/wp-content/themes/Starter/images/style2/gk_rocket.png') no-repeat 0 bottom }
.gk-badges:hover > span { background: transparent url('/wp-content/themes/Starter/images/style2/gk_badge.png') no-repeat 0 bottom }
.gk-mouse:hover > span { background: transparent url('/wp-content/themes/Starter/images/style2/gk_mouse.png') no-repeat 0 bottom }
.gk-piggy:hover > span { background: transparent url('/wp-content/themes/Starter/images/style2/gk_piggy.png') no-repeat 0 bottom }
.box.tags .tagcloud a:active,
.box.tags .tagcloud a:focus,
.box.tags .tagcloud a:hover {
	background: #3eabe9;
}
.box.color .box-title {
	color: #3eabe9;
}
#gallery ol li:hover,
#gallery ol li.active {
	background: #3eabe9;
}
.gk-notice {
	background: url("/wp-content/themes/Starter/images/style2/typography/tips.png") no-repeat 2px 8px;
}
.gk-info {
	background: url("/wp-content/themes/Starter/images/style2/typography/info.png") no-repeat 2px 8px;
}
.gk-warning,
.gk-error {
	background: url("/wp-content/themes/Starter/images/style2/typography/warning.png") no-repeat 2px 8px;
}
.gk-badge[data-style="style2"],
.gk-label[data-style="style2"] {
	background: #3eabe9;
}
pre.gk-code[data-style="style2"] {
	border-left: 4px solid #3eabe9;
}
pre.gk-code[data-style="style3"] {
	border-top: 4px solid #e9bb3e;
}
.gk-textblock[data-style="style1"] {
	border: 1px dashed #3eabe9;
}
.gk-textblock[data-style="style4"] {
	border: 3px solid #3eabe9;
}
.gk-textblock[data-style="style7"] {
	background: #3eabe9;
	color: #fff!important;
}
.gk-numblock[data-style="style3"] span {
	border: 3px solid #3eabe9;
	color: #3eabe9;
}
.gk-floated {
	color: #3eabe9;
}
blockquote.gk-quote[data-style="style3"] {
	border-left-color: #3A9CF7;
}
blockquote.gk-quote[data-style="style4"] {
	border-left-color: #3eabe9;
}
article ul li {
	background: url("/wp-content/themes/Starter/images/style2/typography/bullet1.png") no-repeat 0 9px !important;
}
article ul[data-style="style2"] li{
	background: url("/wp-content/themes/Starter/images/style2/typography/bullet2.png") no-repeat 0 9px !important;
}
article ul[data-style="style3"] li{
	background: url("/wp-content/themes/Starter/images/style2/typography/bullet3.png") no-repeat 0 9px !important;
}
article ul[data-style="style4"] li{
	background: url("/wp-content/themes/Starter/images/style2/typography/bullet4.png") no-repeat 0 9px !important;
}
article ul[data-style="style5"] li{
	background: url("/wp-content/themes/Starter/images/style2/typography/bullet5.png") no-repeat 0 9px !important;
}
article ul[data-style="style6"] li{
	background: url("/wp-content/themes/Starter/images/style2/typography/bullet6.png") no-repeat 0 9px !important;
}
article ul[data-style="style7"] li{
	background: url("/wp-content/themes/Starter/images/style2/typography/bullet7.png") no-repeat 0 9px !important;
}
article ul[data-style="style8"] li{
	background: url("/wp-content/themes/Starter/images/style2/typography/bullet8.png") no-repeat 0 9px !important;
}
.gk-legend[data-style="style3"] {
	border: 3px solid #3eabe9;
}
.gk-legend[data-style="style3"] > strong:first-child {
	color: #3eabe9;
}
.gk-legend[data-style="style4"] {
	border: 4px double #E5E5E5;
}
.gk-note:before,
.gk-members > strong:first-child {
	background: #3eabe9;
}
.gk-members > strong:first-child {
	background: #3eabe9;
}
.gk-tooltip[data-style="style2"] dfn {
	background: #3eabe9;
	color: #fff;
}
.vertical-column-10 strong,
.vertical-column-15 strong,
.vertical-column-20 strong,
.vertical-column-25 strong,
.vertical-column-30 strong,
.vertical-column-35 strong,
.vertical-column-40 strong,
.vertical-column-45 strong,
.vertical-column-50 strong,
.vertical-column-55 strong,
.vertical-column-60 strong {
    color: #3eabe9;
}