.clear { clear:both;}
.pad { padding:10px;}
.pad-no-top { padding: 0px 15px 15px 15px; }
.pad-side { padding:0px 15px;}
.pad-top { padding: 15px 0px 0px 0px;}
.pad-left { padding-left:15px;}
.pad-right { padding-right:15px;}
.pad-left-large { padding-left:20px;}
.pad-right-large { padding-right:20px;}
.mar-left { margin-left:10px;}
.mar-right { margin-right:10px;}
.mar-top { margin-top:10px; }
.mar-bot { margin-bottom: 10px; }
.mar-top-large { margin-top:20px; }
.mar-bot-large { margin-bottom: 20px; }
.mar-top-xl { margin-top:25px; }
.mar-bot-xl { margin-bottom: 25px; }
.mar { margin: 15px; }
.no-height { height: 0px; }
.max-width { max-width:1024px; margin: 0 auto; }
.email2 { display: none;}
.pad-5 { padding:5px; }
.bor-left {  border-left: 1px solid #f2dede; padding-left:15px; }
.bor-right{  border-right: 1px solid #f2dede; padding-right:15px; }
.mar-bot-important {
    margin-bottom: 10px !important;
}
.max-img {
    width: 100%;
    height: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Yamm */
.yamm .collapse,.yamm .dropdown,.yamm .dropup,.yamm .nav{position:static}.yamm .container{position:relative}.yamm .dropdown-menu{left:auto}.yamm .yamm-content{padding:20px 30px}.yamm .dropdown.yamm-fw .dropdown-menu{left:0;right:0}

/* Page */
body {
    background-color: #FFF;
    font-family: 'PT Sans', sans-serif;
}
.container {
    margin:0 auto;
    background-color: #FFF;
    width:100% !important;
}
.content-mar {
    margin:10px 20px;
}
.contents {
    margin:10px 0px;
    min-height:300px;
}
.content-pad {
    padding: 10px 20px;
}
/* Colours */
.red {
    color: #dd052e;
}

/* Links */
a:link, a:visited, a:active {
    color:#dd052e;
    text-decoration: none;
}
a:hover {
    color:#dd052e;
    text-decoration: none;
}
.button {
    background-color: #dd052e !important;
    border-color: #dd052e !important;
    color: #FFFFFF !important;
}
.button:hover {
    background-color: #dd052e !important;
    border-color: #dd052e !important;
    opacity: 0.9 !important;
    color: #FFFFFF !important;
}
/* pagination */
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color:#dd052e;
    border-color:#dd052e;
    color: #FFF;
}
.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #333333;
}

/* Button Overrides */
input {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
textarea {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
.btn {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
/* HEADER IMAGES */
.header-red {
    background-color: #f7f7f7;
    height:140px;
    width:100%;
    display: block;
    position: relative;
}
.header-red .max-width {
    height: 100%;
}
.header-red h1 {
    font-weight: bold;
    color: #000000;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;
    margin:0px 0px 0px 20px;
}
/* Text */
h3{
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}
.text-lowercase {
    text-transform: lowercase !important;
}
/* TOP HEADER */
.topbar {
    background-color: #333333;
    color: #FFF;
    padding: 10px 0px;
}
.telephone-icon-span {
    text-align: right;
    float: right;
    padding-right: 10px;
    color: #dd052e;
}
.telephone-number-span {
    float: right;
    text-align: right;
    min-height: 28px;
    line-height: 28px;
    vertical-align: middle;
    padding-right: 20px;
}
.telephone-number-span a {
    color: #FFFFFF;
}
.email-icon-span {
    text-align: right;
    float: right;
    padding-right: 10px;
    color: #dd052e;
}
.email-text-span {
    float: right;
    text-align: right;
    min-height: 28px;
    line-height: 28px;
    vertical-align: middle;
    padding-right: 20px;
}
.email-text-span a {
    color: #FFFFFF;
}
.gb-flag-wrap {
    height: 29px;
    margin-left: 20px;
}
.gb-flag-wrap img {
    height: 100%;
    width: auto;
}

/* BOTTOM HEADER */
.search-wrap input {
    background-color: #989a9d;
    color: #FFFFFF;
    border: 0px !important;
}
.search-icon-wrap {
    min-height: 35px;
    padding: 5px;
    text-align: center;
    background-color: #dd052e;
    border-left: 1px solid #000000;
    width: 100%;
    min-width: 41px;
}
.search-icon-wrap i {
    color: #FFFFFF;
}
.search-box-wrap {
    border: 1px solid #000000;
    margin-top: 32px;
}
::-moz-placeholder {
    color: #FFFFFF !important;
    text-transform: uppercase;
}
::-webkit-input-placeholder {
    color: #FFFFFF !important;
    text-transform: uppercase;
}
.top-search-button {
    background-color:rgba(0,0,0,0);
    border:0px;

}
/* MENU CSS */
.menu-bar {
    background-color: #989a9d;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar-default {
    background-color: transparent !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    min-height: 0px !important;
    border: 0px !important;
}
.navbar-nav li a {
    text-transform: uppercase;
    color: #FFFFFF !important;
    padding: 10px 15px;
}
.navbar-nav li a:hover {
    background-color: #dd052e !important;
    transition: 1s all;
}
/* FOOTER CSS */
.footer-bg {
    background-color: #333333;
    padding: 10px 20px;
}
.footer-header h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    border-bottom: 3px solid #dd052e;
    padding-bottom: 5px;
}
.footer-header {
    padding-right: 20px;
}
.footer-menu ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.footer-menu ul li a {
    color: #FFFFFF !important;
    text-transform: uppercase;
}
.footer-menu ul li a:hover {
    text-decoration: underline;
}
.footer-menu-right ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: right;
}
.footer-menu-right ul li a {
    color: #FFFFFF !important;
    text-transform: uppercase;
}
.footer-menu-right ul li a:hover {
    text-decoration: underline;
}
.footer-pad-left {
    padding-left: 20px;
}
.footer-pad-right {
    padding-right: 20px;
}
/* CONTACT PAGE */
.form-group {
    margin-bottom: 10px !important;
}

/* Products */
.category-wrap {
    margin:10px;
    padding:10px;
}
.category-image-wrap {
    height:150px;
    background-color: #FFF;
    margin-bottom:15px;
    overflow: hidden;
}
.category-image-wrap img {
    transition: all .2s ease-in-out;
}
.category-wrap:hover .category-image-wrap img {
    transform: scale(1.1);
}

.category-text-wrap {
    height:60px;
    text-align: center;
    font-size: 18px;
}
.products-wrap {
    border: 1px solid #dedede;
    margin:10px;
    padding:10px;
    position: relative;
}

.products-image-wrap {
    height:150px;
    background-color: #FFF;
    margin-bottom:15px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.products-image-wrap-large {
    height:350px;
    background-color: #FFF;
    margin-bottom:8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.products-image-wrap img, .products-image-wrap-large img {
    max-width:100%;
    max-height:100%;
    text-align: center;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pw-large .products-text-wrap {
    min-height: auto !important;
}

.products-text-wrap {
    min-height:75px;
    text-align: center;
    font-size: 16px;
}
.products-text-wrap a {
    color: #000;

}
.products-text-wrap a:hover {
    color: #dd052e;
}
.products-wrap:hover a {
    color: #dd052e;
}
.products-price-wrap {
    text-align: center;
    color: #333;
    font-size: 14px;

}
.products-header {
    padding: 15px;
    border-top: 1px solid #666;
    background-color: #f7f7f7;
    margin-bottom:15px;
}
.side-menu h4{
    border-bottom: 1px solid #000;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.shopmenu ul li > ul {
    display: none;
}
.shopmenu ul li > ul li a {
    color: #000;
}
.shopmenu ul {
    margin:0px;
    padding:0px;
    list-style: none;
}
.shopmenu ul li {
    border-bottom:1px solid #dedede;
}
.shopmenu ul li a {
    display: block;
    padding:8px;
    background-color: #FFF;
}
.shopmenu ul li a:hover {
    padding-left: 20px;
}
.products-price-wrap {
    color: #dd052e;
    font-size: 24px;
}
.products-price-wrap small {
    font-size: 14px;
}
/* Products View Page */
.products-slider-wrapper {
    border: none;
    padding: 10px;
}
.products-slider-wrapper .bx-wrapper .bx-viewport {
    border:0px;
    box-shadow: none !important;
    left: 0px !important;
    position: relative;
}
.products-slider-wrapper .bxslider li {
    display: block;
    width: 100%;
    min-height:350px;
    position: relative;
}
.products-slider-wrapper .bx-wrapper .bx-viewport img {
    max-width:100%;
    max-height:100%;
    text-align: center;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}
.products-slider-wrapper .bx-wrapper .bx-next {
    right:-15px;
}
.products-slider-wrapper .bx-wrapper .bx-prev {
    left:-15px;
}
.products-option-wrap {
    padding: 10px 0px;
    border-bottom:1px solid #f7f7f7;
}
.products-option-wrap small {
    color: #ccc;
    font-size: 10px;
}
.products-options-wrap .center{
    width: 150px;
    margin: 40px auto;
}
.input-number {
    text-align: center;
    padding:0px !important;
}
.product-option-price {
    font-size: 18px;

}
.product-alert {
    background-color: #dd052e;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 10px 10px;
    margin: 0px -10px 10px -10px;
}
.product-alert-text {
    line-height: 42px;
    vertical-align: middle;
}
.instock {

}
.outstock {

}
.shop-button {
    display: block;
    color: #FFFFFF !important;
    font-size: 28px;
}
.modal-header {
    background-color: #000;
}
.modal-header h4, .modal-header h5 {
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}
.modal-body {
    padding: 10px 20px;
}
/* TABS ON PRODUCT VIEW PAGE */
.products-tabs .nav-tabs {
    margin-bottom: -2px;
}
.products-tabs .tab-content {
    border: solid 2px #dd052e;
    padding: 10px 20px;
}
.products-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a {
    color: #FFFFFF;
    background-color: #dd052e;
    border: 2px solid #dd052e;
    border-bottom-color: transparent;
    border-radius: 0px;
}
.products-tabs .nav-tabs li a {
    color: #333;
    margin-right: 0px;
    border: 2px solid #dd052e;
    border-radius: 0px;
}
.products-tabs .nav-tabs .active a:hover {
    background-color: #dd052e !important;
    color: #FFFFFF;
}
.products-tabs .nav-tabs li a:hover {
    color: #dd052e;
    background-color: #FFFFFF;
}
#description h4 {
    font-weight: bold;
}
/* ACCOUNT */

.account-user{
    font-size: 40px;
    margin-right: 15px;
    float: left;
    padding: 10px;
}
.account-options{
    padding: 15px;
}
/* BX SLIDER */
.bx-wrapper .bx-viewport {
    box-shadow: 0px 0px 0px 0px !important;
    border: 0px !important;
    left: 0px !important;
    background-color: transparent !important;
}
/* DANS CSS MOVED FROM RESPONSIVE */

/* WIDGET EDIT */
.widget-wrap {
    position: relative;
}
.widget-edit {
    display: none;
}
.widget-admin:hover  {
    display: block;
    border: 1px solid #000;
}
.widget-admin:hover .widget-edit {
    display: inline-block;
    position: absolute;
    right:0px;
    padding: 10px;
    background-color: rgba(0,0,0,0.8);
}
.widget-admin:hover a {
    color: #FFF;
}

a.btn-primary, a.btn-danger {
    color: #FFF;
}

.product-brand-image {
    width:180px;
    height:auto;
    margin:23px;
    float:right;
}

/* Service Page */

.repair-icon {
    text-align: center;
    margin:20px;
}
.repair-icon img {
    margin:10px auto;
    width:90px;
    height:auto;
}


.outofstock {
    opacity: 0.6;
}
.outofstock .corner-ribbon {
    display: none;
}

/*Corner Ribbon */
/* The ribbons */

.corner-ribbon{
    width: 200px;
    background: #e43;
    position: absolute;
    top: 20px;
    left: -30px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
    position: fixed;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/* Colors */
.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

/* HOME PAGE */
.home-red-box {
    background-color: #dd052e;
    padding: 10px;
    margin: 0px;
    color: #FFFFFF;
    font-size: 34px;
}
.home-red-box a {
    color: #FFFFFF;
}
.home-icon-bg {
    border-top: 3px solid #dd052e;
    background-color: #dedede;
    border-bottom: 3px solid #dd052e;
    padding: 10px 0px;
}
.home-icon-wrap {
    width: 100px;
    margin: 0px auto;
}
.home-icon-text-wrap {
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}
.home-icon-text-wrap a {
    color: #000000;
    font-weight: bold;
}
.bx-wrapper {
    max-width: 100% !important;
}
.bx-viewport {
    min-height: 290px !important;
}
.bx-large {
    text-align: center;
}
.bx-large img {
    max-height:560px;
    max-width: 100%;
    margin:0 auto;

}
/* NEWS PAGE */
.news-index-article {
    padding:10px 0px;
    border-bottom: 1px solid #dedede;
}
.news-index-article h3 {
    font-weight: bold;
    font-size: 24px;
}
.news-index-image {
    height: 160px;
    overflow: hidden;
}
.news-view-articles {
    margin:0px;
    padding:0px;
    list-style: none;
}
.news-view-articles li  {
    padding: 15px 0px;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.news-view-articles li a {
    display: block;
    padding-right:30px;

}
.newscaret {
    position: absolute;
    right:0px;
    top:40%;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
}
.stButton * {
    box-sizing: content-box;
}
.mar-top-40 {
    margin-top: 40px !important;
}
.shop-widget {
    margin-top: 10px;
}
.testimonials {
    border: 3px solid #FF0000;
    border-radius: 10px;
    background-color: #dedede;
    margin-top: 20px;
}
.testimonials-text {
    padding: 10px 20px 0px 20px;
}
.testimonials-name {
    padding: 10px 20px 0px 20px;
    font-weight: bold;
}
.testimonials-company {
    padding: 0px 20px 10px 20px;
    font-weight: bold;
}