
.breadcrumb{
background-color: #ffffff !important;
}

ol.breadcrumb > li > a{
color: #888888 !important;
}

.checkout-pager > li.active > a{
color:#8f9a79 !important;
}


.glyphicon-print::before {
color: #888888 !important;
}

.glyphicon-th-list::before {
color: #888888 !important;
}

.glyphicon-th::before {
color: #888888 !important;
}

#site-menu {
background-color:#ffffff !important;
border:0px solid #ffffff !important;
 }

.small > tbody > tr > td > a {
color:#888888 !important;
}

.small > tbody > tr > td > a:hover {
color:#333333 !important;
}

.swiper-pagination-bullet-active {
 background:#888888 !important;
}

.pagination > li >a{
 color:#888888 !important;
}

.pagination > li > span{
color:#888888 !important;
}

.pagination > li > span:hover{
color:#888888 !important;
}

.pagination > li >a{
background: white !important;
border: 1 px solid !important;
}

.pagination > li > span{
background: white !important;
border: 1 px solid !important;
}

.pagination >.active> a{
  border-color:#888888 !important;
}

.pagination > .active > span:hover{
 background-color:#888888 !important;
 border-color:#888888 !important;
}

.nav-pills >li.active >a{
 background-color:#a2b185 !important;
}

.nav-pills>li.active>a:hover {
 background-color:#a2b185 !important;
}

.btn-info {
 background-color:#888888 !important;
 border-color:#888888 !important;
}


@font-face {
    font-family: 'FuturaMedium';
    src: url('/fonts/futura_medium_bt-webfont.eot');
    src: url('/fonts/futura_medium_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/futura_medium_bt-webfont.woff') format('woff'),
         url('/fonts/futura_medium_bt-webfont.ttf') format('truetype'),
         url('/fonts/futura_medium_bt-webfont.svg#FuturaMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBoldRegular';
    src: url('/fonts/futura-bold-webfont.eot');
    src: url('/fonts/futura-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/futura-bold-webfont.woff') format('woff'),
         url('/fonts/futura-bold-webfont.ttf') format('truetype'),
         url('/fonts/futura-bold-webfont.svg#FuturaBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBookRegular';
    src: url('/fonts/futura-book-webfont.eot');
    src: url('/fonts/futura-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/futura-book-webfont.woff') format('woff'),
         url('/fonts/futura-book-webfont.ttf') format('truetype'),
         url('/fonts/futura-book-webfont.svg#FuturaBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23888888'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23888888'%2F%3E%3C%2Fsvg%3E") !important;
}

.form-control {
  -webkit-box-shadow:inset 0 1px 1px rgba(204,204,204)!important;
 box-shadow:inset 0 1px 1px rgba(204,204,204)!important;
}

.form-control:focus {
 border-color:#cccccc !important;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204)!important;
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204) !important;
}