@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
body {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif !important;
	margin-top: 50px;
    background-color: #1d1d1d !important;
}
.container {
    width: 1000px !important;
    max-width: 100%;
}
.main-menu{
	float: left; width: 100%;
}
.top-bar {
    float: left;
    width: 100%;
    padding: 14px 0 40px;
    background-size: cover;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 2%, #333333 63%, #333333 79%, #333333 88%, #333333 88%, #333333 99%, #545454 100%, #333333 100%, #545454 100%);
    background: -webkit-linear-gradient(top, #000000 2%,#333333 63%,#333333 79%,#333333 88%,#333333 88%,#333333 99%,#545454 100%,#333333 100%,#545454 100%);
    background: linear-gradient(to bottom, #000000 2%,#333333 63%,#333333 79%,#333333 88%,#333333 88%,#333333 99%,#545454 100%,#333333 100%,#545454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#545454',GradientType=0 );
}
.top-bar .right-top{ text-align: right;}
.top-bar .right-top ul{margin: 17px 0 0 0; padding: 0;}
.top-bar .right-top ul li{ display: inline-block; vertical-align: top;}
.top-bar .right-top ul li:nth-child(2) {
    margin: 3px -5px;
}
.top-bar .right-top ul li:first-child a{ background-image: url(../images/join.png); background-position: 15px center; background-repeat:no-repeat; background-size: 16px;}
.top-bar .right-top ul li:last-child a{ background-image: url(../images/lock.png); background-position: 15px center; background-repeat:no-repeat; background-size: 13px;}
.top-bar .right-top ul li a {
    display: inline-block;
    display: inline-block;
    background: #ed1b26;
    color: #fff;
    font-family: 'PT Sans', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 17px 7px 41px;
    font-size: 15px;
    letter-spacing: 1px;
    transition: 500ms all ease-in-out 0s;
        border-radius: 6px;

}
.top-bar .right-top ul li a:hover{ transition: 500ms all ease-in-out 0s; text-decoration: none;}
.top-bar .right-top ul li:first-child a:hover{ background: #bf000a url(../images/join.png) 15px center no-repeat;}
.top-bar .right-top ul li:last-child a:hover{ background: #bf000a url(../images/lock.png) 15px center no-repeat;}
.menu-box {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    top: -26px;
}
.color-menu{ float: left; width: 100%; background: red;padding: 15px 20px; position:relative;}
.color-menu:before{
	position:absolute;
	height:22px;
	width:14px;
	content:"";
	left: -14px;
   top: 0;
	background: url(../images/left-shado.png) left top no-repeat;
}
.color-menu:after{
	position:absolute;
	height:22px;
	width:14px;
	content:"";
	right:-14px;
	top: 0;
	background: url(../images/right-shado.png) left top no-repeat;
}
.menu-box ul{ float:left; text-align: left;padding:0; margin:0;}
.menu-box li{ display:inline-block; margin: 0 11px;vertical-align: middle;}
.menu-box li:first-child{     margin-left: 3px; margin-right: 6px;}
.menu-box li:first-child a{ font-size: 25px;}
.menu-box li a{
	 color: #ffffff;
    text-decoration: none;
    text-shadow: none;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
transition: 500ms all ease-in-out 0s;
}
.menu-box li a:hover{ color: #000;transition: 500ms all ease-in-out 0s;}
.right-top form{ float: right; border:1px solid #ed1b25; border-radius: 20px;}
.right-top form input[type="text"] {
    background: none;
    border: none;
    padding: 5px 0px 5px 14px;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    font-style: italic;
}
.right-top form input[type="text"]:focus{ outline: none;}
.right-top form input[type="submit"] {
    background: #ff0000;
    color: #fff;
    text-transform: uppercase;
    border: none;
    height: 36px;
    border-radius: 24px;
    padding: 0px 20px;
    margin-right: -1px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.right-top form input[type="submit"] {
	background: #c30000;
}
.fixrd-menu {
    margin-top: -90px;
    background: #222;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
.header-main .logo-2{ float: left;}
.header-main .menu-2{ float: left;}
.header-main .menu-2 ul {
    padding: 0;
    margin: 0;
    padding-top: 30px;
    padding-left: 20px;
}
.header-main .menu-2 ul li{ display: inline-block; padding: 0 11px;}
.header-main .menu-2 ul li a{
    color: #ffffff;
    text-decoration: none;
    text-shadow: none;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    transition: 500ms all ease-in-out 0s;
  }
.header-main .menu-2 ul li a:hover{ color: #ff0000;}
.header-main .right-top{ float: right;}
.header-main .right-top ul {
    padding: 19px 0 0 0;
    margin: 0;
    padding-top: 22px;
}
.header-main .right-top ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.header-main .right-top ul li:nth-child(2) {
    margin: 3px 0;
}
.header-main .right-top ul li:nth-child(3) a{ background-image: url(../images/join.png); background-position: 15px center; background-repeat:no-repeat; background-size: 16px;}
.header-main .right-top ul li:nth-child(2) a {
    background-size: 13px;
    background: #797979 url(../images/lock.png) 15px center no-repeat;
}
.header-main .right-top ul li a {
    display: inline-block;
    display: inline-block;
    background: #ff0000;
    color: #fff;
    font-family: 'PT Sans', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 17px 7px 41px;
    font-size: 15px;
    letter-spacing: 1px;
    transition: 500ms all ease-in-out 0s;
        border-radius: 6px;

}
.header-main .right-top ul li:first-child a{
    padding-left: 6px;
    margin-right: 5px;
    
}
.header-main.right-top ul li:first-child a i{
    position: relative;
    right: -7px;
}
.header-main.right-top ul li a:hover{ transition: 500ms all ease-in-out 0s; text-decoration: none;}
.header-main .right-top ul li:nth-child(3) a:hover{ background: #4adadc url(../images/join.png) 15px center no-repeat; text-decoration: none;}
.header-main .right-top ul li:nth-child(2) a:hover{ background: #4adadc url(../images/lock.png) 10px center no-repeat; text-decoration: none;}
.header-main .right-top ul li:first-child a:hover{
	background: #c30000;
}

.fixed-header {

	box-shadow: 0 2px 3px #999;

	position: fixed !important;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 1111111;

	-webkit-transition: all 500ms ease;

	transition: all 500ms ease;

	background:#222;
	margin-top:0px;

}

.fixed-header .logo img {

	width:70%;

	height:auto;

	-webkit-transition: all 500ms ease;

	transition: all 500ms ease;

}

.fixed-header #nav_menu ul li {

	padding: 18px 15px;

	-webkit-transition: all 500ms ease;

	transition: all 500ms ease;

}

.fixed-header .logo {

	padding: 5px 0;

	-webkit-transition: all 500ms ease;

	transition: all 500ms ease;

}
.header{ float: left; width: 100%;padding: 0 30px;}
.header-main {
    float: left;
    width: 100%;
    background: #000;
}
.header-main .logo-2 img{
    width: 110px;
    padding: 3px 0;
}
.header-main .menu-2 ul {
    padding-top: 18px;
}
.header-main .right-top ul {
    padding-top: 8px;
}
.right-top form {
    position: relative;
}
.right-top form input[type="submit"] {
    background: url(../images/search.png) center center no-repeat;
    color: #fff;
    text-transform: uppercase;
    border: none;
    height: 32px;
    border-radius: 24px;
    padding: 0px 0;
    margin-right: -1px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    width: 41px;
    position: absolute;
    right: 0;
    top: 0;
}
.right-top form input[type="text"] {
    padding: 5px 45px 5px 14px;
}
#boxes {
    position: fixed;
    z-index: 1111111;
    /* height: 133px; */
    /* width: 322px; */
    right: 23px;
    bottom: 15px;
    width: 100%;
    /* background: rgba(255, 255, 255, 0.82); */
    z-index: 111111111;
    /* display: inline-block; */
    /* position: relative; */
    /* pointer-events: auto; */
    /* padding: 7px; */
    /* text-align: right; */
    border-radius: 4px;
    /* white-space: normal; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* pointer-events: none; */
    text-align: center;
    border: 2px solid #ff0000;
}
.close {
    font-size: 13px !important;
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 11111;
color: #ff0000;
}
/****.css-only-modal {
	width: 100%;
	background: rgba(255, 255, 255, 0.82);
	z-index: 1;
	display: inline-block;
	position: relative;
	pointer-events: auto;
	padding: 7px;
	text-align: right;
	border-radius: 4px;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	pointer-events: none;
	text-align: center;
    border: 2px solid #ff0000;
}
#boxes:hover .css-only-modal{ background: #fff;}****/
#boxes:hover .close{ color: #ff0000; opacity: 1;}
.css-only-modal p {
    font-size: 15px;
    color: #000;
}
.css-only-modal-check {
	display: none;
}
.css-only-modal img {
    width: 190px;
}
.banner {
    float: left;
    width: 100%;
    margin-top: -1px;
    background: url(../images/banner-bg.jpg);
    background-size: 100%;
    position: relative;
}

.doloshub {
    position: fixed;
    right: 16px;
    top: 80px;
    z-index: 11111;
    width: 125px;
}
.banner .carousel-inner>.item>a>img, .banner .carousel-inner>.item>img {
    width: 100%;
}
.carousel{ float: left; width: 100%;}
<!--slider-->
.jk-slider{
    width:100%;
}
/*          Hero Headers        */
/********************************/

.socila-box {
    background: #fff;
    position: fixed;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1111;
    overflow: hidden;
    top: 73px;
    left: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.socila-box li a {
    font-size: 21px;
    padding: 4px 9px;
    display: inline-block;
    width: 39px;
    color: #fff;
}
ul.socila-box li:first-child a{
  background:#00acee;
}
ul.socila-box li:last-child a{
  background:#ef6504;
}
.hero {
    position: absolute;
        top: 30%;
    left: 38%;
    text-align: left;
    z-index: 3;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

.first .title{
	    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 30px 0 20px;
}
.first .desc a{
	display: inline-block;
    background: #000;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 24px;
    transition: 500ms all ease-in-out 0s;
 }
.first .desc a:hover{ background: red; color: #000; transition: 500ms all ease-in-out 0s;text-decoration: none;}
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}

.ih-item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.ih-item.circle {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
      z-index: 11;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect3 .img {
  z-index: 11;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect3 .info {
  background: #333333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect3 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect3.left_to_right .img {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.ih-item.circle.effect3.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.circle.effect3.left_to_right a:hover .img {
  -webkit-transform: scale(0.5) translateX(100%);
  -moz-transform: scale(0.5) translateX(100%);
  -ms-transform: scale(0.5) translateX(100%);
  -o-transform: scale(0.5) translateX(100%);
  transform: scale(0.5) translateX(100%);
}
.ih-item.circle.effect3.left_to_right a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.circle.effect3.right_to_left .img {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.ih-item.circle.effect3.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.circle.effect3.right_to_left a:hover .img {
  -webkit-transform: scale(0.5) translateX(-100%);
  -moz-transform: scale(0.5) translateX(-100%);
  -ms-transform: scale(0.5) translateX(-100%);
  -o-transform: scale(0.5) translateX(-100%);
  transform: scale(0.5) translateX(-100%);
}
.ih-item.circle.effect3.right_to_left a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.circle.effect3.top_to_bottom .img {
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.ih-item.circle.effect3.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.circle.effect3.top_to_bottom a:hover .img {
  -webkit-transform: scale(0.5) translateY(77%);
  -moz-transform: scale(0.5) translateY(77%);
  -ms-transform: scale(0.5) translateY(77%);
  -o-transform: scale(0.5) translateY(77%);
  transform: scale(0.5) translateY(77%);
}
.ih-item.circle.effect3.top_to_bottom a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.circle.effect3.bottom_to_top .img {
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.ih-item.circle.effect3.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.circle.effect3.bottom_to_top a:hover .img {
  -webkit-transform: scale(0.5) translateY(-100%);
  -moz-transform: scale(0.5) translateY(-100%);
  -ms-transform: scale(0.5) translateY(-100%);
  -o-transform: scale(0.5) translateY(-100%);
  transform: scale(0.5) translateY(-100%);
}
.ih-item.circle.effect3.bottom_to_top a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.fuck-wedget {
    float: left;
    width: 100%;
    margin-top: -241px;
    position: relative;
    z-index: 11111;
}
.fuck-wedget .row{ padding: 0 90px;}
#loading {
		-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
.banner-bottom{ float: left; width: 100%; background: #252525; height: 75px;margin-bottom: 70px;}
.banner-bottom ul {
    padding: 20px 0 0 0;
    margin: 0;
}
.banner-bottom ul li {
    display: inline-block;
    background: #252525;
    padding: 8px 19px 8px 10px;
    margin: 0 4px;
    box-shadow: 0px 12px 21px -1px #4c4c4c;
    transition: 300ms all ease-in-out 0s;
    cursor: pointer;
    width: 32.2%;
}

.banner-bottom ul li:nth-child(2){transform: scale(1.20);}
.banner-bottom ul li:nth-child(2):hover{transform: scale(1.35);}
.banner-bottom ul li:hover {
    transform: scale(1.20);
    transition: 300ms all ease-in-out 0s;
    position: relative;
    z-index: 11;
}
.banner-bottom ul li .text-box {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    text-align: center;
    padding-bottom: 18px;
}
.banner-bottom ul li .text-box a:hover{ text-decoration: none;}
.banner-bottom ul li .text-box h4 {
    font-size: 25px;
    color: red;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 10px;
    background: url(../images/border.jpg) center bottom no-repeat;
    padding-bottom: 9px;
}
.banner-bottom ul li .text-box p {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
}
.banner-bottom ul li:hover p{ color: #edc448;}
.banner-bottom ul li:hover h4{ color: #fff;}
.contain-section {
    float: left;
    width: 100%;
    position: relative;
    padding: 35px 0 0;
}
.contain-in{ float: left; width: 100%; background: #d7d7d7; position: relative; z-index: 11;}
.contain-first{
	    float: left;
    width: 100%;
    padding: 15px;
}
.video-heading {
    float: left;
    width: 100%;
    background: #000;
    border-top: 4px solid #439596;
    padding: 6px 14px;
}
.video-heading h4 {
    letter-spacing: 1px;
    color: #fff;
    font-size: 15px;
    padding: 0;
    line-height: 26px;
}

.contain-first h2{
	    font-weight: bold;
    color: red;
    text-align: center;
    margin: 7px 0 35px;
}
.contain-first h2 a{
	 font-weight: bold;
    color: red;
}
.contain-first h2 a:hover{ color: #ff6868; text-decoration: none;}
.contain-first iframe{ float: left;}
.contain-first ul{ float: left; width: 100%; padding: 0; margin: 0;}
.contain-first ul li {
    display: inline-block;
    height: 158px;
    overflow: hidden;
    width: 49%;
    border-radius: 10px;
    margin-bottom: 5px;
    transition: 500ms all ease-in-out 0s;
}
.contain-first ul li:nth-child(2n+2){ float: right;}
.contain-first ul li img{ width: 100%;}
.contain-first ul li:hover img{ transform: scale(1.5); transition: 500ms all ease-in-out 0s;}
.detail-box ul {
    float: left;
    width: 100%;
    background: #ed1b25;
    padding: 10px 20px;
    text-align: center;
}
.detail-box ul li {
    display: inline-block;
    width: auto;
    height: auto;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin: 0;
    padding: 0 21px 0 16px;
    float: none !important;
    border-right: 2px solid #ff4141;
    border-radius: 0px;
        vertical-align: middle;
}
.detail-box ul li a{ color: #fff;}
.detail-box ul li a:hover{
    color: #000;
    text-decoration: none;
}
.detail-box ul li:hover img{ transform: inherit;}
.detail-box ul li .video-type {
    float: right;
    width: auto;
    text-align: right;
    position: relative;
    top: 5px;
}
.detail-box ul li .video-type img {
    width: 43px !important;
    display: inline-block;
}

.detail-box ul li:last-child{ border:none;}
.detail-box ul li span {
    display: inline-block;
    font-weight: normal;
    padding-left: 7px;
}
.detail-box ul li .video-type span{
	    display: inline-block;
    background: #b3030b;
    padding: 0 11px;
    border-radius: 4px;
}
.middle-logo-section {
    float: left;
    width: 100%;
    position: relative;
    margin: 16px 0 30px;
}
.middle-logo-section:before {
    position: absolute;
    height: 216px;
    width: 32px;
    left: -32px;
    top: -25px;
    background: url(../images/niddle-logo-shado.png)left top no-repeat;
    content: "";
    background-size: 100% 100%;
}
.middle-logo-section:after {
    position: absolute;
    height: 216px;
    width: 32px;
    right: -32px;
    top: -25px;
    background: url(../images/niddle-logo-shado2.png)left top no-repeat;
    content: "";
    background-size: 100% 100%;
}
.logo-contain {
    float: left;
    width: 29%;
    background: #000000;
    height: 165px;
    text-align: center;
    padding: 8px 0;
        padding-left: 0px;
    transform: skewX(-14deg);
    margin-left: 20px;
    position: relative;
    text-align: left;
    padding-left: 15px;

}
.logo-contain img {
    width: 209px;
    position: relative;
    transform: skewX(13deg);
    margin-top: 12px;
    margin-left: 5px;
}
.logo-contain:before {
    height: 100%;
    width: 44px;
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    background: #000000;
    transform: skewX(14deg);
}
.support-icon{ text-align: center;}
.support-icon ul {
    width: 24%;
    margin: 9px 0 20px 0;
    padding: 0;
    position: relative;
    z-index: 111;
    text-align: center;
    top: 0;
    display: inline-block;
    padding-bottom: 0;
}
.support-icon ul li {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    padding: 2px 1px 0;
    border: 1px solid #ccc;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    text-align: center;
    margin: 0 5px;
    border: none !important;
}
.support-icon ul li:first-child{ color: #3278d6;}
.support-icon ul li:nth-child(2){color: #68b445;}
.support-icon ul li:last-child{ color: #0cc0e8;}
.support-icon ul li img {
    width: 27px;
    height: auto;
    position: relative;
    top: -5px;
}
.logo-contain-text {
    float: right;
    background: #000000;
    width: 64%;
    height: 165px;
    padding: 0 49px;
    transform: skewX(-14deg);
    margin-right: 19px;
    position: relative;
    padding-right: 0;
}
.logo-contain-text:after {
    height: 100%;
    width: 44px;
    position: absolute;
    right: -19px;
    top: 0;
    content: "";
    background: #000000;
    transform: skewX(14deg);
}

.logo-contain-text h3 {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px 2px 2px #7b7b7b;
    margin-bottom: 0;
}
.logo-contain-text p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin: 15px 0 0;
}
.down {
  display: none;
    font-size: 15px;
    color: #58a9f0;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 13px;
    position: relative;
    margin-left: 33px;

}





.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
/***.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}****/
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .logo {
    margin: 28px;
    float: left;
  }
}
.title {
  padding: 28px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.slider-middle{ float: left;}
.slider-middle .carousel-control{height: 44px; width: 40px !important; background: none !important;}
.slider-middle .carousel-showmanymoveone .carousel-control.left {
    margin-left: -27px;
    top: 38%;
}
.slider-middle .carousel-showmanymoveone .carousel-control.right {
  margin-right: -27px;
  top: 38%
}
.white-bg{ float: left; width: 100%; background: #000; border-top:3px solid red; padding:10px;}
.white-bg h5{ font-size: 16px; font-weight: bold; color: #fff; letter-spacing: 1px;}
.white-bg h5 a{ color: #fff;}
.white-bg h5 a:hover{ color: #ff0000; text-decoration: none;}
.white-bg h6{ font-size: 12px; font-weight: bold; color: #b7b7b7; letter-spacing: 1px;}
.white-bg ul{ float: left; width: 100%; padding: 0; margin: 0;}
.white-bg ul li{ display: inline-block;}
.white-bg ul li:first-child a{ background: #ff0000;}
.white-bg ul li:nth-child(2n) a {
    background: #252525;
}
.white-bg ul li:last-child a{background: #ff0000;}
.white-bg ul li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1px 9px;
    border-radius: 4px;
    text-decoration: none;
}
.instant-box {
    float: left;
    width: 97%;
    position: absolute;
    padding: 0 15px 0 19%;
    z-index: 111;
}
.instant-box h3 {
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}
.instant-box a {
    float: right;
    background:rgb(29, 128, 130); 
    padding: 10px 17px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 14px;
    border-radius: 6px;
}
.instant-box a:hover{ background: #000; text-decoration: none; color: #fff;}
.insta-img{ float: left; width: 100%;z-index: 11; position: relative;}

.advertise {
    float: left;
    width: 100%;
    margin: 22px 0 7px 0;
}
.advertise img{ width: 100%;}

.footer {
    float: left;
    width: 100%;
    background: url(../images/footer-bg.jpg) left top no-repeat;
    background-size: cover;
    padding-top: 10px;
    margin-top: 0;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.footer:after {
    background: rgba(0, 0, 0, 0.95);
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    position: absolute;
}
.footer img{
	 position: relative;
    z-index: 111;
}
.footer p span {
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    z-index: 111;
    word-wrap:break-word;
}
.footer-last {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.88);;
    padding: 23px 0 18px;
    margin-top: 5px;
    position: relative;
    z-index: 111;
    border-top: 1px solid #1f1c1c;
}
.footer p{ margin-bottom: 20px;}
.footer-last ul{ float: left; width: 100%; margin: 0; padding:0; text-align: center;}
.footer-last ul li {
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 0 25px 0 20px;
}
.footer-last ul li:after{ position:absolute; height:10px; width:1px; background:#fff; right:0; top:5px; content: "";}
.footer-last ul li:last-child:after{ display: none;}
.footer-last ul li a {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: bold;
}
.footer-last ul li a:hover{
    color: #f3aaaa;
    text-decoration: none;
}
.adv2 {
    position: absolute;
    bottom: -32px;
    left: 0;
    z-index: 1;
    width: 209px;
}
.advertise{ position: relative; overflow: hidden;}
.advertise .lond {
    position: absolute;
    left: 0;
    top: 2px;
    -webkit-animation: mymove 5s infinite;
    -webkit-animation-delay: 2s;
    animation: mymove 5s infinite;
    animation-delay: 2s;
    z-index: 111111;
    width: 42px;
    display: none;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {left: 0px;}
    to {left: 100%;}
}

@keyframes mymove {
    from {left: 0px;}
    to {left: 100%;}
}


.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
:-ms-input-placeholder { color: #fff; }
 
::-webkit-input-placeholder { color: #fff; }
 
:-moz-placeholder { color: #fff; } /* Firefox 18 and under */
 
::-moz-placeholder { color: #fff; } /* Firefox 19+ */


.video {
    background-image: url(../images/porn.mp4);
    height: auto;
    width: 100%;
    margin-bottom: 0px;
    background-size: cover;
    overflow:hidden;
    cursor: pointer;
}

/* Hide Play button + controls on iOS */

.video-left{ padding-right: 0 !important;}
.video-right{ padding-left: 10px !important;}
video::-webkit-media-controls {
    display:none !important;
}
.thevideo {
    width: 415px;
    float: left;
}

.second-vsection-left .thevideo {
    width: 600px;
    float: left;
}
.second-vsection-right .thevideo {
    width: 282px;
    float: left;
}


.model-box h2 {
    font-weight: bold;
    color: red;
    text-align: center;
    margin:30px 0 15px;
}
.model-box ul{ 
	float: left; 
	width: 100%;
	margin: 0;
	padding: 0;
}
.model-box ul li {
    display: inline-block;
    width: 23%;
    margin: 7px 7.7px;    
    transition: 500ms all ease-in-out 0s;
    text-align: center;
}
.mdel-boxed {
    float: left;
    width: 100%;
    padding: 18px;
}
.mdel-boxed ul li a {
    display: block;
}
.mdel-boxed ul li a.img-a {   
    position: relative;
    border: 5px solid #e8e8e8;
}
.mdel-boxed ul li a.img-a span{
position: absolute;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 4px 6px;
    opacity: 0;
    transition: 500ms all ease-in-out 0s;
        z-index: 1111;
}

.mdel-boxed .brazzers-daddy {
    position: absolute !important;
    z-index: 1;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    height: 100%;
}
.mdel-boxed .tmb-wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    border-top: 5px solid #000;
}

.image-wrap {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    position: relative;
}

.img-slide a {
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.mdel-boxed ul li a img {
    height: 160px;
    width: 160px;
}

.mdel-boxed ul li img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mdel-boxed ul li h4 {
    color: #a2146e;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    font-family: 'Eagle Lake', cursive;
    text-transform: uppercase;
    margin: 20px 0 6px;
}

.like-counter{ float: right;}
.mdel-boxed ul li h6 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    margin: 0;
    
}
.mdel-boxed ul li h6 strong{ color: red;}

.mdel-boxed ul li a {
    color: #971C70;
    margin: 0 !important;
    border: none !important;
}

.img-slide {
    float: none;
    position: relative;
    margin-bottom: 14px;
    padding: 0;
    background: #e8e8e8;    
    cursor: pointer; 
    display: inline-block;
    
}
.like-counter span {
    display: inline-block;
    margin-left: 11px;
}
.mdel-boxed ul li:hover{ transition: 500ms all ease-in-out 0s;}
/* .mdel-boxed ul li .img-slide:hover{ background: #000;} */
.mdel-boxed ul li .img-slide:hover .brazzers-daddy{ opacity: 1;}
.mdel-boxed ul li:hover a.img-a span{ opacity: 1; transition: 500ms all ease-in-out 0s;}

.sence-boxed .img-slide {
    padding: 5px 5px;
    height: 326px;
    /* border-bottom: 4px solid #dfff; */
    padding-bottom: 0;
    background: #dfff;
    overflow: hidden;
    margin-bottom: 5px;
}
.sence-boxed .img-slide:after {
    height: 5px;
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    background: #fff;
    left: 0;
}
.sence-boxed .tmb-wrap{
	height: 100%;
	border-left: 5px solid #000;
    border-top: 5px solid #000;
    border-right: 5px solid #000;
}
.sence-boxed .tmb-wrap .tmb-wrap-table {
    height: 100.2%;
}
.sence-boxed ul{ 
	float: left; 
	width: 100%;
	margin: 0;
	padding: 0;
      text-align: center;
}
.sence-boxed ul li {
    display: inline-block;
    width: 31%;
    margin: 10px 8.2px;
    border-bottom: 5px solid #585858;
    padding-bottom: 19px;
    transition: 500ms all ease-in-out 0s;
    background: #000;
    padding: 3px 3px 10px;
    border-radius: 4px;
    vertical-align: top;
    text-align: left;
}
.sence-boxed {
    float: left;
    width: 100%;
    padding: 18px;

}
.sence-boxed ul li a{ display: inline-block;}
.sence-boxed ul li a:hover {
    text-decoration: none;
}
.sence-boxed ul li a.img-a {
    height: 330px;
    overflow: hidden;
    position: relative;
}
.sence-boxed ul li a.img-a span{
position: absolute;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 4px 6px;
    opacity: 0;
    transition: 500ms all ease-in-out 0s;
}
.sence-boxed ul li img{ width: 100%;}
.sence-boxed ul li h4 {
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    height: 38px;
    overflow: hidden;
    float: left;
    margin-top: 0;
    margin-bottom: 3px;
}
.like-counter{ float: right;}
.sence-boxed ul li h6{
    float: left;
    width: 69%;
    text-align: left;
    font-size: 15px;
    margin: 0;
    color: #fff;
    display: none;
}
.sence-boxed ul li h6 strong{ color: red;}
.like-counter span {
    display: inline-block;
    margin-left: 11px;
}
.sence-boxed ul li:hover,.sence-boxed ul li:hover a.img-a{ transition: 500ms all ease-in-out 0s; background: #313131;}
.sence-boxed ul li:hover a.img-a span{ opacity: 1; transition: 500ms all ease-in-out 0s;}
.sence-box .single-scence-img {
    float: left;
    width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #ed1b26;
    border-radius: 5px;
    height: 180px;
}
.sence-boxed ul li .video-type span {
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(255,0,0,0) 0%, rgba(255,0,0,0.8) 15%, rgba(255,0,0,1) 19%, rgba(255,0,0,1) 20%, rgba(191,0,0,1) 50%, rgba(142,0,0,1) 80%, rgba(142,0,0,1) 81%, rgba(142,0,0,0.8) 85%, rgba(142,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,0,0,0) 0%,rgba(255,0,0,0.8) 15%,rgba(255,0,0,1) 19%,rgba(255,0,0,1) 20%,rgba(191,0,0,1) 50%,rgba(142,0,0,1) 80%,rgba(142,0,0,1) 81%,rgba(142,0,0,0.8) 85%,rgba(142,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(255,0,0,0.8) 15%,rgba(255,0,0,1) 19%,rgba(255,0,0,1) 20%,rgba(191,0,0,1) 50%,rgba(142,0,0,1) 80%,rgba(142,0,0,1) 81%,rgba(142,0,0,0.8) 85%,rgba(142,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#008e0000',GradientType=0 );
    padding: 6px 8px;
    float: right;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 4px;
    margin-right: 2px;
        color: #fff;
}

/************** Start Our Site****************/
.our-page-box{ float: left; width: 100%;
padding: 0 20px;
}
.site-box {
    float: left;
    width: 100%;
    margin: 19px 0;
   /* border-bottom: 2px solid #f30501;*/
    padding: 0 0 0 0;
    position: relative;
}
.oursite-main .col-md-6:nth-child(2n+1) .site-box:after {
/*position: absolute;
    content: "";
    height: 100%;
    width: 0px;
     background: #f30501; 
    right: -14px;
    border-left: 2px dotted #f30501;*/
}

.site-box-left {
    float: left;
    width: 55%;
    padding-right: 20px;
}
.site-box-right {
    float: right;
    width: 100%;
}
.site-box-right img{ width: 100%;}
.site-box-right .img-slide:hover{ background: #000;}
.site-box-right .img-slide:hover .brazzers-daddy{ opacity: 1;}
.site-box-right .img-slide {
    padding: 5px;
    float: right;
    width: 52%;
    position: relative;
    margin-bottom: 15px;
    padding: 5px 5px;
    background: #e8e8e8;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    margin-left: 15px;
    margin-top: 0;
}
.site-box-right h4{
	color: black;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    margin: 0;
}
.site-box-right a{
    color: #ed1b25;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
}
.site-box-right h6{
	font-size: 15px;
    margin-top: 0px;
    float: left;
    width: 100%;
}
.quality{ float: right;}
.quality span {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 9px;
    border-radius: 4px;
    background: #252525;
    margin: 0 0 0 5px;
}
.site-box-left p {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0;
    color: #656565;
    letter-spacing: 1px;
}
.site-box .view-sence {
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #f30501;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 4px;
    
}
.site-box .view-sence:hover{ background: #000;}
.site-box-right ul {
    padding: 3px 0;
    margin: 0 0 8px 0;
    background: #757575;
    float: right;
    width: 53%;
    margin-left: 42px;
    display: none;
}
.site-box-right ul li {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 5px;
    width: 47px;
    float: left;
    display: inline-block;
}
.site-box-right ul li span{
    background: #f30501;
    padding: 5px 0;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
}
.paragraph{
	float: left;
	width: 100%;
	min-height: 205px;
}
.site-box-right h5{
	    font-weight: bold;
    font-size: 13px;
}
.site-box-right h5 span{ float: right; color: red; letter-spacing: 2px;}
.our-page-box h2 {
    font-weight: bold;
    color: red;
    text-align: center;
    margin: 30px 0 15px;
}
.join-banner img{ width: 100%;}
.site-box-right .site_logo {
    width: 162px;
    display: inline-block;
}
/************** End Our Site****************/
.join-us-box{
	    padding-top: 27px;
}
.join-us-box h2{
	display: none;
}
.join-us-box form{
	 background: #000;
    padding: 10px 22px;
    margin: 0 17px;
    border-radius: 10px;
}
.right-box-join{
	float: right !important;
}
.
.left-box-join{
	float: left !important;
}
.left-box-join label {
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 16px;
}
.left-box-join input {
    width: 80%;
    padding: 10px;
    border: 1px solid #ffffff;
    background: none;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
}
.left-box-join h3{
	 margin: 0;
    color: #f30501;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 25px;
}
/**************Start Radio Button Style*********************/

.input-control {
    cursor: pointer;
    display: inline-block;
    padding-left: 33.75px;
    position: relative;
    font-size: 15px;
    font-weight: 100;
    line-height: 27px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 15px 0 !important;
}
.input-control input {
  position: absolute;
  width: auto !important;
  z-index: 1;
  opacity: 0;
}
.input-control__indicator {
  border-radius: 80%;
  display: block;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 20px;
  text-align: center;
  background-color: #c1c0c0;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

.input-control.radio input:focus ~ .input-control__indicator,
.input-control.radio input:active ~ .input-control__indicator {
  background: #f30501;
}
.input-control.radio input:checked ~ .input-control__indicator:after {
  border-radius: 80%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  background: black;
}
.contain-section-join{ padding-top: 0;}
.join-us-box h2{
	font-weight: bold;
    color: red;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.left-box-join p{
	color: #fff;
}
.left-box-join .join-ic {
    float: left;
    width: 100%;
    text-align: left;
    background: #131313;
    padding: 13px 24px 13px;
    margin-top: 33px;
    border-top: 3px solid #ed2401;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.left-box-join .join-ic span {
    display: inline-block;
    height: 45px;
    width: 45px;
    border: 2px solid #ed2401;
    border-radius: 100%;
    color: #ed2401;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
    float: left;
}
.left-box-join .join-ic h3 {
    margin: 0;
    color: #f30501;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 8px;
    margin-left: 16px;
float: left;
}
.left-box-join ul {
    float: left;
    width: 100%;
    padding: 0;
    border: 2px solid #131313;
    padding: 18px 27px;
    border-bottom: 5px solid #777;
}
.left-box-join ul li {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #adaaaa;
    padding: 10px 0;
}

.left-box-join ul li .fas {
    font-size: 21px;
    color: #383838;
    padding-top: 5px;
    position: relative;
    top: 3px;
    margin-right: 11px;
}
i.fas.fa-user-plus.shad {
    font-size: 300px;
    position: absolute;
    top: 89px;
    opacity: 0.2;
    left: 56px;
}
.right-box-join ul {
    float: left;
    width: 100%;
    margin:10px 0 15px 0;
    padding: 0;
}
.right-box-join ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.right-box-join ul li:first-child{
	margin-left: 0;
}
.right-box-join ul li:last-child{
	margin-right: 0;
}
.right-box-join .radio-box{
	opacity: 0;
	position: absolute;
}
.right-box-join ul li label {
    position: relative;
    border: 1px solid #585858;
    padding: 15px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
        margin-bottom: 25px;
      
}
.right-box-join ul li input[type="radio"]:checked + label:before{
	  background: rgba(0,0,0,1);
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgb(67, 149, 150) 51%, rgb(71, 178, 179) 71%, rgb(67, 149, 150) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgb(67, 149, 150) 51%, rgb(71, 178, 179) 71%, rgb(67, 149, 150) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgb(67, 149, 150) 51%, rgb(71, 178, 179) 71%, rgb(67, 149, 150) 100%);
    background: -o-linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgb(67, 149, 150) 51%, rgb(71, 178, 179) 71%, rgb(67, 149, 150) 100%);
    background: -ms-linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgb(67, 149, 150) 51%, rgb(71, 178, 179) 71%, rgb(67, 149, 150) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgb(67, 149, 150) 51%, rgb(71, 178, 179) 71%, rgb(67, 149, 150) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=0 );
    border: 1px solid #439596;
}
.right-box-join ul li input[type="radio"]:checked + label{
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgb(67, 149, 150) 51%, rgb(71, 178, 179) 71%, rgb(67, 149, 150) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgb(67, 149, 150) 51%, rgb(71, 178, 179) 71%, rgb(67, 149, 150) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgb(67, 149, 150) 51%, rgb(71, 178, 179) 71%, rgb(67, 149, 150) 100%);
    background: -o-linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgb(67, 149, 150) 51%, rgb(71, 178, 179) 71%, rgb(67, 149, 150) 100%);
    background: -ms-linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgb(67, 149, 150) 51%, rgb(71, 178, 179) 71%, rgb(67, 149, 150) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgb(67, 149, 150) 51%, rgb(71, 178, 179) 71%, rgb(67, 149, 150) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=0 );
    border: 1px solid #439596;
}
.right-box-join ul li input[type="radio"]:checked + label:before{
content: "";
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    right: 0;
    top: -24px;
    border-radius: 100%;
    border: 2px solid #fff;
}
.right-box-join ul li input[type="radio"]:checked + label:after{
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    right: 0px;
    top: -20px;
    font-size: 20px;
    color: #fff;;
}
.right-box-join label h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    margin: 0;
    float: left;
}
.right-box-join label h3 span{
	display: block;
	font-size: 16px;
	font-weight: normal;
	 margin-top: 10px;
	 color: red;
}
.right-box-join ul li input[type="radio"]:checked + label h3 span{
	color: #fff;
}
.right-box-join label h4 {
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    margin: 6px 0 0 0;
}
.right-box-join label h4 span {
    display: block;
    font-weight: normal;
    font-size: 11px;
}

.right-box-join .choose {
    margin: 0;
    color: #f30501;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 25px;
    text-align: left;
    margin-bottom: 15px;
}
.best-offer{
	    width: 113px;
    position: absolute;
    right: -14px;
    top: 22px;
    text-align: left;
}
.right-box-join{
	text-align: center;
}
.right-box-join button{
	    background: #ff0000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    border: 3px solid #439596 !important;
    padding: 11px 33px;
    position: relative;
    top: -8px;
    border-radius: 5px;
}
.right-box-join button:hover{
	background: none;
	color: #ff0000;
	
}
/**************End Radio Button Style*********************/
.infrmatio-box ul {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 20px 0 0 0;
    border-top: 2px solid #439596;
}

.infrmatio-box ul li {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    margin: 0 18px;
    width: 29%;
}
.infrmatio-box ul li img{
	 width: 72px;
    float: left;
    margin-right: 8px;
}
.video-type {
    float: right;
    /*width: 66px;*/
    text-align: right;
        margin-top: 0px;
}
.video-type img {
    width: 30px !important;
    display: inline-block;
}
.sence-boxed.img-slide {
    padding:0;
}
.sence-boxed .brazzers-daddy {
    width: 100%;
    height: 100%;
}
.sence-boxed .img-slide-im {
    position: absolute;
    height: 100%;
    background: #000;
    z-index: 111;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}
.sence-boxed ul li .img-slide:hover .img-slide-im {
    opacity: 1;
}
.sence-boxed ul li .img-slide:hover .brazzers-daddy {
    opacity: 1;
}
.single-model-sence .sence-boxed{
	padding: 0;
}
.single-model-sence .sence-box h6 {
    color: #fff;
    font-size: 12px;
    float: left;
    width: 100%;
    padding-top: 7px;
    position: relative;
}
.single-model-sence .sence-box h6 span {
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(255,0,0,0) 0%, rgba(255,0,0,0.8) 15%, rgba(255,0,0,1) 19%, rgba(255,0,0,1) 20%, rgba(191,0,0,1) 50%, rgba(142,0,0,1) 80%, rgba(142,0,0,1) 81%, rgba(142,0,0,0.8) 85%, rgba(142,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,0,0,0) 0%,rgba(255,0,0,0.8) 15%,rgba(255,0,0,1) 19%,rgba(255,0,0,1) 20%,rgba(191,0,0,1) 50%,rgba(142,0,0,1) 80%,rgba(142,0,0,1) 81%,rgba(142,0,0,0.8) 85%,rgba(142,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(255,0,0,0.8) 15%,rgba(255,0,0,1) 19%,rgba(255,0,0,1) 20%,rgba(191,0,0,1) 50%,rgba(142,0,0,1) 80%,rgba(142,0,0,1) 81%,rgba(142,0,0,0.8) 85%,rgba(142,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#008e0000',GradientType=0 );
    padding: 6px 8px;
    float: right;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0;
    margin-right: 2px;
    position: absolute;
    top: -6px;
    right: 0;
}
.ind-sce-list {
    height: 140px;
    overflow: hidden;
}
#boxes #dialog{
	height: 100% !important;
}
.menu-2 label{ display: none;}
.menu-2 #menu-toggle,.menu-2 #menu-toggle2{ display: none;}
.header-main .right-top ul li:first-child label{ display:none;}
.header-main .right-top ul li:first-child #search-toggle2,.header-main .right-top ul li:first-child #search-toggle{ display:none;}
#phone-search-box{ display:none}
.phone-search-box {
    float: left;
    width: 100%;
    position: relative;
    display: none;
}
.phone-search-box form input[type="text"] {
    background: none;
    border: none;
    padding: 5px 0px 5px 14px;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    font-style: italic;
    width: 100%;
}
.phone-search-box form input[type="text"]:focus,.phone-search-box form input[type="submit"]:focus{ outline: none;}
.phone-search-box form input[type="submit"] {
    background: url(../images/search.png) center center no-repeat;
    color: #fff;
    text-transform: uppercase;
    border: none;
    height: 32px;
    border-radius: 24px;
    padding: 0px 0;
    margin-right: -1px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    width: 41px;
    position: absolute;
    right: 1px;
    top: 3px;
}
.Searh-section .model-box ul li{
	    background: #000;
    padding: 3px;
    vertical-align: top;
    text-align: center;
}
.Searh-section .model-box ul li:hover{
  background: #313131;
}
.Searh-section .model-box ul li:hover p {
    color: #000;
}
.Searh-section .mdel-boxed ul li h4{
  text-align: center;
}
.Searh-section .mdel-boxed ul li .video-type{
  width: 100%;
  text-align: center;
}
.Searh-section .mdel-boxed ul li .video-type span{
    padding: 4px 4px;
    font-size: 11px;
    float: none;
    display: inline-block;
}
.Searh-section .model-box ul li .img-slide {
    margin-bottom: 0;
    padding: 0;
}
.Searh-section .model-box ul li .img-slide .brazzers-daddy{ width: 100%;}

.Searh-section .model-box ul li .img-slide .brazzers-daddy .tmb-wrap {
    height: 100.5%;
}
.Searh-section .mdel-boxed ul li h4{ font-size: 17px;}
.Searh-section .mdel-boxed ul li h4:hover{ color: red;}
.Searh-section .mdel-boxed ul li h5 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 7px 0 !important;
    float: left;
    width: 100%;
}
.Searh-section .mdel-boxed ul li h5 a{color: #fff;}
.mob-Getinstant{ display:none;}
.menu-mobile{ display: none;}
.video-type-left-search{
  float: left;
}
.oursite-main .brazzers-daddy {
    position: absolute;
    position: absolute !important;
    z-index: 1;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    height: 100%;
	    left: 0;
    top: 0;
}
.oursite-main .tmb-wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    border-top: 5px solid #000;
}
.single-model-sence a.seen-also-here {
font-size: 16px;
    color: #ff0000;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0;
    border-radius: 7px;
    display: none;
}
.single-model-sence a.seen-also-here:hover {
    color: #000;
    color: #fff;
    text-decoration: none;
}
.single-model-sence{ text-align:center;}
.single-model-sence-mobile{ display:none;}
.signle-model .big-btn-1{ float:left;}
.last-li {
    display: none !important;
}
.scence-title-name h2{
	text-align: center;
    color: #ff0000;
    font-weight: bold;
    font-size: 28px;
    margin: 34px 0 20px;
}
.single-model-sence .sence-box .black-box2 h5 {
    font-size: 16px;
    color: #fff;
    width: auto !important;
    float: none;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}
.single-model-sence .sence-box .black-box2 h5 a{
  display: none;
}
.single-model-sence .sence-box .black-box2 h6 {
    text-align: left;
    color: transparent;
    float: none;
    width: 67px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-bottom: 0;
    line-height: 6px;
}
.single-model-sence .sence-box .black-box2 h6 span {
    color: #fff;
    line-height: 15px;
}
.sence-box .black-box2 h3{
  margin-bottom: 0;
}
.single-model-sence .sence-box .black-box2 {
    height: auto;
}
.single-model-sence .sence-box .black-box2 h6.add-date{
  display: none !important;
}
.sence-box .black-box2 h3 {
    margin-bottom: 0;
    margin-top: 5px;
}
@media all and (max-width: 1280px) {

}
#boxes #dialog #san {
    height: 100% !important;
}
.black-box{
	float: left;
	width: 100%;
	height: 63px;
  text-align: center;
}
.black-box .video-type {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
.sence-boxed ul li .video-type span{
  float: none;
  padding: 3px 4px;
    font-size: 11px;
}
label.css-only-modal-close {
    display: none;
}
.css-only-modal {
    border-radius: 10px;
}
.single-scence-banner .data-video li a{ color: #ff0000; text-decoration: none;}
.single-scence-banner .data-video li a:hover{ color: #fff;}
.our-page-box .oursite-main .col-sm-6.col-lg-6.col-md-6 {
    display: inline-block;
    width: 49.7%;
    vertical-align: top;
    float: none;
}
a:focus::after, a:hover::after, button.faux-link:focus::after, button.faux-link:hover::after{ display: none;}
@media all and (max-width: 1199px) {

}
@media all and (max-width: 1024px) {
.header-main .menu-2 ul li {
    padding: 0 8px;
}
.header-main .right-top ul li a{
      padding: 7px 10px 7px 37px;
    font-size: 13px;
}
.right-top form input[type="text"]{ width: 165px; }
}
@media all and (max-width: 991px) {
.container{
	width: 750px !important;
}
.banner-bottom ul li{
	    width: 31.8%;
}
.banner-bottom ul li .text-box h4{ font-size: 18px;}
.banner-bottom ul li .text-box p{ font-size: 11px;}
.logo-contain img {
    width: 125px;
    margin-left: 0;
}
.instant-box h3 {
    font-size: 18px;
    margin: 18px 0;
}

.instant-box a {
    padding: 5px 17px;
    font-size: 15px;
    margin-top: 9px;
}
.contain-first h2{
	font-size: 22px;
}
.logo-contain-text h3 span span span{  font-size: 17px !important;}
.logo-contain-text p span span{ font-size: 14px !important;}
.logo-contain-text p span span strong{ font-weight:normal !important;}
.logo-contain-text p {
    transform: skewX(13deg);
    line-height: 18px;
    margin-top: 12px;
	    padding: 0 31px 0 0;
}
.support-icon ul{
  width: 100%;
}
.footer p span {
    font-size: 13px !important;
    padding-left: 0;
    line-height: 19px;
    margin-top: 7px;
}
.footer-last ul li a{ font-size: 11px;}
.menu-2 label {
    display: inline-block;
    position: absolute;
    left: 21px;
    top: 15px;
}
.menu-2 #menu-toggle,.menu-2 #menu-toggle2{ display: inline-block;position:absolute; opacity:0;}

.menu-2 label p{ margin-bottom:0;}
.header-main .logo-2 {
    float: left;
    margin-left: 32px;
}
.menu-2 #menu-toggle:checked + #menu{
	max-height: 625px;
}
#menu {
    background-color: #000;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
	    position: absolute;
    top: 59px;
    z-index: 11111;
    left: 0;
    width: 180px;
}
.menu-2 #menu-toggle2:checked + #menu2{
	max-height: 625px;
}
#menu2 {
    background-color: #000;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
	    position: absolute;
    top: 59px;
    z-index: 1111;
    left: 0;
    width: 180px;
}
.header-main .menu-2 ul li {
    padding: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #3a3838;
	    text-align: left;
}
.header-main .menu-2 ul li a {
    color: #ffffff;
    text-decoration: none;
    text-shadow: none;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    transition: 500ms all ease-in-out 0s;
    display: inline-block;
    width: 100%;
    padding: 9px 15px;
}
.header-main .menu-2 ul li a:hover{ background: #2a2a2a;}
.contain-first ul li img {
    width: 100%;
    height: 100%;
}
/************Start Scenc*****************/
.sence-boxed ul li h4 {
    font-size: 15px;
    line-height: 14px;
    height: 29px;
    overflow: hidden;
}
.sence-boxed .img-slide {
    height: 170px;
}
.sence-boxed ul li a.img-a{ height: auto;}
.black-box {
    height: 56px;
}
.sence-boxed ul li {
    width: 30%;
 }
.sence-boxed ul li h4{ font-size: 15px;}
.sence-boxed ul li h6 {
    width: 100%;
    font-size: 13px;
}
/************End Scenc*****************/

/************Start Model*****************/
.model-box ul li{ width: 22%;}
.mdel-boxed ul li h4 {
    font-size: 16px;
}
/************End Model*****************/
/************Start Our Site*****************/
.site-box-right .site_logo {
    width: 109px;
}
.site-box-right .img-slide{ margin-top: 0;}
/************End Our Site*****************/

.best-offer {
    width: 100px;
    position: absolute;
    right: inherit;
    top: -84px;
    text-align: left;
    left: -17px;
}
.right-box-join label h3 {
    font-size: 15px;
    float: left;
    width: 75%;
}
.right-box-join label h3 span {
    font-size: 12px;
}
.right-box-join label h4 {
    font-size: 16px;
    width: 55px;
}
.right-box-join label h4 span {
    font-size: 11px;
}
.infrmatio-box ul li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin: 0 18px;
    width: 27%;
    vertical-align: top;
}

.infrmatio-box ul li img {
    margin-right: 8px;
    float: none;
    display: block;
    margin-bottom: 12px;
}
.left-box-join ul li .fas {
    float: left;
}

.left-box-join .join-ic h3 {
    margin-top: 0;
    float: left;
    width: 55%;
}
.sence-box .black-box2 h5 {
    text-align: left;
}
.single-model-sence .sence-box .black-box2 h6 {
    text-align: left;
}
}
@media all and (max-width: 767px) {
	.single-model-sence-mobile{ display:inline-block;}
	.single-model-sence-desktop{ display:none;}
	.menu-mobile {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0;
    background: #f00;
}
	.menu-mobile ul{ display: inline-block; width: 100%; margin: 0; padding: 0;}
	.menu-mobile ul li{ display: inline-block;}
.menu-mobile ul li a {
    display: inline-block;
    display: inline-block;
    background: #ff0000;
    color: #fff;
    font-family: 'PT Sans', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 23px 60px;
    font-size: 15px;
    letter-spacing: 1px;
    transition: 500ms all ease-in-out 0s;
    border-radius: 6px;
    width: auto;
}
.menu-mobile ul li a:hover{
	background: #c50000;
}
.menu-mobile ul li:nth-child(2n){ border-left:1px solid #b40f0f; border-right:1px solid #b40f0f;}
.middle-logo-section:after{ display:none;}
.middle-logo-section:before{ display:none}
.fuck-wedget {
    margin-top: 0 !important;
}
.slider-middle .carousel-showmanymoveone .carousel-control.right {
    margin-right: 0;
}
.slider-middle .carousel-showmanymoveone .carousel-control.left {
    margin-left: 0;
}
.logo-contain-text{
	    transform: skewX(0);
}
.logo-contain{
	    transform: skewX(0);
		text-align: center !important;
		padding-left:0 !important;
}
.logo-contain-text:after,.logo-contain:before{ display:none !important;}
.logo-contain img {
    /* width: 170px; */
    transform: skewX(0);
    /* margin-left: 30px; */
}
.down{ margin-left:0;}
.footer p span {
    padding-left: 0;
    margin-top: 0;
    display: inline-block;
}
.footer p{ text-align:center;
 margin-bottom:0;
 }
 .header-main .right-top ul li a span {
    display: none;
}
.header-main .right-top ul li a {
    padding: 25px 10px 7px 37px;
    font-size: 13px;
}
.header-main .right-top ul li a {
    padding: 25px 10px 7px 37px;
}
.header-main .right-top ul li:nth-child(2) {
    margin: 6px 0;
    position: relative;
    top: 2px;
}
.header-main .right-top ul li:nth-child(2) a {
    background-size: 7px;
    background: #797979 url(../images/lock.png) 8px center no-repeat;
    padding: 0 !important;
    height: 32px !important;
    display: inline-block;
    width: 45px;
}
.header-main .right-top ul li.logout_diz{
      margin-top: 0;
    top: -1px;
}
.header-main .right-top ul li.logout_diz a{
    color: transparent;
}
.right-top form {
    top: -3px;
}
.banner-bottom ul li {
    width: 100%;
}
.banner-bottom {
    height: auto;
    margin-bottom: 0;
}
.banner-bottom ul li:nth-child(2) {
    transform: scale(1);
}
.banner-bottom ul li:first-child{
	position: relative;
    z-index: 1;
}
.ind-sce-list {
    height: 300px;
    overflow: hidden;
    min-height: 350px;
}
.header-main .right-top ul li:first-child form{ display:none;}
.header-main .right-top ul li:first-child label {
    display: inline-block;
    background: #f00;
    padding:3px 9px;
    border-radius: 8px;
}
.header-main .right-top ul li:first-child label p{ margin-bottom:0;}
.header-main .right-top ul li:first-child label p img{ width:21px;}

.phone-search-box{
    display: inline-block;
    max-height: 0px;
    overflow: hidden;
	-webkit-transition: all 0.3s ease;
	float:left;
	width:100%;
	position:relative;
	z-index:111;
	opacity:0;
}
.phone-search-box.active {
    max-height: 100px;
    overflow: visible;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:1;
}
.instant-box {
    position: relative;
    top: -52px;
    margin-bottom: -56px;
}
/************Start Model*****************/
.model-box ul li {
    width: 30.5%;
}
/************End Model*****************/
.left-box-join input {
    width: 100%;
 }
.best-offer {
    right: 0;
    left: inherit;
}
.right-box-join label h3 {
    text-align: left;
}
.right-box-join label h4 {
    width: 70px;
}
.single-scence-banner ul{ text-align: left !important;}
.single-scence-banner .data-video li:first-child {
    float: left;
    width: 100%;
}
.single-scence-banner .data-video li:nth-child(3){
    margin-left: -16px !important;
}
.single-scence-banner .data-video li:first-child div{
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
}
.single-scence-banner .data-video li span{
  padding: 0 !important;
}
main#gallery .header-top{ text-align: left;}
main#gallery .header-top a {
    display: inline-block;
    width: 32%;
    margin: 17px 0;
}
.sence-box .single-scence-img{ height: auto;}
.mob-Getinstant{ display: inline-block;}
.des-Getinstant{ display: none;}
.header-main .right-top ul li:nth-child(3) a {
     background-image: inherit !important;
    padding-top: 5px;
    padding-bottom: 6px;
    position: relative;
    top: -3px;
    padding-left: 11px;
}
.header-main .right-top ul li:nth-child(3) a span{ display:inline-block;}
.doloshub {
    right: 2px;
    top: 62px;
}
.single-model-sence h2 a {
    top: 0;
    display: inline-block;
    float: none !important;
    margin-top: 17px;
}
.single-model-sence h2 {
    text-align: center !important;
}
#gallery #images .figure {
    margin: 13px 0 !important;
}
#boxes {
    display: none;
}
.adv2{ display: none;}
li.logout_diz a {
    padding: 4px 10px 4px 29px !important;
}
.banner-bottom {;
    display: none;
}
.slider-middle .carousel-control {
    top: 50% !important;
}
.banner .carousel-control{
	top:0 !important;
}
.signle-model .single-mode-box{
	display:none;
}
.single-model-sence a.seen-also-here{ display:none;}
.single-mode-box .single-model-sence-mobile ul li{
	padding:0;
	    border: 4px solid #f1f1f1 !important;
}
.single-mode-box .single-model-sence-mobile ul li img{ border:none;}
.last-li{ display: inline-block !important;}
.last-li a{ color:#ff0000 !important;}
.sence-boxed .img-slide-im{ display:none !important;}
.img-slide a:first-child {
    display: none !important;
}
.oursite-main .brazzers-daddy{ display:none !important;}
.right-box-join .choose {
    float: left;
    width: 100%;
}
.right-box-join{
	clear: both;
}
.left-box-join .join-ic h3 {
    margin-top: 7px;
    float: left;
    width: auto;
}
.video-left {
    padding-right: 15px !important;
}

}
@media all and (max-width: 767px) {
  .single-scence-banner .data-video li {
    width: 100%;
}
.single-scence-banner .data-video li:nth-child(3) {
    margin-left: 12px !important;
}
.single-scence-banner ul.data-video{
  position: relative;
  padding-bottom: 38px;
}
.single-scence-banner .data-video li.bonus-button{
    position: absolute;
    bottom: 0;
    left: 0;
}
.pagination{
  text-align: center;
}
.view-model{
  display: none;
}
.sence-box h5 a{
  display: none;
}
.sence-box .black-box2 h5 {
    text-align: center !important;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.video-type {
    float: none;
    display: inline-block;
}
.single-model-sence .sence-box .black-box2 h6 {
    text-align: left;
    color: transparent;
    float: none;
    width: 67px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.single-model-sence .sence-box .black-box2 h6 span{
  color: #fff;
}
.sence-box .black-box2 h3{
  margin-bottom: 0;
}
.single-model-sence .sence-box .black-box2 {
    height: 68px;
}
.single-model-sence .sence-box .black-box2 h6.add-date{
  display: none !important;
}
}
@media all and (max-width: 670px) {
/************Start Model*****************/
.model-box ul li {
  width: 30%;
}
/************End Model*****************/

/************Start Our Site*****************/
.our-page-box .oursite-main .col-sm-6.col-lg-6.col-md-6{ width: 100%;}
.brazzers-daddy{ width: 97%;}
/************Start Our Site*****************/
.single-mode-box ul li {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    margin: 0 0 0 0 !important;
    width: 100% !important;
    border-bottom: 1px solid #232222;
    padding: 9px 0;
}
.single-mode-box ul li:last-child{ border-bottom: none;}
}
@media all and (max-width: 640px) {
.logo-contain {
    transform: skewX(0);
    text-align: left !important;
    padding-left: 0 !important;
    margin-left: 0;
    height: auto;
    padding-bottom: 24px;
    width: 100%;
	    padding-left: 30px !important;
    padding-right: 30px !important;
    display: none;
}
.logo-contain-text {
    transform: skewX(0);
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    height: auto;
    padding-bottom: 11px;
}
.down {
    margin-left: 0;
    float: right;
    margin-top: 32px;
}
.instant-box {
    float: left;
    width: 97%;
    position: relative;
    padding: 0 15px 0 19%;
    z-index: 111;
    top: 4px;
    margin-top: -60px;
}
.insta-img {
    height: 62px;
}
.carousel-control{ top: 10% !important;}
.slider-middle .carousel-control {
    top: 50% !important;
}

/************Start Scenc*****************/
.sence-boxed .img-slide {
    height: 185px;
}
.sence-boxed ul li h4 {
    font-size: 13px;
}
.sence-boxed ul li h6 {
    font-size: 12px;
}
/************End Scenc*****************/
.infrmatio-box ul li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin: 0;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #5c5c5c;
    padding: 22px 0;
}
.banner .col-md-12{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}
@media (max-width: 639px){
.sence-boxed ul li {
    width: 29%;
}
}
@media all and (max-width: 600px) {
	/************Start Model*****************/
.model-box ul li {
    width: 46%;
}
/************End Model*****************/
.menu-mobile ul li a{padding: 23px 45px;}
}
@media (max-width: 500px){
.ind-sce-list {
    height: 277px;
    overflow: hidden;
    min-height: 277px;
}
.support-icon ul {
    /* float: left; */
    width: 100%;
}
/************Start Scenc*****************/
.sence-boxed ul li {
    width: 45%;
}
/************End Scenc*****************/
	/************Start Model*****************/
.model-box ul li {
    width: 45%;
}
/************End Model*****************/
/************Start Our Site*****************/
.brazzers-daddy{ width: 96%;}

/************Start Our Site*****************/
main#gallery .header-top a {
    width: 48%;
}
.sence-box h3{ font-size: 16px;}

.view-model {
    float: left !important;
    margin-top: 14px;
    font-size: 13px !important;
}
.big-btn-1 {
    font-size: 19px !important;
 }
 .menu-mobile ul li a {
    padding: 23px 36px;
}
.left-box-join .join-ic h3 {
    margin-top: 0;
    float: left;
    width: 75%;
}
i.fas.fa-user-plus.shad{ display: none;}
.sence-box .black-box2 h3{
  height: 38px;
    overflow: hidden;
        font-size: 18px;
}
.single-model-sence .sence-box .black-box2 {
    height: auto;
}
.sence-box .black-box2 h3 {
    height: auto;
}
.sence-box .black-box2 h3 {
    margin-bottom: 0;
    margin-top: 5px;
}
.single-model-sence .sence-box .black-box2 h5{
  margin-bottom: 0;
}
.single-model-sence .sence-box .black-box2 h6{
  margin-bottom: 0;
    line-height: 8px;
}
.single-model-sence .sence-box .black-box2 h6 span{
      line-height: 15px !important;
}
}

@media all and (max-width: 420px) {
	.menu-mobile ul li a {
    display: inline-block;
    padding: 7px 0px;
    font-size: 12px;
    width: 72px;
}
.ind-sce-list {
    height: 200px;
    min-height: 200px;
}
.instant-box a {
    padding: 4px 8px;
    font-size: 11px;
    margin-top: 13px;
}
.instant-box h3 {
    font-size: 14px;
    margin: 19px 0;
}
.footer p span{ text-align: center;}
/************Start Scenc*****************/
.sence-boxed ul li {
    width: 42%;
}
.black-box {
    height: auto !important;
}
.sence-boxed ul li a.img-a{ width: 100%;}
.sence-boxed .img-slide {
    height: auto;
}
/************End Scenc*****************/
	/************Start Model*****************/
.model-box ul li {
        width: 48%;
    margin: 15px 0;
}
.sence-boxed ul li h6{
  display: none;
}
.black-box {
    height: auto;
}
.sence-boxed ul li h4 {
    margin-bottom: 0;
    margin-top: 0;
}
.sence-boxed .img-slide{
  margin-bottom: 0;
}
.video-type {
    float: right;
    width: 100%;
    text-align: left;
    margin-top: 0px;
}
.sence-boxed ul li .video-type span {
    display: inline-block;
     padding: 4px 3px;
    float: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-right: 2px;
    color: #fff;
}
/************End Model*****************/
/************Start Our Site*****************/
.site-box-right .img-slide {
    /* padding: 5px; */
    float: right;
    width: 100%;
    /* position: relative; */
    /* margin-bottom: 15px; */
    /* padding: 0; */
    /* background: #e8e8e8; */
    /* border-radius: 4px; */
    /* cursor: pointer; */
    /* overflow: hidden; */
    /* margin-left: 0; */
    /* margin-top: 0; */
    /* border: 5px solid #000; */
}
.site-box-right .img-slide{ padding:5.5px 5px;}
.brazzers-daddy {
    width: 100%;
    height: 100%;
}
.site-box-right .img-slide .tmb-wrap{ height: 100%;}
.site-box-right .img-slide .tmb-wrap-table div{border-bottom: 5px solid transparent;}
.site-box-right .img-slide .tmb-wrap-table div.active {
    border-color: #f30501 !important;
}
.site-box-right ul {
    margin: 18px 0 8px 0;
    width: 100%;
    margin-left: 0;
}
/************Start Our Site*****************/

.right-box-join label h3 {
    width: 100%;
}
.right-box-join label h4 {
    width: 70px;
    float: left;
    margin-top: 13px;
    text-align: left;
}
main#gallery .header-top {
    text-align: center;
}
main#gallery .header-top a {
    width: 226px;
}
.header-main .logo-2 img {
    width: 97px !important;
    padding: 12px 0 9px !important;
}
.header-main .logo-2 {
    margin-left: 18px !important;
}
.header-main .right-top ul li:nth-child(3) a span {
    font-size: 11px;
}
.header-main .right-top ul li:nth-child(3) a{
    padding-left: 6px;
    padding-right: 6px;
}
.header-main .right-top ul li:first-child label {
    padding: 3px 7px;
}
.header-main .right-top ul li:first-child label p img {
    width: 19px;
}
.header-main .right-top ul li:nth-child(2) a {
    background-size: 13px !important;
    background: #797979 url(../images/lock.png) 8px center no-repeat;
    padding: 22px 2px 7px 27px;
}
.left-box-join .join-ic h3 {
    margin-top: 0;
    float: left;
    width: 67%;
    font-size: 20px;
}
.left-box-join ul li {
    font-size: 14px;
}
.left-box-join ul {
    padding: 15px 15px;
}
}
@media all and (max-width: 400px) {
.detail-box ul li {
    border: none !important;
    width: 100% !important;
}
.video-heading{
  display: none;
}
.sence-box .black-box2 h3 {
    font-size: 17px;
}
}
@media all and (max-width: 370px) {
	.header {
    padding: 0 15px 0 30px;
}
.fixrd-menu {
    padding: 0 12px 0 30px;
}
.header-main .right-top ul li:first-child label p img {
    width: 15px;
}
.header-main .right-top ul li a {
    padding: 23px 3px 7px 28px;
    background-position: 10px 8px !important;
    background-size: 12px !important;
}
.header-main .logo-2 img {
    width: 91px;
    padding: 7px 0;
}
.header-main .logo-2 {
    margin-left: 25px;
}
.header-main .right-top ul li:nth-child(2) a {
    background-size: 13px !important;
    padding: 0
    background-position: 9px 6px !important;
        width: 32px;
}
.detail-box ul li{
	width: 100%;
	border-right: none;
	border-bottom: 2px solid #ff4141;
}
.logo-contain-text p {
    transform: skewX(0);
}
.logo-contain-text {
	height: auto;
    padding: 0 10px 0 10px !important;
}
.contain-first ul li {
    margin-bottom: -4px;
    margin-top: 0;
    height: auto;
    width: 49%;
    padding: 0 0 0 !important;
}
.detail-box ul {
    margin-top: 20px;
}
.video-left {
    padding-right: 15px !important;
}
.footer-last ul li {
    padding: 6px 8px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #292929;
}
.footer-last ul li:last-child{ border-bottom: none;}
.footer-last ul li:after{ display: none;}

.fuck-wedget .row {
    padding: 0 0;
}
.plyr--video {
    height: 167px !important;
}
.video{ height: auto;}
.instant-box {
    padding: 0 15px 0 8%;
}
#boxes {
    width: 100% !important;
    left: 0 !important;
}
}
@media (max-width: 340px){
.ind-sce-list {
    height: 170px;
    min-height: 170px;
}
.left-box-join .join-ic h3 {
    margin-top: 0;
    float: left;
    width: 60%;
    font-size: 16px;
}
.left-box-join .join-ic span {
    height: 35px;
    width: 35px;
    font-size: 15px;
}
.left-box-join .join-ic{ margin-top: 10px;}
.join-us-box form {
    padding: 10px 14px;
}
}
/*****************Search******************************/
.center {
    text-align: center;
}
.model-box .pagination{
  width: 100%;
  text-align: center;
}

.tmb-wrap {
    display: none;
}

.img-slide a:hover .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.img-slide .info {
    background: #333333;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.img-slide .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 180px;
    height: 180px;
    border-radius: 50%;    
}

.img-slide {
    position: relative;
}


.img-slide .ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 11;
}

.img-slide .ih-item img {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
}

.img-slide .ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0;
    width: 100%;
    height: auto;
}

.img-slide .ih-item.circle.effect3 .info h3 {
    font-size: 15px;
    margin: 0 24px;
    padding: 26px 0 0 0;
    height: 68px;
}

.img-slide .ih-item.circle.effect3 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 0px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.img-slide .ih-item.circle {
    width: 200px;
    height: 200px;
}

.img-slide .ih-item.circle .img {
    width: 200px;
    height: 200px;
}

.img-slide .ih-item.circle.effect3.top_to_bottom a:hover .img {
    -webkit-transform: scale(0.5) translateY(77%);
    -moz-transform: scale(0.5) translateY(77%);
    -ms-transform: scale(0.5) translateY(77%);
    -o-transform: scale(0.5) translateY(77%);
    transform: scale(0.6) translateY(55%);
}