/* line 5, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/parts/jquery.customScrollbar.scss */
.scrollable {
  position: relative;
}

/* line 5, ../sass/parts/jquery.customScrollbar.scss */
.scrollable:focus {
  outline: 0;
}

/* line 9, ../sass/parts/jquery.customScrollbar.scss */
.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

/* line 14, ../sass/parts/jquery.customScrollbar.scss */
.scrollable .viewport .overview {
  position: absolute;
  width: 100%;
  max-width: 100%;
  z-index: 50;
}

/* line 21, ../sass/parts/jquery.customScrollbar.scss */
.scrollable .scroll-bar {
  display: none;
  z-index: 60;
}

/* line 26, ../sass/parts/jquery.customScrollbar.scss */
.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 2px;
  height: 100%;
}

/* line 32, ../sass/parts/jquery.customScrollbar.scss */
.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

/* line 37, ../sass/parts/jquery.customScrollbar.scss */
.scrollable .scroll-bar .thumb {
  position: absolute;
}

/* line 41, ../sass/parts/jquery.customScrollbar.scss */
.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

/* line 46, ../sass/parts/jquery.customScrollbar.scss */
.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

/* line 52, ../sass/parts/jquery.customScrollbar.scss */
.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Light skin*/
/* line 63, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.light-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

/* line 68, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.light-skin .scroll-bar.vertical {
  width: 6px;
}

/* line 72, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.light-skin .scroll-bar.horizontal {
  height: 6px;
}

/* line 76, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.light-skin .scroll-bar .thumb {
  background-color: white;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 84, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.light-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
  background: #FFF;
}

/*Default skin*/
/* line 91, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

/* line 96, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

/* line 100, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

/* line 104, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 112, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/*Gray skin*/
/* line 118, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.gray-skin {
  padding-right: 17px;
}

/* line 122, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}

/* line 127, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}

/* line 131, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black;
}

/* line 135, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

/* line 139, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*Modern skin*/
/* line 145, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.modern-skin {
  padding-right: 17px;
}

/* line 149, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}

/* line 159, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}

/* line 167, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

/* line 178, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

/* line 188, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}

/* line 192, ../sass/parts/jquery.customScrollbar.scss */
.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/* line 376, gui/*.png */
.gui-sprite, .gui-arrow-down, .gui-arrow-right, .gui-google, .gui-icon-addsl, .gui-icon-alert, .gui-icon-close, .gui-icon-feed, .gui-icon-link, .gui-icon-new, .gui-icon-open, .gui-icon-page, .gui-icon-plus, .gui-icon-search, .gui-icon-sort-a, .gui-icon-sort-o, .gui-icon-sort-p, .gui-icon-subp, .gui-icon-tipp, .gui-icon-user, .gui-logo-small, .gui-logo, .gui-more, .gui-nav-0, .gui-nav-1, .gui-nav-2, .gui-nav-3, .gui-nav-4, .gui-nav-5, .gui-share-bf, .gui-share-fb, .gui-share-gp, .gui-share-logo, .gui-share-sl, .gui-share-tw, .gui-stars-inner, .gui-stars-over, .gui-stars-picked, .gui-stars, .columns .column .box a.page:hover span, .columns .column .box h2.h.page:hover span, .columns .column .box a.subp:hover span, .columns .column .box h2.h.subp:hover span, .columns .column .box a.new:hover span, .columns .column .box h2.h.new:hover span, .columns .column .box a.tipp:hover span, .columns .column .box h2.h.tipp:hover span, .mobile .startlap .bottom .search-button {
  background-image: url('../images/gui-sd61156ffe1.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-arrow-down {
  background-position: 0 -20px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-arrow-right {
  background-position: -32px -20px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-google {
  background-position: 0 -112px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-addsl {
  background-position: 0 0;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-alert {
  background-position: -20px 0;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-close {
  background-position: -40px 0;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-feed {
  background-position: -40px -142px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-link {
  background-position: 0 -275px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-new {
  background-position: -118px -82px;
}
/* line 59, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-new:hover, .gui-icon-new.icon-new-hover {
  background-position: -88px -82px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-open {
  background-position: -60px 0;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-page {
  background-position: -110px -112px;
}
/* line 59, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-page:hover, .gui-icon-page.icon-page-hover {
  background-position: -148px -82px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-plus {
  background-position: -16px -20px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-search {
  background-position: 0 -142px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-sort-a {
  background-position: -42px -20px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-sort-o {
  background-position: -62px -20px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-sort-p {
  background-position: 0 -40px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-subp {
  background-position: -170px -112px;
}
/* line 59, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-subp:hover, .gui-icon-subp.icon-subp-hover {
  background-position: -140px -112px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-tipp {
  background-position: -30px -211px;
}
/* line 59, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-tipp:hover, .gui-icon-tipp.icon-tipp-hover {
  background-position: 0 -211px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-icon-user {
  background-position: -96px -211px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-logo-small {
  background-position: -104px -142px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-logo {
  background-position: 0 -339px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-more {
  background-position: -60px -211px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-nav-0 {
  background-position: -20px -40px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-nav-1 {
  background-position: -40px -40px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-nav-2 {
  background-position: -60px -40px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-nav-3 {
  background-position: 0 -60px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-nav-4 {
  background-position: -20px -60px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-nav-5 {
  background-position: -40px -60px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-share-bf {
  background-position: -60px -60px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-share-fb {
  background-position: 0 -82px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-share-gp {
  background-position: -22px -82px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-share-logo {
  background-position: 0 -414px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-share-sl {
  background-position: -44px -82px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-share-tw {
  background-position: -66px -82px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-stars-inner {
  background-position: -80px 0;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-stars-over {
  background-position: -82px -20px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-stars-picked {
  background-position: -80px -40px;
}

/* line 84, ../../../../../../usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.gui-stars {
  background-position: -82px -60px;
}

/* line 22, ../sass/parts/style.scss */
body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background: #2B4B71;
  background-attachment: fixed;
  overflow-x: hidden;
}

/* line 32, ../sass/parts/style.scss */
.il {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

/* line 33, ../sass/parts/style.scss */
.vat {
  vertical-align: top;
}

/* line 34, ../sass/parts/style.scss */
.vab {
  vertical-align: bottom;
}

/* line 35, ../sass/parts/style.scss */
.hidden {
  display: none;
}

/* line 36, ../sass/parts/style.scss */
strong, b {
  font-weight: bold;
}

/* line 37, ../sass/parts/style.scss */
.fl {
  float: left;
}

/* line 38, ../sass/parts/style.scss */
.fr {
  float: right;
}

/* line 39, ../sass/parts/style.scss */
.cb {
  display: block;
  clear: both;
}

/* line 40, ../sass/parts/style.scss */
em, i {
  font-style: italic;
}

/* line 42, ../sass/parts/style.scss */
.tal {
  text-align: left;
}

/* line 43, ../sass/parts/style.scss */
.tac {
  text-align: center;
}

/* line 44, ../sass/parts/style.scss */
.tar {
  text-align: right;
}

/* line 46, ../sass/parts/style.scss */
h1 {
  font-weight: bold;
  font-size: 28px;
}

/* line 53, ../sass/parts/style.scss */
#banner-sky-left, #banner-sky-right {
  position: absolute;
}

/* line 57, ../sass/parts/style.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 64, ../sass/parts/style.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 89, ../sass/parts/style.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: white;
  }
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background: #ffd493;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: white;
  }
}
/* line 134, ../sass/parts/style.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/* line 139, ../sass/parts/style.scss */
.container {
  width: 100%;
  max-width: 1325px;
  margin: 0px auto;
}

/* line 146, ../sass/parts/style.scss */
.header .startlap, #body .startlap {
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
/* line 153, ../sass/parts/style.scss */
.header .startlap .top, #body .startlap .top {
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  height: 30px;
  overflow: hidden;
  background: #82261f;
}
/* line 158, ../sass/parts/style.scss */
.header .startlap .top a, #body .startlap .top a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding: 5px;
  height: 20px;
  line-height: 20px;
  font-size: 11.9px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
/* line 168, ../sass/parts/style.scss */
.header .startlap .top a .icon, #body .startlap .top a .icon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
/* line 175, ../sass/parts/style.scss */
.header .startlap .top a.fl, #body .startlap .top a.fl {
  margin-right: 10px;
}
/* line 176, ../sass/parts/style.scss */
.header .startlap .top a.fr, #body .startlap .top a.fr {
  margin-left: 10px;
}
/* line 177, ../sass/parts/style.scss */
.header .startlap .top a:hover, #body .startlap .top a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: underline;
  background: #6d201a;
}
/* line 184, ../sass/parts/style.scss */
.header .startlap .top.closed, #body .startlap .top.closed {
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #CF4238;
  height: 0px;
}
/* line 190, ../sass/parts/style.scss */
.header .startlap .bottom, #body .startlap .bottom {
  height: 53px;
  text-align: left;
  background: rgba(207, 66, 56, 0.98);
}
@media all and (min-width: 677px) {
  /* line 190, ../sass/parts/style.scss */
  .header .startlap .bottom, #body .startlap .bottom {
    height: 60px;
  }
}
/* line 201, ../sass/parts/style.scss */
.header .startlap .bottom .container.header-cnt, #body .startlap .bottom .container.header-cnt {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding-right: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}
@media all and (min-width: 672px) {
  /* line 201, ../sass/parts/style.scss */
  .header .startlap .bottom .container.header-cnt, #body .startlap .bottom .container.header-cnt {
    width: 100% !important;
    max-width: 100%;
  }
}
@media all and (min-width: 1007px) {
  /* line 201, ../sass/parts/style.scss */
  .header .startlap .bottom .container.header-cnt, #body .startlap .bottom .container.header-cnt {
    max-width: 1024px;
  }
}
@media all and (min-width: 1200px) {
  /* line 201, ../sass/parts/style.scss */
  .header .startlap .bottom .container.header-cnt, #body .startlap .bottom .container.header-cnt {
    max-width: 1325px;
  }
}
/* line 224, ../sass/parts/style.scss */
.header .startlap .bottom .gui-logo, #body .startlap .bottom .gui-logo {
  width: 91px;
  height: 47px;
  margin: 7px 25px 7px 0;
  background-image: url("../images/new-sprite.png");
  background-position: 0 0;
}
@media all and (max-width: 676px) {
  /* line 224, ../sass/parts/style.scss */
  .header .startlap .bottom .gui-logo, #body .startlap .bottom .gui-logo {
    margin-right: 0;
    margin-top: 2px;
    margin-bottom: 3px;
    width: 60px;
    background-image: url(../images/new-sprite.png);
    background-position: -97px 5px;
  }
}
@media all and (min-width: 677px) and (max-width: 1060px) {
  /* line 224, ../sass/parts/style.scss */
  .header .startlap .bottom .gui-logo, #body .startlap .bottom .gui-logo {
    margin: 7px 20px 7px 6px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1355px) {
  /* line 224, ../sass/parts/style.scss */
  .header .startlap .bottom .gui-logo, #body .startlap .bottom .gui-logo {
    margin: 7px 20px 7px 6px;
  }
}
/* line 248, ../sass/parts/style.scss */
.header .startlap .bottom .search-block, #body .startlap .bottom .search-block {
  width: 55%;
  display: inline-block;
  border: 7px solid #bf382e;
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 256, ../sass/parts/style.scss */
.header .startlap .bottom .search-block .search-input, #body .startlap .bottom .search-block .search-input {
  display: inline-block;
  width: 70%;
}
/* line 260, ../sass/parts/style.scss */
.header .startlap .bottom .search-block .search-input input, #body .startlap .bottom .search-block .search-input input {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 5px;
  margin: 0;
  width: 100%;
  /*min-width: 120px;*/
  height: 30px;
  line-height: 30px;
  font-size: 17.5px;
  outline: 0px none;
  background: url(../images/gui/google.png) no-repeat right center;
  color: #962c24;
  border-color: transparent !important;
}
/* line 276, ../sass/parts/style.scss */
.header .startlap .bottom .search-block .search-input input:focus, #body .startlap .bottom .search-block .search-input input:focus {
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border-color: transparent !important;
  background: none;
}
@media all and (max-width: 676px) {
  /* line 260, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block .search-input input, #body .startlap .bottom .search-block .search-input input {
    height: 30px;
    width: 100%;
  }
}
@media all and (max-width: 380px) {
  /* line 256, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block .search-input, #body .startlap .bottom .search-block .search-input {
    width: 58%;
  }
}
@media all and (max-width: 676px) {
  /* line 256, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block .search-input, #body .startlap .bottom .search-block .search-input {
    height: 30px;
    width: 86%;
  }
}
@media all and (min-width: 640px) {
  /* line 256, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block .search-input, #body .startlap .bottom .search-block .search-input {
    width: 57%;
  }
}
@media all and (min-width: 768px) {
  /* line 256, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block .search-input, #body .startlap .bottom .search-block .search-input {
    width: 61%;
  }
}
@media all and (min-width: 860px) {
  /* line 256, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block .search-input, #body .startlap .bottom .search-block .search-input {
    width: 64%;
  }
}
@media all and (min-width: 960px) {
  /* line 256, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block .search-input, #body .startlap .bottom .search-block .search-input {
    width: 69%;
  }
}
@media all and (min-width: 1024px) {
  /* line 256, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block .search-input, #body .startlap .bottom .search-block .search-input {
    width: 54%;
  }
}
@media all and (min-width: 1200px) {
  /* line 256, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block .search-input, #body .startlap .bottom .search-block .search-input {
    width: 67%;
  }
}
/* line 316, ../sass/parts/style.scss */
.header .startlap .bottom .search-block .search-button, #body .startlap .bottom .search-block .search-button {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /*@include transition( all 0.35s );*/
  -moz-box-shadow: inset 0px 0px 0px transparentize;
  -webkit-box-shadow: inset 0px 0px 0px transparentize;
  box-shadow: inset 0px 0px 0px transparentize;
  padding: 0 14px;
  margin-right: 2px;
  margin-top: 2px;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 0 3px #824c01;
  outline: 0px none;
  background-color: #FCA62C;
  color: #FFF;
  float: right;
}
/* line 336, ../sass/parts/style.scss */
.header .startlap .bottom .search-block .search-button span, #body .startlap .bottom .search-block .search-button span {
  display: none;
}
@media all and (min-width: 677px) {
  /* line 336, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block .search-button span, #body .startlap .bottom .search-block .search-button span {
    display: inline-block;
  }
}
/* line 343, ../sass/parts/style.scss */
.header .startlap .bottom .search-block .search-button:focus, .header .startlap .bottom .search-block .search-button:hover, #body .startlap .bottom .search-block .search-button:focus, #body .startlap .bottom .search-block .search-button:hover {
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-color: #fcb145;
}
/* line 348, ../sass/parts/style.scss */
.header .startlap .bottom .search-block .search-button:active, #body .startlap .bottom .search-block .search-button:active {
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-color: #fc9b13;
}
@media all and (max-width: 380px) {
  /* line 316, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block .search-button, #body .startlap .bottom .search-block .search-button {
    padding: 0 6px;
    font-size: 13px;
  }
}
@media all and (max-width: 676px) {
  /* line 316, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block .search-button, #body .startlap .bottom .search-block .search-button {
    width: 25px;
    height: 25px;
    padding: 0;
    text-indent: -9999px;
    background: #ffa500 url(../images/new-sprite.png) no-repeat;
    background-position: -89px -58px;
  }
}
@media all and (max-width: 676px) {
  /* line 248, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block, #body .startlap .bottom .search-block {
    width: 79%;
    height: 29px;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}
@media all and (min-width: 640px) {
  /* line 248, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block, #body .startlap .bottom .search-block {
    width: 64%;
  }
}
@media all and (min-width: 1024px) {
  /* line 248, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block, #body .startlap .bottom .search-block {
    width: auto;
    min-width: 410px;
  }
}
@media all and (min-width: 1200px) {
  /* line 248, ../sass/parts/style.scss */
  .header .startlap .bottom .search-block, #body .startlap .bottom .search-block {
    min-width: 580px;
  }
}
/* line 387, ../sass/parts/style.scss */
.header .startlap .bottom .breadcrumb, #body .startlap .bottom .breadcrumb {
  display: block;
  margin-left: auto;
  width: 100%;
  background: rgba(191, 56, 46, 0.8);
}
@media all and (max-width: 1023px) {
  /* line 387, ../sass/parts/style.scss */
  .header .startlap .bottom .breadcrumb, #body .startlap .bottom .breadcrumb {
    text-align: center;
  }
}
@media all and (min-width: 677px) {
  /* line 387, ../sass/parts/style.scss */
  .header .startlap .bottom .breadcrumb, #body .startlap .bottom .breadcrumb {
    margin-top: -1px;
  }
}
@media all and (min-width: 1024px) {
  /* line 387, ../sass/parts/style.scss */
  .header .startlap .bottom .breadcrumb, #body .startlap .bottom .breadcrumb {
    display: inline-block;
    margin-top: 4px;
    margin-left: 10px;
    width: auto;
    background: transparent;
  }
}
/* line 407, ../sass/parts/style.scss */
.header .startlap .bottom .breadcrumb span, #body .startlap .bottom .breadcrumb span {
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (max-width: 430px) {
  /* line 412, ../sass/parts/style.scss */
  .header .startlap .bottom .breadcrumb span a, #body .startlap .bottom .breadcrumb span a {
    font-size: 12px !important;
  }
  /* line 416, ../sass/parts/style.scss */
  .header .startlap .bottom .breadcrumb span.il[property=itemListElement]:nth-of-type(3), .header .startlap .bottom .breadcrumb span.il[property=itemListElement]:nth-of-type(5), #body .startlap .bottom .breadcrumb span.il[property=itemListElement]:nth-of-type(3), #body .startlap .bottom .breadcrumb span.il[property=itemListElement]:nth-of-type(5) {
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
  }
  /* line 425, ../sass/parts/style.scss */
  .header .startlap .bottom .breadcrumb span.separator, #body .startlap .bottom .breadcrumb span.separator {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  /* line 407, ../sass/parts/style.scss */
  .header .startlap .bottom .breadcrumb span, #body .startlap .bottom .breadcrumb span {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/* line 436, ../sass/parts/style.scss */
.header .startlap .bottom .breadcrumb span a, #body .startlap .bottom .breadcrumb span a {
  margin-right: 2px;
  padding: 5px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
}
/* line 445, ../sass/parts/style.scss */
.header .startlap .bottom .breadcrumb span a:hover, #body .startlap .bottom .breadcrumb span a:hover {
  text-decoration: underline;
}
@media all and (min-width: 1024px) {
  /* line 448, ../sass/parts/style.scss */
  .header .startlap .bottom .breadcrumb span a span, #body .startlap .bottom .breadcrumb span a span {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }
}
@media all and (min-width: 1280px) {
  /* line 448, ../sass/parts/style.scss */
  .header .startlap .bottom .breadcrumb span a span, #body .startlap .bottom .breadcrumb span a span {
    max-width: 220px;
  }
}
/* line 464, ../sass/parts/style.scss */
.header .startlap .bottom .breadcrumb .separator, #body .startlap .bottom .breadcrumb .separator {
  width: 10px;
  height: 16px;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
}
@media all and (min-width: 1024px) {
  /* line 464, ../sass/parts/style.scss */
  .header .startlap .bottom .breadcrumb .separator, #body .startlap .bottom .breadcrumb .separator {
    height: 6px;
  }
}
/* line 474, ../sass/parts/style.scss */
.header .startlap .bottom .breadcrumb .separator:last-of-type, #body .startlap .bottom .breadcrumb .separator:last-of-type {
  display: none;
}
/* line 480, ../sass/parts/style.scss */
.header .startlap .bottom .buttons, #body .startlap .bottom .buttons {
  margin-top: -72px;
  z-index: 10;
  position: relative;
}
@media all and (max-width: 676px) {
  /* line 480, ../sass/parts/style.scss */
  .header .startlap .bottom .buttons, #body .startlap .bottom .buttons {
    display: none;
  }
}
/* line 489, ../sass/parts/style.scss */
.header .startlap .bottom .buttons .il, #body .startlap .bottom .buttons .il {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background-image: url("../images/new-sprite.png");
}
/* line 495, ../sass/parts/style.scss */
.header .startlap .bottom .buttons .il.fl, #body .startlap .bottom .buttons .il.fl {
  background-position: 2px -58px;
}
/* line 498, ../sass/parts/style.scss */
.header .startlap .bottom .buttons .il.tl-l, #body .startlap .bottom .buttons .il.tl-l {
  background-position: -30px -58px;
}
/* line 501, ../sass/parts/style.scss */
.header .startlap .bottom .buttons .il.gui-share-fb, #body .startlap .bottom .buttons .il.gui-share-fb {
  background-position: -62px -58px;
}
@media all and (min-width: 1024px) {
  /* line 480, ../sass/parts/style.scss */
  .header .startlap .bottom .buttons, #body .startlap .bottom .buttons {
    margin-top: 17px;
  }
}
@media all and (min-width: 677px) and (max-width: 1060px) {
  /* line 480, ../sass/parts/style.scss */
  .header .startlap .bottom .buttons, #body .startlap .bottom .buttons {
    margin-right: 7px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1355px) {
  /* line 480, ../sass/parts/style.scss */
  .header .startlap .bottom .buttons, #body .startlap .bottom .buttons {
    margin-right: 7px;
  }
}
/* line 517, ../sass/parts/style.scss */
.header .startlap .bottom form, #body .startlap .bottom form {
  position: relative;
  width: 100%;
  display: block;
}
/* line 522, ../sass/parts/style.scss */
.header .startlap .bottom form .submit-button, #body .startlap .bottom form .submit-button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
}
@media all and (min-width: 1024px) {
  /* line 517, ../sass/parts/style.scss */
  .header .startlap .bottom form, #body .startlap .bottom form {
    width: auto;
    display: inline-block;
  }
}
/* line 540, ../sass/parts/style.scss */
.header .startlap .bottom.closed, #body .startlap .bottom.closed {
  -moz-transition: height 0.35s;
  -o-transition: height 0.35s;
  -webkit-transition: height 0.35s;
  transition: height 0.35s;
  /*height: 60px;*/
}
/* line 543, ../sass/parts/style.scss */
.header .startlap .bottom.closed .gui-logo, #body .startlap .bottom.closed .gui-logo {
  /*margin-top: -5px;
  height: 60px;*/
}
/* line 550, ../sass/parts/style.scss */
.header .laphu, #body .laphu {
  margin-bottom: 15px;
  margin-top: 82px;
  color: #FFF;
}
@media all and (min-width: 677px) {
  /* line 550, ../sass/parts/style.scss */
  .header .laphu, #body .laphu {
    margin-top: 90px;
  }
}
@media all and (min-width: 1024px) {
  /* line 550, ../sass/parts/style.scss */
  .header .laphu, #body .laphu {
    margin-top: 60px;
  }
}
/* line 561, ../sass/parts/style.scss */
.header .laphu .top .ad, #body .laphu .top .ad {
  display: block;
  margin: 10px auto;
  margin-bottom: 0px;
  padding-top: 10px;
  width: 970px;
  max-width: 98%;
}
/* line 570, ../sass/parts/style.scss */
.header .laphu .top .icons a, #body .laphu .top .icons a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 22px;
  height: 22px;
  margin-right: 6.66667px;
  margin-top: 4px;
  background-color: #FFF;
}
/* line 580, ../sass/parts/style.scss */
.header .laphu .bottom, #body .laphu .bottom {
  -moz-box-shadow: inset 0 0 0 transparent;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  padding: 10px;
  text-align: center;
  background: rgba(204, 59, 49, 0.8);
}
/* line 585, ../sass/parts/style.scss */
.header .laphu .bottom h1, .header .laphu .bottom a, #body .laphu .bottom h1, #body .laphu .bottom a {
  vertical-align: middle;
}
/* line 588, ../sass/parts/style.scss */
.header .laphu .bottom h1, #body .laphu .bottom h1 {
  line-height: inherit;
  height: auto;
  font-size: 22px;
}
/* line 593, ../sass/parts/style.scss */
.header .laphu .bottom a, #body .laphu .bottom a {
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  margin-top: 4px;
  margin-left: 10px;
  padding: 10px;
  height: 16px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background: #000;
}
/* line 606, ../sass/parts/style.scss */
.header .laphu .bottom a .icon, #body .laphu .bottom a .icon {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
/* line 611, ../sass/parts/style.scss */
.header .laphu .bottom a.il.tr35, #body .laphu .bottom a.il.tr35 {
  width: 22px;
  height: 22px;
  padding: 3px;
  margin-top: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 618, ../sass/parts/style.scss */
.header .laphu .bottom a .il.tl-l, #body .laphu .bottom a .il.tl-l {
  width: 22px;
  height: 22px;
  background-image: url(../images/new-sprite.png);
  background-position: -30px -58px;
}
/* line 624, ../sass/parts/style.scss */
.header .laphu .bottom a:hover, #body .laphu .bottom a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-decoration: none;
}

/* line 634, ../sass/parts/style.scss */
.columns .column {
  margin-right: 15px;
  width: 320px;
  vertical-align: top;
}
/* line 638, ../sass/parts/style.scss */
.columns .column .box {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #FFF;
  margin-bottom: 15px;
}
/* line 646, ../sass/parts/style.scss */
.columns .column .box a:hover {
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-box-shadow: inset 0px 1px 4px #d9d9d9;
  -webkit-box-shadow: inset 0px 1px 4px #d9d9d9;
  box-shadow: inset 0px 1px 4px #d9d9d9;
  text-decoration: underline;
  background-color: #f2f2f2;
}
/* line 653, ../sass/parts/style.scss */
.columns .column .box a, .columns .column .box h2 span, .columns .column .box h2.h {
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: block;
  position: relative;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #e6e6e6;
  color: #333333;
}
/* line 666, ../sass/parts/style.scss */
.columns .column .box a:last-child, .columns .column .box h2 span:last-child, .columns .column .box h2.h:last-child {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 0px none;
}
/* line 670, ../sass/parts/style.scss */
.columns .column .box a.wrap, .columns .column .box h2 span.wrap, .columns .column .box h2.h.wrap {
  white-space: normal;
  height: auto;
  line-height: 21px;
  padding: 8px;
}
/* line 676, ../sass/parts/style.scss */
.columns .column .box a.il, .columns .column .box h2 span.il, .columns .column .box h2.h.il {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 679, ../sass/parts/style.scss */
.columns .column .box a:empty, .columns .column .box h2 span:empty, .columns .column .box h2.h:empty {
  display: none;
}
/* line 682, ../sass/parts/style.scss */
.columns .column .box a.rss, .columns .column .box h2 span.rss, .columns .column .box h2.h.rss {
  height: auto;
  line-height: 19.6px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  background: #FFF;
  color: #679EC5;
}
/* line 692, ../sass/parts/style.scss */
.columns .column .box a.rss:hover, .columns .column .box h2 span.rss:hover, .columns .column .box h2.h.rss:hover {
  background-color: #f2f2f2;
}
/* line 699, ../sass/parts/style.scss */
.columns .column .box .goAdverticum a, .columns .column .box div.b a, .columns .column .box div.picrssHolder a {
  padding: 0px;
  height: auto;
  text-align: center;
}
/* line 705, ../sass/parts/style.scss */
.columns .column .box div.picrssHolder {
  padding-right: 20px;
  padding-top: 20px;
  text-align: center;
}
/* line 709, ../sass/parts/style.scss */
.columns .column .box div.picrssHolder a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 20px;
  margin-top: 0px;
  margin-right: 0px;
  width: 60px;
  max-width: 28%;
  height: 60px;
  overflow: hidden;
}
/* line 718, ../sass/parts/style.scss */
.columns .column .box div.picrssHolder a img {
  min-width: 100%;
  min-height: 100%;
}
/* line 724, ../sass/parts/style.scss */
.columns .column .box span.t {
  display: block;
  padding: 6px 10px;
  line-height: 18px;
  border-bottom: 1px dotted #e6e6e6;
  background: #f7f7f7;
  color: #666666;
}
/* line 731, ../sass/parts/style.scss */
.columns .column .box span.t:last-child {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 0px none;
}
/* line 735, ../sass/parts/style.scss */
.columns .column .box span.t.a-c {
  text-align: center;
}
/* line 736, ../sass/parts/style.scss */
.columns .column .box span.t.a-e {
  text-align: right;
}
/* line 738, ../sass/parts/style.scss */
.columns .column .box a, .columns .column .box h2.h {
  padding-right: 40px;
}
/* line 741, ../sass/parts/style.scss */
.columns .column .box a.l span, .columns .column .box h2.h.l span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
}
/* line 750, ../sass/parts/style.scss */
.columns .column .box a.article, .columns .column .box h2.h.article {
  padding: 10px;
  height: auto;
  overflow: auto;
  line-height: 16.8px;
  text-overflow: inherit;
  white-space: normal;
}
/* line 757, ../sass/parts/style.scss */
.columns .column .box a.article .fl, .columns .column .box a.article .fr, .columns .column .box h2.h.article .fl, .columns .column .box h2.h.article .fr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  margin-top: 5px;
  font-size: 12.6px;
}
/* line 762, ../sass/parts/style.scss */
.columns .column .box a.article.hidden, .columns .column .box h2.h.article.hidden {
  display: none;
}
/* line 766, ../sass/parts/style.scss */
.columns .column .box a.gmaps, .columns .column .box h2.h.gmaps {
  padding: 0px;
  height: auto;
  overflow: auto;
}
/* line 770, ../sass/parts/style.scss */
.columns .column .box a.gmaps img, .columns .column .box h2.h.gmaps img {
  width: 100%;
}
/* line 774, ../sass/parts/style.scss */
.columns .column .box a.kisszines, .columns .column .box h2.h.kisszines {
  height: auto;
  line-height: 19.6px;
  overflow: auto;
  text-overflow: inherit;
  white-space: normal;
}
/* line 781, ../sass/parts/style.scss */
.columns .column .box a.page, .columns .column .box a.subp, .columns .column .box a.tipp, .columns .column .box h2.h.page, .columns .column .box h2.h.subp, .columns .column .box h2.h.tipp {
  font-weight: bold;
}
/* line 784, ../sass/parts/style.scss */
.columns .column .box a.page, .columns .column .box h2.h.page {
  color: #679EC5;
}
/* line 784, ../sass/parts/style.scss */
.columns .column .box a.page:hover span, .columns .column .box h2.h.page:hover span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: -148px -82px;
}
/* line 785, ../sass/parts/style.scss */
.columns .column .box a.subp, .columns .column .box h2.h.subp {
  color: #82920E;
}
/* line 785, ../sass/parts/style.scss */
.columns .column .box a.subp:hover span, .columns .column .box h2.h.subp:hover span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: -140px -112px;
}
/* line 786, ../sass/parts/style.scss */
.columns .column .box a.new, .columns .column .box h2.h.new {
  color: #679EC5;
}
/* line 786, ../sass/parts/style.scss */
.columns .column .box a.new:hover span, .columns .column .box h2.h.new:hover span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: -88px -82px;
}
/* line 787, ../sass/parts/style.scss */
.columns .column .box a.tipp, .columns .column .box h2.h.tipp {
  color: #679EC5;
}
/* line 787, ../sass/parts/style.scss */
.columns .column .box a.tipp:hover span, .columns .column .box h2.h.tipp:hover span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: 0 -211px;
}
/* line 788, ../sass/parts/style.scss */
.columns .column .box a:last-child, .columns .column .box h2.h:last-child {
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* line 792, ../sass/parts/style.scss */
.columns .column .box .multi-line {
  border-bottom: 1px dotted #e6e6e6;
}
/* line 794, ../sass/parts/style.scss */
.columns .column .box .multi-line a {
  padding: 0px;
}
/* line 796, ../sass/parts/style.scss */
.columns .column .box .multi-line a span, .columns .column .box .multi-line a strong {
  display: block;
  margin: 0px 10px;
}
/* line 801, ../sass/parts/style.scss */
.columns .column .box .multi-line:last-child {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
  border-bottom: 0px none;
}
/* line 809, ../sass/parts/style.scss */
.columns .column .box h2 {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  background: #82920E;
}
/* line 812, ../sass/parts/style.scss */
.columns .column .box h2 a, .columns .column .box h2 span, .columns .column .box h2.h {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-right: 10px;
  height: auto;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  border-bottom: 0px none;
}
/* line 823, ../sass/parts/style.scss */
.columns .column .box h2 a:hover, .columns .column .box h2 span:hover {
  -moz-box-shadow: 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  text-decoration: underline;
  background-color: transparent;
}
/* line 830, ../sass/parts/style.scss */
.columns .column .box h2 span:hover, .columns .column .box h2.h:hover {
  text-decoration: none;
}
/* line 835, ../sass/parts/style.scss */
.columns .column .box h2.tabs a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 838, ../sass/parts/style.scss */
.columns .column .box h2.tabs a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 844, ../sass/parts/style.scss */
.columns .column .box .fb-like {
  min-height: 300px;
}
/* line 846, ../sass/parts/style.scss */
.columns .column .box .fb-like > div {
  margin: 0px auto;
}
/* line 851, ../sass/parts/style.scss */
.columns .column .box .pager {
  padding: 10px;
  text-align: center;
}
/* line 854, ../sass/parts/style.scss */
.columns .column .box .pager em {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0px 5px;
  width: 10px;
  height: 10px;
  background: #bfbfbf;
  cursor: pointer;
}
/* line 861, ../sass/parts/style.scss */
.columns .column .box .pager em.active, .columns .column .box .pager em:hover {
  background: #CF4238;
}
/* line 868, ../sass/parts/style.scss */
.columns .column .box .hirlevel .input a {
  height: auto;
}
/* line 871, ../sass/parts/style.scss */
.columns .column .box .hirlevel .input input {
  margin: 6px 0px;
  padding: 4px;
  outline: 0px none;
  background: #FFF;
  border: 1px solid #CCC;
}
/* line 882, ../sass/parts/style.scss */
.columns .column .box.link-ad a.wrap {
  color: #82920E;
}
/* line 889, ../sass/parts/style.scss */
.columns .column .box.tools .tools-inner a {
  padding: 0px;
  width: 33%;
  height: auto;
  line-height: inherit;
  text-align: center;
  border-right: 1px dotted #e6e6e6;
  border-bottom: 0px none;
  color: #333333;
}
/* line 898, ../sass/parts/style.scss */
.columns .column .box.tools .tools-inner a span {
  display: block;
  margin: 5px auto;
}
/* line 901, ../sass/parts/style.scss */
.columns .column .box.tools .tools-inner a span.icon {
  margin-top: 20px;
  width: 64px;
  height: 64px;
}
/* line 906, ../sass/parts/style.scss */
.columns .column .box.tools .tools-inner a span.text {
  line-height: 24.5px;
}
/* line 910, ../sass/parts/style.scss */
.columns .column .box.tools .tools-inner a:hover {
  -moz-box-shadow: inset 0px 1px 8px #bfbfbf;
  -webkit-box-shadow: inset 0px 1px 8px #bfbfbf;
  box-shadow: inset 0px 1px 8px #bfbfbf;
  background-color: #f2f2f2;
}
/* line 914, ../sass/parts/style.scss */
.columns .column .box.tools .tools-inner a:last-child {
  border-right: 0px none;
}
/* line 921, ../sass/parts/style.scss */
.columns .column .box.box-desc p {
  padding: 10px;
  line-height: 20px;
}
/* line 927, ../sass/parts/style.scss */
.columns .column .box.ad h2 {
  background: #CF4238;
}
/* line 930, ../sass/parts/style.scss */
.columns .column .box.ad .reklam-inner {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
  background: #CCC;
}
/* line 935, ../sass/parts/style.scss */
.columns .column .box.ad .reklam-inner iframe {
  margin: 0px auto;
}
/* line 938, ../sass/parts/style.scss */
.columns .column .box.ad .reklam-inner a {
  height: auto;
  line-height: 19.6px;
  overflow: auto;
  text-overflow: inherit;
  white-space: normal;
}
/* line 945, ../sass/parts/style.scss */
.columns .column .box.ad .reklam-inner.black {
  background: #000;
}
/* line 947, ../sass/parts/style.scss */
.columns .column .box.ad .reklam-inner.black a {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  line-height: 30px;
  border-color: #333;
  background: #000;
  color: #CCC;
}
/* line 954, ../sass/parts/style.scss */
.columns .column .box.ad .reklam-inner.black a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #000;
}
/* line 959, ../sass/parts/style.scss */
.columns .column .box.ad .reklam-inner.black div.b, .columns .column .box.ad .reklam-inner.black div.bb {
  background: #FFF;
  color: #333;
}
/* line 962, ../sass/parts/style.scss */
.columns .column .box.ad .reklam-inner.black div.b a, .columns .column .box.ad .reklam-inner.black div.bb a {
  background: #FFF;
  color: #333;
}
/* line 965, ../sass/parts/style.scss */
.columns .column .box.ad .reklam-inner.black div.b a:hover, .columns .column .box.ad .reklam-inner.black div.bb a:hover {
  background: #FFF;
}
/* line 973, ../sass/parts/style.scss */
.columns .column .box.ad.normal .reklam-inner, .columns .column .box.ad.medium .reklam-inner, .columns .column .box.ad.small .reklam-inner {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: auto;
}
/* line 982, ../sass/parts/style.scss */
.columns .column .box.ad.medium .reklam-inner {
  padding: 10px;
  background: #FFF;
}
/* line 988, ../sass/parts/style.scss */
.columns .column .box.ad.small .reklam-inner {
  padding: 10px;
  background: #FFF;
}
/* line 994, ../sass/parts/style.scss */
.columns .column .box.ad.small-colored .reklam-inner {
  height: auto;
}
/* line 996, ../sass/parts/style.scss */
.columns .column .box.ad.small-colored .reklam-inner a {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  display: block;
  padding: 10px;
  height: auto;
  line-height: 19.6px;
  overflow: auto;
  text-overflow: inherit;
  white-space: normal;
  background: #FFF;
  color: #679EC5;
}
/* line 1008, ../sass/parts/style.scss */
.columns .column .box.ad.small-colored .reklam-inner a.picture {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  height: 145px;
  background: transparent url(../images/ad-small-colored.png) no-repeat center center;
}
/* line 1020, ../sass/parts/style.scss */
.columns .column .box.widget_box h2 {
  background: #679EC5;
}
/* line 1023, ../sass/parts/style.scss */
.columns .column .box.widget_box a {
  display: block;
  padding: 10px;
  height: auto;
  line-height: 19.6px;
  overflow: auto;
  text-overflow: inherit;
  white-space: normal;
  background: #FFF;
  color: #679EC5;
}
/* line 1033, ../sass/parts/style.scss */
.columns .column .box.widget_box a:hover {
  background-color: #f2f2f2;
}
/* line 1039, ../sass/parts/style.scss */
.columns .column .box.bc3 h2 {
  background: #679EC5;
}
/* line 1042, ../sass/parts/style.scss */
.columns .column .box.bc3 .adsense-unit {
  border-bottom: 1px dotted #e6e6e6;
}
/* line 1044, ../sass/parts/style.scss */
.columns .column .box.bc3 .adsense-unit a {
  font-weight: bold;
  color: #CF4238;
}
/* line 1048, ../sass/parts/style.scss */
.columns .column .box.bc3 .adsense-unit .more-lines {
  display: block;
  padding: 0px 10px;
  line-height: 19.6px;
}
/* line 1053, ../sass/parts/style.scss */
.columns .column .box.bc3 .adsense-unit .adsense-url {
  display: block;
  padding: 10px;
  padding-top: 0px;
  line-height: 19.6px;
  color: #679EC5;
}
/* line 1059, ../sass/parts/style.scss */
.columns .column .box.bc3 .adsense-unit .adsense-url:last-child {
  border-bottom: 0px none;
}
/* line 1065, ../sass/parts/style.scss */
.columns .column .box.two-col {
  width: 655px;
}
/* line 1067, ../sass/parts/style.scss */
.columns .column .box.two-col .tc-inner {
  display: block;
  padding: 10px;
  height: auto;
  line-height: 19.6px;
  overflow: auto;
  text-overflow: inherit;
  white-space: normal;
  border: 0px none;
}
/* line 1076, ../sass/parts/style.scss */
.columns .column .box.two-col .tc-inner img {
  width: 300px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 1081, ../sass/parts/style.scss */
.columns .column .box.two-col .tc-inner:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: #82920E;
  background: transparent;
}
/* line 1090, ../sass/parts/style.scss */
.columns .column .box.facebook h2 {
  background: #3C5A98;
}
/* line 1095, ../sass/parts/style.scss */
.columns .column .box.news h2 {
  background: #CF4238;
}
/* line 1100, ../sass/parts/style.scss */
.columns .column .two-col-placeholder {
  margin-bottom: 15px;
}
/* line 1103, ../sass/parts/style.scss */
.columns .column .box-page-subtitle {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
}
/* line 1110, ../sass/parts/style.scss */
.columns .column .main-tools {
  margin-bottom: 15px;
}
/* line 1112, ../sass/parts/style.scss */
.columns .column .main-tools a {
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
  padding: 6px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
}
/* line 1122, ../sass/parts/style.scss */
.columns .column .main-tools a .icon, .columns .column .main-tools a .text {
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
}
/* line 1127, ../sass/parts/style.scss */
.columns .column .main-tools a .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
/* line 1132, ../sass/parts/style.scss */
.columns .column .main-tools a:hover {
  background: #CF4238;
}
/* line 1135, ../sass/parts/style.scss */
.columns .column .main-tools a.active {
  background: #82920E;
  cursor: default;
}
/* line 1139, ../sass/parts/style.scss */
.columns .column .main-tools a.toggle {
  margin-right: 0px;
}
/* line 1141, ../sass/parts/style.scss */
.columns .column .main-tools a.toggle.active {
  cursor: pointer;
}
/* line 1147, ../sass/parts/style.scss */
.columns .column .ads {
  text-align: center;
}
/* line 1149, ../sass/parts/style.scss */
.columns .column .ads .box {
  text-align: left;
}
/* line 1153, ../sass/parts/style.scss */
.columns .column .link {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
}
/* line 1156, ../sass/parts/style.scss */
.columns .column .link a.title {
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  padding: 10px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  background: #82920E;
  color: #FFF;
}
/* line 1166, ../sass/parts/style.scss */
.columns .column .link a.title .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
/* line 1170, ../sass/parts/style.scss */
.columns .column .link a.title .icon.gui-icon-close {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 1173, ../sass/parts/style.scss */
.columns .column .link a.title .icon.gui-icon-open {
  display: none;
}
/* line 1177, ../sass/parts/style.scss */
.columns .column .link a.title:hover {
  background: #679EC5;
}
/* line 1181, ../sass/parts/style.scss */
.columns .column .link .desc {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 10px;
  line-height: 20px;
  background: rgba(29, 50, 76, 0.5);
  color: rgba(255, 255, 255, 0.7);
}
/* line 1189, ../sass/parts/style.scss */
.columns .column .link .tools {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 10px;
  background: rgba(29, 50, 76, 0.7);
}
/* line 1193, ../sass/parts/style.scss */
.columns .column .link .tools a {
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-right: 20px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #FFF;
}
/* line 1203, ../sass/parts/style.scss */
.columns .column .link .tools a .icon, .columns .column .link .tools a .text {
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
}
/* line 1208, ../sass/parts/style.scss */
.columns .column .link .tools a .icon {
  width: 20px;
  height: 20px;
  margin-right: 6.66667px;
}
/* line 1213, ../sass/parts/style.scss */
.columns .column .link .tools a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1218, ../sass/parts/style.scss */
.columns .column .link .tools .rating .text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  margin-right: 10px;
  line-height: 20px;
  color: #FFF;
}
/* line 1224, ../sass/parts/style.scss */
.columns .column .link .tools .rating .gui-stars {
  width: 110px;
  height: 20px;
}
/* line 1227, ../sass/parts/style.scss */
.columns .column .link .tools .rating .gui-stars .gui-stars-inner, .columns .column .link .tools .rating .gui-stars .gui-stars-over, .columns .column .link .tools .rating .gui-stars .gui-stars-picked {
  height: 20px;
}
/* line 1234, ../sass/parts/style.scss */
.columns .column .link.ad a.title {
  background: #CF4238;
}
/* line 1236, ../sass/parts/style.scss */
.columns .column .link.ad a.title:hover {
  background: #ab3229;
}
/* line 1239, ../sass/parts/style.scss */
.columns .column .link.ad a.title span {
  margin-top: 2px;
  color: #82261f;
}
/* line 1246, ../sass/parts/style.scss */
.columns .column .link.no-desc a.title {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* line 1253, ../sass/parts/style.scss */
.columns .column .link.closed a.title .icon.gui-icon-open {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 1256, ../sass/parts/style.scss */
.columns .column .link.closed a.title .icon.gui-icon-close {
  display: none;
}
/* line 1262, ../sass/parts/style.scss */
.columns .column .link.closed .desc div {
  max-height: 40px;
  overflow: hidden;
  text-overflow: hidden;
}
/* line 1268, ../sass/parts/style.scss */
.columns .column .link.closed .tools {
  display: none;
}
/* line 1273, ../sass/parts/style.scss */
.columns .column .link.closed:hover .desc div {
  max-height: 1000px;
  overflow: no;
  text-overflow: no;
}
/* line 1284, ../sass/parts/style.scss */
.columns .column.c-links {
  width: 990px;
}
/* line 1286, ../sass/parts/style.scss */
.columns .column.c-links .column .box.ad .reklam-inner {
  background: transparent;
}
/* line 1290, ../sass/parts/style.scss */
.columns .column.c3 {
  margin-right: 0px;
}
/* line 1293, ../sass/parts/style.scss */
.columns .column.c3 .box h2 {
  background: #679EC5;
}

/* line 1302, ../sass/parts/style.scss */
.toc-show-hide {
  width: 60px;
  position: fixed;
  top: 89px;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  cursor: pointer;
  /*@media all and (min-width: 1200px){
    top: 49%;
  }*/
  /*@media all and (min-width: 1342px) and (max-width: 1599px){
    top: 13px;
    left: inherit;
  }
  @media all and (min-width: 1342px) and (max-width: 1399px){
    right: 105px;
  }
  @media all and (min-width: 1400px) and (max-width: 1449px){
    right: 9%;
  }
  @media all and (min-width: 1450px) and (max-width: 1499px){
    right: 10.5%;
  }
  @media all and (min-width: 1500px) and (max-width: 1549px){
    right: 12%;
  }
  @media all and (min-width: 1550px) and (max-width: 1599px){
    right: 13%;
  }*/
}
/* line 1311, ../sass/parts/style.scss */
.toc-show-hide.toc-hide {
  z-index: 1000;
}
/* line 1315, ../sass/parts/style.scss */
.toc-show-hide .toc-title-base:before {
  width: 34px;
  height: 30px;
  margin: 0 0 0 -3px;
  display: block;
  content: "";
  background: #f8ad3b url(../images/new-sprite.png) no-repeat;
  background-position: -34px -92px;
  border-radius: 0 5px 5px 0;
  border: 2px solid #fff;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
}
@media all and (min-width: 1247px) and (max-width: 1599px) {
  /* line 1315, ../sass/parts/style.scss */
  .toc-show-hide .toc-title-base:before {
    height: 32px;
    margin: 0;
    display: inline-block;
    border: none;
    box-shadow: none;
    float: left;
  }
}
@media all and (min-width: 1600px) {
  /* line 1315, ../sass/parts/style.scss */
  .toc-show-hide .toc-title-base:before {
    width: 60px;
    height: 35px;
    background: transparent url(../images/new-sprite.png) no-repeat;
    background-position: 20px -82px;
    border-radius: 0;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 1346, ../sass/parts/style.scss */
.toc-show-hide .toc-title-base .toc-portrait-title {
  display: none;
}
@media all and (min-width: 1247px) and (max-width: 1599px) {
  /* line 1346, ../sass/parts/style.scss */
  .toc-show-hide .toc-title-base .toc-portrait-title {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
  }
}
@media all and (min-width: 1600px) {
  /* line 1346, ../sass/parts/style.scss */
  .toc-show-hide .toc-title-base .toc-portrait-title {
    display: block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-transform: uppercase;
    width: 35px;
    padding-top: 10px;
    font-weight: bold;
    letter-spacing: -0.05em;
  }
}
@media all and (min-width: 1247px) and (max-width: 1599px) {
  /* line 1314, ../sass/parts/style.scss */
  .toc-show-hide .toc-title-base {
    background-color: #f8ad3b;
  }
}
@media all and (min-width: 678px) {
  /* line 1302, ../sass/parts/style.scss */
  .toc-show-hide {
    top: 97px;
  }
}
@media all and (min-width: 1024px) {
  /* line 1302, ../sass/parts/style.scss */
  .toc-show-hide {
    top: 65px;
  }
}
@media all and (min-width: 1247px) and (max-width: 1599px) {
  /* line 1302, ../sass/parts/style.scss */
  .toc-show-hide {
    width: 120px;
  }
}
@media all and (min-width: 1247px) and (max-width: 1369px) {
  /* line 1302, ../sass/parts/style.scss */
  .toc-show-hide {
    left: 1%;
  }
}
@media all and (min-width: 1370px) and (max-width: 1389px) {
  /* line 1302, ../sass/parts/style.scss */
  .toc-show-hide {
    left: 2%;
  }
}
@media all and (min-width: 1390px) and (max-width: 1419px) {
  /* line 1302, ../sass/parts/style.scss */
  .toc-show-hide {
    left: 3%;
  }
}
@media all and (min-width: 1420px) and (max-width: 1449px) {
  /* line 1302, ../sass/parts/style.scss */
  .toc-show-hide {
    left: 4%;
  }
}
@media all and (min-width: 1450px) and (max-width: 1479px) {
  /* line 1302, ../sass/parts/style.scss */
  .toc-show-hide {
    left: 5%;
  }
}
@media all and (min-width: 1480px) and (max-width: 1519px) {
  /* line 1302, ../sass/parts/style.scss */
  .toc-show-hide {
    left: 6%;
  }
}
@media all and (min-width: 1520px) and (max-width: 1559px) {
  /* line 1302, ../sass/parts/style.scss */
  .toc-show-hide {
    left: 7%;
  }
}
@media all and (min-width: 1560px) and (max-width: 1599px) {
  /* line 1302, ../sass/parts/style.scss */
  .toc-show-hide {
    left: 8%;
  }
}
@media all and (min-width: 1600px) {
  /* line 1302, ../sass/parts/style.scss */
  .toc-show-hide {
    background-color: #3a3a3a;
    color: #f8ad3b;
    top: 0;
    bottom: inherit;
    height: 100%;
    min-height: 100vh;
    max-height: 100vh;
    -moz-box-shadow: inset -3px 0 8px #000;
    -webkit-box-shadow: inset -3px 0 8px #000;
    box-shadow: inset -3px 0 8px #000;
  }
}

/* line 1437, ../sass/parts/style.scss */
.toc-title-show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1035;
  width: 320px;
  height: 50px;
  background-color: #3a3a3a;
  line-height: 49px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translate(0%);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.34, 0, 0.4, 0.68);
  -moz-transition: -moz-transform 0.15s cubic-bezier(0.34, 0, 0.4, 0.68);
  -o-transition: -o-transform 0.15s cubic-bezier(0.34, 0, 0.4, 0.68);
  transition: transform 0.3s cubic-bezier(1, 0.03, 0.53, 1.04);
}
/* line 1460, ../sass/parts/style.scss */
.toc-title-show #close-toc {
  background: url(../images/new-sprite.png) no-repeat;
  background-position: -108px -45px;
  width: 30px;
  height: 30px;
  float: right;
  cursor: pointer;
  padding: 10px;
}
/* line 1469, ../sass/parts/style.scss */
.toc-title-show.closed {
  left: 0;
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translate(-101%);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.34, 0, 0.4, 0.68);
  -moz-transition: -moz-transform 0.15s cubic-bezier(0.34, 0, 0.4, 0.68);
  -o-transition: -o-transform 0.15s cubic-bezier(0.34, 0, 0.4, 0.68);
  transition: transform 0.3s cubic-bezier(1, 0.03, 0.53, 1.04);
}

/* line 1481, ../sass/parts/style.scss */
#layer {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: z-index 0.01s, opacity 0.5s;
}
/* line 1493, ../sass/parts/style.scss */
#layer.layer-active {
  opacity: 1;
  z-index: 1029;
  transition: z-index 0.01s, opacity 0.5s;
}

/* line 1499, ../sass/parts/style.scss */
.toc-columns {
  background-color: #3a3a3a;
  margin-bottom: 15px;
  margin-top: 50px;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 320px !important;
  height: 100%;
  z-index: 1030 !important;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translate(0%);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.34, 0, 0.4, 0.68);
  -moz-transition: -moz-transform 0.15s cubic-bezier(0.34, 0, 0.4, 0.68);
  -o-transition: -o-transform 0.15s cubic-bezier(0.34, 0, 0.4, 0.68);
  transition: transform 0.3s cubic-bezier(1, 0.03, 0.53, 1.04);
  /*&.s-0 { .desc p.closed { height: 0px; display: none; } }
  &.s-1 { .desc p.closed { height: $padding * 1.5 * 3 - $padding; } }
  &.s-2 { .desc p.closed { height: $padding * 1.5 * 5 + 5 - $padding; } }*/
  /*&.s-0.closed { a.s-0, a.s-1, a.s-2 { display: none; } }
  &.s-1.closed { a.s-1, a.s-2 { display: none; } }
  &.s-2.closed { a.s-2 { display: none; } }*/
}
/* line 1521, ../sass/parts/style.scss */
.toc-columns .toc-title {
  padding: 12px 0 12px 15px;
}
/* line 1523, ../sass/parts/style.scss */
.toc-columns .toc-title.title-desc {
  margin-top: 15px;
}
/* line 1527, ../sass/parts/style.scss */
.toc-columns h2 {
  background: #3a3a3a;
}
/* line 1529, ../sass/parts/style.scss */
.toc-columns h2 span {
  padding: 0px 10px;
  line-height: 35px;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  font-size: 15px;
}
/* line 1538, ../sass/parts/style.scss */
.toc-columns h2 em {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 3px;
}
/* line 1542, ../sass/parts/style.scss */
.toc-columns h2 em.gui-arrow-right {
  display: none;
  width: 10px;
  height: 16px;
}
/* line 1547, ../sass/parts/style.scss */
.toc-columns h2 em.gui-arrow-down {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 0px;
  width: 16px;
  height: 10px;
}
/* line 1554, ../sass/parts/style.scss */
.toc-columns h2.ttr {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  margin-left: -20px;
}
/* line 1558, ../sass/parts/style.scss */
.toc-columns h2.ttr span {
  padding-left: 30px;
}
/* line 1563, ../sass/parts/style.scss */
.toc-columns .toc {
  width: 100%;
  max-width: 320px !important;
  vertical-align: top;
  background: #3a3a3a;
}
/* line 1568, ../sass/parts/style.scss */
.toc-columns .toc .column {
  width: 100%;
  padding-right: 0 !important;
  margin-right: 0px !important;
}
/* line 1572, ../sass/parts/style.scss */
.toc-columns .toc .column a {
  margin-right: 0;
  border: none;
}
/* line 1575, ../sass/parts/style.scss */
.toc-columns .toc .column a:nth-of-type(odd) {
  background-color: #494949;
}
/* line 1579, ../sass/parts/style.scss */
.toc-columns .toc .column a:hover {
  text-decoration: none;
  background-color: #262626;
}
/* line 1584, ../sass/parts/style.scss */
.toc-columns .toc .column.c2 {
  padding-right: 0px;
}
/* line 1586, ../sass/parts/style.scss */
.toc-columns .toc .column.c2 a {
  margin-right: 0px;
}
/* line 1591, ../sass/parts/style.scss */
.toc-columns .toc a {
  display: block;
  padding: 5px 20px;
  height: inherit;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
/* line 1602, ../sass/parts/style.scss */
.toc-columns .toc a.hidden {
  display: none;
}
/* line 1607, ../sass/parts/style.scss */
.toc-columns .desc {
  /*@include border-right-radius( $radius );*/
  vertical-align: top;
  width: 320px;
  background: #3a3a3a;
  margin-bottom: 70px;
}
/* line 1613, ../sass/parts/style.scss */
.toc-columns .desc p {
  display: block;
  padding: 0 35px 25px 20px;
  line-height: 22px;
  overflow: hidden;
  color: #fff;
}
/* line 1621, ../sass/parts/style.scss */
.toc-columns.closed {
  left: 0;
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translate(-101%);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.34, 0, 0.4, 0.68);
  -moz-transition: -moz-transform 0.15s cubic-bezier(0.34, 0, 0.4, 0.68);
  -o-transition: -o-transform 0.15s cubic-bezier(0.34, 0, 0.4, 0.68);
  transition: transform 0.3s cubic-bezier(1, 0.03, 0.53, 1.04);
}
/* line 1633, ../sass/parts/style.scss */
.toc-columns.closed h2 em.gui-arrow-down {
  display: none;
}
/* line 1636, ../sass/parts/style.scss */
.toc-columns.closed h2 em.gui-arrow-right {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 1646, ../sass/parts/style.scss */
.toc-columns .toc-more {
  border-top: 1px solid #e6e6e6;
}
/* line 1648, ../sass/parts/style.scss */
.toc-columns .toc-more a {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  display: block;
  background: #f2f2f2;
  line-height: 28px;
  height: 28px;
  color: #333333;
  font-size: 11.2px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 5px;
}
/* line 1661, ../sass/parts/style.scss */
.toc-columns .toc-more a.hidden {
  display: none;
}
/* line 1664, ../sass/parts/style.scss */
.toc-columns .toc-more a:hover {
  text-decoration: underline;
}

/* line 1674, ../sass/parts/style.scss */
.footer {
  -moz-box-shadow: inset 0px 2px 8px #010102;
  -webkit-box-shadow: inset 0px 2px 8px #010102;
  box-shadow: inset 0px 2px 8px #010102;
  padding: 20px;
  background: rgba(43, 75, 113, 0.5);
}
/* line 1678, ../sass/parts/style.scss */
.footer a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
}
/* line 1683, ../sass/parts/style.scss */
.footer a span {
  padding: 5px;
}
@media all and (max-width: 671px) {
  /* line 1683, ../sass/parts/style.scss */
  .footer a span {
    padding: 10px 5px;
  }
}
/* line 1689, ../sass/parts/style.scss */
.footer a:hover {
  background: #679EC5;
}

/* line 1695, ../sass/parts/style.scss */
.mCSB_container {
  margin-right: 8px !important;
}

/* line 1699, ../sass/parts/style.scss */
.side-tab {
  display: none;
  position: relative;
}
/* line 1702, ../sass/parts/style.scss */
.side-tab div {
  display: block;
  width: 36px;
  height: 36px;
  position: fixed;
  top: 8px;
  right: 10px;
  z-index: 500;
}
/* line 1710, ../sass/parts/style.scss */
.side-tab div a {
  display: block;
  width: 36px;
  height: 36px;
}

/* line 1719, ../sass/parts/style.scss */
.desktop .container, .tablet .container, .mobile .container {
  /*padding-right: 40px;*/
}
/* line 1724, ../sass/parts/style.scss */
.desktop .laphu .top .icons, .tablet .laphu .top .icons, .mobile .laphu .top .icons {
  display: block;
  clear: both;
  float: none;
  margin: 10px auto;
  width: 135px;
  white-space: nowrap;
}

/* line 1747, ../sass/parts/style.scss */
.tablet .container, .mobile .container {
  width: auto;
}
/* line 1752, ../sass/parts/style.scss */
.tablet .startlap .top a, .mobile .startlap .top a {
  -moz-transition: none 0s;
  -o-transition: none 0s;
  -webkit-transition: none 0s;
  transition: none 0s;
}
/* line 1754, ../sass/parts/style.scss */
.tablet .startlap .top a .text, .mobile .startlap .top a .text {
  display: none;
}
/* line 1755, ../sass/parts/style.scss */
.tablet .startlap .top a .icon, .mobile .startlap .top a .icon {
  margin-right: 0px;
}
/* line 1756, ../sass/parts/style.scss */
.tablet .startlap .top a.fl, .mobile .startlap .top a.fl {
  margin-right: 5px;
}
/* line 1757, ../sass/parts/style.scss */
.tablet .startlap .top a.fr, .mobile .startlap .top a.fr {
  margin-left: 5px;
}
/* line 1762, ../sass/parts/style.scss */
.tablet .startlap .bottom .search-input input, .mobile .startlap .bottom .search-input input {
  -moz-transition: none 0s;
  -o-transition: none 0s;
  -webkit-transition: none 0s;
  transition: none 0s;
  /*width: 300px;*/
}
/* line 1767, ../sass/parts/style.scss */
.tablet .startlap .bottom .search-button, .mobile .startlap .bottom .search-button {
  -moz-transition: none 0s;
  -o-transition: none 0s;
  -webkit-transition: none 0s;
  transition: none 0s;
  /*width: 80px;*/
}
/* line 1788, ../sass/parts/style.scss */
.tablet .main-columns .column .box, .mobile .main-columns .column .box {
  margin-bottom: 10px;
}
/* line 1799, ../sass/parts/style.scss */
.tablet .main-columns .column .two-col-placeholder, .mobile .main-columns .column .two-col-placeholder {
  margin-bottom: 10px;
}
/* line 1802, ../sass/parts/style.scss */
.tablet .main-columns .column.c-links, .mobile .main-columns .column.c-links {
  width: auto;
}
/* line 1804, ../sass/parts/style.scss */
.tablet .main-columns .column.c-links .main-tools, .mobile .main-columns .column.c-links .main-tools {
  margin-bottom: 10px;
  padding: 5px;
  background: #2B4B71;
}
/* line 1809, ../sass/parts/style.scss */
.tablet .main-columns .column.c-links .main-tools .toggle .text, .mobile .main-columns .column.c-links .main-tools .toggle .text {
  display: none;
}
/* line 1810, ../sass/parts/style.scss */
.tablet .main-columns .column.c-links .main-tools .toggle .icon, .mobile .main-columns .column.c-links .main-tools .toggle .icon {
  margin-right: 0px;
}
/* line 1824, ../sass/parts/style.scss */
.tablet .ad.big, .mobile .ad.big {
  display: none !important;
}

/* line 1832, ../sass/parts/style.scss */
.mobile .startlap .bottom .search-block {
  width: 79%;
  height: 29px;
  border: none;
  border-radius: 2px;
}
@media all and (min-width: 480px) {
  /* line 1832, ../sass/parts/style.scss */
  .mobile .startlap .bottom .search-block {
    width: 84.5%;
  }
}
@media all and (min-width: 640px) {
  /* line 1832, ../sass/parts/style.scss */
  .mobile .startlap .bottom .search-block {
    width: 88.5%;
  }
}
/* line 1845, ../sass/parts/style.scss */
.mobile .startlap .bottom .search-block .search-input {
  width: 86%;
}
@media all and (min-width: 480px) {
  /* line 1845, ../sass/parts/style.scss */
  .mobile .startlap .bottom .search-block .search-input {
    width: 90%;
  }
}
@media all and (min-width: 640px) {
  /* line 1845, ../sass/parts/style.scss */
  .mobile .startlap .bottom .search-block .search-input {
    width: 93%;
  }
}
/* line 1855, ../sass/parts/style.scss */
.mobile .startlap .bottom .search-block .search-button {
  width: 25px;
  height: 25px;
  padding: 0;
  text-indent: -9999px;
  background: #f8ad3b url(../images/new-sprite.png) no-repeat;
  background-position: -89px -58px;
}
/* line 1864, ../sass/parts/style.scss */
.mobile .startlap .bottom .breadcrumb {
  height: auto;
}
/* line 1869, ../sass/parts/style.scss */
.mobile .startlap .bottom .breadcrumb span a {
  height: inherit;
  font-size: 13px;
}
/* line 1875, ../sass/parts/style.scss */
.mobile .startlap .bottom .breadcrumb .separator {
  width: 4px;
  height: 13px;
  font-size: 14px;
}
/* line 1881, ../sass/parts/style.scss */
.mobile .startlap .bottom .buttons {
  display: none;
}
/* line 1884, ../sass/parts/style.scss */
.mobile .startlap .bottom .gui-logo {
  /*@include gui-sprite(logo-small);*/
  margin-right: 0;
  margin-top: 2px;
  margin-bottom: 3px;
  width: 60px;
  background-image: url("../images/new-sprite.png");
  background-position: -97px 5px;
}
/* line 1893, ../sass/parts/style.scss */
.mobile .startlap .bottom .search-input {
  margin: 0px;
  margin-right: 5px;
}
/* line 1896, ../sass/parts/style.scss */
.mobile .startlap .bottom .search-input input {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0px;
  width: 130px;
  border: 0px none;
  background: #FFF;
}
/* line 1904, ../sass/parts/style.scss */
.mobile .startlap .bottom .search-button {
  background-position: 0 -142px;
  margin: 0px;
  width: 30px;
  overflow: hidden;
  line-height: 200px;
}
/* line 1916, ../sass/parts/style.scss */
.mobile .laphu .bottom {
  padding: 20px 0px;
}
/* line 1921, ../sass/parts/style.scss */
.mobile .toc-columns .toc, .mobile .toc-columns .desc {
  display: block;
  margin: 0px;
  width: 100%;
}
/* line 1926, ../sass/parts/style.scss */
.mobile .toc-columns .toc-title {
  margin-left: 0px;
}
/* line 1928, ../sass/parts/style.scss */
.mobile .toc-columns .toc-title span {
  padding-left: 10px;
}
/* line 1933, ../sass/parts/style.scss */
.mobile .toc-columns .desc p {
  height: auto;
}
/* line 1939, ../sass/parts/style.scss */
.mobile .toc-columns.s-0.closed .desc .toc-title {
  display: none;
}
/* line 1948, ../sass/parts/style.scss */
.mobile .toc-columns .toc .column a {
  margin-right: 0px;
}
/* line 1955, ../sass/parts/style.scss */
.mobile .main-columns .column.c3 {
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  position: fixed;
  margin: 0;
  margin-right: 0;
  top: 0;
  right: -375px;
  z-index: 200;
  width: 366px;
  height: 100%;
  padding-top: 46px;
  overflow: hidden;
  background: rgba(36, 63, 95, 0.9);
}
/* line 1969, ../sass/parts/style.scss */
.mobile .main-columns .column.c3 .side-tab {
  display: none;
}
/* line 1973, ../sass/parts/style.scss */
.mobile .main-columns .column.c3 .box {
  margin: 10px;
  margin-left: 14px;
}
@media all and (max-width: 380px) {
  /* line 1973, ../sass/parts/style.scss */
  .mobile .main-columns .column.c3 .box {
    margin-left: 26px;
  }
}
/* line 1980, ../sass/parts/style.scss */
.mobile .main-columns .column.c3 .box.ad {
  display: none !important;
}
/* line 1983, ../sass/parts/style.scss */
.mobile .main-columns .column.c3 .box.facebook {
  overflow: hidden;
}
@media all and (min-width: 380px) and (max-width: 671px) {
  /* line 1985, ../sass/parts/style.scss */
  .mobile .main-columns .column.c3 .box.facebook .fb_iframe_widget {
    margin: 11px;
  }
}
@media all and (max-width: 671px) {
  /* line 1991, ../sass/parts/style.scss */
  .mobile .main-columns .column.c3 .box .h.a.t + div {
    overflow: hidden;
  }
}
@media all and (min-width: 380px) and (max-width: 671px) {
  /* line 1996, ../sass/parts/style.scss */
  .mobile .main-columns .column.c3 .box div .adsbygoogle {
    margin: 5px 0 0 11px;
  }
}
/* line 2005, ../sass/parts/style.scss */
.mobile .main-columns .column.c3.closed {
  -moz-transition: right 0.35s;
  -o-transition: right 0.35s;
  -webkit-transition: right 0.35s;
  transition: right 0.35s;
  right: 0px;
}
/* line 2008, ../sass/parts/style.scss */
.mobile .main-columns .column.c3.closed.nobg {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
/* line 2012, ../sass/parts/style.scss */
.mobile .main-columns .column.c3.closed.nobg .side-tab div {
  top: 8px;
}
/* line 2014, ../sass/parts/style.scss */
.mobile .main-columns .column.c3.closed.nobg .side-tab div.closed {
  top: 8px;
}
/* line 2028, ../sass/parts/style.scss */
.mobile .main-columns .column .box a.l {
  padding-top: 3px;
  padding-bottom: 3px;
}
/* line 2033, ../sass/parts/style.scss */
.mobile .main-columns .column .two-col-placeholder {
  display: none;
}
/* line 2039, ../sass/parts/style.scss */
.mobile .main-columns .column.c-links .main-tools a .icon {
  margin-right: 5px;
}
/* line 2042, ../sass/parts/style.scss */
.mobile .main-columns .column.c-links .main-tools a .text {
  display: none;
}
/* line 2049, ../sass/parts/style.scss */
.mobile .main-columns .column.c-links .link .tools a {
  margin-right: 5px;
}
/* line 2051, ../sass/parts/style.scss */
.mobile .main-columns .column.c-links .link .tools a:first-child {
  display: none;
}
/* line 2055, ../sass/parts/style.scss */
.mobile .main-columns .column.c-links .link .tools .text {
  display: none;
}
/* line 2058, ../sass/parts/style.scss */
.mobile .main-columns .column.c-links .link .tools .icon {
  margin-right: 0px none;
}
/* line 2064, ../sass/parts/style.scss */
.mobile .main-columns .column.c0 {
  margin-right: 0px;
}
/* line 2067, ../sass/parts/style.scss */
.mobile .main-columns .column.c3 {
  max-width: 100%;
}
/* line 2072, ../sass/parts/style.scss */
.mobile .footer {
  text-align: center;
}

/* line 2078, ../sass/parts/style.scss */
.uf {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  color: #FFF;
}
/* line 2083, ../sass/parts/style.scss */
.uf:empty {
  display: none;
}

/* line 2089, ../sass/parts/style.scss */
.tablet .uf, .mobile .uf {
  margin-bottom: 0px;
}

/* line 2098, ../sass/parts/style.scss */
.columns .column .box.rss-box .lead {
  -moz-box-shadow: inset 0px -2px 8px #dedede;
  -webkit-box-shadow: inset 0px -2px 8px #dedede;
  box-shadow: inset 0px -2px 8px #dedede;
  padding: 10px;
  line-height: 20px;
  font-size: 14px;
  background: #F7F7F7;
  color: #333;
  word-break: break-word;
}
/* line 2106, ../sass/parts/style.scss */
.columns .column .box.rss-box .lead a {
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: inline;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  text-decoration: none;
  color: #679EC5;
  text-decoration: none;
  border-bottom: 1px dotted #333;
}
/* line 2118, ../sass/parts/style.scss */
.columns .column .box.rss-box .lead a:hover {
  padding: 0;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #82920E;
  color: #82920E;
}
/* line 2127, ../sass/parts/style.scss */
.columns .column .box.rss-box .lead h3 {
  line-height: 24px;
  font-weight: bold;
  color: #82920E;
}
/* line 2134, ../sass/parts/style.scss */
.columns .column .box.rss-box .links a.l {
  padding-right: 10px;
}
/* line 2137, ../sass/parts/style.scss */
.columns .column .box.rss-box .links a.image-link {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: auto;
  white-space: normal;
  overflow: auto;
  text-overflow: initial;
  font-size: 14px;
  line-height: 18px;
}
/* line 2149, ../sass/parts/style.scss */
.columns .column .box.rss-box .links a.image-link strong {
  font-weight: bold;
  color: #679EC5;
}
/* line 2153, ../sass/parts/style.scss */
.columns .column .box.rss-box .links a.image-link span {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 140px;
}
/* line 2156, ../sass/parts/style.scss */
.columns .column .box.rss-box .links a.image-link span.l {
  margin-right: 10px;
}
/* line 2158, ../sass/parts/style.scss */
.columns .column .box.rss-box .links a.image-link span.l img {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 2165, ../sass/parts/style.scss */
.columns .column .box.rss-box .links a.image-link span.r {
  width: 150px;
}
/* line 2167, ../sass/parts/style.scss */
.columns .column .box.rss-box .links a.image-link span.r.double {
  width: 100%;
}
/* line 2172, ../sass/parts/style.scss */
.columns .column .box.rss-box .links a.image-link:hover {
  text-decoration: none;
}
/* line 2174, ../sass/parts/style.scss */
.columns .column .box.rss-box .links a.image-link:hover strong {
  color: #82920E;
}
/* line 2180, ../sass/parts/style.scss */
.columns .column .box.rss-box .tags {
  -moz-box-shadow: inset 0px 2px 8px #dedede;
  -webkit-box-shadow: inset 0px 2px 8px #dedede;
  box-shadow: inset 0px 2px 8px #dedede;
  padding: 5px;
  padding-top: 10px;
  padding-left: 10px;
  background: #F7F7F7;
}
/* line 2186, ../sass/parts/style.scss */
.columns .column .box.rss-box .tags a {
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: auto;
  height: auto;
  min-height: auto;
  max-height: auto;
  padding: 5px;
  margin: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: transparent;
  border: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  color: #FFF;
  border: 0px none;
}
/* line 2206, ../sass/parts/style.scss */
.columns .column .box.rss-box .tags a.tag {
  background-color: #679EC5;
}
/* line 2209, ../sass/parts/style.scss */
.columns .column .box.rss-box .tags a.heading {
  background-color: #CF4238;
}
/* line 2212, ../sass/parts/style.scss */
.columns .column .box.rss-box .tags a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px none;
  padding: 5px;
  margin: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #82920E;
}

/* line 2232, ../sass/parts/style.scss */
.columns .column .box .links a.image-link {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: auto;
  white-space: normal;
  overflow: auto;
  text-overflow: initial;
  font-size: 14px;
  line-height: 18px;
}
/* line 2244, ../sass/parts/style.scss */
.columns .column .box .links a.image-link strong {
  font-weight: bold;
  color: #679EC5;
}
/* line 2248, ../sass/parts/style.scss */
.columns .column .box .links a.image-link span {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 120px;
}
/* line 2252, ../sass/parts/style.scss */
.columns .column .box .links a.image-link span.l {
  margin-right: 10px;
  height: 80px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  box-shadow: 1px 1px 3px #888;
  width: 120px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 2263, ../sass/parts/style.scss */
.columns .column .box .links a.image-link span.l img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  filter: sepia(40%);
  object-fit: cover;
}
/* line 2272, ../sass/parts/style.scss */
.columns .column .box .links a.image-link span.r {
  width: 170px;
}
/* line 2275, ../sass/parts/style.scss */
.columns .column .box .links a.image-link span.r.double {
  width: 100%;
}
/* line 2280, ../sass/parts/style.scss */
.columns .column .box .links a.image-link span.r .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 54px;
  overflow: hidden;
  width: 100%;
}
/* line 2291, ../sass/parts/style.scss */
.columns .column .box .links a.image-link span.r .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 36px;
  overflow: hidden;
  width: 100%;
}
/* line 2302, ../sass/parts/style.scss */
.columns .column .box .links a.image-link span.r .tar {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 18px;
  overflow: hidden;
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
/* line 2318, ../sass/parts/style.scss */
.columns .column .box .links a.image-link:hover * {
  text-decoration: underline;
}
/* line 2322, ../sass/parts/style.scss */
.columns .column .box .links a.image-link:hover strong {
  color: #82920E;
}

/* line 2337, ../sass/parts/style.scss */
.columns .column .box.two-col .links a.image-link span.r {
  width: 480px;
}

/* line 2349, ../sass/parts/style.scss */
.box a.found {
  background-color: yellow !important;
  color: black !important;
  font-weight: bold !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
/* line 2355, ../sass/parts/style.scss */
.box a.not-found {
  opacity: 0.4 !important;
}
/* line 2361, ../sass/parts/style.scss */
.box h2 a.found {
  background-color: yellow !important;
  color: black !important;
  font-weight: bold !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
/* line 2367, ../sass/parts/style.scss */
.box h2 a.not-found {
  opacity: 0.4 !important;
}

/* line 2375, ../sass/parts/style.scss */
.boxlnk a.found {
  background-color: yellow !important;
  color: black !important;
  font-weight: bold !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
/* line 2381, ../sass/parts/style.scss */
.boxlnk a.not-found {
  opacity: 0.4 !important;
}
/* line 2386, ../sass/parts/style.scss */
.boxlnk .desc.found {
  background-color: yellow !important;
  color: black !important;
  font-weight: bold !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
/* line 2392, ../sass/parts/style.scss */
.boxlnk .desc.not-found {
  opacity: 0.4 !important;
}
