/******************************************** General **********************************************************/

body{
	
}

p{
	line-height: 1.8;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Play';
}

h3{
	font-size: 40px;
	text-transform: uppercase;
}

h4{
	font-size: 30px;
}

h5{
	font-size: 24px;
}

h6{
	font-size: 15px;
	font-weight: bold;
}

img{
	image-rendering: -webkit-optimize-contrast;
}

.bold{
	font-weight: bold;
}

.red{
	color: #ed1c24;
}

.nvp70{
	padding-top: 70px;
	padding-bottom: 70px;
}

.nvp50{
	padding-top: 50px;
	padding-bottom: 50px;
}

.nvp20{
	padding-top: 20px;
	padding-bottom: 20px;
}

.nmb50{
	margin-bottom: 50px;
}

.nmb30{
	margin-bottom: 30px;
}

.ntype-list{
	list-style-type: none;
	padding-left: 0;
}

.btn.btn-default, .wpcf7-submit{
	font-size: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	background-color: #ed1c24;
	border: 1px solid #ed1c24;
	border-radius: 0;
	padding: 9px 37px;
	position: relative;
}

.btn.btn-default:hover, .wpcf7-submit:hover{
	background-color: #1d1d1d;
	border: 1px solid #1d1d1d;
	color: #fff;
}

.btn.btn-default.white{
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn.btn-default.white:hover{
	background-color: #ed1c24;
	border: 1px solid #ed1c24;
	color: #fff;
}

.btn.btn-default:before{
	content: '\f054';
	font-family: 'fontAwesome';
	position: absolute;
	top: 11px;
    left: 15px;
    font-size: 8px;
}

.btn.btn-default.view-more{
	font-size: 15px;
    letter-spacing: 1px;
}

.pdf-space {
    margin-right: 20px;
}

.page-featured-banner{
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}

.page-featured-banner .container{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 222px;
    color: #fff;
    padding: 100px 0 0;
}

.page-featured-banner.large-banner .container{
    min-height: 499px;
    padding: 0 0 150px;
}

.page-featured-banner .container h1{
	font-size: 40px;
	text-transform: uppercase;
}


.main-content-inner{
	background-color: #000;
}

.page-template-page-thankyou .main-content-inner{
	background-color: #fff;
}



.error404 .main-content-inner{
	background-color: #fff;
	padding-top: 100px;
}

/******************************************** Head **********************************************************/

.site-header.header-v1{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}

.header-v1 .header-middle > .container{
	padding: 0 15px;
}

#logo{
	padding: 25px 0;
}



.header-middle{
	background: rgba(0,0,0,.8);
	border-bottom: 1px solid #4d4d4d;
}

.navbar-nav{
	margin-bottom: -1px;
}

.navbar-collapse.collapse{
	clear: none;
	padding-right: 30px;
}

.navbar-nav>li{
	margin: 0 15px;
}

.navbar-nav>li>a{
	font-size: 13px;
	font-family: 'Play';
	text-transform: capitalize;
	color: #fff;
	padding: 33px 0px;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li.active>a{
	color: #fff;
	background: transparent;
	border-bottom: 1px solid #ed1c24;
}

.dropdown-menu li{
	margin-bottom: 0;
}

.dropdown-menu li a{
	padding: 5px 20px;
    font-size: 12px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-color: #ed1c24;
}

.dropdown-menu li a:hover{
	background-color: #ed1c24;
	color: #fff;
}

.navbar-nav>li.nav-blog>.dropdown-menu{
	left: auto;
	right: 0;
}


.product-nav .dropdown-menu{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.product-nav .dropdown-menu li a{
	white-space: unset;
	width: 220px;
}


.header-middle .search-form{
	background: transparent;
	width: 25px;
    margin: 0;
    padding: 28px 0;
}

.header-middle .search-field{
	/*border: 1px solid #fff;
    border-radius: 20px;
	background: url('images/search-icon.png')no-repeat;
	background-position: 10px 50%;
	line-height: 1;
    padding: 2px 5px 2px 30px;
    /*font-size: 12px;
    font-weight: lighter;
    max-width: 150px;
    box-sizing: border-box;
    color: #fff;*/
    display: none;
}

.header-middle .search-field:focus{
	color: #fff;
}

.header-middle .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.header-middle .search-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.header-middle .search-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.header-middle .search-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.search-submit{
	display: none;
}

/******************************************** Search **********************************************************/


#full-screen-search #full-screen-search-container{
	display: none;
}

#full-screen-search.open #full-screen-search-container{
	display: block;
}

.astm-search-menu .search-submit{
	display: none;
}

.astm-search-menu.default form{
	padding: 0;
    margin: 0;
    float: none;
    width: auto;
    background-color: transparent;
}

.astm-search-menu input.search-field{
	width: 80px;
    font-weight: normal;
    visibility: hidden;
    display: none;
}

.astm-search-menu input.search-field::-webkit-input-placeholder,
.astm-search-menu input.search-field::-moz-placeholder,
.astm-search-menu input.search-field:-ms-input-placeholder,
.astm-search-menu input.search-field:-moz-placeholder{
	color: #fff;
}

.search-label{
	font-weight: normal;
	font-size: 15px;
    text-transform: uppercase;
	color: #fff;
}

.search-label:hover{
	color: #e31937;
	cursor: pointer;
}

.search-label .fa{
	padding: 0 0 5px 5px;
}

.search-submit{
	display: none;
}

/******************************************** Footer **********************************************************/

#footer{
	background: url('/wp-content/uploads/2018/02/bg03.jpg')no-repeat;
	background-size: cover;
	text-align: center;
}

#footer .footer-inner{
	padding-top: 35px;
    padding-bottom: 45px;
}

#footer .footer-inner > .row{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#footer h3.widgettitle{}


.footer-widget a{
	color: #fff;
}

.footer-widget a:hover{
	color: #ed1c24;
}

#footer ul{
	list-style-type: none;
}


.footer-second{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.footer-third{
	font-size: 13px;
}

.footer-third .fa{
	font-size: 30px;
	color: #ed1c24;
	margin-bottom: 20px;
}

.footer-third .footer-operation-hours-title{
	margin-top: 20px;
}

.footer-third .footer-operation-hours-list{
	margin-bottom: 0;
}

.footer-third .footer-operation-hours-list li{
	margin-bottom: 0;
}


#colophon{
	font-size: 13px;
    padding: 15px 0;
    background-color: transparent;
    color: #fff;
}



#floating-widget li{
	display: block;
    margin: 0;
}

#floating-widget li > a{
	color: #fff;
    padding: 5px 5px;
    display: block;
    font-size: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
}

.floating-facebook a{
	background-color: #3b5998;
} 

#floating-widget li > a:hover,
#floating-widget li > a:focus{
	background-color: #fc6719;
}

#floating-widget li a .fa{
	vertical-align: middle;
}


/******************************************** Home  **********************************************************/

.nslider-btn:before{
	content: '\f054';
	font-family: 'fontAwesome';
	position: absolute;
	top: 11px;
    left: 15px;
    font-size: 8px;
}

.home-section-2{
	background-color: #fff;
}

.home-section-2 ul{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    margin-bottom: 0;
}

.home-section-2 li{
	width: 25%;
    margin-bottom: 0;
}

.home-section-2 .nbox{
	position: relative;
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	line-height: 1.5;
	z-index: 100;
	display: block;
	width: 100%;
}

.home-section-2 .nbox img{
	width: 100%;
}

.home-section-2 .ncontainer{
	padding: 20px;
}

.home-section-2 .nbox:hover .ncontainer{
}

.home-section-2 .nbox .ncontainer-inner{
	text-align: center;
}

.home-section-2 .nbox .ncontainer-inner h5{
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 5px;
}


.wpls-logo-showcase .wpls-logo-cnt.slick-slide img{
	border: 0;
}

.home-section-3 .wpls-logo-showcase .slick-arrow{
	-webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}


.home-section-4{
	background: #000 url('/wp-content/uploads/2018/02/bg02.jpg')no-repeat;
	background-size: cover;
	color: #fff;
}

.home-section-4 .row{
	align-items: center;
}

.home-section-4 p{
	font-size: 20px;
	line-height: 1.2;
}



.about-section{
	background-color: #000;
}

.about-section .row{
	background: #fff url('/wp-content/uploads/2018/03/bg06.jpg')no-repeat center;
	background-size: cover;
}

.about-section .ncol-1{
	background: rgba(255, 255, 255, .6);
}

.about-section .nbox{
	/*background: #fff;*/
	max-width: 810px;
	width: 100%;
	margin: 0 auto;
}

.partner-section{
	background: #fff;
}

/******************************************** About **********************************************************/

.about-section-1{
	background-color: transparent;
	margin: -250px 0 -86px;
	position: relative;
	z-index: 10;
}

.about-section-2{
	background: #fff;
	color: #fff;
    padding: 130px 15px 50px;
	background: url('/wp-content/uploads/2018/02/bg04.jpg')no-repeat;
	background-position: center top;
	background-size: cover;
}

.about-section-2 .ncol-1 > ul{
    margin-bottom: 0;
}

.about-section-2 .ncol-1 > ul > li{
	width: 100%;
	margin-bottom: 30px;
}

.about-section-2 li .nbox{
	border: 3px solid #ff0000;
	padding: 50px;
	width: 100%;
}

.about-section-2 li .nbox .company-mission{
	text-align: left;
}

/******************************************** e-Catalog **********************************************************/

.catalog-section-1{
	background-color: #fff;
}

.catalog-section-1 ._df_thumb{
	width: 210px;
	height: 300px;
}


/******************************************** Promotion **********************************************************/

.promotion-section-1{
	background-color: #fff;
}

.promotion-section-1 i.ninja-comingsoon-icon {
	font-size: 40px; color: #fff; margin-bottom:30px; background-color:#ee1b24; padding:30px; border-radius:50%; border:5px solid #fff; 
	-webkit-box-shadow: 7px 7px 24px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow: 7px 7px 24px 0px rgba(50, 50, 50, 0.41);
	box-shadow: 7px 7px 24px 0px rgba(50, 50, 50, 0.41);
}

/******************************************** Career **********************************************************/


.career-section-1{
	color: #fff;
}

.career-section-1 h4{
	text-transform: uppercase;
}

.career-section-1 a{
	color: #ed1c24;
}

.career-section-1 .su-spoiler-title{
	background-color: #7d1212;
	font-size: 15px;
}

.career-section-1 .su-spoiler-style-default > .su-spoiler-title{
	padding-left: 30px;
}

.career-section-1 .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon{
	left: 5px;
}


/******************************************** Blog **********************************************************/

.post-cat-template,
.single-page-template{
	color: #fff;
}

.single-page-template .post-thumbnail{
	margin-bottom: 30px;
}

/******************************************** Contact **********************************************************/

.contact-section-1 iframe{
	width: 100%;
}


.contact-section-2{
	color: #fff;
	font-size: 13px;
}

.contact-section-2 h4{
	text-transform: uppercase;
}


.contact-section-2 h5{
	font-size: 18px;
	text-transform: uppercase;
	min-height: 38px;
}

.contact-section-2 .clearfix{
	border-bottom: 1px dashed #fff;
    width: 20px;
    margin: 20px 0;
}

.contact-section-2 a{
	color: #fff;
}

.contact-section-2 a:hover{
	color: #cb161d;
}




.contact-section{
	background: url('/wp-content/uploads/2018/02/bg05.jpg')no-repeat;
	background-size: cover;
	color: #fff;
}


.contact-section .ncol-1{
	background: url('/wp-content/uploads/2018/02/enquiry-form-text.png')no-repeat;
	background-position: 50% 0;
}

.cf7-row{
	overflow: hidden;
	margin-bottom: 15px;
}

.cf7-4-col{
	width: 25%;
	float: left;
	padding: 0 15px;
}

.cf7-3-col{
	width: 33.3333%;
	float: left;
	padding: 0 15px;
}

.cf7-1-col{
	padding: 0 15px;
}

.custom-cf7-btn{
	position: relative;
	display: inline-block;
}

.custom-cf7-btn:before{
	content: '\f054';
	font-family: 'fontAwesome';
	position: absolute;
	top: 11px;
    left: 15px;
    font-size: 8px;
	z-index: 10;
    margin-top: 15px;
}

div.wpcf7{
	margin-top: 50px;
}

.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: 13px;
	border-radius: 0;
	font-weight: 500;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	letter-spacing: 1px;
	color: #fff;
}

.wpcf7-form input:not([type="submit"]):not([type="reset"]){
	padding: 23px 10px;
}

.wpcf7 textarea{
	height: 150px;
}


/******************************************** Products **********************************************************/

.product-archive .post-listing{
	overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}

.product-archive .post-listing li{
	width: 33.3333%;
	border: 0;
	text-align: center;
}

.product-archive .featured-img{
	float: none;
	margin-right: 0;
}

.product-archive .featured-img img{
	width: 100%;
}

.product-archive .post-listing h4{
	color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
}


.nproduct-content{
	margin: -250px 0 0;
	color: #fff;
}

.nproduct-content h4{
	text-transform: uppercase;
}

.nproduct-content a{
	color: #ed1c24;
}



.pagination>li>a, .pagination>li>span{
	background-color: #ed1c24;
	border: 1px solid #ffffff;
	color: #fff;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
}

/******************************************** Coming Soon **********************************************************/

.ninja-coming-soon{
	margin-top: -250px;
	margin-bottom: 100px;
    position: relative;
    z-index: 10;
    background: #fff;
}

/******************************************** Search **********************************************************/

.search-results .main-content-inner{
	background-color: #fff;
	padding-top: 100px;
}

.grecaptcha-badge{
	display:none!important;
}