/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.6
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/



/*====== Sponsorship Gallery ======= */

.sponsorshipGallery .itemPrice {
    background: #f5f5f5;
}

.sponsorshipGallery .sponsorshipType {
    background: #b62125
    color: white;
}

.sponsorshipGallery span.itemsLeft {
    color: rgb(88, 95, 105);
}


/* ==== filter bar styles ====*/

.filterSearchBar {
    background: #b62125
    background-color: #0c4874 !important;
}

.filterSearchBar .btn-group.bootstrap-select.show-tick {
    border: 2px solid #fff;
}

.filterSearchBar input#ctl00_ContentPlaceHolder1_btnSearch {
    color: #b62125
    border: 1px solid #e6ebf5;
}

.filterSearchBar .input-group .form-control {
    border-color: #b62125;
    border-right: 2px solid #b62125
}



.filterMenu button.btn.dropdown-toggle.btn-default {
    color: white;
}


.filterSearchBar .sortTxt {
    color: white;
}

.filterSearchBar #btnreset {
    color: white;
    border: 2px solid #fff;
}


.navbar-nav > li > a {

font-size: 13px;
}


/*===== Modal Styles ======*/

#ctl00_ContentPlaceHolder1_divSponsorshipItemDetails h4#divPrice {
    color: #b62125
}


h4#divPrice {
    color: #b62125
}


.modal-body .sponsorshipType {
    color: #b62125
}

@media (min-width: 768px) {
    .sponsorshipGallery .itemPrice {
        background: #f5f5f5;
    }
}



@media (max-width: 992px) {

    ul.list-inline.filterMenu {
        background: #b62125
    }
}

/*BEGIN FOOTER STYLING*/


#footer-container {
    background-color: #d0cfcf;
}

#footer-container h3 {
    color: #505050;
}

#footer-container a {
    color: #b62125 !important;
 }

#footer-container .container {
    background-color: #d0cfcf;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 2px;
    box-shadow: none;
    color: #423f3f;
    padding-top: 40px;
}

.footer {
    background-color: #6e7f8c;
}

.footer_copyright p {
    color: #ffffff;
}


/*END FOOTER STYLING*/




/*START BUTTONS*/


.btn-cdca {
    text-align: center;
    background-color: #b62125;
    color: white;
    padding: 20px;
    width: 100%;
    font-size: 16px !important;
    min-width: 210px;
    border: 1px solid #99a9b7;
    border-radius: 0;
    margin: 10px 0;
    display: block;
    white-space: normal;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
}


.btn-cdca:hover {
    background-color: #b62125;
    color: white;
    text-decoration: none;
    border: 1px solid #646464;

}


.featured-box .box-content {
    border-radius: 8px;
    border-top: 4px solid #0f1368;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
    border-right: 1px solid #d2d0d0;
    border-left: 1px solid #d2d0d0;
}



.featured-box {
    background: #F5F5F5;
    background-color: transparent;
    background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: left;
    z-index: 1;
}




/*START SPONSORSHIP BUTTONS*/
.btn-sponsorship {
    display: block;
    margin: 10px 0px;
    color: #595959;
    background-color: white;
    border-color: #676767;
    font-color: #676767;
    font-size: 15px;
    text-align: left;
    transition: background-color .4s ease-in-out;
    box-shadow: 3px 2px 5px 0px rgba(160, 160, 160, 0.68);
    white-space: normal; 
    padding: 15px;
    width: 100%;
    min-width: 210px;
    text-transform: none;
    border: 1px solid #bfbfbf;
    }

.btn-sponsorship.package {
    background-color: #ffccc1;

}
.btn-sponsorship.thought {
    background-color: #bee6f7;

}

.btn-sponsorship.attendee {
    background-color: #b1cee8;

}

.btn-sponsorship.branding {
    background-color: #d2d2d2;
}



.btn-sponsorship:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #1e527a;
    text-decoration: none;

}

.btn-sponsorship.package:hover {
  background-color: #b62125;

}

.btn-sponsorship.thought:hover {
  background-color: #55acd2;

}

.btn-sponsorship.attendee:hover {
  background-color: #19558a;

}

.btn-sponsorship.branding:hover {
  background-color: #6e706e;
}

/*END SPONSORSHIP BUTTONS*/


/*END BUTTONS*/


/*======== Sold out items ========== */

.SoldOut .sponsorshipType {
    background: rgba(140, 140, 140, 0.35);
}

.SoldOut span.itemsLeft {
    color: rgba(199, 39, 39, 0.29);
}


.SoldOut .itemPrice {
    color: #ccc !important;
    background: #fff;
}

.SoldOut .thumbnail.sponsorshipGallery {
    border-color: #fafafa;
}

.SoldOut h5 {
    color: #ccc;
}

ul.list-inline.filterMenu .dropdown-menu a {
    color: white !important;
    background: #1f55a2;
}


.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 11px !important;
    top: 7px;
}






.default-bg {
    background-color: #b62125;
    color: #ffffff;
}


.btn-primary {
    background-color: #b62125;
    border-color: #5e0a0d;
}


.btn-primary:hover {
    background-color: #5e0a0d;
    border-color: #310406;
}


    .btn.btn-lg {
    padding: 12px 6px;
    font-size: 16px;
    min-width: 210px;
    white-space: normal;
}




h1 {
    font-family: gotham;
}

h2 {
    font-family: gotham;
}

h3 {
font-family: 'open sans', sans-serif;
}



.call-to-action .btn.btn-lg {
    margin-top: 15px;
    font-size: 24px;
    background-color: #b62125;
    border-color: #a7372a;
}