:root {
	--main: #0D8719;
}

.views {
	background: black;
}

body{
	font-family: 'Poppins', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
	background-color: #f3f3f3!important;
}

.blog_flex {
	display: flex;
	width: 100%;
}

.flex-part1 {
	width: 30%;
	height: 12rem !important;
	border: 1px solid #eee;
}

.flex-part2 {
	border: 1px solid #eee !important;
	padding-left: 10px;
	width: 70%;
}

.flex-part1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flex-part2 #title {
	color: #544E48;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;
}

.flex-part2 #body {
	color: #544E48;
	text-decoration: none;
	text-align: justify;
	font-size: 0.9rem;
}

.flex-part2 ul {
	display: flex;
	padding: 0 !important;
	margin: 0 !important;
}

.flex-part2 ul li {
	list-style: none;
}

.flex-part2 ul li a {
	color: gray;
	text-decoration: none;
	font-size: 0.8rem;
}

.right-section {
	flex-direction: column;
}

.right-section h6 {
	background-color: #fff;
	color: #000;
	padding: 10px;
	border-radius: 4px;
}

.right-section ul li a {
	text-decoration: none;
	color: #fff!important;
	font-size: 0.9rem;
}

.right-section ul li {
	list-style: none;
	border-bottom: 1px solid #000;
	padding: 4px 0 4px 0;
}

#single_img {
    width: 100%;
    height: 20rem;
}

#single_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 768px) {
  .flex-part2 p {
    display: none;
  }
  .flex-part1 {
	height: 6rem !important;
  }
  .flex-part2 ul {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 992px) {
  .flex-part1 {
	height: 8rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .flex-part1 {
	height: 10rem !important;
  }
}

div.container {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: auto;
	padding-bottom: auto;
	max-width: 1140px;
}

div.t {
	color: #fff;
	/* padding-top: 15px; */
	padding-bottom: 15px;
}

div.r {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.h_search {
	padding-top: 25px;
	padding-bottom: 15px;
}

.row h1 {
	font-size: 24px;
	padding: 8px 0 10px 15px;
	border-radius: 4px;
	margin: 10px;
	background: var(--main);
}

.card {
	background-color: transparent!important;
	border: 0px!important;
	border-radius: 0px!important;
	margin-bottom: 25px!important;
}

.card a {
	text-decoration: none!important;
	color: #fff;
}

.pthumbnail {
	line-height: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	background-color: #000;
	padding-bottom: 56.25%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pborder {
	position: relative;
}

.pborder img {
	display: block;
	position: relative;
	width: 100%;
}

.pborder img:hover {
	opacity: 0.7;
}

.pheader {
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	overflow: hidden;
	color: #000;
	/* display: block; */
	padding: 0.5em 0 0;
	/* background-color: var(--main); */
	padding: 2px;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pheader:hover {
	/* background-color: #363636; */
	color: var(--main);
}

.pheader span {
	padding-left: 5px!important;
}

span.views {
	left: 5px;
	left: inherit;
}

span.views {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 7px;
    font-size: 0.688em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

span.duration {
	left: 5px;
	left: inherit;
}

span.duration {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 7px;
    font-size: 0.688em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

span.quality {
	left: 5px;
	left: inherit;
}

span.quality {
    /* background: rgb(255, 0, 0); */
	background: var(--main);
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 11px 4px 11px 4px;
    font-size: 0.85em;
	font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.footer {
	text-align: center;
	color: #fff;
	margin-top: 30px;
}

.fsite_description {
	margin: auto;
  	width: 90%;
/*  	border: 3px solid #000;*/
  	padding: 12px;
}

.fmenu {
	padding-top: 15px;
}

.fmenu a {
	text-decoration: none;
	padding-right: 30px;
	color: #fff;
}

@media only screen and (max-width: 600px) {
	.fmenu a {
		text-decoration: none;
		padding-right: 0px;
		color: #fff;
		display: block;
		padding-top: 5px;
	}
}

.fmenu a:hover {
	color: #000;
}

.fcontent {
	background-color: var(--main);
	padding-top: 10px;
	/* padding-bottom: 10px; */
}

.fcontent a {
	text-decoration: none;
	color: #fff;
}

.fcontent a:hover {
	color: #000;
}

.fsitelogo {
	text-transform: uppercase;
	font-size: 50px;
}

.navbar {
	background: var(--main);
}

.navbar a {
	color: #fff;
}

.navbar a:hover {
	color: #000;
}

a.navbar-brand {
	text-transform: uppercase;
	font-weight: 600px;
}

.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.toggler.navbar-toggler {
border-color: rgb(255,102,203);
}

button.btn.btn-secondary.my-2.my-sm-0 {
	background: transparent;
}

.page-item.active .page-link {
	background-color: var(--main)!important;
	border-color: var(--main)!important;
	color: #fff!important;
}

.page-link {
	border-radius: 0px!important;
	color: var(--main)!important;
	border: 1px solid #000!important;
	margin-left: 10px!important;
}

.videotags {
	margin-top: 10px;
	margin-bottom: -10px;
}

form.searchbox input[type=text] {
	padding: 5px;
	font-size: 17px;
	border: 1px solid #ced4da;
	float: left;
	width: 80%;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

form.searchbox button {
	float: left;
	width: 20%;
	padding: 5px;
	background: transparent;
	color: white;
	font-size: 17px;
	border: 1px solid #7d7d7d;
	border-left: none;
	cursor: pointer;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

form.searchbox button:hover {
	color:#d3d3d3;
}

form.searchbox::after {
	content: "";
	clear: both;
	display: table;
}

@media only screen and (max-width: 600px) {
	form.searchbox {
		margin: auto;
		max-width: 300px;
	}
}

form.header_search {
	padding-right: 3px;
}

form.header_search input[type=text] {
	padding: 7px;
	font-size: 17px;
	border: 1px solid #ced4da;
	float: left;
	width: 96%;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

form.header_search button {
	float: left;
	width: 4%;
	padding: 7px;
	background: var(--main);
	color: white;
	font-size: 17px;
	border: 1px solid var(--main);
	border-left: none;
	cursor: pointer;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

form.header_search button:hover {
	color:#d3d3d3;
}

form.header_search::after {
	content: "";
	clear: both;
	display: table;
}

@media only screen and (max-width: 600px) {
	form.header_search {
		margin: auto;
		max-width: 300px;
	}

	form.header_search input[type=text] {
		width: 85%;
	}

	form.header_search button {
		width: 15%;
	}
}

.h_ads {
	color: #fff;
	display: flex;
	justify-content: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

.f_ads {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 992px) {
	.f_ads {
		display: grid!important;
	}
}

.f_ads iframe {
	padding: 5px!important;
}

.sbar_ads {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 300px;
	height: 250px;
}

.recent_searches a,
.videotags a {
	color: #000;
	text-decoration: none;
	padding: 2px 6px;
	border: 1px solid #000;
	border-radius: 5px;
	margin: 0 0.3em 0.6em 0;
	margin-right: 3px;
	display: inline-block;
}

.recent_searches a:hover,
.videotags a:hover {
	color: #000;
	border: 1px solid var(--main);
}

.card-bottom {
	background: #9f0470;
	padding: 10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-bottom: 50px;
	height: 50px;
}

.video_vote {
	color: #fff;
}

.left_card, .right_card {
	display: inline-block;
	float: left;
	width: 50%;
}

.right_card .video_view {
	text-align: right;
	color: #fff;
	margin-top: 10px;
	margin-right: 2px;
}

.right_card .video_view span {
	font-size: 13px;
}

.total_like,
.total_dislike,
.video_duration {
	padding-right: 5px;
}

i.fa.fa-heart.fa-lg,
i.fa.fa-heartbeat.fa-lg {
	padding-top: 5px;
}

button.like {
	margin-right: 3px!important;
}

button.like,
button.dislike {
	color: #fff!important;
	background: var(--main)!important;
	padding: 7px 9px!important;
	border-radius: 30px!important;
	font-family: FontAwesome!important;
	border: 4px solid #fff!important;
}

button.like:hover {
	color: #000!important;
	background: rgb(9, 147, 9)!important;
}

button.dislike:hover {
	color: #000!important;
	background: rgb(216, 2, 2)!important;
}

.tshare .fa-twitter {
	color: #fff;
	background: #1DA1F2;
	padding: 12px 10px;
	border-radius: 50%;
}

.tshare .fa-twitter:hover {
	background: #1DA1F2;
	color: var(--main);
}

.player {
    /* background: #000; */
    position: relative;
}

.player::before {
    content: "Video loading..";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 1;
    
    animation: fadeOut 3s ease-in-out forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

.video_section {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
	background: #000;
}

.video_section::before {
    display: block;
    content: ""
}

.video_section .player,
.video_section embed,
.video_section iframe,
.video_section object,
.video_section video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video_section_responsive::before {
    padding-top: 56.25%
}

.embed_video_container {
    position: relative;
}

.video_bottom_content {
    padding: 10px;
    height: 55px;
    background: var(--main);
    padding-bottom: 55px;
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.left_content,
.right_content {
    display: inline-block;
    float: left;
}

.left_content {
	width: 40%;
}

.right_content {
	width: 60%;
}

.right_content .video_view {
    display: inline-block;
    width: 100%;
    text-align: right
}

.right_content .video_view div {
    display: inline-block;
    margin-top: 10px
}

.right_content .video_view div i {
    color: #fff;
}

.right_content .video_view div span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: Arial;
    color: #fff
}

.video_report {
	text-align: left;
	margin-top: 15px;
	color: #000;
}

span.share_vid_tw,
span.share_vid_rd,
span.share_vid_tg,
span.report_vid {
	padding: 3px 6px!important;
	margin-right: 4px!important;
	border-radius: 4px!important;	
}

span.share_vid_tw a,
span.share_vid_rd a,
span.share_vid_tg a,
button.copy-button,
span.report_vid a {
	color: #fff!important;
	text-decoration: none!important;
	display: inline-block;
}

span.share_vid_tw a:hover,
span.share_vid_rd a:hover,
span.share_vid_tg a:hover,
span.report_vid a:hover,
.copy_vid button:hover {
	color: #000!important;
}

button.copy-button {
	border: 0!important;
    padding: 0px!important;
    background: #f39314!important;
    padding: 0.5px 6px!important;
    border-radius: 4px!important;
    margin-right: 4px!important;
}

.share_vid_tw {
	background: #1DA1F2;
}

.share_vid_rd {
	background: #FF4500;
}

.share_vid_tg {
	background: #0088cc;
}

.report_vid {
	background: #f51a13;
}

.card-body.d-flex.right-section {
	padding: 0!important;
	padding-left: 1rem!important;
	padding-bottom: 1rem!important;
}

a.modified_link {
	color: var(--main);
	text-decoration: none;
}

a.modified_link:hover {
	color: #000;
}

.contactform input[type=text], .contactform input[type=email], .contactform select, .contactform textarea,
.reportnow input[type=text], .reportnow input[type=email], .reportnow select, .reportnow textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

.contactform input[type=submit],
.reportnow input[type=submit],
.reportnow button[type=submit]  {
	background-color: var(--main);
	color: white;
	padding: 8px 14px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 15px;
}

.contactform input[type=submit]:hover,
.reportnow input[type=submit]:hover,
.reportnow button[type=submit]:hover {
	background-color: #6c6c6c;
}

@media only screen and (max-width: 600px) {
	button.copy-button {
		margin-top: 10px;
	}
	.sbar_ads {
		margin-top: 20px!important;
	}
}

div.headermenu {
	justify-content: center;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

div.headermenu a {
	color: #000!important;
    padding: 2px 6px;
	border: 1px solid var(--main);
    text-decoration: none;
    margin-right: 3px;
	margin: 0 0.3em 0.6em 0;
	display: inline-block;
	font-size: 17px;
}

div.headermenu a:hover {
	color: #fff!important;
	background: #7d7d7d;
	border: 1px solid #7d7d7d;
}

@media (max-width: 576px) {
	.col-sm-6 {
		width: 100%!important;
	}
}

.offer-links {
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.offer-links a {
	color: var(--main);
}

.offer-links a:hover {
	color: var(--main);
	opacity: 80%;
}

div.headermenu {
	justify-content: center;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

div.headermenu a {
	color: #000!important;
	padding: 2px 6px;
	border: 1px solid var(--main);
	text-decoration: none;
	margin-right: 3px;
	margin: 0 0.3em 0.6em 0;
	display: inline-block;
	font-size: 17px;
}

div.headermenu a:hover {
	color: #fff!important;
	background: #7d7d7d;
	border: 1px solid #7d7d7d;
}