*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
 	-webkit-appearance: none;
 }
 body {
	background-color: #fff;
	color: #000;
	text-rendering: optimizelegibility;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-tap-highlight-color: rgba(0,0,0,0);
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	-ms-tap-highlight-color: rgba(0,0,0,0);
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
	font-size: 16px!important
}
a {
	color: #0578ce;
	text-decoration: none!important;
}
a:hover, a:focus {
	color: #5b4a42;
}

::-moz-selection { /* Code for Firefox */
	color: #fff
	background: #043e77;
}

::selection {
	color: #fff; 
	background: #043e77;
}

::-webkit-input-placeholder {
color:#7F7F7F;
}
:-moz-placeholder {
color:#7F7F7F;
opacity:  1;
}
::-moz-placeholder {
color:#7F7F7F;
opacity:  1;
}
:-ms-input-placeholder {
color:#7F7F7F
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff;
	font-size: 14px;
	text-indent: 13px;
	border: 0 none;
	border: solid 1px #ccc;
	height: 32px;
	border-radius: 0!Important
}
button {
	background-color: #0578ce;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	border: solid 1px #0578ce;
	font-size: 14px!important;
	cursor: pointer
}
button.bt2 {
	background-color: transparent;
	border: solid 1px #0578ce;
	color: #0578ce;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 14px!important;
	cursor: pointer
}
.bt3 {
	background: #000;
	padding: 10px 20px;
} 
h2 {
	font-size: 26px;
	 
	text-align: center!important
}
h2 hr {
	width: 10%;
	margin: 20px auto;
	border: solid 1px #000
}
.good-quality  h2 hr ,.style2 h2 hr{
 
	border: solid 1px #0578ce
}
/*checkbox-radio*/
input.checkbox-style[type=checkbox], input.checkbox-style[type=radio] {
	height: 25px;
	width: 25px;
}
input.checkbox-style[type=checkbox]+span:before {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0.2em;
	color: transparent;
	font-size: 1em;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block
}
input.checkbox-style[type=checkbox]+span:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 14px;
	padding: 1px;
	font-weight: bold;
	margin-right: 0.6em;
	border-style: solid;
	border-width: 1px;
	-webkit-transition: border-color .5s ease-in-out;
	transition: border-color .5s ease-in-out;
	border-radius: 0;
}
/* checkbox & radio*/
input.checkbox-style[type=checkbox]+span:before {
	border-color: #bdc3c7;
	padding: 0px 4px;
	height:23px
}
input.checkbox-style[type=checkbox]:hover+span:before {
	border-color: #0578ce;
}
input.checkbox-style[type=checkbox]:checked+span:before {
	color: #0578ce;
	border-color: #0578ce;
}
input.checkbox-style[type=checkbox], input.checkbox-style[type=radio] {
	z-index: 1;
	position: absolute;
	float: left;
	opacity: 0.01;
	margin: 0;
	cursor: pointer;
}
input.checkbox-style[type=radio]+span:before {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	margin-right: 0.2em;
	color: transparent;
	font-size: 1em;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input.checkbox-style[type=radio]+span:before {
	content: "\f111"; /*f192   f1db f10c f111  */
	font-family: 'FontAwesome';
	font-size: 14px;
	padding: 1px;
	font-weight: bold;
	margin-right: 0.6em;
	border-style: solid;
	border-width: 1px;
	-webkit-transition: border-color .5s ease-in-out;
	transition: border-color .5s ease-in-out;
	border-radius: 0;
}
/* radio & radio*/
input.checkbox-style[type=radio]+span:before {
	border-color: #bdc3c7;
	padding: 3px 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}
input.checkbox-style[type=radio]:hover+span:before, {
 border-color: #0578ce;
}
input.checkbox-style[type=radio]:checked+span:before, input.checkbox-style[type=radio]:checked+span {
	color: #0578ce;
	border-color: #0578ce;
}
input.checkbox-style[type=radio], input.checkbox-style[type=radio] {
	z-index: 1;
	position: absolute;
	float: left;
	opacity: 0.01;
	margin: 0;
	cursor: pointer;
}
:root .css3-metro-dropdown option, :root .css3-metro-dropdown:after, :root .css3-metro-dropdown::after, :root .css3-metro-dropdown select {
	color: #000;
	font-size: 14px;
}
:root .css3-metro-dropdown select {
	text-transform: capitalize!important  ; 
}
:root .css3-metro-dropdown select, :root .css3-metro-dropdown:after, :root .css3-metro-dropdown::after {
	display: block;
	background: #fff;
	color: #7F7F7F;
}
:root .css3-metro-dropdown::after {
	background: #fff;
}
:root .css3-metro-dropdown {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: 0;
	min-width: 190px;
}
:root .css3-metro-dropdown::after {
	content: "\f078";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 35px;
	line-height: 34px;
	text-align: center;
	color: #999;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
:root .css3-metro-dropdown select {
	height: 34px;
	width: 100%!important;
	border: 0;
	vertical-align: middle;
	outline: 0 none;
	border: solid 1px #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-left: 13px!important;
	display: inline-block;
	text-indent: 6px
}
:root .css3-metro-dropdown option {
	background: #fff;
	color: #333;
}
.css3-metro-dropdown {
	background-color: #fff
}
.clear {
	clear: both
}
img {
	max-width: 100%
}
body>header {
}
body>header hgroup h1 {
}
body>main>article,  .cover-filter section, .filter-line,.cover-inside {
	max-width: 1200px;
	margin: 0 auto;/* border:solid 1px #f00*/
}
article>header {
}
body>aside {
}
article section, main section.tamboon, footer ,section.sectiontop {
	margin-top: 80px!important
}
 @media screen and (max-width:1024px) {
body>main>article, body>main>footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px;
	 }body>main>article, .cover-filter section, .filter-line, .cover-inside{padding: 0 20px}
}
.block50 {
	width: 100%;
	width: -webkit-calc(100% + 20px);
	width: -moz-calc(100% + 20px);
	width: calc(100% + 20px);
	display: inline-block;
	font-size: 0;
}
.block50 li {
	width: 50%;
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
	padding: 0 20px 0 0
}
.cd-main-content {
	min-height: 100vh;
	width: 100%;
	z-index: 2;
	display: inline-block
}
/* Common style */

 
.grid {
	position: relative;
	clear: both;
	list-style: none;
	text-align: center;
	margin-bottom: 23px!important;
	display: inline-block;
	width: 100%
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #fff;
	text-align: center;
	width: 100%
}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 0em;
	color: #000;
	font-size: 22px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;font-weight: bold
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	font-size: 35px;
	text-transform: uppercase;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/* Individual effects */
/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
}
figure.effect-julia img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-julia figcaption {
	text-align: left;
	padding: 50px!important
}
figure.effect-julia figcaption div {
	margin-top: 20px
}
figure.effect-julia h2 {
	position: relative;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	padding: 0.5em 0;
	margin-top: 60%;
	text-align: center
}
figure.effect-julia:hover h2 {
	position: relative;
	color: #0578ce;
	padding: 0.5em 0;
	margin-top: 20%;
	text-align: center
}
figure.effect-julia h2 hr {
	border-top: solid 1px #fff;
	border-width: 1px 0 0 0;
	width: 20%;
	margin: 20px auto;
	height: 1px;
	font-size: 0
}
figure.effect-julia:hover h2 hr {
	border-top: solid 1px #000;
}
figure.effect-juliaw p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px, 0, 0);
	transform: translate3d(-360px, 0, 0);
}
figure.effect-julia img {
	-webkit-transition: opacity 5s, -webkit-transform 5s;
	transition: opacity 5s, transform 5s;
	width: 100%
}
.special1 figure.effect-julia img {
	-webkit-transition: opacity 5s, -webkit-transform 5s;
	transition: opacity 5s, transform 5s;
	width: inherit!important
}
figure.effect-julia:hover img {
	opacity: .5;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
figure.effect-julia:hover {
	background-color: #fff
}
figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.special1 figcaption img {
	margin-top: 5%!important
}.manufcture li.manufcture1 figure.effect-julia p{ margin-bottom:10px;font-weight: normal}
/*---------------*/
/***** Bubba2 *****/
/*---------------*/

   
figure.effect-bubba2 figcaption::before, figure.effect-bubba2 figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba2 figcaption::before {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
figure.effect-bubba2 figcaption::after {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
figure.effect-bubba2 p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
figure.effect-bubba2:hover figcaption::before, figure.effect-bubba2:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.manufcture .grid figure figcaption:hover {
	background-color: rgba(255,255,255,0.69);
}
.manufcture .grid.special1 figure figcaption:hover {
	background-color: rgba(5,120,206,0.1);
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/



figure.effect-apollo img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	width: 100%
}
figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.special-product figure.effect-apollo figcaption::before {
	background: none
}
figure.effect-apollo p {
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 40%;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-apollo h2 {
	text-align: left;
}
figure.effect-apollo h3 {
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase
}
figure.effect-apollo:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(2.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.special1 {
	border: solid 1px #000;
	text-align: center;
	text-transform: uppercase
}
.special1 figure.effect-bubba2 figcaption::before, .special1 figure.effect-bubba2 figcaption::after {
}
.special1.grid figure figcaption img {
	width: initial!important;
	height: initial!important;
	margin: 0 auto
}
.special1 figure.effect-julia:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.special1 figure.effect-julia figcaption {
	text-align: center
}
.special1 span {
	width: 100%;
	margin: 10px 0 0 0;
	float: left
}
.special2 figure.effect-julia h2 {
	margin-top: 23%;
}
.feature-product ul {
	font-size: 0;
	width: 100%;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	margin-left: -5px
}
.feature-product ul li {
	width: 25%;
	width: -webkit-calc(25% - 10px);
	width: -moz-calc(25% - 10px);
	width: calc(25% - 10px);
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.manufcture .grid {
	border: solid 1px #fff;
}
.grid {
 }
.style2 {
	width: 40%;
	float: right;
	padding: 60px;
	margin:90px 40px;
	background-color: rgba(255,255,255,.9); position: absolute; right: 0;top:0;text-align: center
}
.style2 h2 {
	margin: 0; color: #0578ce;font-weight: bold
}
.slideparallax {
	position: relative;
	/*padding: 7vh 0%;
	min-height: 80vh;
	box-sizing: border-box;*/ height: 100%;
	display: inherit
}
.slideparallax:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.slideparallax, .slideparallax:before {
	background: 50% 50% / cover;
}
.slideparallaxbg1 {
	background-image: url("../images/bg0.jpg");
	display: inline-block ;   width:100%; background-size: cover!important
}
main section.tamboon {
	margin: 0!important
}
.social {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	text-align: center
}
.social li {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 5px;
	z-index: 222;
	position: relative;
	background-color: #fff
}
.social hr {
	position: absolute;
	top: 50%;
	width: 100%;
	border-top: solid 1px #eee;
	margin: 0;
	height: 1px;
	overflow: hidden;
	border-width: 1px 0 0 0;
	z-index: 1
}
.nav-footer {
	font-size: 0;
	margin-bottom: 10px
}
.nav-footer li {
	width: 50%;
	font-size: 13px;
	vertical-align: top;
	display: inline-block
}
 
.nav-footer h3 {
	font-size: 15px;
	text-transform: uppercase
}
.nav-footer h4 {
	font-size: 20px;
	color: #0578ce
}
.nav-footer small {
	font-size: 12px;
	padding-top: 10px
}
.nav-footer li ul li {
	width: 100%;
	margin-bottom: 5px
}
.nav-footer li ul li:last-child {
	width: 100%;
}
footer a {
	color: #000
}
footer a:hover {
	color: #0578ce
}
.nav-footer input[type=text] {
	width: 60%;   
}
.credit li {
	display: inline-block;
	font-size: 12px;
	margin-top: 10px
}
.credit li:last-child {
	text-align: right;
	float: right
}
.list-product {
	width: 100%;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	display: inline-block;
	font-size: 0;
	margin-left: -10px
}
.list-product li {
	width: 33.33%;
	padding-left: 10px;
	display: inline-block;vertical-align: top
}
/*bestseller*/

.ribbon {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	overflow: hidden;
	width: 109px;
	height: 109px;
	text-align: right;
	text-transform: uppercase
}
.ribbon span {
	text-shadow: 1px 0px 1px rgba(0,0,0,0.5);
	font-size: 15px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	line-height: 30px;
	transform: rotate(45deg);
	width: 167px;
	display: block;
	position: absolute;
	top: 24px;
	right: -42px;
	background: rgb(91,73,66);
	background: -moz-linear-gradient(45deg, rgba(91,73,66,1) 0%, rgba(140,113,100,1) 50%, rgba(91,73,66,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(91,73,66,1) 0%, rgba(140,113,100,1) 50%, rgba(91,73,66,1) 100%);
	background: linear-gradient(45deg, rgba(91,73,66,1) 0%, rgba(140,113,100,1) 50%, rgba(91,73,66,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000', GradientType=1 );
}
.ribbon.new span {
	background: #045a9b; box-shadow: 1px 1px 1px #000
	 
}
/*------------------- =Nav------------- */
#nav-trigger :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#nav-trigger {
	display: none;
}
#nav-trigger span, .sortby p {
	display: inline-block;
	padding: 10px 0;
	width: inherit!important;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}
#nav-trigger span:after {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	vertical-align: middle;
	content: "\f00b";
	font-family: 'FontAwesome';
	font-size: 23px;
	font-weight: normal;
}
#nav-trigger span:hover, #nav-trigger span.open {
	color: rgba(255,254,217,1.00);
}
#nav-trigger span.open:after {
}
div#nav-main {
	margin-top: 2%;
	border-width: 1px 0
}
div#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
div#nav-main li {
	/*    border-right: solid 1px #950025;*/ margin: 3px 10px;
	position: relative
}
div#nav-main li:last-child {
	border-right: none;
}
div#nav-main a {
	display: block;
	color: #000;
	padding: 10px 10px 5px 10px;
	margin-right: 5px
}
div#nav-main a:hover {
	background-color: #000;
	color: #fff;
}
div#nav-mobile {
	position: fixed;
	left: 0;
	z-index: 2;
	width: 100%;
	display: none;
}
div#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(241,242,242,0.9);
	width: 100%;
	padding: 0 30px;
	font-size: 0;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.36)
}
div#nav-mobile ul li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 15px
} 
div#nav-mobile ul li ol li {
	width: 33.33%;float: left
}
div#nav-mobile li:last-child {
	border-bottom: none;
}
div#nav-mobile a {
	display: block;
	color: #141518;
	padding: 5px 10px;
}
.filter-sub i {
	font-size: 25px;
	margin-right: 5px
}
div#nav-mobile ul {
	padding: 20px
}
.sortby {
	text-align: right;
	float: right;
	margin-top: 10px;
	color: #fff;
	text-transform: uppercase;} .sortby  .css3-metro-dropdown{width: 250px
}
#nav-trigger {
}
.sortby select {
	width: auto!important
}
.filter {
	position: relative;display: inline-block;white-space: nowrap
}
.filter p {
	display: inline-block;
	font-size: 15px;
	padding-right: 10px
}
.filter-line {
	text-align: center
}
.filter-line button {
	margin: 5px
}
.filter-line li {
	text-align: left
}
.filter-line p {
	text-transform: uppercase;font-weight: bold
}
.filter div#nav-mobile li {
	display: inline-block;/*line*/
}
.cover-filter {
	background-color: #0578ce
}
 @media all and (min-width: 0) {
.filter p {
	display: block;
	padding-right: 0
}
#nav-trigger {
	display: block; 
}
div#nav-main {
	display: none;
}
div#nav-mobile {
	display: block;
}
div#nav-mobile li {
	padding: 5px 0 3px 0
}
#nav-trigger span, div#nav-mobile ul {
	width: 100%
}
.sortby {
	text-align: left
}
}
/*zoom*/
.product-detail {
	margin-top: 30px
}
.product-detailR {
	width: 47%;
	float: right;
	padding-left: 3%
}
.product-detailL {
	width: 53%;
	float: left;
	margin-top: 15px
}
.product-detailR strong {
	font-size: 25px;
	padding-top: 20px;
	display: inline-block
}
.product-type li {
	padding-bottom: 5px
}
.product-type {
	text-align: left
}
.price-type {
	padding: 30px 0;
	text-align: left
}
.zoom-section img {
	border: none
}
.zoom-section {
	clear: both;
	width: 100%
}
* html .zoom-section {
	display: inline;
	clear: both;
}
.zoom-desc {
	width: 15%!important;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center
}
.zoom-small-image {
	width: 85%!important;
	font-size: 15px;
}
.zoom-small-image {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin-bottom: 0px;
}
.zoom-tiny-image {
	margin: 0px;
}
.zoom-tiny-image:hover {
}
.thumb img {
	width: 100%
}
#cloud-zoom-big {
	border: 1px solid #ccc;
	background-color: #fff;
	background-repeat: no-repeat
}
#cloud-zoom-wrwap {
	position: relative;
	display: inline-block;
}
#cloud-zoom-wrwap i {
	position: absolute;
	top: 2%;
	right: 4%;
	z-index: 9999
}
.thumb a {
	position: relative
}
.show-play {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -15px;
	max-width: 30px;
}
.product-detail {
	clear: both;
	width: 100%;
	display: inline-block;
	margin-bottom: 60px
}
.product-detailR ul li {
	list-style: disc;
	margin: 0 0 0 25px
}
.product-detailR button .fa {
	font-size: 20px;
	margin-right: 10px
}
.product-detailR h2 {
	text-align: left!important;font-weight: bold
}
.social-share {
	float: left;
	padding-top: 0px;
	text-transform: uppercase
}
.social-share ul {
	display: inline-block;
}
.social-share li {
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #0578ce;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	margin: 2px!important;
}
.social-share li:hover {
	background-color: #0578ce;
}
.social-share li:hover a {
	color: #fff
}
.social-share li a {
	color: #0578ce;
	font-size: 20px
}
<!--
tab--> /*tabhelp*/

.r-tabs .r-tabs-nav {
	margin: 0;
	padding: 0;
}
.r-tabs .r-tabs-tab {
	display: inline-block;
	margin: 0;
	list-style: none;
}
.r-tabs .r-tabs-panel {
	display: none;
}
.r-tabs .r-tabs-accordion-title {
	display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block;
}
/* Tabs container */
.r-tabs {
	position: relative;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	border-bottom: solid 1px #eee
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 0 10px 0px;
	text-decoration: none;
	color: #666;
	width: 100%
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000;
	text-shadow: none;
}
/* Tab panel */
.r-tabs .r-tabs-panel {
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	color: #ccc;
	text-decoration: none;
	font-size: 14px;
	border-bottom: solid 1px #ccc
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #000;
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
/* Buttons */
button.select-tab {
	margin: 0;
	padding: 0;
	text-transform: inherit
}
/* Info bar */
.info {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
}
.r-tabs .r-tabs-nav {
	width: 25%;
	margin: 0% 5% 0 0;
	float: left;
	border-top: solid 1px #eee;
	padding-top: 5%
}
.account .r-tabs .r-tabs-nav, .account .r-tabs .r-tabs-panel {
	border-top: none;
	padding-top: 0%
}
.account .r-tabs .r-tabs-panel {
	border: solid 1px #eee
}
.account h4 {
	font-size: 15px;
	margin-bottom: 15px
}
.r-tabs .r-tabs-panel {
	width: 70%;
	float: left;
	border-top: solid 1px #eee;
	padding-top: 5%
}
.r-tabs .r-tabs-nav .r-tabs-tab {
	width: 100%
}
#horizontalTab a i {
	display: none
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
#horizontalTab a i {
	display: block!important;
	float: right
}
#horizontalTab a i.fa-angle-down {
	display: none!Important
}
#horizontalTab .r-tabs-state-active a i.fa-angle-right {
	display: none!Important
}
#horizontalTab .r-tabs-state-active a i.fa-angle-down {
	display: block!Important
}
/* .r-tabs .r-tabs-nav {
        display: none;
    }*/
ul.r-tabs-nav li {
	display: none!important
}
.r-tabs .r-tabs-accordion-title {
	display: block;
}
.r-tabs .r-tabs-panel {
	width: 100%;
	padding: 5%;
	border-bottom: solid 1px #ccc;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	float: left;
	width: 100%
}
 .help .r-tabs .r-tabs-accordion-title .r-tabs-anchor{ color:#000}
 .cbp-so-side{ width:100%!important}.topic h1{ display:none}#horizontalTab {
    padding: 0 0 200px 0!important;
}
}
.list li {
	list-style-type: disc;
	margin: 0 0 10px 25px
}
#horizontalTab .cover-form {
	margin-top: 5%
}
.r-tabs b {
	color: #0578ce
}
.r-tabs h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 23px;
	text-transform: uppercase;
	color: #0578ce
}
#horizontalTab {
	margin-top: 5%
}
.link-button button {
	border: none;
	font-size: 13px;
	color: #414042;
	background-color: transparent
}
.account h4 {
	text-transform: uppercase
}
.cover-form input {
	width: 100%;
	 
}
.cover-form textarea {
	width: 100%;
	 
	height: 150px
}
.cover-form .css3-metro-dropdown {
	width: 100%;
 
}
.cover-form li {
	padding: 5px 0
}
.cover-form .css3-metro-dropdown select {
	border: solid 1px #ccc
}
.cover-form .css3-metro-dropdown::after {
	border: solid 1px #ccc; border-width: 1px 1px 1px 0;
	line-height: 32px;
}
.help h2 {
	text-transform: uppercase;
	width: 100%!important;
	float: left;
	text-align: center
}
ul.about {
	font-size: 0;
	width: 100%;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	margin: 5% 0 0 -10px
}
.about li {
	width: 60%;
	padding: 0 0 0 10px;
	display: inline-block;
	vertical-align: top
}
.about li:nth-child(2), .about li:nth-child(3) {
	width: 40%;
	display: inline-block
}
.cbp-so-section h2 {
	text-transform: uppercase;font-weight: bold
}
.container-parallax {
	padding: 200px 0;
	margin: 0 0;
	background-size: 100%;
	background-position: 50% 50%;
}
.pagination {
	float: right
}
.about figure.effect-bubba2 figcaption::before {
	border: none;
}
.about figure.effect-bubba2 figcaption::after {
	border: none
}
.about .grid {
	margin-bottom: 10px!important
}
.about figure.effect-julia:hover h2 {
	color: #fff
}
.about .special2 figure.effect-julia h2 {
	margin-top: 23%!important;
}
.about .wide-1 .special2 figure.effect-julia h2 {
	margin-top: 14%!important;
}
.form-control {
	padding: 6px 0!important
}

footer p{ margin:0 0 10px 0!important}
.link-button button{ text-align:left}


h1, h2, h3 {
    margin-top: 8px;
	margin-bottom: 8px;}
.text-style h1{text-transform: uppercase;font-weight: bold}
.text-style h2{text-transform: inherit}
.text-style  p{font-size: 23px;width:60%;text-align: center;margin: 0 auto}
.style3{color:#fff;text-align: center; padding: 40px;display: inline-block;width: 100%}
.style3 h1{font-weight: bold}
.product-list{ margin-top: 30px;background-color: #fff;padding: 10px;width:100%}
 .product-list  h2{color:#0578ce;text-transform: uppercase;font-weight: bold; padding: 5px 0}
.border-style{border:solid 1px #000; padding: 20px}
.product-list img{padding-bottom: 30px}
button{font-weight: bold}
.product-list button{border:solid 1px #045a9b; background-color: transparent;color: #045a9b}
.feature-product h3,.list-product h3{color:#000;padding: 10px 0; display: inline-block;font-size: 17px;}
.feature-product a{color:#000; }

.map {
 filter: progid:DXImageTransform.Microsoft.BasicImage( grayscale=1, hue-rotate=180deg, sepia=0);
	-webkit-filter: grayscale(1) hue-rotate(180deg) sepia(0);
	filter: grayscale(1) hue-rotate(180deg) sepia(0);
	margin-bottom: 20px
}
		#map {
	width: 100%;
	height: 500px;
	margin: auto;
}
.map-location{position: relative}
ul.certificate{ width:80%;float: right}
ul.certificate li{width:20%!important;float: left}
ul.certificate li img{width:90px} 
body>main>footer{padding-bottom: 30px}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width:  100%;
	height:  100%;
	z-index: 9999;
	background:#fff url(../images/loading-logo.png) 50% 50% no-repeat}
.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(117,117,117,.6) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;z-index: 999999999;border-radius: 50%
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #0578ce;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}

 
html {
	height: 100%;
}
body {
	height: 100%;
	/*overflow: scroll;*/
	-webkit-overflow-scrolling: touch;
}
.site-cover {
	display: table;
	height: 100%;
	width: 100%;
	table-layout: fixed;
}
.site-footer {
	display: table-row;
	height: 1px;
}

.aboutus p{font-size: 16px;width:80%; padding-bottom: 20px}
.cover-form{ width:50%; margin-left: 25%; text-align: left}
.no-banner{ margin-top: 80px}  
.feature-product .owl-nav {
 	top: 38%;}