/**
 *
 * -------------------------------------------
 * Template 3rd party extensions CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 9. Template additional 3rd party extensions style
 *
 *
------------------------------------ */

/* 9.1. GK Comments
==================================== */

.widget_gk_comments li {
	border: none!important;
	overflow: hidden;
	margin-bottom: 12px
}

/*.widget_gk_comments li.gk-admin-comment > p {
	
}*/

.widget_gk_comments li > p {
	line-height: 1.5;
	margin: 0;	
}
.widget_gk_comments li > p a { 
	color: #999;
    display: block;
    font-style: italic;   
	padding: 10px 0;	
}

/*.widget_gk_comments li.gk-admin-comment > p a {

}*/

.widget_gk_comments li > img,
.widget_gk_comments li > strong,
.widget_gk_comments li > small {
	float: left;
}

.widget_gk_comments li > img {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin-right: 10px;
}

.widget_gk_comments li > strong,
.widget_gk_comments li > small {
	color: #de7037;
	line-height: 17px;
	width: 65%;
}

.widget_gk_comments li > small {
	color: #999;
	font-style: italic;
}

/* 9.2. GK Social
==================================== */

#gk-social-icons {
	float: left;
	margin: 0 0 0 30px;
	text-align: center;
}

.gk-facebook-icon,
.gk-twitter-icon,
.gk-gplus-icon,
.gk-rss-icon {
	display: block;
	float: left;
	font-weight: 600;
	height: 22px;
	margin: 11px 8px 0 0;
	text-indent: -9999px;
	width: 22px;
}

.gk-facebook-icon {
	background: transparent url('../images/style1/social_icons.png') no-repeat -60px 0;
}

.gk-twitter-icon {
	background: transparent url('../images/style1/social_icons.png') no-repeat -30px 0;
}

.gk-gplus-icon {
	background: transparent url('../images/style1/social_icons.png') no-repeat -90px 0;	
}

.gk-rss-icon {
	background: transparent url('../images/style1/social_icons.png') no-repeat 0 0;
}

.gk-facebook-icon:active,
.gk-facebook-icon:focus,
.gk-facebook-icon:hover {
	background-position: -60px -22px;
}

.gk-twitter-icon:active,
.gk-twitter-icon:focus,
.gk-twitter-icon:hover {
	background-position: -30px -22px;
}

.gk-gplus-icon:active,
.gk-gplus-icon:focus,
.gk-gplus-icon:hover {
	background-position: -90px -22px;
}

.gk-rss-icon:active,
.gk-rss-icon:focus,
.gk-rss-icon:hover {
	background-position: 0 -22px;
}

/* 9.3. GK NSP
==================================== */

.gk-nsp {
	position: relative;
}

.gk-nsp-arts,
.gk-nsp-links {
	overflow: hidden;
}

.gk-nsp-arts-nav,
.gk-nsp-links-nav {
	overflow: hidden;
	clear: both;
}
.gk-nsp-links-nav {
	float: right;
}
.gk-nsp-arts-nav {
	position: absolute;
	right: 12px;
	padding: 0 3px;
	top: -36px;
}
.gk-nsp-arts-nav ul,
.gk-nsp-links-nav ul {
	list-style-type: none !important;
	margin: 6px 0 0 !important;
	padding: 0 !important;
	float: left;
}
.gk-nsp-arts-nav ul li,
.gk-nsp-links-nav ul li {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	float: left;
	width: 9px;
	height: 9px;
	margin: -2px 4px 0 0 !important;
	background: #e0e0e0;
	border: none!important;
	padding: 0!important;
	text-indent: -999em;
	cursor: pointer;
}
.gk-nsp-arts-nav li:hover,
.gk-nsp-arts-nav li.active,
.gk-nsp-links-nav li:hover,
.gk-nsp-links-nav li.active {
	background: #de7037;
}
.gk-nsp-next,
.gk-nsp-prev {
	float: left;
	width: 16px;
	height: 16px;
	margin: 1px 0 0 4px;
	background: url('../images/style1/nsp_interface.png') no-repeat -16px 0;
	text-indent: -999em;
	cursor: pointer;
}
.gk-nsp-prev {
	background-position: 0 0;
}
.gk-nsp-next:hover,
.gk-nsp-prev:hover {
	background-position: -16px -16px;
}
.gk-nsp-prev:hover {
	background-position: 0 -16px;
}
.gk-nsp-art-page {
	float: left;
}
.gk-nsp-art {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
.gk-nsp-art div {
	overflow: hidden;
}
.gk-nsp-header {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
.gk-nsp-header a {
	color: #2f3133;
	text-decoration: none;
}
.gk-nsp-header a:active,
.gk-nsp-header a:focus,
.gk-nsp-header a:hover {
	color: #de7037;
}
.gk-nsp-art .gk-nsp-image {
	background: transparent url('../images/style1/img_bg.png') repeat 0 0;
	border: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px;
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	     -o-transform: scale(1.0);
	        transform: scale(1.0);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.15s linear;
	   -moz-transition:    -moz-transform 0.15s linear;
	     -o-transition:      -o-transform 0.15s linear;
	        transition:         transform 0.15s linear;
}
body[data-tablet="false"] .gk-nsp-art .gk-nsp-image:hover {
	-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}
.gk-nsp-art .gk-nsp-image-wrap {
	overflow: hidden;
}
.gk-nsp-art .gk-nsp-image-wrap a,
.gk-nsp-art .gk-nsp-image-wrap a img {
	display: block;
}
.gk-nsp-art .gk-nsp-text {
	color: #666;
	float: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin: 0;
}
.gk-nsp-art .gk-nsp-text + .readon {
	margin-top: 16px;	
}
.gk-nsp-art .gk-nsp-text + .gk-nsp-info {
	margin-top: 6px;
}
.gk-nsp-art .gk-nsp-info {
	color: #999;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.0;
	margin: 0 0 5px 0;
}
.gk-nsp-art .gk-nsp-info a,
.gk-nsp-art .gk-nsp-info span {
	color: #999;
	padding-left: 8px;
}
.gk-nsp-art .gk-nsp-info a:first-child,
.gk-nsp-art .gk-nsp-info span:first-child {
	padding-left: 0!important;
}
.gk-nsp-art .gk-nsp-info a:active,
.gk-nsp-art .gk-nsp-info a:focus,
.gk-nsp-art .gk-nsp-info a:hover {
	color: #333;
}
.readon.left,
.readon.right,
.readon.center {
	clear: both;
}
.readon.left {
	float: left;
}
.readon.right {
	float: right;
}
.readon.center {
	display: inline;
	float: none;
}
.gk-nsp-links ul {
	float: left;
	list-style-type: none !important;
	padding: 0 !important;
}
.gk-nsp-links ul li {
	background: transparent url('../images/style1/separator.png') repeat-x 0 top;
	border-top: none;
	margin: 0 !important;
	padding: 16px 0 12px 0;
}
.gk-nsp-links ul li h4 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
.gk-nsp-links ul li h4 a {
	color: #2f3133;
	text-decoration: none;
}
.gk-nsp-links ul li h4 a:active,
.gk-nsp-links ul li h4 a:focus,
.gk-nsp-links ul li h4 a:hover {
	color: #de7037;
}
.gk-nsp-links ul li p {
	font-size: 14px;
	line-height: 22px;
	margin: 5px 0;
}

.gk-nsp-image-wrap {
	float: left;
	padding-left: 1px;
}
/* responsive layout */
.gk-responsive {
	line-height: 1;
}
img.gk-responsive {
	width: 100% !important;
	height: auto;
}
.gk-responsive {
	display: block;
	position: relative;
}
.gk-nsp-image {
	max-width: 100%;
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	     -o-transform: scale(1.0);
	        transform: scale(1.0);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.15s linear;
	   -moz-transition:    -moz-transform 0.15s linear;
	     -o-transition:      -o-transform 0.15s linear;
	        transition:         transform 0.15s linear;	
}
.gk-nsp-image:hover {
	-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}
.gk-nsp-arts,
.gk-nsp-links {
	clear: both;
	width: 100%;
}
.gk-nsp-arts::after,
.gk-nsp-links::after {
	clear: both;
	content: "";
	display: table;
}
.gk-nsp-arts-page,
.gk-nsp-art {
	float: left;
}
.gk-nsp-pages-1 { width: 100%; }
.gk-nsp-pages-2 { width: 200%; }
.gk-nsp-pages-3 { width: 300%; }
.gk-nsp-pages-4 { width: 400%; }
.gk-nsp-pages-5 { width: 500%; }
.gk-nsp-pages-6 { width: 600%; }
.gk-nsp-pages-7 { width: 700%; }
.gk-nsp-pages-8 { width: 800%; }
.gk-nsp-pages-9 { width: 900%; }
.gk-nsp-pages-10 { width: 1000%; }
.gk-nsp-cols-1 { width: 100%; }
.gk-nsp-cols-2 { width: 50%; }
.gk-nsp-cols-3 { width: 33.3%; }
.gk-nsp-cols-4 { width: 25%; }
.gk-nsp-cols-5 { width: 20%; }
.gk-nsp-cols-6 { width: 16.66%; }
.gk-nsp-cols-7 { width: 14.285%; }
.gk-nsp-cols-8 { width: 12.5%; }
.gk-nsp-cols-9 { width: 11.1%; }
.gk-nsp-cols-10 { width: 10%; }

.gk-nsp-art.gk-nsp-cols-1,
.gk-nsp-art.gk-nsp-cols-2:nth-child(2n+1),
.gk-nsp-art.gk-nsp-cols-3:nth-child(3n+1),
.gk-nsp-art.gk-nsp-cols-4:nth-child(4n+1),
.gk-nsp-art.gk-nsp-cols-5:nth-child(5n+1),
.gk-nsp-art.gk-nsp-cols-6:nth-child(6n+1),
.gk-nsp-art.gk-nsp-cols-7:nth-child(7n+1),
.gk-nsp-art.gk-nsp-cols-8:nth-child(8n+1),
.gk-nsp-art.gk-nsp-cols-9:nth-child(9n+1),
.gk-nsp-art.gk-nsp-cols-10:nth-child(10n+1) {
	clear: both;
}

.gk-nsp-arts-scroll,
.gk-nsp-links-scroll {
	overflow: hidden;
}

/* Suffix big */
.big .gk-nsp-header {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}

.big .gk-nsp-arts-nav {
	right: 0;
	top: -72px;
}

.big .gk-nsp-text {
	text-align: center;
}

/* Suffix dark */
.dark .gk-nsp-art img.gk-nsp-image,
#gk-bottom2 .gk-nsp-art img.gk-nsp-image {
	background: transparent;
    border: 1px solid #4f4f4f;
    padding: 5px;
}
.dark .gk-nsp-art p.gk-nsp-text,
#gk-bottom2 .gk-nsp-art p.gk-nsp-text { 
	color: #999; 
}
.dark .gk-nsp-art p.gk-nsp-info,
#gk-bottom2 .gk-nsp-art p.gk-nsp-info { 
	color: #999; 
}
.dark .gk-nsp-art p.gk-nsp-info a { 
	color: #d5d5d5; 
}
.dark .gk-nsp-art p.gk-nsp-info a:active,
.dark .gk-nsp-art p.gk-nsp-info a:focus,
.dark .gk-nsp-art p.gk-nsp-info a:hover,
#gk-bottom2 .gk-nsp-art p.gk-nsp-info a:active,
#gk-bottom2 .gk-nsp-art p.gk-nsp-info a:focus,
#gk-bottom2 .gk-nsp-art p.gk-nsp-info a:hover { 
	color: #dc7037; 
}
.dark .gk-nsp-links ul li h4 a,
#gk-bottom2 .gk-nsp-links ul li h4 a { 
	color: #d5d5d5; 
}
.dark .gk-nsp-links ul li h4 a:active,
.dark .gk-nsp-links ul li h4 a:focus,
.dark .gk-nsp-links ul li h4 a:hover,
#gk-bottom2 .gk-nsp-links ul li h4 a:active,
#gk-bottom2 .gk-nsp-links ul li h4 a:focus,
#gk-bottom2 .gk-nsp-links ul li h4 a:hover { 
	color: #dc7037; 
}
.dark .gk-nsp-links ul li, 
#gk-bottom2 .gk-nsp-links ul li {
    background: transparent;
    border-top: 1px solid #4f4f4f;
    margin: 0 !important;
    padding: 12px 0;
}
#gk-bottom2 .gk-nsp-art h4.gk-nsp-header {
	text-transform: none;
}
.dark .gk-nsp-art h4.gk-nsp-header a,
#gk-bottom2 .gk-nsp-art h4.gk-nsp-header a { 
	color: #d5d5d5; 
}
.dark .gk-nsp-art h4.gk-nsp-header a:active,
.dark .gk-nsp-art h4.gk-nsp-header a:focus,
.dark .gk-nsp-art h4.gk-nsp-header a:hover,
#gk-bottom2 .gk-nsp-art h4.gk-nsp-header a:active,
#gk-bottom2 .gk-nsp-art h4.gk-nsp-header a:focus,
#gk-bottom2 .gk-nsp-art h4.gk-nsp-header a:hover { 
	color: #dc7037; 
}
.dark .gk-nsp-pagination li,
#gk-bottom2 .gk-nsp-pagination li { 
	background: #646464; 
}
.dark .gk-nsp-pagination li:hover,
.dark .gk-nsp-pagination li.active,
#gk-bottom2 .gk-nsp-pagination li:hover,
#gk-bottom2 .gk-nsp-pagination li.active { 
	background: #dc7037; 
}
.dark .gk-nsp-next,
#gk-bottom2 .gk-nsp-next { 
	background-position: -16px -32px; 
}
.dark .gk-nsp-prev,
#gk-bottom2 .gk-nsp-prev { 
	background-position: 0 -32px;
}
.dark .gk-nsp-next:hover,
#gk-bottom2 .gk-nsp-next:hover { 
	background-position: -16px -16px; 
}
.dark .gk-nsp-prev:hover,
#gk-bottom2 .gk-nsp-prev:hover { 
	background-position: 0 -16px; 
}

.dark .btn, 
.dark button, 
.dark .readon, 
.dark a.gk-button, 
.dark input[type="button"], 
.dark input[type="submit"] {
	background: #666;
}

.gk-nsp .readon {
	margin: 10px 0!important;
}

/* bottom-2 */
#gk-bottom2 .gk-nsp-arts-nav {
	right: 0!important;
}

/* sidebar */
#gk-sidebar .gk-nsp-art img.gk-nsp-image {
	padding: 5px!important;
}

#gk-sidebar .gk-nsp-arts-nav {
	right: -4px;
	top: -40px;
}

/* 9.4. GK Tweets
==================================== */

div.gk-tweet {
    color: #888;
    display: inline-block;
    float: left;
    font-size: 11px;
    width: 100%;
}
div.gk-tweet > div {
    border-top: 1px solid #444;
    margin: 0;
    padding: 30px 0 24px 0;
    width: 100%;
}
div.gk-tweet:first-of-type > div {
	border-top: none;
	padding-top: 10px;
}
div.gk-tweet > div > img {
    height: 100%;
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 20px 20px 0;
}
span.gk-tweet-name {
	padding-bottom: 10px;
}
span.gk-tweet-name a {
    color: #1686cf;
    font-weight: bold;
    font-size: 14px;
}
span.gk-tweet-name small {
    color: #a3a3a3;
    font-size: 10px;
    margin-left: 20px;
}
div.gk-tweet > div a { color: #208bd0 }
div.gk-tweet > div a:hover { color: #135e8e }
div.gk-tweet > div p {
    margin: 0;
    line-height: 17px;
    font-size: 12px;
    word-wrap: break-word;
}
div.gk-tweet > div > span.gk-tweet-info {
    clear: both;
    color: #dc7037;
    display: block;
    font-size: 10px;
    padding-bottom: 14px;
}
div.gk-tweet span.gk-tweet-info a {
    background: transparent url('../images/twitterSprite.png') no-repeat 0 -1px;
    color: #999;
    display: inline-block;
    float: right;
    height: 15px;
    margin-right: 8px;
    padding-left: 20px;
}
div.gk-tweet > div > span.gk-tweet-info a:active,
div.gk-tweet > div > span.gk-tweet-info a:focus,
div.gk-tweet > div > span.gk-tweet-info a:hover {
	color: #fff;
}
div.gk-tweet a.gk-tweet-date {
	color: #de7037!important;
}
div.gk-tweet a.gk-tweet-date:active,
div.gk-tweet a.gk-tweet-date:focus,
div.gk-tweet a.gk-tweet-date:hover {
	color: #fff!important;
}
div.gk-tweet > div > span.gk-tweet-info a:first-child { 
	background: none;
	float: left;
	padding-left: 0!important;
}
div.gk-tweet > div > span.gk-tweet-info a.gk-reply { 
	background-position: 0 -1px; 
}
div.gk-tweet > div > span.gk-tweet-info a.gk-reply:hover { 
	background-position: 0 -18px; 
}
div.gk-tweet > div > span.gk-tweet-info a.gk-retweet { 
	background-position: 0 -66px; 
}
div.gk-tweet > div > span.gk-tweet-info a.gk-retweet:hover { 
	background-position: 0 -81px; 
}
div.gk-tweet > div > span.gk-tweet-info a.gk-favorite { 
	background-position: 0 -34px; 
}
div.gk-tweet > div > span.gk-tweet-info a.gk-favorite:hover { 
	background-position: 0 -50px; 
}

/* 9.5. GK Tweets
==================================== */

.gk-is-wrapper-gk_publisher {
	margin: 0;
	min-height: 72px;
	overflow: hidden;
	position: relative;
}

.gk-is-wrapper-gk_publisher .gk-is-preloader {
	background: #dc7037 url('../images/style1/loader.gif') no-repeat center center;
	height: 100%;
	min-height: 72px;	
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	z-index: 101;
}

.gk-is-wrapper-gk_publisher figure {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.gk-is-wrapper-gk_publisher figure.active {
	opacity: 1;
	position: relative;
	z-index: 3;
}

.gk-is-wrapper-gk_publisher img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.gk-is-wrapper-gk_publisher figcaption {
	background: #dc7037;
	bottom: -100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	padding: 25px 20px;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transition: bottom 0.5s ease-out, top 0.5s ease-out, background 0.3s ease-out;
	   -moz-transition: bottom 0.5s ease-out, top 0.5s ease-out, background 0.3s ease-out;
	    -ms-transition: bottom 0.5s ease-out, top 0.5s ease-out, background 0.3s ease-out;
	     -o-transition: bottom 0.5s ease-out, top 0.5s ease-out, background 0.3s ease-out;
	        transition: bottom 0.5s ease-out, top 0.5s ease-out, background 0.3s ease-out;
}

.gk-is-wrapper-gk_publisher figcaption:hover {
	background: #333;
}

.gk-is-wrapper-gk_publisher figcaption.top {
	bottom: auto;
	top: -100%;
}

.gk-is-wrapper-gk_publisher figcaption.top.contains-pagination {
	padding: 40px 20px 25px 20px;
}

.gk-is-wrapper-gk_publisher figcaption.bottom.contains-pagination {
	padding: 25px 20px 40px 20px;
}

.gk-is-wrapper-gk_publisher figure.active figcaption {
	bottom: 0%;
	z-index: 4;
}

.gk-is-wrapper-gk_publisher figure.active figcaption.top {
	bottom: auto;
	top: 0%;
}

.gk-is-wrapper-gk_publisher figcaption h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.gk-is-wrapper-gk_publisher figcaption p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.gk-is-wrapper-gk_publisher figcaption a {
	color: #fff;
}

.gk-is-wrapper-gk_publisher ol {
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 12px;
	width: 100%;
	z-index: 10;
}

.gk-is-wrapper-gk_publisher ol.bottom {
	top: auto;
	bottom: 12px;
}

.gk-is-wrapper-gk_publisher ol li {
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 13px;
	margin: 0 2px;
	padding: 0!important;
	text-indent: -999px;
	width: 13px;
}

.gk-is-wrapper-gk_publisher ol li:hover,
.gk-is-wrapper-gk_publisher ol li.active {
	background: #f6bc9d;
}

/* 9.6. WPML
==================================== */

body #lang_sel_footer {
	background-color: transparent;
	border: none;
	clear: both;
	font: inherit;
	margin: 0;
	min-height: 15px;
	padding: 7px;
	text-align: center;
}