.events-section {
    position: relative;
    padding: 140px 0px 150px;
}


.events-section .sec-text {
    color: #777777;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;

}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('http://www.downgraf.com/wp-content/uploads/2014/09/01-progress.gif?e44397') 50% 50% no-repeat rgb(249,249,249);
}


audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    background: #1a1f2e !important;
}


.events-section .sec-title {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.welcome-section {
    position: relative;
    text-align: center;
    padding: 145px 0px 150px;
}

.welcome-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
}

.welcome-section .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.header-style-two .header-upper {
    position: relative;
    background: #fff;
}

.header-style-two .header-lower {
    position: relative;
    background-color:#1a1f2e;
}

.header-style-two .main-menu .navigation > li > a {
    color: #fff;
    font-weight: 500;
    padding-top: 25px;
    padding-left: 0px;
    padding-bottom: 25px;
    padding-right: 0px;
}
.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	background: #1a1f2e;
}








.header-style-two .header-upper .upper-right .social-boxed {
    margin-top: 40px;
}

.about-section {
    position: relative;
    padding: 140px 0px 120px;
    background: #463f8c url(../images/background/pattern-1.png) left bottom;
	color:#fff;
}
.about-section .prod-tabs .tabs-container .tab .text {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
}

.about-section .sec-title h2 {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.about-section .sec-title .text {
    position: relative;
    font-size: 17px;
    color: #fff;
    font-style: italic;
    font-family: 'Lora', serif;
}

.tab-btn.active-btn {
    background: #fff;
    color: #463f8c !important;
}

.image2 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.copyright a {
    color: #fde166 !important;
}











/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
        margin-top: 0px;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
    margin-top: 180px;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
  margin-top: 10px;
}

.login-btn {
  text-align:center;
  margin-top: 50px;
}

.button {
  line-height: 55px;
  padding: 0 30px;
  background: #004a80;
  color: #fff;
  display: inline-block;
  font-family: roboto;
  text-decoration: none;
  font-size: 18px;
}

.button:hover,
.button:visited {
  background: #006cba;
  color: #fff;
}


/* Apply Page */

.apply-section{
    position: relative;
    text-align: center;
    padding: 80px 0px 80px;
   
}

.apply-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
}

.apply-section .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.contact-form-section.apply {
    margin-top: 11rem;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    font-family: helvetica;
    font-weight: 100;
    color: #000;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.50em; height: 1.50em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked + label::after {
    content: '✔';
    position: absolute;
    top: .10em;
    left: .10em;
    font-size: 1.4em;
    line-height: 0.8;
    color: #8bceaf;
    transition: all .2s;
    font-family: Helvetica, Arial, sans-serif;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}


/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}


.btn-style-six {
    position: relative;
    padding: 12px 51px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    background: #8bceaf;
        background-color: #8bceaf;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid #8bceaf;
        border-top-color: #8bceaf;
        border-right-color: #8bceaf);
        border-bottom-color:#8bceaf;
        border-left-color: #8bceaf;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.btn-style-six:hover {
    color: #8bceaf;
    background: none;
    border-color: #8bceaf;
}

.participants-section {
    position: relative;
    text-align: center;
     padding: 167px 0px 167px;
    background: #463f8c url(../images/background/participant.png) left top no-repeat;
    background-size: cover;
}

.participants-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
}

.participants-section .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.btn-style-3 {
    position: relative;
    padding: 12px 51px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    background: #8bceaf;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid #8bceaf;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
	margin-top: 45px;
}

.btn-style-3:hover {
	color: #8bceaf;
	border: 2px solid #8bceaf;
    background: transparent;

}
.schedule-section {
    position: relative;
    padding: 100px 0px 150px;
}

.tab-section .prod-tabs .tabs-content .tab .author-box {
    position: relative;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	border: #d7d7d7 0.01rem solid;
}

.tab-section .prod-tabs .tabs-content .tab .author-box:hover {
    box-shadow: 0 0px 10px rgba(0,0,0,0.25), 0 -10px 2px rgba(0,0,0,0.01);
    z-index: 1;
}

.skills-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 3px 8px 3px;
    margin: 10px  3px 8px 0px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    text-transform: capitalize;
    background: #bababa;
    border-radius: 4px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.searching-box {
    padding: 18px;
}

.user-profile-section {
    position: relative;
    text-align: center;
    padding: 90px 0px 50px;
    background: #463f8c url(../images/background/profile_bg.png) left top no-repeat;
	background-size: cover;
}

.user-profile-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
	margin-top: 12px;
}

.user-profile-section .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 12px;
}


.profile-img {
    border-radius: 50%;
    border: 3px solid #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	margin: 5px 5px 5px 5px;
}

.btn-style-4 {
    position: relative;
    padding: 12px 51px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    background: #0077B5;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid #0077B5;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
	margin-top: 12px;
	margin-bottom: 15px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	margin-right: 10px;
}

.btn-style-4:hover {
	color: #ffffff;
	border: 2px solid #ffffff;
    background: transparent;
	box-shadow: none;

}


.btn-style-5 {
    position: relative;
    padding: 12px 51px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    background: #8bceaf;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid #8bceaf;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
	margin-top: 12px;
	margin-bottom: 15px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	margin-right: 10px;
}

.btn-style-5:hover {
	color: #ffffff;
	border: 2px solid #ffffff;
    background: transparent;
	box-shadow: none;

}

.editprofile a {
	color: #8bceaf;
	margin-top:20px;
}

.editprofile a:hover {
	color: #fde166;
}


.Team-profile-section {
    position: relative;
    text-align: center;
    padding: 30px 0px 60px;
    background: #8bceaf url(../images/background/pattern-1.png) left top no-repeat;
	background-size: cover;
}

.Team-profile-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
	margin-top: 12px;
}

.Team-profile-section .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 12px;
}

.team-img {
    border-radius: 50%;
    border: 3px solid #fff;
	margin: 5px 5px 5px 5px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.team-img:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.setup-profile-section {
    position: relative;
    text-align: center;
    padding: 90px 0px 90px;
    background: #463f8c url(../images/background/profile_bg.png) left top no-repeat;
	background-size: cover;
}

.setup-profile-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
	margin-top: 12px;
}

.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}

.buttonbrowse{
	margin-top: -30px;
	width: 120px;
}


.Teams-section {
    position: relative;
    text-align: center;
    padding: 100px 0px 100px;
    background: #8bceaf url(../images/background/team.png) left top no-repeat;
	background-size: cover;
}

.Teams-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
	margin-top: 12px;
}

.Teams-section .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 12px;
}

.btn-style-add {
    position: relative;
    padding: 12px 51px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    background: #8bceaf;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid #8bceaf;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-top: -5px !important;
}

.btn-style-add:hover {
	color: #8bceaf;
	border: 2px solid #8bceaf;
    background: transparent;
	box-shadow: none;

}


.btn-style-addteam {
    position: relative;
    padding: 12px 51px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    background: #8bceaf;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid #8bceaf;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-top: 40px !important;
}

.btn-style-addteam:hover {
	color: #8bceaf;
	border: 2px solid #8bceaf;
    background: transparent;
	box-shadow: none;

}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg-rules
{
  padding:100px 0px;
}

.bg-rules ol li
{
  list-style-type: number;
   margin-bottom: 30px;
}
.submission-search .form-inline .form-group {
    
    margin-bottom: 45px;
  }
  .submission-search .form-inline .form-control
  {
    width: 440px;
    margin-right: 15px;
  }
  .filter-submit
  {
    color: #222222;
    font-weight: 600;
  }
 
  .submission-text h4
  {
    color: #222222;
    font-weight: 500;
     margin-top: 40px;
    margin-bottom: 10px;
  }
  .Toolkit-button
  {
    display: inline-block;
    margin-bottom: 120px;
    background: #e85889;
padding: 5px 30px;
color: #fff;
border-radius: 5px;
border: 2px solid #e85889;
transition: 0.5s; 
  }
  .Toolkit-button:hover{
  color: #e85889;
background: none;
border-color: #e85889;
}
.Toolkit-button1
{
   margin-bottom: 120px;
  display: inline-block;
  border-radius: 5px;
border: 2px solid #e85889;
transition: 0.5s; 
  padding: 5px 30px;
  color: #e85889;
background: none;
border-color: #e85889;
}

  .tab-content > .active {
    margin-top: 20px;
}
}
.tab-content h3
{
  color: #000;
  margin:30px 0px;
}

.tab-content h2
{
  color: #000;
  font-weight: 600;
  margin:30px 0px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background: #5e5e5e;
  }
  
    .main-footer .footer-lower {
    position: relative;
    text-align: center;
    padding: 10px 0px 10px;
}
img {
    display: inline-block;
    max-width: 100%;
    
}

.main-footer .footer-lower .copyright {

    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;

}

#home {
    width: 76%;
    margin: 25px auto;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 76%;
    margin: auto;
}
#menu2
{
   width: 76%;
    margin: 25px auto;
}

#menu1
{
   width: 76%;
    margin: 25px auto;
}
#menu3
{
   width: 76%;
    margin: 25px auto;
}


  .news-block-two {
    position: relative;
    margin-top: 40px;
    margin-bottom: 0px;
}
 
 .prize {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
    margin-top: 40px;
}
.prize h2 {
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.prize::after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 1px;
    background-color: #e85889;
}

.prize.centered::after {
    left: 50%;
    margin-left: -30px;
}
 .text {
    position: relative;
    font-size: 17px;
    color: #777777;
    font-style: italic;
    font-family: 'Lora', serif;
}