
/******************************************** General **********************************************************/

@font-face{
	font-family: 'Gill Sans';
	src:('inc/fonts/gil-sans-regular.ttf');
}

html{
	background-color: #efefef;
}

body{
	font-family: 'Gill Sans', sans-serif;
	font-size: 13px;
	color: #b2b2b2;
}

img{
	image-rendering: -webkit-optimize-contrast;
}

h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
	color: #767676;
	letter-spacing: 3px;
}

a{
	color: #b2b2b2;
}

a:hover{
	color: #767676;
}

p{
	margin: 0 0 30px;
}

.nmb15{
	margin-bottom: 15px;
}

.nmb45{
	margin-bottom: 45px;
}

.ntype-list{
	list-style-type: none;
	padding-left: 0;
}

.affix{
	position: relative;
}

.affix .affix-content{
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.page-template-page-home .affix .replace-affix{
	height: 210px;
}

.btn.btn-default, .wpcf7-submit{
	font-size: 15px;
	text-transform: uppercase;
	background-color: #3c3c3c;
	border: 1px solid #3c3c3c;
	border-radius: 0;
	padding: 9px 37px;
}

.btn.btn-default:hover, .wpcf7-submit:hover{
	background-color: #767676;
	border: 1px solid #767676;
	color: #fff;
}

.btn.btn-default.view-more{
	font-size: 15px;
    letter-spacing: 1px;
}


.page-featured-banner .container{
	height: 300px;
	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 32px;
}

.page-featured-banner h1{
	color: #fff;
	margin-bottom: 40px;
}

/******************************************** Head **********************************************************/

.header-top{
	padding-top: 0;
	background-color: #3c3c3c;
}

.hotline > .text-right{
	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hotline ul{
	margin-bottom: 0;
	padding: 6px 0;
	overflow: hidden;
}

.hotline li{
	display: inline-block;
    padding: 0 10px;
    margin: 0;
    float: left;
}

.hotline li a{
	
}

.hotline li a:hover{
	color: #fff;
}



.search-form{
	background: transparent;
	width: auto;
	margin: 0;
	padding: 0;
}

.search-form label{
	margin: 0;
}

.search-form .search-field{
    background: #3c3c3c url('images/search-icon.png')no-repeat 10px center;
    background-size: 13px;
    border: 0;
    border-radius: 0;
    padding: 6px 5px 6px 30px;
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 0;
    color: #fff;
}

.search-form .search-field ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.search-form .search-field ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.search-form .search-field :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.search-form .search-field :-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

.search-form .search-field:focus{
	width: 120px;
    color: #fff;
    font-weight: normal;
}

.search-form .search-field ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.search-form .search-field ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.search-form .search-field :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.search-form .search-field :-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

.search-submit{
	display: none;
}





.header-middle{
	background-color: rgba(255, 255, 255, .8);
	border-bottom: 1px solid #ececec;
}

.header-v1 .header-middle > .container{
	padding: 15px 15px 0;
}

#logo{
	margin: 10px 0 20px;
}

#logo img{
	width: 150px;
}

.navbar-collapse.collapse{
	float: none;
	line-height: 1;
}

.navbar-nav{
	float: none;
    display: inline-block;
    
}

.navbar-nav>li{
	margin-bottom: 0;
}

.navbar-nav>li>a{
	text-transform: uppercase;
	font-size: 14px;
    /*padding-bottom: 0;*/
    color: #989898;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
    color: #808080;
}

.dropdown-menu li{
	margin-bottom: 0;
}

.dropdown-menu li a{
	padding: 5px 20px;
    font-size: 13px;
    background-color: transparent;
}

.dropdown-menu>.active>a{
	background-color: transparent;
	color: #333;
}

.dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu li a:hover{
	background-color: #3c3c3c;
	color: #fff;
}


.header-top .widget_ywraq_mini_list_quote{
	margin: 0 0 0 0 ;
}

.header-top .widget_ywraq_mini_list_quote .raq-info{
	border: 0;
	margin: 0;
    padding: 0px 12px;
    color: #aeaeae;
}

.header-top .widget_ywraq_mini_list_quote .raq-info:before{
	content: '\f07a';
	font-family: fontAwesome;
	font-size: 16px;
}

.header-top .widget_ywraq_mini_list_quote .raq-items-number{
	color: #fff;
    position: absolute;
    bottom: 2px;
    right: 0px;
    font-size: 10px;
    font-weight: lighter;
    background: #ab1e34;
    line-height: 14px;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50%;
}

.header-top .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper{
	right: 0;
	
}

.header-top .widget_ywraq_mini_list_quote .yith-ywraq-list{
	padding: 0;
    list-style-type: none;
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-content ul li{
	color: #000;
}

.header-top .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper a.button{
	background-color: #314038;
	border: 1px solid #314038;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
}

.header-top .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper a.button:hover{
	background-color: #fff;
	border: 1px solid #314038;
	color: #314038;
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-content ul li{
	width: 100%;
}

.header-top ul.yith-ywraq-list li a:hover{
	color: #000;
}


/******************************************** Footer **********************************************************/

#footer{
	background: #3c3c3c;
	padding-top: 0;
}

#footer h3.widgettitle{}


.footer-widget a{}


.footer-first ul{
	list-style-type: none;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.footer-first ul li{
	display: inline-block;
	padding: 0 10px;
}

#footer .footer-second h3.widgettitle{
	display: none;
}

.social-menu{
	text-align: center;
}

.social-icons li a{
	background-color: transparent;
	height: auto;
	line-height: 1;
	color: #fff;
}

.social-icons li a[href*="facebook.com"]:hover{
	background-color: transparent;
}

.social-icons li a[href*="twitter.com"]:hover{
	background-color: transparent;
}

.social-icons li a[href*="youtube.com"]:hover{
	background-color: transparent;
}

.social-icons li a[href*="instagram.com"]:hover{
	background-color: transparent;
}

#footer .footer-inner{
	padding-bottom: 0;
}

#colophon{
	background: #3c3c3c;
    color: #b3b3b3;
}

#copyright{
	padding-bottom: 25px;
	font-size: 11px;
}


/******************************************** Home  **********************************************************/

.home-section-1{
	background-color: #faf7f7;
}


.home-section-1 li{
	padding-top: 30px;
}



/*.home-section-2{
	position: relative;
}

.home-section-2 .ncol-1{
	position: initial;
}

.home-section-2 .ncol-1 .img-wrapper{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.home-section-2 .ncol-1 .img-wrapper img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-section-2 .nbox{
	padding: 50px 15px;
	text-align: center;
}

.home-section-2 .nbox li{
	display: inline-block;
	width: 48%;
}

.home-section-2 .nbox-1{
	background-color: #808080;
}

.home-section-2 .nbox-2{
	text-transform: uppercase;
	font-size: 15px;
	color: #808080;
	background-color: #faf7f7;
}

.home-section-2 .nbox-2 label{
	font-weight: normal;
	width: 126px;
	text-align: left;
	margin-left: 10px;
}

.home-section-2 .nbox-2 a{
	color: #808080;
	letter-spacing: 2px;
}

.home-section-2 .nbox-2 img{
	margin-bottom: 20px;
}*/


.home-section-3 li{
	position: relative;
	margin-bottom: 0px;
	padding: 15px;
	width: 31%;
	display: inline-block;
}

.home-section-3 li .nbox{
	position: relative;
}

.home-section-3 li .content-wrapper{
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.home-section-3 li:hover .content-wrapper{
    display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
    background-color: rgba(0,0,0,.4);
    top: 0;
}

.home-section-3 li .content-wrapper .cat-title{
	font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
}


.home-section-4{
	background-color: #faf7f7;
}

.home-section-4  #carousel-140 .mega-post-para a{
	font-size: 15px;
	text-transform: uppercase;
	background-color: #3c3c3c;
	border: 1px solid #3c3c3c;
	border-radius: 0;
	color: #fff;
	padding: 9px 37px;
	margin-top: 30px!important;
}

.home-section-4  #carousel-140 .mega-post-para a:hover{
	background-color: #767676;
	border: 1px solid #767676;
	color: #fff;
}

.home-section-4 .slick-prev{
	left: -15px;
}

.home-section-4 .slick-next{
	right: -15px;
}

.ff-search {
  display: none !important;
}

#ff-stream-1, #ff-stream-1 .ff-popup, #ff-stream-1 .ff-search input{
	background-color: #faf7f7!important;
}

/******************************************** About **********************************************************/

.about-section-1{
	
}

.about-section-1 .ncol-1{
    font-size: 15px;
    line-height: 2;
}

.about-section-1 .img-wrapper:before{
	content: '\f101';
	font-family: fontAwesome;
	display: inline-block;
    font-size: 14px;
    width: 38px;
	-webkit-clip-path: polygon(50% 100%, 0% 50%, 50% 0, 100% 50%);
    clip-path: polygon(50% 100%, 0% 50%, 50% 0, 100% 50%);
    padding: 5px 8px;
    color: #fff;
    background-color: #5d5d5d;
    text-align: center;
    margin-right: 30px;
}

.about-section-1 .col-md-12{
	/*-webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;*/
}

/*.about-section-2{
	background-color: #faf7f7;
}

.about-section-2 .nbox{
	position: relative;
}

.about-section-2 .ncol-1 ul{
	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
}

.about-section-2 .ncol-1 ul li{
	margin: 0;
	text-align: center;
	background-color: #fff;
}

.ncol-1_4{
	width: 25%;
}

.ncol-3_4{
	width: 75%;
}

.about-section-2 .ncol-1 ul li.ncol-1_4{
	padding: 40px 20px;
}


.about-section-2 .ncol-2{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px 26px;
	background-color: #808080;
	width: 41.6666%;
	color: #fff;
}

.about-section-2 .ncol-2.align-right{
	right: 0;
	left: auto;
}




.about-section-3 .nrow-2 .img-wrapper{
	position: relative;
	margin-bottom: 10px;
}

.about-section-3 .nrow-2 .img-wrapper:after{
	content: '\f103';
	font-family: fontAwesome;
	display: inline-block;
    font-size: 14px;
    width: 38px;
	-webkit-clip-path: polygon(50% 100%, 0% 50%, 50% 0, 100% 50%);
    clip-path: polygon(50% 100%, 0% 50%, 50% 0, 100% 50%);
    padding: 8px;
    color: #fff;
    background-color: #5d5d5d;
}

.about-section-3 .nrow-2 .img-wrapper img{
	border-radius: 50%;
	margin-bottom: -25px;
	-webkit-transition: all 0.4s ease 0s;
  	-moz-transition: all 0.4s ease 0s;
  	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.about-section-3 .nrow-2 .img-wrapper img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.about-section-3 .nrow-2 .content-wrapper h4{
	margin-bottom: 5px;
}

.about-section-3 .nrow-2 .content-wrapper .subtitle{
	margin-bottom: 30px;
	color: #888888;
}*/


/******************************************** Contact **********************************************************/


.infoWindowContainer.infobox{
	/*max-width: 350px!important;*/
}

body div.infoWindowContainer .infoWindow h3{
	background: #eaeaea;
    color: #000;
    font-size: 14px;
    text-shadow: none;
}

.infoWindowContainer.infobox .infoWindow .infowindowContent{
	background-color: #eaeaea;
    color: #808080;
}

.prettyMapList .corePrettyStyle a{
	text-transform: uppercase;
}

.prettyMapList span.mapcategories > span{
	color: #fff;
}

.prettyMapList span.mapcategories > span.categoryLabel{
	color: #888;
}

.prettyMapList span.mapcategories > span .bebebutterfly,
.prettyMapList span.mapcategories > span .plainb{
	display: none;
}

.nmap-info .img-wrapper{
	margin-bottom: 20px;
}

.grecaptcha-badge {
	display: none;
}


.contact-section-2{
	background-color: #faf7f7;
	/*background: url('http://gt.malaysiaweb.my/wp-content/uploads/2017/09/contact-bg.jpg')no-repeat;
	background-size: cover;
	background-attachment: fixed;*/
}

.contact-section-2 .wpcf7 form{
	max-width: 700px;
    margin: auto;
}


.wpcf7 p{
	margin: 0;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="search"], 
.wpcf7 textarea{
	font-size: 15px;
	border-radius: 0;
	font-weight: 500;
	border: 1px solid #efefef;
	background-color: #efefef
}

.wpcf7-form input:not([type="submit"]):not([type="reset"]){
	padding: 8px 10px;
}

.wpcf7 textarea{
	height: 150px;
	padding: 8px 10px;
}


/******************************************** Products **********************************************************/

#product-content{
	margin: 45px 0;
}

/************************ Product Sidebar ***************************/


#product-sidebar .widget_wc_category_accordion{
	background-color: #fff;
}

#product-sidebar .widget_wc_category_accordion .wc_category_accordion-2 > li{
	background-color: #faf7f7;
	margin-bottom: 20px!important;
}

#product-sidebar .widget_wc_category_accordion .wc_category_accordion-2 > li > a{
	font-size: 16px;
    font-weight: normal;
    padding: 10px 15px;
    background-color: #808080;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#product-sidebar .widget_wc_category_accordion .wc_category_accordion-2 > li > a.active{
	background-color: #3c3c3c;
}

#product-sidebar .widget_wc_category_accordion .wc_category_accordion-2 > li .submenu{
	padding: 10px;
}

/************************ Archive Page  ***************************/

.woocommerce-products-header__title.page-title{
	display: none;
}

body.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	background-color: #fff;
}

body.woocommerce ul.products li.product a img{
	border: 1px solid #eee;
}

body.woocommerce ul.products li.product a img.hover-img{
	display: none;
}

body.woocommerce ul.products li.product a:hover img{
	border: 1px solid #808080;
}

body.woocommerce ul.products li.product a:hover img.attachment-woocommerce_thumbnail{
	display: none;
}

body.woocommerce ul.products li.product a:hover img.hover-img{
	display: block;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
	font-size: 12px;
    text-transform: capitalize;
}

body.woocommerce ul.products li.product .price{
	color: #767676;
	font-size: 1em;
}

/************************ Single Product  ***************************/

.single-product.woocommerce div.product div.images img{
	border: 1px solid #ddd;
}

.single-product.woocommerce div.product .product_title{
	font-size: 18px;
    margin-bottom: 0px;
}

.single-product.woocommerce div.product p.price{
	margin-bottom: 20px;
	color: #767676;
}

.single-product.woocommerce .product_meta .posted_in{
	display: none;
}

.single-product.woocommerce div.product form.cart .variations td.label{
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.woocommerce div.product form.cart .reset_variations{
	color: #007acc;
    border-bottom: 1px solid #007acc;
}

.single-product.woocommerce div.product form.cart .variations td.value{
	display: block
}

.single-product.woocommerce div.product form.cart .ywapo_miss_required::before{
	content: 'Required*';
	color: red;
	background-color: transparent;
}

.single-product.woocommerce .ywapo_group_container.form-row.form-row-wide h3{
	font-weight: bold;
    font-size: 1em;
    letter-spacing: 1px;
    color: #000;
}

.single-product.woocommerce .ywapo_input_container.ywapo_input_container_labels{
	min-width: 38px;
    text-align: center;
}

.ywapo_input_container.ywapo_input_container_labels.ywapo_selected{
	background-color: #767676;
    color: #fff;
}

.woocommerce .add-request-quote-button.button{
	border-radius: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #959595;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 20px;
    line-height: 15px;
}

.woocommerce .add-request-quote-button.button.disabled{
	color: #fff;
    padding: 10px 20px;
}


.woocommerce .add-request-quote-button.button:hover{
	background-color: #fff!important;
    border: 1px solid #999;
    color: #666!important;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
	padding-top: 50px;
}

.related.products{
	padding-top: 50px;
}



/************************ Request a Quote  ***************************/

.request-section .woocommerce table.cart img{
	width: 150px;
}

.request-section .woocommerce table.shop_table td.product-name a{
	display: block;
}