*{
	outline:none;
	font-family: 'Montserrat', sans-serif;
}
.jumbotron{
	min-height: 50vh;
	max-height: 50vh;
	background:#2196F3;
	text-align:center;
	color:#ffffff;
}
.jumbotron p{
	font-weight: 500;
}
.jumbotron small{
	font-size: 22px;
	font-weight: 100;
}
.jumbotron h1{
	font-weight: 100;
	padding-top: 50px;
}
.abstract-card{
	background-color: #fff;
	border-radius: 2px;
    margin-bottom: 48px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    word-wrap: break-word;
    padding: 30px 10px;
    margin-top: -100px;
    border-top: 5px solid #29B6F6;
}
.details{
	padding: 50px 20px;
}
h4{
	font-weight: 300;
}
.clearfix{
	padding: 20px;
}
.form-group{
	position: relative;
	margin-top: 20px;
}
.form-group label{
	color:#9e9e9e;
	font-size: 15px;
	position: absolute;
	top:10px;
	left:10px;
	transition: all 0.2s ease;
}
.form-group .form-control:focus ~ label, .form-group .form-control:active ~ label{
	color: #29B6F6;
	font-size: 10px;
	top:-10px;
}
label.input-filled{
	font-size: 10px;
	top:-10px;
}
.form-control{
	border:none;
	position: relative;
	z-index: 1;
	background:transparent;
	border-radius: 0px;
	box-shadow:none;
	border-bottom: 2px solid #9e9e9e;
	transition: all 0.5s cubic-bezier(.32,2,.55,.27);
}
.form-control:focus,.form-control:active{
	box-shadow: none;
	border-color: #29B6F6;
}

input[type="radio"] {
    display: none;
}
input[type=radio] + label{
	font-size:15px;
	color:#9e9e9e;
}
input[type=radio] { display:none; } /* to hide the checkbox itself */
input[type=radio] + label:before {
  font-family: "Ionicons";
  display: inline-block;
  padding:5px;
}

input[type=radio] + label:before { content: "\f372";} /* unchecked icon */
input[type=radio] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=radio]:checked + label{color: #29B6F6;}
input[type=radio]:checked + label:before { content: "\f373";color: #29B6F6; } /* checked icon */

input[type="checkbox"] {
    display: none;
}

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: "Ionicons";
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f372";} /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label{color: #29B6F6;}
input[type=checkbox]:checked + label:before { content: "\f373";color: #29B6F6; } /* checked icon */

.uppercase{
	text-transform: uppercase;
}

.bootstrap-tagsinput {
    padding: 10px;
	border:none;
	position: relative;
	z-index: 1;
	background:transparent;
	border-radius: 0px;
	min-width: 100%;
	box-shadow:none;
	border-bottom: 2px solid #9e9e9e;
	transition: all 0.5s cubic-bezier(.32,2,.55,.27);
}
.label.label-info{
	background:#213e7a;
	padding:5px;
	border-radius: 2px;
	margin:5px;	
	font-size: 15px;
	font-weight: 300;
}
#character_count{
	font-size: 20px;
}
.detailsinfo strong{
	letter-spacing: 0.1em;
}
.detailsinfo ul li:before{
	content :"\f3a6";
	margin:5px;
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.detailsinfo ul li{
	list-style: none;
	line-height: 20px;
}
.detailsinfo a{
	color:#FFFFFF;
}
.detailsinfo{
	margin:20px 0px;
	padding: 10px;
	background:#03A9F4;
	font-size: 12px;
	color:#fff;
	line-height: auto;

}
.btn.btn-info{
	border:1px solid #03A9F4;
	border-radius: 0px;
	background:#03A9F4;
}
nav{
	position: fixed;
	top:-50px;
	background:#03A9F4;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	width:100%;
	height:50px;
	z-index: 6;
	left: 0;
	transition: all 0.2s linear;
}
nav .branding{
	padding: 10px 30px;
	color:#ffffff;
	font-size: 4vmin;
	font-weight: 300;
}
nav .branding a{
	color:#ffffff;
}

nav.active{
	top:0px;
	transition: all 0.2s linear;
}
.material-icons{
	vertical-align: middle;
}
a:hover,a:focus,a:active{
	text-decoration: none;
}