/*
	========================================
	DANISH PORTFOLIO & BLOG TEMPLATE
	========================================
	
	Theme URI		: http://templateninja.net/themes/danish
	Author			: TemplateNinja
	Author-URI 		: http://templateninja.net
	Version			: v1.2.1
	Date-create		: June 22, 2013
	Last-update		: August 19, 2016

*/
/*
	========================================
	TABLE OF CONTENTS
	========================================

	[0. IMPORT SOURCE]
	[1. GLOBAL STYLE]
	[2. TYPOGRAPHY]
	[3. COMPONENT]
		[3.1 BUTTON]
		[3.2 SOCIAL ICON]
		[3.3 VIDEO]
		[3.4 SEARCH FORM]
		[3.5 MAP]
	[4. MAIN NAVIGATION]
	[5. HEADER]
	[6. FEATURED CATEGORY]
	[7. CONTENT]
	[8. INFINITE SCROLL]
	[9. MEDIA]
		[9.1 SMILEY]
		[9.2 CAPTIONS]
	[10. POST]
		[10.1 POST FORMAT]
		[10.2 POST SINGLE]
		[10.3 RELATED POST]
	[11. COMMENT]
		[11.1 COMMENT LIST]
		[11.2 COMMENT FORM]
	[12. PAGINATION & NAVIGATION]
	[13. ACCESSIBILITY]
	[14. ALIGNMENTS]
	[15. SIDEBAR]
	[16. PORTFOLIO]
	[17. PARTNER]
	[18 GALLERIES]
	[19. FOOTER]
	[20. COPYRIGHT]

*/
/*
	===========================
	[0. IMPORT SOURCE]
	===========================
*/
/*
Theme Name: Danish
Author: TemplateNinja
Description: Variables and mixin for danish theme
*/
/*
	========================================
	TABLE OF CONTENT
	========================================
	
	[1. URL]
	[2. FONT]
	[3. COLOR]
	[4. MIXIN]

*/
/*
	============================
	[1. URL]
	*
	* ex : @{imgurl}/your-image-name.jpg
	*
	============================
*/
/*
	============================
	[2. FONT]
	============================
*/
/*
	============================
	[3. COLOR]
	============================
*/
/*
	============================
	[4. MIXIN]
	============================
*/
/*
	===========================
	[1. GLOBAL STYLE]
	===========================
*/
body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #6b6e80;
  background: #f4f4f4;
  scrollbar-face-color: #2b2b2b;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #3eb027;
}
::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: #3eb027;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #3eb027;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #2b2b2b;
}
::-webkit-scrollbar-thumb {
  background-color: #6b6e80;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: #2b2b2b;
}
a {
  color: #3ba825;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a:hover {
  color: #287119;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
pre::-webkit-scrollbar,
.pre-scrollable::-webkit-scrollbar {
  width: 6px !important;
}
pre::-webkit-scrollbar-track,
.pre-scrollable::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
pre::-webkit-scrollbar-thumb,
.pre-scrollable::-webkit-scrollbar-thumb {
  background-color: #caccd3;
}
pre::-webkit-scrollbar-button,
.pre-scrollable::-webkit-scrollbar-button {
  display: none;
}
pre::-webkit-scrollbar-corner,
.pre-scrollable::-webkit-scrollbar-corner {
  background-color: #e6e6e6;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 45px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #5f6272;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  color: #2c7e1c;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: none;
}
textarea {
  height: auto !important;
}
input[type="submit"],
button {
  padding: 6px 12px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*	background-color: @theme-color;
	border: 1px solid darken(@theme-color, 10%);
	color: @white;*/
}
input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus,
input[type="submit"]:active,
button:active {
  background-color: #2f861e;
  border-color: #2c7e1c;
}
/*
	===========================
	[2. TYPOGRAPHY]
	===========================
*/
h1 {
  font-size: 30px;
  line-height: 34px;
  font-family: 'blogger_sansmedium', sans-serif;
}
h2 {
  font-size: 26px;
  line-height: 30px;
  font-family: 'blogger_sansmedium', sans-serif;
}
h3 {
  font-size: 22px;
  line-height: 28px;
  font-family: 'blogger_sansmedium', sans-serif;
}
h4 {
  font-size: 18px;
  line-height: 26px;
}
h5 {
  font-size: 16px;
  line-height: 24px;
}
h6 {
  font-size: 13px;
  line-height: 22px;
}
hr {
  border-top-color: #f7f7f7;
}
.page-title {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
}
.page-title h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c3e50;
}
.page-title h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 80px;
  height: 3px;
  margin-left: -40px;
  background-color: #2c7e1c;
}
.heading-title {
  display: block;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.heading-title h2 {
  color: #5f6272;
  font-weight: 700;
  text-align: left;
  font-size: 30px;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 30px;
}
.heading-title.heading-small h2 {
  color: #5f6272;
  font-weight: 400;
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
.heading-title h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
  color: #2c3e50;
}
.heading-title h1 a,
.heading-title h2 a,
.heading-title h3 a {
  color: #2c3e50;
}
.heading-title h1 a:hover,
.heading-title h2 a:hover,
.heading-title h3 a:hover,
.heading-title h1 a:focus,
.heading-title h2 a:focus,
.heading-title h3 a:focus {
  text-decoration: none;
  color: #858899;
}
.page-header {
  margin: 0 0 40px;
  border-bottom: 1px solid #e6e6e6;
}
.page-header .page-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  border-bottom: none;
  color: #2b2b2b;
}
.taxonomy-description {
  text-align: center;
}
.text-capitalize {
  text-transform: capitalize;
}
/*
	===========================
	[3. COMPONENT]
	===========================
*/
/*
	===========================
	[3.1 BUTTON]
	===========================
*/
.btn,
.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.btn-danish {
  color: #fff;
  background-color: #3eb027;
  border-color: #2c7e1c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-danish:hover,
.btn-danish:focus,
.btn-danish:active,
.btn-danish.active,
.open > .dropdown-toggle.btn-danish {
  color: #fff !important;
  background-color: #287119;
  border-color: #287119;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-danish:active,
.btn-danish.active,
.open > .dropdown-toggle.btn-danish {
  background-image: none;
}
.btn-danish.disabled,
.btn-danish[disabled],
fieldset[disabled] .btn-danish,
.btn-danish.disabled:hover,
.btn-danish[disabled]:hover,
fieldset[disabled] .btn-danish:hover,
.btn-danish.disabled:focus,
.btn-danish[disabled]:focus,
fieldset[disabled] .btn-danish:focus,
.btn-danish.disabled:active,
.btn-danish[disabled]:active,
fieldset[disabled] .btn-danish:active,
.btn-danish.disabled.active,
.btn-danish[disabled].active,
fieldset[disabled] .btn-danish.active {
  background-color: #287119;
  border-color: #287119;
}
.btn-danish .badge {
  color: #3eb027;
  background-color: #fff;
}
/*
	===========================
	[3.2 SOCIAL ICON]
	===========================
*/
.social-icon {
  display: block;
  list-style-type: none;
  margin-top: 10px;
  padding: 0 !important;
}
.social-icon > li {
  display: inline-block;
}
.social-icon > li > a {
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  color: #11181f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #d9d9d9;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.social-icon > li > a:hover,
.social-icon > li > a:focus {
  color: #fff;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.social-icon > li > a.icon-twitter:hover {
  background-color: #4099ff;
}
.social-icon > li > a.icon-facebook:hover {
  background-color: #4467ad;
}
.social-icon > li > a.icon-youtube:hover,
.social-icon > li > a.icon-google-plus:hover {
  background-color: #ff4b4b;
}
.social-icon > li > a.icon-instagram:hover {
  background-color: #6e99b2;
}
.social-icon > li > a.icon-website:hover {
  background-color: #a38671;
}
.social-icon > li:last-child a {
  margin-right: 0;
}
/*
	===========================
	[3.3 VIDEO]
	===========================
*/
.responsive-video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}
.responsive-video-container iframe,
.responsive-video-container object,
.responsive-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
	===========================
	[3.4 SEARCH FORM]
	===========================
*/
.search-form {
  position: relative;
  display: inline-table;
}
.search-form .search-field {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 90px;
  height: 46px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.search-form .search-submit {
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 5px;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #2f861e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  background-color: #3eb027;
}
.search-form .search-submit:hover,
.search-form .search-submit:focus {
  background-color: #2f861e;
  text-decoration: none;
  outline: none;
}
/*
	===========================
	[3.5 MAP]
	===========================
*/
.map {
  width: 100%;
  min-height: 300px;
  margin-top: -80px;
  margin-bottom: 40px;
}
/*
	===========================
	[4. MAIN NAVIGATION]
	===========================
*/
.site-header {
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-header.header-dark {
  background-color: #404040;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-header.header-dark .site-branding .site-title {
  margin-top: 5px;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
}
.site-header.header-dark .site-branding .site-title a:hover,
.site-header.header-dark .site-branding .site-title a:focus {
  text-decoration: none;
  color: #fff;
}
.site-header.header-dark .site-branding .site-title a span {
  font-weight: 400;
}
.site-header.header-dark .site-branding .site-title.title-image {
  margin-top: 0;
  margin-bottom: 5px;
}
.site-header.header-dark .site-branding .site-title.title-image img {
  height: 30px;
  width: auto;
  margin-bottom: 5px;
}
.site-header.header-dark .site-branding .site-description {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 37.5em) {
  .site-header.header-dark .site-branding .site-title {
    position: relative;
    z-index: 4;
    padding-top: 0;
    margin-top: 12px;
  }
  .site-header.header-dark .site-branding .site-title.title-image {
    margin-top: 12px;
  }
  .site-header.header-dark .site-branding .site-title.title-image img {
    height: 25px;
    width: auto;
  }
  .site-header.header-dark .site-branding .site-description {
    display: none;
  }
}
.site-header.header-dark .main-navigation ul > li {
  padding-top: 20px;
  padding-bottom: 18px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-header.header-dark .main-navigation ul > li:hover > a,
.site-header.header-dark .main-navigation ul > li.focus > a {
  position: relative;
  color: #3eb027;
}
.site-header.header-dark .main-navigation ul > li:hover > a::after,
.site-header.header-dark .main-navigation ul > li.focus > a::after {
  content: '';
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  border-bottom: 2px dashed #fff;
}
.site-header.header-dark .main-navigation ul ul {
  background-color: #404040;
  color: #5f6272;
}
.site-header.header-dark .main-navigation ul ul li {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.header-dark .main-navigation ul ul li:last-child {
  border-bottom: none;
}
.site-header.header-dark .main-navigation ul ul li:hover > ul,
.site-header.header-dark .main-navigation ul ul li.focus > ul {
  left: 100%;
}
@media screen and (max-width: 37.5em) {
  .site-header.header-dark .main-navigation ul ul li {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: none;
  }
}
.site-header.header-dark .main-navigation ul ul a {
  font-size: 13px;
  color: #fff;
}
.site-header.header-dark .main-navigation ul ul a:hover,
.site-header.header-dark .main-navigation ul ul a.focus {
  text-decoration: none;
  color: #3eb027;
  background-color: #000;
}
.site-header.header-dark .main-navigation li.menu-item-has-children a::after,
.site-header.header-dark .main-navigation li.menu-item-has-children a:hover::after,
.site-header.header-dark .main-navigation li.menu-item-has-children a:focus::after {
  content: '';
  display: none;
}
.site-header.header-dark .main-navigation li.menu-item-has-children::after {
  content: '\f107';
  font-family: 'FontAwesome';
  right: 22px;
  top: 35px;
  color: #fff;
}
.site-header.header-dark .main-navigation li.menu-item-has-children:hover,
.site-header.header-dark .main-navigation li.menu-item-has-children:focus {
  background-color: #121212;
  color: #fff;
}
.site-header.header-dark .main-navigation li.menu-item-has-children .menu-item-has-children::after {
  content: '\f105';
  font-family: 'FontAwesome';
  top: 14px;
}
.site-header.header-dark .main-navigation a {
  font-size: 14px;
  padding: 14px 25px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-header.header-dark .main-navigation .current_page_item > a,
.site-header.header-dark .main-navigation .current-menu-item > a,
.site-header.header-dark .main-navigation .current_page_ancestor > a,
.site-header.header-dark .main-navigation .current-menu-ancestor > a {
  color: #fff;
}
@media screen and (max-width: 37.5em) {
  .site-header.header-dark .main-navigation .menu-toggle {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 14px 10px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
  }
  .site-header.header-dark .main-navigation .menu-toggle:focus {
    outline: none;
  }
  .site-header.header-dark .main-navigation ul {
    float: none;
    margin-top: 85px;
    background-color: #121212;
  }
  .site-header.header-dark .main-navigation ul > li {
    padding: 6px 10px;
    margin: 0;
  }
  .site-header.header-dark .main-navigation ul > li:hover > a,
  .site-header.header-dark .main-navigation ul > li.focus > a {
    position: relative;
    color: #3eb027;
  }
  .site-header.header-dark .main-navigation ul > li:hover > a::after,
  .site-header.header-dark .main-navigation ul > li.focus > a::after {
    content: '';
    display: none;
  }
  .site-header.header-dark .main-navigation ul ul {
    margin-top: 0;
    padding-left: 10px;
    background-color: #121212;
    color: #fff;
  }
  .site-header.header-dark .main-navigation ul ul li {
    background-color: #121212;
  }
  .site-header.header-dark .main-navigation ul ul a {
    display: block;
    width: 100%;
    color: #fff;
  }
  .site-header.header-dark .main-navigation ul ul a:hover,
  .site-header.header-dark .main-navigation ul ul a.focus {
    text-decoration: none;
    color: #3eb027;
    background-color: #121212;
  }
  .site-header.header-dark .main-navigation li {
    background-color: #121212;
  }
  .site-header.header-dark .main-navigation li.menu-item-has-children {
    color: #fff;
    background-color: #121212;
  }
  .site-header.header-dark .main-navigation li.menu-item-has-children a {
    color: #fff;
  }
  .site-header.header-dark .main-navigation li.menu-item-has-children a:hover,
  .site-header.header-dark .main-navigation li.menu-item-has-children a:focus {
    color: #3eb027;
  }
  .site-header.header-dark .main-navigation li.menu-item-has-children::after {
    content: '';
    display: none;
  }
  .site-header.header-dark .main-navigation li.menu-item-has-children:hover,
  .site-header.header-dark .main-navigation li.menu-item-has-children:focus {
    background-color: #121212;
    color: #6b6e80;
  }
  .site-header.header-dark .main-navigation li.menu-item-has-children .menu-item-has-children {
    background-color: #121212;
  }
  .site-header.header-dark .main-navigation li.menu-item-has-children .menu-item-has-children::after {
    content: '';
    display: none;
  }
  .site-header.header-dark .main-navigation a {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  }
  .site-header.header-dark .main-navigation a:hover,
  .site-header.header-dark .main-navigation a:focus {
    color: #3eb027;
  }
  .site-header.header-dark .main-navigation #primary-menu {
    max-height: 300px;
    overflow-x: auto;
  }
  .site-header.header-dark .main-navigation #primary-menu::-webkit-scrollbar {
    width: 3px;
  }
  .site-header.header-dark .main-navigation #primary-menu::-webkit-scrollbar-track {
    background-color: #2b2b2b;
  }
  .site-header.header-dark .main-navigation #primary-menu::-webkit-scrollbar-thumb {
    background-color: #6b6e80;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .site-header.header-dark .main-navigation #primary-menu::-webkit-scrollbar-button {
    display: none;
  }
  .site-header.header-dark .main-navigation #primary-menu::-webkit-scrollbar-corner {
    background-color: #2b2b2b;
  }
  .site-header.header-dark .main-navigation .current_page_item > a,
  .site-header.header-dark .main-navigation .current-menu-item > a,
  .site-header.header-dark .main-navigation .current_page_ancestor > a,
  .site-header.header-dark .main-navigation .current-menu-ancestor > a {
    color: #3eb027;
  }
}
.navbar-fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.site-branding .site-title {
  position: relative;
  z-index: 10000;
  margin-bottom: 5px;
  margin-top: 0;
  padding-top: 15px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
  text-decoration: none;
}
.site-branding .site-title.title-image {
  margin-top: 0;
  margin-bottom: 15px;
}
.site-branding .site-title.title-image img {
  height: 20px;
  width: auto;
  margin-bottom: 5px;
}
.site-branding .site-description {
  opacity: 0;
  display: none;
}
@media screen and (max-width: 767px) and (min-width: 601px) {
  .site-branding .site-title,
  .site-branding .site-description {
    text-align: center;
  }
  .site-branding .site-title.title-image {
    margin-bottom: 10px;
  }
  .site-branding .site-title.title-image img {
    height: 30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .site-branding {
    position: absolute;
    left: 25px;
    top: 0;
  }
  .site-branding .site-title {
    padding-top: 5px;
  }
  .site-branding .site-title.title-image {
    margin-top: 2px;
  }
  .site-branding .site-title.title-image img {
    height: 20px;
  }
}
.main-navigation {
  clear: both;
  display: block;
  float: right;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #3eb027;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {
  color: #6b6e80;
}
.main-navigation ul ul li {
  position: relative;
}
.main-navigation ul ul li:last-child {
  border-bottom: none;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
@media screen and (max-width: 37.5em) {
  .main-navigation ul ul li {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: none;
  }
}
.main-navigation ul ul a {
  width: 200px;
  padding: 12px 20px;
  font-size: 13px;
  color: #fff;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  text-decoration: none;
  color: #fff;
  background-color: #2f861e;
}
@media screen and (max-width: 37.5em) {
  .main-navigation ul ul a:hover,
  .main-navigation ul ul a.focus {
    background-color: transparent;
  }
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
@media screen and (max-width: 37.5em) {
  .main-navigation ul ul ul {
    background-color: transparent;
  }
}
.main-navigation li {
  float: left;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
  position: relative;
  color: #3eb027;
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
  left: auto;
}
.main-navigation li.menu-item-has-children {
  position: relative;
  padding-right: 15px;
}
.main-navigation li.menu-item-has-children::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 13px;
}
.main-navigation li.menu-item-has-children:hover,
.main-navigation li.menu-item-has-children:focus {
  background-color: #3eb027;
  color: #fff;
}
.main-navigation li.menu-item-has-children:hover a,
.main-navigation li.menu-item-has-children:focus a {
  color: #fff;
}
.main-navigation li.menu-item-has-children .menu-item-has-children {
  padding-right: 0;
}
.main-navigation li.menu-item-has-children .menu-item-has-children::after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 13px;
  color: #fff;
}
.main-navigation li.menu-item-has-children .menu-item-has-children:hover::after,
.main-navigation li.menu-item-has-children .menu-item-has-children:focus::after {
  content: '';
}
.main-navigation a {
  display: block;
  padding: 19px 18px 20px;
  font-size: 14px;
  text-decoration: none;
  color: #2b2b2b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
  color: #3eb027;
}
.main-navigation .menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (max-width: 37.5em) {
  .main-navigation .menu-toggle {
    float: right;
    font-size: 20px;
    line-height: 16px;
    padding: 14px 16px 12px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #2b2b2b;
    background-color: #fff;
  }
  .main-navigation .menu-toggle:focus {
    outline: none;
  }
  .main-navigation #primary-menu {
    max-height: 300px;
    overflow-x: auto;
  }
  .main-navigation #primary-menu::-webkit-scrollbar {
    width: 3px;
  }
  .main-navigation #primary-menu::-webkit-scrollbar-track {
    background-color: #bdbec7;
  }
  .main-navigation #primary-menu::-webkit-scrollbar-thumb {
    background-color: #6b6e80;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .main-navigation #primary-menu::-webkit-scrollbar-button {
    display: none;
  }
  .main-navigation #primary-menu::-webkit-scrollbar-corner {
    background-color: #bdbec7;
  }
  .main-navigation ul {
    float: none;
    margin-top: 55px;
    background-color: #fff;
  }
  .main-navigation ul ul {
    display: block;
    margin-top: 0;
    float: none;
    position: static;
    padding: 0 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
  }
  .main-navigation ul ul:hover > a,
  .main-navigation ul ul .focus > a {
    color: #3eb027;
  }
  .main-navigation ul ul a {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    color: #6b6e80;
  }
  .main-navigation ul ul a:hover,
  .main-navigation ul ul a.focus {
    text-decoration: none;
    color: #3eb027;
    background-color: #fff;
  }
  .main-navigation li {
    display: block;
    float: none;
  }
  .main-navigation li.menu-item-has-children {
    position: relative;
    padding-right: 15px;
  }
  .main-navigation li.menu-item-has-children::after {
    content: '';
    display: none;
  }
  .main-navigation li.menu-item-has-children:hover,
  .main-navigation li.menu-item-has-children:focus {
    background-color: #fff;
    color: #3eb027;
  }
  .main-navigation li.menu-item-has-children:hover a,
  .main-navigation li.menu-item-has-children:focus a {
    color: #6b6e80;
  }
  .main-navigation li.menu-item-has-children:hover a:hover,
  .main-navigation li.menu-item-has-children:focus a:hover,
  .main-navigation li.menu-item-has-children:hover a:focus,
  .main-navigation li.menu-item-has-children:focus a:focus {
    color: #3eb027;
  }
  .main-navigation li.menu-item-has-children .menu-item-has-children {
    padding-right: 0;
  }
  .main-navigation li.menu-item-has-children .menu-item-has-children::after {
    content: '';
    display: none;
  }
  .main-navigation a {
    display: block;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 22px;
  }
  .main-navigation a:hover,
  .main-navigation a:focus {
    color: #3eb027;
  }
}
@media screen and (min-width: 601px) {
  .main-navigation .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 601px) {
  .main-navigation {
    float: none;
  }
  .main-navigation ul {
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
	===========================
	[5. HEADER]
	===========================
*/
#header {
  position: relative;
  width: 100%;
  min-height: 450px;
  height: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#header .overlay {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 66, 90, 0.65);
}
#header blockquote {
  position: relative;
  z-index: 2;
  font-family: 'Noto Serif', serif;
  text-align: center;
  border-left: none;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
}
#header blockquote::before {
  font-family: 'FontAwesome';
  content: "\f10d";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  color: #fff;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
#header blockquote::after {
  font-family: 'FontAwesome';
  content: "\f10e";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 25px;
  color: #fff;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
#header blockquote p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
}
#header blockquote small {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-style: italic;
}
#header.heading {
  width: 100%;
  min-height: 240px;
  height: auto;
  padding-top: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#header.heading h2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  color: #fff;
}
#header.heading h2 span {
  color: #3eb027;
}
#header.heading .title-desc {
  position: relative;
  z-index: 3;
  padding: 90px 0 40px;
  text-align: center;
  color: #fff;
}
#header.heading blockquote {
  display: none;
}
@media screen and (max-width: 767px) {
  #header {
    min-height: 350px;
    height: auto;
    padding-top: 110px;
  }
  #header blockquote p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 37.5em) {
  #header {
    min-height: 250px;
    padding-top: 80px;
  }
  #header blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
}
/*
	===========================
	[6. FEATURED CATEGORY]
	===========================
*/
.section-featured {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: #d9dae9;
}
.featured-container {
  padding: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.featured-container .featured-img {
  position: relative;
  height: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.featured-container .featured-img img {
  max-width: 100%;
  height: auto;
}
.featured-container .featured-img.featured-img-avatar {
  position: relative;
  height: auto;
}
.featured-container .featured-img.featured-img-avatar iframe,
.featured-container .featured-img.featured-img-avatar .gallery {
  margin-bottom: 0 !important;
}
.featured-container .featured-img h3 {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  max-width: 90%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.featured-container .featured-img h3 a {
  display: block;
  padding: 10px 15px;
  background-color: #2c7e1c;
  color: #fff;
}
.featured-container .featured-img h3 a:hover {
  color: #fff;
  background-color: #3eb027;
}
@media screen and (max-width: 767px) {
  .featured-container {
    margin-bottom: 20px;
  }
}
/*
	===========================
	[7. CONTENT]
	===========================
*/
#content {
  width: 100%;
  padding: 30px 0 0;
  font-size: 14px;
  line-height: 26px;
  color: #66697a;
}
.container-post,
.entry-container {
  margin-bottom: 80px;
}
.hentry {
  position: relative;
}
.error-404 {
  margin-bottom: 120px;
}
.page-default {
  padding-bottom: 60px;
}
.post {
  position: relative;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #2c3e50;
}
.post .featured-container {
  margin-bottom: 20px;
}
.post-container {
  margin-bottom: 30px;
}
.post-container::before,
.post-container::after {
  content: "";
  clear: both;
  display: table;
}
.post-content {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px 25px;
  margin-bottom: 2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-content.no-padding {
  padding: 0;
}
.post-content.no-padding img {
  margin: 0;
}
.post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.post-content blockquote {
  position: relative;
  border-left: none;
  background-color: #2c7e1c;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.post-content blockquote a,
.post-content blockquote a:hover,
.post-content blockquote a:focus {
  color: #fff;
  text-decoration: none;
}
.post-content blockquote::before {
  content: '\f10d';
  font-family: 'FontAwesome';
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 34px;
  color: #3eb027;
}
.post-content blockquote p {
  text-indent: 55px;
}
.post-content blockquote small,
.post-content blockquote footer {
  color: rgba(0, 0, 0, 0.35);
}
.post-content.post-thumbnail {
  position: relative;
  border: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.post-content.post-thumbnail::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 66, 90, 0.65);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.post-content.post-thumbnail blockquote {
  position: relative;
  z-index: 3;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  background-color: transparent;
}
.post-content.post-thumbnail blockquote small,
.post-content.post-thumbnail blockquote footer {
  color: #fff;
  font-style: italic;
}
.post-content.post-thumbnail:hover::after {
  content: '';
  background-color: rgba(62, 176, 39, 0.9);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.post-content.post-thumbnail:hover blockquote::before {
  color: rgba(50, 66, 90, 0.65);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.post-content .post-meta-cat {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 22px;
}
.post-atribut {
  padding: 20px 25px;
  border-bottom-width: 3px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.post-atribut a,
.post-atribut .fa,
.post-atribut .glyphicon {
  font-size: 20px;
  color: #6b6e80;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.post-atribut a:hover,
.post-atribut a:focus,
.post-atribut a:hover .fa,
.post-atribut a:focus .fa,
.post-atribut a:hover .glyphicon,
.post-atribut a:focus .glyphicon {
  text-decoration: none;
  color: #2c7e1c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.post-atribut span {
  display: block;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}
.post-meta {
  display: block;
  padding-top: 5px;
  padding-bottom: 15px;
}
.post-meta span {
  font-size: 13px;
  line-height: 13px;
  color: #9395a5;
}
.post-meta span.reading-estimation,
.post-meta span.byline {
  position: relative;
  padding-left: 25px;
}
.post-meta span.reading-estimation::before,
.post-meta span.byline::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 6px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #9395a5;
}
.post.sticky {
  position: relative;
  z-index: 2;
}
.post.sticky::before {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  border-top: 20px solid #3eb027;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #3eb027;
}
.post.sticky::after {
  font-family: 'FontAwesome';
  content: '\f08d';
  position: absolute;
  z-index: 4;
  left: 8px;
  top: -2px;
  font-size: 10px;
  color: #12330b;
}
.post.sticky .entry-list {
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  background-color: #fff;
}
.content-img {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.content-img img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.content-img-bg {
  width: 230px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.content-text {
  text-align: center;
}
.content-text.text-justify {
  text-align: justify;
}
.entry-title {
  font-family: 'Noto Serif', serif;
}
.entry-meta {
  display: block;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 24px;
  color: #9395a5;
}
.entry-meta > span {
  position: relative;
  padding-left: 25px;
  font-style: normal;
}
.entry-meta > span:first-child {
  padding-left: 0;
}
.entry-meta > span::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 6px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #9395a5;
}
.entry-content {
  font-size: 14px;
  line-height: 24px;
  color: #777a8d;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.entry-content p {
  padding-top: 10px;
  padding-bottom: 5px;
}
.entry-content blockquote {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-top: 40px;
  border-left: none;
  font-size: 20px;
  line-height: 30px;
  color: #a1a3b0;
}
.entry-content blockquote::before {
  content: '\f10d';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  color: #cccccc;
}
.entry-footer {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.entry-footer .cat-links {
  padding-right: 15px;
}
.entry-footer .cat-links::before {
  font-family: 'FontAwesome';
  content: '\f02e';
  padding-right: 3px;
}
.entry-footer .comments-link {
  padding-right: 15px;
}
.entry-footer .comments-link::before {
  font-family: 'FontAwesome';
  content: '\f075';
  padding-right: 3px;
}
.entry-footer .tags-links {
  padding-right: 15px;
}
.entry-footer .tags-links::before {
  font-family: 'FontAwesome';
  content: '\f02c';
  padding-right: 3px;
}
.entry-footer .edit-link::before {
  font-family: 'FontAwesome';
  content: '\f044';
  padding-right: 3px;
}
.entry-list {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
}
.entry-list::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
.entry-list .entry-meta > span {
  position: relative;
  padding-left: 25px;
  font-style: normal;
}
.entry-list .entry-meta > span:first-child {
  padding-left: 0;
}
.entry-list .entry-meta > span::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 6px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #9395a5;
}
.entry-list .entry-footer {
  margin-top: 40px;
  margin-bottom: 0;
}
.entry-list .entry-list-title .entry-cat {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}
.entry-list .entry-list-title h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.entry-list .entry-list-title h2 a {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #2b2b2b;
}
.entry-list .entry-list-title h2 a:hover {
  color: #6b6e80;
}
/* more link */
.more-link {
  display: block;
  margin-top: 30px;
  /*	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url('@{imgurl}/read_more.png');
	background-repeat: repeat-x;
	background-position: 10px center;*/
  text-align: right;
}
.more-link:hover,
.more-link:focus {
  color: #2c7e1c;
}
.more-link:hover > .moretext,
.more-link:focus > .moretext {
  color: #2c7e1c;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.more-link .moretext {
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
  text-transform: uppercase;
  color: #6b6e80;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* post-password */
.post-password-form input[type="submit"] {
  display: inline-block;
  padding: 2px 16px;
  font-size: 14px;
  border: 1px solid #2c7e1c;
  background-color: #3eb027;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  background-color: #287119;
  border-color: #287119;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.post-password-form input[type="password"] {
  padding-left: 10px;
  padding-right: 10px;
}
/*
	===========================
	[8. INFINITE SCROLL]
	===========================
*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinite-scroll .posts-navigation .site-footer,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*
	===========================
	[9. MEDIA]
	===========================
*/
/*
	===========================
	[9.1 SMILEY]
	===========================
*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*
	===========================
	[9.2 CAPTIONS]
	===========================
*/
img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  padding-top: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #a1a3b0;
}
/*
	===========================
	[10. POST]
	===========================
*/
/*
	===========================
	[10.1 POST FORMAT]
	===========================
*/
.format-audio .post-content > img {
  margin-bottom: 0;
}
.format-audio audio {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 30px;
  margin-top: -3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/*
	===========================
	[10.2 POST SINGLE]
	===========================
*/
.single-format-quote .post-content {
  padding: 25px;
}
.single-format-quote .post-content.post-thumbnail {
  padding: 40px;
}
.single-format-quote .post-content blockquote {
  padding: 60px 40px 40px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 40px;
}
.single-format-quote .post-content blockquote::before {
  left: 40px;
  top: 30px;
}
.single-format-quote .post-content blockquote small,
.single-format-quote .post-content blockquote footer {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
/* author bio */
.entry-author-bio {
  position: relative;
  min-height: 100px;
  padding: 25px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.entry-author-bio .author-bio-avatar {
  position: absolute;
  left: 25px;
  top: 25px;
}
.entry-author-bio .author-bio-avatar img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.entry-author-bio .author-bio-description {
  padding-left: 115px;
}
.entry-author-bio .author-bio-description h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #2c3e50;
}
.entry-author-bio .author-bio-description h4 small {
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #a1a3b0;
}
/*
	===========================
	[10.3 RELATED POST]
	===========================
*/
.related-posts {
  display: block;
}
.related-posts > h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 26px;
  color: #2b2b2b;
}
.related-posts .post-container {
  display: block;
  max-width: 100%;
}
.related-posts .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}
.related-posts .post-thumbnail img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.related-posts .post-meta {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  line-height: 24px;
}
.related-posts .post-meta a {
  color: #a1a3b0;
}
.related-posts .post-meta a:hover,
.related-posts .post-meta a:focus {
  color: #2b2b2b;
}
.related-posts .post-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Noto Serif', serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.related-posts .post-title a {
  color: #2b2b2b;
}
.related-posts .post-title a:hover,
.related-posts .post-title a:focus {
  color: #6b6e80;
}
/*
	===========================
	[11. COMMENT]
	===========================
*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-title {
  margin: 30px 0 40px;
  font-size: 24px;
  line-height: 26px;
  color: #2c3e50;
}
.comment-reply-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 26px;
  color: #2c3e50;
}
/*
	===========================
	[11.1 COMMENT LIST]
	===========================
*/
.comment-list {
  padding: 0;
  list-style-type: none;
}
.comment-list:before,
.comment-list:after {
  content: "";
  display: table;
  clear: both;
}
.comment-list ol {
  margin-left: 85px;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .comment-list ol {
    margin-left: 0;
  }
}
.comment-list .comment {
  margin-top: 0;
  padding-bottom: 0;
}
.comment-list .comment-meta {
  padding-bottom: 5px;
  border-bottom: 1px dotted #d9d9d9;
}
.comment-list .comment-meta .comment-author .avatar {
  position: absolute;
  left: -85px;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.comment-list .comment-meta .comment-author .fn {
  font-size: 14px;
  line-height: 20px;
}
.comment-list .comment-meta .comment-author .says {
  font-size: 13px;
  line-height: 20px;
  color: #9395a5;
}
.comment-list .comment-meta .comment-metadata {
  margin-top: -8px;
}
.comment-list .comment-meta .comment-metadata time,
.comment-list .comment-meta .comment-metadata .edit-link {
  font-size: 12px;
  line-height: 20px;
}
.comment-list .comment-meta .comment-awaiting-moderation {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-style: italic;
  line-height: 22px;
  color: #9395a5;
}
.comment-list .comment-content {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}
.comment-list .comment .reply {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
}
.comment-list .comment-body {
  position: relative;
  margin-bottom: 20px;
  margin-left: 85px;
  margin-right: 0px;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #6b6e80;
}
.comment-list .comment-body::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -10px;
  border: 10px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 0 solid transparent;
}
.comment-list .pingback .comment-body {
  margin-left: 0;
}
.comment-list .pingback .comment-body::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 10px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 0 solid transparent;
}
.comment-navigation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.comment-navigation .nav-links {
  display: block;
  width: 100%;
}
.comment-navigation .nav-links::before,
.comment-navigation .nav-links::after {
  content: '';
  display: table;
  clear: both;
}
.comment-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-next {
  display: inline-block;
  width: 48%;
}
.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a {
  padding: 8px 15px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  color: #6b6e80;
  background-color: #fff;
}
.comment-navigation .nav-links .nav-previous a:hover,
.comment-navigation .nav-links .nav-next a:hover {
  background-color: #3eb027;
  color: #fff;
}
.comment-navigation .nav-links .nav-previous a:focus,
.comment-navigation .nav-links .nav-next a:focus {
  text-decoration: none;
  background-color: #2c7e1c;
}
@media screen and (max-width: 37.5em) {
  .comment-navigation .nav-links .nav-previous,
  .comment-navigation .nav-links .nav-next {
    width: 50%;
  }
}
.comment-navigation .nav-links .nav-previous {
  float: left;
  text-align: left;
}
.comment-navigation .nav-links .nav-next {
  float: right;
  text-align: right;
}
/*
	===========================
	[11.2 COMMENT FORM]
	===========================
*/
.comment-form {
  padding: 20px 0;
}
.comment-form .form-control {
  height: 45px;
  padding: 10px 20px;
  margin: 10px 0;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #6b6e80;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.comment-form .form-control:focus {
  border-color: #2c7e1c;
  color: #fff;
  background: #3eb027;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.comment-form .form-control:focus::-webkit-input-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.comment-form .form-control:focus:-moz-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.comment-form .form-control:focus::-moz-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.comment-form .form-control:focus:-ms-input-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.comment-form .form-control::-webkit-input-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  color: #6b6e80;
}
.comment-form .form-control:-moz-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  color: #6b6e80;
}
.comment-form .form-control::-moz-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  color: #6b6e80;
}
.comment-form .form-control:-ms-input-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  color: #6b6e80;
}
.comment-form textarea.form-control {
  height: auto;
  resize: none;
}
.comment-form input[type="submit"] {
  padding: 10px 16px;
}
.comment-form input[type="submit"]:focus {
  outline: none;
  background-color: #287119;
}
.comment-form .logged-in-as {
  font-size: 15px;
  line-height: 26px;
}
.comment-form .logged-in-as a {
  color: #9395a5;
}
.comment-form .logged-in-as a:hover,
.comment-form .logged-in-as a:focus {
  text-decoration: none;
  color: #2c7e1c;
}
/*
	===========================
	[12. PAGINATION & NAVIGATION]
	===========================
*/
.post-navigation {
  margin-top: 30px;
}
.post-navigation .nav-links {
  display: block;
  width: 100%;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  display: inline-block;
  width: 48%;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  display: block;
  height: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  border: 1px solid #e6e6e6;
  color: #6b6e80;
  background-color: #fff;
  overflow: hidden;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover,
.post-navigation .nav-links .nav-previous a:focus,
.post-navigation .nav-links .nav-next a:focus {
  background-color: #3eb027;
  color: #fff;
}
.post-navigation .nav-links .nav-previous:hover::before,
.post-navigation .nav-links .nav-next:hover::before,
.post-navigation .nav-links .nav-previous:focus::before,
.post-navigation .nav-links .nav-next:focus::before,
.post-navigation .nav-links .nav-previous:hover::after,
.post-navigation .nav-links .nav-next:hover::after,
.post-navigation .nav-links .nav-previous:focus::after,
.post-navigation .nav-links .nav-next:focus::after {
  color: #fff;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
@media screen and (max-width: 37.5em) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    width: 100%;
    margin-right: 0;
  }
}
.post-navigation .nav-links .nav-previous {
  position: relative;
  margin-right: 4%;
}
.post-navigation .nav-links .nav-previous::before {
  content: '\f060';
  font-family: 'FontAwesome';
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -15px;
  font-size: 18px;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.post-navigation .nav-links .nav-previous a {
  padding: 35px 25px 25px 55px;
}
.post-navigation .nav-links .nav-next {
  position: relative;
}
.post-navigation .nav-links .nav-next::after {
  content: '\f061';
  font-family: 'FontAwesome';
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -15px;
  font-size: 18px;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.post-navigation .nav-links .nav-next a {
  padding: 35px 55px 25px 25px;
}
@media screen and (max-width: 992px) {
  .post-navigation {
    margin-bottom: 60px;
  }
}
.posts-navigation .nav-links {
  display: block;
  margin-bottom: 20px;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
  display: inline-block;
}
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  display: block;
  padding: 8px 18px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  color: #6b6e80;
  background-color: #fff;
}
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:focus,
.posts-navigation .nav-next a:focus {
  color: #fff;
  border-color: #2f861e;
  background-color: #3eb027;
}
.posts-navigation .nav-previous a::before {
  content: '\f0a8';
  font-family: 'FontAwesome';
  padding-right: 10px;
  font-size: 16px;
}
.posts-navigation .nav-next {
  float: right;
}
.posts-navigation .nav-next a::after {
  content: '\f0a9';
  font-family: 'FontAwesome';
  padding-left: 10px;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .posts-navigation {
    margin-bottom: 60px;
  }
}
.pagination .nav-links a {
  color: #2b2b2b;
}
.pagination .nav-links a:hover {
  color: #6b6e80;
}
.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-block;
  padding: 8px 20px;
  font-weight: 700;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.pagination .nav-links .current {
  color: #3eb027;
}
@media screen and (max-width: 992px) {
  .pagination {
    margin-bottom: 60px;
  }
}
/*
	===========================
	[13. ACCESSIBILITY]
	===========================
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #287119;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*
	===========================
	[14. ALIGNMENTS]
	===========================
*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*
	===========================
	[15. SIDEBAR]
	===========================
*/
.widget-area {
  margin-bottom: 40px;
}
.widget {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 0 20px 15px;
}
.widget::before,
.widget::after {
  content: '';
  display: table;
  clear: both;
}
.widget select {
  height: 35px;
}
.widget-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.widget ul {
  list-style-type: disc;
  padding-left: 15px;
}
.widget ul li {
  padding: 5px 5px 10px 0;
}
.widget ul li a {
  color: #6b6e80;
}
.widget ul li a:hover {
  color: #2f861e;
}
.widget_search .search-form {
  position: relative;
  display: block;
}
.widget_search .search-form label {
  display: block;
}
.widget_search .search-form .search-field {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 90px;
  height: 46px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.widget_search .search-form .search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #2f861e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  background-color: #3eb027;
}
.widget_search .search-form .search-submit:hover,
.widget_search .search-form .search-submit:focus {
  background-color: #2f861e;
  text-decoration: none;
  outline: none;
}
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget.danish_widget_popular_entries ul {
  list-style-type: none;
  padding-left: 0;
}
.widget_nav_menu ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget.danish_widget_popular_entries ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget_nav_menu ul li {
  position: relative;
  padding: 5px 5px 5px 20px;
}
.widget_nav_menu ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #858899;
  background-color: #f4f4f4;
}
.widget_nav_menu ul li::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e6e6e6;
}
.widget_nav_menu ul li:hover::after {
  border-color: #2f861e;
}
.widget_nav_menu ul li a {
  display: inline-block;
  color: #6b6e80;
}
.widget_nav_menu ul li a:hover {
  color: #2f861e;
}
.widget_recent_entries ul li {
  position: relative;
  padding: 5px 5px 10px 20px;
}
.widget_recent_entries ul li:hover span {
  color: #2b2b2b;
}
.widget_recent_entries ul li a {
  font-weight: 600;
  color: #6b6e80;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.widget_recent_entries ul li a:hover {
  color: #2f861e;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.widget_recent_entries ul li a:hover::before {
  color: #2f861e;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.widget_recent_entries ul li a::before {
  font-family: 'FontAwesome';
  content: '\f08b';
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
  font-weight: 400;
}
.widget_recent_entries ul li span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #858899;
}
.widget_recent_comments ul li {
  position: relative;
  padding: 5px 5px 10px 25px;
  border-bottom: 1px dashed #d9d9d9;
  text-transform: uppercase;
  font-size: 11px;
  color: #858899;
}
.widget_recent_comments ul li::before {
  content: '\f0e6';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
}
.widget_recent_comments ul li:hover {
  color: #2b2b2b;
}
.widget_recent_comments ul li a {
  display: block !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #2b2b2b;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.widget_recent_comments ul li a:hover {
  color: #858899;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.widget_recent_comments ul li span {
  display: inline-block;
  color: #858899;
}
.widget_recent_comments ul li span,
.widget_recent_comments ul li span a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}
.widget_archive ul li,
.widget_categories ul li {
  position: relative;
  padding: 5px 5px 10px 20px;
  color: #2b2b2b;
}
.widget_archive ul li a,
.widget_categories ul li a {
  color: #6b6e80;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.widget_archive ul li a:hover,
.widget_categories ul li a:hover {
  color: #2f861e;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.widget_archive ul li a:hover::before,
.widget_categories ul li a:hover::before {
  color: #2f861e;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.widget_archive ul li a::before,
.widget_categories ul li a::before {
  font-family: 'FontAwesome';
  content: '\f133';
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
}
.widget_categories ul li a::before {
  font-family: 'FontAwesome';
  content: '\f097';
}
.widget_calendar {
  margin-bottom: 40px;
}
.widget_calendar #calendar_wrap table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
}
.widget_calendar #calendar_wrap table th {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  color: #2b2b2b;
  background-color: #e6e6e6;
}
.widget_calendar #calendar_wrap table td.pad,
.widget_calendar #calendar_wrap table tfoot td {
  border: 1px solid #e6e6e6;
}
.widget_calendar #calendar_wrap table td {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 0;
  border: 1px solid #e6e6e6;
  color: #6b6e80;
}
.widget_calendar #calendar_wrap table caption {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  border: 1px solid #e6e6e6;
  color: #2b2b2b;
}
.widget_calendar #calendar_wrap table #today {
  font-weight: 700;
  color: #3eb027;
}
.widget_calendar #calendar_wrap table tbody a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #2b2b2b;
}
.widget_calendar #calendar_wrap table tbody a:hover {
  color: #3eb027;
}
.widget_calendar #calendar_wrap table tfoot a {
  font-weight: 700;
  text-decoration: none;
  color: #2b2b2b;
}
.widget_calendar #calendar_wrap table tfoot a:hover {
  color: #6b6e80;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 8px 12px;
  margin-right: 5px;
  margin-bottom: 8px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px !important;
  line-height: 22px !important;
  color: #2f861e;
  background-color: #fff;
}
.widget_tag_cloud .tagcloud a:hover {
  border-color: #287119;
  color: #fff;
  background-color: #2f861e;
}
.widget_text .textwidget {
  font-family: 'Noto Serif', serif;
  font-size: 13px;
  line-height: 28px;
  color: #484a56;
}
.widget_text .textwidget img {
  max-width: 100%;
  height: auto;
}
.widget.danish_widget_popular_entries ul li {
  padding-top: 5px;
}
.widget.danish_widget_popular_entries ul li .popular-entry-container {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 20px 80px;
  min-height: 100px;
  border-bottom: 1px dashed #d9d9d9;
}
.widget.danish_widget_popular_entries ul li .popular-entry-container.has-no-post-thumbnail {
  padding: 0 0 20px 0;
}
.widget.danish_widget_popular_entries ul li .popular-entry-container.has-no-post-thumbnail .entry-content {
  padding-left: 0;
}
.widget.danish_widget_popular_entries ul li .entry-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  border-radius: 5%;
  overflow: hidden;
}
.widget.danish_widget_popular_entries ul li .entry-image img {
  max-width: 100%;
  height: auto;
}
.widget.danish_widget_popular_entries ul li .entry-content {
  padding-left: 15px;
}
.widget.danish_widget_popular_entries ul li .entry-title {
  line-height: 22px;
}
.widget.danish_widget_popular_entries ul li .entry-title a {
  color: #2b2b2b;
}
.widget.danish_widget_popular_entries ul li .entry-title a:hover {
  color: #6b6e80;
}
.widget.danish_widget_popular_entries ul li .entry-category {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.widget.danish_widget_popular_entries ul li .entry-category a {
  color: #3eb027;
}
.widget.danish_widget_popular_entries ul li .entry-category a:hover {
  color: #2b2b2b;
}
.widget.danish_widget_popular_entries ul li .entry-datetime {
  font-family: 'Noto Serif', serif;
  position: relative;
  font-size: 11px;
  padding-left: 15px;
  text-transform: uppercase;
}
.widget.danish_widget_popular_entries ul li .entry-datetime::before {
  content: '/';
  position: absolute;
  font-size: 9px;
  top: -5px;
  left: 5px;
  color: #6b6e80;
}
.widget.danish_widget_about .about-author-container {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.widget.danish_widget_about .about-author-container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.widget.danish_widget_about .about-author-info {
  padding: 20px 30px 30px;
}
.widget.danish_widget_about .about-author-info .widget-title {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #2b2b2b;
}
.widget.danish_widget_about .about-author-info .author-subtitle {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 22px;
  color: #a1a3b0;
}
.widget.danish_widget_about .about-author-info .more-link .moretext {
  padding: 4px 20px;
}
.widget.danish_widget_about .about-author-info .author-footer {
  position: relative;
  display: block;
  margin-top: 40px;
  text-align: center;
}
.widget.danish_widget_about .about-author-info .author-footer::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #e6e6e6;
}
.widget.danish_widget_about .about-author-info .author-footer a {
  padding: 5px;
  font-size: 16px;
  color: #858899;
}
.widget.danish_widget_about .about-author-info .author-footer a:hover {
  color: #2f861e;
}
/*
	===========================
	[16. PORTFOLIO]
	===========================
*/
.section-portfolio {
  width: 100%;
  display: table;
  margin-top: 20px;
}
.portfolio-page {
  margin-bottom: 60px;
}
.portfolio-page .portfolio-sort {
  margin-top: 40px;
  margin-bottom: 60px;
  max-width: 970px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.portfolio-page .portfolio-sort > li:last-child a {
  margin-right: 0;
}
.portfolio-page .portfolio-sort > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #3eb027;
  color: #2c7e1c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: transparent;
}
.portfolio-page .portfolio-sort > li > a:hover {
  color: #fff;
  background-color: #3eb027;
}
.portfolio-page .portfolio-sort > .active > a,
.portfolio-page .portfolio-sort > .active > a:hover,
.portfolio-page .portfolio-sort > .active > a:focus {
  color: #fff;
  background-color: #3eb027;
}
@media screen and (max-width: 767px) {
  .portfolio-page .portfolio-sort {
    display: table;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-portfolio {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.container-portfolio > li {
  display: block;
  float: left;
  width: 25%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.container-portfolio > li > .portfolio-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container-portfolio > li > .portfolio-item > .portfolio-caption {
  position: absolute;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
  width: 90%;
  height: 90%;
  padding: 25px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.96);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.container-portfolio > li > .portfolio-item > .portfolio-caption > .portfolio-text {
  color: #f2f2f2;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.container-portfolio > li > .portfolio-item > .portfolio-caption > .portfolio-text .portfolio-meta {
  display: block;
  margin-top: 20px;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}
.container-portfolio > li > .portfolio-item > .portfolio-caption > .portfolio-text .portfolio-meta a {
  color: #cccccc;
}
.container-portfolio > li > .portfolio-item > .portfolio-caption > .portfolio-text .portfolio-meta a:hover {
  text-decoration: none;
  color: #379b22;
}
.container-portfolio > li > .portfolio-item > .portfolio-caption > .portfolio-text h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #2f861e;
}
.container-portfolio > li > .portfolio-item > .portfolio-caption > .portfolio-text h3 span {
  color: #cccccc;
}
@media screen and (max-width: 767px) {
  .container-portfolio > li > .portfolio-item > .portfolio-caption > .portfolio-text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 480px) {
  .container-portfolio > li > .portfolio-item > .portfolio-caption > .portfolio-text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .container-portfolio > li > .portfolio-item > .portfolio-caption {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (max-width: 480px) {
  .container-portfolio > li > .portfolio-item > .portfolio-caption {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.container-portfolio > li > .portfolio-item:hover > .portfolio-caption {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.container-portfolio > li > .portfolio-item:hover > .portfolio-caption > .portfolio-text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 992px) {
  .container-portfolio > li {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .container-portfolio > li:nth-child(2n + 1) {
    display: inline-table;
    clear: both;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .container-portfolio > li {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .container-portfolio > li:nth-child(2n + 1) {
    display: inline-table;
    clear: both;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .container-portfolio > li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .container-portfolio > li:nth-child(1n + 1) {
    display: inline-table;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.post-type-portfolio .heading-title h2,
.cga-portfolio .heading-title h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.isotope {
  -webkit-transition-property: 'height, width';
  -moz-transition-property: 'height, width';
  -ms-transition-property: 'height, width';
  -o-transition-property: 'height, width';
  transition-property: 'height, width';
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden .isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope .isotope-item {
  -webkit-transition-property: 'transform, opacity';
  -moz-transition-property: 'transform, opacity';
  -ms-transition-property: 'transform, opacity';
  -o-transition-property: 'transform, opacity';
  transition-property: 'transform, opacity';
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
#portfolio-gallery {
  margin: 40px 0 20px;
}
#portfolio-gallery .item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
#portfolio-gallery .item img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#portfolio-gallery .carousel-indicators li {
  width: 13px;
  height: 13px;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#portfolio-gallery .carousel-indicators .active {
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*
	==================
	[17. PARTNER]
	==================
*/
.section-partner {
  width: 100%;
  padding: 60px 0;
}
.section-partner .brand-img > li {
  float: left;
  width: 25%;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.section-partner .brand-img > li:last-child {
  border-right: 1px solid #e6e6e6;
}
.section-partner .brand-img > li .brand-container {
  display: block;
  padding: 20px 0;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.section-partner .brand-img > li .brand-container:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.section-partner .brand-img > li .brand-container img,
.section-partner .brand-img > li .brand-container:hover img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 70px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .section-partner .brand-img > li {
    width: 50%;
  }
}
/*
	===========================
	[18 GALLERIES]
	===========================
*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  margin: 0;
  padding: 0;
  float: left;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item a {
  width: 100%;
  height: 150px;
  overflow: hidden;
  padding: 20px;
  display: block;
  background-color: none !important;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-family: sans-serif;
  text-align: center;
  color: white;
  background-color: #000000;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/*
	==================
	[19. FOOTER]
	==================
*/
.site-footer {
  width: 100%;
  padding: 80px 0 60px;
  color: #dbdbdb;
  background-color: #161f29;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.site-footer .widget ul li {
  padding: 5px 5px 5px 0;
}
.site-footer .widget ul li a {
  color: #f2f2f2;
}
.site-footer .widget ul li a:hover {
  color: #2f861e;
}
.site-footer .widget_nav_menu ul,
.site-footer .widget_recent_entries ul,
.site-footer .widget_recent_comments ul,
.site-footer .widget_archive ul,
.site-footer .widget_categories ul,
.site-footer .widget.danish_widget_popular_entries ul {
  list-style-type: none;
  padding-left: 0;
}
.site-footer .widget_nav_menu ul li:last-child,
.site-footer .widget_recent_entries ul li:last-child,
.site-footer .widget_recent_comments ul li:last-child,
.site-footer .widget_archive ul li:last-child,
.site-footer .widget_categories ul li:last-child,
.site-footer .widget.danish_widget_popular_entries ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.site-footer .widget_nav_menu ul li {
  padding: 5px 5px 5px 20px;
}
.site-footer .widget_nav_menu ul li::after {
  content: '';
  border: 2px solid #e6e6e6;
  background-color: #161f29;
}
.site-footer .widget_nav_menu ul li::before {
  content: '';
  background-color: #6b6e80;
}
.site-footer .widget_nav_menu ul li:hover::after {
  border-color: #2f861e;
}
.site-footer .widget_nav_menu ul li a {
  display: inline-block;
  color: #e6e6e6;
}
.site-footer .widget_nav_menu ul li a:hover {
  color: #2f861e;
}
.site-footer .widget_recent_entries ul li {
  padding: 5px 5px 10px 20px;
}
.site-footer .widget_recent_entries ul li:hover span {
  color: #f2f2f2;
}
.site-footer .widget_recent_entries ul li a {
  color: #f2f2f2;
}
.site-footer .widget_recent_entries ul li a:hover {
  color: #2f861e;
}
.site-footer .widget_recent_entries ul li span {
  color: #a6a6a6;
}
.site-footer .widget_recent_comments ul li {
  padding: 5px 5px 10px 25px;
  border-bottom: 1px dashed #999999;
  color: #bfbfbf;
}
.site-footer .widget_recent_comments ul li:hover {
  color: #9395a5;
}
.site-footer .widget_recent_comments ul li:hover span {
  color: #bfbfbf;
}
.site-footer .widget_recent_comments ul li:hover::before {
  color: #2f861e;
}
.site-footer .widget_recent_comments ul li a {
  color: #fff;
}
.site-footer .widget_recent_comments ul li a:hover {
  color: #bfbfbf;
}
.site-footer .widget_recent_comments ul li span {
  color: #9395a5;
}
.site-footer .widget_archive ul li,
.site-footer .widget_categories ul li {
  padding: 5px 5px 10px 20px;
  color: #bfbfbf;
}
.site-footer .widget_archive ul li a,
.site-footer .widget_categories ul li a {
  color: #fff;
}
.site-footer .widget_archive ul li a:hover,
.site-footer .widget_categories ul li a:hover {
  color: #2f861e;
}
.site-footer .widget_calendar #calendar_wrap table td {
  color: #9395a5;
}
.site-footer .widget_calendar #calendar_wrap table caption {
  color: #bfbfbf;
}
.site-footer .widget_calendar #calendar_wrap table #today {
  color: #2f861e;
}
.site-footer .widget_calendar #calendar_wrap table tbody a {
  color: #bfbfbf;
}
.site-footer .widget_calendar #calendar_wrap table tbody a:hover {
  color: #2f861e;
}
.site-footer .widget_calendar #calendar_wrap table tfoot a {
  color: #bfbfbf;
}
.site-footer .widget_calendar #calendar_wrap table tfoot a:hover {
  color: #2f861e;
}
.site-footer .widget_tag_cloud .tagcloud a {
  border: 1px solid #e6e6e6;
  color: #fff;
  background-color: transparent;
}
.site-footer .widget_tag_cloud .tagcloud a:hover {
  border-color: #287119;
  color: #fff;
  background-color: #2f861e;
}
.site-footer .widget_text .textwidget {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 28px;
  color: #d9d9d9;
}
.site-footer .widget.danish_widget_popular_entries ul li .popular-entry-container {
  border-bottom: 1px dashed #999999;
}
.site-footer .widget.danish_widget_popular_entries ul li .entry-title a {
  color: #fff;
}
.site-footer .widget.danish_widget_popular_entries ul li .entry-title a:hover {
  color: #2f861e;
}
.site-footer .widget.danish_widget_popular_entries ul li .entry-category a {
  color: #fff;
}
.site-footer .widget.danish_widget_popular_entries ul li .entry-category a:hover {
  color: #bfbfbf;
}
.site-footer .widget.danish_widget_popular_entries ul li .entry-datetime {
  color: #bfbfbf;
}
.site-footer .widget.danish_widget_popular_entries ul li .entry-datetime::before {
  color: #bfbfbf;
}
.site-footer .widget.danish_widget_about .about-author-info {
  color: #6b6e80;
}
.site-footer .site-info {
  text-align: right;
}
.site-footer .site-info .site-brand {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}
.site-footer .site-info img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .site-footer .site-info {
    text-align: left;
  }
}
/*
	==================
	[20. COPYRIGHT]
	==================
*/
.copyright {
  width: 100%;
  padding: 15px 0 5px;
  font-size: 13px;
  color: #cccccc;
  background-color: #0f151b;
}
.copyright .copy-left {
  text-align: left;
  margin-top: 15px;
}
.copyright .copy-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 30px 0 20px;
  }
  .copyright .copy-left,
  .copyright .copy-right {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
/*
	==============
	CUSTOMIZATIONS
	==============
*/
.btn-primary {
  border-radius: 4px;
  background-color: #2ecc71;
  border: 1px solid #25a25a;
}
.btn-primary:active,
.btn-primary:hover {
  background-color: #25a25a;
  border-color: #239a55;
}
.menu-item .glyphicon,
.menu-item i {
  margin-right: 5px;
}
#header {
  background-image: url('/images/layout/zijemeradotinem.jpg');
  background-size: initial;
}
.name-day {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  z-index: 2;
}
#top-user-login {
  text-align: right;
  margin: 10px 0;
}
#top-user-login input[type=text],
#top-user-login input[type=password] {
  margin-right: 25px;
}
.widget_recent_chat ul li::before {
  content: '\f27a';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
}
.widget ul,
.widget_latest_events ul {
  list-style-type: none;
  padding-left: 0;
}
.avatar-replacement {
  font-size: 45px;
  padding-left: 20px;
}
.facebook-share {
  margin: 20px 0;
}
article .rating {
  margin-top: 10px;
}
.ul-rating {
  list-style: outside none none;
  display: inline;
  margin: 0;
  padding: 0;
}
.ul-rating li {
  display: inline;
  margin-left: 5px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #3eb027;
  border-color: #3eb027;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #3eb027;
  border-color: #3eb027;
}
.tab-content form {
  margin-top: 15px;
}
.no-mrg-top {
  margin-top: 0;
}
#profile .settings {
  margin-bottom: 10px;
}
.btn .glyphicon {
  /*margin: 0 10px 0 0;*/
}
.list-group-item .btn {
  margin-left: 5px;
}
.site-footer {
  margin-top: 30px;
}
.progress-bar {
  background-color: #3eb027;
}
.input-group-btn .btn {
  padding-top: 12px;
  padding-bottom: 11px;
}
.contact-subcategories a {
  font-size: 120%;
  font-weight: bold;
}
.contact-subcategories a:hover {
  color: #3eb027 !important;
}
.contact-subcategories li.active a {
  text-decoration: underline;
}
.chat-item {
  margin-top: 30px;
}
.input-event-categories,
.input-adverts-categories {
  /*	.checkbox:first-of-type {
		padding-left: 0;
	}	*/
}
.input-event-categories .title,
.input-adverts-categories .title {
  display: inline-block;
  font-weight: 700;
  font-size: 120%;
}
.input-event-categories label,
.input-adverts-categories label {
  display: inline-block;
  max-width: 100%;
  margin: 0px 0px 3px 0;
}
.input-event-categories .checkbox,
.input-adverts-categories .checkbox {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-top: 3px !important;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
}
.input-event-categories .buttons,
.input-adverts-categories .buttons {
  display: block;
}
@media screen and (min-width: 992px) {
  .input-event-categories .buttons,
  .input-adverts-categories .buttons {
    float: right;
  }
}
#map {
  min-height: 300px;
  margin-bottom: 30px;
}
.search_gps_result {
  cursor: pointer;
}
.search_gps_result:hover {
  color: #3eb027;
}
.event-time-location {
  padding-left: 15px;
}
ul.restaurant-offer {
  list-style-type: none;
  padding-left: 0;
}
ul.restaurant-offer li {
  padding: 5px 5px 0px 0px;
}
.widget ul.restaurant-offer li {
  padding: 5px 5px 0px 10px;
}
.weather-widget {
  margin-bottom: 10px;
}
a.ablock {
  display: block;
  width: 100%;
  height: 100%;
}
.widget_latest_restaurants {
  background: transparent url('/images/layout/jidlo.jpg') no-repeat;
  background-size: cover;
  min-height: 170px;
}
.rating-symbol {
  margin: 0 5px;
}
a.dark {
  color: #2b2b2b !important;
}
/* toto je možná chyba této verze bootstrapu*/
.modal {
  z-index: 10000;
}
.modal-backdrop {
  z-index: initial;
}
/* formuláře - validace */
.required label:after {
  content: '*';
  color: #e74c3c;
}
.has-error {
  color: #e74c3c;
}
.text-danger {
  color: #e74c3c;
}
.has-success {
  color: inherit;
}
.post h1,
.post h2,
.post h3 {
  font-family: 'blogger_sansmedium', sans-serif;
}
.author-bottom {
  margin-top: 10px;
}
.article-images-item {
  margin-bottom: 20px;
}
.btn-order {
  background-color: purple;
  color: #fff;
}
.btn-order a {
  color: #fff;
}
#carousel-more-articles .carousel-control.left,
#carousel-more-articles .carousel-control.right {
  background-image: none;
}
.fb {
  color: #3b5998;
}
.fb:active,
.fb:focus,
.fb:hover {
  color: #2d4373;
}
#top-user-login .fb {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.widget h5 {
  margin-bottom: 0;
}
/*# sourceMappingURL=radotinskadrbna.css.map */