/*
Theme Name: IUFRO
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
* {
  margin: 0;
  padding: 0;
  max-height: 100000px;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset, .embed-responsive, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 10px;
}

.embed-responsive iframe {
  margin-bottom: 0;
}

html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  background: none;
}

header, footer, article, section, nav, figure, aside, main {
  display: block;
}

body {
  color: #474747;
  font: 12px/1.5 Arial, Helvetica, sans-serif;
  background: #e5e9c6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  text-decoration: underline;
  color: #838740;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #838740;
}
a:focus {
  color: #838740;
}

::selection {
  background: #e5e9c6;
}

::-moz-selection {
  background: #e5e9c6;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
img.alignleft, img.alignright {
  margin: 0 14px 4px 0;
  max-width: 50%;
  height: auto;
}
img.alignright {
  margin: 0 0 4px 14px;
}

video, iframe, object, embed {
  max-width: 100%;
}

input, textarea, select {
  font: 100% Arial, Helvetica, sans-serif;
  color: #404040;
  vertical-align: middle;
  overflow: auto;
}

label {
  vertical-align: middle;
  font-weight: inherit;
}

button, input {
  width: auto;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, b, strong, th {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 18px;
  line-height: 1.1;
  color: #01294b;
  font-weight: normal;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: inherit;
  text-decoration: underline;
}
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus,
.h1 a:focus, .h2 a:focus, .h3 a:focus, .h4 a:focus, .h5 a:focus, .h6 a:focus {
  color: inherit;
}

h1, .h1 {
  font-weight: normal;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 16px;
}

h3, .h3 {
  font-size: 14px;
}

h4, .h4 {
  font-size: 12px;
  line-height: 1.3;
}

h5, .h5 {
  font-size: 11px;
}

h6, .h6 {
  font-size: 10px;
}

i, cite, em, var, dfn, address {
  font-style: italic;
}

u, ins {
  text-decoration: underline;
}

s, strike, del {
  text-decoration: line-through;
}

blockquote, blockquote:before, blockquote:after, q, q:before, q:after {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

blockquote {
  border-left: 4px solid #777777;
  padding-left: 10px;
  margin-left: 14px;
}

cite {
  display: block;
  text-align: right;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  border: 1px solid #777777;
  padding: 3px 7px;
  text-align: left;
  vertical-align: top;
}

th {
  border-color: #474747;
  text-align: center;
  vertical-align: middle;
}

ul {
  list-style-type: disc;
}

ul, ol {
  padding: 0;
  margin-left: 12px;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 0 0 10px 10px;
}
ul.list-unstyled, ol.list-unstyled {
  margin-left: 0;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 4px;
  font-weight: bold;
}

@media (min-width: 993px) {
  .phone-link {
    cursor: default;
    pointer-events: none;
  }
}

select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 2px 12px;
  color: #404040;
  -webkit-appearance: none;
  height: 25px;
  border: 1px solid #e5e9c6;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  border-radius: 0;
  font-size: 13px;
  line-height: 19px;
}
select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  -webkit-box-shadow: #3967c1 0 0 5px 0;
  box-shadow: #3967c1 0 0 5px 0;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 26px;
  max-height: 500px;
  height: auto;
  overflow: auto;
}

textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-webkit-input-placeholder {
  color: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

textarea:-moz-placeholder {
  color: inherit;
}

input:-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

textarea.placeholder {
  color: inherit;
}

input.placeholder {
  color: inherit;
}

[type="image"],
[type="submit"],
[type="reset"] {
  -webkit-appearance: none;
}
[type="image"]:hover,
[type="submit"]:hover,
[type="reset"]:hover {
  cursor: pointer;
}

address,
dt,
dd {
  line-height: inherit;
}

@-moz-document url-prefix() {
  .search-form fieldset,
  .comment-form fieldset,
  .post-password-form fieldset {
    display: table-cell;
    vertical-align: top;
  }
}
.search-form textarea,
.search-form input[type="text"],
.search-form input[type="search"],
.search-form input[type="email"],
.search-form input[type="url"],
.search-form input[type="password"],
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="search"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.post-password-form textarea,
.post-password-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="email"],
.post-password-form input[type="url"],
.post-password-form input[type="password"] {
  margin: 0 0 5px;
  width: 100%;
  display: block;
}
.search-form label,
.comment-form label,
.post-password-form label {
  display: block;
  padding-bottom: 4px;
}
.search-form textarea,
.comment-form textarea,
.post-password-form textarea {
  width: 100%;
  height: 112px;
  border-width: 5px;
  margin-bottom: 12px;
}
.search-form input[type=submit],
.comment-form input[type=submit],
.post-password-form input[type=submit] {
  height: 25px;
  font: 12px/25px Arial, Helvetica, sans-serif;
  background: #e5e9c6;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border-radius: 0;
  max-width: 100%;
  transition: all ease-in-out .3s;
  border: 1px solid transparent;
  color: #01294b;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}
.search-form input[type=submit]:hover,
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover {
  background: #d4dba1;
}
.search-form code,
.comment-form code,
.post-password-form code {
  background: none;
}

.commentlist {
  margin: 0 0 14px;
}
.commentlist .edit-link {
  margin: 0;
}

.commentlist-item .commentlist-item {
  padding: 0 0 0 3em;
}
@media (max-width: 767px) {
  .commentlist-item .commentlist-item {
    padding: 0;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 14px;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 14px 4px 0;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation {
  overflow: hidden;
  margin-bottom: 14px;
}
.navigation .next {
  float: left;
}
.navigation .prev {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777777;
  padding: 5px;
}
.wp-caption p {
  margin: 10px 0 0;
}

.aligncenter {
  margin: 0 auto 14px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 14px;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.margin-bottom {
  margin-bottom: 18px;
}

img.img-responsive {
  display: inline;
}

.btn {
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel {
  border-width: 7px;
  margin-bottom: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading {
  border: none;
}
.panel .panel-heading h2, .panel .panel-heading h3,
.panel .panel-heading .h2, .panel .panel-heading .h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .panel {
    padding: 0;
    background: none;
    border: none;
  }
  .panel .panel-heading {
    padding: 10px 0;
    background: none;
  }
  .panel .panel-body {
    padding: 10px;
    background: #fff;
  }
}

.nav {
  margin-left: 0;
}

.pagination {
  display: block;
  text-align: right;
  padding-top: 7px;
  border-top: 1px solid #474747;
  line-height: 1.2;
}
.pagination li {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.pagination li a, .pagination li span {
  padding: 1px 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination li .active span,
.pagination li a:hover {
  color: #474747;
  background: #e5e9c6;
}
.pagination li i {
  display: block;
  font-style: normal;
  margin: 0 2px;
}

.list-inline > li {
  vertical-align: middle;
}

#header .header-block {
  background: #fff;
  padding: 11px 0;
  margin-bottom: 20px;
}
#header .header-block .holder {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#header .header-block .logo, #header .header-block .slogan {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px 10px 0;
}
#header .header-block .logo {
  width: 150px;
}
#header .header-block .logo a {
  display: block;
  max-width: 100%;
}
#header .header-block .logo img {
  width: 100%;
}
@media (max-width: 992px) {
  #header .header-block .logo {
    width: 110px;
  }
}
#header .header-block .slogan {
  text-transform: uppercase;
  margin: 0;
  color: #003c69;
  font-size: 23px;
  line-height: 24px;
}
#header .header-block .slogan span {
  color: #838740;
}
@media (max-width: 992px) {
  #header .header-block .slogan span {
    display: block;
  }
}
@media (max-width: 992px) {
  #header .header-block .slogan {
    font-size: 20px;
    line-height: 1.1;
  }
}

.header-box {
  margin-bottom: 4px;
}
.header-box .search-form {
  margin: 0;
}
@media (max-width: 992px) {
  .header-box {
    width: auto;
    margin-bottom: 11px;
  }
  .header-box .box-holder {
    width: 700px;
    margin: 0 auto 11px;
  }
  .header-box .links-block {
    margin-top: 29px;
  }
  .header-box .links-block a {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-box .box-holder {
    width: auto;
    margin-bottom: 0;
  }
  .header-box .links-block {
    margin-top: 10px;
  }
}
.header-box .panel {
  border: none;
  border-radius: 5px;
  background: #fff;
}
.header-box .panel .panel-heading {
  padding: 0;
  background: none;
}
.header-box .panel .panel-heading a {
  display: block;
  position: relative;
  color: #404040;
  font-size: 13px;
  line-height: 19px;
  padding: 6px 25px 6px 11px;
  text-transform: none;
  font-weight: normal;
}
.header-box .panel .panel-heading a .fa {
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  padding: 6px 0;
  line-height: 19px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header-box .panel .panel-heading a.collapsed .fa {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.header-box .panel .panel-body {
  padding: 0 5px;
  border-radius: 0 0 5px 5px;
}
.header-box .panel .panel-body ul {
  margin: 2px 0;
}
@media (max-width: 767px) {
  .header-box {
    margin-bottom: 6px;
  }
  .header-box .search-form {
    margin-bottom: 10px;
  }
}

#nav {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  background: #838740 url(images/bg-nav.png);
}
#nav > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#nav > ul:before, #nav > ul:after {
  display: none;
}
#nav > ul > li {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: auto;
}
#nav > ul > li + li:before {
  content: '';
  top: 0;
  width: 3px;
  left: -1px;
  height: 26px;
  background: #e5e9c6;
  position: absolute;
  z-index: 2;
}
#nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#nav .active > a,
#nav a:hover {
  color: #3a3a04;
  background: none;
}
@media (max-width: 992px) {
  #nav {
    margin: 0 -15px 19px;
  }
}

.search-form {
  position: relative;
}
.search-form input[type=text],
.search-form input[type=search] {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  margin: 0;
  border: none;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 40px 10px 18px;
}
.search-form [type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  line-height: 30px;
  font-size: 15px;
  border: none;
}
@media (max-width: 992px) {
  .search-form input[type=search] {
    height: 31px;
    font-size: 13px;
    line-height: 19px;
    padding: 6px 30px 6px 15px;
  }
  .search-form [type=submit] {
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 13px;
  }
}

.follow-link {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  padding: 3px 9px;
  color: #fff;
  text-decoration: none;
  background: #01294b;
  margin-left: 25px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: 7px;
  right: 5%;
}
.follow-link .fa {
  position: absolute;
  width: 24px;
  height: 22px;
  right: 100%;
  margin-right: 1px;
  padding: 2px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  background: #838740;
  border-radius: 1px;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.follow-link:hover {
  background: #fff;
  color: #01294b;
}
.follow-link:hover .fa {
  background: #fff;
  color: #838740;
}
@media (max-width: 992px) {
  .follow-link {
    position: relative;
    bottom: 0;
    right: auto;
  }
}

#footer {
  background: #838740;
  text-align: center;
  color: #fff;
  padding: 17px;
}
.content #footer {
  margin: 0 -35px;
}
.content #footer:last-child {
  margin-bottom: -20px;
}

.widget {
  margin-bottom: 11px;
  line-height: 1.334;
}
.widget ul {
  padding: 0;
  margin: 0 0 2px;
  list-style: none;
}
.widget ul li {
  background: #e5e9c6;
  padding: 5px 15px;
}
.widget ul li + li {
  margin-top: 1px;
}
.widget ul a {
  color: #838740;
}
@media (max-width: 992px) {
  .widget ul {
    margin: 0 -10px;
  }
  .widget ul:first-child {
    margin-top: -10px;
  }
  .widget ul:last-child {
    margin-bottom: -10px;
  }
  .widget ul li {
    background: none;
    padding: 10px 25px;
  }
  .widget ul li + li {
    margin-top: 0;
    border-top: 1px solid #e5e9c6;
  }
}

.tweet-list .time {
  font-size: 10px;
}

.widget_facebook {
  border: none;
}
.widget_facebook .widget-body {
  padding: 0;
}
.widget_facebook iframe {
  width: 100%;
  margin: 0;
  vertical-align: top;
}

.content {
  background: #fff;
  padding: 20px 35px;
}
.content .pdf {
  display: block;
  margin-bottom: 22px;
}
.content h1 + .pdf,
.content h2 + .pdf,
.content h3 + .pdf {
  margin-top: -10px;
}
@media (max-width: 992px) {
  .content {
    margin-bottom: 40px;
    padding: 20px 30px;
  }
}

.article-heading {
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 29px;
  border-bottom: 1px solid #474747;
}
.article-heading .date {
  position: absolute;
  right: 100%;
  margin-right: 35px;
  top: -12px;
  color: #fff;
  text-transform: uppercase;
  font: 15px/18px Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  width: 44px;
  padding: 4px 5px 8px;
  background: #c8512c;
  border-radius: 5px 0 0 5px;
}
.article-heading .date span {
  display: block;
  margin-top: 2px;
}
.article-heading .date:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -4px;
  z-index: -1;
  border: 22px solid transparent;
  border-top-color: #9e4023;
  border-right-color: #9e4023;
}
@media (max-width: 992px) {
  .article-heading .date {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .article-heading .date {
    display: none;
  }
}

.content-box {
  padding: 7px;
  margin-bottom: 18px;
  font-size: 11px;
  line-height: 1.455;
  background: #e3e7eb;
}
.content-box:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}

.article-body {
  padding-bottom: 2px;
  margin-bottom: 20px;
  border-bottom: 1px solid #474747;
}

.aside-block a {
  color: #838740;
}
.aside-block li {
  margin-bottom: 12px;
}
.aside-block .block {
  margin-bottom: 25px;
}

.related-blog {
  width: 100%;
  padding: 0;
  margin: 0 0 27px;
  list-style: none;
  display: table;
  table-layout: fixed;
}
.related-blog > li {
  display: table-cell;
  vertical-align: top;
  background: #e5e9c6;
  margin: 0;
  padding: 7px;
}
.related-blog > li + li {
  border-left: 6px solid #fff;
}
.related-blog h4 {
  text-transform: none;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .related-blog {
    display: block;
  }
  .related-blog > li {
    display: block;
    margin-bottom: 1px;
  }
  .related-blog > li + li {
    border: none;
  }
}

.contact-section {
  margin: 0 -35px;
  background: #eff1f3;
  padding: 18px 35px 47px;
}
.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section input[type="url"],
.contact-section input[type="password"] {
  background: #e5e9c6;
}
.contact-section .social {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
.contact-section .comment-notes {
  margin-bottom: 5px;
}
.contact-section .comment-notes:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
@media (max-width: 992px) {
  .contact-section {
    margin: 0 -30px;
  }
  .contact-section:last-child {
    margin-bottom: -20px;
  }
}

.comments {
  margin-bottom: 40px;
  line-height: 1.167;
}
.comments .meta {
  font-size: 10px;
  margin-bottom: 10px;
}

.comment-respond h3 {
  margin-bottom: 10px;
}

.comment-reply-link{
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background-color: #e5e9c6;
    border-color: transparent;
    color: #01294b;
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 3px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.comment-reply-link:hover, .comment-reply-link:focus, .comment-reply-link:active, .comment-reply-link.active, .open > .comment-reply-link.dropdown-toggle {
    background-color: #d4dba1;
    border-color: transparent;
    color: #01294b;
}
.post-list .post {
  padding-bottom: 9px;
  margin-bottom: 29px;
  border-bottom: 1px solid #474747;
}

.post-list .post img {
  max-height:150px;
  max-width:150px;
}
