/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    margin-left: 5px;
    margin-right: 5px;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
    color: #CA62C3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f001";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #C1C0CF;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}


.img-keynote {
    float: left; 
    margin: 0px 5px 5px 5px;
}



header {
    text-align: center;
    color: #fff;
    background: #C1C0CF;
}

header .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .title {
    font-size: 1.25em;
    font-weight: 300;
    font-weight: 300;
}

header .intro-text .wstitle {
    font-size: 3.5em;
    font-weight: 300;
    color: #8b3b91;
	font-variant: small-caps;
}

header .intro-text .where {
    font-size: 1.1em;
    font-weight: 100;
    color: #666;
}

@media(min-width:768px) {
    header .container {
        padding-top: 160px;
        padding-bottom: 50px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .title {
        font-size: 2.0em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section p {
    font-size: 1.2em;
}

section.call li {
    font-size: 1.1em;
    color: #444;
}

section strong {
    font-size: 1.3em;
    font-weight: 700;
    color: #AF60AA;
}

section.committee {
    color: #fff;
    background: #C1C0CF;
}

section.committee li, ul{
    font-size: 1.0em;
    color: #444;
}

.registration {
    padding-left : 8mm;
    font-size: 1.0em;
    color: #000;
}

table
{ 	margin: 10px 0 30px 0; 	
	font-variant: small-caps;
    border-style: solid;
    border-color: #AAA;
}

table tr th, table tr td
{
  color: #111;
  padding: 7px 7px;
  text-align: center;}
  
table tr td
{ background: #EAEAEA;
  color: #47433F;
}

section.altern {
    color: #fff;
    background: #C1C0CF;
}

section.altern p {
    color: #444;
}

section.altern li{
    font-size: 1.1em;
    color: #444;
}


@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #C1C0CF;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #C1C0CF;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #FFF;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;    
    background-color: #233140;
}

a { color: #ffff; }
.footer-below a:hover,
.footer-below a:focus,
.footer-below a:active
{
    outline: 0;
    color: #ffff;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.keynote
{
	text-align: justify;
}

.scientificcommittee
{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.location {
  margin-left: 30px;
}

.tenormenu {
    font-size: 0.95em;
}

.pdf 	{ padding-left: 20px; }
#event 			{ padding: 15px 0 15px 0; background-color: #e7e6f7; }
#event .time	{ padding-left: 15px; color: #000}
#event .registration	{ font-weight: bold; font-size: 110%; }


#date { text-align: center; font: normal 140% arial; background: #ccc; color: #777;	padding-top: 8px; padding-bottom: 8px; }
#break 	  { text-align: center; padding: 12px 0 12px 0; font: 110% arial; color: #888; background: #eee; }
#altbreak { text-align: center; padding: 12px 0 12px 0; font: 110% arial; color: #888; background: #efefef; }
#location { text-align: right; font: bold 100% arial; text-transform: uppercase; padding: 15px 0 5px 0; color: #7871dd; font-size: 85%;}
#sessionTitle { color: #8525bc; padding: 15px 0 0 0; font: normal 130% arial; text-transform: uppercase; font-size: 90%;}

#program { margin-left: 0px; text-align: left; margin-right: 0px; }
#program .right { float:right; cursor:pointer; }
#program .chair { padding-right: 15px; text-transform: none; font-size: 85%; color: #777; }
#program .refs 	{ padding-left: 55px; padding-right: 15px; font-size: 90%; text-align: justify; color: #777; }
#program .authors  { font-style: italic; padding-left: 26px;	font-size: 90%;}
#program .abstract { padding-left: 63px; padding-right: 10px; font-size: 95%; text-align: justify; color: #777; }
#program .bibtex   { padding-left: 63px; padding-right: 10px; font-size: 80%; color: #777; font-family: monaco; }
#program .poster { font-variant: small-caps; font-weight: bold; font-size: 130%; color: #444; font-size: 95%; }
#program .time	{ padding-left: 15px; font: bold; color: #888; font-size: 90%; }
#program .registration 	{ text-transform: uppercase; color: #7871dd; font-size: 85%; }
#program .kn { color: #8525bc; padding: 15px 0 0 0; font: normal 120%; font-weight: bold; text-transform: uppercase; }

.concert  { margin-left: 90px; margin-right: 20px}
.concert > .work  { margin-left: 20px; font-weight: bold; }
.concert > .desc  { margin-left: 70px; font-size: 90%;}
.concert > h6  { color: #7871dd; }
.keynote  { margin-left: 70px; margin-right: 20px; }
.papers  { padding-top: 7px; padding-left: 5px; font-size: 80%; }
section.altern span { color: #fff;  }
section.altern #program .abstract { color: #555; }
section.altern #program .bibtex { color: #555; }

#posters { padding-top: 7px; padding-left: 5px; font-size: 90%;}
#posters .authors { font-style: italic;  padding-left: 20px; font-size: 90%;}
#posters .paper  { padding-left: 30px; margin-left:0; }

@media(min-width:768px) {
	.papers  { padding-top: 7px; padding-left: 5px; font-size: 90%; }
	#program .registration 	{ text-transform: uppercase; color: #7871dd; }
	#posters .abstract { padding-left: 55px; padding-right: 10px; font-size: 100%; text-align: justify; color: #777; }
	#sessionTitle { color: #8525bc; padding: 15px 0 0 0; font: normal 130% arial; text-transform: uppercase;}
	#program .poster { font-variant: small-caps; font-weight: bold; font-size: 130%; color: #444; }
	#location { text-align: right; font: bold 100% arial; text-transform: uppercase; padding: 15px 0 5px 0; color: #7871dd;}
}

.workshop { margin-left: 15px; text-align: justify; margin-right: 5px; }
.workshop h5 { margin-left: -20px; padding-top: 20px}
.workshop .time { color: #8b3b91; font-size: 110%; }
.workshop .wsshort { color: #8b3b91; font-style: italic; font-size: 110% }
.workshop .wsitem { padding-left: 20px }
.workshop .wscontent { padding-left: 0.5em; }
.workshop .organiser { padding-left: 5.5em; text-indent: -5em}
.workshop .organisera { padding-left: 2.7em; text-indent: -2.8em}
.workshop .wsorg { color: #8b3b91; font-size: 110%; }
.workshop .wspar { font-style: italic; font-size: 90%; color: #b08eb2 }

