body {
    /*font-size: 16px;*/

}
#search .search-block{
    border: 1px solid #e9e9e9;
}

#search .search-results h3{
    margin-bottom: 3px;
    text-transform: capitalize;
}

#search .search-results p{
    margin-top: 3px;
}

#search .pagination li.active > a{
    background-color: #ff7200;
    border-color: #ff7200;
    color: #fff;
}

#search .pagination li a{
    color: #333;
}

#search .selected{
    background-color: #ff7200;
}

.item h1{
    font-size: 200%;
}

@media screen and (max-width: 1170px){
    .parallax{
        background-attachment: scroll;
        background-position: 50% !important;
    }
}

.btn-dark:focus{
    color: #fff;
}

/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn {
    padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
    padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
    padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #F5F5F5;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #d8d8d8;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #F5F5F5;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #d8d8d8;
}

/* The responsive part */

.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-breadcrumb > *:nth-child(n+2) {
    display:none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    }
    .btn-breadcrumb > * div {
        max-width: 60px;
    }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display:block;
    }
    .btn-breadcrumb > * div {
        max-width: 100px;
    }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n+20) {
        display:block;
    }
    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}

.btn-breadcrumb .btn-default{
    background-color: #F5F5F5;
    border: none;
    border-radius: 0;
}

.btn-breadcrumb .btn-default:hover{
    color: #777777;
    border: none;
    border-radius: 0;
    background:#F5F5F5;
}

.orange-theme .btn-breadcrumb .btn-default{
    color: #777777;
}

.orange-theme .btn-breadcrumb .btn-default:hover{
    color: #FF7200;
}

.blue-theme .btn-breadcrumb .btn-default{
    color: #777777;
}

.blue-theme .btn-breadcrumb .btn-default:hover{
    color: #00aeef;
}
