
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
1. IMPORT GOOGLE FONTS
2. GENERAL
-2.1 SECTION TITLE
-2.2 BUTTONS
-2.3 SOCIAL ICON
-2.4 PRE LOADER
-2.5 SCROLL TO UP
3. HERO AREA 
4. NAVBAR
5. SERVICES SECTION
6. secret SECTION
7. VIDEO PROMO SECTION
8. PORTFOLIO SECTION
9. PRICING TABLE 
10. COUNTER SECTION
11. TESTIMONIAL AREA
12. TEAM SECTION

    /* Webfont: OronMFW-Medium */@font-face { 
     font-family: 'OronMFW';
    src: url('../fonts/Oron-Medium_MFW.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Oron-Medium_MFW.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Oron-Medium_MFW.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Oron-Medium_MFW.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Oron-Medium_MFW.svg#OronMFW-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'OronMFW';
    background-size: 100%;
    background-image: url('../images/blue-bg.jpg');
     background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:cover;
    color: white;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
}

html
{
    overflow-x: hidden;
}

p
{
    font-size: 18px;
    line-height: 26px;
}

a:hover, a:focus
{
    color: #fcb53b;
    /*fcb53b
        d40e8c
    */
}

#faq .title 
{
    font-size:20px;
    margin-top:-18px;
}
.buyTitle img
{
    max-width:470px;

}

.buyTitle
{
    font-size:20px;
}

.ddl
{
    display: inline-block;
    max-width: 100px;
}

.ddl
{
    display: inline-block;
    max-width: 120px;
}
.month
{
    max-width: 100px;
}
.day
{
    max-width: 80px;
}

.year
{
    max-width: 90px;
}


a
{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.stickyLogos
{
    width: 100%;
    text-align: center;
    background-color: white;
    position: fixed;
    bottom: 0;
    z-index: 99999;
}

#worlds
{
    margin-top:80px;
}



.dayButtonBor 
{
    border-left:solid;
    border-left-width:5px;
    border-left-color:white
}


.shona img
{
    width:170px;
}
.packrow
{
    text-align:center;
    margin:auto;
}
.youtubers
{
    margin-top:15px;

    max-width:80%;
}
.youtubers li
{
    display:inline;
    margin:10px;

}
 


.UnionCard
{
    max-width:748px;
    color:black;
    margin:auto;
    background-color:#f8f9fa;
    margin-top:10px;
    margin-bottom:50px;
}

.listW li::before
{
    content: "* ";
}

h1, h2, h3, h4, h5
{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
}

.center
{
    text-align: center!important;
}
#schedule h4
{
    font-size: 15px;
}

#schedule h5
{
    font-size: 25px;
}

.sponser-strip
{
    height: 370px;
    background-color: white;
    text-align: center;
    padding-top: 20px;
    margin-top: 50px;
}
.hide
{
    display:none !important;
}
#map
{
}
.map  {

    text-align:center;
    padding-bottom:40px;
}

.map img
{
    max-width:1200px;
    width:100%;

}
.sevv
{
    margin-top: 20px;
    margin-bottom: 30px;
}
.cir1
{
    margin: auto;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.circle
{
    width: 200px;
    margin: auto;
    text-align: center;
    color: white;

    vertical-align: top;
    height: 340px;
}

.cbig
{
    width: 580px;
}


.t1
{
    
        -webkit-filter: drop-shadow(0px 0px 15px #081765);
  filter: drop-shadow(0px 0px 11px #081765);
    margin-top: -100px;
    margin-left: -50px;
}

#schedule
{
    font-size:19px;
}

#schedule ul li
{
    list-style:disc;
}


/*  Main Colors */

.foxi
{
     color:#d40e8c;
    border-color:#d40e8c;
}


.pink{

    color:#ff8c71;
    border-color:#ff8c71;
}

.lightBlue
{
    color:#00b5ef;
    border-color:#00b5ef;

}

.yellow
{
    color:#ffdf7b;
    border-color:#ffdf7b;

}





.torkiz
{
    color :#00b5af;
    border-color:#00b5af;

}


.green
{
    color :#58b947;
    border-color:#58b947;

}

.blue
{
    color :#535f75;
    border-color:#535f75 ;

}



.pinkBG{

    background-color:#df767c;
    color:white;
}

.lightBlueBG
{
    background-color:#00b5ef;
    color:white;

}

.yellowBG
{
    background-color:#fcb53b;
    color:white;

}


.torkizBG
{
    background-color :#00b5af;
    color:white;

}


.greenBG
{
    background-color :#58b947;
    color:white;

} 

.blueBG
{
    background-color :#003a6a;
    color:white;

}



.foxiBG
{

     background-color :#d40e8c;
    color:white;

    
}





.arrow {
	width: 0;
	height: 0;
	border-left: 28px solid transparent;
	border-right: 20px solid transparent;
	border-top: 30px solid ;
    position:absolute;
    margin-right:20px;
    margin-top:-50px;
    z-index:1;
    border-top-color:white;


  
}

.Selected:after
{
     content: "\25BC";
     font-size:70px;
     position:absolute;
     color:#d40e8c;
     bottom:-89px;
     left:50%;
     width:35px;


}

#PanelCycle
{
    min-height:300px;
    padding:20px;
    padding-top:40px;
    max-width:850px;
    margin:auto;
    
}

.btnCont {
    float:left;
    margin-top:-44px;
  
       
}
.RunOutMsg
{
    padding:15px;
    font-size:large;
    min-width:200px;
}

.btnSlot
{
    max-width:200px;
    width:200px;
}

.slot{

    margin-bottom:20px;
    width:100%;
    background-color:#f5f5f5;
    border-radius:5px;
    border-style:solid;
    border-color:#bdbdbd;
    border-width:1px;
    padding:5px;
    color:black;
    height:70px;
}


#PanelNotMember
{
    min-height: 500px;
    text-align:center;
}


.slot h2{
    text-align:right;
    font-weight:600;
    font-size:20px;
    margin-top:20px;
    margin-right:10px;
    color:black;
}
h2
{
    margin-top:20px;
    text-align:center;
}

.arrow:after {
  content: " ";
  width: 0;
	height: 0;
    z-index:-1;
	border-left: 25px solid transparent;
	border-right: 20px solid transparent;
	border-top: 30px solid ;

    position:absolute;
    margin-right:-26px;
    margin-top:-27px;

}

.lets
{
    margin-top: 20px;
}

.buyBtn
{
    position: fixed;
    left: 70px;
    top: 120px;
    z-index: 99999;
    cursor: pointer;
}

.buyBtn img
{
    width: 160px;
}

.buyBtn-cal
{
    position: fixed;
    left: 70px;
    top: 240px;
    z-index: 99999;
    cursor: pointer;
}

.buyBtn-cal img
{
    width: 120px;
}

.Btn-poalim
{
    position:absolute;
    right: 0px;
    z-index: 99999;
    cursor: pointer;
    float:right;
}


.Btn-poalim img
{
    width: 140px;
}


.c-item img
{
    padding:6px;
    background-color:black;
}


.date
{
    margin-top: 30px;
    width: 100%;
    margin: auto;
    margin-top: -180px;
    text-align: center;
    height: 60px;
}

.date img
{
    margin-top: -20px;
}
.circle h3
{
    padding-top: 10px;
    color: #fcb53b;
    font-size: 20px;
}
.circle p
{

    line-height: normal;
}
.schedule-title
{
    padding-top: 80px;
}


.skilltext
{
    font-size:22px;
}


.skilltext b
{
    font-size:25px;
}

.big
{ 
    font-size:25px;
}
.schedule-title h1
{
    color: #fcb53b;
    font-size: 80px; ;
    font-weight: bolder;
}

.ticket-btn-l
{
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
}

ul
{
    margin: 0;
    padding: 0;
}

ul li
{
    list-style: none;
}

.modal ul li
{
    list-style: disc;

    margin-right:20px;
}

.mobile-regbutton {
    display: none;
}


a:hover,
a:focus
{
    text-decoration: none;
    outline: none;
}

a:not([href]):not([tabindex])
{
    color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover
{
    color: #fcb53b;
}

/* ==========================================================================
2.1 Section Title
========================================================================== */
.section
{
    padding-top: 20px; 
}

.section-header
{
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.section-header .section-title
{
    font-size: 42px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #fcb53b;

    position: relative;
}

.section-header .section-title span
{
    color: #fcb53b;
}

.section-header .section-subtitle
{
    margin-top: 15px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.dayButton img 
{ 
    width:100% ;
}

.etext{
    display:block; 
    margin:auto;
    margin-bottom:20px;
    margin-top:30px;
    text-align:center;
}
  .container
    {
       max-width: 1020px;
    }
    

  .section .container
  {
      max-width:750px;
  }

.section-header .lines
{
    margin: auto;
    width: 100px;
    position: relative;
    border-top: 2px solid #fcb53b;
    margin-top: 15px;
}

.highlight
{
    color: #fcb53b;
    font-weight: 700;
    font-size: 15px;
}

p
{
    line-height: normal;
}

/* ==========================================================================
2.2 Buttons
========================================================================== */

.btn:focus,
.btn:active
{
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn-common
{
    border: 1px solid #fcb53b;
    background: #fcb53b;
    position: relative;
    color: #fff;
    z-index: 1;
    border-radius: 30px;
}

.btn-common:hover
{
    color: #fff;
    background: #33b391;
    border-color: #33b391;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.btn-border
{
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
}

.btn-border:hover
{
    border: 2px solid #fff;
    color: #fff;
    background-color: #fcb53b;
}



.btn-rm
{
    padding: 7px 0px;
    color: #999;
    text-transform: capitalize;
}


#ddlAmount
{
    height:50px;
}

.btn-rm i
{
    vertical-align: middle;
}

button:focus
{
    outline: none !important;
}

.clear
{
    clear: both;
}

/* ==========================================================================
2.3 Social Iocns
========================================================================== */
.social-icons
{
    margin-top: 40px;
}

.social-icons ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons ul li
{
    display: inline;
}

.social-icons ul li a
{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ddd;
    font-size: 16px;
}


.contact-address
{
    font-size:19px;
}

.info a{
    color:white!important;
    text-decoration:underline;
    font-family:Arial;
    font-size:14px;

}



.footerLogo
{
    text-align:left;
   display:none;

}

.info
{
    text-align:center;
    margin:auto;
    margin-bottom:20px;
}

.footerLogo img
{
   
    max-width:120px;
}

.social-icons ul li a:hover
{
    color: #fff;
}

.facebook a
{
    color: #4867AA;
}

.facebook a:hover
{
    background: #4867AA;
}

.twitter a
{
    color: #1DA1F2;
}

.twitter a:hover
{
    background: #1DA1F2;
}

.google-plus a
{
    color: #DD4D42;
}

.google-plus a:hover
{
    background: #DD4D42;
}

.youtube a
{
    color: #DF2926;
}

.youtube a:hover
{
    background: #DF2926;
}

.linkedin a
{
    color: #007BB6;
}

.linkedin a:hover
{
    background: #007BB6;
}

.pinterest a
{
    color: #BD081C;
}

.pinterest a:hover
{
    background: #BD081C;
}

.dribbble a
{
    color: #EA4C89;
}

.dribbble a:hover
{
    background: #EA4C89;
}

.behance a
{
    color: #0B7CFF;
}

.behance a:hover
{
    background: #0B7CFF;
}

/* ==========================================================================
2.4  Pre Loader
========================================================================== */
#loader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 9999999999;
}

.spinner
{
    width: 40px;
    height: 40px;
    top: 45%;
    position: relative;
    margin: 0px auto;
}

.double-bounce1, .double-bounce2
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fcb53b;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2
{
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
0%, 100%
{
    -webkit-transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
}
}

@keyframes sk-bounce {
0%, 100%
{
    transform: scale(0);
    -webkit-transform: scale(0);
}
50% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}

/* ========================================================================== 
-2.5 Scroll To Up 
========================================================================== */
.back-to-top
{
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i
{
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: black;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    background-color: #fcb53b;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}

 .mobile{
     display:none !important;
 }


/*/payment*/ 

#lbPaymentMessage
{
    position:fixed;
    width:100%;
    bottom:0;
    left:0;
    height:60px;
    font-size:20px;
    padding-top:20px;

}

.checkout-header
{
    background-color:#4caf50;
    width:100%;
    padding:20px;
    color:white;
    font-size:25px;
     font-weight: 900;
    text-align: center !important;
}
.totalLine
{
    margin-top:20px;
    text-align:left;
    font-weight:700;
    padding:15px;
    padding-left:10px;
    border-top: 2px solid;
    border-color:slategrey;
    font-size:24px;
    display:none;
    margin-top:10px;

}

#outerPayment
{
width:100%;
position:relative;
    border-radius:5px;
    overflow:hidden;
}

#PanelThanks
{
    margin-top:30px;
    min-height:500px;
}

.checkoutBox
{
    padding-right:20px;
    font-weight:700;
}

#outerPayment  iframe 
{ 
    position:relative;
    margin-top:-170px;
    margin-bottom:10px;
min-height: 730px;
width:100%;
    border: none;
 overflow:scroll;
} 


#PanelSecond .navbar-header img
{
    float:left;

}




#PanelSecond .navbar-header {
}

#PanelSecond h2
{
   color:white;
}
#PanelUnions
{
    margin-top:20px;
}



#inneriframe
{
width:100%;
 
    border: none;
 overflow:scroll; 

}
.TicketAmount
{
    margin-bottom:20px;  
}

.validation-ddl
{
   display:block;
   height:30px; 
   margin-top:10px;
   font-size:20px;
}


.modal-lg
{
    max-width:700px;
}
#ModalPayment .modal-body
{
    padding: 0px;
}

.CloseBtn
{
    min-width:250px;
}












/* ==========================================================================
3. Hero Area
========================================================================== */
  


#hero-area
{
}

#buying
{
    text-align: center;
    margin-top:-10px;
}

.tDate
{
    display: inline-block;
    font-size: 20px;
    color: #fcb53b;
    width: 250px;
}

.tDesc
{
    display: inline-block;
    font-size: 20px;
    width: 300px;
}

.btn-Tick-cont
{
    display: inline-block;
}
.btn-Tick-hot
{
    display: inline-block;
    margin-right:10px;
}

.btn-ticks-hot
{
    border-radius: 5px;
    background-color: white;
    margin-bottom: 10px;
    color: #333;
    font-weight: bolder;
    padding:0;
    padding-left:10px;
    padding-right:10px;
}

.brn-ticks
{
    border-radius: 5px;
    background-color: white;
    margin-bottom: 10px;
    color: #333;
    font-weight: bolder;
}
#hero-area .overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fcb53b;
    opacity: 0.9;
}

img
{
    vertical-align: middle;
}

.video
{
    max-width:1200px;
    position:relative;
    padding:106.67% 0 0 0;
}


.video-f
{
    height: 600px;
}  
#carousel
{
    direction: ltr;
    margin-top: -200px;
}              


.theta-current-item
{
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}


.c-item h3
{
    background-color: black;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
    color: #fcb53b;
    text-align: center;
}

.c-item .text
{
    color: white;
    text-align: center;
}
.c-item .text p
{
    margin: 10px;
    font-size: 15px;

    text-align: center;
}
#hero-area .contents
{
    padding: 150px 0 200px;
}

.main-logo
{
    text-align: center;
    margin: auto;
    margin-bottom: 65px;
}

.main-logo-text
{
    text-align: center;
    margin: auto;
    margin-top:-400px;
}
@keyframes play {
from
{

    
    transform: rotate(1deg);
}
to
{
    transform: rotate(5deg);
}
   
}


.main-logo img
{
    
    transform: scale(1); 
    animation: play 1s steps(16) infinite alternate-reverse;
  
     /*-webkit-filter: drop-shadow(0px 0px 15px #fff);
  filter: drop-shadow(0px 0px 11px #fff); */
}
.sponser-logos
{
    margin-bottom: 40px;
}

.navbar-header
{
    float: left;
}

.logo-strip
{
    width: 100%;
    background-color: white;
    text-align: center;
    z-index: 1000;
    position: absolute;
}
.logo-strip img
{
    max-width: 100%;
}

.hero
{
    width:100%;
    margin:auto;
    text-align:center;
           max-height:650px;
       overflow:hidden;
}

.title-text
{
    margin:auto;
    font-size:24px;
    margin-bottom:100px;
    text-align:center;
    font-weight:600;
}

.subHero
{
    width:100%;
    margin:auto;
    text-align:center;
    max-height:400px;
    padding-top:20px;


}

.hero
{
    margin-top:80px;
}

.ThanksHero 
{
    margin-top:100px;
    margin-bottom:20px;
       max-height:200px;
       text-align:center;
}
.ThanksHero img
{
       max-height:200px;

}

.subHero  img{

    max-height:400px;
    max-width:1200px;
    width:100%;
}


.hero img
{
    width:100%;
    max-width:800px;
}


.mcircle img
{
     width:100%;
    margin: 10px;

}

.popup
{


     position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index:1000;
    display:none;
}

.modal-body
{
    min-height:300px;
    font-size:18px;
    text-align:right;
}

.modal-title
{
    font-weight:700;
    font-size:25px;
    width:100%;
}

.modal-header {
    padding-left:20px;
    padding-bottom:10px;
    padding-top:10px;
    font-size:20px;
}

.modal-header .close
{
    float:left;
    padding: 0;
    margin: 0;
    font-size:40px;
}  



.popup-body{
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    background-color:#007BB6;
    min-height:400px;
    border-radius:30px;
    border-width:5px;
    color:white;

}



.mcircle img { 
	transition: all .2s ease-in-out; 
}
.mcircle img:hover { 
    	transform: scale(1.1); 
    }


.gallery img
{
        border-radius: 50%;
    margin: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; 
    max-width:170px;

}

.gallery 
{
  width:100%;
  text-align:center;
  margin-top:30px;
} 



.mcircle
{
    max-width:320px;
     cursor:pointer;
     display:inline-block;
     margin-left:10px;
     margin-right:10px;
}

.mcircle .title
{
    display:block;
    text-align:center;
    font-weight:900;
    font-size:20px;
    color:#fbff52;
}




#hero-area .contents h1
{
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top:-40px;
    text-shadow: 4px 6px 6px rgba(0,0,0,0.75);
}
#hero-area .contents h2
{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 4px 6px 6px rgba(0,0,0,0.75);
}


#hero-area .contents p
{
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
}

#hero-area .contents .btn
{
    margin: 25px 25px 0px 0px;
    text-transform: uppercase;
}

#hero-area .banner_bottom_btn
{
    margin-top: 40px;
}

#hero-area .banner_bottom_btn i
{
    color: #fff;
    font-size: 48px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover
{
    color: #fcb53b;
}

/* ==========================================================================
4. Navbar Style
========================================================================== */


.nav-item
{
    font-size:22px;
}


.navbar-brand
{
    position: relative;
    padding: 0px;
}

    .navbar-header img
    {
        width: 80px;
    }

.top-nav-collapse
{
    z-index: 999999;
    top: 0px !important;
    padding: 0;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    height: 60px;
}

.top-nav-collapse .navbar-brand
{
    top: 2px;
}

.top-nav-collapse .navbar-nav .nav-link
{
    color: white !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover
{
    color: #fcb53b !important;
}

.top-nav-collapse .navbar-nav .nav-link.active
{
    color: #fff !important;
}

.danger ,.badge-danger ,.btn-danger,.swal2-styled.swal2-cancel
{
    background-color:#d40e8c !important;
}

.btn-success
{
    background-color:#58b947 !important;
    
}

.alert-warning
{
    background-color:#fcb53b !important;

    
}



.indigo
{
    /* background: #070e2491; */

    background-color: #2c4080;
    height: 80px;
}


.blueMeg
{
    width:100%; 
    padding-top:0px;
}

.l1{
    color:#fbff52; 
}


.buttons
{
    width:100%; 
    margin:auto;
    max-width:1000px;
    text-align:center;
}

.buttons .btn
{
    text-align:center;
    margin:auto;
    display:block;
    margin-top:10px;
    max-width:200px; 
    font-size:25px;
    background-color:#cf388b;
    border-color:#971568;
}




.dayButton
{
    display:inline-block;
    width:100%;
    margin-bottom:20px;

}


.dayButton h1
{
    display:block;
    font-size:30px;
    margin-bottom:5px;

}


.innerDay
{

    color:black;
    width:150px;
    height:150px;
    display:inline-block;
    background-color:#fbff52;
    margin:10px;
    border-radius:100px;
    padding-top:15px;
    font-weight:700;
    font-size:20px;
    white-space:pre-line;
       

}



.location
{
    
    color:black;
    width:240px;
    height:240px;
    display:inline-block;
    background-color:#f83838;
    margin:10px;
    border-radius:100px;
    padding-top:0px;
    font-weight:700;
    font-size:27px;
    white-space:pre-line;
    text-align:center;
}

.location h2
{
    margin-top:-5px;
   font-size:25px;
   margin-bottom:0;
}

.location h3
{
    margin-top:-37px;
   font-size:20px;
   margin-bottom:0;
}


.srtipBlue
{
     background-color: #003a6a;
    width:100%; 
    height:120px;
    margin-top:-38px;

}

.theta-carousel-inner-container
{
    overflow: visible!important;
}

.playcon-logo
{
    position: absolute;
    top: 90px;
    right: 50px;
}

.playcon-logo img
{
    width: 180px;
}
 
.navbar-expand-lg .navbar-nav .nav-link
{
    color: #fff;
    padding: 0 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 45px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus
{
    color: #fcb53b;
}

.navbar .nav-link.active
{
    color: #081765 !important;
    background: #fcb53b;
}

.dropdown-toggle::after
{
    display: none;
}

.slicknav_btn
{
    border-color: white;
    margin-bottom: 10px;
}

.slicknav_menu .slicknav_icon-bar
{
    background: white;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px)
{
    #nav-main li a.nav-link
    {
        padding-top: 18px;
    }



 
}

.navbar-toggler
{
    display: none;
}

.mobile-menu
{
    display: none;
}

.slicknav_menu
{
    display: none;
}

/* ==========================================================================
5. Services section
========================================================================== */
.item-boxes
{
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.item-boxes .icon
{
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #f1f1f1;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-boxes .icon i
{
    font-size: 26px;
    line-height: 60px;
    color: #fcb53b;
}

.item-boxes h4
{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.item-boxes:hover .icon
{
    background: #fcb53b;
}

.item-boxes:hover .icon i
{
    color: #fff;
}

#ticket
{
    background: url(../img/ticket-bg.jpg) fixed no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    min-height: 300px;
    filter: gr
}

.btn-tickets
{
    text-align: center;
}


.btn-tickets img
{
 max-width:200px; 
}


/* ==========================================================================
6. secret Section Style
========================================================================== */
#secret
{
    color: #fff;
    min-height: 450px;
    margin-bottom: 200px;
    margin-top: 200px;
}

#banner
{
    background: url(../img/gamerz-banner.jpg) center no-repeat;
    color: #fff;
    min-height: 450px;
}

#secret .section-title
{
    padding-top: 220px;
    color: #fcb53b;
    font-size: 100px;
    font-weight: bolder;
}

#secret .section-subtitle
{
    color: white;
    font-size: 35px;
}

#secret .icon
{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

#secret .box-item
{
    padding: 15px 0;
}

#secret .box-item .icon
{
    border: 1px solid #fcb53b;
    text-align: center;
    float: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#secret .box-item .icon i
{
    color: #fcb53b;
    font-size: 24px;
    line-height: 60px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#secret .box-item .text
{
    padding-left: 80px;
}

#secret .box-item .text h4
{
    color: #fcb53b;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
}

#secret .box-item .text p
{
    line-height: 26px;
}

#secret .box-item:hover .icon
{
    background: #fcb53b;
}

#secret .box-item:hover .icon i
{
    color: #ffffff;
}

#secret .show-box img
{
    position: absolute;
    bottom: -120px;
}

/* ==========================================================================
7. Video promo Style
========================================================================== */
.video-promo
{
    background-image: url('../img/movie-bg.jpg');
    background-size: 100%;
    height: 600px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.video-promo .video-promo-content
{
    color: #fcb53b;
}

.video-promo .video-promo-content h2
{
    color: #fcb53b;

    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.video-promo .video-promo-content p
{
    margin-bottom: 30px;
}

.video-promo .video-promo-content .video-popup
{
    width: 80px;
    height: 80px;
    text-align: center;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.video-promo .video-promo-content .video-popup i
{
    line-height: 72px;
}

.overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fcb53b;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* ==========================================================================
8. Portfolio Section
========================================================================== */
#portfolios .mix
{
    padding: 10px;
}

#portfolios .portfolio-item .shot-item
{
    margin: 0px;
}

#portfolio .mix
{
    display: none;
}

.controls
{
    text-align: center;
    padding: 0px 0px 20px;
}

.controls .active
{
    color: #ffc61d !important;
    border-color: #fcb53b;
    background: transparent;
}

.controls .btn
{
    text-transform: uppercase;
    margin: 2px;
}

.controls:hover
{
    cursor: pointer;
}

.portfolio-img
{
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-img img
{
    width: 100%;
}

.shot-item
{
    margin-right: 15px;
    border-radius: 4px;
    background: #fff;
    position: relative;
}

.shot-item img
{
    width: 100%;
}

.shot-item .overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.shot-item:hover .overlay
{
    opacity: 1;
}

.overlay .item-icon
{
    height: 48px;
    width: 48px;
    line-height: 48px;
    color: #fcb53b;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    top: 50%;
    position: absolute;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #fcb53b;
    border-radius: 50%;
}

.overlay .item-icon:hover
{
    background: #fcb53b;
    color: #fff;
}

.shot-item:hover .item-icon
{
    visibility: visible;
    opacity: 1;
}

/* ==========================================================================
9. Pricing Table
========================================================================== */
.pricing-table
{
    padding: 0px 0px 40px 0px;
    margin: 0 auto;
    margin-bottom: 5px;
    border: transparent;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #f1f1f1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing-table:hover
{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing-table .pricing-details h2
{
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    background: #f1f1f1;
    padding: 30px 0;
}

.pricing-table .pricing-details span
{
    display: inline-block;
    font-size: 48px;
    font-weight: 400;
    color: #fcb53b;
    margin-bottom: 20px;
}

.pricing-table .pricing-details ul
{
    margin-bottom: 35px;
}

.pricing-table .pricing-details ul li
{
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px dotted #f1f1f1;
}

.table-left
{
    margin-top: 20px;
}

/* ==========================================================================
10. Counter Section Style
========================================================================== */
.counters
{
    background: url(../img/ticket-bg.jpg) fixed;
    position: relative;
}

.counters .facts-item
{
    text-align: center;
    color: #fff;
}

.counters .facts-item .icon
{
    margin-bottom: 30px;
}

.counters .facts-item .icon i
{
    font-size: 50px;
    color: #fff;
}

.counters .facts-item .fact-count h3
{
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
}

.counters .facts-item .fact-count h4
{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

/* ==========================================================================
11. Testimonial Section Style
========================================================================== */
#testimonial
{
    background-size: 100%;
    color: #fff;
    position: relative;
}

.testimonial-item
{
    text-align: center;
}

.testimonial-item img
{
    width: 80px;
    border: 3px solid #fff;
    height: 80px;
    border-radius: 50%;
}

.testimonial-item .testimonial-text h3
{
    font-size: 15px;
    font-weight: 700;
}

.testimonial-item .testimonial-text span
{
    color: #999;
}

.testimonial-item .testimonial-text p
{
    padding: 36px 10px 30px 10px;
    margin: 0;
    line-height: 30px;
}

.owl-theme .owl-controls .owl-page span
{
    background: #fcb53b;
}

.owl-theme .owl-controls
{
    margin-top: 20px;
}

.hotBanner
{

    margin-bottom:40px;
    text-align:center;
    background-color:black;
}
.hotBanner img
{

    width: 90%;
}

.hotBanner-m
{
    display: none;
}
/* ==========================================================================
12. Team Section
========================================================================== */
.single-team:hover .team-details
{
    opacity: 1;
}
    .mobile-show
    {
        display:none;
    }
.single-team
{
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: #fcb53b;
    overflow: hidden;
}

.single-team img
{
    width: 100%;
}

.single-team .team-inner
{
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team .team-details
{
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0px;
    background: #f1f1f1;
    padding: 15px;
}

#carBack
{
    float: right;
    margin-top: 300px;
    margin-right: 50px;
}

#carBack a, #carNext a
{
    color: lightgray!important;
}

#carNext
{
    float: left;
    margin-top: 300px;
    margin-left: 50px;
}
.single-team .team-details .team-title
{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.single-team .team-details p
{
    color: #333;
}

.single-team .social-list li
{
    display: inline-block;
}

.single-team .social-list li a
{
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    margin: 2px;
    color: #fcb53b;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.single-team .social-list .facebook a:hover
{
    background: #4867aa;
    color: #fff;
}

.single-team .social-list .twitter a:hover
{
    background: #1da1f2;
    color: #fff;
}

.single-team .social-list .google-plus a:hover
{
    background: #dd4d42;
    color: #fff;
}

.single-team .social-list .linkedin a:hover
{
    background: #007bb6;
    color: #fff;
}

    .guys
{
        width:100%;
    }

/* ==========================================================================
13. Blog 
========================================================================== */
#blog .blog-item-wrapper
{
    background: #fff;
    border-radius: 0px;
    -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover .blog-item-img:before
{
    opacity: 1;
    height: 100%;
    width: 100%;
}

#blog .blog-item-img
{
    position: relative;
}

#blog .blog-item-img img
{
    width: 100%;
}

#blog .blog-item-text
{
    padding: 20px 0;
}

#blog .blog-item-text h3
{
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

#blog .blog-item-text h3 a
{
    color: #333;
}

#blog .blog-item-text h3 a:hover
{
    color: #fcb53b;
}

#blog .blog-item-text p
{
    line-height: 25px;
    margin-bottom: 20px;
}

.meta-tags
{
    margin-bottom: 20px;
}

.meta-tags span
{
    color: #999;
    margin-right: 10px;
}

.meta-tags span i
{
    margin-right: 5px;
}

.meta-tags span a
{
    color: #999;
}

.meta-tags span a:hover
{
    color: #fcb53b;
}


/*   checkbox ------------------------------------------------------------------------------------------------- */

.label
{
    padding: 5px;
}

.checkbox label, .radio label
{
    padding-top: 10px;

    padding-left: unset;
    padding-right: 40px;
}

.show-sm-down
{
    display: none;
}
.checkbox
{
}
:root
{
    /* larger checkbox */
}
:root label.checkbox-bootstrap input[type=checkbox]
{
    /* hide original check box */
    opacity: 0;
    position: absolute;
    /* find the nearest span with checkbox-placeholder class and draw custom checkbox */
    /* draw checkmark before the span placeholder when original hidden input is checked */
    /* disabled checkbox style */
    /* disabled and checked checkbox style */
    /* when the checkbox is focused with tab key show dots arround */
}
:root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder
{
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #737373;
    display: inline-block;
    cursor: pointer;
    margin: 0 -20px 0 7px;
    vertical-align: middle;
    text-align: center;
    background: whitesmoke;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder
{
    background: #d10519;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder:before
{
    display: inline-block;
    position: relative;
    vertical-align: text-top;
    width: 5px;
    height: 9px;
    /*checkmark arrow color*/
    border: solid white;
    border-width: 0 2px 2px 0;
    /*can be done with post css autoprefixer*/
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
:root label.checkbox-bootstrap input[type=checkbox]:disabled + span.checkbox-placeholder
{
    background: #ececec;
    border-color: #c3c2c2;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked:disabled + span.checkbox-placeholder
{
    background: #d6d6d6;
    border-color: #bdbdbd;
}
:root label.checkbox-bootstrap input[type=checkbox]:focus:not(:hover) + span.checkbox-placeholder
{
    outline: 1px dotted black;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox] + span.checkbox-placeholder
{
    width: 26px;
    height: 26px;
    border: 2px solid;
    border-radius: 5px;
    /*checkbox border color*/
    border-color: #bdbdbd;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder:before
{
    width: 9px;
    height: 15px;
    /*checkmark arrow color*/
    border: solid white;
    border-width: 0 3px 3px 0;
}

/* end of checkbox*/


/* ==========================================================================
14. Contact Us
========================================================================== */
.info h2
{
    font-size: 26px;
    margin-bottom: 10px;
    margin-top:10px;
}

.contact-us p span
{
    color: #fcb53b;
    padding-left: 10px;
}

#contact
{
    background: #2c4080;
    color: #fff;
    position: relative;
}

.form-control
{

}







.validation-label
{
    float: left;
    margin-top: -33px;
    margin-left: 10px;
}

.validation-label-token
{
    float:right;
    margin-top:15px;
    margin-right: -50px;
}
.greenGray
{
    background-color:#003a6a;
    color:white;
    font-weight:600;
    text-align:center;
}



    .sm-pad-top
    {
        padding-top: 10px;
    }


.form-control:focus
{
    box-shadow: none;
    border-color: #003a6a;
    outline: none;
}

.btn.disabled, .btn:disabled
{
    opacity: 1;
}

.text-danger
{
    margin-top: 10px;
}

.list-unstyled li
{
    color: #d9534f;
}

/* ==========================================================================
15. Footer Style
========================================================================== */

.copyright
{
}

.copyright p
{
    color: #fff;
}

.copyright p a
{
    color: #fff;
}

.title img
{
    max-width:400px;
    margin-bottom:5px;
}



footer
{
    background: #2c4080;
    text-align: center;
}

.footer-links
{
}

.copyright
{
    margin-top: 10px;
    text-align: center;
}

.copyright p
{
    color: #fff;
}

.copyright p a
{
    color: #fff;
}

.copyright p a:hover
{
    color: #fcb53b;
}


@media screen and (max-width: 1440px)
{
    .main-logo
    {
        margin-top: -80px;
    }
}

@media screen and (max-width: 1024px) 
{


  
}

@media screen and (max-width: 768px)
{
    .title-text
{
    margin:auto;
    font-size:16px;
    margin-bottom:100px;
    text-align:center;
    font-weight:600;
}


     .mobile{
     display:block !important;
 }
     .mobile-hide
     {
         display:none;
     }

    
    .month
{
    max-width: 100px;
}

    .day
{
    max-width: 80px;
}
        .year
{
    max-width: 100px;
}

.Selected:after
{
     content: "\25BC";
     font-size:50px;
     position:absolute;
     color:#d40e8c;
     bottom:-70px;
     left:50%;
     width:25px;



}




    .sponser-strip img
    {
        width: 100%;
    }
    .stickyLogos img
    {
        width: 100%;
    }

    .navbar-header
    {
        height: 60px;
        width: 100%;
    }

    .navbar-brand
    {
        position: absolute;
        padding: 10px;
        top: 10px;
        left: 10px;
        width: 50%;

    }

    #mobile-menu
    {
        display: none;
    }
    .slicknav_menu
    {
        display: block;
    }
    .slicknav_nav .active a
    {
        background: #fcb53b;
        color: #fff;
    }
    .slicknav_nav a:hover, .slicknav_nav .active
    {
        color: #fcb53b;
        background: #f8f9fa;
    }
    .slicknav_nav .dropdown li a.active
    {
        background: #f8f9fa;
        color: #fcb53b;
    }

    .playcon-logo
    {
        top: 80px;
        right: 15px;
    }

    .playcon-logo img
    {
        width: 110px;
    }
    .buyBtn
    {
        position: fixed;
        left: 20px;
        bottom: 90px;
        top: unset;
    }

    .buyBtn img
    {
        width: 140px;
    }


}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 575px)
{

        
    .ddl
{
    display: inline-block;
    max-width: 100%;
    margin-top:10px;
}




    #PanelThanks
    {
        padding:10px;
    }
    .info
    {
        margin-bottom:10px;
    }

    .UnionCard
    {
        max-width:unset;
        width:90%;
    }

    .etext{ 
    margin-bottom:20px;
    text-align:center; 
   padding-right:15px;
   padding-left:15px;
}

    .big
    {
        font-size:22px;

    }
    .mainText
    {
          padding-right:15px;
   padding-left:15px;
    }

    .skilltext
    {
        font-size:16px;
    }

       .skilltext b
    {
        font-size:18px;
    }





    body {
        background-image: url('../images/mobile-bg2.jpg');
        background-size:cover;
    }

    #contact 
    { 

        margin-bottom:80px;
        padding-bottom:10px;
    }
   

    
    #contact.section {

        margin-top:0; 
        padding-top:10px;
    }

    .title img
{
    margin-top:20px;
   width:100%; 
}




#faq .title 
{
    font-size:17px;
}
    .mobile-regbutton
    {
        display:block;
        background-color:#58b947;
        height:80px;
        padding-top:20px;
        font-size:25px;
        text-align:center;
        font-weight:900;
        color:white;
    }

    .mobile-regbutton a {
        color:white;

    }


    .mcircle
{
    max-width:160px;
     margin-left:5px;
     margin-right:5px;
}
    
#PanelCycle
{
    padding-top:50px;
    
}

.innerDay
{
    width:90px;
    height:90px;
    font-size:15px;
    padding-top:2px;
    /*width:100px;
    display:block;
    margin:10px;
    overflow-wrap:break-word; 
    white-space:normal;*/
}

.location
{  
    
      width:140px;
    height:140px;
    font-size:15px;
    padding-top:2px;

}

    .location h2 {
        font-size:20px;
        margin-top:-10px;
    }




    .buyTitle img
{
    max-width:unset;
    width:100%;

}

    .blueMeg .container
    {
        margin-left:0;
        margin-right:0;
        padding-right:0;
        padding-left:0;
    }
    
    .blueMeg h1
    {
        margin-top:1px;
        margin-bottom:1px;
      font-size:20px;
    }


    .mobile-hide
    {
        display:none;
    }


    #schedule {
    font-size: 18px;
}

    .mobile-show
    {
        display:block;
        margin-right:-15px;
        margin-left:5px;
    }
    
    .arrow {
	border-left: 25px solid transparent;
	border-right: 15px solid transparent;
	border-top: 30px solid ;
    position:absolute;
    margin-right:20px;
    margin-top:-45px;
    border-top-color:white;

}
    
.arrow:after {
  content: " ";
	border-left: 20px solid transparent;
	border-right: 15px solid transparent;
	border-top: 26px solid ;
    position:absolute;
    margin-right:-17px;
    margin-top:-27px;

}

.subHero
{
    padding-top:10px;
    padding-bottom:20px;


}

    .subHero img {

        max-width:340px;
    }


    .dayButtonBor
    {
        border-left-width:3px;
    }


    h2 {
        font-size:25px;

    }



    #outerPayment  iframe 
{ 
    position:relative;
    margin-top:-160px;
    margin-bottom:0px;
min-height: 790px;
} 


    .contact-address
{
    font-size:15px;
}

.footerLogo
{
    text-align:right;
    margin-top:15px;

}

.footerLogo img
{
    max-width:70px;
}

.gallery 
{
margin-bottom:14px;
}

.legal
{
    font-size:13px;
}


    .gallery img
{
    margin: 2px;
    max-width:100px;

}


 .appBar
{
    min-height:45px;
}

    .ddlPreview
{
    max-width:70px;
    float:left;
}
    .btnBack
    {
    float:left;
    margin-left:-5px;
    margin-right:10px;
        }

    .validation-label-token
{
    margin:auto;
    float:unset;
}

    
    .tokenMsg
{
    padding:10px;
    font-size:14px;
    margin-top: 0px;
    margin-right: unset;


}




.btnCont {
    float:none;
    display:block;
    margin-top:15px;
    width:100%;
       
}

.slot{

    margin-bottom:15px;
    width:100%;
    padding:5px;
    height:125px;
}


.slot h2{
    text-align:right;
    font-weight:600;
    font-size:15px;
    margin-top:20px;
    margin-right:10px;
    color:black;
    width:100%;
    display:block;
}

    .btnSlot {
        width: 100%;
        display:block;
        max-width:unset;
        font-size:1rem;


    }

.RunOutMsg
{
        width: 100%;
        font-size:1rem;
}


    .header  {
        margin-top:55px;
    }


    .header img
    {
        width:100%;

    }


    #PanelSelectSlot
    {
        width:100%;
    }


    .container-fluid
    {
        padding-left:4px;
        padding-right:4px;
    }


    .rcMainTable
{

    font-size:12px !important;
    font-weight:700;
    height:300px !important;

}



    
.rcTitle
{
    font-size:20px;
    font-weight:700;
    margin-top:10px;
}



    .RadioB  label
{ /* IMAGE STYLES */
    width: 100px;
}

    

    .ddl
    {
        width: 100%;
        display: block;
        max-width: none;
        margin-top: 10px;
    }



    .sm-pad-top
    {
        padding-top: 10px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9
    {
    
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width: 480px)
{

.first , .sec
{
    margin-right:-20px;
}
    
.mcircle
{
     border-width:3px;
     margin-left:5px;
     margin-right:5px;
}

    .mcircle img {
    }



       .guys
{
        width:100%;
    }

    .packrow
    {
        display:block;
    }
      .packrow img
    {
        width:45%;
        margin:1px;
        padding:2px;
    }


        .buyBtn-cal img
    {
        width: 70px;
    }


   .navbar-header img
  
    {
               width:80px;
    }

    .hotBanner
   
    {
        display: none;
    }  
    .hotBanner img
    {
        display: none;
    }

    .hotBanner-m
    {
        display: block;
    margin-bottom:20px;

    }
    .hotBanner-m img
    {
        width: 100%;
    }
    .tDate
    {
        margin-top: 25px; ;
    }
    .btn-Tick-cont 
    {
        padding-top: 5px; ;
        width: 100%;
    }

    .brn-ticks
    {
        width: 100%;
    }

    .btn-Tick-hot 
    {
        width: 100%;
        margin-right:unset;
    }
    .btn-ticks-hot
    {
        width: 100%;

    }
    .sponser-strip
    {
        height: 100px;
        text-align: center;
        padding-top: 20px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .sponser-strip img
    {
        width: 100%;
    }

    .section
    {
        padding-top: 30px;
    }

    .video-f
    {
        height: auto;
    } 

    #carBack
    {
        margin-top: 350px;
        margin-right: 5px;
        position: absolute;
        z-index: 9999;
    }

    #carBack a, #carNext a
    {
        color: lightgray!important;
        font-size: 8px;
    }

    #carNext
    {
        left: 0;
        margin-top: 350px;
        margin-left: 5px;
        position: absolute;
        z-index: 9999;
    }
       
    #carousel
    {
        direction: ltr;
        margin-top: -120px;
    } 

    .theta-current-item
    {
        -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
        filter: grayscale(0);
    }

    .theta-carousel-inner-container
    {
        height: auto;
    }
    .theta-carousel-element
    {

    }
    .ex-item img
    {
    }
    .ex-item h3
    {
        background-color: white;
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 20px;
        color: #fcb53b;
        text-align: center;
    }

    .ex-item .text
    {
        font-size: 15px;
        color: white;
        text-align: center;
        max-width: 300px;
        direction: rtl!important;
    }
    .ex-item .text p
    {
        margin: 10px;
        text-align: center;
    }

    .playcon-logo
    {
        top: 180px;
        right: 15px;
    }

    .playcon-logo img
    {
        width: 70px;
    }



    
.Btn-poalim
{
 top: 180px;
        right: 15px;
}


.Btn-poalim img
{
     width: 70px;
}
    .indigo
    {
        height: 80px;
    }
    

    .buyBtn
    {
        position: fixed;
        left: 20px;
        bottom: 60px;
        top: unset;
    }

    .lets 
    {
        margin: auto;
        margin-top: -20px;
        padding-bottom: 60px;
    }
    .t3
    {
        width: 70%;
    }

    .buyBtn img
    {
        width: 90px;
    }

    .date img
    {
        width: 90%;
    }
    .date 
    {
        margin-top: -165px;
        height: 20px;
    }
    
  
    #secret
    {
        background: url(../img/secret-bg-m.jpg) center no-repeat;
        background-size: 100%;
        color: #fff;
        min-height: 500px;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    #secret .section-title
    {
        font-size: 50px;
    }

    #secret .section-subtitle
    {
        font-size: 25px;
    }

    .ticket-btn-l img
    {
        width: 95%;
    }



    .t1
    {

        float: right;
        width: 100%;
        margin-bottom: 50px;
    }
    .t2
    {
        float: left;
        width: 100%;
        margin-top: -50px;
        margin-bottom: 80px;
    }

    .video-promo
    {
        background-image: url('../img/movie-bg.jpg');
        background-size: cover;
        height: 230px;
    }
    #secret
    {
        background-size: auto;
    }

    .sponser-logos
    {
        margin-top: -20px;
    }
    .sponser-logos img
    {
        width: 100%;
    }
    .btn-tickets img
    {
        width: 100%;
    }

    .main-logo
    {
        margin-top: -20px;
    }
    .main-logo img
    {
        width: 95%;
    }


     .main-logo-text
    {
        margin-top: -290px;

    }

       .main-logo-text img
    {
        width: 95%;
    }


    .cbig
    {
        width: 100%;
    }
    .cbig img
    {

        width: 100%;
    }

}

@media screen and (max-width: 375px) {

    .buttons .btn {
    font-size:20px;
    
    }
    #faq .title {
        font-size:15px;
    }

    #PanelSecond h2
    {
        font-size:20px;
    }
}



