
/*****************/
/*    Layout     */
/*****************/

body{
    margin: 0;
    padding: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.uppercase{
    text-transform: uppercase;
}

a.button{
    color: #fff !important;
}

a.button:hover{
    color: #fff !important;
    background-color:#2d1e18;
}

.section-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6rem;
    color: #94532b;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px){
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px){
    .container {
        max-width: 1200px;
    }
}

.logo>a>img{
    max-height: 60px;
}

#loginArea .login-btn{
    background-color: #883b1d;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    transition: background-color 0.5s;
    margin-left: 10px;
}

#loginArea .login-btn:hover{
    background-color: #2d1e18;
}

#langBar>a{
    justify-content: flex-end;
    color: #7b7b7b;
    font-size: 0.9rem;
    line-height: 37px;
}

#langBar a.active{
    font-weight: 600;
}

#langBar>a:hover{
    color:#5f4338;
}

.top-bar .navbar-bars-btn{
    background-color: #883b1d;
    color: #fff !important;
    border-radius: 0;
}

.navbar-nav .nav-item a{
    color: #5f4338 !important;
    padding: 5px 15px;
    transition:background-color 0.5s;
    white-space: nowrap;
}

.navbar-nav .nav-item a:hover{
    color: #fff !important;
    background-color: #883b1d;
}

.banner-color{
    background-color: #2d1e18;
}

.banner-color{
    background-color: #2d1e18;
}

.light-grey-bg{
    background-color: #fafafa;
}

.banner-container{
    margin: auto;
}


.connections-logos{
    max-width: 350px;
    height: auto;
    display: block;
}

@media (min-width: 768px){
    .connections-logos{
        min-width: 300px;
        width:auto;
    }
}

.banner-container .date-container-missing{
    background-color: #fff;
    color: #5e300b;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
}

@media (max-width: 992px){
    .banner-container .date-container-missing{
        flex-direction: row;
        align-items: initial;
    }
}

.banner-container .date-container-missing .remaining-days,
.banner-container .date-container-missing .event-date{
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    width: 100%;
    color: #fff;
}

.banner-container .date-container-missing .remaining-days{
    background-color: #94532b;
}

.banner-container .date-container-missing .event-date{
    background-color: #5e300b;
}

.banner-container .date-container-missing .remaining-days p{
    margin: 0;
    line-height: normal;
}

.banner-container .date-container-missing .remaining-days p:first-child{
    font-size: 20px;
}

.banner-container .date-container-missing .remaining-days p:nth-child(2){
    font-size: 20px;
}

.banner-container .date-container-missing .remaining-days p:nth-child(2) b{
    font-size: 30px;
}

.banner-container .date-container-missing .event-date p{
    line-height: normal;
    margin: 0;
}

.banner-container .date-container-missing .event-date p:first-child{
    font-size: 22px;
}

.banner-container .date-container-missing .event-date p:first-child b{
    font-weight: 900;
}

.banner-container .date-container-missing .event-date p:nth-child(2){
    font-size: 23px;
}

.banner-container .date-container-past{
    background-color: #fff;
    color: #5e300b;
    display: flex;
    align-items: center;
    padding: 0 18px;
}

.banner-container .date-container-past .date-wrapper{
    margin: auto;
    text-align: center;
    white-space: nowrap;
}
.banner-container .date-container-past .date-wrapper span{
    display: block;
}

.banner-container .date-container-past .date-wrapper span:first-child{
    font-size: 2rem;
}

.banner-container .date-container-past .date-wrapper span:first-child b{
    font-weight: 900;
}

.banner-container .date-container-past .date-wrapper span:nth-child(2){
    font-size: 1.6rem;
    text-align: center;
}

.banner-container .event-info{
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 25px;
}

@media (min-width: 992px){
    .banner-container .event-info{
        flex:1;
    }
}

.banner-container .event-info h1{
    text-transform: uppercase;
    font-size: 1.35rem;
    font-weight: 300;
    margin: 0;
}

.banner-container .event-info h2{
    margin: 0;
    font-size:1.5rem;
    font-weight: 600;
}

.banner-container .event-info h3{
    margin: 0;
    font-weight: 400;
    margin-top: auto;
    font-size: 1.65rem;
}

.banner-container .buttons-container{
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.banner-container .banner-btn{
    background-color: #fff;
    display: block;
    text-decoration: none;
    color: #5e300b;
    padding: 10px 15px;
    margin-bottom: 10px;
    transition: background-color 0.5s;
}

.banner-container .banner-btn:hover{
    background-color: #5e300b;
    color: #fff !important;
}

.banner-container .banner-btn:first-child{
    margin-top: 10px;
}

.banner-container .banner-btn span{
    display: block;
    line-height: normal;
}

.banner-container .banner-btn span.small-txt{
    font-size: 1rem;
}

.banner-container .banner-btn span.big-txt{
    text-transform: uppercase;
    font-size: 1.5rem;
}

.banner-container .event-info h1,
.banner-container .event-info h2,
.banner-container .event-info h3{
    color: #fff;
}


/*****************/
/* bodyContent   */
/*****************/

.about-container{
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.about-container .title-wrapper{
    align-items: center;
    display: flex;
}

.about-container .title{
    font-size: 1.6rem;
    color:#94532b;
}

.about-container .title span{
    display: block;
}

.about-container .title span.uppercase{
    font-weight: 600;
}

.about-container .line{
    border: 0;
    width: 1px;
    background: #94532b;
    background-image: linear-gradient(to bottom, #ccc, #94532b, #ccc);
    margin: 0 30px;
}

.about-container .content{
    flex-basis: 0%;
}

.about-container .content p{
    line-height: normal;
}

.highlights-container{
    margin: 6rem auto 2rem auto;
}

.highlights-container .row{
    margin: 3rem -15px 2rem -15px;
}

.highlights-container .highlight-box>.button{
    height: 20vh;
    background-size: cover;
    background-position: center;
    display: flex;
    text-decoration: none;
    color: #2d1e18;
    transition: all 0.5s ease;
}

.highlights-container .highlight-box>.button:hover{
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
    transform: translate(-1%, -0.4%);
}

.highlights-container .highlight-box>.button>.title{
    background-color: rgba(255, 255, 255, 0.6);
    padding: 3px 7px;
    margin-top: auto;
    margin-bottom: 15px;
}

/*****************/
/*    sponsors   */
/*****************/

.carousel-control-next, .carousel-control-prev{
    width:5%;
}
.sponsor-arrow{
    color: #d6d6d6;
    font-size: 3.5rem;
}
.slide-box {
    display: flex;
    justify-content: space-between;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: .5rem;
}

.carousel-item-next, .carousel-item-prev{
    top:auto !important;
}


/*****************/
/*    Comitees   */
/*****************/

.main-banner-small .photo{
    height:30vh;
    background-size: cover;
    background-position: center;
}

.intro-container{
    margin:5rem auto 3rem auto;
}

.main-person-container{
    display: flex;
    padding: 2rem 0;
}

.main-person-container p{
    margin: 5px 0px 0px 0px;
}

.main-person-container>div{
    margin: auto;
}

.main-person-container .photo{
    max-height: 150px;
}

.persons-grid-container .title,
.main-person-container .title{
    color:#94532b;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.persons-grid-container{
    margin: 1rem auto 3rem auto;
}

.persons-grid-container .title{
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.persons-grid-container .photo{
    max-height: 120px;
}

.photo_title{
    font-size: 14px;
}

.photo_img {
    width:150px;height:150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
}

/*****************/
/*    footer     */
/*****************/

footer{
    font-size: 0.9rem;
}

footer h1,footer h2,footer h3,footer h4,footer h6{
    color: #fff;
}

footer .footer-container{
    margin:auto;
    color: #fff;
    padding: 20px 0;
}

footer .footer-container h1{
    font-size:1rem;
    font-weight: 500;
}

footer a{
    color: #fff !important;
}

/*****************/
/*    Venue     */
/*****************/
/* ############## Local ##############*/
.google-maps {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

h1,h2,h3,h4,h5{
    color: #5e300b;
}

/*****************/
/*    Hotels     */
/*****************/

a{
color: #883b1d !important;
    font-weight: 600;
}

a:hover{
color:#c58166 !important;
    text-decoration: none !important;
}

/*****************/
/*    Register   */
/*****************/

input.form-control::placeholder {
    color: #c4c4c4;
    font-size: 0.9rem;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step .btn-circle[disabled] {
    background-color: rgb(240, 240, 240);
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #dac4bb;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 15px;
    background-color: rgb(240, 240, 240);
}

.btn-circle:hover,
.btn-primary:hover{
    background-color: #2d1e18;
}

.btn-primary{
    background-color:#94532b;
    border: none;
}

.btn-circle + p{
    font-size: 0.85rem;
    color: #8e8e8e;
}

.btn-primary + p{
    font-size: 0.85rem;
    color: #94532b;
}

.btn.btn-primary.nextBtn{
    padding: .3rem 1.7rem;
    font-size: 1rem;
}


.control {
    font-size: 18px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
}


.control--radio .control__indicator {
    border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
    background: #94532b;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #2d1e18;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 4px;
    left: 8px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.two-lines-btn{
    color: #fff;
    background-color: #94532b;
    text-decoration: none;
}

.two-lines-btn:hover{
    text-decoration: none;
}



/**********************/
/* AJAX window format */
/**********************/

div#wrapper {
    width:980px;
    margin: 0px auto;
    position: relative;
}

#iframeBodyContent{
    background-color: #fff;
}

#divFloatClose {
    float: right;
    padding: 2px 5px;
    font-family: Arial;
}

#divFloatTextHeader {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color:#5f4338;
    font-weight: bold;
    margin: 10px;
    padding-bottom: 5px;
    position: relative;
    color:#5f4338;
}

#divFloatTextBody {
    margin: 20px 25px;
    position: relative;
}

#frameFloatBackground {
    height:100%;
    left:0px;
    opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    position:absolute;
    top:0px;
    width:100%;
    z-index:-1;
    visibility: hidden;
}

#divFloatContainer {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}

#divFloat {
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: -100px;
    border: solid 1px #c5c5c5;
}

/**********************/
/* login form */
/**********************/

.login-form a.button{
    color: #fff !important;
}

.login-form a.button:hover{
    background-color: #2d1e18
}

/****************************/
/*			TABS			*/
/****************************/
#tabSelector {
    float: left;
    width: 90%;
    border-bottom: 1px solid #2d1e18;
}

#tabItem {
    float: left;
    padding: 3px 7px 2px 7px;
    background: #883b1d;
    border: 1px solid #883b1d;
    border-bottom: 0;
    color: #fff !important;
    position:relative;
    margin-left: 2px;
    margin-top: 3px;
    font-size: 12px;
}

#tabItem a {
    color: #fff !important;
    display: block !important;
}

#tabItemSelected {
    float: left;
    padding: 3px 7px 2px 7px;
    background: #2d1e18;
    border-top: 1px solid #2d1e18;
    border-left: 1px solid #2d1e18;
    border-right: 1px solid #2d1e18;
    border-bottom: 1px solid #2d1e18;
    bottom: -1px;
    position:relative;
    margin-left: 2px;
    margin-top: 2px;
    font-size: 12px;
    color: #fff;
}

#tabItemSelected a {
    font-weight: bold;
    color: #fff !important;
    display: block;
}

#editSection{
    min-height:300px;
    clear:both;
}

/****************************/
/*			important dates			*/
/****************************/

.important-dates .title{
    color:#94532b;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 5px;
}

/****************************/
/*			TABS PROGRAM			*/
/****************************/

@media (min-width:992px){
	#tabProgramType .nav.nav-tabs{
		max-width:100%;
		flex-wrap:nowrap;
	}
	
	#tabProgramDay .nav.nav-tabs{
		max-width:95%;
		margin-left:auto;
		margin-right:auto;
	}
	
	#programDiv{
		max-width:95%;
		margin-left:auto;
		margin-right:auto;
	}
}

#tabProgramDay{
	margin-top: 15px;
}

#tabProgramType .nav-tabs .nav-link{
	text-align:center;
}

.programBoard{
	    margin-top: 20px;
}

.boardName{
	font-size: 18px;
    background-color: #5e300b;
    color: #fff;
    padding: 5px
}

.boardHour{
	background-color: #94532b;
    padding: 5px;
    color: #fff;
    font-weight: 600;
}	

.presentationHour{
	background-color: #fbf9f9;
    padding: 5px;
    margin-top: 15px;
}

.presentationTitle{
	font-weight:600;
}


/* photos */




