@font-face{
	font-family: 'poppins';
	src: url('../fonts/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins';
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

html, body{
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font-family: "poppins", "arial";
	font-size: 14px;
}
body{
	background-color:#f5f5f5;
}
.wrapper{
    position: relative;
    width: 100%;
    padding-bottom: 418px;
    box-sizing: border-box;
    min-height: 100%;
}
header{
	height: 60px;
	background-color: #000;
	box-sizing: border-box;
	padding:0 15px;
}
.logo-wrapper{
	float: left;
}
.logo-wrapper a{
	height:60px;
	display:block;
}

nav{
	float: left;
	text-align: left;
	padding-left: 15px;
}
nav ul{
	margin:0;
	padding:0;
	list-style: none;
}
nav ul li{
	display: inline-block;
	padding:17px 15px;
    position: relative;
}
nav ul li a{
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	color: #888;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
nav ul li a:hover{
	color:#e22020;
}
nav ul li a.active{
    color:#e22020;
}
nav ul li ul{
    visibility: hidden;
    position: absolute;
    background: #000;
    border-top: 1px solid #e22020;
    padding: 15px 0px;
    opacity: 0;
    top: 96%;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -ms-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    z-index: 9999;
    min-width: 240px;
    padding: 10px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
}
nav > ul > li:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1;
}
nav ul li ul li{
    border-bottom: 1px solid #1a1a1a;
    padding: 0;
    width: 100%;
}
nav ul li ul li:last-child{
    border-bottom: none;
}
nav ul li ul li a{
    padding: 14px 0px;
    display: block;
    color: #888;
    font-size: 0.9em;
}
.slider-img-wrapper{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 250px;
    height: 200px;
}
.slider-img-wrapper img{
    max-width: 100%;
    height: auto;
}
.content-common-wrapper{
    max-width: 1750px;
    margin: 0 auto;
}
.slider-wrapper{
	padding:30px 15px;
}
.anim-slider{
    background-color:#f5f5f5;
    height: 600px;
}
.anim-slide img{
    right: 0;
    max-width: 100%;
    height: auto;
}
.slider-img-holder{
    width: 100%;
    height: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}
.anim-slide:nth-child(1) .slider-img-holder{
    background-image: url(../img/banner1.jpg);
}
.anim-slide:nth-child(2) .slider-img-holder{
    background-image: url(../img/banner2.jpg);
}
.anim-slide:nth-child(3) .slider-img-holder{
    background-image: url(../img/banner3.jpg);
}
.anim-slide:nth-child(4) .slider-img-holder{
    background-image: url(../img/banner4.jpg);
}


.anim-slide h1{
    top: 15%;
    left: 5%;
    text-transform: uppercase;
    color: rgb(51,51,51);
    width: 70%;
    text-align: left;
    font-size: 2.8em;
}
.anim-slide p{
    top: 30%;
    left: 5%;
    color: #333333;
    width: 50%;
    text-align: left;
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
}
.anim-slide:nth-child(1) p{
    color: #ec265b;
}
.anim-slide:nth-child(4) p{
    color: #fff;
    top: 18%;
}
.anim-slide .product-link{
    top:50%;
    left: 5%;
}
.nav-hider{
    display:none;
    width: 20px;
    height: 20px;
    background-image: url('../img/align-justify.png');
    float: right;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.nav-hider:hover{
	background-position-x:-40px;
}
.logo-string-wrapper{
       padding:0 15px;
       width:100%;
       box-sizing:border-box;
}
.logo-string-wrapper ul{
     list-style: none;
     text-align:center;
     margin:0;
     padding:0;
     background-color:#fff;
     font-size:0;
     padding: 15px 0;
}
.logo-string-wrapper ul li{
    display: inline-block; 
    padding: 15px 54px;
    background-color: #fff;
    width: 16.66%;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    margin: 0;
    height: 120px;
    font-size: 0;
}
.logo-string-wrapper ul li img{
   vertical-align:middle;
   max-width: 100%;
   height: auto;
   display: inline-block;
}
.logo-img-wrapper-country{
    height: 12px;
    padding:0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.logo-img-wrapper-logo{
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 20px;
}
.logo-img-wrapper-logo img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#sumitex-logo{
    top: -6px;
}
#kintex-logo{
    top: -12px;
}
.product-heading{
    text-align:center;
    padding:15px;
}
.product-heading-topic{
    color:#888;
}
.product-heading h2{
      text-transform: uppercase;
      color:#333;
      padding-bottom:15px;
      position:relative;
}
.product-heading h2:before{
    content: "";
    width: 110px;
    height: 5px;
    bottom: -3px;
    left: 0px;
    position: absolute;
    background: #e22020;
    left: 50%;
    margin-left: -50px;
}
.products-wrapper{
    width:100%;
    padding:0;
    box-sizing:border-box;
    margin-bottom: 30px;
}
.products-wrapper .product{
   float:left;
   padding:15px;
   box-sizing: border-box;
   text-align: center;
   width: 100%;
}
.product-inner{
   background-color: #fff;
   border-radius:4px; 
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   padding-bottom: 15px;
}
.product-inner:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product-img{
    height: 270px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
}
.product-img img{
    width: auto;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.product-name{
    padding:0 15px;
    color: #888;
    text-align: center;
    height: 35px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 15px 0;
}
.product-link{
    text-decoration: none;
    width: 124px;
    display: inline-block;
    border: 1px solid #888;
    border-radius: 21px;
    padding: 8px 0;
    color: #888;
    text-align: center;
    transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
}
.product-link:hover{
    background-color: #e22020;
    color: #fff;
    border-color: #e22020;
}
footer{
    background-color: #222; 
    color: #888;
    line-height: 1.7;
    font-size: 14px;
    box-sizing: border-box;
    padding:0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
footer .column1{
    float: left;
    width:16.66%;
    box-sizing: border-box;
    padding:15px;
}
footer .column2{
    float: left;
    width:33.33%;
    box-sizing: border-box;
    padding:15px;
}

footer h4{
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 15px;
    font-weight: bold;
}
footer p{
    font-size: 13px;
}
footer a{
    color: #888;
    text-decoration: none;
}
.footer-bottom{
    clear: both;
}
.bx-wrapper .bx-viewport{
    border: none;
    background-color:rgba(0,0,0,0);
    box-shadow: none;
    left: 0;
}
.social-content p{
    float: left;
    margin:0 15px 0 0;
}
.social-content .social-icons{
    float: left;
}
.social-icons a{
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 7px 7px;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    color: inherit;
    line-height: 25px;
    text-align: center;
    font-size: 0;
}
.social-icons a.fb{
    background: url(../img/icon-facebook.png) no-repeat left center;
}
.social-icons a.camara{
    background: url(../img/icon-camera-retro.png) no-repeat left center;
}
.social-icons a.twitter{
    background: url(../img/icon-twitter.png) no-repeat left center;
}
.social-icons a.gplus{
    background: url(../img/icon-google-plus.png) no-repeat left center;
}
.footer-products-link ul{
    margin:0;
    padding:0;
    list-style: none;
}
.footer-products-link ul a{
    color: #888;
    text-decoration: none;
    transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
}
.footer-products-link ul a:hover{
    color: #fff;
}
.gmap-wrapper{
    height:250px;
}
#gmap-wrapper{
    height:100%;
     margin-top: 15px;
}
.footer-bottom{
    padding:0 15px;
}
.footer-bottom{
    border-top: 1px solid #2e2e2e;
}
.footer-bottom p{
    padding:30px 0;
}
.footer-bottom a{
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
}
.footer-bottom a:hover{
    color: #e22020;
}
.main-des-wrapper{
    box-sizing: border-box;
    overflow: hidden;
}
.main-des-wrapper{
    margin:30px 0;
}
.des-header{
    padding: 0 15px;
}
.des-header h1{
    margin:0 0 30px 0;
    border-bottom: 1px solid #ddd;
}
.des-content{
    width: 100%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}
.des-content-float{
    width: 50%;
}
.des-content p, .des-content a{
    color: #888;
    text-decoration: none;
}
.contact-det-block{
    width:33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
}
.spesific-name{
    color: #c91212;
} 
.logo-string-wrapper-with-heading{
    background-color: #fff;
    padding:0 15px;
    margin-bottom: 30px;
}
.logo-string-wrapper-with-heading h1{
    margin:0;
    padding: 30px 0 0 0;
}
.contact-form-wrapper{
    margin:0;
    overflow: auto;
}
.des-content h1{
    margin: 0 0 30px 0;
    padding-top: 30px;
}
.form-block-md2:nth-child(1){
    padding-right: 15px;
}

.form-block-md2{
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.form-block-md4{
    float: left;
    width: 100%;
}
.contact-form-wrapper input, .contact-form-wrapper textarea{
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0px;
    padding: 11px 10px 7px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    border: 1px solid #ddd;
    color: #888;
    box-sizing: border-box;
    outline: none;
    font-family: "poppins", "arial";
}
.contact-form-wrapper textarea{
    resize: none;
}
.contact-form-wrapper input:hover, .contact-form-wrapper textarea:hover,
.contact-form-wrapper input:active, .contact-form-wrapper textarea:active,
.contact-form-wrapper input:focus, .contact-form-wrapper textarea:focus{
    border-color: #aeaaaa;
}

.contact-form-wrapper input[type="submit"]{
    background: #333;
    border: 1px solid #333;
    color: #fff;
    border-radius: 21px;
    padding: 11px 25px 7px;
    width: auto;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    font-weight: bold;
}
.contact-form-wrapper input[type="submit"]:hover{
    background-color: #e22020;
    border-color: #e22020;
    color: #fff;
}
.contact-form-wrapper input:active{
    border-color: #aeaaaa;
}
.ajax-loader{
    display: none;
}
.products-wrapper-inner .product{
    width: 20%;
}
.backdrop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    display: none;
}
.product-view-outer{
    display: none;
    position: absolute;
    width: 60%;
    height: 40%;
    padding:15px;
    background-color: rgba(255,255,255,0.2);
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-view-inner{
    box-sizing: border-box;
    background-color: #fff;
    height: 100%;
    position: relative;
    overflow-y:auto;
    padding: 30px 0;
}
.product-close{
    font-size: 1.5em;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #cdcdcd;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.product-close:hover{
    color: #e22020;
    border-color: #e22020;
}
.product-slider-wrapper{
    width: 40%;
    float: left;
    padding:15px;
    box-sizing: border-box;
}
.product-detail{
    width: 60%;
    float: left;
    padding:15px;
    box-sizing: border-box;
}
.product-detail h1{
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px 0;
}
.product-detail p{
    color: #888;
    font-size: 13px;
}
.product-img-wrapper{
    width: 100%;
    height: 100%;
    text-align: center;
} 
.product-img-wrapper img{
    display: inline-block;
    vertical-align: middle;
}
.child-popup{
    display: block;
    visibility: visible;
    opacity: 1;
    max-height: 450px;
}
.child-closed{
    max-height: 0!important;
    display: none!important;
}
.error-msg{
    color: #e22020;
    display: inline-block;
    padding:0 15px;
    display: none;
}
.success-msg{
    color: #4CAF50;
    display: inline-block;
    padding:0 15px;
    display: none;
}
ul.product-slidder-inner{
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-det-block-wrapper{
    overflow: auto;
}
.anim-slide{
    background-color: #e5e5e5;
}
.logo-img-wrapper{
    position: relative;
    height: 100%;
}


@media only screen and (max-width: 1400px){

    .product-view-outer{
        width: 72%;
        height: 75%;
    }

    .anim-slider{
        height: 400px;
    }
    .anim-slide h1{
        font-size: 2em;
    }
    .anim-slide p{
        font-size: 2em;
    }
    .products-wrapper-inner .product{
        width: 25%;
    }
    .logo-img-wrapper-logo img, #sumitex-logo, #kintex-logo{
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50%, -50%);
    }

}

@media only screen and (max-width: 1024px) {

    footer .col-sm1{
        width: 25%;
    }
    footer .col-sm2{
        width: 55%;
    }
    footer .col-sm3{
        width: 75%;
    }
    footer .col-sm4{
        width: 100%;
    }
    .wrapper{
        padding-bottom: 908px;
    }
    .logo-string-wrapper ul li{
        width: 33.33%;
    }
}

@media only screen and (max-width: 768px) {

    nav{
	    position: absolute;
    	background-color: #000;
    	top: 60px;
    	z-index: 10000;
    	padding: 0;
    	box-sizing: border-box;
    	max-height: 0px;
    	overflow: hidden;
    	transition: max-height 0.5s ease-in;
    	-moz-transition: max-height 0.5s ease-in;
    	-webkit-transition: max-height 0.5s ease-in;
    	-o-transition: max-height 0.5s ease-in;
    	-ms-transition: max-height 0.5s ease-in;
        width: 45%;
    }
    nav ul li ul{
        visibility: hidden;
        position: static;
        background: #000;
        border-top:none;
        opacity: 1;
        z-index: 0;
        min-width: 0;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        transition: max-height 0.5s ease-in;
        -moz-transition: max-height 0.5s ease-in;
        -webkit-transition: max-height 0.5s ease-in;
        -o-transition: max-height 0.5s ease-in;
        -ms-transition: max-height 0.5s ease-in;
        max-height: 0;
    }
    nav > ul > li:hover > ul {
        display: block;
        visibility: visible;
        opacity: 1;
        max-height: 450px;
    }
    nav.show{
	max-height: 700px;
    }
    nav ul li{
	display:block;
    border-bottom:1px solid #1a1a1a;
    height: auto;
	}
    .nav-hider{
	display:block;
    }
    .des-content{
        float: none;
        width: 100%;
    }
    .logo-string-wrapper ul li{
        width: 50%;
    }
    .product-slider-wrapper {
        width: 100%;
        float: none;
    }
    .product-detail{
        width: 100%;
        float: none;
    }
    .products-wrapper-inner .product{
        width: 33.33%;
    }

    .anim-slide p {
        bottom: 0;
        left: 0;
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase;
        padding:8px;
        margin: 0;
        background-color: rgba(0,0,0,0.8);
        box-sizing: border-box;
        top:auto;
    }


}

@media only screen and (max-width: 480px){

    .logo-string-wrapper ul li{
        width: 100%;
    }
    .anim-slide h1{
        font-size: 1em;
    }
    .anim-slide .product-link{
        bottom:18%;
        left: 5%;
        background-color: #fff;
        top: auto;
    }
    footer .col-xs-1 {
        width: 100%;
    }
    .wrapper{
        padding-bottom: 1170px;
    }
    .products-wrapper-inner .product{
        width: 100%;
    }
    .product-view-outer {
        width: 100%;
        height: 100%;
        padding: 15px;
        background-color: rgba(255,255,255,0.2);
        z-index: 1000;
        top: 0;
        left: 0;
        transform: translate(0,0);
        box-sizing:border-box;
    }
    nav{
        left: 0;
        width: 100%;
    }
    
    .anim-slider{
        height: 250px;
    }

    .contact-det-block{
        width:100%;
        text-align: center;
    }
    .form-block-sm4{
        width: 100%;
    }
    .form-block-md2:nth-child(1){
        padding: 0;
    }

    .anim-slide p {
        bottom: 0;
        left: 0;
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0 8px;
        margin: 0;
        background-color: rgba(0,0,0,0.8);
        box-sizing: border-box;
        top:auto;
    }
    .anim-slide:nth-child(4) p{
        top: auto;
    }
    .anim-dots{
        display: none;
    }
    .logo-string-wrapper ul li{
        padding: 15px 105px;
    }
    .slider-img-wrapper{
        width: 112px;
    }
}