@import "_colors";
@import "_mixins";
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: fixed;
  right: 15px;
  top: 26px;
  display: none;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*K2 general reset*/
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  padding: 0;
}

div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {
  margin: 0;
}

#k2Container {
  padding: 0;
  margin: 0;
}

#k2Container .clr {
  display: none;
}

div.catItemView {
  margin: 0;
  padding: 0;
}

div.itemContainer {
  float: none;
}

div.catItemBody {
  padding: 0;
}

div.catItemHeader h3.catItemTitle {
  padding: 0;
  margin: 0;
}

div.itemBody {
  padding: 0;
  margin: 0;
}

div.catItemImageBlock {
  margin: 0;
  padding: 0;
}

div.catItemLinks {
  margin: 0;
}

div.catItemCategory span {
  padding: 0;
}

div.catItemCategory {
  padding: 0;
}

span.catItemImage {
  margin: 0;
  padding: 0;
}

div.catItemIntroTexFmenut {
  margin: 0;
  padding: 0;
}

div.itemHeader h2.itemTitle {
  margin: 0;
  padding: 0;
}

div.itemIntroText {
  padding: 0;
  margin: 0;
}

div.itemImageBlock {
  margin: 0;
  padding: 0;
}

div.itemBackToTop {
  display: none;
}

div.itemExtraFields {
  margin: 0;
  padding: 0;
  border: none;
}

div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 0;
  padding: 0;
  border: none;
}

div.itemListCategory {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

div.catItemAttachmentsBlock {
  padding: 0;
  margin: 0;
  border: none;
}

div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  padding: 0;
  margin: 0;
}

.itemContainer {
  width: 100% !important;
}
/*bootstrap general container */
@media (min-width: 1200px) {
  .container {
    width: 1630px;
    position: relative;
  }
}

#system-message-container {
  display: none;
}
/*style resets*/
body .container {
  background-color: transparent;
}

body {
  background: #fff;
}

body .container {
  background-color: transparent;
}

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,
font,
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,
label,
input {

}

nav#hornav ul li {
  margin: 0;
  padding: 0;
}

header p {
  margin-bottom: 0;
}

div#topinfo div.moduletable {
  margin: 0;
}

.breadcrumb {
  background: none;
  margin: 0 0 35px 0;
  padding: 0;
  text-align: center;
}

.breadcrumb * {
  color: #60bb46;
  font-size: 18px;
  line-height: 18px;
}

.breadcrumb .divider {
  display: none;
}

.breadcrumb > li + li:before {
  content: ">";
}

.breadcrumb > li:nth-child(2):before {
  display: none;
}

hr {
  border: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}
.icon-first:after {
  content: "<<";
}
.icon-previous:after {
  content: "<";
}
.icon-next:after {
  content: ">";
}
.icon-last:after {
  content: ">>";
}
div.k2Pagination {
  padding-bottom: 60px;
}
div.k2Pagination ul li a {
  color: #454545;
  border: 1px solid #454545;
  border-radius: 0;
  padding: 0 8px;
}
div.k2Pagination ul li.active {
  color: #61b6c6;
}
div.k2Pagination ul li.active a {
  background: none;
}
