/*
- Bootstrap v3.3.1
- Font Awesome 4.2.0
- Less - Leaner CSS v2.0.0-b1
*/

/*@import url("css/bootstrap/bootstrap.min.css");*/
@import url("css/bootstrap/bootstrap.cus.css");
@import url("css/fontawesome/font-awesome.css");
@import url("style_templates.css");
@import url("style_osp.css");
@import url("css/style_table.css");
@import url("css/style_cart.css");
@import url("css/style_form.css");
@import url("css/style_accordion.css");

body#insidepage,body#coverpage{
	margin:0px;
}
.space-10{
    padding-top: 10px;
    width: 100%;
}

.space-20{
    padding-top: 20px;
    width: 100%;
}

.space-30{
    padding-top: 30px;
    width: 100%;
}

.space-40{
    padding-top: 40px;
    width: 100%;
}

.space-50{
    padding-top: 50px;
    width: 100%;
}

.space-60{
    padding-top: 60px;
    width: 100%;
}

.space-70{
    padding-top: 70px;
    width: 100%;
}



.space-40-30{
    padding-top: 40px;
    width: 100%;
}

.space-50-30{
    padding-top: 50px;
    width: 100%;
}

.space-60-30{
    padding-top: 60px;
    width: 100%;
}
.space-70-30{
    padding-top: 70px;
    width: 100%;
}
.space-80-30{
    padding-top: 80px;
    width: 100%;
}
.space-90-30{
    padding-top: 90px;
    width: 100%;
}

.space-100-30{
    padding-top: 100px;
    width: 100%;
}
.space-110-30{
    padding-top: 110px;
    width: 100%;
}
.space-120-30{
    padding-top: 120px;
    width: 100%;
}

@media (max-width: 767px){
    .space-40-30, .space-50-30, .space-60-30, .space-70-30, .space-80-30, .space-90-30, .space-100-30, .space-110-30, .space-120-30{
    padding-top: 30px;
    width: 100%;
    }
}

@media (max-width: 1200px){
    .grid.category {
    text-align: center;
    }
}

.thickbox{
    height: 200px;
    width: 270px;
    border: 1px solid #ededed;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.thickbox img{
    height: 200px;
    width: 270px;
    margin: 0;
    padding: 0;
}

.thickbox a:hover:before{
    position: absolute;
    height: 200px;
    width: 270px;
    opacity: .5;
    transition: .5s ease;
    background-color: #6294C7;
    display: absolute;
    content: "\";";
    font-size: 0px;
}

.thickbox:hover + .title > a{
    color: #30aad9;
}

.more-btn a{
    color: #000;
    font-weight: bolder;
    padding: 10px 28px;
    background-color: #fed500;
    font-size: 17px;
    transition: ease .3s;
}

.more-btn a:hover{
    color: #fed500;
    padding: 15px 33px;
    background-color: #000;
}


h2.detail-page-customise{
    font-size: 27px;
    padding-left: 15px;
}

@media (max-width: 767px){
    h2.detail-page-customise{
    font-size: 16px;
    }
}

a.activelan{ font-weight: bold; }

/*.wrapper_middle{ min-height: 300px; }*/

.nav-tabs.nav-stacked {
    border: 0;
    border-right: 1px solid #ccc;
}

.nav-tabs.nav-stacked > li{ border: none !important;}
.nav-tabs.nav-stacked > li > a {
	color: #222;
	font-size: 1.1em;
    background: #fff;
    border: none;
    border-radius: 0px;
}
.nav-tabs.nav-stacked > li > a.active,
.nav-tabs.nav-stacked > li > a:hover{
	color: #30aad9;
    font-weight: bold;
}




/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
		
	.wrapper_middle > .container > .row > .col-md-3 { 
		max-width: 100%; 
	}
	
	.wrapper_header .companyLogo {
    text-align: center;
	}
}

/* Landscape phone to below */
@media (max-width: 480px) {
    
    
}

.wrapper_middle.inside {
    min-height: 800px;
}