.showrIcon{
	display: none;
}
@media (max-width:991px){
.wrapper .container991{
	width: 100%;
}
.homeCont .categories_cont .category_bg {
	min-height: 592px;
}
.video_content_list .vedio_list li {
	width: 49%;
}
}

@media (max-width:800px){
.homeCont .categories_cont .category_bg {
	min-height: auto;
}
.language-select .dropdown-menu {
	right: 0;
	width: 140px;
	left: auto;
}
.logo img {
	width: 250px;
}
.showrIcon{
	display: block;
}
.showtrate{
	display: none;
}
.categories_cont .category_bg {
	min-height: 680px;
}
}

@media (max-width:767px){
.loginModal {
	background: #302e2e;
	width: 90%;
	margin: 0 auto;
	min-height: 280px;
	float: none;}

.togglebtn{
  display: block;
  background: transparent;
  border:none;
  color: #fff;
}
.navbarMenu{
	display: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	position: absolute;
	width: 100%;
	top: 20px;
	left: 0;
	z-index: 11;
	background: #000;
	padding:20px 0;
}
.navbarMenu li a {
	display: block;
}
.navbarMenu li {
	width: 100%;
}
.navbarMenu li a:hover:before, .navbarMenu li a:hover:after {
	background: none;
}
.togglebtn {
	width: 22px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.togglebtn span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #d3531a;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.togglebtn span:nth-child(1) {
  top: 0px;
}
.togglebtn span:nth-child(2) {
	top: 8px;
}

.togglebtn span:nth-child(3) {
	top: 16px;
}

.togglebtn.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.togglebtn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.togglebtn.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.navbarMenu {
	margin-top: 20px;
}

.sidebar, .asidebar{
	position: fixed;
	width: 100%;
	background:rgba(0, 0, 0, 0.5);
	top: 0;
	right: -100%;
	z-index: 999;
	height: 100%;
}
.asidebar{
	left: auto;
	right: -100%;
}
.left-sidebar{
	width: 90%;
	float: right;
	background:#fff;
	height: 100%;
	overflow-y: scroll;
}
.contentAsidebar{
	float: right;
	width: 90%;
	background: #302e2e;
	height: 100%;
	overflow-y: scroll;
}
.nav-icon, .nav-icon2 {
	cursor: pointer;
	display: block;
	color: #d3531a;
	margin-right: 15px;
	font-size: 16px;
	padding:10px;
}

.toggleLeft, .toggleright, .toggleuser{
	display: block;
	background: transparent;
	color: #d3531a;
	border:none;
}
.toggleLeft{margin-right: 10px;}

.video_bx .vedio_file {
	height: 190px;
}
.video_content_list .vedio_list li img {
	height: 200px;
}
ul.socila_media{
	text-align: center;
}
.loginmobile{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
	display: none;

}
.login-bx .loginbg {
	-webkit-background-size: 57%;
	-moz-background-size: 57%;
	-o-background-size: 57%;
	background-size: 57%;
	padding:40px 15px;
}
.loginclose{
	display: block;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #d3531a;
}
.over_header {
	position: relative;
	float: left;
}
.main_header {
	background: rgba(0, 0, 0, 1);
}
.porr-header {
	padding: 50px 0;
	position: absolute;
	width: 100%;
	left: 0;
}
.top_header .header_banner {
	height: 122px;
}
.filter-option b{
	display: none;
}
#customTool {
	
	left:auto;
	right: 0;
	width: 200px;
}
#customTool::after {
	right: 8px;
	left: auto;
}
.member-login .title_member {
	font-size: 15px;
}
.jobsContent p {
	font-size: 13px;
}

}

@media (max-width:480px){
.video_content_list .vedio_list li {
	width: 100%;
}
.vedio_list .pagination a {
	padding: 10px 15px;
	margin-bottom: 6px;
}
.video_content_list .video_co_title h3 {
	font-size: 17px;
	margin-bottom: 10px;
}
.logo img {
	width: 160px;
}
.register-btn {
	padding: 6px 10px;
}
.login-bx .loginbg {
	-webkit-background-size: 71%;
	-moz-background-size: 71%;
	-o-background-size: 71%;
	background-size: 71%;
	background-position: bottom right;
	padding: 30px 15px;
}
.top_header .header_banner {
	height: 72px;
}
.porr-header {
	padding: 20px 0;
}
.actions .btn{
	padding:6px 10px;
}

}