/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL: 
 * colors : #0082BE;
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Fjalla+One:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Francois+One|Roboto+Condensed');

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}


/* ==========================================================================
   General styles
   ========================================================================== */

/* CMS toolbar */

div.cms .cms-toolbar-item-logo a:before {
    display: none;
}

div.cms .cms-toolbar-item-logo a {
    width: 160px;
    margin: 0 10px;
    background: url("../img/logos/logo-phenomin-nb.png") center no-repeat;
    background-size: contain;
}

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Francois One", sans-serif;
}

h1 {
	font-family: "Francois One", sans-serif;
    font-size: 28px;
}

h3 {
	color: #0082BE;
}

.centered h1 + p {
	font-size: 20px;
	margin-bottom: 40px
}


.label {
	border-radius: 0;
	font-size: inherit;
	padding: .3em .6em;
	font-family: "Fjalla One", sans-serif;
	font-weight: normal;
}

ul {
	list-style-image: url(../img/square-bullet.png);
}

.anim-hidden{
     opacity:0;
}

.anim-visible{
     opacity:1;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

/* header Wrap */

#headerwrap {
	height: 150px;
	background-color: #003271;
}

#headerwrap img{
	max-height: 140px;
	margin: 5px 0;
}

#headerwrap .title{
	text-align: right;
	color: #f2f2f2;
}

#headerwrap .date{
	text-align: right;
	color: #f2f2f2;
	font-family: "Francois One", sans-serif;
}


/* Application procedure Wrap */

#procedurewrap {
	padding-top: 30px;
	padding-bottom: 30px;
}

.deadlines {
	margin-top: 20px;
	padding: 10px;
	border: 2px solid #0082BE;
}


.deadlines img {
	height: 48px;
	margin-right: 8px;
}

.deadlines div {
	margin: 0 0 10px;
}

/* Form Wrap */

#formwrap {
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #f2f2f2;
	background-image: url(../img/form-bg.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 1000vmax rgba(0,130,190,.85);
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px
}

.form-control {
	border-radius: 0;
}

fieldset {
	margin: 30px 0;
}

legend {
	font-family: "Francois One", sans-serif;
}

textarea.form-control {
	width: 470px;
	height: 100px;
}

.form {
	background-color: #fcfcfc;
	color: #222;
	padding: 30px 15px;
}

.form ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.form ul li {
	display: inline-block;
}

.form ul label {
	font-weight: normal;
	margin-right: 20px;
	margin-bottom: 0;
}

input[type="checkbox"].form-control{
	width: 16px;
	margin: 1px 5px 0 0;
	border: 0;
	box-shadow: none;
	transition: none;
	display: inline-block;
	vertical-align: middle;
}

input[type="radio"].form-control{
	display: inline-block;
	vertical-align: -12px;
	width: 16px;
	margin: 1px 3px 0 0;
	border: 0;
	box-shadow: none;
	transition: none;
}

#id_experimental_work, #id_abstract_text, #id_expertise_gain, #id_important_problematic {
	height: 200px;
}

.select2-container .select2-choice {
	height: 32px;
}

.glyphicon.glyphicon-asterisk.text-danger {
	margin-top: 8px;
}

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

.fadeOut {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-duration: 8s;
	-moz-animation-duration: 8s;
	animation-duration: 8s;
}

/* Contact Wrap */
#contactwrap {
	background-color: #003271;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #f2f2f2;
}

#contactwrap h3, #contactwrap a {
	color: #f2f2f2;
}

#contactwrap img {
	height: 70px;
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#contactwrap img:hover {
	opacity: 0.6;
}

#contactwrap small {
	font-size: 13px;
}

#contactwrap label {
	color: #f2f2f2;
	margin-top: 10px;
}


@media (max-width: 1200px) {
	#globe-logo {
		display: none;
	}
}