p, h1, h2, h3, h4, h5, h6, ul, li, div, td, th {
  padding: 0;
  margin: 0;
}

a, a:hover {
  text-decoration: none;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
}

.top_header {
  position: relative;
}

.top_header .header_banner {
  object-fit: cover;
  height: 190px;
}
.over_header {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #303030;
}

.container {}

.main_header {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
}

.socila_media li {
  display: inline-block;
  margin-right: 6px;
}

.socila_media li a {
  background: #fe371d;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #000;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
}

.socila_media li a:hover {
  background: #588cc9;
}

.language-select {
  float: right;
}

.language-select .bootstrap-select.fit-width {
  margin: 0 !important;
}

.language-select button.selectpicker {
  background: none !important;
  color: #fff !important;
  border: none !important;
}
.porr-header {
  padding: 20px 0;
}

.logo img {
  width: 320px;
}

.register-btn {
  color: #fff;
  background: #fe371d;
  padding: 10px 20px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  text-transform: uppercase;
}

.register-btn:hover {
  color: #fff;
  background: #ba1c07;
}

.filter-option b {
  font-weight: 400;
}

.togglebtn {
  display: none;
}

.nav-icon, .toggleLeft, .toggleright, .nav-icon2, .loginclose, .toggleuser {
  display: none;
}

.nav_menu {
  background: rgba(252, 236, 252, 1);
  background: -moz-linear-gradient(top, rgba(252, 236, 252, 1) 0%, rgba(18, 7, 15, 1) 30%, rgba(13, 5, 10, 1) 51%, rgba(15, 6, 12, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 236, 252, 1)), color-stop(30%, rgba(18, 7, 15, 1)), color-stop(51%, rgba(13, 5, 10, 1)), color-stop(100%, rgba(15, 6, 12, 1)));
  background: -webkit-linear-gradient(top, rgba(252, 236, 252, 1) 0%, rgba(18, 7, 15, 1) 30%, rgba(13, 5, 10, 1) 51%, rgba(15, 6, 12, 1) 100%);
  background: -o-linear-gradient(top, rgba(252, 236, 252, 1) 0%, rgba(18, 7, 15, 1) 30%, rgba(13, 5, 10, 1) 51%, rgba(15, 6, 12, 1) 100%);
  background: -ms-linear-gradient(top, rgba(252, 236, 252, 1) 0%, rgba(18, 7, 15, 1) 30%, rgba(13, 5, 10, 1) 51%, rgba(15, 6, 12, 1) 100%);
  background: linear-gradient(to bottom, rgba(252, 236, 252, 1) 0%, rgba(18, 7, 15, 1) 30%, rgba(13, 5, 10, 1) 51%, rgba(15, 6, 12, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#0f060c', GradientType=0);
  padding: 20px 0;
}

.navbarMenu li {
  display: inline-block;
  text-transform: uppercase;
}

.navbarMenu li a {
  color: #fff;
  padding: 0 20px 10px 20px;
  font-size: 13px;
  position: relative;
}

.navbarMenu li a:after {
  content: '';
  width: 0%;
  transition: all 0.3s ease;
  left: 50%;
}

.navbarMenu li a:before {
  content: '';
  width: 0%;
  transition: all 0.3s ease;
  left: 50%;
}

.navbarMenu li a:hover:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  background: #534704;
  height: 3px;
  width: 50%;
}

.navbarMenu li a:hover:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #534704;
  height: 3px;
  width: 50%;
}

.navbarMenu {
  margin-top: 10px;
}

.searchBx {
  position: relative;
}

.searchBx .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  background: #ed2107;
  color: #fff;
  border: none;
  padding: 5px 20px;
  font-size: 17px;
}

.login-bx {
  position: relative;
  background: #302e2e;
  width: 90%;
  margin: 20px auto;
}

.loginModal {
  /* background: #302e2e; */
  background: #f1f1f1;
  float: left;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
}

.login-bx .loginbg {
  /* background: url(../images/register-girl.png) right no-repeat; */
  -webkit-background-size: 90%;
  -moz-background-size: 90%;
  -o-background-size: 90%;
  background-size: 90%;
  padding: 20px 15px;
  width: 100%;
  float: right;
}

.login-bx h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.login-bx label {
  font-size: 13px;
  color: #303030;
}

/* .login-bx input {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #333;
} */
.login-bx input {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  color: #000;
  border-radius: 33px;
}
.login-bx button {
  background: #df0024;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 13px;
}

.login-bx .submitBtn a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

.login-bx .submitBtn span {
  margin-left: 15px;
}

.categories_cont {
  float: left;
  width: 100%;
  background: #f1f1f1;
  padding: 20px 15px;
}

.categories_cont .category_bg {
  /* background: url(../images/category.png) bottom right no-repeat; */
  -webkit-background-size: 90%;
  -moz-background-size: 90%;
  -o-background-size: 90%;
  background-size: 90%;
  min-height: 575px;
}

.homeCont .categories_cont .category_bg {
  min-height: 777px;
}
.categories_cont .category_bg h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

.categories_cont .category_bg li {
  display: block;
  background: url(../images/love.png) left no-repeat;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 25px;
}

.categories_cont .category_bg li a {
  color: #000;
}

.video_co_title {
  color: #fff;
}

.video_content_list .video_co_title h3 {
  text-transform: uppercase;
  color: #303030;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.video_co_title p
{
  color: #303030;
}
.advertisement img {
  width: 100%;
}
/*
.wrapper {
  padding: 40px 0;
  float: left;
  width: 100%;
  /*background: url(../images/porngirl.jpg);
  background: url(../images/Sequence07.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
} */
.wrapper {
  padding: 40px 0;
  float: left;
  width: 100%;
  /* background: url(../images/porngirl.jpg); */
  background: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  z-index: -1;
  top: 0;
}

.video_co_title h3 {
  text-transform: uppercase;
  color: #fff;
}

.play_video_cont {
  margin: 20px 0;
}

.vedio_list h4 {
  font-size: 15px;
  text-transform: capitalize;
}

.vedio_list h4 a {
  color: #fff;
}

.vedio_list .pagination {
  width: 100%;
}

.vedio_list .pagination a {
  background: #302e2e;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
}

.vedio_list .pagination a.active {
  color: #f00;
  font-weight: 600;
}

/*.actions li.btnrtshow:hover #customTool {
  display: block;
}*/

.actions li.btnrtshow:focus #customTool, .actions li.btnrtshow:hover #customTool {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}

#customTool {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  width: 300px;
  transform: translateY(-2em);
  z-index: 99;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  text-align: center;
}

#customTool::after {
  position: absolute;
  content: "";
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}

.video_text {
  padding: 10px;
  color: #fff;
  background: #333;
}

.video_bx i {
  font-size: 12px;
  color: #ffcc00;
}

.video_bx {
  border: 1px solid #ccc;
}

.video_bx .vedio_file {
  overflow: hidden;
  height: 140px;
}

.video_content_list .vedio_list li {
  display: inline-block;
  width: 32%;
  margin-bottom: 10px;
}

.video_content_list .vedio_list li img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -otransition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.video_content_list .vedio_list li:hover img {
  transform: scale(1.1);
}

.play_video_cont {
  position: relative;
}

/*.play_video_cont:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}*/

.play_video_cont img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.video_icon {
  position: absolute;
  background: url(../images/video-youtube.png) center no-repeat;
  width: 80px;
  height: 80px;
  top: 40%;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

footer {
  background: #1f1d20;
  color: #fff;
  padding: 10px;
  text-align: center;
  float: left;
  width: 100%;
}

footer a {
  color: #e00707;
}

/* register form */

#registerForm .form {
  width: 100%;
}

#registerForm input[type="text"], #registerForm input[type="email"], #registerForm input[type="tel"], #registerForm input[type="password"] {
  width: 100%;
  padding: 15px 0px 15px 8px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.);
  outline: none;
  border: none;
  border: 1px solid rgb(183, 183, 183);
  margin-bottom: 10px;
  color: #6E6E6E;
}

#registerForm input[type="submit"] {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  outline: none;
  border: none;
  background: linear-gradient(to bottom, rgba(252, 236, 252, 1) 0%, rgba(18, 7, 15, 1) 30%, rgba(13, 5, 10, 1) 51%, rgba(15, 6, 12, 1) 100%);
  font: 14px Oswald;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: #000 0px 1px 5px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.8)!important;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.2)));
}

#registerForm input:focus {
  box-shadow: inset 4px 6px 10px -4px rgba(255, 255, 255, 0.7), 0 1px 1px -1px rgba(255, 255, 255, 0.3);
  background: rgba(147, 137, 137, 0.3);
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  -ms-transition: 1s ease;
  transition: 1s ease;
}

#registerForm input[type="submit"]:hover {
  opacity: 1;
  cursor: pointer;
}

#registerForm .name-help, #registerForm .email-help, #registerForm .phone-help, #registerForm .password-help, #registerForm .con-password-help {
  display: none;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

#registerForm .optimize {
  position: fixed;
  right: 3%;
  top: 0px;
}

#exampleModal .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* register form end */

/* member page */

.memberPage {
  padding: 60px 0;
}

.member-login {
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background: url(http://porrdebut.webridgeesolution.com/assets/images/register-girl.png) no-repeat right;
  z-index: 1;
}

.member-login:after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.member-login .title_member {
  position: absolute;
  top: -25px;
  left: 19px;
  background: #1f1d20;
  padding: 10px 25px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
}

.member-login .form-control {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  height: 40px;
  border: 1px solid #e0dede;
  color: #333;
}

.member-login .forget_pass {
  color: #1f1d20;
  margin-left: 6px;
}

/* member pageb end */

/* jobs page */

.jobsContent {
  padding: 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  background: #fff url(../images/girls-aloud.jpg) bottom right no-repeat;
  z-index: 1;
  position: relative;
  min-height: 560px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
}

.jobsContent:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}

.jobsContent h3 {
  margin-bottom: 15px;
  font-weight: 600;
}

.jobsContent p {
  margin-bottom: 10px;
}

.jobsContent a.mailNow {
  color: #ba1c07;
}

/* jobs page end*/

/* dashboard page */

.userLogin {
  color: #fff;
  float: right;
  padding: 5px;
}

.userLogin .dropdown-toggle {
  cursor: pointer;
}

.userLogin li a {
  color: #333;
}

.userLogin li {
  display: block;
  padding: 0 15px;
}

.userLoginDetail li {
  display: block;
  padding: 6px;
  border-bottom: 1px solid #ccc;
}

#exampleModal .modal-header {
  min-height: 0;
  padding: 0px;
  border-bottom: none;
}

.play_video_cont #player {
  width: 100%;
}

.actions {
  padding: 10px 0;
}

.actions li {
  position: relative;
  display: inline-block;
}

.actions button, .commentBtn {
  background: #302e2e;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.actions button:hover, .commentBtn:hover {
  color: #ccc;
}

.actions button:hover {
  color: #ccc;
}

/* dashboard page end */

/* comment section */

.commentFeild {
  background: #f2f2f2;
  padding: 10px 15px;
  float: left;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ccc;
}

.commentCont {
  width: 100%;
  float: left;
  position: relative;
}

.commentCont .commentStyle {
  width: 100%;
  float: left;
  overflow-y: hidden;
}

.commentCont .commentStyle h3, .commentTextShow h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.repContent h3 {
  font-size: 12px;
}

.commentTextShow h3 {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 6px;
}

.commentCont .commentStyle textarea {
  resize: none;
  background-color: #fff;
  border-radius: 20px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ccc;
}

.commentFeildReply {
  float: left;
  width: 100%;
  padding: 10px 0px 10px 25px;
  display: none;
}

.replyBtn {
  cursor: pointer;
}

.replyUser {
  margin-right: 5px;
  margin-bottom: 5px;
}

.repContent {
  width: 100%;
}

.repContent h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.replytextCont {
  width: 100%;
  height: 38px;
  float: left;
  overflow-y: hidden;
  resize: none;
  background-color: #fff;
  border-radius: 20px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.replyBox li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding: 0 3px;
}

.replyBox li#replyBtn {
  cursor: pointer;
}

.commentTextCont {
  margin: 10px 0;
  float: left;
  width: 100%;
}

.commentTextShow .textComment .viewtext {}

.commentTextShow .textComment {
  /*background-color: #a42f26;*/
  background: rgba(129, 2, 2, 0.7);
  border-radius: 10px;
  max-width: 100%;
  display: inline-block;
  padding: 10px;
  color: #fff;
}

.repContent .textComment {
  padding: 6px 10px;
  font-size: 12px;
}

.comment-reply {
  padding: 0 0 10px;
}

.commentTextShow {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.commentTextShow:first-child {
  border: none;
}

/* comment section end */

.u-rating {
  background: #fff;
  border-radius: 0;
  line-height: 0;
  padding: 8px 10px;
}

#mCSB_1_container {
  top: 0 !important;
}

.conScroll {
  max-height: 425px;
  overflow-y: scroll;
  margin-bottom: 0;
}

.like-custom, .like-custom i {
  color: #02bc93;
  cursor: pointer;
}

.view-custom, .view-custom i {
  color: #bebebe;
  cursor: pointer;
}

.like-custom {
  margin-left: 5px;
}

.nav_menu {
  background: #303030 !important;
}

.bottomAdvertisement{
    text-align: center;
    width: 100%;
}
.bottomAdvertisement img
    {
        width: 100%;
    }
@media screen and (min-device-width:320px) and (max-device-width:767px)
{
.bottomAdvertisement img
{
    width: 100%;
}
}
