/*
 * 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:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Cabin+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

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
}

/* Bootstrap hacks for 5 col grid */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* ==========================================================================
   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: "Droid Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;

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

h1, h2, h3, h4, h5, h6 {
	font-family: "Museo-700", sans-serif;
	color: #003271;
}

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

a {
	color: #0082BE;
}

a:hover {
	text-decoration: none;
}

.anim-hidden {
     opacity: 0;
}

.anim-visible {
     opacity: 1;
}

.not-found h1 {
	color: #fff;
	text-align: center;
}

/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: rgba(0,130,190,0.85);
	width: 200px;
	height: 100%;
}

.menu h3.logo {
	color: #ffffff;
	margin-left: 20px;
}

.menu h3.logo img {
	margin-top: 40px;
}

.menu h3.logo a {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 10px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: 80%;
	padding-left: 10px;
}

.menu a:hover {
	color: #0082BE;
	background-color: #ffffff;
}

.menu a:active {
	color: #0082BE;
	background-color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 22px;
	color: red;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-wrap-bottom {
	height: 100%;
	width: 100%;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 90px;
	left: -60px;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	width: 120px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-family: "Museo-500", sans-serif;
	background: rgba(0,130,190,0.85);
	border-top: 1px solid rgba(0,130,190,0.85);
	border-left: 1px solid rgba(0,130,190,0.85);
	border-bottom: 1px solid rgba(0,130,190,0.85);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,130,190,0.9);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle.active {
	width: 40px;
	left: 20px;
}

#menuToggle span {
	display:inline-block;
	height: 26px;
	width: 75px;
	opacity: 1;
	-webkit-transition: all .1s .2s ease-in-out;
	   -moz-transition: all .1s .2s ease-in-out;
		-ms-transition: all .1s .2s ease-in-out;
		 -o-transition: all .1s .2s ease-in-out;
			transition: all .1s .2s ease-in-out;
}

#menuToggle .fa-bars {
	height: 22px;
	width: 19px;
	opacity: 1;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle .fa-times {
	height: 0px;
	width: 0px;
	opacity: 0;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle.active span {
	height: 0px;
	width: 0px;
	opacity: 0;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle.active .fa-bars {
	height: 0px;
	width: 0px;
	opacity: 0;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle.active .fa-times {
	height: 22px;
	width: 19px;
	opacity: 1;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}



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

#headerwrap {
	background: url(/static/img/liebfrauenberg-ts.JPG) no-repeat center center;
	margin-top: 0px;
	background-attachment: relative;
	background-position: 50% 25%;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap .col-md-5 {
	position: relative;
	min-height: 700px;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 10px;
}

#headerinfo {
	/*position: absolute;*/
	bottom: 0;
	color:#ffffff;
	text-align: right;
	padding: 15px;
}

#headerinfo img {
	max-width: 86%;
	text-align: right;
}

#headerinfo .date {
	font-size: 20px;
	letter-spacing: 0px;
	font-family: "Museo-500", sans-serif;
}

#headerinfo .separator {
	clear: both;
	float: right;
	padding-top: 0px;
	width: 20%;
	border-bottom: 2px solid #0082BE;
}

#headerinfo .title {
	background: url(../img/europe-stars-left-2nd.png) 0% 4% no-repeat;
}

#headerinfo .title h1 {
    font-family: "Museo-700", sans-serif;
    color: #f2f2f2;
    letter-spacing: 1px;
    font-size: 34px;
    font-weight: 400;
    text-shadow: 1px 1px 0px #000;
    padding-top: 12px;
    padding-left: 10px;
    margin-bottom: 40px;
    line-height: 40px;
}

#headerinfo .title h2 {
    color: #fff;
}

.label-deadline {
	font-size: 1em;
	background-color: #489148;
}

/* Firefox margin hack */
@-moz-document url-prefix()
{
    #headerinfo .title h1 {
        padding-left: 0px;
    }
}

#headerinfo .title p {
	font-size: 20px;
	text-shadow: 1px 1px 0px #000;
	margin-bottom: 30px;
}

#headerinfo .title .btn-register {
	font-family: "Fjalla One", sans-serif;
	letter-spacing: 2px;
	margin-bottom: 50px;
	border-radius: 0px;
	font-weight: 700;
	font-size: 24px;
}

.fadeInDown {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}


#headerwrap i.fa.fa-linkedin-square {
	float: right;
	font-size: 4.3em;
	padding-left: 0.2em
}

#headerwrap i.fa.fa-graduation-cap {
	float: right;
	font-size: 3.4em;
	padding-left: 0.2em
}

/* Global Wrap */

.wrap {
	padding-top: 30px;
	padding-bottom: 40px;
}

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


/* Points Wrap */

#pointswrap {
	background-color: #0082BE;
	color: #fff;
}

#pointswrap h1 {
	color: #f2f2f2;
}

.points {
	font-family: "Museo-300", sans-serif;
	font-size: 17px;
}

.points img {
	float: right;
}

.points li {
	margin: 5px 0;
}

/* About Wrap */

#aboutwrap h2 {
	color: #0082BE;
	clear: both;
}

#aboutwrap img {
	width: 400px;
}

#aboutwrap p {
	text-align: justify;
}

.filer_image.left {
    float: left;
    padding-right: 2.5%;
    padding-bottom: 2.5%;
}

.filer_image.right {
    float: right;
    padding-left: 2.5%;
    padding-bottom: 2.5%;
}



/* Separators About and Location - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
}
.about {
	background-image: url(../img/about-sep.jpg);
}

.location {
	height: 480px;
	background-position: 0 0;
	background-image: url(../img/liebfrauenberg-sep.jpg);
	background-size: cover;
}

.mt {
	margin-top: 50px;
}

.service {
	text-align: left;
}

.service small {
	font-size: 12px;
	font-weight: bold
}

.service i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	vertical-align: middle;
}

.service .text {
	color: #767676
}

/* Comittee Wrap */

#comitteewrap {
	background-color: #0082BE;
	margin-top: 0px;
	color: #f2f2f2;
}

#comitteewrap h1 {
	color: #f2f2f2;
}

#comitteewrap h3, #comitteewrap h4, #comitteewrap p {
	color: #222;
}

.scientific, .steering {
	background-color: #fff;
	margin-top: 30px;
}

.scientific h2, .steering h2 {
	color: #0082BE;
	text-align: center;
}

.scientific-member {
	text-align: center;
	color: #fff;
	padding: 5px 10px;
}

.scientific-member img {
	height: 150px;
	border-radius: 75px;
}

.steering h4 {
	margin-top: 20px;
	margin-bottom: 4px;
}


/* 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;
}


/* Sponsor Wrap */

#sponsorswrap {
	background-color: #f9f9f9;
	text-align: center;
}

#sponsorswrap a {
	margin: 0 9px;
}

#sponsorswrap .col-lg-12 h2 {
	margin-bottom: 30px;
}

#sponsorswrap .col-lg-12 a:first-child {
	margin-left: 0;
}

#sponsorswrap .col-lg-12 a:last-child {
	margin-right: 0;
}

#sponsorswrap .col-lg-12 a {
	margin: 0 20px;
}

#sponsorswrap .col-lg-12.others {
	margin-top: 20px;
	padding-top: 20px;
}


#sponsorswrap img {
	height: 72px;
	opacity: 1;
	margin: 8px 0;
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#sponsorswrap img:hover {
	opacity: 0.6;
}


#sponsorswrap .col-lg-12.others img {
	height: 70px;
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}


/* Portfolio Wrap */

#portfoliowrap {
	border-bottom: 1px solid #B7C401;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
  color: rgb(0,0,0);
  width: 0;
}

.carousel-control .glyphicon-chevron-left {
  left: -15px;
}

.carousel-control .glyphicon-chevron-right {
  left: 15px;
}


/* Schedule Wrap */

#schedulewrap {
	border-top: 1px solid #B7C401;
	border-bottom: 1px solid #B7C401;
}

.table {
	border: 1px solid #0082BE;
}

.table > tbody, .table > tbody > tr:first-child > td {
	border: 0px solid #0082BE;
}

.table > tbody > tr > th {
	border-top: 1px solid #0082BE;
	text-align: center;
}

.table tr td:first-child {
	width: 20%;
}

#list .table tr td:first-child {
	width: 12%;
}

.nav-tabs > li > a {
	color: #0082BE;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	background-color: #0082BE;
	border-radius: 0;
	color: #f2f2f2;
	border: 1px solid #0082BE;
}

address {
	margin-bottom: 0;
}

address i.fa {
	width: 18px;
	text-align: center;
	color: #333;
}

i.fa-user, i.fa-users {
	color: #333;
}

.speaker {
	font-size: 95%;
	color: #777;
	display: block;
}

.has-feedback .form-control-feedback {
	top: 0px;
	right: 15px;
}

/* Location Wrap */


#locationmapwrap {
	position: relative;
}

#locationmapinfo {
	position: absolute;
	top: 0px;
	width: 100%;
}

#locationmapinfo .row{
	background-color: #fff;
}

#locationmapinfo .col-md-12{
	font-family: "Museo-500", sans-serif;
	font-size: 18px;
	padding: 10px;
}

.location-map-info-container i.fa {
	font-size: 20px;
	margin-right: 6px;
}

.google-maps {
    position: relative;
    padding-bottom: 23.65%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* Topics Wrap */

#topicswrap p {
	text-align: justify;
}


/* Gallery Configuration */
.topicphoto-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #2f2f2f;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.topic-wrapper {
	margin-bottom: 30px;
}

.topicphoto {
	position: relative;
}

.topicphoto .topictitle{
	position: absolute;
	width: 100%;
	color: #fff;
	bottom: 0;
	background-color: #2f2f2f;
	font-family: "Cabin Condensed", sans-serif;
	padding: 3px 4px;
}

.topic .overlay {
	position: absolute;
	text-align: center;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.topic:hover .topicphoto-wrapper {
    background-color: #2f2f2f;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.topic:hover .topicphoto {
	opacity: 0.1;
	filter: alpha(opacity=40);
}
.topic:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.fancybox-title {
	font: normal 18px/24px "Cabin Condensed", sans-serif;
}

/* Additional responsive styles */

@media (max-width: 1199px) {
	#sponsorswrap .col-lg-4 + .col-lg-8 {
		border-left: 0px solid #ddd;
	}

	#headerinfo .title h1 {
		font-size: 30px;
		padding-left: 24px;
	}
}

@media (max-width: 991px) {
	#aboutwrap img {
		float: none;
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	#headerinfo .title {
		background: url(../img/europe-stars-left.png) 32% 1% no-repeat;
	}

	#headerinfo .title h1 {
		font-size: 40px;
		padding-left: 80px;
	}

	#pointswrap .col-md-3 {
		display: none;
	}
}

@media (max-width: 767px) {
	/* schedule table */
	.nav-tabs > li {
		float: none;
	}

	/* Fancy boxes */
	.topicphoto .topictitle {
		font-size: 24px;
	}

	.fancybox > img {
		width: 100%;
	}

	#topicswrap .fancybox > img {
		height: 40px;
	}

	#pointswrap .col-lg-3 {
		display: none;
	}

	.sep {
		background-position: 0% 60%;
	}
}
