/* Header */
#head { background:#181015 url( ../images/bg_header.jpg) no-repeat; background-size: cover; min-height:520px; text-align: center; padding-top:240px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; }
#head.secondary { height:100px; min-height: 100px; padding-top:0px; }
	#head .lead { font-family:"Open sans", Helvetica, Arial; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; } 
	#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
		#head .tagline a { color:#fff; } 
	#head .btn { margin-bottom:10px;}
	#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
		#head .btn-default:hover,
		#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
		#head .btn-default:active, 
		#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

@media (max-width: 767px) {
	#head { min-height:420px; padding-top:160px; }
	#head .lead { font-size: 34px; }
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand h1{
	font-family: "Open sans", helvetica, arial;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
  	margin: 0;
}

.navbar-inverse .navbar-brand{
	padding: 10px 0 10px 0;
    margin: 0;
}

.navbar-nav {
	margin: 0;
}

.navbar-toggle {
	margin-right: 0;
}

/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:40px; }
	.h-caption { text-align: center; } 
	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
	.h-body { }


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }
h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; } 
blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
label { color: #777; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; }
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 60px; }
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }

/* Main content block */

.main-content {
	padding: 140px 0 50px 0;
}

h1.post-title{
  	font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
	padding: 30px 15px;
}

.post-item{
	margin-bottom: 30px;
}

.post-item-image{
	margin-bottom: 20px;
}

.post-item-meta{
  	color: #999;
	display: flex;
  	justify-content: space-between;;
  	align-items: center;
}

.post-item-title{
    min-height: 50px;
	font-weight: 700;
  	font-size: 20px;
  	line-height: 1.2;
}

.post-item-text{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.post-item-more{
	font-weight: 700;
  	font-size: 16px;
  	color: #FF9B22;
}

.post-item-more:hover{
  	color: #FF9B22;
}

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    margin-top: 30px;
    padding: 10px 0;
}

@media screen and (max-width: 1025px) {
    .comments-block-wrap {
        padding-bottom: 30px;
    }
}
  
.comments-block .comments-title,
.comment-form-wrap .comments-title {
    font-size: 24px;
    font-weight: 700;
    color: #2b2e3f;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 30px;
    text-align: left;
    text-transform: none;
}

.comments-block .comments-title::before,
.comment-form-wrap .comments-title::before,
.comments-block .comments-title::after,
.comment-form-wrap .comments-title::after {
    content: "";
    display: none;
    width: 0;
    height: 0;
}
   
.comments-block .comment-list {
    list-style: none;
  	border: none;
    padding: 0;
    margin: 0;
}
  
.comment-list__item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
  
.comment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
  
.comment-info__author {
    display: flex;
    align-items: center;
}
  
@media screen and (max-width: 1200px) {
    .comment-info__author {
        margin-bottom: 15px;
    }
}
  
.comment-author-image {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
  
.comment-info__author .comment-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.comment-author-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
  
.comment-date {
    font-weight: 500;
    color: #999999;
    font-size: 14px;
}
  
.comment-content {
    color: #2b2e3f;
    font-size: 14px;
}
  
.comment-form-wrap {
    padding-top: 20px;
}
  
.comment-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
  
.comment-form .comment-form-top .comment-form-input {
    width: 49%;
    font-size: 14px;
    color: #777777;
    border: 1px solid #999;
    border-radius: 0;
    padding: 13px 20px;
    margin-bottom: 15px;
}
  
@media screen and (max-width: 520px) {
    .comment-form .comment-form-top .comment-form-input {
        width: 100%;
    }
}

.comment-form .comment-form-top .comment-form-textarea {
    width: 100%;
    min-height: 190px;
    resize: none;
    font-size: 14px;
    color: #777777;
    border: 1px solid #999;
    padding: 13px 20px;
    margin-bottom: 15px;
}
  
.comment-form-bottom {
    display: flex;
    align-items: center;
}
  
.button-submit {
    color: #fff;
    border: 1px solid #192437;
    background-color: #192437;
    letter-spacing: 0.48px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    margin: 0;
    padding: 13px 30px;
}

/*------------------------- Coments block  ------------------------ */

.pagination-list{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px 0;
}

.pagination-list li a{
    text-decoration: none;
  	display: inline-block;
    width: 40px;
  	height: 40px;
    font-weight: 700;
  	line-height: 2.6;
    text-align: center;
    border: 1px solid #FF9B22;
    background-color: transparent;
    color: #FF9B22;
    margin: 0 3px;
  	transition: all .3s ease;
}

.pagination-list li.active a{
    text-decoration: none;
    border: 1px solid #FF9B22;
    background-color: #FF9B22;
    color: #fff;
}

.pagination-list li a:hover{
    text-decoration: none;
    border: 1px solid #FF9B22;
    background-color: #FF9B22;
    color: #fff;
}



/* Sidebars */
.sidebar { 
  padding-top: 0; 
  padding-bottom: 30px; 
}
.sidebar .widget { margin-bottom:20px; }
.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; }

h3.sidebar-heading{
	margin-top: 0;
}

.categories{
	list-style: none;
  	padding-left: 0;
  	margin-bottom: 30px;
}

.categories li{
	padding: 7px 0;
}

.categories li a{
  	font-size: 16px;
	color: #333;
}

.categories li a:hover{
	color: #FF9B22;
}

.tag-cloud-link{
	display: inline-block;
  	border: 1px solid #FF9B22;
  	background-color: transpareent;
  	color: #333;
  	padding: 5px 15px;
  	margin: 3px;
  	transition: all .3s ease;
}

.tag-cloud-link:hover{
  	text-decoration: none;
  	border: 1px solid #FF9B22;
  	background-color: #FF9B22;
  	color: #fff;
}

/* Footer */
.footer1 { background: #232323; padding: 30px 0 0 0; font-size: 12px; color: #999; }

.footer1 a { color: #ccc; }

.footer1 a:hover {color: #fff; }

.footer1 .widget { margin-bottom:30px; }	

.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }

.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }

.footer1 .entry-meta a { color: #333333; }

.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }

.follow-me-icons { font-size:30px; }

.follow-me-icons i { float:left; margin:0 10px 0 0; }		

.footer2 { background: #191919; padding: 15px 0; color: #777; font-size: 12px; }

.footer2 a { color: #aaa; }

.footer2 a:hover { color: #fff; }

.footer2 p { margin: 0; }

.widget-simplenav { margin-left:-5px; }

.widget-simplenav a{ margin:0 5px; }

.footer-links ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.footer-links ul li{
    padding: 5px 0;
}

