@charset "UTF-8";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

aside,footer,header,nav,section {
	display: block;
}

video {
	display: inline-block;
	vertical-align: baseline;
}

[hidden],template {
	display: none;
}

a {
	background: 0 0;
}

a:active,a:hover {
	outline: 0;
}

strong {
	font-weight: 700;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

img {
	border: 0;
}

button,input,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	text-transform: none;
}

button,html input[type=button],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

textarea {
	overflow: auto;
}

@media screen {
	*,h1 {
		margin: 0;
	}

	*,h1,img {
		padding: 0;
	}

	a:focus,img {
		outline: 0;
	}

	a:link {
		text-decoration: none;
	}

	img {
		display: block;
		border: none;
	}

	ul {
		list-style: none;
	}

	body {
		font-family: var(--primary-font);
		font-size: 15px;
		line-height: 23px;
		font-weight: 400;
		color: #444343;
	}

	.container {
		width: 1280px;
		margin: 0 auto;
		position: relative;
	}

	.menu li {
		font-family: 'Koulen', cursive !important;
		letter-spacing: 1px !important;
		font-size: 18px;
	}

	.header-menu-top {
		background-color: #eee;
	}

	.header-menu-top .container {
		line-height: 35px;
	}

	.header-menu-top-left ul li {
		float: left;
		position: relative;
	}

	.header-menu-top-left ul li:before {
		position: absolute;
		content: "";
		width: 1px;
		height: 10px;
		top: 12px;
		right: -1px;
		background-color: #ccc;
	}

	.header-menu-top-left ul li:last-child:before {
		display: none;
	}

	.header-menu-top-left ul li a {
		display: block;
		padding: 0 10px;
		color: #222;
		font-size: 14px;
	}

	.header-menu-top-left ul li:first-child a {
		padding-left: 0;
	}

	.header-social {
		position: absolute;
		top: 0;
		right: 0;
	}

	.header-social a {
		float: left;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		color: #fff;
	}

	.header-top .container {
		height: 110px;
	}

	.logo {
		height: 100px;
		margin-top: 4px;
	}

	.logo a {
		display: block;
		height: 100%;
	}

	.logo a img {
		height: 100%;
		max-width: 100%;
	}

	.header-banner {
		position: absolute;
		top: 10px;
		right: 0;
		height: 90px;
	}

	.header-banner img {
		height: 100%;
	}

	.header-bottom {
		background-color: #007ec1;
	}

	.header-bottom .container {
		height: 45px;
		line-height: 45px;
	}

	.icon-home {
		display: block;
		height: 45px;
		width: 45px;
		background: url(../images/icon/home.png) 50% no-repeat;
	}

	.icon-home-active {
		background: url(../images/icon/home.png) 50% no-repeat var(--color-1st);
	}

	.collap-main-nav,.main-nav-inner>ul>li.current-menu-item>a,.main-nav-inner>ul>li.current>a,.main-nav-inner>ul>li:hover {
		background-color: var(--color-1st);
	}

	.collap-main-nav {
		height: 45px;
		width: 45px;
		cursor: pointer;
		display: none;
	}

	.collap-main-nav img {
		margin: 11px auto 0;
	}

	.close-nav {
		display: none;
	}

	.main-nav-inner>ul>li {
		float: left;
		position: relative;
	}

	.collap-nav-second ul li a,.main-nav-inner>ul>li a {
		display: block;
		padding: 0 13px;
		color: #fff;
	}

	.block-archive-head ul,.collap-nav-second ul,.main-nav-inner>ul>li ul {
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		min-width: 200px;
		background-color: var(--color-1st);
		text-transform: none;
		line-height: 35px;
		z-index: 10000;
		opacity: 0;
		visibility: hidden;
		box-shadow: 3px 3px 0 rgba(0,0,0,.1);
		transition: all .2s ease-in-out;
	}

	.block-archive-head:hover ul,.collap-nav-second:hover ul,.main-nav-inner>ul>li:hover ul {
		opacity: 1;
		visibility: visible;
		top: 100%;
		transition: all .5s ease-in-out;
	}

	.block-archive-head ul li,.collap-nav-second ul li,.main-nav-inner>ul>li ul li {
		border-top: 1px solid #b90d0d;
		border-bottom: 1px solid #a00606;
	}

	.block-archive-head ul li:first-child,.collap-nav-second ul li:first-child,.main-nav-inner>ul>li ul li:first-child {
		border-top: none;
	}

	.block-archive-head ul li:last-child,.collap-nav-second ul li:last-child,.main-nav-inner>ul>li ul li:last-child {
		border-bottom: none;
	}

	.block-archive-head ul li a,.collap-nav-second ul li a,.main-nav-inner>ul>li ul li a {
		white-space: nowrap;
	}

	.block-archive-head ul li a:hover,.collap-nav-second ul li a:hover,.main-nav-inner>ul>li ul li a:hover {
		background-color: #222;
	}

	.collap-nav-second {
		position: absolute;
		top: 0;
		right: 0;
		width: 45px;
		height: 45px;
		font-size: 30px;
		line-height: 27px;
		text-align: center;
		background-color: var(--color-1st);
		color: #fff;
		cursor: pointer;
	}

	.collap-nav-second ul {
		left: auto;
		right: 0;
		box-shadow: -3px 3px 0 rgba(0,0,0,.1);
	}

	.collap-nav-second ul li a {
		font-size: 15px;
		text-align: left;
	}

	.ads-post {
		text-align: -webkit-center;
	}

	.ads-post img {
		width: 100%;
		height: auto;
	}

	.featured-home-post-item {
		position: relative;
		width: calc(33.33% - 0px);
		height: 250px;
		cursor: pointer;
	}

	.feature-img {
		margin: 6px !important;
	}

	.featured-home-post-item-info {
		position: absolute;
		width: 100%;
		bottom: 0;
		padding: 50px 10px 10px;
		background: rgba(17,17,17,0);
		background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(17,17,17,0)),color-stop(10%,rgba(17,17,17,.1)),color-stop(100%,rgba(17,17,17,.95)));
		background: linear-gradient(180deg,rgba(17,17,17,0) 0,rgba(17,17,17,.1) 10%,rgba(17,17,17,.95));
		cursor: pointer;
	}

	.featured-home-post-item-title {
		font-size: 16px;
		font-weight: 700;
		line-height: 20px;
	}

	.featured-home-post-item-title a {
		display: block;
		color: #fff;
		line-height: 1.8;
	}

	.featured-home-post-item-date {
		font-size: 13px;
		color: #ccc;
		margin-top: 5px;
	}

	.featured-home-post-item-date span {
		margin-right: 10px;
	}

	.featured-home-post-item-date span i {
		margin-right: 5px;
	}

	.featured-home-post-item-des {
		font-size: 14px;
		color: #ccc;
		line-height: 20px;
		margin-top: 6px;
		height: 0;
		padding: 0;
		margin-bottom: -10px;
		transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}

	.sidebar {
		width: 300px;
	}

	.primary {
		width: calc(100% - 310px);
    /* width: 100%; */;
	}

	.block-post-wrap-item {
    /* width:calc(50% - 5px); */
		margin-top: 10px;
		width: 100%;
	}

	.block-post-wrap-head {
		height: 45px;
		line-height: 45px;
		font-weight: 700;
	}

	.block-post-wrap-head a {
		display: block;
		color: #0d5d1e;
		font-size: 16px;
	}

	.post1-item-list a,.post1-item-title a {
		display: block;
		color: #222;
	}

	.block-post-wrap-content {
    /* padding:10px; */
		padding: 10px 10px 0px 10px;
		margin-top: 10px;
		background-color: #eee;
		min-height: 356px;
	}

	.post1-item {
		width: 32%;
    /* height: 300px; */
		margin-bottom: 30px;
	}

	.post1-item:nth-child(n+2) {
    /* margin-top:10px; */
		width: calc(22.1%);
		height: 216px;
		margin: 0 0 0 7px;
	}

	.post1-item-thumb {
		height: 250px;
		width: 100%;
		display: block;
	}

	.post1-item:nth-child(n+2) .post1-item-thumb {
		height: 136px;
	}

	.post1-item-title {
		font-size: 15px;
		font-weight: 700;
		margin: 10px 0;
	}

	.post1-item-des {
		font-size: 14px;
		line-height: 18px;
		margin-top: 2px;
	}

	.post1-item .post1-item-des {
		height: 54px;
		line-height: 1.5;
	}

	.post1-item-list {
		font-size: 14px;
		font-weight: 700;
	}

	.post1-item-list a i {
		margin-right: 5px;
		color: var(--color-1st);
	}

	.post1-item-bottom {
		padding-top: 8px;
	}

	.sidebar-item {
		margin-top: 10px;
	}

	.search-input {
		height: 45px;
		width: 100%;
		border: 1px solid #ccc;
		outline: 0;
		padding: 0 10px;
		background: url(../images/icon/search.png) top 13px right 6px no-repeat;
	}

	.sidebar-item-head {
		height: 40px;
		line-height: 40px;
    /* background-color:#222; */
		border-bottom: 3px solid var(--color-1st);
	}

	.sidebar-item-head span {
		display: inline-block;
		background-color: var(--color-1st);
		padding: 0 10px;
		color: #fff;
		font-weight: 700;
		position: relative;
	}

	.sidebar-item-head span:after,.sidebar-item-head span:before {
		position: absolute;
		content: "";
		z-index: 10;
	}

	.sidebar-item-head span i {
		margin-right: 7px;
		color: #f1f1f1;
	}

	.sidebar-item-head span::before {
		width: 10px;
		right: -39px;
    /* background-color: #fff; */
		border-right: 40px solid var(--color-1st)!important;
		border: 29px solid #cca3a300;
		border-bottom: 0 solid var(--color-1st);
		border-left: 1px solid var(--color-1st)!important;
		-webkit-transform: rotate(450deg);
		transform: rotate(90deg);
	}

	.sidebar-item-head span::after {
		width: 0;
		top: 0;
		right: -40px;
		border: 40px solid transparent;
		border-left: -7px solid var(--color-1st)!important;
		border-top: 0 solid var(--color-1st);
		border-right: 0 solid var(--color-1st)!important;
    /* -webkit-transform: rotate( 432deg); */;
	}

	.footer-item-content ul li,.footer-item-head {
		border-bottom: 1px solid #333;
	}

	.sidebar-item-content {
		margin-top: 10px;
		padding: 10px;
		background-color: #eee;
	}

	.sidebar-item-content>.post1-item-list {
    /* line-height:18px */
		line-height: 1.8;
	}

	.sidebar-item-content>.post1-item-list:nth-child(n+2) {
		margin-top: 5px;
	}

	.sidebar-new-item {
		width: 100%;
	}

	.sidebar-new-item:nth-child(n+2) {
		margin-top: 10px;
	}

	.sidebar-new-item-thumb {
		width: 65px;
		height: 45px;
	}

	.sidebar-new-item-info {
		margin-left: 75px;
	}

	.sidebar-new-item-des {
		font-size: 13px;
		color: #999;
	}

	.sidebar-new-item-des i {
		margin-right: 5px;
	}

	.sidebar-video-item {
		width: 100%;
		height: 180px;
		position: relative;
	}

	.sidebar-video-item:nth-child(n+2) {
		margin-top: 10px;
		margin-right: 10px;
		width: calc(33.33333% - 6.66667px);
		height: 65px;
	}

	.sidebar-video-item:nth-child(4) {
		margin-right: 0;
	}

	.sidebar-video-item i {
		position: absolute;
		font-size: 40px;
		top: 50%;
		left: 50%;
		margin-left: -15.5px;
		margin-top: -20px;
		z-index: 100;
		color: hsla(0,0%,100%,.7);
	}

	.sidebar-video-item:nth-child(n+2) i {
		font-size: 30px;
		margin-left: -11.5px;
		margin-top: -15px;
	}

	.footer,.footer-item-content {
		margin-top: 10px;
	}

	.sidebar-video-item:focus i,.sidebar-video-item:hover i {
		color: var(--color-1st);
	}

	.popup-hidden {
		display: none;
	}

	.sidebar-video-item-popup iframe,.sidebar-video-item-popup p {
		display: block!important;
	}

	.sidebar-item-ads img {
		width: 100%;
	}

	.footer {
		background-color: #222;
	}

	.footer-top .container {
		padding: 20px 0;
	}

	.footer-item {
		float: left;
		width: calc(25% - 15px);
		margin-right: 20px;
	}

	.footer-item:nth-child(4n+4) {
		float: right;
		margin-right: 0;
	}

	.footer-item-head {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 15px;
		color: #fff;
		padding-bottom: 10px;
	}

	.footer-about-content {
		color: #999;
	}

	.footer-about-content p {
		margin-top: 5px;
	}

	.footer-about-content p:first-child {
		margin-top: 0;
	}

	.footer-item-content .post1-item-list a {
		color: #999;
		font-weight: 400;
		font-size: 15px;
	}

	.footer-item-content .sidebar-new-item-des {
		color: #666;
	}

	.footer-item-content ul li a {
		display: block;
		color: #999;
		padding-top: 10px;
		padding-bottom: 9px;
	}

	.footer-item-content ul li:first-child a {
		padding-top: 0;
	}

	.footer-item-content ul li:last-child a {
		padding-bottom: 0;
	}

	.footer-item-content ul li:last-child {
		border-bottom: none;
	}

	.footer-bottom {
		color: #666;
	}

	.footer-bottom .container {
		padding: 20px 0;
		border-top: 1px solid #333;
		font-size: 14px;
	}

	.footer-bottom-right li {
		float: left;
	}

	.footer-bottom-right li a {
		display: block;
		padding: 0 10px;
		color: #666!important;
		font-weight: 400;
	}

	.footer-bottom-right li:last-child a {
		padding-right: 0;
	}

	.icon-back-top {
		position: fixed;
		right: 30px;
		width: 35px;
		height: 35px;
		line-height: 32px;
		text-align: center;
		color: #fff;
		font-size: 23px;
		font-weight: 300;
		opacity: 0;
		visibility: hidden;
		bottom: -40px;
		cursor: pointer;
		z-index: 20000;
		background-color: var(--color-1st);
		box-shadow: 0 0 0 3px rgba(0,0,0,.1);
	}

	.block-archive-head,.featured-new-item {
		position: relative;
		margin-top: 10px;
	}

	.icon-back-top:hover {
		background-color: #222;
	}

	.block-archive-head:hover>span,.block-archive-head>span {
		background-color: var(--color-1st);
	}

	.icon-back-top-active {
		opacity: 1;
		visibility: visible;
		bottom: 25px;
	}

	.block-archive-head>span {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		color: #fff;
		font-weight: 700;
	}

	.block-archive-head span i {
		margin-right: 8px;
	}

	.block-archive-head ul li a {
		display: block;
		padding: 0 13px;
		color: #fff;
	}

	.featured-new-item {
    /* width:550px;
    height:390px; */
		width: 620px;
		height: 390px;
		display: block;
	}

	.featured-new-item:nth-child(n+2) {
		float: right;
    /* width:calc(100% - 560px); */
		width: calc(100% - 630px);
		height: 190px;
	}

	.featured-new-item-title {
		position: absolute;
		height: 50px;
		line-height: 63px;
		padding: 0 10px;
		left: 0;
		bottom: 0;
		width: 100%;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.75));
	}

	.archive-pro-wrap {
		margin-top: 20px;
	}

	.new-item {
		margin-top: 10px;
	}

	.new-item-thumb {
		width: 350px;
		height: 200px;
	}

	.new-item-info {
		margin-left: 360px;
	}

	.new-item-title {
		font-size: 16px;
		list-style: outside;
	}

	.new-item-date {
		color: #666;
		font-size: 14px;
		margin-top: 3px;
	}

	.new-item-date i {
		margin-right: 5px;
	}

	.new-item-des {
		margin-top: 6px;
	}

	.new-item-morelink {
		margin-top: 10px;
	}

	.new-item-morelink a {
		display: inline-block;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		color: #fff;
		background-color: var(--color-1st);
	}

	.new-item-morelink a i {
		margin-left: 8px;
		font-size: 13px;
	}

	.pagination {
		clear: both;
		line-height: 35px;
		text-align: right;
		padding-right: 10px;
	}

	.pagination a,.pagination span {
		display: inline-block;
		margin-left: 6px;
		margin-top: 10px;
		height: 30px;
		line-height: 30px;
		padding: 0 11px;
		font-size: 14px;
		color: #fff;
		background: #222;
		transition: all .3s ease-in-out;
	}

	.pagination .current,.pagination a:hover {
		color: #fff;
		background-color: var(--color-1st);
	}

	.block-breakcrumb {
		margin-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
	}

	.block-breakcrumb a {
		color: #333;
	}

	.single-title {
		font-size: 25px;
		margin-top: 15px;
		color: var(--color-1st);
		line-height: 30px;
	}

	.box-share {
		margin-top: 0;
	}

	.single-content {
		font-size: 16px;
		line-height: 1.8;
		margin-top: 10px;
	}

	.single-content p {
		padding: 8px 0;
	}

	.single-content p:first-child {
		padding-top: 0;
	}

	.single-content p:last-child {
		padding-bottom: 0;
	}

	.single-content img {
		max-width: 100%!important;
		height: auto!important;
		margin: 0 auto;
	}

	.single-content ul li {
		list-style: disc;
	}

	.single-comment {
		margin-top: 20px;
	}

	.single-new-related-content {
		margin-top: 10px;
	}

	.single-new-related-content li {
		margin-top: 5px;
	}
}

.primary-ads {
	width: calc(100% - 310px);
}

.sidebar-ads {
	display: table;
	width: 300px;
	height: 270px;
}
.ads-video-top{
	display: table-cell;
    vertical-align: middle;
}
/* .primary-ads .ads-post img {
	height: 170px;
} */

@media screen and (max-width:1190px) {
    
	.container {
		width: 870px;
	}

	.header-banner {
		width: 60%;
		top: 30px;
	}

	.logo {
		height: 70px;
		margin-top: 24px;
	}

	.post1-item-thumb {
		height: auto;
	}

	.block-post-wrap-item,.featured-new-item,.main-nav-inner {
		width: 100%;
	}

	.main-nav {
		width: 85%;
	}

	.current {
		display: none !important;
	}

	.featured-home-post-item {
		height: 200px;
	}

	.main-nav-inner>ul>li:nth-child(n+7) {
		display: none !important;
	}

	.featured-home-post-item:nth-child(n+2) {
		height: 200px;
	}

	.block-post-wrap-content {
		min-height: 379px;
	}

	.post1-item {
		width: 30%;
		height: 300px;
		margin-left: 1px;
		margin-bottom: 0 !important;
	}

	.post1-item:nth-child(n+2) {
		width: calc(22.4%);
		height: 180px;
		margin: 0 0 0 7px;
	}

	.post1-item:nth-child(n+2) .post1-item-thumb {
		height: 106px;
	}

	.post1-item-title {
		margin: 0 !important;
	}

	.post1-item .post1-item-des {
		line-height: 1.3;
		overflow: hidden;
	}

	.featured-new-item:nth-child(n+2) {
		float: left;
		width: calc(50% - 5px);
		height: 190px;
	}

	.featured-new-item:nth-child(3) {
		float: right;
	}

	.new-item-thumb {
		width: 100%;
		height: 300px;
		float: none!important;
	}

	.new-item-info {
		margin-left: 0;
		margin-top: 10px;
	}

	.primary-ads {
		width: 100%;
	}

	.sidebar-ads {
		display: none;
	}

	.primary-ads .ads-post img {
		height: auto;
	}
}

@media screen and (max-width:890px) {
	.container {
		width: 96% !important;
	}

	.header-top .container {
		height: 90px;
	}

	.logo {
		height: 60px;
		margin-top: 15px;
	}

	.featured-home-post-item {
		width: calc(50% - 0px);
		height: 200px;
	}

	.footer-item {
		width: 100%;
		margin-right: 0;
	}

	.footer-item:nth-child(n+2) {
		margin-top: 20px;
	}

	.footer-bottom .container {
		text-align: center;
		padding: 12px 0;
	}

	.footer-bottom-right {
		margin-top: 5px;
	}

	.footer-bottom-right li {
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width:768px) {

	.main-nav {
		width: 80%;
	}

	.main-nav-inner>ul>li {
		font-size: 17px;
	}

	.main-nav-inner>ul>li:nth-child(n+6) {
		display: none !important;
	}

	.header-banner {
		top: 20px;
	}

	.block-post-wrap-content {
		min-height: 350px;
	}

	.post1-item {
		width: 40%;
		height: auto;
	}

	.post1-item:nth-child(n+2) {
		width: 29% !important;
		height: 170px !important;
		margin-left: 6px;
	}

	.post1-item:nth-child(n+6) {
		display: none;
	}

	.post1-item-thumb {
		height: auto;
	}

	.post1-item:nth-child(n+2) .post1-item-thumb {
		height: 100px;
	}

	.featured-new-item {
		height: 246px;
	}

	.featured-new-item:nth-child(n+2) {
		height: 120px;
	}

	.new-item-thumb {
		height: 216px;
	}
}

.show-desc {
	display: none;
}



@media screen and (max-width:590px ) {
  
	.header-banner,.icon-home {
		display: none;
	}

	.main-nav-inner>ul>li {
		display: none;
	}

	#nav-items>ul>li>ul>li {
		margin-left: 20px;
	}

	#nav-items>ul>li>ul>li:nth-child(1) {
		border-top: 1px solid #fff;
	}

	#nav #close {
		display: block !important;
	}

	.container {
		width: 96%;
	}

	.header-menu-top-left {
		display: none;
	}

	.header-bottom .container {
		height: 40px;
		line-height: 40px;
	}

	.collap-main-nav {
		height: 40px;
	}

	.collap-main-nav img {
		margin-top: 9px;
	}

	.collap-nav-second {
		line-height: 22px;
		height: 40px;
		width: 40px;
	}

	.wrap-container {
		padding: 0;
	}

	.featured-home-post-item {
		width: 100%;
		height: 250px !important;
	}

	.ads-post img {
		width: 100% !important;
		height: auto;
	}

	.primary,.sidebar {
		width: 100%;
		margin-top: 0px;
	}

	.footer-top .container>ul>li {
		width: 100%;
		margin-right: 0;
	}

	.footer-top .container>ul>li:nth-child(n+2) {
		margin-top: 16px;
	}

	.footer-top .container>ul>li:nth-child(6) {
		margin-top: 0;
	}

	.featured-new-item {
		width: 100%;
		height: 220px;
	}

	.featured-new-item:nth-child(n+2) {
		float: left;
		width: calc(50% - 5px);
		height: 130px;
	}

	.featured-new-item:nth-child(3) {
		float: right;
	}

	.new-item-thumb {
		height: 220px;
	}

	.block-post-wrap-content {
		min-height: 200px;
	}

	.post1-item {
		width: 99% !important;
		margin-left: 2px;
	}

	.post1-item:nth-child(n+2) {
		width: 48% !important;
		height: auto !important;
		margin: 5px 0 0 5px;
	}

	.post1-item:nth-child(n+6) {
		display: block;
	}

	.post1-item-title {
		display: none;
	}

	.hide-desc {
		display: none !important;
	}

	.show-desc {
		display: block;
	}

	.ads-post iframe {
		height: 290px !important;
	}

	.sidebar-ads {
		display: block !important;
		width: 100%;
		height: auto;
	}
	.ads-video-top{
		display: block;
	}

	#mainContainer{
		top: 1px !important;
		height: 281px !important;
		margin-bottom: 10px !important;
	}

	/* #adContainer div{
		position: absolute !important;
		height: 281px !important;
	  } */
	.panel-content img{
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 480px) {

	.featured-home-post-item {
		width: 100%;
		height: 220px !important;
	}

	.featured-home-post-item-title a {
		line-height: 1.6;
	}

	#mainContainer{
	  height: 220px !important;
	  margin-bottom: 0 !important;
	}

	.ads-post iframe {
		height: 215px !important;
	}
}

@media only screen and (max-width: 380px) {
	#mainContainer{
		height: 200px !important;
	}

	.ads-post iframe {
		height: 190px !important;
	}
}

@media only screen and (max-width: 320px) {
	.block-post-wrap-content {
		min-height: 180px;
	}

	.post1-item {
		width: 99% !important;
		margin-left: 2px;
	}

	.post1-item:nth-child(n+2) {
		width: 49% !important;
		margin: 5px 0 25px 2px;
	}

	.ads-post iframe {
		height: 165px !important;
	}
	
}

.thumb-full,.white-space {
	overflow: hidden;
}

.thumbnail-hoverlay,.thumbnail-hoverlay-icon {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	box-sizing: border-box;
}

.bsize,.thumbnail-hoverlay {
	box-sizing: border-box;
}

.cboth {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.tf {
	text-transform: uppercase;
}

.white-space {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thumb-full>img {
	width: 100%!important;
	height: auto!important;
	min-height: 100%!important;
}

.icon-back-top {
	transition: all .3s ease-in-out;
}

.post1-item-list a:hover,.post1-item-title a:hover {
	color: var(--color-1st);
}

.footer-bottom-right li a:hover,.footer-item-content .post1-item-list a:hover,.footer-item-content ul li a:hover {
	color: #fff!important;
}

.item-thumbnail {
	display: block;
	position: relative;
	-o-perspective: 1000;
	perspective: 1000;
}

.item-thumbnail img {
	width: 100%;
	height: auto;
	transition: all .4s;
}

.item-thumbnail img,.item-thumbnail:hover img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.item-thumbnail:hover img {
	filter: brightness(80%);
	-webkit-filter: brightness(80%);
	-moz-filter: brightness(80%);
	-ms-filter: brightness(80%);
	transform: scale(1.1);
}

.thumbnail-hoverlay {
	position: absolute;
	background-color: var(--color-1st);
	transition: all .4s;
	transform-origin: bottom;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	transform: rotateX(90deg);
}

.thumbnail-hoverlay-icon {
	position: absolute;
	transform: translateY(-60px) scale(1.5);
	transition: all .45s;
}

.thumbnail-hoverlay-icon .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	margin-top: -20px;
	margin-left: -20px;
	font-size: 20px;
	border: 1px solid;
	width: 40px;
	height: 40px;
	line-height: 38px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	text-align: center;
}

.thumbnail-hoverlay-icon .fa:before {
	display: inline-block;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.item-thumbnail:hover .thumbnail-hoverlay {
	opacity: .5;
	transform: rotateX(0);
}

.item-thumbnail:hover .thumbnail-hoverlay-icon {
	opacity: 1;
	transform: translateY(0) scale(1);
}

  
  /*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.3.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0);
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

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

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	transform: rotate(90deg);
}

.fa-rotate-180 {
	transform: rotate(180deg);
}

.fa-rotate-270 {
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	transform: scaleX(-1);
}

.fa-flip-vertical {
	transform: scaleY(-1);
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-close:before,.fa-remove:before,.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-cog:before,.fa-gear:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-repeat:before,.fa-rotate-right:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-exclamation-triangle:before,.fa-warning:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-cogs:before,.fa-gears:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,.fa-users:before {
	content: "";
}

.fa-chain:before,.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,.fa-scissors:before {
	content: "";
}

.fa-copy:before,.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-floppy-o:before,.fa-save:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-sort:before,.fa-unsorted:before {
	content: "";
}

.fa-sort-desc:before,.fa-sort-down:before {
	content: "";
}

.fa-sort-asc:before,.fa-sort-up:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,.fa-undo:before {
	content: "";
}

.fa-gavel:before,.fa-legal:before {
	content: "";
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-bolt:before,.fa-flash:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-clipboard:before,.fa-paste:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-chain-broken:before,.fa-unlink:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
	content: "";
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
	content: "";
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
	content: "";
}

.fa-eur:before,.fa-euro:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,.fa-usd:before {
	content: "";
}

.fa-inr:before,.fa-rupee:before {
	content: "";
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
	content: "";
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
	content: "";
}

.fa-krw:before,.fa-won:before {
	content: "";
}

.fa-bitcoin:before,.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-try:before,.fa-turkish-lira:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
	content: "";
}

.fa-graduation-cap:before,.fa-mortar-board:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,.fa-car:before {
	content: "";
}

.fa-cab:before,.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
	content: "";
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
	content: "";
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
	content: "";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,.fa-rebel:before {
	content: "";
}

.fa-empire:before,.fa-ge:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,.fa-weixin:before {
	content: "";
}

.fa-paper-plane:before,.fa-send:before {
	content: "";
}

.fa-paper-plane-o:before,.fa-send-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before,.fa-genderless:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-bed:before,.fa-hotel:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

#fancybox-close,#fancybox-content,#fancybox-content>div,#fancybox-content>div>div,#fancybox-frame,#fancybox-left,#fancybox-loading,#fancybox-loading div,#fancybox-outer,#fancybox-overlay,#fancybox-right,#fancybox-title,#fancybox-title div,#fancybox-wrap,.fancybox-bg {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 111104;
	display: none;
}

#fancybox-loading div,#fancybox-overlay,#fancybox-wrap {
	left: 0;
	top: 0;
	position: absolute;
}

#fancybox-loading div {
	width: 40px;
	height: 480px;
	background-image: url(/images/fancybox.png);
}

#fancybox-overlay {
	width: 100%;
	z-index: 111100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	padding: 20px;
	z-index: 111101;
	outline: 0;
	display: none;
}

#fancybox-content,#fancybox-outer {
	position: relative;
	background: #fff;
}

#fancybox-outer {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 20px #111;
	-moz-box-shadow: 0 0 20px #111;
	-webkit-box-shadow: 0 0 20px #111;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: 0;
	overflow: hidden;
	z-index: 111102;
	border: 0 solid #fff;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
}

#fancybox-content>div {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	z-index: 111101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: url(/images/fancybox.png) -40px 0;
	cursor: pointer;
	z-index: 111103;
	display: none;
}

#fancybox-left-ico,#fancybox-right-ico {
	background-image: url(/images/fancybox.png);
}

#fancybox-frame,#fancybox-img {
	border: none;
	height: 100%;
	width: 100%;
}

#fancybox-error {
	color: #444;
	font: 400 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	padding: 0;
	margin: 0;
	outline: 0;
	line-height: 0;
	vertical-align: top;
	max-width: none!important;
	max-height: none!important;
}

#fancybox-frame {
	display: block;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
}

#fancybox-left,#fancybox-right {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 35%;
	cursor: pointer;
	background: initial;
	outline: 0;
	z-index: 111102;
	display: none;
}

#fancybox-left {
	left: 0;
}

.rtl #fancybox-left {
	left: auto;
	right: 0;
}

#fancybox-right {
	right: 0;
}

.rtl #fancybox-right {
	left: 0;
	right: auto;
}

#fancybox-left-ico,#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 111102;
	display: block;
}

#fancybox-left-ico {
	background-position: -40px -30px;
}

.rtl #fancybox-left-ico {
	right: -9999px;
}

#fancybox-right-ico,.rtl #fancybox-left-ico {
	background-position: -40px -60px;
}

.rtl #fancybox-right-ico {
	background-position: -40px -30px;
	right: -9999px;
}

#fancybox-left:hover,#fancybox-right:hover {
	visibility: visible;
}

#fancybox-left:hover span {
	left: 20px;
}

.rtl #fancybox-left:hover span {
	right: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.rtl #fancybox-right:hover span {
	right: auto;
	left: 20px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 111102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: left;
}

.rtl .fancybox-title-over {
	text-align: right;
}

#fancybox-title-over {
	padding: 10px;
	background: rgba(0,0,0,.64);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(/images/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #fff;
	line-height: 29px;
	font-weight: 700;
	padding: 0 0 3px;
	background: url(/images/fancybox-x.png) 0 -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(/images/fancybox.png) -55px -90px no-repeat;
}

.fancybox-hidden {
	display: none;
}

.list-tag a {
	display: inline-block;
	height: 21px;
	margin: 0 10px 0 0;
	padding: 0 7px 0 14px;
	white-space: nowrap;
	position: relative;
	background: linear-gradient(180deg,#fed970,#febc4a);
	background-color: #fec95b;
	color: #963;
	font-size: 11px;
	line-height: 19px;
	text-decoration: none;
	text-shadow: 0 1px hsla(0,0%,100%,.4);
	border-top: 1px solid #edb14a;
	border-right: 1px solid #dca03b;
	border-radius: 1px 3px 3px 1px;
	box-shadow: inset 0 1px #fee395,0 1px 2px rgba(0,0,0,.21);
}

.list-tag a,.list-tag a:before {
	border-bottom: 1px solid #ce922e;
}

.list-tag a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -6px;
	width: 10px;
	height: 10px;
	background: linear-gradient(135deg,#fed970,#febc4a);
	background-color: #fec95b;
	border-left: 1px solid #edb14a;
	border-radius: 0 0 0 2px;
	box-shadow: inset 1px 0 #fedb7c,0 2px 2px -2px rgba(0,0,0,.33);
	transform: scaleY(1.5) rotate(45deg);
}

.list-tag a:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 1px;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #dca03b;
	box-shadow: 0 1px 0 hsla(0,0%,100%,.2),inset 0 1px 1px rgba(0,0,0,.21);
}

.list-tag a:hover {
	color: #fff;
	text-shadow: -1px -1px 0 rgba(153,102,51,.3);
}

.list-tag a:first-child {
	margin-left: 10px;
}

.list-tag .tag-list-title {
	display: inline-block;
	padding-right: 7px;
}

.contact-form .contact-form-group .contact-button {
	background-color: var(--color-1st);
	border-color: var(--color-1st);
	color: #fff;
	outline: 0;
}

.contact-form .contact-form-group .contact-button:focus,.contact-form .contact-form-group .contact-button:hover {
	background: #e22e2b;
	border-color: #e22e2b;
}

h1.logo a {
	line-height: 70px;
	font-size: 45px;
	color: #222;
}

h1.logo a span {
	font-weight: 700;
	color: var(--color-1st);
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.single-content input {
	max-width: 100%;
	outline: 0;
}

.show-admin-bar .main-nav {
	top: 40px;
}

section.pagination {
	text-align: center;
	margin: 20px auto;
}

ul.pagination {
	width: 100%;
	text-align: center;
}

ul.pagination,ul.pagination li {
	display: inline-block;
}

ul.pagination li.active span {
	background: var(--color-1st);
}

figure.image {
	margin: 10px 0;
	display: inline-block;
}

figure.image figcaption {
	background: #f5f5f5;
	padding: 10px;
	font-size: 90%;
	text-align: center;
}

.container .gallery-wrap .gallery-item .gallery-detail a:hover {
	color: var(--color-1st)!important;
}

.header-bottom .search-btn {
	float: right;
	margin-right: 65px;
	color: #fff!important;
	font-size: 16px;
}

.super-search.hide {
	display: none;
}

.super-search.active {
	z-index: 88888888888;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	right: 0;
	border: none;
	overflow-y: scroll;
	position: fixed;
  /* background: linear-gradient( 
  180deg
 ,rgba(17,17,17,0) 0,rgba(17,17,17,.1) 10%,rgba(17,17,17,.95)); */
	background-color: rgb(16 16 16 / 80%);
	display: block!important;
}

.super-search.active .quick-search {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid;
}

.super-search .search-input {
	width: 95%;
	line-height: 1.42857143;
	background-image: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display: block;
	font-weight: 400;
	border: 0;
	background: 0 0;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 0 10px 5px;
	height: 100px;
	color: var(--color-1st)!important;
	font-size: 60px;
}

.super-search .search-btn.active {
	display: inline-block;
	position: absolute;
	top: 50px;
	right: 30px;
	color: #ff0c0c;
	font-size: 60px;
	cursor: pointer;
}

@media screen and (max-width:991px) {
	.super-search.active .search-input {
		font-size: 30px;
		width: 86%;
	}
}

@media screen and (max-width:420px) {
	.super-search.active .search-input {
		font-size: 23px;
		width: 80%;
	}
}

@media screen and (max-width:320px) {
	.super-search.active .search-input {
		font-size: 18px;
		width: 78%;
	}
}

.featured-new-item-title {
	height: 40px;
	line-height: 1.8;
	padding: 10px 0;
	font-weight: 400;
}

.featured-new-item-title h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 0 10px;
	margin-bottom: -8px;
}

.featured-new-item-title .featured-home-post-item-date {
	padding: 0 10px;
}
  
 /* custom navigation menu */
#nav-container {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}

#nav {
	position: relative;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	transition: all 0.5s ease;
}

#nav #close {
	position: absolute;
	top: 25px;
	background-color: var(--color-1st);
	transform: translateY(-25px);
	width: 40px;
	height: 40px;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	display: none;
}

#nav #close .bar {
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #fff;
	transition: all 0.5s ease;
	margin-left: 10px;
}

#nav #close .bar:first-of-type {
	top: 42%;
}

#nav #close .bar:last-of-type {
	top: 57%;
}

#nav #nav-items {
	visibility: hidden;
	padding-top: 40px;
	transition: all 0.5s ease;
}

#nav #nav-items ul {
	list-style: none;
	background: #000;
}

#nav #nav-items ul li {
	opacity: 0;
	padding: 7px 0;
}

#nav #nav-items ul li:not(:last-of-type) {
	border-bottom: 1px solid #fff;
}

#nav #nav-items ul li:nth-child(1) {
	transition: opacity 0.5s ease;
	transition-delay: 0.1s;
}

#nav #nav-items ul li:nth-child(2) {
	transition: opacity 0.5s ease;
	transition-delay: 0.2s;
}

#nav #nav-items ul li:nth-child(3) {
	transition: opacity 0.5s ease;
	transition-delay: 0.3s;
}

#nav #nav-items ul li:nth-child(4) {
	transition: opacity 0.5s ease;
	transition-delay: 0.4s;
}

#nav #nav-items ul li:nth-child(5) {
	transition: opacity 0.5s ease;
	transition-delay: 0.5s;
}

#nav #nav-items ul li:nth-child(6) {
	transition: opacity 0.5s ease;
	transition-delay: 0.6s;
}

#nav #nav-items ul li:nth-child(7) {
	transition: opacity 0.5s ease;
	transition-delay: 0.7s;
}

#nav #nav-items ul li:nth-child(8) {
	transition: opacity 0.5s ease;
	transition-delay: 0.8s;
}

#nav #nav-items ul li:nth-child(9) {
	transition: opacity 0.5s ease;
	transition-delay: 0.9s;
}

#nav #nav-items ul li:nth-child(10) {
	transition: opacity 0.5s ease;
	transition-delay: 1s;
}

#nav #nav-items ul li:nth-child(11) {
	transition: opacity 0.5s ease;
	transition-delay: 1.1s;
}

#nav #nav-items ul li:nth-child(12) {
	transition: opacity 0.5s ease;
	transition-delay: 1.2s;
}

#nav #nav-items ul li:nth-child(13) {
	transition: opacity 0.5s ease;
	transition-delay: 1.3s;
}

#nav #nav-items ul li:nth-child(14) {
	transition: opacity 0.5s ease;
	transition-delay: 1.4s;
}

#nav #nav-items ul li:nth-child(15) {
	transition: opacity 0.5s ease;
	transition-delay: 1.5s;
}

#nav #nav-items ul li:nth-child(16) {
	transition: opacity 0.5s ease;
	transition-delay: 1.6s;
}

#nav #nav-items ul li:nth-child(17) {
	transition: opacity 0.5s ease;
	transition-delay: 1.7s;
}

#nav #nav-items ul li:nth-child(18) {
	transition: opacity 0.5s ease;
	transition-delay: 1.8s;
}

#nav #nav-items ul li:nth-child(19) {
	transition: opacity 0.5s ease;
	transition-delay: 1.9s;
}

#nav #nav-items ul li:nth-child(20) {
	transition: opacity 0.5s ease;
	transition-delay: 2s;
}

#nav.active-menu {
	height: 100%;
	z-index: 1;
}

#nav.active-menu #close .bar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#nav.active-menu #close .bar:first-of-type {
	transform: rotate(225deg);
}

#nav.active-menu #close .bar:last-of-type {
	transform: rotate(-225deg);
}

#nav.active-menu #nav-items {
	visibility: visible;
}

#nav.active-menu #nav-items ul li {
	opacity: 1;
}

#nav-items ul li a {
	text-decoration: none;
	color: #fff;
	margin-left: 5px;
}

#mainContainer {
	position: relative;
	top: 10px;
	width: 100%;
	height: 170px;
	margin: 0;
	padding: 0;
  }
  
  #content, #adContainer {
	position: absolute;
	width: 100%;
	height: 100%;
  }
  
  #contentElement {
	width: 100%;
	height: auto;
	overflow: hidden;
  }
  
  #playButton {
	margin-top:10px;
	vertical-align: top;
	width: 350px;
	height: 60px;
	padding: 0;
	font-size: 22px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #2c3e50;
	border: 0;
	border-bottom: 2px solid #22303f;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #22303f;
	box-shadow: inset 0 -2px #22303f;
  }
  
  #adContainer div{
	position: unset !important;
	width: 100% !important;
	/* height: 100% !important; */
  }
  
  /* .ads-space{
	margin-bottom: 20px;
  } */

  .ads-post iframe{
	  height: 170px;
	  padding-top: 10px;
	  width: 100%;
  }

  