/* ##################### RESET CSS  ##################### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
a:hover {
	text-decoration:none;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

:-ms-input-placeholder {  
   opacity:1;
}

img{
	max-width:100%;
}


html {
	background: url('http://wiredcamp.net/backgrounds/20150614_13094181_blured.jpg') no-repeat center center;
	min-height: 100%;
	background-size: cover;

}

body {
	font-family: 'Lato', sans-serif !important;
}

.navbar {
	background: #45C3D3;
	border: none;
	border-radius: 0px;
	padding: 15px;
}

.navbar-brand {
	width: 150px;
	padding: 0 15px;
	margin: 0;
}

.navbar-brand img {
	display: block;
}

.navbar-nav>li>a {
	color: white !important;
	text-transform: uppercase;
}

.navbar-nav> #register {
	background: white;
	color: #45C3D3 !important;
}

#contents {
	background: white;
	margin: 0 auto;
	margin-top: -15px;
	padding: 3em;
}

.aboutbox {
	padding: 23px 25px 25px;
	border-bottom: 1px solid #45C3D3;
}

.aboutbox-link a {
	padding: 10px 15px;
	display: block;
	width: 80%;
	margin: 0px auto;
	background: #45C3D3;
	margin-top: 50px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	font-size: 14px;
}

.aboutbox h5, .aboutbox h3 {
	text-transform: uppercase;
	padding-bottom: 6px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.aboutbox span {
	line-height: 20px;
}

.aboutbox .col-sm-8 {
	margin-top: 10px;
}

.nav-tabs {
	border: none;
	border-bottom: none;
}

.nav-tabs>li {
	margin: 0 25px 0 0;
	box-shadow: 0 1px 1px  rgba(43,59,93,.29);
	text-transform: uppercase;
}

.nav-tabs>li>a {
	color: #45C3D3;
}

.nav-tabs >.active > a {
	background: #45C3D3 !important;
	color: white !important;
}

.tab-content {
	margin-top: 20px;
}

.tab-pane div {
	padding: 1em 1em;
}

@media (max-width: 576px) {
	.nav-item {
		width: 100%;
	}
}


.tab-content img {
	width: 100%;
}

.row img {
	width: 100%;
}

.blockquote {
	color: white;
	background: #45C3D3;
	padding: 22px 30px;
	margin: 10px 0 12px;
	border: none;
	text-align: center;
}

#media h4 {
    text-transform: uppercase;
    border-left: 3px solid #45C3D3;
    padding-left: 11px;
}

#media .row {
	margin-top: 1.3em;
}

#media img {
	margin-bottom: 1em;
}

#media .row {
	padding-bottom: 3em;
}

#media span {
	display: inline-block;
	width: 100%;	
}

#features span {
	color: white;
}

#ctn {
	color: white;
	font-size: 4em;
	text-align: center;
	padding: 1em;
}

#features h4 {
    text-transform: uppercase;
    border-left: 3px solid #45C3D3;
    padding-left: 11px;
}

#features .row {
	margin-top: 1em;
	opacity: 1;
}

#features img {
	margin-bottom: 1em;
}

.reg_action a {
	background: #45C3D3;
	width: 40%;
	display: block;
	padding: 1em;
	text-align: center;
	margin: 0px auto;
	border-radius: .5em;
	margin-top: 50px;
	color: white;
}

.aboutbox .fa {
	font-size: 40px;
}

span.icons {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.icons .fa {
    padding: .2em;
}



span.title {
	display: block;
	text-align: center;
}

#ctn {
	
	font-size: 2em !important;
}


.countdownHolder{
	width:320px;
	margin:0 auto;
	font: 40px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
}

.position{
	display: inline-block;
	height: 2em;
	overflow: hidden;
	position: relative;
	width: .8em;
}

.digit{
	position:absolute;
	display:block;
	width:.8em;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:16px;
	height:2em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.9em;
}