/***************************************************************************************************************
 * General markup rules
 ***************************************************************************************************************/
html {
    background: #277b69 url(assets/images/mbg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    font:14px/1.5 'Open Sans', sans-serif;
    background: transparent;
    color:#222;
    -webkit-font-smoothing: antialiased;
}
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;
    background-color: #ffffff;
    /*-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: 0;
    padding: 0;
    font-size: 24px;
}
#main-head .brand a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    outline: none;
    width: 373px;
    height: 200px;
    background: url(assets/images/logo-large.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: 60px 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: #95c11f;
}
#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;
}

/***************************************************************************************************************
 * 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.45);
    min-height: 650px;
}
#primary *:first-child {
    margin-top: 0;
}


/***************************************************************************************************************
 * 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: #94C11F;
}
#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;
}
/***************************************************************************************************************
 * Helpers
 ***************************************************************************************************************/

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