﻿/*
Theme Name: LKK
Author: Kristaps Asnins
Description: LKK theme
Version: 1.5
License: Use ONLY with permition from National library of Latvia
Tags: LKK
Text Domain: LKK
*/
*:focus {
	outline: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; 
 }

p {
	color: #000; 
	text-align: left;
	line-height: 1.48;
}

p iframe {
    position: relative;
    margin: 10px; 
}

h1 {
	font-family: 'Arsenal Regular';
	font-size: 24pt;
	color: #000; 
	line-height: 1.3;
}
  
h1 a {
	color: #000; 
}
    
h1 a:hover {
    color: #000;
    text-decoration: none; 
}

.alignleft {
	float: left;
	margin: 5px;
	margin-left: 0px; 
}

.alignright {
	float: right;
	margin: 5px;
	margin-right: 0px; 
}

.aligncenter {
  display: block;
  margin: 0 auto; }

.entry-content p {
  font-family: 'Arsenal Regular';
  font-size: 20px; }

.entry-title-footer {
  max-width: 200px; }
  .entry-title-footer a {
    font-family: 'Arsenal Regular';
    font-size: 20px;
    color: #000; }
    .entry-title-footer a:hover {
      text-decoration: none; }
    .entry-title-footer a div {
      font-family: 'Arsenal Regular';
      font-size: 14px;
      color: #BBBBBB; }

.post-middle-content {
  margin-top: 15px; }
  .post-middle-content .wp-video {
    margin: 30px;
    margin-right: 0px;
	margin-top: 15px;
  z-index: 100;
  position: relative;
    float: right; }
  .post-middle-content figure {
    margin: 15px; }
    .post-middle-content figure a img {
      font-family: 'Arsenal Regular';
      font-size: 12px; }
    .post-middle-content figure figcaption {
      font-family: 'Arsenal Regular';
      font-size: 12px; }

#show_more_button,
#show_less_button {
	margin-bottom: 45px;
	text-align: center;
}

.fade-anchor {
content: '';
            position: absolute;
            bottom: 100px;
            width: 100%;
            height: 150px;
            background: -webkit-linear-gradient(
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 1) 100%
            );
            background-image: -moz-linear-gradient(
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 1) 100%
            );
            background-image: -o-linear-gradient(
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 1) 100%
            );
            background-image: linear-gradient(
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 1) 100%
            );
            background-image: -ms-linear-gradient(
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 1) 100%
            );
}

#show_more_button a,
#show_less_button a  {
  text-decoration: underline;
  font-family: 'Arsenal Regular';
  font-size: 28px;
  color: #9E1B34; 
  }

#show_more_button a:hover,
#show_less_button a:hover {
  cursor: pointer; }

.show-tag-button span {
  font-family: 'Arsenal Regular';
  color: #9E1B34;
  font-size: 24pt; }
.show-tag-button:hover, .show-tag-button:focus {
  text-decoration: none;
  cursor: pointer; }

.about-container .wp-video {
  float: left;
  margin: 2px; }

.custom_button_1 {
  padding: 12px 40px 12px 40px;
  background-color: #FFF;
  border: 1px solid #CC2A35;
  color: #CC2A35;
  font-family: "Arsenal Regular";
  letter-spacing: 1px;
  font-size: 20px;
  transition: background-color 0.2s;
  display: block;
  text-align: center;
  margin: 0 auto;
  /* this will center  it */
  position: relative; }

.custom_button_1:hover {
  background-color: #CC2A35;
  background: rgba(204, 79, 80, 0.1);
  transition: background-color 0.2s;
  text-decoration: none;
  color: #CC2A35; }

#prev_flippage {
  background-image: url("images/back_button.png");
  background-size: 36px 36px;
  width: 36px;
  height: 36px; }

#next_flippage {
  background-image: url("images/next_button.png");
  background-size: 36px 36px;
  width: 36px;
  height: 36px; }

.modal_close_button {
  background-image: url("images/close_button.png");
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  position: fixed;
  z-index: 999999;
  top: 15px;
  right: 15px; }
  .modal_close_button:hover {
    cursor: pointer; }

.modal_zoom_button {
  background-image: url("images/zoom_button.png");
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  position: fixed;
  z-index: 999999;
  top: 15px;
  right: 55px; }
  .modal_zoom_button:hover {
    cursor: pointer; }

#modal_book_overlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  background: rgba(1, 1, 1, 0.7); }
  #modal_book_overlay #modal_full_book_content {
    display: none;
    overflow: auto;
    height: 100%; }

#modal_book_content img {
  position: absolute;
  top: 50%;
  left: 50%; }

.blur_class {
 	/*-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);*/ }

.header-image, .header-region-image {
  background-image: url("images/header_icon.png");
  background-size: 103px 70px;
  width: 103px;
  height: 70px;
  position: relative;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  z-index: 7000; }
  
.facebook_toggle .icon_facebook {
	background-image: url("images/fb_ico_col.png");
	background-size: 52px 52px;
	width: 52px;
	height: 52px;
	position: absolute;
	right: 120px;
	top: 25px;
	z-index: 100;
}

.facebook_toggle .icon_facebook:hover {
	cursor: pointer;
	z-index: 100;
}

.header-region-image {
  background-image: url("images/header_icon_rk.png"); }

.main-navigation {
  clear: both;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF; }
  .main-navigation .menu-main_menu-container {
    margin-left: 40px; }

ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 15px;
  padding: 0 40px 0 0; }

.nav-menu {
  /* On menu item hover */ }
  .nav-menu li {
    display: inline-block;
    position: relative;
    margin-right: 40px; }
  .nav-menu li:first {
    color: red; }
  .nav-menu li a {
    font-family: "Arsenal Regular";
    color: #7F7F7F;
    display: block;
    font-size: 12pt;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px 0px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff; }
  .nav-menu a:hover {
    border-bottom: 2px solid #BBBBBB; 
	}
	
	.nav-menu .menu-item-has-children .sub-menu a:hover {
		border-bottom: 0;
		color: #ca2c39;
		border-bottom: 2px solid #FFF; 
	}
	
  .nav-menu .sub-menu,
  .nav-menu .children {
    background-color: #220e10;
    border: 2px solid #f7f5e7;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .nav-menu .sub-menu ul,
    .nav-menu .children ul {
      border-left: 0;
      left: 100%;
      top: 0; }
  .nav-menu .current_page_item > a,
  .nav-menu .current_page_ancestor > a,
  .nav-menu .current-menu-item > a,
  .nav-menu .current-menu-ancestor > a {
    border-bottom: 2px solid #FFF; 
	color: #ca2c39 !important;
	}

  .nav-menu .menu-item-has-children .sub-menu {
    background-color: #FFF; 
	border: 0px;
	}

    .nav-menu .menu-item-has-children .sub-menu li {
	  margin-right: 0px;
	  border-left: 1px solid #F2F2F2;
	  border-right: 1px solid #F2F2F2;
	  padding-left: 15px;
	  padding-right: 5px; }
	  
	  .nav-menu .menu-item-has-children .sub-menu li:first-child {
		  margin-top: 35px;
	  }
	  
	  .nav-menu .menu-item-has-children .sub-menu li:last-child {
		  border-bottom: 1px solid #F2F2F2;
		  padding-bottom: 5px;
	  }

      .nav-menu .menu-item-has-children .sub-menu li:before {
        content: ""; }
    .nav-menu .menu-item-has-children .sub-menu a {
      background-color: #FFF;
      color: #7F7F7F;
	  font-size: 14px;
      width: 250px; }
  .nav-menu .menu-item {
    font-family: 'Fontsaddict'; }
    .nav-menu .menu-item:nth-child(4) > a, .nav-menu .menu-item:nth-child(5) > a, .nav-menu .menu-item:nth-child(6) > a {
      /*font-size: 14pt;*/ 
	 }

    .nav-menu .menu-item:nth-child(1):hover, .nav-menu .menu-item:nth-child(2):hover, .nav-menu .menu-item:nth-child(3):hover {
      text-decoration: none; }

ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #fff;
  margin: 0;
  width: 200px; }

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #db572f; }

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit; }

.menu-toggle {
  display: none; }
  .menu-toggle span {
    margin-left: 20px; }

.panel-group .panel {
	border-radius: 0;
}

/* Navbar */
.navbar {
  background-color: #ffffff;
  margin: 0 auto;
  border: 0;
  width: 100%; }

.language_switcher {
  z-index: 50;
  position: absolute;
  right: 75px;
  float: right;
  height: 100%; }
  .language_switcher li {
    list-style-type: none;
    margin-left: 38px;
    margin-right: 0px;
    float: left;
    padding-top: 35px;
	padding-left: 0px;
    height: 100%; }
    .language_switcher li a {
      font-family: "Arsenal Regular";
      font-size: 14pt;
      letter-spacing: 1px;
      color: #7E7E7E; }
  .language_switcher .current-menu-item {
    display: none; }

.search_button {
	border-left: 1px solid #EFEFEF; 
}

.search_button div {
    color: #7E7E7E;
    width: 32px;
    height: 32px; 
}

.search_button div:before {
	margin-left: 18px;
	font-size: 24px;
}

    .search_button div:hover {
      cursor: pointer; }

.section-breadcrumb,
.page-top-breadcrumb,
.post-default-breadcrumb {
  margin-top: 20px;
  color: #8e8d8d;
  /*background-color: rgba(0, 0, 0, 0.5);
  padding-right: 10px;*/ }
  .section-breadcrumb a,
  .page-top-breadcrumb a,
  .post-default-breadcrumb a {
    color: #8e8d8d;
    text-decoration: underline;
    font-family: 'Arsenal Regular';
    font-size: 12pt; }
  .section-breadcrumb a:last-child,
  .page-top-breadcrumb a:last-child,
  .post-default-breadcrumb a:last-child {
    text-decoration: none; }

.post-default-breadcrumb a {
  color: #8e8d8d; }

.mid-crumb a {
  font-family: 'Arsenal Regular';
  font-size: 14pt;
  color: #FFF; }
  .mid-crumb a:hover {
    color: #FFF;
    cursor: pointer; }

.breadcrumb-no-image {
  position: relative;
  background-color: transparent;
  color: #8e8d8d; }
  .breadcrumb-no-image a {
    color: #8e8d8d;
    margin-bottom: 20px; }

.dark-bread {
  background-color: transparent;
  color: #8e8d8d; }
  .dark-bread a {
    color: #8e8d8d; }

.bread-row-fix {
  margin-right: 0px;
  margin-left: 0px; }

/*.leaf-bk:before {
  font-family: 'Fontsaddict';
  content: "\e804";
  font-size: 20px;
  line-height: 22px;
  color: #FA4616; }

.home-bk:before {
  font-family: 'Fontsaddict';
  content: "\e805";
  font-size: 24px;
  line-height: 20px;
  color: #8A8D4A; }

.masks-bk:before {
  font-family: 'Fontsaddict';
  content: "\e800";
  font-size: 42px;
  line-height: 25px;
  color: #861F41; }

.paint-bk:before {
  font-family: 'Fontsaddict';
  content: "\e806";
  font-size: 36px;
  color: #B47E00;
  line-height: 25px; }

.book-bk:before {
  font-family: 'Fontsaddict';
  content: "\e807";
  font-size: 22px;
  color: #43B02A;
  line-height: 20px; }

.music-bk:before {
  font-family: 'Fontsaddict';
  content: "\e808";
  color: #485CC7;
  font-size: 28px;
  line-height: 20px; }

.camera-bk:before {
  font-family: 'Fontsaddict';
  content: "\e810";
  font-size: 32px;
  line-height: 15px;
  color: #3EB1C8; }*/

/*.show_gallery_link:before {
  font-family: 'Fontsaddict';
  content: "\e80e";
  font-size: 18px;
  line-height: 22px;
  color: #BBBBBB; }*/

/*.leaf-bk:before,
.home-bk:before,
.masks-bk:before,
.paint-bk:before,
.book-bk:before,
.music-bk:before,
.camera-bk:before {
  overflow: hidden;
  display: inline-block;
  padding-right: 20px; }*/

.big-menu {
  padding: 0;
  margin-bottom: 0px; }
  .big-menu .video-post-item-1 {
    min-height: 20px; }
  .big-menu .big-nav-menu-item {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    .big-menu .big-nav-menu-item a {
      font-family: "Arsenal Regular";
      font-size: 20px;
      color: #FFF; }
  .big-menu .panel-default {
    border: none;

	/*-webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;*/
}

.inner-mobile-menu {
  display: none;
}

.video-post-item .entry-thumbnail {
	padding-top: 6px;
	padding-bottom: 10px;
}
	
    .big-menu .panel-default .panel-body {
      border-top: none !important; }
  .big-menu .panel-title {
    text-align: center;
    margin-top: 10px;
    height: 45px; }
	
    .big-menu .panel-title a {
      font-family: "Arsenal Regular";
      font-size: 20px;
      color: #7E7E7E;
      text-transform: uppercase; }
	  
	.big-menu .panel-title a:hover,
	.big-menu .panel-title a:focus	{
		text-decoration: none;
	}
	  
	.big-menu .panel-title a img {
		padding-right: 15px;
		margin-top: -4px;
	} 
	 
 .big-menu .panel-heading {
	padding-top: 25px;
    padding-bottom: 25px; 
    background-color: #FFF; 
	-webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.big-menu .panel-heading:hover {
	background-color: #F2F2F2;
	-webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
	cursor: pointer;
}

.panel-group .panel+.panel {
	margin-top: 1px;
}

.fancybox-title {
	font-family: 'PTSerif';
	font-size: 16px;
	line-height: 1.48;
}

.big-middle-container {
  width: 100%;
  border-top: 1px solid #EFEFEF; }
  .big-middle-container .video-post-item-1 {
    min-height: 100px; }

.big-middle-top {
  max-width: 400px;
  margin: 0 auto; }
  .big-middle-top tr td {
    padding: 15px; }
    .big-middle-top tr td a {
      color: #7F7F7F;
      font-family: 'Arsenal Regular';
      font-size: 14pt; }
  .big-middle-top tr .active {
    padding-top: 30px; }

.middle-page-content .accordeon-split-line {
  margin-top: 50px; }

.site-content .highlight-item {
   d
}

.site-footer {
  width: 100%; }
  .site-footer .footer-mid {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #EFEFEF;
    padding-top: 35px;
    padding-bottom: 40px; }
    .site-footer .footer-mid form input[type="submit"] {
      padding: 12px 40px 12px 40px;
      background-color: #CC2A35;
      border: none;
      color: #FFF;
      font-family: "Arsenal Regular";
      letter-spacing: 1px;
      font-size: 20px;
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .site-footer .footer-mid form input[type="submit"]:focus {
        outline: none; }
      .site-footer .footer-mid form input[type="submit"]:hover {
        background-color: #F73646;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        transition: background-color 0.2s; }
    .site-footer .footer-mid form input[type="text"] {
      font-family: "Arsenal Regular";
      font-size: 20px;
      padding: 10px;
      margin-left: 10px;
      margin-right: 10px; }
    .site-footer .footer-mid form label {
      font-family: "Arsenal Regular";
      font-size: 24pt;
      font-weight: 400; }
    .site-footer .footer-mid .advise_button {
      float: right;
      margin-right: 15px;
      padding: 11px 65px 11px 65px;
      background-color: #FFF;
      border: 1px solid #CC2A35;
      color: #CC2A35;
      font-family: "Arsenal Regular";
      letter-spacing: 1px;
      font-size: 20px;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .site-footer .footer-mid .advise_button:focus {
        outline: none; }
      .site-footer .footer-mid .advise_button:hover {
        color: #F73646;
        border-color: #F73646;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }

.map-page-block .map-menu {
  position: absolute; }

.map-menu {
  width: 100%;
  background-color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 999;
  left: 0px;
  display: block; }
  .map-menu ul {
    /*	li:nth-child(1) > a {
    		color: #888888;
    	}*/ }
    .map-menu ul li {
      float: left;
      margin-right: 20px;
      list-style-type: none;
      margin-top: 15px;
      margin-bottom: 15px; }
      .map-menu ul li a {
        font-family: "Arsenal Regular";
        font-size: 12pt;
        letter-spacing: 1px;
        text-transform: uppercase; }
    .map-menu ul li:nth-child(1) > a {
      color: #7F7F7F; }
    .map-menu ul li:nth-child(2) > a {
      color: #FA4616; }
    .map-menu ul li:nth-child(3) > a {
      color: #8A8D4A; }
    .map-menu ul li:nth-child(4) > a {
      color: #861F41; }
    .map-menu ul li:nth-child(5) > a {
      color: #B47E00; }
    .map-menu ul li:nth-child(6) > a {
      color: #43B02A; }
    .map-menu ul li:nth-child(7) > a {
      color: #485CC7; }
    .map-menu ul li:nth-child(7) > a {
      color: #3EB1C8; }
  .map-menu .map-menu-items {
    display: table;
    margin: 0 auto; }
  .map-menu .small-menu-button {
    display: none; }

/* map item */
.gm-style-iw p, .gm-style-iw b {
  font-family: "Arsenal Regular";
  font-size: 12pt; }

.video-post-item, .video-post-item-1 {
  float: left;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 270px; }
  
  .video-post-item {
	margin-bottom: 100px;  
  }

  .video-post-item .entry-title, .video-post-item .entry-title-bottom, .video-post-item-1 .entry-title, .video-post-item-1 .entry-title-bottom {
    margin-top: 15px;
    font-family: 'Arsenal Regular';
    font-size: 12pt;
    color: #BBBBBB; }
    .video-post-item .entry-title a, .video-post-item .entry-title-bottom a, .video-post-item-1 .entry-title a, .video-post-item-1 .entry-title-bottom a {
      font-family: 'Arsenal Regular';
      font-size: 12pt;
      color: #BBBBBB; }
    .video-post-item .entry-title .entry-title-right, .video-post-item .entry-title-bottom .entry-title-right, .video-post-item-1 .entry-title .entry-title-right, .video-post-item-1 .entry-title-bottom .entry-title-right {
      float: right; }
  .video-post-item .entry-title-footer-1, .video-post-item-1 .entry-title-footer-1 {
    max-width: 295px; }
    .video-post-item .entry-title-footer-1 a, .video-post-item-1 .entry-title-footer-1 a {
      font-family: 'Arsenal Regular';
      font-size: 20px;
      color: #000; }
	  .entry-title-footer-1 {
		position: absolute;
	  }

      .video-post-item .entry-title-footer-1 a:hover, .video-post-item-1 .entry-title-footer-1 a:hover {
        text-decoration: none; }

.content-area-video {
  margin: 0 auto;
  max-width: 1000px;
  /*padding-top: 40px;*/
  padding-left: 15px;
  padding-right: 15px; }

.video-post-item-1 {
  float: left;
  margin: 20px 14px 20px 14px; }

.text-bk:before {
  content: "\e801";
  font-size: 18px;
  left: 30px; }

.flagd-bk:before {
  content: "\e80c";
  font-size: 18px;
  left: 30px; }

.eye-bk:before {
  content: "\e80a";
  font-size: 24px; }

.tape-bk:before {
  content: "\e80b";
  font-size: 26px; }

.online-bk:before {
  content: "\e809";
  font-size: 26px; }

.position-bk:before {
  content: "\e802";
  font-size: 20px; }
.hover-cursor:hover {
	cursor: pointer;
}

.text-bk:before,
.flagd-bk:before,
.eye-bk:before,
.tape-bk:before,
.online-bk,
.position-bk:before {
  font-family: 'Fontsaddict';
  color: #8D8D8D;
  padding-right: 10px; }

.post-default-footer-image {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 30px; }
  
.post-default-footer-image-title {
	background-color: #FFF;
	font-family: "Arsenal Regular";
	color: #7F7F7F;
    font-size: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

.post-default-footer-image-title:hover { 
	background-color: #F2F2F2;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
}

.center-this-600 {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}

.post-default-header-image {
  width: 100%; }

.post-default-img-txt {
  position: absolute;
  padding-top: 5%;
  padding-left: 10%;
  font-size: 30px; }
  
.lkk-post-title {
	margin-top: 40px;
	margin-bottom: 0px;
	line-height: 1.3;
}

.comments-block {
	padding-bottom: 55px;
}

.post-accordion .panel-default {
  border-color: #FFF;
  margin-top: -1px !important; }
  .post-accordion .panel-default .in .panel-heading {
    border-bottom: 0px !important; }
  .post-accordion .panel-default .panel-heading {
    background-color: #FFF;
    border: 1px solid #EFEFEF; 
	padding-top: 15px;
	}

    .post-accordion .panel-default .panel-heading .panel-title {
      text-align: center; }
	  
	.post-accordion .panel-default .panel-heading .panel-title img {
		margin-top: -4px;
	}
	
	  .post-accordion .panel-default .panel-heading .panel-title a:hover,
		.post-accordion .panel-default .panel-heading .panel-title a:focus	  {
		  text-decoration: none;
	  }

      .post-accordion .panel-default .panel-heading .panel-title a {
        font-family: "Arsenal Regular";
        font-size: 14pt;
        text-transform: uppercase; 
		color: #7F7F7F;
		}

        .post-accordion .panel-default .panel-heading .panel-title a img {
          padding: 2px;
          display: inline;
          width: 1px;
          transition-property: width;
          transition-duration: 0.3s;
          transition-timing-function: linear;
          transition-delay: 0s; }
      .post-accordion .panel-default .panel-heading .panel-title .collapsed img {
        width: 50px;
        transition-property: width;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        transition-delay: 0s; }
  .post-accordion .panel-default .panel-body {
    border-top: none !important; }
  .post-accordion .panel-default .panel-body {
    padding: 0;
    padding-top: 15px;
    border: 1px solid #EFEFEF; }
    .post-accordion .panel-default .panel-body img {
      margin: 5px; }
    .post-accordion .panel-default .panel-body hr {
      margin-top: 10px;
      margin-bottom: 10px; }

.post-middle-content {
  font-family: 'PTSerif';
  color: #000;
  font-size: 20px; }
  
  .post-middle-content ul  li {
	font-family: 'PTSerif';
	font-size: 20px;
	line-height: 1.48;
  }

/* New big menu object */
.big-menu-object {
  width: 100%; }
  .big-menu-object .thumbnail {
    border: none;
    text-align: center; }
    .big-menu-object .thumbnail img {
      padding-bottom: 5px; }
    .big-menu-object .thumbnail span {
      font-family: 'Arsenal Regular';
      font-size: 14pt;
      color: #7E7E7E; }
  .big-menu-object .thumbnail:hover, .big-menu-object .thumbnail:focus {
    text-decoration: none; }

/*--------------*/
.home_page {
  	/*margin-left: 0px;
  	margin-right: 0px;
  
  	.home-page-item {
  		padding-right: 0px;
  		padding-left: 0px;
  		
  		img {
  			position: absolute;
  			overflow: hidden;
  			width: 100%;
  		}
  	}
  
  	.index-page-menu-block {
  		padding-left: 0px;
  		padding-right: 0px;
  	}
  
  	.home-menu-item {
  		padding-top: 26px;
  		padding-bottom: 24px;
  		width: 100%;
  
  		border-bottom: 1px solid #BFBFBF;
  		text-align: center;
  		list-style-type: none;
  
  		span {
  			a {
  				font-family: 'Arsenal Regular';
  				@include font-size(20px);
  				letter-spacing: 1;
  				color: #7F7F7F;
  				text-transform: uppercase;
  			}
  		}
  	}
  
  	#home-menu_item-7 {
  		border-bottom: none;
  	}
  
  	.home_img_title {
  		z-index: 1000;
  		position: relative;
  		display: inline-block;
  		padding: 5px;
  
  		top: 30px;
  		left: 60px;
  		max-width: 800px;
  		background-color: rgba(0, 0, 0, 0.3);
  
  		font-family: 'Arsenal Regular';
  		@include font-size(36pt);
  		color: #FFF;
  	}
  
  	.nav_bar_left {
  		z-index: 1000;
  		height: 100vh;
  		position: absolute;
  		left: 20px;
  		
  		a {
  			position: absolute;
  			@include font-size(48pt);
  			top: 25%;
  		}	
  
  		a:hover, a:focus {
  			text-decoration: none;
  		}
  	}
  
  	.nav_bar_right {
  		z-index: 1000;
  		height: 100vh;
  		position: absolute;
  		right: 50px;
  
  		a {
  			position: absolute;
  			@include font-size(48pt);
  			top: 25%;
  		}	
  
  		a:hover, a:focus {
  			text-decoration: none;
  		}
  	}*/ }
  .home_page #home_img_url .home_img_title {
    font-family: 'Arsenal Regular';
    font-size: 36pt;
    color: #FFF;
    position: absolute;
    bottom: 25px;
    left: 50px; }
  .home_page .big-boxes > div > div {
    padding: 40px 15px 40px 15px;
    /*border: 1px solid #EFEFEF;*/
	border-spacing: 0;
    font-family: 'Arsenal Regular';
    font-size: 20px;
    text-align: center; }
	
	.home_page .big-boxes > div > div img {
		padding-bottom: 15px;
	}
	
	.site-info {
		margin-top: 27px;
		font-family: 'Arsenal Regular';
		color: #7E7E7E;
		font-size: 20px;
		padding-left: 30px;
		line-height: 9px;
	}
	
	.site-info span {
		padding-right: 30px;
	}
	
	#page_search_form {
		font-family: 'Arsenal Regular';
		font-size: 24pt;
	}
	
    .home_page .big-boxes > div > div a {
	  text-transform: uppercase;
      color: #7F7F7F; }
      .home_page .big-boxes > div > div a:hover {
        text-decoration: none; }
    .home_page .big-boxes > div > div .icon-search {
      float: right;
	  margin-right: 75px;
	  margin-right: 110px;
      padding-top: 29px; 	  
	  }

      .home_page .big-boxes > div > div .icon-search:before {
        font-size: 32px;
        color: #7F7F7F; }
      .home_page .big-boxes > div > div .icon-search:hover {
        cursor: pointer; }
	.search-field-top {
		font-family: 'Arsenal Regular';
	}
	
	.icon-search:before {
		content: " ";
		background-image: url("images/icons/search.png");
		background-size: 32px 32px;
		background-repeat: no-repeat;
		width: 32px;
		height: 32px;
		position: absolute;
	}
	
	.home-footer-text, .object-acc-text {
		max-width: 700px;
		margin: 0 auto;
		padding-top: 45px;
		padding-bottom: 45px;
		font-family: 'PtSerif';
		font-size: 20px;
	}
	
	.home-footer-text a, .object-acc-text a {
	text-decoration: underline;
    font-family: 'PtSerif';
    font-size: 20px;
    color: #9E1B34;
	}
	
	.object-acc-hr {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.object-acc-text {
		padding-top: 15px;
		padding-bottom: 5px;
	}
	
  .home_page #searchform input {
    padding: 26px 5px 25px 5px;
    font-size: 27px;
    width: 68%;
    border: none;
	  margin-left: 80px;
    float: left; 
    background-color: #FFF;
  }

    .home_page #searchform input:focus {
      outline: none; }
  .home_page .Wallop {
    max-width: 100%; 
	height: 100%;
	}

    .home_page .Wallop .Wallop-list {
      margin: 0;
      margin-bottom: -120px; }
      .home_page .Wallop .Wallop-list .Wallop-item img {
		max-width: 1200px;
        width: 100%; }
      .home_page .Wallop .Wallop-list .Wallop-item .bottom-bar {
        position: relative;
        width: 100%;
        height: 120px;
        bottom: 120px;
        background: #000;
        background: -webkit-linear-gradient(transparent, black);
        /*Safari 5.1-6*/
        background: -o-linear-gradient(transparent, black);
        /*Opera 11.1-12*/
        background: -moz-linear-gradient(right, transparent, black);
        /*Fx 3.6-15*/
        ackground: linear-gradient(transparent, black);
        /*Standard*/ }
        .home_page .Wallop .Wallop-list .Wallop-item .bottom-bar div {
          position: relative;
          left: 25px;
		  top: 45px;
          max-width: 1000px; }
          .home_page .Wallop .Wallop-list .Wallop-item .bottom-bar div a {
            font-family: 'Arsenal Regular';
            font-size: 28pt; /*32pt*/
	    line-height: 30px;
            color: #FFF; }
            .home_page .Wallop .Wallop-list .Wallop-item .bottom-bar div a:hover {
              text-decoration: none; }
			  
.home_page .Wallop .Wallop-buttonPrevious,
.home_page .Wallop .Wallop-buttonNext {
    position: absolute;
    background-color: #9e1b34;
    border: 1px solid #9e1b34;
    opacity: 0.7;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    padding: 10px 20px 10px 20px;
    top: 40%;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;

	width: 64px;
	height: 64px;
}

.home_page .Wallop .Wallop-buttonPrevious {
	background-image: url("images/bulta_right.png");
}

.home_page .Wallop .Wallop-buttonNext {
	background-image: url("images/bulta_left.png");
}
	  
      .home_page .Wallop .Wallop-buttonPrevious:focus,
      .home_page .Wallop .Wallop-buttonNext:focus {
        outline: 0; }
      .home_page .Wallop .Wallop-buttonPrevious:hover,
      .home_page .Wallop .Wallop-buttonNext:hover {
        background-color: #AF1F3C;
        border: 1px solid #9e1b34; }
    .home_page .Wallop .Wallop-buttonPrevious {
      left: 0px; }
    .home_page .Wallop .Wallop-buttonNext {
      right: 0px; }
  .home_page .hover_cursor_ani:hover,
	.post-accordion .panel-heading:hover {
    background-color: #F2F2F2;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer; }

.about-page .hidden_content {
  display: none; }
.about-page .video-post-item {
  margin-top: 10px;
  margin-bottom: 10px; }
.about-page .show_hide_vi {
  padding: 12px 40px 12px 40px;
  background-color: #FFF;
  border: 1px solid #CC2A35;
  color: #CC2A35;
  font-family: "Arsenal Regular";
  letter-spacing: 1px;
  font-size: 20px;
  transition: background-color 0.2s;
  display: block;
  text-align: center;
  margin: 0 auto;
  /* this will center  it */
  position: relative; }
.about-page .show_hide_vi:hover {
  background-color: #CC2A35;
  background: rgba(204, 79, 80, 0.1);
  transition: background-color 0.2s; }
.about-page .show_hide_vi:focus {
  outline: 0; }
.about-page .mid-crumb {
  text-align: right; }

.show_gallery_link {
	border: 1px solid #CC2A34;
    background-color: #CC2A34;
    text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}

.show_gallery_link:hover {
	cursor: pointer;
	background-color: #D82D38;
	border: 1px solid #D82D38;
}

.show_gallery_link a {
  color: #FFF;
  font-family: 'Fontsaddict';
  font-size: 18px; }

.post_header_date a {
  font-family: 'Arsenal Regular';
  font-size: 20px;
  color: #000;
  padding-right: 15px;
  color: #7F7F7F; }
.post_header_date .selected_year {
  text-decoration: underline; }

.custom-page-layout .col-xs-3 {
  padding-bottom: 20px; }
  .custom-page-layout .col-xs-3 img {
    padding-bottom: 5px;
    width: 100%; }
  .custom-page-layout .col-xs-3 span {
    font-family: 'Arsenal Regular';
    font-size: 20px;
    color: #000; }
    .custom-page-layout .col-xs-3 span:hover {
      text-decoration: none; }
.custom-page-layout .big-boxes > div {
  border: 1px solid #EFEFEF;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Arsenal Regular';
  font-size: 20px; }
  .custom-page-layout .big-boxes > div a {
    color: #7F7F7F; }
    .custom-page-layout .big-boxes > div a:hover {
      text-decoration: none; }

#searchformcustom {
  display: none;
  text-align: center;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Arsenal Regular';
  font-size: 24pt; }
  
 #searchformcustom .search-field{
	padding: 18px 5px 17px 5px;
	max-width: 475px;
	margin: 0 auto;
 }
 
 #searchformcustom .seperator-line > div {
	 padding: 0px;
 }
 
  #searchformcustom .seperator-line > div > hr {
	  margin-bottom: 0px;
	  margin-top: 0px;
  }
  
  .icon-search:hover {
	  cursor: pointer;
  }
  
  #searchformcustom .icon-search {
    float: none; 
	padding-top: 7px;
	}

    #searchformcustom .icon-search:before {
      font-size: 40px;
      color: #7E7E7E; }
  #searchformcustom ul {
    list-style: none; }
    #searchformcustom ul li {
      display: inline;
      float: left; }
      #searchformcustom ul li input {
        border: 0; }

.time-line-content::-webkit-scrollbar {
  display: none; }

.time-line-content::-moz-scrollbar {
  display: none; }

.time-line-content {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -moz-scrollbars-horizontal;
  overflow: hidden;
  height: 640px;
  height: 75vh;
  width: 100%; }
  .time-line-content img {
    max-width: 310px;
    height: auto; }
  .time-line-content .time-line-inner {
    width: 100%;
    height: 100%;
    margin-left: 15px;
    overflow: auto; }
    .time-line-content .time-line-inner .row:first-child {
      margin-top: 20px; }
  .time-line-content .time-line-inner::-webkit-scrollbar {
    display: none; }
  .time-line-content .right-block-img {
    padding-left: 30px; }
  .time-line-content .left-block-img {
    float: right;
    padding-right: 30px; }
  .time-line-content .col-left-line {
    border-left: 1px solid red;
    height: 200px; }
  .time-line-content .col-right-line {
    border-right: 1px solid red;
    height: 200px; }
  .time-line-content .hor-right-line:before {
    content: "";
    position: absolute;
    bottom: 45%;
    width: 40px;
    border-bottom: 2px solid red;
    right: 0px; }
  .time-line-content .hor-right-line .header-text {
    padding-bottom: 5px;
    color: #7D7D7D;
    text-transform: uppercase;
    font-family: 'Arsenal Regular';
    font-size: 12pt; }
  .time-line-content .hor-right-line .footer-text {
    padding-top: 5px;
    color: #000;
    font-family: 'Arsenal Regular';
    font-size: 20px; }
  .time-line-content .hor-left-line::before {
    content: "";
    position: absolute;
    bottom: 45%;
    width: 40px;
    border-bottom: 2px solid red;
    left: 0px; }
  .time-line-content .hor-left-line .header-text {
    padding-bottom: 5px;
    color: #7D7D7D;
    text-transform: uppercase;
    font-family: 'Arsenal Regular';
    font-size: 12pt; }
  .time-line-content .hor-left-line .footer-text {
    padding-top: 5px;
    color: #000;
    font-family: 'Arsenal Regular';
    font-size: 20px; }
  .time-line-content .top-flag-ico {
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid red;
    position: absolute;
    left: 0px; }
  .time-line-content .top-flag-ico p {
    color: #fff;
    font-size: 32px;
    text-align: center;
    top: -23px;
    left: -90px;
    position: relative;
    width: 93px;
    height: 93px;
    margin: 0px; }

.comments-area .comment-list {
  list-style-type: none;
  padding-left: 0px; }
  .comments-area .comment-list .comment-content {
    padding-left: 75px; }
.comments-area .comment-meta .comment-author img {
  border-radius: 50%; }
.comments-area .comment-metadata {
  float: right; }

.abc li {
  background-color: red; }
  .abc li #as {
    margin-top: 1px; }
    .abc li #as:hover {
      margin-top: 2px;
      /*   */ }
	  
	.menu-main-menu-container {
		padding-left: 30px;
	}
	
	.menu-main-menu-container > ul  > li  > a  {
		font-size: 20px;
	}

  /* mobile main menu */
  .inner-mobile-menu .menu-main-menu-container {
    padding-left: 0px;
  }

  .inner-mobile-menu .menu-main-menu-container ul {
    list-style-type: none;
    padding-left: 0px;
    text-align: center;
  }

  .inner-mobile-menu .menu-main-menu-container ul li {
    padding: 15px;
  }

  .inner-mobile-menu .menu-main-menu-container > ul > li {
    border-bottom: solid #EFEFEF;
  }

  .inner-mobile-menu .menu-main-menu-container ul li a {
    text-transform: uppercase;
    color: #7E7E7E;
    font-family: "Arsenal Regular";
  }

  .inner-mobile-menu .menu-main-menu-container .menu-item-has-children {
    padding: 15px 0px 15px 0px;
  }

  .inner-mobile-menu .menu-main-menu-container .menu-item-has-children .sub-menu a {
    font-size: 16px;
  }

.fancybox-type-iframe .fancybox-nav {
  width: 60px; }
  .fancybox-type-iframe .fancybox-nav span {
    visibility: visible;
    opacity: 0.5; }
.fancybox-type-iframe .fancybox-nav:hover span {
  opacity: 1; }
.fancybox-type-iframe .fancybox-next {
  right: -60px; }
.fancybox-type-iframe .fancybox-prev {
  left: -60px; }

.own_reg_form #own_reg_capcha_img {
  height: 45px;
  margin-top: 15px; }
.own_reg_form input[type=text] {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "PTSerif";
  padding: 10px; }
.own_reg_form textarea {
  width: 100%;
  height: 100%;
  max-height: 300px;
  margin-top: 15px;
  font-family: "PTSerif";
  padding: 12px; }
.own_reg_form input[type=button] {
  padding: 12px 40px 12px 40px;
  background-color: #9E1B34;
  border: none;
  color: #FFF;
  font-family: "PTSerif";
  letter-spacing: 1px;
  font-size: 20px;
  transition: background-color 0.2s;
  display: block;
  text-align: center;
  margin: 0 auto;
  /* this will center  it */
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px; }
.own_reg_form input[type=button]:focus {
  outline: 0; }
.own_reg_form input[type=button]:hover {
  background-color: #F73646;
  transition: background-color 0.2s; }
.own_reg_form .own_reg_about {
  font-family: "Arsenal Regular";
  font-size: 20px; }

/* Footer modal message */
#overlay_message {
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  background-color: rgba(1, 1, 1, 0.3); }
  #overlay_message div {
    width: 400px;
    margin: 100px auto;
    background-color: #fff;
    border: 1px solid #000;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 40%;
    transform: translateY(-40%); }
    #overlay_message div p {
      font-family: "Arsenal Regular";
      font-size: 20px;
      font-weight: 400; }
  #overlay_message .close_button {
    padding: 4px 10px 4px 10px;
    border: 1px solid #CC2A35;
    background-color: #CC2A35;
    color: #FFF;
    transition: background-color 0.2s; }
    #overlay_message .close_button:hover {
      border: 1px solid #F73646;
      background-color: #F73646;
      cursor: pointer; }

	  .search-page-block {
		  max-width: 800px;
		  margin: 0 auto;
	  }
	  
.search-results-set img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 7px;
}

.search-results-set article {
	padding-top: 5px;
}

.paging-navigation .nav-links {
	margin-bottom: 100px;
	font-size: 0;
}

.paging-navigation .nav-links a {
	color: #B5B5B5;
}

.paging-navigation .nav-links .page-numbers {
	padding: 15px 20px 15px 20px;
	border: 1px solid #EEE;
	color: #B5B5B5;
	font-family: "Arsenal Regular";
	font-size: 20px;
}

.paging-navigation .nav-links .page-numbers:hover,
.paging-navigation .nav-links .page-numbers:focus {
	text-decoration: none;
}

.paging-navigation .nav-links .current {
	background-color: #9E1B34;
	color: #FFF;
}

.search_container {
	text-align: center;
}

.search-page-content h1, .search-page-content .entry-title .entry-meta {
  font-family: "Arsenal Regular";
  font-size: 32px;
  line-height: 38px;
 }
 
.search-page-content h1 a, .search-page-content .entry-title .entry-meta a {
	color: #9E1B34 ;
    text-decoration: none; 
}

  .search-page-content h1 .date, .search-page-content .entry-title .entry-meta .date {
    color: #AC7477;
    padding-right: 5px; }
.search-page-content .entry-summary p {
  font-family: "PTSerif";
  font-size: 20px; }
.search-page-content .tags-links a, .search-page-content .categories-links a, .search-page-content .author a {
  color: #818181;
  padding-right: 5px; }
.search-page-content .nav-links .nav-previous, .search-page-content .nav-links .nav-next {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left; }
  .search-page-content .nav-links .nav-previous a, .search-page-content .nav-links .nav-next a {
    font-family: "Arsenal Regular";
    font-size: 24px;
    padding: 10px;
    border: 1px solid #E0E0E0; }
.search-page-content .post_split_line {
  margin-top: 20px;
  margin-bottom: 30px; 
  border-color: #FFF; /* Temporary remove search results splitting line */
  }

.search-page-content .search-top-bar {
  margin-bottom: 10px;
  margin-top: 10px; }
  
 .search-page-content .search-top-bar .page-title {
	 max-width: 475px;
	 width: 100%;
	 margin: 0 auto;
 }
  
  .search-page-content .search-top-bar .p_search_button {
    float: left;
	padding-top: 14px;
    width: 90px;
	color: #7E7E7E;
    height: 60px;}

  .search-page-content .search-top-bar .p_search_button:hover {
    cursor: pointer;
     }

  .search-page-content .search-top-bar .p_search_field {
    float: left;
    color: #000;
	font-family: 'Arsenal Regular';
    width: 80%;
	border: 0px;
    padding: 10px 15px 10px 15px; }
.search-page-content .search-result-info {
  margin-bottom: 40px; }

.mejs-container {
  margin-left: 0px; }

.y-video-container {
  position: inherit; }
  .y-video-container iframe {
    margin: 10px; }

.social-mid-content {
  max-width: 600px;
  margin: 0 auto; }
  .social-mid-content #draugiemLike {
    float: left; }
  .social-mid-content .fb-share-button {
    float: left; }
  .social-mid-content .twitter-share-button {
    float: left; }

@media (max-width: 1390px) {
  .nav-menu li > a {
    font-size: 11pt; }
  .nav-menu .menu-item:nth-child(4) > a, .nav-menu .menu-item:nth-child(5) > a, .nav-menu .menu-item:nth-child(6) > a {
    /*font-size: 11pt;*/ }

  .site-header .search-form-top .search-field-top {
    font-size: 11pt; }

  .language_switcher li a {
    font-size: 12pt; } }
@media (max-width: 1200px) {
  .menu-main-menu-container .nav-menu li {
    display: inline-block;
    position: relative;
	padding-left: 15px;
    margin-right: 30px; 
  }

    .menu-main-menu-container .nav-menu li:nth-child(4), .menu-main-menu-container .nav-menu li:nth-child(5), .menu-main-menu-container .nav-menu li:nth-child(6), .menu-main-menu-container .nav-menu li:nth-child(7), .menu-main-menu-container .nav-menu li:nth-child(8) {
      margin-left: 0px;
      margin-right: 15px; }

      .home_page .big-boxes {
        margin-right: 0px;
        margin-left: 0px;
      }

      .home_page .big-boxes .col-md-12 {
        padding-right: 0px;
        padding-left: 0px;
      }
 }

@media (max-width: 995px) {
  .menu-main-menu-container {
    /*left: 0px;
	   padding-left: 0px;
    position: absolute;
    z-index: 9999;
    background-color: rgba(239, 239, 239, 0.9);
    width: 100%;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8; */
  }

  .inner-mobile-menu {
    display: block;
  }
	
	.nav-menu .menu-item-has-children .sub-menu a:hover {
			border-bottom: 0;
	}

  .site-title {
    font-size: 30pt; }

  /* Small menu */
  .menu-toggle-container {
    border-left: 1px solid #EFEFEF; }

  .menu-toggle {
    cursor: pointer;
    display: inline-block;
    font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
    padding-left: 20px;
    padding-right: 0px; }

  .menu-toggle:before {
    font-family: 'Fontsaddict';
    content: "\e801";
    font-size: 30px; }

  .site-header .search-form-top {
    top: 3px; }

  /*.language_switcher {
    bottom: 0px;
    height: 100% !important;
    margin-bottom: 0px; }
    .language_switcher li {
	  padding-top: 40px !important; }*/

    .read_speaker_top_nav {
      /*display: none; */
      right: 110px !important;
    }

    /*.index_page_bottom_rspeak_btn {
      display: block !important;}
*/
  .header-image {
    margin-top: 30px; }

  .menu-toggle,
  .menu-toggle:hover,
  .menu-toggle:focus,
  .menu-toggle:active {
    background: none;
    border: none;
    color: #7F7F7F; }

  .menu-toggle:focus {
    outline: thin dotted; }
  .menu-toggle:after {
    /*font-family: 'Fontsaddict';
    content: "\e80d";
    @include font-size(12px);
    padding-left: 8px;
    vertical-align: -4px;*/ }

  .toggled-on .menu-toggle {
    background-color: rgba(239, 239, 239, 0.9); }
  .toggled-on .menu-toggle:after {
    content: ""; }
  .toggled-on .nav-menu, .toggled-on .nav-menu > li {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 100%; }
  .toggled-on .current-menu-ancestor > a {
    border-bottom: 0px; }
  .toggled-on .nav-menu, .toggled-on .nav-menu > li:last-child {
    border-bottom: none; }
  .toggled-on li, .toggled-on .children {
    display: block; }
  .toggled-on .nav-menu li > ul {
    background-color: transparent;
    display: block;
    float: none;
    margin-left: 0px;
    position: relative;
    left: auto;
    top: auto; }
    .toggled-on .nav-menu li > ul a {
      color: #141412;
      width: 100% !important; }
  .toggled-on .nav-menu li:hover > a, .toggled-on .nav-menu .children a {
    background-color: transparent;
    color: #141412; }
  .toggled-on .nav-menu .menu-item:nth-child(4) {
    margin-left: 0px; }
  .toggled-on .toggled-on .nav-menu > li a:focus,
  .toggled-on .toggled-on .nav-menu > ul a:focus {
    background-color: #220e10;
    color: #fff; }

  ul.nav-menu,
  div.nav-menu > ul {
    display: none; }

  .menu-item:nth-child(2):before {
    left: -18px; }

  .nav-menu li:before {
    content: none !important; }
  .nav-menu li:nth-child(1) > a:before {
    font-family: 'Fontsaddict';
    content: "\e801";
    padding-right: 10px; }
  .nav-menu li:nth-child(2) > a:before {
    font-family: 'Fontsaddict';
    content: "\e802";
    padding-right: 10px; }
  .nav-menu li:nth-child(3) > a:before {
    font-family: 'Fontsaddict';
    content: "\e803";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    padding-right: 12px; }
  .nav-menu li {
    border-bottom: 1px solid #BFBFBF; }
    .nav-menu li a {
      font-size: 20px;
      text-align: center;
      padding-top: 17px;
      padding-bottom: 17px;
      border-bottom: 0px; }
      .nav-menu li a:hover {
        border-bottom: 0px;
        color: #141412; }
  .nav-menu .current_page_item a {
    color: #141412;
    border-bottom: 0px; }
  .nav-menu .menu-item:nth-child(4) > a, .nav-menu .menu-item:nth-child(5) > a, .nav-menu .menu-item:nth-child(6) > a {
    /*font-size: 14px;*/ }
  .nav-menu .sub-menu li {
    width: 100%;
    margin: 0px !important;
    border-bottom: none;
    display: block; }
    .nav-menu .sub-menu li a:before {
      content: none;
      width: 100% !important;
      text-align: center; } }
@media (max-width: 478px) {
  .site-header .search-form-top {
    position: relative;
    right: 0px;
    width: 100%;
    display: none; }
	
    .site-header .search-form-top input {
      width: 100%; }

  .search_button {
    display: block; } 

  .object-acc-text {
    font-size: 18px;
  }
  }

@media (max-width: 700px) {
  .home_page .Wallop .Wallop-list .Wallop-item .bottom-bar div a {
    font-size: 18px;
  }

  .home_page #searchform input {
    width: 60%;
  }
}

@media (max-width: 998px) {
  .own_reg_form #own_reg_chapcha {
    max-width: 200px; }

	.big-menu-object .row .col-xs-2 {
		width: 33.333%;
	}

  .home_page .Wallop .Wallop-list .Wallop-item .bottom-bar div a {
    font-size: 24px;
  }

  .fade-anchor {
    bottom: 55px;
  }
	}

@media (max-width: 1200px) {
  .map-menu {
    position: absolute; }
    .map-menu .small-menu-button {
      display: block;
      float: left;
      width: 100%; }
    .map-menu #map_menu {
      display: none; }
    .map-menu .map-menu-items {
      margin: 0; 
	  width: 100%;
	}

    .map-menu .map-menu-items li {
        margin-bottom: 5px;
        margin-top: 5px;
        width: 100%; 
		padding-right: 15px;
		text-align: center;
	}
		
		.map-menu .map-menu-items .small-menu-button li {
			text-align: right;
		}

        .map-menu .map-menu-items li a {
          font-size: 12pt; } }
@media (max-width: 1225px) {
	.home_page .big-boxes .colm-66 {
		width: 100% !important;
	}

	.home_page .big-boxes .colm-3 {
		width: 100% !important;
	}
	
  .site-footer .col-md-8, .site-footer .col-md-4 {
    width: 100% !important; }
  .site-footer .footer-mid .float-mid-600 {
    margin: 0 auto;
    max-width: 600px; }
    .site-footer .footer-mid .float-mid-600 .advise_button {
      width: 100%; }
  .site-footer .footer-mid .advise_button {
    float: none;
    margin-top: 15px;
    padding: 11px 0px 11px 0px; }
  .site-footer .footer-mid form label {
    width: 100%;
    text-align: center; }
  .site-footer .footer-mid form input[type="text"] {
    margin-left: 0px;
    width: 100%; }
  .site-footer .footer-mid form input[type="submit"] {
    margin-top: 15px;
    width: 100%; } }
@media (max-width: 471px) {
  .site-footer .footer-mid form input[type="submit"] {
    font-size: 12pt; }
  .site-footer .footer-mid form input[type="text"] {
    font-size: 12pt; }
  .site-footer .footer-mid form label {
    font-size: 16pt; }
  .site-footer .footer-mid .advise_button {
    font-size: 12pt; } }
@media (max-width: 768px) {
  .time-line-content {
    margin-top: 10px; }
    .time-line-content .top-flag-ico {
      display: none; }
    .time-line-content .col-left-line, .time-line-content .col-right-line {
      height: auto;
      border-left: none;
      border-right: none; }
    .time-line-content .left-block-img:before,
    .time-line-content .right-block-img:before,
    .time-line-content .hor-right-line::before,
    .time-line-content .hor-left-line::before {
      content: none; }
    .time-line-content .col-left-line:before,
    .time-line-content .col-right-line:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      border-left: 2px dotted #ff0000;
      background-color: red;
      right: auto;
      width: auto;
      z-index: -1; }
    .time-line-content .left-block-img,
    .time-line-content .right-block-img {
      float: none;
      padding: 0px;
      text-align: center;
      padding-top: 15px;
      border-bottom: 0; }
      .time-line-content .left-block-img:after,
      .time-line-content .right-block-img:after {
        z-index: 9; }
      .time-line-content .left-block-img img,
      .time-line-content .right-block-img img {
        display: block;
        margin: 0 auto;
        max-width: 340px;
        width: 100%; } 
		
  .site-info {
    text-align: center;
  }

	.site-info span {
		padding-top: 45px;
    padding-right: 0px;
    width: 100%;
	}	
		}

@media (max-width: 480px) {
  .left-block-img,
  .right-block-img,
  .hor-right-line,
  .hor-left-line {
    float: none; 
  }

  .left-block-img,
  .right-block-img {
    padding: 0; 
  }
    
  .left-block-img img,
  .right-block-img img {
    width: 100%;
    max-width: none; 
  }

  .top-flag-ico {
    display: none; 
  } 

  .icon_facebook,
  .icon-search,
  .search_button {
    display: none;
  }

  .language_switcher li {
    margin-right: 10px;
  }
}

@media (max-width: 1320px) {
  .home_page .home_img_title {
    max-width: 580px;
    font-size: 32px; }
  .home_page .nav_bar_left a, .home_page .nav_bar_right a {
    top: 20%; } }
@media (max-width: 1200px) {
  .page .site-main {
    padding-left: 0px;
    padding-right: 0px; }
    .page .site-main .home_page .home-menu-item {
      padding-top: 17px;
      padding-bottom: 17px; } }
@media (max-width: 992px) {
	.facebook_toggle .icon_facebook {
		right: 220px;
		top: 30px;
	}
	
  .home_page {
    margin-right: 0px;
    margin-left: 0px; }
    .home_page .home-menu-item {
      padding-top: 17px;
      padding-bottom: 17px;
      margin-left: 0px;
      border-right: none; }
    .home_page .home_img_title {
      position: absolute;
      font-size: 16px;
      max-width: 330px; } }
@media (max-width: 768px) {
  .y-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }

  .y-video-container iframe,
  .y-video-container object,
  .y-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .y-video-container img,
  .y-video-container iframe,
  .y-video-container object,
  .y-video-container embed {
    max-width: 100%; } }
@media (max-width: 995px) {
  .post-middle-content, .post-middle-content ul li {
    font-size: 14pt; }

  h1 {
    font-size: 28pt; } }
.site {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1200px; }
  .site border {
    left: 1px solid #f2f2f2;
    right: 1px solid #f2f2f2; }
  .site .site-main {
    max-width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF; }
  .site .middle-page-content {
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    /*padding-top: 40px;*/ }
	.panel-block {
		padding-left: 25px;
		/*padding-bottom: 15px;*/
	}

  .site .middle-page-content p, .site .middle-page-content .post-accordion {
    margin-bottom: 10pt;
    font-family: 'PTSerif'; 
  }

  .about-page .about-container,
  .about-page .about-container ul li,
  .about-page-custom .post-middle-content p,
  .about-page-custom .post-middle-content ul li {
    font-size: 14pt;
  }

  .site .middle-page-content .post-accordion p {
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

      .site .middle-page-content p .panel, .site .middle-page-content .post-accordion .panel {
        border: 0px; }
	.site .middle-page-content p .panel, .site .middle-page-content .post-accordion .panel .panel-collapse{
		text-align: center;
	}

  .site .err-404-block {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px; }
  .site .footerhr_span {
    height: 50px; }
  .site .col-without-padding {
    padding-left: 0px;
    padding-right: 0px; }

.colm-2 {
  width: 50%;
  float: left; }

.colm-3 {
  width: 33.333333%;
  float: left; }

.colm-66 {
  width: 66.666666%;
  float: left; }

.colm-33 {
  width: 33.333333%;
  float: left; }

@media (max-width: 992px) {
  .colm-2, .colm-3, .colm-33, .colm-66 {
    width: 100%; } }
	
.format-txt {
	margin-left: 25px;
    /*line-height: 1.8px;*/
    margin-top: 10px;
    margin-bottom: 25px;
}

.format-txt .camera-bk {
	text-align: left;
}

.format-txt a:hover {
	cursor: pointer;
}

.format-txt p {
	color: #000;
  text-decoration: none;
	margin-bottom: 0 !important; /* need fix this! */
}

.format-txt a,
.format-txt a p  {
  color: #337ab7;
}

/*.format-txt .youtube_video,
.format-txt .fancybox-button {
  color: #000;
}*/

.periodika-txt:hover,
.format-txt .youtube_video {
	color: #337ab7;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}

.mejs-container {
	padding-top: 56.25%;
}

.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}

video.wp-video-shortcode {
	position: relative;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.mejs-controls {
	display: none;
}

.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

.home_page .big-boxes .colm-66, .home_page .big-boxes .colm-33, .home_page .big-boxes .colm-3 { border-right: 1px solid #EFEFEF; border-bottom: 1px solid #EFEFEF; } .home_page .big-boxes .colm-33:last-child, .home_page .big-boxes .colm-3:last-child { border-right: 0; }

.home_page .big-boxes .colm-66 {
	width: 100%;
}

.home_page .big-boxes .colm-3 {
	width: 25%;
}

/* Hack, hide author for PDF file */
viewer-pdf-toolbar #title {
  display: none !important;
}

.none-margin {
  margin: 0px;
}

.none-padding {
  padding: 0px;
}

/* Readspeaker */
.rs_addtools .rsbtn_play, .rsbtn .rsbtn_play  {
	background: rgb(255, 255, 255) !important;
	border: none !important;
}

.rs_addtools .rsbtn_toolpanel .rsbtn_tools, .rsbtn .rsbtn_toolpanel .rsbtn_tools  {
	background: rgb(235, 235, 235) !important;
	border: none !important;
}

.rs_addtools .rsbtn_play:active .rsbtn_right::before, .rs_addtools .rsbtn_play:active .rsbtn_text, .rs_addtools .rsbtn_play:active .rsbtn_text span, .rsbtn .rsbtn_play:active .rsbtn_right::before, .rsbtn .rsbtn_play:active .rsbtn_text, .rsbtn .rsbtn_play:active .rsbtn_text span {
    color: #000 !important;
}

.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text span, .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span ,
.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text, .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text {
	color: #ffffff !important;
}

.rs_addtools .rsbtn_play .rsbtn_right, .rsbtn .rsbtn_play .rsbtn_right,
.rs_addtools .rsbtn_play:hover .rsbtn_right::before, .rsbtn .rsbtn_play:hover .rsbtn_right::before {
	color: #ffffff !important;
}

.rs_addtools .rsbtn_play, .rsbtn .rsbtn_play  {
	background: #4b586b !important;
	border: none !important;
}

.rs_addtools .rsbtn_toolpanel .rsbtn_tools, .rsbtn .rsbtn_toolpanel .rsbtn_tools  {
	 background: #4b586b !important; 
	border: none !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item {
	border-left: none !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner{
	background: rgb(246, 249, 252);
	border: none !important;
}

.read_speaker_top_nav {
  position: absolute;
  right: 0;
  margin-left: 38px;
  margin-right: 105px;
  float: left;
  padding-top: 50px;
  padding-left: 0px;
  max-width: 180px;
}

.index_page_bottom_rspeak_btn {
  display: none;
}

.read_speaker_top_nav .rsbtn.rsexpanded .rsbtn_exp .rsbtn_exp_inner {
  /*overflow: hidden;*/
  height: auto !important;
}

.rs-player-loadindicator {
  left: 0px !important;
}

.rsbtn_toolcontainer{
  background-color: rgb(237, 235, 235) !important;
}

.rs_override {
  position: inherit !important;
  left: -160px !important;
}

.no-higlight {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  user-select: none; /* Standard syntax */
  outline: none;
}

.no-higlight:focus {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  user-select: none; /* Standard syntax */
  outline: none;
}

.no-higlight::-moz-focus-inner {
  border:0;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  user-select: none; /* Standard syntax */
  outline: none;
}
