/* Common elements start */

.slide,
.slide-btns a,
input {	
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

:focus {
	outline: none;
}

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

h1 {
	color: #ba006f;
	font-size: 20px;
	font-weight: 600;
}

h1 ins {
	line-height: 30px;
}

h2 {
	color: #737373;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -1.5px;
	line-height: 110%;
}

h3 {
	font-size: 38px;
	color: #8d8d8d;
	letter-spacing: -2px;
	font-weight: 600;
}

h4 {
	font-size: 28px;
	color: #8d8d8d;
	letter-spacing: -1px;
	line-height: 110%;
	font-weight: 600;
}

p + h4 {
	margin-top: 20px;
}

p {
	line-height: 160%;
	margin-top: 15px;
}

p strong {
	color: #c5478a;
	font-weight: 600;
}

.centralizer { margin: 0 auto; width: 960px; }

.clear { clear: both; }

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a { text-decoration: none; }

/* Common elements end */

/* Global elements start */


html, body {
	font-family: 'Open Sans';
	font-size: 16px;
	color: #474747;
	background-color: #f2f2f2;
	min-width: 1000px;
}

html {
	border-top: 12px solid #fff200;
}

body {
	border-top: 2px solid #fffcc7;
}

/* Global Elements End */



/* Header start */

.header {
	background-color: #fff;
}

.header .centralizer {
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
}

.slide-btns {
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 110px;
	margin-left: -140px;
	z-index: 2;
}

.slide-btns a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	background-color: #fff200;
}

.slide-btns a:before,
.slide-btns a:after {
	position: absolute;
	top: 15px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: '';
	border-radius: 15px;
}

.slide-btns a:before {
	border-left: 10px solid #000;
	left: 21px;
}

.slide-btns a:after {
	border-left: 10px solid #fff200;
	left: 18px;
}

.slide-btns a.prev-slide {
	margin-right: 10px;
}

.slide-btns a.prev-slide:before {
	border-right: 10px solid #000;
	border-left: none;
	left: 18px;
}

.slide-btns a.prev-slide:after {
	border-right: 10px solid #fff200;
	border-left: none;
	left: 21px;
}

.slide {
	width: 200%;
	height: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.slide a {
	width: 12.5%;
	height: 100%;
	overflow: hidden;
	display: block;
	float: left;
}

.slide a img {
	height: 100%;
}

@media (min-width: 1367px) {
.slide a img {
	height: auto;
	width: 100%;
}
}

.second-slide .slide { left: -25%; }
.third-slide .slide { left: -50%; }
.fourth-slide .slide { left: -75%; }
.fifth-slide .slide { left: -100%; }
.sixth-slide .slide { left: -125%; }
.seventh-slide .slide { left: -150%; }
.eight-slide .slide { left: -175%; }

.first-slide .prev-slide, .fifth-slide .next-slide { cursor: default; opacity: .3; }

/* Header end */

/* Menubar start */

.menubar {
	background-color: #fff;
}

.menubar .centralizer {
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	position: relative;
}

.menubar .centralizer > a {
	display: inline-block;
	line-height: 50px;
}

.menubar .centralizer > a:first-child {
	margin-left: 20px;
}

.menubar .centralizer div {
	position: absolute;
	z-index: 1;
	text-align: center;
	width: 320px;
	height: 95px;
	padding-top: 25px;
}

/* Menubar end */

/* Menubar header start */

.menubar-header .centralizer {
	background: #cf4c9a url(../images/bg-menubar-header.png) 0 0 repeat-y;
	text-align: right;
}

.menubar-header .centralizer > a {
	color: #fff;
	margin-right: 15px;
}

.write-us-page .menubar-header .centralizer > a:first-child + a + a + a,
.export-sale-page .menubar-header .centralizer > a:first-child + a + a,
.import-purchase-page .menubar-header .centralizer > a:first-child + a,
.home-page .menubar-header .centralizer > a:first-child,
.menubar-header .centralizer > a:hover {
	color: #fff200;
}

.menubar-header .centralizer div {
	left: 0;
	bottom: 0;
	background: url(../images/transpurple-70pc.png);
}


/* Menubar header start */

.menubar-footer .centralizer {
	background-color: #fff200;
}

.menubar-footer .centralizer > a {
	color: #000;
	margin-right: 15px;
}

.write-us-page .menubar-footer .centralizer > a:first-child + a + a + a,
.export-sale-page .menubar-footer .centralizer > a:first-child + a + a,
.import-purchase-page .menubar-footer .centralizer > a:first-child + a,
.home-page .menubar-footer .centralizer > a:first-child,
.menubar-footer .centralizer > a:hover {
	color: #ba006f;
}

.menubar-footer .centralizer div {
	right: 0;
	top: 0;
	background-color: #fff200;
}

/* Menubar footer end */


/* Content start */

.content {
	padding: 30px 0;
	background-color: #fff;
}

.content .centralizer {
}

/* Leftcol start */

.leftcol {
	float: left;
	width: 600px;
}

.leftcol h2 {
	margin: 15px 0 18px 0;
	letter-spacing: -1.5px;
	border-bottom: 2px solid #ddd;
	padding-bottom: 25px;
}

/* Twocol start */

.twocol {
}

.twocol div {
	width: 285px;
	float: left;
}

.twocol div:first-child {
	margin-right: 30px;
}

/* Twocol end */

/* Leftcol end */

/* Rightcol start */

.rightcol {
	float: right;
	width: 320px;
}

.rightcol h2 {
	padding: 20px 25px 0 25px;
}

/* Contact start */

.contact {
	background-color: #ededed;
	padding-bottom: 15px;
	font-size: 14px;
}

.contact table {
	width: 100%;
	margin-top: 20px;
}

.contact table a {
	color: #474747;
}

.contact table a:hover {
	text-decoration: underline;
}

.contact table tr td, .contact th {
	text-align: left;
	padding: 10px 25px 10px 10px;
	vertical-align: top;
	border-top: 1px solid #dcdcdc;
	font-weight: normal;
}

.contact th {
	background-color: #f6f6f6;
}

.contact table tr td:first-child,
.contact table tr th:first-child {
	padding: 10px 0 10px 25px;
	color: #ba006f;
	text-decoration: underline;
	font-weight: 700;
}

.contact table tr:first-child td:first-child {
	border: none;
	padding-top: 0;
	font-weight: normal;
	text-decoration: none;
	color: #474747;
}

.contact table tr:first-child td:first-child ins {
	font-weight: 700;
	color: #ba006f;
}

.feedback-btn {
	background: url(../images/feedback-inquiry-order.png);
	width: 320px;
	height: 60px;
	text-indent: -9999px;
	margin-top: 25px;
	display: block;
}

/* Contact end */

/* Rightcol end */

.rightcol + div, .twocol div:first-child + div + div {
	clear: both;
}

/* Content end */


/* Footer start */

.footer {
	background-color: #f2f2f2;
	position: relative;
	padding-bottom: 35px;
}

.footer .centralizer > div {
	background-color: #fff;
	padding: 35px;
	display: inline-block;
	font-size: 12px;
	width: 570px;
}

.facebook {
	background-color: #eceff5;
	display: inline-block !important;
	display: inline-block;
}

.facebook a {
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: middle;
	margin-right: 4px;
	background: #45619d url(../images/icon-facebook.png) center center no-repeat;
}

.facebook iframe {
	display: inline-block;
	vertical-align: middle;
}

.designby {
	float: right;
	text-align: right;
}

.designby a {
	display: inline-block;
}

.designby span {
	display: inline-block;
	margin-right: 10px;
}

.copyright {
	float: right;
	margin-left: 30px;
}

/* Footer end */

/* Form start */

#inquiry-form {
}

#inquiry-form > div {
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

#inquiry-form > div:first-child {
	border: none;
	padding: 0;
}

#inquiry-form > div > div {
	display: inline-block;
	vertical-align: top;
}

#inquiry-form > div > div:first-child {
	margin-right: 15px;
}

#inquiry-form input, #inquiry-form textarea {
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	padding: 0 7px;
	border: 1px solid #999;
}

#inquiry-form input[type=submit] {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}

#inquiry-form input[type=submit]:focus {
	background-color: #999;
	color: #fff;
	border: 1px solid #999;
}

#inquiry-form textarea {
	height: auto;
	width: 583px;
}

#inquiry-form input:focus {
	border: 1px solid #fff200;
	box-shadow: 1px 1px 2px #eee;
}

#inquiry-form select {
	width: 200px;
	font-size: 13px;
	height: auto;
	padding: 4px;
}

input.error-msg,
textarea.error-msg,
select.error-msg {
	border: 1px solid #ba006f !important;
}

span.error-msg {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #ba006f;
	display: block;
	padding: 3px 7px;
}

#success-msg {
	padding: 5px 10px;
	background-color: #090;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: none;
}

/* Form end */




/*
     FILE ARCHIVED ON 00:34:26 Jan 22, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:16:42 Aug 09, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 56.211
  exclusion.robots: 0.088
  exclusion.robots.policy: 0.08
  RedisCDXSource: 0.634
  esindex: 0.011
  LoadShardBlock: 33.676 (3)
  PetaboxLoader3.datanode: 39.321 (4)
  CDXLines.iter: 18.053 (3)
  load_resource: 89.912
  PetaboxLoader3.resolve: 44.765
*/