/*

Theme Name: Steakhouse

Theme URI: http://www.gavick.com

Description: Bring the ambience of your pub, brasserie or steakhouse online with Steak House, the premium food WordPress theme for eatery websites. A complete package that includes all that you need to establish a functional, stylish site to reach out to your customers and promote your tasty cuisine.

License: GNU GPL v.2.0

License URI: LICENSE.txt

Version: 1.5

Author: GavickPro

Author URI: http://www.gavick.com

Tags: yellow, white, two-columns, fluid-layout, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready

*/



/* 1. Basic Elements

    1.1 Fonts

    1.2 Basic stuff

    1.3 Containers

    1.4 Icons font

2. Header

3. Post/Page elements

    3.1 Navigation

    3.2 Content

    3.3 Entry Header

    3.4 Entry Content

    3.5 Galleries

    3.6 Post Formats

    3.7 Attachments

    3.8 Post/Paging Navigation

    3.9 Author Bio

    3.10 Archives

    3.10 Search Results/No posts

    3.12 404 Page

    3.13 Comments

    3.14 Page templates

    3.15 Typography

4. Widgets

    4.1 Widget Styles

    4.2 GK News Show Pro

    4.3 GK Tabs

5. Footer

6. Other

7. Multi-site improvements

8. RWD

----------------------------------*/



@charset "UTF-8";



/*---------------------------------

1. Basic elements

----------------------------------*/

*,

*:after,

*:before {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



html {

  -webkit-font-smoothing: subpixel-antialiased;

}



body {

  background: #fff;

  color: #444;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.9;

  margin: 0;

  min-height: 100%;

  padding: 0;

}

body.frontpage {

  background-image: none !important;

}



a {

  color: #d27244;

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

}

a.inverse, a:hover, a:active, a:focus {

  color: #010101;

}

a.inverse:active, a.inverse:focus, a.inverse:hover {

  color: #d27244;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  color: #000;

  font-weight: 400;

  line-height: 1.2;

  margin: 0;

  padding: 0;

}



h1 {

  font-size: 40px;

  text-transform: none;

}



h2 {

  font-size: 36px;

  text-transform: none;

}



h3 {

  font-size: 24px;

}



h4 {

  font-size: 18px;

}



h5 {

  font-size: 16px;

}



h6 {

  font-size: 14px;

}



b,

strong {

  font-weight: 600;

}



ul {

  list-style: none;

  margin: 0;

  padding: 0;

}



ul li {

  line-height: 1.7;

}



p {

  margin: 1em 0 2em;

}



iframe {

  border: none;

  max-width: 100% !important;

}



hr {

  border: none;

  clear: both;

  display: block;

  height: 1px;

  margin: 0;

  padding: 50px 0;

  position: relative;

}

hr:after {

  background: #d5d5d5;

  content: "";

  height: 1px;

  left: 50%;

  margin: 0 0 0 -100px;

  position: absolute;

  top: 49px;

  width: 200px;

}

hr:before {

  background: #d5d5d5;

  content: "";

  height: 9px;

  left: 50%;

  margin: -4px 0 0 -4px;

  position: absolute;

  top: 49px;

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform: rotate(-45deg);

  width: 9px;

}



code {

  background: #f5f5f5;

  padding: 5px 10px;

}



pre {

  background: #fafafa;

  border: 1px solid #e5e5e5;

  padding: 20px;

}



/*---------------------------------

1.1 Fonts

----------------------------------*/

[class^="icon-"]:before,

[class*=" icon-"]:before {

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  speak: none;

  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.icon-email:before {

  content: "\f003";

}



.icon-fb:before {

  content: "\f082";

}



.icon-gplus:before {

  content: "\f0d4";

}



.icon-phone:before {

  content: "\f095";

}



.icon-pinterest:before {

  content: "\f0d2";

}



.icon-rss:before {

  content: "\f143";

}



.icon-star:before {

  content: "\f005";

}



.icon-twitter:before {

  content: "\f081";

}



.icon-youtube:before {

  content: "\f166";

}



/**

 * 1.2 Basic stuff

 * ----------------------------------------------------------------------------

 */

/* Clearing floats */

.clear:after,

.entry-header:after,

#gk-footer .widget-area:after,

.entry-content:after,

.page-content:after,

.navigation:after,

.nav-links:after,

.gallery:after,

.comment-form-author:after,

.comment-form-email:after,

.comment-form-url:after,

.comment-body:after,

#gk-social-icons,

.gk-nsp:after,

.gk-nsp-arts:after,

.gk-nsp-links:after,

#content:after,

#primary:after,

#sidebar:after,

#content-top:after,

#content-bottom:after,

.eventlist-item:after,

#content > article:after,

.widget-area:after {

  clear: both;

  content: "";

  display: table;

}



/* Assistive text */

.screen-reader-text {

  clip: rect(1px, 1px, 1px, 1px);

  position: absolute !important;

}



.screen-reader-text:focus {

  background-color: #f1f1f1;

  border-radius: 3px;

  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

  clip: auto !important;

  color: #21759b;

  display: block;

  font-size: 14px;

  font-weight: bold;

  height: auto;

  line-height: normal;

  padding: 15px 23px 14px;

  position: absolute;

  left: 5px;

  top: 5px;

  text-decoration: none;

  width: auto;

  z-index: 100000;

  /* Above WP toolbar */

}



/* Form fields, general styles first. */

select,

textarea,

input[type="text"],

input[type="search"],

input[type="password"],

input[type="url"],

input[type="email"] {

  background: #fff;

  border: 1px solid #d1d1d1;

  color: #000;

  font-size: 14px;

  line-height: 1.7;

  height: 45px !important;

  padding: 10px 20px !important;

  max-width: 100% !important;
  width: 95%;

}



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

  color: #000;

  font-size: 13px;

  font-weight: 400;

  opacity: 1;

  text-transform: uppercase;

}



input::-moz-placeholder,

textarea::-moz-placeholder {

  color: #000;

  font-size: 13px;

  font-weight: 400;

  opacity: 1;

  text-transform: uppercase;

}



input:-ms-input-placeholder,

textarea:-ms-input-placeholder {

  color: #000;

  font-size: 13px;

  font-weight: 400;

  opacity: 1;

  text-transform: uppercase;

}



input:-moz-placeholder,

textarea:-moz-placeholder {

  color: #000;

  font-size: 13px;

  font-weight: 400;

  opacity: 1;

  text-transform: uppercase;

}

.wpcf7-form p {
	text-align:left !important;}
	
.postulaciones {
	display:table;
/*	padding: 0 20px;
	border: 1px solid;*/
	width: 100%;
	}	
	
.postulacion_detalle {
    float: left;
    width: 50%;
}

.postulacion_info {
    float: right;
    margin: 0 0 12px;
    width: 50%;
}

textarea {

  height: auto !important;

  max-width: 100% !important;

  padding: 24px;

}



legend {

  color: #1B1D1F;

}



select {

  height: inherit;

  padding: 6px;

  font-family: Arial, sans-serif;

  font-size: 12px;

  height: 39px;

  line-height: 39px;

  padding: 12px;

}



input[type="text"]:focus,

input[type="search"]:focus,

input[type="password"]:focus,

input[type="url"]:focus,

input[type="email"]:focus,

textarea:focus {

  background: #fffef4;

}



/* Buttons */

button,

.button,

.readon,

.button-border,

input[type="submit"],

input[type="button"],

input[type="reset"] {

  -webkit-appearance: none;

  background: #d27244;

  border: none;

  color: white !important;

  cursor: pointer;

  display: block;

  float: left;

  font-size: 14px;

  font-weight: bold;

  height: auto;

  line-height: 25px;

  margin: 0 5px 2px 2px;

  padding: 15px 50px;

  text-align: center;

  text-transform: uppercase;

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

}
.soc {}

.soc  a {
	margin: 0  20px;}



button:hover,

button:focus,

.button:hover,

.button:focus,

.readon:hover,

.readon:focus,

input[type="submit"]:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:focus,

input[type="button"]:focus,

input[type="reset"]:focus,

button:active,

.readon:active,

input[type="submit"]:active,

input[type="button"]:active,

input[type="reset"]:active {

  background: #000;

}



.button-border {

  background: transparent!important;

  border: 2px solid #d27244;

  color: #d27244 !important;

}



.button-border:active,

.button-border:focus,

.button-border:hover {

  background: #fff;

  border: 2px solid #000;

  color: black !important;

}



.post-password-required input[type="submit"] {

  vertical-align: bottom;

}



/* Labels */

label {

  color: #111;

  font-size: 13px;

  font-weight: 600;

  padding: 0 6px 0 0;

}



/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {

  color: #7d7b6d;

}



:-moz-placeholder {

  color: #7d7b6d;

}



::-moz-placeholder {

  color: #7d7b6d;

}



:-ms-input-placeholder {

  color: #7d7b6d;

}



/**

 * 1.3 Containers

 * ----------------------------------------------------------------------------

 */

#gk-bg {

  background: #fff;

  position: relative;

  width: 100%;

  z-index: 1;

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -ms-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

}



body.frontpage,

#frontpage-wrap {

  overflow: hidden;

}



#gk-bg.menu-open {

  margin-left: -280px;

}



.site-main {

  padding: 100px 0 0 0;

  position: relative;

}



.site-content {

  padding: 0 0 50px 0;

}



#content-top {

  margin-bottom: 48px;

}



#content-bottom {

  margin-top: 48px;

}



.gk-3-cols[data-cols="1"] .widget-wrap {

  float: left;

  width: 100%;

}



.gk-3-cols[data-cols="2"] .widget-wrap {

  float: left;

  padding: 0 20px;

  width: 50%;

}



.gk-3-cols[data-cols="3"] .widget-wrap {

  float: left;

  padding: 0 20px;

  width: 33.333333%;

}



.gk-3-cols[data-cols="2"],

.gk-3-cols[data-cols="3"] {

  margin: 0 -20px;

}



#gk-bottom1,

#gk-bottom2,

#gk-bottom3 {

  padding: 60px 0;

}



/**

 * 1.4 Icons font

 * ----------------------------------------------------------------------------

 */

@font-face {

  font-family: "steakhouse-pixellove";

  src: url("fonts/steakhouse-pixellove/steakhouse-pixellove.eot");

  src: url("fonts/steakhouse-pixellove/steakhouse-pixellove.eot?#iefix") format("embedded-opentype"), url("fonts/steakhouse-pixellove/steakhouse-pixellove.woff") format("woff"), url("fonts/steakhouse-pixellove/steakhouse-pixellove.ttf") format("truetype"), url("fonts/steakhouse-pixellove/steakhouse-pixellove.svg#steakhouse-pixellove") format("svg");

  font-weight: normal;

  font-style: normal;

}

[data-icon]:before {

  font-family: "steakhouse-pixellove" !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: "steakhouse-pixellove" !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-coffee:before {

  content: "a";

}



.gk-icon-coffee-solid:before {

  content: "b";

}



.gk-icon-cutlery:before {

  content: "c";

}



.gk-icon-cutlery-solid:before {

  content: "d";

}



.gk-icon-dinner-set:before {

  content: "e";

}



.gk-icon-dinner-set-solid:before {

  content: "f";

}



.gk-icon-gallery:before {

  content: "g";

}



.gk-icon-gallery-alt:before {

  content: "h";

}



.gk-icon-gallery-alt-solid:before {

  content: "i";

}



.gk-icon-gallery-solid:before {

  content: "j";

}



.gk-icon-glass:before {

  content: "k";

}



.gk-icon-glass-solid:before {

  content: "l";

}



.gk-icon-ice-cream:before {

  content: "m";

}



.gk-icon-ice-cream-alt:before {

  content: "n";

}



.gk-icon-ice-cream-alt-solid:before {

  content: "o";

}



.gk-icon-ice-cream-solid:before {

  content: "p";

}



.gk-icon-lollipop:before {

  content: "q";

}



.gk-icon-lollipop-alt:before {

  content: "r";

}



.gk-icon-lollipop-alt-solid:before {

  content: "s";

}



.gk-icon-lollipop-solid:before {

  content: "t";

}



.gk-icon-map-path:before {

  content: "u";

}



.gk-icon-map-path-solid:before {

  content: "v";

}



.gk-icon-marker:before {

  content: "w";

}



.gk-icon-marker-solid:before {

  content: "x";

}



.gk-icon-orange:before {

  content: "y";

}



.gk-icon-orange-solid:before {

  content: "z";

}



.gk-icon-phone:before {

  content: "A";

}



.gk-icon-phone-solid:before {

  content: "B";

}



.gk-icon-tea-cup:before {

  content: "C";

}



.gk-icon-tea-cup-solid:before {

  content: "D";

}



.gk-icon-wine-glass:before {

  content: "E";

}



.gk-icon-wine-glass-solid:before {

  content: "F";

}



.gk-icon-bottle-glass:before {

  content: "G";

}



.gk-icon-bottle-glass-solid:before {

  content: "H";

}



.gk-icon-burger:before {

  content: "I";

}



.gk-icon-burger-solid:before {

  content: "J";

}



.gk-icon-calendar:before {

  content: "K";

}



.gk-icon-calendar-solid:before {

  content: "L";

}



.gk-icon-cheeseburger:before {

  content: "M";

}



.gk-icon-cheeseburger-solid:before {

  content: "N";

}



.gk-icon-clock:before {

  content: "O";

}



.gk-icon-clock-solid:before {

  content: "P";

}



/*---------------------------------

2. Header

----------------------------------*/

#gk-header {

  background-attachment: fixed;

  background-position: center top;

  background-size: cover;

  margin: 0;

  padding: 0;

  position: relative;

}

#gk-header.menu-visible {

  padding-top: 80px;

}



#gk-header-mod {

  color: #fff;

  overflow: hidden;

  text-align: center;

}

#gk-header-mod .gk-header-mod-wrap {

  padding: 50px 0 40px 0;

}

#gk-header-mod h1 {

  color: #fff;

  font-size: 76px;

  font-weight: 400;

  padding-top: 100px;

}

#gk-header-mod h2 {

  color: #fff;

  font-size: 24px;

  float: none;

  font-weight: 300;

  margin: 0 auto !important;

  padding: 100px 0 80px 0;

  position: relative;

  width: 40%;

}

#gk-header-mod h2:before {

  border-top: 1px solid #fff;

  content: "";

  left: 0;

  position: absolute;

  top: 50px;

  width: 100%;

}

#gk-header-mod h2:after {

  background: #fff;

  content: "";

  height: 9px;

  left: 50%;

  margin: -4px 0 0 -9px;

  position: absolute;

  top: 50px;

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform: rotate(-45deg);

  width: 9px;

}

#gk-header-mod p {

  margin: 0;

}

#gk-header-mod .btn {

  background: #fff;

  color: #000;

  display: inline-block;

  font-size: 14px;

  font-weight: bold;

  height: 55px;

  line-height: 56px;

  padding: 0 35px;

  text-transform: uppercase;

}

#gk-header-mod .btn:active, 

#gk-header-mod .btn:focus, 

#gk-header-mod .btn:hover {

  background: #000;

  color: #fff;

}

#gk-header-mod .gk-short-menu {

  font-size: 14px;

  font-weight: 600;

  margin: 352px 0 150px 0;

}

#gk-header-mod .gk-short-menu li {

  display: inline-block;

  line-height: 2.2;

  margin: 0 40.25px;

}

#gk-header-mod .gk-short-menu a {

  color: #fff;

}

#gk-header-mod .gk-short-menu a:active, 

#gk-header-mod .gk-short-menu a:focus, 

#gk-header-mod .gk-short-menu a:hover {

  color: rgba(255, 255, 255, 0.6);

}

#gk-header-mod .gk-short-menu i {

  display: block;

  font-size: 50px;

  line-height: 54px;

  margin: 0 auto;

}

#gk-header-mod .gk-short-menu .gk-icon-dinner-set-solid {

  font-size: 64px;

  position: relative;

  top: 2px;

}

#gk-header-mod .gk-short-menu .gk-icon-calendar-solid {

  font-size: 42px;

  position: relative;

  top: 2px;

}



@media (max-height: 1400px) {

  #gk-header-mod .gk-short-menu {

    margin: 302px 0 150px 0;

  }



  #gk-header-mod > div > div {

    padding: 50px 0 40px 0;

  }

}

@media (max-height: 1300px) {

  #gk-header-mod .gk-short-menu {

    margin: 252px 0 100px 0;

  }



  #gk-header-mod h1 {

    padding-top: 50px;

  }

}

@media (max-height: 1200px) {

  #gk-header-mod .gk-short-menu {

    margin: 152px 0 50px 0;

  }



  #gk-header-mod h1 {

    padding-top: 30px;

  }

}

@media (max-height: 1100px) {

  #gk-header-mod .gk-short-menu {

    margin: 132px 0 50px 0;

  }



  #gk-header-mod h2 {

    padding: 80px 0 50px 0;

  }

}

@media (max-height: 1000px) {

  #gk-header-mod .gk-short-menu {

    margin: 82px 0 50px 0;

  }



  #gk-header-mod h2 {

    padding: 80px 0 30px 0;

  }



  #gk-header-mod .gk-logo.gk-logo-css {

    margin: 30px auto 0 auto!important;

  }

}

@media (max-height: 900px) {

  #gk-header-mod .gk-logo.gk-logo-css {

    height: 180px!important;

  }

}

@media (max-height: 800px) {

  #gk-header-mod > div > div {

    padding: 0!important;

  }



  #gk-header-mod .gk-short-menu {

    margin: 32px 0 50px 0;

  }

}

@media (max-height: 700px) {

  #gk-header-mod h1 {

    font-size: 48px;

  }



  #gk-header-mod h2:before,

  #gk-header-mod h2:after {

    top: 16px;

  }



  #gk-header-mod h2 {

    padding: 35px 0 25px 0;

  }



  #gk-header-mod .gk-short-menu {

    margin: 22px 0 50px 0;

  }



  #gk-header-mod .gk-short-menu li {

    display: inline-block;

    margin: 0 16px;

  }

}

@media (max-height: 600px) {

  #gk-header-mod .gk-short-menu i {

    font-size: 24px !important;

    line-height: 24px !important;

  }



  #gk-header-mod .btn {

    height: 40px;

    line-height: 40px;

    padding: 0 20px;

  }



  #gk-header-mod h2 {

    font-size: 16px;

  }



  #gk-header-mod .gk-logo.gk-logo-css {

    height: 130px!important;

  }

}

@media (max-height: 500px) {

  #gk-header-mod h1 {

    font-size: 32px;

  }



  #gk-header-mod .gk-short-menu span {

    font-size: 12px;

    font-weight: 500;

  }



  #gk-header-mod .gk-logo.gk-logo-css {

    height: 80px!important;

    margin: 10px auto 0 auto!important;

  }



  #gk-header-mod h2 {

    padding: 30px 0 20px 0;

  }

}

#gk-header-widget {

  background: #f5f5f5;

  padding: 20px;

}

#gk-header-widget .widget-area {

  margin: 0 auto;

}



#gk-header-nav {

  background: #fff;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  height: 80px;

  left: 0;

  padding: 0;

  position: fixed;

  top: -250px;

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -ms-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

  width: 100%;

  z-index: 10000;

}

#gk-header-nav.menu-open {

  left: -280px;

}

#gk-header-nav.static {

  position: fixed;

  top: 0;

}

.admin-bar #gk-header-nav.static {

  top: 32px;

}

.menu-open #gk-header-nav {

  left: -280px !important;

}

#gk-header-nav.active {

  top: 0;

}

.admin-bar #gk-header-nav.active {

  top: 32px;

}

#gk-header-nav .main-navigation {

  float: left;

  min-height: 80px;

  padding: 0 100px 0 0;

  text-align: left;

  white-space: nowrap;

  width: 50%;

}

#gk-header-nav .main-navigation.main-navigation-right {

  float: right;

  padding: 0 0 0 100px;

  text-align: right;

}

#gk-header-nav .gk-logo {

  left: 50%;

  margin: 0 0 0 -56px;

  position: absolute;

  top: 0;

  z-index: 1;

}



#gk-header-nav-wrap {

  margin: 0 auto;

}



/* Logo */

.gk-logo {

  display: block;

  float: none;

  margin: 0 auto;

  padding: 0;

  text-indent: -9999px;

  text-shadow: none;

}

.gk-logo img {

  display: block;

  height: auto;

  margin: 30px auto 0 auto;

  max-width: 300px;

}

.gk-logo.gk-logo-css {

  background: url("images/logo.png") no-repeat center center;

  background-size: contain;

  /* You can specify there logo size and background */

  height: 270px;

  margin: 70px auto 0 auto;

  width: 300px;

}

.gk-logo.gk-logo-small img {

  max-height: 80px;

  margin: 0;

  width: auto;

}

.gk-logo.gk-logo-css.gk-logo-small {

  background: url("images/logo-small.png") no-repeat center center;

  background-size: contain;

  background-position: center center;

  /* You can specify there logo size and background */

  height: 70px;

  margin-top: 3px !important;

  width: 112px;

}



/*---------------------------------

3. Post/Page elements

----------------------------------*/

/**

 * 3.1 Navigation

 * ----------------------------------------------------------------------------

 */

.nav-menu {

  margin: 0;

  padding: 0;

}

.nav-menu > li,

.nav-menu > ul > li {

  clear: none !important;

  display: inline-block;

  font-size: 14px;

  font-weight: bold;

  height: 80px;

  line-height: 80px;

  text-transform: uppercase;

  width: auto;

}

.nav-menu > li > a:active, 

.nav-menu > li > a:focus, 

.nav-menu > li > a:hover, 

.nav-menu > li.current_page_item > a, 

.nav-menu > li.current_page_item > a:active, 

.nav-menu > li.current_page_item > a:focus, 

.nav-menu > li.current_page_item > a:hover {

  color: #d27244;

}

.nav-menu > li > a,

.nav-menu > ul > li > a {

  color: #2d2d2d;

  display: block;

  height: 80px;

  line-height: 80px;

  padding: 0 13px;

  position: relative;

}

.nav-menu > li.menu-item-has-children a:before,

.nav-menu ul > li.menu-item-has-children a:before {

  bottom: 0;

  border: 10px solid #d27244;

  border-left: 10px solid #fff;

  border-right: 10px solid #fff;

  border-top: none;

  content: "";

  left: 32px;

  opacity: 0;

  position: absolute;

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

  z-index: 1001;

}

.nav-menu > li.menu-item-has-children:hover > a:before {

  opacity: 1;

}

.nav-menu > li:first-child > a {

  padding-left: 0;

}

.nav-menu > li:last-child > a {

  padding-right: 0;

}

.nav-menu > li .sub-menu,

.nav-menu ul > li .children {

  background: #d27244;

  border-radius: 3px;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  margin: 0;

  padding: 16px 32px;

  position: absolute;

  left: -9999px;

  text-transform: none;

  width: 264px;

  z-index: 99999;

}

.nav-menu > li .sub-menu li,

.nav-menu ul > li .children li {

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  font-size: 14px;

  font-weight: bold;

  line-height: 20px;

  margin: 0;

  padding: 10px 0;

  text-align: center;

  text-transform: uppercase;

  white-space: normal;

}

.nav-menu > li .sub-menu li:first-child,

.nav-menu ul > li .children li:first-child {

  border-top: none;

}

.nav-menu > li .sub-menu li a,

.nav-menu ul > li .children li a  {

  color: #fff;

  display: block;

  line-height: 20px;

  padding: 0;

}

.nav-menu > li .sub-menu li a:active, 

.nav-menu > li .sub-menu li a:focus, 

.nav-menu > li .sub-menu li a:hover,

.nav-menu ul > li .children li a:active, 

.nav-menu ul > li .children li a:focus, 

.nav-menu ul > li .children li a:hover {

  color: rgba(255, 255, 255, 0.8);

}

.nav-menu > li .sub-menu a,

.nav-menu > li .sub-menu li,

.nav-menu ul > li .children a,

.nav-menu ul > li .children li {

  width: 100%;

}

.nav-menu > li .sub-menu .sub-menu,

.nav-menu ul > li .children .children {

  margin-left: 100px;

  margin-top: -35px;

}

.nav-menu li:hover > .sub-menu,

.nav-menu li:hover > .children {

  left: auto;

}



.menu-toggle {

  display: none;

}



/* Aside menu */

#page {

  margin: 0 auto;

  position: relative;

  -webkit-transition: left .3s ease-out;

  -moz-transition: left .3s ease-out;

  -ms-transition: left .3s ease-out;

  -o-transition: left .3s ease-out;

  transition: left .3s ease-out;

}

#page.page-wide {

  max-width: 100%;

}



#aside-menu-toggler {

  color: #2d2d2d;

  cursor: pointer;

  display: none;

  float: right;

  font-size: 32px;

  height: 44px;

  line-height: 44px;

  margin: 0;

  overflow: hidden;

  position: absolute;

  right: 0;

  top: 15px;

  width: 44px;

  z-index: 10000;

}



#aside-menu {

  background: #000;

  float: right;

  height: 100%;

  overflow: hidden;

  position: absolute;

  pointer-events: none;

  right: 0;

  top: 0;

  -webkit-transition: width .3s ease-out;

  -moz-transition: width .3s ease-out;

  -ms-transition: width .3s ease-out;

  -o-transition: width .3s ease-out;

  transition: width .3s ease-out;

  visibility: hidden;

  width: 280px;

  will-change: width;

  z-index: 0;

}

#aside-menu h3 {

  color: #ccc;

  margin: 0 0 0 25px;

  text-align: left;

}

#aside-menu > nav {

  height: 100%;

  overflow: auto;

  -webkit-overflow-scrolling: touch;

  width: 100%;

  padding-right: 32px;

  min-width: 280px;

  max-width: 100%;

}

#aside-menu li {

  font-size: 15px;

  font-weight: 600;

  padding: 3px 0;

  text-transform: uppercase;

}

#aside-menu li a {

  color: #fff;

  display: block;

  padding: 3px 0;

  width: 100%;

}

#aside-menu li a:active, #aside-menu li a:focus, #aside-menu li a:hover, #aside-menu li.current_page_item a {

  color: #fff;

}

#aside-menu li li {

  font-size: 14px;

  font-weight: 400;

  text-transform: none;

}

#aside-menu li li a {

  color: #aaa;

}

#aside-menu li li li {

  font-weight: 300;

  padding-left: 15px;

}

#aside-menu .sub-menu,

#aside-menu .children {

  padding-left: 0;

}

#aside-menu .nav-aside-menu {

  margin: 0;

}



#aside-menu.menu-open {

  position: fixed;

  pointer-events: auto;

  visibility: visible;

}



#aside-navigation li {

  text-align: left;

}

#aside-navigation > div > ul {

  padding: 20px 0 20px 25px;

}

#aside-navigation > div + div {

  margin-top: -40px;

}



#aside-navigation.main-navigation {

  margin: 22px auto 0 auto;

}



#close-menu {

  cursor: pointer;

  font-size: 26px;

  opacity: 0;

  padding-right: 8px;

  position: fixed;

  right: 0px;

  top: 24px;

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -ms-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

  z-index: 0;

}

#close-menu.menu-open {

  opacity: 1.0;

  right: 10px;

  z-index: 100002;

}



/* Android fix */

.android-stock-browser #aside-menu {

  height: auto;

  min-height: 100%;

  position: absolute;

}

.android-stock-browser #aside-menu > div {

  height: auto;

  min-height: 100%;

}



/**

 * 3.2 Content

 * ----------------------------------------------------------------------------

 */

.post-meta {

  float: left;

  min-height: 10px;

  width: 15%;

}



.author-info {

  float: left;

  width: 20%;

}



.entry-tags {

  clear: both;

  color: #999;

  font-size: 13px;

  font-style: italic;

  overflow: hidden;

}

.entry-tags strong {

  float: left;

  font-weight: normal;

}

.entry-tags a {

  float: left;

  margin: 1px 0 0 6px;

  padding: 0 !important;

}

.entry-tags a:after {

  content: ",";

}

.entry-tags a:last-child:after {

  display: none;

}



/* Related items */

.entry-related {

  text-align: center;

}



.entry-related h3 {

  border-top: 1px solid #e5e5e5;

  clear: both;

  line-height: 24px;

  margin: 20px 0;

  padding: 52px 0 0;

}



.entry-related a {

  display: inline-block;

  margin: 0 1%;

  vertical-align: top;

  width: 18%;

}



.entry-related a strong {

  display: block;

  font-size: 14px;

  font-weight: 500;

  line-height: 1.5;

  margin: 0;

  text-align: left;

  width: 100%;

}



.entry-related img {

  display: block;

  margin: 12px 0 24px;

}



/**

 * 3.3 Entry Header

 * ----------------------------------------------------------------------------

 */

.entry-header {

  margin: 0 0 24px;

  position: relative;

  text-align: center;

  width: 100%;

}

.entry-header time {

  color: #999;

  display: inline-block;

  font-size: 13px;

  font-weight: 400;

  text-align: center;

  text-transform: uppercase;

}



.entry-title {

  font-size: 36px;

  line-height: 1.2;

  font-weight: bold;

  margin: 0 !important;

  padding: 16px 0;

  text-align: center;

  text-transform: uppercase;

}

.archive .entry-title {

  font-size: 32px;

}

.entry-title.sticky {

  position: relative;

}

.entry-title.sticky:after {

  color: #f6c11f;

  content: "\f006";

  font-family: FontAwesome;

  font-size: 18px;

  position: relative;

  right: 4px;

  top: -15px;

}



.item-author {

  font-size: 13px;

  color: #999;

  line-height: 1;

  margin: 0 auto !important;

  position: relative;

  text-align: center;

  width: 60%;

  text-transform: uppercase;

}

.item-author:before {

  border-top: 1px solid #d5d5d5;

  content: "";

  left: 0;

  position: absolute;

  top: 15px;

  width: 100%;

  z-index: 0;

}

.item-author > span {

  background: #fff;

  display: inline-block;

  line-height: 31px;

  padding: 0 10px;

  position: relative;

  z-index: 1;

}

.item-author img {

  border: 1px solid #d5d5d5;

  border-radius: 50%;

  display: inline-block;

  height: 32px;

  margin: 0 5px 0 0;

  padding: 3px;

  vertical-align: middle;

  width: 32px;

}

.search .item-author, .archive .item-author {

  padding: 0 0 52px 0;

}

.entry-header + .item-author {

  margin-top: -30px !important;

}



.item-info {

  font-size: 11px;

  margin: 24px 0 32px;

  padding: 18px 0;

  text-align: center;

  text-transform: uppercase;

  width: 100%;

}

.item-info li {

  display: inline-block;

  padding: 0 10px;

}



/**

 * 3.4 Entry Content

 * ----------------------------------------------------------------------------

 */

#gk-bg .post,

#gk-bg .page,

#gk-bg .attachment {

  margin: 0 auto;

  max-width: 1000px;

}



.entry-thumbnail {

  margin: 0 0 44px 0;

}



.entry-thumbnail img {

  margin: 0;

  width: 100%;

}



.entry-thumbnail-wrap {

  display: block;

  overflow: hidden;

}



.entry-thumbnail-wrap img {

  display: block;

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -ms-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

}



.entry-thumbnail-wrap:hover img {

  -webkit-transform: rotate(5deg) scale(1.3);

  -moz-transform: rotate(5deg) scale(1.3);

  -ms-transform: rotate(5deg) scale(1.3);

  -o-transform: rotate(5deg) scale(1.3);

  transform: rotate(5deg) scale(1.3);

}



.edit-link a:before {

  content: "\f040";

  font-family: FontAwesome;

  margin-right: 5px;

}



/* Page links */

.page-links {

  clear: both;

  font-size: 13px;

  font-weight: normal;

  line-height: 2.2;

  margin: 20px 0;

}



.page-links a,

.page-links > span {

  background: #fff;

  border: 1px solid #fff;

  padding: 5px 10px;

  text-decoration: none;

}



.format-status .entry-content .page-links a,

.format-gallery .entry-content .page-links a,

.format-chat .entry-content .page-links a,

.format-quote .entry-content .page-links a,

.page-links a {

  border: none;

  color: #fff;

}



.format-gallery .entry-content .page-links a:hover,

.format-audio .entry-content .page-links a:hover,

.format-status .entry-content .page-links a:hover,

.format-video .entry-content .page-links a:hover,

.format-chat .entry-content .page-links a:hover,

.format-quote .entry-content .page-links a:hover,

.page-links a:hover {

  background: #fff;

}



.format-status .entry-content .page-links > span,

.format-quote .entry-content .page-links > span {

  background: none;

}



.page-links .page-links-title {

  background: transparent;

  border: none;

  margin-right: 20px;

  padding: 0;

}



/* Media elements */

.hentry .mejs-mediaelement,

.hentry .mejs-container .mejs-controls {

  background: #220e10;

}



.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {

  background: #fff;

}



.hentry .mejs-controls .mejs-time-rail .mejs-time-total,

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {

  background: #595959;

}



.hentry .mejs-controls .mejs-time-rail span,

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {

  border-radius: 0;

}



.entry-social-sharing {

  clear: both;

  padding: 24px 0 32px;

  text-align: center;

}



.entry-social-sharing > div {

  display: inline-block;

  margin: 0 12px;

  vertical-align: top;

}



.entry-social-sharing iframe {

    max-width: none!important;

}



/**

 * 3.5 Galleries

 * ----------------------------------------------------------------------------

 */

.gallery {

  margin: 20px auto;

  width: 80%;

}



.gallery-item {

  float: left;

  margin: 0 !important;

  overflow: hidden;

  padding: 0 4px 4px 0;

  position: relative;

}

.gallery-item a,

.gallery-item img {

  display: block;

  height: auto;

  width: 100%;

}

.gallery-item:hover .gallery-caption {

  opacity: 1;

}



.gallery-columns-1.gallery-size-medium,

.gallery-columns-1.gallery-size-thumbnail,

.gallery-columns-2.gallery-size-thumbnail,

.gallery-columns-3.gallery-size-thumbnail {

  display: table;

  margin: 0 auto 20px;

}



.gallery-columns-1 .gallery-item,

.gallery-columns-2 .gallery-item,

.gallery-columns-3 .gallery-item {

  text-align: center;

}



.gallery-columns-2 .gallery-item {

  width: 50%;

}



.gallery-columns-3 .gallery-item {

  width: 33.333333%;

}



.gallery-columns-4 .gallery-item {

  width: 25%;

}



.gallery-columns-5 .gallery-item {

  width: 20%;

}



.gallery-columns-6 .gallery-item {

  width: 16.666666%;

}



.gallery-columns-7 .gallery-item {

  width: 14.285714%;

}



.gallery-columns-8 .gallery-item {

  width: 12.5%;

}



.gallery-columns-9 .gallery-item {

  width: 11.111111%;

}



.gallery-columns-1 .gallery-item:nth-of-type(1n),

.gallery-columns-2 .gallery-item:nth-of-type(2n),

.gallery-columns-3 .gallery-item:nth-of-type(3n),

.gallery-columns-4 .gallery-item:nth-of-type(4n),

.gallery-columns-5 .gallery-item:nth-of-type(5n),

.gallery-columns-6 .gallery-item:nth-of-type(6n),

.gallery-columns-7 .gallery-item:nth-of-type(7n),

.gallery-columns-8 .gallery-item:nth-of-type(8n),

.gallery-columns-9 .gallery-item:nth-of-type(9n) {

  margin-right: 0;

}



.gallery-caption {

  background-color: rgba(0, 0, 0, 0.7);

  bottom: 4px;

  color: #fff;

  font-size: 14px;

  left: 0;

  line-height: 1.3;

  margin: 0 !important;

  max-height: 50%;

  opacity: 0;

  padding: 2px 8px 6px 8px;

  position: absolute;

  right: 4px;

  text-align: left;

  -webkit-transition: opacity 400ms ease;

  -moz-transition: opacity 400ms ease;

  transition: opacity 400ms ease;

}

.gallery-caption:before {

  display: none;

}



.gallery-columns-7 .gallery-caption,

.gallery-columns-8 .gallery-caption,

.gallery-columns-9 .gallery-caption {

  display: none;

}



/**

 * 3.6 Post Formats

 * ----------------------------------------------------------------------------

 */

.format {

  color: #999;

  display: block;

  font-family: FontAwesome;

  font-size: 20px !important;

  font-style: normal !important;

  height: 29px;

  line-height: 1.5 !important;

  margin: 0;

  position: relative;

  top: 4px;

  width: 26px;

}



.entry-title .format {

  display: inline-block;

  left: -10px;

  position: relative;

  top: -3px;

}



#content > .format-aside > aside > time,

#content > .format-audio > aside > time,

#content > .format-chat > aside > time,

#content > .format-gallery > aside > time,

#content > .format-image > aside > time,

#content > .format-link > aside > time,

#content > .format-quote > aside > time,

#content > .format-status > aside > time,

#content > .format-video > aside > time {

  padding-bottom: 0;

}



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

}



/**

 * 3.7 Attachments

 * ----------------------------------------------------------------------------

 */

.full-size-link:before {

  content: none;

}



.attachment .item-info {

  margin: -32px 0 32px 0;

}

.attachment #image-navigation {

  height: 100px;

  padding: 30px 0 0 0;

  text-align: center;

}

.attachment .entry-attachment .attachment {

  display: block;

}

.attachment .entry-attachment .attachment a {

  display: block;

}

.attachment .entry-attachment .attachment img {

  display: block;

  margin: 0 auto;

  max-width: 100%;

}



/**

 * 3.8 Post/Paging Navigation

 * ----------------------------------------------------------------------------

 */

.navigation {

  margin: 0 0 20px 0;

  text-align: center;

}



.paging-navigation .nav-links {

  display: inline-block;

}



.nav-links > div {

  display: inline;

}



.paging-navigation a {

  background: #d27244;

  color: #fff;

  padding: 12px;

}



.paging-navigation a:active,

.paging-navigation a:focus,

.paging-navigation a:hover {

  background: #000;

  color: #fff;

}



/**

 * 3.9 Author Bio

 * ----------------------------------------------------------------------------

 */

.author-page .author-info {

  border-bottom: 1px solid #e5e5e5;

  float: none;

  margin: 0 auto 52px auto;

  padding: 0 0 10px 0;

  width: 60%;

}

.author-page .author-info img {

  border: 1px solid #e5e5e5;

  border-radius: 50%;

  display: block;

  margin: 0 auto 36px;

  overflow: hidden;

  padding: 3px;

}

.author-page .author-info p a {

  display: block;

  text-align: center;

}



/**

 * 3.10 Archives

 * ----------------------------------------------------------------------------

 */

.search .bigtitle,

.archive .bigtitle {

  padding: 0 0 20px 0;

}

.search .category-image-wrap,

.archive .category-image-wrap {

  margin: 0 auto 24px auto;

}

.search .category-image-wrap img,

.archive .category-image-wrap img {

  display: block;

  margin: 0 auto;

  max-width: 100%;

}

.home .post,

.home .page,

.search .post,

.search .page,

.archive .post,

.archive .page {

  margin-bottom: 72px !important;

}

.home .post .entry-summary,

.home .page .entry-summary,

.search .post .entry-summary,

.search .page .entry-summary,

.archive .post .entry-summary,

.archive .page .entry-summary {

  font-size: 18px;

  font-weight: 300;

  text-align: center;

}



/**

 * 3.11 Search Results/No posts

 * ----------------------------------------------------------------------------

 */

#gk-search > div {

  padding: 0 0 45px 0;

}



.page-content {

  background: #fff;

  padding: 40px;

  text-align: center;

}



.search-form {

  text-align: center;

}

.search-form .search-submit {

  display: inline-block;

  float: none;

}

.search-form .search-field {

  height: 55px !important;

}



/**

 * 3.12 404 Page

 * ----------------------------------------------------------------------------

 */

.error404 .entry-title span {

  display: block;

  padding: 65px 65px 20px 65px;

  position: relative;

}



/**

 * 3.13 Comments

 * ----------------------------------------------------------------------------

 */

#comments {

  border-top: 1px solid #e5e5e5;

  clear: both;

  margin: 72px auto 0 auto;

  max-width: 885px;

  padding: 32px 0 0;

  position: relative;

}

#comments .no-password {

  margin-top: 0;

}



.comment-post-author {

  background: #010101;

  border-radius: 2px;

  color: #fff;

  font-size: 11px;

  margin: 0 0 0 5px;

  padding: 2px 5px;

  position: relative;

  top: -1px;

}



.comments-title,

.comment-list,

.comment-reply-title,

.must-log-in,

.comment-respond .comment-form,

.comment-respond iframe {

  display: block;

  margin-left: auto;

  margin-right: auto;

  width: 100%;

}



.comments-title,

.comment-reply-title {

  font-size: 32px;

  font-weight: bold;

  line-height: 1.2;

  margin: 0;

  padding: 16px 0;

  text-align: center;

  text-transform: uppercase;

}



.comment-list,

.comment-list .children {

  list-style-type: none;

  padding: 0;

}



.comment-list .children {

  margin-left: 20px;

}



.comment-list > li:after,

.comment-list .children > li:before {

  background-size: 4px 4px;

  content: "";

  display: block;

  height: 1px;

  width: 100%;

}



.comment-list > li:last-child:after {

  display: none;

}



.comment-body {

  font-size: 14px;

  margin: 24px 0;

  padding: 18px;

  position: relative;

}



.comment-list > li:nth-child(even) > article {

  background: #f8f8f8;

}



.comment-content p {

  line-height: 1.6;

}



.bypostauthor {

  line-height: inherit;

}



.comment-author > img {

  border: 1px solid #ddd;

  border-radius: 50%;

  display: block;

  float: left;

  margin-right: 10px;

  padding: 4px;

}



.comment-author .avatar {

  display: block;

}

.comment-author .fn {

  word-wrap: break-word;

}



.comment-author .fn,

.comment-author .url,

.comment-reply-link,

.comment-reply-login,

.comment-list .edit-link {

  font-size: 11px;

  font-style: normal;

  font-weight: normal;

}



.comment-reply-link {

  float: right;

}



.says {

  display: none;

}



.comment-list .edit-link {

  float: right;

  margin-left: 20px;

}



.comment-author {

  position: absolute;

}



.comment-content-wrapper {

  margin: 0 0 0 92px;

  padding: 10px;

}



.comment-metadata {

  font-size: 11px;

  margin-bottom: 0;

}

.comment-metadata > * {

  text-align: center;

  text-transform: uppercase;

}

.comment-metadata > a {

  float: right;

}

.comment-metadata > strong.fn {

  font-weight: 500;

  margin: 0 12px 0 0;

}



.ping-meta {

  color: #a2a2a2;

  font-size: 13px;

  line-height: 2;

}



.comment-awaiting-moderation:before {

  content: "\f071";

  font-family: FontAwesome;

  margin-right: 5px;

  position: relative;

  top: 1px;

}



.comment-reply-link:before,

.comment-reply-login:before {

  content: "\f112";

  font-family: FontAwesome;

  margin-right: 3px;

}



/* Comment form */

.comment-respond {

  padding: 30px 0;

  overflow: hidden;

}



.comment .comment-respond {

  margin-bottom: 20px;

  padding: 20px 0;

}



.comment-reply-title small a {

  color: #131310;

  display: inline-block;

  float: right;

  height: 26px;

  overflow: hidden;

  width: 26px;

}

.comment-reply-title small a:hover {

  text-decoration: none;

}

.comment-reply-title small a:before {

  content: "\f057";

  font-family: FontAwesome;

  margin-right: 10px;

  vertical-align: top;

}



.comment-form .comment-notes {

  color: #aaa;

  font-size: 13px;

  margin: 12px 0 32px;

  text-align: center;

}



.comment-form .comment-form-author,

.comment-form .comment-form-email,

.comment-form .comment-form-url {

  margin: 0;

}

.comment-form label {

  display: block;

  clear: both;

  padding: 12px 0 10px;

}

.comment-form .required {

  color: #ed331c;

}

.comment-form input[type="text"],

.comment-form input[type="email"],

.comment-form input[type="url"] {

  width: 100%;

}

.comment-form textarea {

  width: 100%;

}



.form-allowed-tags,

.form-allowed-tags code {

  color: #686758;

  font-size: 12px;

}



.form-allowed-tags code {

  display: block;

  font-size: 10px;

  margin: 3px 0;

}



.comment-list .pingback,

.comment-list .trackback {

  padding-top: 24px;

}



.comment-navigation {

  font-size: 20px;

  font-style: italic;

  font-weight: 300;

  margin: 0 auto;

  max-width: 604px;

  padding: 20px 0 30px;

  width: 100%;

}



.no-comments {

  font-size: 20px;

  font-style: italic;

  font-weight: 300;

  margin: 0;

  padding: 40px 0;

  text-align: center;

}



.logged-in-as {

  text-align: center;

}



/**

 * 3.14. Page templates

 * ----------------------------------------------------------------------------

 */

/* Columns in the content */

.gk-cols {

  margin: 0 -20px;

  width: auto;

}



.gk-cols:after {

  clear: both;

  content: "";

  display: table;

}



.gk-cols > div {

  float: left;

  padding: 0 20px;

}



.gk-cols[data-cols="2"] > div {

  width: 50%;

}



.gk-cols[data-cols="3"] > div {

  width: 33.333333%;

}



.gk-cols[data-cols="4"] > div {

  width: 25%;

}



.gk-cols[data-cols="5"] > div {

  width: 20%;

}



/* One-page */

#gk-bg .page.one-page-layout {

  margin: -100px 0 0 0;

  max-width: 100%;

}

#gk-bg .page.one-page-layout > div {

  margin: 0 auto;

  max-width: 860px;

  padding: 0 0 60px 0;

  text-align: center;

}



.one-page-layout .header {

  padding: 0;

}



.one-page-layout .bigtitle {

  margin: 100px 0 20px 0 !important;

}



.one-page-layout .bigtitle.has-bg {

  background-size: cover !important;

  height: 520px;

  line-height: 560px;

  margin: 0 0 50px 0 !important;

  text-align: center;

}



.one-page-layout .bigtitle.has-bg .header small {

  text-shadow: 2px 2px 4px #000;
}



.one-page-layout .bigtitle.has-bg .header > a,

.one-page-layout .bigtitle.has-bg .header > span,

.one-page-layout .bigtitle.has-bg .header small {

  color: white !important;

}



.one-page-layout .bigtitle.has-bg .header span:before,

.one-page-layout .bigtitle.has-bg .header span:after {

  border-color: #fff;

}



.one-page-layout h2,

.one-page-layout h3 {

  font-size: 24px;

  font-weight: bold;

  margin: 0 !important;

  padding: 41px 0 37px 0;

  text-align: center;

  text-transform: uppercase;

}



.one-page-layout h3 {

  font-size: 16px;

}



/* Gallery page */

.gk-photo {

  clear: both;

  padding: 35px 0;

}



.gk-photo:after {

  clear: both;

  content: "";

  display: table;

}



.gk-photo > a,

.gk-photo > div {

  display: block;

  float: left;

  max-width: 45%;

}



.gk-photo img {

  float: left;

  max-width: 100%;

}



.gk-photo .figcaption {

  float: right;

  width: 48%;

}



.gk-photo h3 {

  font-size: 24px;

  padding: 30px 0;

  text-align: left;

}



.gk-photo p {

  font-size: 16px;

  margin: 0;

  text-align: left;

}



.gk-photo-right > a,

.gk-photo-right > div,

.gk-photo-right img {

  float: right;

}



.gk-photo-right .figcaption {

  float: left;

}



.gk-photo-center > a,

.gk-photo-center > div,

.gk-photo-center img {

  display: block;

  max-width: 100%;

  width: 100%;

}



.gk-photo-center .figcaption {

  clear: both;

  float: none;

  margin: 0 auto;

  padding: 20px 0 0 0;

  width: 70%;

}



.gk-photo-center p,

.gk-photo-center h3 {

  text-align: center;

}



.gk-photo-overlay {

  background: rgba(0, 0, 0, 0.9) url("images/gallery_preloader.gif") no-repeat center center;

  display: none;

  height: 100%;

  left: 0;

  opacity: 0;

  position: fixed;

  top: 0;

  -webkit-transform: scale(0.5);

  -moz-transform: scale(0.5);

  -ms-transform: scale(0.5);

  -o-transform: scale(0.5);

  transform: scale(0.5);

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -ms-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

  width: 100%;

  z-index: 10000000;

}



.gk-photo-overlay.active {

  display: block;

  opacity: 1;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}



.gk-photo-overlay img {

  display: block;

  height: auto;

  left: 50%;

  max-height: 95%;

  max-width: 95%;

  opacity: 1;

  position: fixed;

  top: 50%;

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -ms-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);

  -moz-transform: translateX(-50%) translateY(-50%) scale(1);

  -ms-transform: translateX(-50%) translateY(-50%) scale(1);

  -o-transform: translateX(-50%) translateY(-50%) scale(1);

  transform: translateX(-50%) translateY(-50%) scale(1);

  width: auto;

}



.gk-photo-overlay img.loading {

  opacity: 0;

  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);

  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);

  -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);

  -o-transform: translateX(-50%) translateY(-50%) scale(0.8);

  transform: translateX(-50%) translateY(-50%) scale(0.8);

}



.gk-photo-overlay-prev,

.gk-photo-overlay-next {

  border: 2px solid #fff;

  border-right: none;

  border-bottom: none;

  cursor: pointer;

  display: block;

  left: 100px;

  height: 60px;

  margin-top: -30px;

  opacity: 0;

  position: fixed;

  top: 50%;

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -ms-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform: rotate(-45deg);

  width: 60px;

}



.gk-photo-overlay-prev.active {

  left: 50px;

  opacity: 1;

}



.gk-photo-overlay-next.active {

  opacity: 1;

  right: 50px;

}



.gk-photo-overlay-prev:active,

.gk-photo-overlay-prev:focus,

.gk-photo-overlay-prev:hover,

.gk-photo-overlay-next:active,

.gk-photo-overlay-next:focus,

.gk-photo-overlay-next:hover {

  border-color: #d27244;

}



.gk-photo-overlay-next {

  left: auto;

  right: 100px;

  -webkit-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -o-transform: rotate(135deg);

  transform: rotate(135deg);

}



.gk-photo-overlay::selection,

.gk-photo-overlay img::selection {

  background: transparent;

}



.gk-photo-overlay::-moz-selection,

.gk-photo-overlay img::-moz-selection {

  background: transparent;

}



/* Menu page */

.gk-menu-container {

  margin: -70px 0 0 0;

  overflow: hidden;

  text-align: center;

}



.gk-menu-container dl dd {

  margin: 0;

}



.gk-menu-container > img {

  display: block;

  margin: 0 auto;

}



.gk-menu-container .bigtitle img {

  border-radius: 50%;

  display: block;

  margin: 0 auto 30px auto;

}

.gk-menu-container .bigtitle2 img {
    border-radius: 50%;
    display: inline;
    margin: 0 10px 10px;
}


.gk-menu-container .gk-cols {

  margin: 10px -85px 100px -85px;

  text-align: left;

}



.gk-menu-container .gk-cols > div {

  padding: 0 90px;

}



.gk-menu-container .gk-cols h3 {

/*  font-size: 24px;*/

  margin: 0;

  text-align: left;

}
.gk-menu-container .gk-cols h3.titulo {
	font-size:40px;
	line-height:1.5;}



.gk-menu-container dt {

  clear: both;

  font-size: 14px;

  font-weight: bold;

  margin: 15px 0 0 0;

  text-transform: uppercase;

}



.gk-menu-container dd {

  margin: 0 0 15px 0;

  overflow: hidden;

}



.gk-menu-container dd:after {

 /* border-bottom: 1px dashed #999;

  clear: both;

  content: "";

  display: block;

  position: relative;

  top: -16px;

  width: 100%;

  z-index: 0;*/

}



.gk-menu-container dd small {

  background: #fff;

  float: left;

  font-size: 14px;

  max-width: 100%;

  padding-right: 20px;

  position: relative;

  z-index: 1;

}
.gk-menu-container dl.txt_center dd{
	text-align:center;}

.gk-menu-container dl.txt_center dd small{
	float:none !important;}


.gk-menu-container dd strong {

  background: #fff;

  color: #d27244;

  float: right;

  font-size: 16px;

  font-style: italic;

  font-weight: 500;

  position: relative;

  top: -2px;

  text-align: center;

  width: 20%;

  z-index: 1;
  display:none;

}



/**

 * 3.15 Typography

 * ----------------------------------------------------------------------------

 */

/* Contet elements */

.entry-content h1,

.entry-content h2,

.entry-content h3,

.entry-content h4,

.entry-content h5,

.entry-content h6,

.entry-summary h1,

.entry-summary h2,

.entry-summary h3,

.entry-summary h4,

.entry-summary h5,

.entry-summary h6 {

  margin: 45px 0 30px 0;

}



.entry-content ul li,

.entry-summary ul li {

  list-style: none;

  overflow: inherit;

  padding: 2px 0 2px 20px;

  position: relative;

}



.entry-content ul li:before,

.entry-summary ul li:before {

  content: "\f0a9";

  font-family: FontAwesome;

  font-size: 13px;

  position: absolute;

  top: 5px;

  left: 0;

}



.entry-content ul ul,

.entry-summary ul ul {

  padding-left: 20px;

}



.entry-content table,

.entry-summary table {

  border: 1px solid #e5e5e5;

}



.entry-content td,

.entry-summary td {

  border: 1px solid #e5e5e5;

  padding: 5px;

}



.entry-content th,

.entry-summary th {

  background: #fafafa;

  border: 1px solid #e5e5e5;

  font-weight: bold;

  padding: 5px;

}



.entry-content pre,

.entry-summary pre {

  border: 1px solid #e5e5e5;

  color: #272727;

  padding-left: 32px;

}



.entry-content,

.entry-summary {

/*  -webkit-hyphens: auto;

  -moz-hyphens: auto;

  -ms-hyphens: auto;

  hyphens: auto;

  word-wrap: break-word;*/

}



blockquote {

  font-size: 16px;

  -webkit-font-smoothing: antialiased;

  font-style: normal;

  font-weight: 400;

  margin: 20px 0;

  display: block;

  padding: 0;

  position: relative;

}

blockquote:before {

  color: #d27244;

  content: "“";

  font-size: 60px;

  font-style: normal;

  line-height: 0.1;

  position: absolute;

  left: -35px;

  top: 28px;

}

blockquote strong {

  font-size: 14px;

}

blockquote > strong:before {

  content: "-";

  padding-right: 7px;

}

blockquote cite,

blockquote small {

  color: #aaa;

  display: block;

  font: normal 12px Monaco,Consolas,"Courier News",monospace;

  margin-top: 20px;

}

blockquote p:after {

  color: #d27244;

  content: "”";

  display: inline-block;

  font-size: 60px;

  font-style: normal;

  line-height: 0.1;

  padding: 0 0 0 15px;

  position: relative;

  top: 30px;

}



.entry-content dt,

.entry-summary dt {

  font-weight: bold;

}



.entry-content dd,

.entry-summary dd {

  margin: 5px 0;

}



.entry-content address p,

.entry-summary address p {

  margin: 5px 0;

}



.entry-content acronym,

.entry-summary acronym {

  border-bottom: 1px dotted;

}



.entry-content q,

.entry-summary q {

  color: #999;

  font-style: italic;

}



.entry-content img,

.entry-summary img,

.comment-content img,

.widget img,

.wp-caption {

  max-width: 100%;

}



.map .widget img {

  max-width: inherit;

}



.entry-content img,

.entry-summary img,

.comment-content img[height],

img[class*="align"],

img[class*="wp-image-"],

img[class*="attachment-"] {

  height: auto;

}



img.size-full,

img.size-large,

img.wp-post-image {

  height: auto;

  max-width: 100%;

}



embed,

iframe,

object,

video {

  max-width: 100%;

}



/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {

  max-width: 100% !important;

}



/* Images */

.alignleft {

  float: left;

}



.alignright {

  float: right;

}



.aligncenter {

  display: block;

  margin-left: auto;

  margin-right: auto;

}



img.alignleft {

  margin: 5px 20px 5px 0;

}



.wp-caption.alignleft {

  margin: 5px 10px 5px 0;

}



img.alignright {

  margin: 5px 0 5px 20px;

}



.wp-caption.alignright {

  margin: 5px 0 5px 10px;

}



img.aligncenter {

  margin: 5px auto;

}



img.alignnone {

  margin: 5px 0;

}



.wp-caption .wp-caption-text,

.entry-caption,

.gallery-caption {

  color: #aaa;

  font-size: 14px;

  font-style: italic;

  font-weight: 300;

  margin: 5px 0 10px 0;

  text-align: center;

}



img.wp-smiley,

.rsswidget img {

  border: 0;

  border-radius: 0;

  box-shadow: none;

  margin-bottom: 0;

  margin-top: 0;

  padding: 0;

}



.wp-caption.alignleft + ul,

.wp-caption.alignleft + ol {

  list-style-position: inside;

}



/*

 * Other common typography elements

 */

/* bigtitle suffix */

.bigtitle {

  text-align: center;

}

.bigtitle .header,

.bigtitle .widget-title {

  display: inline-block;

  font-size: 60px;

  font-weight: 400;

  line-height: 1.1;

  margin: 0;

  position: relative;

  text-transform: none;

  z-index: 2;

}

.bigtitle .header > a, .bigtitle .header > span,

.bigtitle .widget-title > a,

.bigtitle .widget-title > span {

  color: #000;

  display: inline-block;

 /* letter-spacing: -3px;*/
 

  padding: 0 20px;

  position: relative;

  z-index: 1;

}

.bigtitle.has-bg {
	text-shadow: 2px 2px 2px #666;
	}

.bigtitle .header > a:before, .bigtitle .header > a:after, .bigtitle .header > span:before, .bigtitle .header > span:after,

.bigtitle .widget-title > a:before,

.bigtitle .widget-title > a:after,

.bigtitle .widget-title > span:before,

.bigtitle .widget-title > span:after {

  border-top: 1px solid #d1d1d1;

  content: "";

  display: block;

  height: 1px;

  left: -160px;

  position: absolute;

  top: 34px;

  width: 160px;

  z-index: 0;

}

.bigtitle .header > a:after, .bigtitle .header > span:after,

.bigtitle .widget-title > a:after,

.bigtitle .widget-title > span:after {

  left: auto;

  right: -160px;

}

.bigtitle .header > a:active, .bigtitle .header > a:focus, .bigtitle .header > a:hover,

.bigtitle .widget-title > a:active,

.bigtitle .widget-title > a:focus,

.bigtitle .widget-title > a:hover {

  color: #d27244;

}

.bigtitle .header sup,

.bigtitle .widget-title sup {

  color: #a89c72;

  font-size: 20px;

  font-weight: normal;

  letter-spacing: 0;

  vertical-align: super;

}

.bigtitle .header small,

.bigtitle .widget-title small {

  color: #a89c72;

  display: block;

  font-size: 24px;

  font-weight: 400;

  letter-spacing: 0 !important;

  margin: 4px 0 20px 0;

  text-align: center;
  line-height: 1.4em;

}

.bigtitle.no-desc {

  margin-bottom: 40px;

}

/**********************************************************/

.bigtitle2 {

  text-align: center;

}

.bigtitle2 .header,

.bigtitle2 .widget-title {

  display: inline-block;

  font-size: 60px;

  font-weight: 400;

  line-height: 1.1;

  margin: 0;

  position: relative;

  text-transform: none;

  z-index: 2;

}

.bigtitle2 .header > a, .bigtitle2 .header > span,

.bigtitle2 .widget-title > a,

.bigtitle2 .widget-title > span {

  color: #000;

  display: inline-block;

 /* letter-spacing: -3px;*/
 

  padding: 0 20px;

  position: relative;

  z-index: 1;

}

.bigtitle2.has-bg {
	text-shadow: 2px 2px 2px #666;
	}

.bigtitle2 .header > a:before, .bigtitle2 .header > a:after, .bigtitle2 .header > span:before, .bigtitle2 .header > span:after,

.bigtitle2 .widget-title > a:before,

.bigtitle2 .widget-title > a:after,

.bigtitle2 .widget-title > span:before,

.bigtitle2 .widget-title > span:after {

  border-top: 1px solid #d1d1d1;

  content: "";

  display: block;

  height: 1px;

  left: -160px;

  position: absolute;

  top: 34px;

  width: 160px;

  z-index: 0;

}

.bigtitle2 .header > a:after, .bigtitle2 .header > span:after,

.bigtitle2 .widget-title > a:after,

.bigtitle2 .widget-title > span:after {

  left: auto;

  right: -160px;

}

.bigtitle2 .header > a:active, .bigtitle2 .header > a:focus, .bigtitle2 .header > a:hover,

.bigtitle2 .widget-title > a:active,

.bigtitle2 .widget-title > a:focus,

.bigtitle2 .widget-title > a:hover {

  color: #d27244;

}

.bigtitle2 .header sup,

.bigtitle2 .widget-title sup {

  color: #a89c72;

  font-size: 20px;

  font-weight: normal;

  letter-spacing: 0;

  vertical-align: super;

}

.bigtitle2 .header small,

.bigtitle2 .widget-title small {

  color: #a89c72;

  display: block;

  font-size: 24px;

  font-weight: 400;

  letter-spacing: 0 !important;

  margin: 4px 0 40px 0;

  text-align: center;

}

.bigtitle2.no-desc {

  margin-bottom: 40px;

}


/**

 * 4. Widgets

 * ----------------------------------------------------------------------------

 */

.widget {

  line-height: 1.6;

  margin: 0 0 50px 0;

  word-wrap: break-word;

}

.widget .widget-title {

  color: #000;

  font-size: 20px;

  font-weight: 400;

  line-height: 1;

  margin: 0;

  padding: 0 0 20px 0;

}

.widget ul,

.widget ol {

  list-style-type: none;

  margin: 0;

  padding: 0;

}

.widget li {

  border-bottom: 1px solid #e5e5e5;

  line-height: 1.6;

  padding: 7px 0;

}

.widget li:last-child {

  border-bottom: none;

}

.widget li > ul, .widget li > ol {

  margin-left: 20px;

}



/* Search widget */

.widget .search-form {

  text-align: left;

}

.widget .search-form .search-submit {

  display: none;

}



/* RSS Widget */

.widget_rss .rss-date {

  display: block;

}

.widget_rss .rss-date,

.widget_rss li > cite {

  color: #aaa;

}



/* Calendar Widget */

.widget_calendar table,

.widget_calendar td {

  border: 0;

  border-collapse: collapse;

  border-spacing: 1px;

}

.widget_calendar caption {

  font-size: 14px;

  margin: 0;

}

.widget_calendar th,

.widget_calendar td {

  border: 1px solid #eee;

  padding: 0;

  text-align: center;

}

.widget_calendar th {

  background: #f5f5f5;

  color: #000;

  font-weight: 600;

}

.widget_calendar td {

  padding: 3px 7px;

  text-align: center;

}

.widget_calendar a {

  display: block;

}

.widget_calendar tbody td {

  background-color: rgba(255, 255, 255, 0.5);

}



/* Other */

select {

  max-width: 100%;

}



.tagcloud a {

  margin: 5px;

  vertical-align: middle;

}



.widget widget_rss li {

  padding: 10px 0;

}



#gk-bottom .search-field {

  width: 100%;

}



/**

 * 4.1 Widget styles

 * ----------------------------------------------------------------------------

 */

/* mediumtitle suffix */

.mediumtitle.widget-title,

.widget.mediumtitle .widget-title {

  font-size: 30px;

  font-weight: 300;

  text-align: center;

}



/* bigtitle suffix */

.widget.bigtitle .widget-title {

  font-size: 60px;

  text-align: center;

  text-transform: none;

}



/* suffix light */

.widget.light {

  background: #f6f6f6;

  border: none;

  padding: 32px !important;

}



/* suffix dark */

.widget.dark {

  background: #000;

  border: none;

  color: #999;

  padding: 32px !important;

}



.widget.dark .widget-title {

  background: transparent !important;

  line-height: 1.2;

}



.widget.dark h1,

.widget.dark h2,

.widget.dark h3,

.widget.dark h4,

.widget.dark h5,

.widget.dark h6 {

  color: #fff;

}



.widget.dark ul {

  margin: 0;

  padding: 0;

}



.widget.dark ul li {

  border-bottom: 1px solid #333;

  position: relative;

}



.widget.dark ul li:last-child {

  border-bottom: none;

}



.widget.dark a {

  color: #dddddd !important;

}



.widget.dark ul ul {

  margin: 0 0 0 20px;

}



/* suffix color1 & color2 */

.widget.color1 {

  background: #faf8ea;

  color: #000;

}



.widget.color2 {

  background: #d27244;

  color: rgba(255, 255, 255, 0.7);

}



.widget.color1,

.widget.color2 {

  border: none;

  padding: 32px !important;

}



.widget.color1 .widget-title,

.widget.color2 .widget-title {

  background: transparent !important;

  line-height: 1.2;

}



.widget.color1 h1,

.widget.color1 h2,

.widget.color1 h3,

.widget.color1 h4,

.widget.color1 h5,

.widget.color1 h6 {

  color: #000;

}



.widget.color2 h1,

.widget.color2 h2,

.widget.color2 h3,

.widget.color2 h4,

.widget.color2 h5,

.widget.color2 h6 {

  color: #fff;

}



.widget.color1 ul,

.widget.color2 ul {

  margin: 0;

  padding: 0;

}



.widget.color1 ul li {

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}



.widget.color2 ul li {

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}



.widget.color1 ul li:last-child,

.widget.color2 ul li:last-child {

  border-bottom: none;

}



.widget.color1 a {

  color: #d27244;

}



.widget.color2 a {

  color: rgba(255, 255, 255, 0.9) !important;

}



.widget.color1 a:active,

.widget.color1 a:focus,

.widget.color1 a:hover {

  color: #000;

}



.widget.color2 a:active,

.widget.color2 a:focus,

.widget.color2 a:hover {

  color: white !important;

}



.widget.color1 ul ul,

.widget.color2 ul ul {

  margin: 0 0 0 20px;

}



/* Suffix border1 & border2 */

.widget.border1, .widget.border2 {

  background: #fff;

  border: 2px solid #d27244;

  color: #444;

  font-size: 14px;

  line-height: 1.8;

  padding: 45px 45px 35px 45px;

}

.widget.border1 > div, .widget.border2 > div {

  clear: both;

}

.widget.border2 {

  border: 2px solid #ddd;

}

.widget.border1 .header,

.widget.border1 .widget-title, .widget.border2 .header,

.widget.border2 .widget-title {

  border-bottom: 1px solid #d27244;

  color: #d27244;

  float: left;

  font-size: 18px;

  font-weight: 600;

  line-height: 24px;

  margin: -15px 0 30px 0;

  padding: 13px 10px 13px 0;

  text-transform: uppercase;

}

.widget.border2 .header, .widget.border2 .widget-title {

  border-bottom: 1px solid #ddd;

  color: #888;

}



/**

 * 4.2 GK News Show Pro

 * ----------------------------------------------------------------------------

 */

.gk-nsp {

  position: relative;

}



.gk-nsp-arts,

.gk-nsp-links,

.gk-title-overlay {

  overflow: hidden;

}



.gk-nsp-arts-nav,

.gk-nsp-links-nav {

  overflow: hidden;

  clear: both;

}



.gk-nsp-links-nav {

  float: right;

}



.gk-nsp-arts-nav {

  position: absolute;

  right: 0;

  padding: 0 3px;

  top: -43px;

}



.gk-nsp-arts-nav ul,

.gk-nsp-links-nav ul {

  list-style-type: none;

  margin: 3px 0 0;

  padding: 0;

  float: left;

}



.gk-nsp-arts-nav ul li,

.gk-nsp-links-nav ul li {

  background: #d5d5d5;

  border-radius: 6px;

  cursor: pointer;

  display: block;

  float: left;

  height: 12px;

  margin: 3px 4px 0 0 !important;

  padding: 0;

  text-indent: -999em;

  width: 12px;

}

.gk-nsp-arts-nav ul li.active,

.gk-nsp-links-nav ul li.active {

  background: #d27244;

}



.gk-nsp-next,

.gk-nsp-prev {

  cursor: pointer;

  float: left;

  height: 24px;

  margin: 0 2px;

  text-align: center;

  text-indent: -9999px;

  width: 24px;

}

.gk-nsp-next:after,

.gk-nsp-prev:after {

  color: #d5d5d5;

  display: block;

  float: left;

  font-family: FontAwesome;

  font-size: 20px;

  line-height: 24px;

  text-align: center;

  text-indent: 0;

  width: 24px;

}



.gk-nsp-next:after {

  content: '\f0da';

}



.gk-nsp-prev:after {

  content: '\f0d9';

}



.gk-nsp-next:hover:after,

.gk-nsp-prev:hover:after {

  color: #d27244;

}



.gk-nsp-art-page {

  float: left;

}



.gk-nsp-art {

  float: left;

}



.gk-nsp-art:first-child {

  border-top: none;

}



.gk-nsp-art div {

  overflow: hidden;

}



.gk-nsp-art .gk-nsp-image {

  border: none;

}



.gk-nsp-header {

  color: #010101;

  font-size: 20px;

  font-weight: normal;

  line-height: 1.2;

  margin: 0;

  padding: 10px 0;

  text-transform: none;

}

.gk-nsp-header a {

  color: #1b1d1e;

}

.gk-nsp-header a:active, .gk-nsp-header a:focus, .gk-nsp-header a:hover {

  color: #d27244 !important;

}



.gk-nsp-image {

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

}



.gk-nsp-image:hover {

  -webkit-transform: scale(1.4);

  -moz-transform: scale(1.4);

  -ms-transform: scale(1.4);

  -o-transform: scale(1.4);

  transform: scale(1.4);

}



.gk-nsp-image-wrap {

  overflow: hidden;

}



.gk-nsp-text {

  color: #888;

  display: block !important;

  font-size: 14px;

  line-height: 1.4;

  margin: 0;

  padding: 0 !important;

}



.gk-nsp-text + .readon {

  display: block;

  margin: 16px 0 0 0 !important;

}



.gk-nsp-text + .gk-nsp-info {

  margin: 6px 0 10px 0 !important;

}



.gk-nsp-info {

  color: #999;

  display: block !important;

  font-size: 12px;

  margin: 0;

  padding: 2px 0;

}



.gk-nsp-info > a,

.gk-nsp-info > span {

  padding-left: 10px;

}



.gk-nsp-info > a:first-child,

.gk-nsp-info > span:first-child {

  padding-left: 0;

}



.gk-nsp-info .amount {

  font-size: 10px;

}



.readon {

  height: 40px;

  line-height: 40px;

  padding: 0 20px;

}

.readon.left, .readon.right, .readon.center {

  clear: both;

}

.readon.left {

  float: left;

}

.readon.right {

  float: right;

}

.readon.center {

  display: inline;

  float: none;

}



.gk-nsp-arts + .gk-nsp-links {

  border-top: 1px solid #e5e5e5;

}



.gk-nsp-links ul {

  float: left;

  list-style-type: none;

  padding: 0;

}

.gk-nsp-links ul li {

  display: table;

  margin: 0;

  padding: 16px 0;

  width: 100%;

}

.gk-nsp-links ul li .gk-nsp-link-header {

  font-size: 15px;

  font-weight: 700;

  margin: 0 0 6px;

}

.gk-nsp-links p {

  font-size: 12px;

  margin: 0 !important;

  padding: 16px 0;

}



.gk-nsp-image-wrap {

  float: left;

}



.gk-responsive {

  line-height: 1;

}



img.gk-responsive {

  width: 100%;

  height: auto;

}



.gk-responsive {

  display: block;

  position: relative;

}



.gk-image-link {

  display: block;

  overflow: hidden;

}



.gk-nsp-image {

  max-width: 100%;

}



.gk-nsp-arts,

.gk-nsp-links {

  clear: both;

  width: 100%;

}



.gk-nsp-art,

.gk-nsp-arts-page {

  float: left;

}



.gk-nsp-pages-1 {

  width: 100%;

}



.gk-nsp-pages-2 {

  width: 200%;

}



.gk-nsp-pages-3 {

  width: 300%;

}



.gk-nsp-pages-4 {

  width: 400%;

}



.gk-nsp-pages-5 {

  width: 500%;

}



.gk-nsp-pages-6 {

  width: 600%;

}



.gk-nsp-pages-7 {

  width: 700%;

}



.gk-nsp-pages-8 {

  width: 800%;

}



.gk-nsp-pages-9 {

  width: 900%;

}



.gk-nsp-pages-10 {

  width: 1000%;

}



.gk-nsp-cols-1 {

  width: 100%;

}



.gk-nsp-cols-2 {

  width: 50%;

}



.gk-nsp-cols-3 {

  width: 33.333333%;

}



.gk-nsp-cols-4 {

  width: 25%;

}



.gk-nsp-cols-5 {

  width: 20%;

}



.gk-nsp-cols-6 {

  width: 16.666666%;

}



.gk-nsp-cols-7 {

  width: 14.285714%;

}



.gk-nsp-cols-8 {

  width: 12.5%;

}



.gk-nsp-cols-9 {

  width: 11.111111%;

}



.gk-nsp-cols-10 {

  width: 10%;

}



.gk-nsp-cols-1,

.gk-nsp-cols-2:nth-child(2n+1),

.gk-nsp-cols-3:nth-child(3n+1),

.gk-nsp-cols-4:nth-child(4n+1),

.gk-nsp-cols-5:nth-child(5n+1),

.gk-nsp-cols-6:nth-child(6n+1),

.gk-nsp-cols-7:nth-child(7n+1),

.gk-nsp-cols-8:nth-child(8n+1),

.gk-nsp-cols-9:nth-child(9n+1),

.gk-nsp-cols-10:nth-child(10n+1) {

  clear: both;

}



.gk-nsp-arts-scroll,

.gk-nsp-links-scroll {

  overflow: hidden;

}



/* Rating styles */

.gk-nsp-art .gk-nsp-stars {

  display: inline-block;

  padding: 5px 10px 5px 0 !important;

}



.gk-nsp-art .gk-nsp-star-0:before,

.gk-nsp-art .gk-nsp-star-1:before {

  content: "★";

  color: #6c6c6c;

  font-family: Arial, sans-serif;

  font-size: 14px;

}



.gk-nsp-art .gk-nsp-star-1:before {

  color: #f7a834;

}



/* Portal Mode - News Grid */

.gk-nsp-news_grid > figure {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  float: left;

  margin: 0;

  overflow: hidden;

  position: relative;

  width: 50%;

}



.gk-nsp-news_grid[data-cols="1"] > figure {

  width: 100%;

}



.gk-nsp-news_grid[data-cols="2"] > figure {

  width: 50%;

}



.gk-nsp-news_grid[data-cols="3"] > figure {

  width: 33.333333%;

}



.gk-nsp-news_grid[data-cols="4"] > figure {

  width: 25%;

}



.gk-nsp-news_grid figure > a {

  float: left;

  overflow: hidden;

  width: 50%;

}



.gk-nsp-news_grid figure > a > img {

  display: block;

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -ms-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

  width: 100%;

}



.gk-nsp-news_grid figure > a:hover > img {

  -webkit-transform: rotate(5deg) scale(1.3);

  -moz-transform: rotate(5deg) scale(1.3);

  -ms-transform: rotate(5deg) scale(1.3);

  -o-transform: rotate(5deg) scale(1.3);

  transform: rotate(5deg) scale(1.3);

}



.gk-nsp-news_grid figcaption {

  background: #fff;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  display: block;

  height: 100%;

  padding: 0;

  position: absolute;

  right: 0;

  text-align: center;

  top: 0;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  width: 50%;

}



.gk-nsp-news_grid figcaption:before {

  border: 12px solid #fff;

  border-bottom-color: transparent;

  border-left-color: transparent;

  border-top-color: transparent;

  content: "";

  display: block;

  left: -24px;

  position: absolute;

  top: 65px;

}



.gk-nsp-news_grid figcaption > div {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  left: 0;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  padding: 0 24px;

  position: absolute;

  top: 50%;

  width: 100%;

}



.gk-nsp-news_grid h3 {

  font-size: 22px;

  font-weight: 400;

}



.gk-nsp-news_grid time {

  color: #999;

  display: block;

  font-size: 14px;

  font-weight: 500;

}



.gk-nsp-news_grid hr.separator {

  margin: 9px 0 0 0 !important;

  padding: 14px 0 28px 0 !important;

}



.gk-nsp-news_grid hr.separator:after,

.gk-nsp-news_grid hr.separator:before {

  top: 14px;

}



.gk-nsp-news_grid figcaption a {

  color: black !important;

}



.gk-nsp-news_grid figcaption p {

  color: #444444 !important;

  font-size: 14px;

  margin: 0;

}



.gk-nsp-news_grid figcaption a:active,

.gk-nsp-news_grid figcaption a:focus,

.gk-nsp-news_grid figcaption a:hover {

  color: #d27244 !important;

}



.gk-nsp-news_grid > a {

  background: #d27244;

  color: #fff;

  float: left;

  font-size: 14px;

  font-weight: 600;

  height: 50px;

  line-height: 51px;

  padding: 0 50px;

  text-transform: uppercase;

}



.gk-nsp-news_grid > a:active,

.gk-nsp-news_grid > a:focus,

.gk-nsp-news_grid > a:hover {

  background: #000;

}



/* Inverted blocks */

.gk-nsp-news_grid figure.inverse > a {

  float: right;

}



.gk-nsp-news_grid .inverse figcaption {

  left: 0;

  right: auto;

}



.gk-nsp-news_grid .inverse figcaption:before {

  border: 12px solid #fff;

  border-bottom-color: transparent;

  border-right-color: transparent;

  border-top-color: transparent;

  content: "";

  display: block;

  left: auto;

  right: -24px;

  position: absolute;

  top: 65px;

}



/**

 * 4.3 GK Tabs

 * ----------------------------------------------------------------------------

 */

.none .gk-tabs {

  position: relative;

}

.none .gk-tabs-wrap {

  margin: 0;

}

.none .gk-tabs-wrap > ol {

  margin: 0 !important;

  min-height: 50px;

}

.none .gk-tabs-wrap > ol li {

  border: 2px solid #d5d5d5 !important;

  border-bottom: 2px solid #d5d5d5 !important;

  color: #aaa;

  cursor: pointer;

  float: left;

  font-size: 14px;

  font-weight: bold;

  line-height: 25px;

  list-style-type: none;

  margin: 0 10px;

  padding: 11px 15px 10px;

}

.none .gk-tabs-wrap > ol li:first-child {

  margin-left: 0;

}

.none .gk-tabs-wrap > ol li:hover, .none .gk-tabs-wrap > ol li.active, .none .gk-tabs-wrap > ol li.active:hover {

  border-color: #d27244 !important;

  color: #d27244;

}

.none .gk-tabs-container {

  background: #fff;

  clear: both;

  overflow: hidden;

  position: relative;

}

.none .gk-tabs-item {

  background: #fff;

  overflow: hidden;

  padding: 24px 0;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: 1;

}

.none .gk-tabs-item.active {

  left: 0;

  position: relative;

  z-index: 2;

}

.none .gk-tabs-item .box {

  margin-bottom: 0 !important;

}

.none .gk-tabs-item p {

  margin-top: 0;

}

.none .gk-tabs-prev,

.none .gk-tabs-next {

  display: none;

}



/* The common part */

/* Errors */

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

}



/* Animations */

.gk-tabs-item {

  opacity: 0;

  -webkit-transition: all .5s ease-out;

  -moz-transition: all .5s ease-out;

  -ms-transition: all .5s ease-out;

  -o-transition: all .5s ease-out;

  transition: all .5s ease-out;

}

.gk-tabs-item.active {

  opacity: 1;

  position: relative;

  z-index: 2;

}



.gk-tabs[data-anim="scale-up"] .gk-tabs-item {

  -webkit-transform: scale(1.25);

  -moz-transform: scale(1.25);

  -ms-transform: scale(1.25);

  -o-transform: scale(1.25);

  transform: scale(1.25);

}



.gk-tabs[data-anim="scale-down"] .gk-tabs-item {

  -webkit-transform: scale(0.75);

  -moz-transform: scale(0.75);

  -ms-transform: scale(0.75);

  -o-transform: scale(0.75);

  transform: scale(0.75);

}



.gk-tabs[data-anim="rotate-y"],

.gk-tabs[data-anim="rotate-x"] {

  -webkit-perspective: 1200;

  -moz-perspective: 1200;

  -ms-perspective: 1200;

  perspective: 1200;

}



.gk-tabs[data-anim="rotate-y"] .gk-tabs-item {

  -webkit-transform: rotateY(90deg);

  -moz-transform: rotateY(90deg);

  -ms-transform: rotateY(90deg);

  -o-transform: rotateY(90deg);

  transform: rotateY(90deg);

}



.gk-tabs[data-anim="rotate-x"] .gk-tabs-item {

  -webkit-transform: rotateX(90deg);

  -moz-transform: rotateX(90deg);

  -ms-transform: rotateX(90deg);

  -o-transform: rotateX(90deg);

  transform: rotateX(90deg);

}



.gk-tabs[data-anim="scale-up"] .gk-tabs-item.active,

.gk-tabs[data-anim="scale-down"] .gk-tabs-item.active {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}



.gk-tabs[data-anim="rotate-y"] .gk-tabs-item.active {

  -webkit-transform: rotateY(0deg);

  -moz-transform: rotateY(0deg);

  -ms-transform: rotateY(0deg);

  -o-transform: rotateY(0deg);

  transform: rotateY(0deg);

}



.gk-tabs[data-anim="rotate-x"] .gk-tabs-item.active {

  -webkit-transform: rotateX(0deg);

  -moz-transform: rotateX(0deg);

  -ms-transform: rotateX(0deg);

  -o-transform: rotateX(0deg);

  transform: rotateX(0deg);

}



/**

 * 5. Footer

 * ----------------------------------------------------------------------------

 */

#gk-footer {

  border-top: 1px solid #d1d1d1;

  color: #000;

  font-size: 14px;

  font-weight: 300;

  line-height: 2;

  padding: 0;

  text-align: center;

}

#gk-footer strong {

  color: #000;

}



#gk-footer-nav {

  margin: 0 auto;

  padding: 40px 0;

}

#gk-footer-nav a {

  color: #000;

  padding: 0 !important;

}

#gk-footer-nav a:active, #gk-footer-nav a:focus, #gk-footer-nav a:hover {

  color: #d27244;

}

#gk-footer-nav li {

  border: none;

  display: inline-block;

  float: none;

  font-size: 14px;

  font-weight: bold;

  line-height: 40px;

  margin: 0 !important;

  padding: 0 21px !important;

  text-transform: uppercase;

}



#gk-copyrights {

  line-height: 40px;

  margin: 0 auto 20px;

  padding: 20px 0;

  position: relative;

}

#gk-copyrights:before {

  border-top: 1px solid #d1d1d1;

  content: "";

  left: 50%;

  margin: 0 0 0 -45px;

  position: absolute;

  top: 0;

  width: 90px;

}

#gk-copyrights p {

  margin: 0;

}



/**

 * 6. Multi-site improvements

 * ----------------------------------------------------------------------------

 */

body .mu_register {

  overflow: hidden;

  width: 100%;

}



.mu_register .mu_alert {

  margin: 0 0 32px 0;

}



body .mu_register input[type="submit"],

body .mu_register #blog_title,

body .mu_register #user_email,

body .mu_register #blogname,

body .mu_register #user_name {

  width: auto;

  font-size: inherit;

}



body #submit,

body #key {

  width: auto;

  font-size: inherit;

}



#activateform {

  overflow: hidden;

}



/**

 * 7. Other

 * ----------------------------------------------------------------------------

 */

/* Post passwords */

.post-password-form label {

  float: left;

}



/* Pingbacks and Trackbacks */

.pingback,

.trackback {

  padding: 0 18px;

}



/* Fix for the reCAPTCHA field */

#recaptcha_response_field {

  height: auto !important;

}



/* GK Contact Steakhouse */

.gk-contact-form:after {

  clear: both;

  content: "";

  display: table;

}

.gk-contact-form p.gk-contact-fields {

  float: left;

  margin: 0 7% 0 0;

  width: 44%;

}

.gk-contact-form p.gk-contact-textarea {

  float: right;

  margin: 0;

  width: 49%;

}

.gk-contact-form input {

  border-color: #d27244;

  margin: 0 0 12px 0;

  width: 100%;

}

.gk-contact-form textarea {

  border-color: #d27244;

  height: 159px !important;

  width: 100%;

}

.gk-contact-form .button-border {

  background: transparent;

  border: 2px solid #d27244;

  clear: both;

  color: #d27244 !important;

  float: right;

  height: 50px;

  line-height: 47px;

  margin: 18px 0 0 0;

  padding: 0 32px;

  width: auto !important;

}

.gk-contact-form .button-border:active, .gk-contact-form .button-border:focus, .gk-contact-form .button-border:hover {

  background: transparent;

  border-color: black !important;

  color: black !important;

}

.gk-contact-form #recaptcha_widget_div {

  clear: both;

  float: right;

  margin: 10px 0;

}

.gk-reservation-form #recaptcha_widget_div {

  clear: both;

  margin: 10px 0;

}







.gk-contact-form .invalid-input,

.gk-reservation-form .invalid-input {

  background: #ffe6e6 !important;

  border: 1px solid #ff5050 !important;

}



.gk-contact-error,

.gk-contact-success,

.gk-reservation-error,

.gk-reservation-success {

  background: #d27244;

  color: #fff;

  font-size: 14px;

  line-height: 32px;

  text-align: center;

  padding: 25px 0px;

}



.gk-contact-error {

  background: #fdca19;

  color: #000;

}



.gk-over-map .gk-contact-form .button-border {

  border: 2px solid #fff;

  color: white !important;

}

.gk-over-map .gk-contact-form .button-border:active, .gk-over-map .gk-contact-form .button-border:focus, .gk-over-map .gk-contact-form .button-border:hover {

  background: transparent;

  border-color: black !important;

  color: black !important;

}



/* GK Reservation Steakhouse */

.gk-reservation-form input {

  margin: 0 0 12px 0;

  width: 100%;

}



.gk-reservation-form input[name="gk-reservation-email"],

.gk-reservation-form input[name="gk-reservation-phone"] {

  margin: 0 1% 12px 0;

  width: 49%;

}



.gk-reservation-form input[name="gk-reservation-phone"] {

  margin: 0 0 12px 1%;

}



.gk-reservation-form textarea {

  height: 160px !important;

  width: 100%;

}



.gk-reservation-party-details {

  float: left;

  width: 30%;

}



.gk-reservation-party-info {

  float: right;

  margin: 0 0 12px 0;

  width: 64%;

}



.gk-reservation-date,

.gk-reservation-time {

  position: relative;

}



.gk-reservation-time:before,

.gk-reservation-date:before {

  color: #d5d5d5;

  content: "L";

  font-family: "steakhouse-pixellove";

  font-size: 20px;

  position: absolute;

  right: 14px;

  top: 4px;

}



.gk-reservation-time:before {

  content: "P";

}



.gk-reservation-party-info .button-border {

  background: #fff;

  border: 2px solid #d27244;

  color: #d27244 !important;

  display: inline-block;

  float: left;

  width: auto;

}



.gk-reservation-party-info .button-border:active,

.gk-reservation-party-info .button-border:focus,

.gk-reservation-party-info .button-border:hover {

  background: #fff;

  border-color: #000;

  color: black !important;

}



h2 + .gk-subtitle {

  color: #444;

  font-size: 16px;

  margin: -16px 0 90px 0;

}



.gk-reservation-party-info small {

  color: #999;

  float: left;

  font-size: 13px;

  padding: 30px 0;

}



/*

 * Kalendae

 */

.kalendae {

  display: inline-block;

  background: #fff;

  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);

  padding: 10px;

  font-size: 11px;

  cursor: default;

  position: relative;

}



.kalendae.k-floating {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 9000;

  margin: 0;

}



.kalendae .k-btn-close {

  display: none;

}



.kalendae .k-calendar {

  display: inline-block;

  width: 240px;

  vertical-align: top;

}



.kalendae .k-separator {

  display: inline-block;

  width: 2px;

  vertical-align: top;

  background: #333;

  height: 240px;

  margin: 0px 10px;

}



.kalendae .k-title {

  color: #000;

  text-align: center;

  white-space: nowrap;

  position: relative;

  height: 18px;

}



.kalendae .k-caption {

  font-size: 12px;

  line-height: 18px;

}



.kalendae .k-btn-previous-month,

.kalendae .k-btn-next-month,

.kalendae .k-btn-previous-year,

.kalendae .k-btn-next-year {

  width: 16px;

  height: 16px;

  cursor: pointer;

  position: absolute;

  top: -2px;

  color: #999;

  font-size: 20px;

  line-height: 18px;

  font-weight: bold;

  font-family: arial;

  text-decoration: none;

}



.kalendae .k-btn-previous-year {

  left: 0;

}



.kalendae .k-btn-previous-month {

  left: 16px;

}



.kalendae .k-btn-next-month {

  right: 16px;

}



.kalendae .k-btn-next-year {

  right: 0;

}



.kalendae .k-btn-previous-month:after {

  content: "\2039";

}



.kalendae .k-btn-next-month:after {

  content: "\203A";

}



.kalendae .k-btn-previous-year:after {

  content: "\00AB";

}



.kalendae .k-btn-next-year:after {

  content: "\00BB";

}



.kalendae .k-btn-previous-month:hover,

.kalendae .k-btn-next-month:hover {

  color: #000;

}



.kalendae .k-btn-previous-year:hover,

.kalendae .k-btn-next-year:hover {

  color: #000;

}



.kalendae .k-first-month .k-btn-next-month,

.kalendae .k-middle-month .k-btn-next-month,

.kalendae .k-middle-month .k-btn-previous-month,

.kalendae .k-last-month .k-btn-previous-month,

.kalendae .k-first-month .k-btn-next-year,

.kalendae .k-middle-month .k-btn-next-year,

.kalendae .k-middle-month .k-btn-previous-year,

.kalendae .k-last-month .k-btn-previous-year {

  display: none;

}



.kalendae .k-title.k-disable-year-nav .k-btn-next-year,

.kalendae .k-title.k-disable-year-nav .k-btn-previous-year {

  display: none;

}



.kalendae .k-title.k-disable-year-nav .k-btn-next-month {

  right: 0;

}



.kalendae .k-title.k-disable-year-nav .k-btn-previous-month {

  left: 0;

}



.kalendae .k-title,

.kalendae .k-header,

.kalendae .k-days {

  width: 239px;

  display: block;

  overflow: hidden;

}



.kalendae.k-disable-next-month-btn .k-btn-next-month,

.kalendae.k-disable-previous-month-btn .k-btn-previous-month,

.kalendae.k-disable-next-year-btn .k-btn-next-year,

.kalendae.k-disable-previous-year-btn .k-btn-previous-year {

  display: none;

}



.kalendae .k-header span,

.kalendae .k-days span {

  float: left;

  margin: 1px 1px;

}



.kalendae .k-header span {

  text-align: center;

  font-weight: bold;

  width: 31px;

  padding: 1px 0;

  color: #fff;

}



.kalendae .k-days span {

  text-align: right;

  width: 31px;

  height: 31px;

  line-height: 31px;

  padding: 0;

  color: #fff;

  text-align: center;

}



.kalendae .k-today {

  background: #d27244 !important;

  color: white !important;

}



.kalendae .k-days span.k-in-month.k-active {

  background-color: #eee;

  color: #000;

}



.kalendae .k-days span.k-out-of-month {

  color: #000;

}



.kalendae .k-days span.k-active {

  cursor: pointer;

}



.kalendae .k-days span:hover {

  background: #cccccc !important;

  color: black !important;

}



.clearfix:after {

  visibility: hidden;

  display: block;

  font-size: 0;

  content: " ";

  clear: both;

  height: 0;

}



/* Frontpage */

.frontpage-block-wrap {

  margin: 0 auto;

}



.frontpage-block-wrap:after {

  clear: both;

  content: "";

  display: table;

}



.frontpage-block {

  position: relative;

}

.frontpage-block.gk-parallax {

  background-attachment: fixed;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  color: #aeaeae;

  margin: 0 !important;

  overflow: hidden;

  padding: 160px 0 !important;

}

.frontpage-block.gk-parallax .bigtitle .header span,

.frontpage-block.gk-parallax .header small {

  color: #fff;

}

.frontpage-block.gk-smaller-margins .frontpage-block-wrap {

  padding: 60px 0;

}

.frontpage-block.gk-description .frontpage-block-wrap {

  padding: 0;

}



.frontpage-block-wrap {

  padding: 120px 0;

}

.frontpage-block-wrap .bigtitle .header {

  padding: 0 0 20px 0;

}

.frontpage-block-wrap .bigtitle br {

  display: block;

}

.gk-parallax .frontpage-block-wrap, #gk-header-mod .frontpage-block-wrap {

  padding: 0;

}



/* Frontpage descripton */

.gk-description {

  padding: 140px 0 300px;

  position: relative;

  text-align: center;

}

.gk-description p {

  color: #444;

  line-height: 2;

  margin: 0 auto;

  position: relative;

  text-align: center;

  width: 70%;

  z-index: 1;

}



.gk-description-left-img,

.gk-description-right-img {

  position: absolute;

}



.gk-description-left-img {

  left: 50%;

  margin-left: -900px;

  top: 50px;

}



.gk-description-right-img {

  bottom: 90px;

  margin-right: -940px;

  right: 50%;

}



.gk-avatar {

  margin: 70px auto 30px auto !important;

  position: relative;

}

.gk-avatar:before, .gk-avatar:after {

  border-top: 1px solid #d5d5d5;

  content: "";

  height: 1px;

  left: 50%;

  position: absolute;

  top: 25px;

  width: 40px;

}

.gk-avatar:before {

  margin-left: -80px;

}

.gk-avatar:after {

  margin-left: 40px;

}

.gk-avatar strong {

  clear: both;

  display: block;

  font-size: 14px;

  font-weight: 500;

}

.gk-avatar img {

  border-radius: 50%;

}



/* Frontpage - special */

.gk-special {

  background: #fff;

}

.gk-special:after {

  clear: both;

  content: "";

  display: table;

}

.gk-special .figure {

  float: left;

  position: relative;

  width: 35%;

}

.gk-special .figure img {

  display: block;

  height: auto;

  width: 100%;

}

.gk-special .figure br {

  display: none;

}

.gk-special .figcaption {

  background: #000;

  bottom: 25px;

  color: #fff;

  float: left;

  left: -40px;

  line-height: 1;

  padding: 22px 64px;

  position: absolute;

  text-align: center;

/*  text-transform: uppercase;*/

}

.gk-special .figcaption br {

  display: none;

}

.gk-special .figcaption p {

  margin: 0;

}

.gk-special .figcaption h3 {

  color: #fff;

  font-size: 48px;

 /* font-weight: bold;*/

  line-height: 0.8;

  text-align: center;

}

.gk-special .figcaption h3 > span {

  color: #fdca19;

  display: block;

  font-size: 30px;

  font-weight: normal;

  line-height: 1;

}

.gk-special .figcaption small {

  color: #fdca19;

  display: block;

  font-size: 14px;

  font-weight: bold;

  line-height: 14px;

  padding-top: 12px;

}

.gk-special .figcaption small strong {

  color: #fff;

}

.gk-special .gk-special-content {

  float: right;

  padding: 50px 80px;

  text-align: center;

  width: 65%;
  overflow:hidden;

}
.gk-special .gk-special-content li small{
	font-size:80%;

}

.gk-special-extra {
	margin-top:-30px;}

.gk-special .gk-special-content .header {

  padding-bottom: 20px;

}

.gk-special .gk-special-content .header > span {

  color: black !important;

}

.gk-special .gk-special-content .header > small {

  color: #a89c72;

}



.gk-special-menu {

  margin: -25px -40px 0 -40px;

  overflow: hidden;

  position: relative;

}

.gk-special-menu:after {

  background: #fff;

  bottom: 0;

  content: "";

  height: 9px;

  left: 0;

  position: absolute;

  width: 100%;

}

.gk-special-menu li {

  border: none;

 /* float: left;*/

  padding: 17px 20px;

  position: relative;

 /* width: 50%;*/

}

.gk-special-menu li:after {

  border-top: 1px solid #d5d5d5;

  bottom: 0px;

  content: "";

  left: 50%;

  margin: 0 0 0 -100px;

  position: absolute;

  width: 200px;

}

.gk-special-menu li:before {

  background: #d5d5d5;

  bottom: -4px;

  content: "";

  height: 9px;

  left: 50%;

  margin: -4px 0 0 -4px;

  position: absolute;

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform: rotate(-45deg);

  width: 9px;

}

.gk-special-menu li p {

  margin: 0;
  line-height:1.2em;

}

.gk-special-menu h4 {

  font-size: 24px;

  position: relative;

  top: 1px;
  padding: 15px 0 5px 0;

}

.gk-special-menu strong {

  color: #999;

  font-size: 18px;

  font-weight: normal;

}



.gk-special-link.gk-special-link {

  background: #000;

  float: right;

  margin: 0;

}

.gk-special-link:active, .gk-special-link:focus, .gk-special-link:hover {

  background: #d27244;

}



/* Frontpage - menu */

.gk-color-bg {

  background: #faf8ea;

}



.gk-menu .gk-menu-left-img,

.gk-menu .gk-menu-right-img,
.gk-menu .gk-menu-right-img2 {

  position: absolute;

  z-index: 0;

}

.gk-menu .gk-menu-left-img {

  left: 75%;

  margin-left: -1280px;

  top: 0;

}

.gk-menu .gk-menu-right-img {

  margin-right: -940px;

  right: 50%;

  top: 0;

}
.gk-menu-right-img2{
	 margin-right: -940px;

  right: 50%;

  bottom: 160px;}

.gk-menu .gk-cols,

.gk-menu .gk-menu-button {

  position: relative;

  z-index: 1;

}

.gk-menu .gk-cols {

  margin: 100px -55px 0px -55px;

}

.gk-menu .gk-cols:after {

  clear: both;

  content: "";

  display: table;

}

.gk-menu .gk-cols h3 {

  font-size: 20px;

  font-weight: 700;

  margin: 0 0 36px 0;

  text-align: center;

  text-transform: uppercase;

}

.gk-menu .gk-cols dt {

  clear: both;

  font-size: 14px;

  line-height: 21px;

  font-weight: bold;

  margin: 15px 0 0 0;

  text-transform: uppercase;

}

.gk-menu .gk-cols dd {

  line-height: 1.2em;

  margin: 0 0 15px 0;

  overflow: hidden;

}
.gk-menu .gk-cols dl {
    margin: 0 0 50px;

}

.gk-menu .gk-cols dd small {

  float: left;

  font-size: 12px;

 /* max-width: 78%;*/

}

.gk-menu .gk-cols dd strong {

  color: #d27244;

  float: right;

  font-size: 16px;

  font-style: italic;

  font-weight: bold;

  text-align: center;

  width: 20%;

}

.gk-menu .gk-cols > div {

  padding: 0 55px;

}

.gk-menu .gk-menu-button {

  border-top: 1px solid #cbc4a8;

  text-align: center;

}

.gk-menu .gk-menu-button > span {

  background: #faf8ea;

  display: inline-block;

  padding: 0 35px;

  position: relative;

  top: -28px;

}



/* Frontpage - testimonials */

.gk-testimonials {

  text-align: center;

  position: relative;

}

.gk-testimonials > div:first-child {

  margin: 80px auto 50px auto;

  overflow: hidden;

  text-align: center;

  width: 94%;

}

.gk-testimonials > div:first-child > div {

  -webkit-transition: all .6s ease-out;

  -moz-transition: all .6s ease-out;

  -ms-transition: all .6s ease-out;

  -o-transition: all .6s ease-out;

  transition: all .6s ease-out;

  width: 100%;

}

.gk-testimonials .button-border {

  display: inline-block;

  float: none;

}



.gk-testimonials[data-amount="2"] > div > div {

  width: 200%;

}



.gk-testimonials[data-amount="3"] > div > div {

  width: 300%;

}



.gk-testimonials[data-amount="4"] > div > div {

  width: 400%;

}



.gk-testimonials[data-amount="5"] > div > div {

  width: 500%;

}



.gk-testimonials[data-amount="6"] > div > div {

  width: 600%;

}



.gk-testimonials[data-amount="7"] > div > div {

  width: 700%;

}



.gk-testimonials[data-amount="8"] > div > div {

  width: 800%;

}



.gk-testimonials blockquote {

  float: left;

  margin: 0 1.5%;

  text-align: center;

  width: 75%;

}



.gk-testimonials[data-amount="2"] blockquote {

  margin: 0 6.25%;

  width: 37.5%;

}



.gk-testimonials[data-amount="3"] blockquote {

  margin: 0 4.166666%;

  width: 25%;

}



.gk-testimonials[data-amount="4"] blockquote {

  margin: 0 3.125%;

  width: 18.75%;

}



.gk-testimonials[data-amount="5"] blockquote {

  margin: 0 2.5%;

  width: 15%;

}



.gk-testimonials[data-amount="6"] blockquote {

  margin: 0 2.083333%;

  width: 12.5%;

}



.gk-testimonials[data-amount="7"] blockquote {

  margin: 0 1.785714%;

  width: 10.714285%;

}



.gk-testimonials[data-amount="8"] blockquote {

  margin: 0 1.5625%;

  width: 9.375%;

}



.gk-testimonials blockquote {

  opacity: 1;

  -webkit-transition: all .15s ease-out;

  -moz-transition: all .15s ease-out;

  -ms-transition: all .15s ease-out;

  -o-transition: all .15s ease-out;

  transition: all .15s ease-out;

}



.gk-testimonials blockquote.hidden {

  opacity: 0;

}



.gk-testimonials-prev,

.gk-testimonials-next {

  border: 1px solid #d5d5d5;

  border-right: none;

  border-bottom: none;

  cursor: pointer;

  display: block;

  left: 0;

  height: 60px;

  margin-top: 20px;

  opacity: 1;

  position: absolute;

  top: 0;

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -ms-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform: rotate(-45deg);

  width: 60px;

}



.gk-testimonials-prev:hover {

  left: -10px;

}



.gk-testimonials-prev:active,

.gk-testimonials-prev:focus,

.gk-testimonials-prev:hover,

.gk-testimonials-next:active,

.gk-testimonials-next:focus,

.gk-testimonials-next:hover {

  border-color: #d27244;

}



.gk-testimonials-next {

  left: auto;

  right: 0;

  -webkit-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -o-transform: rotate(135deg);

  transform: rotate(135deg);

}



.gk-testimonials-next:hover {

  right: -10px;

}



.gk-testimonials-pagination {

  position: absolute;

  text-align: center;

  top: -60px;

  width: 100%;

}



.gk-testimonials-pagination li {

  background: #d5d5d5;

  border: none;

  border-radius: 50%;

  cursor: pointer;

  display: inline-block;

  height: 8px;

  margin: 0 2px;

  overflow: hidden;

  padding: 0;

  text-indent: -9999px;

  width: 8px;

}



.gk-testimonials-pagination li.active {

  background: #d27244;

}



/* Frontpage - info blocks */

/* Message block */

.gk-cols .border1,

.gk-cols .border2 {

  margin: 0 !important;

  padding-bottom: 10px;

}



/* Suffix big-icon */

.big-icon {

  position: relative;

}



.gk-cols .big-icon {

  margin: 0 !important;

}



.big-icon a {

  color: #000;

  display: block;

  font-size: 48px;

  font-weight: 300;

  line-height: 200px;

  position: relative;

  text-align: center;

  z-index: 1;

}



.big-icon a:active,

.big-icon a:focus,

.big-icon a:hover {

  color: #d27244;

}



.big-icon i {

  color: #f3f3f3;

  font-size: 180px;

  left: -30px;

  line-height: 1;

  position: absolute;

  text-align: center;

  top: 20px;

  width: 100%;

  z-index: 0;

}



/* Suffix newsletter */

.newsletter {

  padding: 45px 0;

}



.newsletter .header {

  color: #000;

  font-size: 24px;

  font-weight: bold;

  padding-bottom: 20px;

  text-transform: uppercase;

}



.newsletter .header small {

  color: #999;

  display: block;

  font-size: 18px;

  font-weight: 400;

  line-height: 1.6;

  text-transform: none;

}



.newsletter p {

  margin: 0;

}



.newsletter input[type="email"] {

  float: left;

  width: 65%;

}



.newsletter input[type="submit"] {

  height: 45px;

  float: right;

  line-height: 45px;

  padding: 0 15px;

  width: 30%;

}



/* Frontpage - map */

.gk-map {

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -ms-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

  width: 100%;

}



.gk-map-close {

  background: #fff;

  border-radius: 50%;

  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

  color: #666;

  cursor: pointer;

  display: block;

  height: 48px;

  line-height: 48px;

  position: fixed;

  right: 20px;

  text-align: center;

  top: -100px;

  -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: 48px;

  z-index: 1000001;

}



.gk-map-close:active,

.gk-map-close:focus,

.gk-map-close:hover {

  color: #000;

}



.gk-map-close.active {

  top: 20px;

}



.gk-map-close:before {

  content: "\f00d";

  font-family: FontAwesome;

  font-size: 22px;

  line-height: 50px;

  position: relative;

  top: -2px;

}



.gk-map.static {

  height: 320px;

  position: static;

}



.gk-over-map {

  position: relative;

  text-align: left;

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -ms-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

  z-index: 2;

}



@media (max-width: 1500px) {

  .gk-over-map {

    overflow: hidden;

  }

}

.gk-over-map.gk-cols > div {

  padding: 0 0 0 75px;

}



.gk-over-map.gk-cols {

  margin: 0;

}



.gk-over-map.gk-cols > div:first-child {

  padding: 0 75px 0 0;

}



.gk-map-contact {

  margin-bottom: 30px;

}



.contact-form h3,

.contact-form address strong {

  display: block;

  font-size: 18px;

  font-weight: 700;

  margin-bottom: 30px;

  text-transform: uppercase;

}



.map.contact-form h3 {

  color: #fff;

}



.contact-form-info p {

  font-size: 14px;

  font-weight: 300;

}



.contact-form-info address {

  font-style: normal;

  padding-top: 20px;

  position: relative;

}



.contact-form-info address p {

  padding-right: 170px;

}



.gk-locate {

  border: 2px solid #fff;

  color: #fff;

  display: block;

  font-size: 14px;

  height: 130px;

  position: absolute;

  right: 0;

  text-align: center;

  text-transform: uppercase;

  top: 20px;

  width: 130px;

}
.postula {

  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  width: 260px;
  padding:15px;
  display:block;
  font-weight:bold;

}
.postula:active,

.postula:focus,

.postula:hover {

  border-color: #000;

  color: #000;

}


.gk-locate:active,

.gk-locate:focus,

.gk-locate:hover {

  border-color: #000;

  color: #000;

}



.gk-locate i {

  display: block;

  font-size: 54px;

  margin-bottom: 0;

  position: relative;

  top: 12px;

  width: 100%;

}



/* map animation */

.frontpage-block.map,

.widget-wrap.map {

  color: #fff;

  line-height: 1.6;

  position: relative;

}

.frontpage-block.map:before,

.widget-wrap.map:before {

  background: rgba(210, 114, 68, 0.8);

  content: "";

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  -webkit-transition: all .3s ease-out;

  -moz-transition: all .3s ease-out;

  -ms-transition: all .3s ease-out;

  -o-transition: all .3s ease-out;

  transition: all .3s ease-out;

  width: 100%;

  z-index: 1;

}

.frontpage-block.map .header,

.widget-wrap.map .header {

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

}

.frontpage-block.map .header:after, .frontpage-block.map .header:before,

.widget-wrap.map .header:after,

.widget-wrap.map .header:before {

  border-color: #fff;

}

.frontpage-block.map .header,

.frontpage-block.map .header small,

.frontpage-block.map .header > span,

.widget-wrap.map .header,

.widget-wrap.map .header small,

.widget-wrap.map .header > span {

  color: #fff;

}

.frontpage-block.map.hide:before,

.widget-wrap.map.hide:before {

  opacity: 0;

}

.frontpage-block.map .header.hide,

.widget-wrap.map .header.hide {

  opacity: 0;

  -webkit-transform: translateY(-200px);

  -moz-transform: translateY(-200px);

  -ms-transform: translateY(-200px);

  -o-transform: translateY(-200px);

  transform: translateY(-200px);

}

.frontpage-block.map .gk-over-map.hide,

.widget-wrap.map .gk-over-map.hide {

  opacity: 0;

  -webkit-transform: translateY(200px);

  -moz-transform: translateY(200px);

  -ms-transform: translateY(200px);

  -o-transform: translateY(200px);

  transform: translateY(200px);

}



.widget-wrap.map {

  margin: -60px 0;

  padding: 120px 0;

}



/**

 * 8. RWD

 * ----------------------------------------------------------------------------

 */

.all-devices {

  display: block;

}



.only-desktop {

  display: block;

}



.only-tablets {

  display: none;

}



.only-smartphones {

  display: none;

}



.only-tablets-and-smartphones {

  display: none;

}



.only-desktop-and-tablets {

  display: block;

}



/*

 *

 * Rest of the RWD rules is placed in the RWD CSS files:

 * small.desktop.css,

 * tablet.css,

 * small.tablet.css,

 * mobile.css

 *

 */

