.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
body{
    background: rgba(0, 0, 0, 1);
    background: url(img/bg/bgouter.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}
.centeritem{
    display: block;
    margin-left: auto;
    margin-right: auto;        
}
.padding0{
    padding: 0;
}
.padding15{
    padding: 15px;
}
.margin0{
    margin: 0;
}
.row{
    padding: 0;
    margin: 0;
}
.bold{
    font-weight: bold;
}
.title{
    color: #b97708
}
.navbar-nav > li > a{
    padding: 24px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: white;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a{
    margin-top: 5px;
    color: white;
}
.navbar-default{
    height: 30px;
    margin-top:10px;
    background: none;
    border-radius: 0px;
    border:none;
    border-top: solid #F5F5F5
}
.navbar{
    min-height: 45px;
    margin-bottom: 0
}
.navbar-nav > li > a:hover{        
    color: white !important;
    background: rgba(245,129,32,0.9) !important;
    border-radius: 10px;
}
.borderorange{
    border: solid 4px;
    border-color: #f58120;
    border-radius: 15px;
}
.bgorange{
    background: #f58120
}
.bgblack{
    background: rgba(0, 0, 0, 0.8);
}
.colororange{
    color: #f58120
}
.colorwhite{
    color: white
}
.categorytitle{
    position: relative;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;         
    border-radius: 3px;
    border: solid 3px;
    border-color: #f58120;
}
.categorytitle h3{

}
.category .borderorange{
    border-radius: 3px;
    margin-top: -15px;
    border-width: 3px
}
.category .borderorange h4{
    border-radius: 0px;        
}
.paddingmobile{
    padding-left: 15px;
    padding-right: 15px;
}
.paddingcategory{
    padding-left: 3px;
    padding-right: 3px;
}
.bgorangedark{
    /*        background: #d66e21;*/
    background: #E2741D;
}
.margintop15{
    margin-top: 15px;
}
.col-md-15:hover .borderorange{
    border-color: white !important;
}
.col-md-15:hover h3{
    border-color: white !important;
}
.bg-image{
    min-height: 100%;
    width: 100%; 
    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center center;
    background-size: cover;
}
.hoverorange:hover{
    color: #f58120;
    text-decoration: none;
}
hoverborderwhite:hover{
    border-color: white !important;
    color: blue;
}
a{
    text-decoration: none !important;
}
.uppercase{
    text-transform: uppercase;
}
.captcha{
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;          
}
.container{
    max-width: none !important;
    width: 970px;
}

.nav>li{
    display: inline-block
}