html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-left: 10px;
    padding-right: 10px;
}
.container{
    padding-left: 10px;
    padding-right: 10px;
}
.row{
    margin-left: -10px;
    margin-right: -10px;
}
.navbar-toggle{
    border: 2px solid #ffffff;
    color: #ffffff;
    margin: 2px 10px;
    padding: 0 5px;
    line-height: 30px;
}
.wBreadcrumb{
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 20px;
}
.wBreadcrumb li{
    float: left;
    padding-left: 10px;
    color: #00a652;
    text-transform: uppercase;
    font-weight: bold;
}
.wBreadcrumb li:first-child{
    padding-left: 0;
}

.wBreadcrumb li > a{
    color: #939598;
    text-transform: none;
    font-weight: normal;
    padding-right: 15px;
    background: url("../images/li-02.png") no-repeat right;
}

.wPager{
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.wPager li{
    display: inline-block;
    border: 1px solid #00a652;
    margin: 5px 3px;
    border-radius: 3px;
}
.wPager li a{
    display: inline-block;
    line-height: 18px;
    padding: 0 6px;
    color: #00a652;
    font-size: 12px;
}
.wPager li:hover a{
    color: #ffffff;
    background: #00a652;
}
/*list_item list*/
.list .item{
    overflow: hidden;
}
.list .item .thumb{
    float: left;
    margin-right: 20px;
    max-width: 320px ;

}
.list .item .wrapper{
    overflow: hidden;
}

/*list grip*/
.grip{
    margin: 0 -10px;
    overflow: hidden;
}
.grip .item{
    float: left;
    padding: 10px;
}
.line-2 .item{
    width: 50%;
}
@media screen and (min-width: 992px){
    .line-3 .item{
        width: 33.3333333%;
    }
    .line-4 .item{
        width: 25%;
    }
    .line-5 .item{
        width: 20%;
    }
    #main-search-box{
    	display:none;
    }
}
@media screen and (max-width: 991px) and (min-width: 640px){
    .line-3 .item{
        width: 50%;
    }
    .line-4 .item{
        width: 33.333333%;
    }
    .line-5 .item{
        width: 25%;
    }
    .list .item .thumb{
        width: 50%;
    }
    #main-search-box{
    	display:none;
    }
}
@media screen and (max-width: 640px){
	.cnt-box{
		display:none;
	}
	#quick-search{
    	display:none;
    }
}
@media screen and (max-width: 639px) and (min-width: 480px){
    .line-4 .item{
        width: 50%;
    }
    .line-5 .item{
        width: 33.333333%;
    }
    #quick-search{
    	display:none;
    }
}
@media screen and (max-width: 479px){
    .line-5 .item{
        width: 50%;
    }
    .list .item .wrapper >.content{
        display: none;
    }
    #quick-search{
    	display:none;
    }
}
