@import url("//fonts.googleapis.com/css?family=Lato:400,700,900,300");

html, body {
    height: 100%;
    min-height: 600px;
    overflow-x: hidden;
}

body {
    padding-top: 50px;
    overflow-x: hidden;
    font-size: 20px;
}

.content-wrapper {
    min-height: calc(100% - 55px);
    color: black;
    font-size: 20px;

    background: url('../img/bulb.png');
    background-repeat: repeat;
    background-position: top center;
    position: relative;
}

*, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Lato',sans-serif;
    font-weight: 300;
}

.breadcrumb {
    border-left-color: #3E84C2;
}

.btn-link {
    color: #3E84C2;
}

.btn-link:hover,
.btn-link:focus {
    color: #418d49;
}

.navbar-brand{
    margin: 6px 60px;
    padding: 0px;
}

.navbar {
    background: #00414D;
}

.navbar li{
    padding: 0px;
    margin: 0px;
}

.navbar-inverse {
    border-color: #0092AD;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-inverse .navbar-toggle {
    border-color: #0092AD;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    border-color: #0092AD;
    /*background-color: #FFFFFF;*/
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:focus {
    border-bottom-color: #0092AD;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:focus {
    border-bottom-color: #0092AD;
    background: #0092AD;
    color: #FFFFFF
}

.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
    color: #0092AD;
}



.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
    background-color: #3E84C2;
    border-color: #3E84C2;
    color: #ffffff;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus,
.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a:hover,
.nav-tabs.nav-stacked > .active > a:focus {
    border-left-color: #418d49;
    background-color: #3E84C2;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
    background-color: #3E84C2;
}

.nav .caret {
    border-top-color: #3E84C2;
    border-bottom-color: #3E84C2;
}

.nav a:hover .caret {
    border-top-color: #418d49;
    border-bottom-color: #418d49;
}

a {
    color: #ff0006;
  	font-weight: bold;
}


a:hover,
a:focus {
    color: #121214;
}

.link-btn{
    position: relative;
    padding: 10px 30px;
    background-color: #05404b;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.link-btn:hover{
    background-color: #1692ab;
    cursor: pointer;
}
.link-btn-container{
    position: relative;
    min-height: 50px;
}
.link-btn-container a{
    color: white;
}
.link-btn-container a:hover,
.link-btn-container a:focus {
    color: white;
    text-decoration: none !important;
}

.nav a{
    font-size: 16px;
}
.nav a:hover{
    color: #ffffff;
}
.navbar-collapse.in {
    overflow-y: hidden;
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #3E84C2;
}

.tt-suggestion.tt-is-under-cursor {
    color: #3E84C2;
}

.typeahead:focus {
    border-color: #3E84C2;
}

.form-control:focus {
    border-color: #3E84C2;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #3E84C2;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #3E84C2;
}

.pager li > a:hover,
.pager li > a:focus {
    background-color: #3E84C2;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
    background-color: #3E84C2;
}

.pagination > .active > a,
.pagination > .active > span {
    background-color: #3E84C2;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #3E84C2;
}

blockquote {
    border-left-color: #3E84C2;
}

blockquote.pull-right {
    border-right-color: #3E84C2;
}

.text-primary {
    color: #3E84C2;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #3E84C2;
}

.list-group-item {
    background-color: transparent;
    border-color: transparent;
    border: none;
}

a.list-group-item.active {
    background-color: transparent;
    border-color: transparent;
}

.list-group-item-text {
    color: #eff7f0;
}

.btn{
    border-radius: 3px;
}

.btn-primary {
    color: #ffffff;
    background-color: #3E84C2;
    border-color: transparent;
}

.btn:hover
{
    box-shadow: inset 0px 15px 10px 5px rgba(0,0,0,0.1);
}
.btn:focus,
.btn:active,
.btn.active
{
    box-shadow: inset 0px 5px 10px 5px rgba(0,0,0,0.1);
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #3E84C2;
}


.btn-default {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    background: #007186;
    border: 0px;
    color: white;
    border-radius: 0px;
    padding: 15px 15px;
    font-weight: 300;
    margin-bottom: 50px;
}

.btn-default:hover {
    background:#0092AD;
    color: white;
}

.panel-primary .panel-heading {
    background-color: #3E84C2;
    border-color: #3E84C2;
}

.index-logo{
    background: rgba(0, 113, 134, 0.9);
    padding: 60px 20px;
}

.logo-col {
    background: url(Make_a_difference_Logo_2.png) center center;
    -webkit-background-size:contain;
    background-size:contain;
    background-repeat: no-repeat;
    min-height: 300px;
}

.jumbotron{
    background: transparent;
    -webkit-background-size:contain;
    background-size:contain;
    background-repeat: no-repeat;
    color: #ffffff;
    /*background-attachment: fixed;*/
    min-height: 300px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.badge-left-container,
.badge-right-container {
    text-align: center;
}
.badge-left-container {
    margin-top: 30px;
}
.badge-right-container {
    margin-top: 75px;
}

.facebook-widget-wrapper,
.twitter-widget-wrapper{
    width: 400px;
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 25px;
}
.facebook-widget-wrapper{
    overflow: hidden;
}

section.social{
    background: url(../img/intro-bg.jpg) center center;
    background-size: cover;
    position: relative;
    text-align: center;
}

section.social .dmask{
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.flip-clock-container{
    width: 650px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
}

@media (max-width: 700px) {
    .flip-clock{
        transform: scale(0.5);
    }
}

.youtube-container{
    width: 100%;
    max-width: 735px;
    height: 413px;
}

.hours > .flip-clock-label{
    right: -96px !important;
}
.flip-clock-label{
    color: white !important;
    font-size: 14px;
}

.index h2 {
    text-align: center;
}

.index-introduction {
    /*background: #00414D;*/
    background: white;
    color: black;
    text-align: center;
    padding: 60px 20px;
    font-size: 24px;
}

.index-introduction-column {
    padding-left: 40px;
    padding-right: 40px;
}

.index-agya-logo {
    padding-right: 50px;
}

.index-agya-logo img {
    height: 100px;
}

.index-hsu-logo {
    padding-left: 50px;
}

.index-hsu-logo img {
    height: 100px;
}

.index-summary{
    background: rgba(0, 113, 134, 0.9);
    color: white;
    text-align: center;
    font-size: 24px;
    padding: 0px 20px 60px 20px;
}

.index-summary-logos {
    color: white;
    text-align: center;
    font-size: 20px;
    white-space: nowrap;
}

.index-summary-logos div {
    text-align: center;
    padding-bottom: 50px;

}

.index-summary-logos img {
    height: 90px;
}

.index-about-the-challenge {
    padding: 40px 20px;
    font-size:20px;
}
.index-about-the-challenge h2 {
    margin-top: 30px;
}
.index-about-the-challenge h3 {
    margin-top: 50px;
}
.index-about-the-challenge p {
    margin: 10px 0px 30px 0px;
}
.index-about-the-challenge li {
    font-weight: 300;
}

.index-bulb {
}
.index-bulb-text {
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 700px) {
    .index-bulb-text {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.index-criteria-text{
    padding-top: 20px;
}

.section-padding{
    padding: 40px 20px;
}

.slider-container{
    background: url(../img/logo-bg2.png) center center;
    background-size: cover;
    position: relative;
}

section.slider{
    color: #ffffff;
    background: #007186;
    margin: 0px 0px 0px 0px;
    padding: 40px 0;
    font-size: 20px;
    background: rgba(0, 113, 134, 0.8);
}

section.slider h2{
    margin-bottom: 20px;
}

section.slider .col-md-8{
    padding-left: 30px;
}

.big-list {
    font-size: 25px;
    font-weight: 300;
    margin-top: 40px;
    line-height: 2;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}


.inner-page{
    margin-bottom: 30px;
    padding-bottom: 30px;
}

img{
    max-width: 100%;
}

.pricing-intro{
    margin-bottom: 70px;
}

section.gray{
    padding-top: 40px;
    padding: 30px 0;
    background: #eeeeee;
}
section.gray h3{
    margin: 0;
    font-size: 22pt;
}

section.about{
    background: url(../img/widebg1.jpg) center center;
    background-size: cover;
    min-height: 400px;
    position: relative;
    text-align: center;
}
section.about .dmask{
    width: 100%;

    min-height: 400px;
    background: rgba(0, 113, 134, 0.8);
    color: #ffffff;
    padding: 40px 0;
}

.our-clients .testimonial p, .our-clients .testimonials-arrow {
    border: medium none;
}
.testimonials-arrow {
    background-color: #FAFAFA;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 0 none;
    content: "";
    display: block;
    height: 14px;
    margin-bottom: 10px;
    margin-left: 45px;
    margin-top: -7px;
    transform: rotate(45deg);
    width: 14px;
}

.testimonial p {
    background: -moz-linear-gradient(center top , #F8F8F8, #FAFAFA) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DDDDDD;
    font-weight: 500;
    margin: 0;
    padding: 27px 25px;
    color: #222222;
    border-radius: 3px;
    line-height: 1.7;
}

.our-clients .testimonial-author-info {
    color: #DDDDDD;
}
.testimonial-author-info {
    color: #666666;
    padding: 10px 0 0 90px;
}

.testimonial-image {
    float: left;
    height: 70px;
    position: relative;
    width: 70px;
}
.our-clients .testimonial-image img {
    border: medium none;
    padding: 0;
}
.testimonial-image img {
    border: 1px solid #DDDDDD;
    border-radius: 50px 50px 50px 50px;
    height: 70px !important;
    padding: 4px;
    width: 70px !important;
}
.testimonial .author {
    margin: 0 0 0 19px;
}

.client-carousel img{
    border-radius: 3px;
}
.dmask .title span{
    font-weight: 900;
}
.dmask .title{
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 17pt;
    letter-spacing: 1px;
}

.pricing-table .panel {
    background: #eeeeee;
}
.pricing-table .panel-danger {
    border: 1px solid #CD5A48;
}
.pricing-table .panel-info {
    border: 1px solid #3A87B0;
}
.pricing-table .panel-success {
    border: 1px solid #468847;
}
.pricing-table .panel-danger .panel-heading{
    background: #CD5A48;
    color: #ffffff;
}
.pricing-table .panel-info .panel-heading{
    background: #3A87B0;
    color: #ffffff;
}
.pricing-table .panel-success .panel-heading{
    background: #468847;
    color: #ffffff;
}
.pricing-intro h2{
    margin-bottom: 20px;
}

.client-logo .carousel-controls{
  margin-top: -30px;
}

.client-logo .carousel-controls a{
    color: #ffffff;
    padding: 0 8px 2px 8px;
    border-radius: 2px;
    background: rgba(0,0,0,0.4);
}

.client-logo .carousel-controls a:first-child{
    margin-right: 2px;
}
.testimonial-author-info a{
    color: #ffffff;
    font-weight: 900;
    display: block;
}

.list-group-item {
    vertical-align: middle;
    color: black;
    background-color: transparent;
    font-size: 20px;
}

.list-group-item.active,
.list-group-item.active:hover {
    background-color: transparent;
    border-color: transparent;
}
.list-group-item p.list-group-item-text{
    display: inline-block;
    width: calc(100% - 52px);
    font-weight: 300;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
}

.list-group-video{
    padding-top: 50px;
}

.numberCircle {
    display: inline-block;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    background-color: #fff;
    vertical-align: middle;
}
.numberCircle span {
    text-align: center;
    line-height: 35px;
    display: block;
    font-weight: bold;
    color: #007186;
}

.features {
    padding-top: 30px;
}
.features p{
    margin: 30px 0;
}

.features .col-lg-4:first-child .icon-stack-base{
    color:#FFD700;
}
.features .col-lg-4:nth-child(2) .icon-stack-base{
    color:#A9A9A9;
}
.features .col-lg-4:last-child .icon-stack-base{
    color:#B8860B;
}

.number-1-place,
.number-2-place,
.number-3-place {
    display: block;
    font-size: 30px;
    color: black;
    line-height: 30px;

    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;

    padding-top: calc(50% - 15px);
    /*transform-y: ;*/
}

.number-3-place {
    padding-top: calc(50% - 30px);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
}

.label{
    font-weight: 300;
}

.rules_judging_subline {
    font-size: 1.3em;
}

.rules {
    font-size: 1.3em;
}
.judging_text {
    font-size: 1.3em;
    text-align: center;
}

.registration {
    min-height: calc(100% - 55px);
    background: #007186;
    color: white;
    padding: 60px 20px 60px 20px;
    text-align: center;
    font-size: 20px;
}

.error-content{
    text-align: center;
    margin: 50px 10px;
    font-weight: bold;
}

.unapproved_entries_info{
    margin-bottom: 0px !important;
}

.success{
    background-color: #dff0d8;
    padding: 15px;
    margin: 10px 0px 40px 0px;
    border-radius: 3px;
}

.warning{
    background-color: #fcf8e3;
    padding: 15px;
    margin: 10px 0px 40px 0px;
    border-radius: 3px;
}

.error{
    background-color: #f2dede;
    padding: 15px;
    margin: 10px 0px 40px 0px;
    border-radius: 3px;
}

.registration_mail_error,
.captcha_error {
    color: #DFDB71;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
label {
    font-weight: 300;
}

.newsletter_row {
    padding: 10px 0px 0px 0px;
}

.registration_email,
.registration_password,
.registration_username {
    display: block;
    margin: 30px;
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
}

.registration_submit {
    font-size: 14px;
    background: #8661A5;
    border: 0px;
    color: white;
    border-radius: 0px;
    padding: 15px 15px;
    font-weight: 300;
}

.g-recaptcha {
    margin: 30px 0px;
    width: 304px;
    height: 78px;
}

.manage_heading {
    margin: 50px 0px 30px 0px;
}

textarea{
    border-color: #bfbfbf;
}

.manage_form {

}
.manage_form_element input,
.manage_form_element textarea {
    width: 100%;
    font-size: 20px;
    padding: 5px;
}
.manage_form_element {
    margin: 10px 0px;
}
manage_form .prof_status {

}

.manage_form select {
    font-size: 20px;
    height: 40px;
    border-radius: 0px;
    padding: 5px;
}

.manage_form_submit_element {
    text-align: right;
    margin-bottom: 30px;
}
.manage_form_submit_btn {
    display: inline-block;
    font-size: 14px;
    background: #00414D;
    border: 0px;
    color: white;
    border-radius: 0px;
    padding: 15px 15px;
    font-weight: 300;
    margin-bottom: 50px;
}
.manage_form .checkbox {
    margin: 20px 0px;
}
.manage_form .checkbox input {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: 0px;
}
.manage_form .checkbox label {
    font-size: 20px;
    font-weight: 300;
}

.manage_form .main-image {
    margin-bottom:50px;
}

.manage_form .existing-files,
.manage_form .existing-files a {
    color: black;
    font-size: 20px;
}
.manage_form .existing-files a {
    display: inline-block;
}
.manage_form .delete_checkbox {
    width: auto;
    margin-left: 30px;
}
.manage_form .team_row {
    margin-bottom:20px;
}

.start_voting_btn {
    display: inline-block;
    font-size: 14px;
    background: #00414D;
    border: 0px;
    color: white;
    border-radius: 0px;
    padding: 15px 15px;
    font-weight: 300;
    margin-bottom: 50px;
}

.entries_list .col-md-3{
    padding: 0px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.like-widget{
    cursor: pointer;
}

.comment_delete_container,
.entry_card_delete_container{
    padding: 4px 8px;
    background-color: white;
    cursor: pointer;
}

.comment_approve_container,
.entry_card_approve_container{
    padding: 4px 8px;
    background-color: white;
    cursor: pointer;
}

.comment_approve_container_approved,
.entry_card_approve_container_approved{
    padding: 4px 8px;
    background-color: white;
    color: #a3c497;
}

.entry_card {
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: white;
}

.entry_card_image{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* On mouse-over, add a deeper shadow */
.entry_card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    text-decoration: none;
}

.entry_card a:hover,
.entry_card a:active{
    text-decoration: none;
}

/* Add some padding inside the card container */
.entry_card_content {
    display: flex;
}

.entry_card_content_container{
    padding: 10px;
}

.entry_card_content_left {
    flex: 1;
}

.entry_card_content_right {
}

.vote_card {

}
.vote_card:hover{
    background: rgba(11,112,131,0.2);
    box-shadow: 0 8px 16px 0 rgba(11,112,131,1.0);
}
.vote_card_content {
    display: block;
}
.vote_card_section {
    font-size: 16px;
    color: black;
    font-weight: 300;
    font-style: italic;
}
.vote_card_abstract {
    font-size: 16px;
    color: black;
}
.vote_btn{
    position: relative;
    padding: 10px 30px;
    background-color: #05404b;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    border: 0px;
    margin-bottom: 30px;
}

.vote_btn:hover{
    background-color: #1692ab;
    cursor: pointer;
}

.entries_list_heading {
    margin: 50px 0px 30px 0px;
}

.entries_list_item_title,
.entries_list_item_title:hover {
    display: block;
    color: black;
    font-size: 20px;
    word-wrap: break-word;
}
.entries_list_item_updated_at,
.entries_list_item_username {
    font-size: 14px;
}

.entries_detail_heading {
    margin: 50px 0px 10px 0px;
    word-wrap: break-word;
}

.entries_detail_slider_wrapper {
    margin: 20px 0px;
}
.entries_detail_slider li {
    text-align: center;
}
.entries_detail_slider li img {
    display: inline-block;
}

.entries_list_item_img_wrapper {
	height: 300px;
}

.entries_list_item_img_wrapper img{
	height: 270px;
}

.entries_detail_attachments a,
.entries_detail_attachments a:hover {
    color: black;
}
.entries_detail_section_heading {
    margin-top: 50px;
}
.comments {
    margin-bottom: 100px;
}

.comment {
    font-size:20px;
    line-height: 1.1em;
    margin-top: 30px;
}
.comment-author {
    color: #7D3D00;
}

.comment-text {
    color: black;
    margin-top:10px;
}

.comment_textarea {
    width: 50%;
    height: 200px;
    display: block;
    margin-bottom: 20px;
}
.comment_button {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    background: #007186;
    border: 0px;
    color: white;
    border-radius: 0px;
    padding: 15px 15px;
    font-weight: 300;
    margin-bottom: 50px;
}

footer {
    background: #00414D;
    font-size: 0.9em;
    position: relative;
    padding: 15px 0px;
}

img{
    max-width: 100%;
}

section.contact{
    background: #f5f5f5 url(../img/map-bottom.png);
    min-height: 400px;
    background-size:auto 100%;
    padding-top: 30px;
}

section.contact ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

section.contact li{
    line-height: 2;
}

footer *{
    color: #ffffff;
}

.footer-copyright{
}

#footer-menu {
    text-align: right;
}
#footer-menu li{
    display: inline;
    list-style: none;
    margin-left: 10px;
}
.title span{
    font-weight: 900;
}

.todo{
    background-color: red;
    font-weight: bold;
    color: white;
}

.base-container,
.voting_container,
.registration-container,
.login-container,
.contact-container,
.sponsors-container,
.faq-container,
.about-container{
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.index-stretch{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.toc-container li,
.submission-container li{
    font-weight: 300;
}

ul {
    list-style-type: square;
    font-weight: normal;
}

li {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}

ul li {
    font-weight: 300;
}

h1, h2{
    margin-bottom: 40px;
    font-size: 36px;
}

h3{
    font-weight: bold;
}

.faq-topic{
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;

}

.index-about-face{
    width: 300px;
    height: 300px;
    margin: 20px;
    border-radius: 50%;
    margin-left: calc(50% - 150px);
}

.index-about-face1{
    background: url(../img/team-member-1.jpg) center center;
    background-size: contain;
}
.index-about-face2{
    background: url(../img/team-member-2.jpg) center center;
    background-size: contain;
}
.index-about-face3{
    background: url(../img/team-member-3.jpg) center center;
    background-size: contain;
}
.index-about-face4{
    background: url(team-member-4.jpg) center center;
    background-size: contain;
}
.index-about-face5{
    background: url(../img/team-member-5.jpg) center center;
    background-size: contain;
}

.page-jury-face{
    width: 300px;
    height: 300px;
    margin: 20px;
    border-radius: 50%;
    margin-left: calc(50% - 150px);
}
.page-jury-face1{
    background: url(../img/jury-member-1.jpg) center center;
    background-size: contain;
}
.page-jury-face2{
    background: url(../img/jury-member-2.png) center center;
    background-size: contain;
}
.page-jury-face3{
    background: url(../img/jury-member-3.jpg) center center;
    background-size: contain;
}
.page-jury-face4{
    background: url(../img/jury-member-4.jpg) center center;
    background-size: contain;
}
.page-jury-face5{
    background: url(../img/jury-member-5.jpg) center center;
    background-size: contain;
}
.page-jury-face6{
    background: url(../img/jury-member-6.jpg) center center;
    background-size: contain;
}
.page-jury-face7{
    background: url(../img/jury-member-7.jpg) center center;
    background-size: contain;
}
.page-jury-face8{
    background: url(../img/jury-member-8.png) center center;
    background-size: contain;
}

.contact-container label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 10px 30px;
}

.form-group{
    margin-top: 10px;
}

.form-control{
    font-size: 20px;
    height: 46px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    z-index:    9999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    z-index:    9999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    z-index:    9999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    z-index:    9999;
}

.text-muted{
    padding-top:20px;
    padding-bottom:20px;
}

.index-top-container{
    background: url(../img/logo-bg.jpg) center center;
    background-size: cover;
    position: relative;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-left: 50px;
}
.timeline:before{
    left:0% !important;
}

.timeline-inverted{
    left: 0%;
}

.timeline-badge{
    left:0% !important;
}

.timeline-panel{
    width: calc(100% - 60px) !important;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    line-height: 50px;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    padding: 0px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.warning2 {
    background-color: #efda4d !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 20px;
    font-weight: bold;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .social {
        display: none;
    }
}
