/*///////////////////// -------- CSS written  -------- /////////////////////*/





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, .productImage, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font-weight:400; line-height:normal; outline:0; list-style:none; text-decoration:none; font-family: 'roboto_condensedregular', Helvetica, sans-serif;  color:#514e4e; }








/*Font*/


@font-face {


    font-family: 'roboto_condensedbold';


    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),


         url('../fonts/robotocondensed-bold-webfont.woff') format('woff');


    font-weight: normal;


    font-style: normal;


}


@font-face {


    font-family: 'roboto_condensed_lightregular';


    src: url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),


         url('../fonts/robotocondensed-light-webfont.woff') format('woff');


    font-weight: normal;


    font-style: normal;


}


@font-face {


    font-family: 'roboto_condensedregular';


    src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),


         url('../fonts/robotocondensed-regular-webfont.woff') format('woff');


    font-weight: normal;


    font-style: normal;


}





/*End Font*/





/*Placeholder*/


*::-webkit-input-placeholder {color:#999a9b;}


*:-moz-placeholder {color:#999a9b;}


*::-moz-placeholder {color:#999a9b;}


*:-ms-input-placeholder {color:#999a9b;}


/*End Placeholder*/





/*PORTFOLIO*/


.header h1{


	text-align: center;


    background: -webkit-linear-gradient(#e3ca66, #b48e47);


    -webkit-background-clip: text;


    -webkit-text-fill-color: transparent;


    font-size: 4.5em;


    font-family: 'Parisienne', cursive;


	margin-bottom: 15px;


}


.header p {


	text-align: center;


    background: -webkit-linear-gradient(#e3ca66, #b48e47);


    -webkit-background-clip: text;


    -webkit-text-fill-color: transparent;


    font-weight: 700;


    font-size: 20px;


}





.grid-item {


display: inline-block;


    height: 259px;





    overflow: hidden;


    text-align: center;


    width: 400px;


}


.grid-item img{


	width:100%;


	height:auto;


	filter: url(filters.svg#grayscale);


    filter: gray;


    -webkit-filter: grayscale(1);


    transition: 0.9s;


}


.grid-item img:hover{


    filter: none;


}





.isotope-pager .pager {


  display: inline-block;


}


.filters {


	width: 100%;


	text-align: center;


	padding-bottom: 35px;


	padding-top:20px;


	


}





.filters ul {


	list-style: none;


    padding: 20px 10px;


    box-shadow: -1px 1px 11px rgba(0,0,0,.4);


    margin: 0 40px;


    border-radius: 30px;


	background-color: #232323;


}





.filters li {


	display: inline-block;


    padding: 10px 25px;


    font-size: 15px;


    font-weight: 600;


    cursor: pointer;


}


.filters li a{


	color: #b6b6b6;


	text-decoration: none;


}


.filters li a:hover{


	color:#fff;


}





.filters li:hover {


	box-shadow: -1px 1px 11px rgba(0,0,0,.4);


	border-radius: 15px;


}





.filters li.active a{


	color: #e3ca66;


	border: 1px solid #e3ca66;


	border-radius: 15px;


	box-shadow: -1px 1px 11px rgba(0,0,0,.4);


	padding: 10px 25px;


	


}











.isotope-pager a{


  margin: 6px 1px;


    display: inline-block;


    width: 50px;


    /* height: 60px; */


    line-height: 31px;


    color: #b6b6b6;


    font-weight: 600;


    transition: 0.3s;


    /* position: relative; */


    /* padding-right: 26px; */


    box-shadow: -1px 1px 11px rgba(0,0,0,.1);


    border-radius: 25px;


    background-color: #232323;


    border: .5px solid #e3ca66;


	text-decoration:none;


}





.isotope-pager a:hover{


  color: #fff;


  border: .5px solid #ffeeac;


  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);


}





.isotope-pager .active{


  color: #e3ca66 !important;


    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);


    border-radius: 25px;


    background-color: #161616;


    border: 1px dotted #e3ca66;


}





.isotope-pager .prev{


  border-radius: 30px 0 0 30px;


}





.isotope-pager .next{


  border-radius: 0 30px 30px 0;


}





.isotope-pager a::before,.isotope-pager a:after{


  content: "";


  position: absolute;


  border-top: 30px solid transparent;


  border-bottom: 30px solid transparent;


}


.isotope-pager .num::before,.next::before{


  border-right: 20px solid #2c3e50;


  right: 100%;


}





.isotope-pager .num:after,.prev:after{


  border-right: 20px solid #f1f1f1;


  right: 0;


}

















.overlay {


  position: absolute; 


  bottom: 0; 


  background: rgb(0, 0, 0);


  background: rgba(0, 0, 0, 0.5); /* Black see-through */


  color: #f1f1f1; 


  width: 100%;


  transition: .5s ease;


  opacity:0;


  color: white;


  font-size: 20px;


  padding: 20px;


  text-align: center;


}





.grid-item:hover .overlay {


  opacity: 1;


}








/*END PORTFOLIO*/








/*Inputs*/





input[type=text], input[type=password], textarea {-webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out;}


input[type=text]:focus, input[type=password]:focus, textarea:focus {/*box-shadow: 0 1px 3px 0 rgba(5,105,180,0.4);*/}


input:hover[type=button], input:hover[type=submit]{-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;  transition: all 0.3s ease;}


::selection {background:#ed1c24; color:#fff;}


input, textarea, select{ font-weight:300; outline:0;}





input[type=button], input[type=submit] {cursor:pointer; background:#e31c20f5; color:#fff; font-size:17px; font-weight:400; border:0; padding:0 26px; height:42px; line-height:40px; display:inline-block; text-transform:uppercase; font-family: 'hindregular';  -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;


}


input[type=button]:hover, input[type=submit]:hover{ background:#272829;}


/*End Inputs*/





/*Custom CSS*/


.wrapper{max-width: 1500px; margin: 0 auto;}


.wrapper .innerPage h1{ font-family: 'roboto_condensedbold'; text-transform:uppercase; font-size: 32px; font-weight: bold; color: #414141; padding-top:50px; padding-bottom: 32px; text-align:center;}


.wrapper .innerPage h1 span{font-family: 'roboto_condensedbold';}


.margin-left-0{ margin-left:0!important;}








/*Heading*/


.hd-border{ background:url(../img/hd-border.jpg) no-repeat left bottom; display:inline-block; padding-bottom:5px;}


.smallHd{ font-family: 'roboto_condensedregular', Arial, sans-serif; display:block; padding-bottom:10px; color:#ff4328; font-size:18px;}





.homeServices h2,


.homeServices h3,


.AboutCompany h2,


.spareParts h2,


.ourVideos h2,


.homeContactForm h3,


.formInFooter h3,


.costHome h3,


.safeHands h3{ font-family: 'roboto_condensedbold'; font-weight:bold!important;}





.safeHands h3{  color:#eec873!important;}


.safeHands .safeSecure{ font-weight:bold;}


/*End Heading*/








.innerPage p{ font-size: 17px; line-height: 30px; padding-bottom: 20px; text-align:justify;}





.grayBackground{ background:#e8eee2;}





.wrapper h1{ font-size:40px; font-family:'source_sans_prosemibold'; font-weight:600;}





.orangeColor{ color:#e31c20f5;}


.greenColor, a.greenColor{ color:#eec873!important;}





a{-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}





.prodWidth{margin:0 auto 0 auto; padding:0 3%;}





.borderLeft1{ border-left:1px solid #fff;}


.borderRight1{ border-right:1px solid #fff;}


.box30-percent{ width:30%;}


.box40-percent{ width:40%;}


.box50-percent{ width:50%;}


.box60-percent{ width:60%;}


.box70-percent{ width:70%;}





.clear {width:100%; clear:both; display:block;}


.clearmob {width:100%; clear:both; display:none;}








.floatLeft{ float:left;}


.floatRight{ float:right;}





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








.marginTop15{ margin-top:15px;}


.marginTop20{ margin-top:20px;}


.marginTop25{ margin-top:25px;}


.marginTop50{ margin-top:50px;}








.marginBottom10{ margin-bottom:10px;}


.marginBottom15{ margin-bottom:15px;}


.marginBottom20{ margin-bottom:20px;}


.marginBottom25{ margin-bottom:25px;}





.marginRight10{ margin-right:10px;}


.marginRight15{ margin-right:15px;}


.marginRight33{ margin-right:33px;}





/*End Custom CSS*/











/*Header and footer*/


header { position:relative; left:0; top:0; width:100%; z-index:9999; }


header .headmid{height:73px; position:relative; text-align:center; padding:8px 0 3px 0;}


header .headmid .logo {left:28px; position:absolute; top:10px; margin:10 0 0 0;}


header .headmid .logo img{max-height: 67px;}








header .headmid .headerRight{ float:right; width:78%; margin-right:20px; margin-top:1px; text-align:right;}


header .headmid .headerRight img{max-height: 67px;}


header .headmid .headerRight span{ margin-right:24px;}


header .headmid .headerRight span i, header .headmid .headerRight a i{ font-size:18px; margin-right:7px; width:28px; height:28px; line-height:28px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; text-align:center;}


header .headmid .headerRight span, header .headmid .headerRight a{ font-size:18px; font-family: 'roboto_condensedregular'; color:#747474;}








header .headmid .userAccount{ float:right; width:214px; margin-top:9px;}


header .headmid .login {/*right:20px; position:absolute; top:66px;*/}


header .headmid .login .logUser {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;/*float:right; position:relative; background:url('../images/icon-user.png') no-repeat 0 0; font-size:13px; color:#363636; line-height:31px; margin:0 25px 0 0; padding:0 0 0 42px; height:35px; cursor:pointer;*/}





header .headmid .login .logbut2{float:right; position:relative; background:url('../images/icon-user.png') no-repeat 0 0; font-size:13px; color:#363636; line-height:31px; margin:0 25px 0 0; padding:0 0 0 42px; height:35px; cursor:pointer;}





header .headmid .login .logbut a { font-size:16px; color:#eec873; line-height:20px; padding:5px 18px; margin-left:8px; border:2px solid #eec873; display:inline-block;


-webkit-border-radius: 25px;


-moz-border-radius: 25px;


border-radius: 25px;


}


header .headmid .login .logbut a:hover, header .headmid .login .logbut active { background:#eec873; color:#fff;  


-webkit-box-shadow: 1px 3px 5px 2px #c2e690; -moz-box-shadow: 1px 3px 5px 2px #c2e690; box-shadow: 1px 3px 5px 2px #c2e690;


}


header .headmid .login .logbut a span {background:url('../images/ar-d.gif') no-repeat 6px 0; display:inline-block; width:12px; height:8px; float:right; background-size:12px; margin:7px 0 0 0; padding:0 6px 0 0;}





header .headmid .login .logbut.loginUser a{ border:0;}


header .headmid .login .logbut.loginUser a:hover{ border:0; background:none; color:#414141; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}





header .headmid .login .logbut section {position:absolute; right:3px; top:30px; padding:10px 0 0 0px; z-index:1; display:none;}


header .headmid .login .logbut section ul {background:#f2f2f2; padding:5px 10px 5px 10px; /*width:110px;*/ min-width:150px; width:84%; margin:0; float:none;}


header .headmid .login .logbut section ul li{ display:block; text-align:left; border-bottom:1px solid #ccc;}


header .headmid .login .logbut section ul li:last-child{ border:0;}


/*header .headmid .login .logbut section a {font-size:11px; font-weight:400; color:#000; padding:3px 0; border-bottom:1px solid #ddd; display:block;}*/





header .headmid .login .logbut section li a{ font-size:14px; font-weight:400; color:#000; padding:3px 0; border:0;  margin-left:0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}


header .headmid .login .logbut section li a:hover{ background:none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; color:#eec873;}


header .headmid .login .logbut:hover section {display:block;}





header .headmid .login .logbut {float:right;position:relative;font-size:13px; color:#363636; line-height:31px; margin:0; padding:0; height:35px; cursor:pointer;}


header .headmid .login .logbut a.logUser{width: 78px; position: relative; padding: 8px 24px 11px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: inline-block;}





.navigation{ background:#23427e;}


.navigation nav { line-height:42px; text-align:left;  position:relative; margin:0 20px;}


.navigation nav ul{     text-align: left; }


.navigation nav ul li {display:inline-block; position:relative;}


.navigation nav ul li a{font-size:20px; font-family: 'roboto_condensedregular'; color:#fff; line-height:50px; padding:0px 39px; text-transform:uppercase; display:inline-block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;  transition: all 0.5s ease;}


.navigation nav ul li a:hover, .navigation nav ul li a.active{ color:#f84849;}


.navigation .lang{ position:absolute; right:0; top:9px;}











.stikyHeader{ position:fixed; top:0; background:#fff;}


.stikyHeader .headerRight .menus{top: 71px;}


.stikyHeader .headmid{ height:65px; padding-top:3px; max-width: 1500px;  margin: 0 auto;}








.ftRight{ float:right;





width: 460px;


padding: 0 1%;


box-sizing: border-box;


}


.ftRight h5 {


    font-size: 20px;


    font-family: 'roboto_condensedbold', Helvetica, sans-serif;


    color: #fff;


    margin-bottom: 20px;


}


footer { background:#010101; border-top:6px solid #e31c20f5; clear:both; clear: both; margin: 0 0 0 0; padding: 40px 0 30px 0; position:relative; clear:both;}


.footerBottom .prodWidth{ margin:0 auto;}








.footerBottom .copyright { padding:0 0 0 0; clear:both; text-align:center;}


.footerBottom .copyright .copy { width:100%; font-size:13px; color:#fff; line-height:16px; padding-bottom:15px; text-align:center; padding-top:10px;}


.footerBottom .copyright a.ftSignup { background:#fff; float:right; font-size:16px; color:#eec873; line-height:20px; padding:5px 18px; display:inline-block;


-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -webkit-box-shadow: 1px 3px 5px 2px #76af29; 


-moz-box-shadow: 1px 3px 5px 2px #76af29;


box-shadow: 1px 3px 5px 2px #76af29;}


.footerBottom .copyright a.ftSignup:hover{ background:#414141;}





/*SOCIAL MEDIA*/


.social-icons {


	 padding: 0;


	 list-style: none;


	 margin: 8px 0 0 0;


}


 .social-icons li {


	 display: inline-block;


	 margin: 0.15em;


	 position: relative;


	 font-size: 1.2em;


}


 .social-icons i {


	 color: #fff;


	 position: absolute;


	 top: 6px;


	 left: 6px;


	 transition: all 265ms ease-out;


}


 .social-icons a {


	 display: inline-block;


}


 .social-icons a:before {


	 transform: scale(1);


	 -ms-transform: scale(1);


	 -webkit-transform: scale(1);


	 content: " ";


	 width: 40px;


	 height: 40px;


	 border-radius: 100%;


	 display: block;


	 background: linear-gradient(45deg, #ff003c, #c648c8);


	 transition: all 265ms ease-out;


}


 .social-icons a:hover:before {


	 transform: scale(0);


	 transition: all 265ms ease-in;


}


 .social-icons a:hover i {


	 transform: scale(1.2);


	 -ms-transform: scale(1.2);


	 -webkit-transform: scale(1.2);


	 color: #ff003c;


	 background: -webkit-linear-gradient(45deg, #ff003c, #c648c8);


	 -webkit-background-clip: text;


	 -webkit-text-fill-color: transparent;


	 transition: all 265ms ease-in;


}


 .social-icons a.social-square:before {


	 background: linear-gradient(45deg, #7b00e0, #ae31d9);


	 border-radius: 10%;


}


 .social-icons a.social-square:hover:before {


	 transform: rotate(-180deg);


	 -ms-transform: rotate(-180deg);


	 -webkit-transform: scale(-180deg);


	 border-radius: 100%;


}


 .social-icons a.social-square:hover i {


	 transform: scale(1.6);


	 -ms-transform: scale(1.6);


	 -webkit-transform: scale(1.6);


	 color: #fff;


	 transform: scale(1.6);


	 -webkit-text-fill-color: #fff;


}


 


/*END SOCIAL MEDIA*/





/*START NEWSLETTER CSS*/


.subscribe {


    display: block;


    position: relative;


    margin-top: 15px;


    width: 100%;


}


.subscribe__input {


background-color: #fff;


border: medium none;


border-radius: 5px;


color: #333;


display: block;


font-size: 15px;


font-weight: 500;


height: 60px;


letter-spacing: 0.4px;


margin: 0;


padding: 0 150px 0 20px;


text-transform: capitalize;


width: 100%;


max-width:260px;


}


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


.subscribe__input{padding: 0 50px 0 20px;}


}





.subscribe__btn {


background-color: transparent;


border-radius: 0 25px 25px 0;


color: #01c7e9;


cursor: pointer;


display: block;


font-size: 20px;


height: 60px;


position: absolute;


right: 0;


top: 0;


width: 60px;


}


.subscribe__btn i{transition: all 0.3s ease 0s;}


.subscribe__btn:focus{ outline:none;}


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


.subscribe__btn{right:0px;}


}





.subscribe__btn:hover i{


    color:#e31c20f5;


}


button {


    padding: 0;


    border: none;


    background-color: transparent;


    -webkit-border-radius: 0;


    border-radius: 0;


}


/*END NEWSLETTER CSS*/





footer .mfooterLogo{ width:194px; position: absolute; top:-105px; left: 50%; margin-left: -101px;}





footer .qlinks {float:left; width:32%; padding:0 1%; box-sizing: border-box;}


/*footer .qlinks:nth-child(1n){ width:22%;}


footer .qlinks:nth-child(2n){ width:30%;}


*/


footer .qlinks  img{ width:100%; max-width:300px;}


footer .qlinks:nth-child(3n){ width:29%;}


footer .qlinks:nth-child(4n){ width:16%;}


footer .qlinks h5{ font-size:20px; font-family: 'roboto_condensedbold', Helvetica, sans-serif ; color:#fff; margin-bottom:20px;}


footer .qlinks h5 i{ color:#e31c20f5; margin-right:9px;}


footer .qlinks p {font-size:14px; color:#fff; line-height:24px; margin-bottom:10px;}


footer .qlinks ul {margin:0 0 30px 0;}


footer .qlinks ul li {font-size:14px; color:#fff; margin-bottom:6px; display:block; list-style:none;}


footer .qlinks a {font-size:14px; font-weight:normal; color:#fff;}


footer .qlinks a:hover {color:#e86434;}





footer .qlinks ul.socialIcon {margin:0 0 30px 0;}


footer .qlinks ul.socialIcon li { display:inline-block; margin-right:6px;}


footer .qlinks ul.socialIcon li a {font-size:14px; font-weight:normal; color:#ffffff; background:#fff; width:40px; height:40px; display:block; -webkit-border-radius: 100px;


-moz-border-radius: 100px; border-radius: 100px; text-align:center; display:table-cell; vertical-align:middle;}


footer .qlinks ul.socialIcon li a:hover{ background:#414141;}


footer .qlinks ul.socialIcon li a i{ font-size:24px; color:#eec873;}





.footerSocial{ text-align:center;}


.footerSocial h6{ font-size:17px; font-family: 'roboto_condensedbold', Helvetica, sans-serif ; color:#fff; margin-bottom:15px;}


.footerSocial i{ font-size:28px; color:#fff; padding:0 25px;}


.footerSocial i:hover{ color:#e26932;}








.lightRed{ color:#ff7377;}


.copyright { background:#151515; font-size:11px; color:#919191; padding: 16px 0 9px 0; text-align:center;}


.copyRight{ float:right;}


.copyRight img{ height:70px;}





.copyright .copy {font-size:14px; color:#dadada; line-height:20px; margin-bottom:5px; text-align:center; line-height: 69px;}


.copyright .disclaimer {font-size:11px; color:#919191; line-height:14px;}


.developedby{font-size:13px; color:#dadada; line-height:20px; margin-bottom:5px; text-align:left; float:right;}














.top {position:fixed; right:10px; bottom:10px; font-size:40px; display:none; z-index:99;}


.top i {color:#f62226;}





/*Header and footer*/





/*Header Footer Mobile*/





.mob-menu-top { background:url(../images/menu.png) no-repeat center 0; cursor:pointer; display:none; height:40px; text-align:center; position: absolute; top: 10px; right: 10px; width: 40px;}


.mob-menu-top a {position:relative; width:100%; display:inline-block; margin:0 0.3%; text-align:center;}





.mob-nav {display:none;}


.mob-nav a {position:relative; /*width:24%;*/ display:inline-block; margin:0 6px; text-align:center;}


.mob-nav a i {background:#fff; width:15px; height:15px; display:inline-block; color:#000; font-size:10px; font-weight:700; line-height:15px; text-align:center; font-style:normal; position:absolute; right:50%; top:6px; margin:0 -18px 0 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;  transition: all 0.3s ease;}


.mob-nav a:hover i {background:#eee; color:#222;}





.mob-nav .user {background:url(../img/icon-userb.png) no-repeat left 0; height:30px; width:48%; float:right; padding-top:7px; color:#fff; min-width:175px; text-align: left;    padding-left: 45px}


.mob-nav .user a{ color:#fff;}


.mob-nav a.menubar {background:url(../img/icon-menu-bar.png) no-repeat left center; width:62%; max-width:38px; height:35px; float:left; margin-left:8px;}








.mob-nav section {background:#f2f2f2; padding:5px 15px 5px 15px; width:120px; position:absolute; right:155px; top:103px; -webkit-box-shadow:0 3px 2px 0px rgba(0,0,0,.5); -moz-box-shadow:0 3px 2px 0px rgba(0,0,0,.5); box-shadow:0 3px 2px 0px rgba(0,0,0,.5); margin:0 -150px 0 0; display:none;}


.mob-nav section a {font-size:12px; font-weight:400; color:#000; padding:9px 0; border-bottom:1px solid #ddd; display:block; width:100%; margin:0; text-align:left;}


.mob-nav section a.last {border:0;}


/*End Header Footer Mobile*/





/*Mobile Menu*/


.mobileMenu{ display:none; background:#414141; padding:0px 0 0 0; width:100%; height:100vh; overflow-y: scroll; position:fixed; top:0%; left:0; right:0;  margin:0 auto; z-index:99999; border:1px solid #e5e5e5}


.mobileMenu li{ width:100%; background:#515050; margin-bottom:2px;}


.mobileMenu li:hover, .mobileMenu li.active{ background:#e31c20f5;}


.mobileMenu li a{ color:#fff; display:block; position:relative; padding:10px 20px;}


.mobileMenu li:hover a, .mobileMenu li.active a{ color:#fff;}


.mobileMenu li a:after{/*content: ''; height: 10px; width: 10px; display: block; border: 1px solid #0a1f41; border-left-width: 0; border-top-width: 0; transform: rotate(-45deg) translateY(-50%);  -webkit-transform: rotate(-45deg) translateY(-50%);  -moz-transform: rotate(-45deg) translateY(-50%);  -o-transform: rotate(-45deg) translateY(-50%);





  -ms-transform: rotate(-45deg) translateY(-50%);  position: absolute;  top: 48%;  right: 15px;  z-index: 5;*/}


.menuClose{ text-align:right; margin:10px 10px 10px 0; color:#fff;}


.menuClose span{ color:#fff;}  


.menuClose i{ color:#fff;}  





.close.menuClose{  display:none;}


/*End Mobile Menu*/








/*Banner*/


.hbanner{ position:relative;}


.rslides{position: relative; list-style: none; overflow: hidden; width: 100%; max-width:100%!important; padding: 0; margin: 0; z-index:0;}


.rslides li {-webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0;}


.rslides li:first-child {position: relative; display: block; float: left;}





.rslides li .bannerCt { width:393px; height:393px; padding:0; position:absolute; top: 50%; transform: translateY(-50%); right:30px; z-index:9990; font-size:24px; font-weight:400; color:#fff;


-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; overflow:hidden; text-align:center;


background: rgba(235, 234, 234, 0.9);


}


.rslides li .bannerCt .bannerText1{ position:relative; width: 90%; height:283px; margin: 110px auto auto auto;}


.rslides li .bannerCt .bannerText1{ text-transform:uppercase; }





.rslides li .bannerCt .bannerText1 a{ background-image:url(../images/banner-btn.png); background-repeat:no-repeat; background-position:0 0; width:239px; height:80px; line-height:80px; position:absolute; bottom:0; left:0; right:0; margin-left:auto; margin-right:auto; display:block; font-size:21px; color:#fff; text-transform:uppercase; text-align:center; 


-webkit-border-radius: 50px;


-moz-border-radius: 50px;


border-radius: 50px;


}


.rslides li .bannerCt .bannerText1 a:hover{ color:#e31c20f5;}








.rslides li .bannerCt .thinText{ font-size:26px!important; font-family: 'roboto_condensedbold'!important; color:#000; margin-bottom:10px;}


.rslides li .bannerCt h1{font-size:38px; font-family: 'roboto_condensedbold'!important;}


.rslides li .bannerCt .bannerText1 span{ font-size:38px; font-family: 'roboto_condensedbold'!important;}














.rslides li .bannerCt .bannerText1 p{ font-size:17px;   text-align:left; color:#fff; text-transform:none;}


.rslides li span strong {font-size:40px; font-weight:bold; text-transform:uppercase; line-height:47px; color:#ffffff; display:block; margin:0 0 10px 0; }





.rslides img {display: block; height: auto; margin:0 auto;  /*float: left;*/ width: 100%; border: 0;}


.rslides_tabs { display:none; font-size: 0px; list-style: none; margin: 0 0 0 0; padding:0 0 0 0; text-align: left; width: 150px; z-index:99; position:absolute; top:57%; left:11%; background:none;}


.rslides_tabs li {display: inline; float: none; margin-right: 6px;}


.rslides_tabs a {width: auto; line-height: 16px; padding:7px; height: auto; background: #e31c20f5; display: inline; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; -moz-box-shadow: 0 8px 6px -3px #000; -webkit-box-shadow: 0 5px 6px -3px #000; box-shadow: 0 5px 6px -3px #000;}





.rslides_tabs a:hover {background:#ec1c23;}


.rslides_tabs li:first-child {margin-left: 0;}


.rslides_tabs .rslides_here a {background: #ec1c23;}





.rslides_nav {position:absolute; top:49%; z-index:999; width:100%; background-image:url(../images/nav-arrow.png); background-repeat:no-repeat; /*display:none;*/}


.rslides_nav.prev {position:absolute; left:20px; width:44px; height:60px; font-size:0; background-position:-1px 0;} 


.rslides_nav.next {position:absolute; right:20px; width:44px; height:60px; font-size:0; background-position:-106px 0;}





.bannerBlackStrip{ border-top:1px solid #ccc; margin-top:2px; padding-top:12px;}


.bannerBlackStrip p{ font-size:19px; font-family: 'montserratlight'; text-transform:uppercase; letter-spacing:1.1px; text-align:left; color:#fff; padding-bottom:12px;}


.bannerBlackStrip a{ font-size:15px; font-family: 'hindregular'; color:#fff; text-transform:uppercase; padding:10px 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;


}


.bannerBlackStrip a.bButton{ background:#e31c20f5;}


.bannerBlackStrip a.gButton{ background:#eec873; color:#000;}








/*End Banner*/





/*Home CSS*/








.homeServices{ background:#fff; text-align:center; padding-top:68px;}


.homeServices h2{ font-family: 'roboto_condensedbold'; font-size:32px; text-transform:uppercase; line-height:20px; color:#272829; padding:0 0 10px 0; margin-bottom:12px; }


.homeServices h2 span{font-family: 'roboto_condensedbold';}


.homeServices p{ font-size:18px; line-height:20px; color:#6f6f6f; margin-bottom:50px;}


.homeServices .homeServicesBox{ width:33.3%; float:left; margin-bottom:33px;}


.homeServices .homeServicesBox .boxSpace18{ padding:27px 24px 27px 24px; min-height:120px; background:#f2f2f2; cursor:pointer; overflow:hidden;}


.homeServices .homeServicesBox h3{ font-family: 'montserratlight'; font-size:17px; color:#272829; padding:0 0 5px 0; text-transform:uppercase;}


.homeServices .homeServicesBox p{ font-size:13px; line-height:22px; color:#515151; margin-bottom: 10px;}





.homeServices .hsLeft{ float:left; background:url(../img/service-icon.png) no-repeat; display:block; width:65px; height:65px; margin:auto auto 20px auto;}


.homeServices .hsRight{ float:right; width:72%; text-align:left;}





.homeServices .mktIcon{ background-position:2px 0; }


.homeServices .fnclIcon{ background-position:0 -107px; }


.homeServices .bunsIcon{ background-position:0 -224px; }


.homeServices .invsmtIcon{ background-position:-0 -341px; }


.homeServices .riskIcon{ background-position:0 -450px; }


.homeServices .insurIcon{ background-position:0 -561px; }





.homeServices .homeServicesBox .boxSpace18:hover .mktIcon{ background-position:-186px 0; }


.homeServices .homeServicesBox .boxSpace18:hover .fnclIcon{ background-position:-191px -107px; }


.homeServices .homeServicesBox .boxSpace18:hover .bunsIcon{ background-position:-191px -224px; }


.homeServices .homeServicesBox .boxSpace18:hover .invsmtIcon{ background-position:-191px -341px; }


.homeServices .homeServicesBox .boxSpace18:hover .riskIcon{ background-position:-192px -450px; }


.homeServices .homeServicesBox .boxSpace18:hover .insurIcon{ background-position:-190px -561px; }








.homeServices .homeServicesBox .boxSpace18:hover{ background:#e31c20f5;}


.homeServices .homeServicesBox .boxSpace18:hover h3{color:#fff;} 


.homeServices .homeServicesBox .boxSpace18:hover p{ background:#e31c20f5; color:#fff;} 








.AboutCompany{ padding:70px 0; background:#f4f4f4;}


.AboutCompany .mapHome{ text-align:right;}


.AboutCompany .mapText ul li{ display:inline-block; width:46%; padding-right:2%; list-style:none; font-size:16px; font-weight:400; padding-bottom:15px; }


.AboutCompany .mapText ul li i{ font-size:14px; color:#e31c20f5; margin-right:9px;}


.AboutCompany h2{ font-family: 'roboto_condensedbold'; font-size:37px; line-height: 30px; font-weight:bold; text-transform:uppercase; color:#02032c; padding-bottom:22px;}


.AboutCompany p{ font-size:16px; line-height:28px; padding-bottom:28px;}


.AboutCompany p strong{ font-size:18px; font-weight:600; color:#fff;}


.AboutCompany .mapHome img{ width:90%; /*display:block;*/}


.AboutCompany .mapText{ padding-top:20px;}


.AboutCompany a.redButton {  background: #e31c20f5; color:#3e4095;


-webkit-border-radius: 50px;


-moz-border-radius: 50px;


border-radius: 50px;


}


.AboutCompany a.redButton:hover{ background:#3e4095; color:#e31c20f5;}


a.redButton{ background:#e72a2f; color:#fff;display:inline-block; padding:12px 40px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;}


.redButton:hover{ background:#000;}











.spareParts{ padding:70px 0; background:url(../images/spare-parts-bg.jpg) no-repeat center top #02032c;}


.spareParts .spImg{ text-align:right;}


.spareParts .spText{ padding-top:20px;}


.spareParts h2{ font-family: 'roboto_condensed_lightregular'; font-size:37px; color:#e31c20f5!important; line-height: 30px; color:#02032c; padding-bottom:22px;}


.spareParts p{ font-size:16px; font-family: 'roboto_condensed_lightregular'; color:#fff; line-height:28px; padding-bottom:28px;}


.spareParts p strong{ font-size:18px; font-weight:600; color:#fff;}


.spareParts .spImg img{ width:90%; display:block;}


.spareParts a.redButton {  background: #e31c20f5;


-webkit-border-radius: 50px;


-moz-border-radius: 50px;


border-radius: 50px;


}


.spareParts a.redButton:hover{ background:#222670;}











.ourVideos{ padding:70px 0;}


.ourVideos h2{ font-family: 'roboto_condensed_lightregular'; text-transform:uppercase; font-size:37px; text-align:center; line-height: 30px; color:#02032c; padding-bottom:22px;}


.ourVideos img{ width:100%;}


.ourVideos .videoMarginLeft{ padding-right:2%;  box-sizing: border-box;}


.ourVideos .videoMarginRight{padding-left:2%;  box-sizing: border-box;}








.homeContactForm{ padding:70px 0; background:url(../images/contact-bg.jpg) no-repeat center top #0d1135;}


.homeContactForm h3{ font-family: 'roboto_condensed_lightregular'; font-size:37px; color:#fff!important; text-transform:uppercase; text-align:center; line-height: 30px; color:#02032c; padding-bottom:22px;}





.homeContactForm .hformBox{ width:70%; margin:0 auto; text-align:center;}


.homeContactForm .hformBox label{display: block; margin-bottom: 5px; font-size:16px; color:#272829; }


.homeContactForm .hformBox input[type='text'], .homeContactForm .hformBox input[type='email']{  font-size:18px; font-family: 'roboto_condensedregular'; width: 90%; height: 2.9em; padding: 0 2%; margin-bottom: 0; box-shadow: none; border:1px solid #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;


    vertical-align: middle;}


.homeContactForm .hformBox textarea{ font-size:18px; font-family: 'roboto_condensedregular'; width: 94%; padding: 10px 1.5%; margin-bottom: 10px; box-shadow: none; border:0;


    vertical-align: middle; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}


.homeContactForm .hformBox input[type='button'],.homeContactForm .hformBox input[type='submit']{ 





	font-family: 'roboto_condensedregular'; height: 46px; line-height:12px; background:#e31c20f5;  border:2px solid #e31c20f5;  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:0 35px;





}


.homeContactForm .hformBox input[type='button']:hover,.homeContactForm .hformBox input[type='submit']:hover{ background:none; border:2px solid #e31c20f5;}

















.threeBx{  margin:0px 0 1px 0; padding:42px 0 20px 0; background-attachment: fixed; background-size: padding: 0 0px 0 0px;background-position: center; margin-bottom:5px;}


.threeBx h2{ display:block; width:100%; font:600 37px/28px 'roboto_condensedbold', sans-serif; color:#121412; margin-bottom:45px; text-align:center; padding-bottom:12px;}


.threeBx .bxThree {float: left; width: 31.72%; min-height:262px; position:relative; margin-left:2.2%; margin-bottom:2.4%; position: relative; text-align:center;


    /*box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);*/ background-color: #fff; background-clip: border-box; transition: all 0.3s ease;


}


.threeBx .bxThree img{ width:100%; display:block;}


.availSlipers{ background:#e31c20f5; text-align:center; padding:32px 10px;}


.threeBx .bxThree h3{ display:block; width:100%; min-height:40px; font-size:20px; color:#000000; padding-top:0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}


.threeBx .bxThree a{ background:#02032c; width:132px; height:36px; line-height:36px; font-size:17px; color:#fff; display:block; margin:0 auto;


-webkit-border-radius: 50px;


-moz-border-radius: 50px;


border-radius: 50px;


}


.threeBx .bxThree:hover .availSlipers{ background:#3e4095;}


.threeBx .bxThree:hover h3{ color:#fff;}


.threeBx .bxThree:hover a{ background:#e31c20f5; color:#3e4095;}








.threeBx .inSpace article{ margin-left:2%;}


.threeBx .inSpace article.margin-left-0{ margin-left:0!important;}


.threeBx article:nth-child(5n){ margin-right:0!important;}


.threeBx .bxThree:hover { transform: translateY(-10px);  /*-moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);


    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);*/


}





.inSpace { padding: 42px 6% 20px 6%;}


/*.newSticker{ position:absolute; top:0; right:0;  width: 0; height: 0; border-top: 82px solid #ff6c2a; border-left: 82px solid transparent;}


.threeBx .bxThree span.newSticker:after{ content:'Novinka'; font-size: 13px; position:absolute; top:-65px; right:3px; z-index:99; color:#fff; -webkit-transform: rotate(-318deg);








-moz-transform: rotate(-318deg);





-ms-transform: rotate(-318deg);





-o-transform: rotate(-318deg);





filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}*/








.manufacturers{ margin: 0px 0 0 0; padding:70px 0; background:#f4f4f4; text-align:center;}


.manufacturers h3{ display:block; width:100%; font:600 37px/28px 'roboto_condensedbold', sans-serif; color:#121412; margin-bottom:45px; text-align:center; padding-bottom:0;}


.manufacturers ul{ display:inline-block;}


.manufacturers ul li{ display:inline-block; margin:0 10px;}


.manufacturers ul li img{ display:inline-block; border:1px solid #e0e0e0;}


.manufacturers ul li a:hover{ background:#e31c20f5;}


.manufacturers ul li a:after{content: '';


    display: inline-block;


    vertical-align: middle;


    height: 100%;  }








.owl-controls .owl-dots{margin-bottom: 0; text-align: center; padding-top: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}











.owl-controls .owl-dots .owl-dot,.owl-controls .owl-pagination .owl-dot,.owl-controls .owl-dots .owl-page,.owl-controls .owl-pagination .owl-page { padding:5px; display: inline-block; cursor: pointer; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}





.owl-controls .owl-dots .owl-dot span,.owl-controls .owl-pagination .owl-dot span,.owl-controls .owl-dots .owl-page span,.owl-controls .owl-pagination .owl-page span {width:14px; height:14px; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; background-color:#fff; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); filter: alpha(opacity=30); -moz-opacity: 0.3; -khtml-opacity: 0.3; opacity: 0.3; background:#a5a5a5; border:none;}





.owl-controls .owl-dots .owl-dot.active,.owl-controls .owl-pagination .owl-dot.active,.owl-controls .owl-dots .owl-page.active,.owl-controls .owl-pagination .owl-page.active {cursor: default;}





.owl-controls .owl-dots .owl-dot.active span,.owl-controls .owl-pagination .owl-dot.active span,.owl-controls .owl-dots .owl-page.active span,.owl-controls .owl-pagination .owl-page.active span {-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=10); -moz-opacity:1; -khtml-opacity:1; opacity:1; background:#e31c20f5; border:none;}





.owl-carousel .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}











.formInFooter{ background: url(../img/form-footer-bg.jpg) no-repeat center top; padding:55px 0 90px 0;}


.formInFooter .listText{ font-size:19px; display:block;}


.formInFooter h3{ font-family: 'roboto_condensedbold'; font-size:32px; font-weight:400; color:#414141; padding-bottom:45px;}


.formInFooter h3 span.hd-border{font-family: 'roboto_condensedbold'; text-transform:uppercase;}


.formInFooter p{ padding-bottom:16px;}


.formInFooter ul li{ background:url(../img/li-dot.png) right 6px no-repeat!important; font-size:16px; font-weight:400; color:#6f6f6f; padding-bottom:15px; padding-right:18px; background:url(../img/list-icon.png) no-repeat;}


.formInFooter .menImg { position:absolute; right:9%;}


.formInFooter .menImg img{ max-height:400px; display:block;}


.formInFooter .hformBox{}


.formInFooter .hformBox label{display: block; margin-bottom: 5px; font-size:16px; color:#272829; font-family: 'montserratmedium'; }


.formInFooter .hformBox input[type='text'], .formInFooter .hformBox input[type='email']{width: 90%; height: 2.9em; padding: 0 2%; margin-bottom: 0; box-shadow: none; border:0;


    vertical-align: middle; box-shadow: 2px 2px 5px 0px rgba(000,000,000,0.2);}


.formInFooter .hformBox input[type='button'],.formInFooter .hformBox input[type='submit']{ height: 46px; line-height:12px;}


.formInFooter .hformBox input[type='button']:hover,.formInFooter .hformBox input[type='submit']:hover{ background:#272829;}





.costHome{ background:#e8eee2; padding:55px 0;}


.costHome h3{ font-family: 'roboto_condensedbold'; font-size:35px; font-weight:400; color:#414141; padding-bottom:18px;}


.costHome p{ padding-bottom:16px;}


.costHome p strong{ font-size:18px; font-weight:600; color:#6f6f6f;}


.costHome ul li{ font-size:16px; font-weight:400; color:#6f6f6f; padding-bottom:15px;}


.costHome .mobileimg img{ width:100%; max-width:466px; display:block; margin:0 auto;}





.safeHands{ text-align:center; padding:55px 0;}


.safeHands h3{ font-family: 'roboto_condensedbold'; font-size:35px; font-weight:600; color:#414141; padding-bottom:18px;}


.safeHands .safeSecure{ font-size:16px; color:#6f6f6f; text-transform:uppercase; padding-bottom:28px; display:block;}


.safeHands ul li{ float:left; margin:0 1% 0 1%; width:22.7%; border:1px solid #dde3d7;}


.safeHands ul li:last-child{ margin-right:0;}


.safeHands ul li img{ display:block; width:100%; /*max-width:287px;*/ margin:0 auto;}


/*End Home CSS*/








/*Projects*/


.grid-item {


display: inline-block;


    height: 259px;





    overflow: hidden;


    text-align: center;


    width: 400px;


}


.grid-item img{


	width:100%;


	height:auto;


	filter: url(filters.svg#grayscale);


    filter: gray;


    -webkit-filter: grayscale(1);


    transition: 0.9s;


}


.grid-item img:hover{


    filter: none;


}





.isotope-pager .pager {


  display: inline-block;


}


.filters {


	width: 100%;


	text-align: center;


	padding-bottom: 35px;


	padding-top:20px;


	


}





.filters ul {


	list-style: none;


    padding: 20px 10px;


    box-shadow: -1px 1px 11px rgba(0,0,0,.4);


    margin: 0 40px;


    border-radius: 30px;


	background-color: #232323;


}





.filters li {


	display: inline-block;


    padding: 10px 25px;


    font-size: 15px;


    font-weight: 600;


    cursor: pointer;


}


.filters li a{


	color: #b6b6b6;


	text-decoration: none;


}


.filters li a:hover{


	color:#fff;


}





.filters li:hover {


	box-shadow: -1px 1px 11px rgba(0,0,0,.4);


	border-radius: 15px;


}





.filters li.active a{


	color: #e3ca66;


	border: 1px solid #e3ca66;


	border-radius: 15px;


	box-shadow: -1px 1px 11px rgba(0,0,0,.4);


	padding: 10px 25px;


	


}











.isotope-pager a{


  margin: 6px 1px;


    display: inline-block;


    width: 50px;


    /* height: 60px; */


    line-height: 31px;


    color: #b6b6b6;


    font-weight: 600;


    transition: 0.3s;


    /* position: relative; */


    /* padding-right: 26px; */


    box-shadow: -1px 1px 11px rgba(0,0,0,.1);


    border-radius: 25px;


    background-color: #232323;


    border: .5px solid #e3ca66;


	text-decoration:none;


}





.isotope-pager a:hover{


  color: #fff;


  border: .5px solid #ffeeac;


  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);


}





.isotope-pager .active{


  color: #e3ca66 !important;


    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);


    border-radius: 25px;


    background-color: #161616;


    border: 1px dotted #e3ca66;


}





.isotope-pager .prev{


  border-radius: 30px 0 0 30px;


}





.isotope-pager .next{


  border-radius: 0 30px 30px 0;


}





.isotope-pager a::before,.isotope-pager a:after{


  content: "";


  position: absolute;


  border-top: 30px solid transparent;


  border-bottom: 30px solid transparent;


}


.isotope-pager .num::before,.next::before{


  border-right: 20px solid #2c3e50;


  right: 100%;


}





.isotope-pager .num:after,.prev:after{


  border-right: 20px solid #f1f1f1;


  right: 0;


}

















.overlay {


  position: absolute; 


  bottom: 0; 


  background: rgb(0, 0, 0);


  background: rgba(0, 0, 0, 0.5); /* Black see-through */


  color: #f1f1f1; 


  width: 100%;


  transition: .5s ease;


  opacity:0;


  color: white;


  font-size: 20px;


  padding: 20px;


  text-align: center;


}





.grid-item:hover .overlay {


  opacity: 1;


}


/*End Projects*/








/*Company*/


.abtImgBg{ background:url(../images/dots.png) no-repeat right center; padding-left:60px; margin-bottom:20px;}


.circleImg{ width:393px; height:393px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; overflow:hidden; text-align:center; border:1px solid #c1c1c1; }


.abtImgBg img{ display:block; width:100%; height:100%;}


/*End Company*/





/*Category Listing*/


.productListing{  margin:0px 0 1px 0; padding:42px 6% 20px 6%; min-height: 300px; padding: 0 0px 0 0px;background-position: center; margin-bottom:5px;}


.productListing h2{ display:block; width:100%; font:600 34px/28px 'rubikmedium', sans-serif; color:#121412; margin-bottom:45px; text-align:center; padding-bottom:12px;}


.productListing .plBox {float: left; width: 33.3%; min-height:262px; position:relative; margin:0 0 32px 0; position: relative; text-align:center; }


.plBox .plBoxInner{margin:0 16px 32px 16px;


webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;


    box-shadow: 0 0 11px 0 rgba(6,22,58,.14); border-top:5px solid #e31c20f5; /*background-color: #fff;*/ background-clip: border-box; transition: all 0.3s ease;


	overflow:hidden;


}


.productListing .proImg{ min-height:292px;}


.productListing .plBox img{ width:80%; max-width:260px; max-height: 100%; display:block; margin:30px auto 20px auto;}


.availSlipers{ text-align:center; padding:28px 25px;}


.productListing .plBox h3{ display:block; width:100%; font-size:32px; font-family: 'roboto_condensedregular', Arial, sans-serif; color:#000; text-align:center; padding-bottom:20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}


.productListing .plBox p{ padding-bottom:22px;}


.productListing .proInfo{ padding:26px 18px 40px 18px; text-align:center;}


.productListing .plBox a{ background:#e31c20f5; width:132px; height:36px; line-height:36px; font-size:17px; color:#fff; display:block; margin:0 auto;


-webkit-border-radius: 50px;


-moz-border-radius: 50px;


border-radius: 50px;


}


.productListing .plBox:hover a{ background:#d71519f5;}


.productListing .plBox:hover i{ color:#fff;}


.productListing .plBox .blackStrip{ background:#02032c; font-size:15px; color:#b6b8ba; height:33px; line-height:33px;}


.productListing .plBox .blackStrip span{ color:#e31c20f5;}


.productListing .inSpace article{ margin-left:2%;}


.productListing .plBox:hover { transform: translateY(-10px);  /*-moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);


    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);*/


}


.plBox:hover .availSlipers{ background:#e31c20f5;}


.plBox:hover .availSlipers h3{ color:#fff;}


.plBox:hover .availSlipers ul li{ color:#fff; background-position:0 -326px;}


.productListing .plBox:hover .availSlipers a{ background:#fff; color:#02032c;}








.inSpace { padding: 42px 6% 20px 6%;}


.newSticker{ position:absolute; top:0; right:0;  width: 0; height: 0; border-top: 82px solid #e31c20f5; border-left: 82px solid transparent;}


.productListing .plBox span.newSticker:after{ content:'Novinka'; font-size: 13px; position:absolute; top:-65px; right:3px; z-index:99; color:#fff; -webkit-transform: rotate(-318deg);





/* Firefox */


-moz-transform: rotate(-318deg);





/* IE */


-ms-transform: rotate(-318deg);





/* Opera */


-o-transform: rotate(-318deg);





/* Internet Explorer */


filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}


/*End Product Listing*/








/*Product Details*/


.productDetails{}


.productImg{ width:48%; float:left; position:relative;}
.productslides{position: relative; list-style: none; overflow: hidden; width: 100%; max-width:100%!important; padding: 0; margin: 0; z-index:0;}
.productslides li {-webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0;}
.productslides li:first-child {position: relative; display: block; float: left;}
.productslides img {display: block; height: auto; margin:0 auto;  /*float: left;*/ width: 100%; border: 0;}

.productImg .rslides_tabs{
     display: none!important; 
    font-size: 0px;
    list-style: none;
    margin: 10px auto!important;
    padding: 0 0 0 0;
    text-align: left;
    width: 150px;
    z-index: 99;
     position:inherit!important; 
    top: 57%;
    left: 0!important;
    background: none;
    text-align: center;
}
.productImg .rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 6px;
}
.productImg .rslides_tabs li:first-child {
    margin-left: 0;
}
.productImg .rslides_tabs a {
    width: auto;
    line-height: 16px;
    padding: 7px;
    height: auto;
    background: #7a7a7af5!important;
    display: inline;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 8px 6px -3px #000;
    -webkit-box-shadow: 0 5px 6px -3px #000;
    box-shadow: 0 5px 6px -3px #000;
}
.productImg .rslides_tabs .rslides_here a {
    background: #ec1c23!important;
}









.productImg img{ width:100%; display:block;}


.productDisc{ width:48%; float:right; }


.productDisc h2{font-size:40px; font-family: 'rubikmedium', Arial, sans-serif; color:#514e4e; text-align:left; padding-bottom:20px;}


.productDisc ul{ padding-bottom:20px;}


.productDisc ul li{ font-size:17px; color:#514e4e; display:block; padding-bottom:20px;}


.productDisc ul li strong{ font-family: 'rubikmedium', Arial, sans-serif; color:#000;} 





.tabContainner{ padding:80px 0 0 0;}


.tabButtonCover{}


ul.tabButtonCover {  display:inline-block; text-align:center; width:100%;


  margin: 0;


  padding: 0;


  overflow: hidden;


}


ul.tabButtonCover li {


  list-style: none;


  display:inline-block;


  margin-right: 4px;


}


ul.tabButtonCover li.controls {


  float: right;


}


ul.tabButtonCover li a {


  font-weight: bold;


  display: inline-block;


  padding: 10px 60px;


  color: #888;


  outline: 0;


  text-decoration: none;


  


  font-size:21px;


 


  color:#676666;


  background: #eeeeee;


  border:1px solid #e1e0e0; border-bottom:0; -webkit-border-top-left-radius: 10px;


-webkit-border-top-right-radius: 10px;


-moz-border-radius-topleft: 10px;


-moz-border-radius-topright: 10px;


border-top-left-radius: 10px;


border-top-right-radius: 10px;


}





ul.tabButtonCover li.active a {


  pointer-events: none;


  color: #fff;


  background:#e31c20f5;


  border-color:#e31c20f5;


}


.tabscontent{ background:#eeeeee; border:1px solid #e1e0e0; padding:47px 16px; margin-top:-5px;}


.tabscontent > div {}


.tabscontent ul{}


.tabscontent ul li{ display:inline-block; width:33%; margin:8px 0;}


.tabscontent ul li a{ display:block;  margin:0 8.1px;}


.tabscontent ul li img{ width:100%; display:block;}








.tabContainner h4{ font-size:22px; font-weight:bold; text-align:center; margin-bottom:20px;}


.rwd-table {


  margin: auto;


  min-width: 100%;


  max-width: 100%;


  border-collapse: collapse;


  margin-bottom:20px;


}





.rwd-table tr:first-child {


  border-top: none;





}


.rwd-table tr td:first-child{ font-weight:bold;}





.rwd-table tr {


  border-top: 1px solid #ddd;


  border-bottom: 1px solid #ddd;


  background-color: #f5f9fc;


}





.rwd-table tr:nth-child(odd) {


  background-color: #ebf3f9;


}





.rwd-table th {


  display: none;


}





.rwd-table td {


  display: block;


}





.rwd-table td:first-child {


  margin-top: .5em;


}





.rwd-table td:last-child {


  margin-bottom: .5em;


}





.rwd-table td:before {


  /*content: attr(data-th) ": ";


  font-weight: bold;


  width: 120px;


  display: inline-block;


  color: #000;*/


}





.rwd-table th,


.rwd-table td {


  text-align: left;


}





.rwd-table {


  color: #333;


  border-radius: .4em;


  overflow: hidden;


}





.rwd-table tr {


  border-color: #bfbfbf;


}





.rwd-table th,


.rwd-table td {


  padding: .5em 1em;


}


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


  .rwd-table tr:nth-child(2) {


    border-top: none;


  }


  .rwd-table td:first-child {


    padding-bottom: 0;


}





.productDisc h2{    text-align: center;}


}


@media screen and (min-width: 600px) {


  .rwd-table tr:hover:not(:first-child) {


    background-color: #d8e7f3;


  }


  .rwd-table td:before {


    display: none;


  }


  .rwd-table th,


  .rwd-table td {


    display: table-cell;


    padding: .25em .5em;


  }


  .rwd-table th:first-child,


  .rwd-table td:first-child {


    padding-left: 0;


  }


  .rwd-table th:last-child,


  .rwd-table td:last-child {


    padding-right: 0;


  }


  .rwd-table th,


  .rwd-table td {


    padding: 1em !important;


  }


}














@-webkit-keyframes leftRight {


  0%    { -webkit-transform: translateX(0)}


  25%   { -webkit-transform: translateX(-10px)}


  75%   { -webkit-transform: translateX(10px)}


  100%  { -webkit-transform: translateX(0)}


}


@keyframes leftRight {


  0%    { transform: translateX(0)}


  25%   { transform: translateX(-10px)}


  75%   { transform: translateX(10px)}


  100%  { transform: translateX(0)}


}








/*End Product Details*/






































/*Business Consulting*/


.innerPageHeader{ background:#f0f0f0; /*background:url(../images/inner-banner.jpg) no-repeat*/; padding:0 0 0 0; height:120px; margin-bottom:60px;}


.inHeaderColor{/*background: rgba(234, 42, 48, 0.5);*/ height:100%;}


.banCover{display: table; width:94%; /*height:120px;*/}


.inBannerText{vertical-align:middle; display: table-cell; text-align:left;}


.inBannerText .bradcrumb{ text-align:center; display:block; text-align:left;}


.inBannerText .bradcrumb a{ font-size:18px; font-family: 'roboto_condensed_lightregular', Arial, sans-serif; color:#514e4e;}


.inBannerText .bradcrumb span{ font-size:18px; font-family: 'roboto_condensed_lightregular', Arial, sans-serif; color:#fd9295;}


.inBannerText .bradcrumb strong{ font-size:18px; color:#514e4e; display:inline-block; margin:0 5px;}





.innerPageHeader h1{ font-size:55px; line-height: 45px; margin-top: 22px; margin-bottom: 10px; font-family:  'roboto_condensedbold', Arial, sans-serif; color:#514e4e; text-align:center; display:block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align:left;}


.innerPageHeader .yawhiteBox{ background:#fff; padding:35px 20px; margin-top:28px;}


.imgCt{ margin-bottom:60px;}


.imgCt .serviceImg{ width:94%; display:block;}


.imgCt .serviceContent{}


.imgCt .serviceContent p{ font-size:14px; line-height:25px; color:#272828; padding-bottom:30px;}


/*End Business Consulting*/





/*Contact Us*/


.contactUs{}


.contactUs .contactLaft{}


.contactUs .contactLaft h4{ font-size:17px; font-family: 'roboto_condensedbold'; font-weight:600; padding-bottom:10px; color:#272829; text-transform:uppercase;}


.contactUs .contactLaft ul{}


.contactUs .contactLaft ul li{ background:#f2f2f2; padding:6% 6%; margin-bottom:18px; overflow:hidden;}


.contactUs .contactLaft ul li .ctIcon{ float:left; width:35px; text-align:center;}


.contactUs .contactLaft ul li .ctIcon.eml i{ font-size:30px; color:#e31c20f5;}


.contactUs .contactLaft ul li .ctIcon i{ font-size:35px; color:#e31c20f5; vertical-align:top;}


.contactUs .contactLaft ul li .ctText{ width:82%; float:right;}


.contactUs .contactLaft ul li p{ font-size:14px; line-height:24px;}


.contactUs .contactRight{ float:right;}


.contactUs .ctSpace{ padding-left:60px;}





.ctform .halfInput{ width:48.6%; float:left;}


.ctform .halfInput.rightinput{ float:right;}





.ctform input[type='text'], .ctform input[type='email']{width: 96%; height: 2.9em; padding: 0 2%; border:1px solid #cccccc;


 font-size:14px; color:#414141; font-family: 'hindregular';}


.ctform textarea{width: 96%; padding: 20px 2%; border:1px solid #cccccc;


 font-size:14px; color:#414141; font-family: 'hindregular';}


 


 


 .contactText{ background:#f9f9f9; padding:50px 40px;}


/*End Contact Us*/





/*inner page*/


.innerPage{ padding: 0 5% 25px 5%;}


.innerBanner{ position:relative;}


.innerBanner .inBannerTxt{ position:absolute; top:34%; text-align:center; width:100%;}


.innerBanner .inBannerTxt .inBannerSmallTxt{ display:block; font-size:18px; color:#fff; font-style:italic;}


.innerBanner .inBannerTxt h1{ font-weight:600; font-style:italic; color:#fff;text-shadow: 3px 3px 2px rgba(65, 65, 65, .4);}





.innerBanner img{ width:100%;}


.hiw{ width:80%; margin:0 auto; text-align:center;}


.hiw li{ display:block; border-bottom:1px solid #dddddd; padding:10px 0;}


.hiw li:first-child{border-top:1px solid #dddddd;}


.safeHands.grayBackground{padding: 55px 1% 55px 1%; margin-top:50px;}


.safeHands.grayBackground li{width: 22.6%; margin:0 1%;}


.safeHands ul li:last-child{ margin-right:1%;}


/*End inner page*/











@media (max-width: 1305px) {


	.footerBottom .copyright .copy{width: 55%;}


}





@media (max-width: 1288px) {


	


	/*Home*/


	.homeServices .homeServicesBox h3{font-size: 15px;}


	.homeServices .homeServicesBox .boxSpace18{ min-height: 145px;}


	.manufacturers ul li{ margin: 0 5px;}


	


	.footerBottom .copyright .copy{width: 57%;}


	/*End Home*/


}


@media (max-width: 1224px) {


	.manufacturers ul li{ margin: 0 2px;}


}


@media (max-width: 1200px) {





.manufacturers ul li{ margin: 0 .6%; width:18.4%;}


.manufacturers ul li img{ width:100%; height:auto;}





/*Slider*/


.rslides li .bannerCt{ width:280px; height:280px;}


.rslides li .bannerCt .bannerText1{ width: 88%; height: 199px; margin-top:82px;}


.rslides li .bannerCt .bannerText1 a{ background-size:100% auto; width: 167px; height: 50px; line-height: 50px; font-size: 15px;}





.rslides li .bannerCt .thinText{ font-size: 20px!important;}


.rslides li .bannerCt h1{font-size: 25px;}


.rslides li .bannerCt .bannerText1 span{font-size: 25px;}


/*End Slider*/











/*Inner Banner*/


.innerBanner .inBannerTxt{ top: 31%;}





/*End Inner Banner*/





}


@media (max-width: 1180px) {


/*Home*/


.homeServices .homeServicesBox .boxSpace18{min-height: 162px;}








.footerBottom .copyright .copy{width: 53%;}


/*End Home*/


}


@media (max-width: 1100px) {


/*Header*/


header .headmid nav ul li a{padding: 0px 8px;}


/*End Header*/


/*Home CSS*/


.homeServices .homeServicesBox h3{ font-size:14px;}


.homeServices .homeServicesBox .boxSpace18{  min-height: 178px;}	


.testimonials .owl-controls{    bottom: 0;}





.footerBottom .copyright .copy{ width: 48%;}


/*End Home CSS*/





/*Inner Banner*/


.innerBanner .inBannerTxt{ top: 31%;}


.circleImg{width: 343px; height: 343px;}





/*End Inner Banner*/


}


@media (max-width: 1044px) {


	


}


@media (max-width: 1024px) {


/*Header and footer*/





/*End Header and footer*/


}


@media (max-width: 1003px) {





/*Header and Footer CSS*/


header{ border-bottom:3px solid #e31c20f5; position:relative;}


header .headmid .headerRight .headLine1.fmMoble{ padding:0;}


header .headmid .searchbox {width:100%; margin-left:0; margin:0 auto; border-radius:0;}





header .headmid .headerRight{ position:absolute; width:380px; top:0; left:0; right:0; margin-left:auto; margin-right:auto; float:none; text-align:left;}


header .headmid .headerRight span, header .headmid .headerRight a{ font-size: 16px;}


.navigation{ display:none;}


.mob-menu-top{ display:block;}


.mob-nav section{width: 260px; right: 36%;}





.footerBottom .copyright .copy{ width: 42%;}





/*End Header and Footer CSS*/








/*Inner Banner*/


.innerBanner .inBannerTxt{ top: 27.6%;}





/*End Inner Banner*/





/*Mobile Menu*/





	header{position:relative !important; min-height:65px;}


	header .headmid {padding:0; height:auto !important;}


	header .headmid .logo { top: 7px!important; width: 162px; left:4px; position:inherit; margin:0 ; text-align: center;}


	header .headmid .logo img{ height:48px!important;}


	


	header.stikyHeader .headmid .logo img {height:60px;}





	header  nav {display:none !important;}


	


	.userAccount{ display:none;}


	


	header .headmid .login {display:none;}


	


	


	.mob-nav { position:absolute; right:10px; width:42px; display:block; top: 14px; background:#414141; height:37px; text-align:center;}


	.mobileMenuWIcon ul li{ padding:1px 2% 0 2%; margin-bottom:4px; border-bottom:1px dotted #ddd; clear:both;}


	.mobileMenuWIcon ul li a{ text-decoration:none;}


	.mobileMenu li a.active{ background:#e31c20f5; color:#fff;}


	.mobileIcon{ display:none;}


	.mob-menu-top{ top: 8px;}


	


	.close.menuClose{ position:absolute; right:14px; top:21px; width:32px; height:32px; background:url(../images/compare-close.png) no-repeat 0 0; display:none; z-index:999999; cursor:pointer; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;  transition: all 0.3s ease;}


	





/*End Header and Footer CSS*/





/*Banner*/


.hbanner {margin-top:0 !important;}


.pagebanner {margin-top:0px !important;}





/*End Banner*/





/*Breadcrumb*/


.breadcrumb {margin-top:0px !important;}


.breadcrumblist {margin-top:0px !important;}


.breadcrumbcart {margin-top:0px !important;}


.breadcrumbcomp {margin-top:0px !important;}


/*End Breadcrumb*/





/*Home CSS*/





.AboutCompany, .spareParts, .formInFooter, .manufacturers, .ourVideos, .homeContactForm{padding: 40px 0;}


.AboutCompany h2, .spareParts h2, .formInFooter h3, .manufacturers h3, .ourVideos h2, .homeContactForm h3{font-size: 28px; line-height: 32px; text-transform:uppercase; padding-bottom:20px; margin-bottom:0; font-family: 'roboto_condensed_lightregular';}





.AboutCompany p, .spareParts p{ font-size:14px; line-height: 22px;}


.AboutCompany .mapText ul li{ font-size:14px;}


.AboutCompany .mapText ul li i{ font-size:13px;}





.footerSocial i{font-size: 19px; padding: 0 15px;}


a.redButton{ padding: 10px 33px;}





.AboutCompany .mapText, .spareParts .spText{ padding-top:0;}





.homeServices .homeServicesBox .boxSpace18{ min-height: 250px;}





.homeServices .hsLeft{ float:none;}


.homeServices .hsRight{ float:none; width:100%;}


.homeServices .homeServicesBox h3{ font-size:16px; text-align:center;}


.homeServices .homeServicesBox p{ text-align:justify;}





.rslides li .bannerCt .thinText{ font-size: 24px!important;}








.threeBx h2{ font-size:26px; margin-bottom: 25px;}


.threeBx .bxThree h3{ font-size: 16px;}


/*End Home CSS*/





.innerPageHeader{ margin-bottom: 28px;}


.productListing h2{font-size: 26px; margin-bottom: 10px;}


.productListing .plBox h3{font-size: 22px;}


.productListing .plBox ul li{font-size: 15px;}


.productListing .plBox .blackStrip{font-size: 13px;}


.productDisc h2{font-size: 26px;}








.productDisc ul li{ font-size: 14px; padding-bottom: 7px;}


.tabscontent ul li{ width:32.81%;}








header .headmid .headerRight{ width:91px; margin-top: 5px; right: 69px; left: inherit;}


	header .headmid .headerRight img{ max-height:55px;}


}





@media (max-width: 980px) {


.productListing .proImg { max-height: 188px;}





.innerPageHeader h1{ font-size: 35px;}


.productListing .plBox img{ max-width: 200px; max-height: 200px;}














}





@media (max-width: 900px) {











.rslides li .bannerCt{ width: 200px; height: 200px;}


.rslides li .bannerCt .bannerText1{margin-top: 47px; height: 154px;}


.rslides li .bannerCt .thinText{font-size: 14px!important;}


.rslides li .bannerCt h1{font-size: 19px;}


.rslides li .bannerCt .bannerText1 span{font-size: 19px;}


.rslides li .bannerCt .bannerText1 a{font-size: 13px;}








.subscribe__input{     max-width: 204px; padding: 0 70px 0 20px;}


.subscribe{width: 300px;}


footer .qlinks{ float: none; width: 98%;}


.ftRight { float: none; width: 98%;}














/*Home CSS*/


.homeServices .homeServicesBox{ width:50%;}


.homeServices .homeServicesBox .boxSpace18{ min-height: 240px; margin:0 20px;}





.AboutCompany{ background-repeat:repeat;}


.AboutCompany .box50-percent{ float:none; margin:0 auto 40px auto;}


.AboutCompany .mapHome img{ width:100%; display:block;}


.AboutCompany .mapText{ width:100%; float:none; margin:0;}








.footerBottom .copyright .copy{ width: 38%;}


footer .qlinks:nth-child(1n), footer .qlinks:nth-child(2n), footer .qlinks:nth-child(3n), footer .qlinks:nth-child(4n){ width:50%;}


footer .qlinks{ margin-bottom:15px;}


/*End Home CSS*/





/*Inner Banner*/


.aboutSection .box50-percent{ width:100%; float:none; margin:0 auto 40px auto;}


.abtImgBg{ width:500px; margin: auto auto 25px auto; padding:0;}


/*End Inner Banner*/





/*Contact Us*/


.contactUs .contactLaft{ float:none!important; width:100%;}


.contactUs .contactLaft ul li:first-child, .contactUs .contactLaft ul li:last-child{ margin-left:0; margin-right:0;}


.contactUs .contactLaft ul li{ width:26.3%; float:left; padding:3%; margin:0 1.5%; min-height:130px;}


.contactUs .contactLaft ul li .ctText{ width: 79%;}


.contactUs .contactRight textarea{width: 94.2%; display: block; margin:0 auto;}





.contactUs .contactRight{ width:100%; margin-top:20px;}


.contactUs .ctSpace{ padding-left: 0;}


.contactUs .contactRight input[type='text'], .contactUs .contactRight input[type='email']{width: 92.5%; margin:0 1.6%;}


.contactUs .contactRight input[type='button']{ margin-left: 6px;}





/*End Contact Us*/





}


@media (max-width: 850px) {


/*Home CSS*/


.homeServices .homeServicesBox{ width:50%;}


.homeServices .homeServicesBox .boxSpace18{ padding-top:40px;}


.homeServices .homeServicesBox .borderLeft1{ border-left:0;}


.homeServices .homeServicesBox:nth-child(1n), .homeServices .homeServicesBox:nth-child(2n){ border-bottom:1px solid #fff;}


.homeServices .homeServicesBox:nth-child(2n) .borderRight1{ border-right:1px solid #fff;}


.homeServices .homeServicesBox:nth-child(3n).borderRight1{ border-right:1px solid #fff;}


/*.homeServices .homeServicesBox .boxSpace18.borderLeft1.borderRight1{ border-right:1px solid #fff;}*/


.homeServices .homeServicesBox .boxSpace18.borderRight1{ border-right:0;}


.homeServices .homeServicesBox:last-child .boxSpace18.borderRight1{border-left:1px solid #fff;}








.AboutCompany .box50-percent{ width:100%;}


.AboutCompany .mapHome img{ width:60%; margin:auto auto 40px auto;}





.homeContactForm{padding: 30px 0 46px 0;}


.homeContactForm .box70-percent{ width:60%;}


.homeContactForm .marginBottom20{ margin-bottom:0;}


.homeContactForm .box50-percent{ width:100%; margin-bottom:10px;}


.homeContactForm .cardImg img{ width:60%; margin:auto auto 40px auto;}


.homeContactForm h3{ padding-bottom: 22px;}


.homeContactForm .hformBox input[type='text']{ height: 2.7em;}


.homeContactForm .hformBox textarea{ width:90%;}











footer .socialFooter{ float:none; text-align:center; margin-bottom:15px;}


.footerBottom .copyright .copy{ float:none; text-align:center; width:100%; margin-bottom:15px;}





/*End Home CSS*/








.productListing .plBox{ width: 28.6%;}


.availSlipers{ padding: 28px 12px;}





}





@media (max-width: 767px) {


	


	.wrapper .innerPage h1{ font-size: 28px;}


	.innerPage{ padding: 0 2% 25px 2%;}


	


	/*Heading*/





	/*End Heading*/


	


	/*Header Mobile*/


	header .headmid .logo{ top: 8px;}


	.mob-nav section{ top:89px; right: 34%;}


	header .headmid .headerRight span{    margin-right: 17px;}


	header .headmid .headerRight span i, header .headmid .headerRight a i{ width: 22px; height: 22px; font-size:12px; line-height: 22px;}


	header .headmid .headerRight span, header .headmid .headerRight a{font-size: 14px;}


	header .headmid .logo{ width: 121px;}


	/*End Header Mobile*/


	





	


	/*Inner Banner*/


	.imgCt .box50-percent{ float:none; width:100%; margin-bottom:20px;}


	.imgCt .box50-percent img.serviceImg{width:100%; max-height: 400px;}


	.manufacturers ul li a{min-width: 166px; height: 42px;}


	/*End Inner Banner*/


	


	/*Home CSS*/


	.threeBx .bxThree h3{ font-size:15px;}


	input[type=button], input[type=submit]{    font-size: 14px;}


	.wrapper h2{ font-size:25px;}


	.wrapper h3{ font-size:22px;}


	.hd-border{ padding-bottom: 13px;}


	.wrapper p{ font-size:15px;}


	


	.homeServices{padding-top: 28px;}


	.homeServices p{margin-bottom: 10px;}





	


	.formInFooter .hformBox{ width:90%;}


	


	


	footer{padding: 25px 20px 20px 20px;}


	footer .qlinks{margin-bottom: 15px;}


	footer .qlinks ul{margin: 0 0 15px 0;}


	


	/*End Home CSS*/


	


	/*Product Listing Page*/


	.productListing .plBox{width:46%; margin:0 2% 4% 2%!important;}


	.productListing .plBox ul li{ font-size:14px;}


	.availSlipers{ padding: 28px 25px;}


	/*End Product Listing*/


	


	/*Contact Us*/


	.contactUs .contactLaft ul li{ width:94%; margin:0 0 16px 0;}


	.contactUs .contactLaft ul li .ctText{width: 88%;}


	/*End Contact Us*/


}


@media (max-width: 730px) {


	/*Register and Login pages*/


	.rsInBox input[type="text"].bdfild{width: 56px; margin-right: 8px;}


	/*End Register and Login pages*/


}


@media (max-width: 650px) {


	/*Header and Footer CSS*/


	header .headmid .headerRight .headLine1.fmMoble{ padding:0;}


	header .headmid .searchbox {width:100%; margin-left:0; margin:0 auto; border-radius:0;}


	.mob-nav section{ top:89px; right: 32%;}


	header .headmid .logo{width: 116px; left:0;}





	header .headmid .headerRight span{margin-right:12px;}


	


	header .headmid .headerRight span, header .headmid .headerRight a{ display:block; margin:0 0 5px 0;}


	


	footer{padding: 45px 20px 20px 20px;}


	footer .qlinks h5{font-size: 15px; margin-bottom: 8px;}


	footer .qlinks p{ font-size:13px;}


	footer .qlinks a{ font-size:13px;}


	.footerSocial h6{font-size: 15px;}


	


	.copyright{ padding: 15px 0 15px 0;}


	.copyright .copy, p.developedby{ font-size:12px; float:none; text-align:center;}





	/*End Header and Footer CSS*/


	


	/*Slider*/


	.rslides li .bannerCt{ width:180px; height:180px;}


	.rslides li .bannerCt .bannerText1{ width: 88%; height: 139px; margin-top:42px;}


	.rslides li .bannerCt .bannerText1 a{ background-size:100% auto; width: 123px; height: 42px; line-height: 42px; font-size: 13px;}


	


	.rslides li .bannerCt .thinText{ font-size: 16px!important;}


	.rslides li .bannerCt h1{font-size: 18px;}


	.rslides li .bannerCt .bannerText1 span{font-size: 18px;}


	/*End Slider*/


	


	


	/*Inner Banner*/


	.innerBanner .inBannerTxt{ top: 19%;}


	/*End Inner Banner*/





	/*Home CSS*/


	.AboutCompany h2, .spareParts h2, .formInFooter h3, .manufacturers h3, .ourVideos h2, .homeContactForm h3{ padding:0;}


	


	.AboutCompany{ clear:both; }


	.AboutCompany a.redButton{ margin:0 auto;}


	


	.homeContactForm .box70-percent{ width: 68%;}


	.homeContactForm .menImg{ margin-top:40px;}


	.homeContactForm .menImg img{ max-height: 340px;}


	





	


	.manufacturers ul li{ width: 24%; margin-bottom:2px;}


	.manufacturers ul li img{ display:block;}


	


	.homeContactForm .hformBox input[type='text'], .homeContactForm .hformBox input[type='email']{ font-size:14px;}


	.homeContactForm .hformBox textarea{ font-size:14px; padding: 10px 2%;}


	


	.abtImgBg{ width: 400px;}


	.circleImg{width: 320px; height: 320px;}


	


	.threeBx .bxThree{ width:46%; margin:0 2% 4% 2%!important;}


	





	/*End Home CSS*/


	


	


	


	.tabscontent ul li{ width: 32.71%;}


	


}





@media (max-width: 550px) {


	/*Header and Footer CSS*/


	.mob-nav section{ width:160px; top:89px; right: 46%;}





	


	footer{  padding: 25px 20px 10px 20px;}


	footer .qlinks:nth-child(1n), footer .qlinks:nth-child(2n), footer .qlinks:nth-child(3n), footer .qlinks:nth-child(4n){ width:100%;}


	/*End Header and Footer CSS*/


	


	/*Slider*/


	.rslides li .bannerCt{ width:125px; height:125px;}


	.rslides li .bannerCt .bannerText1{ width: 88%; height: 105px; margin-top:21px;}


	.rslides li .bannerCt .bannerText1 a{ background-size:100% auto; width: 97px; height: 33px; line-height: 33px; font-size: 10px;}


	


	.rslides li .bannerCt .thinText{ font-size: 11px!important;}


	.rslides li .bannerCt h1{font-size: 12px;}


	.rslides li .bannerCt .bannerText1 span{font-size: 12px;}


	/*End Slider*/





	


	.smallHd{ font-size: 16px; padding-bottom: 5px;}


	.wrapper h2{ font-size:20px; margin-bottom: 8px; padding:0;}


	.wrapper h3{ font-size:20px; margin-bottom: 8px;}


	a.redButton{ padding: 9px 30px;}


	


	.AboutCompany .mapHome img{margin: auto auto 20px auto;}


	.AboutCompany .box50-percent{margin: 0 auto 20px auto;}


	.AboutCompany .mapText{}


	


	.manufacturers{padding: 40px 0px;}


	


	.threeBx{ padding: 30px 0 15px 0;}


	


	.threeBx .bxThree{ width:96%; margin:0 0 20px 0;}


	


	.productListing .plBox{ width:96%; margin:0 0 20px 0;}


	


	.wrapper h2{ text-align:center;}


	.productImg{ width:100%; float:none; margin-bottom:25px;}


	.productDisc{ width:100%; float:none; text-align:center;}


	.tabContainner{ padding:40px 0 0 0;}


	ul.tabButtonCover li a{ font-size:16px;}


	


	.tabscontent ul li{ width:100%;}


	ul.tabButtonCover li a{ font-size:16px!important;}


	


	/*Inner Banner*/


	.innerPageHeader{height: 90px;}


	.innerPageHeader h1{ font-size: 30px; line-height: 27px; margin-top: 15px;}


	/*End Inner Banner*/


	


	footer .qlinks h5{ font-size:17px; margin-bottom: 14px;}


	footer .ftRight h5{ font-size:17px; margin-bottom: 14px;}


	


	


}


@media (max-width: 480px) {


	.social-icons{ margin: 13px 0 0 0;}


	.social-icons li{margin: 0 13px; padding: 0; vertical-align: top;}


	.social-icons a:before{background: none!important; display:none!important;}


	header .headmid .headerRight span i, header .headmid .headerRight a i{ font-size: 20px!important; color:#e31c20f5;}


	


	/*Header and Footer CSS*/





	.copyright .copy{ float:none; text-align:center; padding-top:10px;}


	


	header .headmid .logo{ width: 95px;}


	header .headmid .logo img{ height: 42px!important;}


	


	header .headmid .headerRight span i, header .headmid .headerRight a i{width: 18px; height: 18px; font-size: 10px; line-height: 18px; margin-right: 4px;}


	header .headmid .headerRight span, header .headmid .headerRight a{font-size: 12px;}


	.inBannerText .bradcrumb a, .inBannerText .bradcrumb span, .inBannerText .bradcrumb strong{ font-size: 14px;}


	/*End Header and Footer CSS*/


	


	/*Home Banner*/


	.rslides img{ min-height:180px;}


	/*.rslides li .bannerCt{ width:48%; left:10px; padding:6px 15px;}*/


	


	/*End Home Banner*/


	


	/*Inner Banner*/


	.innerBanner .inBannerTxt{ top: 14%;}


	.abtImgBg{ width: 270px; background:none;}


	.circleImg{width: 270px; height: 270px;}


	/*End Inner Banner*/





	/*Home CSS*/


	.wrapper h3{ font-size:20px;}


	


	.AboutCompany p, .spareParts p{ font-size:14px;}


	


	.manufacturers{min-height:auto;}


	.manufacturers ul li a{ min-width: 100px;}


	


	.AboutCompany h2 span{ font-size:20px; padding-bottom: 12px;}


	.homeContactForm .hformBox{ width:90%;}


	


	.homeContactForm .menImg{ display:none; }


	.homeContactForm .box70-percent{ width:100%;}


	.homeContactForm .hformBox input[type='text']{ width:96%;}


	.homeContactForm .hformBox textarea{ width: 96%;}





	.AboutCompany .mapText ul{ margin-bottom:15px;}


	.AboutCompany .mapText ul li{ width:100%; padding:0 0 10px 0; }


	a.redButton{ padding: 7px 23px;}


	


	.AboutCompany .mapHome img{}


	.formInFooter .cardImg img{ width:90%;}


	.costHome .mobileimg img{ width:90%;}


	.formInFooter .menImg{ display:none; }


	.formInFooter .box70-percent{ width:100%;}


	.formInFooter .hformBox input[type='text']{ width:96%;}


	


	.formInFooter{ background-position:-620px top;}


	/*End Home CSS*/


	


	/*Contact Us*/


	.contactUs .contactLaft ul li{ min-height:auto; padding: 5% 3%;}


	.contactUs .contactRight input[type='text']{ width: 89%; margin: 0 3%;}


	.contactUs .contactRight textarea{ width: 91.9%;}


	.contactUs .contactLaft ul li .ctText{width: 83%;}


	/*End Contact Us*/


	


	





}





@media (max-width: 400px) {


	


	.copyRight img{ height:40px!important;}





	


	/*Inner Banner*/


	.innerBanner .inBannerTxt{ top: 8%;}


	.wrapper h1{ font-size: 25px;}


	.innerPageHeader{ height: 62px;}


	.innerPageHeader h1{font-size: 22px; line-height: 23px; margin-top: 11px; margin-bottom:0;}


	/*End Inner Banner*/


	





}





@media (max-width: 360px) {


/*Header and Footer CSS*/


.mob-nav section{ right: 47.5%;}


/*End Header and Footer CSS*/





.rslides li .bannerCt h1{ line-height:15px;}





/*Home CSS*/


.AboutCompany h2 span{ font-size: 17px; padding-bottom: 7px;}


.AboutCompany h2{ font-size:20px; padding:0;}


.AboutCompany p strong{font-size: 18px; font-weight:500;}





.formInFooter h3{ font-size:22px;}


.formInFooter p strong{font-size: 18px; font-weight:500;}





.costHome h3{ font-size:22px;}


.costHome p strong{font-size: 18px; font-weight:500;}








/*End Home CSS*/





.manufacturers ul li a{ min-width:260px; margin-bottom:10px;}


	


}





@media (max-width: 350px) {


	


	/*Header and Footer CSS*/


	header .headmid .logo{ top: 12px!important;}


	header .headmid .logo img{ height: 37px!important;}


	header .headmid .headerRight{}


	header .headmid .headerRight img{ height:50px;}


	.mob-nav section{ right: 173px;}


	/*End Header and Footer CSS*/





	/*Inner Banner*/


	.innerBanner .inBannerTxt{ top: 8%;}


	.wrapper h1{ font-size: 22px; line-height:20px;}


	.inBannerText{ padding-top:9px;}


	.innerPageHeader h1{ margin-top: 2px;}


	/*End Inner Banner*/





	/*Home CSS*/


	.safeHands ul li{width: 47.2%; margin:0 1% 8px 1%;}


	/*End Home CSS*/


	


	





}