/*
Theme Name: APPkosmos TechNews
Theme URI: http://www.gavick.com
Description: ?APPkosmos? ist eine unabh?ngige Plattform f?r den Digital Nativ von heute. Unser erkl?rtes Ziel ist es unseren Lesern mit qualitativ hochwertigen Artikeln die Welt der Apps & Gadgets nahezu bringen und fundiert dar?ber zu berichten. Thematisch dreht sich bei APPkosmos alles um Android-, iOS-, Windows- und Webapps sowie Gadgets aus allen Kategorien ? die Mischung macht?s.
License: GNU GPL v.3.0
License URI: LICENSE.txt
Version: 2.0.1.5
Author: APPkosmos & GavickPro
Author URI: https://www.appkosmos.de
Tags: yellow, white, two-columns, fluid-layout, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
*/

/* 1. Basic Elements
    1.1 Fonts
    1.2 Basic stuff
    1.3 Containers
    1.4 Icons font
2. Header
3. Post/Page elements
    3.1 Navigation
    3.2 Content
    3.3 Entry Header
    3.4 Entry Content
    3.5 Galleries
    3.6 Post Formats
    3.7 Attachments
    3.8 Post/Paging Navigation
    3.9 Author Bio
    3.10 Archives
    3.10 Search Results/No posts
    3.12 404 Page
    3.13 Comments
    3.14 Page templates
    3.15 Typography
4. Widgets
    4.1 Widget Styles
    4.2 GK News Show Pro
    4.3 GK Tabs
    4.4 GK Image Show
5. Footer
6. Other
7. Multi-site improvements
8. RWD
9. APPkosmos
----------------------------------*/

@charset "UTF-8";

/*---------------------------------
1. Basic elements
----------------------------------*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: subpixel-antialiased;
  display: block !important;
  font-size: 62.5%;
}

body {
  background: #e5e5e5;
  color: #757575;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  min-height: 100%;
  padding: 0;
  word-wrap: break-word;
}

a {
  color: #42a5f5;
  -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:hover,
a:active,
a:focus {
  color: #151515;
}
a.inverse,
.item-info a,
.comment-metadata a {
  color: #151515;
}
a.inverse:hover,
a.inverse:active,
a.inverse:focus,
.item-info a:hover,
.item-info a:active,
.item-info a:focus,
.comment-metadata a:hover,
.comment-metadata a:active,
.comment-metadata a:focus {
  color: #42a5f5;
}
a:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151515;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-transform: none;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 3rem;
  margin: 0 0 32px 0;
}

h3 {
  font-size: 1.8rem;
  margin: 0 0 24px 0;
}

h4 {
  font-size: 1.6rem;
  margin: 0 0 18px 0;
}

h5 {
  font-size: 1.5rem;
  margin: 0 0 12px 0;
}

h6 {
  font-size: 1.4rem;
  margin: 0 0 8px 0;
}

b,
strong {
  font-weight: 600;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  line-height: 1.7;
}

p {
  margin: 1.3em 0 2.5em;
}

iframe {
  border: none;
  max-width: 100% !important;
}

hr {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.12);
  clear: both;
  display: block;
  margin: 20px auto;
  width: 200px;
}

code {
  background: #f5f5f5;
  padding: 5px 10px;
}

pre {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

/*---------------------------------
1.1 Fonts
----------------------------------*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/material-design-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('fonts/material-design-icons/MaterialIcons-Regular'),
       url(fonts/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'),
       url(fonts/material-design-icons/MaterialIcons-Regular.woff) format('woff'),
       url(fonts/material-design-icons/MaterialIcons-Regular.ttf) format('truetype');
}

.micon,
#cc-modal #cc-modal-closebutton a:before,
#cc-settingsmodal #cc-settingsmodal-closebutton a:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

#cc-modal #cc-modal-closebutton a:before,
#cc-settingsmodal #cc-settingsmodal-closebutton a:before {
  content: "close";
  font-size: 3.2rem;
}
/**
 * 1.2 Basic stuff
 * ----------------------------------------------------------------------------
 */
/* Clearing floats */
.clear:after,
.entry-header:after,
#gk-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after,
#gk-social-icons,
.gk-nsp:after,
.gk-nsp-arts:after,
#gk-page-content:after,
.gk-nsp-links:after,
#content:after,
#primary:after,
#sidebar:after,
#content-top:after,
#content-bottom:after,
#gk-footer:after,
#content-top:before,
#content-bottom:before,
.eventlist-item:after,
#content > article:after,
.widget-area:after,
.archive-page .entry-summary:after,
.widget:after,
.demo-typo-div:after,
.custom-field-row:after,
.item-subheader:after,
.archive-page:after,
.search .content-none:after,
.none .gk-tabs-wrap > ol:after,
.page .entry-header + .site:after,
#gk-contact > p:after,
.gk-images-wrapper:after,
.tech-news-header1:after {
  clear: both;
  content: "";
  display: table;
}
.gk-clearfix {
  clear: both;
}
.gk-clearfix:after {
  border-spacing: 0;
  clear: both;
  content: "";
  display: table;
}

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Form fields, general styles first. */
select,
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  color: #757575;
  font-size: 1.4rem;
  height: 4.1rem;
  line-height: 4.1rem;
  max-width: 100% !important;
  outline: none;
  padding: 0;
  position: relative;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #757575;
  font-size: 1.4rem;
  font-weight: 400;
}
#searchform input::-webkit-input-placeholder {
  color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #757575;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 1;
}
#searchform input::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #757575;
  font-size: 1.4rem;
  font-weight: 400;
}
#searchform input:-ms-input-placeholder {
  color: #fff;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
}

textarea {
  height: auto !important;
  line-height: 1.5;
  max-width: 100% !important;
}

legend {
  color: #34393f;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url('images/select_bg.jpg') no-repeat right 0;
  background-size: auto 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  color: #757575;
  cursor: pointer;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
  height: 39px;
  line-height: 39px;
  padding: 0 20px 0 5px;
}
select::-ms-expand {
  display: none;
}
html.-moz-select {
  padding: 3px 5px;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  border-bottom: 2px solid #ff9800;
  color: #151515;
}

/* Buttons */
button,
.button,
.btn,
.btn-border,
input[type="submit"],
input[type="button"],
input[type="reset"],
.readon,
.paging-navigation a,
.cc-notification-buttons > li > .cc-link {
  -webkit-appearance: none;
  background: #ff9800;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  height: 36px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 5px 0 0;
  min-width: 64px;
  padding: 0 18px;
  outline: none;
  overflow: hidden;
  will-change: box-shadow, transform;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.btn:hover,
.btn:active,
.btn:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.paging-navigation a:active,
.paging-navigation a:focus,
.paging-navigation a:hover,
.cc-notification-buttons > li > .cc-link:active,
.cc-notification-buttons > li > .cc-link:focus,
.cc-notification-buttons > li > .cc-link:hover {
  background: #34393f;
  color: #fff;
}
.btn-gray,
.button-gray {
  background: #e8e8e8 !important;
  color: #151515 !important;
}
.btn-gray:active,
.btn-gray:focus,
.btn-gray:hover,
.button-gray:active,
.button-gray:focus,
.button-gray:hover {
  background: #151515 !important;
  color: #fff !important;
}
.btn > i {
  color: #fff;
}

.post-password-required input[type="submit"] {
  vertical-align: bottom;
}

input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
  background: transparent !important;
  border: none !important;
  height: auto !important;
  margin-top: 7px !important;
}
select[size] {
  font-size: 1.2rem;
  height: auto;
}
select[size="1"] {
  height: 39px;
  line-height: 39px;
}

/* Labels */
label {
  color: #151515;
  padding: 0 6px 0 0;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

/**
 * 1.3 Containers
 * ----------------------------------------------------------------------------
 */
#gk-bg {
  background: #f5f5f5;
  -webkit-transition: margin-left .3s ease-out;
  -moz-transition: margin-left .3s ease-out;
  -ms-transition: margin-left .3s ease-out;
  -o-transition: margin-left .3s ease-out;
  transition: margin-left .3s ease-out;
  position: relative;
  z-index: 1;
  width: 100%;
}

#gk-bg.menu-open {
  margin-left: -280px;
}

#gk-bg.menu-visible {
  position: relative;
}

#gk-bg:after {
  background: #34393f;
  content: "";
  height: 400px;
  position: absolute;
  top: 0;
  width: 100%;
}
#gk-bg > * {
  position: relative;
  z-index: 1;
}
.frontpage #gk-bg:after {
  display: none;
}

.gk-3-cols[data-cols="1"] .widget-wrap {
  float: left;
  width: 100%;
}

.gk-3-cols[data-cols="2"] .widget-wrap {
  float: left;
  padding: 0 50px;
  width: 50%;
}

.gk-3-cols[data-cols="3"] .widget-wrap {
  float: left;
  padding: 0 50px;
  width: 33.333333%;
}

.gk-3-cols[data-cols="2"],
.gk-3-cols[data-cols="3"] {
  margin: 0 -50px;
}

#sidebar {
  padding: 40px;
}

#gk-top1,
#gk-top2 {
  padding: 55px 80px;
}
#gk-bottom1,
#gk-bottom2,
#gk-bottom3,
#gk-bottom4,
#gk-bottom5,
#gk-bottom6,
#gk-bottom7,
#gk-bottom8
#gk-bottom9 {
  background: #fff;
  overflow: hidden;
  padding: 80px;
}
#gk-sidebar-top {
  min-height: 380px;
}
#sidebar.no-sidebar-top {
  padding-top: 380px;
}
#content-top .widget,
#content-bottom .widget {
  padding: 20px 40px;
  width: 100%;
}

#content-top + .site,
#content-top + article {
  margin-top: 0;
  padding-top: 10px;
}
.site + #content-bottom {
  margin-top: 0;
  padding-top: 10px;
}
#gk-top1.gray-bg,
#gk-top2.gray-bg,
#gk-bottom1.gray-bg,
#gk-bottom2.gray-bg,
#gk-bottom3.gray-bg,
#gk-bottom4.gray-bg,
#gk-bottom5.gray-bg,
#gk-bottom6.gray-bg,
#gk-bottom7.gray-bg,
#gk-bottom8.gray-bg,
#gk-bottom9.gray-bg {
  background: #f5f5f5;
}
.gk-widgets-block {
  position: relative;
}
.gk-widgets-block + .gk-widgets-block:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  left: 80px;
  position: absolute;
  right: 80px;
  top: 0;
}
.gk-widgets-block.gray-bg + .gk-widgets-block:before,
.gk-widgets-block + .gk-widgets-block.gray-bg:before {
  display: none;
}
/**
 * 1.4 Icons font
 * ----------------------------------------------------------------------------
 */


/*---------------------------------
2. Header
----------------------------------*/
#gk-header {
  position: static;
}
.frontpage #gk-header {
  background: #fff;
}

#gk-header-widget {
  padding: 20px;
}
#gk-header-widget .widget-area {
  margin: 0 auto;
  padding: 60px 40px 0;
}

#gk-header-nav {
  background: #34393f;
  position: fixed;
  width: 100%;
  z-index: 1001;
}
#gk-header-nav > div {
  margin: 0 auto;
  position: relative;
}
.admin-bar #gk-header-nav.gk-fixed.gk-fixed-nav {
  padding-top: 32px;
}

/* Logo */
.gk-logo {
  display: block;
  float: left;
  height: 62px;
  top: 0;
  width: auto;
}
.gk-logo img {
  display: block;
  height: 62px;
  margin: 0;
  max-width: 300px;
  width: auto;
}
.gk-logo.text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 62px;
  max-width: 300px;
  padding: 0 40px;
  text-transform: uppercase;
}
.gk-logo.text > span {
  display: block;
  text-align: center
}
.gk-logo.text .gk-logo-slogan {
  color: #ccc;
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  margin-top: -20px;
  text-align: center;
  text-transform: none;
}
#gk-search {
  float: right;
  position: relative;
}

#gk-search > .micon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 2.6rem;
  height: 62px;
  line-height: 62px;
  padding: 0 20px;
  width: 66px;
}
#gk-search > .widget_search {
  float: right;
  overflow: hidden;
  opacity: 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: 0;
}
#gk-search > .widget form input {
  color: #fff;
  display: block;
  height: 62px;
  line-height: 62px;
  padding: 0;
  width: 150px;
}
#gk-search > .widget form input:active,
#gk-search > .widget form input:focus,
#gk-search > .widget form input:hover {
  border-bottom: none;
}
#gk-search > .widget form:after {
  background: #42a5f5;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  width: 100%;
}
#gk-search > .widget form input[type="submit"] {
  display: none;
}
#gk-search.open  > .widget_search {
  opacity: 1;
  width: 150px;
}
#gk-search.open > .widget form:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#gk-user {
  float: right;
  position: relative;
}
#gk-user > .micon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 2.6rem;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  padding: 0;
  width: 62px;
}
#gk-user span {
  color: #bbb;
  float: left;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 62px;
  margin: 0 10px 0 0;
}
#gk-user img {
  border-radius: 50%;
  float: left;
  margin: 10px 12px 10px 20px;
}
#gk-mobile-menu,
#gk-user {
  z-index: 999;
}

/*---------------------------------
3. Post/Page elements
----------------------------------*/
/**
 * 3.1 Navigation
 * ----------------------------------------------------------------------------
 */

#gk-header-nav .main-navigation {
  color: #34393f;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1.7rem;
  font-weight: 200;
  height: 62px;
  line-height: 62px;
  margin: 0 0 0 70px !important;
  padding: 0;
  top: 0;
}
#gk-header-nav .main-navigation:after {
  clear: both;
  content: "";
  display: table;
}
.nav-menu {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav-menu > li,
.nav-menu > ul > li {
  clear: none !important;
  display: inline-block;
  height: 62px;
  line-height: 62px;
  position: relative;
  width: auto;
}
#gk-header-nav .nav-menu > li {
  margin-left: -3px;
}
#gk-header-nav .nav-menu > li:first-child {
  margin-left: 0;
}
#gk-header-nav .nav-menu > li > a > .micon {
  float: left;
  font-size: 2rem;
  margin-right: 10px;
  position: relative;
  top: 21px;
}
.nav-menu > li > a,
.nav-menu > ul > li > a {
  display: block;
  color: #fff;
  height: 62px;
  line-height: 62px;
  padding: 0 10px;
  position: relative;
}
.nav-menu > li > a:after {
  background: #42a5f5;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
}

.nav-menu > li > a:active:after,
.nav-menu > li > a:focus:after,
.nav-menu > li > a:hover:after,
.nav-menu > li.current_page_item > a:after, 
.nav-menu > li.current_page_item > a:active:after, 
.nav-menu > li.current_page_item > a:focus:after, 
.nav-menu > li.current_page_item > a:hover:after,
.nav-menu > li.current-menu-item > a:after,
.nav-menu > li.current-menu-item > a:hover:after,
.nav-menu > li.current-menu-ancestor > a:after,
.nav-menu > li.current-menu-ancestor > a:active:after,
.nav-menu > li.current-menu-ancestor > a:focus:after,
.nav-menu > li.current-menu-ancestor > a:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.nav-menu > li.active > a:active:after,
.nav-menu > li.active > a:focus:after,
.nav-menu > li.active > a:hover:after {
  display: none;
}

.nav-menu > li.menu-item-has-children:hover > a:before {
  opacity: 1;
}

.nav-menu > li .sub-menu,
.nav-menu ul > li .children {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
  margin: -12px -12px -12px -60px;
  padding: 5px 0;
  position: absolute;
  left: -9999px;
  text-transform: none;
  width: 200px;
  z-index: 99999999;
}

.nav-menu > li .sub-menu li,
.nav-menu ul > li .children li {
  border: none;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 45px;
  min-height: 45px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.nav-menu > li .sub-menu li a,
.nav-menu ul > li .children li a  {
  color: #34393f;
  display: block;
  height: auto;
  line-height: 45px;
  min-height: 45px;
  padding: 0 20px;
}
.nav-menu > li .sub-menu li a:active, 
.nav-menu > li .sub-menu li a:focus, 
.nav-menu > li .sub-menu li a:hover,
.nav-menu ul > li .children li a:active, 
.nav-menu ul > li .children li a:focus, 
.nav-menu ul > li .children li a:hover {
  background: #eee;
}
.nav-menu > li .sub-menu a,
.nav-menu > li .sub-menu li,
.nav-menu ul > li .children a,
.nav-menu ul > li .children li {
  width: 100%;
}
.nav-menu > li .sub-menu .sub-menu,
.nav-menu ul > li .children .children {
  margin-left: 100px;
  margin-top: -35px;
}
.nav-menu li:hover > .sub-menu,
.nav-menu li:hover > .children {
  left: auto;
}
.menu-toggle {
  display: none;
}

#gk-menu-overlay {
  background: rgba(51,51,51,0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#gk-menu-overlay-wrap {
  left: 50%;
  margin: 0 auto 0 -320px;
  max-width: 640px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10001;
}
#gk-menu-overlay-wrap .nav-menu {
  display: block;
  margin-top: 10px;
  padding: 10px 0;
  position: static;
}
.admin-bar #gk-menu-overlay-wrap .nav-menu {
  margin-top: 20px;
}
#gk-menu-overlay-wrap .nav-menu a {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  padding: 10px 0;
}
#gk-menu-overlay-wrap .nav-menu a:active,
#gk-menu-overlay-wrap .nav-menu a:focus,
#gk-menu-overlay-wrap .nav-menu a:hover {
  color: #42a5f5;
}
#gk-menu-overlay-wrap .nav-menu li {
  border-top: 1px solid rgba(255,255,255,0.2);
  clear: both;
  font-weight: 300;
  padding: 0;
  text-transform: none;
  text-align: left;
  width: 100%;
}
#gk-menu-overlay-wrap .nav-menu li:before,
#gk-menu-overlay-wrap .nav-menu > li > a:after {
  display: none;
}
#gk-menu-overlay-wrap .nav-menu li:first-child {
  border-top: none;
}
#gk-menu-overlay-wrap .nav-menu > li.current_page_item > a,
#gk-menu-overlay-wrap .nav-menu > li.current-menu-ancestor > a  {
  border-bottom: 0;
}
#gk-menu-overlay-wrap .nav-menu li.haschild,
#gk-menu-overlay-wrap .nav-menu li .group {
  padding-bottom: 0;
}
#gk-menu-overlay-wrap .nav-menu li .gkmenu {
  margin-top: 5px;
}
#gk-menu-overlay-wrap .nav-menu li li {
  border-top: 1px solid rgba(255,255,255,0.2);
}
#gk-menu-overlay-wrap .nav-menu li li a {
  background: none!important;
  font-size: 2rem;
  padding: 8px 0;
}
#gk-menu-overlay-wrap .nav-menu li li:first-child {
  border-top: 1px solid rgba(255,255,255,0.2);
}
#gk-menu-overlay-wrap .nav-menu li li li a {
  font-size: 1.6rem;
  padding: 5px 0;
}
#gk-menu-overlay-wrap .nav-menu > li .sub-menu,
#gk-menu-overlay-wrap .nav-menu ul > li .children {
  background: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  position: static;
  width: 100% !important;
}
#gk-menu-overlay-wrap .nav-menu > li .sub-menu li,
#gk-menu-overlay-wrap .nav-menu ul > li .children li,
#gk-menu-overlay-wrap .nav-menu > li .sub-menu li a,
#gk-menu-overlay-wrap .nav-menu ul > li .children li a {
  line-height: 1.7!important;
}
#gk-menu-overlay-wrap .header > a {
  color: #fff;
}
#gk-menu-overlay-wrap .nav-menu > li .sub-menu li li {
  overflow: hidden;
  height: 25px;
}
#gk-menu-overlay-wrap .header > a:active,
#gk-menu-overlay-wrap .header > a:focus,
#gk-menu-overlay-wrap .header > a:hover {
  color: #42a5f5;
}
#gk-menu-overlay-wrap .header > a > small {
  display: block;
}
#gk-menu-overlay-wrap #gk-menu-overlay-close {
  color: #fff;
  cursor: pointer;
  font-size: 3.2rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 2;
}
#gk-menu-overlay-wrap #gk-menu-overlay-close:active,
#gk-menu-overlay-wrap #gk-menu-overlay-close:focus,
#gk-menu-overlay-wrap #gk-menu-overlay-close:hover {
  color: #42a5f5;
}
#gk-menu-overlay,
#gk-menu-overlay-wrap {
  display: none;
  opacity: 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-menu-overlay.gk-show,
#gk-menu-overlay-wrap.gk-show {
  display: block;
}
#gk-menu-overlay.gk-active,
#gk-menu-overlay-wrap.gk-active {
  opacity: 1;
}

.main-navigation + #gk-mobile-menu {
  display: none;
}

/* Aside menu */
#gk-page-content {
  padding: 62px 0 0 0;
}

#gk-mobile-menu {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 15px !important;
  overflow: hidden;
  padding: 14px 0;
  text-align: center;
  text-transform: uppercase;
  width: 32px;
}
#gk-mobile-menu i {
  background: #fff;
  border-radius: 1px;
  display: block;
  float: right;
  height: 4px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: background .3s ease-out;
  -moz-transition: background .3s ease-out;
  -ms-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
  width: 32px;
}
#gk-mobile-menu i:before,
#gk-mobile-menu i:after {
  background: #fff;
  border-radius: 1px;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: -10px;
  -webkit-transition: background .3s ease-out;
  -moz-transition: background .3s ease-out;
  -ms-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
  width: 32px;
}
#gk-mobile-menu i:after {
  top: 10px;
}
#gk-mobile-menu:active > i,
#gk-mobile-menu:active > i:before,
#gk-mobile-menu:active > i:after,
#gk-mobile-menu:focus > i,
#gk-mobile-menu:focus > i:before,
#gk-mobile-menu:focus > i:after,
#gk-mobile-menu:hover > i,
#gk-mobile-menu:hover > i:before,
#gk-mobile-menu:hover > i:after {
  background: #42a5f5;
}
#gk-header-nav.gk-fixed {
  width: 100%;
}

#gk-header-nav.inactive #gk-mobile-menu-text {
  width: 0 !important;
}
#gk-header-nav.inactive .gk-logo {
  opacity: 0;
}

#gk-header-nav.inactive.gk-fixed-nav .gk-logo {
  opacity: 1;
}
#aside-menu {
  background: #000;
  display: none;
  float: right;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
  z-index: 0;
}
#aside-menu.menu-open {
  display: block;
  position: fixed;
}
#aside-menu > div {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding-right: 32px;
  min-width: 280px;
  max-width: 100%;
}
#aside-menu li {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 4px 0;
  text-transform: uppercase;
}
#aside-menu li a {
  color: #777;
}
#aside-menu li a:active, #aside-menu li a:focus, #aside-menu li a:hover, #aside-menu li.current_page_item > a {
  color: #fff;
}
#aside-menu li li {
  font-weight: 500;
  padding: 4px 0;
  text-transform: none;
}
#aside-menu li li a {
  color: #777;
}
#aside-menu li li li {
  padding-left: 10px;
}
#aside-menu li li li:before {
  content: "-";
  padding: 0 10px 0 0;
}
#aside-menu li:last-child {
  margin-bottom: 12px;
}
#aside-menu .sub-menu,
#aside-menu .children {
  padding-left: 0;
}
#aside-menu .nav-aside-menu {
  margin: 0;
}

#aside-navigation,
#aside-menu.menu-open {
  width: 280px;
}

.admin-bar #aside-menu.menu-open {
  top: 30px;
}

#aside-navigation li {
  text-align: left;
}
#aside-navigation > div > ul {
  padding: 32px 0 20px 32px;
}

#close-menu {
  color: #777;
  cursor: pointer;
  font-size: 2.6rem;
  font-style: normal;
  line-height: 17px;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 36px;
  -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;
  z-index: 100002;
}
#close-menu:hover {
  color: #fff;
}
#close-menu.menu-open {
  opacity: 1.0;
  right: 18px;
}

/* Android fix */
.android-stock-browser #aside-menu {
  height: auto;
  min-height: 100%;
  position: absolute;
}
.android-stock-browser #aside-menu > div {
  height: auto;
  min-height: 100%;
}

#aside-menu .item-social-icons {
  text-align: center;
}
#aside-menu .item-social-icons a {
  color: rgba(255,255,255,0.2) !important;
  font-size: 2rem;
  line-height: 1.2;
  padding: 0 2px;
}
#aside-menu .item-social-icons a:active,
#aside-menu .item-social-icons a:focus,
#aside-menu .item-social-icons a:hover {
  color: #42a5f5 !important;
}
#gk-menu-top,
#gk-menu-bottom {
  color: #757575;
  font-size: 1.3rem;
  padding: 15px 0;
}
#gk-menu-top a,
#gk-menu-bottom a {
  color: #fff;
}
#gk-menu-top a:active,
#gk-menu-top a:focus,
#gk-menu-top a:hover,
#gk-menu-bottom a:active,
#gk-menu-bottom a:focus,
#gk-menu-bottom a:hover {
  color: #42a5f5;
}
#gk-menu-top {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  margin: 5px 0 20px 32px;
}
#gk-menu-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin: 20px 0 0 32px;
}
/**
 * 3.2 Content
 * ----------------------------------------------------------------------------
 */
.single-page {
  background: #fff;
  margin: 40px;
  padding: 80px;
}

.site-content > .site {
  background: #fff;
  margin: 40px;
  padding: 80px;
}

.archive .entry-header + .site,
.search .entry-header + .site,
.page .entry-header + .site,
.home .site-content > .site,
.login-page > .site  {
  margin-top: 0;
  max-width: none;
  width: auto;
}
.home .site-content > .site,
.login-page > .site  {
  margin-top: 40px;
}
.post-meta {
  float: left;
  min-height: 10px;
  width: 15%;
}

.entry-tags {
  float: left;
  font-size: 1.1rem;
  margin: 12rem 0 5rem;
  width: 90%;
}
.entry-tags a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  list-style-type: none;
  margin: 0 12px 0 0;
  padding: 0;
  position: relative;
}
.entry-tags a:hover {
  color: #ff9800;
}

.entry-tags a:before {
  content: "#";
  font-size: 1.1rem;
  margin-right: 4px;
}

/* Reviews */
.gk-review {
  display: block;
  overflow: hidden;
  padding: 3em 0 0 0;
}
.gk-review-sum {
  border-right: 3px solid #eee;
  float: left;
  padding-right: 75px;
  text-align: center;
  width: 25%;
}
.gk-review-sum-value {
  border-radius: 50%;
  color: #34393f;
  display: inline-block;
  font-size: 3.4rem;
  height: 80px;
  line-height: 81px;
  position: relative;
  text-align: center;
  width: 80px;
}
.gk-review-sum-value > svg {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 0;
}
.gk-review-sum-value > span {
  position: relative;
  z-index: 1;
}
.gk-review-sum-label {
  color: #40464d;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 20px;
}
.gk-review-partials {
  float: right;
  padding-left: 75px;
  width: 75%;
}
.gk-review-partial {
  float: left;
  text-align: center;
  width: 20%;
}
.gk-review-partial-value {
  border-radius: 50%;
  color: #34393f;
  display: inline-block;
  font-size: 2.8rem;
  height: 60px;
  line-height: 61px;
  position: relative;
  text-align: center;
  width: 60px;
}
.gk-review-partial-value > svg {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 0;
}
.gk-review-partial-value > span {
  position: relative;
  z-index: 1;
}
.gk-review-partial-label {
  color: #40464d;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 20px;
}

/* Slideshow in the content */
.gk-slideshow {
  margin: 9rem 0 9rem -160px;
  position: relative;
}
.gk-slideshow-img-wrap {
  overflow: hidden;
  position: relative;
}
.gk-slideshow-img {
  opacity: 0;
  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;
  width: 100%;
  z-index: 1;
}
.gk-slideshow-img.gk-active {
  opacity: 1;
  z-index: 2;
}
.gk-slideshow-blank-img {
  display: block;
  opacity: 0;
  width: 100%;
}
.gk-slideshow-title {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  color: #999;
  display: block;
  font-size: 1.2rem;
  margin: 0 0 2em;
  padding: 8px 50px 10px 0;
  text-align: left;
}
.gk-slideshow-counter {
  bottom: 0;
  color: #999;
  font-size: 1.2rem;
  padding: 8px 0 10px 0;
  position: absolute;
  right: 0;
}
.gk-slideshow-prev,
.gk-slideshow-next {
  height: 100%;
  opacity: 0;
  position: absolute;
  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: 50%;
  z-index: 10;
}
.gk-slideshow-prev .micon,
.gk-slideshow-next .micon {
  color: #fff;
  font-size: 6rem;
  pointer-events: none;
  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;
}
.gk-slideshow-prev:hover,
.gk-slideshow-next:hover {
  opacity: 1;
}
.gk-slideshow-prev {
  background: rgba(0,0,0,0.26);
  background: -moz-linear-gradient(left,rgba(0,0,0,0.26) 0%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,rgba(0,0,0,0.26)),color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left,rgba(0,0,0,0.26) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left,rgba(0,0,0,0.26) 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left,rgba(0,0,0,0.26) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,rgba(0,0,0,0.26) 0%,rgba(0,0,0,0) 100%);
  left: 0;
}
.gk-slideshow-prev .micon {
  left: 50px;
  -webkit-transform: translateY(-50%) translateX(-50px);
  -moz-transform: translateY(-50%) translateX(-50px);
  -ms-transform: translateY(-50%) translateX(-50px);
  -o-transform: translateY(-50%) translateX(-50px);
  transform: translateY(-50%) translateX(-50px);
}
.gk-slideshow-prev:hover .micon {
  -webkit-transform: translateY(-50%) translateX(0px);
  -moz-transform: translateY(-50%) translateX(0px);
  -ms-transform: translateY(-50%) translateX(0px);
  -o-transform: translateY(-50%) translateX(0px);
  transform: translateY(-50%) translateX(0px);
}
.gk-slideshow-next {
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.26) 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.26)));
  background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.26) 100%);
  background: -o-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.26) 100%);
  background: -ms-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.26) 100%);
  right: 0;
}
.gk-slideshow-next .micon {
  right: 50px;
  -webkit-transform: translateY(-50%) translateX(50px);
  -moz-transform: translateY(-50%) translateX(50px);
  -ms-transform: translateY(-50%) translateX(50px);
  -o-transform: translateY(-50%) translateX(50px);
  transform: translateY(-50%) translateX(50px);
}
.gk-slideshow-next:hover .micon {
  -webkit-transform: translateY(-50%) translateX(0px);
  -moz-transform: translateY(-50%) translateX(0px);
  -ms-transform: translateY(-50%) translateX(0px);
  -o-transform: translateY(-50%) translateX(0px);
  transform: translateY(-50%) translateX(0px);
}

/* Related items */
.item-subheader {
    border-top: 1px solid #e5e5e5;
    clear: both;
    margin: 55px 0 0 -160px;
    padding: 0 0 0 160px;
}

.item-subheader h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0!important;
  padding: 60px 0 40px 0;
  text-transform: uppercase;
}
.entry-related ul,
.item-subheader.latest ul {
  margin: 0;
}
.item-subheader.latest ul {
  margin: 0 -25px !important;
}
.entry-related li,
.item-subheader.latest li {
  float: left;
  width: 25%;
  padding: 0 10px!important;
}
.item-subheader.latest li {
    border-left: 1px solid #e5e5e5;
    padding: 0 25px !important;
}
.item-subheader.latest li:first-child {
  border-left: 0;
}
.entry-related li:before,
.item-subheader.latest li:before {
  display: none;
}
.entry-related .item-title {
  display: block;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.entry-related img {
  display: block;
  margin: 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;
}
.entry-related a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/**
 * 3.3 Entry Header
 * ----------------------------------------------------------------------------
 */
.single-page article > .header,
.single-page > .header {
  margin: -80px -80px 0 -80px;
  position: relative;
  text-align: center;
 }
.entry-header {
  display: block;
  max-width: 100%;
  position: relative;
}
.entry-header.no-image {
  background: #fff!important;
  margin: 0!important;
}
.archive .entry-header,
.search .entry-header,
.page .entry-header {
  background: #40464d;
  margin: 40px 40px 0 40px;
  padding: 40px 80px;
}
.entry-header time,
.entry-header .gk-subtitle {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 2.4;
  margin: 0;
}

.entry-title {
  color: #000
}
.single-page .entry-title {
  color: #151515;
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 46px;
  text-transform: none;
}
.entry-title.sticky {
  position: relative;
}

.entry-title sup {
  color: #ecd517;
  font-size: 2rem;
  top: -1em;
}
.entry-title sup i {
  color: #ecd517;
}

.item-author {
  font-size: 1.3rem;
  color: #bbb;
  line-height: 1;
  margin: 0 auto !important;
  position: relative;
  text-align: center;
  width: 60%;
  text-transform: uppercase;
}

.item-info {
    left: 0;
    position: absolute;
    top: 80px;
    width: 80px;
}
.archive .item-info,
.archive .item-author {
  display: block;
  font-size: 1.1rem;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.9;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.item-body {
  clear: both;
  margin: 72px 0 10px;
}
.single .item-body {
  margin-top: 65px;
}
.single .item-info {
  top: 73px;
}
.single-page .item-body {
  clear: none;
  float: right;
  width: 100%;
}
.page .item-body {
  margin-top: 37px;
}
.single .item-info + .item-body {
    padding-left: 160px;
}
.single-page .intro-text {
   color: #40464d;
   font-size: 1.6rem;
   line-height: 1.75;
}
.single-page .item-body .entry-title {
  text-align: left;
}
.single-page .item-body p > a {
  border-bottom: 1px solid currentColor;
}
.item-info > img {
  margin: 0 0 20px 0;
}
.item-info .author a {
  color: #34393f;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
.item-info .author-url a {
  color: #757575;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 5px 0;
}
.single-page .item-top-info {
  color: #999;
  font-size: 1.4rem;
  margin: 0 0 45px 0;
  overflow: hidden;
}
.single-page .item-top-info li {
  float: left;
  padding: 0 8px;
}
.single-page .item-top-info li:first-child {
  padding: 0 8px 0 0;
}
.single-page .item-top-info li:before {
  display: none;
}
/**
 * 3.4 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content,
.entry-summary {
  margin: 72px auto 0 auto;
}
.single-page .entry-content {
  margin: 0 auto !important;
  position: relative;
  width: 100%;
}
#gk-comments-wrap {
  background: #fff;
  margin: -40px 40px 40px;
  padding: 0 80px 80px;
  padding-left: 240px;
}
.search-no-results .entry-title-wrap {
  border-bottom: 0;
}
.entry-thumbnail-wrap {
  display: block;
  margin: 72px auto 64px auto;
  text-align: center;
}

.edit-link a:before {
  content: "\f040";
  font-family: FontAwesome;
  margin-right: 5px;
}
.gk-image-caption {
  bottom: 20px;
  color: #fff;
  font-size: 1.1rem;
  left: 40px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-align: left;
  text-shadow: 0 0 1px rgba(0,0,0,0.5);
  text-transform: uppercase;
  z-index: 1;
}
.item-body .gk-offset-image {
  margin: 75px 0 75px -43%;
  position: relative;
}
.item-body .gk-offset-image figcaption {
  bottom: 25px;
  color: #fff;
  font-size: 1.1rem;
  left: 40px;
  letter-spacing: 1px;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
}
.item-body > p {
  color: #757575;
}
.item-body ul {
  margin: 1.5em 0 2em;
}

.item-body .entry-related ul {
  margin: 0 -10px;
}

/* Page links */
.page-links {
  clear: both;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0;
}

.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
  background: #fff;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
  background: none;
}

.page-links .page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0;
}

/* Media elements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.entry-social-sharing {
  clear: both;
  padding: 24px 0 32px;
  text-align: center;
}

.entry-social-sharing > div {
  display: inline-block;
  margin: 0 12px;
  vertical-align: top;
}

.entry-social-sharing iframe {
    max-width: none!important;
}

.single-page .entry-header .item-social-icons {
  background: #42a5f5;
  border-radius: 50%;
  bottom: -18px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: 50px;
  line-height: 51px;
  position: absolute;
  right: 50px;
  text-align: center;
  width: 50px;
}
.single-page .entry-header.no-image .item-social-icons {
  bottom: -30px;
}
.single-post .entry-header.no-image .item-social-icons {
  bottom: -90px;
}
.single-page .entry-header .item-social-icons > .micon {
  color: #fff;
  cursor: pointer;
  font-size: 2.4rem;
  margin: 12px 0;
  position: relative;
  text-indent: -1px;
  width: 100%;
  z-index: 2;
}
.single-page .entry-header .item-social-icons > a {
  background: #42a5f5;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display: block;
  height: 46px;
  line-height: 47px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  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: 46px;
}
.single-page .entry-header .item-social-icons > a > .fa,
.single-page .entry-header .item-social-icons > a > .micon {
  color: #fff;
  font-size: 2rem;
  margin: 12px 0;
  width: 100%;
}
.single-page .entry-header .item-social-icons > a > .fa {
  margin-top: 14px;
  text-indent: 8px;
}
.single-page .entry-header .item-social-icons > a:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
.single-page .entry-header .item-social-icons > a:nth-child(3) {
  right: 0;
  top: 0;
  -webkit-transition-delay: .15s;
  -moz-transition-delay: .15s;
  -ms-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}
.single-page .entry-header .item-social-icons > a:nth-child(4) {
  right: 0;
  top: 0;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.single-page .entry-header .item-social-icons > a:nth-child(5) {
  right: 0;
  top: 0;
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  -ms-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}
.single-page .entry-header .item-social-icons > a:nth-child(6) {
  left: 0;
  top: 0;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.single-page .entry-header .item-social-icons > a:nth-child(7) {
  left: 0;
  top: 0;
  -webkit-transition-delay: .35s;
  -moz-transition-delay: .35s;
  -ms-transition-delay: .35s;
  -o-transition-delay: .35s;
  transition-delay: .35s;
}
.single-page .entry-header .item-social-icons > a:nth-child(8) {
  left: 0;
  top: 0;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
.single-page .entry-header .item-social-icons > a:nth-child(9) {
  left: 0;
  top: 0;
  -webkit-transition-delay: .45s;
  -moz-transition-delay: .45s;
  -ms-transition-delay: .45s;
  -o-transition-delay: .45s;
  transition-delay: .45s;
}
.single-page .entry-header .item-social-icons.open > a {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.single-page .entry-header .item-social-icons.open > a:nth-child(2) {
  top: -70px;
  right: 2px;
}
.single-page .entry-header .item-social-icons.open > a:nth-child(3) {
  top: -55px;
  right: -50px;
}
.single-page .entry-header .item-social-icons.open > a:nth-child(4) {
  top: 0px;
  right: -70px;
}
.single-page .entry-header .item-social-icons.open > a:nth-child(5) {
  top: 55px;
  right: -50px;
}
.single-page .entry-header .item-social-icons.open > a:nth-child(6) {
  top: 75px;
  left: 2px;
}
.single-page .entry-header .item-social-icons.open > a:nth-child(7) {
  top: 55px;
  left: -50px;
}
.single-page .entry-header .item-social-icons.open > a:nth-child(8) {
  top: 0;
  left: -70px;
}
.single-page .entry-header .item-social-icons.open > a:nth-child(9) {
  top: -55px;
  left: -50px;
}
.single-page .entry-header .item-social-icons.open > a:hover {
  background: #34393f !important;
  -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;
}
.single-page .entry-header .item-social-icons.open > a.facebook {
  background: #1565c0;
}
.single-page .entry-header .item-social-icons.open > a.twitter {
  background: #42a5f5;
}
.single-page .entry-header .item-social-icons.open > a.google {
  background: #e64a19;
}
.single-page .entry-header .item-social-icons.open > a.pinterest {
  background: #ff1744;
}
.single-page .entry-header .item-social-icons.open > a.linkedin {
  background: #448aff;
}
.single-page .entry-header .item-social-icons.open > a.vk {
  background: #1565c0;
}
.single-page .entry-header .item-social-icons.open > a.email {
  background: #ff8f00;
}

/**
 * 3.5 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery-item {
  float: left;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 4px 4px 0;
  position: relative;
}
.gallery-item a,
.gallery-item img {
  display: block;
  height: auto;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.666666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.285714%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.111111%;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 4px;
  color: #fff;
  font-size: 1.4rem;
  left: 0;
  line-height: 1.3;
  margin: 0 !important;
  max-height: 50%;
  opacity: 0;
  padding: 5px 8px 6px 8px;
  position: absolute;
  right: 4px;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.gallery-caption:before {
  display: none;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/* APPkosmos Adventskalender 2016 */
.gallery-columns-6.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

/**
 * 3.6 Post Formats
 * ----------------------------------------------------------------------------
 */
.format {
  color: #999;
  display: block;
  font-family: technews-pixellove;
  font-size: 2rem!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;
  height: 29px;
  line-height: 1.5 !important;
  margin: 0;
  position: relative;
  top: 1px;
  width: 26px;
}

.entry-title-wrap .format {
  color: #fff;
  font-size: 3.5rem!important;
  height: 50px;
  margin: 0 auto 10px;
  width: 50px
}

.entry-title .format {
  display: inline-block;
  left: -10px;
  position: relative;
  top: -3px;
}

.archive-page .format {
  font-size: 3rem!important;
  margin: 10px auto -10px auto;
}

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

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

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

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

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

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

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

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

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

/**
 * 3.7 Attachments
 * ----------------------------------------------------------------------------
 */
.full-size-link:before {
  content: none;
}
.attachment .item-info {
  margin: -32px 0 32px 0;
}
.attachment #image-navigation {
  height: 100px;
  padding: 30px 0 0 0;
  text-align: center;
}
.attachment .entry-attachment .attachment {
  display: block;
}
.attachment .entry-attachment .attachment a {
  display: block;
}
.attachment .entry-attachment .attachment img {
  display: block;

  max-width: 100%;
}
.image-attachment header > h1 {
  padding-bottom: 30px;
}

.attachment #comments {
  padding-left: 0
}
/**
 * 3.8 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation {
  margin: 0 0 20px 0;
  text-align: center;
}

.paging-navigation .nav-previous a {
  float: left;
}
.paging-navigation .nav-next a {
  float: right;
}

.nav-links > div {
  display: inline;
}

/**
 * 3.9 Author Bio
 * ----------------------------------------------------------------------------
 */
.author-page .author-info img {
  float: left;
  margin: 0 80px 0 0;
}
.author-info p {
  margin: 5px 0;
}

.author-info .entry-title,
.archive .entry-header > .entry-title  {
  font-size: 3rem;
  margin: 0 0 32px 0;
}
.archive .entry-header > .entry-title {
  margin-top: 100px;
}
.archive.tag .entry-header > .entry-title > small {
  display: block;
}
.author-info .website-url,
.author-info .email {
   display: inline-block;
   margin: 0;
   padding: 5px 20px 5px 0px;
}
.author-info .website-url > i,
.author-info .email > i {
  color: #757575;
  font-size: 1.8rem;
  line-height: 1;
  height: 18px;
  margin: 0px 5px 0px 0px;
  position: relative;
  top: 3px;
  width: 18px;
}
.author-info .website-url a,
.author-info .email a {
  color: #34393f;
}
.author-info .website-url a:active,
.author-info .website-url a:focus,
.author-info .website-url a:hover,
.author-info .email a:active,
.author-info .email a:focus,
.author-info .email a:hover {
  color: #42a5f5;
}

.archive .author-info.bigtitle {
  background: #f6f6f6;
  margin: 0 0 80px;
  padding: 40px;
}

/**
 * 3.10 Archives
 * ----------------------------------------------------------------------------
 */
.search .bigtitle,
.archive .bigtitle {
  padding: 0 0 20px 0;
}
.search .category-image-wrap,
.archive .category-image-wrap {
  margin: 0 auto 24px auto;
}
.search .category-image-wrap img,
.archive .category-image-wrap img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.archive-page {
  margin: 0 0 80px 0;
}
.content-wrapper .archive-page {
    margin: 0 0 74px;
}
.archive-page:last-child {
  margin-bottom: 10px;
}
.archive-page .entry-thumbnail-wrap > img {
  width: 100%;
}
.entry-summary-content {
  padding: 0 0 50px 80px;
  width: 66.666666%;
  float: left;
  position: relative;
}
.entry-summary-content.no-image {
  padding-left: 0;
  width: 100%;
}
.entry-summary-content > p {
  margin: 0;
}
.archive .entry-title-wrap > h1,
.search .entry-title-wrap > h1,
.page .entry-title-wrap > h1 {
  color: #fff;
  font-weight: 400;
}
.archive-page .entry-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.archive-page > .entry-thumbnail {
  float: left;
  width: 33.333333%;
}
.item-desc {
  color: #bbb;
  margin: 5px 0 0 0;
}
.archive-page .entry-thumbnail-wrap {
  margin: 0;
}

.archive-page .entry-footer {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 20px;
      bottom: 0;
    left: 0;
    padding: 0 0 20px;
    position: absolute;
    right: 0;
}
.archive-page .entry-excerpt + .entry-footer {
  left: 80px;
}
.archive-page .entry-summary-content.no-image .entry-excerpt + .entry-footer {
  left: 0;
}
.archive-page .entry-excerpt > p {
  margin: 0 0 20px;
}
.archive-page .entry-footer .micon {
  color: #999;
  font-size: 1.8rem;
  position: relative;
  top: -1px;
  float: left;
  margin-right: 2px;
}

.archive-page .entry-footer time {
   color: #999;
   display: block;
   font-size: 1.1rem;
   font-style: normal;
}

/**
 * 3.11 Search Results/No posts
 * ----------------------------------------------------------------------------
 */
.search-page #gk-search {
  float: none;
}
.search-page .entry-title {
  border-bottom: 1px solid #CCC;
  padding: 0px 0px 20px;
  margin: 0px auto 80px;
  max-width: 820px;
  text-align: center;
}
.page-content {
  background: #fff;
  padding: 40px;
  text-align: center;
}
.search-form {
  text-align: center;
}
.search-form .search-submit {
  display: inline-block;
  float: none;
}
.search-form .search-field {
  float: left;
  margin-right: 5px;
  width: 75%;
}
.search-form .btn {
  float: left;
  margin-right: 5px;
  position: relative;
}

.search .searchintro {
  text-align: center;
}
.search .searchintro strong {
  font-weight: 600;
}
.search .searchintro > p {
  clear: both;
  padding-top: 30px;
  text-align: left;
}
.searchintro + .item-list {
  margin-top: 50px;
  padding: 0;
}
.searchintro + .item-list li {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.6rem;
  padding: 20px 0;
  list-style-position: inside;
}

.content-none > p {
  margin-bottom: 20px;
}
.widget .search-form .btn {
  display: none;
}
.search .content-none {
  padding-bottom: 40px;
}

/**
 * 3.12 404 Page
 * ----------------------------------------------------------------------------
 */
.error404 .entry-title span {
  display: block;
  padding: 65px 65px 20px 65px;
  position: relative;
}

.error404 #content {
  padding: 0;
}

.error404 .page-content {
  background: transparent;
}

.error404 .other-things {
  display: none;
}

.error404 .content-wrapper {
  color: #fff;
}
.content-wrapper.full-width {
  width: 100%!important;
}
.error404 .content-wrapper h1 {
  font-size: 16rem;
  font-weight: 400;
}
.error404 .content-wrapper h2 {
  color: #757575;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 1.3em 0 2.5em;
}


.error404 .search-goog {
  color: #757575;
  font-size: 1.4rem;
  line-height: 50px;
  margin: 0;
}

.error404 .search-goog b {
  font-weight: 500;
}
.error404 .search-goog input {
      float: none;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    width: 80%;
}
.error404 .search-goog input + input {
  padding: 0 20px;
  width: auto;
}
.error404 .error-links {
  margin-bottom: 182px;
  margin-top: 0;
  text-align: center;
  width: 100%;
}
.error404 .error-links a {
  padding: 0 12px;
}
.error404 .search-goog form {
  margin: 10px 0 0;
}
.error404 #gk-bottom5 h3 {
  display: none;
}
.error404 .single-page {
  margin-top: 45px;
  padding-bottom: 40px;
}

.error404  #gk-sidebar-top .widget {
  padding: 12px;
}
.error404 #sidebar {
  padding-left: 0;
}

/**
 * 3.13 Comments
 * ----------------------------------------------------------------------------
 */
#comments {
      border-top: 1px solid #e5e5e5;
      clear: both;
      margin: 30px 0 0 -160px;
      padding: 0 0 0 160px;
}
#comments .no-password {
  margin-top: 0;
}

.comment-post-author {
  background: #010101;
  border-radius: 2px;
  color: #fff;
  font-size: 1.1rem;
  margin: 0 0 0 5px;
  padding: 2px 5px;
  position: relative;
  top: -1px;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.comments-title,
.comment-reply-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0!important;
  padding: 60px 0 40px 0;
  text-transform: uppercase;
}

.comment-reply-title {
  padding-bottom: 20px;
}

.comment-reply-title {
  margin-bottom: 10px;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
}

.comment-list .children {
  margin-left: 35px;
}

.comment-list > li:after,
.comment-list .children > li:before {
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment-body {
  margin: 20px 0;
  padding: 1em 0 0;
  position: relative;
}

.children .comment-body {
  margin: 0;
}

.comment-content p {
   color: #777;
   font-size: 1.4rem;
   line-height: 1.7;
}

.bypostauthor {
  line-height: inherit;
}

.comment-author > img {
  border-radius: 50%;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.comment-author .avatar {
  display: block;
}
.comment-author .fn {
  word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login,
.comment-list .edit-link {
  font-size: 1.4rem;
  font-style: normal;
}

.says {
  display: none;
}

.comment-list .edit-link {
  float: right;
  margin-left: 20px;
}

.comment-author {
  position: absolute;
}

.comment-content-wrapper {
  margin: 0 0 0 100px;
  padding: 10px;
}

.comment-metadata a time {
  color: #999;
  display: block;
  margin: 0 12px 0 0;
}

.comment-metadata {
  margin-bottom: 0;
}

.comment-content:before {
  clear: both;
  display: table;
  content: "";
}

.comment-metadata > strong.fn {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 20px 0 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.ping-meta {
  color: #a2a2a2;
  font-size: 1.3rem;
  line-height: 2;
}

.comment-awaiting-moderation:before {
  content: "\f071";
  font-family: FontAwesome;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f112";
  font-family: FontAwesome;
  margin-right: 6px;
}

/* Comment form */
.comment-respond {
  padding: 30px 0;
  overflow: hidden;
}

.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px 0;
}

.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 21px;
  padding-left: 4px;
  overflow: hidden;
  width: 22px;
}
.comment-reply-title small a:hover {
  text-decoration: none;
}
.comment-reply-title small a:before {
  content: "\f057";
  font-family: FontAwesome;
  font-size: 1.8rem;
  margin-right: 10px;
  vertical-align: top;
}

.comment-form .comment-notes {
  color: #aaa;
  font-size: 1.3rem;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  float: left;
  margin: 0 3% 3% 0;
  width: 30%;
}
.comment-form .required {
  color: #ed331c;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}
.comment-form textarea {
  height: 200px!important;
  width: 100%;
}
.comment-form label {
  display: none;
}
.comment-form-comment {
  clear: both;
  margin-bottom: 0;
}
.comment-form [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.1s 0.1s ease; 
  opacity: 0;
}

input:focus:-moz-placeholder { color:transparent; }
.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 1.2rem;
}

.form-allowed-tags code {
  display: block;
  margin: 3px 0;
}

.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}

.comment-navigation {
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%;
}

.no-comments {
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
}

/**
 * 3.14. Page templates
 * ----------------------------------------------------------------------------
 */
 
/* Frontpage */
.frontpage-mainbody {
  padding: 80px;
  position: relative;
}
.nsp-switch .widget-title {
  margin: 0 0 24px;
}
.nsp-switch .nsp-art-page {
  margin: 0 -13px;
}
.nsp-switch .nsp-switch-ui {
  position: absolute;
  right: 80px;
  top: 80px;
}
.nsp-switch .nsp-switch-ui > i {
  cursor: pointer;
}
.frontpage-mainbody .nsp-art-page > article {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  float: left;
  clear: none;
  float: left;
  opacity: 1;
  padding: 13px;
    -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.nsp-switch .nsp-col1 { width: 100%; }
.nsp-switch .nsp-col2 { width: 50%; }
.nsp-switch .nsp-col3 { width: 33.333333%; }
.nsp-switch .nsp-col4 { width: 25%; }
.nsp-switch .nsp-col5 { width: 20%; }
.nsp-switch .nsp-col6 { width: 16.666666%; }

.nsp-switch .nsp-col2:nth-child(2n+1) { clear: both; }
.nsp-switch .nsp-col3:nth-child(3n+1) { clear: both; }
.nsp-switch .nsp-col4:nth-child(4n+1) { clear: both; }
.nsp-switch .nsp-col5:nth-child(5n+1) { clear: both; }
.nsp-switch .nsp-col6:nth-child(6n+1) { clear: both; }

.nsp-switch .art-image-wrapper {
  border-radius: 3px 0 0 3px;
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.nsp-switch .art-image-wrapper img {
  display: block;
  -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%;
}

.nsp-switch .art-image-wrapper:hover img {
      -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.nsp-switch .nsp-horizontal .art-image-wrapper {
  background-size: cover;
  background-position: center center;
  border-radius: 0 0 3px 3px;
  float: left;
  -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: 33.333333%;
}
.nsp-switch .nsp-horizontal .art-image-wrapper img {
  opacity: 0;
}
.nsp-switch .nsp-horizontal .art-image-wrapper:hover {
  opacity: 0.8;
}
.nsp-switch .gk-art-content-wrap {
  background: #fff;
  border-radius: 0 3px 3px 0;
  clear: both;
  min-height: 200px;
  padding: 40px 40px 60px 40px;
  position: relative;
}
.nsp-switch .nsp-horizontal .gk-art-content-wrap {
  border-radius: 3px 3px 0 0;
  clear: none;
  float: left;
  width: 66.666666%;
}
.nsp-switch .nsp-header {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 12px 0;
  padding: 0;
}

.nsp-switch .nsp-header a {
  color: #151515;
}
.nsp-switch .nsp-header a:active,
.nsp-switch .nsp-header a:focus,
.nsp-switch .nsp-header a:hover {
  color: #42a5f5;
}

.nsp-switch .nsp-text {
  color: #757575;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
}

.nsp-switch .nsp-info1 {
  bottom: 20px;
  color: #999;
  margin: 0;
  font-size: 1.1rem;
  padding: 0;
  position: absolute;
  text-transform: none;
}
.nsp-switch .nsp-info1 .micon {
  font-size: 1.8rem;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
/* Columns in the content */
.gk-cols {
  margin: 0 -25px;
  text-align: left;
  width: auto;
}

.gk-cols:after {
  clear: both;
  content: "";
  display: table;
}

.gk-gallery br {
  display: none;
}

.gk-cols.gk-gallery {
  margin: 0 -10px;
}
.gk-cols.gk-gallery > div {
  padding: 0 10px;
}
.gk-cols.gk-gallery > div > a {
  display: block;
  margin: 0 0 20px 0;
}
.gk-cols.gk-gallery > div > a > img {
  display: block;
  height: auto;
  width: 100%;
}
.gk-cols > div {
  float: left;
  padding: 0 25px;
}
.demo-typo-div .gk-cols > div {
  padding: 0 15px;
}
.gk-cols > div.gk-text-center {
  text-align: center;
}
.gk-cols > div.gk-text-justified {
  text-align: justify;
}
.gk-cols > div.gk-text-right {
  text-align: right;
}
.gk-cols > div > p {
  margin-bottom: 0;
}
.gk-cols[data-cols="2"] > div {
  width: 50%;
}

.gk-cols[data-cols="3"] > div {
  width: 33.333333%;
}

.gk-cols[data-cols="4"] > div {
  width: 25%;
}

.gk-cols[data-cols="5"] > div {
  width: 20%;
}

.gk-cols.vertical-center {
  display: table;
  width: 100%;
}
.gk-cols.vertical-center > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.gk-cols img {
  max-width: 100%;
}
#gk-page-preloader {
  opacity: 1;
  -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-page-preloader.gk-to-hide {
  opacity: 0;
}
#gk-page-preloader.gk-to-hide.gk-hidden {
  display: none;
}

#gk-user.gk-open #gk-login-submenu {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#gk-user #gk-login-submenu {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
  display: none;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 30px;
  top: 50px;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -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: 280px;
  z-index: 1000;
}
#gk-user #gk-login-submenu.gk-user-logged-in {
  width: 190px;
}

#gk-login h1 {
  font-size: 2rem;
  margin: 0 0 10px;
  padding-bottom: 30px;
}

#gk-login input {
  margin: 6px 0 0;
  min-width: 99%;
}

#gk-login #rememberme {
  min-width: auto;
}

#gk-login  .button-gray {
  margin-left: 12px;
}
#gk-user #gk-login  .button-gray  {
  margin: 40px 0 0px 0;
  width: 100%;
}
#gk-user #gk-login .button-gray.logout {
  width: auto;
}
#gk-login input[type="submit"] {
  float: left;
  min-width: inherit;
  margin: 0;
}

#gk-login p {
  margin: 0 0 20px;
}
#gk-user #gk-login p {
  margin: 0 0 10px 0;
}
.login-submit {
  float: left;
}

#login-forgot {
  clear:  both;
  font-size: 1.4rem;
  line-height: 25px;
  margin: 40px 0 0;
}


/* Contact page */

.contact-form, .contact-details { 
  float: left;
  padding: 0 65px 0 0;
  width: 50%;
}
.contact-form { padding: 0 0 0 65px; }
.contact-name,
.contact-email { float: left; width: 49%; margin: 0 0 1% 0}
.contact-name { margin-right: 2%}
.contact-form label { display: block; margin: 0 0 6px}
.gk-map.static {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#gk-contact {
  margin: 0;
  overflow: hidden;
}
#gk-contact dd {
  margin: 5px 0 20px;
  padding: 0;
}

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

.contact-page h3 {
  font-size: 1.8rem;
}
.contact-misc > h3 {
    padding-top: 40px;
}
.contact-misc > h3:first-child {
    padding-top: 0;
}
.contact-page .gk-contact-error,
.contact-page .gk-contact-thanks {
  line-height: 18px;
  margin: 30px 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

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

.contact-form-info > div > span,
.contact-contactinfo > div > span:first-child {
   color: #40464d;
   font-size: 1.4rem;
   font-weight: 500;
}

.contact-form-info {
  margin: 0 0 80px;
}

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

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

.contact-page #loginform #rememberme {
  margin: 13px 5px 0 2px;
}

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

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

#gk-contact .gk-message {
  margin-top: 20px;
}

#gk-contact .inline,
#gk-contact .inline {
  display: inline-block;
  float: left;
  margin: 12px 0 0;
  width: auto;
}
.jicons-text {
  color: #191919;
  font-size: 1.4rem;
  font-weight: 700;
}

.contact-address p {
  margin: 0;
}

#sbox-window {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#frontpage-wrap {
  position: relative;
}
#frontpage-wrap > .box {
  background: #fff;
  overflow: hidden;
  padding: 80px;
}
.frontpage-block  {
  position: relative;
}
.frontpage-block + .frontpage-block:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  left: 80px;
  position: absolute;
  right: 80px;
  top: 0;
}
.box.title-centered .widget-title,
.box.title-centered .content h2,
.box.title-centered .content h3,
.box.title-centered > h3 {
  text-align: center;
}
.box.title-centered .content h2,
.box.title-centered .content h3,
.box.title-centered > h3 {
  margin: 0 -135px 80px -135px;
}
.box.small-text,
.widget.small-text {
  font-size: 1.3rem;
}
.box .big-text {
  color: #40464d;
  font-size: 2rem;
  font-weight: bold;
}
.box.parallax-bg {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.frontpage-block .box {
  text-align: center;
}
.gk-big-text {
  padding: 150px 0;
}
.gk-big-text > h2 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
.gk-big-text > h2 + small {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 32px;
  margin-top: 10px;
  text-align: center;
}
.gk-big-text + .gk-counters {
  margin: -50px 0 100px 0;
}

/**
 * 3.15 Typography
 * ----------------------------------------------------------------------------
 */

.demo-typo {
  margin: 9rem 0 20px!important;
}
/* Contet elements */
.item-body h2,
.item-body h3,
.item-body h4 {
  margin-top: 9rem;
}
.entry-content ul li,
.entry-summary ul li {
  list-style: none;
  overflow: inherit;
  padding: 7px 0 4px 42px;
  position: relative;
}
.entry-content ul li:before,
.entry-summary ul li:before {
  color: #42a5f5;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 0.6rem;
  position: absolute;
  top: 10px;
  left: 0;
}
.entry-content .gk-bullet2 li:before,
.entry-summary .gk-bullet2 li:before,
.entry-content .gk-bullet3 li:before,
.entry-summary .gk-bullet3 li:before,
.entry-content .gk-bullet4 li:before,
.entry-summary .gk-bullet4 li:before {
  content: "\f14a";
  font-size: 1.2rem;
  top: 12px;
}
.entry-summary .gk-bullet3 li:before,
.entry-content .gk-bullet3 li:before {
  content: "\f006";
}
.entry-summary .gk-bullet4 li:before,
.entry-content .gk-bullet4 li:before{
  content: "\f0a9";
}
.entry-content ul ul,
.entry-summary ul ul {
  padding-left: 20px;
}
.entry-content table,
.entry-summary table {
  border: 1px solid #e5e5e5;
}
.entry-content td,
.entry-summary td {
  border: 1px solid #e5e5e5;
  padding: 5px;
}
.entry-content th,
.entry-summary th {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 5px;
}
.entry-content pre,
.entry-summary pre {
  border: 1px solid #e5e5e5;
  color: #272727;
  padding-left: 32px;
}
.entry-content,
.entry-summary {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.cat-readon {
  float: right;
  margin: 0
}
blockquote {
  border-left: 3px solid #bbb;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  margin-left: 0;
  margin: 3em 0;
  padding: 0 0 0 40px;
}
blockquote strong {
  font-size: 1.4rem;
}
blockquote > strong:before {
  content: "-";
  padding-right: 7px;
}
blockquote cite,
blockquote small {
  color: #aaa;
  display: block;
  font: normal 12px Monaco,Consolas,"Courier News",monospace;
  margin-top: 20px;
}
.item-body h2 {
  font-size: 3rem;
  margin-top: 80px;
}
.entry-content dt,
.entry-summary dt {
  font-weight: bold;
}
.entry-content dd,
.entry-summary dd {
  margin: 5px 0;
}
.entry-content address p,
.entry-summary address p {
  margin: 5px 0;
}
.entry-content acronym,
.entry-summary acronym {
  border-bottom: 1px dotted;
}
.entry-content q,
.entry-summary q {
  color: #999;
  font-style: italic;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}
.map .widget img {
  max-width: inherit;
}
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
/*.single iframe {
  margin: 4rem 0;
} Fix f?r Google Anzeigen */

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}
.gk-photo-grid img.alignnone {
  margin: 0;
}
.wp-caption  {
  position: relative;
  margin: 9rem 0 9rem -160px;
  max-width: none;
  text-align: center;
  width: auto!important;
}
.wp-caption > img {
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  border-bottom: 1px solid #e5e5e5;
  color: #999;
  font-size: 1.2rem;
  margin: 0 0 2em;
  padding: 8px 0 10px;
  text-align: left;
}
.entry-caption,
.gallery-caption {
  bottom: 20px;
  color: #fff;
  font-size: 1.1rem;
  left: 20px;
  margin: 0;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/*
 * Other common typography elements
 */
/* bigtitle suffix */
.bigtitle .header,
.bigtitle .widget-title {
  display: inline-block;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  position: relative;
  z-index: 2;
}
.bigtitle .header > a, .bigtitle .header > span,
.bigtitle .widget-title > a,
.bigtitle .widget-title > span {
  color: #000;
  display: inline-block;
  letter-spacing: -3px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.progress {
  background: #f0f2f3;
  color: #111;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 32px;
  height: 3px;
  margin: 3em 0;
  position: relative;
}
.progress .bar {
  background: #111;
  box-sizing: border-box;
  float: left;
  height: 100%;
  opacity: 0;
  overflow: visible;
  padding-top: 2px;
  position: relative;
  -webkit-transform: scaleX(0) !important;
  -moz-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  -o-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  text-align: left;
}
.progress .bar.gk-loaded {
  opacity: 1;
  -webkit-transform: scaleX(1) !important;
  -moz-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  -o-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.progress .bar > span {
  opacity: 0;
  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-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  right: -5px;
  top: -10px;
}
.progress .bar.gk-loaded > span {
  opacity: 1;
  top: 2px;
}
.progress > p {
  margin: 0;
}
.progress > p > span {
  left: 0;
  line-height: 33px;
  position: absolute;
}

p.gk-info,
p.gk-success,
p.gk-notice,
p.gk-error {    
  border-top: 2px solid transparent;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 16px 12px 16px 40px;
  position: relative;
}
p.gk-info:before,
p.gk-success:before,
p.gk-notice:before,
p.gk-error:before {
  font-family: FontAwesome;
  font-size: 2rem;
  position: absolute;
  top: 10px;
  left: 2px;
}

p.gk-info {
  border-color: #e5e5e5;
  color: #000;
}
p.gk-info:before {
  color: #999;
  content: "\f0e6";
}
p.gk-success {
  border-color: #000;
  color: #000;
}
p.gk-success:before {
  color: #000;
  content: "\f0eb";
}
p.gk-notice {
 border-color: #ff9800;
 color: #ff9800;
}
p.gk-notice:before {
  color: #ff9800;
  content: "\f071";
}
p.gk-error {
  border-color: #e13232;
  color: #e13232;
}
p.gk-error:before {
  color: #e13232;
  content: "\f057";
}
#warnings p {
  margin: 1em 0;
}
.gk-highlight {
  cursor: default;
  padding: 1px 5px;
  text-shadow: none
}
.gk-highlight { background: #ffd }
.entry-content pre,
.entry-content code {
  background: #f6f6f6;
  border-left: 4px solid #ff9800;
  color: #000;
  font: normal .92em/32px 'Curier New', monospace !important;
  margin: 3em 0;
  padding: 20px 26px 20px 32px;
}
.block-1,
.block-2 {
  background: #f6f6f6;
  padding: 30px;
}
.block-2 {
  background: #FFFEF4;
}
.legend {
  border: 4px double #e5e5e5;
  margin: 3em 0;
  padding: 30px;
}
.legend h4 {
  background: #fff;
  color: #111;
  float: left;
  font-size: 1.4rem;
  font-weight: 400;
  left: 11px;
  line-height: 18px;
  margin: 0 0 -9px !important;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  top: -41px;
}
.legend p {
  clear: both;
  margin: 7px;
}
p.numblocks {
  font-weight: 400;
  margin: 0 0 24px;
  min-height: 48px;
  padding: 0 0 0 62px !important;
  position: relative;
}

p.numblocks em {
  display: block;
  line-height: 1;
  margin: 0 0 3px 0;
  font-style: normal;
  font-weight: 700;
}
p.numblocks span {
    border: 2px solid #ff9800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ff9800;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 40px;
  left: 0;
  line-height: 36px;
  position: absolute;
  text-align: center;
  width: 40px;
}
p.num-2 span {
    color: #cc6060;
    border-color: #cc6060;
}
p.num-2 em {
  color: #cc6060;
}
p.numblocks span.highlight {
  border-right: none;
  display: inline;
  font-size: 1.5rem;
  position: static;
  width: auto
}

.gk-block-text-left,
.gk-block-text-right,
.gk-block-text-center {
  display: block;
  font: 400 italic 16px/26px Georgia, Times, Times New Roman, serif;
  line-height: 170%;
  width: 30%;
}

.gk-block-text-left {
  border-right: 1px solid #e5e5e5;
  float: left;
  margin: 0 60px 40px 0;
  padding-right: 40px;
}
.gk-block-text-right {
  border-left: 1px solid #e5e5e5;
  float: right;
  margin: 0 0 40px 60px;
  padding-left: 40px;
}
.gk-block-text-center {
  border: 0;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.the-icons {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 32px;
}
.the-icons > li {
  border: 1px solid #eee;
  border-right: none;
  border-top: none;
  float: left;
  padding: 15px 20px!important;
  width: 25%;
}
.the-icons > li:nth-child(4n),
.the-icons > li:last-child {
  border-right: 1px solid #eee;
}
.the-icons > li:before {
  display: none!important;
}
.page-header {
  clear: both;
  padding: 36px 0 18px;
  text-transform: uppercase;
}
[class^="fa fa-"],
[class*=" fa-"] {
  color: #111;
  padding-right: 8px;
}
.demo-typo-div {
  clear: both;
  margin: 0 0 60px;
}
.demo-typo-div:last-child {
  margin-bottom: 40px;
}
/* Typography page adjustment */
.page-id-85 .single-page {
  margin-bottom: 0
}
.page-id-85 #content-bottom {
  background: #fff;
  padding: 0 45px 0 45px;
  margin: 40px;
  margin-top: -100px;
}
.page-id-85 .none .gk-tabs-wrap > ol li {
  color: #757575;
  font-size: 1.4rem;
  font-weight: 700;
}

/**
 * 4. Widgets
 * ----------------------------------------------------------------------------
 */
.widget,
.box {
  line-height: 1.6;
  word-wrap: break-word;
}
.entry-content .widget + .widget {
    margin-top: 30px;
}
#sidebar .widget + .widget {
  margin-top: 30px;
}

.widget-title,
#frontpage-wrap .box > .site > h3  {
  color: #151515;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 16px;
  text-transform: uppercase;
}
#gk-bottom5 .widget-title {
    font-size: 1.6rem;
}

.widget ul,
.widget ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget li {
  line-height: 1.3
}
.widget li a {
  display: inline-block;
  margin: 0;
  padding: 8px 0;
}

.widget li > ul, .widget li > ol {
  margin-left: 20px;
}
#sidebar .widget + .widget,
#gk-mainbody-top .widget + .widget,
#gk-mainbody-bottom .widget + .widget {
  margin: 80px 0 0;
}
#gk-sidebar-top .widget-title {
  color: #fff;
  font-size: 1.5rem;
  text-transform: none;
}
#gk-sidebar-top .menu ul li a {
  color: #ccc;
}
#gk-sidebar-top .menu ul li a:hover {
  color: #fff !important;
}
#gk-sidebar-top .menu ul li a:hover:before {
  border-color: #fff;
}
#gk-sidebar-top .menu ul li a:before {
  border-color: #ccc;
}

/* Search widget */
.widget .search-form {
  text-align: left;
}
.widget .search-form .search-submit {
  display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
  display: block;
}
.widget_rss .rss-date,
.widget_rss li > cite {
  color: #aaa;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
  border: 0;
  border-collapse: collapse;
  border-spacing: 1px;
}
.widget_calendar caption {
  font-size: 1.4rem;
  margin: 0;
  padding-bottom: 8px;
}
.widget_calendar th,
.widget_calendar td {
  border: 1px solid #eee;
  padding: 0;
  text-align: center;
}
.widget_calendar th {
  background: #f5f5f5;
  color: #000;
  font-weight: 600;
}
.widget_calendar td {
  padding: 3px 7px;
  text-align: center;
}
.widget_calendar a {
  display: block;
}
.widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Other */
select {
  max-width: 100%;
}

.tagcloud a {
  color: #ccc;
  display: inline-block;
  font-size: 1.6rem!important;
  font-weight: 400;
  margin: 0 10px 0 0;
}
.tagcloud a:hover {
  color: #42a5f5;
}

.tagcloud a:before {
  content: "#";
  color: #ccc;
}

.widget widget_rss li {
  padding: 10px 0;
}

#gk-bottom .search-field {
  width: 100%;
}

/**
 * 4.1 Widget styles
 * ----------------------------------------------------------------------------
 */
/* suffix menu */
.widget.menu ul ul {
  padding: 10px;
  margin: 0;
}
.widget.menu ul li {
  line-height: 1;
}
.widget.menu ul li a {
  color: #151515;
  padding-left: 16px;
  position: relative;
}
.widget.menu ul li a:hover {
  color: #42a5f5 !important;
}
.widget.menu ul li a:hover:before {
  border-color: #42a5f5;
  height: 25px;
  top: 2px;
}
.widget.menu ul li a:before {
  border-left: 2px solid #151515;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 14px;
  transition: all 0.2s linear 0s;
}
.widget.menu ul li.parent {
  background: #f6f6f6;
}
.widget.menu ul li strong {
  display: block;
}
.widget.menu ul li li {
  padding-left: 6px;
}
.widget.menu ul li li a {
  color: #757575;
  font-weight: normal;
}

.widget.clear {
  clear: none;
  margin: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.widget.clear p {
  margin: 0;
}
.widget.clear img {
  display: block;
}
.widget.banner {
  background: #fff;
  text-align: center;
}
.widget.banner p {
  margin: 0 auto;
}
/* suffix light */
.widget.light {
  background: #f6f6f6;
  border: none;
  padding: 32px !important;
}

/* suffix dark */
.widget.dark {
  background: #151515;
  border: none;
  color: #757575;
  padding: 32px !important;
}

.widget.dark .widget-title {
  background: transparent !important;
  line-height: 1.2;
}

.widget.dark h1,
.widget.dark h2,
.widget.dark h3,
.widget.dark h4,
.widget.dark h5,
.widget.dark h6 {
  color: #fff;
}

.widget.dark ul {
  margin: 0;
  padding: 0;
}

.widget.dark ul li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  position: relative;
}

.widget.dark ul li:last-child {
  border-bottom: none;
}

.widget.dark a {
  color: #bbb !important
}

.widget.dark a:active,
.widget.dark a:focus,
.widget.dark a:hover {
  color: #ff9800 !important;
}

.widget.dark ul ul {
  margin: 0 0 0 20px;
}

/* suffix color */
.widget.color {
  background: #ff9800;
  border: none;
  color: rgba(255,255,255,0.7);
  padding: 32px !important;
}


.widget.color .widget-title {
  background: transparent !important;
  line-height: 1.2;
}

.widget.color h1,
.widget.color h2,
.widget.color h3,
.widget.color h4,
.widget.color h5,
.widget.color h6 {
  color: #fff;
}

.widget.color ul {
  margin: 0;
  padding: 0;
}

.widget.color ul li {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  position: relative;
}

.widget.color ul li:last-child {
  border-bottom: none;
}

.widget.color a {
  color: rgba(255,255,255,0.8);
}

.widget.color a:active,
.widget.color a:focus,
.widget.color a:hover {
  color: #fff;
}

.widget.color ul ul {
  margin: 0 0 0 20px;
}

/* SUffix overlay */
.overlay > .widget.overlay {
   background-size: cover;
   padding: 40px 40px 100px 40px;
   position: relative;
}
.overlay > .widget.overlay:after {
  background: rgba(66,165,245,0.7);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.overlay > .widget.overlay .textwidget {
  position: relative;
  z-index: 2;
}
.widget.overlay .gk-overlay-bottom-link {
  border-top: 1px solid rgba(255,255,255,0.5);
  bottom: -105px;
  color: #fff;
  font-size: 1.4rem;
  left: -40px;
  line-height: 45px;
  padding: 0 40px;
  position: absolute;
  right: -40px;
  text-transform: uppercase;
}
.widget.overlay .gk-overlay-bottom-link:active,
.widget.overlay .gk-overlay-bottom-link:focus,
.widget.overlay .gk-overlay-bottom-link:hover {
  color: rgba(255,255,255,0.75);
}
.widget.overlay h3 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0;
}
.widget.overlay h3 a {
  color: #fff;
}
.widget.overlay h3 a:active,
.widget.overlay h3 a:focus,
.widget.overlay h3 a:hover {
  color: rgba(255,255,255,0.75);
}
.widget.overlay p {
  margin: 0;
}
.widget.overlay small {
  color: #fff;
  display: block;
  font-size: 1.1rem;
  margin: 10px 0;
}
.widget.overlay small .micon {
  font-size: 1.6rem;
  position: relative;
  top: 4px;
}
.widget.overlay.overlay-accent-color:after {
  background: rgba(255,64,129,0.7);
}
.widget.overlay.overlay-dark-color:after {
  background: rgba(21,21,21,0.7)!important;
}
.widget.overlay.overlay-medium-space {
  padding: 40px 40px 150px 40px;
}
.widget.overlay.overlay-medium-space .gk-overlay-bottom-link {
  bottom: -155px;
}
.widget.overlay.overlay-big-space {
  padding: 40px 40px 200px 40px;
}
.widget.overlay.overlay-big-space .gk-overlay-bottom-link {
  bottom: -205px;
}

/* Suffix border1 & border2 */
.widget.border1, 
.widget.border2 {
  background: #fff;
  border: 2px solid #ff9800;
  padding: 45px 45px 35px 45px;
}
.widget.border1 > div,
.widget.border2 > div {
  clear: both;
}
.widget.border2 {
  border-color: #42a5f5;
}
.widget.border1 .header,
.widget.border1 .widget-title, 
.widget.border2 .header,
.widget.border2 .widget-title {
 color: #ff9800;
  float: left;
  font-weight: 600;
  margin: -15px 0 20px 0;
  padding: 10px 0 0 0;
}

.widget.border2 .widget-title {
  color: #42a5f5;
}
.widget.border1 a,
.widget.border2 a {
  color: #ff9800;
}
.widget.border1 a:active,
.widget.border1 a:focus,
.widget.border1 a:hover,
.widget.border2 a:active,
.widget.border2 a:focus,
.widget.border2 a:hover {
  color: #34393f;
}
.widget.border2 a {
  color: #42a5f5;
}
.widget.border-title .widget-title {
  position: relative;
}

.widget.border-title .widget-title:before {
  border-top: 1px solid #999;
  content: "";
  position: absolute;
  top: 49%;
  width: 100%;
  z-index: 0;
}
.widget.border-title .widget-title > span {
  background: #fff;
  padding-right: 48px;
  position: relative;
  z-index: 1;
}

.widget.advertisement .widget-title {
  background: transparent;
  color: #999 !important;
  font-size: 1.0rem !important;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase !important;
}

.widget.big-title .widget-title {
  font-size: 3rem;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
}

/**
 * 4.2 GK News Show Pro
 * ----------------------------------------------------------------------------
 */
.gk-nsp {
  position: relative;
}

.gk-nsp-arts,
.gk-nsp-links,
.gk-title-overlay {
  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: 0;
  padding: 0 3px;
  top: -43px;
}

.gk-nsp-arts-nav ul,
.gk-nsp-links-nav ul {
  list-style-type: none;
  margin: 3px 0 0;
  padding: 0;
  float: left;
}

.gk-nsp-arts-nav ul li,
.gk-nsp-links-nav ul li {
  background: #ddd;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  float: left;
  height: 12px;
  margin: 3px 4px 0 0 !important;
  padding: 0;
  text-indent: -999em;
  width: 12px;
}
.gk-nsp-arts-nav ul li.active,
.gk-nsp-links-nav ul li.active {
  background: #42a5f5;
}

.gk-nsp-next,
.gk-nsp-prev {
  cursor: pointer;
  float: left;
  height: 24px;
  margin: 0 2px;
  text-align: center;
  text-indent: -9999px;
  width: 24px;
}
.gk-nsp-next:after,
.gk-nsp-prev:after {
  color: #ccc;
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 2rem;
  line-height: 25px;
  text-align: center;
  text-indent: 0;
  width: 24px;
}

.gk-nsp-next:after {
  content: '\f105';
}

.gk-nsp-prev:after {
  content: '\f104';
}

.gk-nsp-next:hover:after,
.gk-nsp-prev:hover:after {
  color: #42a5f5;
}

.gk-nsp-art-page {
  float: left;
}

.gk-nsp-art {
  float: left;
}

.gk-nsp-art:first-child {
  border-top: none;
}

.gk-nsp-art div {
  overflow: hidden;
}

.gk-nsp-art .gk-nsp-image {
  border: none;
  display: block;
}

.gk-nsp-header {
  color: #000;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0!important;
  padding: 10px 0;
  text-transform: none;
}
.gk-nsp-header a {
  color: #1b1d1e;
}
.gk-nsp-header a:active, .gk-nsp-header a:focus, .gk-nsp-header a:hover {
  color: #42a5f5 !important;
}

.gk-nsp-image {
  -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-image:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.gk-nsp-image-wrap {
  overflow: hidden;
}

.vertical-list .gk-nsp-image-wrap {
  width: 28%;
}
.vertical-list .gk-nsp-content-wrap {
    float: left;
    overflow: visible;
    padding: 0px 0px 0px 52px;
    position: relative;
    width: 72%;
}
.vertical-list .gk-nsp-header {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 10px 0!important;
  padding: 0;
}
#sidebar .vertical-list .gk-nsp-content-wrap  {
  padding-left: 30px;
}
#sidebar .vertical-list .gk-nsp-content-wrap  .gk-nsp-header  {
  font-size: 1.4rem;
}
.vertical-list .gk-nsp-header a {
  color: #5b5b5b;
}
.vertical-list .gk-nsp-header a:active,
.vertical-list .gk-nsp-header a:focus,
.vertical-list .gk-nsp-header a:hover {
  color: #151515;
}
.vertical-list .gk-nsp-art:hover {
  cursor: pointer;
}
.vertical-list .gk-nsp-art:hover a {
  color: #151515;
}
.vertical-list .gk-nsp-art:hover sup {
  background: #42a5f5;
}
.vertical-list .gk-nsp-art:hover sup a {
  color: #fff;
}
.vertical-list .gk-nsp-art .gk-nsp-info,
.vertical-list .gk-nsp-art .gk-nsp-author {
  color: #999;
  float: left;
  font-size: 1.1rem;
  padding: 0;
  text-transform: none;
}
.vertical-list .gk-nsp-content-wrap > p {
  margin: 0;
}
.vertical-list .gk-nsp-art .gk-nsp-info a {
  color: #999;
}
.vertical-list .gk-nsp-art .gk-nsp-info .micon {
  font-size: 1.8rem;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.vertical-list .gk-nsp-art sup {
  background: #34393f;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  height: 32px;
  left: -16px;
  line-height: 33px;
  position: absolute;
  text-align: center;
  top: -16px;
  width: 32px;
}
.vertical-list .gk-nsp-art sup a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}
.vertical-list .gk-nsp-art sup a:hover,
.vertical-list .gk-nsp-art sup a:active,
.vertical-list .gk-nsp-art sup a:focus {
  color: #fff!important;
}
.gk-nsp-text {
  color: #000;
  display: block !important;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
  padding: 0 !important;
}

.gk-nsp-text + .readon {
  display: block;
  margin: 16px 0 0 0 !important;
}

.gk-nsp-text + .gk-nsp-info {
  margin: 6px 0 10px 0 !important;
}

.gk-nsp-info {
  color: #999;
  display: block !important;
  font-size: 1.2rem;
  margin: 0;
  padding: 2px 0;
}

.gk-nsp-info > a,
.gk-nsp-info > span {
  padding-left: 10px;
}

.gk-nsp-info > a:first-child,
.gk-nsp-info > span:first-child {
  padding-left: 0;
}

.gk-nsp-info .amount {
  font-size: 1rem;
}

.readon {
  float: right;
  padding: 0 20px;
}
.gk-nsp .readon {
  height: 40px;
  line-height: 40px;
}
.readon.left, .readon.right, .readon.center {
  clear: both;
}
.readon.left {
  float: left;
}
.readon.right {
  float: right;
}
.readon.center {
  display: inline;
  float: none;
}

.gk-nsp-arts + .gk-nsp-links {
  border-top: 1px solid #e5e5e5;
}

.gk-nsp-links ul {
  float: left;
  list-style-type: none;
  padding: 0;
}
.gk-nsp-links ul li {
  display: table;
  margin: 0;
  padding: 16px 0;
  width: 100%;
}
.gk-nsp-links ul li .gk-nsp-link-header {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 6px;
}
.gk-nsp-links p {
  font-size: 1.2rem;
  margin: 0 !important;
  padding: 16px 0;
}

.gk-nsp-image-wrap {
  float: left;
}

.gk-responsive {
  line-height: 1;
}

img.gk-responsive {
  width: 100%;
  height: auto;
}

.gk-responsive {
  display: block;
  position: relative;
}

.gk-image-link {
  display: block;
  overflow: hidden;
}

.gk-nsp-image {
  max-width: 100%;
}

.gk-nsp-arts,
.gk-nsp-links {
  clear: both;
  width: 100%;
}

.gk-nsp-art,
.gk-nsp-arts-page {
  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.333333%;
}

.gk-nsp-cols-4 {
  width: 25%;
}

.gk-nsp-cols-5 {
  width: 20%;
}

.gk-nsp-cols-6 {
  width: 16.666666%;
}

.gk-nsp-cols-7 {
  width: 14.285714%;
}

.gk-nsp-cols-8 {
  width: 12.5%;
}

.gk-nsp-cols-9 {
  width: 11.111111%;
}

.gk-nsp-cols-10 {
  width: 10%;
}

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

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

/* Rating styles */
.gk-nsp-art .gk-nsp-stars {
  display: inline-block;
  padding: 5px 10px 5px 0 !important;
}

.gk-nsp-art .gk-nsp-star-0:before,
.gk-nsp-art .gk-nsp-star-1:before {
  content: "?";
  color: #6c6c6c;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
}

.gk-nsp-art .gk-nsp-star-1:before {
  color: #f7a834;
}

.gk-nsp.offers .gk-nsp-header {
  font-size: 1.2rem;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.gk-nsp.offers .gk-nsp-text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 10px 90px 10px 0;
  text-align: justify;
}
.gk-nsp.offers .readon {
  background: transparent;
  color: #42a5f5 !important;
  float: left;
  font-size: 1.1rem;
  padding: 5px 0;
}
.gk-nsp.offers .gk-image-link {
  margin: 0 0 32px 0;
}
.gk-nsp.offers .readon:active,
.gk-nsp.offers .readon:focus,
.gk-nsp.offers .readon:hover {
  color: #000 !important;
}
.gk-nsp.offers .gk-nsp-info {
  font-weight: 300;
  padding: 12px 0;
}
.gk-nsp.offers .gk-nsp-info small {
  color: #999;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 5px 0;
  text-transform: uppercase;
}
.gk-nsp.category-layout .gk-nsp-header {
  font-size: 1.2rem;
  font-style: normal;
  float: left;
  letter-spacing: 1px;
  padding: 8px 0;
  text-transform: uppercase;
}
.gk-nsp.category-layout .gk-nsp-info {
  color: #999;
  clear: both;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 5px 0;
  text-transform: uppercase;
}
.gk-nsp.category-layout .gk-nsp-text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 25px 0;
  text-align: justify;
}
.gk-nsp.category-layout .readon {
  background: transparent;
  color: #42a5f5 !important;
  float: left;
  font-size: 1.1rem;
  letter-spacing: 0;
  margin: 0!important;
  padding: 0;
}
.gk-nsp.category-layout .readon:active,
.gk-nsp.category-layout .readon:focus,
.gk-nsp.category-layout .readon:hover {
  color: #000 !important;
}
.gk-nsp.category-layout .gk-nsp-art .nsp-image-wrapper {
  margin: -70px 0 0 0;
}
.gk-nsp.category-layout .gk-nsp-art:nth-child(odd) .nsp-image-wrapper {
  float: left;
  padding-right: 40px;
}
.gk-nsp.category-layout .gk-nsp-art:nth-child(even) .nsp-image-wrapper {
  float: right;
  padding-left: 40px;
}

/* Portal Modes NSP - Header */

.tech-news-header1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

.tech-news-header1 .gk-images-wrapper {
  position: relative;
  width: 100%;  
}

.tech-news-header1 .gk-image {
  cursor: pointer;
  height: 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;
  will-change: all;
}

.tech-news-header1[data-cols="3"] .gk-image {
  width: 25%;
}

.tech-news-header1[data-cols="3"] .gk-image:nth-child(1),
.tech-news-header1[data-cols="4"] .gk-image:nth-child(1),
.tech-news-header1[data-cols="5"] .gk-image:nth-child(1) { left: 0; }
.tech-news-header1[data-cols="3"] .gk-image:nth-child(2),
.tech-news-header1[data-cols="4"] .gk-image:nth-child(2),
.tech-news-header1[data-cols="5"] .gk-image:nth-child(2) { left: 50%; }
.tech-news-header1[data-cols="3"] .gk-image:nth-child(3) { left: 75%; }
.tech-news-header1[data-cols="4"] .gk-image:nth-child(3) { left: 66.666666%; }
.tech-news-header1[data-cols="5"] .gk-image:nth-child(3) { left: 62.5%; }
.tech-news-header1[data-cols="4"] .gk-image:nth-child(4) { left: 83.333333%; }
.tech-news-header1[data-cols="5"] .gk-image:nth-child(4) { left: 75%; }
.tech-news-header1[data-cols="5"] .gk-image:nth-child(5) { left: 87.5%; }

.tech-news-header1[data-cols="4"] .gk-image {
  width: 16.666666%;
}
.tech-news-header1[data-cols="5"] .gk-image {
  width: 12.5%;
}

.tech-news-header1 .gk-image-area {
  background-size: auto 100%;
  background-position: center center;
  height: 100%;
  position: absolute;
  width: 100%;
}
  
.tech-news-header1 .gk-image .gk-image-area:after {
  background: fade(rgba(66, 165, 245, 0), 0);
  background: -moz-linear-gradient(top, rgba(66, 165, 245, 0) 50%, rgba(66, 165, 245, 0.7) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(66, 165, 245, 0)), color-stop(100%, rgba(66, 165, 245, 0.7)));
  background: -webkit-linear-gradient(top, rgba(66, 165, 245, 0) 50%, rgba(66, 165, 245, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(66, 165, 245, 0) 50%, rgba(66, 165, 245, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(66, 165, 245, 0) 50%, rgba(66, 165, 245, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(66, 165, 245, 0) 50%, rgba(66, 165, 245, 0.7) 100%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  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;
}

.tech-news-header1 .gk-image.active .gk-image-area:after {
  opacity: 1;
}

.tech-news-header1 .gk-title {
  bottom: 10%;
  color: #fff;
  font-size: 16px;
  left: 10%;
  margin: 0;
  max-width: 500px;
  right: 10%;
  will-change: font-size;
  -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;
  position: absolute;
  z-index: 1;
}

.tech-news-header1 .gk-image > a {
  background: #ff9800;
  border-radius: 50%;
  bottom: -26px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 40px;
  height: 52px;
  line-height: 53px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-150px) scale(0);
  -moz-transform: translateX(-150px) scale(0);
  -ms-transform: translateX(-150px) scale(0);
  -o-transform: translateX(-150px) scale(0);
  transform: translateX(-150px) scale(0);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 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;
  right: 40px;
  width: 52px;
  will-change: all;
}

.tech-news-header1 .gk-image > a > .micon {
  position: relative;
  top: -4px;
}

.tech-news-header1 .gk-image.active {
  width: 50%; 
} 

/* First and last side has always the same position */
.tech-news-header1[data-cols="3"] .gk-image:nth-child(1).active,
.tech-news-header1[data-cols="4"] .gk-image:nth-child(1).active,
.tech-news-header1[data-cols="5"] .gk-image:nth-child(1).active { left: 0; }
.tech-news-header1[data-cols="3"] .gk-image:nth-child(3).active,
.tech-news-header1[data-cols="4"] .gk-image:nth-child(4).active,
.tech-news-header1[data-cols="5"] .gk-image:nth-child(5).active { left: 50%; }

/* Settings for 3 slides */
.tech-news-header1[data-cols="3"] .gk-image:nth-child(2).active { left: 25%; }
.tech-news-header1[data-cols="3"] .gk-image:nth-child(1)[class="gk-image"] + .gk-image[class="gk-image"] { left: 25%; } 

/* Settings for 4 slides */
.tech-news-header1[data-cols="4"] .gk-image:nth-child(2).active { left: 16.666666%; }
.tech-news-header1[data-cols="4"] .gk-image:nth-child(1)[class="gk-image"] + .gk-image[class="gk-image"] { left: 16.666666%; } 
.tech-news-header1[data-cols="4"] .gk-image:nth-child(1)[class="gk-image"] + .gk-image[class="gk-image"] + .gk-image[class="gk-image"] { left: 33.333333%; }
.tech-news-header1[data-cols="4"] .gk-image:nth-child(3).active { left: 33.333333%; }

/* Settings for 5 slides */
.tech-news-header1[data-cols="5"] .gk-image:nth-child(2).active { left: 12.5%; }
.tech-news-header1[data-cols="5"] .gk-image:nth-child(1)[class="gk-image"] + .gk-image[class="gk-image"] { left: 12.5%; } 
.tech-news-header1[data-cols="5"] .gk-image:nth-child(1)[class="gk-image"] + .gk-image[class="gk-image"] + .gk-image[class="gk-image"] { left: 25%; }
.tech-news-header1[data-cols="5"] .gk-image:nth-child(1)[class="gk-image"] + .gk-image[class="gk-image"] + .gk-image[class="gk-image"] + .gk-image[class="gk-image"] { left: 37.5%; }
.tech-news-header1[data-cols="5"] .gk-image:nth-child(3).active { left: 25%; }
.tech-news-header1[data-cols="5"] .gk-image:nth-child(4).active { left: 37.5%; }

.tech-news-header1 .gk-image.active > .gk-title {
  font-size: 30px;  
}

.tech-news-header1 .gk-image.active > a {
  -webkit-transform: translateX(0px) scale(1);
  -moz-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  -o-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
}

.tech-news-header1 .gk-blank-image {
  width: 50%;
}

.tech-news-header1 .gk-blank-image img {
  height: auto;
  width: 100%;
}

/* Mobile devices */
@media (max-width: 1040px) {
  .tech-news-header1 .gk-title {
    bottom: 5%;
    font-size: 12px;
    left: 5%;
    right: 5%;
  }
  
  .tech-news-header1 .gk-image.active > .gk-title {
      font-size: 20px;
  }
}

@media (max-width: 840px) {
  .tech-news-header1 .gk-image > .gk-title {
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  .tech-news-header1 .gk-image.active > a {
    display: none;    
  }
  .tech-news-header1 .gk-image {
    height: 200px;
    left: 0!important;
    position: relative;
    top: 0!important;
    width: 100%!important;
  }
  
  .tech-news-header1 .gk-image .gk-image-area {
    background-size: cover;
  }
  
  .tech-news-header1 .gk-image .gk-image-area:after {
      opacity: 1!important;
  }
  
  .tech-news-header1 .gk-image > .gk-title {
      font-size: 20px;
      left: 20px;
      right: 20px;
  }
  
  .tech-news-header1 .gk-blank-image {
    display: none;
  }
}


/* Header 2,3,4 */
.tech-news-header2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

.tech-news-header2 .gk-images-wrapper {
  position: relative;
  width: 100%;  
}

.tech-news-header2 .gk-image {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
}

/* main_col_col */
.tech-news-header2[data-layout="main_col_col"] .gk-image1 {
  left: 0;
  height: 100%;
  top: 0;
  width: 50%;
}

.tech-news-header2[data-layout="main_col_col"] .gk-image2 {
  left: 50%;
  height: 50%;
  top: 0;
  width: 25%;
}

.tech-news-header2[data-layout="main_col_col"] .gk-image3 {
  left: 50%;
  height: 50%;
  top: 50%;
  width: 25%;
}

.tech-news-header2[data-layout="main_col_col"] .gk-image4 {
  left: 75%;
  height: 50%;
  top: 0;
  width: 25%;
}

.tech-news-header2[data-layout="main_col_col"] .gk-image5 {
  left: 75%;
  height: 50%;
  top: 50%;
  width: 25%;
}

/* col_main_col */
.tech-news-header2[data-layout="col_main_col"] .gk-image1 {
  left: 0;
  height: 50%;
  top: 0;
  width: 25%;
}

.tech-news-header2[data-layout="col_main_col"] .gk-image2 {
  left: 0%;
  height: 50%;
  top: 50%;
  width: 25%;
}

.tech-news-header2[data-layout="col_main_col"] .gk-image3 {
  left: 25%;
  height: 100%;
  top: 0%;
  width: 50%;
}

.tech-news-header2[data-layout="col_main_col"] .gk-image4 {
  left: 75%;
  height: 50%;
  top: 0;
  width: 25%;
}

.tech-news-header2[data-layout="col_main_col"] .gk-image5 {
  left: 75%;
  height: 50%;
  top: 50%;
  width: 25%;
}

/* col_col_main */
.tech-news-header2[data-layout="col_col_main"] .gk-image1 {
  left: 0;
  height: 50%;
  top: 0;
  width: 25%;
}

.tech-news-header2[data-layout="col_col_main"] .gk-image2 {
  left: 0%;
  height: 50%;
  top: 50%;
  width: 25%;
}

.tech-news-header2[data-layout="col_col_main"] .gk-image3 {
  left: 25%;
  height: 50%;
  top: 0%;
  width: 25%;
}

.tech-news-header2[data-layout="col_col_main"] .gk-image4 {
  left: 25%;
  height: 50%;
  top: 50%;
  width: 25%;
}

.tech-news-header2[data-layout="col_col_main"] .gk-image5 {
  left: 50%;
  height: 100%;
  top: 0%;
  width: 50%;
}


/* Image areas */
.tech-news-header2 .gk-image-area {
  background-size: cover;
  background-position: center center;
  height: 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;
  width: 100%;
}

.tech-news-header2 .gk-image:hover .gk-image-area {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.tech-news-header2 .gk-image-area:after {
  background: fade(rgba(66, 165, 245, 0), 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.36) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.36)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.36) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.36) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.36) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.36) 100%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  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;
}

.tech-news-header2[data-layout="main_col_col"] .gk-image1 .gk-image-area:after,
.tech-news-header2[data-layout="col_main_col"] .gk-image3 .gk-image-area:after,
.tech-news-header2[data-layout="col_col_main"] .gk-image5 .gk-image-area:after {
  display: none;
}

.tech-news-header2 .gk-blank-image {
  width: 50%;
}

.tech-news-header2 .gk-blank-image img {
  height: auto;
  width: 100%;
}

.tech-news-header2 .gk-title {
  bottom: 10%;
  color: #fff;
  font-size: 16px;
  left: 10%;
  margin: 0;
  max-width: 500px;
  right: 10%;
  will-change: font-size;
  position: absolute;
  z-index: 1;
  text-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.5);
}

.tech-news-header2 .gk-title a {
  color: #fff;
}

.tech-news-header2 .gk-title a:hover {
  color: rgba(255, 255, 255, .75);
}

.tech-news-header2[data-layout="main_col_col"] .gk-image1 .gk-title,
.tech-news-header2[data-layout="col_main_col"] .gk-image3 .gk-title,
.tech-news-header2[data-layout="col_col_main"] .gk-image5 .gk-title {
  background: rgba(66, 165, 245, .75);
  bottom: 0;
  font-size: 30px;
  font-weight: 400;
  left: 0;
  max-width: 100%;
  padding: 30px 80px;
  right: 0;
}

/* Mobile devices */
@media (max-width: 840px) {
  .tech-news-header2[data-layout="main_col_col"] .gk-image1 .gk-title, 
  .tech-news-header2[data-layout="col_main_col"] .gk-image3 .gk-title, 
  .tech-news-header2[data-layout="col_col_main"] .gk-image5 .gk-title {
      font-size: 20px;
      padding: 20px 20px;
   }
}

@media (max-width: 640px) {
  .tech-news-header2 .gk-blank-image {
    display: none;
  }
  
  .tech-news-header2 .gk-image {
    float: left;
    height: 200px!important;
    left: 0!important;
    position: relative;
    top: 0!important;
    width: 50%!important;
  }
  
  .tech-news-header2[data-layout="main_col_col"] .gk-image1, 
  .tech-news-header2[data-layout="col_main_col"] .gk-image3, 
  .tech-news-header2[data-layout="col_col_main"] .gk-image5 {
    width: 100%!important;
  }
  
  .tech-news-header2 .gk-title {
    left:  20px;
    right: 20px;
  }
}

/* Portal Mode - TechNews Reviews */
.gk-nsp.gk-technews-reviews {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}

.gk-nsp.gk-technews-reviews .gk-sidebar-reviews {
    float: left;
    position: relative;
    width: 25%;
}

.gk-nsp.gk-technews-reviews .gk-sidebar-list {
    border-right: 1px solid #ddd;
    padding: 30px 0;
}

.gk-nsp.gk-technews-reviews li span {
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    outline: 0;
    padding: 8px 0;
    position: relative;
      -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;
}

.gk-nsp.gk-technews-reviews li:hover span,
.gk-nsp.gk-technews-reviews li.gk-active span {
    color: #ff9800!important;
}
.gk-nsp.gk-technews-reviews li:hover span {
  cursor: pointer;
}

.gk-nsp.gk-technews-reviews li.gk-active span:after {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    border-left: none;
    content: "";
    height: 10px;
    position: absolute;
    right: -6px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.gk-nsp.gk-technews-reviews .button-gray + .gk-sidebar-list {
    padding: 30px 0 85px 0;
}

.gk-nsp.gk-technews-reviews .gk-sidebar-intro {
    color: #757575;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 80px 60px 0;
}

.gk-nsp.gk-technews-reviews .button-gray {
    bottom: 0;
    left: 0;
    position: absolute;
}

.gk-nsp.gk-technews-reviews .gk-content-reviews {
    float: right;
    margin-top: -34px;
    position: relative;
    width: 63%;
}

.gk-nsp.gk-technews-reviews .gk-content-review {
    opacity: 0;
    position: absolute;
    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;
    z-index: 0;
}
    
.gk-nsp.gk-technews-reviews .gk-content-review img {
    border-radius: 3px;
    display: block;
    -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.gk-technews-reviews .gk-content-review .gk-content-img {
    display: block;
    overflow: hidden;
}

.gk-nsp.gk-technews-reviews .gk-content-review .gk-content-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.gk-nsp.gk-technews-reviews .gk-content-review.gk-active {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.gk-nsp.gk-technews-reviews .gk-content-title {
    position: relative;
}

.gk-nsp.gk-technews-reviews .gk-content-title h3 {
    color: #555;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin: 40px 0 5px;
    text-transform: none;
}

.gk-nsp.gk-technews-reviews .gk-content-title .gk-review-sum-value {
    left: 0;
    position: absolute;
    top: -8px;
}

.gk-nsp.gk-technews-reviews .gk-content-title .gk-review-sum-value + h3,
.gk-nsp.gk-technews-reviews .gk-content-title .gk-review-sum-value + h3 + small {
    padding-left: 110px;
}

.gk-nsp.gk-technews-reviews .gk-content-title small {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}

/* Mobile devices */
@media (max-width: 1280px) {
    .gk-nsp.gk-technews-reviews .gk-content-title h3 {
        font-size: 28px;
    }
    
    .gk-nsp.gk-technews-reviews .gk-sidebar-intro {
        padding: 10px 0px 60px 0;
    }
}

@media (max-width: 1040px) {
    .gk-nsp.gk-technews-reviews .gk-sidebar-intro {
        padding: 10px 0;
    }
    
    .gk-nsp.gk-technews-reviews .gk-sidebar-list {
        padding: 10px 0;
    }
    
    .gk-nsp.gk-technews-reviews .button-gray + .gk-sidebar-list {
        padding: 10px 10px 45px 0;
    }
    
    .gk-nsp.gk-technews-reviews li.gk-active span:after {
        right: -16px;
    }
    
    .gk-nsp.gk-technews-reviews .gk-content-reviews {
        width: 70%;
    }   
}

@media (max-width: 840px) {
    .gk-nsp.gk-technews-reviews .gk-sidebar-intro {
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    .gk-nsp.gk-technews-reviews .gk-sidebar-reviews {
        width: 100%;
    }
    
    .gk-nsp.gk-technews-reviews .gk-content-reviews {
        margin-top: 20px!important;
        width: 100%;
    }
    
    .gk-nsp.gk-technews-reviews .gk-sidebar-list {
        border-right: none;
    }
    
    .gk-nsp.gk-technews-reviews .gk-content-review.gk-active:after {
        display: none;
    }
    
    .gk-nsp.gk-technews-reviews .gk-content-title h3 {
        font-size: 20px;
    }
    
    .gk-nsp.gk-technews-reviews .gk-content-title small {
        font-size: 14px;
    }
}

/* Video List */
.gk-nsp-technews_videos {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -15px;
  padding: 20px 0 0;
  position: relative;
  width: auto;
}
.gk-nsp-technews_videos > div {
  position: relative;
}
.gk-nsp-technews_videos .gk-nsp-items-page {
  display: block;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 0;
}
.gk-nsp-technews_videos .gk-nsp-items-page.to-hide,
.gk-nsp-technews_videos .gk-nsp-items-page.active {
  display: block;
  opacity: 1;
}
.gk-nsp-technews_videos .gk-nsp-items-page.active {
  position: relative;
  z-index: 2;
}
.gk-nsp-technews_videos .gk-nsp-items-page.to-hide {
  display: block;
  opacity: 0;
}
.gk-nsp-technews_videos .gk-nsp-items-page figure {
   cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 15px;
  position: relative;
  top: 50px;
    -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-technews_videos .gk-nsp-items-page[data-cols="1"] figure {
  width: 100%;
}
.gk-nsp-technews_videos .gk-nsp-items-page[data-cols="2"] figure {
  width: 50%;
}
.gk-nsp-technews_videos .gk-nsp-items-page[data-cols="3"] figure {
  width: 33.333333%;
}
.gk-nsp-technews_videos .gk-nsp-items-page[data-cols="4"] figure {
  width: 25%;
}
.gk-nsp-technews_videos .gk-nsp-items-page[data-cols="5"] figure {
  width: 20%;
}
.gk-nsp-technews_videos .gk-nsp-items-page[data-cols="6"] figure {
  width: 16.666666%;
}
.gk-nsp-technews_videos .gk-nsp-item {
  cursor: pointer;
  opacity: 0;
  padding: 16px 0;
  position: relative;
  top: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gk-nsp-technews_videos .gk-nsp-item.active {
  opacity: 1;
  top: 0;
}
.gk-nsp-technews_videos .gk-nsp-item .gk-nsp-image-wrap {
  border-radius: 3px;
  display: block;
  height: auto;
  margin: 0 35px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.gk-nsp-technews_videos .gk-nsp-item.video .gk-nsp-image-wrap:before {
  background: rgba(255,255,255,0.3);
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.3) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(30%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.3)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.3) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.3) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.3) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.3) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.gk-nsp-technews_videos .gk-nsp-item.video .gk-nsp-image-wrap:after {
  color: #fff;
  font-size: 4.8rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  content: "play_circle_filled";
  font-family: 'Material Icons';
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.gk-nsp-technews_videos h3 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.gk-nsp-technews_videos h3 a {
  color: #fff;
}
.gk-nsp-technews_videos h3 a:active,
.gk-nsp-technews_videos h3 a:focus,
.gk-nsp-technews_videos h3 a:hover {
  color: #42a5f5;
}
.gk-nsp-technews_videos figcaption {
  bottom: 15px;
  left: 19px;
  padding: 0 30px 20px 30px;
  position: absolute;
  right: 19px;
  -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;
  z-index: 2;
}
.gk-nsp-technews_videos strong {
  color: #afafaf;
  display: block;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.gk-nsp-technews_videos .gk-nsp-bottom-nav {
  border-top: 1px solid #e5e5e5;
  margin: 32px 19px -24px 19px;
  padding: 12px 0 0 0;
  position: relative;
}
.gk-nsp-technews_videos .gk-nsp-bottom-nav-next,
.gk-nsp-technews_videos .gk-nsp-bottom-nav-prev {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  display: block;
  float: left;
  height: 24px;
  margin: 0;
  position: relative;
  text-indent: -9999px;
  width: 26px;
}
.gk-nsp-technews_videos .gk-nsp-bottom-nav-next:after,
.gk-nsp-technews_videos .gk-nsp-bottom-nav-prev:after {
  color: #949494;
  content: "\f104";
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  left: 10px;
  line-height: 15px;
  position: absolute;
  text-indent: 0;
  top: 5px;
}
.gk-nsp-technews_videos .gk-nsp-bottom-nav-next {
  right: 0;
  position: absolute;
  top: 12px;
}
.gk-nsp-technews_videos .gk-nsp-bottom-nav-next:after {
  color: #949494;
  content: '\f105';
}
.gk-nsp-technews_videos .gk-nsp-bottom-nav-next:hover:after {
  color: #eb1e00;
}
.gk-nsp-technews_videos .gk-nsp-bottom-nav-prev {
  left: 0;
  position: absolute;
  top: 12px;
}
.gk-nsp-technews_videos .gk-nsp-bottom-nav-prev:after {
  color: #949494;
}
.gk-nsp-technews_videos .gk-nsp-bottom-nav-prev:hover:after {
  color: #eb1e00;
}
.gk-nsp-technews_videos .gk-nsp-bottom-nav-pagination {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px;
  text-align: center;
  width: 100%;
}
.gk-nsp-technews_videos .gk-nsp-bottom-nav-pagination li {
  background: #ccc;
  border: none!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin: 10px 4px 0 0!important;
  padding: 0!important;
  text-indent: -999em;
  width: 8px;
}
.gk-nsp-technews_videos .gk-nsp-bottom-nav-pagination li:hover,
.gk-nsp-technews_videos .gk-nsp-bottom-nav-pagination li.active {
  background-color: #eb1e00;
}
.gk-nsp-technews_videos img,
.gk-nsp-technews_videos .gk-nsp-image-wrap {
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.gk-nsp-technews_videos .gk-nsp-image-wrap {
  margin: 0 35px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gk-nsp-technews_videos .gk-nsp-image-wrap img {
  -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-technews_videos .gk-nsp-image-wrap:hover img {
   -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.gk-nsp-technews_videos .button-gray {
  margin: 50px 0 0 15px;
}

#TB_window {
    border-radius: 3px;
    padding: 10px;
}
    
/* Mobile devices */
@media (max-width: 1280px) {
  .gk-nsp-technews_videos {
    margin: 0 -6px;
  }
  .gk-nsp-technews_videos .gk-nsp-bottom-nav {
    margin: 32px 19px -16px 19px;
  }
  .gk-nsp-technews_videos .gk-nsp-items-page figure {
    padding: 0 6px;
  }
  .gk-nsp-technews_videos figcaption {
    padding: 0 8px 16px 8px;
  }
}
@media (max-width: 1100px) {
  .gk-nsp-technews_videos h3 {
    font-size: 13px;
  }
  .gk-nsp-technews_videos .gk-nsp-bottom-nav {
    margin: 10px 10px 5px 10px;
    min-height: 36px;
  }
}
@media (max-width: 640px) {
  .gk-nsp-technews_videos .gk-nsp-items-page figure {
    padding: 0 2px;
  }
  .gk-nsp-technews_videos h3 {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .gk-nsp-technews_videos .gk-nsp-items-page[data-cols="1"] figure,
  .gk-nsp-technews_videos .gk-nsp-items-page[data-cols="2"] figure,
  .gk-nsp-technews_videos .gk-nsp-items-page[data-cols="3"] figure,
  .gk-nsp-technews_videos .gk-nsp-items-page[data-cols="4"] figure,
  .gk-nsp-technews_videos .gk-nsp-items-page[data-cols="5"] figure,
  .gk-nsp-technews_videos .gk-nsp-items-page[data-cols="6"] figure {
    width: 100%;
  }
}
/* Portal Mode - TechNews Rating */
.gk-technews-rating {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
}

.gk-technews-rating .gk-item {
    clear: both;
    margin: 56px 0;
    overflow: hidden;
}

.gk-technews-rating .gk-item-rating {
    float: left;
    width: 25%; 
}

.gk-technews-rating .gk-item-content {
    float: left;
    width: 75%;
}

.gk-technews-rating .gk-review-sum-value {
    font-size: 2.6rem;
    height: 60px;
    line-height: 61px;
    width: 60px;
}

.gk-technews-rating .gk-review-sum-value > span {
    font-size: 2.6rem;
    line-height: 61px;
}

.gk-technews-rating .gk-item-title {
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: none;
}

.gk-technews-rating .gk-item-title > a {
    color: #555;
}

.gk-technews-rating .gk-item-title > a:active,
.gk-technews-rating .gk-item-title > a:focus,
.gk-technews-rating .gk-item-title > a:hover {
    color: #151515;
}

.gk-technews-rating .gk-item-author {
    color: #999;
    float: left;
    font-size: 1.1rem;
    padding: 0;
    text-transform: none;
}

/* Mobile devices */
@media (max-width: 1040px) {
    .gk-technews-rating .gk-item {
        margin: 36px 0;
    }
    
    .gk-technews-rating .gk-review-sum-value {
        font-size: 2rem;
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
    
    .gk-technews-rating .gk-review-sum-value > span {
        font-size: 2rem;
        line-height: 50px;
    }
}

@media (max-width: 840px) {
    .gk-technews-rating .gk-item-rating {
        width: 15%;
    }
}

@media (max-width: 640px) {
    .gk-technews-rating .gk-item-rating {
        width: 20%;
    }
}

/**
 * 4.3 GK Tabs
 * ----------------------------------------------------------------------------
 */
.widget_gk_tabs {
  padding-bottom: 30px;
}
.frontpage #gk-bottom5 .widget_gk_tabs {
  padding-bottom: 0;
}
.none .gk-tabs {
  position: relative;
}
.none .gk-tabs-wrap {
  margin: 0;
}
.none .gk-tabs-wrap > ol {
  background: transparent;
  border-bottom: 1px solid #ddd !important;
  margin: 0;
}
.none .gk-tabs-wrap > ol li {
  border: none;
  color: #757575;
  cursor: pointer;
  float: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  list-style-type: none;
  margin: 0 35px -3px 0;
  padding: 0 0 16px 0;
  position: relative;
  text-transform: uppercase;
}
.none .gk-tabs-wrap > ol li:after {
  background: #42a5f5;
  bottom: 2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
}

.none .gk-tabs-wrap > ol li.active,
.none .gk-tabs-wrap > ol li.active:hover {
  color: #151515;
}
.none .gk-tabs-wrap > ol li.active:after, 
.none .gk-tabs-wrap > ol li.active:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.none .gk-tabs-wrap > ol li:active,
.none .gk-tabs-wrap > ol li:focus,
.none .gk-tabs-wrap > ol li:hover {
  color: #151515;
}
.none .gk-tabs-wrap > ol li:active:after,
.none .gk-tabs-wrap > ol li:focus:after,
.none .gk-tabs-wrap > ol li:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.none .gk-tabs-container {
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 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;
}
.none .gk-tabs-item {
  overflow: hidden;
  padding: 50px 0;
  position: absolute;
  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%;
  z-index: 1;
}
.none .gk-tabs-item.active {
  left: 0;
  position: relative;
  z-index: 2;
}
.none .gk-tabs-item .box {
  margin-bottom: 0 !important;
}
.none .gk-tabs-item p {
  margin-top: 0;
}
.none .gk-tabs-prev,
.none .gk-tabs-next {
  display: none;
}
.gk-tabs-container {
  clear: both;
  overflow: hidden!important;
  overflow-x: hidden!important;
  overflow-y: hidden!important;
  position: relative;
  -webkit-perspective: 500;
  -moz-perspective: 500;
  -ms-perspective: 500;
  perspective: 500;
}

/* The common part */
/* Errors */
.gk-tabs-error {
  color: #555;
  font-size: 1.6rem;
  padding: 32px 16px;
  text-align: center;
}
.gk-tabs-error > strong {
  color: #d44;
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 10rem;
  font-weight: bold;
  line-height: 100px;
}
.gk-tabs-error > small {
  font-size: 1.1rem;
}

/* Animations */
.gk-tabs-item {
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position: absolute;
  top: 0;
}
.gk-tabs-item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.gk-tabs[data-anim="scale-up"] .gk-tabs-item {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.gk-tabs[data-anim="scale-down"] .gk-tabs-item {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}

.gk-tabs[data-anim="rotate-y"],
.gk-tabs[data-anim="rotate-x"] {
  -webkit-perspective: 1200;
  -moz-perspective: 1200;
  -ms-perspective: 1200;
  perspective: 1200;
}

.gk-tabs[data-anim="rotate-y"] .gk-tabs-item {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.gk-tabs[data-anim="rotate-x"] .gk-tabs-item {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.gk-tabs[data-anim="scale-up"] .gk-tabs-item.active,
.gk-tabs[data-anim="scale-down"] .gk-tabs-item.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.gk-tabs[data-anim="rotate-y"] .gk-tabs-item.active {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.gk-tabs[data-anim="rotate-x"] .gk-tabs-item.active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


/**
 * 5. Footer
 * ----------------------------------------------------------------------------
 */
#gk-footer {
  background: #f5f5f5;
  color: #151515;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 auto;
  padding: 0 40px 80px 40px;
  position: relative;
}
.frontpage #gk-footer {
  padding: 0 80px 80px 80px;
}

#gk-footer strong {
  color: #000;
}

#gk-footer a {
  color: #40464d;
  padding: 0;
}
#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover {
  color: #ff9800;
}

#gk-footer-nav {
  color: #757575;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 -15px;
  overflow: hidden;
  padding: 75px 0 30px 0;
  width: 100%;
}
#gk-footer-nav li {
  float: left;
}
#gk-footer-nav li a {
  color: #555;
  display: block;
  padding: 0 15px;
}
#gk-copyrights {
  color: #999;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
#gk-copyrights p {
  margin: 0;
}
#gk-copyrights > ul  {
  border-top: 1px solid #ccc;
  display: inline-block;
  margin: 50px 0 45px;
  padding: 40px 80px;
}
#gk-copyrights > ul > li {
  float: left;
  font-size: 2.4rem;
  line-height: 1;
  padding: 0 3px;
}
#gk-copyrights > ul > li > a {
  color: #999;
}
#gk-copyrights > ul > li > a:active,
#gk-copyrights > ul > li > a:focus,
#gk-copyrights > ul > li > a:hover {
  color: #000;
}
#gk-footer-nav-popup {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 75px;
}
#gk-footer-nav-popup .menu-footer-popup-menu-container {
  background: #fff;
  border-radius: 3px;
  bottom: 28px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  opacity: 0;
  padding: 12px 0;
  pointer-events: none;
  position: absolute;
  right: 24px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -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: 180px;
  z-index: 1;
}
#gk-footer-nav-popup .menu-footer-popup-menu-container li {
  height: 44px;
  padding: 0;
}
#gk-footer-nav-popup .menu-footer-popup-menu-container li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 11px 22px;
}
#gk-footer-nav-popup .go-to-top:after {
  color: #34393f;
  font-size: 2rem;
  float: right;
  line-height: 1;
  z-index: 3;
  content: "keyboard_arrow_up";
  font-family: 'Material Icons';
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  margin-top: -31px;
  margin-right: 29px;
}
#gk-footer-nav-popup .menu-footer-popup-menu-container li a:active,
#gk-footer-nav-popup .menu-footer-popup-menu-container li a:focus,
#gk-footer-nav-popup .menu-footer-popup-menu-container li a:hover {
  background: #eee;
  color: #34393f;
}
#gk-footer-nav-popup .menu-footer-popup-menu-container li a .micon {
  float: right;
  font-size: 2rem;
}
#gk-footer-nav-popup.open .menu-footer-popup-menu-container {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.frontpage #gk-footer-nav-popup {
  right: 80px;
}

/**
 * 6. Multi-site improvements
 * ----------------------------------------------------------------------------
 */
body .mu_register {
  overflow: hidden;
  width: 100%;
}

.mu_register .mu_alert {
  margin: 0 0 32px 0;
}

body .mu_register input[type="submit"],
body .mu_register #blog_title,
body .mu_register #user_email,
body .mu_register #blogname,
body .mu_register #user_name {
  width: auto;
  font-size: inherit;
}

body #submit,
body #key {
  width: auto;
}

#activateform {
  overflow: hidden;
}

/**
 * 7. Other
 * ----------------------------------------------------------------------------
 */
/* Post passwords */
.post-password-form label {
  float: left;
}

/* Pingbacks and Trackbacks */
.pingback,
.trackback {
  padding: 0 18px;
}

/* Fix for the reCAPTCHA field */
#recaptcha_response_field {
  height: auto !important;
}


h2 + .gk-subtitle {
  color: #444;
  font-size: 1.6rem;
  margin: -16px 0 90px 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* Message block */
.gk-cols .border1,
.gk-cols .border2 {
  margin: 0 !important;
  padding-bottom: 10px;
}

/* Photo overlay */
.gk-photo-overlay {
  background: rgba(0, 0, 0, .6) url('images/preloaders/default.gif') no-repeat center center;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  -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%;
  z-index: 10000000;
}
.gk-photo-overlay.active {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gk-photo-overlay img {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, .5);
  box-shadow: 0 0 50px rgba(0, 0, 0, .5);
  display: block;
  height: auto;
  left: 50%;
  max-height: 95%;
  max-width: 95%;
  opacity: 1;
  position: fixed;
  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;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: auto;
}
.gk-photo-overlay img.loading {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(.8);
  -ms-transform: translateX(-50%) translateY(-50%) scale(.8);
  -o-transform: translateX(-50%) translateY(-50%) scale(.8);
  transform: translateX(-50%) translateY(-50%) scale(.8);
}
.gk-photo-overlay-prev,
.gk-photo-overlay-next {
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  cursor: pointer;
  display: block;
  left: 100px;
  height: 60px;
  margin-top: -30px;
  opacity: 0;
  position: fixed;
  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;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 60px;
  z-index: 1;
}
.gk-photo-overlay-prev.active {
  left: 50px;
  opacity: 1;
}
.gk-photo-overlay-next.active {
  opacity: 1;
  right: 50px;
}
.gk-photo-overlay-prev:active,
.gk-photo-overlay-prev:focus,
.gk-photo-overlay-prev:hover,
.gk-photo-overlay-next:active,
.gk-photo-overlay-next:focus,
.gk-photo-overlay-next:hover {
  border-color: #e1a232;
}
.gk-photo-overlay-next {
  left: auto;
  right: 100px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);  
}
.gk-photo-overlay::selection,
.gk-photo-overlay img::selection {
  background: transparent;
}
.gk-photo-overlay::-moz-selection,
.gk-photo-overlay img::-moz-selection {
  background: transparent;
}

/* Newsletter popupt */
#gk-newsletter-popup {
  background: #fff;
  bottom: 0;
  -webkit-box-shadow: 0 0 50px #ccc;
  -moz-box-shadow: 0 0 50px #ccc;
  box-shadow: 0 0 50px #ccc;
  opacity: 1;
  padding: 50px 50px 40px 50px;
  position: fixed;
  right: 125px;
  text-align: left;
  -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: 480px;
  z-index: 9999999999 !important;
}
#gk-newsletter-popup.hidden-popup {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#gk-newsletter-popup h3 {
  color: #151515;
  font-size: 2.6rem;
  font-weight: 500;
  text-transform: none;
  margin: 0 0 24px 0;
}
#gk-newsletter-popup p {
  color: #34393f;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
#gk-newsletter-popup small {
  color: #999;
  display: block;
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
  margin-top: 50px;
}
#gk-newsletter-popup small a {
  color: #999;
  text-decoration: underline;
}
#gk-newsletter-popup small a:active,
#gk-newsletter-popup small a:focus,
#gk-newsletter-popup small a:hover {
  color: #42a5f5;
}
#gk-newsletter-popup form input[type="submit"] {
  background: #ff9800;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 0;
  position: relative;
  top: -1px;
}
#gk-newsletter-popup form input[type="submit"]:active,
#gk-newsletter-popup form input[type="submit"]:focus,
#gk-newsletter-popup form input[type="submit"]:hover {
  background: #000;
}
#gk-newsletter-popup-close {
  color: #34393f;
  font-size: 2.4rem;
  position: absolute;
  right: 20px;
  top: 20px;
}

#gk-newsletter-popup-close:hover .micon {
  color: #ff9800;
}

#gk-newsletter-popup .widget_wysija_cont .updated,
#gk-newsletter-popup .widget_wysija_cont .error,
#gk-newsletter-popup .widget_wysija_cont .xdetailed-errors {
  margin: 30px;
  padding: 10px;
}

#gk-newsletter-popup .wysija-paragraph {
  display: inline-block;
  margin: 0;
}
@media (max-height: 700px),(max-width: 1040px) {
  #gk-newsletter-popup {
    padding: 20px;
    right: 32px;
    width: 420px;
  }
  #gk-newsletter-popup h3 {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
}
@media (max-height: 600px),(max-width: 720px) {
  #gk-newsletter-popup {
    display: none;
  }
}

/* Photoswipe */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  cursor: move;
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
  transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);
  transition: transform 333ms cubic-bezier(0.4,0,0.22,1);
}
.pswp__bg {
  background: #f6f6f6;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
  transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #f6f6f6;
}
.pswp--ie .pswp__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 16px;
  margin-top: -8px;
  color: #777;
}
.pswp__error-msg a {
  color: #777;
  text-decoration: underline;
}
.pswp__button {
  width: 44px;
  height: 60px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  background: none;
  opacity: 1;
}
.pswp__button:active {
  background: none;
  outline: none;
  opacity: 0.9;
}
.pswp__button:focus:before,
.pswp__button:hover:before,
.pswp__button:active:before {
  color: #42a5f5;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 44px;
  height: 60px;
}
.pswp__button--close:before {
  color: #40464d;
  content: "e";
  font-family: "technews-pixellove";
  font-size: 1.5rem;
  text-transform: none !important;
}
.pswp__button--share:before {
  color: #40464d;
  content: "D";
  font-family: "technews-pixellove";
  font-size: 1.9rem;
  text-transform: none !important;
}
.pswp__button--fs {
  display: none;
}
.pswp__button--fs:before {
  color: #40464d;
  content: "s";
  font-family: "technews-pixellove";
  font-size: 1.8rem;
  text-transform: none !important;
}
.pswp--supports-fs .pswp__button--fs {
  display: inline-block;
}
.pswp__button--zoom:before {
  color: #40464d;
  content: "K";
  font-family: "technews-pixellove";
  font-size: 1.8rem;
  text-transform: none !important;
}
.pswp__button--zoom {
  display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: inline-block;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  border-radius: 50%;
  content: '';
  top: 35px;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  width: 50px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  color: #40464d;
  content: "A";
  font-family: "technews-pixellove";
  font-size: 1.4rem;
  left: 30px;
  text-transform: none !important;
}
.pswp__button--arrow--right:before {
  color: #40464d;
  content: "y";
  font-family: "technews-pixellove";
  font-size: 1.4rem;
  right: 30px;
  text-transform: none !important;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #000;
  left: 50%;
  top: 56px;
  border-radius: 2px;
  margin-left: -60px;
  display: block;
  padding: 5px 0;
  width: 160px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 5px 10px 5px 35px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.9;
  position: relative;
}
.pswp__share-tooltip a:active,
.pswp__share-tooltip a:focus,
.pswp__share-tooltip a:hover {
  color: #42a5f5;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before,
a.pswp__share--twitter:before,
a.pswp__share--pinterest:before,
a.pswp__share--download:before {
  content: "\f09a";
  display: block;
  float: left;
  font-family: FontAwesome;
  left: 12px;
  top: 5px;
  position: absolute;
}
a.pswp__share--twitter:before {
  content: "\f099";
}
a.pswp__share--pinterest:before {
  content: "\f231";
}
a.pswp__share--download:before {
  content: "\f019";
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  font-size: 1.3rem;
  line-height: 60px;
  color: #40464d;
  opacity: 0.75;
  padding: 0 30px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 1.1rem;
  color: #777;
}
.pswp__caption__center {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.3rem;
  overflow: hidden;
  padding: 0 0 100px;
  line-height: 20px;
  color: #777;
}
.pswp__caption__center > h3 {
  font-size: 2.4rem;
  font-weight: 400;
}
.pswp__caption__center > span {
  color: #777;
  font-size: 1.6rem;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  display: none;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(../images/photoswipe-preloader.gif) 0 0 no-repeat;
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  text-align: center;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
  transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
@media (max-width: 1400px) {
  .pswp__caption__center {
    padding: 30px 10px;
  }
  .pswp__caption__center > h3 {
    font-size: 1.8rem;
  }
  .pswp__caption__center > span {
    font-size: 1.4rem;
  }
}
@media (max-width: 1100px) {
  .pswp__caption__center {
    padding: 10px;
  }
  .pswp__caption__center > h3 {
    font-size: 1.6rem;
    margin: 0 0 10px 0
  }
}

/**
 * 9. APPkosmos
 * ----------------------------------------------------------------------------
 */

/* = Quelle
-----------------------------------------------*/
.quelle {
font-size: 11px;
text-transform: uppercase;
text-align: right;
}

div.quelle a {
    padding: 6px 7px;
    margin-right: 0;
    margin-bottom: 4px;
    line-height: 100%;
    display: inline-block;
    color: #FFF !important;
    background-color: #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11px !important;
}

div.quelle a:hover {
color: #ffffff;
background-color: #03a9f4;
}

/* = Fix fuer verschobenes Datum auf Kategorie-Seite
-----------------------------------------------*/
.archive-page a + .entry-footer {
  left: 80px;
}



/* = Fix fuer Artikelbild
-----------------------------------------------*/
img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    width: 100%;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}