html, body
{ height: 100%;
  position: relative;
}

*{
  margin:0
}

body { 
	background: #000;
	color: #FFF;
	direction: ltr;
	font: 400 13px 'Muli', san serif;

}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

@-ms-viewport {
  width: auto !important;
}

*:focus:not(.focus-visible) {
  outline: none;
  box-shadow: none;
}

body.bg-black {background: #000}

.btn-primary:focus, .btn-primary.focus { box-shadow: none !important}

div,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

input[type="text"] {
    -webkit-appearance: none !important;
}

h1 {
	font-size: 23px;
}


h1, h2, h3, h4, h5, h6 {
	font: 300 'Muli', sans-serif;
	margin: 0 0 5px;
	text-transform: uppercase;
}

h2 {
	font-size: 30px; 
	text-align:center;
	font-weight: 400;
}

h3 {font-size: 24px}
h4 {font-size: 18px}

/** Links **/

a {
	color: #fff;

}
a, a:focus, a:hover, a:active {
	outline: 0;
 	text-decoration: none !important;
}
a:hover {
	color: #00CED1;
	text-decoration: underline;
}

a:active {
	color: #7F7F7F;
	
}

/** Misc **/

div.checker,
div.radio {
	top: -1px;
}

select.form-control {
	color: #5f6d7b;
	border-radius: 0;
	border-color: #e4e6e8;
	box-shadow: none;
}
select.form-control:focus {
	box-shadow: none;
	border-color: #999;
}

input.form-control,
textarea.form-control {
	border-color: #dbdbdb;
	color: #777;
	border-radius: 0;
	box-shadow: none;
	width: 100%; padding: 0 10px;
}
input.form-control:focus,
textarea.form-control:focus {
	box-shadow: none;
	border: solid 1px #dbdbdb;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
*html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
select.form-control {
	color: #5f6d7b;
	border-radius: 0;
	border-color: #e4e6e8;
	box-shadow: none;
}
select.form-control:focus {
	box-shadow: none;
	border-color: #999;
}

input.form-control,
textarea.form-control {
	border-color: #dbdbdb;
	color: #777;
	/*font: 14px Arial, sans-serif;*/
	border-radius: 0;
	box-shadow: none;
	width: 100%; padding: 0 10px;
}
input.form-control:focus,
textarea.form-control:focus {
	box-shadow: none;
	border: solid 1px #dbdbdb;
}

.img-fluid {width: 100%}

.container-x {width: 100%; max-width: 1000px; margin: 20px auto; padding: 10px}
.news.container-x {max-width: 1200px}

.font-transform-inherit {
	text-transform: inherit !important;
}

.color-red {
	color: #E84D1C;
}

::-webkit-scrollbar {  
    width: 12px;  
}  

::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #cecece;  
}  

::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  

::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}


@-ms-viewport{
	width: auto !important;
}

::-moz-selection {
  color: #fff;
  background: #e45000;
}
::selection {
  color: #fff;
  background: #e45000;
}

.container-fhd {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.container-head, .container-hd {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-hd {padding-top: 90px}

.container-sm {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
	padding: 90px 15px 0
}

.container-xs {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	padding: 90px 15px 0
}

.f-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between
}

.home-splash a {flex:1}

/* Header */

.site-logo {
	position: absolute;	
	z-index: 9999;
	height: auto;
	background: #FFF;
	margin-left: 15px;
	top: 0;
}

.site-logo img {
	width: 70px;
}	

.navbar {
	border-bottom: 2px solid #000;
	margin-bottom: 0;
	border-radius: 0;
	border-left:none!important;
	border-right:none!important;
	padding: 0;
	background: #FFF;
}

.navbar-header {
	background: #FFF;
}


.navbar-default .navbar-nav>li>a {
	padding: 20px 30px;
	font-size: 15px;
	color: #000;
	font-weight: 600;
	display:block;
}

.nav-inner {
	padding-left: 85px;
	background: #FFF;
}

.navbar-right {
	float: right !important;
	position: absolute;
    right: 0;
    top: 20px;
	padding-right: 15px;
	font-size: 16px;
}
.navbar-right .fa {font-size: 18px; }


.navbar-right>ul>li {
	float: left !important
}

.navbar-right .fa, .navbar-right-text {color: #000}

.dropdown-menu {
	font-family: 'Muli', san serif;	
	border: 0;
    padding: 1px 0 4px;
	border-radius: 0px;
}

.dropdown-menu > li {
    display: inline-block;
    float:left;
}

.navbar-nav .dropdown-menu li > a {
	background: transparent;
	font-size: 14px;
	color: #FFF;
	padding: 0px 25px;
}

.navbar-nav .dropdown-menu li > a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-nav li.act > a, a.act {
	color: #00CED1;
}

.navbar-nav .open {
	position: initial
}

.navbar-nav ul {
	padding-left: 90px
}

.navbar-nav .open > ul {
    display: inline-flex !important;
}

.navbar-nav .dropdown-menu li {
    display: table-cell;
}

/*.navbar-nav  .dropdown-menu .fav-li {position: absolute; right: 190px}
.navbar-nav  .dropdown-menu .s-searchbox {position: absolute; right: 0}*/

.navbar-nav  .dropdown-menu {
	width: 100%; 
	box-shadow: none; 
	background-color: #131313;
}

/*.dropdown-menu.fade {
   display: block;
   opacity: 0;
   pointer-events: none;
}

.show > .dropdown-menu.fade {
   pointer-events: auto;
   opacity: 1;
}

.navbar-nav .dropdown-menu {
	opacity: 0;
	display:inline-flex;

}

.navbar-nav .open .dropdown-menu {
	opacity: 1;
	width: 100%;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	z-index: 99999

}*/

.

/*.navbar-nav .dropdown-menu.show {
	opacity: 1;	
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;}*/

.nav>li>a:hover, .nav>li>a:focus {background: transparent}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
	
}


/*  Header */




/* Button */

.btn-primary {
    background-color: #999;
	color: #000;
	outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
	border: 0;
    border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #00CED1;
}

/*  Footer  */

.footer {
	background: #101010;
	padding: 20px;
	color: #FFF;
}

.footer a {color: #FFF; text-decoration: none}
.footer a:focus,.footer a:hover,.footer a:active {color:#00CED1}
.foot-bottom {text-align: center;}
.foot-billing, .foot-language {max-width: 400px}
.foot-language {margin-bottom: 5px}
.foot-social a:first-child {margin-right: 10px}
.foot-social a:hover {opacity: 0.5}
.foot-newsletter {margin-top: 10px}
.foot-newsletter input {border: 0;padding-left: 10px;height: 26px;margin-bottom: 10px; color: black}
.foot-cr {font-size: 11px}
.newsletterurl {display: none;}
.web_sub_btn {display: inline}
.web_sub_btn .btn-primary {padding: 3px 7px !important;margin-top: -4px}
.web_sub_btn .input-group-btn {display: inline}
.foot-bottom .foot-cr {width: 100%; text-align: center}



/*  Footer  */

#wrapper {padding-top: 62px;}


#warning-p {background-color: rgba(0,0,0,0.8); position: absolute; width: 100%; height: 100%; z-index: 99999}
.warning {position: absolute; font-size: 20px;padding: 20px; background-color: #FFF; width: 100%; max-width: 750px; text-align: center; top: 50%; transform: translateY(-50%);left:0;right: 0;margin-left: auto;margin-right: auto;}
.warning a {display: inline; padding: 10px 20px; text-transform: uppercase; text-decoration: none}
.warning .exit {margin-right: 5px}
.warning .enter {margin-left: 5px}

.warning a.enter {background-color: #00CED1;}
.warning a.enter:hover {background-color: #999;}
.splash {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

.splash-text {
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
	text-align: center;
	color: #FFF;
	padding: 20px;
}

.splash-text2 {
	text-align: center;
	color: #000;
	padding: 20px;
	width: 100%; max-width: 1200px; color: #000; margin: 0 auto;font-size: 22px;
}

.main-video-splash .splash-text {

	transform: translateY(-30%); 

}

.splash h2 {
	font-size: 55px;
	text-align: center;
}

.splash-text strong {font-size: 22px; text-align:center; width: 100%; max-width: 1000px;margin-top: 15px}




.home-splash {	
    background-image: url(https://static.axelabysse.com/frontend/media/home-splash-x.jpg);
	min-height: 800px;
	/*min-height: calc(100vh - 176px);*/
	flex: 1;
	background-position: center center !important;
	background-size: cover;
	background-color: #122625;
}	





.home-splash blockquote {
    font-size: 30px;
    font-style: italic;
    position: absolute;
    color: #FFF;
    border-left: 0px;
    top: 40%;
    transform: translateY(-50%);
    left: 20%;
    width: 470px;
    z-index: 1;
}
/*.home-splash blockquote span {
	display: block;
}*/


.home-splash blockquote .fa{
    display: block;
    font-size: 80px;
    position: absolute;
    color: #C5C5C5;
    content: "\201C";
    top: -5px;
    left: 40%;
    transform: translatex(-40%);
    z-index: -1;
    opacity: 0.3;
    font-style: italic;
}





.home-splash blockquote cite {
color: #ededed;
font-size: 14px;
/*display: block;*/
margin-top: 5px;
font-style: italic;
}
 
.home-splash blockquote cite:before {
content: "\2014 \2009";
}

.home-splash .q-o, .home-splash .q-c {display: none}


.hdk-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/hdk-splash.jpg);
}

.new-release-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/all-videos-splash2.jpg);
}

.anani-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/anani-splash.jpg);
}

.amateur-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/amateur-splash.jpg);
}

.models-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/models-splashx.jpg);
}

.models-splash2 { 
    background-image: url(https://static.axelabysse.com/frontend/media/models-splash-2.jpg);
}


.favorites-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/favorites-splash.jpg);
}

.urges-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/urges-splash.jpg);
}

.news-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/news-splash.jpg);
}

.manifesto-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/manifesto-splash.jpg);
}

.main-video-splash { 
    /*background-image: url(/frontend/media/main-video-splash.jpg);*/
	height: 200px
}

.gallery-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/gallery-splash.jpg);
}


.new-release-splash, .anani-splash, .amateur-splash, .models-splash, .favorites-splash, .urges-splash, .news-splash, .manifesto-splash, .models-splash2, .gallery-splash {
	height: 476px
}

/** VIDEO **/

.item {margin-bottom: 20px; padding: 0 10px}


.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.item h2 {font-size: 32px; text-align: left; font-weight: 600; text-transform: uppercase;    border-bottom: 1px dotted #CCC;padding-bottom: 5px; margin-bottom: 10px;}
.item.grid h2 {font-size: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.v-wrapper {
	position: relative;
	width: 100%;
}

.v-wrapper img, .img-wrapper img {
	/*padding: 2px;
	border: 1px solid #CCC;*/
}

.v-wrapper .description {
	opacity: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	text-align: center;
	pointer-events: none;
	visibility: hidden;
	text-align: left;
	top: 0;
	color: #FFF;
	padding: 20px;
	text-transform: none;
	font-size: 22px;
	font-weight: normal;
    overflow: hidden;
}



.v-item:hover>.v-wrapper>.description,  {
	opacity: 1;
	height: 100%;
	visibility:visible;
	-moz-transition: all 500ms ease; 
    -webkit-transition: all 500ms ease; 
    -o-transition: all 500ms ease; 
    -ms-transition: all 500ms ease; 
	transition: all 500ms ease;
	background: rgba(0,0,0,0.7);
	backface-visibility: hidden;
	z-index: 999;
	/*transform: translate3d( 0, 0, 0)*/

}
.gallery .new {color: #00CED1; text-transform: uppercase; font-weight: 900}
.gallery .title a {color:#FFF; transition: color 1000ms ease; text-transform: none;}
.gallery .description {font-size: 22px; font-size: 0.8vw;}
.gallery .description span {font-size: 22px;}
.main-slides .title a {opacity:0}

.img-wrapper .gal-info {
	height: 100%;
	position: absolute;
	width: 100%;
	text-align: center;
	pointer-events: none;
	text-align: left;
	top: 0;
	text-transform: none;
    overflow: hidden;
	color: #FFF
}

.img-wrapper .description {	opacity: 0;}

.img-wrapper:hover .description {	
	opacity: 1;	
	transition: all 500ms ease;
}

.img-wrapper:hover img, .view-gallery img:hover {opacity: 0.3;	-moz-transition: all 500ms ease; 
    -webkit-transition: all 1000ms ease; 
    -o-transition: all 1000ms ease; 
    -ms-transition: all 1000ms ease; 
	transition: all 1000ms ease;}

.img-wrapper:hover .title a {color: #00CED1 !important}
.main-slides .img-wrapper:hover .title a {opacity:1;    -webkit-transition: all 1000ms ease; 
    -o-transition: all 1000ms ease; 
    -ms-transition: all 1000ms ease; 
	transition: all 1000ms ease;}
.img-wrapper:hover .new {color: #FFF !important}

.htext {font-size: 16px; margin-bottom: 10px}

/*.video-list .item {margin-bottom: 40px}*/
.main-video-splash h2 {color: #FFF}
.dto h2 a {text-transform: uppercase !important; margin: 30px auto}
.play-video .player {padding-left: 10px; padding-right: 10px}
.play-video h2 {margin-top: 10px; }
.play-video h2 a{color: #00CED1; text-transform: none}
.play-video a:hover {opacity: 0.5}
.play-video .video-description {margin-top: 15px; font-size: 22px; padding:5px 20px}
.gallery-description {margin-top: 15px; font-size: 22px; padding:5px 20px; color: white}
.video-thumbs {margin-top: 15px;}
.related-video, .content-comment {margin-top: 40px}
.related-video h2, .content-comment h2, .related-video2 h2 {/*padding-left: 10px*/}

.play-video .model-list h2 {
    margin-top: 40px;
	padding-left: 10px;
}

.andlink {padding: 10px;background-color: #000;margin-top: -3px;text-align: center;}
.andlink a {color: #FFF; font-size: 17px}

.and-play {position: relative;}
.and-play span {position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;margin-left: auto;margin-right: auto;width: 70px;}
.and-play span img {width: 70px}
.video-list a, .video-description a {color: #00CED1}
.video-list h3 {font-size: 14px; text-transform: none;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; font-weight: 600; text-align:center; margin-top: 5px}


.fancybox-lock {overflow: initial !important;}
.fancybox-is-open .fancybox-bg {opacity: 1;background: #000}


.comment-items {
    overflow: hidden;
	margin-bottom: 10px;
	padding-top: 15px;
}

.content-comment .form-group {margin-top: 15px}
.comment-items .comment-item {margin-top: 10px; font-size: 16px;border-bottom: 1px dotted #CCC;padding-bottom: 10px;}
.comment-items .comment-item em {font-size: 14px}
.comment-item .date {font-size: 13px}


[data-readmore] {
  position: relative;
}

[data-readmore]:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    transition: height .5s
}

[data-readmore][aria-expanded="false"]:before,
[data-readmore][aria-expanded="true"].transitioning:before {
  height: 40px;
}

[data-readmore][aria-expanded="false"].transitioning:before {
  height: 0;
}

.content-comment a:hover {opacity: 1}
.content-comment a {font-weight: bold}


.commentmessage {border: 1px solid #ccc; padding: 10px; width: 90%; max-width: 500px; margin: 40px auto 0 auto; font-size: 18px; position: relative}

#closeButton {
    position: absolute;
    top: -10px;
    right: -15px;
}

.deletefav {margin-top: 5px;font-size:14px; }
.deletefav a {color: #000}
.deletefav a:hover {color: #00CED1}

.masonry-video-list {margin-top: 40px !important}
.grid-content {padding: 5px; /*border: 1px dotted #CCC; margin-bottom: 10px*/}
.grid-content h3 {text-transform: none; font-size: 12px; margin-top: 5px; font-weight: bold}
.page-load-status {
  display: none; 
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/** VIDEOS **/


/** MODELS **/

.m-wrapper {
	position: relative;
	width: 100%;
}

.m-wrapper img {
	width: 100%;
	height: auto;	
}

.m-wrapper .m-name a {
	line-height: 43px;
	position: absolute;
	width: 100%;
	text-align: center;
	text-align: left;
	bottom: 0;
	left: 0;
	padding: 0px 10px;
	text-transform: none;
	font-size: 34px;
	font-weight: 400;
	background-color: #121212;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m-wrapper .m-name a:hover {
	background-color: #00CED1;
	color: #000;
}

.model-list .item {margin-bottom: 40px; padding: 0 10px}

.model-info {background-color: #101010; color: #FFF; font-size: 18px}
.model-info a{color: #FFF}
.model-info a:focus, .model-info a:hover, .model-info a:active {
    color: #00CED1;
}
.model-img {margin: 0 auto}
.model-story {padding: 20px}
.axel-twitter {margin: 20px auto 0 auto; max-width: 600px}
.model-videos {margin-top: 40px}
.model-videos h2 {text-transform: none; text-align: left; font-weight: 700}
.viewall a {font-size: 24px; margin-top: 10px}

/** MODELS **/



/**  NEWS **/
.news {margin-top: 40px}
.news h2 {font-size: 28px; text-transform: none; text-align: left;font-weight: 600;text-transform: uppercase;border-bottom: 1px dotted #CCC;padding-bottom: 5px; margin-bottom: 10px;}
.news-content img {width: 100%!important; height: auto !important}
.news .end-post {height: 50px; border-top: 5px solid #121212;/*1px dotted #CCC*/}
.news .news-date {opacity: 0.7; font-size: 11px; text-transform: uppercase}
.news-side {padding: 0 25px}
.news-side h3 {color:#00CED1; text-align: left; font-weight: 600; font-size: 18px}
.news-sidebar {border: 5px solid #000; padding: 0 20px; background: #121212}
.sidebar-newsletter {margin-top: 20px; padding: 0; text-align: center}
.sidebar-newsletter input {padding-left: 10px;height: 26px;}
.subtxt {margin-bottom: 5px; font-weight: 600; color: #00CED1; font-size: 18px; text-align: left}
.twblock, .event-calendar, .igblock {margin-top: 40px}
.news-side input {margin-bottom: 10px}
.event-content {font-size: 11px; margin-top: 3px}
.event-item {padding-bottom: 5px; border-bottom: 1px dotted #CCC; margin-bottom: 5px}
.event-calendar .event-item:first-of-type {margin-top: 10px}
.event-calendar .event-item:last-child {border-bottom: 0px}
.back-news {margin-bottom: 20px}
.news h4 a {font-size: 18px}

#wrapper2{position: static!important; margin:0 !important; width: 100% !important; height: auto !important; background: none !important;padding-top: 20px}
#wrapper2 h2 {font-size: 20px !important; text-transform: none !important; font-family:'Muli', san serif !important}
/**  NEWS **/

/* RATING */

.ratebox {text-align:left;/*margin: 12px auto*/; font-size:16px; display: inline}
.rateinfo {margin: 3px 0 0 5px; float: left}
.rate-fav {font-size:18px; padding: 10px;display: flex;display: -webkit-flex;flex-flow: row wrap;flex-direction: row;flex-wrap: wrap;-webkit-flex-flow: row wrap;
    margin-top: -3px;background: #121212;padding-top: 15px;}
/*.rate-fav .fav {text-align: right}
.rate-fav .rate {float: left}*/

.rate-fav a:hover {opacity: 1}

.rate {background-color:#CCC !important}

.rate, .rate b, .rate a {
	width: 125px;
 	height: 25px;
 	overflow: hidden;
 	background: url(https://static.axelabysse.com/frontend/media/starrating2.png);
	margin: 0;
}

.rate b {
 	float: left;
	margin-bottom: -100%;
	background-color: #000;
}

.rate a {
 	float: right;
 	margin-left: -100px;
 	text-indent: -1000%;
}

.rate a:hover {
	background-color: #00CED1;
}

/* RATING */

.sc-share {font-size: 18px}
.tw-share {text-align:center}
/*a.sc-share:hover {color: #38A1F3}*/

.model-share {margin-top: 15px}
.model-share a {color: #CCC}
.model-share a:hover {color: #00CED1}





.trialx {position:relative}

.trialtext h2 {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    background-color: rgba(0,0,0,0.8);
    color: white;
    padding: 20px;
    width: 95%;
}

.trialtext h2 a {color: #cccccc; text-transform: uppercase}
.news-contentx p.p1 {color: #FFF !important}

/* JOIN BLOCK BEGINS */

.join-block .container {
    width: 100% !important;
}

.join-block {
  position: relative;
  z-index: 0; 
  color: #fff;
  /*padding-bottom: 100px*/
}

.joinget .join-block {
  min-height: 400px;
  height: auto;
  padding: 57px 0 0;
  z-index: 0;
  background: none;
  background-color: #FCFCFC;
  position: relative;
  color: #fff;
}

.join-block h2 {
  background: rgba(0,0,0,0.8);
  padding: 18px 0 18px; 
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  margin: 0;
  border-bottom: 0;
}

.joinget .join-block h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.join-block h2:after {
  display: none;
  
}
.join-block .item {
  font: 400 20px 'Muli', sans-serif;
  background: rgba(0,0,0, 0.4); 
  text-transform: uppercase;
  width: 100%;
  min-height: 450px;
  margin: 10px auto;
  overflow: hidden;
  padding: 0;
  text-align:center;
}
.join-block .item h2 {text-align:center}



@-moz-document url-prefix() { 
  .join-block .item {
    padding: 31px 0 0; 
  }
}

.ie8 .join-block .item {background: #e54a1a;}
.join-block .item strong {display: block;font-size: 22px;font-weight: 700;text-transform: none; margin-top: 0px;margin-bottom: 5px;}

.join-block label {font-weight: 400;font-size: 18px;padding: 0;}

.join-block .form-control {height: 35px;font-size: 14px;}
.join-block .form-horizontal .control-label {padding: 0;line-height: 55px}

.join-block .join-items {margin: 10px 0 45px 145px;width: 550px;}
.join-block .form-horizontal .form-group {margin-left: 35px; margin-right: 35px; margin-bottom: 8px}
.join-block .input-group .input-group-addon {background: #FFF;border: 0; min-width: 50px; border-radius: 0}
.join-block .input-group .fa {font-size: 20px;color: #555;
    margin-top: 7px;}
.join-block .input-group .form-control {border: 0}
.join-block .has-feedback .form-control {padding-right: 10px}

.join-block input[type=radio] {margin: 0 5px 0 0; vertical-align: middle; margin-top: -1px; width: 20px; height: 20px;-webkit-appearance:none;border:1px solid darkgray;border-radius:50% !important;outline:none;box-shadow:0 0 5px 0px #fcfafd inset;background: #FFF;}
.join-block .price-options input[type=radio] { display: none;}
.join-block input[type='radio']:before {content:'';display:block;width:55%;height:55%;margin: 20% auto; border-radius:50%;    }
.join-block input[type=radio]:checked:before {background: #172866}


.join-block .pm-options {font-size: 13px; display: block; text-align: left; margin-left: 60px; margin-bottom: 5px; font-weight: 700;}
.join-block .price-options {padding: 0 35px; margin-bottom: 10px}
.join-block .price-options .btn-primary {/*background: #FFF;color:#00CED1;*/background: #000;color:#FFF; width: 100%; margin-bottom: 7px; padding: 7px 0; font-size: 21px; font-weight: 700}
.join-block .price-options .btn-primary:hover, .join-block .price-options .btn-primary:focus,.join-block .price-options .btn-primary:active,.join-block .price-options .btn-primary.active,.join-block .price-options .open > .dropdown-toggle.btn-primary {
    background: #00CED1;
	color: #FFF;
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
}
.join-block .join-second {font-size: 11px;display:block;text-align: center;font-weight: 400}

.join-block .submit-button {margin-top: 15px; margin-bottom: 15px}
.join-block .submit-button .btn-primary {background:#00CED1;color:#000; padding: 10px 30px; font-size: 23px; font-weight: 700}
.join-block .submit-button .btn-primary:hover {background-color: #999;}
.join-block .join-icons {width: 100%; max-width: 400px; margin: 0 auto;padding: 0 10px} 
.join-block .join-checkbox label {font-size: 12px; text-transform: none}
.join-block input[type=checkbox] {width: 15px; height:15px; vertical-align: middle;margin-right: 3px}
.join-block .join-checkbox div {text-decoration: underline;font-style: italic; display: inline}
.join-block .join-checkbox a {color: #FFF}
.join-block .usermessage {font: 400 12px "Muli", Arial, sans-serif;text-transform: none;padding: 10px;text-align: center}
.join-block .join_error, .join-block .error {color: #fd0202; text-transform: none; font-size: 12px;}
.join-block .join_error {margin-bottom: 3px}
/* JOIN BLOCK ENDS */


/** COMPONENT  **/

.btn {
    padding: 7px 24px;
    border: 0 none;
    text-transform: uppercase;
    white-space: inherit;
}

.checkbox, .form-horizontal .checkbox {
    padding: 0;
}

.checkbox > label {
    padding-left: 0;
}

.checkbox span {
    height: 12px;
    width: 12px;
    border: 1px solid grey;
    display: inline-block;
    position: relative;
    background: #FFF;
top: 2px;}

.checkbox label input[type=checkbox] {display: none;}
.checkbox span { height: 12px; width: 12px;border: 1px solid grey;display: inline-block;position: relative;background: #FFF;top: 2px;}
.checkbox input[type=checkbox]:checked + span:before {
  content: "\2713";
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 13px;
  font-weight: bold;
  color: #172866;
}

/** COMPONENT  **/




.hump-logo {position:absolute; width: 25%; bottom: 5px; right: 5px}

.news .flex {display: flex;display: -webkit-flex;flex-flow: row wrap;flex-direction: row;flex-wrap: wrap;-webkit-flex-flow: row wrap;}
.news .flex.row:before,
.news .flex.row:after {
   content: normal; }


.sas.row {padding: 0 15px}
.sas label {float: left; position:relative; top: 8px; margin-right: 3px}
.sas select {float: left;width: auto;height: 40px; background-color: #000; color: #FFF;}

.sort .btn-default, .show .btn-default {border: 1px solid #CCC; padding: 2px 15px; text-transform: none; font-weight: bold}
.sort .btn-default.active, .show .btn-default.active {border: 0px; color: #00CED1; background: none !important; box-shadow: none !important}
.sort .btn-default:hover, .show .btn-default:hover {border: 0px; color: #00CED1; background: none !important; box-shadow: none !important}

.sort span, .show span {margin-right: 6px;vertical-align: middle;}

.v-tags .btn {text-transform: capitalize; padding: 5px 5px}

.searchbox input {width: 100%}
.searchbox .form-control {background: #000}
.searchbox .form-control:focus { background-color: #121212; color: #FFF}

.searchbox i {color: #CCC; font-size: 20px;cursor: pointer;position: relative;}
.searchbox i:hover {color: #d1d1d1}
.searchbox .input-group {width: 100%}
.search-button {
    border: none;
    background: none;
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 99;
}

.s-searchbox .form-control {height: 19px; font-size: 14px}
.s-searchbox i {color: #121212; font-size: 14px;cursor: pointer;position: relative;}
.s-searchbox i:hover {color: #d1d1d1}
.s-searchbox .search-button {
right: 5px;
    top: -3px;
}

.search-spage .search-button {top: 8px}

.m-sort.custom-select {color: #CCC; background: #121212; border: none}
.btn-sort {background: none; color: #CCC}
.btn-s .dropdown-menu {background-color: #121212}
.btn-s .dropdown-item {color: #CCC;padding: .5rem 1.5rem;}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {background-color: #00CED1; color: #FFF}


/* paginations */
.pagination {
	border-radius: 0;
	margin: 0;
	flex-wrap: wrap;
	position:relative;
	z-index: 99;
}
.pagination > li {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    line-height: 35px;
}

.pagination>li>a {display: block; color: #fff;    border-radius: 50% !important;
    border: none;
    width: 35px;
    height: 35px;}

.pagination > li.active a,
.pagination > li a:hover {
	background: #fff;
	color: #000;
}

.side-item {border-bottom: 1px dotted #CCC}
.side-item:last-child {border-bottom: 0}
.side-item .side-menu-item {font-size: 18px;}
.side-item .btn {font-size: 18px; padding: 7px 15px}

.thumbs_voted_up i, .thumbs_voted_down i {color: #00CED1}

.v-viewmore {text-transform: uppercase; font-size: 30px; text-align:center;background: #171717}


@media (max-width: 1024px) {

.new-release-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/all-videos-splash2-2.jpg);
}

.anani-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/anani-splash-2.jpg);
}

.amateur-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/amateur-splash-2.jpg);
}

.models-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/models-splashx-2.jpg);
}

.favorites-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/favorites-splash-2.jpg);
}

.urges-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/urges-splash-2.jpg);
}

.news-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/news-splash-2.jpg);
}

.manifesto-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/manifesto-splash-2.jpg);
}

.gallery-splash { 
    background-image: url(https://static.axelabysse.com/frontend/media/gallery-splash-2.jpg);
}
/*.main-video-splash { 
    background-image: url(/frontend/media/main-video-splash-2.jpg);
}*/

.main-video-splash h2 {font-size: 40px}
.home-splash blockquote {font-size: 25px;}
.home-splash .fa{font-size: 70px}
.home-splash blockquote cite {font-size: 12px; display: block}



}

.view_limit {position: relative}
.view_limit h2{font-size: 24px !important; text-align: center;position: absolute;margin: 0 auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 35px;
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
	width: 95%;color: #FFF; text-transform: none; border-bottom: none}
.view_limit a {color: #000}
.view_limit a:hover {color: #FFF}



@media (max-width: 999px) {
	.join-block .col-sm-6 {width: 100% !important}
	.join-block .join-items {margin: 10px 0 !important}
	.join-block h2 {font-size: 30px}
	
}



@media (min-width: 992px) {

.footer .flex {display: flex;display: -webkit-flex;flex-flow: row wrap;flex-direction: row;flex-wrap: wrap;-webkit-flex-flow: row wrap;}
.footer .flex.row:before,
.footer .flex.row:after {
   content: normal; }
.foot-bottom {position: relative}
.foot-bottom .foot-cr {position: absolute; bottom: 0}

}


@media (max-width: 992px) {
	

  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
 /* .navbar-collapse.collapse {
      display: none!important;
  }*/
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  #wrapper {padding-top: 52px;}
	
.site-logo {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 45px;
}

.site-logo img {
	width: 45px;
}	

.warning {max-width: 98%}

.navbar {
	border-bottom: 0
}

.navbar-right {top: 12px}

.navbar-right .nav>li>a {padding: 5px;}


.navbar-header {
	border-bottom: 2px solid #000;
	width: 100%;padding: 5px;float: none;
}

.nav-inner {
	padding: 0;	
}

.navbar-nav {
	background: #000;
	margin: 0;
	width: 140px;
}

.navbar-collapse {
	padding: 0;	
	border-top: none;
}

.navbar-nav .show .dropdown-menu {
	top: 0;
	left: 140px;
	background: #4d4d4d;
	padding-left: 0;
	width: 180px;
	border: none;
	position: absolute;
}

.navbar-nav .show > ul {
	display: block !important;
}
.navbar-nav .dropdown-menu>li>a {
	display:block;
	float: none;
}

.navbar-nav  .dropdown-menu .fav-li, .navbar-nav  .dropdown-menu .s-searchbox{position: initial}
.navbar-nav  .dropdown-menu .fav-li {float: left !important}
.navbar-nav  .dropdown-menu .s-searchbox {padding: 15px 10px 20px}

.navbar-default .navbar-nav>li>a {
	color: #FFF;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-nav li.act > a, a.act {color: #00CED1}

.navbar-nav .show .dropdown-menu > li > a {
	padding: 20px 30px;
	
}

.navbar-nav .dropdown-menu li > a {font-size: 15px}


.navbar-toggle {
	margin-left: 15px
}

.navbar-nav .show .dropdown-menu {
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	
}

.navbar-nav .dropdown-menu li {
    display: block;
}
/*.navbar-default .navbar-nav .show .dropdown-menu>li>a {
	color: #FFF;
}*/

.navbar-collapse.show {
	position: absolute;
	z-index: 999;
	left: 0;
    top: 50px;
}

.navbar-nav .open .dropdown-menu {
	box-shadow: none
}

.navbar-collapse.show {
	overflow-y: initial;
}



.nav-inner .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {color: #00CED1}

}
.swiper-lazy-preloader {border-radius: 50% !important}





@media (min-width: 320px) {

.gallery .new {font-size: 12px;}
.gallery .title a {font-size: 16px;}
.gallery .description {font-size: 14px;}
.gallery .description span {font-size: 12px;}
.main-slides .title a {font-size: 24px;}

.v-viewmore {width: 60%}
}

@media (min-width: 480px) {
.gallery .new {font-size: 16px;}
.gallery .title a {font-size: 20px;}
.gallery .description {font-size: 16px;}
.gallery .description span {font-size: 13px;}


}


@media (min-width: 768px) {


.navbar-default .navbar-nav>.act>a, .navbar-default .navbar-nav>.act>a:hover, .navbar-default .navbar-nav>.act>a:focus {
	background-color: transparent;}
.grid .v-wrapper .description {font-size: 13px}
.gallery .new {font-size: 20px;}
.gallery .title a {font-size: 26px;}
.gallery .description {font-size: 22px;}
.gallery .description span {font-size: 18px;}
.main-slides .title a {font-size: 24px;}


}

@media (min-width: 992px) {
.gallery .new {font-size: 24px;}
.gallery .title a {font-size: 28px;}



}

@media (min-width: 1200px) {
.gallery .new {font-size: 20px;font-size: 1.2vw}
.gallery .title a {font-size: 24px;font-size: 1.8vw}
.main-slides .title a {font-size: 30px;}


}

@media (min-width: 1600px) {
.gallery .new {font-size: 22px;font-size: 1.2vw}	
.gallery .title a {font-size: 28px;font-size: 1.8vw}
}

@media (min-width: 1920px) {
.gallery .new {font-size: 24px;font-size: 1.2vw}
.gallery .title a {font-size: 30px;font-size: 1.8vw}

}

@media (min-width: 992px) and (max-width: 1280px)  {
	.navbar-default .navbar-nav>li>a {
    padding: 20px 20px;
}

}
@media (max-width: 991px) {

.foot-billing, .foot-language {max-width: 300px; font-size: 12px}
.foot-bottom {margin-top: 20px}
.m-wrapper .m-name a {font-size: 30px}
.home-splash {	
background-image: url(https://static.axelabysse.com/frontend/media/home-splash-sm.jpg);
/*min-height: 600px;
min-height: 90vh;*/
}
.navbar-fixed-bottom {position: static;}
}


@media (min-width: 768px) and (max-width: 850px)  {
	.navbar-default .navbar-nav>li>a {padding: 20px 15px !important}
	.navbar-nav .dropdown-menu li > a {padding: 0px 20px;}
}

@media (max-width: 768px) {
	
.video-list .item {margin-bottom: 30px}
.v-wrapper .description {font-size: 18px;}
.item h2 {font-size: 26px;}
.splash h2 {font-size: 50px}
.main-video-splash h2 {font-size: 30px}
.new-release-splash, .anani-splash, .amateur-splash, .models-splash, .favorites-splash, .urges-splash, .news-splash, .manifesto-splash, .models-splash2, .gallery-splash {height: 322px}
.main-video-splash {height: 100px}
.join-block .join-main, .join-block .join-second {text-align: center}

.join-block h2 {font-size: 30px}


.home-splash blockquote {top: 70%;transform: translateY(-70%); padding: 0; 	margin-left: auto;margin-right: auto;left: 0;right: 0;}
.home-splash blockquote cite {display: block}
.home-splash .fa {font-size: 50px}
.splash-text2 {font-size: 16px}
.container-hd, .container-sm, .container-xs {padding-top: 45px}
}






@media (min-width: 1025px) {

.navbar-nav .act {position: initial}

.navbar-nav .act .dropdown-menu {
	opacity: 1;
}

}


@media (min-width: 768px)  and (max-width: 999px){

.news-side {padding: 0 5px}
.news-sidebar {padding: 0 10px}
.news h2 {font-size: 22px}
}

@media (max-width: 767px) {
	

.footer .foot-right.text-right {text-align: center}
.foot-billing, .foot-language {max-width: 100%; margin-top: 20px; text-align: center; font-size: 20px}

.news-side {margin-top: 40px}
.item.grid h2 {font-size: 22px;}
.hide_mobile {display:none}

}

/*@media (min-width: 480px) and (max-width: 767px)  {
	
	.rate-fav .col-xs-12 {width: 50%}
	.rate-fav .tw-share {order:2; width: 100%; margin-top: 10px}
	
}	*/
	
@media (min-width: 1500px) {
.grid .v-wrapper .description {font-size: 14px}
}

@media (min-width: 1800px) {
.grid .v-wrapper .description {font-size: 15px}
}
	

@media (max-width: 600px) {
	.join-block .price-options .btn-primary {font-size: 20px}
	.join-block .join-second {font-size:11px}
	.join-block .pm-options {margin-left: 20px;font-size: 12px}
	.home-splash blockquote {font-size: 20px; top: 60%;transform: translateY(-60%);}
	.home-splash blockquote cite {font-size: 12px; display: inline}
	.news h2 {font-size: 20px}
}

@media (max-width: 480px) {
.item h2 {font-size: 22px;}
.video-list .item {margin-bottom: 25px}
.v-wrapper .description {font-size: 14px;}
.m-wrapper .m-name a {font-size: 18px}
.model-list .item {margin-bottom: 20px; padding: 0 3px}
.video-thumbs .col-xs-4 {width: 100%}
.video-thumbs img {width: 100%}
.related-video h2 {font-size: 18px}
.related-video .col-xs-6 {width: 100%}
.related-video img {width: 100%}
.play-video .video-description {font-size: 18px}
.join-block {min-height: 800px;}	
.join-block .price-options .btn-primary {font-size: 18px}
.join-block .join-second {font-size:10px}		
.join-block .form-horizontal .form-group {margin-left: 10px; margin-right: 10px}		
.join-block .price-options {padding: 0 10px;}
.join-block .join-items {margin: -20px 0}	
.join-block h2 {margin: 0 auto; font-size: 20px}
.join-block .item {margin: 0 auto;}
.join-block .item strong {font-size: 20px;}
.join-block {padding: 2px 0 0}
.join-block .form-control {font-size: 14px}
.join-block .join-items {padding: 0}

.home-splash blockquote {font-size: 16px; top: 50%;transform: translateY(-50%); width: 320px;  padding: 10px}
	/*.home-splash blockquote span {display: inline}*/
.home-splash blockquote cite {font-size: 12px; display: inline; margin-top: 0;}
.home-splash blockquote .fa {font-size: 40px;left: 50%;transform: translatex(-50%);}
.main-video-splash {height: 80px}
.main-video-splash h2{font-size:18px}
.play-video h2 {font-size: 20px}
.splash-text2 {font-size: 12px}
.news h2 {font-size: 18px}
.news-contentx img {width: 100%!important; height: auto !important}
}

@media (max-width: 480px) {
	/*.rate-fav .col-xs-12 {width: 50% !important}*/
	.new-release-splash, .anani-splash, .amateur-splash, .models-splash, .favorites-splash, .urges-splash, .news-splash, .manifesto-splash, .models-splash2, .gallery-splash {height: 250px}
}

@media (max-width: 479px) {
.navbar-right {top: 3px;text-align:center}
.navbar-right-text { display: block;font-size: 10px;margin-top: -5px;}
.navbar-right .fa {font-size: 35px; }
/*.rate-fav .fav {float: left; margin-top: 5px}
.rate-fav .tw-share, .rate-fav .fav {text-align: left}
.rate-fav .tw-share {margin: 10px 0}*/
/*.home-splash {min-width: 600px}*/
}


@media (max-width: 400px) {
.join-block .price-options .btn-primary {font-size: 18px;}
.join-block .join-second {font-size:10px;}	
.join-block .submit-button .btn-primary {padding: 12px 20px;font-size: 18px;}
.join-block .join-checkbox label {font-size: 10px}
.home-splash {min-height: 500px;min-height: 75vh;}
.home-splash blockquote span {display: inline}
.web_sub_btn .input-group-btn {display:block; width: 100%}
.web_sub_btn .btn-primary { position: static !important}

.home-splash blockquote {font-size: 14px; width: 300px;}
.home-splash blockquote cite {font-size: 12px; margin-top: 0;}
.home-splash blockquote .fa {font-size: 30px; top: 0}
.and-play span {width: 40px;}
.and-play span img {width: 40px}
.news h2 {font-size: 16px}

}

@media (max-width: 320px) {
	
.item h2 {font-size: 18px;}
.video-list .item {margin-bottom: 20px}
.v-wrapper .description {font-size: 12px; padding: 10px}
.splash h2 {font-size: 40px}
.new-release-splash, .anani-splash, .amateur-splash, .models-splash, .favorites-splash, .urges-splash, .news-splash, .manifesto-splash, .models-splash2, .gallery-splash {height: 212px}
.main-video-splash {height: 70px}
.main-video-splash h2{font-size:16px}
.m-wrapper .m-name a {font-size: 16px}
.related-video h2 {font-size: 14px}
.join-block h2 {font-size: 18px}
.join-block .item strong {font-size: 18px;}
.join-block .price-options .btn-primary {font-size: 14px;}
.join-block .join-second {font-size: 9px;}
.web_sub_btn .input-group-btn {top: 10px;}
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
	padding-top: 5px;
	z-index: 9999;
}

.dropdown-menu {visibility: hidden}
.dropdown-menu.show {visibility: visible}

.swiper-button-prev {
    color: #FFF; 
}

.swiper-button-next {
    color: #FFF; 
}
