article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%; /* 1 */
  overflow-y: scroll; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
  -ms-text-size-adjust: 100%; /* 3 */
}

body {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 0;
  padding: 0 1.3em;
  border-left: 3px solid #CCC;
}

blockquote p:last-child{
  font-style: italic;
  text-align: right;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

button,
input {
  line-height: normal; /* 1 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; /* 1 */
  -webkit-appearance: button; /* 2 */
  *overflow: visible;  /* 3 */
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,th{
  text-align: left;
  vertical-align: top;
}

* {
  outline: none!important;
}

html {
  border-bottom: 1px solid transparent;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  min-height: 100%;
  padding: 0;
  word-wrap: break-word;
}

a {
  color: #363636;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

article section.content a,
article section.intro a {
  color: #e25b32;
}

article section.content a:active,
article section.content a:focus,
article section.content a:hover,
article section.intro a:active,
article section.intro a:focus,
article section.intro a:hover {
  color: #363636;
}

a:active,
a:focus,
a:hover {
  color: #e25b32;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: normal;
  margin: 20px 0;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 125%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

.page-title {
  font-size: 36px;
  line-height: 1.4;
  margin: 0 0 60px 0;
}

ul,
ol {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

ul li,
ol li {
  line-height: 2.0;
}

img {
  height: auto;
  max-width: 100%;
}

p {
  margin: 0.5em 0 1.5em;
}

.box ul li,
.box ol li {
  border-top: 1px solid #eee;
}

.box ul li:first-child,
.box ol li:first-child {
  border-top: none;
}

.box ul ul,
.box ol ol {
  border-top: 1px solid #eee;
  margin: 5px 0 0 0;
  padding: 0 0 0 20px;
} 

.btn,
button,
.readon,
a.gk-button,
input[type="button"],
input[type="submit"],
.nav-btn a {
  -webkit-appearance: none!important;
  background: #e25b32;
  border: none;
  -webkit-border-radius: 0px; /* For iOS browsers */
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  margin: 0 5px 2px 2px;
  padding: 0 25px;
  text-align: center;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
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],
.readon:hover,
.readon:active,
.readon:focus,
.btn:focus,
button:focus,
a.gk-button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.nav-btn a:active,
.nav-btn a:focus,
.nav-btn a:hover {
  background: #212121;
  -webkit-border-radius: 0px; /* For iOS browsers */
  color: #fff;
}

.btn:first-child,
button:first-child,
a.gk-button:first-child,
input[type="button"]:first-child,
input[type="submit"]:first-child {
  margin-left: 0;
}

/* input fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"]  {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  color: #777;
  font-size: 12px;
  height: 32px;
  line-height: 33px;
  max-width: 100%!important;
  padding: 0 12px
}

textarea {
  border: 1px solid #bbb;
  -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="email"]:focus,
input[type="www"]:focus,
input[type="tel"]:focus,
textarea:focus {
  background: #fffef4!important;
}

label {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 4px 0;
}

select {
  max-width: 100%;
}

article {
  margin: 0 0 20px 0;
}

.tag-page article,
.category-page article,
.search-page article,
.archive-page article,
.author-page article {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 24px 0;
  padding-bottom: 24px;
} 

.gk-page-wrap {
  border: 1px solid #e5e5e5;
  -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-content-top + .gk-page-wrap {
  border-top: none;
}

#gk-header + .gk-page-wrap {
  padding-top: 20px;
}

.gk-page {
  margin: 0 auto;
  width: 100%;
}

#gk-mainbody-columns {
  display: block;
  width: 100%;
}

#gk-mainbody-columns > section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
}

#gk-mainbody-columns > aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 0;
}

#top-menu { 
  background: transparent url('../img/topmenu_bg.png') repeat 0 0;
  float: left;
  line-height: 28px;
  margin: 0 30px 0 0;
}

#top-menu li {
  border: none;
  color: #7A7A7A;
  float: left;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#top-menu li a {
  color: #7A7A7A;
  display: block;
  line-height: 28px;
  padding: 0 8px;
}

#top-menu li a.act{
  color: #e25b32;
}

#top-menu li a.act::after{
  content: " ▼"
}

#top-menu li a:active,
#top-menu li a:focus,
#top-menu li a:hover {
  color: #e25b32;
}

#gk-content-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;
  padding: 10px 20px;
}

#gk-content-wrap,
#gk-inset,
#gk-mainbody > div,
#gk-inner-inset {
  float: left;
}

#gk-mainbody-columns.gk-sidebar-left > section,
#gk-mainbody-columns.gk-inset-left #gk-content-wrap,
#gk-mainbody-columns.gk-inner-inset-left #gk-mainbody > div {
  float: right;
}

#gk-inner-inset {
  -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-mainbody > div + #gk-inner-inset {
  padding-left: 32px;
}

.gk-inner-inset-left #gk-inner-inset {
  padding-left: 0;
  padding-right: 32px;
}

#gk-inner-inset .box {
  padding-left: 0;
  padding-right: 0;
}

#gk-mainbody-columns,
#gk-mainbody-columns > section { 
  background: transparent url('../img/line.png') repeat-y -100% 0;
}

#gk-mainbody-top {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -19px 0 -20px;
}

#gk-mainbody-bottom {
  border-top: 1px solid #e5e5e5;
  margin: -10px -19px 0 -20px;
}

#gk-mainbody > div .box {
  padding-left: 0;
  padding-right: 0;
}

#gk-page-top {
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 45px;
  position: relative;
  z-index: 999;
}

#gk-content-top {
  border: 1px solid #E5E5E5;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px;
}

#gk-search {
  float: right;
}

#gk-page-top:after,
#gk-content-top::after,
#gk-mainbody-columns::after {
  clear: both;
  content: "";
  display: table;
}

#main-menu-mobile {
  height: 45px;
  left: -9999px;
  position: absolute;
  top: 0px;
  width: 160px;
}

#gk-user-area {
  float: right;
  margin-left: 20px;
}

#gk-user-area a {
  -webkit-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  display: block;
  float: left;
  height: 45px;
  margin: 0;
  text-indent: -9999px;
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -ms-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  width: 50px;
}

#gk-login {  
  background: #363636 url('../img/topmenu_icons.png') no-repeat 0 center;
}

#gk-login:active,
#gk-login:focus,
#gk-login:hover {
  background-color: #e25b32;
}

#gk-rss {
  background: #a88f52 url('../img/topmenu_icons.png') no-repeat -50px center;

}

#gk-rss:active,
#gk-rss:focus,
#gk-rss:hover {
  background-color: #e25b32;
} 
#gk-page-top h1 {
  float: left;
  margin: 0 30px 0 0;
}

#gk-page-top a.cssLogo { 
  background: transparent url('/otown.png') no-repeat 0 0;
  display: block;
  height: 45px;
  width: 84px;
  text-indent: -9999px;
}

#gk-page-top a.textLogo {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 24px;
  padding: 7px 0 0 10px;
}

#gk-page-top a.textLogo small {
  color: #aaa;
  display: block;
  font-size: 11px;
  line-height: 11px;
}

#gk-page-top a.imageLogo,
#gk-page-top a.imageLogo img {
  display: block;
}

#gk-top1,
#gk-top2 {
  margin: 0 -20px 0 -20px!important;
  overflow: hidden;
  padding: 10px 10px 0 10px;
}

#gk-top1 + #gk-breadcrumb-fontsize,
#gk-top2 + #gk-breadcrumb-fontsize {
  border-top: 1px solid #e5e5e5;
  margin-top: 0;
}

#gk-top1 + #gk-top2 {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
} 
section.intro {
  color: #999;
  font-size: 13px;
  margin-bottom: 60px;
  padding: 0;
}

.page-title + section.intro {
  margin-top: -60px;
}

article::after,
.box::after,
#gk-top1::after,
#gk-top2::after,
#gk-bottom1::after,
#gk-bottom2::after,
#respond::after,
#gk-mainbody::after,
#gk-mainbody-columns::after {
  clear: both;
  content: "";
  display: table;
}

section.content::after {
  clear: both;
  content: "";
  display: table;
} 

#gk-bottom1,
#gk-bottom2 {
  margin: 0 auto;
  overflow: hidden;
  padding: 18px 0 36px 0;
}

#gk-bottom1 .box,
#gk-bottom2 .box {
  margin-top: 18px;
}

#gk-bottom1 + #gk-bottom2 {
  border-top: 1px solid #E5E5E5;
}

#gk-bottom2 .box {
  color: #999;
  font-size: 12px;
}

#gk-bottom2 .box a {
  color: #777;
}

#gk-bottom2 .box a:active,
#gk-bottom2 .box a:focus,
#gk-bottom2 .box a:hover {
  color: #363636;
}

#gk-bottom1 .box .box-title,
#gk-bottom2 .box .box-title {
  font-size: 16px;
}

#gk-bottom1 ul li,
#gk-bottom1 ol li,
#gk-bottom2 ul li,
#gk-bottom2 ol li {
  line-height: 2.0;
  padding: 0;
}

#gk-bottom1 .box ul li,
#gk-bottom1 .box ol li,
#gk-bottom2 .box ul li,
#gk-bottom2 .box ol li {
  border-top: none;
} 

#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;
  border-top: 2px solid #E25B32;
  color: #777;
  font-size: 11px;
  line-height: 21px;
  margin: 0 auto 100px auto;
  padding: 16px 0 0;
}

#footer-menu a {
  color: #999;
}

#footer-menu a:active,
#footer-menu a:focus,
#footer-menu a:hover {
  color: #e25b32;
}

#footer-menu {
  float: left;
  line-height: 32px;
  margin: 0;
}

#footer-menu li {
  float: left;
  margin-right: 10px;
}

#footer-menu ul {
  display: none;
}

#gk-footer .gk-copyrights {
  float: right;
  line-height: 21px;
  margin-bottom: 20px;
}

#gk-style-area {
  clear: both;
  margin: 20px 0;
  text-align: center;
}

#gk-footer .gk-framework-logo {
  clear: both;
  display: block;
  margin: 12px auto 60px auto!important;
  padding: 0!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;
  padding: 20px;
}

.box-title {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
} 

#gk-top1 .box,
#gk-top2 .box,
#gk-bottom1 .box,
#gk-bottom2 .box {
  float: left;
  padding: 0 10px;
}

.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 .nth1 {
  clear: both;
} 
.onlyDesktop {
  display: block!important;
}

.onlyTablets {
  display: none!important;
}

.onlySmartphones {
  display: none!important;
}

.onlyTabltetsAndSmartphones {
  display: none!important;
} 

#main-menu {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

#main-menu ul {
  margin: 0!important;
  padding: 0!important;
}

#main-menu > li {
  border: none;
  float: left;
  font-size: 14px;
  min-height: 45px;
  line-height: 45px;
  margin: 0;
}

#main-menu > li:hover,
#main-menu > li > a:hover,
#main-menu > li:hover > a {
  background: #e25b32;
  border-color: #2a2a2a;
  border-bottom: none;
  border-top: none;
  -webkit-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  color: #fff;
}

#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,
#main-menu > li.current-menu-item,
#main-menu > li.current_page_item {
  color: #fff;
}

#main-menu > li > a {
  border: 1px solid transparent;
  border-top: none;
  border-bottom: none;
  border-left: none;
  color: #c7c7c7;
  display: block;
  font-size: 14px;
  font-weight: 300;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Submenu */
#main-menu .sub-menu {
  background: #2a2a2a;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  left: -9999px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  width: 200px;
  z-index: 999;
}

#main-menu li:hover .sub-menu {
  left: auto;
}

#main-menu .sub-menu li {
  margin: 0;
  padding: 0 16px;
  border-top: 1px solid #444;
}

#main-menu .sub-menu li:first-child {
  border-top: none;
}

#main-menu .sub-menu li a {
  color: #fff;
  font-size: 13px;
  display: block;
  min-height: 24px;
  font-weight: bold;
  padding: 8px 0;
}

#main-menu .sub-menu li:hover {
  background: #444;
}

#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: #fff;
}

#main-menu .sub-menu .sub-menu {
  margin-left: 160px;
  margin-top: -32px;
}

#main-menu .sub-menu li:hover .sub-menu {
  left: auto!important;
} 

#comments {
  border-top: 1px solid #e5e5e5;
  margin: 20px 0 0 0;
}

#comments.nocomments {
  border-top: none;
}

#comments > h2:first-child {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  padding: 24px 0 0;
}

#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;
  padding: 0;
}

#comments ol.children {
  list-style-type: none;
  margin-left: 5%;
  padding: 0;
}

#comments li {
  border-top: 1px solid #E5E5E5;
  margin: 24px 0 0;
  padding: 24px 0 0;
}

#comments li article {
  clear: both;
  position: relative;
}

#comments li article > aside {
  left: 0;
  position: absolute;
  top: 0;
}

#comments li article > aside img {
  display: block;
}

#comments li article > .content {
  margin: 0 0 0 66px;
  overflow: hidden;
  padding-left: 10px;
}

#comments .content p {
  margin: 0;
}

#comments article time {
  color: #999;
  font-size: 11px;
}

#comments article .author {
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 700;
  margin-right: 16px;
}

#comments article .author a {
  color: #363636;
}

#comments article .author a:active,
#comments article .author a:focus,
#comments article .author a:hover {
  color: #e25b32;
}

#comments article .content > * {
  font-size: 12px;
}

#comments article .edit-link,
#comments article .reply {
  float: right;
  font-size: 12px;
  margin-left: 10px;
}

#comments article #meta-look {
  margin-right:  4em;
}

#comments em.awaiting-moderation {
  color: #a33;
  display: block;
  font-size: 14px;
  margin: 0 0 12px 0;
  text-align: center;
}
/* Special comments classes */
#comments li.bypostauthor > article {
}

#comments li.bypostauthor article .content {
  border: none!important;
}

#comments li.byuser article {}
#comments li.odd article {}
#comments li.even article {}

/* Comments typography */
#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;
  word-spacing: 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;
}

/* Comment form */
#respond {
  padding: 12px 0;
}

#respond > h3 {
  border-top: 1px solid #E5E5E5;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 24px 0 0;
}

#respond p.comment-notes,
#respond p.logged-in-as,
#respond p.form-allowed-tags {
  font-size: 11px;
  color: #999
}

#respond input,
#respond textarea {
  display: 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;
} 

#gk-mainbody article > header h1,
#gk-mainbody article > header h2 {
  clear: both;
  font-size: 38px;
  font-weight: 300;
  line-height: 42px;
  margin: 0;
  padding: 0 0 6px;
}

#gk-mainbody article > header {
  margin-bottom: 10px;
}

article header {
  overflow: hidden;
  position: relative;
}

article.no-title,
article.page-fullwidth {
  padding-left: 0;
}

article.no-title + section#comments,
article.page-fullwidth + section#comments {
  margin-left: 0;
}

article > footer {
  border-top: 1px solid #e5e5e5;
  padding: 16px 0;
}

article > footer::after {
  clear: both;
  content: "";
  display: table;
}

article > .content,
article > .summary {
  font-size: 14px;
  line-height: 26px;
}

article header ul {
  margin: 0;
}

article header ul li {
  color: #999;
  float: left;
  font-size: 12px;
  margin-right: 16px;
  padding: 0;
}

article header ul li::before {
  display: none;
}

.gk-post-meta {
  display: block;
  float: left;
  text-align: right;
  width: 130px;
}

.gk-post-meta li {
  font-size: 11px;
  line-height: 22px;
  padding-left: 0;
}

.gk-post-meta ul {
  margin: 0;
}

.gk-post-meta li::before {
  display: none;
}

.gk-post-meta + .content {
  margin-left: 160px;
}

.gk-post-meta .tags,
.gk-post-meta .author {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
}

.gk-post-meta .tags {
  color: #999;
}

.gk-post-meta .tags p {
  color: #666;
  line-height: 17px;
  margin: 0 0 9px 0;
}

.gk-post-meta .tags a {
  color: #999;
  font-style: italic;
}

.gk-post-meta .author a.gk-url {
  color: #999;
}

.gk-post-meta .author .gk-author-name {
  clear: both;
  display: block;
  font-size: 14px;
}

.gk-post-meta .tags a:active,
.gk-post-meta .tags a:focus,
.gk-post-meta .tags a:hover,
.gk-post-meta .author a.gk-url:active,
.gk-post-meta .author a.gk-url:focus,
.gk-post-meta .author a.gk-url:hover {
  color: #e25b32;
}

#gk-social-api {
  padding: 0 0 20px 0;
}

#gk-social-api > * {
  display: block;
  float: left!important;
  min-height: 33px;
  margin-right: 5px!important;
}

#gk-social-api > a {
  min-height: auto;
}

/* 5.4. Post additional features
==================================== */

article header h1 sup,
article.sticky header h1 sup,
article header h2 sup,
article.sticky header h2 sup {
  background: #E25B32;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 1px 3px;
  position: relative;
  top: -1.5em;
}

article figure.featured-image img {
  display: block;
  height: auto;
  margin: 0 auto 24px auto;
  max-width: 100%;
}

.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;
}

.wp-caption-text {
  font-size: 11px;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}

article .gallery {
  clear: both;
  padding: 16px 0;
}

.gallery-caption {
  font-size: 10px;
}

/* 5.5. Search
==================================== */

.intro #searchform {
  padding: 20px 0 0 0;
}

.intro #searchform #searchsubmit {
  display: inline-block;
  float: none;
}


#gk-breadcrumb-fontsize {
  background: #F9F9F9;
  border-bottom: 1px solid #E5E5E5;
  margin: -10px -18px 24px -20px;
  overflow: hidden;
  padding: 14px 24px 15px;
}

.gk-breadcrumbs {
  float: left;
  font-size: 12px;
  color: #333;
}

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

.gk-breadcrumbs > a:before,
.gk-breadcrumbs > span:before {
  color: #ddd;
  content: " / ";
  font-weight: normal;
  padding: 0 5px;
}

.gk-breadcrumbs > span {
  color: #777;
}

.gk-breadcrumbs .gk-current {
  color: #333;
  font-weight: bold;
} 
#gk-contact {
  margin: 0;
  max-width: 540px;
  overflow: hidden;
  width: 100%;
}

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

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

.contactpage .gk-contact-error,
.contactpage .gk-contact-thanks {
  background: #8DA734;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 30px 0;
  max-width: 520px;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}

.contactpage .gk-contact-error {
  background: #e25b32;
}

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

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

.page404 p:first-child {
  font-size: 150%;
  padding: 20px 0;
  text-align: center;
}

.page404 p:first-child > small {
  clear: both;
  display: block;
  font-size: 95%;
  text-align: center;
}

.page404 label[for="s"] {
  display: none;
}

.page404 form {
  margin: 10px 0 30px 0;
  text-align: center;
}

.page404 #searchsubmit {
  display: inline-block!important;
  float: none!important;
}

.page404 > div > div {
  clear: both;
  overflow: hidden;
}

.page404 .widget {
  float: left;
  margin: 0 2%;
  width: 46%;
}

.page404 h2 {
  font-size: 28px;
  margin: 10px 0;
} 
.archivepage .widget {
  float: left;
  margin: 0 2%;
  width: 29%;
}

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

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

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

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

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

.archivepage .widget li small {
  color: #aaa;
  left: 0;
  position: absolute;
  top: 7px;
}

.archivepage h2 {
  font-size: 26px;
} 

.tagcloud .tag-cloud {
  border-top: 1px solid #e5e5e5;
  margin: 20px 0;
  padding: 10px 0;
} 

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

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

.loginpage p label {
  display: block;
}

.loginpage .login-remember {
  float: left;
}

.loginpage .login-submit {
  float: right;
  margin: 10px 0;
}

.loginpage .login-submit input[type="submit"] {
  margin: 0;
}

.loginpage nav.small {
  border-top: 1px solid #eee;
  clear: both;
  margin: 10px auto;
  padding: 10px 0;
  width: 240px;
}

.loginpage nav.small ul {
  margin: 0;
}

.loginpage nav.small ul li {
  float: left;
  margin-right: 10px;
  padding-left: 0;
}

.loginpage nav.small ul li:before {
  display: none;
} 

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 {
  background: #fff url('../images/post_formats/format-aside.png') no-repeat center center;
  display: block;
  height: 28px;
  margin-right: 8px;
  padding: 0;
  position: relative;
  text-align: left!important;
  text-indent: -9999px!important;
  top: -2px;
  width: 28px;
  z-index: 1;
}

.gk-format-audio {
  background: #fff url('../images/post_formats/format-audio.png') no-repeat center center;
}

.gk-format-chat {
  background: #fff url('../images/post_formats/format-chat.png') no-repeat center center;
}

.gk-format-gallery {
  background: #fff url('../images/post_formats/format-gallery.png') no-repeat center center;
}

.gk-format-image {
  background: #fff url('../images/post_formats/format-image.png') no-repeat center center;
}

.gk-format-link {
  background: #fff url('../images/post_formats/format-link.png') no-repeat center center;
}

.gk-format-quote {
  background: #fff url('../images/post_formats/format-quote.png') no-repeat center center;
}

.gk-format-status {
  background: #fff url('../images/post_formats/format-status.png') no-repeat center center;
}

.gk-format-video {
  background: #fff url('../images/post_formats/format-video.png') no-repeat center center;
} 

.pagenav {
  margin: 20px 0 10px 0;
  overflow: hidden;
}

.pagenav .nav-prev {
  float: left;
}

.pagenav .nav-next {
  float: right;
} 
.author-info {
  background: #222;
  clear: both;
  margin: -10px -20px 0 -20px;
  min-height: 48px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

#gk-breadcrumb-fontsize + #gk-mainbody > div > .author-info {
  margin-top: -24px;
}

.author-info {
  font-size: 14px!important;
}

.author-info p {
  margin: 6px 0;
}

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

.author-info img {
  display: block;
  padding: 12px;
}

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

.author-info h2 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 6px 0;
}

.author-info a {
  color: #fff;
}

.author-info a:active,
.author-info a:focus,
.author-info a:hover {
  color: #e25b32;
}

.author-info .author-desc {
  margin: 0 24px 0 150px;
  padding: 24px 0;
} 

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

.content dl.post-fields dt {
  border-top: 1px solid #e5e5e5;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0 0 0;
  padding: 10px 0 5px 0;
}

.content dl.post-fields dt:first-child {
  border-top: none;
}

.content dl.post-fields dd {
  margin: 0;
  padding: 0;
} 

/* YouTube - responsive support */
.content iframe[src^='http://www.youtube.com'],
.content iframe[src^='https://www.youtube.com'],
.content iframe[src^='http://youtube.com'],
.content iframe[src^='https://youtube.com'] {
  max-width: 100%!important;
}

/* Twitter - responsive support */
.content .twitter-tweet-rendered {
  max-width: 100%!important;
}

/* Flickr - responsive support */
.content a[href^='http://www.flickr.com'],
.content a[href^='https://www.flickr.com'],
.content a[href^='http://flickr.com'],
.content a[href^='https://flickr.com'] {
  max-width: 100%!important;
} 

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

#gk-popup-login {
  color: #fff;
  position: absolute;
  top: 70px;
  width: 560px;
  margin-left: -280px;
}

#gk-popup-login #loginform  { 
  background: transparent url('../img/login.png') no-repeat 4px 6px;
  padding-left: 160px
}

#gk-popup-login label {
  color: #fff;
  font-size: 12px;

}

#gk-popup-login #loginform input[type="text"],
#gk-popup-login #loginform input[type="password"] {
  float: right;
  height: 36px;
  width: 70%;
}

#gk-popup-login #loginform p {
  padding: 0 0 18px
}

#gk-popup-login .login-remember,
#gk-popup-login .login-submit {
  margin-left: 100px
}

#gk-popup-login .button-primary {
  background: #DE7037
}

#gk-popup-login .button-primary:hover {
  background: #555
}

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

#gk-popup-overlay {
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1000001;
  top: 0;
  left: 0;
  margin-left: 0;
} 
#gk-style-area a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 9px 3px 9px 0;
  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-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.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: 8px;
}

#gk-style-area a:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

#gk-color-1 {
  background: #eb592a;
}

#gk-color-2 {
  background: #3eabe9;
}

#gk-color-3 {
  background: #8DA734;
}

#gk-color-4 {
  background: #8c7a71;
}

#gk-color-5 {
  background: #e8a246;
}

#gk-color-6 {
  background: #c375b5;
} 

.page-landingpage header {
  padding: 30px 0 20px 0;
}

.page-landingpage header h1 {
  font-size: 56px!important;
  text-align: center;
}

.page-landingpage p.intro {
  color: #222;
  font-size: 17px;
  text-align: center;
}

.page-landingpage p.intro::after {
  border-top: 1px solid #f2f2f2;
  content: "";
  display: block;
  margin: 30px auto 90px auto;
  width: 233px;
}

.page-landingpage .gk-block-left,
.page-landingpage .gk-block-right {
  clear: both;
  overflow: hidden;
}

.page-landingpage .gk-block-left > div,
.page-landingpage .gk-block-right > div {
  margin-top: 90px;
  width: 33%;
}

.page-landingpage .gk-block-left > p,
.page-landingpage .gk-block-right > p,
.page-landingpage .gk-block-left > img,
.page-landingpage .gk-block-right > img,
.page-landingpage .gk-block-left > a,
.page-landingpage .gk-block-right > a {
  width: 60%;
}

.page-landingpage .gk-block-left > img,
.page-landingpage .gk-block-right > img
.page-landingpage .gk-block-left > p img,
.page-landingpage .gk-block-right > p img {
  max-width: 100%;
}

.page-landingpage .gk-block-left > div {
  float: left;
  margin-left: 3%;
}

.page-landingpage .gk-block-right > div {
  float: right;
  margin-right: 3%;
}

.page-landingpage .gk-block-left > p,
.page-landingpage .gk-block-left > img,
.page-landingpage .gk-block-left > a {
  float: right;
}
.page-landingpage .gk-block-right > p,
.page-landingpage .gk-block-right > img,
.page-landingpage .gk-block-right > a {
  float: left;
}

.page-landingpage .gk-block-left > div h3,
.page-landingpage .gk-block-right > div h3 {
  font-size: 38px;
  margin: 0 0 32px 0;
}

.page-landingpage .gk-block-left > div .gk-button,
.page-landingpage .gk-block-right > div .gk-button {
  display: inline-block;
  float: none;
  margin: 0 auto;
}

.box h3.box-title .rsswidget {
  clear: none;
  float: left;
  font-size: 20px;
  margin-right: 10px;
}

.box .rsswidget {
  clear: both;
  display: block;
  font-size: 12px;
}

.box .rss-date {
  clear: both;
  display: block;
  font-size: 9px;
  font-style: italic;
  padding: 5px 0;
  text-align: right;
}

.box .rssSummary {
  clear: both;
  color: #888;
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.box .rssSummary + cite {
  font-size: 11px;
}


#gk-header .box.widget_text {
  padding: 0!important;
}

#gk-header .box.widget_text img {
  height: auto;
  max-width: 100%;
}


.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 {
  width: 100%;
}

#gk-search label,
#gk-search #searchsubmit {
  display: none;
}

#gk-search .field { 
  background: transparent url('../img/search_bg.png') no-repeat right center;

  border: 1px solid #E5E5E5;
  -webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
  -o-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
  margin-top: -3px;
}


.box.tags .tagcloud {
  overflow: hidden;
}

.box.tags .tagcloud a {
  /*background: transparent url(../images/style1/tag_bullets.png) no-repeat 0 8px;*/
  background: transparent url(../img/tag_bullets.png) no-repeat 0 8px;
  display: block;
  font-size: 14px!important;
  line-height: 1.8;
  padding-left: 20px;
}

.box.tags .tagcloud a:active,
.box.tags .tagcloud a:focus,
.box.tags .tagcloud a:hover {
  background-position: 0 -303px;
}


/* Modules */
.box ul {
  list-style-type: none;
  margin: 0;
}

.box ul li {
  line-height: 1.5;
  padding: 5px 0;
}

#gk-bottom .box a {
  color: #777;
}

#gk-bottom .box a:active,
#gk-bottom .box a:focus,
#gk-bottom .box a:hover {
  color: #333;
}
#gk-bottom .box ul li {
  line-height: 2;
  padding: 0;
}

/* Dark */
.box.dark {
  background: #222!important;
  color: #999;
  padding: 20px;
}

.box.dark .box-title {
  background: transparent!important;
}

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

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

.box.dark ul li,
.box.dark ul ul,
.box.dark ol ol {
  border-top: 1px solid #444;
}

.box.dark ul li:first-child {
  border-top: none;
}

.box.dark a {
  color: #fff;
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
  color: #e25b32;
}

.box.dark ul ul {
  margin: 5px 0 0 0;
  padding: 0 0 0 20px;
}

.box.dark b,
.box.dark strong {
  font-weight: bold;
}

/* Light */
.box.light {
  background: #f8f8f8!important;
  padding: 20px;
}

#gk-inset .box.light {
  margin: 1px;
  width: 99%;
}

.box.light ul {
  margin: 0;
  padding: 0;
}

.box.light ul li {
  border-top: 1px solid #ddd;
  position: relative;
}

.box.light ul li:first-child {
  border-top: none;
}

.box.light ul ul {
  margin: 0 0 0 20px;
}

.box.light b,
.box.light strong {
  font-weight: bold;
}

/* Pattern */
.box.pattern,
.bg_dashed{
  background: url('../img/topmenu_bg.png') repeat 0 0;
}

#gk-inset .box.pattern {
  margin: 1px;
  width: 99%;
}

/* Menu */
.box.menu ul ul {
  margin-left: 0
}

.box.menu li {
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  margin: 0 -20px;
  padding: 6px 20px;
}

.box.menu .header + ul li:first-child {
  border-top: 1px solid #e5e5e5;
}

.box.menu li a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
  line-height: 2.0;
}

.box.menu li:hover {
  background-color: #e25b32
}

.box.menu li:hover a {
  color: #fff;
}

/* Color */
.box.color .box-title {
  color: #e25b32;
}

/* Big title */
.box.bigtitle .box-title {
  color: #bbb;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.04em;
  margin-top: 12px;
  text-transform: none;
}

.box.bigtitle.color .box-title {
  color: #e25b32;
}

/* Badges */
.box.badge-new .box-title,
.box.badge-popular .box-title,
.box.badge-top .box-title,
.box.badge-hot .box-title,
.box.badge-video .box-title,
.box.badge-audio .box-title,
.box.badge-gallery .box-title,
.box.badge-today .box-title,
.box.badge-yesterday .box-title{
  position: relative;
}

.box.badge-new .box-title::after,
.box.badge-popular .box-title::after,
.box.badge-top .box-title::after,
.box.badge-hot .box-title::after,
.box.badge-today .box-title::after,
.box.badge-yesterday .box-title::after {
  background: #9eb931;
  color: #fff;
  content: "New";
  font-size: 10px;
  font-weight: bold;
  padding: 0 6px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.box.badge-video .box-title::after,
.box.badge-audio .box-title::after,
.box.badge-gallery .box-title::after { 
  background: url('../img/badges.png') no-repeat;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  z-index: 1;
}
.box.badge-audio .box-title::after {
  background-position: 0 -69px
}

.box.badge-gallery .box-title::after {
  background-position: 0 -132px
}

.box.badge-popular .box-title::after {
  background: #32aae2;
  content: "Popular";
}

.box.badge-top .box-title::after {
  background: #e25b32;
  content: "Top";
}

.box.badge-hot .box-title::after {
  background: #DBAE43;
  content: "Hot";
}

.box.badge-today .box-title::after {
  background: #e25b32;
  content: attr(town-content);
}

.box.badge-yesterday .box-title::after {
  background: #e25b32;
  content: "вчера";
}

/* Headlines */
.box.headlines .box-title {
  background: #e25b32;
  -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: #fff;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 15px;
  padding: 16px 6px 12px 6px;
  position: relative;
  text-align: center;
}

.box.headlines .box-title::after { 
  background: transparent url('../img/highlight_bg.png') no-repeat 0 center;
  background-size: 100% 100%;
  bottom: -13px;
  clear: both;
  content: "";
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* Advertisement style */
.box.advertisement .box-title {
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  color: #999!important;
  font-size: 10px!important;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 5px 0;
  min-height: 16px;
  padding: 0;
  text-align: right;
  text-transform: uppercase;
  line-height: 16px;
  font-family: Arial, Verdana, sans-serif!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: 58px;
}

#gk-social-icons {
  float: right;
  margin-left: 24px;
}

.gk-facebook-icon,
.gk-twitter-icon,
.gk-gplus-icon,
.gk-pinterest-icon {
  display: block;
  float: left;
  height: 22px;
  line-height: 22px;
  padding: 0;
  text-indent: -9999px;
  -webkit-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
  -moz-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
  -o-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
  transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
  width: 28px;
} 

.gk-nsp {
  position: relative;
}

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

.gk-nsp-arts-nav,
.gk-nsp-links-nav {
  overflow: hidden;
  clear: both;
}
.gk-nsp-links-nav {
  float: right;
}
.gk-nsp-arts-nav {
  position: absolute;
  right: 12px;
  padding: 0 3px;
  top: -36px;
}
.gk-nsp-arts-nav ul,
.gk-nsp-links-nav ul {
  list-style-type: none !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  float: left;
}
.gk-nsp-arts-nav ul li,
.gk-nsp-links-nav ul li {
  float: left;
  width: 8px;
  height: 8px;
  margin: 1px 3px 0 1px!important;
  background: #d6d6d6;
  border: none!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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: #e25b32;
  height: 10px;
  margin: 0 2px 0 0!important;
  width: 10px;
}
.gk-nsp-next,
.gk-nsp-prev {
  float: left;
  width: 14px;
  height: 14px;
  margin: 4px 0 0 4px;
  background: url('../images/style1/nsp_interface.png') no-repeat -14px 0;
  text-indent: -999em;
  cursor: pointer;
}
.gk-nsp-prev {
  background-position: 0 0;
}
.gk-nsp-next:hover,
.gk-nsp-prev:hover {
  background-position: -14px -14px;
}
.gk-nsp-prev:hover {
  background-position: 0 -14px;
}
.gk-nsp-art-page {
  float: left;
}
.gk-nsp-art {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.gk-nsp-art div {
  overflow: hidden;
}
.gk-nsp-header {
  color: #363636;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.gk-nsp-header a {
  color: #363636;
  text-decoration: none;
}
.gk-nsp-header a:active,
.gk-nsp-header a:focus,
.gk-nsp-header a:hover {
  color: #e25b32;
}
.gk-nsp-art .gk-image-link {
  display: block;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.gk-nsp-art .gk-nsp-image {
  border: none;
  display: block;
}
.gk-nsp-art .gk-nsp-image {
  -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.15s linear;
  -moz-transition:    -moz-transform 0.15s linear;
  -o-transition:      -o-transform 0.15s linear;
  transition:         transform 0.15s linear;
}
.gk-nsp-art .gk-nsp-image:hover {
  -webkit-transform: scale(1.15) rotate(-1.5deg);
  -moz-transform: scale(1.15) rotate(-1.5deg);
  -ms-transform: scale(1.15) rotate(-1.5deg);
  -o-transform: scale(1.15) rotate(-1.5deg);
  transform: scale(1.15) rotate(-1.5deg);
}
.gk-nsp-art .gk-nsp-image-wrap {
  overflow: hidden;
}
.gk-nsp-art .gk-nsp-text {
  color: #333;
  float: none;
  font-size: 12px;
  margin: 0;
}
.gk-nsp-art .gk-nsp-text + .readon {
  margin-top: 16px;
}
.gk-nsp-art .gk-nsp-text + .gk-nsp-info {
  margin-top: 6px;
}
.gk-nsp-art .gk-nsp-info {
  color: #999;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.0;
  margin: 0 0 5px 0;
}
.gk-nsp-art .gk-nsp-info a,
.gk-nsp-art .gk-nsp-info span {
  color: #999;
  padding-left: 8px;
}
.gk-nsp-art .gk-nsp-info a:first-child,
.gk-nsp-art .gk-nsp-info span:first-child {
  padding-left: 0!important;
}
.gk-nsp-art .gk-nsp-info a:active,
.gk-nsp-art .gk-nsp-info a:focus,
.gk-nsp-art .gk-nsp-info a:hover {
  color: #333;
}
.readon.left,
.readon.right,
.readon.center {
  clear: both;
}
.readon.left {
  float: left;
}
.readon.right {
  float: right;
}
.readon.center {
  display: inline;
  float: none;
}
.gk-nsp-links-scroll ul {
  float: left;
  list-style-type: none !important;
  padding: 0 !important;
}
.gk-nsp-links-scroll ul li {
  border-top: 1px solid #e5e5e5!important;
  margin:0 !important;
  padding: 16px 0;
}
.gk-nsp-links-scroll ul li h4 {
  color: #2f3133;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin: 0;
}
.gk-nsp-links-scroll ul li h4 a {
  color: #363636;
  text-decoration: none;
}
.gk-nsp-links-scroll ul li h4 a:active,
.gk-nsp-links-scroll ul li h4 a:focus,
.gk-nsp-links-scroll ul li h4 a:hover {
  color: #e25b32;
}
.gk-nsp-links-scroll ul li p {
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}

.gk-nsp-image-wrap {
  float: left;
}
/* responsive layout */
.gk-responsive {
  line-height: 1;
}
img.gk-responsive {
  width: 100% !important;
  height: auto;
}
.gk-responsive {
  display: block;
  position: relative;
}
.gk-nsp-image {
  max-width: 100%;
}
.gk-nsp-arts,
.gk-nsp-links {
  clear: both;
  width: 100%;
}
.gk-nsp-arts::after,
.gk-nsp-links::after {
  clear: both;
  content: "";
  display: table;
}
.gk-nsp-arts + .gk-nsp-links {
  margin-top: 12px;
}
.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;
}

/* Style arrows */

.arrows .gk-nsp-header {
  font-size: 18px;
}

.arrows .gk-nsp-links-scroll ul li {
  /*background: transparent url('../images/arrow_bullet.png') no-repeat 0 3px;*/
  background: transparent url('../img/arrow_bullet.png') no-repeat 0 3px;
  border: none!important;
  padding: 0 0 16px 20px;
}

/* Style onlylinks */

.onlylinks .gk-nsp-links-scroll ul {
  margin: 26px 0 0 0;
}

/* Style header */
.box.header {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}

.box.header .gk-nsp-arts {
  float: left;
  width: 60%;
}

.box.header .gk-nsp-links {
  clear: none!important;
  float: right;
  margin-top: 0!important;
  width: 40%;
}

.box.header .gk-nsp-links-scroll ul li {
  margin: 0 10px!important;
  padding: 14px 0!important;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.box.header .gk-nsp-links-scroll ul li:first-child {
  border-top: none!important;
}

.box.header .gk-nsp-links-scroll ul li:hover {
  background: #e25b32;
  color: #fff;
  margin: 0!important;
  padding: 14px 10px!important;
}

.box.header .gk-nsp-links-scroll ul li:hover h4,
.box.header .gk-nsp-links-scroll ul li:hover p,
.box.header .gk-nsp-links-scroll ul li:hover a,
.box.header .gk-nsp-links-scroll ul li:hover a:active,
.box.header .gk-nsp-links-scroll ul li:hover a:focus,
.box.header .gk-nsp-links-scroll ul li:hover a:hover {
  color: #fff;
}

.box.header .gk-nsp-links-scroll ul li h4 {
  font-size: 13px;
}

.box.header .gk-image-link .gk-nsp-header {
  background: #1c1c1c;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  margin: 0;
  padding: 8px 14px;
  position: absolute;
  -webkit-transition: background .3s ease-out;
  -moz-transition: background .3s ease-out;
  -ms-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
  width: 100%;
}

.box.header .gk-image-link .gk-nsp-header:hover {
  background: #e25b32;
}

.box.header .gk-image-link .gk-nsp-header a {
  color: #fff;
}

.box.header .gk-nsp-links-nav {
  float: none;
  margin-top: 12px;
  text-align: center;
}

.box.header .gk-nsp-links-nav ul,
.box.header .gk-nsp-links-nav .gk-nsp-next,
.box.header .gk-nsp-links-nav .gk-nsp-prev {
  display: inline-block;
  float: none;
}

/* Style bigtitle */
.box.bigtitle p.gk-nsp-info {
  font-size: 12px;
}

.box.bigtitle .gk-nsp-header {
  font-size: 20px;
}

.box.bigtitle p.gk-nsp-text {
  font-size: 14px;
}

.box.bigtitle .gk-nsp-art.gk-nsp-cols-1 {
  border-top: 1px solid #e5e5e5;
}

.box.bigtitle .gk-nsp-art.gk-nsp-cols-1:first-child {
  border-top: none;
}

/* Style headlines */
.box.headlines .gk-nsp-links .gk-nsp-links-scroll ul li {
  border-top: none!important;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}

.box.headlines .gk-nsp-links .gk-nsp-links-scroll ul li:hover {
  background: #f8f8f8;
}

.box.headlines .gk-nsp-links-nav {
  float: none;
  margin-top: 12px;
  text-align: center;
}

.box.headlines .gk-nsp-links-nav ul,
.box.headlines .gk-nsp-links-nav .gk-nsp-next,
.box.headliens .gk-nsp-links-nav .gk-nsp-prev {
  display: inline-block;
  float: none;
}

/* Style dark */
.box.dark .gk-nsp-links-scroll ul li {
  border-top: 1px solid #555!important;
}

/* Style nsphover */
.nsphover .gk-nsp {
  margin: 0 -12px;
}

.nsphover .gk-image-link {
  position: relative;
}

.nsphover .gk-nsp-art .gk-nsp-category {
  background: #e25b32;
  color: #fff;
  display: block;
  font-size: 12px;
  left: 15px;
  line-height: 12px;
  margin: 0;
  padding: 12px 14px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 10;
}

.nsphover .gk-nsp-category:hover,
.nsphover .gk-nsp-category:focus,
.nsphover .gk-nsp-category:active {
  color: #ddd!important;
}

.nsphover .gk-nsp-art {
  border: none!important;
  margin: 26px 0 0 0;
  overflow: hidden;
  position: relative;
}

.nsphover .gk-nsp-text {
  bottom: -200px;
  position: absolute;
}

.nsphover .gk-nsp-hover-overlay {
  background: #e25b32;
  -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: 600px;
  margin: 0 15px 0 0;
  padding: 56px 20px 0 20px;
  position: absolute;
  top: 100%;
  -webkit-transition: top .3s ease-out;
  -moz-transition: top .3s ease-out;
  -ms-transition: top .3s ease-out;
  -o-transition: top .3s ease-out;
  transition: top .3s ease-out;
  z-index: 9;
}

.nsphover .gk-nsp-hover-overlay .gk-nsp-text,
.nsphover .gk-nsp-hover-overlay .gk-nsp-text a {
  color: #ffbfab;
  margin-top: 10px;
  position: static;
}

.nsphover .gk-nsp-hover-overlay .gk-nsp-text a:active,
.nsphover .gk-nsp-hover-overlay .gk-nsp-text a:focus,
.nsphover .gk-nsp-hover-overlay .gk-nsp-text a:hover {
  color: #fff;
}

.nsphover .gk-nsp-hover-overlay .gk-nsp-header,
.nsphover .gk-nsp-hover-overlay .gk-nsp-header a {
  color: #fff;
}

.nsphover .gk-nsp-hover-overlay .gk-nsp-header a:active,
.nsphover .gk-nsp-hover-overlay .gk-nsp-header a:focus,
.nsphover .gk-nsp-hover-overlay .gk-nsp-header a:hover {
  color: #ffbfab;
}

.nsphover .gk-nsp-info {
  position: relative;
  z-index: 10;
}

.nsphover .gk-nsp-hover-overlay.active {
  top: 0;
}

.nsphover .gk-nsp-info {
  -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;
}

.nsphover .gk-nsp-info > * {
  padding: 0;
}

.nsphover .gk-nsp-info.active {
  color: #fff;
  margin-left: 20px;
}

.nsphover .gk-nsp-info.active > * {
  color: #fff!important;
} 

.gk-tabs {
  position: relative;
  overflow: hidden;
}
.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;
  margin: 8px 0 32px 0;
  min-height: 14px;
}
.gk-tabs-wrap > ol li {
  border: none;
  cursor: pointer;
  float: left;
  line-height: 14px;
  list-style-type: none;
  height: 14px;
  padding: 0 25px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #a3a3a3;
  text-transform: uppercase;
}
.gk-tabs-wrap > ol li.active,
.gk-tabs-wrap > ol li.active:hover,
.gk-tabs-wrap > ol li:hover{
  color: #1c1c1c;
}
.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;
  left: -9999px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.gk-tabs-item .box {
  margin-bottom: 0!important;
  padding: 0!important;
}
.gk-tabs-item.active {
  left: 0;
  position: relative;
  z-index: 2;
} 

.box.widget_gk_news_slideshow {
  padding: 0!important;
}
.gk-news-slideshow {
  position: relative;
  overflow: hidden;
}
.gk-news-slideshow .gk-ns-arts-scroll {
  width: 20000px!important;
}
.gk-news-slideshow .gk-ns-arts {
  width: 100%;
}
.gk-news-slideshow .gk-ns-images {
  padding: 0 46px;
}
.gk-news-slideshow .gk-ns-arts,
.gk-news-slideshow .gk-ns-art {
  overflow: hidden
}
.gk-news-slideshow .gk-ns-art img {
  display: block;
  margin: 0!important;
}
.gk-news-slideshow .gk-ns-image-link {
  display: block;
  float: left;
  margin: 0 16px 0 0;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.gk-ns-art .gk-ns-image {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
  display: block;
  -webkit-transition: -webkit-transform 0.15s linear;
  -moz-transition:    -moz-transform 0.15s linear;
  -o-transition:      -o-transform 0.15s linear;
  transition:         transform 0.15s linear;
}
.gk-ns-art .gk-ns-image:hover {
  -webkit-transform: scale(1.15) rotate(-1.5deg);
  -moz-transform: scale(1.15) rotate(-1.5deg);
  -ms-transform: scale(1.15) rotate(-1.5deg);
  -o-transform: scale(1.15) rotate(-1.5deg);
  transform: scale(1.15) rotate(-1.5deg);
}
.gk-news-slideshow .gk-ns-art:hover {
  cursor: pointer
}
.gk-news-slideshow .gk-ns-art:hover .gkns-header a {
  color: #fb5a29
}
.gk-news-slideshow .gk-ns-header {
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0!important;
  color: #b6b6b6;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}
.gk-news-slideshow .gk-ns-header a {
  color: #b6b6b6!important;
}
.gk-news-slideshow .gk-ns-header a:active,
.gk-news-slideshow .gk-ns-header a:focus,
.gk-news-slideshow .gk-ns-header a:hover {
  color: #fff!important;
}
.gk-news-slideshow .gk-ns-text {
  color: #696969;
  font-size: 12px;
  margin: 0;
}
.gk-news-slideshow .gk-ns-art {
  background: #2b2b2b;
  border: 1px solid #2a2a2a;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  -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;
  margin-right: 25px;
  padding: 15px 18px;
  -webkit-transition: background .3s ease-out;
  -moz-transition: background .3s ease-out;
  -ms-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
}
.gk-news-slideshow .gk-ns-art:hover {
  background: #363636;
}
.gk-news-slideshow .gk-ns-prev,
.gk-news-slideshow .gk-ns-next {
  height: 26px;
  width: 26px;
  display: block;
  background: transparent url('../images/style1/ns_interface.png') no-repeat 0 0;
  text-indent: -999em;
  margin-top: -13px;
  cursor: pointer;
}

.gk-news-slideshow .gk-ns-prev {
  position: absolute;
  top: 50%;
  /*left: 0;*/
  z-index: 1;
}
.gk-news-slideshow .gk-ns-next {
  background-position: -26px 0;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
.gk-news-slideshow .gk-ns-prev:hover {
  background-position: 0 -26px
}
.gk-news-slideshow .gk-ns-next:hover {
  background-position: -26px -26px
}
.gk-news-slideshow::selection,
.gk-news-slideshow::selection {
  background: transparent!important
}
.gk-news-slideshow::-moz-selection,
.gk-news-slideshow::-moz-selection {
  background: transparent!important
}
.gk-news-slideshow::-webkit-selection,
.gk-news-slideshow::-webkit-selection {
  background: transparent!important
}
/* make element unvisible */
.gk-news-slideshow .unvisible {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
} 

.gkw-main {
  overflow:hidden;
}

.gkw-current {
  overflow:hidden;
}

.gkw-main-left {
  float:left;
  width:auto;
}

.gkw-temp {
  color: #E25B32;
  font-size:18px;
  text-align:center;
  margin:8px 0 0 0;
}

.gkw-main-right {
  float:left;
  width:auto;
  margin:0 0 0 16px;
}

.gkw-main-right h2 {
  font-size: 32px;
  margin: 4px 0 4px 0;
}

.gkw-main-right p {
  font-size: 11px;
  margin: 0.5em 0;
  line-height: 1.1;
}

ul.gkw-next-days {
  clear:both;
  width:100%;
  float:left;
  list-style-type:none;
  list-style-image:none;
  margin:12px 0 12px 0;
  padding:0;
}

ul.gkw-next-days li {
  background: none!important;
  float:left;
  padding:0!important;
  margin:0!important;
  border:none!important;
  list-style-type:none!important;
}

ul.gkw-next-days li.gkw-items {
  width:49%;
}

.gkw-day {
  font-weight:bold;
  text-align:center;
  display:block;
  color: #363636;
  font-style: normal;
  font-size: 12px;
}

ul.gkw-next-days li img {
  display:block;
  margin:0 auto;
  clear:both;
}

p.gkw-day-temp {
  margin:6px 0 0 0;
  white-space:nowrap;
  text-align:center;
}

span.gkw-day-day {
  padding:2px;
  font-size:10px;
}

span.gkw-day-night {
  padding:2px;
  background:#666;
  color:#fff;
  font-size:10px;
}

div.gkw-fday{
  border-left:1px solid #ddd;
  margin:0 6px 0 0;
  padding:0 0 0 6px;
}

ul.gkw-next-days li:first-child div.gkw-fday{
  border-left:none;
}

/* Style dark */
.dark .gkw-day {
  color: #fff
}
.dark ul.gkw-next-days {
  border-top: 1px solid #444;
  margin: 12px 0;
  padding: 16px 0 0
}
.dark div.gkw-fday {
  border-color: #444
}

.author-avatar img,
.avatar {
  max-width: none!important;
  width: auto!important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"] {
  line-height: 1.2!important;
}

.box {
  overflow: hidden;
}

.ie8clear {
  clear: both;
}


article section.content a,
article section.intro a {
  color: #e25b32;
}
a:active,
a:focus,
a:hover {
  color: #e25b32;
}
.btn,
button,
.readon,
a.gk-button,
input[type="button"],
input[type="submit"],
.nav-btn a {
  background: #e25b32;
}
#top-menu li a:active,
#top-menu li a:focus,
#top-menu li a:hover {
  color: #e25b32;
}
#gk-login:active,
#gk-login:focus,
#gk-login:hover {
  background-color: #e25b32;
}
#gk-rss:active,
#gk-rss:focus,
#gk-rss:hover {
  background-color: #e25b32;
}
#gk-page-top a.cssLogo {
  /*background-image: url('../images/style1/logo.png');*/
  background-image: url('/otown.png');
}
#gk-footer {
  border-top: 2px solid #E25B32;
}
#footer-menu a:active,
#footer-menu a:focus,
#footer-menu a:hover {
  color: #e25b32;
}
#main-menu > li:hover,
#main-menu > li > a:hover,
#main-menu > li:hover > a {
  background: #e25b32;
}
#comments article .author a:active,
#comments article .author a:focus,
#comments article .author a:hover {
  color: #e25b32;
}
.gk-post-meta .tags a:active,
.gk-post-meta .tags a:focus,
.gk-post-meta .tags a:hover,
.gk-post-meta .author a.gk-url:active,
.gk-post-meta .author a.gk-url:focus,
.gk-post-meta .author a.gk-url:hover {
  color: #e25b32;
}
article header h1 sup,
article.sticky header h1 sup,
article header h2 sup,
article.sticky header h2 sup {
  background: #E25B32;
}
#gk-contact span.error {
  color: #e25b32;
}
.contactpage .gk-contact-error,
.contactpage .gk-contact-thanks {
  background: #8DA734;
}
.contactpage .gk-contact-error {
  background: #e25b32;
}
.author-info a:active,
.author-info a:focus,
.author-info a:hover {
  color: #e25b32;
}
#gk-popup-login .button-primary {
  background: #e25b32;
}
.widget_gk_comments li p a:active,
.widget_gk_comments li p a:focus,
.widget_gk_comments li p a:hover {
  color: #e25b32;
}
.gk-facebook-icon,
.gk-twitter-icon,
.gk-gplus-icon,
.gk-pinterest-icon,
.gk-facebook-icon:active,
.gk-facebook-icon:focus,
.gk-facebook-icon:hover,
.gk-twitter-icon:active,
.gk-twitter-icon:focus,
.gk-twitter-icon:hover,
.gk-gplus-icon:active,
.gk-gplus-icon:focus,
.gk-gplus-icon:hover,
.gk-pinterest-icon:active,
.gk-pinterest-icon:focus,
.gk-pinterest-icon:hover {
  /*background-image: url('../images/style1/social_icons.png');*/
  background-image: url('../img/social_icons.png');
}
.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: #e25b32;
}
.gk-nsp-next,
.gk-nsp-prev {
  background-image: url('../img/images/style1/nsp_interface.png');
}
.gk-nsp-header a:active,
.gk-nsp-header a:focus,
.gk-nsp-header a:hover {
  color: #e25b32;
}
.gk-nsp-links-scroll ul li h4 a:active,
.gk-nsp-links-scroll ul li h4 a:focus,
.gk-nsp-links-scroll ul li h4 a:hover {
  color: #e25b32;
}
.box.header .gk-nsp-links-scroll ul li:hover {
  background: #e25b32;
}
.box.header .gk-image-link .gk-nsp-header:hover {
  background: #e25b32;
}
.nsphover .gk-image-link .gk-nsp-category {
  background: #e25b32;
}
.nsphover .gk-nsp-hover-overlay {
  background: #e25b32;
}
.nsphover .gk-nsp-hover-overlay .gk-nsp-text,
.nsphover .gk-nsp-hover-overlay .gk-nsp-text a {
  color: #ffbfab;
}
.nsphover .gk-nsp-hover-overlay .gk-nsp-header a:active,
.nsphover .gk-nsp-hover-overlay .gk-nsp-header a:focus,
.nsphover .gk-nsp-hover-overlay .gk-nsp-header a:hover {
  color: #ffbfab;
}
.nsphover .gk-nsp-art .gk-nsp-category {
  background: #e25b32;
}
.gk-news-slideshow .gk-ns-art:hover .gk-ns-header a {
  color: #fb5a29
}
.gk-news-slideshow .gk-ns-prev,
.gk-news-slideshow .gk-ns-next {
  background-image: url('../img/ns_interface.png');
}
.gkw-temp {
  color: #E25B32;
}
.box #wp-calendar #today {
  background: #e25b32;
}
.box #wp-calendar td#prev a,
.box #wp-calendar td#next a {
  color: #e25b32;
}
.box.tags .tagcloud a {
  /*background-image: url(../images/style1/tag_bullets.png);*/
  background-image: url(../img/tag_bullets.png);

}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
  color: #e25b32;
}
.box.menu li:hover {
  background-color: #e25b32
}
.box.color .box-title {
  color: #e25b32;
}
.box.bigtitle.color .box-title {
  color: #e25b32;
}
.box.headlines .box-title {
  background: #e25b32;
}
.box.headlines .box-title::after {
  background: transparent url('../img/highlight_bg.png') no-repeat 0 center;
  background-size: 100% 100%;
}
#gallery ol li:hover,
#gallery ol li.active {
  background: #e25b32;
}

/* 13.2. Typography
==================================== */

.gk-note:before,
.gk-members > strong:first-child {
  background: #e25b32;
}
.gk-members > strong:first-child {
  background: #dbae43;
}
.gk-tooltip[data-style="style2"] dfn {
  background: #e25b32;
}
.gk-tooltip[data-style="style3"] dfn {
  background: #dbae43;
}
.gk-tooltip[data-style="style5"] dfn {
  border: 2px dashed #e25b32;
}
.gk-notice {
  background: #fffdf8 url('../img/tips.png') no-repeat 2px 11px;
  border-color: #f3cf7b;
}
.gk-info {
  background: #fbfbfb url('../img/info.png') no-repeat 2px 10px;
}
.gk-warning,
.gk-error {
  background: #FFF7F4 url('../img/warning.png') no-repeat 2px 10px;
  border-color: #f38867;
}
.gk-badge[data-style="style2"],
.gk-label[data-style="style2"] {
  background: #e25b32;
}
.gk-badge[data-style="style4"],
.gk-label[data-style="style4"] {
  background: #dbae43;
}
pre.gk-code[data-style="style2"] {
  border-left: 4px solid #e25b32;
}
pre.gk-code[data-style="style3"] {
  border-bottom: 4px solid #e25b32;
  border-top: 4px solid #e25b32;
}
.gk-textblock,
.gk-textblock[data-style="style1"] {
  border: 1px dashed #e25b32;
}
.gk-textblock[data-style="style4"] {
  border: 3px solid #e25b32;
}
.gk-textblock[data-style="style6"] {
  background: #FFFEF4;
  border: 1px solid #EAE8CC;
}
.gk-textblock[data-style="style7"] {
  background: #e25b32;
}
.gk-numblock[data-style="style3"] span {
  border: 3px solid #e25b32;
  color: #e25b32;
}
.gk-floated {
  color: #e25b32;
}
blockquote.gk-quote {
  background: url('../images/style1/typography/open1.png') no-repeat left bottom;
}
blockquote.gk-quote p {
  background: url('../images/style1/typography/close1.png') no-repeat top right;
}
blockquote.gk-quote[data-style="style2"] {
  background: url('../images/style1/typography/open1.png') no-repeat left top;
}
blockquote.gk-quote[data-style="style3"] {
  background: url('../images/style1/typography/open2.png') no-repeat left bottom;
}
blockquote.gk-quote[data-style="style3"] p {
  background: url('../images/style1/typography/close2.png') no-repeat top right;
}
blockquote.gk-quote[data-style="style4"] {
  background: url('../images/style1/typography/open2.png') no-repeat left top;
}
blockquote.gk-quote[data-style="style4"] p {
  background: url('../images/style1/typography/close2.png') no-repeat top right;
}
article .content ul li {
  background: url('../img/bullet1.png') no-repeat 0 10px!important;
}
article .content ul[data-style="style2"] li {
  background: url('../images/style1/typography/bullet2.png') no-repeat 0 10px!important;
}
article .content ul[data-style="style3"] li {
  background: url('../images/style1/typography/bullet3.png') no-repeat 0 10px!important;
}
article .content ul[data-style="style4"] li {
  background: url('../images/style1/typography/bullet4.png') no-repeat 0 10px!important;
}
article .content ul[data-style="style5"] li {
  background: url('../images/style1/typography/bullet5.png') no-repeat 0 10px!important;
}
article .content ul[data-style="style6"] li {
  background: url('../images/style1/typography/bullet6.png') no-repeat 0 10px!important;
}
article .content ul[data-style="style7"] li {
  background: url('../images/style1/typography/bullet7.png') no-repeat 0 10px!important;
}
article .content ul[data-style="style8"] li {
  background: url('../images/style1/typography/bullet8.png') no-repeat 0 10px!important;
}
.gk-button[data-style="style2"]:active,
.gk-button[data-style="style2"]:focus,
.gk-button[data-style="style2"]:hover {
  background-color: #e25b32;
}
.gk-button[data-style="style3"] {
  background-color: #dbae43;
}
.gk-button[data-style="style3"]:active,
.gk-button[data-style="style3"]:focus,
.gk-button[data-style="style3"]:hover {
  background-color: #e25b32;
}
.gk-button[data-style="style4"] {
  background-color: #3eabe9;
}
.gk-button[data-style="style5"] {
  background-color: #8DA734;
}
.gk-button[data-style="style6"] {
  background-color: #8c7a71;
}
.gk-button[data-style="style7"] {
  background-color: #e8a246;
}
.gk-legend[data-style="style3"] {
  border-color: #e25b32;
}
.gk-legend[data-style="style3"] > strong:first-child {
  color: #e25b32;
}


.page_list{
  background: #fff  url('../img/topmenu_bg.png') repeat 0 0;
  margin: 0 -19px -10px -20px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 0 20px;
  overflow: hidden;
  height: 29px;

}
.page_list a{
  display: inline-block;
  padding:  7px 10px;
  border-left: 1px solid #E5E5E5;
  line-height: 1em;
}
.page_list a.act{
  background: #E25B32;
  color: #FFF;
  /*font-weight: bold;*/
}
.page_list font{
  /*padding-left: 2.5em;*/
}

.page_list_top .page_list{
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  margin: -24px -19px 10px -20px;
}

.da_adp_links {display:none;}

.teg2mail:before {
  content: attr(town-str);    
  z-index: 1;
}