@import url(https://fonts.googleapis.com/css?family=Open+Sans:800,400,300,600,700);
@charset "utf-8";

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
* html {
	font-size: 100%;
}
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, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html, body{
	height: 100%;	
}
html {
	line-height: 1;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #636466;
}
/* Base Styles */
body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	font-size:14px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
.clearfix {
	*zoom: 1;
	clear:both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	text-rendering: optimizeLegibility;
	padding-top: 0.273em;
	line-height: 1.15538em;
	padding-bottom: 0.273em;
}
h1 {
	font-size: 68px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-weight: 400;
	margin-bottom: 13px;
	line-height: 1.625em;
}
a {
	color: #fff;
	text-decoration: none;
	outline: 0;
	line-height: inherit;
}
a:hover {
	color: #fff200;
	outline: none;
}
ul, ol {
	margin-bottom: 0.273em;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
	margin-left: 30px;
}
ul.square, ul.circle, ul.disc {
	margin-left: 25px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul {
	margin: 4px 0 5px 25px;
}
ol ol {
	margin: 4px 0 5px 30px;
}
li {
	padding-bottom: 0.273em;
}
dl dt {
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
}
em {
	font-style: italic;
	line-height: inherit;
}
strong {
	font-weight: 700;
	line-height: inherit;
}
small {
	font-size: 56.4%;
	line-height: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
	color: #777;
}
hr {
	border: 1px solid #cccccc;
	clear: both;
	margin: 16px 0 18px;
	height: 0;
}
/* css self style */
.float_left{
	float:left;	
}
.float_right{
	float:right;	
}
.hide {
	display: none;
}
.fixed {
	position: fixed;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
/* style columns css */
.row {
	width: 100%;
	max-width: 1160px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.row .row {
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
}
/* To fix the grid into a different size, set max-width to your desired width */
.columns {
	margin-left: 2.12766%;
	float: left;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns:first-child{
	margin-left: 0;
}
/* Column Classes */
.row .one.columns {
	width: 6.38298%;
}
.row .two.columns {
	width: 14.89362%;
}
.row .three.columns {
	width: 23.40426%;
}
.row .four.columns {
	width: 31.91489%;
}
.row .five.columns {
	width: 40.42553%;
}
.row .six.columns {
	width: 48.93617%;
}
.row .seven.columns {
	width: 57.44681%;
}
.row .eight.columns {
	width: 65.95745%;
}
.row .nine.columns {
	width: 74.46809%;
}
.row .ten.columns {
	width: 82.97872%;
}
.row .eleven.columns {
	width: 91.48936%;
}
.row .twelve.columns {
	width: 100%;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.row {
	*zoom: 1;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(../Fonts/fontawesome-webfont.eot?v=4.1.0);src:url(../Fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(../Fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(../Fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(../Fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}

.container{
	position: relative;
	width:100%;
	height:100%;
}
#build-menu-page {
  left: 0;
  position: relative;
  width:100%;
  height:100%;
  box-shadow:-5px 0 20px #ccc;
}

#build-menu {
	visibility: visible;
	z-index: 0;
	opacity: 1;
	-webkit-transform: none;
	display: none;
	width: 260px;
  padding: 0;
  position: static;
  z-index: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  left: 0;
}

.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
}
/* Header */
::-webkit-scrollbar { 
    display: none; 
}
.header {
	width: 100%;
	background: #fff;
	z-index: 10000;
	position: fixed;
	top: 0;
	box-shadow: 2px 0 2px rgba(0,0,0,0.5);
	border-bottom:1px solid #ccc \9;
}
.header_outer {
	width: 100%;
	background: #fff;
	z-index: 10002;
	position: relative;
	padding: 30px 0 20px 0;
}
.logo {
	width: 250px;
	margin: 0 auto;
}
.logo img{
	width: 125px;
	height: auto;
	}
.nav {
	width: 100%;
    left: 0;
    overflow: hidden;
    z-index: 10001;
    text-align: center;
}
.nav_container {
    display: inline-block;
}
.main_nav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin: 0;
	/*padding: 20px 0;*/
	padding:0;
	list-style: none;
}
.main_nav li {
	margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    float: left;
}
.main_nav li.active > a{
	color:#0095da;
}
ul.main_nav ul{
	display:none;
	margin:0;
}
.main_nav a {
	margin: 0 auto;
	color: #222;
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px;
}
.main_nav a:hover {
	color: #0095da;
}
.nav_button {
	transition: margin 0.3s ease;
	position: fixed;
	top: 94px;
	left: 50%;
	cursor: pointer;
	width: 54px;
	height: 44px;
	margin: 0 auto;
	z-index: 100000;
	margin-left: -27px;
	display: none;
}
.nav_button img {
	width: 100%;
}
@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(0, 0); }
	5% { -webkit-transform: translate(-5px, 0px); }
	10% { -webkit-transform: translate(0px, 0); }
	15% { -webkit-transform: translate(5px, 0px); }
	20% { -webkit-transform: translate(0px, 0); }
	100% { -webkit-transform: translate(0px, 0); }
}
.shake {
	/*display:inline-block*/
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 2s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
.nav_button:hover {
}
/*.header .nav:hover{
	top:-90px;
}*/
.appstore {
	float: left;
	position: absolute;
	padding: 0 15px;
	z-index: 100000;
	top: 58px;
	left: 90px;
}
.apple, .google {
	float: left;
	width: 130px;
	padding: 0 5px;
}
.apple img, .google img {
	width: 100%;
}
/* SignIn */
.sub_bar_right {
	float: right;
	position: absolute;
	z-index: 100000;
	top: 65px;
	right: 0;
	padding: 0 20px;
}
.signin_button {
	width: 60px;
	height: 25px;
	top: 116px;
	margin-right: 284px;
}
.signin_button ul li{
	float:left;
}
.signin_button a {
	font-size: 15px;
	font-weight: 700;
	color: #0095da;
}
.signin_button a:hover {
	color:#ed1c24;
}
/* SignIn Form */
fieldset {
	border: none;
}
.login {
	position: relative;
	width: 350px;
	top: 13px;
	display: none;
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #ECF0F1;
	left: 4%;
	position: absolute;
	top: -15px;
}
.formholder {
	background: #ecf0f1;
	width: 315px;
	margin: 0 0 0 -15px;
	padding-top: 5px;
}
.formholder input[type="email"], .formholder input[type="password"] {
	padding: 7px 12px;
	margin: 20px auto;
	width: 85%;
	display: block;
	font-size: 16px;
	border: none;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.formholder input[type="email"]:focus, .formholder input[type="password"]:focus {
	outline: none;
	box-shadow: 0 0 1px 1px #0095da;
}
.formholder input[type="submit"] {
	width: 25%;
	padding: 5px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 198px;
	border: none;
	color: #111;
	background: #fff200;
}
.formholder input[type="submit"]:hover {
	background: #0095da;
}
.randompad {
	padding: 10px;
}
.forgot_pass {
	font-size: 12.5px;
	color: #636466;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	margin: 146px 0 0 55px;
}
.randompad a {
	color: #636466;
}
.randompad a:hover {
	color: #41aee1;
}
.register {
	border-top: 1px solid #d9dadb;
	margin-top: 12px;
	padding: 8px 0 0 30px;
}
.register a, .register a:hover {
	color: #0095da;
}
/* Searchbar */
.cf:before, .cf:after{
    content:"";
    display:table;
}
.cf:after{
    clear:both;
}
.cf{
    zoom:1;
}    
.product_content{
	width:100%;
	position:relative;
	font-size:13px;
}
.about_col iframe{
	position:absolute;
	width:100%;
	max-width:1120px;
	height:100% !important;
}
 /* Form wrapper styling */
.searchbar {
	width: 190px;
	position: absolute;
	top: 0px;
	right: 80px;
	z-index: 100000;
	margin-right: 20px;
}
.search-wrapper {
	width: 188px;
	margin: 0 auto;
}
/* Form text input */
.search-wrapper input {
	width: 160px;
	height: 25px;
	padding: 10px;
	float: left;
	font: bold 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
	border: 1px solid #e8e8e9;
	background: #EEE;
	border-radius: 3px 0 0 3px;
}
.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
/* Form submit button */
.search_icon {
	width: 19px;
	margin: 0 auto;	
}
.search-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 25px;
	width: 28px;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: white;
	text-transform: uppercase;
	background: url(../Images/search_button.png);
	background-size: 28px 25px;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	border: 1px solid #f4e80b;
}
.search-wrapper button:hover{     
    background: url(../Images/search_button_hover.png);
	background-size: 28px 25px;
}   
.search-wrapper button:active,
.search-wrapper button:focus{   
    background: url(../Images/search_button.jpg);
	background-size: 28px 25px;
    outline: 0;   
}
.search-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 5px 5px 5px 0;
    border-style: solid solid solid none;
    border-color: transparent #fff200 transparent;
    top: 6.5px;
    left: -5px;
}
.search-wrapper button:hover:before{
    border-right-color: #0095da;
}
.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #fff200;
}      
.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
} 
/* Middle */
.middle, #middle_home {
	width: 100%;
	height: 100%;
}
.halfcolumn {
	width: 50%;
	height: 100%;
	float: left;
	transition: all 0.3s;
}
.left {
	background: url(../Images/bg_export.jpg) no-repeat;
	background: url(../Images/bg_export.jpg) no-repeat center center fixed \9;
	background-size:cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/bg_export.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/bg_export.jpg', sizingMethod='scale')";
}
.right {
	background: url(../Images/bg_ready.jpg) no-repeat;
	background: url(../Images/bg_ready.jpg) no-repeat center center fixed \9;
	background-size:cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/bg_ready.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/bg_ready.jpg', sizingMethod='scale')";
}
.home_square_col {
	position: relative;
	width: 100%;
	height: 100%;
	opacity:0;
}
.home_square {
	position: relative;
	width: 310px;
	height: 310px;
	margin: -155px auto 0;
	top: 50%;
}
.square_outer {
	width: 300px;
	height: 300px;
	position: absolute;
	box-sizing: border-box;
	background-color: #000;
	top: 50px;
	opacity: 0.5;
}
.square_inner {
	width: 266px;
	height: 266px;
	background-color: #fff200;
	position: absolute;
	top: 67px;
	left: 16px;
}
.square_content {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.content_text {
	position: relative;
	top: 154px;
	left: -6px;
	text-align: center;
	color: #000;
}
.content_text h2 {
	font-weight: bold;
}
.content_text h2, .content_text h4 { 
	line-height: 1;
	padding-bottom: 0;
}
#middle_home:hover,  .halfcolumn {
	opacity: 1;
}
#middle_home:hover .halfcolumn {
	opacity: 0.3;
}
#middle_home .squarehover_left:hover .halfcolumn, #middle_home .squarehover_right:hover .halfcolumn, .home_square_col:hover  {
	opacity: 1;
}
/* Middle About */
.middle_about, .about_top, .picture, .middle_register, .middle_news {
	width: 100%;
}
.middle_about {
	background: #fff200;
	min-height:100%;
}
.about_top {
	margin-top: 148px;
}
.about_bottom_ {
	height: auto;
	background: #fff;
}
.about_text {
	padding: 50px 15px;
	text-align: justify;
}
.enquiry_col{
	margin:118px 0 0;
	padding:50px 0;	
	min-height:400px;
}
.cart_tr img{
	width:100%;
}
.cart_tr a{
	color:#0095da;
}
.product_enquiry h4{
	border-bottom:1px dotted #ccc;
	margin-bottom:0;
}
/* Middle Export Stock */
.stock_leftcol {
	width: 18%;
}
.stock_leftcol_ {
	width: 19.6%;
}
.stock_leftcol, .stock_leftcol_ {
	float: left;
	height: 100%;
	background: #fff;
	position: fixed;
	overflow: auto;
	margin-top: 148px;
}
.inner_scroll {
	padding-bottom:0;
}
.col_title, .stock_title, .col_subtitle, .col_nav li a, .col_nav_ li a {
	color: #636466;
}
.col_title {
	width: 100%;
	padding:15px 5px 15px 5px;
	font-size: 40px;
	background: #fff200;
	text-transform: uppercase;
	line-height: 0.9em;
	font-size:30px;
}
.stock_title {
	margin-top:5px;
	font-weight: 100;
	font-size: 13px;
	text-transform:capitalize;
	line-height:1.3;
}
.stock_title a{
	color:#000;
}
.title_left{
	text-align:left;
	padding:15px 30px;
}
.title_right{
	text-align:right;
	padding:15px 30px;
}
.col_subtitle {
	margin: 35px 0 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.col_nav, .col_nav_ {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.2em;
}
.col_nav {
	padding:0 0 149px 0;
}
.col_nav_ {
	border-bottom: 1px solid #eee;
	padding: 0 0 30px;
}
ul.col_nav > li > a {
	font-weight:bold;
	font-size:13px;
	padding:0;
	display:block;
	margin:0;
}
ul.col_nav > li > ul{
	margin-top:15px;
}
ul.col_nav ul{
	margin:0;
	display:none;
}
ul.col_nav .active > ul{
	display:block;
}
ul.col_nav li.active > a{
	font-weight:bold;
	color:#0095da;
}
ul.with_ul{
	color:#000;
	font-weight:bold;
}
ul.col_nav ul li{
	padding:0;
	margin:0 0 5px 0;
	border:none;
}
ul.col_nav ul li ul li{
	margin:0 0 0 25px;
}
.plus_minus, .plus_minus_box{
	position:absolute;
	right:0;
}
.title_right .plus_minus, .title_right .plus_minus_box{
	left:0;
	right:inherit;
}
.col_nav li, .col_nav_ li {
	list-style-type: none;
}
.current_page{
	color:#ed1c24 !important;
}
.col_nav li{
	padding:28px 30px;
	margin:0;
	border-top:1px solid #ccc;
/*	position:relative;*/
}
.col_nav li a{
	position:relative;
	display:block;
}
.col_nav li:first-child{
	border-top:none;
}
.col_nav li a:hover{
	color:#0095da;
}
.with_mansory .stock_leftcol, .with_mansory .stock_rightcol{
	width:18.6%;
}
.main_col_right {
	float: right;
	width: 82%;
	background: #fff;
	margin-top: 118px;
	margin-right: 0;
	/*min-height:900px;*/
}
.middle_stock .grid {
	margin-right: -0.666%;
	overflow: hidden;
}
.middle_stock .grid li {
	margin: 0 0.33% 2px 0;
	width: 32.89%;
	padding: 0 5px 10px 5px;
}
#grid .wrapper {
	position: relative;
}
/* Export Stock Product */
.main_col_middle_ {
	float: right;
	width: 64%;
	height: 100%;
	margin-top: 148px;
	background: #fff;
	margin-right: 18%;
	position: relative;
}
.main_col_middle_.main_col_middle_left {
	margin-right: 18%;
}
.main_col_middle_top_ img {
	width: 100%;
}
.main_col_middle_bottom_ {
	width: 100%;
	padding:20px;
	height:auto;
	background:#fff;
	float:left;
}
.middle_bottom_subtitle {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.midle_bottomcol {
	border-bottom: 1px solid #636466;
	height: 440px;
}
.midle_bottomcol p, .midle_bottomcol_ p {
	font-size: 12.5px;
	padding: 10px;
}
.midle_bottomcol, .midle_bottomcol_ {
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 35px;
}
.midle_bottomcol img {
	width: 100%
}
.midle_bottomcol_ img {
	width: 65%
}
.main_col_middle_top_ img{
	display:block;	
}
.righttcol_export {
	width: 18%;
	background: #fff200;
	padding: 0 30px;
	overflow: hidden;
	text-align: center;
	float: right;
	right: 0;
	height: 100%;
	position: fixed;
	top: 0;
	margin-top: 148px;
	z-index: 10000;
}
.square_pic_right {
	width: 100px;
	height: 100px;
	margin: 10px auto;
	border: 1px solid #636466;
}
.square_pic_right img {
	width: 100%
}
.quotation_right {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}
.quotation:hover_right {
	color: #0095da;
}
a.back_right {
	width: 100%;
	padding: 10px 0;
	position: absolute;
	top: 0px;
	right: 0;
	background: rgba(0, 0, 0, .3);
	display: block;
	transition: all 0.3s;
	color: #636466;
	font-size: 12px;
}
a.back_right:hover {
	color: #fff;
	background: rgba(0, 0, 0, .5);
}
h1.col-title_right {
	width: 100%;
	padding: 100px 0 0 0;
	text-align: center;
	color: #636466;
	font-size: 28px;
	font-weight: normal;
}
/* Middle Ready Stock */
.middle_ready {
	background: #fff;
	height: 100%;
}
.stock_rightcol {
	width: 18%;
}
.stock_rightcol_ {
	width: 18%;
}
.stock_rightcol, .stock_rightcol_ {
	float: right;
	margin-top: 148px;
	height: 100%;
	background: #fff;
	position: fixed;
	right: 0;
	overflow: auto;
}
.main_col_left {
	margin-top: 118px;
	float: left;
	width: 82%;
	background: #fff;
	min-height:900px;
}
.product_pending{
	padding:30px;
}
/* Ready Stock Product */
.main_col_middle {
	float: right;
	width: 63%;
	height: 100%;
	margin-top: 118px;
	background: #fff;
	margin-right: 20%;
	position: relative;
}
.main_col_middle_top img {
	width: 100%;
}
.main_col_middle_bottom {
	width: 100%;
	padding: 10px 20px;
	height: 100%;
}
.middle_bottom_subtitle {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.midle_bottomcol {
	border:none;
	height:auto;
}
.midle_bottomcol p, .midle_bottomcol_ p {
	font-size: 12.5px;
	padding: 10px;
}
.midle_bottomcol, .midle_bottomcol_ {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 2%;
	position:relative;
}
.midle_bottomcol img {
	position:relative;
}
.midle_bottomcol_ img {
	width: 65%
}
.midle_bottomcol img.product_new{
	position:absolute;
	top:15px;
	right:80px;
	width:50px;
	height:50px;
	z-index:1;	
}
.leftcol_ready {
	width: 18%;
	background: #fff200;
	padding: 0 1.5%;
	overflow: hidden;
	text-align: center;
	float: left;
	height: 100%;
	position: fixed;
	margin-top: 148px;
	z-index: 10002;
	top:0 \9;
	left:0 \9;
}
.square_pic {
	width: 100px;
	height: 100px;
	margin: 10px auto;
	border: 1px solid #636466;
}
.square_pic img {
	width: 100%
}
.quotation {
	color: #636466;
	font-size: 14px;
}
.quotation:hover {
	color: #C00;
}
a.back {
	width: 100%;
	padding: 10px 0;
	position: absolute;
	top: 0px;
	left: 0;
	background: rgba(0, 0, 0, .3);
	background:url(../Images/bbg1.png) \9;
	display: block;
	transition: all 0.3s;
	color: #636466;
	font-size: 12px;
}
a.back:hover {
	color: #fff;
	background: rgba(0, 0, 0, .5);
}
h1.col-title {
	width: 100%;
	padding: 100px 0 0 0;
	text-align: center;
	color: #636466;
	font-size: 28px;
	font-weight: normal;
	text-transform:uppercase;
}
.seow_product_name{
	display:none;
}
/* mansory */
.enquiry_table{
	font-size:13px;	
}
.hero-masonry {
	margin:0 0 27px 0%;
	/*margin:0 0 27px 0;*/
	padding: 0;
	/*width:101.6%;*/
	width:100%;
}
.main_col_left .hero-masonry{
	margin:0 0 27px -0.8%;
}
.hero-masonry:after {
	content: '';
	display: block;
	clear: both;
}
.hero-item, .hero-masonry .grid-sizer {
	width: 32.5%; /* juse a lil under  47 */
	/*width: 33%;*/
	/*height:248.9px;*/
	margin: 0 0 0.83% 0.83%;
	/*margin:0 0 0.33% 0.33%;*/
	float: left;
	overflow:hidden;
}

.hero-item:hover .square_shape{
	opacity:1;
}
.hero-item-big{
	width:49.5%;
	/*height:506px;*/
}
.hero-item-width{
	width:39%;
}
/*.hero-item-height{
	height:506px;
}*/
.hero-item img {
	display:block;
	border:0;
	width:100%;
}
.hero-item{
	position:relative;
	background-size:cover !important;
}
.hero-item a{
	display:block;
	position:relative;
}
/* necessary for proper sizing with margins */
.hero-masonry .grid-sizer {
	position: absolute;
}
/* end mansory */
/* Ready Stock Grid*/
.products .main_col_left ul.grid li.product a {
  position: relative;
}
.products .main_col_left ul.grid li.product a:hover, .products .main_col_left ul.grid li.product a:focus {
  position: relative;
  z-index: 99;
}
.export_images .main_col_right ul.grid li.photograph a {
  position: relative;
}
.export_images .main_col_right ul.grid li.export_images a:hover, .export_iamges .main_col_right ul.grid li.export_images a:focus {
  position: relative;
  z-index: 99;
}
.product.animate:hover, .product.animate:focus, .export_images.animate:hover, .export_images.animate:focus {
  z-index: 9;
}
.square_shape{
	width: 180px;
	height: 100px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -90px;
	opacity: 0;
	transition: all 0.3s;
	border: 3px solid #fff200;
}
.item_info {
	color: #000;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	height:22px;
	margin: -11px 0 0 0;
	text-transform: uppercase;
}
.export_images .item_info {
  margin-top: -0.8em;
}
.item_info h3 {
	margin: 0 auto 10px auto;
	line-height: 1.2em;
	width: 150px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
.item-info p {
	font-size:14px;
	text-transform:uppercase;
	margin:0 auto;
	font-family:Georgia;
}
.item-info p.price {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
}
.item_export_images:hover .item_info, .item_export_images:hover .square_shape, .item_export_images:focus .item_info, .item_export_images:focus .square_shape {
	opacity:0.9;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after {
	display: table;
	content: "";
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after {
	display: table;
	content: "";
}
.export_images .main_col_right ul.grid li.export_images a:hover, .export_images .main_col_right ul.grid li.export_images a:focus {
	position: relative;
	z-index: 99;
}
/* Lazy Loader */
#grid .wrapper {
	position: relative;
}
/* Masonry Effect */
.grid {
	list-style: none;
	padding: 0;
	margin:0;
}
.grid li.shown, .no-js .grid li, .no-cssanimations .grid li {
	opacity: 1;
}
.grid li a, .grid li img {
	outline: none;
	border: none;
	display: block;
	width: 100%;
}
/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	-moz-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
	to { opacity: 1; }
}
@-moz-keyframes fadeIn {
	to { opacity: 1; }
}
@keyframes fadeIn {
	to { opacity: 1; }
}
/* Effect 2: Move Up */
.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	-moz-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
	to { -webkit-transform: translateY(0); opacity: 1; }
}
@-moz-keyframes moveUp {
	to { -moz-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
	to { transform: translateY(0); opacity: 1; }
}
/* Effect 3: Scale up */
.grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	-moz-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}
@-webkit-keyframes scaleUp {
	to { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes scaleUp {
	to { -moz-transform: scale(1); opacity: 1; }
}
@keyframes scaleUp {
	to { transform: scale(1); opacity: 1; }
}
/* Effect 4: fall perspective */
.grid.effect-4 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.grid.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	-moz-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}
@-webkit-keyframes fallPerspective {
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@-moz-keyframes fallPerspective {
	100% { -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes fallPerspective {
	100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
/* Effect 5: fly (based on https://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.grid.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	-moz-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	-moz-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}
@-webkit-keyframes fly {
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}
@-moz-keyframes fly {
	100% { -moz-transform: rotateX(0deg); opacity: 1; }
}
@keyframes fly {
	100% { transform: rotateX(0deg); opacity: 1; }
}
/* Effect 6: flip (based on https://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.grid.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	-moz-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	-moz-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}
@-webkit-keyframes flip {
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}
@-moz-keyframes flip {
	100% { -moz-transform: rotateX(0deg); opacity: 1; }
}
@keyframes flip {
	100% { transform: rotateX(0deg); opacity: 1; }
}
/* Effect 7: helix (based on https://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.grid.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	-moz-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}
@-webkit-keyframes helix {
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}
@-moz-keyframes helix {
	100% { -moz-transform: rotateY(0deg); opacity: 1; }
}
@keyframes helix {
	100% { transform: rotateY(0deg); opacity: 1; }
}
/* Effect 8:  */
.grid.effect-8 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.grid.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	-moz-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}
@-webkit-keyframes popUp {
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes popUp {
	70% { -moz-transform: scale(1.1); opacity: .8; -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: scale(1); opacity: 1; }
}
@keyframes popUp {
	70% { transform: scale(1.1); opacity: .8; animation-timing-function: ease-out; }
	100% { transform: scale(1); opacity: 1; }
}
/* Middle Register */
.middle_register_fancy {
	width: 100%;
	height: 100%;
	background: #fff;
}
.middle_register {
	background: #fff;
	height: 100%;
	margin-top: 118px;
}
.registerform_fancy {
/*	padding-left: 20px;
	padding-bottom: 20px;*/
}
.registerform, .registerform_fancy {
	background: #fff;
}
.register_col:first-child {
	height: auto;
	border-right: 1px solid #636466;
}
.register_col{
	padding:0 20px 0 0;
}
.create_account {
	/*margin-top: 100px;*/
}
.create_account legend {
	font-size: 18px;
	font-weight: bold;
}
.create_account legend, .create_account label {
	color: #636466;
}
.create_account legend{
	margin-bottom:5px;
}
.create_account label{
	margin:8px 0;
	display:block;
}
.create_account input[type="text"], .create_account input[type="email"], .create_account input[type="password"] {
	padding: 7px 12px;
	margin:0;
	width: 100%;
	display: block;
	font-size: 16px;
	border: 1px solid #a4a4a4;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.create_account textarea{
	padding: 7px 12px;
	margin:0;
	width: 100%;
	display: block;
	font-size: 16px;
	border: 1px solid #a4a4a4;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear
}
.create_account input[type="email"]:focus, .create_account input[type="password"]:focus {
	outline: none;
	box-shadow: 0 0 1px 1px #0095da;
}
.checkbox_text {
	font-size: 9px;
}
.create_account input[type="submit"] {
	width: 45%;
	padding: 8px 8px 6px 8px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	border: none;
	color: #111;
	background: #fff200;
	float: left;
}
.create_account input[type="submit"]:hover {
	background: #fff200;
}
.randompad {
	padding: 10px;
}
.forgot_pass_ {
	color: #000;
	font-size: 12.5px;
	display: block;
	float: left;
	padding: 10px;
}
.forgot_pass_:hover {
	color: #41aee1;
}
/* Middle Contact*/
#map-canvas {
	width: 100%;
	height: 400px;
}
.redsub {
	float: right;
	border: none;
	cursor: pointer;
	color: #000;
	padding: 10px 30px;
	background: #fff200;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.redsub:hover{
	background:rgb(0, 149, 218);
	color:#fff;
}
.txt {
	width: 100%;
	padding: 8px 15px;
	margin: 0 0 8px;
	border: 1px solid #a4a4a4;
}
.txt_message {
	margin: 0;
	width: 100%;
	padding: 10px;
	height: 161px;
	border: 1px solid #a4a4a4;
}
.contact_col {
	padding: 35px 0;
}
.tel, .mail, .tel:hover {
	color: #636466;
}
.mail:hover {
	color: #0095da;
}
/* News */
.news_box {
	width: 100%;
	height: 300px;
	display: block;
/*	background-color: rgba(255,255,255,.9);*/
	background:url(../Images/wbg.png);
	left: 0;
	bottom: -265px;
	overflow: hidden;
	padding-bottom: 42px;
	z-index: 10001;
	position: fixed;
}
.news_button {
	background: url(../Images/news_closed.png);
	transition: margin 0.3s ease;
	position: fixed;
	bottom: 34px;
	left: 50%;
	cursor: pointer;
	width: 142px;
	height: 29px;
	margin: 0 auto;
	z-index: 100000;
	margin-left: -71px;
	opacity: 0.9;
}
.news_button:hover {
	margin-bottom: -1px;
}
.news_button_title {
	width: 54px;
	margin: 0 auto;
	padding: 3px 0;
}
.button_animated{
	text-align:center;
	font-size:14px;
	animation:enlarge .6s infinite;
	-webkit-animation:enlarge .6s infinite; /* Safari and Chrome */
}
.middle_news {
	background: #fff;
	margin-top: 118px;
	height:100%;
}
.news_col {
	padding: 50px 20px 0 20px;
	min-height:1000px;
}
.news_content {
	padding: 0 0 100px 0;
}
.news_img {
	margin: 0 auto;
}
.news_img img {
	width: 100%;
}
.news_content h2 {
	font-size: 22px;
	text-align: left;
}
.news_text {
	padding: 15px 0;
	text-align: justify;
}
.news_readmore {
	width: 105px;
	background: #fff200;
	text-align: center;
	padding: 10px;
	float: left;
	font-weight: 600;
	width:120px \9;
}
.news_readmore:hover{
	background:#0095da;
	color:#fff;
}
.news_readmore_button {
	color: #636466;
}
.news_readmore_button:hover {
}
/* slide show css */
.rslides {
	margin: 0 auto 40px;
}
#slider2, #slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.callbacks_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
/*  width: 525px; */
	width:700px;
	padding: 0;
	margin: 40px auto 0 auto;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height:175px;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
/*	width: 100%;*/
	float:left;
	width:50%;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}
.half{
	width:50%;
	float:left;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 70%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
/*	background: transparent url("themes/themes.gif") no-repeat left top;*/
	margin-top: -45px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 20px;
	background:url("../Images/control_right.png") no-repeat;
}
.callbacks_nav.prev {
	background:url("../Images/control_left.png") no-repeat;
	left:16px;
}
#slider3-pager a {
	display: inline-block;
}
#slider3-pager img {
	float: left;
}
#slider3-pager .rslides_here a {
	background: transparent;
	box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
	padding: 0;
}
/* slide show css */
/* Footer */
.footer {
	width: 100%;
	vertical-align: middle;
	bottom: 0;
	position: fixed;
	font-size: 13px;
	z-index: 10002;
}
.footer_col_top{
	margin:0;
}
.footer_col {
	width: 100%;
	min-height: 34px;
	vertical-align: middle;
/*	background-color: rgba(0,0,0,.8);*/
	background:url(../Images/bbg.png);
	bottom: 0;
	position: fixed;
	z-index: 10002;
	font-size: 11px;
}
.copyright {
	float: left;
	padding: 5px 50px;
}
.copyright, .followus {
	color: #fff;
}
.socialmedia {
	float: right;
}
.followus, .socialmedia_icon {
	float: left;
}
.followus {
	padding: 5px 8px;
}
.socialmedia_icon {
	padding: 5px 50px 3px 0;
}
.socialmedia_icon a {
	color: #000;
}
.socialmedia_icon a:hover {
	color: #ffea00;
}
/* News box slider */
/* Slideshow style rules */
#slideshow {
	margin:0 auto;
	width:100%;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:1100px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:1100px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	padding: 38px 0;
}
/* Slideshow controls style rules */
.control {
	display:block;
	width:39px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	width: 40px;
	height: 28px;
	top: 48%;
	left: 0;
	background: url(../Images/control_left.png) no-repeat;
	opacity: 0.3;
}
#rightControl {
	width: 40px;
	height: 28px;
	top: 48%;
	right: 0;
	background: url(../Images/control_right.png) no-repeat;
	opacity: 0.3;
}
/* Slideshow slide style rules */
.slide_content {
	width: 44%;
	float: left;
	margin: 0 20px;
	padding: 10px;
}
.slide_content h2 {
	width: 100%;
/*	float: left;*/
	font: italic 24px Georgia, "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: -1px;
}
.cart_tr{
	border-bottom:1px dotted #ccc;
}
.cart_tr td{
	margin:5px;
	padding:5px;	
}
.slide img {
	width: 400px;
	float: left;
}
.date {
	width: 200px;
	margin: 0 15px;
	float: left;
}
.readmore {
	width: 113px;
	height: 28px;
	background: url(../Images/readmore.png);
	margin: 10px 0;
	font-size:0;
}
/* error */
.txt {
	width: 100%;
	padding: 8px 15px;
	margin: 0 0 8px;
	border: 1px solid #dddddd;
}
.txt_message {
	margin: 0;
	width: 100%;
	padding: 10px;
	height: 161px;
	border: 1px solid #dddddd;
}
.txt.error, .txt_message.error{
	border:1px solid #f00;	
}
.contact_col {
	padding: 35px 0;
}
.tel, .mail, .tel:hover {
	color: #636466;
}
.title_small {
	font-size: 12px;
}
.qrcode {
	width: 100px;
}
label.error{
	display:none !important;	
}
.after_click img{
	width:100%;
}
/* pagination */
.paging_box{
	width:100%;
	height:100px;
}
#hero{
	padding-bottom:7px;
}
.main_col_right .paging_box ul,.main_col_left .paging_box ul{
	float:none;
}
.current_paging{
	background:#fff200;
}
.paging_box ul{
	float:right;
}
.paging_box ul li{
	float:left;
}
.paging_box li a{
	color:#000;
	padding:5px 12px;
	font-size:14px;
	border:1px solid #ccc;
	margin-left:5px;
}
.paging_box li a:hover{
	background:#0095da;
	color:#fff;
}
.news_content a{
	color:#000;
}
.news_content a:hover{
	color:#0095da;
}
.news_content a:hover img{
	opacity:0.7;
}
.header_title_navi a{
	color:#000;
}
.search_post a{
	color:#000;
}
.search_post{
	float: left;
	width: 24%;
	margin: 5px 1% 30px 0;
	padding-bottom: 8px;
	height:250px;
	overflow:hidden;
}
.search_post_box{
	float:left;
	padding-bottom:20px;
	width:100%;
}
.search_post a:hover{
	opacity:0.7;
	color:#0095da;
}
.search_post h4:hover{
	color:#0095da;	
}
.search_post h6{
	font-size:15px;
	font-weight:bold;
	color:#5e5e5e;
}
.search_post a:hover h6{
	color:#0095da !important;
}
.header_title_navi h3{
	font-size:26px;
	width:600px;
	margin:0 auto;
	padding:50px 0 10px 0;
}
.breadlink{
	font-size:13px;
}
.header_title_navi{
	margin-top:50px;
}
.bottom_box{
	border-bottom:1px solid #ccc;
	float:left;
	width:100%;
}
.break_border{
	float:left;
	width:100%;
	height:1px;
	background: #ccc;	
}
/* custom css*/
/* youtube */
.youtube_contain{
	margin: -2% 0 0 -2%;
    padding-top: 30px;
	padding-bottom: 50px;
}
.video_box{
	width: 31.33%;
    float: left;
    margin: 2% 0 0 2%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* fancybox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:999999999}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(../Images/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(../Images/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:url(../Images/blank.gif);-webkit-tap-highlight-color:transparent;z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:10002;background:url(../Images/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}
/* end fancybox */

/* error */
#password_error, #capcha_error, #email_error, #checkbox_error ,#email_error1{
	display:none;
	color:#f00;
	font-size:12px;
}
#ajax_loading,#ajax_loading1{
	display:none;
	margin-top:25px;
	margin-left:10px;
	position:absolute;
}
#new{
	float:left;
	margin:6.5px 10px;
}
.forgot_password{
	float:left;
	font-size:14px;
	margin-top:14px;
}
#forgot_form, #reset_form{
	max-width:600px;
	margin:0 auto;	
}
.login_submit{
	position:relative;	
}
.username.error{
	border:1px solid #f00 !important;	
}
p.success{
	color: #8dc63f;
	font-size: 14px;
	display:none;
}
.sub{
	padding:7px 17px;
	float:right;
	background:#fff200;
	color:#000;
	border:none;
	cursor:pointer;
	font-size:15px;
	margin-top:20px;
}
.sub:hover{
	color:#fff !important;
	background:rgb(0, 149, 218) !important;
}
label.error{
	display:none !important;	
}
.username{
	width:100%;
	padding:10px;
	margin-bottom:10px;
}
ul.main_nav li.enquiry_style{
	margin-top:10px;
}
.quantity_in{
	width:50%;
	padding:8px;
	text-align:center;
	border:1px solid #000;
	margin:5px 0 0;
	background:none;
	font-size:11px;
	text-transform:uppercase;
}
input.quantity_in::-webkit-input-placeholder {
   color: #000;
}
input.quantity_in:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
input.quantity_in::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}
.quantity_out{
	width:50%;
	margin:5px 0 ;
	padding:8px 5px;
	border:1px solid #000;
	background:none;
	font-family:inherit;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	color:#000;
}
.products_outside{
	display:block;	
}
.quantity_out:hover{
	background:rgb(0, 149, 218);
	color:#fff;
	border:1px solid #fff200;
}
span.nature_of_business{
	width:100%;
}
.nature_of_business label{
	float:left;
	width:33.33%;
}
#first_preview{
	position:fixed;
	width:100%;
	background:rgba(0,0,0,0.7);
	background:url(../Images/bgzz.png)\9;
	z-index:100000;
	height:100%;
}
#first_preview_detail{
	position:fixed;
	top:18%;
	left:50%;
	margin-left:-400px;
	z-index:100001;
	width:800px;
	padding:0px;
	text-align:center;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
#first_preview_detail img{
	width:100%;	
	display:block;
}
#first_preview_bg{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
a.first_preview_detail_close{
	color:#0095da;
}
a.first_preview_detail_close:hover{
	color:#ed1c24;
}
a.first_preview_detail_close{
	color:#000;
	font-size:25px;
	position:fixed;
	top:0;
	right:50px;
	padding:10px 15px;
	background:#fff;
}
ul.product_list_left{
	width:101%;
	margin:0;
	padding:0;
	margin-left:-1%;
	padding-bottom:35px;
}
ul.product_list_right{
	width:101%;
	padding-bottom:35px;
}
ul.product_list_left li,ul.product_list_right li{
	float:left;
	width:24%;
	height:225px;
	overflow:hidden;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	position:relative;
}
ul.product_list_left li{
	margin:0 0 1% 1%;
}
ul.product_list_right li{
	margin:0 1% 1% 0;
}
ul.product_list_left li a, ul.product_list_right li a{
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	width:100%;
	height:100%;
	display:block;
}
ul.product_list_left li a:hover img, ul.product_list_right li a:hover img{
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	opacity:0.5;
}
ul.product_list_left li a img, ul.product_list_right li a img{
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	width:100%;
}
.product_list_name{
	display:none\9;
	position:absolute;
	background:#fff;
	top:40%;
	right:50%;
	padding:15px;
	width:130px;
	text-align:center;
	color:#000;
	text-transform:uppercase;
	margin:0 -60px 0 0;
	border:2px solid #fff200;
	opacity:0;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
ul.product_list_left li a:hover .product_list_name, ul.product_list_right li a:hover .product_list_name{
	opacity:1;
	display:block\9;
}
ul.product_list_left li a:hover ul.product_list_left li a .product_list_name{
	display:block;
}
ul.product_list_right li a:hover ul.product_list_right li a .product_list_name{
	display:block;
}
ul.product_list_left li a img{
	width:100%;
}
.lazy_load_img {
	display: inline-block;
	max-width: 100%;
	min-width: 48px;
	min-height: 48px;
	background-repeat: no-repeat;
	background-image: url('../Images/loading.gif');
	background-position:center center;
}
.portfolio_bg{
	width:100%;
	height:100%;
}
.lazy_load_img {
	display: inline-block;
	max-width: 100%;
	min-width: 48px;
	min-height: 48px;
	background-repeat: no-repeat;
	background-image: url('../Images/loading.gif');
	background-position:center center;
}
#page_navi{
	display:none;
}
.search_post a img{
	width:100%;
}
#scroll_up{
	display:none;
	position:fixed;
	right:5%;
	bottom:10%;	
	z-index:100001;
}
#scroll_up:active{
	margin:0 2px -2px 0;
}
.nav_bring_top{
	background:#fff200;
	padding:8px;
	border-radius:50px;
	box-shadow:0 0 6px rgba(0,0,0,0.7);
}
.wth{
	width:100%;
	/*height:100px;*/
}

.news_event_box .columns{
	margin-left: 1%;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
	::i-block-chrome, .hero-item, .hero-masonry .grid-sizer{
    	margin: 0 0 3% 3%;
	}
	::i-block-chrome, .hero-item-big{
		width:49%;
	}
	::i-block-chrome, .hero-item, .hero-masonry .grid-sizer{
		height:251px;
	}
	::i-block-chrome, .hero-item-big, .hero-item-height{
		height:506px;	
	}
}
/* Mobile */
@media(min-width: 981px){
	/* product */
	.leftcol_ready{
		position:fixed;
		top:0;
		left:0;
	}
	.main_col_fixed{
		position:absolute;
		right:0;
		min-height:100%;
	}
}
@media (min-width: 981px) and (max-width: 1200px) {
	.stock_leftcol, .stock_leftcol_, .main_col_right, .main_col_middle_, .righttcol_export, .main_col_left, .stock_rightcol, .stock_rightcol_, .main_col_middle, .leftcol_ready, .about_top, .middle_news, .middle_register {
		margin-top: 150px;
	}
	.searchbar {
		right: 0;
	}
	.signin_button {
		margin-right: 205px;
	}
	.appstore {
		left: 0;
	}
	.main_col_right, .main_col_left {
		padding-bottom: 50px;
		width:80%;
	}
	.square_shape {
		display: none;
	}
	.item_info {
		position: absolute;
		bottom: 0;
		width: 100%;
		top: auto;
		padding: 20px 0;
		opacity: 1;
		transition: all 0.3s;
		background: #fff;
	}
	.item_info h3 {
		margin-bottom: 5px;
	}
	.copyright {
		padding: 5px 33px;
	}
	.socialmedia_icon {
		padding: 3px 33px 3px 0;
	}
	.midle_bottomcol {
		height: auto;
	}
	.midle_bottomcol, .midle_bottomcol_ {
		padding: 20px;
	}
	.midle_bottomcol p, .midle_bottomcol_ p {
		padding: 0;
	}
	.stock_rightcol {
		width: 20.30%;
	}
	.stock_leftcol {
		width: 20%;
	}
	.with_mansory .stock_leftcol, .with_mansory .stock_rightcol{
		width:20.8%;
	}
	/* masonry */
	.main_col_left{
		width: 79.7%;	
	}
	.hero-masonry{
		margin-bottom:0;	
	}
	.hero-item, .hero-masonry .grid-sizer{
		width:32.3333%;	
		/*height:206px;*/
	}
	/*.hero-item-big, .hero-item-big{
		height:421px;	
	}*/
	.hero-item-width, .hero-item-big{
		width:65.66666%;
	}
	.hero-item, .hero-masonry .grid-sizer {
		margin: 0 0 1% 1%;
	}
	.hero-item-hidden {
		display: none;
	}
	.hero-item  a{
		width:100%;
		height:100%;
		display:block;
	}
	/*.hero-item,.hero-item-big ,.hero-item-height{
		width:32.33%;
	}*/
	.about_col iframe{
		max-width:inherit;
		margin-left:-20px;	
	}
	ul.product_list_left li{
		width:32.33%;
		height:160px;
	}
	.product_list_name{
		top:35%;
	}
	.quantity_out{
		padding:8px 1px;
	}
	.videoWrapper iframe {
		margin-left: initial!important;
		max-width: initial!important;
	}
}
@media (min-width: 768px) and (max-width: 980px){
	.stock_leftcol, .stock_leftcol_, .main_col_right, .main_col_middle_, .righttcol_export, .main_col_left, .stock_rightcol, .stock_rightcol_, .main_col_middle, .leftcol_ready, .about_top, .middle_news, .middle_register {
		margin-top: 193px;
	}
	.header_outer {
		padding: 52px 0 20px 0;
	}
	.nav {
		margin-top: 22px;
	}
	.nav_button {
		margin-top: 22px;
	}
	.nav_button:hover {
		margin-top: 24px;
	}
	.sub_bar {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 99999999;
		height: 43px;
		background: rgba(0, 0, 0, .2);
	}
	.appstore {
		top: 6px;
		left: 0;
	}
	.signin_button {
		top: 6px;
		margin-right: 205px;
	}
	.sub_bar_right {
		top: 7px;
	}
	.searchbar {
		right: 0;
	}
	.main_col_right, .main_col_left {
		padding-bottom: 50px;
	}
	.square_shape {
		display: none;
	}
	.item_info {
		position: absolute;
		bottom: 0;
		width: 100%;
		top: auto;
		padding: 20px 0;
		opacity: 1;
		transition: all 0.3s;
		background: #fff;
	}
	.item_info h3 {
		margin-bottom: 5px;
	}
	.stock_leftcol, .stock_rightcol {
		width: 100%;
		position: static;
		height: auto;
	}
	.with_mansory .stock_leftcol, .with_mansory .stock_rightcol{
		width:100%;
	}
	.stock_leftcol{
		position:relative;
		z-index:1;
	}
	.grid {
		width: 100%;
	}
	.title_left, .title_right {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	.col_title{
		padding-top:40px;	
	}
	.main_col_right, .main_col_left {
		width: 101%;
		margin-top: 0px;
	}
	.col_nav {
		padding: 0 0 0 0;
		margin:0;
	}
	.middle_stock .grid li {
		margin: 0;
		width: 49.9%;
	}
	.register_col:first-child {
		border-right: 1px solid #636466;
		padding: 0;
		margin: 0;
	}
	.create_account input[type="text"], .create_account input[type="email"], .create_account input[type="password"] {
		margin: 0;
		width: 80%;
	}
	.create_account {
		width: 365px;
		padding: 0;
	}
	.leftcol_ready {
		padding: 0 0 20px 0;
		width: 100%;
		position:relative;
		height: auto;
		float: none;
		z-index:1;
	}
	.stock_rightcol{
		position:relative;
		z-index:1;
	}
	.square_pic img {
		width: 35%;
	}
	.main_col_middle, .main_col_middle_ {
		float: none;
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
	.midle_bottomcol {
		height: auto;
	}
	a.back {
		padding: 20px 0;
	}
	h4 {
		font-size: 25px;
	}
	.righttcol_export {
		padding: 0 0 20px 0;
		width: 100%;
		position: relative;
		height: auto;
		float: none;
		z-index:1;
	}
	a.back_right {
		padding: 20px 0;
	}
	h4_right {
		font-size: 25px;
	}
	.square_pic_right img {
		width: 35%;
	}
	.stock_leftcol_ {
		display: none;
	}
	.footer_col {
		font-size: 12.4px;
	}
	.copyright {
		padding: 5px 10px;
	}
	.socialmedia_icon {
		padding: 3px 5px 3px 0;
	}
	.main_col_left {
		margin-left: 0;
	}
	.main_col_right {
		margin-right: 0;
	}
	#first_preview_detail{
		width:720px;
		margin-left:-360px;	
	}
	/* masonry */
	.hero-masonry{
		margin-bottom:0;	
	}
	.hero-item, .hero-masonry .grid-sizer{
		width:32.3333%;	
		/*height:211px;*/
	}
	/*.hero-item-big, .hero-item-big{
		height:432px;	
	}*/
	.hero-item-width, .hero-item-big{
		width:65.6666%;
	}
	.hero-item, .hero-masonry .grid-sizer {
		margin: 0 0 1% 1%;
	}
	.hero-item  a{
		width:100%;
		height:100%;
		display:block;
	}
	/*.hero-item,.hero-item-big ,.hero-item-height{
		width:32.33%;
	}*/
	/* youtube start */
	.videoWrapper iframe {
		margin-left: initial!important;
		max-width: initial!important;
	}
	.video_box {
		width: 48%;
	}
	/* youtube start end*/
	.about_col iframe{
		margin-left:-20px;	
	}
	
	ul.product_list_left li, ul.product_list_right li{
		width:32.3333%;
		height:160px;
	}
	.content_text{
		top:120px;
	}
	.socialmedia{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		word-wrap: break-word;
	}
	h1 {
		font-size: 42px;
		font-size: 2.625rem;
	}
	h2 {
		font-size: 36px;
		font-size: 2.25rem;
	}
	p {
		line-height: 1.625em;
	}
	ul, ol, dl, p {
		text-align: left;
	}
	.fixed {
		position: relative;
		top: auto;
		left: auto;
	}
	#scroll_up{
		left:5%;	
	}
	/* restyle row columns */
	.row {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.row .row .columns {
		padding: 0;
	}
	.columns {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.columns:last-child {
		margin-right: 0;
		float: none;
	}
	/* Start Here */
	.stock_leftcol, .stock_leftcol_, .main_col_right, .main_col_middle_, .righttcol_export, .main_col_left, .stock_rightcol, .stock_rightcol_, .main_col_middle, .leftcol_ready, .about_top, .middle_news, .middle_register {
		/*margin-top: 70px;*/
		margin-top:0;
	}
	.header_outer {
		padding: 52px 0 5px 0;
	}
	.nav {
		margin-top: 22px;
	}
	.nav_button {
		margin-top: 22px;
	}
	.nav_button:hover {
		margin-top: 24px;
	}
	.sub_bar {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 99999999;
		height: 43px;
		background: rgba(0, 0, 0, .2);
	}
	.appstore {
		top: 6px;
		left: 0;
		padding: 3px 2px;
	}
	.apple, .google {
		width: 95px;
	}
	.signin_button {
		top: 6px;
		margin-right: 194px;
	}
	.sub_bar_right {
		top: 7px;
	}
	.searchbar {
		top: 0;
		right: 0;
		margin-right: 10px;
		z-index: 100002;
	}
	.middle, #middle_home {
		position: relative;
	}
	.middle{
		top: 0;
	}
	.middle_about_container{
		height:auto;
		min-height:100%;
	}
	.halfcolumn {
		width: 100%;
		height: 50%;
		overflow: hidden !important;
	}
	.home_square h2 {
		color: #fff;
		font-size: 32px;
		text-shadow: 1px 1px 2px #444;
		background: rgba(0,0,0,0.9);
		padding: 10px 0;
		width: 100%;
	}
	.home_square .square_outer, .square_inner {
		display: none;
	}
	.main_col_right, .main_col_left {
		padding-bottom: 50px;
	}
	.content_text {
		top: 125px;
		width:200px;
		margin:0 auto;
		margin: 0 auto;
	}
	.square_shape {
		display: none;
	}
	.item_info {
		position: absolute;
		bottom: 0;
		width: 100%;
		top: auto;
		padding: 10px 0;
		opacity: 1;
		transition: all 0.3s;
		background: #fff;
	}
	.item_info h3 {
		margin-bottom: 5px;
	}
	.grid {
		width: 100%;
	}
	.title_left, .title_right {
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}
	.main_col_right, .main_col_left {
		width: 101%;
		/*width: 100%;*/
		margin-top: 0px;
	}
	.stock_leftcol, .stock_rightcol {
		width: 100%;
		position: static;
		height: auto;
	}
	.stock_leftcol{
		position:relative;
		z-index:1;
		margin:0;
	}
	.stock_rightcol{
		position:relative;
		z-index:1;
		margin:0;
	}
	.middle_stock .grid li {
		margin: 0;
		width: 49.9%;
	}
	.middle_register_fancy {
		margin-top: 0;
	}
	.middle_register {
		background: #fff;
		height: auto;
		float:left;
	}
	.register_col:first-child {
		border-right: none;
		padding: 0;
		margin: 0 auto;
	}
	.create_account input[type="text"], .create_account input[type="email"], .create_account input[type="password"] {
		margin: 0;
		width: 80%;
	}
	.create_account input[type="submit"] {
		width: 135px;
	}
	.create_account {
		width: 100%;
		padding: 0 20px;
		margin: 50px 20px;
	}
	.leftcol_ready {
		padding: 0 0 20px 0;
		width: 100%;
		position: static;
		height: auto;
		float: none;
	}
	.leftcol_ready{
		position:relative;
		padding:50px 0 20px 0;
		z-index:1;
	}
	a.back {
		padding: 20px 0;
	}
	.square_pic img {
		width: 35%;
	}
	.main_col_middle, .main_col_middle_ {
		float: none;
		width: 100%;
		height: 100%;
	}
	.midle_bottomcol {
		height: auto;
	}
	.main_col_middle_bottom_{
		padding:10px 20px 50px 20px;	
	}
	.midle_bottomcol, .midle_bottomcol_  {
		padding: 25px 12px;
	}
	.midle_bottomcol p, .midle_bottomcol_ p {
		font-size: 11.5px;
		padding: 0px;
	}
	a.back {
		padding: 20px 0;
	}
	.righttcol_export {
		padding: 0 0 20px 0;
		width: 100%;
		position: static;
		height: auto;
		float: none;
		top: 0;
	}
	.righttcol_export{
		position:relative;
		z-index:1;
		padding-top:50px;
	}
	a.back_right {
		padding: 20px 0;
	}
	h4_right {
		font-size: 25px;
	}
	.square_pic_right img {
		width: 35%;
	}
	.stock_leftcol_ {
		display: none;
	}
	.home_square {
		width: 101%;
	}
	.content_text h4 {
		font-size: 25px;
		color: #fff;
		background: #000;
		padding-bottom: 15px;
		margin-top: 0px;
	}
	.about_bottom_ {
		height: 84%;
	}
	.about_text {
		padding: 60px 15px;
	}
	.col_nav {
		padding: 0 0 20px;
	}
	.main_col_middle {
		margin-top: 0px;
	}
	.main_col_left {
		margin-left: 0;
	}
	.main_col_right {
		margin-right: 0;
	}
	.contact_col {
		padding: 25px 10px 30px 0;
	}
	.news_col {
		padding: 50px 5px 0;
	}
	.news_content {
		padding: 0 10px 100px;
	}
	.footer_col {
		font-size: 11.5px;
		height: auto;
		position:relative;
		
	}
	.copyright {
		padding: 5px 9px;
	}
	.socialmedia {
		margin: 0;
		float:left;
	}
	.followus {
		padding: 0 6px;
	}
	.socialmedia_icon {
		padding: 0 5px 0 0;
	}
	#first_preview_detail{
		width:90%;
		margin:0 5%;
		left:0;	
	}
	/* masonry */
	.hero-masonry{
		/*margin-left: 1%;*/
		margin:0 0 0.5% 0.5%;
	}
	.hero-item, .hero-masonry .grid-sizer{
		width:48%;
		/*width:49.5%;*/	
		/*height:253px;*/
		/*margin:0 0 1% 1%;*/
		margin:0 0.5% 0.5% 0;
	}
	/*.hero-item-big, .hero-item-big{
		height:520px;	
	}*/
	.hero-item-width, .hero-item-big{
		width:100%;
	}
	h1.col-title{
		padding:20px 0 0 0;
	}
	.main_col_middle_bottom_{
		float:none;
	}
	.hero-item  a{
		width:100%;
		height:100%;
		display:block;
	}
	.search_post{
		width:49%;
	}
	.hero-item,.hero-item-big ,.hero-item-height{
		/*width:48%;*/
		width:49.5%;
	}
	.col_title{
		padding-top:50px;
	}
	.callbacks{
		width:75%;
	}
	.slide_content{
		width:48%;
		margin:0 1%;
	}
	.news_button ,.callbacks ,.news_box{
		display:none;
	}
	.col_nav{
		padding:0;
		margin:0;
	}
	.inner_scroll{
		padding-bottom:0;
	}
	a.first_preview_detail_close{
		right:0;	
	}
	.about_col iframe{
		margin-left:-20px;	
	}
	.nav,.nav_button,.sub_bar{
		position:absolute;
	}
	.header{
		position:relative;
	}
	ul.product_list_left li, ul.product_list_right li{
		width:49%;
		height:118px;
	}
	/* */
	#page_navi{
		display:block;
		/*position:absolute;*/
		position:relative;
		background:#fff;
		width:100%;
		/*top:178px;*/
	}
	#page_navi a{
		color:#000;
	}
	.nav,.nav_button{
		display:none;
	}
	/* ,.header_outer*/
	ul.mobile-nav-0 li.active > a{
		color:#0095da;
	}
	ul.mobile-nav-0{
		display:none;
	}
	ul.mobile-nav-0 li a{
		color:#000;
	}
	ul.mobile-nav-0 li a:hover{
		color:#0095da;
	}
	#page_navi > #mobile_nav > ul.col_nav{
		display:none !important;
	}
	.middle_stock ul.col_nav,.stock_leftcol ,.stock_rightcol{
		display:none !important;
	}
	#build-menu ul.col_nav > li{
		padding:28px 20px;
	}
	#build-menu{
		width:260px;
	}
	#build-menu ul.mobile_top_nav, #build-menu ul.col_nav ,#build-menu ul.mobile_yellow_bar , #build-menu ul.mobile_logo_bar{
		display:block;
	}
	ul.mobile_top_nav{
		padding:0 20px;
		margin-bottom:30px;
	}
	ul.mobile_top_nav li{
		text-align:left;
		/*border-bottom:1px dotted #ccc;*/
		padding:3px 0;
	}
	.stock_title{
		padding:0;
	}
	.plus_minus{
		position:inherit;
	}
	ul.col_nav ul li ul li{
		margin:0;
	}
	.col_title{
		/*padding-top:30px;*/
		padding:30px 20px;
	}
	ul.mobile_logo_bar a img{
		width:50%;
	}
	ul.mobile_logo_bar{
		padding:15px;
	}	
	.mobile_menu{
		position:absolute;
		top:-60px;
		left:25px;
		z-index:10002;
		font-size:40px;
	}
	.product_list_name{
		top:25%;
	}
	#mobile_nav ul.mobile_logo_bar,#mobile_nav ul.mobile_top_nav,#mobile_nav ul.col_nav,#mobile_nav ul.mobile_yellow_bar{
		display:none;
	}
	.midle_bottomcol img {
		border:1px solid #ccc;
		padding:20px;
	}
	.product_content{
		text-align:center;
	}
	.middle_news_box .middle{
		height:auto;
		top:0;
	}
	.middle_product_box .middle{
		float:none;
		top:0;
	}
	.footer{
		position:relative;
		bottom:inherit;
		float:left;
	}
	.enquiry_col{
		margin:30px 0 0 0;	
		padding:0;
	}
	/* youtube start */
	.video_box {
		width: 98%;
	}
	.videoWrapper iframe {
		margin-left: initial!important;
		max-width: initial!important;
	}
	/* youtube end*/
}
@media (max-width: 480px){
	.nav {
		/*margin-top: 50px;*/
		margin-top: 60px;
		position:absolute;
	}
	.nav_button {
		/*margin-top: -50px;*/
		margin-top:60px;
		/*margin-top: 154px;*/
		position:absolute;
	}
	.nav_button:hover {
		/*margin-top: -100px;*/
		/*margin-top: 156px;*/
		margin-top:62px;
	}
	.middle, #middle_home {
		/*top: 84px;*/
		top:0;
	}
	.stock_leftcol, .stock_leftcol_, .main_col_middle_, .righttcol_export, .stock_rightcol, .stock_rightcol_, .leftcol_ready, .about_top, .middle_news, .middle_register {
		/*margin-top: 84px;*/
	}
	.main_col_middle_{
		margin-top:0;	
	}
	.stock_leftcol{
		margin:0;
	}
	.header_outer {
		padding: 90px 0 5px 0;
	}
	.sub_bar {
		height: 80px;
		position:absolute;
	}
	.sub_bar_right {
		top: 7px;
		margin: 0 auto;
		width: 315px;
		float: none;
		position: relative;
	}
	.signin_button a{
		font-size:11px;
	}
	.appstore {
		width: 100%;
		top: 37px;
		margin: 0 auto;
	}
	.appstore_icon {
		width: 260px;
		margin: 0 auto;
	}
	.apple, .google {
		float: left;
		width: 130px;
		padding: 0 5px;
	}
	.midle_bottomcol p, .midle_bottomcol_ p {
		font-size: 10.5px;
	}
	.midle_bottomcol {
		height: 378px;
	}
	.create_account {
		padding: 0;
		margin: 50px 10px;
	}
	.about_bottom_ {
		height: 95%;
	}
	.item_info {
		padding: 0;
	}
	#map-canvas {
		height: 200px;
	}
	.middle_register_fancy {
		margin-top: 0;
	}
	.news_box, .news_button {
		display: none;
	}
	.footer_col {
		font-size: 9px;
		height: 55px;
		/*position:relative;*/
		position:absolute;
	}
	.hero-masonry{
		margin-left: 0;	
	}
	.hero-item, .hero-masonry .grid-sizer{
		width:100%;	
		/*height:300px;*/
		margin:0 0 6px 0;
	}
	.stock_rightcol{
		margin:0;
	}
	.midle_bottomcol{
		width:100%;
		height:auto;
	}
	.hero-item  a{
		width:100%;
		height:100%;
		display:block;
	}
	.search_post{
		width:100%;
	}
	.col_title{
		/*margin-top:85px;*/
		margin-top:0;
	}
	.inner_scroll{
		padding-bottom:0;
	}
	.col_nav{
		padding:0;
		margin:0;
	}
	.header{
		position:relative;
	}
	.socialmedia{
		display:none;
	}
	.content_text{
		width:200px;
		margin:0 auto;
	}
	.home_square_col{
		opacity:1;
	}
	.footer{
		position:relative;
		bottom:inherit;
		float:left;
	}
	ul.product_list_left li, ul.product_list_right li{
		width:100%;
		margin:0 0 15px 0;
		padding:0;
		overflow:inherit;
		height:auto;
	}
	ul.product_list_left li a, ul.product_list_right li a{
		display:block;
	}
	#page_navi{
		display:block;
		/*position:absolute;*/
		position:relative;
		background:#fff;
		width:100%;
		/*top:178px;*/
	}
	#page_navi a{
		color:#000;
	}
	.nav,.nav_button{
		display:none;
	}
	/* ,.header_outer*/
	ul.mobile-nav-0 li.active > a{
		color:#0095da;
	}
	ul.mobile-nav-0{
		display:none;
	}
	ul.mobile-nav-0 li a{
		color:#000;
	}
	ul.mobile-nav-0 li a:hover{
		color:#0095da;
	}
	#page_navi > #mobile_nav > ul.col_nav{
		display:none !important;
	}
	.middle_stock ul.col_nav,.stock_leftcol ,.stock_rightcol{
		display:none !important;
	}
	#build-menu ul.col_nav > li{
		padding:28px 20px;
	}
	#build-menu{
		width:260px;
	}
	#build-menu ul.mobile_top_nav, #build-menu ul.col_nav ,#build-menu ul.mobile_yellow_bar , #build-menu ul.mobile_logo_bar{
		display:block;
	}
	ul.mobile_top_nav{
		padding:0 20px;
		margin-bottom:30px;
	}
	ul.mobile_top_nav li{
		text-align:left;
		/*border-bottom:1px dotted #ccc;*/
		padding:3px 0;
	}
	.stock_title{
		padding:0;
	}
	.plus_minus{
		position:inherit;
	}
	ul.col_nav ul li ul li{
		margin:0;
	}
	.col_title{
		/*padding-top:30px;*/
		padding:30px 20px;
	}
	ul.mobile_logo_bar a img{
		width:50%;
	}
	ul.mobile_logo_bar{
		padding:15px;
	}	
	.mobile_menu{
		position:absolute;
		top:-52px;
		left:22px;
		z-index:10002;
		font-size:35px;
	}
	.product_list_name{
		top:40%;
	}
	.logo{
		width:200px;
	}
	.logo img{
		width:100px;
	}
	.contact_col{
		padding:25px 10px 60px 0;
	}
}
/* Mobile */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	p a {
		color: #555555 !important;
		text-decoration: underline;
	}
	p a:visited {
		color: #555555 !important;
		text-decoration: underline;
	}
	p a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	/* Don't show links for images, or javascript/internal links */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	tr, img {
		page-break-inside: avoid;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}
@keyframes enlarge { /* Safari and Chrome */ 
    0% { font-size:14px; color: #636466;}
    50% { font-size:15px; color: #e01212;}
	100% { font-size:14px; color: #636466;}
}
@-webkit-keyframes enlarge { /* Safari and Chrome */ 
    0% { font-size:14px; color: #636466;}
    50% { font-size:15px; color: #e01212;}
	100% { font-size:14px; color: #636466;}
}