.top-container {
    margin-top:54px;
}

.base-pad {
    padding:20px 0;
}

.cake-pad {
    padding-top:30px;
	padding-bottom:30px;
}

.login-space {
    margin-top:30px;
}

.white-bar {
    border-bottom: 8px solid #ffffff;
}

.mid-col {
    padding-top:50px;
    padding-bottom:50px;
}

.event-pad {
    padding:15px 40px;
    min-height: 110px;
    font-size:16px;
}

.event-pad-2 {
    padding:0 10px;
    position: relative;
    padding-top:50px;
}

.event-details {
    float: left;
    font-size: 15px;
    bottom: 0;
    position: absolute;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.event-price {
    float:right;
    font-size:46px;
    font-weight:700;
}

.more-space {
    padding-top:20px;
}

.event-space {
    margin-top:60px;
}
.event-space-sm {
    margin-top:20px;
}

.more-btn-space {
    margin:80px 0;
}

.more-btn-space-base {
    margin-top:50px;
}

.event-shape {
    height: 28px;
    position: inherit;
}

.triangle-down-left {
    width: 10%;
    height: 0;
    padding-bottom: 10%;
    overflow: hidden;
    position: relative;
    left: -5px;
    bottom: -3px;
}
.event-orange .triangle-down-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 28px solid #e87325;
}

.event-green .triangle-down-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 28px solid #8ea94c;
}

.event-red .triangle-down-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 28px solid #B42024;
}

.event-blue .triangle-down-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 28px solid #3ca7a3;
}

.event-yellow .triangle-down-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 28px solid #f1b83b;
}

.event-black .triangle-down-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 28px solid #2A2A2A;
}

.event-shape-left {
    float: left;
    position: relative;
}

.top-container .left-header {
    padding-right:0;
    background-color:#6d9c9f;
}

.container.pale-back {
    padding-left:0;
}

#event-head div {
    padding:0;
}

.base-space {
    padding-bottom:15px;
}

.block-space {
    margin: 20px 0;
}

.menu-pad {
    padding:30px 80px;
    text-align:center;
}

.menu-border .menu-pad {
	padding:30px 30px;
	text-align:center;
}

.menu-space {
    margin-bottom: 30px;
}

hr.menu-line {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background-color: #42210b;
    color: #42210b;
    margin-bottom: 25px;
}

hr.main-line {
    height: 2px;
    background-color: #42210b;
    color: #42210b;
    margin: 30px 0;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #ffffff;
    position: absolute;
    top: 16px;
    left: -3px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #ffffff;
    position: absolute;
    top: 16px;
    right: -3px;
}

.page-top {
    margin-top:50px;
}

.chat-space {
    margin-top:50px;
}

.comment-panel {
    padding-top: 50px;
    padding-bottom: 100px;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-indicators {
    bottom: -70px;
}

.main-event-frame {
    background-color: rgba(255,255,255,0.8);
    padding: 8px;
    margin: 30px 0;
}

.main-event-border {
    border: dashed 1px #42210b;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

.event-top {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.main-outer {
    display: inline-block;
    width: 100%;
}

.main-left {
    float: left;
    width: 30%;
}

.main-middle {
    float: left;
    width: 40%;
}

.main-right {
    float: left;
    width: 30%;
}

.gap-left {
    margin-left:10px;
}

.gap-right {
    margin-right:10px;
}

.drop-text > .glyphicons {
     margin-top:2px;
}

.main-middle .btn {
    padding:0;
}

.dashboard-pad {
    padding-top: 40px;
    padding-bottom:140px;
}

.profile-align {
    margin-top:140px;
}

.tiles .col-sm-6, .tiles .col-md-3 {
    padding-left:0;
    padding-right:0;
}

.dash-outline {
    border:2px solid #ffffff;
}

.footer-gap {
    padding-bottom:50px;
}

.header-fix {
    position: relative;
    overflow:hidden;
}

.holding-back {
    background-color: #ffffff;
    text-align: center;
    padding: 40px;
    margin-top: 50px;
}

.site-signup {
    margin-top: -140px;
    background-color: #ffffff;
    padding: 10px 30px;
    margin-bottom: 50px;
}

.account-footer {
    margin-bottom: 50px;
    border-top: 1px dotted #cccccc;
    padding-top: 30px;
}

.top30 {
    padding-top:30px;
}

.top50 {
    padding-top:50px;
}

.bottom30 {
    padding-bottom:30px;
}

.bottom50 {
    padding-bottom:50px;
}

.verify-code {
    width: 50%;
    float: left;
}

.verify-code img {
    height:35px;
}

.verify-field {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.panel {
    background-color: inherit;
    border: none;
}

.panel-pad {
    padding: 15px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    margin-top: 10px;
}

.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #3ca7a3;
    border-bottom: none;
    text-transform: uppercase;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.panel-title a:hover {
    color:#ffffff;
}

.panel-heading {
    padding: 15px;
}

.panel-title {
    font-size: 20px;
    font-weight: 700;
}

.panel-title a {
    text-decoration:none;
}

.panel-title > a:focus {
    color:#ffffff;
    text-decoration:none;
}

.login-panel {
    padding: 15px 20px 0 20px;
    background-color:#ffffff;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.account-space {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

.account-button {
    margin-top:20px;
    margin-bottom:0;
}

.panel-heading {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.panel-inner {
    background-color: #f1f1f1;
    padding: 15px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.page-footer {
    margin-bottom:50px;
}

.search-drop {
    background-color: #ffffff;
    padding: 30px 20px;
    margin-top: -25px;
}

.search-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #ffffff transparent;
    -webkit-transform: rotate(360deg);
    float: right;
}

#filter-options-wrapper{
    margin-top: -45px;
}

#filter-options-dropdown{
    position:absolute;
    z-index: 1000;
    display:none;
    padding-right: 30px;
}

.filter20 {
    padding-bottom:20px;
}

/* Top Trump Card */

.card-dialog {
    width: 360px;
    margin: 70px auto;
}

.card-content {
    position: relative;
    background-color: #f2f0e7;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 0px 20px 20px 20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

#orange-card .card-header-back {
    padding: 12px 20px;
    background-color: #e87325;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#yellow-card .card-header-back, .yellow-card-reservation .card-header-back {
    padding: 12px 20px;
    background-color: #f1b93b;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#green-card .card-header-back {
    padding: 12px 20px;
    background-color: #8faa4c;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#red-card .card-header-back {
    padding: 12px 20px;
    background-color: #B42024;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#blue-card .card-header-back {
    padding: 12px 20px;
    background-color: #3ba7a2;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#black-card .card-header-back {
    padding: 12px 20px;
    background-color: #000;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#orange-card .card-line1 {
    padding: 14px 20px;
    background-color: rgba(232, 115, 37, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#orange-card .card-line2 {
    padding: 14px 20px;
    background-color: rgba(232, 115, 37, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#orange-card .card-line3 {
    padding: 14px 20px;
    background-color: rgba(232, 115, 37, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#orange-card .card-line4 {
    padding: 14px 20px;
    background-color: rgba(232, 115, 37, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#yellow-card .card-line1, .yellow-card-reservation .card-line1 {
    padding: 14px 20px;
    background-color: rgba(241, 185, 59, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#yellow-card .card-line2, .yellow-card-reservation .card-line2 {
    padding: 14px 20px;
    background-color: rgba(241, 185, 59, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#yellow-card .card-line3, .yellow-card-reservation .card-line3 {
    padding: 14px 20px;
    background-color: rgba(241, 185, 59, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#yellow-card .card-line4, .yellow-card-reservation .card-line4 {
    padding: 14px 20px;
    background-color: rgba(241, 185, 59, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#green-card .card-line1 {
     padding: 14px 20px;
     background-color: rgba(143, 170, 76, 0.3);
     margin-bottom: 10px;
    color: #000;
     font-size: 14px;
     font-weight: 700;
     -webkit-border-radius:6px;
     -moz-border-radius:6px;
     border-radius:6px;
 }

#green-card .card-line2 {
    padding: 14px 20px;
    background-color: rgba(143, 170, 76, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#green-card .card-line3 {
    padding: 14px 20px;
    background-color: rgba(143, 170, 76, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#green-card .card-line4 {
    padding: 14px 20px;
    background-color: rgba(143, 170, 76, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#red-card .card-line1 {
    padding: 14px 20px;
    background-color: rgba(180, 32, 36, 0.3);
    margin-bottom: 10px;
    color: #42210b;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#red-card .card-line2 {
    padding: 14px 20px;
    background-color: rgba(180, 32, 36, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#red-card .card-line3 {
    padding: 14px 20px;
    background-color: rgba(180, 32, 36, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}


#red-card .card-line1 {
    padding: 14px 20px;
    background-color: rgba(180, 32, 36, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#red-card .card-line2 {
    padding: 14px 20px;
    background-color: rgba(180, 32, 36, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#red-card .card-line3 {
    padding: 14px 20px;
    background-color: rgba(180, 32, 36, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#red-card .card-line4 {
    padding: 14px 20px;
    background-color: rgba(180, 32, 36, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#blue-card .card-line1 {
    padding: 14px 20px;
    background-color: rgba(59, 167, 162, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#blue-card .card-line2 {
    padding: 14px 20px;
    background-color: rgba(59, 167, 162, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#blue-card .card-line3 {
    padding: 14px 20px;
    background-color: rgba(59, 167, 162, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#blue-card .card-line4 {
    padding: 14px 20px;
    background-color: rgba(59, 167, 162, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#black-card .card-line1 {
    padding: 14px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#black-card .card-line2 {
    padding: 14px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#black-card .card-line3 {
    padding: 14px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#black-card .card-line4 {
    padding: 14px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.card-left {
    float:left;
    width:50%;
    text-align: center;
    text-transform: capitalize;

}

.card-right {
    float:right;
    width:30%;
    text-align: center;
    text-transform: capitalize;
}

.card-value, .CARD-VALUE {
    font-weight:700;
    display: block;
}

.card-header {
    padding:15px 0;
}

.card-header-back .card-left, .card-header-back .card-right {
    text-transform: uppercase;
}

.card-name {
    font-size: 18px;
    color: #42210b;
    text-transform: uppercase;
    font-weight: 800;
    float: left;
}

.card-img {
    opacity:0.8;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    margin-bottom: 10px;
}

.no-float {
    float:inherit;
}

.bullet-outer {
    display:table;
}

.bullet-copy {
    vertical-align: middle;
    display: table-cell;
}

.modal-content {
    background-color: #ffffff;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.modal-header {
    padding: 15px 15px 0 15px;
    border-bottom: none;
}

.modal-body textarea {
    resize: none;
    width: 100%;
    border-color: #cccccc;
    padding:10px;
}

.modal-footer {
    padding: 0 15px 15px 15px;
    border-top: none;
}

.alert {
    margin-bottom:0;
}

p.help-block {
    position: absolute;
    color:#ffffff !important;
    line-height: 12px;
}

.signup p.help-block {
    position: relative;
    color:#a94442 !important;
    line-height: normal;
}

.form-fix {
    margin-bottom:15px;
}

.form-fix-2 {
    margin-top:15px;
}

div.help-block {
    margin: 2px 0 0 0;
}

#profile-card .card-header-back {
    padding:10px 15px;
    font-size:14px;
}

.profile-card-guests #yellow-card .card-line1, #profile-card .card-line1, #profile-card .card-line2, #profile-card .card-line3 , #profile-card .card-line4 {
    padding:10px 15px;
    font-size:12px;
}

#profile-card {
    margin-top: -150px;
}

#profile-card .card-content {
    padding:0 10px 3px 10px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.profile-intro {
    padding-top:50px;
}

.drippy-form-footer {
    padding-top:40px;
}

.status-text {
    margin-top:-15px;
}

.best-space {
    padding-top:50px;
}

.filter-btn-right {
    right:35px;
}

.profile-event-pad {
    padding:15px;
}

.profile-event-left {
    padding: 10px 0px;
}

.profile-details {
    padding-top:15px;
}

.no-right {
    padding-right:0;
}

.no-left {
    padding-left:0;
}

.no-side-pad {
    padding-left:0;
    padding-right:0;
}

.no-row-mar {
    margin-left:0;
    margin-right:0;
}

.book-btn-top {
    margin-top:65px;
}

.profile-list-gap {
    margin-bottom:30px;
}

.how-btn-space {
    padding: 30px;
    margin-bottom: 40px;
}

.create-btn-space {
    padding-top: 20px;
    padding-bottom: 100px;
}

.join-space {
    padding: 20px;
    margin-bottom: 40px;
}

.how-btn {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.how-space {
    padding:30px 0;
}


.how-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.how-align {
    margin-top:100px;
}

.join-back h2 {
    margin-bottom:15px;
}

.tab-display {
    display:inline-block;
}

.current-images .current-image {
    position: relative;
}
.current-images .current-image > span {
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
}

.top15 {
    padding-top:15px;
}

.event-margin {
    margin:15px;
}

.best-height {
    height:100px;
}

.best-padding {
    padding-bottom: 55px;
}

.footer-slogan {
    display: inline-block;
    padding: 0 10px 15px 10px;
}

.summary {
    padding-bottom: 20px;
}

.comment-index .table thead tr:first-of-type {
    background-color:#e87325;
}

.comment-index .table thead tr {
    border-top-left-radius: 12px;
}

.comment-index .table thead {
     color:#fff;
}

.comment-index .table thead a {
    color: #fff;
    background-color: #e87325;
}

#comments-one .table-bordered > tbody > tr > td:nth-child(2) {
    text-align:center;
}

#comments-two .table-bordered > tbody > tr > td:nth-child(3) {
    text-align:center;
}

.comment-index .table tbody tr td {
    vertical-align: middle;
}

.full-width {
    width:100%;
}

.comment-vgap {
    margin-bottom:30px;
}

.comments-textbox {
    width: 88%;
    padding: 15px;
    color: #ffffff;
    font-weight: 400;
    height: 100%;
    position: absolute;
    line-height: 18px;
}

.comments-icon {
    width: 12%;
    right: 0;
    color: #ffffff;
    height: 100%;
    position: absolute;
    text-align: center;
    background-color: rgba(255,255,255,0.2);
}

a:hover .comments-icon {
    background-color: rgba(255,255,255,0.125);
}

.comment-back {
    height:130px;
    position: relative;
    line-height: normal;
    margin-bottom: 30px;
}

#orange-comment.comment-back {
    background-color: #e87325;
}

#yellow-comment.comment-back {
    background-color: #f1b83b;
}

#blue-comment.comment-back {
    background-color: #3ba7a2;
}

#green-comment.comment-back {
    background-color: #8ea94c;
}

.user-comment-back {
    height:130px;
    position: relative;
    line-height: normal;
}

#orange-comment.user-comment-back {
    background-color: #e87325;
}

#yellow-comment.user-comment-back {
    background-color: #f1b83b;
}

#blue-comment.user-comment-back {
    background-color: #3ba7a2;
}

#green-comment.user-comment-back {
    background-color: #8ea94c;
}

.comments-more {
    margin: 50px 0;
}

.event-hint-border {
    border-bottom: 2px dashed #ccc;
    padding-bottom: 15px;
}

.event-hint-space {
    margin-bottom:5px;
	padding-right: 10px;
}

.hint-event {
    padding-top: 6px;
    padding-bottom: 15px;
}

.input-group-banner-event {
    position: initial;
    margin: 0 auto;
    padding: 30px 0;
    display: inline-block;
}

.panel-title {
    margin-top: 3px;
}

.content-frame {
    background-color:#ffffff;
    padding: 20px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.report-div {
    width: auto;
    float: right;
    text-align: center;
    cursor:pointer;
}

.report-div.report-comment {
    width: auto;
    float: right;
    text-align: center;
    cursor:pointer;
    padding-right: 11em;
}

.share-text {
    margin-left:5px;
    font-weight:500;
}

.share-spacing {
    margin-bottom:10px;
}

#my-comments-list-wrapper, #events-list-wrapper {
    margin-top: 20px;
}

.card-height {
    /*min-height: 680px;*/
    min-height: 790px;
}
.card-height-med {
     min-height: 550px;
}
.event-count {
    margin-top: 30px;
    margin-bottom: 30px;
}

.event-widget-space {
    margin-bottom:30px;
}
#join-us-block{
    min-height:initial;
}
#join-us-block{display: block;}

@media all and (-ms-high-contrast:none)
{
    #join-us-block { display: inline !important;white-space: nowrap} /* IE10 */
    *::-ms-backdrop, #join-us-block { display: inline !important;white-space: nowrap } /* IE11 */
}

.event-menu {
    display:block;
    min-height:initial;
}

.modal-sector-back {
    padding:15px;
    margin-bottom:15px;
    background-color:#f1f1f1;
    border-bottom: 2px solid #dcdcdc;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.modal-sector-headline {
    text-transform:uppercase;
}

.tip-back {
    background-color:rgba(230,115,38,0.2);
    padding:15px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.tims-tips {
    font-weight: 700;
    color: #e97324;
    text-transform: uppercase;
    font-size: 15px;
}

/* Backend */

.backend-table {
    padding: 15px;
    background-color: #ffffff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #e97324;
    border-color: #e97324;
}

.pagination > li > a, .pagination > li > span {
    color: #42210b;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #42210b;
}

.not-set {
    color: #e97324;
}

.email-verify {
    padding-bottom: 30px;
}

.already-margin {
    margin-top: 90px;
    margin-bottom: 20px;
}

/* Cookie Page */

.cookie-container {
    text-align: center;
    height:320px;
    position: relative;
}

.cookie-frame {
    position: absolute;
    bottom:0;
}



.drawer-tables .panel-title {
    font-size:16px;
    margin-top:5px;
}

.drawer-tables .panel-heading {
    padding: 10px;
}

.drawer-tables .panel {
    margin-bottom:15px;
}

.contact-button-base {
    padding-bottom:50px;
}

#cookie-page table {
    width:auto;
    margin:0 auto;
}

.about-me-spacing {
    margin-bottom: 15px;
}

.cake-pad #message {
    margin-top:20px;
}

/* Events review modal */

#eventsAttended .modal-content h4 {
    text-align:center;
    margin: 15px 0 5px 0;
}

#eventsAttended .modal-content {
    padding:20px;
    padding-bottom:0;
}

#eventsAttended .modal-header {
    padding:0;
    text-align: center;
}

#eventsAttended p {
    text-align:left;
    margin-bottom:20px;
}

#eventsAttended .modal-body {
    padding:0;
}

#eventsAttended ul {
    list-style-type: none;
    padding-left: 0;
}

#eventsAttended li {
    text-align: center;
    margin: 20px 0;
    padding-bottom: 20px;
}

#eventsAttended ul li a {
    border: 2px solid #e87325;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e87325;
    border-radius: 8px;
}

.skills-copy-space {
    padding-top: 10px;
    padding-bottom: 30px;
}
/*
.modal-dialog{
	margin-top:70px;
}
*/
#followers .event-space{
    /*height: 710px;*/
    height: 800px;
}