/* css needed to make the site non responsive starts here */
.container {
    width: 1170px !important;
}
/*.container-fluid{
  padding-right: 0px !important;
  padding-left: 10px !important;
}*/

@media (max-width: 800px) {
    .navbar-header {
        float: left;
    }
    .navbar {
        border-radius: 4px;
        min-width: 400px;
    }
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
    .container {
        min-width: 400px;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-static-top {
        border-radius: 0;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}
/* css needed to make the site non responsive ends here */

.site-title {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
}

.site-desc {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
}

.page-header {
    border-bottom-width: 0;
}

.host-navbar li {
    margin: 0 -7px;
}

.home-image-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
}

.home-image {
    width: 100%;
    position: absolute;
    top: -35px;
    z-index: -1;
}

.panel-heading.panel-heading--text {
    text-transform: uppercase;
    font-weight: bold;
}

.deadline-name {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 200;
}

.deadline-date {
    display: block;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.footer {
    min-width: 1170px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #ccc;
    background-color: #f0f0f0;
}

.no-style-link {
    text-decoration: none !important;
    color: inherit !important;
}

.footer-heading {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.footer-link {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    display: block;
}

.sponsors img {
}

.col-xs-12 h3 {
    padding-left: 20px;
}

a.no-decor {
    text-decoration: none;
}

.description {
    background-color: #eee;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: justify;
}

.description.home p {
    margin-bottom: 0px;
}

.description.home blockquote {
    margin-bottom: -62px;
    width: 98%;
    border: none;
}

.description.home blockquote .read-more {
    position: relative;
    top: -43px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    background: -webkit-linear-gradient(top,rgba(238,238,238,0),rgba(238,238,238,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,rgba(238,238,238,0),rgba(238,238,238,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,rgba(238,238,238,0),rgba(238,238,238,1)); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(238,238,238,0), rgba(238,238,238,1)); /*Standard*/

}

.summary {
    margin-bottom: 30px;
}

.description.about {
    margin-bottom: 40px;
}

.list{
    padding-top: 5px;
    line-height: 30px;
}

.description.about p {
    margin-bottom: 20px;
    line-height: 23px;
}

.description.about p + p {
    margin-top: -10px;
}

.description .sub-heading {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}

.mailto {
    padding: 0 4px;
}

.object {
    margin-top: 10px;
    border: solid 1px #ccc;
}

.small-page {
    margin-bottom: 30px;
}

.text-red {
    color: #c00;
}

.text-blue {
    color: #00a;
}

.odd {
    background-color: #ddd;
}

.even {
    background-color: #eee;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.affiliation {
    color: #aaa;
}
