blockquote{
	background: #eee;
  	padding: 5px;
  	border-left: 5px solid #ddd;
  	display: block;
  	margin: 10px 0;
}

.single th,.single tr,.single td{
    border: 1px solid;
    padding:5px;
}
.home .main img{
height:auto;width:auto;max-width:100%;
}
.img-fullscreen{
    top:0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    background-color: #000000c7;
    display:none;
}
.img-fullscreen div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.img-fullscreen img{
    background-color:#fff
}
.blog-post-content  img{
    cursor:pointer;
}
.full-screen-menu,
.logo-center,
.overlay-nav {
	width: 100%;
	right: 0;
	left: 0
}

.grid-item-wrap,
.thumb-cover {
	overflow: hidden
}

.list_check li,
.page_nav ul li,
.widget_sidebar ul li,
nav li {
	list-style-type: none
}

.single td,.single th{
	border:1px solid;
}

:focus {
	border: 0!important;
	outline: 0!important;
	box-shadow: none
}

.creative-menu .menu-right,
.main-menu {
	-webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1)
}

html {
	scroll-behavior: smooth;
	max-width: 1920px;
	margin: 0 auto
}

body {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	overflow-x: hidden
}

a:hover {
	text-decoration: none
}

.main-menu {
	padding: 20px 0;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
	z-index: 1030
}

.boxed-content {
	margin: 0 auto;
	position: relative
}

.boxed-content .main-menu .row {
	margin-left: 0;
	margin-right: 0
}

.full-screen-menu {
	position: fixed;
	top: -100%;
	height: 100%;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease
}

.overlay-nav {
	position: absolute;
	top: 0;
	z-index: 9
}

.overlay-nav li {
	text-align: center
}

.overlay-nav .close {
	font-size: 32px;
	display: none;
	position: relative;
	z-index: 9
}

.relative.container {
	position: relative
}

.overlay-nav .relative .close {
	position: absolute;
	right: 0
}

.close-mobile {
	position: fixed;
	top: 60px;
	right: 25px;
	display: none
}

.fa-times-thin:before {
	content: '\00d7'
}

.fa-2x {
	font-size: 1.4em
}

.logo-center {
	position: absolute;
	z-index: 10
}

.relative-split {
	position: relative
}

.creative-menu {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.creative-menu .menu-right {
	position: absolute;
	top: 0;
	background-color: #ddd;
	height: 100vh;
	width: 20%;
	transition: all .4s ease;
	right: -50%;
	padding: 50px 20px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center
}

.menu-left {
	position: absolute;
	top: 0;
	background-color: #ddd;
	height: 100vh;
	width: 20%;
	transition: all .4s ease;
	left: -50%;
	padding: 50px 20px 50px 100px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center
}

.open_left {
	position: fixed;
	width: 5%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #ddd
}

.close-menu {
	display: none;
	font-size: 40px;
	color: #444;
	margin-top: -20px
}

.creative-menu .close {
	position: absolute;
	top: 5%;
	right: 5%
}

.creative-menu-open {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9;
	text-align: center;
	padding-top: 40px
}

.creative-left {
	text-align: center;
	position: fixed;
	background: #fff;
	height: 100%;
	width: 320px;
	padding: 80px 0;
	left: -270px;
	transition: all .5s ease
}

.creative-left .menu_btn {
	cursor: pointer
}

.creative-left nav {
	display: none
}

.creative-left .menu-item-has-children:hover .sub-menu {
	display: block;
	box-shadow: none
}

.creative-left #main-menu {
	padding-left: 0
}

.creative-left #logo {
	margin-bottom: 25px;
	display: inline-block
}

.creative-left .menu_btn {
	position: absolute;
	right: 10px;
	top: 20px;
	background: #fff;
	padding: 6px
}

.animated-btn-menu .circle {
	width: 25px;
	height: 25px;
	position: relative
}

.animated-btn-menu .line {
	position: absolute;
	height: 1px;
	width: 100%;
	background: #000;
	transition: all cubic-bezier(.26, .1, .27, 1.55) .35s
}

.animated-btn-menu .top {
	top: 18%
}

.animated-btn-menu .middle {
	top: 48%
}

.animated-btn-menu .bottom {
	top: 78%
}

.animated-btn-menu .icon.close .top {
	transform: rotate(45deg);
	top: 48%
}

.animated-btn-menu .icon.close .middle,
.icon.close .bottom {
	transform: rotate(-45deg);
	top: 48%
}

.creative-menu-open .logo-main {
	width: auto;
	max-width: 100%;
	height: auto
}

.stack_center {
	position: absolute;
	width: 100%;
	z-index: 9
}

.fixed-menu {
	position: fixed;
	top: -200px;
	right: 0;
	left: 0;
	z-index: 1030
}

#slide-menu #navbarHeader {
	position: absolute;
	width: 100%
}

#slide-menu #navbarHeader nav {
	padding: 20px 0
}

#slide-menu {
	padding: 0
}

.all-content {
	position: relative
}

.creative-menu-open .menu-left {
	margin-top: 50px
}

.creative-menu-open .menu-left li {
	padding: 5px
}

.archive .readmore,
.scrolling-down {
	transition: all .4s ease
}

.scrolling-down {
	-webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1)
}

.scrolling-down.main-menu {
	padding: 10px 0
}

.boxed-content .scrolling-down.main-menu {
	margin: 0 auto
}

.container-fluid .navbar-toggler {
	position: absolute;
	right: 5%
}

.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.menu_btn {
	padding: 4px
}

.menu-bars {
	width: 24px;
	height: 1px;
	margin-bottom: 7px;
	background-color: #0a0a0a
}

.menu-bars:last-child,
nav .menu-main,
nav .second-menu {
	margin-bottom: 0
}

.normal-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1
}

.normal-menu ul li {
	display: block;
	position: relative;
	float: left;
	padding: 0 15px
}

.normal-menu li ul {
	display: none
}

.normal-menu ul li a {
	display: block;
	text-decoration: none;
	white-space: nowrap
}

.normal-menu li:hover>ul {
	display: block;
	position: absolute
}

.normal-menu li:hover li {
	float: none
}

.normal-menu ul ul ul {
	top: 0
}

.menu-to-right ul ul ul {
	right: 100%
}

.menu-to-left ul>li {
	float: left
}

.menu-to-left ul ul ul {
	left: 100%
}

.normal-menu ul:after,
.normal-menu ul:before {
	content: " ";
	display: table
}

.normal-menu ul:after {
	clear: both
}

.sub-menu {
	display: none;
	position: absolute;
	transition: all .5s ease;
	background-color: #fff;
	padding: 5px 20px;
	max-width: 190px;
	-webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .2)
}

.menu-item-has-children:after {
	font-family: FontAwesome;
	content: "\f0dd";
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
	padding-left: 5px;
	right: 0;
	top: 0;
	position: absolute
}

.click-menu ul li {
	position: relative
}

.click-menu .menu-item-has-children:after {
	right: -15px
}

.click-menu .sub-menu {
	position: relative;
	border: 0;
	max-height: 1px;
	opacity: 0;
	overflow: hidden;
	box-shadow: none;
	padding: 0 0 0 16px;
	transition: 1s ease;
	display: block
}

.click-menu .menu-item-has-children:hover>.sub-menu {
	max-height: 300em;
	overflow: visible;
	opacity: 1
}

.home .bottom-menu {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 1030
}

body:not(.home) .logo-top.menu-b {
	display: none
}

.home .menu-b2 #logo {
	display: none
}

.home .logo-top.menu-b {
	text-align: center
}

.bottom-menu ul li {
	padding: 0 15px
}

.home .bottom-menu.fix-to-top {
	position: fixed;
	top: 0;
	width: 100%;
	bottom: auto
}

.logo-sticky,
.logo-sticky-mobile {
	display: none
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

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

.no-margin-bottom p,
.so-widget-animation_box figure {
	margin-bottom: 0
}

.alignright {
	float: right
}

.alignleft {
	float: left
}

.archive .readmore,
.pagination {
	display: inline-block
}

.pagination .next {
	float: right
}

.pagination .prev {
	float: left
}

.full-height {
	height: 100vh
}

body:not(.home) .main {
	padding-bottom: 40px
}

.archive h1,
.single h1 {
	z-index: 1;
	position: relative
}

.archive h2 {
	font-size: 20px;
	line-height: 30px
}

.archive .grid2 h2 {
	position: absolute;
	bottom: 30px
}

.archive .grid2:hover h2 {
	position: relative;
	bottom: 0
}

.archive .description p {
	margin-bottom: 35px
}

.subheader {
	padding: 190px 0 50px;
	margin-bottom: 60px;
	background-size: cover;
	position: relative;
	background-color: #eee;
	background-repeat: no-repeat
}

#mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

.archive .loop-post img,
.single .post-thumb img,.single .related-post img {
	width: auto;
	height: auto;
	max-width: 100%
}

.single .title-related .link-site a{

}

.single .float-left-30-img{
    float:left;
    width: 30%;
    margin-right: 24px;
}
.single .float-right-30-img{
    float: right;
    margin-left: 24px;
    width: 30%;
}
.single .float-left-40-img{
    float:left;
    width: 40%;
    margin-right: 24px;
}
.single .float-right-40-img{
    float:right;
    width: 40%;
    margin-left: 24px;
}
.single .full-img{
    width: 100%;
    display: block;
}

.card-style .card {
	flex: 1;
	flex-basis: 300px;
	flex-grow: 0;
	height: 440px;
	background: #fff;
	border: 2px solid #fff;
	box-shadow: 0 4px 7px rgba(0, 0, 0, .5);
	cursor: pointer;
	transition: all .5s cubic-bezier(.8, .5, .2, 1.4);
	overflow: hidden;
	position: relative
}

.card-style .card img {
	width: 100%;
	height: 100%;
	transition: all .5s cubic-bezier(.8, .5, .2, 1.4)
}

.card-style .descriptions {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .7);
	width: 100%;
	height: 100%;
	transition: all .7s ease-in-out;
	padding: 20px;
	box-sizing: border-box;
	clip-path: circle(0 at 100% 100%)
}

.card-style .card:hover .descriptions {
	left: 0;
	transition: all .7s ease-in-out;
	clip-path: circle(75%)
}

.card-style .card:hover {
	transition: all .5s cubic-bezier(.8, .5, .2, 1.4);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	transform: scale(.97)
}

.card-style .card:hover img {
	transition: all .5s cubic-bezier(.8, .5, .2, 1.4);
	transform: scale(1.6) rotate(20deg);
	filter: blur(3px)
}

.card-style .card a.readmore {
	position: absolute;
	bottom: 15px
}

.tiles-style .band {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-gap: 20px
}

@media(min-width:30em) {
	.tiles-style .band {
		grid-template-columns: 1fr 1fr
	}
}

@media(min-width:60em) {
	.tiles-style .band {
		grid-template-columns: repeat(4, 1fr)
	}
}

.tiles-style .card {
	text-decoration: none;
	color: #444;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-height: 100%;
	position: relative;
	top: 0;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	background-size: cover;
	background-position: center center;
	border: transparent;
	height: 250px
}

.tiles-style .card:hover {
	top: -2px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .2)
}

.tiles-style .card div {
	position: absolute;
	bottom: 0;
	padding: 15px;
	background-color: rgba(255, 255, 255, .8);
	width: 100%
}

.tiles-style .card h2 {
	font-size: 20px;
	margin: 0;
	color: #333
}

.tiles-style .card p {
	-webkit-box-flex: 1;
	flex: 1;
	line-height: 1.4;
	text-transform: inherit
}

@media(min-width:60em) {
	.tiles-style .item-1 {
		grid-column: 1/span 2;
		height: 450px
	}
	.tiles-style .item-1 h2 {
		font-size: 24px
	}
}

.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
	font-size: 18px;
	font-weight: 400;
	color: #000
}

.grid-item-inner {
	position: relative;
	overflow: hidden;
	transition: all .25s ease;
	border-radius: 4px;
	min-height: 300px;
	background: linear-gradient(to bottom, rgba(122, 188, 255, 0) 0, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, .66) 76%, rgba(33, 36, 41, .89) 97%, rgba(33, 36, 41, .9) 98%)
}

.grid-item-wrap,
.grid-item__thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.grid-item__thumbnail {
	background-size: cover;
	background-position: center;
	z-index: -1
}

.grid-item-wrap {
	text-align: left;
	padding: 30px 28px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 1;
	transition: all .42s cubic-bezier(.68, .125, 0, .995);
	transition-delay: .22s
}

.card-blog-style .blog-card {
	padding: 30px;
	position: relative;
	box-shadow: 0 1px 8px 2px rgb(0 0 0 / 8%)
}

.card-blog-style .blog-card .blog-card__background,
.card-blog-style .blog-card .card__background--layer {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.card-blog-style .blog-card .blog-card__background {
	padding: 15px;
	background: #fff
}

.card-blog-style .blog-card .card__background--wrapper {
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
	position: relative;
	overflow: hidden
}

.card-blog-style .blog-card .card__background--main {
	height: 100%;
	position: relative;
	transition: .3s ease-in-out;
	background-repeat: no-repeat;
	background-size: cover
}

.card-blog-style .blog-card .card__background--layer {
	z-index: 0;
	opacity: 0;
	background: rgba(51, 51, 51, .9);
	transition: .3s ease-in-out
}

.card-blog-style .blog-card .blog-card__head {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center
}

.card-blog-style .blog-card .blog-card__info {
	z-index: 10;
	background: #fff;
	padding: 20px 15px
}

.card-blog-style .blog-card:hover .card__background--main {
	transform: scale(1.2) rotate(5deg)
}

.card-blog-style .blog-card:hover .card__background--layer {
	opacity: 1
}

.card-blog-style a.icon-link {
	transition: .2s ease-in-out
}

.card-blog-style a.icon-link:hover {
	text-decoration: none
}

.card-blog-style a.btn {
	font-weight: 700;
	outline: 0;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
	overflow: hidden;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	padding: 0;
	border: 0
}

.card-blog-style .btn:focus {
	box-shadow: none
}

.card-blog-style .btn:hover {
	background: #ffb535;
	color: #fff
}

.card-blog-style .btn.btn--with-icon {
	padding-right: 20px
}

.card-blog-style .btn.btn--with-icon i {
	padding: 0 30px 0 15px;
	margin-right: 10px;
	height: 50px;
	line-height: 50px;
	vertical-align: bottom;
	color: #fff;
	clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
	background: #ffb535
}

.card-blog-style .btn.btn--only-icon {
	width: 50px
}

.page_nav ul,
.widget_sidebar ul {
	padding-left: 0
}

.grid-item-wrap__animated {
	transition: all .4s ease;
	color: #fff;
	margin-bottom: -100%;
	opacity: 0
}

.grid-item-inner:hover .grid-item-wrap__animated {
	margin-bottom: 5%;
	opacity: 1
}

.card-hover-style {
	text-align: center
}

.card-hover-style .blog-card {
	display: inline-block;
	width: 350px;
	height: 500px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
	text-align: center;
	background-size: cover;
	background-position: center;
	margin: 0 8px 30px
}

.card-hover-style .blog-card .color-overlay {
	background: rgba(84, 104, 110, .4);
	width: 350px;
	height: 500px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	transition: background .3s cubic-bezier(.33, .66, .66, 1)
}

.card-hover-style .blog-card .gradient-overlay {
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 21%);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 21%);
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 21%);
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 21%);
	width: 350px;
	height: 500px;
	position: absolute;
	top: 350px;
	left: 0;
	z-index: 15
}

.card-hover-style .blog-card:hover .card-info {
	opacity: 1;
	bottom: 120px
}

.card-hover-style .blog-card:hover .color-overlay {
	background: rgba(84, 104, 110, .8)
}

.card-hover-style .blog-card .title-content {
	text-align: center;
	margin: 70px 0 0 0;
	position: absolute;
	z-index: 20;
	width: 100%;
	top: 0;
	left: 0
}

.card-hover-style .blog-card h2 a {
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 0
}

.card-hover-style .blog-card .readmore {
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
	padding: 8px 16px
}

.card-hover-style .blog-card .card-info {
	width: 100%;
	position: absolute;
	bottom: 100px;
	left: 0;
	margin: 0 auto;
	color: #fff;
	padding: 0 50px;
	font-style: 16px;
	line-height: 24px;
	z-index: 20;
	opacity: 0;
	transition: bottom .3s, opacity .3s cubic-bezier(.33, .66, .66, 1)
}




@media(max-width:676px) {
	.card-hover-style .blog-card {
		margin: 15px 0;
		width: 320px;
		height: 450px
	}
}

.cool-cards h2 a {
	color: #444
}

.cool-cards article {
	display: flex;
	align-items: stretch
}

.cool-cards .card__like {
	width: 18px
}

.cool-cards .card__clock {
	width: 15px;
	vertical-align: middle;
	fill: #ad7d52
}

.cool-cards .card__time {
	font-size: 12px;
	color: #ad7d52;
	vertical-align: middle;
	margin-left: 5px
}

.cool-cards .card__clock-info {
	float: right
}

.cool-cards .card__img {
	visibility: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 235px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px
}

.cool-cards .card__info-hover {
	position: absolute;
	padding: 16px;
	width: 100%;
	opacity: 0;
	top: 0
}

.cool-cards .card__img--hover {
	transition: .2s all ease-out;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	height: 235px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	top: 0
}

.cool-cards .card {
	transition: all .4s cubic-bezier(.175, .885, 0, 1);
	background-color: #fff;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 13px 10px -7px rgba(0, 0, 0, .1)
}

.cool-cards .card:hover {
	box-shadow: 0 30px 18px -8px rgba(0, 0, 0, .1);
	transform: scale(1.1, 1.1)
}

.cool-cards .card__info {
	z-index: 2;
	background-color: #fff;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 16px 24px 24px 24px
}

.cool-cards .card__category {
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #868686
}

.cool-cards .card__title {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	display: block
}

.cool-cards .card__by {
	font-size: 12px;
	font-weight: 500
}

.cool-cards .card:hover .card__img--hover {
	height: 100%;
	opacity: .3
}

.cool-cards .card:hover .card__info {
	background-color: transparent;
	position: relative
}

.cool-cards .card:hover .card__info-hover {
	opacity: 1
}

.single .related {
	margin-bottom: 10px
}

p {
	text-align: justify
}

.widget_sidebar {
	margin-bottom: 25px
}

.widget_sidebar .sidebar-widget {
	font-size: 18px
}

.widget_sidebar a,
.widget_sidebar p {
	font-size: 14px
}

.single .related {
	font-size: 18px
}

.single .post-element {
	font-size: 14px
}

.single .post-thumb {
	margin-bottom: 20px
}

.single .related-post .post {
	display: flex;
	align-items: stretch
}

.not-found {
	height: 200px
}

.thumb-cover img {
	transition: all .4s ease
}

.thumb-cover:hover img {
	transform: scale(1.1)
}

.post-inloop {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px
}

.page_nav {
	position: fixed;
	top: 50%;
	left: 1%;
	height: 150px;
	margin-top: -75px;
	display: none
}

.page_nav ul li {
	padding: 10px 0
}

.page_nav ul li span {
	margin-left: 20px;
	font-weight: 700
}

.page_nav li {
	cursor: pointer
}

.navigation ul {
	padding-left: 15px
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration: none
}

.navigation li {
	display: inline
}

.navigation li a,
.navigation li.disabled {
	background-color: #bc3c45;
	opacity: .6;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: .75rem
}

.navigation li.active a {
	background-color: #bc3c45;
	opacity: 1
}

.single table td,
.single table th {
	padding: 5px 15px
}

@media(max-width:767px) {
	.post-inloop {
		display: block
	}
	.home h1 {
		line-height: 45px!important;
		font-size: 40px!important
	}
	.home h2 {
		line-height: 42px!important;
		font-size: 32px!important
	}
	.archive h2 {
		margin-top: 1em!important
	}
	h1 {
		font-size: 26px!important
	}
	h2 {
		font-size: 20px!important
	}
	.sidebar {
		margin-top: 3em
	}
	.normal-menu li:hover>ul {
		display: block;
		position: relative
	}
	.menu-to-left ul ul ul,
	.menu-to-right ul ul ul {
		right: auto;
		left: auto
	}
	.open_left {
		width: 100%;
		height: auto;
		padding-top: 1rem
	}
	.creative-menu .menu-left {
		width: 250px
	}
}

#mask-menu,
.creative-menu-open .navbar-toggler,
.logo-center .logo-mobile {
	display: none
}

footer {
	padding: 50px 0 30px
}

footer .footer-widget {
	font-size: 18px
}

footer a,
footer p {
	font-size: 14px
}

footer .copyright {
	border-top: 1px solid #ddd;
	padding-top: 20px
}

.second-nav {
	text-align: right
}

#mask-menu {
	position: fixed;
	width: 80%;
	left: 0;
	min-height: 100%;
	z-index: 9999999
}

.open-left #mask-menu {
	left: 20%
}

.list_check {
	padding-left: 0
}

.list_check li {
	padding-bottom: 20px
}

.list_check li:last-child {
	padding-bottom: 0
}

.list_check li:before {
	content: "\f00c";
	font-family: FontAwesome;
	padding-right: 8px
}

.post-loop {
	margin-bottom: 30px
}

footer #back_to_top {
	display: none;
	bottom: 5%;
	position: fixed;
	right: 5%
}

footer #back_to_top i {
	font-size: 30px;
	cursor: pointer
}

.scrolling-down #logo img {
	height: 28px
}

.creative-menu-open.scrolling-down #logo img {
	height: inherit
}

.hide-logo #logo {
    display: none;
}

@media(max-width:1190px) {
	.stack_center #logo {
		display: block
	}
	.stack_center #logo-ma {
		display: none
	}
	.hide-logo #logo {
		display: block
	}
	.hide-logo #logo-ma {
		display: none
	}
	.normal-menu li:hover>ul {
		position: relative
	}
	.sub-menu {
		background-color: transparent;
		box-shadow: none
	}
	.second-nav {
		text-align: left
	}
	.logo-center .logo-main {
		display: none
	}
	.logo-center .logo-mobile {
		display: block
	}
	.logo-center.scrolling-down .logo-mobile {
		display: none
	}
	.logo-center.scrolling-down .logo-sticky-mobile {
		display: inline-block
	}
	.col-md-2 #logo {
		display: none
	}
	.logo-center nav li {
		width: 100%;
		padding: 0
	}
	.first-menu,
	.second-nav {
		padding: 0
	}

}

@media(max-width:960px) {
	.home h1 {
		line-height: 30px!important;
		font-size: 20px!important
	}
	.home h2 {
		line-height: 28px!important;
		font-size: 18px!important
	}
	dl,
	ol,
	ul {
		padding-left: 0
	}
	.widget_footer {
		margin-top: 2em
	}
	
	.single .float-left-30-img,.single .float-right-30-img,.single .float-left-40-img,.single .float-right-40-img,.single .full-img{
    display: block;
    width: 100%;
    margin: 15px 0;
    }
	
	
}

@media(max-width:767px) {
	.creative-menu .menu-right.open {
		width: 70%
	}
	#mask-menu {
		width: 30%
	}
	.creative-menu-open {
		position: inherit;
		padding-top: 5px
	}
	.creative-menu-open .navbar-toggler {
		float: right;
		display: block
	}
	.scrolling-down #logo {
		display: block
	}
	.creative-left {
		background: 0;
		box-shadow: none
	}
	.creative-left.mobile-full {
		width: 100%;
		background: #fff
	}
	.sliding-menu .navbar-nav {
		width: 100%
	}
}
