/*
==========================================================================

	Color summary

	Color:		ffffff;

==========================================================================
	Algemene styles
==========================================================================
*/

* {
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

*:focus {
	outline: none !important;
}

body {
	font-size: 16px;
	position: relative;
}

a,
img,
a img {
	border: none;
}

a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

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

p {
	font-size: 1em;
	line-height: 1.4em;
	color: #999;
}

hr {
	display: block;
	width: 80%;
	margin: 40px auto;
	padding: 0;
	height: 0;
	border-top: 1px solid #eee;
}

.clear {
	clear: both;
	height: 0px;
	width: 100%;
}

.container {
	/*width: 1000px;*/
	margin: 0px auto;
}

.text-justify {
	text-align: justify;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.img-responsive {
	max-width: 100%;
}

.btn {
	display: inline-block;
	color: #fff;
	font-family: courier, monospace;
	padding: 12px 15px 9px;
	margin: 10px;
	border-radius: 3px;
	transition: all 0.3s;
	border-bottom: 3px solid rgba(0,0,0,.1);
	cursor: pointer;
}

.btn-primary {
	background-color: rgba(141,198,63,1);
}

.btn-primary:hover,
.btn-primary:focus {
	color: rgba(255,255,255,.75);
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
}

.btn i {
	-webkit-animation: btnicon 2s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite;
	animation: btnicon 2s;
	animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes btnicon {
	0% { padding: 0 10px 0 0; }
	60% { padding: 0 10px 0 0; }
	70% { padding: 0 5px 0 5px; }
	80% { padding: 0 10px 0 0; }
	85% { padding: 0 8px 0 2px; }
	90% { padding: 0 10px 0 0; }
	100% { padding: 0 10px 0 0; }
}

/* Standard syntax */
@keyframes btnicon {
	0% { padding: 0 10px 0 0; }
	60% { padding: 0 10px 0 0; }
	70% { padding: 0 5px 0 5px; }
	80% { padding: 0 10px 0 0; }
	85% { padding: 0 8px 0 2px; }
	90% { padding: 0 10px 0 0; }
	100% { padding: 0 10px 0 0; }
}

.section_title {
	text-align: center;
	font-family: courier, monospace;
	margin-top: 0;
	margin-bottom: 20px;
}

.section_title i {
	color: #006699;
}

/*
==========================================================================
	Concrete styles: main nav;
==========================================================================
*/

#mainnav {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	/*padding: 20px;*/
	background-color: #000;
	background-repeat: repeat;
	background-image: url(../img/theme/hackathon-bgpattern.jpg);
	box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

#mainnav .container {
  	position: relative;
  	/*padding-bottom: 20px;*/
	}

#mainnav ul {
	display: block;
	width: 100%;
	text-align: center;
	list-style: none;
	padding: 10px 0;
}

#mainnav ul.dropdown-menu {
	/*display: none;*/
	/*float: left;*/
	/*position: absolute;*/
  	/*margin-top: 20px;*/
  	width: 100%;
  	background-color: #000;
  	background-repeat: repeat;
  	background-image: url(../img/theme/hackathon-bgpattern.jpg);
  	box-shadow: 0px 3px 5px rgba(0,0,0,.25);
  	width: 100%;
  	text-align: center;
	}

#mainnav ul li {
	display: inline;
	}

#mainnav ul.dropdown-menu li {
	display: inline-block;
	}

#mainnav ul li a {
	padding: 10px;
	font-family: courier, monospace;
	font-weight: 400;
	font-size: 1em;
	text-decoration: none;	
	color: rgba(141,198,63,1);	
	}

#mainnav ul.dropdown-menu li a {
  	display: block;
	}

#mainnav ul li a:hover,
#mainnav ul li a:focus {
	color: rgba(141,198,63,.6);
	}

#mainnav ul li.current-menu-item a {
	color: #fff;
	-webkit-animation: none !important;
	animation: none !important;
	}

#mainnav ul li.highlight a {
	color: #fff;
	background-color: rgba(141,198,63,1);
	border-radius: 5px;
	padding: 10px 15px 7px;
    border-bottom: 3px solid rgba(0,0,0,.1);
	}

#mainnav ul li.highlight a:hover,
#mainnav ul li.highlight a:focus {
	color: rgba(141,198,63,1);
	background-color: rgba(255,255,255,.25);
}

/* Chrome, Safari, Opera */
@-webkit-keyframes navpulse {
	0% { color: rgba(141,198,63,1); }
	25% { color: #fff; }
	50% { color: rgba(141,198,63,1); }
	75% { color: #fff; }
	100% { color: rgba(141,198,63,1); }
	}

/* Standard syntax */
@keyframes navpulse {
	0% { color: rgba(141,198,63,1); }
	25% { color: #fff; }
	50% { color: rgba(141,198,63,1); }
	75% { color: #fff; }
	100% { color: rgba(141,198,63,1); }
	}

/*
==========================================================================
	Concrete styles: header;
==========================================================================
*/

#header_outer {
	margin-top: 60px;
	width: 100%;
	padding: 100px 0px 120px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/theme/hackathon-headerbg.jpg);
	}

#header_inner {
	text-align: center;
	}

img#header_brand {
	width: 900px;
	max-width: 100%;
	-webkit-animation: blinkbrand 3s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite;
	animation: blinkbrand 3s;
	animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes blinkbrand {
	0% { opacity: .5 }
	10% { opacity: 1 }
	12%	{ opacity: .75 }
	13%	{ opacity: .0 }
	15% { opacity: 1; }
	30% { opacity: 1; }
	31% { opacity: .5; }
	32% { opacity: 1; }
	50% { opacity: 1; }
	51% { opacity: .15; }
	52% { opacity: .75; }
	54% { opacity: .25; }
	55% { opacity: 1; }
	80% { opacity: 1; }
	82% { opacity: .75; }
	83% { opacity: 0; }
	85% { opacity: 1; }
	86% { opacity: .5; }
	87% { opacity: 1; }
}

/* Standard syntax */
@keyframes blinkbrand {
	0% { opacity: .5 }
	10% { opacity: 1 }
	12%	{ opacity: .75 }
	13%	{ opacity: .0 }
	15% { opacity: 1; }
	30% { opacity: 1; }
	31% { opacity: .5; }
	32% { opacity: 1; }
	50% { opacity: 1; }
	51% { opacity: .15; }
	52% { opacity: .75; }
	54% { opacity: .25; }
	55% { opacity: 1; }
	80% { opacity: 1; }
	82% { opacity: .75; }
	83% { opacity: 0; }
	85% { opacity: 1; }
	86% { opacity: .5; }
	87% { opacity: 1; }
}

#header_inner h1 {
	margin: 40px 0 0;
	/*font-family: courier, monospace;*/
	/*font-weight: 400;*/
	font-size: 1.5em;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,.5);
}

#header_inner .btn {
	text-shadow: none;
	padding: 12px 18px 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
	font-size: 0.875em;
	font-weight: 400;
}

#countdown {
	margin-top: -60px;
}

#countdown_wrapper {
	position: relative;
	height: 120px;
	padding: 20px 10px;
	border-radius: 10px;
	background-color: #000;
	border: 1px solid #000;
	box-shadow: inset 0 2px 3px rgba(255,255,255,.5), 0 5px 10px rgba(0,0,0,.5);
}

/*#countdown_wrapper #countdown_bigredbutton {
	position: absolute;
	top: -31px;
	left: 0;
	right: 0;
	margin: auto;
	width: 25%;
	height: 30px;
	background: red;
	border: 1px solid rgba(0,0,0,.5);
	border-bottom: 0;
}*/

#countdown_wrapper::before {
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 1px;
	content: url('../img/theme/timer-wires-left.png');	
}

#countdown_wrapper::after {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 1px;
	content: url('../img/theme/timer-wires-right.png');	
}

#hackathon_timer .countdown-row {
	display: block;
	overflow: hidden;
	width: 100%;
}

#hackathon_timer .countdown-section {
	display: block;
	width: 25%;
	height: 80px;
	padding: 0px 10px;
	float: left;
	text-align: center;
}

#hackathon_timer .countdown-section .countdown-amount {
	display: block;
	font-size: 2.5em;
	line-height: 1em;
	font-family: courier, monospace;
	padding: 10px 5px 0px;
	background-color: #333;
	border-bottom: 0;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,255,0,1);
	box-shadow: inset 0 3px 6px #000;
}

#hackathon_timer .countdown-section .countdown-period {
	display: block;
	font-size: 0.75em;
	text-transform: uppercase;
	padding: 0px 5px 10px;
	background-color: #333;
	border-bottom: 1px solid rgba(255,255,255,.1);
	border-top: 0;
	color: #777;
	box-shadow: inset 0 -3px 6px #000;
}

#timer_feet {
	margin-top: -7px;
}

#timer_feet .timer_foot {
	display: inline-block;
	height: 10px;
	width: 30px;
	background-color: #000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #000;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,.5), inset -10px 0 10px rgba(255,255,255,.25), -2px 0px 5px rgba(0,0,0,.5);
}

/*
==========================================================================
	Concrete styles: summary;
==========================================================================
*/

#summary {
	padding: 50px 0px;
	text-align: center;
}

#summary i {
	text-align: center;
	padding-bottom: 20px;
}

#summary .block i {
  	font-size: 40px;
  	}

#summary h2 {
	font-family: courier, monospace;
	font-size: 1em;
	font-weight: 300;
	color: #006699;
}

#summary h2 strong {
	font-family: inherit;
}

#summary p {
	padding: 10px 0 0;
	font-weight: 300;
}

#summary strong {
	color: #000;
}

/*
==========================================================================
	Concrete styles: brands;
==========================================================================
*/

#brands {
	padding: 40px 0px;
	background-color: #eee;
}

#brandcontainer {
	text-align: center;
}

#brandcontainer img {
	max-width: 150px;
	max-height: 75px;
	margin: 20px;
}

/*
==========================================================================
	Concrete styles: program;
==========================================================================
*/

#program {
	padding: 60px 0px;
	background-color: #f9f9f9;
}

#program_timeline {
	position: relative;
	padding: 1px 0px;
}

#program_timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  height: 100%;
  width: 4px;
  background-color: #ddd;
  background-color: rgba(0,0,0,.075);
}

.program_timeline_item {
	position: relative;
	margin: 30px 0px;
}

.program_timeline_hidden {
	visibility: hidden;
}

.program_timeline_hidden_bounce_in {
	visibility: visible;
	-webkit-animation: bounce-in 0.6s;
	animation: bounce-in 0.6s;
}

@-webkit-keyframes bounce-in {
	0% {
		opacity: 0;
		transform: scale(0.5);
	} 
	60% {
		opacity: 1;
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes bounce-in {
	0% {
		opacity: 0;
		transform: scale(0.5);
	} 
	60% {
		opacity: 1;
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

.program_timeline_item_orb {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px white, 0 3px 0 4px rgba(0,0,0,.075);
}

.program_timeline_item_orb_green {
	background-color: rgba(141,198,63,1);
}

.program_timeline_item_content {
	position: relative;
	margin-left: 50px;
	background-color: #fff;
	border-radius: 5px;
	border-bottom: 3px solid rgba(0,0,0,.15);
	padding: 15px 20px 15px;
}

.program_timeline_item_content h2 {
	font-family: courier, monospace;
	font-weight: 300;
	color: #006699;
}

.program_timeline_item_content .timestamp {
	display: block;
	color: #999;
	padding: 5px 0;
}

.program_timeline_item_content ul {
	padding-left: 20px;
	margin: 10px 0;
}

.program_timeline_item_content ul em {
	color: #999;
}

/*
==========================================================================
	Concrete styles: signup;
==========================================================================
*/

#signup {
	padding: 80px 0px;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/theme/hackathon-signupbg.jpg);
	position: relative;
}

#signup #signup_form {
	padding: 30px;
	border-radius: 10px;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	box-shadow: 0 5px 10px rgba(0,0,0,.5);
	position: relative;
	transition: all 0.5s ease-out;
}

#signup #signup_form::before {
	position: absolute;
	top: 75px;
	right: 100%;
	margin-right: 10px;
	content: url('../img/theme/hackathon-signup-left.png');	
}

/*
#signup #signup_form::after {
	position: absolute;
	top: 75px;
	left: 100%;
	content: url('../img/theme/hackathon-signup-right.png');	
}
*/
#signup .signup_form_hidden {
	right: 200%;
	opacity: 0;
}

#signup .signup_form_visible {
	right: 0;
	opacity: 1;
}

#signup_form h1 {
	text-align: center;
	font-family: courier, monospace;
	margin-top: 0;
	font-size: 1.5em;	
}

#signup form {

}

#signup form .signup_input_wrap {
	display: block;
	position: relative;
	margin-bottom: 10px;
}

#signup form .signup_input_wrap .signup_icon_wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 45px;
	line-height: 43px;
	text-align: center;
	background: #006699;
	border: 1px solid rgba(0,0,0,.2);
	color: #fff;
	color: rgba(255,255,255,.75);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#signup form .signup_input_wrap .signup_inputfield_wrap {
	display: block;
	margin-left: 45px;

}

#signup form .signup_input_wrap .signup_inputfield_wrap .signup_input {
	position: relative;
	display: block;
	padding: 0 15px;
	width: 100%;
	height: 45px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none;
	border: 1px solid rgba(0,0,0,.2);
	border-left: 0;
	background: none;
	background-color: #fff;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
	transition: border-color 0.3s;
}

#signup form .signup_input_wrap .signup_inputfield_group_wrap .signup_input {
	border-radius: 0;
}

#signup form .signup_input_wrap .signup_inputfield_group_wrap .signup_input:first-child {
	border-top-right-radius: 5px;
}

#signup form .signup_input_wrap .signup_inputfield_group_wrap .signup_input:last-child {
	border-bottom-right-radius: 5px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

#signup form .signup_input_wrap .signup_inputfield_wrap .signup_input:focus,
#signup form .signup_input_wrap .signup_inputfield_group_wrap .signup_input:focus {
	border-color: #006699;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 2px #006699;
}

#signup form .signup_submit {
	border-left: none;
	border-top: none;
	border-right: none;
	margin: 10px 0 0;
	width: 100%;
}

/*
==========================================================================
	Concrete styles: mapsection;
==========================================================================
*/

#mapsection {
	overflow: hidden;
	height: 500px;
}

#mapsection iframe{
	pointer-events: none;
}

/*
==========================================================================
	Concrete styles: footer;
==========================================================================
*/

#footer {
	padding: 30px 0px;
	background-color: #006699;
}

#footer p {
	color: #fff;
	color: rgba(255,255,255,.5);
	font-size: 0.75em;
	font-weight: 300;
}

#footer p a {
	color: #fff;
}

#gform_4 label {
	display: none;
	}

.left {
	text-align: left;
	}

li.gfield_error {
	background: rgb(242, 222, 222) !important; 
	}

.validation_error {
	padding: 28px !important;
  	text-align: center;
  	font-size: 15px !important;
	}

li.gfield_error .gfield_description {
	background: none;
	border: none;
	}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: #FFDFE0 !important;
	}

.ui-datepicker {
	margin-top: 0px !important;
	}

.gform_wrapper ul li.gfield {
	border-radius: 5px !important;
	}

.ui-datepicker {
	margin-top: -100px !important;
	}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
	color: #000000;
	}

li#field_4_5 {

	}

li#field_4_6 {
	border-top-left-radius: 0px !important;
	}

li#field_4_4 {
	border-bottom-left-radius: 0px !important;
	}

a.mobile-icon {
	display: inline-block;
	padding: 6px 10px;
	position: absolute;
	background-color: rgba(141,198,63,1);
	color: #ffffff;
	border-radius: 4px;
	}

.logo-friesland {
  	display: inline-block;
  	-ms-transform: rotate(-5deg);
  	-webkit-transform: rotate(-5deg);
  	transform: rotate(-5deg);
	position: absolute;
  	top: 140px;
	left: 60px;
	z-index: 999;
	display: none;
	}

a.moreinfo {
	margin: 0;
	color: rgba(141,198,63,1);
	text-decoration: underline;
	}

a.moreinfo:hover {
	text-decoration: none;
	}

ul.logosprices {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.logosprices li {
	float: left;
	}

ul.logosprices li a {
	display: inline-block;
	margin: 0 2px 0 0;
	}

.moreinfo-container {
	padding: 20px;
  	background: rgb(249, 249, 249);
  	margin: 10px 0 20px 0;
  	border-radius: 5px;
  	font-weight: 300;
  	font-size: 14px;
  	line-height: 22px;
  	display: none;
	}

/* 
==========================================================================
	Media queries
==========================================================================
*/

/* == Large Devices, Wide Screens == */
@media only screen and (max-width : 1200px) {

}

/* == Medium Devices, Desktops == */
@media only screen and (max-width : 991px) {

}

/* == Small Devices, Tablets == */
@media only screen and (max-width : 767px) {

	#signup #signup_form::after {
		content: '';
	}

}

/* == Custom size == */
@media only screen and (max-width : 580px) {

}

/* == Extra Small Devices, Phones == */ 
@media only screen and (max-width : 480px) {

	#mainnav ul.dropdown-menu li {
		width: 100%;
		}

	#mainnav ul.dropdown-menu {
		/*margin-top: 82px;*/
  		padding-bottom: 20px;
		}

	#header_outer {
		margin-top: 170px;
		padding: 100px 0 30px;
	}

	ul.logosprices {
  		list-style: none;
  		margin: 0;
  		padding: 0;
  		position: absolute;
  		top: 290px;
  		left: 40px;
		}

}

/* == Custom, iPhone Retina == */ 
@media only screen and (max-width : 320px) {

}