/* USE WHEN BUY-PLAN TEMPORARY UNAVAILABLE */

.unavailable{
  position: absolute;
  display: inline-block;
  border-left: 1px solid #5d4e65;
  border-right: 1px solid #5d4e65;
  width: 190px;
  height: 300px;
  margin: 50px 5px 0px 5px;
  background: #414141 url('../Common/PlanIMG/BuyPlanBG.png');
  transition: all .2s ease-in-out;
  border-top: 2px solid transparent;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 2px solid transparent;		/* IMPORTANT */
  box-shadow: 0px 0px 5px 0px transparent;
  z-index: 900;
  opacity: 0.85;
  *border: 1px solid red;
}
.unavailable h14{
  font-family: 'IranSans-Light';
  font-size: 22px;
  color: #FFF;
  margin: 0 auto;
  margin-top: 90px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 950;
  opacity: 1;
  text-shadow: 2px 3px 3px rgba(0,0,0,1);
}
.unavailable h15{
  font-family: 'IranSans-Light';
  font-size: 22px;
  color: #FFF;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 950;
  opacity: 1;
  text-shadow: 2px 3px 3px rgba(0,0,0,1);
}
.unavailable span{
  width: 190px;
  height: 105px;
  background: transparent;
  margin: 0 auto;
  margin-top: 125px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1000;
  opacity: 1;
}

/* USE WHEN BUY-PLAN TEMPORARY UNAVAILABLE */





.LicenseRoll {
   *border: 1px solid red;
}

.grid-empty {
  margin: 0 auto;
  display: inline-block;
  width: 50px;
  height: 300px;
  background-color: transparent;
  position: relative;
}

.grid-1-5 {
  border-left: 1px solid #5d4e65;
  border-right: 1px solid #5d4e65;
  display: inline-block;
  width: 190px;
  height: 300px;
  margin: 50px 5px 0px 5px;
  background: #26222a url('../Common/PlanIMG/BuyPlanBG.png');
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  border-top: 2px solid transparent;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 2px solid transparent;		/* IMPORTANT */
  box-shadow: 0px 0px 5px 0px transparent;
}

.PayLink {
  display: block;
  width: 190px;
  height: 300px;
  outline: none;
  position: absolute;
  z-index: 5;
}

p.FloatShadow-Backup {
  position: relative;
  top: 25px;
  height: 40px;
  *border: 1px solid red;
}

.FloatShadow {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  background-color: #270043;
  opacity: 0;
  margin: 0 auto;
  margin-top: 60px;
 -webkit-filter: blur(7px);
  filter: blur(7px);
 -webkit-animation: fadeoutshadow 0.5s;
 -moz-animation: fadeoutshadow 0.5s;
 -ms-animation: fadeoutshadow 0.5s;
 -o-animation: fadeoutshadow 0.5s;
  animation: fadeoutshadow 0.5s;
}


.grid-1-5:hover .FloatShadow{
  content: "";
  display: block;
  width: 200px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  background-color: #270043;
  opacity: 0.085;
  margin: 0 auto;
  margin-top: 60px;
 -webkit-filter: blur(7px);
  filter: blur(7px);
 -webkit-animation: fadeinshadow 0.5s;
 -moz-animation: fadeinshadow 0.5s;
 -ms-animation: fadeinshadow 0.5s;
 -o-animation: fadeinshadow 0.5s;
  animation: fadeinshadow 0.5s;
}

.grid-1-5:hover,
p.FloatShadow-Backup:hover ~ .grid-1-5{
  background: #53455b url('../Common/PlanIMG/BuyPlanBG.png');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #53455b), color-stop(100%, #201d22)) url('../Common/PlanIMG/BuyPlanBG.png');
  background: -moz-linear-gradient(top, #53455b 0%, #201d22 100%) url('../Common/PlanIMG/BuyPlanBG.png');
  background: -webkit-linear-gradient(top, #53455b 0%, #201d22 100%) url('../Common/PlanIMG/BuyPlanBG.png');
  background: linear-gradient(to bottom, #53455b 0%, #201d22 100%) url('../Common/PlanIMG/BuyPlanBG.png');
  transform: translate(0px , -20px);
  z-index: 2;
  border-top: 2px solid #ec7a37;			/* IMPORTANT */
  border-bottom: 2px solid #ff4f69;			/* IMPORTANT */
  box-shadow: 0px 0px 5px 0px #323232;		/* IMPORTANT */
}

.grid-1-5:hover .button {
  background-color: #ee7a36;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ee7a36), color-stop(100%, #eb495d));
  background-image: -moz-linear-gradient(left, #ee7a36 0%, #eb495d 100%);
  background-image: -webkit-linear-gradient(left, #ee7a36 0%, #eb495d 100%);
  background-image: linear-gradient(to right, #ee7a36 0%, #eb495d 100%);
}

.grid-1-5:hover .PlanShadow {
 -webkit-animation: fadeoutshadow 0.5s;
 -moz-animation: fadeoutshadow 0.5s;
 -ms-animation: fadeoutshadow 0.5s;
 -o-animation: fadeoutshadow 0.5s;
  animation: fadeoutshadow 0.5s;
  opacity: 0;
}



.grid-1-5 h2 {
  width: 150px;
  font-family: 'Eng2';
  font-size: 25px;
  *color: #e5d0ff;
  color: #FFF;
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.grid-1-5 h3 {
  font-family: 'Eng5';
  font-size: 27px;
  margin-top: -15px;
  color: #ff8a00;
  letter-spacing: 2px;
}


.grid-1-5 .FarsiText1 {
  font-family: 'IranSans-Light';
  font-size: 22px;
  color: #FFF;
  margin-top: -25px;
  text-align: center;
}



/* OFF-SALES */
span.strike:after {
  width: 130px;
  border-bottom: 0.125em solid red;
  content: "";
  position: absolute;
  top: 40%;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: rotate(-7deg);
}
.grid-1-5 h4{
  font-family: 'Eng2';
  font-size: 30px;
  margin-top: -5px;
  color: #d3d3d3;
  text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
}


.grid-1-5 h5{
  font-family: 'Eng2';
  font-size: 40px;
  margin-top: -50px;
  color: #bce91f;
}
.grid-1-5 .FarsiText2 {
  font-family: 'IranSans-Light';
  font-size: 15px;
  color: #FFF;
  margin-top: -85px;
  margin-right: 30px;
}



.grid-1-5 .button {
  display: block;
  width: 100px;
  background-color: #9c83aa;
  border-radius: 6px;
  color: #fff;
  font-family: 'Eng1' , 'IranSans-Light';
  font-size: 1em;
  font-weight: 700;
  padding: 0px 5px 3px 5px;
  margin: 0 auto;
  margin-top: -5px;
  position: relative;
  text-decoration: none;
  text-align: center;
}


.PlanShadow {
  width: 190px;
  height: 100px;
  background: url('../Common/PlanIMG/PlansShadow.png') no-repeat;
  position: absolute;
  margin-top: -20px;
  margin-bottom: 20px;
 -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-animation: fadein-planshadow 0.5s;
 -moz-animation: fadein-planshadow 0.5s;
 -ms-animation: fadein-planshadow 0.5s;
 -o-animation: fadein-planshadow 0.5s;
  animation: fadein-planshadow 0.5s;
}


.NoticeBeforeSale p {
  font-family: 'IranSans-Light';
  font-size: 16px;
  color: #2b2b2b;
}




@keyframes fadeinshadow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.085;
    }
}
@-moz-keyframes fadeinshadow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.085;
    }
}
@-webkit-keyframes fadeinshadow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.085;
    }
}
@-o-keyframes fadeinshadow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.085;
    }
}




@keyframes fadeoutshadow {
    from {
        opacity: 0.085;
    }
    to {
        opacity: 0;
    }
}
@-moz-keyframes fadeoutshadow {
    from {
        opacity: 0.085;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fadeoutshadow {
    from {
        opacity: 0.085;
    }
    to {
        opacity: 0;
    }
}
@-o-keyframes fadeoutshadow {
    from {
        opacity: 0.085;
    }
    to {
        opacity: 0;
    }
}




@keyframes fadein-planshadow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein-planshadow{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-planshadow{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein-planshadow{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}