/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert {
  border-radius: 0.1875rem;
  padding: 0.938rem;
  margin-bottom: 1.5rem;
  text-shadow: none;
}
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
/* line 15, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert, .alert h4 {
  color: #c09853;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert h4 {
  margin: 0;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert .close {
  top: -2px;
  right: -21px;
  line-height: 20px;
}
/* line 30, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 36, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert-success h4 {
  color: #468847;
}
/* line 40, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert-danger, .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
/* line 47, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert-danger h4, .alert-error h4 {
  color: #b94a48;
}
/* line 52, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 58, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert-info h4 {
  color: #3a87ad;
}
/* line 62, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
/* line 67, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
/* line 72, media/gantry5/engines/nucleus/scss/nucleus/theme/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}
/* line 1, media/gantry5/engines/nucleus/scss/joomla/theme/_forms.scss */
legend {
  font-size: 1.3rem;
  line-height: 1.5;
}
/* line 6, media/gantry5/engines/nucleus/scss/joomla/theme/_forms.scss */
legend small {
  font-size: 0.8rem;
}
/* line 10, media/gantry5/engines/nucleus/scss/joomla/theme/_forms.scss */
.input-prepend > .add-on, .input-append > .add-on {
  line-height: 1.5;
}
/* line 1, templates/g5_irko/scss/irko-joomla/_core.scss */
.btn-primary {
  background: #00658f;
  color: #fff;
  text-shadow: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 6, templates/g5_irko/scss/irko-joomla/_core.scss */
.btn-primary:hover {
  background: #0077a9;
  color: #fff;
}
/* line 10, templates/g5_irko/scss/irko-joomla/_core.scss */
.btn-primary:active, .btn-primary:focus {
  background: #005376;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
}
/* line 17, templates/g5_irko/scss/irko-joomla/_core.scss */
.btn-group > .btn + .dropdown-toggle {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 21, templates/g5_irko/scss/irko-joomla/_core.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background: #005376;
  color: #fff;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
}
/* line 27, templates/g5_irko/scss/irko-joomla/_core.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-image: none;
  background-color: #00658f;
}
/* line 32, templates/g5_irko/scss/irko-joomla/_core.scss */
.btn-link {
  color: #00658f;
}
/* line 2, templates/g5_irko/scss/irko-joomla/_typography.scss */
.list-striped, .row-striped {
  border-top: 1px solid #ddd;
}
/* line 7, templates/g5_irko/scss/irko-joomla/_typography.scss */
.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
}
/* line 14, templates/g5_irko/scss/irko-joomla/_typography.scss */
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
  background-color: #fcfcfc;
}
/* line 21, templates/g5_irko/scss/irko-joomla/_typography.scss */
.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
  background-color: #f2f2f2;
}
/* line 28, templates/g5_irko/scss/irko-joomla/_typography.scss */
.list-bordered, .row-bordered {
  border: 1px solid #ddd;
}
/* line 33, templates/g5_irko/scss/irko-joomla/_typography.scss */
.row-even, .row-odd {
  border-bottom: 1px solid #ddd;
}
/* line 38, templates/g5_irko/scss/irko-joomla/_typography.scss */
.row-even {
  background-color: #fcfcfc;
}
/* line 42, templates/g5_irko/scss/irko-joomla/_typography.scss */
.iframe-bordered {
  border: 1px solid #ddd;
}
/* line 47, templates/g5_irko/scss/irko-joomla/_typography.scss */
blockquote {
  border-left: 5px solid #ddd;
}
/* line 52, templates/g5_irko/scss/irko-joomla/_typography.scss */
blockquote small {
  color: #999;
}
/* line 56, templates/g5_irko/scss/irko-joomla/_typography.scss */
blockquote.pull-right {
  border-right: 5px solid #ddd;
}
/* line 60, templates/g5_irko/scss/irko-joomla/_typography.scss */
code, pre {
  color: #666;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}
/* line 1, templates/g5_irko/scss/irko-joomla/_forms.scss */
legend {
  color: #333;
}
/* line 5, templates/g5_irko/scss/irko-joomla/_forms.scss */
legend small {
  color: #999;
}
/* line 9, templates/g5_irko/scss/irko-joomla/_forms.scss */
.input-prepend .chzn-container-single .chzn-single, .input-append .chzn-container-single .chzn-single {
  border-color: #ddd;
}
/* line 14, templates/g5_irko/scss/irko-joomla/_forms.scss */
.input-prepend .chzn-container-single .chzn-drop, .input-append .chzn-container-single .chzn-drop {
  border-color: #ddd;
}
/* line 19, templates/g5_irko/scss/irko-joomla/_forms.scss */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
/* line 41, templates/g5_irko/scss/irko-joomla/_forms.scss */
/* line 42, templates/g5_irko/scss/irko-joomla/_forms.scss */
/* line 43, templates/g5_irko/scss/irko-joomla/_forms.scss */
#g-header .search form, #g-navigation .search form {
  margin-bottom: 0;
}
/* line 46, templates/g5_irko/scss/irko-joomla/_forms.scss */
#g-header .search input, #g-navigation .search input {
  margin-bottom: 0;
  border: 0;
}
/* line 54, templates/g5_irko/scss/irko-joomla/_forms.scss */
/* line 55, templates/g5_irko/scss/irko-joomla/_forms.scss */
.view-mailto #g-page-surround, .body-only #g-page-surround {
  box-shadow: none;
}
/* line 1, templates/g5_irko/scss/irko-joomla/_tabs.scss */
.nav-tabs.nav-dark {
  border-bottom: 1px solid #333;
  text-shadow: 1px 1px 1px #000;
}
/* line 6, templates/g5_irko/scss/irko-joomla/_tabs.scss */
.nav-tabs.nav-dark > li > a {
  color: #f8f8f8;
}
/* line 10, templates/g5_irko/scss/irko-joomla/_tabs.scss */
.nav-tabs.nav-dark > li > a:hover {
  border-color: #333 #333 #111;
  background-color: #777;
}
/* line 15, templates/g5_irko/scss/irko-joomla/_tabs.scss */
.nav-tabs.nav-dark > .active > a, .nav-tabs.nav-dark > .active > a:hover {
  color: #fff;
  background-color: #555;
  border: 1px solid #222;
}
/* line 3, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.tip-wrap {
  color: #fff;
  background-color: #000;
}
/* line 9, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.search span.highlight {
  background-color: #fcfcfc;
}
/* line 14, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.img-polaroid {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 21, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.muted {
  color: #999;
}
/* line 25, templates/g5_irko/scss/irko-joomla/_utilities.scss */
a.muted:hover, a.muted:focus {
  color: #808080;
}
/* line 30, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert {
  background-color: #f8f4ec;
  border-color: #eee4d2;
}
/* line 34, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert a, .alert a:hover, .alert .alert-link, .alert .alert-link:hover {
  color: #a47e3c;
  font-weight: bold;
}
/* line 38, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert a:hover, .alert a:hover:hover, .alert .alert-link:hover, .alert .alert-link:hover:hover {
  text-decoration: underline;
}
/* line 44, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert, .alert h4, .text-warning {
  color: #c09853;
}
/* line 50, templates/g5_irko/scss/irko-joomla/_utilities.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #b78c43;
}
/* line 55, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert-success {
  color: #468847;
  background-color: #dfeedf;
  border-color: #c4e0c4;
}
/* line 60, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert-success a, .alert-success a:hover, .alert-success .alert-link, .alert-success .alert-link:hover {
  color: #356635;
  font-weight: bold;
}
/* line 64, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert-success a:hover, .alert-success a:hover:hover, .alert-success .alert-link:hover, .alert-success .alert-link:hover:hover {
  text-decoration: underline;
}
/* line 70, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert-success h4, .text-success {
  color: #468847;
}
/* line 75, templates/g5_irko/scss/irko-joomla/_utilities.scss */
a.text-success:hover, a.text-success:focus {
  color: #3d773e;
}
/* line 80, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert-danger, .alert-error {
  color: #b94a48;
  background-color: #f6e7e7;
  border-color: #edd1d0;
}
/* line 86, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert-danger a, .alert-error a, .alert-danger a:hover, .alert-error a:hover, .alert-danger .alert-link, .alert-error .alert-link, .alert-danger .alert-link:hover, .alert-error .alert-link:hover {
  color: #953b39;
  font-weight: bold;
}
/* line 90, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert-danger a:hover, .alert-error a:hover, .alert-danger a:hover:hover, .alert-error a:hover:hover, .alert-danger .alert-link:hover, .alert-error .alert-link:hover, .alert-danger .alert-link:hover:hover, .alert-error .alert-link:hover:hover {
  text-decoration: underline;
}
/* line 96, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert-danger h4, .alert-error h4, .text-error {
  color: #b94a48;
}
/* line 102, templates/g5_irko/scss/irko-joomla/_utilities.scss */
a.text-error:hover, a.text-error:focus {
  color: #a74240;
}
/* line 107, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert-info {
  color: #3a87ad;
  background-color: #e2eff5;
  border-color: #c7e0ec;
}
/* line 112, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert-info a, .alert-info a:hover, .alert-info .alert-link, .alert-info .alert-link:hover {
  color: #2d6987;
  font-weight: bold;
}
/* line 116, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert-info a:hover, .alert-info a:hover:hover, .alert-info .alert-link:hover, .alert-info .alert-link:hover:hover {
  text-decoration: underline;
}
/* line 122, templates/g5_irko/scss/irko-joomla/_utilities.scss */
.alert-info h4, .text-info {
  color: #3a87ad;
}
/* line 127, templates/g5_irko/scss/irko-joomla/_utilities.scss */
a.text-info:hover, a.text-info:focus {
  color: #34789a;
}
@media only all and (max-width: 47.938rem) {
  /* line 134, templates/g5_irko/scss/irko-joomla/_utilities.scss */
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 2, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  /* line 8, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .container-fluid {
    padding: 0;
  }
  /* line 11, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  /* line 17, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }
  /* line 20, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid {
    width: 100%;
  }
  /* line 23, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row, .thumbnails {
    margin-left: 0;
  }
  /* line 27, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  /* line 32, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .manager.thumbnails > li {
    float: left;
    margin-left: 20px;
  }
  /* line 37, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  /* line 46, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span12, .row-fluid .span12 {
    width: 100%;
    box-sizing: border-box;
  }
  /* line 51, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  /* line 54, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
  }
  /* line 66, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  /* line 73, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  /* line 79, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 82, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  /* line 86, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 92, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 95, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 98, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 102, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .media .pull-left, .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  /* line 108, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 112, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 119, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row {
    margin-left: -20px;
  }
  /* line 122, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  /* line 128, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row:after {
    clear: both;
  }
  /* line 131, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  /* line 136, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span12 {
    width: 724px;
  }
  /* line 139, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span11 {
    width: 662px;
  }
  /* line 142, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span10 {
    width: 600px;
  }
  /* line 145, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span9 {
    width: 538px;
  }
  /* line 148, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span8 {
    width: 476px;
  }
  /* line 151, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span7 {
    width: 414px;
  }
  /* line 154, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span6 {
    width: 352px;
  }
  /* line 157, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span5 {
    width: 290px;
  }
  /* line 160, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span4 {
    width: 228px;
  }
  /* line 163, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span3 {
    width: 166px;
  }
  /* line 166, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span2 {
    width: 104px;
  }
  /* line 169, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span1 {
    width: 42px;
  }
  /* line 172, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset12 {
    margin-left: 764px;
  }
  /* line 175, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset11 {
    margin-left: 702px;
  }
  /* line 178, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset10 {
    margin-left: 640px;
  }
  /* line 181, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset9 {
    margin-left: 578px;
  }
  /* line 184, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset8 {
    margin-left: 516px;
  }
  /* line 187, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset7 {
    margin-left: 454px;
  }
  /* line 190, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset6 {
    margin-left: 392px;
  }
  /* line 193, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset5 {
    margin-left: 330px;
  }
  /* line 196, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset4 {
    margin-left: 268px;
  }
  /* line 199, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset3 {
    margin-left: 206px;
  }
  /* line 202, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset2 {
    margin-left: 144px;
  }
  /* line 205, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset1 {
    margin-left: 82px;
  }
  /* line 208, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid {
    width: 100%;
  }
  /* line 211, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  /* line 217, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 220, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392%;
    box-sizing: border-box;
  }
  /* line 228, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 231, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392%;
  }
  /* line 234, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span12 {
    width: 100%;
  }
  /* line 237, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span11 {
    width: 91.4364640884%;
  }
  /* line 240, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span10 {
    width: 82.8729281768%;
  }
  /* line 243, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span9 {
    width: 74.3093922652%;
  }
  /* line 246, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span8 {
    width: 65.7458563536%;
  }
  /* line 249, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span7 {
    width: 57.182320442%;
  }
  /* line 252, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span6 {
    width: 48.6187845304%;
  }
  /* line 255, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span5 {
    width: 40.0552486188%;
  }
  /* line 258, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span4 {
    width: 31.4917127072%;
  }
  /* line 261, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span3 {
    width: 22.9281767956%;
  }
  /* line 264, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span2 {
    width: 14.364640884%;
  }
  /* line 267, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span1 {
    width: 5.8011049724%;
  }
  /* line 270, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
  }
  /* line 273, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.7624309392%;
  }
  /* line 276, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
  }
  /* line 279, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276%;
  }
  /* line 282, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
  }
  /* line 285, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.635359116%;
  }
  /* line 288, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
  }
  /* line 291, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232044%;
  }
  /* line 294, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset8 {
    margin-left: 71.270718232%;
  }
  /* line 297, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.5082872928%;
  }
  /* line 300, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
  }
  /* line 303, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.9447513812%;
  }
  /* line 306, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
  }
  /* line 309, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.3812154696%;
  }
  /* line 312, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
  }
  /* line 315, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.817679558%;
  }
  /* line 318, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
  }
  /* line 321, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.2541436464%;
  }
  /* line 324, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset3 {
    margin-left: 28.453038674%;
  }
  /* line 327, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.6906077348%;
  }
  /* line 330, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
  }
  /* line 333, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.1270718232%;
  }
  /* line 336, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
  }
  /* line 339, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.5635359116%;
  }
  /* line 342, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input, textarea, .uneditable-input {
    margin-left: 0;
  }
  /* line 347, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  /* line 350, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  /* line 355, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  /* line 360, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  /* line 365, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  /* line 370, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  /* line 375, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  /* line 380, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  /* line 385, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  /* line 390, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  /* line 395, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  /* line 400, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  /* line 405, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
}
@media only all and (max-width: 59.938rem) {
  /* line 413, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
  }
  /* line 417, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  /* line 420, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  /* line 423, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  /* line 427, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }
  /* line 431, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  /* line 436, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse {
    clear: both;
  }
  /* line 439, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  /* line 443, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav > li {
    float: none;
  }
  /* line 446, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  /* line 449, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  /* line 452, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  /* line 456, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    border-radius: 0.1875rem;
  }
  /* line 463, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    border-radius: 0.1875rem;
  }
  /* line 468, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  /* line 471, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  /* line 477, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  /* line 481, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111;
  }
  /* line 487, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  /* line 491, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 505, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  /* line 508, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
    display: none;
  }
  /* line 512, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  /* line 515, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  /* line 519, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .navbar-form, .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 528, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111;
    border-bottom-color: #111;
  }
  /* line 533, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  /* line 537, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  /* line 542, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar .btn-navbar {
    display: block;
  }
  /* line 545, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only all and (min-width: 60rem) {
  /* line 552, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 2, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_forms.scss */
  /* line 3, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_forms.scss */
  .form-horizontal .control-label {
    display: block;
    float: none;
    text-align: left;
  }
  /* line 9, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_forms.scss */
  .form-horizontal .controls {
    margin: 0;
  }
  /* line 14, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_forms.scss */
  [dir="rtl"] .form-horizontal .control-label {
    text-align: right;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 2, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  div.modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  /* line 10, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  div.modal.fade {
    top: -100px;
  }
  /* line 13, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  div.modal.fade.in {
    top: 20px;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  div.modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 27, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  /* line 28, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  .pull-right.item-image {
    margin-left: 0;
  }
  /* line 33, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  /* line 34, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  .pull-left.item-image {
    margin-right: 0;
  }
}
@font-face {
  font-family: 'bmifont';
  src: url('../../fonts/bmifont/bmifont.eot');
  src: local('☺'), local('bmifont'), url('../../fonts/bmifont/bmifont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mjsmooth';
  src: url('../../fonts/mjsmooth/mjsmooth.eot');
  src: url('../../fonts/mjsmooth/mjsmooth.otf') format('opentype');
  src: local('☺'), local('Mj Smooth Light'), url('../../fonts/mjsmooth/mjsmooth.woff') format('woff'), url('../../fonts/mjsmooth/mjsmooth.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* line 26, templates/g5_irko/scss/custom/_custom.scss */
body {
  font-size: 75%;
}
/* line 30, templates/g5_irko/scss/custom/_custom.scss */
p {
  margin: 0.5rem 0;
}
/* line 34, templates/g5_irko/scss/custom/_custom.scss */
ul {
  margin: 0 0 0 0;
}
/* line 38, templates/g5_irko/scss/custom/_custom.scss */
a:hover {
  text-decoration: none;
}
/* line 42, templates/g5_irko/scss/custom/_custom.scss */
input.search-query {
  border-radius: 3px;
  font-size: 0.7rem;
}
/* line 47, templates/g5_irko/scss/custom/_custom.scss */
.gantry-logo img {
  width: 64px;
}
/* line 51, templates/g5_irko/scss/custom/_custom.scss */
.align-center {
  text-align: center;
}
/* line 52, templates/g5_irko/scss/custom/_custom.scss */
.align-left {
  text-align: left;
}
/* line 53, templates/g5_irko/scss/custom/_custom.scss */
.align-right {
  text-align: right;
}
/* line 54, templates/g5_irko/scss/custom/_custom.scss */
.align-justify {
  text-align: justify;
}
/* line 56, templates/g5_irko/scss/custom/_custom.scss */
/* line 57, templates/g5_irko/scss/custom/_custom.scss */
#g-header h1, #g-header h2, #g-header h3, #g-header h4, #g-header h5, #g-header h6, #g-header strong {
  color: #00658f;
}
/* line 61, templates/g5_irko/scss/custom/_custom.scss */
#g-header h1.heading {
  font-size: 2rem;
  line-height: 2rem;
  text-shadow: 1px 2px 5px;
  margin: 0;
}
/* line 68, templates/g5_irko/scss/custom/_custom.scss */
#g-header a {
  color: #00658f;
}
/* line 73, templates/g5_irko/scss/custom/_custom.scss */
.g-offcanvas-toggle {
  color: #9e9e9e;
}
/* line 77, templates/g5_irko/scss/custom/_custom.scss */
#g-offcanvas {
  text-align: right;
}
/* line 80, templates/g5_irko/scss/custom/_custom.scss */
#g-offcanvas i {
  float: right;
  line-height: 1.4rem;
  margin-left: 0.3rem;
  margin-right: 0;
}
/* line 87, templates/g5_irko/scss/custom/_custom.scss */
/* line 88, templates/g5_irko/scss/custom/_custom.scss */
/* line 89, templates/g5_irko/scss/custom/_custom.scss */
/* line 90, templates/g5_irko/scss/custom/_custom.scss */
#g-offcanvas #g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator {
  left: 0.938rem;
  right: auto;
}
/* line 94, templates/g5_irko/scss/custom/_custom.scss */
#g-offcanvas #g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after {
  content: "\f053";
}
/* line 103, templates/g5_irko/scss/custom/_custom.scss */
.g-social a {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  background: transparent;
  border: 0px solid transparent;
  border-radius: 0.1875rem;
  margin-bottom: 0px;
  font-size: 1rem;
  transition: 0.3s ease-in-out all;
}
/* line 113, templates/g5_irko/scss/custom/_custom.scss */
.g-social a:hover {
  transform: translatey(-5px);
}
/* line 118, templates/g5_irko/scss/custom/_custom.scss */
.g-social a.facebook {
  color: #3b5997 !important;
}
/* line 119, templates/g5_irko/scss/custom/_custom.scss */
.g-social a.instagram {
  color: #e0ae96 !important;
}
/* line 120, templates/g5_irko/scss/custom/_custom.scss */
.g-social a.twitter {
  color: #2eacf6 !important;
}
/* line 121, templates/g5_irko/scss/custom/_custom.scss */
.g-social a.telegram {
  color: #2096d3 !important;
}
/* line 122, templates/g5_irko/scss/custom/_custom.scss */
.g-social a.g-plus {
  color: #d64937 !important;
}
/* line 125, templates/g5_irko/scss/custom/_custom.scss */
/* line 126, templates/g5_irko/scss/custom/_custom.scss */
/* line 127, templates/g5_irko/scss/custom/_custom.scss */
.showcaseHolder ul li {
  background-position: 50% 50%;
  background-size: cover !important;
}
/* line 134, templates/g5_irko/scss/custom/_custom.scss */
div.contactinfo {
  text-align: justify;
}
/* line 137, templates/g5_irko/scss/custom/_custom.scss */
div.contactinfo i {
  font-size: 120%;
  color: #fe0000;
  width: 20px;
}
/* line 143, templates/g5_irko/scss/custom/_custom.scss */
div.contactinfo span.infoDetails {
  padding-right: 40px;
  display: block;
  text-align: justify;
}
/* line 150, templates/g5_irko/scss/custom/_custom.scss */
ul.relatedLinks {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
/* line 155, templates/g5_irko/scss/custom/_custom.scss */
ul.relatedLinks li {
  margin: 0px 0 10px 0;
  vertical-align: top;
}
/* line 159, templates/g5_irko/scss/custom/_custom.scss */
/* line 160, templates/g5_irko/scss/custom/_custom.scss */
ul.relatedLinks li a:hover {
  text-decoration: none;
}
/* line 165, templates/g5_irko/scss/custom/_custom.scss */
ul.relatedLinks li span {
  width: 70%;
  display: inline-block;
  text-align: justify;
  vertical-align: middle;
}
/* line 172, templates/g5_irko/scss/custom/_custom.scss */
ul.relatedLinks li img {
  width: 25%;
  background-color: rgba(186, 206, 220, 0.7);
}
/* line 177, templates/g5_irko/scss/custom/_custom.scss */
/* line 178, templates/g5_irko/scss/custom/_custom.scss */
ul.relatedLinks li:hover img {
  background-color: rgba(186, 206, 220, 1);
}
/* line 185, templates/g5_irko/scss/custom/_custom.scss */
.showcaseHolder {
  position: relative;
}
/* line 188, templates/g5_irko/scss/custom/_custom.scss */
.showcaseHolder .showcaseInfo {
  position: absolute;
  width: 75rem;
  padding: 1rem;
  margin: 0 auto 0 auto;
  bottom: 0%;
  left: 50%;
  transform: translate3d(-50%, 0%, 0);
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-family: mjsmooth;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
/* line 206, templates/g5_irko/scss/custom/_custom.scss */
/* line 207, templates/g5_irko/scss/custom/_custom.scss */
.about-korea img {
  box-shadow: 0 0 5px 5px #fff;
  transition: 0.3s all ease-in;
}
/* line 210, templates/g5_irko/scss/custom/_custom.scss */
.about-korea img:hover {
  box-shadow: 0 0 5px 5px #00658f;
}
/* line 216, templates/g5_irko/scss/custom/_custom.scss */
.your-adv-here {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  border: 1px dashed #ccc;
  text-align: center;
  font-size: 1rem;
}
/* line 225, templates/g5_irko/scss/custom/_custom.scss */
/* line 226, templates/g5_irko/scss/custom/_custom.scss */
/* line 227, templates/g5_irko/scss/custom/_custom.scss */
/* line 228, templates/g5_irko/scss/custom/_custom.scss */
/* line 229, templates/g5_irko/scss/custom/_custom.scss */
.topmenu .g-main-nav .g-toplevel > li .g-menu-item-container {
  padding: 0;
}
/* line 232, templates/g5_irko/scss/custom/_custom.scss */
/* line 233, templates/g5_irko/scss/custom/_custom.scss */
.topmenu .g-main-nav .g-toplevel > li .g-menu-item-container .g-social.social a {
  padding: 0.8rem 0.4rem !important;
}
/* line 243, templates/g5_irko/scss/custom/_custom.scss */
/* line 244, templates/g5_irko/scss/custom/_custom.scss */
.board-of-directors > div {
  margin-bottom: 2rem;
}
/* line 247, templates/g5_irko/scss/custom/_custom.scss */
.board-of-directors > div .profile {
  display: inline-block;
  padding: 1rem;
  border-radius: 3px;
}
/* line 252, templates/g5_irko/scss/custom/_custom.scss */
.board-of-directors > div .profile:hover {
  background: #d3e2e9;
  box-shadow: 0 0 5px 1px #6db2ce;
}
/* line 1, templates/g5_irko/scss/custom/_suffixes.scss */
/* line 2, templates/g5_irko/scss/custom/_suffixes.scss */
.title1 .g-title {
  background: #00658f;
  color: #fff4f0;
  margin: 0;
  padding: 0.938rem 1.563rem;
  text-shadow: 1px 1px 5px;
}
/* line 11, templates/g5_irko/scss/custom/_suffixes.scss */
/* line 12, templates/g5_irko/scss/custom/_suffixes.scss */
.title2 .g-title {
  background: #008f62;
  color: #fff;
  margin: 0;
  padding: 0.938rem 1.563rem;
  text-shadow: 1px 1px 5px;
}
/* line 21, templates/g5_irko/scss/custom/_suffixes.scss */
/* line 22, templates/g5_irko/scss/custom/_suffixes.scss */
.title3 .g-title {
  border-bottom: 1px dotted #aaa;
  padding-bottom: 0.75rem;
  font-size: 1.7rem;
}
/* line 29, templates/g5_irko/scss/custom/_suffixes.scss */
.sidebar-container {
  background-color: #eee;
}
/* line 33, templates/g5_irko/scss/custom/_suffixes.scss */
/* line 34, templates/g5_irko/scss/custom/_suffixes.scss */
.box5 .g-content {
  margin: 1.25rem 0.75rem;
  padding: 0;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
/* line 42, templates/g5_irko/scss/custom/_suffixes.scss */
.box5 .g-content .modulecontent {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 1, templates/g5_irko/scss/custom/_nav.scss */
#g-navigation {
  z-index: 5000;
}
/* line 3, templates/g5_irko/scss/custom/_nav.scss */
/* line 4, templates/g5_irko/scss/custom/_nav.scss */
#g-navigation .g-main-nav .g-toplevel {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
}
/* line 11, templates/g5_irko/scss/custom/_nav.scss */
#g-navigation .g-main-nav .g-toplevel li {
  font-family: "mjsmooth", "roboto", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
/* line 16, templates/g5_irko/scss/custom/_nav.scss */
#g-navigation .g-main-nav .g-toplevel li .g-menu-item-container {
  padding: 1.2rem 0.4rem;
}
/* line 19, templates/g5_irko/scss/custom/_nav.scss */
/* line 20, templates/g5_irko/scss/custom/_nav.scss */
#g-navigation .g-main-nav .g-toplevel li .g-menu-item-container .g-menu-item-content .g-menu-item-title {
  font-size: 0.8rem;
}
/* line 28, templates/g5_irko/scss/custom/_nav.scss */
/* line 29, templates/g5_irko/scss/custom/_nav.scss */
/* line 30, templates/g5_irko/scss/custom/_nav.scss */
#g-navigation .g-main-nav .g-sublevel > li .g-menu-item-content {
  display: block;
}
/* line 37, templates/g5_irko/scss/custom/_nav.scss */
#g-navigation .g-dropdown {
  text-align: right;
}
/* line 43, templates/g5_irko/scss/custom/_nav.scss */
/* line 44, templates/g5_irko/scss/custom/_nav.scss */
/* line 45, templates/g5_irko/scss/custom/_nav.scss */
/* line 46, templates/g5_irko/scss/custom/_nav.scss */
.offcanvas-menu .g-main-nav .g-toplevel li.g-menu-item {
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding: 5px 0;
  line-height: 1rem;
  font-size: 1rem;
  font-family: "mjsmooth", "roboto", sans-serif;
  text-align: right;
}
/* line 55, templates/g5_irko/scss/custom/_nav.scss */
.offcanvas-menu .g-main-nav .g-toplevel li.g-menu-item a {
  color: #333 !important;
  padding: 10px;
}
/* line 61, templates/g5_irko/scss/custom/_nav.scss */
.offcanvas-menu .g-main-nav .g-toplevel i {
  opacity: 1;
  float: left;
  padding: 0.5rem;
}
/* line 70, templates/g5_irko/scss/custom/_nav.scss */
/* line 71, templates/g5_irko/scss/custom/_nav.scss */
/* line 72, templates/g5_irko/scss/custom/_nav.scss */
header#g-header .g-main-nav li.g-menu-item {
  border-radius: 6px;
  transition: 0.2s all ease-in-out;
}
/* line 76, templates/g5_irko/scss/custom/_nav.scss */
header#g-header .g-main-nav li.g-menu-item a {
  padding: 0.8rem 1.1rem 0.8rem 1.5rem;
}
/* line 80, templates/g5_irko/scss/custom/_nav.scss */
header#g-header .g-main-nav li.g-menu-item.logout {
  background: #ff575f;
}
/* line 83, templates/g5_irko/scss/custom/_nav.scss */
header#g-header .g-main-nav li.g-menu-item.logout:hover {
  background: #d62121 !important;
}
/* line 87, templates/g5_irko/scss/custom/_nav.scss */
header#g-header .g-main-nav li.g-menu-item.logout a {
  color: #fff;
}
/* line 93, templates/g5_irko/scss/custom/_nav.scss */
/* line 94, templates/g5_irko/scss/custom/_nav.scss */
header#g-header .g-main-nav li.g-menu-item.langLink a {
  padding: 0.8rem 0.7rem;
}
/* line 13, templates/g5_irko/scss/custom/_k2.scss */
/* line 14, templates/g5_irko/scss/custom/_k2.scss */
a:active {
  outline: 0;
}
/* line 18, templates/g5_irko/scss/custom/_k2.scss */
a:focus {
  outline: 0;
}
/* line 23, templates/g5_irko/scss/custom/_k2.scss */
img {
  border: none;
}
/* line 27, templates/g5_irko/scss/custom/_k2.scss */
#k2Container {
  padding: 0 0 24px 0;
}
/* line 31, templates/g5_irko/scss/custom/_k2.scss */
/* line 32, templates/g5_irko/scss/custom/_k2.scss */
body.contentpane #k2Container {
  padding: 16px;
}
/* line 37, templates/g5_irko/scss/custom/_k2.scss */
.k2Padding {
  padding: 4px;
}
/* line 41, templates/g5_irko/scss/custom/_k2.scss */
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
/* line 52, templates/g5_irko/scss/custom/_k2.scss */
.even {
  background: inherit;
  padding: 2px;
  border-bottom: none;
  list-style: none;
  list-style-image: none;
}
/* line 60, templates/g5_irko/scss/custom/_k2.scss */
.odd {
  background: inherit;
  padding: 2px;
  border-bottom: none;
  list-style: none;
  list-style-image: none;
}
/* line 68, templates/g5_irko/scss/custom/_k2.scss */
div.k2FeedIcon {
  padding: 4px 8px;
}
/* line 71, templates/g5_irko/scss/custom/_k2.scss */
div.k2FeedIcon a {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url('../../images/k2/fugue/feed.png') no-repeat 50% 50%;
}
/* line 80, templates/g5_irko/scss/custom/_k2.scss */
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url('../../images/k2/fugue/feed.png') no-repeat 50% 50%;
}
/* line 89, templates/g5_irko/scss/custom/_k2.scss */
div.k2FeedIcon a:hover span {
  display: none;
}
/* line 94, templates/g5_irko/scss/custom/_k2.scss */
div.k2FeedIcon a span {
  display: none;
}
/* line 102, templates/g5_irko/scss/custom/_k2.scss */
.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: left;
}
/* line 109, templates/g5_irko/scss/custom/_k2.scss */
.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}
/* line 116, templates/g5_irko/scss/custom/_k2.scss */
/* line 117, templates/g5_irko/scss/custom/_k2.scss */
div.itemRatingForm .formLogLoading {
  background: url('../../images/k2/system/loading.gif') no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}
/* line 124, templates/g5_irko/scss/custom/_k2.scss */
.itemRatingList {
  background: transparent url('../../images/k2/system/transparent_star.gif') left -1000px repeat-x;
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
/* line 136, templates/g5_irko/scss/custom/_k2.scss */
.itemRatingList a {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
/* line 137, templates/g5_irko/scss/custom/_k2.scss */
.itemRatingList a:hover {
  background: transparent url('../../images/k2/system/transparent_star.gif') left -1000px repeat-x;
  background-position: left bottom;
}
/* line 154, templates/g5_irko/scss/custom/_k2.scss */
.itemRatingList .itemCurrentRating {
  background: transparent url('../../images/k2/system/transparent_star.gif') left -1000px repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}
/* line 172, templates/g5_irko/scss/custom/_k2.scss */
.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}
/* line 178, templates/g5_irko/scss/custom/_k2.scss */
.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
/* line 183, templates/g5_irko/scss/custom/_k2.scss */
.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
/* line 188, templates/g5_irko/scss/custom/_k2.scss */
.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
/* line 193, templates/g5_irko/scss/custom/_k2.scss */
.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
/* line 198, templates/g5_irko/scss/custom/_k2.scss */
.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
/* line 204, templates/g5_irko/scss/custom/_k2.scss */
span.siteRoot {
  display: none;
}
/* line 208, templates/g5_irko/scss/custom/_k2.scss */
.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}
/* line 213, templates/g5_irko/scss/custom/_k2.scss */
.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}
/* line 218, templates/g5_irko/scss/custom/_k2.scss */
/* line 219, templates/g5_irko/scss/custom/_k2.scss */
.recaptchatable .recaptcha_image_cell {
  background-color: #fff !important;
}
/* line 224, templates/g5_irko/scss/custom/_k2.scss */
#recaptcha_table {
  background-color: #fff !important;
  border-color: #ccc !important;
}
/* line 229, templates/g5_irko/scss/custom/_k2.scss */
#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}
/* line 234, templates/g5_irko/scss/custom/_k2.scss */
.clearList {
  display: none;
  float: none;
  clear: both;
}
/* line 240, templates/g5_irko/scss/custom/_k2.scss */
.lastItem {
  border: none;
}
/* line 244, templates/g5_irko/scss/custom/_k2.scss */
/* line 245, templates/g5_irko/scss/custom/_k2.scss */
.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 2px 4px 4px 0;
}
/* line 255, templates/g5_irko/scss/custom/_k2.scss */
div.k2Pagination {
  padding: 8px;
  margin: 24px 0 4px 0;
  text-align: center;
  color: #999;
}
/* line 260, templates/g5_irko/scss/custom/_k2.scss */
div.k2Pagination ul {
  text-align: center;
}
/* line 262, templates/g5_irko/scss/custom/_k2.scss */
div.k2Pagination ul li {
  display: inline;
  padding: 3px 7px;
  border: 1px solid #bacede;
  margin: 0 3px;
}
/* line 271, templates/g5_irko/scss/custom/_k2.scss */
div.itemIsFeatured {
  background: url('../../images/k2/system/featuredItem.png') no-repeat 100% 0;
}
/* line 275, templates/g5_irko/scss/custom/_k2.scss */
div.catItemIsFeatured {
  background: url('../../images/k2/system/featuredItem.png') no-repeat 100% 0;
}
/* line 279, templates/g5_irko/scss/custom/_k2.scss */
div.userItemIsFeatured {
  background: url('../../images/k2/system/featuredItem.png') no-repeat 100% 0;
}
/* line 283, templates/g5_irko/scss/custom/_k2.scss */
a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 4px;
  background: #f7fafe;
  border: 1px solid #ccc;
  text-align: center;
  color: #555;
  font-size: 13px;
}
/* line 294, templates/g5_irko/scss/custom/_k2.scss */
a.itemPrintThisPage:hover {
  background: #eee;
  text-decoration: none;
}
/* line 300, templates/g5_irko/scss/custom/_k2.scss */
div.itemView {
  padding: 8px 0;
  margin: 0;
  border: none;
}
/* line 306, templates/g5_irko/scss/custom/_k2.scss */
span.itemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
/* line 314, templates/g5_irko/scss/custom/_k2.scss */
span.itemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: "tahoma", "bmifont", "roboto", sans-serif;
}
/* line 323, templates/g5_irko/scss/custom/_k2.scss */
span.itemEditLink a:hover {
  background: #ffc;
}
/* line 329, templates/g5_irko/scss/custom/_k2.scss */
div.itemHeader {
  border-bottom: 1px dotted #ccc;
  padding: 0 5px 10px 0;
}
/* line 333, templates/g5_irko/scss/custom/_k2.scss */
div.itemHeader span.itemDateCreated {
  color: #999;
  font-size: 11px;
}
/* line 338, templates/g5_irko/scss/custom/_k2.scss */
div.itemHeader h2.itemTitle {
  font-family: "mjsmooth", "roboto", sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
/* line 346, templates/g5_irko/scss/custom/_k2.scss */
/* line 347, templates/g5_irko/scss/custom/_k2.scss */
div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #cf1919;
  text-decoration: none;
}
/* line 355, templates/g5_irko/scss/custom/_k2.scss */
div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 362, templates/g5_irko/scss/custom/_k2.scss */
div.itemToolbar {
  padding: 2px 0;
  margin: 16px 0 0 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  background: #f7fafe;
}
/* line 369, templates/g5_irko/scss/custom/_k2.scss */
div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 375, templates/g5_irko/scss/custom/_k2.scss */
div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}
/* line 385, templates/g5_irko/scss/custom/_k2.scss */
div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}
/* line 389, templates/g5_irko/scss/custom/_k2.scss */
div.itemToolbar ul li a img {
  vertical-align: middle;
}
/* line 394, templates/g5_irko/scss/custom/_k2.scss */
div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}
/* line 396, templates/g5_irko/scss/custom/_k2.scss */
div.itemToolbar ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  background: url('../../images/k2/system/font_decrease.gif') no-repeat;
}
/* line 401, templates/g5_irko/scss/custom/_k2.scss */
div.itemToolbar ul li a#fontDecrease span {
  display: none;
}
/* line 405, templates/g5_irko/scss/custom/_k2.scss */
div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}
/* line 407, templates/g5_irko/scss/custom/_k2.scss */
div.itemToolbar ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  background: url('../../images/k2/system/font_increase.gif') no-repeat;
}
/* line 412, templates/g5_irko/scss/custom/_k2.scss */
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}
/* line 417, templates/g5_irko/scss/custom/_k2.scss */
/* line 418, templates/g5_irko/scss/custom/_k2.scss */
div.itemToolbar ul > li:first-child {
  border: none;
}
/* line 424, templates/g5_irko/scss/custom/_k2.scss */
div.itemRatingBlock {
  padding: 8px 0;
}
/* line 426, templates/g5_irko/scss/custom/_k2.scss */
div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
/* line 435, templates/g5_irko/scss/custom/_k2.scss */
div.itemBody {
  padding: 24px 0 8px 0;
  margin: 0 25px;
  text-align: justify;
}
/* line 440, templates/g5_irko/scss/custom/_k2.scss */
div.itemImageBlock {
  padding: 0 8px 8px 0;
  margin: 0 16px 0 0;
  float: left;
}
/* line 445, templates/g5_irko/scss/custom/_k2.scss */
span.itemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}
/* line 449, templates/g5_irko/scss/custom/_k2.scss */
span.itemImage img {
  border: 1px solid #ccc;
  padding: 8px;
  box-shadow: 0 0 5px 1px #ddd;
}
/* line 455, templates/g5_irko/scss/custom/_k2.scss */
span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}
/* line 461, templates/g5_irko/scss/custom/_k2.scss */
span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}
/* line 468, templates/g5_irko/scss/custom/_k2.scss */
div.itemIntroText {
  text-align: justify;
  font-weight: normal;
  font-size: inherit;
  line-height: 24px;
  padding: 4px 0;
}
/* line 475, templates/g5_irko/scss/custom/_k2.scss */
div.itemFullText {
  text-align: justify;
  font-weight: normal;
  font-size: inherit;
  line-height: 24px;
  padding: 4px 0;
}
/* line 482, templates/g5_irko/scss/custom/_k2.scss */
div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0;
}
/* line 487, templates/g5_irko/scss/custom/_k2.scss */
div.itemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: none;
}
/* line 492, templates/g5_irko/scss/custom/_k2.scss */
div.itemExtraFields h3 {
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  line-height: normal !important;
  border-bottom: 1px dotted #ccc;
  width: 30%;
}
/* line 499, templates/g5_irko/scss/custom/_k2.scss */
div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 503, templates/g5_irko/scss/custom/_k2.scss */
div.itemExtraFields ul li {
  display: block;
}
/* line 505, templates/g5_irko/scss/custom/_k2.scss */
div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: right;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 10%;
  font-family: "mjsmooth", "roboto", sans-serif;
  font-size: 1.1em;
}
/* line 517, templates/g5_irko/scss/custom/_k2.scss */
div.itemContentFooter {
  display: block;
  text-align: left;
  padding: 4px;
  margin: 10px 0 4px 0;
  border-top: 1px solid #ddd;
  color: #999;
  font-size: 0.6rem;
}
/* line 526, templates/g5_irko/scss/custom/_k2.scss */
span.itemHits {
  float: left;
}
/* line 529, templates/g5_irko/scss/custom/_k2.scss */
div.itemSocialSharing {
  padding: 8px 0;
}
/* line 532, templates/g5_irko/scss/custom/_k2.scss */
div.itemTwitterButton {
  float: left;
  margin: 2px 24px 0 0;
}
/* line 536, templates/g5_irko/scss/custom/_k2.scss */
div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}
/* line 541, templates/g5_irko/scss/custom/_k2.scss */
div.itemLinks {
  margin: 16px 0 0px 0;
  padding: 0;
}
/* line 545, templates/g5_irko/scss/custom/_k2.scss */
div.itemCategory {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
/* line 548, templates/g5_irko/scss/custom/_k2.scss */
div.itemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
/* line 554, templates/g5_irko/scss/custom/_k2.scss */
div.itemTagsBlock {
  background: url('../custom/images/tag_icon.png') no-repeat right 10px;
  padding: 4px 20px 5px 0;
}
/* line 557, templates/g5_irko/scss/custom/_k2.scss */
div.itemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
/* line 562, templates/g5_irko/scss/custom/_k2.scss */
div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
/* line 567, templates/g5_irko/scss/custom/_k2.scss */
div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 3px 5px;
  margin: 0 2px;
  text-align: center;
  border: 1px solid #6397c1;
  border-radius: 3px;
}
/* line 578, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock {
  padding: 10px;
  margin: 35px;
  background: #e0e7f1;
  border: 1px solid #c0d1ea;
  box-shadow: 0 0 5px 2px #c0d1ea;
  border-radius: 5px;
}
/* line 585, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
  display: block;
}
/* line 591, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 10px 20px 0 0;
  display: block;
}
/* line 596, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline-block;
  list-style: none;
  padding: 0 4px;
  margin: 10px 0;
  text-align: center;
  min-height: 90px;
  min-width: 90px;
}
/* line 604, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li a {
  padding-top: 64px;
  display: block;
  text-align: center;
}
/* line 609, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}
/* line 615, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypeDocx {
  background: url('../custom/images/attachmenttypes/64/docx.png') no-repeat top center;
}
/* line 618, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypePdf {
  background: url('../custom/images/attachmenttypes/64/pdf.png') no-repeat top center;
}
/* line 621, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypeMp3 {
  background: url('../custom/images/attachmenttypes/64/mp3.png') no-repeat top center;
}
/* line 624, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypeDoc {
  background: url('../custom/images/attachmenttypes/64/doc.png') no-repeat top center;
}
/* line 627, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypePptx {
  background: url('../custom/images/attachmenttypes/64/pptx.png') no-repeat top center;
}
/* line 630, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypePpt {
  background: url('../custom/images/attachmenttypes/64/ppt.png') no-repeat top center;
}
/* line 633, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypeZip {
  background: url('../custom/images/attachmenttypes/64/zip.png') no-repeat top center;
}
/* line 636, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypeRar {
  background: url('../custom/images/attachmenttypes/64/rar.png') no-repeat top center;
}
/* line 639, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypeOds {
  background: url('../custom/images/attachmenttypes/64/ods.png') no-repeat top center;
}
/* line 642, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypeRtf {
  background: url('../custom/images/attachmenttypes/64/doc.png') no-repeat top center;
}
/* line 645, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypeJpg {
  background: url('../custom/images/attachmenttypes/64/jpg.png') no-repeat top center;
}
/* line 648, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypeMds {
  background: url('../custom/images/attachmenttypes/64/mds.png') no-repeat top center;
}
/* line 651, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypeMdf {
  background: url('../custom/images/attachmenttypes/64/mdf.png') no-repeat top center;
}
/* line 654, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypeWav {
  background: url('../custom/images/attachmenttypes/64/wav.png') no-repeat top center;
}
/* line 657, templates/g5_irko/scss/custom/_k2.scss */
div.itemAttachmentsBlock ul.itemAttachments li.attachmentTypeApk {
  background: url('../custom/images/attachmenttypes/64/apk.png') no-repeat top center;
}
/* line 662, templates/g5_irko/scss/custom/_k2.scss */
div.itemAuthorBlock {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 0 16px 0;
  padding: 8px;
}
/* line 667, templates/g5_irko/scss/custom/_k2.scss */
div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
/* line 675, templates/g5_irko/scss/custom/_k2.scss */
div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 4px 0 0 0;
}
/* line 678, templates/g5_irko/scss/custom/_k2.scss */
div.itemAuthorBlock div.itemAuthorDetails h3.authorName {
  margin: 0 0 4px 0;
  padding: 0;
}
/* line 681, templates/g5_irko/scss/custom/_k2.scss */
div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {
  font-family: "tahoma", "bmifont", "roboto", sans-serif;
  font-size: 16px;
}
/* line 686, templates/g5_irko/scss/custom/_k2.scss */
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: bold;
  color: #555;
  border-right: 1px solid #ccc;
  padding: 0 8px 0 0;
  margin: 0 4px 0 0;
}
/* line 692, templates/g5_irko/scss/custom/_k2.scss */
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a {
  font-weight: normal;
}
/* line 696, templates/g5_irko/scss/custom/_k2.scss */
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: bold;
  color: #555;
}
/* line 699, templates/g5_irko/scss/custom/_k2.scss */
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
}
/* line 705, templates/g5_irko/scss/custom/_k2.scss */
div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 0;
}
/* line 709, templates/g5_irko/scss/custom/_k2.scss */
div.itemRelated {
  margin-bottom: 16px;
  padding: 0;
}
/* line 712, templates/g5_irko/scss/custom/_k2.scss */
/* line 713, templates/g5_irko/scss/custom/_k2.scss */
div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}
/* line 721, templates/g5_irko/scss/custom/_k2.scss */
div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
/* line 733, templates/g5_irko/scss/custom/_k2.scss */
div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  /*background: #010101 url(../../images/k2/system/videoplayer-bg.gif) repeat-x bottom;*/
}
/* line 738, templates/g5_irko/scss/custom/_k2.scss */
div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center;
}
/* line 741, templates/g5_irko/scss/custom/_k2.scss */
div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}
/* line 745, templates/g5_irko/scss/custom/_k2.scss */
div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}
/* line 753, templates/g5_irko/scss/custom/_k2.scss */
div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}
/* line 763, templates/g5_irko/scss/custom/_k2.scss */
div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}
/* line 767, templates/g5_irko/scss/custom/_k2.scss */
div.itemNavigation {
  padding: 4px 8px;
  margin: 0 0 24px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  background: #fffff0;
}
/* line 773, templates/g5_irko/scss/custom/_k2.scss */
div.itemNavigation span.itemNavigationTitle {
  color: #999;
}
/* line 776, templates/g5_irko/scss/custom/_k2.scss */
div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}
/* line 779, templates/g5_irko/scss/custom/_k2.scss */
div.itemNavigation a.itemNext {
  padding: 0 12px;
}
/* line 783, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments {
  background: #f7fafe;
  border: 1px solid #ddd;
  padding: 16px;
}
/* line 787, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
/* line 791, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li {
  padding: 4px;
  margin: 0;
  border-bottom: 1px dotted #ddd;
}
/* line 795, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 4px 4px 0;
  padding: 4px;
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
/* line 804, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}
/* line 811, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px;
}
/* line 815, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
}
/* line 818, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
/* line 821, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}
/* line 824, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}
/* line 828, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
/* line 835, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}
/* line 838, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}
/* line 843, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
/* line 850, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url('../../images/k2/system/searchLoader.gif') no-repeat 100% 50%;
}
/* line 854, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li.authorResponse {
  background: url('../../images/k2/system/stripes.png') repeat;
}
/* line 857, templates/g5_irko/scss/custom/_k2.scss */
div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}
/* line 862, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsPagination {
  padding: 4px;
  margin: 0 0 24px 0;
}
/* line 865, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}
/* line 871, templates/g5_irko/scss/custom/_k2.scss */
/* line 872, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 4px 0;
}
/* line 876, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 2px solid #ccc;
}
/* line 879, templates/g5_irko/scss/custom/_k2.scss */
/* line 880, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsForm form label.formComment {
  display: block;
  margin: 12px 0 0 2px;
}
/* line 884, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsForm form label.formName {
  display: block;
  margin: 12px 0 0 2px;
}
/* line 888, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsForm form label.formEmail {
  display: block;
  margin: 12px 0 0 2px;
}
/* line 892, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsForm form label.formUrl {
  display: block;
  margin: 12px 0 0 2px;
}
/* line 896, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
}
/* line 900, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 350px;
  height: 160px;
  margin: 0;
}
/* line 906, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsForm form input.inputbox {
  display: block;
  width: 350px;
  margin: 0;
}
/* line 911, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsForm form input#submitCommentButton {
  display: block;
  margin: 16px 0 0 0;
  padding: 4px;
  border: 1px solid #ccc;
  background: #eee;
  font-size: 16px;
}
/* line 919, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsForm form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #cf1919;
}
/* line 925, templates/g5_irko/scss/custom/_k2.scss */
div.itemCommentsForm form .formLogLoading {
  background: url('../../images/k2/system/loading.gif') no-repeat left center;
}
/* line 930, templates/g5_irko/scss/custom/_k2.scss */
div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 480px;
  margin: 0 auto;
}
/* line 934, templates/g5_irko/scss/custom/_k2.scss */
div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #f7fafe;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}
/* line 940, templates/g5_irko/scss/custom/_k2.scss */
div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135cae;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
}
/* line 950, templates/g5_irko/scss/custom/_k2.scss */
div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135cae;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
}
/* line 960, templates/g5_irko/scss/custom/_k2.scss */
div.k2ReportCommentFormContainer blockquote span.theComment {
  font-family: "tahoma", "bmifont", "roboto", sans-serif;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 4px;
}
/* line 969, templates/g5_irko/scss/custom/_k2.scss */
/* line 970, templates/g5_irko/scss/custom/_k2.scss */
div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}
/* line 974, templates/g5_irko/scss/custom/_k2.scss */
div.k2ReportCommentFormContainer form input {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px;
}
/* line 982, templates/g5_irko/scss/custom/_k2.scss */
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px;
}
/* line 990, templates/g5_irko/scss/custom/_k2.scss */
div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}
/* line 993, templates/g5_irko/scss/custom/_k2.scss */
div.k2ReportCommentFormContainer form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #cf1919;
}
/* line 999, templates/g5_irko/scss/custom/_k2.scss */
div.k2ReportCommentFormContainer form .formLogLoading {
  background: url('../../images/k2/system/loading.gif') no-repeat left center;
}
/* line 1004, templates/g5_irko/scss/custom/_k2.scss */
div.itemBackToTop {
  text-align: right;
}
/* line 1006, templates/g5_irko/scss/custom/_k2.scss */
div.itemBackToTop a {
  text-decoration: underline;
}
/* line 1008, templates/g5_irko/scss/custom/_k2.scss */
div.itemBackToTop a:hover {
  text-decoration: underline;
}
/* line 1013, templates/g5_irko/scss/custom/_k2.scss */
div.itemListCategory {
  border-bottom: 1px solid #ddd;
  margin: 4px 0;
  padding: 8px;
}
/* line 1018, templates/g5_irko/scss/custom/_k2.scss */
div.itemListCategory h2 {
  margin: 0;
}
/* line 1022, templates/g5_irko/scss/custom/_k2.scss */
div.itemListCategory img {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
/* line 1031, templates/g5_irko/scss/custom/_k2.scss */
span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
/* line 1037, templates/g5_irko/scss/custom/_k2.scss */
span.catItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
}
/* line 1042, templates/g5_irko/scss/custom/_k2.scss */
span.catItemAddLink a:hover {
  background: #ffc;
}
/* line 1047, templates/g5_irko/scss/custom/_k2.scss */
div.itemListSubCategories {
  padding: 5px 15px 15px 15px;
  border: 1px dotted #ddd;
  margin: 25px 15px 0;
}
/* line 1051, templates/g5_irko/scss/custom/_k2.scss */
div.itemListSubCategories h3 {
  font-size: 1.8rem;
}
/* line 1055, templates/g5_irko/scss/custom/_k2.scss */
div.subCategoryContainer {
  float: right;
}
/* line 1058, templates/g5_irko/scss/custom/_k2.scss */
div.subCategory {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 4px;
  padding: 8px;
}
/* line 1063, templates/g5_irko/scss/custom/_k2.scss */
div.subCategory a.subCategoryImage {
  text-align: center;
  display: block;
}
/* line 1066, templates/g5_irko/scss/custom/_k2.scss */
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block;
}
/* line 1069, templates/g5_irko/scss/custom/_k2.scss */
div.subCategory a.subCategoryImage:hover img {
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
/* line 1076, templates/g5_irko/scss/custom/_k2.scss */
div.subCategory a.subCategoryImage img {
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
/* line 1083, templates/g5_irko/scss/custom/_k2.scss */
div.subCategory h2 {
  font-size: 1.7rem;
  margin: 0.75rem;
}
/* line 1088, templates/g5_irko/scss/custom/_k2.scss */
div.itemList {
  margin: 15px 0 0 0;
}
/* line 1091, templates/g5_irko/scss/custom/_k2.scss */
div#itemListLinks {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}
/* line 1097, templates/g5_irko/scss/custom/_k2.scss */
div.itemContainer {
  float: right;
}
/* line 1100, templates/g5_irko/scss/custom/_k2.scss */
div.catItemView {
  padding: 0 4px;
}
/* line 1103, templates/g5_irko/scss/custom/_k2.scss */
div.groupLinks {
  padding: 0;
  margin: 0;
}
/* line 1107, templates/g5_irko/scss/custom/_k2.scss */
span.catItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
/* line 1114, templates/g5_irko/scss/custom/_k2.scss */
span.catItemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: "tahoma", "bmifont", "roboto", sans-serif;
}
/* line 1122, templates/g5_irko/scss/custom/_k2.scss */
span.catItemEditLink a:hover {
  background: #ffc;
}
/* line 1127, templates/g5_irko/scss/custom/_k2.scss */
/* line 1128, templates/g5_irko/scss/custom/_k2.scss */
div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
}
/* line 1132, templates/g5_irko/scss/custom/_k2.scss */
div.catItemHeader h3.catItemTitle {
  font-weight: normal;
  line-height: 100%;
}
/* line 1135, templates/g5_irko/scss/custom/_k2.scss */
/* line 1136, templates/g5_irko/scss/custom/_k2.scss */
div.catItemHeader h3.catItemTitle span sup {
  font-size: 12px;
  color: #cf1919;
  text-decoration: none;
}
/* line 1143, templates/g5_irko/scss/custom/_k2.scss */
div.catItemHeader span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 1149, templates/g5_irko/scss/custom/_k2.scss */
div.catItemRatingBlock {
  padding: 8px 0;
}
/* line 1151, templates/g5_irko/scss/custom/_k2.scss */
div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
/* line 1160, templates/g5_irko/scss/custom/_k2.scss */
div.catItemBody {
  padding: 8px 0;
  margin: 0;
}
/* line 1164, templates/g5_irko/scss/custom/_k2.scss */
div.catItemImageBlock {
  padding: 8px;
  margin: 0 0 16px 0;
  float: left;
}
/* line 1169, templates/g5_irko/scss/custom/_k2.scss */
span.catItemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}
/* line 1173, templates/g5_irko/scss/custom/_k2.scss */
span.catItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
/* line 1178, templates/g5_irko/scss/custom/_k2.scss */
div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
/* line 1184, templates/g5_irko/scss/custom/_k2.scss */
div.catItemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}
/* line 1188, templates/g5_irko/scss/custom/_k2.scss */
div.catItemExtraFields h4 {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: normal !important;
}
/* line 1193, templates/g5_irko/scss/custom/_k2.scss */
div.catItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1197, templates/g5_irko/scss/custom/_k2.scss */
div.catItemExtraFields ul li {
  display: block;
}
/* line 1199, templates/g5_irko/scss/custom/_k2.scss */
div.catItemExtraFields ul li span.catItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
/* line 1209, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}
/* line 1213, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemExtraFields h4 {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: normal !important;
}
/* line 1218, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1222, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemExtraFields ul li {
  display: block;
}
/* line 1224, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
/* line 1234, templates/g5_irko/scss/custom/_k2.scss */
div.catItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
/* line 1238, templates/g5_irko/scss/custom/_k2.scss */
div.catItemHitsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
/* line 1242, templates/g5_irko/scss/custom/_k2.scss */
div.catItemCategory {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
/* line 1245, templates/g5_irko/scss/custom/_k2.scss */
div.catItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
/* line 1251, templates/g5_irko/scss/custom/_k2.scss */
div.catItemTagsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
/* line 1254, templates/g5_irko/scss/custom/_k2.scss */
div.catItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
/* line 1259, templates/g5_irko/scss/custom/_k2.scss */
div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
/* line 1264, templates/g5_irko/scss/custom/_k2.scss */
div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
/* line 1273, templates/g5_irko/scss/custom/_k2.scss */
div.catItemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
/* line 1276, templates/g5_irko/scss/custom/_k2.scss */
div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
/* line 1281, templates/g5_irko/scss/custom/_k2.scss */
div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
/* line 1286, templates/g5_irko/scss/custom/_k2.scss */
div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
/* line 1292, templates/g5_irko/scss/custom/_k2.scss */
div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}
/* line 1300, templates/g5_irko/scss/custom/_k2.scss */
div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url('../../images/k2/system/videoplayer-bg.gif') repeat-x bottom;
}
/* line 1304, templates/g5_irko/scss/custom/_k2.scss */
div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}
/* line 1307, templates/g5_irko/scss/custom/_k2.scss */
div.catItemVideoBlock span.catItemVideo {
  display: block;
}
/* line 1311, templates/g5_irko/scss/custom/_k2.scss */
div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}
/* line 1315, templates/g5_irko/scss/custom/_k2.scss */
div.catItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
/* line 1321, templates/g5_irko/scss/custom/_k2.scss */
div.catItemReadMore {
  display: inline;
}
/* line 1324, templates/g5_irko/scss/custom/_k2.scss */
span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 4px 0;
  color: #999;
  border-top: 1px solid #ddd;
}
/* line 1332, templates/g5_irko/scss/custom/_k2.scss */
div.userBlock {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 0 16px 0;
  padding: 8px;
  clear: both;
}
/* line 1338, templates/g5_irko/scss/custom/_k2.scss */
div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
/* line 1346, templates/g5_irko/scss/custom/_k2.scss */
div.userBlock div.userDescription {
  padding: 4px 0;
}
/* line 1349, templates/g5_irko/scss/custom/_k2.scss */
div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
/* line 1354, templates/g5_irko/scss/custom/_k2.scss */
span.userItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
/* line 1360, templates/g5_irko/scss/custom/_k2.scss */
span.userItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
}
/* line 1365, templates/g5_irko/scss/custom/_k2.scss */
span.userItemAddLink a:hover {
  background: #ffc;
}
/* line 1370, templates/g5_irko/scss/custom/_k2.scss */
span.userURL {
  font-weight: bold;
  color: #555;
  display: block;
}
/* line 1375, templates/g5_irko/scss/custom/_k2.scss */
span.userEmail {
  font-weight: bold;
  color: #555;
  display: block;
}
/* line 1380, templates/g5_irko/scss/custom/_k2.scss */
div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}
/* line 1387, templates/g5_irko/scss/custom/_k2.scss */
span.userItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
/* line 1394, templates/g5_irko/scss/custom/_k2.scss */
span.userItemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: "tahoma", "bmifont", "roboto", sans-serif;
}
/* line 1402, templates/g5_irko/scss/custom/_k2.scss */
span.userItemEditLink a:hover {
  background: #ffc;
}
/* line 1407, templates/g5_irko/scss/custom/_k2.scss */
/* line 1408, templates/g5_irko/scss/custom/_k2.scss */
div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px;
}
/* line 1412, templates/g5_irko/scss/custom/_k2.scss */
div.userItemHeader h3.userItemTitle {
  font-family: "tahoma", "bmifont", "roboto", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
/* line 1419, templates/g5_irko/scss/custom/_k2.scss */
/* line 1420, templates/g5_irko/scss/custom/_k2.scss */
div.userItemHeader h3.userItemTitle span sup {
  font-size: 12px;
  color: #cf1919;
  text-decoration: none;
}
/* line 1428, templates/g5_irko/scss/custom/_k2.scss */
div.userItemBody {
  padding: 8px 0;
  margin: 0;
}
/* line 1432, templates/g5_irko/scss/custom/_k2.scss */
div.userItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
/* line 1437, templates/g5_irko/scss/custom/_k2.scss */
span.userItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
/* line 1441, templates/g5_irko/scss/custom/_k2.scss */
span.userItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
/* line 1446, templates/g5_irko/scss/custom/_k2.scss */
div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
/* line 1452, templates/g5_irko/scss/custom/_k2.scss */
div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
/* line 1456, templates/g5_irko/scss/custom/_k2.scss */
div.userItemCategory {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
/* line 1459, templates/g5_irko/scss/custom/_k2.scss */
div.userItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
/* line 1465, templates/g5_irko/scss/custom/_k2.scss */
div.userItemTagsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
/* line 1468, templates/g5_irko/scss/custom/_k2.scss */
div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
/* line 1473, templates/g5_irko/scss/custom/_k2.scss */
div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
/* line 1478, templates/g5_irko/scss/custom/_k2.scss */
div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
/* line 1487, templates/g5_irko/scss/custom/_k2.scss */
div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
/* line 1493, templates/g5_irko/scss/custom/_k2.scss */
div.userItemReadMore {
  display: inline;
}
/* line 1496, templates/g5_irko/scss/custom/_k2.scss */
div.tagItemView {
  border-bottom: 1px dotted #ccc;
  padding: 8px 0;
  margin: 0 0 16px 0;
}
/* line 1501, templates/g5_irko/scss/custom/_k2.scss */
/* line 1502, templates/g5_irko/scss/custom/_k2.scss */
div.tagItemHeader span.tagItemDateCreated {
  color: #999;
  font-size: 11px;
}
/* line 1506, templates/g5_irko/scss/custom/_k2.scss */
div.tagItemHeader h2.tagItemTitle {
  font-family: "tahoma", "bmifont", "roboto", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
/* line 1515, templates/g5_irko/scss/custom/_k2.scss */
div.tagItemBody {
  padding: 8px 0;
  margin: 0;
}
/* line 1519, templates/g5_irko/scss/custom/_k2.scss */
div.tagItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
/* line 1524, templates/g5_irko/scss/custom/_k2.scss */
span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
/* line 1528, templates/g5_irko/scss/custom/_k2.scss */
span.tagItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
/* line 1533, templates/g5_irko/scss/custom/_k2.scss */
div.tagItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
  text-align: justify;
}
/* line 1540, templates/g5_irko/scss/custom/_k2.scss */
div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
/* line 1545, templates/g5_irko/scss/custom/_k2.scss */
div.tagItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
/* line 1551, templates/g5_irko/scss/custom/_k2.scss */
div.tagItemReadMore {
  display: inline;
}
/* line 1554, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemView {
  border-bottom: 1px dotted #ccc;
  padding: 8px 0;
  margin: 0 0 16px 0;
}
/* line 1559, templates/g5_irko/scss/custom/_k2.scss */
/* line 1560, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px;
}
/* line 1564, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemHeader h2.genericItemTitle {
  font-family: "tahoma", "bmifont", "roboto", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
/* line 1573, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}
/* line 1577, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
/* line 1582, templates/g5_irko/scss/custom/_k2.scss */
span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
/* line 1586, templates/g5_irko/scss/custom/_k2.scss */
span.genericItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
/* line 1591, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
/* line 1597, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
/* line 1602, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
/* line 1608, templates/g5_irko/scss/custom/_k2.scss */
div.genericItemReadMore {
  display: inline;
}
/* line 1611, templates/g5_irko/scss/custom/_k2.scss */
div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}
/* line 1614, templates/g5_irko/scss/custom/_k2.scss */
div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}
/* line 1619, templates/g5_irko/scss/custom/_k2.scss */
/* line 1620, templates/g5_irko/scss/custom/_k2.scss */
#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}
/* line 1622, templates/g5_irko/scss/custom/_k2.scss */
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area {
  display: none !important;
}
/* line 1625, templates/g5_irko/scss/custom/_k2.scss */
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader {
  display: none !important;
}
/* line 1628, templates/g5_irko/scss/custom/_k2.scss */
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}
/* line 1633, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemsContainer {
  float: left;
}
/* line 1636, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemsCategory {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  padding: 8px;
}
/* line 1642, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemsCategoryImage {
  text-align: center;
}
/* line 1644, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemsCategoryImage img {
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
/* line 1651, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemsUser {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  padding: 8px;
  clear: both;
}
/* line 1657, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
/* line 1665, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}
/* line 1668, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
/* line 1673, templates/g5_irko/scss/custom/_k2.scss */
span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}
/* line 1678, templates/g5_irko/scss/custom/_k2.scss */
span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}
/* line 1683, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemList {
  padding: 0 8px 8px 0;
}
/* line 1686, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemView {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
/* line 1689, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemView:last-child {
  border-bottom: none;
}
/* line 1693, templates/g5_irko/scss/custom/_k2.scss */
/* line 1694, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemHeader h3.latestItemTitle {
  font-family: "tahoma", "bmifont", "roboto", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
/* line 1703, templates/g5_irko/scss/custom/_k2.scss */
span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
  padding-bottom: 5px;
  display: block;
  text-align: left;
}
/* line 1710, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemBody {
  padding: 0;
  margin: 0;
}
/* line 1714, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
/* line 1719, templates/g5_irko/scss/custom/_k2.scss */
span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
/* line 1723, templates/g5_irko/scss/custom/_k2.scss */
span.latestItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
/* line 1728, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0;
}
/* line 1733, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemIntroText p {
  margin: 0;
}
/* line 1737, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
/* line 1741, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemCategory {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
/* line 1744, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
/* line 1750, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemTagsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
/* line 1753, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
/* line 1758, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
/* line 1763, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
/* line 1772, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url('../../images/k2/system/videoplayer-bg.gif') repeat-x bottom;
}
/* line 1776, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}
/* line 1780, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
/* line 1786, templates/g5_irko/scss/custom/_k2.scss */
div.latestItemReadMore {
  display: inline;
}
/* line 1789, templates/g5_irko/scss/custom/_k2.scss */
h2.latestItemTitleList {
  font-size: 14px;
  padding: 2px 0;
  margin: 8px 0 2px 0;
  font-family: "tahoma", "bmifont", "roboto", sans-serif;
  border-bottom: 1px dotted #ccc;
  line-height: normal;
}
/* line 1797, templates/g5_irko/scss/custom/_k2.scss */
/* line 1798, templates/g5_irko/scss/custom/_k2.scss */
/* line 1799, templates/g5_irko/scss/custom/_k2.scss */
/* line 1800, templates/g5_irko/scss/custom/_k2.scss */
/* line 1801, templates/g5_irko/scss/custom/_k2.scss */
.k2AccountPage table tr td label {
  white-space: nowrap;
}
/* line 1807, templates/g5_irko/scss/custom/_k2.scss */
.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}
/* line 1810, templates/g5_irko/scss/custom/_k2.scss */
.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ccc;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}
/* line 1816, templates/g5_irko/scss/custom/_k2.scss */
.k2AccountPage th.k2ProfileHeading {
  text-align: left;
  font-size: 18px;
  padding: 8px;
  background: #f6f6f6;
}
/* line 1822, templates/g5_irko/scss/custom/_k2.scss */
.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}
/* line 1826, templates/g5_irko/scss/custom/_k2.scss */
/* line 1827, templates/g5_irko/scss/custom/_k2.scss */
.k2AccountPage table.admintable td.key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 140px;
}
/* line 1837, templates/g5_irko/scss/custom/_k2.scss */
.k2AccountPage table.admintable td.paramlist_key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 140px;
}
/* line 1849, templates/g5_irko/scss/custom/_k2.scss */
img.k2AccountPageImage {
  border: 4px solid #ddd;
  margin: 10px 0;
  padding: 0;
  display: block;
}
/* line 1855, templates/g5_irko/scss/custom/_k2.scss */
/* line 1856, templates/g5_irko/scss/custom/_k2.scss */
/* line 1857, templates/g5_irko/scss/custom/_k2.scss */
/* line 1858, templates/g5_irko/scss/custom/_k2.scss */
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #999;
}
/* line 1864, templates/g5_irko/scss/custom/_k2.scss */
/* line 1865, templates/g5_irko/scss/custom/_k2.scss */
/* line 1866, templates/g5_irko/scss/custom/_k2.scss */
/* line 1867, templates/g5_irko/scss/custom/_k2.scss */
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}
/* line 1873, templates/g5_irko/scss/custom/_k2.scss */
/* line 1874, templates/g5_irko/scss/custom/_k2.scss */
/* line 1875, templates/g5_irko/scss/custom/_k2.scss */
/* line 1876, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock ul li .moduleItemTitle {
  font-family: "mjsmooth", "roboto", sans-serif;
  font-size: 1.5rem;
}
/* line 1881, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 4px 0 12px 0;
  line-height: 1.2rem;
  font-size: 0.8rem;
  text-align: justify;
}
/* line 1888, templates/g5_irko/scss/custom/_k2.scss */
/* line 1889, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: left;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0;
  border: 0px solid #ddd;
}
/* line 1897, templates/g5_irko/scss/custom/_k2.scss */
/* line 1898, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}
/* line 1902, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}
/* line 1907, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}
/* line 1915, templates/g5_irko/scss/custom/_k2.scss */
/* line 1916, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock.calendar .moduleItemTitle {
  font-size: 1rem;
  font-weight: bold;
}
/* line 1921, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock.calendar .smalldate {
  margin-left: 1rem;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  text-align: center;
  color: #333;
  font-family: "mjsmooth", "roboto", sans-serif;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  width: 5rem;
  height: 4rem;
  float: right;
}
/* line 1959, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock.calendar .smalldate .month {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  padding: 0.2rem;
  margin: 0;
  line-height: 1rem;
  background: rgba(113, 142, 210, 0.2);
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 1972, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock.calendar .smalldate .day {
  font-size: 1.2rem;
  vertical-align: middle;
  line-height: 2.3rem;
}
/* line 1980, templates/g5_irko/scss/custom/_k2.scss */
/* line 1981, templates/g5_irko/scss/custom/_k2.scss */
/* line 1982, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock.uikitslideshow ul li {
  padding: 0;
}
/* line 1985, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock.uikitslideshow ul li .moduleItemIntrotext {
  padding: 0;
}
/* line 1989, templates/g5_irko/scss/custom/_k2.scss */
/* line 1990, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock.uikitslideshow ul li .uk-overlay-panel a {
  color: #fff;
}
/* line 1997, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock.uikitslideshow .uk-position-bottom {
  bottom: -0.5rem;
  margin-left: 0;
}
/* line 2001, templates/g5_irko/scss/custom/_k2.scss */
/* line 2002, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock.uikitslideshow .uk-position-bottom.uk-dotnav > * {
  padding: 0 5px 0 0;
  margin: 5px 0 0 0;
}
/* line 2005, templates/g5_irko/scss/custom/_k2.scss */
div.k2ItemsBlock.uikitslideshow .uk-position-bottom.uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border-radius: 0;
}
/* line 2015, templates/g5_irko/scss/custom/_k2.scss */
/* line 2016, templates/g5_irko/scss/custom/_k2.scss */
/* line 2017, templates/g5_irko/scss/custom/_k2.scss */
/* line 2018, templates/g5_irko/scss/custom/_k2.scss */
div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
/* line 2028, templates/g5_irko/scss/custom/_k2.scss */
/* line 2029, templates/g5_irko/scss/custom/_k2.scss */
div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}
/* line 2032, templates/g5_irko/scss/custom/_k2.scss */
div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}
/* line 2035, templates/g5_irko/scss/custom/_k2.scss */
div.k2LoginBlock fieldset.input p label {
  display: block;
}
/* line 2038, templates/g5_irko/scss/custom/_k2.scss */
div.k2LoginBlock fieldset.input p input {
  display: block;
}
/* line 2042, templates/g5_irko/scss/custom/_k2.scss */
/* line 2043, templates/g5_irko/scss/custom/_k2.scss */
div.k2LoginBlock fieldset.input p#form-login-remember label {
  display: inline;
}
/* line 2046, templates/g5_irko/scss/custom/_k2.scss */
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}
/* line 2052, templates/g5_irko/scss/custom/_k2.scss */
/* line 2053, templates/g5_irko/scss/custom/_k2.scss */
div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}
/* line 2056, templates/g5_irko/scss/custom/_k2.scss */
/* line 2057, templates/g5_irko/scss/custom/_k2.scss */
div.k2UserBlock div.k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
/* line 2064, templates/g5_irko/scss/custom/_k2.scss */
/* line 2065, templates/g5_irko/scss/custom/_k2.scss */
/* line 2066, templates/g5_irko/scss/custom/_k2.scss */
/* line 2067, templates/g5_irko/scss/custom/_k2.scss */
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
}
/* line 2074, templates/g5_irko/scss/custom/_k2.scss */
/* line 2075, templates/g5_irko/scss/custom/_k2.scss */
div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}
/* line 2079, templates/g5_irko/scss/custom/_k2.scss */
div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}
/* line 2084, templates/g5_irko/scss/custom/_k2.scss */
div.k2CalendarBlock {
  height: 190px;
  margin-bottom: 8px;
}
/* line 2088, templates/g5_irko/scss/custom/_k2.scss */
div.k2CalendarLoader {
  background: #fff url('../../images/k2/system/k2CalendarLoader.gif') no-repeat 50% 50%;
}
/* line 2091, templates/g5_irko/scss/custom/_k2.scss */
table.calendar {
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}
/* line 2095, templates/g5_irko/scss/custom/_k2.scss */
/* line 2096, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #f4f4f4;
  background: #fff;
}
/* line 2103, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarNavMonthPrev {
  background: #f3f3f3;
  text-align: left;
}
/* line 2106, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
}
/* line 2109, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  text-decoration: none;
}
/* line 2115, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarCurrentMonth {
  background: #f3f3f3;
}
/* line 2118, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarNavMonthNext {
  background: #f3f3f3;
  text-align: right;
}
/* line 2121, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none;
}
/* line 2124, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none;
}
/* line 2130, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  width: 14.2%;
}
/* line 2135, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}
/* line 2138, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarDateLinked {
  padding: 0;
}
/* line 2140, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #eee;
}
/* line 2145, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarDateLinked a:hover {
  display: block;
  background: #135cae;
  color: #fff;
  padding: 2px;
  text-decoration: none;
}
/* line 2154, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarToday {
  background: #135cae;
  color: #fff;
}
/* line 2158, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}
/* line 2162, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
}
/* line 2167, templates/g5_irko/scss/custom/_k2.scss */
table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #bfd9ff;
  padding: 2px;
  text-decoration: none;
}
/* line 2177, templates/g5_irko/scss/custom/_k2.scss */
/* line 2178, templates/g5_irko/scss/custom/_k2.scss */
/* line 2179, templates/g5_irko/scss/custom/_k2.scss */
div.k2CategorySelectBlock form select {
  width: auto;
}
/* line 2184, templates/g5_irko/scss/custom/_k2.scss */
/* line 2185, templates/g5_irko/scss/custom/_k2.scss */
/* line 2186, templates/g5_irko/scss/custom/_k2.scss */
/* line 2187, templates/g5_irko/scss/custom/_k2.scss */
/* line 2188, templates/g5_irko/scss/custom/_k2.scss */
div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}
/* line 2193, templates/g5_irko/scss/custom/_k2.scss */
/* line 2194, templates/g5_irko/scss/custom/_k2.scss */
div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold;
}
/* line 2200, templates/g5_irko/scss/custom/_k2.scss */
div.k2SearchBlock {
  position: relative;
}
/* line 2202, templates/g5_irko/scss/custom/_k2.scss */
/* line 2203, templates/g5_irko/scss/custom/_k2.scss */
div.k2SearchBlock form input.k2SearchLoading {
  background: url('../../images/k2/system/searchLoader.gif') no-repeat 100% 50%;
}
/* line 2207, templates/g5_irko/scss/custom/_k2.scss */
div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ccc;
  margin-top: -1px;
}
/* line 2214, templates/g5_irko/scss/custom/_k2.scss */
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 2218, templates/g5_irko/scss/custom/_k2.scss */
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 2222, templates/g5_irko/scss/custom/_k2.scss */
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #eee;
}
/* line 2226, templates/g5_irko/scss/custom/_k2.scss */
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}
/* line 2234, templates/g5_irko/scss/custom/_k2.scss */
div.k2TagCloudBlock {
  padding: 8px 0;
  text-align: center;
}
/* line 2237, templates/g5_irko/scss/custom/_k2.scss */
div.k2TagCloudBlock a {
  padding: 4px;
  display: inline-block;
}
/* line 2242, templates/g5_irko/scss/custom/_k2.scss */
a.ubUserFeedIcon {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url('../../images/k2/fugue/feed.png') no-repeat 50% 50%;
}
/* line 2249, templates/g5_irko/scss/custom/_k2.scss */
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url('../../images/k2/fugue/feed.png') no-repeat 50% 50%;
}
/* line 2256, templates/g5_irko/scss/custom/_k2.scss */
a.ubUserFeedIcon:hover span {
  display: none;
}
/* line 2260, templates/g5_irko/scss/custom/_k2.scss */
a.ubUserFeedIcon span {
  display: none;
}
/* line 2264, templates/g5_irko/scss/custom/_k2.scss */
a.ubUserURL {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url('../../images/k2/fugue/globe.png') no-repeat 50% 50%;
}
/* line 2271, templates/g5_irko/scss/custom/_k2.scss */
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url('../../images/k2/fugue/globe.png') no-repeat 50% 50%;
}
/* line 2278, templates/g5_irko/scss/custom/_k2.scss */
a.ubUserURL:hover span {
  display: none;
}
/* line 2282, templates/g5_irko/scss/custom/_k2.scss */
a.ubUserURL span {
  display: none;
}
/* line 2286, templates/g5_irko/scss/custom/_k2.scss */
span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url('../../images/k2/fugue/mail.png') no-repeat 50% 50%;
  overflow: hidden;
}
/* line 2294, templates/g5_irko/scss/custom/_k2.scss */
span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
/* line 2303, templates/g5_irko/scss/custom/_k2.scss */
/* line 2304, templates/g5_irko/scss/custom/_k2.scss */
/* line 2305, templates/g5_irko/scss/custom/_k2.scss */
/* line 2306, templates/g5_irko/scss/custom/_k2.scss */
div.k2UsersBlock ul li h3 {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}
/* line 2316, templates/g5_irko/scss/custom/_k2.scss */
/* line 2317, templates/g5_irko/scss/custom/_k2.scss */
div.k2template2 .itemDateCreated {
  border-top: 1px solid #ddd;
  display: block;
  text-align: left;
  padding-top: 0.3rem;
  margin-top: 1rem;
  font-size: 0.85em;
}
/* line 2326, templates/g5_irko/scss/custom/_k2.scss */
div.k2template2 ul.sigProClassic {
  text-align: center;
}
/* line 2329, templates/g5_irko/scss/custom/_k2.scss */
div.k2template2 ul.sigProClassic li.sigProThumb {
  float: none;
  display: inline-block;
}
/* line 1, templates/g5_irko/scss/custom/_main6boxes.scss */
/* line 2, templates/g5_irko/scss/custom/_main6boxes.scss */
.main6boxes ul {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
/* line 7, templates/g5_irko/scss/custom/_main6boxes.scss */
.main6boxes ul li {
  margin: 0.5rem;
  max-width: calc(33% - 1rem);
  display: inline-block;
  transition: 0.3s transform;
}
/* line 13, templates/g5_irko/scss/custom/_main6boxes.scss */
.main6boxes ul li:hover {
  transform: translateY(-0.5rem);
}
/* line 17, templates/g5_irko/scss/custom/_main6boxes.scss */
.main6boxes ul li a {
  overflow: hidden;
  position: relative;
  display: block;
}
/* line 22, templates/g5_irko/scss/custom/_main6boxes.scss */
.main6boxes ul li a:before {
  left: 105%;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
/* line 41, templates/g5_irko/scss/custom/_main6boxes.scss */
/* line 42, templates/g5_irko/scss/custom/_main6boxes.scss */
.main6boxes ul li a:hover:before {
  left: 105%;
}
@media only all and (max-width: 30rem) {
  /* line 54, templates/g5_irko/scss/custom/_main6boxes.scss */
  /* line 55, templates/g5_irko/scss/custom/_main6boxes.scss */
  /* line 56, templates/g5_irko/scss/custom/_main6boxes.scss */
  .main6boxes ul li {
    margin: 0.5rem 0;
    max-width: 100%;
    display: inline-block;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  /* line 66, templates/g5_irko/scss/custom/_main6boxes.scss */
  /* line 67, templates/g5_irko/scss/custom/_main6boxes.scss */
  /* line 68, templates/g5_irko/scss/custom/_main6boxes.scss */
  .main6boxes ul li {
    margin: 0.5rem;
    max-width: calc(50% - 1.1rem);
    display: inline-block;
  }
}
/* line 1, templates/g5_irko/scss/custom/_uikit.scss */
.uk-tooltip.calendar-uk-tooltip {
  padding: 5px 5px;
  background: rgba(146, 146, 146, 0.5);
  border-radius: 3px;
}
/* line 6, templates/g5_irko/scss/custom/_uikit.scss */
.uk-tooltip.calendar-uk-tooltip:after {
  border-top-color: rgba(146, 146, 146, 0.5);
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  /* line 9, templates/g5_irko/scss/custom/_responsive.scss */
  /* line 10, templates/g5_irko/scss/custom/_responsive.scss */
  header#g-header h1.heading {
    font-size: 1.5rem;
    text-align: center;
  }
  /* line 16, templates/g5_irko/scss/custom/_responsive.scss */
  header#g-header .g-toplevel {
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  /* line 22, templates/g5_irko/scss/custom/_responsive.scss */
  /* line 23, templates/g5_irko/scss/custom/_responsive.scss */
  .uk-sticky-placeholder #g-navigation {
    position: initial !important;
  }
}
@media only all and (max-width: 30rem) {
  /* line 9, templates/g5_irko/scss/custom/_responsive.scss */
  /* line 10, templates/g5_irko/scss/custom/_responsive.scss */
  header#g-header h1.heading {
    font-size: 1.5rem;
    text-align: center;
  }
  /* line 16, templates/g5_irko/scss/custom/_responsive.scss */
  header#g-header .g-toplevel {
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  /* line 22, templates/g5_irko/scss/custom/_responsive.scss */
  /* line 23, templates/g5_irko/scss/custom/_responsive.scss */
  .uk-sticky-placeholder #g-navigation {
    position: initial !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
}
@media only all and (max-width: 30rem) {
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 35, templates/g5_irko/scss/custom/_responsive.scss */
  /* line 36, templates/g5_irko/scss/custom/_responsive.scss */
  /* line 37, templates/g5_irko/scss/custom/_responsive.scss */
  nav.g-main-nav li a {
    padding: 1rem 0.4rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
}
@media only all and (max-width: 30rem) {
}
/*# sourceMappingURL=irko-joomla_11.css.map */