html {
    height: 100%;
}
body {
    min-height: 100%;
}

.filter-label
{
    font-weight:100;
}

.navbar > .container .navbar-brand
{
    font-size:18pt !important;
    font-weight:bold !important;
    color:#ff7700;
    padding-top:12px;
    padding-left: 50px;
}

.navbar > .container .navbar-brand img
{
  max-width: 175px;
}

.checkbox
{
    display: inline;
    margin-right:5px !important;
    margin-bottom:5px !important;
}



.btn-login
{
    font-size:13pt;
    padding:3px;
    text-transform: none;
}

.btn-facebook
{
    background-color:#3b5998;
    color:#fff;
}

.btn-facebook:hover
{
    background-color:#2B3444;
    color: #fff;
}

.event .event-date
{
    background-color:#000;
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

.attendees
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.attendees li {
    float: left;
    vertical-align: baseline;
}

.attendees li a {
    display: block;
    color: white;
    text-align: center;
    padding: 0;
    text-decoration: none;
}

.attendees li a img
{
    height:20px;
    height:30px;
    border: solid #c77755 1px;
    margin-left:3px;
}

.attendees li span{
    margin-top:10px;
}

.festival-info {
    /*background-color:rgba(255,255,255,0.9);*/
    background-color:rgba(0,0,0,0.5);
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    color:#fff;
    border:solid 1px #271611;
}

/*.bg-transparent
{
    background-color: rgba(10, 0, 20, 0.7);
}*/

.festival-info h2
{
    color: #fff;
}

.btn.btn-primary
{
    background-color: transparent;
    color: #FF7700;
}

.btn.btn-primary:hover
{
    border-color: #FF7700;
    background-color: #FF7700;
    color: #fff;
}

.btn.btn-primary i
{
    color:#FF7700;
}

.btn.btn-primary:hover i
{
    color:#fff;
}

.joining ul
{
	display: inline;
	 list-style-type: none;
    margin: 5px;
    padding: 0;
}

.joining li
{
	float: left;
	text-align:center;
	margin:5px;
	min-width:120px;
}

.joining img
{
	text-align:center;
}

.table-hover>tbody>tr:hover
{
	background-color: rgba(0, 0, 0, 0.3);
}

.unread
{
	background-color: rgba(255, 119, 0, 0.2);

}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
	border-top: 1px solid #271611;
}

.modal-header .close
{
    color: #fff;
}
.modal-content
{
	color: #ccc !important;
    background-color:#3C3D36;
}

.modal-body label
{
	color: #ccc !important;
}

.message
{
    background-color:rgba(255, 255, 255, 0.5);
    padding:20px;
    margin-bottom:50px;
    color: #fff;
}
.message a
{
    color:#fff;
    font-weight: bold;
}

.my-message
{
    background-color:rgba(255, 255, 255, 0.3);
    padding:20px;
    margin-bottom:50px;
}
.message_text
{
    margin-top:10px;
}
.reply-textarea
{
    background-color:rgba(255, 255, 255, 0.8);
}

.footer
{
    position: absolute;
    bottom:0px;
    width:100%;
    padding-top: 10px;
    padding-bottom: 0px;
}

.before-after:before, .before-after:after
{
    top: -15px;
}

.mail-box tr
{
    height:85px;
}

.mail-box td
{
    vertical-align: middle !important;
}

.alert-app
{
    position:relative;
	margin-top:78px;
	margin-bottom:-130px;
	max-width: 500px;
	margin-left:auto;
	margin-right:auto;
}

.form-group
{
    margin-bottom:0px;
}

.festival-image
{
    width:100%;
}

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

.form-control
{
    background-color:rgba(255, 255, 255, 0.8);
}

.title-label{font-weight:400;font-size:24px;}
.navbar-barnd{vertical-align : middle;line-height:45px;}
.btn-primary.create {margin-top:10px;}

.table-striped>tbody>tr:nth-of-type(odd)
{
    background-color:rgba(0,0,0,0.5) !important;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th
{
    border:none;
}
.table-bordered
{
    border:solid 1px #271611;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
{
    height:300px;
}

.loginscreen
{
    font-size:36px !important;
    letter-spacing: inherit !important;
}

.section-padding
{
    padding:20px;
}

.page-title-login
{
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 70px;
    color: #ff7700;
}

.page-content
{
    margin-bottom:100px;
}

.premium-event
{
    background-color: rgba(0,0,0,0.9);
    border-color:#ff7700;
    border-radius: 10px;
}

.premium-event h2
{
    color: #ff7700;
}

.about-image .img-responsive
{
    margin-top:35px;
}

.list-group-item
{
    background-color:rgba(0,0,0,0.2);
    border:none;
}

/* LOGIN */
.form-signin {
  max-width: 500px; 
  display:block;
  background-color: #3C3D36;
  -moz-box-shadow: 0 0 3px 3px #888;
    -webkit-box-shadow: 0 0 3px 3px #888;
    box-shadow: 0 0 3px 3px #888;
  border-radius:2px;
  margin-left:auto;
  margin-right:auto;
}
.main{
    padding: 38px;
}
.social-box{
  margin: 0 auto;
  padding: 35px;
  border-bottom:1px #ccc solid;
}
.social-box a{
  font-weight:bold;
  font-size:18px;
  padding:8px;
}
.social-box a i{
  font-weight:bold;
  font-size:20px;
}
.heading-desc{
    font-size:20px;
    font-weight:bold;
    padding:38px 38px 0px 38px;
    
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin select {
  margin-bottom: 10px;
  border-radius: 5px;
  
}
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-radius: 5px;
  
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-radius: 5px;
}
.form-signin select {
  margin-bottom: 10px;
  border-radius: 5px;
  height:40px !important;
}
.login-footer{
    background:#3C3D36;
    margin: 0 auto;
    border-top: 1px solid #dadada;
    padding:20px;
}
.login-footer .left-section a{
    font-weight:bold;
    color:#8a8a8a;
    line-height:19px;
}
.mg-btm{
    margin-bottom:20px;
}

.form-signin h2
{
    text-align:center;
    padding-top:30px;
    color:#ff7700;
    margin-bottom:0px;
}