#image_wrapper .ps-current > ul,
#image_wrapper .ps-list                 { list-style: none; padding: 0px; margin-bottom: 30px; text-align: center; }
#image_wrapper .ps-current > ul li,
#image_wrapper .ps-list li              { display: inline-block; float: none; }
#image_wrapper .ps-list img             { cursor: pointer; }

#content-wrapper aside .box-body span   { padding: 15px; display: block; }
#content-wrapper .product-main-content  { margin-top: 22px; }

.nav-tabs li                            { float: none !important; width: 100%; margin-bottom: 0px !important; }
.nav-tabs li > a                        { float: left; position: relative; }
.nav-tabs li .panel                     { position: absolute; width: 100%; height: 0px; padding-bottom: 39%; }
.nav-tabs li:nth-child(1) .panel        { z-index: 3; }
.nav-tabs li:nth-child(2) .panel        { z-index: 2; }
.nav-tabs li:nth-child(3) .panel        { z-index: 1; }
.nav-tabs li:target .panel              { z-index: 5; }
.nav-tabs li:target > a                 { font-weight: bold; }


.thumbnail,
.box-body                               { transition: none !important; }

.product-wrapper                        { float: none !important; }
.product-cell                           { float: left; width: 25%; margin: 0px; }
.product-cell .title > h4               { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.megamenu                               { float: left; }
#search                                 { float: right; }

.tab-menu input.product-slider,
.tab-menu input.product-slider + .panel         { display: none; }
.tab-menu input.product-slider + .panel         { position: relative; z-index: 2; }
.tab-menu input.product-slider:checked + .panel { display: block; }
.tab-menu .nav-tabs                             { margin-bottom: -2px; }
.tab-menu .nav-tabs > li > a                    { padding: 0px; outline: 0px; border: 0px; }
.tab-menu .nav-tabs > li > a > label            { padding: 8px 15px; margin: 0px; font-weight: normal; cursor: pointer; display: block; }
.tab-menu .thumbnail                            { position: relative; margin-bottom: 0px; }

@media(max-width: 990px) {
    #cms-pages                          { padding: 0px !important; float: none !important; }
    header ul.nav                       { margin: 5px !important; }
    header ul.nav li                    { margin-top: 5px; }
    header ul.nav li:first-child        { margin-top: 0px; }
    header .container ul.nav            { margin: 0px !important; }
    header .container ul.nav > li > a   { margin: 0px !important; padding: 8px 15px; }
}

@media(max-width: 605px){
    .product-cell                       { width: 50%; }
    .nav-tabs li > a                    { width: 100%; margin-bottom: 5px; }
}

.img-responsive, .carousel-inner > .item > img, .carousel-inner > .item > a > img, .thumbnail > img, .thumbnail a > img {
     height : 150px;
}

#logo {
    display : block;
}

#logo a img {
    max-height: 400px;
    width: 100%;
}

.product-cell .title > h4 {
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    height: 31px;
}

/*CUSTOM ---------------------------------------------*/

* {font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif !important;}

a {color: #00465B;}
a:hover {color: #00465B;}


/* NAVIGATION */

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #00465b;
}

.container-fluid {
    background-color: #fff !important;
    margin: 10px !important;
    -webkit-box-shadow: 0 0 10px 1px rgba(111,111,111,0.4);
    box-shadow: 0 0 10px 1px rgba(111,111,111,0.4);
    border: 1px solid #00465B !important;
}

#main-wrapper.fluid .navbar-default {
    border-top: 0;
    border-bottom: 0;
    background-color: #f3f3f3 !important;
}

/* Aside */

aside .nav-list a:hover {
    color: #00465b;
}

aside .panel-default > .panel-heading > .panel-title {
    color: #00465b;
    border-bottom: 2px solid #00465b !important;
    padding: 15px 0;
}

/* Content */

#contentbg {
    background-color: #fff;
}

.container-background {
    background-color: #f3f3f3;
}

#content-wrapper {
    background-color: #f3f3f3;
}

h2 {
    margin-top: 0px;
    border-bottom: 0px solid #00465b !important;
    color: #00465b !important;
    font-size: 2em;
    text-align: center;
}

.pgwSlider .ps-current img {
    border: 1px solid #ddd;
    border: 1px solid #00465B !important;
}

#ebaydatas {
    background-color: #064554;
}

.product-cell.text-center.thumbnail:hover{
    -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
    -webkit-box-shadow: 0 0 20px 1px rgba(111,111,111,0.5);
box-shadow: 0 0 20px 1px rgba(111,111,111,0.5);
    outline: 1px solid #00465B;
    -webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
    z-index: 999;
}

.zv-icon {
    width: 70px;
    height: auto;
}

.panel-body {
    padding: 15px;
    color: #fff !important;
}

aside {
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

/* FOOTER */


#footer.container-background {
    background-color: #2E4859;
}