@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: "Poppins", sans-serif;
}
.logo {
	padding: 10px 0px;
	float: left;
}
.top-email {
	float: left;
	background: url(image/top_mail.png) no-repeat left;
	padding-left: 35px;
	font-family: 'Roboto', sans-serif;
	color: #5b626a;
	font-size: 13px;
	font-weight: 700;
	padding-top: 15px;
	line-height: 18px;
	width: 27%;
	border-right: 1px solid #e3e7ea;
	background-position: 0px 16px;
}
.top-email span {
	float: left;
	width: 100%;
	color: #9c9eab;
	font-size: 11px;
	font-weight: 500;
	line-height: 10px;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
.top-phone {
	float: left;
	background: url(image/top_phone.png) no-repeat left;
	padding-left: 35px;
	font-family: 'Roboto', sans-serif;
	color: #5b626a;
	font-size: 13px;
	font-weight: 700;
	padding-top: 15px;
	line-height: 18px;
	width: 22%;
	background-position: 13px 16px;
}
.top-phone span {
	float: left;
	width: 100%;
	color: #9c9eab;
	font-size: 11px;
	font-weight: 500;
	line-height: 10px;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
.top-cart {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #0e76bd;
	background-image: url("image/cart-new.png");
	background-origin: padding-box;
	background-position-x: 10%;
	background-position-y: 7px;
	background-repeat: no-repeat;
	float: left;
	line-height: 36px;
	padding-left: 44px;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	font-weight: 700;
	height: 36px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	padding-right: 10px;
	margin-top: 10px;
}
#search .button-search {
	position: absolute;
	top: -33px;
	right: 173px;
	background-image: url('image/button-search.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 100%;
	cursor: pointer;
}
#search {
	float: left;
	margin-top: 11px;
	margin-right: 15px;
}
#search input {
	padding: 8px 40px 8px 10px;
	margin: 0;
	width: 122px;
	color: #8991a4;
	background-color: #fff;
	border: 1px solid #e6e7eb;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	webkit-border-radius: 0px;
	border-radius: 0px;
}
.whybg {
	padding: 0px;
	background: url(image/whybg.jpg) repeat-x;
}
.main-he {
	float: left;
	height: 65px;
	width: 100%;
}
.why-title {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: #293646;
	background: url(image/why-title.png) no-repeat bottom center;
	margin: 50px 0px 80px 0px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.why-main {
	float: left;
	width: 100%;
	text-align: center;
}
.why-name {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #2d3e50;
	font-size: 22px;
	font-weight: 500;
	padding-top: 15px;
}
.why-des {
	color: #22231b;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 70px;
}
.navbar-collapse {
	padding: 0px !important;
}
.menu {
	float: left;
	width: 100%;
	border-top: 1px solid #e6e7eb;
	margin-top: 15px;
}
.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	float: left;
}
.menu ul li a {
	color: #8991a4;
	display: block;
	font-size: 16px;
	line-height: normal;
	margin: 0px;
	padding: 15px 17px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 3px solid transparent;
}
.menu ul li a:hover {
	color: #0e76bd;
	border-top: 3px solid #f48c64;
}
.menu ul li ul {
	display: none;
}
.menu ul li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 300px;
	background: #fff;
	position: absolute;
	display: none;
	z-index: 1111111;
}
.menu ul li ul a:hover {
	width: 300px;
	border-top: 1px solid #e6e7eb;
}
.menu ul li:hover ul {
	display: block;
}
.menu ul ul li {
	width: 100%;
	float: left;
}
.menu ul li ul li a {
	text-decoration: none;
	display: block;
	min-width: 0px;
	padding: 12px 25px 11px 25px;
	white-space: nowrap;
	background: url(image/menu_arrow.png) no-repeat;
	background-position: 12px;
	font-family: "Poppins", sans-serif;
	color: #8991a4;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.menu ul li ul li a:hover {
	color: #0e76bd;
}
.span4 {
	float: left;
	height: auto;
	margin-top: 3px;
	width: 25%;
	padding: 0px 2px;
}
.span4 img {
	width: 100%;
}
.span4 img:hover {
	opacity: 0.5;
}
.catpad {
	padding: 40px 0px 20px;
}
.side_1 {
	float: left;
	width: 79%;
}
.left1 {
	float: left;
	padding: 0px;
	width: 35%;
}
.left1 img {
	width: 98%;
}
.right1 {
	float: left;
	width: 62%;
}
.side_2 {
	float: right;
	width: 21%;
}
.wel_title {
	color: #4f4f4f;
	float: left;
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	font-weight: 500;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	text-transform: capitalize;
	width: 100%;
	margin-top: 30px;
}
.wel_des {
	color: #8a8a8a;
	float: left;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 28px;
	width: 100%;
}
.map_contacts {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #0e76bd;
	background-image: none;
	background-origin: padding-box;
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #fff;
	display: inline-block;
	height: 360px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 30px;
	position: absolute;
	right: 80px;
	width: 29%;
	font-family: 'Poppins', sans-serif;
}
.map_contacts > h3 {
	background: url(image/c-line.jpg) no-repeat bottom left;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.map_contacts img {
	padding-top: 30px;
}
.more {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #FFFFFF;
	float: right;
	margin: 20px 57px 0px 0px;
	color: #FFFFFF;
}
.map_contacts > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.address {
	float: left;
	background: url(image/f-map.png) no-repeat left;
	padding-left: 55px;
	font-weight: 500;
	color: #fff;
	font-size: 13px;
	margin: 15px 0px 0px;
	height: 50px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
}
.f-phone {
	float: left;
	background: url(image/f-phone.png) no-repeat left;
	padding-left: 55px;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	margin: 15px 0px 0px;
	height: 50px;
	line-height: 50px;
	font-family: 'Poppins', sans-serif;
}
.f-mail {
	float: left;
	background: url(image/f-mail.png) no-repeat left;
	padding-left: 55px;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	margin: 15px 0px 0px;
	height: 50px;
	line-height: 50px;
	font-family: 'Poppins', sans-serif;
}
.f-mail a {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
}
.footerbg {
	padding: 0px;
	background: #4c6575;
	padding: 12px 0px 20px 0px;
}
.footerbg h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-top: 20px;
	padding-bottom: 7px;
	text-transform: uppercase;
	background: url(image/f-line.jpg) no-repeat bottom left;
}
.footerbg .col-md-3 ul {
	margin: 0;
	padding: 0;
	line-height: 24px;
}
.footerbg .col-md-3 ul li {
	line-height: 25px;
	list-style: none;
}
.footerbg .col-md-3 ul li a {
	display: inline-block;
	color: #d4dade;
	text-decoration: none;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	background: url("image/arrow-right-dark.png") no-repeat;
	padding-left: 10px;
	background-position-y: 8px;
}
.footer2 {
	padding: 0px;
	background-color: #4c6575;
	border-top: 1px solid #5e7583;
}
.f-social {
	text-align: center;
	padding-top: 18px;
}
.f-social > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.f-social li {
	display: inline;
	padding-right: 10px;
}
.copy {
	float: left;
	padding: 15px 0px;
	color: #94a3ac;
	text-align: center;
	width: 100%;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.box {
	border: 1px solid #e6e7eb;
	background: #fff;
	border-radius: 5px;
	float: left;
	width: 100%;
	margin: 5px 0px;
}
.box img {
	width: 100%;
	padding: 4px;
}
.pro-box {
	float: left;
	width: 100%;
	text-align: center;
}
.pro_name {
	float: left;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	color: #0e76bd;
	padding: 10px 0px 0px 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding-left: 10px;
}
.pro_code {
	float: left;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	color: #6b6b6b;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.box .ad {
	display: none;
}
.box:hover .ad {
	float: left;
	display: none;
	width: 100%;
	text-align: center;
	background: url(image/add.png) no-repeat center;
	height: 40px;
	margin-bottom: 15px;
	margin-top: 52px;
	position: absolute;
}
.box:hover .pos1 {
	position: absolute;
	z-index: 11111;
	background: rgba(234,234,234,0.6);
	width: 93%;
	height: 97.5%;
	top: 6px;
}
.pos1 img {
	display: none;
}
.box:hover .pos1 img {
	width: auto;
	display: block;
	text-align: center;
	padding: 180px 0px 0px 40px;
}
/*Home Banner Css*/
.s-bg {
	background: url("image/bg.jpg") no-repeat;
	background-size: 100% 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
 *+height: 1%;
}
.container1 {
	height: 300px;
	margin: 0px auto;
	padding: 30px 0px;
}
.container1 ul {
}
.container1 ul li {
	/* transition: width .5s, height .5s, top .5s, left .5s;
            -webkit-transition: width .5s, height .5s, top .5s, left .5s;
            */
	border: 1px solid #fff;
}
.container1 ul li img {
}
.left,  .right {
	cursor: pointer;
}
#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	z-index: 999999;
	padding: 10px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.jquery-script-center {
	width: 960px;
	margin: 0 auto;
}
.jquery-script-center ul {
	width: 212px;
	float: left;
	line-height: 45px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.jquery-script-center a {
	text-decoration: none;
}
.jquery-script-ads {
	width: 728px;
	height: 90px;
	float: right;
}
.jquery-script-clear {
	clear: both;
	height: 0;
}
/*Home Banner Css END*/


.smal-baner {
	padding: 0px !important;
	width: 100%;
}
.smal-baner img {
	width: 100%;
}
.heading {
	float: left;
	width: 100%;
	font-size: 30px;
	color: #f48c64;
	text-transform: uppercase;
	padding: 25px 0 0px 0px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}
.pro-pro {
	background: url(image/top-bor.jpg) repeat-x;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	height: 125px;
}
.home {
	float: left;
	width: 70%;
}
.home ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.home ul li {
	float: left;
	background: url(image/homeul.png) no-repeat right;
}
.home ul li:last-child {
	background: none;
}
.home ul li a {
	float: left;
	text-decoration: none;
	font-size: 13px;
	color: #777777;
	padding: 4px 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.home ul li a:hover {
	color: #f48c64;
}
.next1 {
	float: right;
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding: 10px 0px;
}
.next1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
.next1 ul li {
	float: left;
}
.next1 ul li a {
	float: left;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	padding: 5px 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background: #333;
	margin: 0px 2px;
	border-radius: 2px;
	border: 1px solid #333;
}
.next1 ul a {
	float: right;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	padding: 5px 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background: #333;
	margin: 0px 2px;
	border-radius: 2px;
	border: 1px solid #333;
}
.next1 ul li a:hover, next1 ul a:hover {
	color: #f48c64;
	background: url(image/next1.png) no-repeat bottom center;
}
.cata {
	float: left;
	width: 100%;
	background: url(image/leftbg.png) no-repeat;
	margin-top: -16px;
	padding: 5px 0px;
}
.catag {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	font-size: 26px;
	text-transform: uppercase;
	height: 65px;
	padding-top: 14px;
	font-family: 'Raleway', sans-serif;
}
.pro {
	float: left;
	width: 100%;
	height: 50px;
	background: url(image/main.png) no-repeat center;
	margin: 20px 0px 0px 0px;
}
.main-title a {
	float: left;
	width: 100%;
	color: #ffe16d !important;
	padding-bottom: 5px;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 0px;
}
.main-title a img {
	width: 100%;
}
.main-title a:hover {
	text-decoration: none;
}
.mainbg {
	background-color: #1b1b1b;
	float: left;
	width: 100%;
	height: 40px;
	margin: 1px 0px;
}
.left-menu {
	float: left;
	width: 100%;
	background: #fafafa;
}
.left-menu ul {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}
.left-menu ul li {
	float: left;
	width: 100%;
}
.left-menu ul li a {
	float: left;
	width: 100%;
	text-decoration: none;
	font-size: 13px;
	color: #777777 !important;
	padding: 5px 0px 4px 15px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	background: url(image/ho.png) no-repeat left;
	background-position: 4px 11px;
}
.left-menu ul li a:hover {
	color: #fff !important;
	background: #f48c64 url(image/hoo.png) no-repeat left;
	background-position: 4px 11px;
}
.catagaribg {
	background: #333333;
}
.whit {
	background: #FFF;
	float: left;
	width: 100%;
	margin: 10px 0px 0px 1px;
}
.des {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	padding-top: 0px;
	color: #ffe16d;
	text-transform: uppercase;
}
.right-title {
	float: left;
	width: 100%;
	font-size: 25px;
	margin-top: 15px;
	padding-top: 10px;
	font-weight: 600;
	padding-top: 0px;
	color: #ffe16d;
	text-transform: uppercase;
}
.art {
	float: left;
	width: 100%;
	padding: 5px 0px;
	font-size: 18px;
	color: #fc6b01;
}
.right-des1 {
	float: left;
	width: 90%;
	font-weight: 500;
	line-height: 25px;
	color: #bfbfbf;
	padding: 0px 0px 7px 0px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}
.add {
	float: left;
	margin: -5px 3px 30px 0px;
}
.fname {
	width: 46%;
	margin: 10px 5px;
	text-align: left;
	border-radius: 5px;
	background: #CCC;
	border: 1px solid #000;
	padding: 5px 10px;
}
.code-des {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	float: left;
	width: 100%;
	text-align: center;
	color: rgb( 83, 83, 83 );
}
.qty {
	float: left;
	width: 19%;
	margin: 5px 0px;
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.qty1 {
	float: left;
	width: 75%;
	margin: 5px 0px;
}
.size {
	float: left;
	width: 50%;
	margin-bottom: 25px;
}
.aval {
	float: left;
	width: 100%;
	padding: 20px 0px 10px 0px;
	color: #bfbfbf;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
}
.qty1 select {
	background: url(image/arow.png) no-repeat right;
	border: 1px solid #ebebeb;
	width: 94%;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #a8a8a8;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	padding-left: 10px;
	border-radius: 0px;
	height: 30px;
	background-position: 203px 0px;
}
.qty1 input {
	border: 1px solid #dcdcdc;
	font-size: 12px !important;
	float: left;
	width: 95px;
	height: 24px;
	background: none;
	margin-left: 5px;
	color: #3d3d3d !important;
	border-radius: 0px;
	padding-left: 10px !important;
	font-size: 12px;
	padding-top: 5px;
	background: #ffffff;
}
.form-group {
	float: left;
	width: 49%;
	margin-left: 1%;
}
.basket_art input {
	float: left;
	margin: 10px 0px;
	background: #f48c64;
	color: #FFF;
}
.basket_art input:hover {
	background: #1B1B1B;
	text-decoration: none;
	color: #FFF;
}
.btn-delete {
	float: left;
	padding: 7px !important;
	border-radius: 5px;
	margin-left: 13px;
	background: #f48c64;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	width: 145px !important;
}
.btn-delete:hover {
	background: #f48c64;
	text-decoration: none;
	color: #FFF;
}
.for {
	float: left;
	width: 48%;
	margin-left: 9px;
}
.for input {
	float: left;
	width: 100%;
	font-size: 12px !important;
	height: 30px;
	margin: 10px 0px !important;
	background: none;
	border: 1px solid #BABABA;
	color: #000 !important;
	padding: 0px !important;
	padding-left: 10px !important;
}
.for select {
	float: left;
	width: 100%;
	font-size: 12px !important;
	height: 30px;
	margin: 10px 0px !important;
	background: none;
	border: 1px solid #BABABA;
	color: #bfbfbf !important;
	padding: 0px !important;
	padding-left: 10px !important;
}
.for1 textarea {
	float: left;
	font-size: 12px;
	width: 100%;
	margin: 10px 0px;
	background: none;
	border: 1px solid #BABABA;
	color: #bfbfbf;
	padding-left: 10px;
	padding-top: 10px;
}
.for1 {
	float: left;
	width: 97%;
	margin-left: 9px;
}
.addthis_native_toolbox {
	float: left;
	width: 104%;
	margin-top: 15px;
}
.related {
	float: left;
	width: 100%;
	padding-left: 5px;
	padding-top: 20px;
	color: #e92928;
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}
.cat {
	float: left;
	width: 97%;
	color: #ffe16d;
	font-size: 25px;
	font-weight: 600;
	background: url(image/top-bor.png) no-repeat bottom;
	padding: 20px 18px;
}
.right-name {
	float: left;
	width: 100%;
	color: #f48c64;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.right-code {
	float: left;
	width: 100%;
	color: #323232;
	font-family: 'Poppins', sans-serif;
	padding: 15px 0px;
}
.right-des {
	float: left;
	width: 100%;
	color: #f48c64;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.right-na {
	float: left;
	width: 100%;
	color: #838383;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 23px;
}
.submit1 {
	float: left;
	font-size: 0px;
	background: url(image/basket1.png) no-repeat left;
	height: 34px;
	width: 60%;
	border: 0px;
	margin: 50px 0px 0px 20px;
}
.pleas {
	float: left;
	width: 100%;
	color: #323232;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding: 40px 0px 20px 0px;
	font-weight: 400;
}
.right-qty {
	float: left;
	width: 38%;
	margin: 5px 0px;
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-top: 50px;
}
.right-qty span {
	padding-top: 7px;
	float: left;
}
.right-qty input {
	float: right;
	width: 60px;
	height: 35px;
	border: 1px solid #e7e7e7;
	color: #737373;
	font-size: 14px;
	padding-left: 5px;
}
.navbar-collapse {
	padding: 0px !important;
}
.navbar-toggle {
	background: #0e76bd !important;
	border: 1px solid #fff !important;
}
.navbar-toggle .icon-bar {
	border: 1px solid #fff;
}
.pos {
	display: none;
}
.dhl {
	float: left;
	width: 100%;
	text-align: center;
	padding: 25px 0px 15px 0px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
.pos2 {
	display: none;
}
.pos {
	display: block;
}
.logo img {
	width: 100%;
}
.top-email {
	width: 100%;
}
.top-phone {
	width: 100%;
	background-position: 4px 16px;
}
#search input {
	width: 100%;
}
#search .button-search {
	display: none;
}
.topbg {
	height: auto;
}
.cat1:hover {
	height: auto;
	height: 188px;
	background-position: 0px -235px;
	margin-top: 0px;
}
.cat1 {
	background-size: 100%;
	height: 188px;
	width: 100%;
}
.cat2:hover {
	height: auto;
	height: 188px;
	background-position: 0px -235px;
	margin-top: 0px;
}
.cat2 {
	background-size: 100%;
	height: 188px;
	width: 100%;
}
.cat3:hover {
	height: auto;
	height: 188px;
	background-position: 0px -235px;
	margin-top: 0px;
}
.cat3 {
	background-size: 100%;
	height: 188px;
	width: 100%;
}
.menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.menu ul {
	background: #0e76bd;
}
.menu ul li {
	float: left;
	width: 100%;
	background: none;
	border-bottom: 1px solid #FFF;
	padding: 4px 5px;
}
.menu ul li:last-child {
	border: none;
}
.menu ul {
	float: left;
	width: 100%;
}
.menu ul li a {
	float: left;
	width: 100%;
	margin: 0px;
	color: #fff;
	padding: 5px 6px;
}
.menu ul li a:hover {
	width: 100%;
	border: none;
	background: #000;
	color: #FFF;
}
.social ul li a {
	width: 100%;
}
.social ul li {
	width: 100%;
}
.welcome_title {
	width: 100%;
}
.welcome_des {
	width: 100%;
}
.welcome_title span {
	font-size: 32px;
}
.contentbg {
	background: #000000;
}
.welcome_im {
	width: 100%;
	margin-top: 0px;
}
.welcome_im img {
	width: 100%;
}
.tab ul li {
	width: 100%;
}
.home {
	width: 100%;
}
.pro-pro {
	background-size: 100% 100%;
}
.next1 ul {
	float: left;
}
.next1 {
	float: left;
	width: 100%;
	margin-top: 13px;
	margin-bottom: 20px;
}
.heading {
	font-size: 22px;
}
.span4 {
	width: 100%;
}
.side_1 {
	width: 100%;
}
.left1 {
	width: 100%;
}
.right1 {
	width: 100%;
}
.side_2 {
	width: 100%;
	text-align: center;
}
.map_contacts {
	position: relative;
	width: 100%;
	right: 0px;
}
.menu ul li ul {
	position: relative;
	width: 100%;
}
.pro-pro {
	height: auto;
}
#browserContainer {
	display: none;
}
.dhl img {
	width: 100%;
}
}
