/**
 * Place your custom styles here.
 */
header .menu.menu--main.nav.navbar-nav {
    float: right;
}
header nav .menu {
    padding-top: 41px;
}

header .menu.nav li a {
    color: #ba3530;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 14px;
    font-weight: 500;
    font-family: 'Open Sans',sans-serif;
}

.navbar-default{
    background-color: transparent;
    border-color: transparent;
}

.site-slogan {
    background: #F5F5DC;
}

.site-slogan a{
    color: #800000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.footer {
    float: left;
    color: #fff;
    font-size: 13px;
    margin-top: 0;     
    padding-bottom: 0;
    background: #494748;
    width: 100%;
}

section#block-copyrightfooter{
    border-top: 1px solid rgba(255, 255, 255, 0.1);    
    padding: 34px 0px;
    text-align: center;
    margin-top: 25px;
}

.footer h2 {
    font-family: 'Open Sans',sans-serif;
    width: 100%;
    float: left;
    font-size: 20px;
    color: #F5F5DC;
    font-weight: 300;   
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.main_text {
    float: left;
    width: 100%;
    padding: 60px 20px;
    background: #f5f5dc;
}

.main_text p {
    color: #800000;
    line-height: 20px;
    font-weight: bold;    
    font-size: 14px;
    
}

.home-box {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.home-box img {
    text-align: center;
    display: inline;
}


.home-box a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 12px 0px;
    color: #800000;
    font-size: 30px;  
    float: left;
    width: 100%;
}

footer a {
    color: #fff;
}

footer  a:hover {
    color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;    
}
header .menu.nav li a:hover{
    color: #1515bd;
}
.title-page{
    background: #800000;
    color: #fff;
    padding: 18px 0px;
}

.page_content .content p {
    color: #522b2b;
    font-weight: normal;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
}

.page-content{
    color: #522b2b;
    font-weight: normal;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
}

table {
    border: 1px solid #522b2b;
    margin: 22px auto;
    text-align: left;
    color: #522b2b;
}

/* Fix Drupal 11 sticky table header overlap in responsive tables */
.table-responsive thead,
.table-responsive thead th,
.table-responsive thead td {
    position: static !important;
    top: auto !important;
}
tr {
    border-bottom: 1px solid #522b2b;
}

th {
    border-right: 1px solid #522b2b;
    text-align: left;
    padding: 10px;
}

td {
    border-right: 1px solid #522b2b;
    padding: 10px;
}

.page-content{
    width: 100%;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 35px;
    background-attachment: fixed;
}

.home-box a:hover{
        text-decoration: none;
    color: blue;
}

.navbar-toggle {
    background-color: #800000;
}

.navbar-toggle .icon-bar {
    background: #fff;
    width: 30px;
}
a {
    color: #1515bd;
}

.title-page h1{
    margin-top: 0;
    margin-bottom: 0;
        font-size: 35px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
header#navbar.fixed {
    z-index: 999;
    top: 0;
    height: 80px;
    position: fixed;
    display: block !important;
    background: #fff !important;
    width: 100%;    
}
header#navbar.fixed img {
    width: 65%;
}
header.fixed  .menu {
    padding-top: 32px;
}


.fluid_container.events {
    background: #F5F5DC;
    padding: 53px 0px;
}

.fluid_container.events  .block-title {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
   
    
    margin-bottom: 25px;
}

.fluid_container.events  li {
    color: #800000 !important;
}

.fluid_container.events  li p {
    padding-top: 6px !important;
}
.flexslider{
    background:transparent!important;
    border:0 !important;
    position: relative;
    min-height: 200px; /* Ensure arrows have a height to center on during initial load */
}

.flexslider .flex-direction-nav a {
    top: 50% !important;
    margin-top: 0 !important;
    transform: translateY(-50%);
}

.fluid_container.events  .flex-prev {
    left: -35px !important;
    height: 55px !important;
}

.fluid_container.events   .flex-next {
    right: -35px !important;
    height: 55px !important;
}

ul.menu.menu--footer.nav li {
    display: table;
}

.album-list{
        text-align: center;
}

.album-list img {
    height: 250px;
    width: 100%;
}

.webform-submission-form {
    border: 1px solid #f7be7e;
    float: left;
    width: 100%;
    background: #F5F5DE;
    padding: 2px 7px 3px 2px;
}

.webform-submission-form .panel-title {
    font-size: 16px;
    color: #522b2b;
    font-weight: 700;
}

.path-webform .panel-body {
    padding: 0;
}

.webform-submission-form .form-item {
    float: left;
    width: 100%;
}

.page-content .control-label {
    color: #522b2b;
    font-size: 13px;
    float: left;
}

.webform-submission-form .select-wrapper {
    float: left;
    width: auto;
}

.select-wrapper select {
    background: #D6D6D6;
    border: 0px;
    height: auto;
    margin-left: 16px;
    padding: 4px auto;
}

.page-content .panel-default > .panel-heading {
    background: transparent !important;
    border:0;
}

.webform-submission-form input.form-control {
    float: left;
    width: auto;
    border: none;
    padding: 5px;
    height: auto;
    width: auto;
    margin-left: 9px;
    border-radius: 0;
}

/* Restore intl-tel-input padding so the country flag doesn't overlap input text */
.webform-submission-form .iti input.form-control {
    padding-left: 52px !important;
    margin-left: 0;
}

/* Restore intl-tel-input padding so the country flag doesn't overlap the input text */
.webform-submission-form .iti input.form-control {
    padding-left: 52px !important;
    margin-left: 0;
}


.webform-submission-form .form-item.form-item-date-of-birth {
    float: left;
    width: 70%;
}

.webform-submission-form .select-wrapper {
    float: left;
    width: auto;
}

.webform-submission-form .form-item.form-item-age {
    width: auto;
    float: left;
}
#edit-date-of-birth .form-item {
    float: left;
    width: auto;
}

.control-label {
    padding: 1px 6px;
}

#edit-submit {
    background: transparent;
    border: 2px solid #ba3530;
    color: #ba3530;
    margin: 10px 10px;
    width: 128px;
    text-transform: uppercase;
    clear: both;
    top: 6px;
    display: block;
    position: relative;
}
#edit-date .form-item {
    float: left;
    width: auto;
}
.webform-submission-form .panel {
    border: 1px solid #f9ca9a;
    padding: 4px 4px;
    margin: 3px 2px;
    background-color: #ffe7bc;
}
.webform-submission-form .form-item {
    float: left;
    width: 100%;
}
.page-content {
    width: 100%;
    background: url(/images/bg-content.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 35px;
    background-attachment: fixed;
}
.user-logged-in .page_content .panel-default {
    border-color: #fff;
    padding: 0;
}

.collapse.in {
    background: #800000;
}

#navbar-collapse {
    width: 100%;
}

header .collapse.in  li a {
    line-height: 32px;
    color: #fff;
    padding-left: 46px;
    font-size: 16px;
}

header .collapse.in .menu.menu--main.nav.navbar-nav {
    width: 100%;
    padding-top: 0;
    margin: 0;
}

.page-node-17 .page-content {
    background: none;
}

.page-node-1 .page-content {  
    
    background: url(/images/app.jpg) no-repeat top center;     
    
}

.page-node-2 .page-content {
    background: url(/images/winner.jpg) no-repeat top center;
}

.page-node-3 .page-content {
    background: url(/images/awards.jpg) no-repeat top center;
}

.path-photo-gallery .page-content {
    background: url(/images/gallery.jpg) no-repeat top center;
}

.page-node-5 .page-content {
    background: url(/images/Contact.jpg) no-repeat top center;;
}
.page-content{
    width: 100%;
    background-size: cover !important;
    padding-top: 20px;
    padding-bottom: 35px;
    background-attachment: fixed !important;
}

.album .author{
    display:none;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px !important;
}

footer a:hover{
	text-decoration:underline !important;
}

.page-content .control-label.label-captcha{
        width: 100%;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300 !important;
    color: gray;
}
.captcha .control-label.js-form-required.form-required {
    width: 100%;
}
.captcha img{
    clear: both;
        margin-bottom: 10px;
}
.captcha .description.help-block {
    clear: both;
    margin-top: 65px;
}

.captcha {
    padding-left: 7px;
    clear: both;
}

#user-login-form .collapse.in {
    display: block;
    background: #ffffff;
}

.webform-confirmation__message button {
    background: none;
    padding: 7px 19px 6px;
    color: #ba3530;
    text-shadow: none;
    border: 2px solid #ba3530;
    border-radius: 7px;
    text-transform: uppercase;
}
.webform-confirmation__message table input {
    text-align: left;
    text-transform: capitalize;
    border: 0;
    background: transparent;
}
.webform-confirmation__message .lists {
    white-space: pre-wrap;
    line-height: 16px;
}

.webform-confirmation__message table tr {
    border: 0;
}

.webform-confirmation__message table {
    float: left;
    border: 0;
    width: 100%;
    text-align: left;
}


.md-objects .md-object.md-layer-1-4-2{
        z-index: 800 !important;
}


@media only screen and (max-width: 1280px) and (min-width: 991px){
	.navbar-header img {
		max-width: 100%;
	}
	.navbar-header {
		width: 20%;
		float: left;
		max-width: 100%;
	}
	header .menu.menu--main.nav.navbar-nav {
		float: left;
	}
	#navbar-collapse {
		width: 80%;
		float: left;
	}
	header .menu.nav li a {
    font-size: 14px;
    padding: 0px 6px;
}
}

@media only screen and (max-width: 991px){
    #navbar-collapse {
    width: 100%;
}
.navbar-collapse.collapse{
	    background: #800000;
}
.navbar-nav>li {
    float: none;
}
header .menu.nav li a {
    font-size: 16px;
	line-height: 32px;
    color: #fff;
    padding-left: 46px;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse.collapse {
    display: none!important;
}

#navbar .container {
    width: auto !important;
    padding: 0;
}
.navbar-header {
    float: none;
    width: 100%;
}

.collapse.in {
    display: block !important;
}

}

@media only screen and (max-width: 767px){
.webform-submission-form input.form-control {
    width: 94%;
    max-width: 100%;
}

#webform-submission-application-form-add-form .form-type-datelist  .select-wrapper{
    width: 88px;
    margin-right: 6px;
}
.webform-submission-form .form-item.form-item-date-of-birth{
    width:100%;
}


.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
    width: 100% !important;
}

#edit-date .form-item {
    margin-left: 11px;
}

}
@media only screen and (max-width: 480px){
    #webform-submission-application-form-add-form .form-type-datelist  .select-wrapper{
    width: 100%;
    margin-right: 0;
}

    .logo img {
        padding-left: 18px;
        width: 82%;
    }
    #navbar-collapse {
		padding-right: 0;
		margin: 0;
		padding-left: 0;
	}
	a.name.navbar-brand {
		font-size: 13px;
	}
	.webform-submission-form .select-wrapper {
		width: 94%;
	}
	#edit-date-year {
		float: left;
		width: 100% !important;
	}
	#edit-date .form-item{
		width: 100% !important;
	}
	
	.select-wrapper select{
		margin-left:0;
	}
	.webform-submission-form .form-item.form-item-date-of-birth, #edit-date-of-birth .form-item, .select-wrapper select{
	    width:100%;
	}
}



.result-scope {

    margin-top: 42px;

}

.ui-datepicker tr{
    border:0;
}

.result-scope .ui-widget.ui-widget-content{
    width: 300px;
    
    float: left;
    margin-right:20px;
}


.all-time {
    display: inline-block;
}

.all-time b{
     margin-bottom: 10px;
    display: block;
}

.all-time .time {
    border: 1px solid;
    text-align: center;
    border-radius: 3px;
    line-height: 22px;
    cursor:pointer;
    margin-bottom: 10px;
}

.all-time .time.active, .all-time .time:hover{
        background: #ba3530;
    color: #fff;
    border-color: #ba3530;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #ba3530/*{borderColorActive}*/;
    background: #ba3530/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
    font-weight: normal/*{fwDefault}*/;
    color: #ffffff/*{fcActive}*/;
}
   
.form-item-date-concert, .form-item-time-concert{
    display:none;
}

label.error {
    color: red;
    display: table;
    clear: both;
    left: 6px;
    position: relative;
}
