
/*Blog Banner*/
   #blog-banner{
    min-height: 545px;
    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;
}
.blog-item {
	border-bottom: 1px solid #e7e7e7;
	box-sizing: border-box;
	margin-top: 75px;
	-moz-box-sizing: border-box;
	overflow: hidden;
	padding: 0 0 45px 0;
	position: relative;
	-webkit-box-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;
	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-top: 50px;
	min-height: 50px;
	padding-left: 65px;
	position: relative;
}
.blog-title .icofont {
	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 {
    display: block;
	font-weight: 900;
    color: #222;
	font-size: 3em;
	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 ul {
	font-size: 0;
}
.blog-title ul li {
	color: #222;
	display: inline-block;
	margin-right: 16px;
	margin-top: 6px;
	position: relative;
	font: 900 12px 'Lato';
	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-descript {
	color: #696969;
	font:300 1.6em/2em 'Lato';
	margin-top: 35px;
}
.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: 4px solid #ff2b42;
	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 .icofont {
	color: #d9d9d9;
	font-size: 35px;
	left: 20px;
	position: absolute;
	top: 15px;
}
.blog-item .blog-image img {
	width: 100%;
}
.blog-item .blog-link {
	height: 118px;
	position: relative;
	text-align: center;
	border:2px solid #222222;
	font-weight: bold;
}
.blog-item .blog-link .icofont {
	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;
}
.blog-item h2 a span {
	color: #f1c40f;
}
.pagination {
	font-size: 0;
	margin-bottom: 100px;
	margin-top: 65px;
}
.pagination li {
	display: inline-block;
	padding: 0;
}
.pagination li a {
	border: 1px solid #e7e7e7;
	border-radius: 0 !important;
	color: #000;
	display: block;
	font:700 16px/28px 'Lato';
	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;
}
.pagination li:first-child a,
.pagination li:last-child a {
	font-size: 0;
	position: relative;
}
.pagination li:first-child a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0; left: 0;
	min-width: 30px; height: 30px;
	font: 19px/28px 'FontAwesome';
}
.pagination li:last-child a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0; left: 0;
	min-width: 30px; height: 30px;
	font: 19px/28px 'FontAwesome';
}
.pagination li a:hover {
	background-color: #1d1f25;
	border: 1px solid #1d1f25;
	color: #fff;
}
.pagination li.current-page a {
	background-color: #1d1f25;
	border: 1px solid #1d1f25;
	color: #fff;
}







.blog-list-right {
	margin-top: 65px;
}

.blog-search {
	margin-bottom: 10px;
}
.blog-search h2{
}
.blog-search form {
    margin-top: 28px;
}
.blog-search input {
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	color: #8d8d8d;
	font:300 1.4em 'Lato';
	height: 44px;
	-moz-box-sizing: border-box;
	padding: 0 17px;
	-webkit-box-sizing: border-box;
	width: 100%;
}
.category {
	margin-top: 60px;
}
.title-right-blog {
	color: #222222;
	font: 900 2.4em 'Raleway';
	text-transform: uppercase;
}
ul.ul-category {
	margin-top: 16px;
	list-style: none;
}
ul.ul-category li {
	border-top: 1px solid #e7e7e7;
}
ul.ul-category li:first-child {
	border: 0;
}
ul.ul-category li a {
	display: block;
	color: #696969;
	font:300 1.6em/26px 'Lato';
	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;
}

.flickr {
	margin-top: 48px;
}
.content-flickr {
	margin: 0px -4px;
	margin-top: 28px;
	overflow: hidden;
}
.content-flickr li {
	display: block;
	float: left;
	padding: 5px;
	width: 33.33%;
}
.content-flickr li a {
	display: block;
	position: relative;
	width: 100%;
}
.content-flickr 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;
}
.content-flickr 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);
}
.content-flickr li a img {
	moz-transform: scale(1);
	-moz-transition: all .3s ease;
	ms-transform: scale(1);
	-ms-transition: all .3s ease;
	o-transform: scale(1);
	-o-transition: all .3s ease;
	transform: scale(1);
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-webkit-transition: all .3s ease;
	width: 100%;
}
.content-flickr li a:hover img {
}
.recent-post {
	margin-top: 70px;
}
.recent-post ul.ul-category li a {
	color: #8d8d8d;
}
.recent-post ul.ul-category li a:hover {
	color: #f1c40f;
}

.tag-blog {
	margin: 60px 0;
}
.tag-blog ul {
	font-size: 0;
	margin: 0px -5px;
	margin-top: 28px;
}
.tag-blog ul li {
	border: 1px solid #ccc;
	display: inline-block;
	height: 29px;
	margin: 5px;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	padding: 0px 9px;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.tag-blog ul li a {
	color: #696969;
	font:300 16px/29px 'Lato';
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.tag-blog ul li:hover {
	background-color: #1d1f25;
}
.tag-blog ul li:hover a {
	color: #fff;
}

.blog-detail {
	color: #8d8d8d;
	font:300 1.6em/1.6em 'Lato';
}
.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 'Raleway';
}
.blog-detail .blog-quote span{
	font:12px 'Raleway';
}
.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 'Raleway';
	text-transform: uppercase;
}
.date-comment {
	color: #222222;
	display: block;
	font:900 1.2em 'Lato';
	margin-top: 2px;
	text-transform: uppercase;
}
.detail-comment {
	color: #696969;
	font:300 1.6em/1.6em 'Lato';
	margin-top: 20px;
}
.reply-comment {
	cursor: pointer;
	display: block;
	float: right;
	height: 20px;
	overflow: hidden;
	font: 1.2em/2em 'Raleway';
	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 {
	border:0;
    height: 44px;
	padding: 12px 15px;
	width: 100%;
	color: #696969;
	display: block;
    border: 1px solid #d1d1d1;
	font: 1.2em 'Raleway';
	text-transform: uppercase;
	margin-top: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.blog-leave-reply textarea {
	border: 0;
	display: block;
	font: 1.2em 'Raleway';
	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-leave-reply button {
	border: 2px solid #222222;
	color: #000000;
	display: block;
	float: right;
	font: 13px/30px 'Raleway';
	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;
	
}
.blog-leave-reply button:hover {
    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 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.blog-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Blog masonry */

.blog-grid.blog-item {
    margin-top: 100px;
    border-bottom: 0;
}
.blog-grid .col img {
    width: 100%;
}
.blog-grid:after {
    content: '';
    display: block;
    clear: both;
}
.blog-grid .col .inner {
    padding-bottom: 55px;
    margin-bottom: 65px;
    border-bottom: 1px solid #e7e7e7;
}
.blog-grid .blog-title {
    padding-left: 60px;
    padding-top: 8px;
    margin-top: 40px;
}
.blog-grid .blog-title h2 a {
    font-size: 1.6em;
}
.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 .icofont {
    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;
}