/*
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
*/

a, .text-default {
   color: #198cd4;
}

.navbar-nav > li > a {
   font-size: 12px;
}


.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {

  
    width: 200px;
}



.overlay {

    background-color: rgba(241, 241, 241, 0.25);

}


.btn.btn-lg {

   padding: 17px 12px;
   font-size: 15px;
   min-width: 210px;
   white-space: normal;
   text-align: left;
}

.btn-primary.award {
    background-color: white;
    border-color: white;
    font-size: 16px;
    color: #595959; 
    text-align: left;
    white-space: normal;
    }

.btn-primary.faq {
   background-color: #bfcee0;
   color: #525252;
   border-color: #b5b5b5;
   transition: 0.3s;
}

.btn-primary.faq:hover {
   background-color: #69879c;
   color: #fff;
}


/*====== Sponsorship Gallery ======= */

.sponsorshipGallery .itemPrice {
    background: #f5f5f5;
}

.sponsorshipGallery .sponsorshipType {
    background: #0c4874;
    color: white;
}

.sponsorshipGallery span.itemsLeft {
    color: rgb(88, 95, 105);
}


/* ==== filter bar styles ====*/

.filterSearchBar {
    background: #0c4874;
    background-color: #0c4874 !important;
}

.filterSearchBar .btn-group.bootstrap-select.show-tick {
    border: 2px solid #fff;
}

.filterSearchBar input#ctl00_ContentPlaceHolder1_btnSearch {
    color: #0c4874;
    border: 1px solid #e6ebf5;
}

.filterSearchBar .input-group .form-control {
    border-color: #0c4874;
    border-right: 2px solid #0c4874;
}



.filterMenu button.btn.dropdown-toggle.btn-default {
    color: white;
}


.filterSearchBar .sortTxt {
    color: white;
}

.filterSearchBar #btnreset {
    color: white;
    border: 2px solid #fff;
}



/*===== Modal Styles ======*/

#ctl00_ContentPlaceHolder1_divSponsorshipItemDetails h4#divPrice {
    color: #0c4874;
}


h4#divPrice {
    color: #0c4874;
}


.modal-body .sponsorshipType {
    color: #0c4874;
}

@media (min-width: 768px) {
    .sponsorshipGallery .itemPrice {
        background: #f5f5f5;
    }
}



@media (max-width: 992px) {

    ul.list-inline.filterMenu {
        background: #0c4874;
    }
}



/*======== 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;
}

  #Msg4012 {
    display: none;
}

h5 {
   text-decoration: none;
}

/*other*/

h5 {
    font-size: 16px;
    text-transform: none;
    font-weight: 700;
}

td.categories {
   background-color: #f7f7f7 !important;
   color: #66a2cc;
   text-align: center;
   vertical-align: middle;
   line-height: 3;
}

td.categories:hover {
   background-color: #d2d1d1;
}

a.categories {
   color: #66a2cc;
}

a.categories:hover {
   color: #0c4874;
}

.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: center;
    z-index: 1;
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    text-transform: uppercase;
        color: #262626;
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 3px solid #ffcf43;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
}

.featured-box .learn-more {
    display: block;
    margin-top: 10px;
}

/* Featured Boxes */
.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px;  
    background: #fafafa;
}

.featured-boxes .featured-box.info-content {
    text-align: left;
}


/*.modal {
    position: fixed;
    top: 200px;
}*/


.modal-body {
    background-color: #e0e0e0;
}


button.close {
    color: white;
}

#footer-container {
   background-color: #e2e2e2;
}

#footer-container .container{
   background-color: #e2e2e2;
}

#footer-container a {
   color: #0d4975 !important;
}


.separator:after {
  background: #cccccc;
}
#SponsorLogos{
    max-width: 600px;
}
@media only screen and (max-width: 600px) {
#SponsorLogos{
    max-width: 400px;
}
}
@media only screen and (max-width: 400px) {
#SponsorLogos{
    max-width: 200px;
}


/* ================================================================== */
/* ============ Product and Video Gallery Styles (Start) ============ */
/* ================================================================== */

.row.display-flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.Video-Container .thumbnail.videoList {
  height: 100%;
  min-height: 320px;
}

.Video-Container .thumbnail .img-responsive.border {
    border: 1px solid gainsboro;
}

.ProdCaptionHover {
    transition: all 0.3s;
    border-radius: 3px;
}

.ProdCaptionHover small:hover {
    transition: all 0.3s;
    color: white;
}

.ProdCaptionHover:hover {
    background-color: #259df5 !important;
    transition: all 0.5s;
}

.Video-Container .thumbnail {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    padding: 25px;
}

.Video-Container .thumbnail:hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}

.thumbnail .caption {
    background-color: transparent;
    margin-top: 20px;
    padding: 0px;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: auto;
    border: none;
}


/* ================================================================== */
/* ============ Product and Video Gallery Styles (Ends) ============= */
/* ================================================================== */