body {
	background: #e8e8e8;
}

.top .top-menu {
    background: #f3f3f4;
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
}

.top-menu ul li a {
    color: #000;
    text-decoration: none;
}

.top-menu ul.flag li:before {
    content: "|";
    margin-right: 14px;
}

.top-menu ul.flag li:first-child:before {
    content: '';
}

.top-menu .contact-sc {}
.top-menu .contact-sc li i{
    margin-right: 5px;
}

.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}


.menu {
    margin-bottom: 20px;
	background: #fff;
}

.navbar-brand {
    padding-left: 0;
}

.navbar-form {
    margin-top: 23px;
    margin-bottom: 23px;
}



.product-list .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px;
    display: inline-block;
    margin-bottom: 15px;
    border: 6px solid #34469a;
    border-bottom: 0;
    border-top: 0;

}



.product-list img {
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product-list {
    border-bottom: 3px solid silver;
}

.product-list .image .title {
    height: 100%;
    width: 100%;
    bottom: -144px;
}

.product-list .image .title ul li:hover {
    background-color: #374FC5;
}
.product-list .image .title ul li a {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #fff;
    padding-left: 9px;
}
.product-list .image .title ul li {
    list-style-type: none;
    display: block;
    background: rgb(55, 79, 197);
    background: rgba(55, 79, 197, 0.4);
    text-align: center;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-bottom: 1px solid #000000;
}
.product-list  .image .title ul li.head {
    background: rgb(55, 79, 197);
    background: rgba(55, 79, 197, 0.7);
    font-size: 16px;
    display: block;
    width: 100%;
}
.product-list  .image .title ul li.head a {
   text-align: center;
}
.product-list  .image .title ul {
    float: left;
    padding-left: 0;
    width: 100%;
}
.product-list  .image .title {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 14px;
    color: white;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product-list  .image:hover img {
    top: 0;
}

.product-list .image:hover .title {
    bottom: 0;
}

section.brand {
    width: 100%;
    padding: 20px 0;
	background: #fff;
	margin: 20px 0 0 0;
	border-bottom: 1px solid silver;
}

.brand .controls {
	padding: 0 15px;
}
.brand .controls .prev {
	font-size: 28px;
	margin-right: 10px;
}
.brand .controls .next {
	font-size: 28px;
}

.brand .brand-list {
    width: 100%;
    display: table;
}
.brand .brand-list .brand-item {
    width: 150px;
    display: table-cell;
    height: 90px;
    line-height: 90px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
}
.brand .brand-list .brand-item img {
    width: 75%;
}

.shortcut {
    padding: 30px 0;
}

.shortcut .sc-item:hover {
    border-color: silver;
	color: silver !important;
}

.shortcut .sc-item {
    border-right: 2px solid #000;
    display: block;
    color: #000;
}
.shortcut .sc-item i {
    font-size: 50px;
}
.shortcut .sc-item h4 {
    margin: 0 0 5px 0;
}
a:focus, a:hover {
	color: inherit !important;
}
.shortcut .sc-item p {
    line-height: 1;
    font-size: 12px;
}
.shortcut .col-md-3:last-child .sc-item {
}

footer {
    background: #fff;
    padding: 15px 0;
}

footer p {
    margin: 0;
}

.navbar-nav {
    margin: 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #f3f3f4;
}

.detail .sidebar li {}
.detail .sidebar li a {
    background: #ddd;
    border-right: 3px solid #ccc;
    color: #333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.detail .sidebar li:hover a {
    font-weight: bold;
    border-right: none;
    padding-left: 20px;
}

a{
	color:inherit;
}
.thumbnail {
    height: 150px;
}

.gallery-img {
    height: 158px;
    overflow: hidden;
    display: block;
    line-height: 133px;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    border: 1px solid silver;
    margin-bottom: 25px;
}

.gallery-img:hover {
	border-color: #333;
}

.panel-heading {
	padding: 15px;
}

#map {
    overflow: initial !important;	
}

.gallery-img img {
	width: 100%;
    vertical-align: middle;
}

.dropdown-header {
	white-space: normal;
}