#belcher-box {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
    background: #eeeeee;
    border-radius: 15px;
    border: 2px solid #777;
}
#belcher-box .box-title {
   padding: 8px 5px;
    font-weight: 400;
    /* letter-spacing: 2px; */
    font-size: 1.1em;
    /* border: 2px solid #777777; */
    background-color: #777;
    color: #fff;
     border-top-left-radius: 10px; 
     border-top-right-radius: 10px; 
    font-size: 24px;
	/*width: 43%;
    margin: 0 auto;*/
}
#belcher-box .box-body {
    padding: 10px;
    /* border-right: 2px solid #777777;
    border-bottom: 2px solid #777777;
    border-left: 2px solid #777777;  */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.timer-bg {
    background-color: #E7B906;
    padding: 4px;
    margin: 0 0 10px 0;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 27pt;
}
.margin-b-20 {
    margin-bottom: 20px!important;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.table tr th{background: #000;color:#fff;}
.table tr td{padding: 5px 8px;font-size: 16px;}
#belcher-box .small {
    font-size: .8em;
    font-style: italic;
    text-align: center;
}
.pad-20-t-b {
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn-2 {
    background: url(../images/pattern-02-01.svg) right top no-repeat #ff9427;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 9px;
    box-shadow: 0 3px 8px #666;
    display: inline-block;
    font-family: Oswald,sans-serif;
    color: #fff;
    font-size: 52px;
    letter-spacing: 3px;
     padding: 15px 31px; 
    margin: 0 auto;
    border: 6px solid #fd0;
    position: relative;
    width: auto;
}
.btn-2:hover {
    color: #23527c;
}

.btn-2:hover {
    background-color: #e57200;
    -webkit-tap-highlight-color: transparent;
}
.arrowR {
    left: -28px;
}
.arrowL, .arrowR {
    width: 63px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.arrowL {
    right: -28px;
    -moz-transform: scaleX(-1) translateY(-50%);
    -o-transform: scaleX(-1) translateY(-50%);
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.darkRed {
    color: #c00!important;
    font-weight: 700;
}

.text-center {
    text-align: center;
}
.panel-container {
    padding-right: 5px;
    padding-left: 5px;
}
@media (min-width: 992px)
{
.col-md-4 {
    width: 33.33333333%;
}
}
@media (max-width: 768px){
	
#belcher-box .box-title{width:44%}	
}
@media (max-width: 480px){
	
#belcher-box .box-title{width:100%}	
}

@media (max-width: 320px){
	
#belcher-box .box-title{font-size:23px;}	
}
.panel {
    border: 1px solid #c0c0c0;
    padding: 10px;
     min-height: 430px; 
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
   /*  border: 1px solid transparent; */
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.pop-list-button {
    width: 100%;
    height: auto;
    margin: 10px auto;
    background: linear-gradient(#ffaf5c,#ff9427);
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-shadow: 2px 2px 2px #000000;
    border: 1px solid #ff9427;
    box-shadow: 0 0 7px 1px #B5B5B5;
    text-decoration: none;
}