
/*Blog Banner*/
   #blog-banner{
    min-height: 275px;
    position: relative;
    background: url('../images/parallax/image-parallax-7.jpg') no-repeat;
   } 
   #blog-banner #owl-banner .item h3{
    margin-top: 220px;
   }

/*End Blog Banner*/

#content-blog {
	background-color: #fff;
	padding-top: 80px;
}
.blog-item {
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	padding: 0 0 45px 0;
	position: relative;
	margin-bottom: 50px;


	-webkit-boz-sizing: border-box;
	-moz-boz-sizing: border-box;
	-ms-boz-sizing: border-box;
	-o-boz-sizing: border-box;
	boz-sizing: border-box;
}

.blog-audio iframe {
	border: 0;
	width: 100% !important;
}
#owl-blog-list .item img{
	width: 100%;
}
#owl-blog-list .owl-controls {
	height: 0;
	margin: 0;
	padding: 0;
}
#owl-blog-list .owl-buttons div {
	background-color: #fff;
	border: 0;
	opacity: .8;
	bottom: 0;
	color: #000;
	display: block;
	font-family: 'FontAwesome';
	font-size: 17px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
	z-index: 999;
	font-weight: bold;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#owl-blog-list .owl-buttons div:hover {
	opacity: .8;
	color: #fff;
}
#owl-blog-list .owl-buttons .owl-prev {
	left: 0;
}
#owl-blog-list .owl-buttons .owl-next {
	right: 0;
}
.blog-title {
	margin-bottom: 25px;
	min-height: 50px;
	padding-left: 0px;
	position: relative;
}
.blog-title .fa {
	color: #fff;
	display: block;
	font-size: 2.2em;
	height: 48px;
	left: 0;
	line-height: 48px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 48px;
}


.blog-title h2 a {
	color: #222;
}
.blog-title ul {
	font-size: 0;
}
.blog-title ul li {
	color: #222;
	display: inline-block;
	margin-right: 16px;
	margin-top: 6px;
	position: relative;
	font: 900 12px 'Open Sans';
	text-transform: uppercase;
}
.blog-title ul li:after {
	bottom: 0;
	content: '|';
	margin: auto;
	position: absolute;
	right: -10px;
	top: 0;
}
.blog-title ul li:last-child:after {
	display: none;
}

.blog-item .blog-read-more {
	color: #010101;
	display: block;
	font-size: 13px;
	height: 35px;
	line-height: 31px;
	margin-top: 40px;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-align: center;
	text-transform: uppercase;
	width: 115px;
	border:2px solid #222;
}
.blog-item .blog-read-more:hover {
	color: #fff;
	border:2px solid #ff2b42;
}
.blog-item .blog-quote {
	border-left-width: 4px;
	border-left-style: solid;
	padding: 12px 0 12px 30px;
	position: relative;
}
.blog-item .blog-quote blockquote{
	font-size: 2.2em;
	margin-bottom: 22px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: 900;
	color: #222;
}
.blog-item .blog-quote span{
	font-size: 1.2em;
	text-transform: uppercase;
}
.blog-item .blog-quote .fa {
	color: #d9d9d9;
	font-size: 35px;
	left: 20px;
	position: absolute;
	top: 15px;
}
.blog-item .blog-image img {
	display: block;
    margin: 0 auto 10px;
    max-width: 100%;
   	width: 100%;
}
.blog-item .blog-link {
	height: 118px;
	position: relative;
	text-align: center;
	border:2px solid #222222;
	font-weight: bold;
}
.blog-item .blog-link .fa {
	color: #222;
	font-size: 40px;
	left: 40px;
	line-height: 118px;
	position: absolute;
	top: 0;
}
.blog-item .blog-link:before {
	background-color: #cccccc;
	content: '';
	display: block;
	height: 100px;
	left: 115px;
	position: absolute;
	top: 8px;
	width: 1px;
}
.blog-item .blog-link a {
    display: block;
}
.blog-item .blog-link p {
	color: #222;
	font-size: 2.2em;
	line-height: 118px;
	font-weight: 900;
}
.blog-item .blog-text-post {
	margin-top: 0;
}

ul.page-numbers {
	font-size: 0;
	margin-bottom: 100px;
	margin-top: 65px;
}
ul.page-numbers li,
.page-links span  {
	display: inline-block;
	padding: 0;
}
ul.page-numbers li a,
.page-links span  {
	border: 1px solid #e7e7e7 ;
	border-radius: 0 !important;
	color: #000;
	display: block;
	font:700 16px/28px 'Open Sans';
	height: 30px;
	margin: 0;
	margin-right: 5px;
	padding: 0 5px;
	text-align: center;
	min-width: 30px;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.page-links .page-links-title {
	border: 0;
	background-color: transparent;
	color: #222;
}
.page-links  span {
	display: inline-block;
}
.page-links  > a > span {
	background-color: transparent;
	color: #222;
	border: 1px solid #e7e7e7;
}
ul.page-numbers li:first-child a .fa,
ul.page-numbers li:last-child a .fa {
	font-size: 19px;
	position: relative;
}
ul.page-numbers li a:hover {
	background-color: #1d1f25;
	border: 1px solid #1d1f25;
	color: #fff;
}
ul.page-numbers li.current-page a,
.page-links  span  {
	background-color: #1d1f25;
	border: 1px solid #1d1f25 ;
	color: #fff;
}

.blog-list-right .widget {
	margin-bottom: 40px;
}

.widget_search form {
    margin-top: 28px;
}
.widget_search form input {
	border: 1px solid #dcdcdc;
	color: #8d8d8d;
	font:300 1.4em 'Open Sans';
	height: 44px;
	padding: 0 17px;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul  {
	margin-top: 16px;
	list-style: none;
}
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_recent_comments ul li {
	border-top: 1px solid #e7e7e7;
}
.widget_categories ul li:first-child,
.widget_archive ul li:first-child,
.widget_meta ul li:first-child,
.widget_rss ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child,
.widget_recent_entries ul li:first-child {
	border: 0;
}
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_categories ul li,
.widget_recent_comments ul li {
	font:300 16px/26px 'Open Sans';
	color: #696969;
}
.widget_recent_comments ul li {
	padding: 15px 0;
}
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_categories ul li a,
.widget_recent_comments ul li a  {
	display: inline-block;
	color: #696969;
	font:300 16px/26px 'Open Sans';
	padding: 15px 0;

	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#wp-calendar {
	width: 100%;
	margin-top: 25px;
}
#wp-calendar caption {
	color: #fff;
	font: 400 18px/40px 'Open Sans';
	background-color: #696969;
}
#wp-calendar th {
	color: #696969;
	font: 700 16px/26px 'Open Sans';
}
#wp-calendar td {
	color: #696969;
	font: 300 16px/26px 'Open Sans';
}
#wp-calendar td a {
	font-weight: 700;
	color: #696969;
}
.widget_archive select,
.widget_categories select,
.textwidget select {
	width: 100%; height: 40px;
	color: #696969;
	font: 300 16px/26px 'Open Sans';
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0 15px;
	margin-top: 25px;
}

.widget_categories {
	margin-top: 60px;
}
.widget_rss h2 a {
	color: #222;
}

.widget_rss ul {
	margin-top: 20px;
}
.widget_rss ul li {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	color: #696969;
	padding: 15px 0;
}
.widget_rss ul li a {
	font-weight: 700;
	color: #696969;
}

.textwidget {
	margin-top: 20px;
}
.textwidget strong {
	display: block;
	font-weight: 700;
	line-height: 1.6em;
	margin: 10px 0;
	color: #696969;
}


.comment-form {
	overflow: hidden;
	width: auto !important;
	margin-left: -15px;
	margin-right: -15px;
}
#commentform .controls,
#commentform .form-allowed-tags {
	font-family: 'Open Sans';
	font-size: 16px;
	color: #696969;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.date-comment .comment-edit-link {
	margin-left: 15px;
	font-weight: 400;
}
#commentform .form-allowed-tags code {
	display: block;
	font-size: 10px;
	line-height: 1.5em;
	white-space: normal;
}


.awew_flickr {
	margin-top: 48px;
}
.flickr-content {
	margin: 0px -4px;
	margin-top: 28px;
	overflow: hidden;
}
.flickr-content li {
	display: block;
	float: left;
	padding: 5px;
	width: 33.33%;
}
.flickr-content li a {
	display: block;
	position: relative;
	width: 100%;
}
.flickr-content li a:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 9;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.flickr-content li a:hover:before {
	background: rgba(0,0,0,.8);
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
.flickr-content li a img {
	width: 100%;
}
.widget_recent_entries {
	margin-top: 70px;
}

.widget_tag_cloud {
	margin: 60px 0;
}
.tagcloud {
	font-size: 0;
	margin: 0px -5px;
	margin-top: 28px;
}
.tagcloud a {
	border: 1px solid #ccc;
	display: inline-block;
	height: 29px;
	margin: 5px;
	color: #696969;
	font: 300 16px/25px 'Open Sans' !important;
	padding: 0px 9px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.tagcloud a:hover {
	background-color: #1d1f25;
	color: #fff;
}
.blog-detail {
	color: #8d8d8d;
	font:300 1.6em/1.6em 'Open Sans';
}
.blog-detail p.p-blog-detail{
	margin-top: 65px;
}
.blog-detail .blog-quote{
	margin-top: 65px;
}
.blog-detail .blog-quote p{
	font:900 22px/1.4em 'Open Sans';
}
.blog-detail .blog-quote span{
	font:12px 'Open Sans';
}
.blog-comment {
	margin-top: 70px;
	overflow: hidden;
}
.title-right-blog span {
	color: #f1c40f;
}
.comment-item {
	border-bottom: 1px solid #e7e7e7;
	margin-top: 50px;
	min-height: 130px;
	overflow: hidden;
	padding-left: 135px;
	position: relative;
}
.comment-item > .comment-item {
	border-bottom: 0;
	border-top: 1px solid #e7e7e7;
	padding-top: 50px;
}

.comment-item > .comment-item {
	padding-bottom: 0;
	margin-top: 0;
}
.comment-item > .comment-item .img-comment {
	top: 50px;
}
.img-comment {
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
}
.img-comment img {
	width: 100%;
}
.user-comment {
	color: #222222;
	display: block;
	font: 900 1.6em 'Open Sans';
	text-transform: uppercase;
}
.date-comment {
	color: #222222;
	display: block;
	font:900 1.2em 'Open Sans';
	margin-top: 2px;
	text-transform: uppercase;
}
.detail-comment {
	color: #696969;
	font:300 1.6em/1.6em 'Open Sans';
	margin-top: 20px;
}
.reply-comment {
	cursor: pointer;
	display: block;
	float: right;
	height: 20px;
	overflow: hidden;
	font: 1.2em/2em 'Open Sans';
	margin-top: 35px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-left: 25px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.reply-comment:hover {
	color: #222;
}
.reply-comment .icon {
	font-size: 20px;
	float: left;
	margin-right: 8px;
	margin-top: 1px;
}
.clear {
	clear: both;
}
.blog-leave-reply {
	margin-bottom: 55px;
	margin-top: 80px;
}
.blog-leave-reply h2 {
	margin-bottom: 65px;
}
.blog-leave-reply input[type="text"] {
	border:0;
    height: 44px;
	padding: 12px 15px;
	width: 100%;
	color: #696969;
	display: block;
    border: 1px solid #d1d1d1;
	font: 1.2em 'Open Sans';
	text-transform: uppercase;
	margin-top: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.blog-leave-reply textarea,
.blog-comment textarea {
	border: 0;
	display: block;
	font: 1.2em 'Open Sans';
	color: #8d8d8d;
	text-transform: uppercase;
	margin-top: 30px;
	min-height: 210px;
	padding: 10px 15px;
	width: 100%;
    border: 1px solid #d1d1d1;
	resize: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-comment .comment-respond {
	margin-top: 80px;
}
.comment-respond .comment-reply-title small {
	font-size: 12px;
	font-weight: 400;
}
.comment-form .form-submit {
	padding-right: 15px;
}
.comment-form #submit {
	border: 2px solid #222222;
	color: #000000;
	display: block;
	float: right;
	font: 13px/30px 'Open Sans';
	text-transform: uppercase;
	background: none;
	height: 34px;
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 118px;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	
}
.comment-form #submit:hover {
	background-color: #1d1f25;
    color: #fff;
}
.blog #navigation.nav-ver2,
.blog-singer #navigation.nav-ver2 {
	position: static;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,.4);
}
.blog #navigation.nav-ver2 .logo a,
.blog-singer #navigation.nav-ver2 .logo a {
	background: #1d1f25;
}
.blog #navigation.nav-ver2 ul.menu > li > a,
.blog-singer #navigation.nav-ver2 ul.menu > li > a {
	color: #000;
}
.blog #navigation.nav-ver2 ul.menu ul:before,
.blog-singer #navigation.nav-ver2 ul.menu ul:before {
	border-bottom-color: #000;
}
.blog-video,
.awe-embed-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.blog-video iframe,
.awe-embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.blog-descript .awe-embed-video iframe {
	margin-bottom: 0;
}
.blog-descript  .awe-embed-video {
	display: block;
}

/* Blog masonry */

.blog-grid.blog-item {
    border-bottom: 0;
}
.blog-grid .col img {
    width: 100%;
}
.blog-grid:after {
    content: '';
    display: block;
    clear: both;
}
.blog-grid .col .inner {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}
.blog-grid .blog-title {
    padding-left: 60px;
    padding-top: 8px;
}
.blog-grid .blog-title h2 a {
    font-size: 16px;
}
.blog-grid .blog-title ul li {
    font-size: 10px;
}
.blog-grid.blog-item .blog-quote blockquote {
    font-size: 1.8em;
}
.blog-grid.blog-item .blog-link {
    height: auto;
    padding: 20px 20px 50px 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-grid.blog-item .blog-link p {
    font-size: 1.8em;
    line-height: 1.8em;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-grid.blog-item .blog-link .fa {
    position: static;
    padding: 22px;
    border-bottom: 1px solid #222;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-grid.blog-item .blog-link:before {
    display: none;
}
.owl-item-masonry.owl-theme .owl-controls {
    height: 0;
    margin: 0;
    padding: 0;
}
.owl-item-masonry.owl-theme .owl-buttons div {
    background-color: #fff;
    opacity: .8;
    bottom: 0;
    color: #000;
    display: block;
    font-family: 'FontAwesome';
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
    z-index: 999;
    font-weight: bold;
}
.owl-item-masonry.owl-theme .owl-buttons div:hover {
    background-color: rgba(255,43,66,1);
    opacity: .8;
    color: #fff;
}
.owl-item-masonry.owl-theme .owl-buttons .owl-prev {
    left: 0;
}
.owl-item-masonry.owl-theme .owl-buttons .owl-next {
    right: 0;
}
.blog-grid.blog-item .col .head {
    position: relative;
}
.blog-grid.blog-item .col .head:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.blog-grid.blog-item .col .head:hover:after {
    background-color: rgba(0,0,0,0.8);
}
.blog-grid.blog-item .col .head .link {
    display: block;
    width: 54px; height: 54px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    border: 1px solid #fff;
    position: absolute;
    margin: auto;
    left: 0; right: 0; top: 0; bottom: 0;
    z-index: 999;
    -webkit-transform: scale(2) rotate(-270deg);
    -moz-transform: scale(2) rotate(-270deg);
    -ms-transform: scale(2) rotate(-270deg);
    -o-transform: scale(2) rotate(-270deg);
    transform: scale(2) rotate(-270deg);
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.blog-grid.blog-item .col .head:hover .link {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}
.blog-grid.blog-item .col .head-image .link {
    background: url('../images/icon-plus.png') no-repeat  center center;
}
.blog-grid.blog-item .col .head-video .link {
    background: url('../images/icon-play.png') no-repeat  center center;
}
.blog-grid.blog-item .col .head-audio .link {
    background: url('../images/icon-headphone.png') no-repeat  center center;
}

#loadmore {
    text-align: center;
}
#loadmore a {
    margin-top: 20px;
    display: inline-block;
    min-width: 170px;
    height:40px;
    line-height: 40px;
    font-size: 1.6em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 95px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#loadmore a:hover {
    background: #222;
}


.title-right-blog,
.comment-reply-title {
	color: #222222;
	font: 900 2.4em 'Open Sans';
	text-transform: uppercase;
}

.blog-title h2,
.blog-title h1 {
    display: block;
	font-weight: 900;
    color: #222;
	text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-title h2 {
    padding-left: 56px;
}
.blog-title h2 a {
	font-size: 30px;
}
.blog-title ul li a {
	/*color: #ff2b42;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-title ul li a:hover {
	color: #222;
}

.blog-item p {
	color: #696969;
	font: 300 1.6em/2em "Open Sans";
	line-height: 28px;
}

/* Wyklucz produkty WooCommerce z .blog-item p - p dziedziczy rozmiar z rodzica */
body.single-product .blog-item .single-product-description p,
body.single-product .blog-item .single-product-custom .single-product-description p,
body.single-product .blog-item .single-product-right .single-product-description p,
body.single-product .blog-item .col-md-8 .single-product-description p {
	font: 300 1em/1.9em "Open Sans" !important;
	line-height: 1.9em !important;
	font-size: 1em !important;
}
.blog-item p strong {
	font-weight: 700;
}

.blog-descript p {
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans';
	font-weight: 900;
}
h1 {
	font-size: 36px;
}
.kreska{
	font-family: 'Open Sans';
	font-weight: 900;
	font-size: 3em;
	text-transform: uppercase;
}
.kreska:before {
    content: '';
    width: 58px;
    height: 3px;
    background-color: #000;
    position: relative;
    display: block;
    left:0;
    top:50px;
    }
h2 {
	/*font-size: 30px;*/
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-family: 'Open Sans';
	font-weight: 300;
	line-height: 1.5em;
}



/* Heading */
.blog-descript h1 {font-size: 36px;}
.blog-descript h2 {font-size: 30px;}
.blog-descript h3 {font-size: 24px;}
.blog-descript h4 {font-size: 18px;}
.blog-descript h5 {font-size: 14px;}
.blog-descript h6 {font-size: 12px;}

.blog-descript h1,
.blog-descript h2,
.blog-descript h3,
.blog-descript h4,
.blog-descript h5,
.blog-descript h6 {
	margin: 20px 0;
}


/* Blogquote */
.blog-descript blockquote {
    font-style: italic;
    margin-bottom: 1.71429rem;
    padding: 1.71429rem;
}

.blog-descript blockquote p {
	margin: 0;
	font-style: italic;
}

/* Table */

.blog-descript table {
    border-bottom: 1px solid #ededed;
    color: #696969;
    font-size: 0.857143rem;
    line-height: 2;
    margin: 0 0 1.71429rem;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.blog-descript th {
    color: #636363;
    font-size: 0.785714rem;
    font-weight: bold;
    line-height: 2.18182;
    text-transform: uppercase;
}
.blog-descript td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
    padding: 1px !important;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}

/* Definition Lists */
.blog-descript dl {
    margin: 0 20px;	
    font-size: 15px;
    color: #696969;
}

.blog-descript dt {
    font-weight: bold;
    line-height: 1.71429;
    
}

.blog-descript dd {
    line-height: 1.71429;
    margin-bottom: 20px;

}

/* List */

.blog-descript  ul {
    list-style: disc outside ;
}

.blog-descript  ol {
    list-style: decimal outside ;
}
.blog-descript  ol, 
.blog-descript  ul {
    line-height: 1.71429;
    margin: 0 0 1.71429rem;
    font-size: 15px;
    color: #696969;
}

.blog-descript  li {
    margin: 0 0 0 2.57143rem;
}

.blog-descript ul ul, 
.blog-descript ol ol, 
.blog-descript ul ol, 
.blog-descript ol ul {
    margin-bottom: 0;
}

/* Address */

.blog-descript  address {
    display: block;
    font-style: italic;
    font-size: 14px;
    line-height: 28px;
    color: #696969;
}

.blog-descript ins {
    background-color: #fff9c0;
    text-decoration: none;
}


.blog-descript  pre {
    color: #666;
    font-size: 14px;
    padding: 20px;
    font-family: Consolas,Monaco,Lucida Console,monospace;
}


.blog-descript .edit-link a {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans';
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.aligncenter, .wp-caption.aligncenter {
	margin-top: 20px;
	margin-bottom: 20px;
}
img.alignleft, .wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright, .wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
.blog-descript img {
    max-width: 100%;
}
.wp-caption {
    max-width: 100%;
    padding: 4px;
}
.blog-descript  form input {
    border: 1px solid #dcdcdc;
    color: #8d8d8d;
    font: 300 1.4em 'Open Sans';
    height: 44px;
    padding: 0 17px;
}


/* Gallery */

.blog-descript .gallery-item dt {
    font-weight: bold;
    line-height: 1.71429;
}

.blog-descript .gallery-item {
	margin-right: 0;
	margin-left: 0;
}
.blog-descript .gallery-item a {
    display: block;
}

.blog-descript .gallery img {
    border:  none !important;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
}

.blog-descript embed, 
.blog-descript iframe, 
.blog-descript object, 
.blog-descript video {
    margin-bottom: 1.71429rem;
    max-width: 100%;
}
.blog-item .blog-audio, 
.blog-item .blog-link,
.blog-item .blog-quote,
.blog-item .blog-list-img,
.blog-item .blog-video,
.blog-item .blog-image {
	margin-bottom: 50px;
}
.blog-grid .inner .head-audio,
.blog-grid .inner .head-image,
.blog-grid .inner .blog-link,
.blog-grid .inner .head-video {
	margin-bottom: 20px;
}