@charset "UTF-8";


@font-face
{
    font-family:sth;
    src: url(../../fonts/StraightToHellBB.ttf);
}

@font-face
{
    font-family:sths;
    src: url(../../fonts/StraightToHellSinnerBB.ttf);
}

@font-face
{
    font-family: EnchantedLand;
    src: url(../../fonts/EnchantedLand-jnX9.ttf);
}

.popup-overlay {
  z-index: 999;
  position: fixed;
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  /*transition: opacity 500ms;*/
  transition: opacity 200ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
}

.popup-overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  /*margin: 70px auto 115px;*/
  margin: 70px auto 70px;
  padding: 20px;
  /*background: #fff;*/
  background: #212121;
  color: #FFF;
  /*border-radius: 5px;*/
  /*width: 30%;*/
  max-width: 762px;
  position: relative;
  /*transition: all 200ms ease-in-out;*/
  font-family: Century Gothic;
}

.popup input[type=text], .popup input[type=email], .popup input[type=number], .popup textarea {
    background: #333 !important;
    color: #FFF;
    border: 1px solid #333;
}

.popup h2 {
  margin-top: 0;
  /*color: #333;*/
  color: #FFF;
  /*font-family: Tahoma, Arial, sans-serif;*/
  font-family: UnitRounded-Bold;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  /*color: #333;*/
  color: #FFF;
}
.popup .close:hover {
  color: #007095;
}
.popup .popcontent {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    /*width: 70%;*/

    /* UPDATE OCTOBER-2017 */
    position: absolute;
    width: 100%;
    margin: 0;
    /*margin-bottom: 2.8125rem;*/


  }
}

.popup-open{
    visibility: visible !important;
  opacity: 1 !important;
}

/*.popup-closed{
    visibility: hidden;
    opacity: 0;
}*/

.popup-fav-overlay {
    z-index: 999;
    position: fixed;
    /* top: 0; */
    bottom: 70px;
    /*left: 10px;*/
    right: 25px;

    /*transition: opacity 500ms;*/
    transition: all 200ms ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.popup-fav {
    /* margin: 70px auto; */
    padding: 20px;
    /*background: #2b2b2b;*/
    background: #004F6D;
    /*color: #d5d5d5;*/
    color: #fff;
    /* border-radius: 5px; */
    /* width: 30%; */
    position: relative;
    /*transition: all 2s ease-in-out;*/
    box-shadow: 0 1px 10px black;
    /*border: 1px solid #7e7e7e;*/
    font-family: 'Raleway', sans-serif;
}

.popup-fav .popcontent {
  max-height: 30%;
  overflow: auto;
}



#form-output{
    /*font-family: 'Open Sans';*/
    font-family: Century Gothic;
    padding: 8px;
    display: inline-block;
}

.form-sub-title{
    font-family: DinMedium;
    color: #FFF;
}


#party-code{
    font-family: Ubuntu;
    font-size: 28px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #777;
}

.party-popup-title{
  font-family: UnitRounded-Bold !important;
}

.party-input{
    font-family: Ubuntu !important;
    font-size: 24px !important;
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #777 !important;
    background-color: #fff !important;
}

#party-popup .input-label{
    display: block;
    margin-bottom: 5px;
}

#party-output{
    display: inline-block;
    padding: 8px;
}

#submitbtnparty{
    background-color: #333436;
    color: #fff;
    border: 2px solid #333436;
    padding: 10px;
    font-size: 14px;
    font-family: Century Gothic;
    cursor: pointer;
    float: left;
}

#submitbtnparty:hover
{
    background-color: #1783c7;
    border: 2px solid #1783c7;
    
     /* Firefox */
    -moz-transition: all .2s ease-in;
    /* WebKit */
    -webkit-transition: all .2s ease-in;
    /* Opera */
    -o-transition: all .2s ease-in;
    /* Standard */
    transition: all .2s ease-in;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}















.custom-tooltip-overlay {
    z-index: 999;
    /*position: absolute;
    bottom: 20px;
    right: 10px;*/

    position: fixed;


    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    width: 266px;
}

.custom-tooltip-open {
    visibility: visible !important;
    opacity: 1 !important;
}

/*#thumb-pointer {
    border-bottom: 10px solid #222;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    position: relative;
    width: 0;
    bottom: auto;
    left: 50px;
    transition: all 2s ease-in-out;
}*/

#custom-tooltip-thumb-pointer {
    border-top: 10px solid #222;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    position: relative;
    width: 0;
    bottom: -38px;
    /*left: 13px;*/
    transition: all 1s ease-in-out;
}

.custom-tooltip {
    padding: 8px;
    /* background: darkcyan; */
    background: #222;
    color: #FFF;
    border-radius: 5px;
    position: absolute;
    transition: all 1s ease-in-out;
    /* box-shadow: 0 1px 20px black; */
    /* border: 1px solid; */
    text-align: center;
}

.custom-tooltip .custom-tooltip-content {
    max-height: 30%;
    overflow: auto;
    font-family: monospace;
    font-size: 15px;
    text-align: left;
}



.tab-space{
  margin-left: 17px;
  display: inline-block;
}

/*
 *	All about the Hell popup
 */

.hell-popup{
	box-shadow: 0 6px 70px 0 rgba(255, 0, 0, 1);
	border: 1px solid red;
}

 .hell-popoverlay{
    background: rgba(255, 0, 0, 0.4);
 }

#popup-hell{
	overflow: unset;
}

.hell-close{
	color:#F00 !important;
}

.hell-close:hover{
	color: #000 !important;
}

.hell-popup-title{
	font-family: sths !important;
	text-shadow: 0px -1px 4px white, 0px -2px 10px yellow, 0px -10px 20px #ff8000, 0px -18px 40px red;

    color: #f00 !important;
    font-size: 50px;
}

.hell-popup-subtitle{
	font-family: sth !important;
    color: #fff;

}

.hell-container{
/*    padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -30px;
}

.hell-row{
    margin-right: -15px;
    margin-left: -15px;
    
}

.hell-container:before, .hell-row:before{
	display: table;
    content: " ";
}

.hell-container:after, .hell-row:after{
	clear: both;
	display: table;
    content: " ";
}

.hell-item{
    width: 33.3333333%;
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    float: left;

    cursor: url('../../hell/penta_red.png') 25 25, auto !important;
}

.hell-item-content{
	background: black;
	transition: box-shadow 0.3s ease-in-out;
	
}

.hell-item-content:hover{
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	/*box-shadow: 0 4px 8px 0 rgba(255, 153, 0, 0.2), 0 6px 20px 0 rgba(255, 153, 0, 0.19);*/

	/*box-shadow: 0 6px 20px 0 rgba(255, 0, 0, 0.2), 0 6px 20px 0 rgba(255, 0, 0, 0.19);*/
	box-shadow: 0 6px 30px 0 rgba(255, 0, 0, 0.7);
    text-decoration: none;
}

.hell-item-content h3{
    color: #fff;
}

.hell-item-content img{
	object-fit: cover;
    width: 100%;
    max-height: 250px;

/*	object-fit: contain;
    width: 100%;
    max-height: 250px;*/
}

.hell-item-content-text{
    padding: 10px;

    height: 90px;
    display: table;
    width: 100%;
}

.hell-item-content-title{
    text-decoration: none;
    color: #F00;
    font-family: sth;
    text-align: center;

    vertical-align: middle;
    display: table-cell;
}


@media screen and (max-width: 900px) {
	.hell-item{
 		width: 50%; 
 		
	}

	.hell-item-content img{
		max-height: 200px;
	}
}

@media screen and (max-width: 762px) {
	.hell-item{
 		/*width: 100%; */
	}

	.hell-popup-title{
		font-size: 32px;
	}

	.hell-item-content img{
		max-height: 170px;
	}
}



.rickroll-popup{

}

.rickroll-popoverlay {
    /*background: rgba(255, 0, 0, 0.4);*/
    opacity: 0.4;
}

#popup-rickroll{
  /*margin-bottom: -5px;*/
}

.rickroll-container {

}

#rickroll-video{
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
  margin-bottom: -6px;
  max-width: 100%;
}


/*

.burn {
  animation: animation .65s ease-in-out infinite alternate;
  -moz-animation: animation .65s ease-in-out infinite alternate;
  -webkit-animation: animation .65s ease-in-out infinite alternate;
  -o-animation: animation .65s ease-in-out infinite alternate;
}

@keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-moz-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-webkit-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-o-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}*/


#confirm-popup{
  margin: 0 auto;
}


/*
 *  Rank up popup
 */

#magic-popup-overlay{
    background: rgba(0, 10, 0, 0.6);
    cursor: url(../../images/login/magicStaffCursor2.png) 25 25, auto !important;
}

#magic-popup{
    background: #5cb85c;
    box-shadow: 0 0 30px #5cb85c;
    -webkit-box-shadow: 0 0 30px #5cb85c;
    -moz-box-shadow: 0 0 30px #5cb85c;


    /*border: #8b8b89 4px solid;*/
    border: #1C381C 4px solid;

    margin: 0 auto;

    cursor: url(../../images/login/magicStaffCursor2.png) 25 25, auto !important;
}


@media screen and (max-width: 700px){

  #magic-popup{
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
}



#magic-popup-title{
  font-family: EnchantedLand;
  font-size: 60px;
  text-align: center;
}

.magic-popup-btn-center{
    text-align: center;
}

.magic-btn {
    background: #333;
    border: #111 1px solid;
    color: #fff;

    float: none;
    /*margin: 0 auto;*/
    display: inline-block;

    font-family: EnchantedLand;
    font-size: 35px;

    width: unset;
    text-transform: capitalize;

    /*cursor: pointer;*/
    cursor: url(../../images/login/magicStaffCursor2.png) 25 25, auto !important;
    
    padding: 5px 20px;
}

.magic-btn:hover{
    background: #000;
}

.magic-hr{
  border-top: #1C381C 4px solid;
}

#magic-popup-content-text{
  text-align: center;
  font-size: 22px;
}

#left-top-corner{
    position: absolute;
    top: -10px;
    left: -10px;
    transform: scaleX(-1);
}

#right-top-corner{
    position: absolute;
    right: -10px;
    top: -10px;
}

#left-bottom-corner{
    position: absolute;
    left: -10px;
    bottom: -10px;
    transform: scale(-1);
}

#right-bottom-corner{
    position: absolute;
    right: -10px;
    bottom: -10px;
    transform: scaleY(-1);
}