﻿
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style:none;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

body {
    font-family: Arial,sans-serif;
    background-image: url(../img/bg1.jpg);
    background-repeat: repeat;
    /*background-size: cover;*/
    background-attachment: fixed;
    background-position: top center;
    padding: 0px 0px 0px 0px;
    min-width: 320px;
}

.topfix {
    top: 0px;
    left: 0px;
    height: 10px;
    right: 0px;
    z-index: 99;
    background-color: #212121;
    border-top: 1px solid #222222;
}

.sdt {
    float: right;
    color: #fff;
    font-size: 15px;
    line-height: 45px;
    margin: 0px;
    padding: 0px 0px 0px 34px;
    background-image: url(../img/phone.jpg);
    background-repeat: no-repeat;
    font-style: italic;
    background-position: 0px 8px;
}

.sdt a {
    color:#fff;
}
    .sdt span {
        margin: 0px 5px;
        font-style: normal;
    }

.language {
    float: right;
    color: #fff;
    font-size: 15px;
    line-height: 45px;
    margin: 0px;
}

    .language a {
        color: #fff;
    }

    .language span {
        margin: 0px 5px;
        font-style: normal;
    }

.header {
    min-height: 60px;
    background-color: #eeedeb;
}

    .header .navbar {
        background-color: transparent;
        margin: 0px;
        min-height: 74px;
    }

        .header .navbar a.logo {
            margin: 7px 0 0 7px;
            float: left;
        }
        .header .navbar a.logo img{
            max-width:180px;
        }

.navbar-nav > li {
    height: 74px;
    border-left: 2px solid #dfdfdf;
}

    .navbar-nav > li.noborder {
        border: none;
    }

    .navbar-nav > li a {
        line-height: 70px;
        padding: 0px 15px;
        color: #000 !important;
        font-size: 13px;
        text-transform: uppercase;
        border-top: 4px solid #eeedeb;
    }

    .navbar-nav > li.active-menu a {
        border-top: 4px solid #da251c;
        font-weight: bold;
    }

.box-search {
    border-radius: 5px;
    position: relative;
    width: 190px;
    height: 25px;
    border: 1px solid #9a9a9c;
    padding: 0px 30px 0px 0px;
    background-color: #fff;
    margin: 25px 13px 0px 13px;
}

    .box-search input {
        width: 100%;
        border: none;
        border-radius: 5px;
        height: 23px;
        padding: 0px 0px 0px 10px;
        font-size: 13px;
        font-style: italic;
    }

    .box-search button {
        background-color: #666b6f;
        float: right;
        position: absolute;
        height: 17px;
        width: 30px;
        border: none;
        line-height: 17px;
        color: #fff;
        padding: 0px;
        top: 3px;
        outline: none;
        right: 3px;
    }

        .box-search button i {
            color: #fff;
            display: block;
            height: 17px;
            line-height: 17px;
        }

        .box-search button:hover {
            background-color: #666b6f;
            opacity: 0.9;
            outline: none;
        }

.navbar-toggle {
    margin: 20px 20px 0px 0px;
}

.slider-home {
    position: relative;
}

    .slider-home li {
    }

    .slider-home img {
        width: 100%;
    }

.middle {
    background-color: #eeedeb;
}

    .middle .slider-home, .middle .header {
        margin: 0px -15px;
    }

.product h2 {
    padding: 15px 0px 10px 0px;
    border-bottom: 1px solid #ceced0;
    margin: 0px 0px 10px 0px;
    color: #555;
    font-size: 16px;
    text-transform: uppercase;
}

.item {
    margin:0 -5px;
}

.item-img {
    float: left;
    height: 280px;
    margin: 0px 10px 0px 0px;
}

.item-des {
    padding: 0px 0px 0px 5px;
    font-size:12px;
    text-align:justify;
}

.item-img img {
    width: 150px;
}

.item h4 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.item p {
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 3px 0px;
    color: #333;
}

    .item p span {
        float: left;
        margin: 0px 0px 0px 0px;
    }

    .item p.price {
        margin: 0px 0px 0px 0px;
    }

        .item p.price strong {
            font-size: 15px;
            font-weight: bold;
            color: #da251c;
        }

.item .btn-buy {
    background-color: #000;
    border: 0px solid #FECB02;
    margin: 10px 0px 5px 0px;
    display: inline-block;
    padding: 3px 20px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.item p a {
    color: #094672;
    font-size: 13px;
}

.item h3 {
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 0px;
    margin: 0px 0px 10px 0px;
    color: #da251c;
    font-size:23px;
}
.item h3 a{
    color: #da251c;
    font-size:14pt;
    text-transform:uppercase;
}

a.readmore {
    display: block;
    color: #555;
    text-align: center;
    background-color: #cdced2;
    font-size: 13px;
    margin: 10px 0px 15px 0px;
    text-transform: uppercase;
    padding: 10px 0px;
}
.about
{

background-color:#212121;
padding:20px 0px;
}
.about-item h3
{
color:#fff;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
margin:15px 0px 10px 0px;
}
.about-item h3 a
{
color:#fff;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
}
.about-item  img
{
width:100%;
height:auto;
}
.about-item p
{
margin:10px 0px 10px 0px ;
}
.about-item p a
{
color:#fff;
font-size:14px;
}
.footer
{
padding:15px 0px;
}
.footer p
{
float:left;
color:#fff;
margin:0px;
font-size:13px;

}

.footer a
{
color:#fff;

}

.menu-footer
{
float:right;
}
.menu-footer ul li
{
display:inline-block;
}
.menu-footer ul li a
{
  color:#fff;
  text-transform:uppercase;
font-size:13px;
}
.menu-footer ul li a:hover
{
text-decoration:underline;
}
.menu-footer ul li span
{
margin:0px 5px;
  color:#fff;
font-size:13px;
}
.col
{

padding:10px 0px 0px 320px;
}
.colleft
{
float:left;


width:300px;
float:left;
margin:0px 0px 0px -320px;
}
.colright
{
float:right;
min-height:500px;
width:100%;


}

.box-caption
{
min-height:40px;
line-height:40px;
background-color:#cdced2;
padding:0px 0px 0px 40px;
background-image:url(../img/arrow.jpg);
background-repeat:no-repeat;
background-position:5px 5px;
}

.box-caption a{
color:#555;
font-size:14px;
text-transform:uppercase;

}

.menu-left    ul li 
{
border-bottom:1px solid #a0a4a7;
}
.menu-left    ul li:last-child{
border:none;
}
.menu-left    ul li a
{
color:#333;
font-size:14px;
font-weight:bold;
padding:10px 10px 10px 20px;
display:block;

}
.qc
{
margin:20px 0px 20px 0px;
}
.sitemap
{
border-bottom:1px solid #999;
margin:0px 0px 10px 0px;
}
.sitemap h2
{
color:#555;
font-weight:bold;
font-size:16px;
margin:0px;
float:left;
border:none;
}
.sitemap ul
{
float:right;
margin:10px 0px 0px 0px;
}
.sitemap ul li
{
display:inline-block;
}
.sitemap ul li a
{
color:#555;
margin:0px 2px;
}
.sitemap  ul li.current
{
font-weight:bold;
}
.blog-item img
{
float:left;width:220px;
margin:0px 20px 0px 0px;
border:1px solid #cdced2;
}
.blog-item 
{
margin:0px 0px 25px 0px;
}
.blog-item h3
{
margin:0px 0px 10px 0px;
}
.blog-item h3 a
{
color:#4e5357;
font-size:16px; font-weight:bold;
}
.blog-item  p
{
font-size:14px;
text-align:justify;
color:#333;
}
.pagging
{
text-align:center;
margin:0px 0px 50px 0px;

}
.pagging a
{
margin:10px 0px;
padding:2px 6px;
color:#333;
text-align:center;

}
.pagging a:hover,.pagging a.current
{
color:#da251c;
}
.pagging span
{
  margin:10px 0px;
padding:2px 6px;
color:#333;
text-align:center;
}
.detail
{

}
.detail h1
{
color:#333;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
line-height:150%;
}
.detail-ref h2
{
  color:#333;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
}
.detail img
{
display:block;
margin:20px auto;
max-width:100%;
}
.detail-ref  ul li
{
padding:5px 0px 4px 0px;
margin:3px 0px;
}
.detail-ref  ul li a
{
color:#333;
font-size:13px;
}
.intro-outer 
{
padding:10px 10px;
}
.intro-outer  .sitemap 
{
padding:10px 0px 10px;
}
.intro-outer  .sitemap ul
{
margin:0px;
}
.img-intro img
{
max-width:400px;
width:100%;
}
.overview
{
padding:20px 0px 0px 350px;
}
.slider-detail
{
width:320px;
float:left;
margin:0px 0px 0px -350px;


min-height:100px;
}
.infomation
{
width:100%;
height:auto;
float:right;
}

.infomation h1
{
color:#d9241b;
font-weight:bold;
font-size:20px;
margin:0px;
text-transform:uppercase;


}
.infomation h2
{
color:#211917;
font-weight:bold;
font-size:17px;
margin:0px;
border:none;
margin:2px 0px;

}
.infomation p
{
color:#333;
font-size:13px;
margin:7px 0px;
}
.infomation p.price
{
padding:14px 0px;
border-top:1px solid #d2d2d4;
text-align:center;
color:#4e5356;
font-size:18px;
margin:10px 0px;
}
.infomation p.price strong
{
   color:#d9241b;
   font-size:20px;
}
.add-cart
{
background-color:#666b6f;
padding:7px 0px;
border-radius:5px;
color:#fff;
font-size:18px;
font-weight:bold;
display:block;
text-transform:uppercase;
text-align:center;
}
.add-cart:hover
{
color:#fff;
}
.feature
{
margin:20px 0px;
}

.feature h2
{
height:40px;
padding:0px;
margin:0px 0px 10px 0px;
}

.feature h2 span
{
float:left;
height:39px;
background-color:#cdced2;
padding:0px 20px;
line-height:39px;
font-size:18px;
color:#4f5257;
}
.feature-content p
{
color:#333;
font-size:14px;
margin:10px 0px;
}
.feature-content  img
{
width:auto;
max-width:100%;
margin:20px auto;
display:block;
}
.product-ref-caption
{
text-transform:none !important;
}
@media only screen and (max-width: 992px)
 {
   .qc
   {
   display:none;
   }

.col
{

padding:10px 0px 0px 0px;
}
.colleft
{
float:none;


width:100%;
margin:0px 0px 0px 0px;
}
.colright
{
float:none
}




    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav > li {
        height: 30px;
        border-left: none;
    }

        .navbar-nav > li a {
            line-height: 30px;
            padding: 0px 15px;
            color: #000 !important;
            font-size: 13px;
            text-transform: uppercase;
            border-top: 4px solid #eeedeb;
        }

        .navbar-nav > li.active-menu a {
            border-top: 4px solid transparent;
            font-weight: bold;
        }

    .box-search {
        width: 100%;
        margin: 0px;
    }

    .navbar-nav > li.noborder {
        padding: 0px 15px;
    }
}

.container{width:1200px;}

@media only screen and (max-width: 768px) {
	.detail img{height:100% !important;}
	
.zoomWindowContainer
{
display:none !important;
}
.menu-footer
{
text-align:center;
float:none;
}
.footer p
{
float:none;
text-align:center;
}
.overview
{
padding:20px 0px 0px 0px;
}
.slider-detail
{
width:100%;
float:none;
margin:0px 0px 0px 0px;
min-height:100px;
}

.container{width:100%}

}

@media only screen and (max-width: 480px) {

    .sdt span, .sdt em {
        display: none;
    }
    .blog-item img
{
float:none;width:100%;
height:auto;
display:block;
margin:0px 0px 10px 0px;
border:1px solid #cdced2;
}
}

.article-details{
    text-align:justify;
}

.action {
    overflow: hidden;
    padding-top: 10px;
}
.action a {
    color: #5a5a5a;
}
.action a:hover {
    text-decoration: underline;
}
.action a.edit {
    background: rgba(0, 0, 0, 0) url("../img/edit.png") no-repeat scroll 0;
    display: block;
    float: left;
    padding-left: 20px;
}

#tblPaging {
    font-size: 14px;
    text-align: right;
}
#tblPaging td {
    padding: 3px;
}
#tblPaging span.firstPage {
    color: #777777;
}
#tblPaging span.lastPage {
    color: #777777;
}
#tblPaging span.prevPage {
    color: #777777;
}
#tblPaging span.nextPage {
    color: #777777;
}
#tblPaging .selectedPage a {
    background-color: #0C1D2D;
    border: 1px solid #0C1D2D;
    color: #ffffff;
    padding: 5px 8px;
}
#tblPaging .pageNo a {
    border: 1px solid #cccccc;
    color: #777777;
    font-weight: bold;
    padding: 5px 8px;
}
#tblPaging .pageNo a:hover {
    background-color: #dbdbdb;
    border: 1px solid #cccccc;
    color: #777777;
    font-weight: bold;
    text-decoration: none;
}
#tblPaging .alias {
    padding-right: 10px;
}

