﻿body{overflow-x: hidden;}
.root {
	margin: 8px 0px;
}

	.root a {
		color: #333;
		margin: 0px 5px;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 300;
	}

		.root a.active {
			cursor: default;
			color: #ff7400;
		}

		.root a:focus, .root a:hover {
			color: #ff7400;
		}

/* End :- BreadCum css */

/* Start :- Blog List css */


.padding-left-0 {
	padding-left: 0px;
}

.blog-block p {
	color: #555;
    text-align: justify;
}

.blog-block .blog {
	background-color: #fff;
	max-width: 100%;
	margin: 0px auto 20px;
	overflow: hidden;
	position: relative;
	padding: 10px;
	box-shadow: 0px 1px 4px 0 rgb(175, 183, 167);
}

.blog h3 {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 22px;
	margin-top: 10px;
	height: auto;
}

.blog-block .blog-caption .blog-image-block {
	border: 1px solid #ddd;
}

	.blog-block .blog-caption .blog-image-block:hover {
		-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
		box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	}

.blog-block .blog-caption .figure-hover-overlay {
	position: relative;
	overflow: hidden;
	background-color: #f0f0f0;
}

	.blog-block .blog-caption .figure-hover-overlay .figure-href {
		text-transform: lowercase;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 5;
	}

	.blog-block .blog-caption .figure-hover-overlay img {
		position: relative;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		-webkit-transition: 1.25s ease-out;
		transition: 1.25s ease-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}

.blog-block .blog:hover .blog-caption .figure-hover-overlay img {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 1.25s ease-out;
	transition: 1.25s ease-out;
}

.blog-block .blog:hover .blog-caption .figure-hover-overlay figcaption {
	opacity: 1;
	-webkit-transform: translatey(0px);
	-moz-transform: translatey(0px);
	-ms-transform: translatey(0px);
	transform: translatey(0px);
	-webkit-transition: -webkit-transform .4s,opacity .1s;
	-moz-transition: -moz-transform .4s,opacity .1s;
	transition: transform .4s,opacity .1s;
	color: #FFF !important;
}

.blog-block .img-thumbnail {
	border: none;
}

.blog-block .blog-caption {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

	.blog-block .blog-caption .blog-name a {
		color: #333;
		font-weight: 700;
		width: 100%;
		display: inline-block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.blog-block .blog-caption .blog-name:hover a {
		color: #50C7DF;
	}

.blog-block .blog-name-bottom-line {
	border-bottom: 2px #ddd solid;
	margin-bottom: 15px;
}

.blog-block .blog-description-block {
	padding-bottom: 5px;
	border-bottom: 2px #50C7DF solid;
}

.blog-block .blog-description {
	text-transform: none !important;
	font-weight: 500 !important;
	text-align: justify;
	text-overflow: ellipsis;
	max-height: 140px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	font-size: 13px;
	line-height: 20px;
}

.BlogPadding {
	margin: 0px 0;
}

.blog-block .blog-caption .post-information p {
	font-weight: bold;
	color: #000;
	padding: 10px 0;
	font-size: 12px;
	float: left;
	margin: 10px auto 10px;
}

	.blog-block .blog-caption .post-information p:hover {
		color: #50C7DF;
	}

	.blog-block .blog-caption .post-information p span {
		padding-right: 10px;
	}

.blog-block .btn-read {
	float: right;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	margin: 10px auto 10px;
	display: inline-block;
	transition: all .5s ease;
	border-radius: 30px;
	min-width: 127px;
	height: 39px;
}

.blog-block .btn-read:hover {
	background: #50C7DF;
	text-decoration: none;
	border-color: #50C7DF;
}

.NoBlog {
	margin: 20vh 0;
	width: 100%;
}

.i-thumbnail-blog {
	text-align: center;
}

.i-thumbnail-blog img {
	max-height: 240px;
}

.blog-block .panel-body {
	padding: 5px 0;
}
/* End :- Blog List css */

/* Start :- Blog Detail css */

#blog-pagination {
	margin: 0px !important;
}
/* .blog-detail a { */
/* color: #333; */
/* } */

.blog-detail a:hover, .blog-detail a:focus {
	color: #50C7DF;
}
.sidebar.col-md-3{
	padding: 0 10px;
}


.blog-detail .header-top-block h2 {
	padding-bottom: 3px !important;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	    line-height: normal;
    padding: 0px 0 15px;
	margin:0;
	width:100%;
	display:inline-block;
	position:relative;
}
.blog-detail .header-top-block h2:after{
	content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #eee;
}

	.blog-detail .header-top-block h2 span {
		/*border-bottom: 3px solid #50C7DF;*/
		line-height: 25px;
		font-weight: 700;
		color: #000;
		font-size: 20px;
	}

.campers-theme .blog-detail .header-top-block h2:before {
	background: none;
}

.blog-detail .blog-content h3 {
	padding-bottom: 6px;
	line-height: normal;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 25px;
}

.publishdatedetail {
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.blog-detail .blog-content .blog-detail-description {
	text-align: justify;
	font-size: 14px;
}

.blog-detail .blog-content .blog-detail-image-block {
	/*border: 1px solid #ddd;*/
	text-align: center;
}

	.blog-detail .blog-content .blog-detail-image-block img {
		width: auto !important;
	}

.blog-detail .blog-content .blog-images-block:hover {
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

/*.blog-detail .blog-content .blog-images-block:hover img {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 1.25s ease-out;
        transition: 1.25s ease-out;
    }*/

.blog-detail .blog-content .blog-images-block {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.blog-detail .blog-detail-blog-context img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	background-color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* End :- Blog Detail css */

/* Start :- Blog Attachment css */

.blog-Attachment .header-top-block h2 {
	padding-bottom: 3px !important;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	font-size: 30px;
}

.blog-Attachment .blog-block .blog-detail-image-block {
	/*border: 1px solid #ddd;*/
	text-align: center;
}

	.blog-Attachment .blog-block .blog-detail-image-block img {
		width: auto !important;
	}
/* End :- Blog Attachment css */

/* Start :- Filter css */

.blog-block .filter-Item {
	font-size: 15px;
	padding: 0px 5px;
	position: relative;
	display: block;
}

	.blog-block .filter-Item a {
		padding: 0 1em;
	   line-height: 18px;
	   color: #222222;
	   font-weight: 500;
	   position: relative;
	   cursor: pointer;
	   font-size: 14px;
	   display: inline-block;
	   margin: 10px 0 0;
	}

		.blog-block .filter-Item a:hover {
			color: #50C7DF;
		}

.pagination {
	justify-content: flex-end;
	margin-bottom: 0;
}

	.pagination .first {
		width: auto;
		margin: 0;
	}

.page-item.active .page-link {
	background-color: #50C7DF;
	border-color: #50C7DF;
}

.pagination-sm .page-link {
	padding: 0.65rem .9rem;
}
/* End :- Filter css */

/* Start :- Tree css */

.tree, .tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.tree ul {
		margin-left: 1em;
		position: relative;
	}

		.tree ul ul {
			margin-left: .5em;
		}

		.tree ul:before {
			content: "";
			display: block;
			width: 0;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			border-left: 1px solid;
		}

	.tree li {
		margin: 0;
		padding: 1px 0 0 1em;
		line-height: 18px;
		color: #222222;
		font-weight: 700;
		position: relative;
		cursor: pointer;
		font-size: 13px;
		letter-spacing: 0;
	}

	.tree ul li:before {
		content: "";
		display: block;
		width: 10px;
		height: 0;
		border-top: 1px solid;
		margin-top: -1px;
		position: absolute;
		top: 1em;
		left: 0;
	}

	.tree ul li:last-child:before {
		background: #fff;
		height: auto;
		top: 1em;
		bottom: 0;
	}

.indicator {
	margin-right: 5px;
}

.tree li a {
	text-decoration: none;
	color: #222222;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	max-height: 36px;
}

	.tree li a:hover {
		text-decoration: none;
		color: #50C7DF;
	}

.tree li button, .tree li button:active, .tree li button:focus {
	text-decoration: none;
	color: #ff7400;
	border: none;
	background: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: 0;
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

/* End :- Tree css */

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #50C7DF;
	border-color: #50C7DF;
}

.pagination > li > a, .pagination > li > span {
	color: #50C7DF;
}

.video {
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}

fieldset {
	border: 0px solid #c0c0c0;
	margin: 0;
	padding: 0;
}

.sidebar h4 {
	color: #000;
}

.BlogPadding .panel-default .panel-heading {
	background-color: #fff;
	border-color: #fff;
}

.breadcrumb-section.blog-breadcrum {
	background: url(../images/home/inner-banner.jpg) no-repeat center center;
	background-size: cover;
	background-color: #707d9e;
	text-align: center;
	padding: 100px 0 100px 0;
	position: relative;
}
	.breadcrumb-section.blog-breadcrum::after{
		content:"";
		position:absolute;
		left:0;
		top:0;
		height:100%;
		width:100%;
		background:rgba(0,0,0,0.7);
	}
	.breadcrumb-section.blog-breadcrum nav {
		position: relative;
		z-index: 1;
	}
	.pagemenu h1, .pagemenu h4 {
		margin: 0;
		font-size: 0;
	}
.blog-breadcrum .inner-seo-tag {
	display: block !important;
	z-index: 1;
	position: relative;
}
 .pagemenu{
	 display: none;
 }
.blog-breadcrum {
	display: block !important;
}

.blog-list {
	padding-top: 20px;
}

.sidebar h4 {
	margin: 0;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

.sidebar ul {
	margin: 0;
}

.sidebar .panel {
	padding: 0 10px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.blog-detail .blog-block{
	display:block;
	width:100%;
}
@media (min-width: 768px) {
	.sidebar .close, .my-filter {
		display: none;
	}

	.blog-list .my-filter .button, .blog-list .close {
		display: none;
	}

	.blog-detail .my-filter .button, .blog-detail .close {
		display: none;
	}
}

@media(max-width:768px) {
	.blog-block .blog-caption {
		padding: 0;
	}

	.blog-block .pagination-item-select {
		text-align: center;
	}

	.blog-detail .header-top-block h2 {
		font-size: 14px;
	}

	.blog-detail .header-top-block h1 span {
		line-height: 25px;
	}
}

.my-filter {
    background: none;
    position: fixed;
    z-index: 99;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    border: none;
    text-align: center;
}
.glyphicon-plus-sign::before {
   content: "+";
   font-style: normal;
   height: 16px;
   width: 16px;
   display: inline-block;
   text-align: center;
   background: #000;
   color: #fff;
   border-radius: 16px;
   line-height: 15px;
}
.glyphicon-minus-sign::before {
   content: "-";
   font-style: normal;
   height: 16px;
   width: 16px;
   display: inline-block;
   text-align: center;
   background: #000;
   color: #fff;
   border-radius: 16px;
   line-height: 15px;
}
@media (max-width: 768px){
.my-filter .button {
	background:#000;
}
.my-filter .button:hover{
	background:#50C7DF;
}
	.popup .close {
		top: 3px;
		right: 3px;
		transition: all 200ms;
		font-size: 24px;
		font-weight: bold;
		text-decoration: none;
		color: #333;
		position: fixed !important;
		background-color: #000;
		color: #fff;
		z-index: 9999999999999999999;
		position: relative;
		opacity: 1;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 1.2;
		border-radius: 100%;
	}
	.popup{
		    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
	}
}
/*=====================New Css=====================*/
.blog-filter-header-title {
	width: 100%;
}
.blog-block .btn-read {
	line-height: normal;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}
.sidebar h4 {
	padding: 10px 0;
}
.m-t-md {
	margin-top: 20px;
}
.m-b-md {
	margin-bottom: 20px;
}
.blog-detail .blog-content .blog-images-block {
	margin-top: 15px;
}