/***************************************************************************************************************
 * General markup rules
 ***************************************************************************************************************/
html {
    background: #4b9baf;
    background: rgb(75,155,175);
    background: -moz-linear-gradient(left, rgb(75,155,175) 0%, rgb(44,109,141) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(75,155,175)), color-stop(100%, rgb(44,109,141)));
    background: -webkit-linear-gradient(left, rgb(75,155,175) 0%, rgb(44,109,141) 100%);
    background: -o-linear-gradient(left, rgb(75,155,175) 0%, rgb(44,109,141) 100%);
    background: -ms-linear-gradient(left, rgb(75,155,175) 0%, rgb(44,109,141) 100%);
    background: linear-gradient(to right, rgb(75,155,175) 0%, rgb(44,109,141) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b9baf', endColorstr='#2c6d8d', GradientType=1 );

}
body {
    font:15px/1.5 'Open Sans', sans-serif;
    background: transparent;
    color:#222;
    -webkit-font-smoothing: antialiased;

    background: url(assets/images/mbg-v3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
a:link {
    color: #006283;
    text-decoration: none;
    cursor: pointer;
}
a:visited {
    color: #006283;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}
h4, h5, h6 {
    font-weight: 400;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-size: 85%;
    color: #444;
    font-weight: 400;
    line-height: 1;
}
hr {
    border:none;
    border-top: 1px solid #E0DFDF;
    margin: 10px 0;
    clear: both;
    float: none;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    *zoom:1;
}
.section:before,
.section:after {
    display: table;
    line-height: 0;
    content: " ";
}
.section:after {
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
/* Responsive images */
.entry-body img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
    height: auto;
}
img[class*="image-"] {
    height: auto;
}

/* Images */
.image-left {
    margin: 6px 24px 12px 0;
    float: left;
    display: inline;
}
.image-right {
    margin: 12px 0 12px 24px;
    float: right;
    display: inline;
}
.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    clear: both;
}


.image-left,
.image-right,
.image-center {
    margin-bottom: 12px;
    padding: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.img-caption {
    background: #f5f5f5;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 825px !important;
    padding: 8px 4px 4px 4px;
    text-align: center;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.img-caption img {
    margin:5px 5px 0;
    display: block;
}
.img-caption p.img-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
    font-style: italic;
}


/***************************************************************************************************************
 * Header
 ***************************************************************************************************************/
#main-head {
    z-index: 10;
    margin: 30px 0 0 0;
    background-color: #ffffff;
    overflow: hidden;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.55);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.55);*/
}
#main-head > .container {
    position: relative;
}
#main-head .brand {
    overflow:hidden;
    margin: 20px 0;
    padding: 0;
    font-size: 24px;
}
#main-head .brand a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    outline: none;
    width: 360px;
    height: 131px;
    background: url(assets/images/logo.png) no-repeat;

    text-indent: 100%;
    white-space: nowrap;
}
#main-head .congress-location {
    text-transform: uppercase;
    color: #006283;
    font-weight: 300;
    font-size: 24px;
    text-align: left;
    line-height: 1.2em;
    padding: 0;
    margin: 46px 0 0 0;
}
#main-head .congress-location sup {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #999;
    top: -0.7em;
}
#top-menu {
    margin-top: 75px;
}
#top-menu li {
    text-align: center;
}
#top-menu li a {
    display: block;
}
#top-menu li a i {
    color: #b41648;
}
#top-menu li a:hover i,
#top-menu li.active a,
#top-menu li.active a i {
    color: #000;
}

ul.lang-switch {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 15;
}
ul.lang-switch > li {
    margin: 0;
    padding: 0 0 0 10px;
    width: 85px;
    display: inline;
    float: right;
    border-left: 1px solid #999;
}
ul.lang-switch > li:last-child {
    border-left: none;
}
ul.lang-switch > li > a {
    margin: 0;
    padding: 0 0 0 18px;
    display: block;
    background: url(assets/images/hr.png) no-repeat left center;
}
ul.lang-switch > li > a.lang-en {
    background-image: url(assets/images/en.png);
}
ul.lang-switch > li > a.lang-active {
    opacity: .4;
    cursor: not-allowed;
}

#header-line {
    background: rgba(180,22,72,1);
    background: -moz-linear-gradient(left, rgba(180,22,72,1) 0%, rgba(180,22,72,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(180,22,72,1)), color-stop(100%, rgba(180,22,72,0)));
    background: -webkit-linear-gradient(left, rgba(180,22,72,1) 0%, rgba(180,22,72,0) 100%);
    background: -o-linear-gradient(left, rgba(180,22,72,1) 0%, rgba(180,22,72,0) 100%);
    background: -ms-linear-gradient(left, rgba(180,22,72,1) 0%, rgba(180,22,72,0) 100%);
    background: linear-gradient(to right, rgba(180,22,72,1) 0%, rgba(180,22,72,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b41648', endColorstr='#b41648', GradientType=1 );
    height: 15px;
    margin-bottom: 30px;
}

/***************************************************************************************************************
 * Sidebar
 ***************************************************************************************************************/
#secondary {}

#secondary a {
    color: #000;
}
#secondary a:hover {
    color: #fff;
}

/* Widgets */
.widget {
    margin:0 0 25px 0;
    padding:0;
    position: relative;
    border-bottom: 1px dotted #ffffff;
}
.widget:before,
.widget:after {
    display: table;
    line-height: 0;
    content: "";
}
.widget:after {
    clear: both;
}
.widget-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    margin:0;
    padding:5px 0;
    text-transform:uppercase;
}
.widget-title span {
    font-weight: 300;
}
.widget-body {
    font-size: 14px;
    padding: 10px 0 25px 0;
}


/***************************************************************************************************************
 * FrontPage
 ***************************************************************************************************************/

.welcome-letter p {
    margin-bottom: 25px;
}


/***************************************************************************************************************
 * Main content
 ***************************************************************************************************************/

#primary {
    border: 10px solid white;
    padding: 15px;
    background-color: rgba(255,255,255,0.85);
    min-height: 650px;
}
#primary *:first-child {
    margin-top: 0;
}

.sidebar-menu > li {
    background-color: rgba(255, 255, 255, .65);

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */

    padding: 2px 2px 2px 4px;
    margin-bottom: 2px;
    font-weight: bold;
}


/***************************************************************************************************************
 * Entry
 ***************************************************************************************************************/

.entry {
    display: block;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
}

.entry:before,
.entry:after {
    display: table;
    content: " ";
}
.entry:after {
    clear: both;
}

/* Entry constructor */
.entry {}
.entry .entry-header {}
.entry .entry-header .entry-title {}
.entry .entry-image {}
.entry .entry-excerpt {}
.entry .entry-body {}
.entry .entry-footer {}
.entry .entry-date {}
.entry .entry-meta {}
.entry .entry-share {}
.entry .entry-tags {}
.entry .entry-comments {}

.entry-excerpt,
.entry-body,
.entry-footer,
.entry-delimiter {
    margin:0 0 20px 0;
}
.entry-header {
    margin-bottom: 25px;
    border-bottom: 1px dotted #ffffff;
}

.entry-title {
    margin:0 0 10px 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-style: normal;
    font-weight: 700;
}


/* Page / Post single */
.entry-body {}
.entry-excerpt {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 15px 0;
}
.entry-body {}

.entry-body p,
.entry-body blockquote,
.entry-body ul,
.entry-body ol {
    margin-bottom: 30px;
}

.entry-tags-box {}
.entry-share {
    margin: 10px 0;
    padding: 8px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.entry-author-box {}

.entry-header:before,
.entry-header:after,
.entry-excerpt:before,
.entry-excerpt:after,
.entry-body:before,
.entry-body:after,
.entry-tags-box:before,
.entry-tags-box:after,
.entry-share:before,
.entry-share:after,
.entry-author-box:before,
.entry-author-box:after {
    display: table;
    content: " ";
}
.entry-header:after,
.entry-excerpt:after,
.entry-body:after,
.entry-tags-box:after,
.entry-share:after,
.entry-author-box:after {
    clear: both;
}

/** Registration form */
/*.form-control,
.input-group-addon {
    border-color: #666;
}
input#total {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    color: #950c12;
    cursor: pointer;
    font-size: 48px;
    height: 54px;
    line-height: 1em;
    margin: 15px 0 20px 160px;
    padding: 0;
    width: 100%;
}*/

/***************************************************************************************************************
 * Footer
 ***************************************************************************************************************/
#footer {
    color: #ffffff;
    margin-bottom: 0;
}
#footer a {
    color: #88c8d2;
}
#footer a:hover {
    color: #ffffff;
}
.footer-top {
    background: #333333;
    margin-bottom: 0;
}
.footer-bottom {
    background: #111111;
    margin-bottom: 0;
    padding: 5px 20px;
    line-height: 30px;
}
.footer-bottom p {
    margin: 0;
    padding: 0;
}
#footer .widget {
    margin: 0;
    border: none;
}
#footer .widget-title {
    color: #ffffff;
}
.dl-footer-contact dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50px;
}
.dl-footer-contact dd {
    margin-left: 60px;
}


/*
 * Registration
 */

.form-control,
.input-group-addon,
.btn,
.alert {
    border-radius: 0;
}
#registration {
    font-size: 14px;
    line-height: 1.2em;
}

.table-registration {}
.table-registration .checkbox,
.table-registration .radio {
    margin-bottom: 0;
    margin-top: 0;
}

.checkbox-inline,
.radio-inline {
    line-height: 12px;
}

label.control-label-inline {
    display: inline-block;
    width: 80px;
    height: 18px;
    padding: 4px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
}
form#registration {
    margin: 0 0 18px;
}
form#registration fieldset {
    border: 0 none;
    margin: 0 0 30px;
    padding: 0;
}
form#registration legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #B41648;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 3px;
    color: white;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 25px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
form#registration legend span {
    background-color: #B41648;
    color: white;
    display: inline-block;
    padding: 4px 8px;
}
input.total {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none!important;
    color: #a6a8aa;
    font-size: 48px;
    height: 54px;
    line-height: 1em;
    margin: 15px 0 20px 0;
    padding: 0;
    width: 100%;
    text-align: right;
}
input.total-main {
    color: #B41648;
}



/**
 * Abstracts
 */

.koautor-wrap {
    display: none;
}
.has-word-counter {
    display: block;
    position: relative;
}
.abstract-word-counter {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}


#abstracts-banner {
    position: relative;
    background: #B21748;
    color: #ffffff;
    padding: 15px;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#abstracts-banner a {
    color: #ffffff;
    text-decoration: underline;
}

#abstracts-banner p {
    margin: 0;
    padding: 0;
}


/***************************************************************************************************************
 * Helpers
 ***************************************************************************************************************/

.text-img-replace {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.not-yet {
    opacity: .75;
}
.hideme {
    display: none;
}