/*--------------------
Color Scheme =======*/

input[type='submit'], .nav li.current a, .speaker-contacts > .contact:hover, 
.social-icons li a:hover, .form-notification, .table-price, .gotop:hover, 
.preloader div, .owl-btn.prev:hover, .owl-btn.next:hover,
.flex-control-paging li a.flex-active, .flex-control-paging li a.flex-active:hover, 
.owl-page.active span, .owl-page.active span:hover,
.preloader, .preloader:before, .preloader:after, div.fancy-select div.trigger.open,
div.fancy-select ul.options li.selected, div.fancy-select ul.options li.selected.hover  {
	background-color: #F65A2F; /* <- Paste here your prefered color */
}

a, .accordion-heading span, .speaker-contacts > .contact, 
.table-features li.fa-check-circle, .owl-btn.prev,
.owl-btn.next, div.fancy-select ul.options li.hover {
	color: #F5592E; /* <- Paste here your prefered color */
}

.speaker:hover .speaker-photo, .speaker-contacts > .contact, 
.social-icons li a:hover, .gotop:hover, .speaker-contacts > .contact:hover {
	border-color: #F5592E; /* #F5592E <- Paste here your prefered color */
}

@font-face {
  font-family:'Graphik';
  src: url('fonts/Graphik-Regular.otf');
  /*src: url('fonts/Graphik-Regular.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fonts/Graphik-Regular.woff?v=4.0.3') format('woff'), url('fonts/Graphik-Regular.ttf?v=4.0.3') format('truetype'), url('fonts/Graphik-Regular.svg?v=4.0.3#fontawesomeregular') format('svg');*/
  font-weight: normal;
  font-style: normal;
}

/*--------------------
Reset ==============*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}



::-moz-selection { color: white;  background:#f65a2f; }
::selection      { color: white;  background:#f65a2f; } 

img{ -webkit-user-select: none;  -khtml-user-select: none;   -moz-user-select: none; -o-user-select: none;    user-select: none; }


/*--------------------
General ============*/
body {
	-webkit-font-smoothing: antialiased; background:none;
}

.dialoguebox{position:fixed; left:35%; top:40%; background:#fff; border:#F65A2F solid 5px; width:30%; height:auto; border-radius:10px; padding:10px; text-align:center; font-size:1.5rem; color:#333; padding-top:20px; padding-bottom:20px;}
.dialoguetxt{float:left; width:100%;}
.dialoguebtn{float:left; height:40px; width:140px; background:#F65A2F; color:#fff; text-align:center; font-size:2drem; padding-top:9px; margin-left:30%; cursor:pointer; margin-top:20px; border-radius:10px;}

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

a {
    text-decoration:none;
}

a:hover {
	color: #bbbac0;
    text-decoration:none;
}

p {
    font-size: 16px;
	line-height: 1.6em;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
}

h1,h2,h3 {
    font-family: 'Graphik', serif;
    line-height: 1.4em;
    color: #222222;
    margin: 10px 0;
	font-weight:normal;
}

h4,h5 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	color: #555555;
	margin: 10px 0;
}

h1 {
    font-size: 5.5rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.6rem;
}

blockquote {
	font-size: 1.6rem;
	line-height: 1.6em;
	border-left: 3px solid #efefef;
	padding: 1rem 0 1rem 1rem;
	margin: 1rem 0;
}

ul,ol {
	font-size: 1.6rem;
	line-height: 1.6em;
	padding: 0 0 0 2rem;
	margin: 1rem 0;
}

ul {
	/*list-style-image: url(../images/ul.png);*/
}

hr {
	height: 2px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #efefef;
}

input,
textarea,
select {
	width: 100%;
	height: 6rem;
	margin-bottom: 15px;
	padding: 1rem 1.5rem;
	border: none;
	background: rgba(0,0,0,.4);
	border-radius: 5px;
	font-size: 1.6rem;
	color: #fff;
	text-align:center;
}


input:focus,
textarea:focus,
select:focus{ outline:none; }

select {
    cursor: pointer;
    line-height: 5.6rem;
    padding: 1.7rem 1.5rem;
    -webkit-appearance: menulist-button;
}

input[type='submit'] {
	height: 6rem;
	font-size: 2.5rem;
	color: #ffffff;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s; 
}

 
.box {
	background:#fff;
	border-radius: 5px;
	padding: 0 45px;
}

#header {
	position: relative;
	overflow: hidden;
}

.header-panel {
	position: absolute;
	width: 100%;
	min-height: 100px;
	top: 0;
	margin-top: 50px;
	z-index: 55;
}

.header-menu {
	position: absolute;
    width: 100%;
    margin-top: 18px;
    padding: 0 15px;
    z-index: 5;
}

.header-menu.sticky {
	position: fixed;
	margin: 0;
	-moz-animation: bounceInDown 0.5s;
	-webkit-animation: bounceInDown 0.5s;
	animation: bounceInDown 0.5s;
}

.header-menu.fixed {
	-moz-animation: bounceIn 0.5s;
	-webkit-animation: bounceIn 0.5s;
	animation: bounceIn 0.5s;
	position:fixed;
}

.header-menu > .box {
	padding-top: 5px;
	padding-bottom: 5px;
}

.header-menu.sticky > .box {
	padding-top: 0;
	padding-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom: 1px solid #efefef;
}

/*.header-bg {
	position: relative;
	height: 839px;
	overflow: hidden;
	background-size:cover;
}

.header-bg:before {
	top: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/bg.png) repeat;
	z-index: 40;
}*/

.content {
	position: relative;
    padding: 0 15px;
	margin-top:0px;

}

.content section {
	padding: 50px 0;
}

.content section#features:first-child {
	padding: 40px 0;
}

.content section + section:before {
	display: block;
	margin: -50px 15px 50px;
	content: "";
	height: 2px;
	background: #efefef;
}

.content section.separated:before {
	display: none;
}

.content section.separated { 
	/*border-top: 20px solid #efefef;
	border-bottom: 20px solid #efefef;*/
	margin: 0 -45px -3px;
	padding: 50px 30px;
}

.section-header {
	margin-bottom: 45px;
}

.section-header h2,
.section-header h4 {
	margin: 0;
}


.footer {
	position: absolute;
	bottom: 0;
	padding: 0 15px;
	width: 100%;
}

.footer section {
	padding: 40px 0 20px 0;
}

.prizebox{
	width:100%;
	height:550px;
	background:url(../images/prizebg.jpg) no-repeat;
	background-size:cover;	
}

.thonbox{
	width:100%;
	min-height:550px;
	background:url(../images/topbg.jpg) no-repeat;
	background-size:cover;
}


#prizesDetail{ text-align:center; }

#prizesDetail .row .col-md-6{ padding:0; } 

#prizesDetail .prizeBoxes{ padding:16px 10px; margin:0 8px; }

#prizesDetail .prizeBoxes.mainBox{ margin-bottom:16px; }

#prizesDetail .prizeBoxes h2{
	font-size:3.5rem;
	color:#fff;
	text-align:center; font-weight:normal; margin:0;
}

#prizesDetail .prizeBoxes h3{
	 
	font-size:4.5rem;
	color:#F6592E; font-weight:normal;
	text-align:center; margin:0; line-height:normal;
}

#prizesDetail .prizeBoxes p{ 
	color:#fff;
	text-align:center;
	font-size:2.2rem;
	margin:0px;
}

<!--.prizeBoxes{ background:#111111;  border-radius:10px; }-->



.prizebox1{
	width:713px;
	height:150px;
	float:left;
	background:#111111;
	margin-left:19%;
	border-radius:10px;
}

.newrow{
	width:100%;
	float:left;	
}

.prizebox2{
	width:463px;
	height:150px;
	float:left;
	background:#111111;
	margin-left:8.5%;
	border-radius:10px;
	margin-top:22px;
}

.prizebox3{
	width:463px;
	height:150px;
	float:right;
	background:#111111;
	margin-right:8.5%;
	border-radius:10px;
	margin-top:22px;
}

.prizetitle{
	width:100%;
	float:left;
	font-size:3.5rem;
	color:#fff;
	text-align:center;
	margin-top:18px;	
}

.prizetext{
	width:100%;
	float:left;
	font-size:4.5rem;
	color:#F6592E;
	text-align:center;
	margin-top:20px;
}

.prizesubtext{
	width:100%;
	float:left;
	color:#fff;
	text-align:center;
	font-size:2.2rem;
	margin-top:20px;
}

.prizespace{
	margin-top:35px;
}

.registerbox{
	width:100%;
	min-height:550px;
	background:#f65a2f;	
}

.fieldrow{
	width:98%;
	padding:2%;
	float:left;
	z-index:99999999;
}

.fieldrow{
	width:98%;
	padding:2%;
	float:left;	
}

.fieldrow{
	width:100%;
	padding:0%;
	float:left;	
}

.textarea{resize:none; height:150px; margin-top:15px;}

.fieldtitle{
	width:100%;
	float:left;
	font-size:2.5rem;
	color:#7A1000;
	text-align:center;	
}

.fieldspace{
	float:left;
	width:100%;
	margin-top:15px;	
}

input[type='submit']{
	background:#fff;
	text-align:center;
	color:#F65A2F;
	margin-top:15px;
	border:none;
	width:190px;
}

.socialicon1{
	float:left;
	margin-left:134px;
}
.socialicon2{
	float:left;
	margin-left:40px;
}
.socialicon3{
	float:left;
	margin-left:40px;
}

.mynewset{margin-bottom:15px; margin-top:20px;}

.session{
	float:left;
	width:100%;	
}

.session img{
	max-width:100%;
	display:block;
}




/*--------------------
Header CTA ========*/
.header-cta {
	position: absolute;
	width: 100%;
	padding: 0 15px;
	z-index: 50;
	bottom: 120px;
}

.header-cta .blk {
	float: left;
	padding: 10px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 10px;
}

.header-cta h1 {
	margin: 0;
	color: #ffffff;
	line-height: 1.2em;
}

.header-cta input[type="submit"] {
	margin: 0;
}



/*--------------------
Navigation =========*/
.nav a {
	float: left;
	padding: 8px 10px;
}

.nav a:hover {
	background: #efefef;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s; 
}

.navbar-nav {
	float: right;
	margin: 1.8rem 0;
}

.navbar-nav > li {
	float: left;
	overflow: hidden;
	border-radius: 2px;
}

.navbar-nav > li + li {
	margin-left: 1rem;
}

.navbar-nav > li > a {
	line-height: 2.4rem;
	padding: 0.2rem 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 2px;
	color: #555555;
	overflow: hidden;
}

.navbar-nav > li.current > a {
	color: #ffffff;
}

.navbar-brand {
    float: left;
    font-size: 1.8rem;
    height: 6rem;
    color: #222222;
    line-height: 4rem;
    font-size: 3.8rem;
    font-weight: 700; width:50px;
    padding:0; padding-top:6px;
}

.navbar-brand span {
    margin-right: 10px;
    color: #bbbac0;
}

.navbar-brand:hover {
	color: #222222;
}

.navbar-brand.logo a > img {
    max-height:60px;
    width: auto;
	border:none;
}

.navbar-brand:hover span {
	-moz-animation: flip 0.5s;
	-webkit-animation: flip 0.5s;
	animation: flip 0.5s;
}

.navbar-toggle {
	float: right;
	height: 40px;
	margin: 10px 0;
	background: #bbbac0;
	border-radius: 5px;
	border: 2px solid #bbbac0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
    border-radius: 1px;
    background: #ffffff;
}

.navbar-toggle.collapsed {
	background: #ffffff;
}

.navbar-toggle.collapsed .icon-bar {
	background: #bbbac0;
}

.navbar-collapse {
	padding: 0;
}



/*--------------------
Home ===============*/
.home-background {
	max-height: 48.5rem;
	overflow: hidden;
}

.home-background img {
	width: 100%;
}



/*--------------------
Map ===============*/
#map_canvas {
	height: 520px;
}



/*--------------------
Tabs ===============*/
.nav-tabs {
	border: 0;
}

.nav-tabs > li {
	float: left;
}

.nav-tabs > li > a {
	font-family: 'Graphik', serif;
	font-size: 2.2rem;
	color: #bbbac0;
	padding: 1rem 4rem;
}

.nav-tabs > li.active a{
	background: #efefef;
	border: 0;
}

.nav-tabs > li a:hover{
	background: #efefef;
	border: 0;
}

.nav-tabs > li > a {
	border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #F5592E;
  background-color: #efefef;
  border: 0;
  cursor: pointer;
}



/*--------------------
Accordion ==========*/
.accordion-group {
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}

.accordion { list-style:none;
	background: #efefef;
	padding: 20px 40px;
	overflow: hidden;
}

.accordion + .accordion {
	border-top: 3px solid #ffffff;
}

.accordion-heading {
	display: block;
	position: relative;
	min-height: 4rem;
}

.accordion-title {
	min-height: 4rem;
	margin: 0;
    padding: 0.5rem 4rem 0 9rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #222222;
}

.accordion-title:first-child {
	padding: 0.5rem 4rem 0 0;
}

.accordion-heading span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 3rem;
	line-height: 4rem;
	cursor: pointer;
}

.accordion.active span.fa-plus-circle:before {
  content: "\f056";
}

.accordion-heading time {
	float: left;
	margin-right: 2rem;
	padding: 0 1.5rem;
	background: #bbbac0;
	border-radius: 5px;
	font-size: 1.6rem;
	line-height: 4rem;
	font-weight: 700;
	color: #ffffff;
}

.accordion-body {
	display: none;
	padding-top: 20px;
}


.speaker2 {
	max-width:285px;
    margin: 0 auto 20px;
    text-align: center;
}

.speaker2 h3 {
	margin-bottom: 0;
	color:#fff;
	text-align:center;
}

.speaker2 p {
	font-size: 14px;
	line-height: 1.8em;
	color:#fff;
	text-align:center;
	margin-top:10px;
}

.speaker-info2 {
	position: relative;
}

.speaker-photo2 {
	width:80%;
	vertical-align: middle;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	overflow: hidden;
}

.speaker-photo2 img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width:55%;
	height: auto;
}


/*--------------------
Speaker's ==========*/
.speaker {
	max-width: 234px;
    margin: 0 auto 20px;
    text-align: center;
}

.speaker h3 {
	margin-bottom: 0;
}
 

.speaker-info {
	position: relative;
}

.speaker-photo {
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 7px solid #fff; /*#efefef*/
	vertical-align: middle;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	overflow: hidden;
}

.speaker-photo img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	height: auto;
}

.speaker:hover .speaker-contacts {
	display: block;
	-moz-animation: bounceIn 0.5s;
	-webkit-animation: bounceIn 0.5s;
	animation: bounceIn 0.5s;
}

.speaker-contacts {
	display: none;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -28px;
}

.speaker-contacts > .contact {
	width: 5.8rem;
	font-size: 2.2rem;
	line-height: 5rem;
	background: #ffffff;
	border-radius: 50%;
	border: 4px solid;
}

.speaker-contacts > .contact.pull-left {
	margin-left: -30px;
}

.speaker-contacts > .contact.pull-right {
	margin-right: -30px;
}

.speaker-contacts > .contact:hover {
	color: #ffffff;
}



/*--------------------
Video ==============*/
.video {
	position: relative;
	padding: 20px;
	background: #efefef;
	border-radius: 5px;
}

.video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}



/*--------------------
Event Info =========*/
.event-info {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.event-info .icon {
	float: left;
	width: 8rem;
	color: #bbbac0;
	font-size: 3.4rem;
	line-height: 7.4rem;
	text-align: center;
	border-radius: 50%;
	border: 3px solid #bbbac0;
}

.event-info .info {
	padding: 1.3rem 0 0 9rem;
}

.event-info h3 {
	margin: 0;
	font-size: 2rem;
}

.event-info span {
	color: #bbbac0;
	margin-top: -5px;
}



/*--------------------
Pricing Tables =====*/
.pricing-table {
	width: 100%;
	margin: 0 0 20px 0;
	background: #efefef;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
}

.table-title {
	margin: 0;
}

.table-price {
	font-family: 'Graphik', serif;
	color: #ffffff;
	font-size: 2.6rem;
}

.table-title,
.table-price,
.table-features li {
	padding: 0 20px;
	line-height: 6rem;
}

.table-price,
.table-features li {
	border-top: 3px solid #ffffff;
}

.table-features {
	margin: 0;
	padding: 0;
}

.table-features li {
	display: block;
	width: 100%;
	font-size: 2.6rem;
	color: #bbbac0;
}

.table-features li span {
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
}

.pricing-features {
	margin-top: 3px;
	padding-top: 12rem;
	text-align: left;
	list-style: none;
}

.pricing-features li {
	line-height: 6rem;
	border-top: 3px solid #ffffff;
	font-size: 2.2rem;
	color: #222222;
}



/*--------------------
Social Icons =======*/
.social-icons {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.social-icons li {
	float: left;
	margin: 0 10px 10px 0;
}

.social-icons li a {
	width: 4.4rem;
    border: 2px solid #bbbac0;
    border-radius: 50%;
    color: #bbbac0;
    line-height: 4rem;
    font-size: 2rem;
    text-align: center;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.social-icons li a:hover {
	color: #ffffff;
}



/*--------------------
Forms ==============*/
.form {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
/*    background: #efefef;*/
    border-radius: 5px;
}

.form-notification {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 3rem;
	line-height: 9rem;
	text-align: center;
}

.not-valid {
	border: 2px solid red;
}

#bloggerSuccess,

#bloggerFailure{ display:none; }



/*--------------------
Go Top =============*/
div.gotop {
	position: fixed; 
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-radius: 50%;
	border: 3px solid #efefef;
	font-size: 2.2rem;
	line-height: 45px;
	color: #BBBAC0;
	text-align: center;
	cursor: pointer;
}

.gotop:hover {
	color: #ffffff;
}



/*--------------------
Preloader ==========*/
#preloader {
	position: absolute; left:0; top:0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 3;
}

#preloader.ready {
	display: none;
}


/* -------------- loader6 -------------- */

.preloader{
	position: relative;
	width: 12px;
	height: 12px;

	top: 46%;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	left: 46%;
	left: -webkit-calc(50% - 6px);
	left: calc(50% - 6px);
	
	border-radius: 12px;
	-webkit-transform-origin:  50% 50%;
			transform-origin:  50% 50% ;
	-webkit-animation: preloader 1s ease-in-out infinite;
			animation: preloader 1s ease-in-out infinite;
}

.preloader:before{
	content: "";
	position: absolute;
	opacity: 0.5;
	top: 0px;
	left: -25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}

.preloader:after{
	content: "";
	position: absolute;
	opacity: 0.5;
	top: 0px;
	left: 25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}


@-webkit-keyframes preloader{
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(180deg);}
    100%{-webkit-transform:rotate(180deg);}
}

@-o-keyframes preloader{
    0%{-o-transform:rotate(0deg);}
    50%{-o-transform:rotate(180deg);}
    100%{-o-transform:rotate(180deg);}
}

@keyframes preloader{
    0%{transform:rotate(0deg);}
    50%{transform:rotate(180deg);}
    100%{transform:rotate(180deg);}
}


/*--------------------
Copyrights =========*/
.copyrights {
	margin-top: 15px;
	font-size: 1.2rem;
	line-height: 1.4em;
	color: #BBBAC0;
}

img{ max-width:100%; }


#galeryPhotos img{ max-width:100%; }

.galeryPhoto{ margin-bottom:30px; }


#socialsLinks{ font-size:0; text-align:center; margin-bottom:15px; }

#socialsLinks a{ max-width:44px; display:inline-block; margin:0 4px; }

#socialsLinks a img{ max-width:100%; }


.container { max-width:100%; }

 
#headerSliderMain{ position:relative; }

#main-slider{ position:relative; z-index:0; }

#main-slider li{  display: block; float: left; margin-right: -100%; opacity: 1; position: relative; width: 100%; }
 
#headerSliderMain img { width: 100%; }

 
.slidesText{ position:absolute; text-transform:uppercase; left:0; top:50%; transform:translateY(-50%); width:100%; z-index:2; text-align:center; } 
 
.slidesText h1{ margin:0; line-height:normal; margin-bottom:1vw; } 

#headerSliderMain .slidesText img{ max-width:37vw;  }

.slidesText h3{ margin:0; color:#fff; font-size:1vw; margin-bottom:0.3vw; } 

.slidesText p{ margin:0; color:#fff; font-size:0.8vw; line-height:1vw; } 
 
 
/*.clouds{ position: absolute; left:0; top:0;
	-webkit-animation: moveclouds 15s linear infinite;
	-moz-animation: moveclouds 15s linear infinite;
	-o-animation: moveclouds 15s linear infinite; transform:scale(.7); }

 
.x1 {
	-webkit-animation-duration:18s;
	-moz-animation-duration: 18s;
	-o-animation-duration: 18s;
}

.x2 {
	-webkit-animation-duration:22s;
	-moz-animation-duration: 22s;
	-o-animation-duration: 22s;
}

.anime1Cloud1 { width: 124px; height: 43px; top:100px; background: url(../images/anime1Cloud1.png) center no-repeat; }

.anime1Cloud2 { width: 110px; height: 30px; top:90px;  background: url(../images/anime1Cloud2.png) center no-repeat; }

.anime1Cloud3 { width: 111px; height: 27px; top:475px; background: url(../images/anime1Cloud3.png) center no-repeat; }
 
 
.anime2Cloud1 { width: 76px; height: 26px; top:125px; background: url(../images/anime2Cloud1.png) center no-repeat; }

.anime2Cloud2 { width: 57px; height: 19px; top:90px;  background: url(../images/anime2Cloud2.png) center no-repeat; }

.anime2Cloud3 { width: 56px; height: 19px; top:530px; background: url(../images/anime2Cloud3.png) center no-repeat; }
  

.delay1{ -webkit-animation-delay:3s; -moz-animation-delay: 3s; -o-animation-delay: 3s; }

.delay2{ -webkit-animation-delay:5s; -moz-animation-delay: 5s; -o-animation-delay: 5s; }

.delay3{ -webkit-animation-delay:7s; -moz-animation-delay: 7s; -o-animation-delay: 7s; }
*/
 


@-moz-keyframes moveclouds {
	0% { left:103vw;}
	100% { left: -130px;}
}


@-webkit-keyframes moveclouds {
	0% { left:103vw;}
	100% { left: -130px;}
}
@-o-keyframes moveclouds {
	0% { left:103vw;}
	100% { left: -130px;}
} 
 

#topSponsor{ font-size:0; text-align:center; padding:10px;  }

#topSponsor ul li{ padding:0 14px; list-style:none; display:inline-block; vertical-align:top; }
 

#topSponsor ul,

#sponsors ul{ padding:0; }



#sponsors{ font-size:0; text-align:center; }

#sponsors ul{ padding-bottom:15px; }

#sponsors ul li{ padding:0 15px; list-style:none; display:inline-block; vertical-align:top; }




.InnerSections{ padding:90px 0; }


#throwathon{ text-align:center; text-transform:uppercase; }

#throwathon .row:first-child{ margin-bottom:30px;}

#throwathon img{ margin-bottom:8px; }

h1.mainTitle{ font-size:80px; line-height:70px; text-transform:uppercase; text-align:center; margin:0; padding:0; padding-bottom:40px; }

 
.colorWhite,

.colorWhite h1,

.colorWhite h2,

.colorWhite h3,

.colorWhite h4,

.colorWhite p{ color:#fff; }

.colorWhite p a,

.colorWhite li a{ text-decoration:underline; color:#fff; }

.colorWhite p a:hover,

.colorWhite p a:focus,

.colorWhite li a:hover,

.colorWhite li a:focus{ text-decoration:none; color:#fff; }


#faq{ background:url(../images/faqsBg.jpg) center / cover no-repeat; }

#faq .row:nth-child(2){ margin-bottom:30px;}

#faq h2{ position:relative; text-transform:uppercase; padding-bottom:10px; display:inline-block; }

#faq .col-md-6 h2:after{ content:""; height:2px; background:#fff; position:absolute; left:0; bottom:0; width:100%; max-width:100%; }	

#faq p{text-align:justify; }

#faq p a{ text-decoration:underline; color:#fff; }

#faq p a:hover{ text-decoration:none; color:#fff; }



#panel{ /*background:url(../images/prizebg.jpg) center / cover no-repeat;*/ background:#f5f6f7; }

#panel h2{ line-height:30px; }



.prizeBoxes{ background:#111; border-radius:10px; padding:50px 10px; }

.prizeBoxes a{ display:block; }

#prizes{ background:url(../images/prizebg.jpg) center / cover no-repeat; text-align:center;  }
 
.prizeBoxes h2{ font-size:3.5rem; color:#fff; margin:0; margin-bottom:18px; }

.prizeBoxes p{ color:#fff; text-align:center; font-size:2.2rem; margin:0px; }


#schedule li.accordion span,

#schedule .accordion-body{ display:none !important; }
 

#register{ background:url(../images/registerBg.jpg) center / cover no-repeat;  text-align:center; }

#register p{ margin-bottom:30px; }

.registerBtn a{ max-width:100%; width:300px; margin:auto; display:block; background:#fff; font-size:20px;  color:#5d84c3; height:60px; line-height:60px; border-radius:5px; text-transform:uppercase; }


#bloggersModal{ }

#bloggersModal .container { max-width:100%; padding:50px 0; }

#bloggersModal p{ margin-bottom:30px; }

#bloggersModal input[type="submit"]{ max-width:100%; width:300px; text-transform:uppercase; margin:auto; display:block; background:#fff; font-size:20px; color:#3DBDAD; text-transform:uppercase; height:60px; padding-top:14px; }
 
#bloggersModal .modal-content{ background:#3DBDAD; text-align:center; }

#bloggersModal .close{ margin-right:10px; margin-top:5px; color:#fff; opacity:.8; position:relative; z-index:1; }

#bloggersModal .close:hover{ color:#fff; opacity:1; }




#vrChallengeModal{ }

#vrChallengeModal h2{ text-align:center; margin-bottom:30px; }

#vrChallengeModal h3{ margin:0; margin-bottom:10px; }

#vrChallengeModal .container { max-width:100%; padding:50px 0; }

#vrChallengeModal p,

#vrChallengeModal ul{ margin-bottom:25px; }
 
#vrChallengeModal ul ul{ margin:5px 0; } 
 
#vrChallengeModal .modal-content{ background:#3DBDAD; text-align:left; }

#vrChallengeModal .close{ margin-right:10px; margin-top:5px; color:#fff; opacity:.8; position:relative; z-index:1; }

#vrChallengeModal .close:hover{ color:#fff; opacity:1; }


#videoTeaser{ margin-bottom:20px; }


.sponsorContents{ text-align:center; }
 
#footer{ padding-bottom:20px; } 

#footer p{ font-size:12px; text-align:center;  } 


#news{ background:#f5f6f7; text-align:center; }

#newsListing{}

#news img{ width:100%; }

#news a{ display:block; }

.newsList{ position:relative; overflow:hidden; margin-bottom:40px }

.newsList h2{ margin:0; line-height:35px; position:absolute; left:0; bottom:0; background:#f65a2f; color:#fff; width:100%; transition:all .3s ease; }

.newsList h2 span{ color:#fff !important; padding:10px 20px; display:block; }
 

#news .autherLogo{ margin-bottom:20px; height:64px; display:inline-block; }

#news .autherLogo img{ width:auto; max-height:100%; }

 
#news .newsList h2{ height:100%; opacity:0; } 

#news .newsList h2 a{ height:100%; position:relative; }

#news .newsList h2 span{ text-align:center; position:absolute; left:0; top:50%; transform:translateY(-50%); }

#news .newsList:hover h2{  opacity:1; }


 

