
/* Main */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  /* background: rgb(19,20,22); */
  background: #141415;
  color: white;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  position: relative;
  overflow-x: hidden;
  color: #777d81;



  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;

}

img{
    max-width:100%;
    border:none;
    height:auto;
}

a {
  text-decoration: none;
  color: white;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

p{
  line-height: 18px;
  font-family: 'Montserrat';
  font-weight:400;
}

a:visited {
  color: white;
}

input,
textarea,
button {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 16px;
}

textarea {
  resize: none;
}

input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

input,
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

::-moz-selection {
  background: #d3bf7a;
  color: black;
}

::selection {
  background: #d3bf7a;
  color: black;
}

::-moz-selection {
  background: #d3bf7a;
  color: black;
}
body,
div,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4 p,
header,
html,
li,
nav,
ul {
    margin: 0;
    padding: 0;
    border: 0;
}


h1,h2,h3,h4,h5,h6{

font-family: 'Aktiv Grotesk Ex XBold';
font-weight: bold;
font-style: normal;

  
}




/*************/

.nopadding{
  padding: 0px!important;
}

.pera {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.flux-btn{
  border: 1px solid #d3bf7a;
  padding: 25px 40px;
  border-radius: 40px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.flux-btn:hover{
  background-color: #d3bf7a;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;

}

/*************/

/* Generals */
.container {
  padding: 0 20px;
  margin: auto;
}


.letter {
  -webkit-transform: rotateX(-60deg) skewX(6deg);
  transform: rotateX(-60deg) skewX(6deg);
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.4s linear, -webkit-transform 0.3s linear;
  -o-transition: opacity 0.4s linear, transform 0.3s linear;
  transition: opacity 0.4s linear, transform 0.3s linear;
  transition: opacity 0.4s linear, transform 0.3s linear,
    -webkit-transform 0.3s linear;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  opacity: 0;
}

.letter.visible {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.spacing {
  margin-left: 0.75rem;
  word-break: break-all;
  display: inline-block;
}
/*************/

/* Elements */
#navbar {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  /*height: 100%;*/
  z-index: 20;
  padding: 20px 20px;
  color: white;
  font-size: 20px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-bottom: 0.8px solid #979797;
}

.fluxnavinner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fluxnavinner > div{
  flex: 1;
}

/*#navbar .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
}*/

#navbar.white {
  background-color: white;
}

#navbar.white a {
  color: black;
}

#navbar.white li span {
  color: black;
}

.menu ul li{
  display: inline-block;
  padding: 30px 20px;
  border-left: 1px solid #979797;
  text-align: center;
}
.menu ul li:first-child{
  border-left: 0px solid #979797;
}
.menu ul li #header-description{
  font-weight: 100;
  text-transform: uppercase;

}
.menu ul li #header-description:hover{
  text-decoration: none;
  color:#fff;
}

.logo {
  margin: 0px auto;
  display: flex;
  align-items: center;
  align-self: center;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 34px;
  justify-content: center;

}

.logo a{
  margin-top:10px;
  display: block;
}

.logo a:hover {
  color: #d3bf7a;
  text-decoration: none;
}

.media {
  /*margin-left: auto;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  justify-content: flex-end;


}

.media ul{
  list-style-type: none;
}
.media ul li{
  display: inline;
   margin-left: 25px;
}
.media ul li a{
  display: inline-block;
    -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 14px;
  cursor: pointer;
}

.media ul li a:hover{
  color:#fff;
}

.media-button {
  font-size: 14px;
  cursor: pointer;
  height: 100%;
}


.media-button a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;



}

.media-button a:hover,
#navbar.white .media-button a:hover {
  color: #d3bf7a;
}

.media-button + .media-button {
  margin-left: 25px;
}

#header {
  position: relative;
}

#video-element {
  display: block;
}




#header-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-top: 80px;
  color: white;
  align-items: center;
  text-align: center;
}

#header-bar{
  background-color: #d3bf7a;
  color: #d3bf7a;
  height: 1px;
  width: 80px;
  display: block;
  margin: 30px;
  margin-bottom: 35px;
}

@-webkit-keyframes slideInFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slideInFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

#header-main-text .letter {
  font-size: 58px;
  line-height: 54px;
}

#header-main-text br + .spacing {
  display: none;
}

.effect-text {
  margin-left: -5px;
  color: white;
  font-size: 0;
}

.effect-text .letter {
  font-size: 30px;
  line-height: 32px;
}

.effect-text > .effect {
  -webkit-text-stroke-color: #d3bf7a;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.75px;
}

#header-description {
  opacity: 0;
  -webkit-animation: slideInFromTop 0.5s ease forwards;
  animation: slideInFromTop 0.5s ease forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  font-size: 11px;
  letter-spacing: 3px;
  margin-top: 10px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


#main-topics {
  padding: 50px 0;
}




#hidden2 {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease forwards;
  animation: fadeIn 0.5s ease forwards;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

#hidden3,
#hidden4,
#hidden6,
#hidden7,
#hidden8,
#hidden9,
#hidden10,
#hidden11,
#hidden12 {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#hidden5 {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

#hidden2.visible,
#hidden3.visible,
#hidden4.visible,
#hidden6.visible,
#hidden7.visible,
#hidden8.visible,
#hidden9.visible,
#hidden10.visible,
#hidden11.visible,
#hidden12.visible {
  opacity: 1;
}

#hidden5.visible {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}


/*
--------------
Footer style
---------------
*/
footer {
    display: block;
    margin-top: 0px;
    border-top: 1px solid #35393A;
}
footer ul li{
  display: inline-block;margin-right: 25px;
}
footer .small-title{
  font-size: 9px!important;
}
footer .copyright .small-title {
  font-size: 9px!important;color:#666666; 
}

footer .small-title:hover{
  color: #d3bf7a;
  text-decoration: none;
}



.foexcontentarea p.pera{
  color: #a2a0a0;
}



.mob-logo {
  display: none;
}

.oppenned .mob-logo {
  display: block;
}

.srtdelogofooter {
  max-width: 80px;
  margin-left: 35px;
}


#whateaserpopup .modal-dialog, #hedervideopop .modal-dialog {
  max-width: 70%;
  margin: 0px auto;
}
#whateaserpopup .modal-content, #hedervideopop .modal-content {
  background: none;
  border: none;
  padding: 0px;
}
#whateaserpopup .modal-header, #hedervideopop .modal-header {
  border: none;
  text-align: right;
  width: 100%;
  justify-content: flex-end;
  margin: 0px !important;
  padding: 0px !important;
  position: relative;
  top: 16px;
}
.modal-header button {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  z-index: 8888;
  margin: 0px !important;
  padding: 0px !important;
  line-height: 9px;
  font-size: 18px;
}

#whateaserpop, #headercirclepop {
  width: 100%;
}



/*******

====================================================

  RESPONSIVE CSS 
====================================================
******/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container {
    padding: 0 25px;
  }

  #header-main-text .letter {
    font-size: 60px;
    line-height: 56px;
  }



}

@media (max-width: 768px) {
  /*Need to work here*/
  #navbar {
    display: none;
  }

  #header-main-text .letter {
    font-size: 62px;
    line-height: 62px;
  }

  .mobile-block{
    display: block;
  }
  .hide-mob{
    display: none;
  }

  .mob-bottom-10{
    margin-bottom: 10%;
  }
  .mob-top-10{
    margin-top: 10%;
  }
  .mob-top-15{
    margin-top: 15%;
  }
  .mob-text-left{
    text-align: left!important;
  }
  .mob-text-center{
    text-align: center!important;
  }
  .mob-lr-pad{
    padding: 0px 20px!important;
  }
  .mob-order{
    order: -1;
  }


  footer ul li{
    margin-right: 0px!important;
    display: block!important;
  }

  .mob-menu{
    display: block!important;
    position: relative;
    z-index: 99999;
  }

.mobileheader {
  display: flex;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #979797;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.mobilemenuicon {
  border-right: 1px solid #979797;
  height: 100%;
  display: block;
  width: 100px;
  height: 60px;
  display: flex;
  align-content: center;
  align-items: center;
  align-self: center;
  justify-content: center;
}
.mobilemenuicon button span{
  color:#fff;
  background-color:#979797;
}

.mobilelogo{}
.mobilelogo a{
 margin-top:0px;
}
.mobilemediabtncart{
  margin-left:0px;

  border-left: 0.8px solid #979797;
padding: 0px 20px 0px;
display: flex;
height: 60px;
align-items: center;


}
.mobilemediabtncart ul {
  list-style: none;
  display:flex;
}
.mobilemediabtncart ul li{}
.mobilemediabtncart ul li a{}


.side-menu-content ul li a {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
}

.side-menu-content ul li a:hover{
  text-decoration: none;
}

.exclusivegetinse img {
  margin-bottom: 20px;
}

.exclusivegetinse {
  display: block;
}

.owl-carousel-2 .owl-dots {
  display: none;
}

.flogorow .mob-bottom-10 {
  margin-bottom: 2%;
}
.flogorow .mob-top-10 {
  margin-top: 3%;
}


#more-explore .effect-text,
#faq-title .effect-text,
#x-flux .effect-text,
#exclusive-content .effect-text,
#latest-merchandise .effect-text{
  text-align: center;
}

.exclusivegetinse {
  display: block;
  text-align: center;
}

.fexcontenvideo .hiddenmobile{
  display: none;
}

.flexvideteaser ul li img {
  display: inline-block;
  margin-left: -25px;
}
.mobilemediabtncart ul {
  list-style: none;
  display: flex;
  margin-top: 1px;
}

.flogo .strdlogoanchor{
  display: block;
}

.flogo .strdlogoanchor .srtdelogofooter{
  margin-left:0px;
  margin:15px 0px;
}
.singleuntext h4 {
  font-family: 'Futura Std';
}


}





@media(max-width:575px){
#header-video {
  max-height: 400px;
}


.mobilepaddingless{
  padding: 0px;
}


.mobilelogo {
  font-size: 25px;
}



}







/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  #header-text {
    margin-top: 30px;
  }

  #header-description {
    margin-top: 10px;
  }

  #header-main-text .letter {
    font-size: 75px;
    line-height: 75px;
  }

  .effect-text .letter {
    font-size: 55px;
    line-height: 52px;
  }

  .small-effect-text .letter {
    font-size: 45px;
    line-height: 42px;
  }

  .container {
    max-width: 768px;
  }

 
  #main-video-container {
    max-width: 718px;
  }

  .spacing {
    margin-left: 1.5rem;
  }

  #header-main-text br + .spacing {
    display: inline-block;
  }

  #header-main-text br {
    display: none;
  }

  #latest-merchandise > .text {
    margin-top: 10px;
    font-size: 18px;
    max-width: 475px;
    line-height: 28px;
  }

}



@media(min-width:769px) and (max-width:992px){

.flogorow .mob-order{
  order: -1;
}

.flogorow ul{
  text-align: center;
}
.menu ul li {
  display: inline-block;
  padding: 30px 8px;
  border-left: 1px solid #979797;
  text-align: center;
}

.menu ul li #header-description {
  font-size: 10px;
  letter-spacing: 2px;
}

.media ul li {
  display: inline;
  margin-left: 5px;
}

.cart {
  border-left: 0.8px solid #979797;
  padding: 40px 8px 30px;
  margin-left: 25px;
}

.title-bar{
  display: none;
}



}




@media(min-width:992px) and (max-width:1199px){

.menu ul li {
  display: inline-block;
  padding: 30px 8px;
  border-left: 1px solid #979797;
  text-align: center;
}

.menu ul li #header-description {
  font-size: 11px;
  letter-spacing: 2px;
}

.media ul li {
  display: inline;
  margin-left: 5px;
}




}






/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }

footer .small-title {
  font-size: 9px !important;
  letter-spacing: 2px;
}
footer ul li {
  display: inline-block;
  margin-right: 5px;
}  

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .contact-form {
    margin: 0;
    margin-top: 35px;
  }

  #footer .follow-us {
    padding-right: 10px;
  }

footer .small-title {
  font-size: 9px !important;
  letter-spacing: 3px;
}
footer ul li {
  display: inline-block;
  margin-right: 8px;
} 



}

/* Ultra large devices (large desktops, 1348px and up) */
@media (min-width: 1348px) {
  .container {
    max-width: 1375px;
  }


}



.museonlylogo{
	max-width: 105px;

}

.fluxnavinner .menu ul li{
	margin-top: 10px;
}

#navbar{
	border-bottom: none;
	display: block;

}
#header-video {
	background-color: #000;
}



video {
	height: auto;
	width: 100%;
}

/*#header-content #header-description {
	margin-top: 0px;
	color: #fff;
	font-size: 12px;
	font-family: 'DM Sans';
	font-weight: 500;
    font-style: normal;
    margin-bottom: 25px;
}
*/
#header-main-text .letter {
	font-size: 75px;
	line-height: 75px;
	font-family: 'Taki';
	font-weight: bold;
	font-style: normal;

	
}



#header-main-text .letter.permonthfnt{
	font-size: 75px !important;
	line-height: 75px;
	font-family: 'Taki';
	font-weight: bold;
	font-style: normal;
	-webkit-text-stroke-color: #F4C459;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1.5px;
}

#navbar {
	position: absolute;
}
#navbar.white {
	 background-color: transparent; 
}
#navbar.white .media ul li a {
	color:#fff;
}

.logo a img{
/*	max-width: 101px;
	max-height: 23px;*/
}
.logo a{
	margin-top:0px;
}

#header-text {
	margin-top: 0px;
}

#navbar .media ul li a {
font-size: 18px;
    cursor: pointer;
    margin-top: 5px;
}

#header-video {
	max-height: 600px;
}

.onlyfanslgo{
	align-items: center;
	justify-content: flex-start;
}
.ctabuttonmuse{
	margin:0px auto;
	text-align: center;
}
.ctabuttonmuse a.signupherobtn {
	text-transform: uppercase;
	font-size: 13px;
	background:#F4C459;
	color:#000!important;
	width: 150px;
	height: 50px;
	display: block;
	line-height: 50px;
	margin-top: 0px;
	border-radius: 0px;
	letter-spacing: 1px;
	text-decoration: none;
	transition: all 0.5s linear;
	padding: 0px;
	font-family: 'Arial';
	font-weight: bold;
	font-style: normal;
}

.ctabuttonmuse a.signupherobtn:hover{
	text-decoration: none;
	background:#bcae8b;
	transition:all 0.5s linear;
}


.owl-carousel .owl-nav {
	padding-right: 25px;
	margin-right: 25px;
	
}


.wholetitleleft{
	display: flex;
	align-items: center;
}
.wholetitleleft h4 {
	width: 35%;
	margin: 0px;
	color: #bfae86;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 3px;
}

.wholetitleleft .title-bar {
	height: 1px;
	content: '';
	width: 100%;
	background-color: #35393A;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0;
}




.welcomemuseblock {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 100px 0px 50px;
	width: 70%;
	margin: 0px auto;
}
.singlewelblock{
	text-align: center;
}
.singlewelblock img {
	max-width: 100px;
	margin: 0px auto 15px;
	max-height: 80px;
}
.singlewelblock span {
	display: block;
	letter-spacing: 1px;
	font-size: 20px;
	color:#fff;
}

.welcomemuseblocktwo {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0px 0px 100px;
	width: 50%;
	margin: 0px auto;
}


.onlyfansblock {
    align-self: flex-start;
    margin-top: 20px;
}

.onlyfansblock img {
    margin-bottom: 30px;
}

.musexonlyfanse{}
.morefromfluxarea .small-title,
.musexonlyfanse .small-title{
	margin-top: 0px;
color: #bfae86;
font-size: 16px;
font-weight: normal;
font-style: normal;
}

.flogo a,
.morefromfluxarea .effect-text .letter,
.musexonlyfanse .effect-text .letter {
	/*font-size: 75px;
	line-height: 75px;*/
}

.musexbigimage{
background: url('../img/icons/museonplaybg.png');
background-repeat: no-repeat;
background-position: top center;
background-size:cover;
width: 100%;
height: 100%;
padding: 300px 0px;

}
.playiconimage {
  margin: 0px auto;
text-align: center;
	
}
.playiconimage img {
	vertical-align: middle;
	max-width: 50px;
	/*display: block;
	margin: 0px auto;*/
}

.instantaccessbutton a {
	background: #bcae8b;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 50px 0px;
	letter-spacing: 3px;
	margin-bottom: 50px;

	font-size: 55px;
line-height: 52px;
}
.instantaccessbutton a:hover{
	text-decoration: none;
	background: #ae9351;
	color:#fff;
}
#mid-content {
	background:none;
	position: relative;
}


#videomusepop{}
#videomusepop .modal-header{
	border-bottom: 0px;
}
#videomusepop .modal-dialog {
	max-width: 70%;
	margin: 0px auto;
}
#videomusepop .modal-content{
	background:none;
	border:0px;
}
#videomusepop video{
	width: 100%;
}

#videomusepop .modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
	color:#fff!important;
	text-shadow: none!important;

}


footer{
	border:none;
}
#more-content a{
	color: #fff;
}

#more-content a:hover{
	color: #bfae86;
}

/* NEW CSS */


.Wrappers {
	margin: 0px auto;
	max-width: 90%;
}
.singlebanbelow {
	border-top: 1px solid #777d81;
	padding-top: 20px;
}
.singlebanbelow span.blocktitle {
	display: block;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
	color: #fff;
}
.singlebanbelow p{
	color:#777d81;
}



.topcreatorsarea{
	padding:0px 0px 0px;
}

.topcreatorrow{
	align-items: center;
}
.topcreatorleft {
	display: flex;
	align-items: center;
	justify-content: ;
}

.topcreatorleft .topcrinlebtmimg{
	float: right;
	margin-top:30px;
}


.topcreateinnerleft{
	text-align: right;
}
.topcreateinnerleft img{
	display: block;
}
.topcreateinnerRight{
	margin-left: 30px;
}
.topcreatorstitle{}
.topcreatorstitle h2{
	font-size: 42px;
	line-height: 48px;
	text-transform: uppercase;
	color:#fff;
}
.topcreatorstitle h2 span{

    font-size: 42px !important;
    line-height: 48px;
    font-family: 'Aktiv Grotesk Ex XBold';
    font-weight: bold;
    font-style: normal;
    -webkit-text-stroke-color: #777d81;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.topcreatorstitle p {
	color: #777d81;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* exlusive */


.exclusivetitle{
	text-align: center;
	padding: 30px 0px 40px;
}
.exclusivetitleinner span {
	display: block;
	color: #777d81;
	text-transform: uppercase;
	font-size: 10px;
	word-spacing: 3px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.exclusivetitleinner h2 {
	font-size: 60px;
	line-height: 75px;
	font-family: 'Aktiv Grotesk Ex XBold';
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

#slider {
   margin-left: 50px;
}

.owl-carousel .owl-item{
	margin-right: 0px!important;
}


.exconslicon {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
	-webkit-background: linear-gradient(to top,rgba(0,0,0,1),rgba(255,255,255,0));
	-moz-background: linear-gradient(to top,rgba(0,0,0,1),rgba(255,255,255,0));
	background: linear-gradient(to top,rgba(0,0,0,1),rgba(255,255,255,0));
	padding-top: 40px;
}
.exconslicon h4 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/* slider */

.owl-carousel2 .owl-dots,
.owl-carousel .owl-dots {
	width: 95%;
	position: absolute;
	left: 0;
	text-align: left !important;
	bottom: -65px;
}

.owl-carousel2 .owl-dot,
.owl-carousel .owl-dot {
	background: #35393A !important;
	width: 25%;
	height: 1px;
}
.owl-carousel2 .owl-dot.active,
.owl-carousel .owl-dot.active {
	background:#D60722 !important;
}

.owl-carousel2 .owl-nav,
.owl-carousel .owl-nav {
	padding-right: 25px;
	margin-right: 25px;
}

.owl-carousel2 .owl-nav,
.owl-carousel .owl-nav {
	position: absolute;
	right: 10% !important;
	text-align: left !important;
	margin-top: 30px;
	bottom: -80px;
	top: auto;
	width: 10%;
	z-index: 99999999;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	border: none !important;
	border-radius: 50% !important;
	margin-left: 5px;
	color:#fff!important;
	background: #D73F2A!important;
}


.owl-theme .owl-dots .owl-dot span {
	display: none;
}

.padding100{
	padding: 100px 0px;
}

.dmsopenarea{
	padding-top: 200px;
	padding-bottom: 0px!important;
}

.dmsleftimage{
	padding-top:40px;
}


.dmsimagearea {
	position: relative;
	z-index: 999;
}

.sneakpeakarea{
	background: url('../img/miller/sneakpeakbg.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	min-height: 500px;
	position: relative;
	top:-50px;
	

}

.overlaysneak{
	background:rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;

}

.innersneakpeak{
	text-align: center;
	padding: 150px 0px;
}
.innersneakpeak .topcreatorstitle h2 span,
.innersneakpeak .topcreatorstitle h2{
	font-size: 60px!important;
	line-height: 65px!important;
}
.innersneakpeak .topcreatorstitle button {
	border: 1px dotted #777d81;
	border-radius: 50%;
	padding: 15px;
}
.innersneakpeak .topcreatorstitle button span{
	background: #d70621;
	color: #fff;
	width: 60px;
	height: 60px;
	display: block;
	line-height: 60px;
	border-radius: 50%;
}



.instagramarea .topcreatorstitle span {
	display: block;
	color: #777d81;
	text-transform: uppercase;
	font-size: 10px;
	word-spacing: 3px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.owl-carousel2 .owl-item img {
	display: block;
	width: auto;
	margin:0px auto;
	
}
.owl-carousel2 .owl-item div {
	margin: 0px 20px !important;
}


.owl-carousel2 .owl-stage{
	display: flex;
	align-items: center;

}





footer {
	
	padding: 60px 0px 40px;
	background: #000000;
}

.botomsocialmenu ul li a:hover{
	color:#F4C459;
}
.botomsocialmenu ul{
	text-align: right;
}
.flogo{}
.copyright{}




/*
=========================================
		AUTH PAGE CSS 
=========================================
*/


.media ul li {
	display: inline;
	margin-left: 8px;
}


.herobtnflex{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:40px;
}
.herobtnflex p{
	margin:0px;
	margin-right: 20px;
}
.herobtnflex p a{
	display: inline-block;
	color:#F4C459!important;
	text-transform: capitalize;
	text-decoration: underline;

}

.scrolltopbottom {
	width: 100%;
}

.scrolltopbottom a {
	display: block;
	bottom: 20%;
	position: absolute;
	right: 10px;
	/* width: 100%; */
	z-index: 999999;
}
.scrolltopbottom a img{
	width:50%;
}
.uncoveredleftarea {
	padding-left: 50px;
}
.singleunleft{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom:30px;
}
.singleunimg{
	margin-right:30px;
}
.singleunimg img{}
.singleuntext h4{
	color:#fff;
	text-transform: uppercase;
	font-family: 'Futura Std';
	font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
}
.singleuntext h4 p{
	margin:0px;
}

.uncoveredimagearea{}
.uncoveredimagearea img{}





.exclusivetopart{
	margin-bottom: 60px;
}
.excluimgtop{}
.exclutexttop{
	text-align:center;
	margin-left:30px;
}
.exclutexttop .ctabuttonmuse,
.exclutexttop .ctabuttonmuse a{
	text-align: center;
	margin:0px auto;
}
.exclusivetoptext{}

.exclusivetoptext h3 {
	font-family: 'Taki';
	font-weight: bold;
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 30px;
}

.exclusivetoptext h3 span{
	color:#F4C459;
	display:block;
}

.exclusivetoptext p{
	text-align: center;
	line-height: 25px;
	margin-bottom: 30px;
}

.instantaccessex{
	background-image: url('../img/auth/blackpureone.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width:100%;
	height: 100%;
}


.exclutexttop img{
	margin-bottom:-30px;
}
.exclutextbigtop{
	position:relative;
}
.exclusivetopbigtext{}

.exclutextbigtop .ctabuttonmuse a.signupherobtn{
	margin:30px auto;
	color:#fff!important;
	background:none!important;
	border:2px solid #F4C459;
}

.exclutextbigtop .ctabuttonmuse a.signupherobtn:hover{
	margin:30px auto;
	color:#fff!important;
	background:#F4C459!important;
	border:2px solid #F4C459;
}


.instantcircle{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:30px;
}


.exclutextbigtop img.exclusiveimage {
	margin-bottom: -80px;
}


.instantcircle img{
	margin-right: 30px;

}
.instantcircle h5{
	color:#fff;
	text-transform:uppercase;
	font-family: 'Futura Std';
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 16px;
	margin:0px;
}
.instantcircle h5 span{
	display: inline-block;
	color:#F4C459;
	margin:0px 3px;
}

.exclutexttop .ctabuttonmuse a.signupherobtn{
	margin:30px auto;
	color:#000!important;
}


.exclusiverightimg {
	position: absolute;
	right: 0;
	top: -60px;
	width: 25%;
}


.bottomvideoarea{
	background:#F5C357;
	margin-top:100px;
}
.videobottomplay {
	position: relative;
	top: -200px;
}
.playicon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}


.bottomplaysignupbtn a.signupherobtn{
	background:#000!important;
	color:#F5C357!important;
}


.bottomplaysignupbtn {
	margin-top: 0px;
	padding-bottom: 0;
	position: relative;
	top: -100px;
}


.ununonlyfanslogo img {
	width: 30%;
	margin: 0px auto 30px;
}

.bottomplaysignupbtn p{
	color:#fff!important;
}


.exclusivetoptext h2 {
	font-family: 'Taki';
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
	font-size: 50px;
}
.exclusivetoptext h2 span {
	color: #F4C459;
	display: block;
}
.ununonlyfanslogo p {
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
}

.margintopmi150{
	margin-top:-150px;
}


.logo{}
.logo a {
	font-size: 20px;
	line-height: 20px;
	font-family: 'Taki';
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.logo a span{
	color:#F4C459;
	display: inline-block;

}



/*
==============================================
RESPONSIVE CSS
===============================================
*/

@media(max-width:767px) {

.margintopmi150{
	margin-top:0px;
}
.logo a img {
	max-width: 120px;
}	
#header-content #header-description {
	font-size: 12px;


}

#header-text {
	margin-top:0px;
}


#header-main-text{
	padding:0px 20px;
}
#header-main-text .letter {
	font-size: 40px;
	line-height: 54px;
}


#latest-merchandise {
	margin-top: 0%;
}
.wholetitleleft h4 {
	width: 100%;
}
.wholetitleleft .title-bar {
	display: none;
}

.welcomemuseblock{
	display: block;
	width:100%;
	padding-top:50px;
	padding-bottom: 0px;
}
.welcomemuseblocktwo{
	display: block;
	width:100%;
	padding-bottom:0px;
}

.singlewelblock{
	margin-bottom: 50px;
}

.singlewelblock img{
	margin:0px auto 10px;
}
.wholetitleleft h4 {
	width: 100%;
	text-align: center;
}
#more-content .row,
#x-flux .effect-text{
	padding-bottom: 0px!important;
}

.instantaccessbutton a {
	font-size: 24px;
	padding: 50px 0px;
}


#more-content .row,
 .mob-top-15 {
    margin-top: 5%;
}

footer{
	margin-top:20px!important;
}

.mobileblock{
	display:block;
}

.effect-text .letter{
	letter-spacing: 3px;
}

#header-video {
	max-height: 450px;
}

#latest-merchandise {
	margin-top: -10%;
}

#header-video-gradient {
	background: rgba(0,0,0,0.66);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0.33) 99%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.33)), color-stop(99%, rgba(30,34,35,0.99)), color-stop(100%, rgba(30,34,35,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0.33) 99%, rgba(0,0,0,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0.33) 99%, rgba(0,0,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0.33) 99%, rgba(0,0,0,1) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0.90) 100%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2223', endColorstr='#1e2223', GradientType=1 );
}
#videomusepop .modal-dialog {
	max-width: 100%;
	margin: 0px auto;
}



#videomusepop .modal-body {
	padding: 0px;
}

#header-video-gradient-bottom {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	width: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.53) 53%,#000 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.53) 53%,#000 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.53) 53%,#000 100%);
}








}














@media (min-width:992px) and (max-width:1199px){

	.wholetitleleft h4 {
    width: 70%;
    margin: 0px;
    color: #bfae86;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
}
}


@media (min-width:1200px) and (max-width:1350px){

	.wholetitleleft h4 {
    width: 70%;
    margin: 0px;
    color: #bfae86;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
}
}



/*
============================================
VIDEO VERSION CSS 
============================================
*/

    .home-hero .video-wrapper, .home-hero::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

  .home-hero::after {
  /* height:900px;
  width: 100vw;
  content: "";
  z-index: 0;
  transition: opacity .45s cubic-bezier(.165,.84,.44,1);
  background-image: linear-gradient(-180deg,transparent 16%,rgb(19,20,22) 70%);
  pointer-events: none; */

  height: 1200px;
width: 100vw;
content: "";
z-index: 0;
transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
background-image:linear-gradient(-180deg, rgba(19,20,22,0.6) 5%, rgb(19,20,22) 50%);
pointer-events: none;

}

  .home-hero {
  height: 650px;
  width: 100%;
}

.home-hero {
  position: relative;
  overflow: hidden;
}
  .home-hero .video-wrapper::after {
  position: absolute;
  top: -950px;
  left: 50%;
  height: 2430px;
  width: 1810px;
  content: "";
  transform: translateX(-50%);
  transition: opacity .45s cubic-bezier(.165,.84,.44,1);
  /* background-image: radial-gradient(49% 39%,transparent 40%,transparent 0,#000 99%); */
}
.home-hero[in-view].is-in-view .image-wrapper, .home-hero[in-view].is-in-view .video-wrapper {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.home-hero[in-view] .image-wrapper, .home-hero[in-view] .video-wrapper {
  transform: translateX(-50%) scale(1.05);
  transition: opacity .75s cubic-bezier(.25,.46,.45,.94) 125ms,transform .75s cubic-bezier(.25,.46,.45,.94) 125ms;
  opacity: 0;
}

  .home-hero .video-wrapper {
  height: auto;
  width: 100%;
  display: block;
}
  .home-hero .video-wrapper, .home-hero::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

  .home-hero video {
  height: auto;
  width: 100%;
}


@media (max-width:767px) {
.overlay_cont{
    display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  width: 100%;
  z-index: 1;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.53) 53%,#000 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.53) 53%,#000 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.53) 53%,#000 100%);
  }

.home-hero::after {
  height: 800px;
}

.home-hero {
  height: 550px;
  width: 100%;
}




}



/* RESPONSIVE FOR MOBILE*/

@media (max-width:767px){

.home-hero video {
	height: auto;
	width: auto;
}
#header-main-text .letter.permonthfnt {
	font-size: 40px !important;
	line-height: 42px;
}
#header-main-text .letter {
	font-size: 40px;
	line-height: 45px;
}

.topcreatorsarea {
	padding: 50px 0px;
}

.topcreatorleft {
	margin-bottom: 50px;
}

.dmsopenarea .topcreatorstitle p br,
.dmsopenarea .topcreatorstitle h2 br,
.topcreatorrow .topcreatorstitle p br,
.topcreatorrow .topcreatorstitle h2 br{
	display: none;
}

.dmsopenarea .topcreatorstitle h2 span,
.topcreatorrow .topcreatorstitle h2 span{
	display: block;
}


.exclusivetitleinner h2 {
	font-size: 40px;
	line-height: 45px;
}

.owl-carousel2 .owl-nav, .owl-carousel .owl-nav {
	width: 40%;
}

.dmsopenarea .row{
	flex-direction: column-reverse;
}

.dmsimagearea{
	margin-bottom: 30px;
}
.dmsleftimage {
	padding-top: 40px;
	margin-bottom: 40px;
}

.dmsleftimage img{
	width:100%;
}
.innersneakpeak .topcreatorstitle h2 span, .innersneakpeak .topcreatorstitle h2 {
	font-size: 40px !important;
	line-height: 45px !important;
}


.instagramarea {
	padding: 50px 0px;
}

.topcreatorstitle h2 {
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	color: #fff;
}

footer ul{
	text-align:center;
}
footer ul li {
	margin-right: 10px !important;
	display: inline-block !important;
	text-align: ;
}

.copyright{
	text-align: center!important;
}

footer .container .row .col-md-4:nth-child(1){
	order:2;
	padding-bottom: 15px;
}
footer .container .row .col-md-4:nth-child(2){
	order:1;
	padding-bottom: 15px;
}
footer .container .row .col-md-4:nth-child(3){
	order:3;
}
footer {
	margin-top: 150px;
	padding: 100px 0px 40px;
	background: #04081E;
}


}





/*
=============================================================
	MOBILE CSS FOR AMOURANTH
=============================================================
*/

@media(max-width:767px){

.scrolltopbottom{
	display:none;
}
#header-main-text .letter.permonthfnt,
#header-main-text .letter {
	font-size: 36px;
	line-height: 45px;
}
.herobtnflex {
	display: block;
	text-align: center;
}
.herobtnflex.ctabuttonmuse a.signupherobtn{
	margin:40px auto 0px;
}
.logo a img {
	max-width: 100%!important;
}

.onlyfanslogo{
	display:none;
}
.uncoveredleftarea {
	padding-left: 0;
}
	
.singleuntext p{
	line-height: 22px;
}

.rowreversecolumn{
	flex-direction:column-reverse;
}

.exclutexttop {
	text-align: center;
	margin-left: 0px;
}
.ununonlyfanslogo p br,
.exclusivetoptext p br{
	display:none;
}
.exclusiverightimg {
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
}
.exclutextbigtop img.exclusiveimage {
	margin-bottom: -25px;
}

.instantaccessex {
	background-position: center center;
	padding-bottom: 0px;
}
.ununonlyfanslogo img {
	width: 100%;
	margin: 0px auto 30px;
}

.exclusivetoptext h2 {
	font-size: 28px;
	line-height: 38px;
}

.videobottomplay {
	position: relative;
	top: -80px;
}
.unonlyfansarea {
	padding-bottom: 50px;
	padding-top: 50px;
}
.playicon button img{
	width:50%;
}
.bottomplaysignupbtn {
	margin-top: 0px;
	padding-bottom: 0;
	position: relative;
	top: -50px;
}
.bottomvideoarea {
	background: #F5C357;
	margin-top: 30px;
}

.botomsocialmenu ul,
.flogo {
	text-align: center !important;
}
footer {
	margin-top: 0px !important;
	padding: 40px 0px 40px;
	background: #04081E;
}

.topcreatorsarea {
	padding: 0px 0px 50px;
}

.overlay_cont {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	width: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top,rgba(19,20,22,0) 0,rgba(19,20,22,.5) 50%,rgba(19,20,22,.53) 53%,#000 100%);
	background: -webkit-linear-gradient(top,rgba(19,20,22,0) 0,rgba(19,20,22,.5) 50%,rgba(19,20,22,.53) 53%,#000 100%);
	background: linear-gradient(to bottom,rgba(19,20,22,0) 0,rgba(19,20,22,.5) 50%,rgba(19,20,22,.53) 53%,rgb(19,20,22)100%);
}


.logo a {
	font-size: 18px;
	line-height: 18px;
	font-family: 'Taki';
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
}



}