
.logo a {
    width: 110px;
    margin-top: 18px;
}

.header-fixed .logo a {
    width: 110px;
    margin-top: 10px;
}

.overlay-dark:before {
	background-color: rgba(32,32,32,0.1);
}
.img-about {
	max-height: 80px;
    margin: 0 auto;
    display: inline;
	vertical-align: middle;
}

.row.about .wrap {
    height: 95px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;
    width: 100%;
}
.row.about .wrap.timber .img-about {
    max-height: 90px;
}
.row.about .wrap.wood {
    padding: 0 ;
}
@media (min-width: 420px) {
    .row.about .wrap.wood {
        padding: 0 20% ;
    }
}
@media (min-width: 768px) {
    .row.about .wrap.wood {
        padding: 0 ;
    }
}
@media (min-width: 992px) {
    .row.about .wrap.wood {
        padding: 0 15%;
    }
}
@media (min-width: 1200px) {
    .row.about .wrap.wood {
        padding: 0 20%;
    }
}
.row.about p {
    width: auto;
    padding: 0 30px;
    text-align: center;
}
@media (min-width: 1200px) {
	.p-about-wc {
		display: inline-block;
		vertical-align: middle;
		width: 210px;
		text-align: left;
	}
	.p-about-hb {
		display: inline-block;
		vertical-align: middle;
		width: 400px;
		text-align: left;
	}
}


@media all and (min-width: 1025px) {
	.blog-post .post-header {
		min-height: 50px;
	}
}

section.certified-timber {
	background: transparent url('/images/layout/certified-strip.jpg') repeat-y;
}
	
.product-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.product-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.product-modal .modal-content img {
  margin-bottom: 30px;
}
.product-modal .modal-content .item-details {
  margin: 30px 0;
}
.product-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 0px;
  right: 25px;
  cursor: pointer;
}
.product-modal .close-modal:hover {
  opacity: 0.3;
}
.product-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #000000;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.product-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #000000;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.product-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

.partners-wrapper {
	display: relative;
}
.partners-wrapper .partner-item {
	display: inline-block;
}
.partners-wrapper .partner-item img {
	max-height: 200px;
	width: auto;
}
img.img-fullwidth {
	width: 100%;
	height: auto;
}

.article-images, .article-videos, .article-attachments {
	margin-bottom: 20px;
}

/* přestylování flashů na alerty bootstrap */
.flashes {
  /*    margin-top: 115px;
    position: fixed;*/
  width: 100%;
  z-index: 1050;
}
.flash {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 0;
}
.flash h4 {
  margin-top: 0;
  color: inherit;
}
.flash .alert-link {
  font-weight: bold;
}
.flash > p,
.flash > ul {
  margin-bottom: 0;
}
.flash > p + p {
  margin-top: 5px;
}
.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.success hr {
  border-top-color: #c9e2b3;
}
.success .alert-link {
  color: #2b542c;
}
.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.info hr {
  border-top-color: #a6e1ec;
}
.info .alert-link {
  color: #245269;
}
.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.warning hr {
  border-top-color: #f7e1b5;
}
.warning .alert-link {
  color: #66512c;
}
.danger,
.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.danger hr,
.error hr {
  border-top-color: #e4b9c0;
}
.danger .alert-link,
.error .alert-link {
  color: #843534;
}
ul.error {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
}
ul.error li {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  margin: 0;
  padding: 10px;
}
ul.error li h4 {
  margin-top: 0;
  color: inherit;
}
ul.error li .alert-link {
  font-weight: bold;
}
ul.error li > p,
ul.error li > ul {
  margin-bottom: 0;
}
ul.error li > p + p {
  margin-top: 5px;
}
ul.error li hr {
  border-top-color: #e4b9c0;
}
ul.error li .alert-link {
  color: #843534;
}

/********* PRODUCT DETAIL ********/
.detail-images h3::after,.detail-documents h3::after,.detail-videos h3::after {
    content: '';
}
.detail-images .lightbox {
    position: relative;
    height: 230px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.detail-buttons {
    margin: 25px 0 50px;
}
/******************* TIMBER COMPETITION **********************/
.row.competition-intro {
    margin-top: 50px;
}
.row.competition-intro .img-icon {
    max-height: 80px;
    display: block;
    margin: 0 auto 20px;
}
.row.competition-intro .content {
    margin: 0 auto 50px;
    max-width: 300px;

}
.row.competition-intro .content  p {
    color: black;
    font-weight: 400;
}
.row.competition-intro .content  p:first-child {
    margin-bottom: 0;
    font-weight: 600;
}

/* news  */
#blog .blog-post {
    margin-bottom: 25px;
}

#blog .blog-post .post-media {
	margin-bottom: 5px;
}
#blog .blog-post .post-header {
    min-height: 55px;
}

@media (min-width: 992px) {
    #blog .blog-post .post-media {
        height: 435px;
    }
}

@media (min-width: 1200px) {
    #blog .blog-post .post-media {
        height: 350px;
    }
}