@charset "UTF-8";
* {
outline: none!important;
}
html {
-webkit-font-smoothing: subpixel-antialiased;
}
body { 
background: #fff;
color: #555;
font-size: 14px;
font-weight: 300;
line-height: 1.6;
margin: 0;
min-height: 100%;
padding: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
body[data-mobile="true"] #main-menu-mobile select {
font-size: 50px;
}
.gk-page-wrap,
#gk-bg,
#gk-toolbar,
#gk-search,
#gk-updates,
#gk-top-nav {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
} a,
.gk-meta-post a,
#gk-mainbody header h1 a,
#gk-mainbody header h2 a,
#gk-article-containter header h2 a:active,
#gk-article-containter header h2 a:focus,
#gk-article-containter header h2 a:hover,
#gk-mainbody #gk-category-containter header h2 a:active,
#gk-mainbody #gk-category-containter header h2 a:focus,
#gk-mainbody #gk-category-containter header h2 a:hover {
color: #eb1e00;
text-decoration: none;
}
a:hover,
a:active,
a:focus,
#gk-mainbody header h1 a:active,
#gk-mainbody header h1 a:focus,
#gk-mainbody header h1 a:hover,
#gk-mainbody header h2 a:active,
#gk-mainbody header h2 a:focus,
#gk-mainbody header h2 a:hover,
#gk-sidebar-left .box a:hover,
#gk-sidebar-right .box a:hover,
.gk-meta-post a:hover,
.gk-meta-post a:active,
.gk-meta-post a:focus {
color: #000;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
font-weight: 400;
line-height: 1.3;
margin: 0;
padding: 0;
}
h1 {
font-size: 44px;
font-weight: 500;
text-transform: uppercase;
}
h2,
.page-title {
font-size: 44px;
font-weight: 500;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 17px;
}
h6 {
font-size: 13px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
ol {
margin: 0;
padding: 0;
}
ul li,
ol li {
line-height: 2.0;
}
p {
margin: 1em 0 2em;
}
img {
height: auto;
max-width: 100%;
}
.box ul ul,
.box ol ol {
margin: 0;
padding: 0 0 0 20px;
}  .btn,
button,
.button,
.readon,
.nav-btn a,
.more-link,
a.gk-button,
input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
background: #eb1e00;
border: none;
color: #fff !important;
cursor: pointer;
display: block;
float: left;
font-size: 12px;
height: 38px;
line-height: 39px;
margin: 0 5px 2px 2px;
padding: 0 14px;
text-align: center;
text-transform: uppercase;
transition: all 0.3s ease-out 0s;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.button:active,
.button:focus,
.button:hover,
.nav-btn a:active,
.nav-btn a:focus,
.nav-btn a:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
a.gk-button:hover,
a.gk-button:active,
a.gk-button.active,
a.gk-button.disabled,
a.gk-button[disabled],
button:focus,
a.gk-button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.more-link:active,
.more-link:focus,
.more-link:hover,
.gk-button,
a.gk-button,
.btn.invert {
background: #18191b;
color: #fff!important;
}
.btn.invert:hover,
.btn.invert:active,
.btn.invert.active,
.gk-button:active,
.gk-button:focus,
.gk-button:hover,
a.gk-button:active,
a.gk-button:focus,
a.gk-button:hover {
border-color: #444;
color: #444!important;
} input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"],
textarea,
select  {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
border-color: #bcbcbc #dadada #e5e5e5;
border-style: solid;
border-width: 1px;
color: #777;
padding: 12px 20px;
max-width: 100%!important;
}
textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
height: auto;
max-width: 100%!important;
padding: 24px
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
background: #fffef4;
}
label {
display: inline-block;
color: #111;
font-size: 14px;
font-weight: 500;
padding: 0 6px 0 0;
}
select {
height: inherit;
max-width: 100%;
margin-left: 1px;
padding: 6px
} .page-title {
margin: 0 0 50px;
}
article {
margin: 0;
}
.page-template-template-latest-php article:first-child {
border-top: 0;
padding-top: 0;
}
.tag-page > hr,
.search-page > hr {
border: none;
}
.tag-page i.gk-comments,
.category-page i.gk-comments,
.search-page i.gk-comments,
.archive i.gk-comments,
.page-template-template-latest-php #gk-article-containter i.gk-comments,
.home #gk-mainbody i.gk-comments {
color: #bcbcbc;
font-size: 14px;
padding-right: 7px;
}
.tag-page .gk-meta-post li.format:before,
.category-page .gk-meta-post li.format:before,
.search-page .gk-meta-post li.format:before,
.archive .gk-meta-post li.format:before,
.page-template-template-latest-php .gk-meta-post li.format:before,
.home #gk-mainbody .gk-meta-post li.format:before {
font-size: 13px;
color: #999;
line-height: 2.3;
}
.tag-page .gk-meta-post li a:hover,
.category-page .gk-meta-post li a:hover,
.search-page .gk-meta-post li a:hover,
.archive .gk-meta-post li a:hover,
.page-template-template-latest-php .gk-meta-post li a:hover,
.home #gk-mainbody .gk-meta-post li a:hover {
color: #000!important;
}
.page-template-template-latest-php .gk-meta-post li,
.archive .gk-meta-post li,
.home .gk-meta-post li {
color: #555;
}
.archive article.has-featured-image .summary > p,
.page-template-template-latest-php article.has-featured-image .summary > p,
.home #gk-mainbody article.has-featured-image .summary > p {
margin: 10px 0 20px;
} #gk-articles-leading,
#gk-articles-primary,
#gk-articles-secondary {
display: table;
}
.gk-articles-row {
display: table-row;
}
.gk-articles-row > article {
display: table-cell;
vertical-align: top;
}
.gk-articles-row.gk-cols-4 > article {
width: 25%;
}
.gk-articles-row.gk-cols-3 > article {
width: 33.2%;
}
.gk-articles-row.gk-cols-2 > article {
width: 49.9%;
}
.gk-articles-row.gk-cols-1 > article {
width: 100%;
}
#gk-category-containter article,
#gk-article-containter article {
border-right: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
}
#gk-category-containter > div:first-child > div > article,
#gk-article-containter > div > .gk-articles-row:first-child > article {
border-top: 0;
} 
#gk-category-containter article:last-child,
#gk-article-containter article:last-child {
border-right: 0;
}
.gk-articles-row.gk-cols-2 header > h2 {
font-size: 24px;
}
.gk-articles-row.gk-cols-3 header > h2,
.gk-articles-row.gk-cols-4 header > h2 {
font-size: 18px;
}
.gk-articles-row article figure.featured-image {
margin-bottom: 30px;
}
.gk-articles-row article .gk-article-body header {
margin-bottom: 24px;
}
.gk-articles-row .gk-meta-post,
.page-template-template-latest-php .gk-meta-post {
margin: 0;
}
.page-template-template-latest-php #gk-article-containter .gk-meta-post li {
float: left;
}
.gk-articles-row .gk-meta-post li,
.page-template-template-latest-php #gk-article-containter .gk-meta-post li {
color: #999;
display: inline-block;
font-size: 13px;
line-height: 1.5;
margin: 0 20px 0 0;
padding: 0;
}
.gk-articles-row .gk-comments > a > span,
.page-template-template-latest-php #gk-article-containter .gk-comments > a > span {
border: 0;
color: #999;
float: right;
margin-top: 2px;
padding: 0;
top: 0;
}
.gk-articles-row .gk-comments > a:hover > span,
#gk-article-containter .gk-comments > a:hover > span,
.page-template-template-latest-php #gk-article-containter .gk-comments > a:hover > span {
color: #000;
}
.gk-articles-row .gk-comments > a > span:after,
.gk-articles-row .gk-comments > a > span:before {
display: none;
}
.page-template-template-latest-php .gk-meta-post a {
color: #999;
}
#gk-category-containter .gk-meta-post .format,
#gk-article-containter .gk-meta-post .format {
position: relative;
top: -4px;
} #gk-article-containter .gk-articles-row article figure.featured-image {
margin-bottom: 40px;
}
#gk-article-containter .gk-meta-post li {
color: #555;
font-size: 14px;
line-height: 2.0;
}
#gk-article-containter .gk-comments > a > span {
color: #eb1e00;
float: none;
}
#gk-article-containter i.gk-comments {
color: #272727;
}
#gk-article-containter .summary {
overflow: hidden;
margin-bottom: 20px;
}
#gk-article-containter article.gk-has-aside .gk-article-body,
#gk-category-containter article.gk-has-aside .gk-article-body {
padding-left: 0;
}
#gk-article-containter article,
#gk-category-containter article {
margin: 0;
padding: 32px;
}
#gk-article-containter,
#gk-category-containter {
margin: -32px;
padding: 0;
overflow: hidden;
}
#gk-article-containter header h2 a,
#gk-category-containter header h2 a {
color: #000!important;
}
#gk-article-containter header h2 a:hover,
#gk-category-containter header h2 a:hover {
color: #eb1e00!important;
}
#gk-article-containter .gk-article-body > header {
margin-bottom: 24px;
}
#gk-article-containter .gk-meta-post li {
display: block;
float: none;
}
#gk-article-containter .gk-comments > a > .leave-reply {
border: 0;
display: inline;
}
#gk-article-containter .gk-comments > a > .leave-reply:before,
#gk-article-containter .gk-comments > a > .leave-reply:after {
display: none;
}
.search-page #gk-articles-leading {
border-top: 1px solid #e5e5e5;
}  .gk-page-wrap {
border: 1px solid #e5e5e5;
border-top: none;
float: right;
position: relative;
width: 100%;
z-index: 20;
}
.gk-page-wrap + #gk-footer {
margin-top: 20px;
}
.gk-page {
margin: 0 auto;
width: 100%; 
}
#gk-mainbody-columns {
background: #fff;
display: block;
overflow: hidden;
width: 100%;
}
#gk-sidebar-left,
#gk-inset,
#gk-sidebar-right {
background: #fff;
display: block;
}
#gk-sidebar-left,
#gk-sidebar-right {
padding: 0;
}
#gk-content-wrap,
#gk-sidebar-left,
#gk-sidebar-right,
#gk-mainbody-columns,
#gk-content-wrap,
#gk-mainbody,
#gk-banner-left,
#gk-banner-right,
#gk-inset {
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
#gk-sidebar-right {
border-left: 1px solid #e5e5e5;
float: right;
}
#gk-sidebar-left {
border-bottom: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
}
#gk-mainbody-columns.gk-inset-left #gk-content-wrap {
float: right;
}
#gk-mainbody-columns .has-inset {
border-right: 1px solid #e5e5e5;
}
#gk-mainbody-columns.gk-inset-left .has-inset {
border-left: 1px solid #e5e5e5;
}
#gk-sidebar-right {
border-left: 1px solid #e5e5e5;
}
#gk-inset .box,
#gk-sidebar-left .box,
#gk-sidebar-right .box {
border-top: 1px solid #e5e5e5;
}
#gk-sidebar-right .box {
padding: 24px;
}
#gk-inset .box:first-child,
#gk-sidebar-left .box:first-child,
#gk-sidebar-right .box:first-child {
border-top: none;
}  #gk-top {
overflow: hidden;
padding: 24px 14px;
}
#gk-top-bar.active {
margin-top: 0;
}
#gk-top-bar.active > div {
top: 0;
}
#gk-top-bar {
border-bottom: 1px solid #e5e5e5;
min-height: 58px;
line-height: 54px;
position: relative;
-webkit-transition: all .35s linear;
-moz-transition: all .35s linear;
-ms-transition: all .35s linear;
-o-transition: all .35s linear;
transition: all .35s linear;
width: 100%;
z-index: 110;
}
#gk-top-nav {
height: 54px;
}
#gk-top-nav,
#gk-toolbar {
border: 1px solid #e5e5e5;
border-bottom: none;
clear: both;
}
#gk-toolbar {
padding-top: 55px;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
line-height: 55px;
}
#gk-top-nav + #gk-toolbar {
padding-top: 0;
}
#gk-search {
border-left: 1px solid #e5e5e5;
float: right;
position: relative;
width: 18.5%;
}
#gk-social {
float: right;
margin-right: 10px;
}
#gk-social a {
float: left;
height: 54px;
padding: 0 4px
}
#gk-social i {
color: #c9c9c9;
font-size: 22px;
line-height: 60px;
-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-social a:active i.gk-icon-fb,
#gk-social a:focus i.gk-icon-fb,
#gk-social a:hover i.gk-icon-fb {
color: #204385;
}
#gk-social a:active i.gk-icon-twitter,
#gk-social a:focus i.gk-icon-twitter,
#gk-social a:hover i.gk-icon-twitter {
color: #2aa9e0;
}
#gk-social a:active i.gk-icon-gplus,
#gk-social a:focus i.gk-icon-gplus,
#gk-social a:hover i.gk-icon-gplus {
color: #d3492c;
}
#gk-social a:active i.gk-icon-rss,
#gk-social a:focus i.gk-icon-rss,
#gk-social a:hover i.gk-icon-rss {
color: #ea7054;
}
#gk-updates {
border-right: 1px solid #e5e5e5;
color: #000;
float: left;
font-size: 12px;
padding-left: 32px;	
width: 21.25%;
}
#gk-highlights {
float: left;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
#gk-banner-top {
float: right;
margin: 15px 0 0 0;
}
#gk-banner-top a,
#gk-banner-top img {
display: block;
}
#gk-search label,
#gk-search #searchsubmit {
display: none;
}
#gk-search #s {
border: none;
color: #999;
display: block;
font-weight: 400;
height: 54px;
line-height: 35px;
padding: 8px 20px !important;
width: 100%;
}
#gk-search:after {
color: #ddd;
content: "h";
font-size: 20px;
font-family: 'news2-icons';
position: absolute;
right: 20px;
top: 1px;
z-index: 1;
}  #gk-bg:after,
#gk-top-bar:after,
#gk-top-nav:after,
#gk-toolbar:after,
#gk-breadcrumb-area:after,
#gk-bottom1:after,
#gk-bottom2:after,
#gk-bottom3:after,
#gk-mainbody-columns > section:after {
clear: both;
content: "";
display: table;
} a.cssLogo,
#gk-logo-small {
float: left;
height: 40px;
margin: 45px 0 35px 0;
padding: 0;
text-indent: -999em;
text-shadow: none;
width: 124px;
display: block;
}
#gk-logo-small.cssLogo,
#gk-logo-small.textLogo {
float: left;
margin:5px 20px 0 0;
}
a.cssLogo,
#gk-logo-small.cssLogo {
background: transparent url(//neaeope.gr/wp-content/themes/News2/images/style1/logo.png) no-repeat 0 0; height: 40px;
width: 124px;
}
#gk-logo-small.imageLogo {
display: block;
margin: 0;
}
#gk-fixed-menu #gk-logo-small.imageLogo {
text-indent: -999em;
}
#gk-fixed-menu.active #gk-logo-small.imageLogo,
#gk-fixed-menu.active #gk-logo-small.textLogo {
text-indent: 0;
}
#gk-fixed-menu.active #gk-logo-small.textLogo > sup {
top: -7px;
}
.svg a.cssLogo,
.svg #gk-logo-small.cssLogo {
background-image: url(//neaeope.gr/wp-content/themes/News2/images/style1/logo.svg);
}
a.textLogo {
color: #eb1e00;
display: block;
float: left;
font-size: 40px;
font-weight: 600;
letter-spacing: -3px;
line-height: 40px;
height: 40px;
margin: 45px 0 35px 0;
padding: 10px 0 0 0;
text-indent: 0;
text-transform: uppercase;
width: auto;	
}
a.textLogo > sup {
border: 1px solid #eb1e00;
border-radius: 50%;
color: #eb1e00;
display: block;
font-size: 10px;
font-weight: 400;
float: right;
height: 14px;
left: 5px;
line-height: 14px;
text-align: center;
text-indent: -3px;
top: -4px;
width: 14px;
}
a.textLogo small {
color: #e5e5e5;
display: block;
font-size: 12px;
font-weight: 400;
line-height: 10px;
letter-spacing: 0;
text-align: left;
text-transform: none;
}
#gk-login {
background: #008ce6;
color: #fff;
float: right;
font-weight: 400;
padding: 0 40px;
text-transform: uppercase;
}
#gk-login:active,
#gk-login:focus,
#gk-login:hover {
background: #eb1e00;
}
#gk-banners {
background: transparent!important;
border-bottom: 1px solid #e5e5e5;
padding: 0!important;
}
#gk-banner-left {
float: left;
position: relative;
}
#gk-banner-left .box {
border-top: 1px solid #e5e5e5;
padding: 45px!important;
}
#gk-banner-left .box.transparent {
padding: 0!important;
}
#gk-banner-right {
float: right;
position: relative;
}
#gk-banners .box-title {
color: #fff;
}
#gk-banner-right .box {
border-top: 1px solid #e5e5e5;
padding: 24px;
}
#gk-banner-left .box:first-child,
#gk-banner-right .box:first-child {
border-top: none;
}
#gk-banner-left + #gk-banner-right {
border-left: 1px solid #e5e5e5;
} section.intro {
font-size: 110%;
padding: 0;
}
section.content,
#gk-bottom1,
#gk-bottom2,
#gk-bottom3,
#gk-mainbody-bottom {
overflow: hidden;
}
.box::after,
article::after,
#respond::after,
#gk-top1::after,
#gk-top2::after,
#gk-top1 > div::after,
#gk-top2 > div::after,
#gk-bottom1::after,
#gk-bottom2::after,
#gk-bottom3::after,
#gk-bottom4::after,
#gk-bottom5::after,
#gk-mainbody::after,
#gk-mainbody-columns::after,
#gk-bottom1 > div:after, 
#gk-bottom2 > div:after, 
#gk-bottom3 > div:after,
#gk-banners:after,
#gk-mainbody-columns > section:after,
#gk-mainbody-bottom:after,
#gk-mainbody-top:after,
#gk-footer-area:after {
clear: both;
content: "";
display: table;
}
section.content::after {
clear: both;
content: "";
display: table;
}
#gk-mainbody-top {
padding: 0 0 10px 0;
}
#gk-mainbody + #gk-mainbody-bottom {
margin-top: 0;
padding-top: 10px;
}
#gk-mainbody strong,
#gk-mainbody b {
font-weight: 600;
color: #111;
}
#gk-mainbody {
padding: 32px;
width: 100%;
}  #gk-bottom1,
#gk-bottom2 {
border-top: 1px solid #e5e5e5;
}
#gk-bottom1 .box,
#gk-bottom2 .box {
border-left: 1px solid #e5e5e5;
}
#gk-bottom1 .box:first-child,
#gk-bottom2 .box:first-child {
border-left: none;
}
#gk-bottom3 > div,
#gk-bottom4 > div {
border: 1px solid #e5e5e5;
border-top: none;
}
#gk-bottom3 .box,
#gk-bottom4 .box {
color: #555;
}
#gk-bottom3 .box li,
#gk-bottom4 .box li {
border: none;
padding: 4px 0;
}
#gk-bottom3 .box a,
#gk-bottom4 .box a {
color: #555;
}
#gk-bottom3 .box a:active,
#gk-bottom3 .box a:focus,
#gk-bottom3 .box a:hover,
#gk-bottom4 .box a:active,
#gk-bottom4 .box a:focus,
#gk-bottom4 .box a:hover {
color: #eb1e00;
} #gk-footer {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
color: #505050;
font-size: 12px;
line-height: 16px;
padding: 0;
}
#gk-footer-area {
background: #f6f7f9;
border: 1px solid #e5e5e5;
padding: 14px 38px;
}
#gk-footer-area > div {
float: right;
width: 66.84%;
}
#gk-back-to-top {
color: #afafaf!important;
font-size: 12px;
line-height: 40px;
text-transform: uppercase;
}
#gk-back-to-top:before {
color: #eb1e00;
content: "\f106";
font-family: FontAwesome; 
font-size: 14px;
line-height: 40px;
padding: 0 10px 0 0;
}
#gk-back-to-top:active,
#gk-back-to-top:focus,
#gk-back-to-top:hover {
color: #eb1e00!important;
}
#gk-footer > div {
padding: 0; 
}
#gk-footer a {
color: #555; 
}
#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover {
color: #eb1e00;
}
#footer-menu {
clear: both;
margin: 50px auto 20px auto;
text-align: center;
width: 72%;	
}
#footer-menu li {
border-left: 1px solid #e5e5e5;
display: inline-block;
float: none;
font-size: 12px;
line-height: 12px;
margin: 8px 0;
padding: 0 11px;
}
#footer-menu li:first-child {
border-left: 0;
}
#footer-menu li:first-child:before {
display: none;
}
#gk-footer .gk-copyrights {
color: #999;
float: none;
line-height: 1.2;
margin: 0 auto;
padding: 36px 0;
text-align: center;
width: 50%;
}
#gk-footer .gk-framework-logo {
clear: both;
display: block;
margin: 0 auto!important;
padding: 32px 0 16px 0!important;
}
#footer-menu + .gk-copyrights {
border-top: 1px solid #e5e5e5;
} #gk-style-area {
clear: both;
display: block;
line-height: 10px;
margin: 20px 0 40px 0;
padding: 10px 0 11px 0;
text-align: center;
}
#gk-style-area a {
border-radius: 50%;
display: inline-block;
height: 10px;
margin: 15px 0 0 5px;
text-indent: -9999px;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-ms-transform: scale(1.0);
-o-transform: scale(1.0);
transform: scale(1.0);
-webkit-transition: -webkit-transform 0.2s ease-out;
-moz-transition: -moz-transform 0.2s ease-out;
-o-transition: -o-transform 0.2s ease-out;
transition: transform 0.2s ease-out;
width: 10px;
}
#gk-style-area a:first-child {
margin-left: 0;
}
#gk-style-area a:hover {
-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-color1 { background: #eb1e00; }
#gk-color2 { background: #f2745c; }
#gk-color3 { background: #4c61a0; }
#gk-color4 { background: #ff9800; }
#gk-color5 { background: #348899; }
#gk-color6 { background: #ff8000; }  .box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 0 10px;
} #gk-top1,
#gk-top2,
#gk-mainbody-top {
border-bottom: 1px solid #e5e5e5;
}
#gk-top1,
#gk-top2,
#gk-bottom1,
#gk-bottom2 {
clear: both;
}
#gk-top1 + #gk-breadcrumb-area,
#gk-top2 + #gk-breadcrumb-area {
border-top: 1px solid #e5e5e5;
margin-top: 0;
padding-top: 14px;
}
#gk-top1 .box,
#gk-top2 .box,
#gk-bottom1 .box,
#gk-bottom2 .box,
#gk-bottom3 .box,
#gk-bottom4 .box,
#gk-bottom5 .box {
float: left;
}
#gk-mainbody-top .box,
#gk-mainbody-bottom .box {
padding: 32px 0;
}
.widget-area .col1 { width: 100%; }
.widget-area .col2 { width: 50%; }
.widget-area .col3 { width: 33.3%; }
.widget-area .col4 { width: 25%; }
.widget-area .col5 { width: 20%; }
.widget-area .col6 { width: 16.6%; }
.widget-area .box.last1 { width: 100%; }
.widget-area .box.last2 { width: 50%; }
.widget-area .box.last3 { width: 33.3%; }
.widget-area .box.last4 { width: 25%; }
.widget-area .box.last5 { width: 20%; }
.widget-area .box.double.last2 {
width: 66.666666%;
}
.widget-area .box.double.last2 ~ .box.last2 {
width: 33.333333%;
}
.widget-area .nth1 {
clear: both;
}
#gk-bottom6 .gk-columns {
margin: 0;
}
#gk-mainbody-top,
#gk-mainbody-bottom {
padding: 32px;
}
#gk-mainbody-bottom {
border-top: 1px solid #e5e5e5;
} .onlyDesktop {
display: block!important;
}
.onlyTablets {
display: none!important;
}
.onlySmartphones {
display: none!important;
}
.onlyTabltetsAndSmartphones {
display: none!important;
}#main-menu-mobile {
display: none!important;
}
body[data-mobile="true"] #main-menu-mobile select {
font-size: 50px;
}
#gk-main-menu {
float: left;
margin: 0 auto;
padding: 0;
}
.gk-menu-wrap {
display: block;
margin: 0;
position: relative;
}
#gk-main-menu:after {
clear: both;
content: "";
display: table;
}
#main-menu {
margin: 0;
padding: 0;
}
#main-menu {
margin-top: 0;
}
#main-menu > li {
display: block;
float: left;
font-size: 14px;
font-weight: 700;
height: 54px;
line-height: 54px;
position: relative;
text-transform: uppercase;
width: auto;
}
#main-menu > li.haschild:after {
color: #ababab;
content: "\f107";
display: block;
font-family: FontAwesome, sans-serif;
position: absolute;
right: 17px;
top: -1px;
}
#main-menu > li > a {
border-right: 1px solid #e5e5e5;
color: #222;
display: block;
height: 54px;
line-height: 55px;
padding: 0 32px;
}
#main-menu > li.haschild > a {
padding-right: 40px;
}
#main-menu > li.current-menu-item,
#main-menu > li.current_page_item,
#main-menu > li:hover,
#main-menu > li a:hover,
#main-menu > li.active > a,
#main-menu > li.current-menu-item > a,
#main-menu > li.current_page_item > a,
#main-menu > li.current-menu-ancestor > a, 
#main-menu > li.current-menu-parent > a  {
color: #eb1e00;
} #main-menu .sub-menu {
background: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #eee;
box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
left: -999em;
padding-top: 15px;
position: absolute;
margin-top: 0;
text-transform: none;
width: 170px;
z-index: 999;
}
#main-menu .sub-menu ul {
padding-bottom: 12px;
}
#main-menu li:hover .sub-menu {
left: auto;
}
#main-menu .sub-menu li {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-weight: 300;
line-height: 1;
margin: 0;
padding: 0 20px;
text-align: left; 
}
#main-menu .sub-menu li.curent-menu-item a {
color: #eb1e00;
}
#main-menu .sub-menu li:hover > a {
-webkit-transition: color .2s ease-out;
-moz-transition: color .2s ease-out;
-ms-transition: color .2s ease-out;
-o-transition: color .2s ease-out;
transition: color .2s ease-out;
}
#main-menu .sub-menu a {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #777;
display: block;
padding: 7px 0;
}
#main-menu .sub-menu li:hover > a,
#main-menu .sub-menu li > a:active,
#main-menu .sub-menu li > a:focus,
#main-menu .sub-menu li > a:hover {
color: #eb1e00!important;
text-decoration: none;
}
#main-menu .sub-menu .sub-menu {
left: -9999px!important;
margin-left: 120px;
margin-top: -37px!important;
}
#main-menu .sub-menu li:hover .sub-menu {
left: auto!important;
} .menu-cols-2 > .sub-menu,
.menu-cols-3 > .sub-menu,
.menu-cols-4 > .sub-menu {
padding-top: 0!important;
}
.menu-cols-2 > .sub-menu {
width: 340px!important;
}
.menu-cols-3 > .sub-menu {
width: 510px!important;
}
.menu-cols-4 > .sub-menu {
width: 680px!important;
}
.box .menu-cols-2 > .sub-menu,
.box .menu-cols-3 > .sub-menu,
.box .menu-cols-4 > .sub-menu {
width: auto!important;
}
.menu-cols-2 > .sub-menu > ul,
.menu-cols-3 > .sub-menu > ul,
.menu-cols-4 > .sub-menu > ul {
display: table;
padding-bottom: 0!important;
width: 100%;
}
.menu-cols-2 > .sub-menu > ul > li,
.menu-cols-3 > .sub-menu > ul > li,
.menu-cols-4 > .sub-menu > ul > li {
border-left: 1px solid #eee;
display: table-cell;
padding-bottom: 10px!important;
padding-top: 14px!important;
width: 50%;
}
.menu-cols-2 > .sub-menu > ul > li:first-child,
.menu-cols-3 > .sub-menu > ul > li:first-child,
.menu-cols-4 > .sub-menu > ul > li:first-child {
border-left: none;
}
.menu-cols-3 > .sub-menu > ul > li {
width: 33.333333%;
}
.menu-cols-4 > .sub-menu > ul > li {
width: 25%;
}
#main-menu .menu-cols-2 > .sub-menu > ul > li > a,
#main-menu .menu-cols-3 > .sub-menu > ul > li > a,
#main-menu .menu-cols-4 > .sub-menu > ul > li > a {
color: #444!important;
font-size: 13px;
font-weight: bold;
padding: 7px 0;
text-transform: uppercase;
}
#main-menu .menu-cols-2 > .sub-menu > ul > li > a:hover,
#main-menu .menu-cols-3 > .sub-menu > ul > li > a:hover,
#main-menu .menu-cols-4 > .sub-menu > ul > li > a:hover {
color: #eb1e00!important;
}
#main-menu .menu-cols-2 > .sub-menu > ul > li > .sub-menu,
#main-menu .menu-cols-3 > .sub-menu > ul > li > .sub-menu,
#main-menu .menu-cols-4 > .sub-menu > ul > li > .sub-menu {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
display: block!important;
height: auto!important;
left: 0!important;
margin: 0 -20px!important;
opacity: 1!important;
position: static!important;
width: auto!important;
} #main-menu.gk-menu-overlay .sub-menu {
display: none!important;
}
#gk-menu-overlay {
background: #fff;
background: rgba(255, 255, 255, 0.99);
display: none;
-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;
width: 100%;
}
#gk-menu-overlay.open {
display: block;
min-height: 100%;
position: fixed;
top: 0;
width: 100%;
z-index: 10001;
}
#gk-menu-overlay-wrap {
left: 50%;
margin: 0 0 0 -482px;
max-width: 964px;
position: absolute;
top: -25px;
width: 100%;
z-index: 1000002;
}
#gk-menu-overlay-wrap > div {
padding: 0;
width: 100%;
}
#gk-menu-overlay-header {
color: #111;
font-size: 60px;
font-weight: bold;
line-height: 140px;
margin: 0;
text-align: center;
text-transform: none;
}
#gk-menu-overlay-close {
color: #eb1e00;
cursor: pointer;
font-size: 36px;
font-style: normal;
line-height: 140px;
padding-right: 8px;
position: absolute;
right: 0;
}
#gk-menu-overlay-content {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 140px;
}
#gk-menu-overlay-content li {
border-top: 1px solid #e5e5e5;
font-size: 22px;
line-height: 60px;
text-align: center;
}
#gk-menu-overlay-content li li {
font-size: 17px;
}
#gk-menu-overlay-content li a {
color: #777;
display: inline-block;
line-height: 60px;
}
#gk-menu-overlay-content li a:active,
#gk-menu-overlay-content li a:focus,
#gk-menu-overlay-content li a:hover {
color: #eb1e00;
} #gk-fixed-menu {
background: #fff;
position: fixed;
top: -80px;
z-index: 1001;
}
#gk-fixed-menu.active {
border-bottom: 1px solid #e5e5e5;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
line-height: 54px;
top: 0;
-webkit-transition: top .2s ease-out;
-moz-transition: top .2s ease-out;
-ms-transition: top .2s ease-out;
-o-transition: top .2s ease-out;
transition: top .2s ease-out;
width: 100%;
}
#gk-fixed-menu #gk-top-nav {
border-left: none;
clear: none;
}
#gk-fixed-menu #gk-main-menu {
border-left: 1px solid #e5e5e5;
}
.admin-bar #gk-fixed-menu.active {
top: 32px;
}
@media (max-width: 600px) {
.admin-bar #gk-fixed-menu.active {
top: 0;
}
} #commentform p {
margin-bottom: 0;
margin-top: 0;
}
#comments {
border-top: 1px solid #e5e5e5;
margin-top: 40px;
}
#comments > h2:first-child {
color: #222;
font-size: 14px;
font-weight: 700;
line-height: 14px;
margin: 52px 0 40px;
padding: 0;
text-transform: uppercase;
}
#comments > nav {
margin: 12px 0;
overflow: hidden;
}
#comments > nav .nav-prev {
float: left;
}
#comments > nav .nav-next {
float: right;
}
#comments > ol {
list-style-type: none;
margin-bottom: 30px;
padding: 0;
}
#comments ol.children {
list-style-type: none;
margin-left: 5%;
padding: 0;
}
#comments li {
border: none;
margin: 0;
padding: 0;
}
#comments li:before {
display: none;
}
#comments li article {
margin: 20px 0 0;
padding: 0;
position: relative;
}
#comments li:first-child article {
border-top: 0;
}
#comments li article > aside {
left: 0;
position: absolute;
top: 0;
}
#comments li article > aside img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin: 0;
}
#comments li article > .content {
border: 1px solid #e5e5e5;
font-size: 13px;
line-height: 1.7;
margin: 0 0 0 92px;
padding: 20px 30px;
}
#comments li article > .content p {
margin: 1em 0;
}
#comments article header span {
color: #999;
font-weight: 300;
margin: 0 12px 0 0;
}
#comments article time {
color: #999;
font-weight: 300;
}
#comments article .author {
color: #111;
font-weight: 500;
}
#comments header > .author > a {
color: #111;
font-weight: 600;
}
#comments header > .author > a:active,
#comments header > .author > a:focus,
#comments header > .author > a:hover {
color: #eb1e00;
}
#comments article header .edit-link,
#comments article header .reply {
float: right;
margin-left: 10px;
}
#comments em.awaiting-moderation {
color: #eb1e00;
display: block;
font-size: 14px;
margin: 0 0 12px 0;
text-align: center;
}
#comments .bypostauthor {} #comments li article abbr[title],
#comments li article acronym[title] {
border-bottom: 1px dotted;
}
#comments li article code {
background: #fafafa;
border-left: 4px solid #eee;
display: block;
margin: 10px 0;
padding: 10px 20px; 
white-space: pre;
}
#comments li article blockquote {
background: #fafafa;
border: 2px solid #eee;
border-left: none;
border-right: none;
display: block;
margin: 10px 0;
padding: 10px; 
position: relative;
}
#comments li article blockquote p {
margin: 0;
}
#comments li article q {
color: #888;
font-weight: bold;
}
#comments li article strike {
text-decoration: line-through;
}
#comments li article del {
color: #aaa;
text-decoration: line-through;
} #respond {
padding-bottom: 10px;
}
#respond label {
padding: 12px 0 10px;
}
#respond > h3 {
color: #222;
font-size: 14px;
font-weight: 700;
line-height: 14px;
margin: 35px 0 5px;
padding: 40px 0 0;
text-transform: uppercase;
}
#respond p.comment-notes,
#respond p.logged-in-as,
#respond p.form-allowed-tags {
color: #aaa;
font-size: 13px;
margin-top: 10px;
}
#respond p.comment-notes {	
font-size: 13px;
margin: 6px 0 24px;
}
#respond input,
#respond textarea {
display: block;
}
#respond input[type="checkbox"] {
display: inline-block;
}
#respond input[type="text"],
#respond input[type="password"],
#respond textarea {
width: 100%;
}
#respond #reply-title small {
float: right;
font-size: 14px;
text-transform: none;
}
#respond .form-submit input[type="submit"] {
margin: 20px 0 0;
} .content > form input[type="submit"] {
display: inline-block;
float: none;
}
.page-template #gk-mainbody > article {
min-height: 0;
}
#gk-mainbody article > header h1,
#gk-mainbody article > header h2 {
clear: both;
font-size: 44px;
}
#gk-mainbody article > header {
border-bottom: 1px solid #e5e5e5;
clear: both;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 50px;
width: 100%;
}
.page #gk-mainbody article > header {
border-bottom: 0;
}
#gk-mainbody article > header + #gk-social-api {
margin-top: 45px;
}
.page #gk-mainbody > header {
margin-bottom: 42px;
}
article {
position: relative;
}
.gk-meta-post {
display: inline-block;
list-style-type: none;
margin: 12px 0 19px;
}
.gk-meta-post li {
display: inline-block;
float: left;
list-style-type: none;
margin: 0;
padding-right: 20px;
}
.gk-comments > a > span {
border: 1px solid #E5E5E5;
display: block;
float: left;
line-height: 18px;
margin: 3px 12px 0 0;
padding: 6px 16px;
position: relative;
top: -8px;
}
.gk-comments > a > span:after {
content: "";
position: absolute;
border: 5px solid #e5e5e5;
border-left-color: transparent;
border-bottom-color: transparent;
border-right-color: transparent;
bottom: -10px;
width: 0;
left: 2px;
height: 0;
z-index: 0;
}
.gk-comments > a > span:before {
content: "";
position: absolute;
border: 4px solid #fff;
border-left-color: transparent;
border-bottom-color: transparent;
border-right-color: transparent;
bottom: -7px;
width: 0;
left: 3px;
height: 0;
z-index: 1;
}
article.no-title,
article.page-fullwidth {
padding-left: 0;
}
article > footer::after,
#gk-social-api::after,
#respond p.form-submit:after {
clear: both;
content: "";
display: table;
}
dl.tags {
border-top: 1px solid #e5e5e5;
clear: both;
font-size: 12px;
margin-top: 25px;
margin-bottom: 50px;
padding-top: 22px;
}
dl.tags > dt {
color: #222;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
}
dl.tags > dd {
padding-left: 0;
margin: 17px 0 0;
}
dl.tags a {
border: 1px solid #e5e5e5;
display: inline-block;
font-style: normal;
margin: 12px 3px 0 0;
padding: 6px 12px;
}
dl.tags a:active,
dl.tags a:focus,
dl.tags a:hover {
background: #eb1e00;
color: #fff!important;
}
.video-block {
font-size: 16px;
margin: 0 0 12px;
text-transform: uppercase;
} #gk-social-api {
clear: both;
margin: 0;
padding: 0;
}
.page-template article > #gk-social-api {
margin: 0;
}
#gk-social-api > * {
display: block;
min-height: 70px;
margin: 0 auto;
}
#gk-social-api span {
min-height: 25px;
line-height: 25px;
}
#gk-social-api > div {
padding-bottom: 20px!important;
width: 100%!important;
}
#gk-social-api .twitter-count-horizontal {
position: relative;
margin-left: 10px;
top: 10px;
}
#gk-social-api > a {
min-height: inherit!important;
}
.gk-article-wrap {
position: relative;
}
article.gk-has-aside .gk-article-body {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
padding-left: 145px;
width: 100%;
}
#gk-social-aside {
display: block;
float: left;
font-size: 13px;
text-align: center;
position: absolute;
top: 0;
width: 110px;
} .gk-related-posts,
.gk-author-posts {
border-top: 1px solid #e5e5e5;
margin-top: 52px;
overflow: hidden;
padding: 22px 0 0;
width: 100%;
}
.gk-related-posts + .gk-author-posts {
margin-top: 2px;
}
.gk-related-posts > h3,
.gk-author-posts > h3  {
color: #222;
font-size: 14px;
font-weight: 700;
line-height: 14px;
margin: 0 0 30px;
padding: 0;
text-transform: uppercase;
}
.gk-author-posts > h3 {
margin-bottom: 22px;
}
.gk-related-posts > div,
.gk-author-posts ul > li  {
float: left;
line-height: 1.3;
margin: 0 2% 32px 0;
padding: 0 !important;
width: 18%;
}
.gk-related-posts > div h3 a,
.gk-author-posts li > a  {
color: #777;
font-size: 12px;
display: block;
margin: 10px 0;
}
.gk-related-posts > div h3 a:active,
.gk-related-posts > div h3 a:focus,
.gk-related-posts > div h3 a:hover,
.gk-author-posts li > a:active,
.gk-author-posts li > a:focus,
.gk-author-posts li > a:hover {
color: #2f3336;
}
.gk-related-posts .featured-image {
margin-bottom: 10px!important;
} article .featured-image {
position: relative;
}
article .featured-image sup,
article.sticky .featured-image sup {
background: #e72e20;
color: #fff;
font-size: 11px;
font-weight: 600;
letter-spacing: 1px;
line-height: 28px;
height: 28px;
padding: 2px 12px;
position: absolute;
right: -10px;
text-transform: uppercase;
top: 24px;
z-index: 1;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
article figure.featured-image {
margin: 0 0 40px;
overflow: hidden;
}
article figure.featured-image img {	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
clear: both;
display: block;
line-height: 0;
margin: 0;
max-width: 100%;
overflow: hidden;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-ms-transform: scale(1.0);
-o-transform: scale(1.0);
transform: scale(1.0);
-webkit-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%;
}
article figure.featured-image:hover img {
-webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
-moz-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
-ms-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
-o-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
}
.alignnone {
float: none;
}
.alignleft {
float: left;
margin: 0 15px 15px 0;
}
.alignright {
float: right;
margin: 0 0 15px 15px;
}
.aligncenter {
display: block;
float: none;
margin: 0 auto;
}
div.wp-caption {
max-width: 100%!important;
}
.wp-caption-text {
font-size: 11px;
font-style: italic;
line-height: 1.5;
text-align: center;
}
.gallery {
clear: both;
padding: 16px 0;
}
.gallery-caption {
font-size: 14px;
}
.gallery-icon img {
border: none!important;
}  #activateform {
margin: 0 auto;
max-width: 500px;
}
#activateform #key,
#activateform #submit {
font-size: inherit!important;
} .mu_register {
margin: 20px auto!important;
max-width: 500px;
}
.mu_register input[type="submit"], 
.mu_register #blog_title, 
.mu_register #user_email, 
.mu_register #blogname, 
.mu_register #user_name {
font-size: inherit!important;  
}
.mu_register label {
font-size: inherit!important;
}

@font-face {
font-family: "news2-icons";
src:url(//neaeope.gr/wp-content/themes/News2/fonts/news2-pixellove/news2-pixellove.eot);
src:url(//neaeope.gr/wp-content/themes/News2/fonts/news2-pixellove/news2-pixellove.eot?#iefix) format("embedded-opentype"),
url(//neaeope.gr/wp-content/themes/News2/fonts/news2-pixellove/news2-pixellove.woff) format("woff"),
url(//neaeope.gr/wp-content/themes/News2/fonts/news2-pixellove/news2-pixellove.ttf) format("truetype"),
url(//neaeope.gr/wp-content/themes/News2/fonts/news2-pixellove/news2-pixellove.svg#news2-icons) format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "news2-icons" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="gk-icon-"]:before,
[class*=" gk-icon-"]:before {
font-family: "news2-icons" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gk-icon-chat:before {
content: "a";
}
.gk-icon-fb:before {
content: "b";
}
.gk-icon-gplus:before {
content: "c";
}
.gk-icon-news:before {
content: "d";
}
.gk-icon-next:before {
content: "e";
}
.gk-icon-prev:before {
content: "f";
}
.gk-icon-rss:before {
content: "g";
}
.gk-icon-search:before {
content: "h";
}
.gk-icon-twitter:before {
content: "i";
} 
.gk-icon-email:before {
content: "j"; 
}
.gk-icon-print:before {
content: "k"; 
} 
.gk-icon-tags:before {
content: "l"; 
} 
.gk-icon-views:before {
content: "m"; 
} #gk-breadcrumb-area {
border-bottom: 1px solid #E5E5E5;
border-top: 1px solid #E5E5E5;
padding: 19px 32px 20px;
}
#gk-breadcrumb-area:first-child {
border-top: 0;
}
.gk-breadcrumbs {
color: #999;
float: left;
line-height: 1;
} 
.gk-breadcrumbs > a:first-child:before {
display: none;
}
.gk-breadcrumbs > a,
.gk-breadcrumbs > span {
font-size: 13px;
font-weight: 500;
line-height: 1;
padding: 0 13px;
position: relative;
}
.gk-breadcrumbs > a:first-child {
padding-left: 0;
}
.gk-breadcrumbs > a:before,
.gk-breadcrumbs > span:before {
color: #eb1e00;
content: "\f111";
font-family: FontAwesome;
font-size: 4px;
font-weight: normal;
left: -11px;
padding: 0 8px;
position: absolute;
top: 6px;	
}
.gk-breadcrumbs > span {
color: #999;
}
#gk-font-size {
float: right;
}
#gk-font-size > a {
margin-left: 5px;
} .contactpage .featured-image {
margin-bottom: 24px;
padding-top: 0;
}
.contactpage .featured-image:hover img {
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-ms-transform: scale(1.0);
-o-transform: scale(1.0);
transform: scale(1.0);
opacity: 1;
}
.contactpage .page-title {
font-size: 42px;
font-weight: 300;
text-align: left;
}
.contactpage h3 {
clear: both;
font-size: 24px;
font-weight: 300;
padding: 50px 0 13px;
}
.contactpage address,
.contactpage .contact-info {
float: left;
margin: 0 92px 32px 0
}
.contactpage .contact-text {
color: #000;
font-size: 12px;
font-weight: 600;
}
.contactpage section.intro {
font-size: 100%;
}
.contactpage .contact-info div {
float: left;
margin: 0 52px 0 0
}
.page-template-template-contact-php #gk-mainbody-bottom .box {
border-top: 1px solid #E5E5E5;
font-size: 14px;
margin: 42px 0 0;
padding: 24px 0 0;
}
#gk-contact {
margin: 0 0 50px;
max-width: 100%;
width: 100%;
}
#gk-contact:after {
clear: both;
content: "";
display: table;
}
#gk-contact dd {
margin: 5px 0;
padding: 0;
}
#gk-contact span.error {
color: #d82731;
}
.contactpage .gk-contact-error,
.contactpage .gk-contact-thanks {
line-height: 18px;
margin: 30px 0;
max-width: 520px;
padding: 10px;
text-align: center;
width: 100%;
}
.contactpage .gk-contact-error:before {
top: 10px;
}
.contactpage input[type="text"],
.contactpage textarea {
width: 100%;
}
#gk-contact input[type="text"] {
width: 80%;
}
.contactpage input[type="submit"] {
float: right;
margin: 0;
}
.contactpage #loginform #rememberme {
margin: 13px 5px 0 2px;
}
#gk-contact dl {
float: left;
width: 50%;
}
#gk-contact > p {
margin-bottom: 10px;
}
#gk-contact label {
text-transform: none;
}
#gk-contact .inline,
#gk-contact .inline {
display: inline-block;
float: left;
margin: 12px 0 0;
width: auto;
}
input[name="send_copy"] {
margin-left: 10px;
} .page404 > p:first-child {
font-size: 150%;
padding: 20px 0;
text-align: center;
}
.page404 > p:first-child > small {
display: block;
font-size: 85%;
text-align: center;
}
.page404 label[for="s"] {
display: none;
}
.page404 form {
margin: 10px 0 30px 0;
text-align: center;
}
.page404 > div {
clear: both;
overflow: hidden;
}
.page404 .widget {
float: left;
margin: 0 2%;
margin-bottom: 30px;
width: 46%;
}
.page404 #searchsubmit {
display: inline-block;
float: none!important;
vertical-align: middle;
}
.page404 ul li {
border-top: 1px solid #e5e5e5;
line-height: 1.6;
padding: 7px 0;
}
.page404 ul li:first-child {
border: 0;
}
.page404 .widgettitle {
margin:  30px 0;
} .archivepage .widget h2 {
font-size: 24px;
margin-bottom: 30px;
text-transform: none;
}
.archivepage .widget {
float: left;
margin: 0 2%;
padding: 0;
width: 27%;
}
.archivepage .widget.first {
margin-left: 0;
width: 37%;
}
.archivepage .widget.last {
margin-right: 0;
width: 27%;
}
.archivepage .widget li:before {
display: none;
}
.archivepage .widget.first li {
position: relative;
}
.archivepage .widget.first li a {
display: inline-block;
padding-left: 65px;
}
.archivepage .widget li small {
color: #777;
font-size: 11px;
left: 0;
position: absolute;
top: 12px;
}
.archivepage .widget li a {
line-height: 1.4;
} .tagcloud .tag-cloud {
border-top: 1px solid #e5e5e5;
margin: 20px 0;
padding: 10px 0;
}
.tagcloud .tag-cloud a {
font-weight: 400;
padding: 0 10px;
vertical-align: middle;
} .page-template-template-login-php .page-title {
margin-bottom: 40px;
}
.loginpage #loginform {
overflow: hidden;
margin: 0 auto;
width: 240px;
}
.loginpage #loginform p {
margin: 15px 0;
}
.loginpage p.login-submit {
margin-top: 0;
}
.loginpage input[type="text"],
.loginpage input[type="password"],
.loginpage .login-submit input[type="submit"] {
margin: 0 0 10px 0;
width: 100%;
}
.loginpage input[type="text"],
.loginpage input[type="password"] {
font-size: 12px;
}
.loginpage p label {
display: block;
}
.loginpage .login-remember {
float: left;
margin-top: 8px!important;
}
.loginpage nav.small {
clear: both;
float: right;
margin: 0 auto;
padding: 20px 0 15px;
}
.loginpage nav.small ul {
margin: 0;
}
.loginpage nav.small ul li {
float: left;
font-size: 14px;
font-weight: 300;
margin-right: 0;
padding-left: 0;
}
.loginpage nav.small ul li:before {
display: none;
}
.loginpage nav.small a {
color: #999;
}
.loginpage nav.small a:active,
.loginpage nav.small a:focus,
.loginpage nav.small a:hover {
color: #eb1e00;
} body.loginpage {
background: #F6F7F9;
color: #777;
font-size: 14px;
font-family: Arial, sans-serif;
font-weight: 300;
line-height: 1.6;
margin: 0;
min-height: 100%;
padding: 0;
word-wrap: break-word;
}
#gk-page-wrap {
background: #fff;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 52px auto;
max-width: 95%;
overflow: hidden;
padding: 32px 52px;
width: 924px;
}
.loginpage .page-title {
color: #222;
font-size: 21px;
font-weight: 600;
letter-spacing: -0.5px;
margin: -3px 0 45px;
padding-bottom: 15px;
text-transform: none;
}
.loginpage .left {
float: left;
width: 45%;
}
.loginpage .left + .right {
border-left: 1px solid #e5e5e5;
float: right;
padding: 0 0 0 5%;
width: 45%;
}
.loginpage h2 {
color: #222;
font-weight: 600;
font-size: 16px;
}
.loginpage p {
margin: 5px 0 28px;
}
.loginpage .register {
border: 1px solid #ddd;
display: inline-block;
font-size: 12px;
height: 38px;
line-height: 39px;
padding: 0 14px;
text-align: center;
text-transform: uppercase;
}
.loginpage .gk-cancel {
border-top: 1px solid #E5E5E5;
margin-top: 32px;
text-align: center;
}
.loginpage .gk-cancel span {
background: #fff;
display: inline-block;
padding: 0 12px;
position: relative;
top: -12px;
}
.loginpage #gk-login-wrap {
overflow: hidden;
padding: 0 0 32px;
} header hgroup h2 {
margin: 0;
padding: 11px 0 10px 0;
}
.gk-format-aside,
.gk-format-audio,
.gk-format-chat,
.gk-format-gallery,
.gk-format-image,
.gk-format-link,
.gk-format-quote,
.gk-format-status,
.gk-format-video {
display: inline-block;
float: none;
height: 25px;
margin: 0 0 -6px 0!important;
overflow: hidden;
padding-right: 0!important;
width: 26px;
}
.gk-format-aside:before,
.gk-format-audio:before,
.gk-format-chat:before,
.gk-format-gallery:before,
.gk-format-image:before,
.gk-format-link:before,
.gk-format-quote:before,
.gk-format-status:before,
.gk-format-video:before {
color: #eb1e00;
display: block;
font-family: FontAwesome;
font-size: 15px;
line-height: 2;
}
.gk-format-aside:before { 
content: "\f0f6";
}
.gk-format-audio:before { 
content: "\f001";
}
.gk-format-chat:before { 
content: "\f086";
}
.gk-format-gallery:before { 
content: "\f00a";
}
.gk-format-image:before { 
content: "\f03e";
}
.gk-format-link:before { 
content: "\f0c1";
}
.gk-format-quote:before { 
content: "\f10e";
}
.gk-format-status:before { 
content: "\f073";
}
.gk-format-video:before { 
content: "\f03d";
} .pagenav {
border-top: 1px solid #e5e5e5;
clear: both;
margin: 32px -32px 0 -32px;
padding-top: 32px;
overflow: hidden;
}
#gk-mainbody article + .pagenav {
margin-left: 20px;
}
.pagenav .nav-prev {
float: left;
margin-left: 32px;
}
.pagenav .nav-next {
float: right;
margin-right: 32px;
} .author-info {
background: #F6F7F9;
border: 0;
border-bottom: 1px solid #e5e5e5;
clear: both;
margin: 0;
min-height: 48px;
overflow: hidden;
padding: 24px;
position: relative;
}
#gk-social-api + .author-info {
margin-top: 57px;
}
.author-info > aside {
left: 32px;
position: absolute;
top: 24px;
}
.author-info img {
display: block;
}
.author-info > div {
margin: 6px 24px 0 138px;
}
.author-info h2 {
color: #333;
font-size: 16px;
font-weight: 500;
margin: 0 0 12px 0;
text-transform: uppercase;
}
.author-info h2 a {
color: #111!important;
}
.author-info .author-desc p {
margin-bottom: 0;
margin-top: 2px;
}
.author-info p.author-www {
margin-top: 3px;
} dl.post-fields {
border-top: 1px solid #e5e5e5;
clear: both;
font-size: 13px;
line-height: 2.0;
margin: 52px 0 5px 0;
padding: 0;
padding-top: 17px;
}
dl.post-fields dt {
font-weight: bold;
float: left;
margin-right: 10px;
padding: 0;
}
dl.post-fields dt:first-child {
border-top: none;
} 
dl.post-fields dd {
margin: 0;
}  article iframe[src^='http://www.youtube.com'],
article iframe[src^='https://www.youtube.com'],
article iframe[src^='http://youtube.com'],
article iframe[src^='https://youtube.com'],
article iframe[src*='vimeo.com'],
article iframe[src*='www.youtube.com'] {
max-width: 100%!important;
} .content .twitter-tweet-rendered {
max-width: 100%!important;
} .content a[href^='http://www.flickr.com'],
.content a[href^='https://www.flickr.com'],
.content a[href^='http://flickr.com'],
.content a[href^='https://flickr.com'] {
max-width: 100%!important;
} .attachment-page .intro p {
clear: both;
padding: 30px 0 0 0;
}
.attachment-page .nav-prev {
float: left;
}
.attachment-page .nav-next {
float: right;
}
.attachment-page .intro {
overflow: hidden;
padding: 0 0 30px 0;
}
.attachment-page .gk-meta-post {
margin: 0;
} .search-page #searchform,
.category-page #searchform {
margin-bottom: 32px;
padding: 40px 0;
text-align: center;
}
.search-page #searchform input[type="submit"],
.category-page #searchform input[type="submit"] {
display: inline-block;
float: none;
line-height: 41px;
}
.search-page .page-title {
font-size: 32px;
padding-bottom: 8px;
text-align: center;
}
.search-page .intro p {
text-align: center;
}
.search-page #searchform #s,
.category-page #searchform #s {
margin: 0 12px;
} body #TB_load,
body #TB_window {
border: none!important;
background: transparent!important;
}
body #TB_window {
background: #000!important;
padding: 20px 30px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
body #TB_title {
display: none;
}   .gk-social {
padding: 3px 0;
text-align: center;
}
.gk-social a {
color: #555;
display: inline-block;
font-size: 12px;
line-height: 25px;
margin: 0 20px;
}
.gk-social a:active,
.gk-social a:focus,
.gk-social a:hover {
color: #111;
}
.gk-social a:before {
font-family: FontAwesome;
font-size: 20px;
line-height: 25px;
margin: 0 12px 0 0;
position: relative;
top: 3px;
}
.gk-social a.gk-twitter:before {
color: #63cdf1;
content: "\f099";
}
.gk-social a.gk-facebook:before {
color: #507cbe;
content: "\f082";
}
.gk-social a.gk-youtube:before {
color: #fe0000;
content: "\f167";
}
.gk-social a.gk-gplus:before {
color: #f16261;
content: "\f0d4";
} article section table {
margin: 10px 0;
}
article section table th {
background: #eee;
padding: 0 4px;
text-align: left;
}
article section table td {
padding: 0 4px;
}
article section table tbody tr:nth-child(2n) {
background: #f5f5f5;
}
article section table td span.gk-table-label {
display: none;
}  .gk-grid2x2 {
margin: -3px;
}
.gk-grid2x2 > a {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
padding: 3px;
width: 50%;
}
.gk-grid2x2 > a > img {
display: block;
height: auto;	
max-width: 100%
}.widget_archive li {
color: #848484;
padding: 2px 0;
}
.widget_archive li a {
font-size: 13px;
padding-right: 4px;
}
.widget_archive li a:active,
.widget_archive li a:focus,
.widget_archive li a:hover {
color: #4c90fe;
}   .box h3.box-title .rsswidget {
clear: none;
float: left;
font-size: 20px;
margin-right: 10px;
}
.box .rsswidget {
clear: both;
display: block;
font-size: 16px;
margin: 20px 0 10px;
}
.box .rss-date {
clear: both;
display: block;
font-size: 11px;
font-style: italic;
margin-top: -10px;
text-align: right;
}
.box .rssSummary {
clear: both;
color: #888;
font-size: 12px;
line-height: 1.5;
margin-bottom: 20px;
}
.widget_rss cite {
font-size: 12px;
}  .box #wp-calendar {
background: #fff;
width: 100%;
}
.box #wp-calendar caption {
background: #fff;
border: 1px solid #eee;
color: #000;
font-size: 14px;
font-weight: 600;
padding: 7px 0;
}
.box #wp-calendar th {
background: #f5f5f5;
border-right: 1px solid #eee;
padding: 6px 3px;
font-size: 11px;
color: #333;
font-weight: bold;
}
.box #wp-calendar th:first-child {
border-left: 1px solid #eee;
}
.box #wp-calendar td {
background: #fff;
border: 1px solid #eee;
font-size: 11px;
padding: 6px 3px;
text-align: center;
vertical-align: middle;
}
.box #wp-calendar td.pad {
background: #fbfbfb;
}
.box #wp-calendar #today {
background: #eb1e00;
color: #fff;
font-size: 14px;
}
.box #wp-calendar td a {
color: #eb1e00;
}
.box #wp-calendar #today a {
color: #fff!important;
} .box ul.xoxo a {
display: block;
font-size: 12px;
line-height: 20px;
}
.box ul.xoxo a img {
vertical-align: middle;
}
.box ul.xoxo li {
font-size: 10px;
padding: 5px 0;
}  .box #searchform label,
.box #searchform #searchsubmit {
display: none;
}
.box #searchform .field {
padding: 8px 20px !important;
position: relative;
width: 100%;
}
.box #searchform {
position: relative;
}
.box #searchform:after {
color: #111;
content: "\f002";
font-family: FontAwesome;
position: absolute;
right: 18px;
top: 6px;
z-index: 1;
} .box.widget_categories li,
.box.widget_archive li {
color: #999;
font-size: 11px;
font-weight: normal;
line-height: 2.0;
padding: 11px 0 9px 0;
}
.box.widget_categories li a,
.box.widget_archive li a {
font-size: 14px;
margin-right: 3px;
}   .box.tags .tagcloud {
overflow: hidden;
}
.box.tags .tagcloud a {
float: left;
font-size: 13px!important;
line-height: 1.5;
border: 1px solid #e5e5e5;
font-style: normal;
margin: 4px 3px 0 0;
padding: 9px 12px;
}
.box.tags .tagcloud a:active,
.box.tags .tagcloud a:focus,
.box.tags .tagcloud a:hover {
background: #eb1e00;
color: #fff!important;
}  .box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
color: #555;
line-height: 1.6;
padding: 32px;
width: 100%;
}
#gk-sidebar-right .box {
padding: 24px;
}
#gk-mainbody .box {
margin-bottom: 30px;
padding-left: 0;
padding-right: 0;
}
.box ul {
list-style-type: none;
margin: 0;
}
.box ul li {
border-top: 1px solid #e5e5e5;
line-height: 1.6;
padding: 10px 0;
}
.box ul li .children {
margin-top: 8px;
}
#gk-top1 .box ul li {
font-size: 16px;
font-weight: 400;
padding: 10px 0;
}
.box ul li:first-child {
border: 0;
}
.box li a {
line-height: 1.0;
}
.box .box-title {
color: #222;
font-size: 14px;
font-weight: 700;
line-height: 14px;
margin: 0 0 22px 0;
padding: 0;
text-transform: uppercase;
} .box.color {
background: #eb1e00;
color: rgba(255, 255, 255, 0.75);
}
.box.color .box-title { 
color: #fff;
line-height: 1.2; 
}
.box.color h1,
.box.color h2,
.box.color h3,
.box.color h4,
.box.color h5,
.box.color h6 {
color: rgba(255, 255, 255, 0.85);
}
.box.color ul {
margin: 0;
padding: 0;
}
.box.color ul li {
border-bottom: 1px solid rgba(255, 255, 255, 0.35);
border-top: 0;
position: relative;
}
.box.color ul li:last-child { border-bottom: none; }
.box.color a { color: rgba(255, 255, 255, 0.95)!important; }
.box.color a:active,
.box.color a:focus,
.box.color a:hover { 
color: rgba(255, 255, 255, 0.65)!important; 
} .box.newsletter {
float: right!important;
max-width: 340px;
padding: 0!important;
} .box.advertisement .box-title {
background: transparent;
color: #c0c0c0!important;
font-size: 13px!important;
font-style: italic;
font-weight: 300;
line-height: 16px;
margin: 0 0 16px 0;
min-height: 21px;
padding: 0;
text-transform: none;
} .box.clear {
clear: none;
margin: 0!important;
padding: 0!important;
}
.box.clear img {
display: block;
height: auto;
width: 100%;
} .box.clear-horizontal,
#gk-sidebar-right .box.clear-horizontal,
#gk-sidebar-left .box.clear-horizontal,
#gk-inset .box.clear-horizontal {
clear: none;
margin-left: 0!important;
margin-right: 0!important;
padding-left: 0;
padding-right: 0;
} .box.banner-center {
text-align: center;
}
.box.banner-center.clear img {
margin: 0 auto;
} .box.banner img {
display: block;
} .box.no-border {
border: none!important;
} .box.light {
background: #f1f1f1;
} .box.banner img {
display: block;
} .box.dark,
.dark-area .box {
background: #000!important;
color: #eee;
}
.dark-area .box {
background: transparent!important;
padding: 0!important;
}
.box.dark .box-title,
.dark-area .box .box-title {
background: transparent!important;
color: #fff;
line-height: 1.2;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
color: #ddd;
}
.box.dark ul {
margin: 0;
padding: 0;
}
.box.dark ul li {
border-top: 1px solid #333;
position: relative;
}
.box.dark ul li:first-child {
border-top: none;
}
.box.dark a {
color: #aaa!important;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
color: #eb1e00!important;
}
.box.dark ul ul {
margin: 0 0 0 20px;
} .box.menu ul ul {
margin-left: 0;
}
.box.menu li {
border: 0;
line-height: 1;
padding: 2px 0;
position: relative;
-webkit-transition: padding .3s ease-out;
-moz-transition: padding .3s ease-out;
-ms-transition: padding .3s ease-out;
-o-transition: padding .3s ease-out;
transition: padding .3s ease-out;
}
.box.menu li:hover { 
padding: 2px 0 2px 12px;
}
.box.menu li:before {
color: #fff;
content: "\f105";
font-family: FontAwesome;
left: -20px;
position: absolute;
-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;
top: 8px;
}
.box.menu li:hover:before {
color: #eb1e00;
left: 0px;
}
.box.menu li a {
display: inline-block;
line-height: 1;
padding: 7px 0;
} .box.title-border .box-title {
border-top: 1px solid #e5e5e5;
padding-top: 20px;
}
.box.title-border.title-color1 .box-title { border-top: 1px solid #eb1e00; }
.box.title-border.title-color2 .box-title { border-top: 1px solid #56afc3; }
.box.title-border.title-color3 .box-title { border-top: 1px solid #ffc000; }
.box.title-border.title-color4 .box-title { border-top: 1px solid #8560a8; }
.box.title-border.title-color5 .box-title { border-top: 1px solid #fa5f00; }
.box.title-border.title-color6 .box-title { border-top: 1px solid #736357; } .box.title-color1 .box-title,
.box.title-color1 .gk-nsp-link-header a:hover,
.box.title-color1 .gk-nsp-header a:hover,
.box.title-color1 .gk-nsp-links-readon:hover { color: #eb1e00!important; }
.box.title-color2 .box-title,
.box.title-color2 .gk-nsp-link-header a:hover,
.box.title-color2 .gk-nsp-header a:hover,
.box.title-color2 .gk-nsp-links-readon:hover { color: #56afc3!important; }
.box.title-color3 .box-title,
.box.title-color3 .gk-nsp-link-header a:hover,
.box.title-color3 .gk-nsp-header a:hover,
.box.title-color3 .gk-nsp-links-readon:hover { color: #ffc000!important; }
.box.title-color4 .box-title,
.box.title-color4 .gk-nsp-link-header a:hover,
.box.title-color4 .gk-nsp-header a:hover,
.box.title-color4 .gk-nsp-links-readon:hover { color: #8560a8!important; }
.box.title-color5 .box-title,
.box.title-color5 .gk-nsp-link-header a:hover,
.box.title-color5 .gk-nsp-header a:hover,
.box.title-color5 .gk-nsp-links-readon:hover { color: #fa5f00!important; } 
.box.title-color6 .box-title,
.box.title-color6 .gk-nsp-link-header a:hover,
.box.title-color6 .gk-nsp-header a:hover,
.box.title-color6 .gk-nsp-links-readon:hover { color: #736357!important; }.widget_gk_comments li {
border-top: none!important;
border-bottom: 1px solid #eee;
font-size: 13px;
line-height: 1.5;
list-style: none;
overflow: hidden;
padding: 12px 0;
}
.widget_gk_comments li strong {
color: #363636;
}
.widget_gk_comments li p {
color: #777;
font-size: 12px;
margin: 0.5em 0;
}
.widget_gk_comments li p a {
color: #777;
}
.widget_gk_comments li p a:active,
.widget_gk_comments li p a:focus,
.widget_gk_comments li p a:hover {
color: #e25b32;
}
.widget_gk_comments li > img {
float: left;
margin: 4px 0 0 0;
}
.widget_gk_comments li div {
margin-left: 76px;
} .gk-nsp {
position: relative;
}
.gk-nsp-arts,
.gk-nsp-links {
overflow: hidden;
}
.gk-nsp-arts-nav,
.gk-nsp-links-nav {
overflow: hidden;
clear: both;
}
.gk-nsp-links-nav {
float: right;
}
.gk-nsp-arts-nav {
position: absolute;
right: -3px;
padding: 0 3px;
top: -39px;
}
.gk-nsp-arts-nav ul,
.gk-nsp-links-nav ul {
list-style-type: none !important;
margin: 11px 0 0 !important;
padding: 0 !important;
float: left;
}
.gk-nsp-arts-nav ul li,
.gk-nsp-links-nav ul li {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
float: left;
width: 8px;
height: 8px;
margin: -2px 4px 0 0 !important;
background: #ddd;
border: none!important;
padding: 0!important;
text-indent: -999em;
cursor: pointer;
}
.gk-nsp-arts-nav li:hover,
.gk-nsp-arts-nav li.active,
.gk-nsp-links-nav li:hover,
.gk-nsp-links-nav li.active {
background: #eb1e00;
}
.gk-nsp-next,
.gk-nsp-prev {
border: 1px solid #e5e5e5;
border-radius: 2px;
cursor: pointer;
display: block;
float: left;
height: 24px;
margin: 0 0 0 5px;
position: relative;
text-indent: -9999px;
width: 26px;
}
.gk-nsp-next:after,
.gk-nsp-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-next:after {
color: #949494;
content: '\f105';
}
.gk-nsp-prev:after {
color: #949494;
content: '\f104';
}
.gk-nsp-next:hover:after,
.gk-nsp-prev:hover:after { 
color: #eb1e00;
}
.gk-nsp-art-page {
float: left;
}
.gk-nsp-art {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
float: left;
}
.gk-nsp-art:first-child {
border-top: none;
}
.gk-nsp-art div {
overflow: hidden;
}
.gk-nsp-header {
color: #222;
font-size: 19px;
font-weight: 400;
line-height: 24px;
margin: 0;
padding: 0 0 16px 0;
text-transform: none;
}
.gk-nsp-header a {
color: #000!important;
}
.gk-nsp-header a:active,
.gk-nsp-header a:focus,
.gk-nsp-header a:hover {
color: #eb1e00!important;
}
.gk-nsp-art .gk-nsp-image {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
width: 100%!important;
}
.gk-nsp-art .gk-nsp-image:hover {
-webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
-moz-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
-ms-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
-o-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
}
.gk-nsp-art .gk-nsp-image-wrap {
overflow: hidden;
display: block;
}
.gk-nsp-art .gk-nsp-image-wrap .gk-image-link {
display: block;
overflow: hidden;
}
.gk-nsp-art .gk-nsp-text {
color: #8e8e8e;
display: block!important;
line-height: 1.5;
margin: 0;
padding: 0!important;
}
.gk-nsp-art .gk-nsp-text + .readon {
margin-top: 16px;	
}
.gk-nsp-art .gk-nsp-text + .gk-nsp-info {
margin-top: 0;
}
.gk-nsp-art .gk-nsp-info {
color: #ccc;
display: block!important;
font-size: 12px;
margin: 0;
padding: 10px 0;
text-transform: uppercase;
}
.gk-nsp-art .gk-nsp-info a {
color: #999!important;
}
.gk-nsp-art .gk-nsp-info a:active,
.gk-nsp-art .gk-nsp-info a:focus,
.gk-nsp-art .gk-nsp-info a:hover,
.gk-nsp-art .readon:active,
.gk-nsp-art .readon:focus,
.gk-nsp-art .readon:hover {
color: #eb1e00!important;
}
.gk-nsp-art .gk-nsp-info a,
.gk-nsp-art .gk-nsp-info span {
padding-left: 5px;
}
.gk-nsp-art .gk-nsp-info a:first-child,
.gk-nsp-art .gk-nsp-info span:first-child {
padding-left: 0!important;
}
.readon.left,
.readon.right,
.readon.center {
clear: both;
}
.readon.left {
float: left;
}
.readon.right {
float: right;
}
.readon.center {
display: inline;
float: none;
}
.gk-nsp-art .readon {
background: transparent!important;
border: 1px solid #ddd;
color: #afafaf!important;
float: right;
margin: 24px 46px 0 0;
position: relative;
}
.gk-nsp-art .readon:after {
border: 1px solid #e5e5e5;
color: #d3d5d8;
content: "a";
display: block;
font-family: "news2-icons";
font-size: 19px;
height: 38px;
position: absolute;
right: -47px;
text-transform: none;
top: -1px;
-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: 45px;
}
.gk-nsp-links ul {
float: left;
list-style-type: none !important;
padding: 0 !important;
}
.gk-nsp-links ul li {
border-top: 1px solid #e5e5e5;
margin:0 !important;
padding: 18px 0;
}
.gk-nsp-image-wrap {
float: left;
} .gk-responsive {
line-height: 1;
}
img.gk-responsive {
width: 100% !important;
height: auto;
}
.gk-responsive {
display: block;
overflow: hidden;
position: relative;
}
.gk-nsp-image {
max-width: 100%;
}
.gk-nsp-arts,
.gk-nsp-links {
clear: both;
width: 100%;
}
.gk-nsp-links {
margin-top: 30px;
}
.gk-nsp-arts::after,
.gk-nsp-links::after,
.gkw-main:after {
clear: both;
content: "";
display: table;
}
.gk-nsp-arts-page,
.gk-nsp-art {
float: left;
}
.gk-nsp-pages-1 { width: 100%; }
.gk-nsp-pages-2 { width: 200%; }
.gk-nsp-pages-3 { width: 300%; }
.gk-nsp-pages-4 { width: 400%; }
.gk-nsp-pages-5 { width: 500%; }
.gk-nsp-pages-6 { width: 600%; }
.gk-nsp-pages-7 { width: 700%; }
.gk-nsp-pages-8 { width: 800%; }
.gk-nsp-pages-9 { width: 900%; }
.gk-nsp-pages-10 { width: 1000%; }
.gk-nsp-cols-1 { width: 100%; }
.gk-nsp-cols-2 { width: 50%; }
.gk-nsp-cols-3 { width: 33.3%; }
.gk-nsp-cols-4 { width: 25%; }
.gk-nsp-cols-5 { width: 20%; }
.gk-nsp-cols-6 { width: 16.66%; }
.gk-nsp-cols-7 { width: 14.285%; }
.gk-nsp-cols-8 { width: 12.5%; }
.gk-nsp-cols-9 { width: 11.1%; }
.gk-nsp-cols-10 { width: 10%; }
.gk-nsp-art.gk-nsp-cols-1,
.gk-nsp-art.gk-nsp-cols-2:nth-child(2n+1),
.gk-nsp-art.gk-nsp-cols-3:nth-child(3n+1),
.gk-nsp-art.gk-nsp-cols-4:nth-child(4n+1),
.gk-nsp-art.gk-nsp-cols-5:nth-child(5n+1),
.gk-nsp-art.gk-nsp-cols-6:nth-child(6n+1),
.gk-nsp-art.gk-nsp-cols-7:nth-child(7n+1),
.gk-nsp-art.gk-nsp-cols-8:nth-child(8n+1),
.gk-nsp-art.gk-nsp-cols-9:nth-child(9n+1),
.gk-nsp-art.gk-nsp-cols-10:nth-child(10n+1) {
clear: both;
}
.gk-nsp-arts-scroll,
.gk-nsp-links-scroll {
overflow: hidden;
}
.gk-nsp-list li {
display: table;
}
.gk-nsp-list li > div {
display: table-cell;
vertical-align: top;
}
.gk-nsp-link-header {
color: #222;
font-size: 15px;
font-weight: 400;
margin-bottom: 5px;
}
.gk-nsp-link-header a {
color: #222;
}
.gk-nsp-link-header a:active,
.gk-nsp-link-header a:focus,
.gk-nsp-link-header a:hover {
color: #eb1e00!important;
}
.gk-nsp-link-text {
color: #8e8e8e;
font-size: 12px;
margin: 0;
}
.gk-nsp-links .gk-image-link img {
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.gk-nsp-links .gk-image-link:hover img {
-webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
-moz-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
-ms-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
-o-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
}
.gk-nsp-comment-count:before {
color: #999;
content: "\f086";
font-family: FontAwesome;
font-size: 14px;
line-height: 14px;
padding-right: 6px;
}
.gk-nsp-art .gk-nsp-info > .gk-nsp-stars {
display: block;
padding: 4px 10px 0 0!important;
}
.gk-nsp-art .gk-nsp-info > .gk-nsp-stars span {
padding: 0;
}
.gk-nsp-art .gk-nsp-star-0:before,
.gk-nsp-art .gk-nsp-star-1:before {
content: "\f005";
color: #6c6c6c;
font-family: FontAwesome;
font-size: 10px;
padding: 0 2px 0 0;
}
.gk-nsp-art .gk-nsp-star-1:before {
color: #f7a834;
}
#gk-banner-right .gk-nsp-art .readon {
float: left;
}
.gk-nsp-links-readon {
border: 1px solid #e5e5e5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
clear: both;
color: #afafaf;
display: block;
font-size: 12px;
height: 38px;
line-height: 39px;
margin: 20px 0 0 0;
text-align: center;
text-transform: uppercase;
width: 100%;
}
.gk-nsp-links-readon:active,
.gk-nsp-links-readon:focus,
.gk-nsp-links-readon:hover {
color: #eb1e00!important;
}
.gk-nsp-list > li {
overflow: hidden;
}
.gk-nsp-list .gk-image-link {
float: left;
overflow: hidden;
}
.gk-nsp-image-wrap + .gk-nsp-link-content-wrap > h4 {
margin-top: 5px;
}
.gk-nsp.nsp-list .gk-nsp-header {
font-size: 15px;
padding: 4px 0;
}
.gk-nsp.nsp-list .gk-nsp-art {
border-bottom: 1px solid #e5e5e5;
} .gk-nsp-links {
margin-top: 0;
padding: 3px;
}
#gk-mainbody-bottom .gk-nsp-links {
padding: 0;
}
.dark .gk-nsp-links-scroll ul li {
border-top-color: #444;
} .gk-nsp.highlights {
position: static;
}
.gk-nsp.highlights .gk-nsp-header {
font-size: 36px;
line-height: 43px;
padding: 0;
}
.gk-nsp.highlights .gk-nsp-info {
color: #999;
font-size: 14px;
padding: 10px 0 48px 0;
text-transform: none;
}
.gk-nsp.highlights .gk-nsp-info a {
color: #eb1e00!important;
}
.gk-nsp.highlights .gk-nsp-text {
color: #8e8e8e;
font-size: 18px;
}
.gk-nsp.highlights .readon {
float: left;
margin-left: 2px;
margin-top: 50px;
}
.gk-nsp.highlights .gk-nsp-arts-nav {
background: #f9fafb;
border-top: 1px solid #e5e5e5;
bottom: 0;
height: 60px;
margin: 0 -45px;
padding: 0;
position: absolute;
right: auto;
top: auto;
width: 100%;
}
.gk-nsp.highlights .gk-nsp-arts-nav .gk-nsp-prev,
.gk-nsp.highlights .gk-nsp-arts-nav .gk-nsp-next {
background: #fff;
left: 36px;
position: absolute;
top: 16px;
}
.gk-nsp.highlights .gk-nsp-arts-nav .gk-nsp-next  {
left: auto;
right: 36px;
}
.gk-nsp.highlights .nsp-title-area {
height: 60px;
line-height: 60px;
padding: 0 80px;
text-align: center;
}
.gk-nsp.highlights .nsp-title-area h3 {
font-size: 16px;
height: 60px;
line-height: 60px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.gk-nsp.highlights .nsp-title-area h3 a {
color: #222;
}
.gk-nsp.highlights .nsp-title-area h3 a:active,
.gk-nsp.highlights .nsp-title-area h3 a:focus,
.gk-nsp.highlights .nsp-title-area h3 a:hover {
color: #eb1e00;
} .gk-nsp-arts,
.gk-nsp.right .gk-nsp-links,
.gk-nsp.left .gk-nsp-links {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
.gk-nsp.right .gk-nsp-arts {
float: left;
width: 41%;
}
.gk-nsp.right .gk-nsp-links {
clear: none;
float: right;
padding-left: 65px;
width: 59%;
}
.gk-nsp.left .gk-nsp-arts {
float: right;
width: 41%;
}
.gk-nsp.left .gk-nsp-links {
clear: none;
float: left;
padding-right: 65px;
width: 59%;
}
#gk-mainbody .box.right.gk_nsp {
margin-bottom: 12px;
} .gk-nsp.readon-left .gk-nsp-art .readon {
float: left;
} .gk-nsp-highlighter {
display: table;
position: relative;
width: 100%;
}
.gk-nsp-highlighter > strong,
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap {
display: table-cell;
vertical-align: top;
}
.gk-nsp-highlighter > strong {
color: #282828;
font-size: 13px;
font-style: italic;
font-weight: bold;
line-height: 55px;
padding: 0 0 0 45px;
width: 2%;
}
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap {
height: 55px;
padding: 0 95px 0 20px;
}
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap ol {
display: block;
height: 55px;
margin: 0;
overflow: hidden;
-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-highlighter > .gk-nsp-highligher-items-wrap ol li {
border: none;
height: 55px;
line-height: 55px;
opacity: 0;
position: relative;
-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-highlighter > .gk-nsp-highligher-items-wrap ol li a {
color: #999;
display: block;
height: 55px;
overflow: hidden;
position: absolute;
top: 0;
}
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap ol li a:hover,
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap ol li a:active,
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap ol li a:focus {
color: #eb1e00;
}
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap ol li.active {
opacity: 1;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui {
position: absolute;
right: 17px;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui a:first-child {
border: 1px solid #e5e5e5;
border-radius: 2px;
cursor: pointer;
display: block;
float: left;
height: 24px;
margin: 14px 0 0 5px;
position: relative;
width: 26px;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui a:first-child:before {
color: #949494;
content: "\f104";
font-family: FontAwesome;
font-size: 16px;
left: 10px;
line-height: 15px;
position: absolute;
top: 5px;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui a:first-child:hover:before {
color: #eb1e00;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui a:first-child + a {
border: 1px solid #e5e5e5;
border-radius: 2px;
cursor: pointer;
display: block;
float: left;
height: 24px;
margin: 14px 0 0 5px;
position: relative;
width: 26px;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui a:first-child + a:before {
color: #949494;
content: "\f105";
font-family: FontAwesome;
font-size: 16px;
left: 10px;
line-height: 15px;
position: absolute;
top: 5px;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui a:first-child + a:hover:before {
color: #eb1e00;
}
@media (max-width: 800px) {
.gk-nsp-highlighter > strong {
padding: 0 0 0 20px;
}
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap {
padding: 0 95px 0 12px;
}
}
@media (max-width: 600px) {
.gk-nsp-highlighter > strong {
padding: 0 0 0 10px;
}
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap {
padding: 0 12px;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui {
display: none;
}
} .gk-nsp-video_list {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 0 -19px;
position: relative;
width: auto;
}
.gk-nsp-video_list > div {
overflow: hidden;
position: relative;
}
.gk-nsp-video_list .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-video_list .gk-nsp-items-page.to-hide,
.gk-nsp-video_list .gk-nsp-items-page.active {
display: block;
opacity: 1;
}
.gk-nsp-video_list .gk-nsp-items-page.active {
position: relative;
z-index: 2;
}
.gk-nsp-video_list .gk-nsp-items-page.to-hide {
display: block;
opacity: 0;
}
.gk-nsp-video_list .gk-nsp-items-page figure {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
padding: 0 19px;
}
.gk-nsp-video_list .gk-nsp-items-page[data-cols="1"] figure {
width: 100%;
}
.gk-nsp-video_list .gk-nsp-items-page[data-cols="2"] figure {
width: 50%;
}
.gk-nsp-video_list .gk-nsp-items-page[data-cols="3"] figure {
width: 33.333333%;
}
.gk-nsp-video_list .gk-nsp-items-page[data-cols="4"] figure {
width: 25%;
}
.gk-nsp-video_list .gk-nsp-items-page[data-cols="5"] figure {
width: 20%;
}
.gk-nsp-video_list .gk-nsp-items-page[data-cols="6"] figure {
width: 16.666666%;
}
.gk-nsp-video_list .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-video_list .gk-nsp-item.active {
opacity: 1;
top: 0;
}
.gk-nsp-video_list .gk-nsp-item .gk-nsp-image-wrap {
position: relative;
}
.gk-nsp-video_list .gk-nsp-item.video .gk-nsp-image-wrap:before {
background: rgba(0, 0, 0, 0.25);
content: "";
height: 100%;
position: absolute;
width: 100%;
z-index: 1;
}
.gk-nsp-video_list .gk-nsp-item.video .gk-nsp-image-wrap:after {
color: #fff;
content: "\f04b";
font-family: FontAwesome;
font-size: 24px;
left: 50%;
line-height: 24px;
margin: -12px 0 0 -12px;
position: absolute;
top: 50%;
z-index: 2;
}
.gk-nsp-video_list .gk-nsp-item:hover figcaption {
background: #f6f7f9;
}
.gk-nsp-video_list h3 {
clear: both;
font-size: 16px;
font-weight: 400;
margin: 0;
padding: 16px 0;
text-align: center;
text-transform: none;
}
.gk-nsp-video_list figcaption {
padding: 0 16px 16px 16px;
-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-video_list strong {
color: #afafaf;
display: block;
font-size: 12px;
text-align: center;
text-transform: uppercase;
}
.gk-nsp-video_list .gk-nsp-bottom-nav {
border-top: 1px solid #e5e5e5;
margin: 32px 19px -24px 19px;
padding: 12px 0 0 0;
position: relative;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-next,
.gk-nsp-video_list .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-video_list .gk-nsp-bottom-nav-next:after,
.gk-nsp-video_list .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-video_list .gk-nsp-bottom-nav-next {
right: 0;
position: absolute;
top: 12px;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-next:after {
color: #949494;
content: '\f105';
}
.gk-nsp-video_list .gk-nsp-bottom-nav-next:hover:after {
color: #eb1e00;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-prev {
left: 0;
position: absolute;
top: 12px;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-prev:after {
color: #949494;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-prev:hover:after {
color: #eb1e00;
}
.gk-nsp-video_list .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-video_list .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-video_list .gk-nsp-bottom-nav-pagination li:hover,
.gk-nsp-video_list .gk-nsp-bottom-nav-pagination li.active {
background-color: #eb1e00;
}
.gk-nsp-video_list img,
.gk-nsp-video_list .gk-nsp-image-wrap {
display: block;
height: auto;
overflow: hidden;
width: 100%;
}
.gk-nsp-video_list .gk-nsp-image-wrap {
margin: 0 35px 0 0;
overflow: hidden;
position: relative;
z-index: 1;
}
.gk-nsp-video_list .gk-nsp-image-wrap img {
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.gk-nsp-video_list .gk-nsp-image-wrap:hover img {
-webkit-transform: scale(1.2) rotate(-5deg);
-moz-transform: scale(1.2) rotate(-5deg);
-ms-transform: scale(1.2) rotate(-5deg);
-o-transform: scale(1.2) rotate(-5deg);
transform: scale(1.2) rotate(-5deg);
} @media (max-width: 1280px) {
.gk-nsp-video_list {
margin: 0 -6px;
}
.gk-nsp-video_list .gk-nsp-bottom-nav {
margin: 32px 19px -16px 19px;
}
.gk-nsp-video_list .gk-nsp-items-page figure {
padding: 0 6px;
}
.gk-nsp-video_list figcaption {
padding: 0 8px 16px 8px;
}
}
@media (max-width: 1100px) {
.gk-nsp-video_list h3 {
font-size: 13px;
}
.gk-nsp-video_list .gk-nsp-bottom-nav {
margin: 10px 10px 5px 10px;
min-height: 36px;
}
}
@media (max-width: 640px) {
.gk-nsp-video_list .gk-nsp-items-page figure {
padding: 0 2px;
}
.gk-nsp-video_list h3 {
font-size: 12px;
}
}
@media (max-width: 480px) {
.gk-nsp-video_list .gk-nsp-items-page[data-cols="1"] figure,
.gk-nsp-video_list .gk-nsp-items-page[data-cols="2"] figure,
.gk-nsp-video_list .gk-nsp-items-page[data-cols="3"] figure,
.gk-nsp-video_list .gk-nsp-items-page[data-cols="4"] figure,
.gk-nsp-video_list .gk-nsp-items-page[data-cols="5"] figure,
.gk-nsp-video_list .gk-nsp-items-page[data-cols="6"] figure {
width: 100%;
}
} .gkw-main { 
margin-bottom: -10px;
padding: 10px 0 0 0;
}
.gkw-current { 
float: left;
width: 55%;
}
.gkw-main-left { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
padding: 0 30px 0 10px;
width: 32%;
}
.gkw-main-left > *:first-child {
float: left;
}
.gkw-main-left > i,
.gkw-main-left > i:before {
margin: -9px 0 0 -9px;
width: 48px;
}
.gkw-temp { 
color: #eb1e00;
float: right;
font-size: 28px;
font-style: italic;
font-weight: 400;
text-align: center;
margin: 0;
}
.gkw-main-right { 
float: left;
width: 68%;
margin: 0;
}
.gkw-main-right h2 { 
font-size: 16px;
font-weight: bold;
margin: 4px 0 4px 0; 
}
.gkw-main-right p { 
color: #999;
float: left;
font-size: 12px;
margin: 0 18px 0 0;
line-height: 1.1;
}
ul.gkw-next-days { 
float: left;
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
width: 45%; 
}
ul.gkw-next-days li { 
border: none!important;
border-left: 1px solid #e5e5e5!important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
padding: 0 20px 0 30px!important;
margin: 0!important;
list-style-type: none!important;
}
ul.gkw-next-days li.gkw-items {
width:49%;
}
.gkw-day { 
font-size: 13px;
font-weight: bold;
display: block;
}
ul.gkw-next-days li img { 
display:block; 
margin:0 auto; 
clear:both; 
}
ul.gkw-next-days li i {
font-size: 36px!important;
margin-top: 6px!important;
}
ul.gkw-next-days li i:before {
color: #c1c1c1;
}
p.gkw-day-temp { 
margin:6px 0 0 0; 
white-space:nowrap; 
text-align:center; 
}
span.gkw-day-day,
span.gkw-day-night { 
padding: 0 12px 0 0;
color: #222;
font-size: 12px;
font-weight: bold;
}
span.gkw-day-day { 
color: #eb1e00;
}
div.gkw-fday{ 
margin: 0 6px 0 0;
padding: 0 0 0 6px; 
}
ul.gkw-next-days li > *:first-child { 
float: left;
margin: 0 20px 0 0;
}
.box.widget_gk_weather .box-title {
margin: 0;
} .gk-tabs,
#gk-sidebar .box .gk-tabs {
font-size: 14px!important;
overflow: hidden;
position: relative;
} .gk-tabs-wrap {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
}
.gk-tabs-wrap > ol {
background: transparent;
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
margin: 0;
position: relative;
top: -1px;
}
.box.clear-horizontal .gk-tabs-wrap > ol {
top: 0;
}
.gk-tabs-wrap > ol:after {
clear: both;
content: "";
display: table;
}
.gk-tabs-wrap > ol li {
border: none;   
color: #222;
cursor: pointer;
display: block;
float: left;
font-size: 14px;
font-weight: bold;
height: 50px;
line-height: 51px;
list-style-type: none;
margin: 0;
padding: 0 20px!important;
position: relative;
text-transform: uppercase;
}
.gk-tabs-wrap > ol li.active,
.gk-tabs-wrap > ol li.active:hover {
background: #eb1e00;
color: #fff;
}
.gk-tabs-wrap > ol li:hover {
color: #eb1e00;
}
.gk-tabs-wrap > ol li.active:after {
border: 6px solid #eb1e00;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
bottom: -11px;
content: "";
left: 50%;
margin-left: -6px;
position: absolute;
z-index: 101;
}
.gk-tabs-container {
clear: both;
overflow: hidden;
position: relative;
}
.gk-tabs-item {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
padding: 24px;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.gk-tabs-item .box {
margin-bottom: 0!important;
border: none!important;
margin-bottom: 0!important;
padding: 0!important;
}
.gk-tabs-item.active {
left: 0;
position: relative;
z-index: 2;
}
.gk-tabs-prev,
.gk-tabs-next {
display: none
}  .gk-tabs-error {
color: #555;
font-size: 16px;
padding: 32px 16px;
text-align: center;
}
.gk-tabs-error > strong {
color: #d44;
display: block;
font-family: Verdana, sans-serif;
font-size: 100px;
font-weight: bold;
line-height: 100px;
}
.gk-tabs-error > small {
font-size: 11px;
} .gk-tabs-item {
opacity: 0;
filter: alpha(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;
}
.gk-tabs-item.active {
opacity: 1;
filter: alpha(opacity=100);
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);
} body #lang_sel_footer {
background-color: transparent;
border: none;
clear: both;
font: inherit;
margin: 0;
min-height: 15px;
padding: 7px;
text-align: center;
} #gk-newsletter .box-title {
color: #505050;
float: left;
margin: 13px 45px 0 0;
}
#gk-newsletter .box-title small {
color: #eb1e00;
font-size: 100%;
}
#gk-newsletter .box {
padding: 0;
}
#form-wysija-2 > p {
margin: 0;
position: relative;
}
.formError {
left: 273px!important;
position: absolute !important;
top: 50px !important;
}
.wysija-input {
border: 1px solid #e5e5e5!important;
float: left;
height: 40px;
line-height: 33px;
padding: 0 10px !important;
width: 56%;
}
.widget_wysija_cont .wysija-submit {
float: right;
height: 40px;
line-height: 41px;
margin: 0 0 0 10px;
padding: 0 30px !important;
}
@media (max-width: 1410px) {
.wysija-input {
width: 50%;
}
}
@media (max-width: 1410px) {
.wysija-input {
width: 44%;
}
}
.wysija-input::-webkit-input-placeholder { 
color: #bbb; 
}
.wysija-input::-moz-placeholder {
color: #bbb;
}
.wysija-input:-ms-input-placeholder {
color: #bbb; 
}
.wysija-input:-moz-placeholder {
color: #bbb; 
}
.wysija-input:placeholder {
color: #bbb;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 0 none;
}@font-face {
font-family: 'MeteoconsRegular';
src: url(//neaeope.gr/wp-content/themes/News2/gavern/icons_weather/meteocons_font/meteocons-webfont.eot);
src: url(//neaeope.gr/wp-content/themes/News2/gavern/icons_weather/meteocons_font/meteocons-webfont.eot?#iefix) format('embedded-opentype'),
url(//neaeope.gr/wp-content/themes/News2/gavern/icons_weather/meteocons_font/meteocons-webfont.woff) format('woff'),
url(//neaeope.gr/wp-content/themes/News2/gavern/icons_weather/meteocons_font/meteocons-webfont.ttf) format('truetype'),
url(//neaeope.gr/wp-content/themes/News2/gavern/icons_weather/meteocons_font/meteocons-webfont.svg#MeteoconsRegular) format('svg');
font-weight: normal;
font-style: normal;
}
i[class^="meteocons-"] {
display: block;
font-family: 'MeteoconsRegular';
font-style: normal;
}
i[class^="meteocons-"].dark {
color: #222;
}
i[class^="meteocons-"].light {
color: #eee;
}
i[class^="meteocons-"].size-128 {
font-size: 128px;
line-height: 128px
}
i[class^="meteocons-"].size-64 {
font-size: 64px;
line-height: 64px;
}
i[class^="meteocons-"].size-32 {
font-size: 32px;
line-height: 32px;
}
.meteocons-chance_of_rain_night:before { content: "7"; }
.meteocons-chance_of_rain:before { content: "Q"; }
.meteocons-chance_of_snow_night:before { content: '"'; }
.meteocons-chance_of_snow:before { content: 'U'; }
.meteocons-chance_of_storm_night:before { content: '6'; }
.meteocons-chance_of_storm:before { content: 'O'; }
.meteocons-cloudly:before { content: 'Y'; }
.meteocons-cloudy:before { content: 'N'; }
.meteocons-dusty:before { content: 'E'; }
.meteocons-flurries:before { content: 'V'; }
.meteocons-foggy_night:before { content: 'K'; }
.meteocons-foggy:before { content: 'J'; }
.meteocons-hazy_night:before { content: 'K'; }
.meteocons-hazy:before { content: 'L'; }
.meteocons-icy:before { content: "'"; }
.meteocons-mist_night:before { content: 'K'; }
.meteocons-mist:before { content: 'A'; }
.meteocons-mostly_cloudy_night:before { content: '4'; }
.meteocons-mostly_cloudy:before { content: '3'; }
.meteocons-other:before { content: ')'; }
.meteocons-partly_cloudy_night:before { content: 'I'; }
.meteocons-partly_cloudy:before { content: 'H'; }
.meteocons-rain_and_snow:before { content: 'X'; }
.meteocons-rain:before { content: 'R'; }
.meteocons-showers_night:before { content: '$'; }
.meteocons-showers:before { content: 'X'; }
.meteocons-sleet:before { content: 'X'; }
.meteocons-smoke_night:before { content: 'K'; }
.meteocons-smoke:before { content: 'M'; }
.meteocons-snow:before { content: 'W'; }
.meteocons-storm:before { content: 'Z'; }
.meteocons-sunny_night:before { content: "C"; }
.meteocons-sunny:before { content: "B"; }
.meteocons-thunderstorm:before { content: "0"; }.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
clear: both;
margin: 30px 0;
}
.gk-warning,
.gk-notice,
.gk-info,
.gk-error,
.gk-thanks,
.gk-contact-error,
.gk-contact-thanks { padding: 12px 12px 12px 66px;
position: relative;
}
.gk-contact-error,
.gk-contact-thanks {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 540px;
} .gk-notice,
.gk-thanks,
.gk-contact-thanks {
background-color: #FFFFDD;
color: #272727;
} .gk-info {
background-color: #f8f8f8;
color: #272727;
} .gk-warning,
.gk-error,
.gk-contact-error {
background-color: #eb1e00;
color: #fff;
} .gk-info:before, 
.gk-notice:before, 
.gk-warning:before,
.gk-error:before,
.gk-thanks:before,
.gk-contact-error:before,
.gk-contact-thanks:before {
font-family: FontAwesome;
font-size: 24px;
position: absolute;
top: 7px;
left: 22px;
}
.gk-info:before {
color: #333;
content: "\f0e6";
}
.gk-notice:before,
.gk-thanks:before,
.gk-contact-thanks:before {
color: #333;
content: "\f0eb";
}
.gk-error:before,
.gk-warning:before,
.gk-contact-error:before {
color: #fff;
content: "\f057";
} .gk-badge,
.gk-label,
.gk-badge[data-style="style1"],
.gk-label[data-style="style1"] {
background-color: #ffd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #666;
font-weight: 300;
padding: 1px 3px 2px;
vertical-align: baseline;
white-space: nowrap;
}
.gk-badge,
.gk-badge[data-style="style1"] {
padding: 1px 3px 2px;
}
.gk-badge[data-style="style2"],
.gk-label[data-style="style2"] {
background: #f5f5f5;
} pre,
pre.gk-code {
background: #fff;
border: 1px solid #e5e5e5;
border-left: 5px solid #eb1e00;
color: #333;
display: block;
font: normal .92em/32px 'Curier New',monospace!important;
margin: 36px 0!important;
padding: 20px 26px 20px 32px!important;
} .gk-textblock,
.gk-textblock[data-style="style1"] {
border: 1px solid #e5e5e5;
margin: 20px 0;
padding: 15px 20px;
}
.gk-textblock[data-style="style2"] {
background: #FFFEF4;
border: 1px solid #EAE8CC;
}
.gk-textblock[data-style="style3"] {
background: #f8f8f8;
border: none;
}
.gk-numblock {
margin: 0 0 24px;
min-height: 48px;
padding: 0 0 0 82px !important;
position: relative;
}
.gk-numblock span,
.gk-numblock[data-style="style1"] span {
border-right: 2px solid #ccc;
display: block;
font-size: 24px;
font-weight: 500;
height: 36px;
left: 0;
line-height: 36px;
position: absolute;
top: 4px;
width: 48px
}
.gk-numblock[data-style="style1"] span {
color: #bbb;
}
.gk-numblock[data-style="style2"] span {
color: #272727;
border-color: #272727;
}
.gk-numblock[data-style="style3"] span {
color: #eb1e00;
border-color: #eb1e00;
}
.gk-floated {	
color: #272727;
display: block;
font-style: italic;
font-weight: 400;
line-height: 170%;
padding: 25px;
width: 38%;
}
.gk-floated[data-align="left"] {
float: left;
padding-left: 0;
}
.gk-floated[data-align="right"] {
float: right;
padding-right: 0;
}
.gk-floated[data-align="center"] {
float: none;
padding-left: 0;
padding-right: 0;
text-align: center;
width: 100%;
} blockquote.gk-quote {
clear: both;
display: block;
margin: 40px 0;
padding: 0 0 0 80px;
position: relative;
}
blockquote.gk-quote p {
font-style: italic;
color: #999;
}
blockquote.gk-quote cite {
color: #aaa;
float: right;
font-size: 14px;
font-style: italic;
}
blockquote.gk-quote:before {
color: #eb1e00;
content: "\f10d";
font-family: FontAwesome;
font-size: 32px;
font-style: italic;
line-height: 0;
position: absolute;
left: 0;
top: 15px;
}
blockquote.gk-quote[data-style="style2"]:before {
color: #e5e5e5;
} article .intro ol,
article .content ol,
article .summary ol,
article .intro ul,
article .content ul,
article .summary ul,
#tab-description ol,
#tab-description ul {
list-style-type: none;
margin: 10px 0;
}
.the-icons li {
padding-left: 0!important;
}
.the-icons li:before {
display: none;
}
article .intro ol,
article .content ol,
article .summary ol,
#tab-description ol {
list-style-type: decimal;
list-style-position: inside;
margin-left: 10px;
}
article .intro ol li,
article .content ol li,
article .summary ol li,
article .intro ul li,
article .content ul li,
article .summary ul li,
#tab-description ol li,
#tab-description ul li {
line-height: 25px;
padding: 5px 0 5px 20px;
position: relative;
}
article .intro ol li,
article .content ol li,
article .summary ol li,
#tab-description ol li {
padding-left: 0;
}
article li ol li,
article li ul li,
#tab-description li ol li {
padding-left: 20px!important;
}
article ol[data-style="style2"],
#tab-description ol[data-style="style2"] {
list-style-type: lower-alpha;
}
article ol[data-style="style3"],
#tab-description ol[data-style="style3"] {
list-style-type: decimal-leading-zero;
}
article ol[data-style="style4"],
#tab-description ol[data-style="style4"] {
list-style-type: upper-roman;
}
article .intro ul li,
article .content ul li,
article .summary ul li,
#tab-description ul li {
line-height: 2em!important;
list-style: none;
overflow: inherit;
padding: 2px 0 2px 32px;
position: relative;
}
article .content ul li:before,
article .intro ul li:before,
article .summary ul li:before,
#tab-description ul li:before {
color: #eb1e00;
content: "\f00c";
font-family: FontAwesome;
font-size: 13px;
left: 0;
position: absolute;
top: 3px;
}
article ul[data-style="style1"] li:before,
#tab-description ul[data-style="style1"] li:before {
content: "\f00c";
}
article ul[data-style="style2"] li:before,
#tab-description ul[data-style="style2"] li:before {
content: "\f14a";
}
article ul[data-style="style3"] li:before,
#tab-description ul[data-style="style3"] li:before {
content: "\f006";
}
article ul[data-style="style4"] li:before,
#tab-description ul[data-style="style4"] li:before {
content: "\f0a9";
} .gk-legend {
border: 4px double #e5e5e5;
margin: 30px 0;
padding: 12px;
position: relative;
}
.gk-legend > strong:first-child {
background: #fff;
color: #242424;
float: left;
font-size: 14px;
font-weight: 400;
left: 14px;
line-height: 18px;
margin: 0 0 -9px!important;
padding: 0 10px;
position: absolute;
text-transform: uppercase;
top: -11px;
} .gk-columns {
margin: 0 -20px;
overflow: hidden;
width: auto;	
}
#gk-bottom3 .gk-columns {
margin: 0 -30px;
}
.gk-columns > div {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
float: left;
padding: 0 20px;
}
.gk-columns[data-column-count="1"] > div {
padding: 0;
width: 100%;
}
.gk-columns[data-column-count="2"] > div {
width: 50%;
}
.gk-columns[data-column-count="3"] > div {
width: 33.333333%;
}
.gk-columns[data-column-count="4"] > div {
width: 25%;
}
.gk-columns[data-column-count="5"] > div {
width: 20%;
}
.gk-columns[data-column-count="6"] > div {
width: 16.666666%;
}
.gk-columns[data-column-count="7"] > div {
width: 14.28%;
}
.gk-columns[data-column-count="8"] > div {
width: 12.5%;
} .gk-raw {
background: #fafafa;
border: 1px solid #f0f0f0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #444;
margin: 10px 0;
padding: 10px 15px;
position: relative;
}.gk-rss > i {
margin-right: 5px;
} .gk-pdf > i {
margin-right: 5px;
} .gk-note,
.gk-members {
background: #fafafa;
border: 1px solid #f0f0f0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #aaa;
margin: 10px 0;
padding: 10px 15px;
position: relative;
}
.gk-note:before,
.gk-members > strong:first-child {
background: #eb1e00;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #fff!important;
content: "!";
font-size: 16px;
font-weight: 500;
height: 20px;
left: 10px;
line-height: 21px;
position: absolute;
text-align: center;
top: -10px;
width: 20px;
}
.gk-members > strong:first-child {
background: #eb1e00;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 12px;
padding: 0 10px;
width: auto!important;
} .gk-toggle {
background: #fff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 10px 0;
min-height: 16px;
overflow: hidden;
padding: 15px 20px;
position: relative;
}
.gk-toggle.opened > div {
margin-top: 0;
opacity: 1;
}
.gk-toggle.closed > div {
margin-top: -200%;
opacity: 0;
}
.gk-toggle.opened > h3:after,
.gk-toggle.closed > h3:after {
content: "\f056";
color: #eb1e00;
cursor: pointer;
display: block;
font-family: FontAwesome;
font-size: 21px;
position: absolute;
right: 0;
top: 8px;
width: 21px;
}
.gk-toggle.closed > h3:after {
content: "\f055";
}
.gk-toggle > h3 {
background: #fff;
color: #333;
cursor: pointer;
font-size: 16px;
line-height: 17px;
margin: -10px 0;
padding: 10px 0 15px;
position: relative;	
z-index: 1;
}
.gk-toggle > div {
overflow: hidden;
padding-top: 10px;
-webkit-transition: margin-top .3s ease-out, opacity .5s ease-out;
-moz-transition: margin-top .3s ease-out, opacity .5s ease-out;
-ms-transition: margin-top .3s ease-out, opacity .5s ease-out;
-o-transition: margin-top .3s ease-out, opacity .5s ease-out;
transition: margin-top .3s ease-out, opacity .5s ease-out;
}