/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 *,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@import url('https://fonts.googleapis.com/css?family=Rubik');
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
html, body, #wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility border: 0;
}

p{ line-height:1.5}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
 font-family: 'Rubik', sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
html, body, #wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   -webkit-backface-visibility
   border: 0;
}
.section .wrapper { overflow:hidden;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
padding:0;
margin:0; width:100%; height:100vh; background-attachment:fixed;}
body{ 


}
.container{ position:relative; height:100%; }
.header{ position: absolute;
    top: 0;
    height: 300px;
    width: 100%;
	background:url(../images/bg2.png) no-repeat left top;
	animation:blink 2s infinite alternate;

}
@keyframes blink{
	
	 0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
	}
/**HOME**/
#home{ position:relative; height:100%;}
.middle-section{      position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
height: auto;
z-index: 1; max-width:800px; margin:0 auto; width:100%;}
.logo {
	float:left;
	max-width:500px;

}
/**astronut-left*/

.astronut-left{ max-width:300px;float:left;animation: rotate-astronaut 50s infinite linear both alternate; margin:0 20px 0 0;}
.universe-text{
background: rgba(204,153,255,1);
background: -moz-linear-gradient(left, rgba(204,153,255,1) 0%, rgba(204,153,255,1) 51%, rgba(0,204,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,153,255,1)), color-stop(51%, rgba(204,153,255,1)), color-stop(100%, rgba(0,204,255,1)));
background: -webkit-linear-gradient(left, rgba(204,153,255,1) 0%, rgba(204,153,255,1) 51%, rgba(0,204,255,1) 100%);
background: -o-linear-gradient(left, rgba(204,153,255,1) 0%, rgba(204,153,255,1) 51%, rgba(0,204,255,1) 100%);
background: -ms-linear-gradient(left, rgba(204,153,255,1) 0%, rgba(204,153,255,1) 51%, rgba(0,204,255,1) 100%);
background: linear-gradient(to right, rgba(204,153,255,1) 0%, rgba(204,153,255,1) 51%, rgba(0,204,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc99ff', endColorstr='#00ccff', GradientType=1 );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;-webkit-background-clip: text;
  -webkit-text-fill-color: transparent; font-size:45px; text-shadow:1px 0 5px #333;}
#section1{ height:100%;}
/**product earth **/
.product-earth {
    position: absolute;
    bottom: 20px;
    right: 50px;
    animation: rotate-astronaut 50s infinite linear both alternate;
}
.bottom-left {
    position:absolute;
    bottom: 0;
    left: 0;
    display: flex;
    height: auto;
    z-index: 1;
}
.bottom-man{ float:left;display: flex;
vertical-align: bottom;
    display: inline-block;
    align-self: flex-end;}
.jupiter{ float:left;animation: rotate-astronaut 50s infinite linear both alternate;display: flex;
vertical-align: bottom;
    display: inline-block;
    align-self: flex-end;

}
.astronut-right{     position: absolute;
   right:0;
    top: 50%;
    transform: translateY(-50%);animation: floating 3s infinite ease-in-out;}
	@keyframes floating {
    from { transform: translateY(-50%); }
    65%  { transform: translateY(-30%); }
    to   { transform: translateY(-50%); }
}
.satellite{ position:absolute; top:300px;animation:commet 1s infinite alternate ease-in-out; left:30px;}
@keyframes commet {
    to {
        transform: translateY(-5%);
    }
}
#contact{ overflow:hidden;}
.outline-rocket{  
            position: absolute;
           overflow:hidden;
            z-index: 20; animation-delay: 5s;
            animation-duration: 4s;
            animation-iteration-count: 2;
            animation-name: moves;
            left: 0;
            top: 230%; z-index:0;}


        @-webkit-keyframes moves {
            0% {
				left: 100%;
                top: 100%;
                
            }
            100% {
             left: 0;
                top: -100px;
            }
        }


.commet{ position:absolute; bottom:50px; right:50%;animation:commet 1s infinite alternate ease-in-out;}
@keyframes commet {
    to {
        transform: translateY(-5%);
    }
}
.stars{ background:url(../images/bg2.png) no-repeat center top;}
@keyframes sparkle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.planets{ position:absolute; top:40px; left:40px;}
.saturn{ position:absolute; top:40px; right:0;}

@-webkit-keyframes astronaut-right{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

body{}
@-moz-keyframes move-astronaut {
    100% { -moz-transform: translate(-160px, -160px);}
}
@-webkit-keyframes move-astronaut {
    100% { -webkit-transform: translate(-160px, -160px);}
}
@keyframes move-astronaut{
    100% { -webkit-transform: translate(-160px, -160px); transform:translate(-160px, -160px); }
}
@-moz-keyframes rotate-astronaut {
    100% { -moz-transform: rotate(-720deg);}
}
@-webkit-keyframes rotate-astronaut {
    100% { -webkit-transform: rotate(-720deg);}
}
@keyframes rotate-astronaut{
    100% { -webkit-transform: rotate(-720deg); transform:rotate(-720deg); }
}

body{ height:100%; background:url(../images/bg.jpg) no-repeat left top fixed;}
#section1{ height:100%;}
#section1 .wrapper{ height:100%; overflow:hidden;}
.box-section {
  width: 100%;
  height: 500px;
  border: 10px solid #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background:#f1f1f1;
  padding:20px;
  border-radius:10px;
-webkit-box-shadow: 10px 10px 31px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 31px 1px rgba(0,0,0,0.75);
box-shadow: 10px 10px 31px 1px rgba(0,0,0,0.75);
}


.box-section h1{ font-size:36px; color:#3c0c56; font-weight:bold; text-align:center;}
.box-section p{ font-size:24px;}


@media (min-width:1024px) and (max-width:1400px){
.responsive-img.astro-right {
    max-width: 300px;
}
.bottom-man img{ max-width:250px;}
.jupiter img{ max-width:80px;}
.planets img {
    max-width: 80px;
}
.saturn img{ max-width:150px;}
}
.carousel.carousel-slider .carousel-item p{ font-size:20px;}
.categories .contentx ul li {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    padding-bottom: 10px;
}
.about .intro,.rules .contact{ padding:100px 0 0 0;}
.intro h1,.intro p{ padding:0; margin:0;}
.intro h1{ padding-bottom:20px;font-size:40px;
color: #3c0c56;
font-weight: bold;
text-align: center;}
.intro p{ font-size:22px;}
.section{ padding:0; margin:0;}
.bottom {
    background: #fff;
    border-radius: 0 0 100% 100%;
    height: 100px;
    box-shadow: 0px 15px 4px 1px rgba(0,0,0,0.4);
    border-bottom: 10px solid #f1f1f1;
}
h1.glow-text{ color:#fff; text-shadow: 0 0 10px #fff;}
.svg-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

svg path {
  transition: .1s;
}
svg:hover path {
  d: path("M 800 300 Q 400 250 0 300 L 0 0 L 800 0 L 800 300 Z");
}


.venue{ padding:100px 0;}
.about,.rules,.venue,.contact{ position:relative;}
.categories{ padding:80px 0;}
.subtitle{ color:#fff; text-align:center;}
.partners{ text-align:center;}
.astronut-right img{ max-width:300px;}

.outer-container{ background:#fff; border-radius:10px; padding:20px 0; text-align:center; height:100px;}
.faq ul li{ line-height:1.5; padding-bottom:10px; color:#fff;}
.rules{ padding:100px 0;}
.rules ul li{ line-height:1.5; font-size:24px;}

.mainplanet{ position:absolute; width:70%; height:70%; background:}
#DateCountdown{color:#fff; margin:10px auto;}
.time_circles .textDiv_Days,
.textDiv_Hours,
.textDiv_Minutes,
.textDiv_Seconds {
  color: #fff;

  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
.saturn{transform: rotate(-2deg);}

.product-earth {
    position: absolute;
    bottom: -142px;
    right: 0;
    animation: rotate-astronaut 50s infinite linear both alternate;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

.section.partners{ position:relative;
}
.inner .bottom-left{ position:fixed; bottom:0; left:0;}

.partners .intro,.about .intro{ background:#fff;}
.partners .row{ margin:0; padding:0;}

.card{
  position:relative;
  max-width:600px;
  height:auto;
 
  background:rgba(32,14,66,0.9);
  margin:0 auto;
  flex-direction:column;
}
.contact .card{ padding:15px;}
.contact a{ color:#fff;}
.card:before{
  content:'';
  position:absolute;
  top:-2px;
  left:-2px;
  bottom:-2px;
  right:-2px;
  background:#fff;
  z-index:-1;
}

.card:after{
  content:'';
  position:absolute;
  top:-2px;
  left:-2px;
  bottom:-2px;
  right:-2px;
  background:#fff;
  z-index:-2;
  filter:blur(40px);
}

.card:before,
.card:after{
  background:linear-gradient(235deg,#89ff00,#060c21,#00bcd4);
}
.venue .content {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.agenda h5{ font-weight:bold;}
.card,.venue h1{ color:#fff;}
.venue h5{ color:#fff; text-align:center; font-weight:bold;}
.venue p{ font-size:18px; text-align:center;}
.venue p span{ font-weight:bold;}
.partners .intro{ padding:100px 0 0 0;}

.contact{ padding:100px 0;}
.contact h1,.contact p{ color:#fff;}
.contact h5{}
.social{ margin:0 auto; text-align:center;}
.inner .contact .card {
    padding: 15px;
    text-align: center;
	}
.social ul li{
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
    float: left;
	padding:5px 0 0 0;
    transition: all 0.5s ease;
	font-size:12px;
}
.social ul li .fa{
    color: #fff;
 
    transition: all 0.5s ease;
}
.social ul li:hover.facebook{
    border: 1px solid  #3b5998;
    box-shadow: 0 0 15px  #3b5998;
    transition: all 0.5s ease;
}

.social ul li:hover .fa-facebook{
    color: #3b5998;
    text-shadow: 0 0 15px #3b5998;
    transition: all 0.5s ease;
}

.social ul li:hover.twitter{
    border:1px solid  #00aced;
    box-shadow: 0 0 15px  #00aced;
    transition: all 0.5s ease;
}

.social ul{ margin:0 auto; max-width:170px; padding-bottom:30px;}
.social ul li:hover .fa-twitter{
    color: #00aced;
    text-shadow: 0 0 15px #00aced;
    transition: all 0.5s ease;
}

.social ul li:hover.instagram{
    border: 1px solid #bc2a8d;
    box-shadow: 0 0 15px #bc2a8d;
    transition: all 0.5s ease;
}

.social ul li:hover .fa-instagram{
    color:#bc2a8d;
    text-shadow: 0 0 15px #bc2a8d;
    transition: all 0.5s ease;
}
.footer{ padding-bottom:40px;}


.inner .bottom-left{ position:fixed;}
.inner .card{ max-width:100%;position: relative;

height: auto;
background: rgba(32,14,66,0.9);
margin: 0 auto;
flex-direction: column;}
.inner .collapsible-header{ background:transparent;}
.categories ul{ border:0;}
.collapsible-header.last{border:0;}
.inner .collapsible-header {
    background: transparent;
    font-size: 22px;
    font-weight: bold;
    padding: 6px 10px;
}
.collapsible-header{ background:transparent; box-shadow:none;}
.subcat h6{font-size: 24px;
font-weight: bold;}
.categories ul{ border:0; box-shadow:none;}
.collapsible-header.end{border:0;}
.inner .card.category{ padding:100px 0; max-width:100%;}
.inner ul li{ line-height:1.5;}
#contact .card{ width:100%; max-width:100%;}
.menu-active header, .menu-active .main {
    -webkit-transform: translateX(220px);
    -moz-transform: translateX(220px);
    -ms-transform: translateX(220px);
    transform: translateX(220px);
} 

.intro p.sub-sp-title{margin:20px 0 0 0;}
#menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 220px;
	height: 100%;
	padding-top: 10px;
	
background: rgba(255,219,89,1);
background: -moz-linear-gradient(left, rgba(255,219,89,1) 0%, rgba(255,219,89,1) 41%, rgba(255,157,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,219,89,1)), color-stop(41%, rgba(255,219,89,1)), color-stop(100%, rgba(255,157,0,1)));
background: -webkit-linear-gradient(left, rgba(255,219,89,1) 0%, rgba(255,219,89,1) 41%, rgba(255,157,0,1) 100%);
background: -o-linear-gradient(left, rgba(255,219,89,1) 0%, rgba(255,219,89,1) 41%, rgba(255,157,0,1) 100%);
background: -ms-linear-gradient(left, rgba(255,219,89,1) 0%, rgba(255,219,89,1) 41%, rgba(255,157,0,1) 100%);
background: linear-gradient(to right, rgba(255,219,89,1) 0%, rgba(255,219,89,1) 41%, rgba(255,157,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb59', endColorstr='#ff9d00', GradientType=1 );
	box-shadow: inset -15px -20px 20px 0 rgba(0,0,0,.3)
}

#menu li a {
	display: block;
	border-bottom: 0;
	padding-bottom:10px;
	font-size:22px;
	margin: 0;
	padding: 10px;
	color: #61346d;
	text-decoration: none;
}

#menu li a:hover {
color:#fff;
background:transparent;
}


/*
	Aqui você esconde o menu para fora da tela 
	O valor é exatamente a largura da sidebar
*/
#menu {
	-webkit-transform: translateX(-220px);
	-moz-transform: translateX(-220px);
	-ms-transform: translateX(-220px);
	transform: translateX(-220px);
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}

/*
	Essa é a posição original do HEADER e do MAIN
*/
header, .main {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}

/*
   Com a classe menu-active na tag HTML
*/


#menu .menu-active  {
	-webkit-transform: translateX(220px);
	-moz-transform: translateX(220px);
	-ms-transform: translateX(220px);
	transform: translateX(220px);
}
#menu{ z-index:99;}
#top-image {
background:url('https://d3ui957tjb5bqd.cloudfront.net/images/screenshots/products/0/8/8905/red-rocks-park-o.jpg') -25px -50px;
position:fixed ;
top:0;
width:100%;
z-index:0;
  height:100%;
  background-size: calc(100% + 50px);
}
  .bg {
    width: 100%;
    height: 100%;
    
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background:url(../images/bg.jpg) no-repeat center center;
    background-size: cover;

    transform: scale(1.1);
  }
.categories ul li{ font-size:18px;}
.faq h1{ color:#fff;}
.faq ul{ padding:0 20px;}
ul.faq-list span{ display:block; font-weight:bold;}

.page-container{ width:100%; height:100%; position:fixed; background:#fff;}

.page-back{ width:120%; height:120%; left:10%; top:-10%; background:url(../images/bg.jpg) no-repeat center center; background-size:cover; position:absolute;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    text-align: left;
    padding: 1.6rem;
    vertical-align: top;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border:1px solid #ccc;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #fff;
}
.table .highlight {
    background-color: #560669;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
}
.table-hover > tbody > tr:hover > td {
  background-color: #ececec;
}
ul.contact-details li {
    font-size: 18px;
    line-height: 22px;
}
ul.contact-details{ padding-bottom: 10px; }
html, body {
width: 100%;
height: 100%;
margin: 0;
}

#wrap-all {
width: 100%;
height: 100%;
background: url(../images/bg.jpg) no-repeat center center;
position: fixed;
overflow: auto;
}

header {
    position: absolute;
    text-align: center;
    margin: 0;
    top: 0;
    position: fixed;
    z-index: 999;
height:100%;
}
h4.submission {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.mob-wrapper{ display:none;}
#menu li {
    padding: 0;
    line-height: 30px;
}
#partners .outer-container {
    background: #fff;
    border-radius: 10px;
    padding: 15px 0 14px 0;
    text-align: center;
    height:auto;
}
.inner .bottom-man img{ max-width:150px;}
.categories.section{ padding:130px 0;}
.contact.section{ padding:100px 0;}
.partners h1{ color:#3c0c56;}
.planets {
    position: absolute;
    top: 50%;
    left: 40px;
}
.faq-list a{ color:#fff; text-decoration:underline;}
header .menu-anchor{ margin:10px 0 0 30px; display:block;}
#menu li a{  color:#61346d;}
#menu li a:hover{  color:#61346d;}
.rock-mob{ display:none;}
.contact h5 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}
.contact ul{ margin: 0 auto; text-align: center; }
ul.contact-details li {
    font-size: 21px;
    line-height: 30px;
}
.collapsible-body ul li,ul.faq-list li{ list-style-type: disc!important; padding-bottom: 10px;margin:0 0 0 10px;}
.collapsible-body ul li span {

    display: block;
    font-size: 22px;
    font-weight: bold;

}
ul.eligibility,ul.enteries{ }
ul.eligibility li,ul.enteries li{ margin:0 0 0 20px;list-style-type: disc!important; padding-bottom: 10px;}
.rules ul li {list-style-type: disc!important; padding-bottom: 10px;}
ul.industry-sector{display: block;
font-size: 22px;
font-weight: bold;}
ul.eligibility li{ list-style-type: disc;
margin: 0 0 0 10px;}
.content {
    overflow: auto;
    position: relative;
    width: 100%;
    height: 400px;
}
.tabs-content.carousel { height: 100%; overflow-x:hidden; overflow-y: scroll; } .tabs-content.carousel .carousel-item { width: 100%; height: 100%; }
.tabs-content.carousel .carousel-item { height:auto!important; }
.judge .table-striped{ color:#333;}
.judge ul{ padding:0 0 0 20px;}
#section1 .wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.rulesr h5 {
    padding: 0 0 0 22px;
    text-decoration: underline;
}
.slider {
    position: relative;
    height: 200px;
    width: 100%;
}
.row-slider{position: absolute;
 overflow: hidden;

  width: 100% !important;
	max-width: 2401px;}
.slider .slider-row {
 width: 100% !important;
	max-width:2401px;
  height: 180px;
  background-image:url(../images/partners-panel.jpg);
background-repeat:repeat-x;

  -webkit-animation: slide 18s linear infinite;
          animation: slide 18s linear infinite;
}

.slider{margin:69px 0 0 0;}
@-webkit-keyframes slide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x:-2401px;
  }
}

@keyframes slide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x:-2401px;
  }
}.rulesr a{ text-decoration:underline;}
.inner .card.category {
    padding: 100px 0 50px 0;
    max-width: 100%;
}
.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #3c0c56;
    will-change: left, right;
}
.tabs .tab a:hover, .tabs .tab a.active,.tabs .tab a{ color:#3c0c56;}
.rulesr,ul.eligibility,.judge .judge{ padding:50px 0;}
.judge ul {
    padding: 0;
}
.judge p{ font-size:16px; padding-bottom:10px; line-height:24px;}
.judge .table > thead > tr > th, .judge .table > tbody > tr > th,.judge .table > tfoot > tr > th,.judge .table > thead > tr > td, .judge .table > tbody > tr > td, .table > tfoot > tr > td{ font-size:14px; padding:10px;}
li.text-uppercase a{text-transform:uppercase;}
.judge p.big-d{ font-size:24px; padding-top:20px;}
.attendee-pass p {
    color: #333;
    padding: 0 20px;
}
.wbg{ background:#fff; color:#333;}
.wbg p{ font-size:17px;}
.mode p.big-d {
    padding: 20px 0 0 0;
    font-weight: bold;
    font-size: 24px;
}
.venue .content {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.social ul{ margin:0 auto 20px auto;padding:0;}
#menu li a:hover{background: #61346d;
    color: #fff;}

.text-bold{ font-weight:bold;}
.jury-info {
    background: #1b043a;
    color: #fff;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.jury-info p.sp-name {
    font-size:18px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.jury-info p.sp-desig {
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.jury-info p.sp-cmp {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.jury-detail {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 15px 4px 1px rgba(0,0,0,0.4);
    margin-bottom: 30px;
}
.intro h1.text-white{ color: #fff; }
#jury{ padding:100px 0; }
@media (min-width:0px) and (max-width:1024px){
.container{ position:static; height:auto;}
header .menu-anchor {
    margin: 0;
    display: block;
}

.rock-mob{ display:block;}
.rock-desk{ display:none;}
.bottom-left{ display:none;}
	.desktop-section{ display:none;}
	.mob-wrapper{ display:block;}
	#section1 .wrapper{ display:none;}

.contact p{ font-size:12px;}

.about .intro, .rules .contact{ padding:50px 0 0 0;}
.bottom{height:50px;}
.intro h1{ font-size:24px;}
.intro p{ font-size:18px;}
header .menu-anchor {
    /* margin: 10px 0 0 30px; */
    /* display: block; */
    height: 30px;
    position: absolute;
    height: 50px;

}

}