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


@font-face {
	font-family: segoeui;
	src: url(../fonts/segoeui.ttf);
}
@font-face {
	font-family: segoeuil;
	src: url(../fonts/segoeuil.ttf);
}
@font-face {
	font-family: segoeuib;
	src: url(../fonts/segoeuib.ttf);
}
@font-face {
	font-family: segoeuisl;
	src: url(../fonts/segoeuisl.ttf);
}
@font-face {
	font-family: segoeui;
	src: url(../fonts/segoeui.eot);
}
@font-face {
	font-family: segoeuil;
	src: url(../fonts/segoeuil.eot);
}
@font-face {
	font-family: segoeuib;
	src: url(../fonts/segoeuib.eot);
}
@font-face {
	font-family: segoeuisl;
	src: url(../fonts/segoeuisl.eot);
}
@font-face {
	src: url(../fonts/Menu1.svg);
	font-family: menu;
}
@font-face {
	font-family: segoeuisl;
	src: url(../fonts/segoeuisl.eot);
}
@font-face {
	src: url(../fonts/Ara-Hamah-AlThawra.ttf);
	font-family: bd_font;
}
body {
	font-family: segoeuil !important;
	overflow-X: hidden;
}
.container1 {
	width: 85%;
	max-width: none;
}
.carousel-caption {
	top: 30%;
	left: 30%;
	right: 30%;
	text-align: center !important;
}
/*mobile-menu*/
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #000;
	overflow-y: hidden;
	transition: 0.5s;
}
.overlay-content {
	position: relative;
	transform: translateY(-50%);
	top: 45%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}

@media(max-width:480px) {
.carousel-caption {
	top: 33%;
	left: 15%;
	right: 15%;
}
.carousel-caption p {
	font-size: 22px
}
}
.carousel-caption p {
	font-family: segoeuil !important;
	font-weight: normal;
	font-size: inherit;
	font-size: 40px;
}
/*arrow*/

#arrow {
	position: absolute;
	top: 61.4%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
}

/*arrow*/
@-webkit-keyframes sdb05 {
 0% {
 -webkit-transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
/*arrow*/
/*320-screen-arrow1*/

#arrow1 {
	position: absolute;
	top: 80%;
	left: 46%;
	width: 20px;
	height: 20px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
}

/*320-screen-arrow1*/
@-webkit-keyframes sdb05 {
 0% {
 -webkit-transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotate(-45deg) translate(-5px, 5px);
 opacity: 0;
}
}
/*320-screen-arrow1*/


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height: auto;
	width: 100%;
	object-fit: cover;
}
.landscape_v {
	display: block !important;
}
.portarait_v {
	display: none !important;
}

@media(max-width:800px) {
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height: 297px;
	width: 100%;
	object-fit: cover;
}
.product-gall {
	transform: translateY(-50%);
	top: 50%;
	margin-left: -15px;
	position: absolute;
	width: 100%;
	left: 0;
}
}
.menu-hiden {
	right: 4.5%;
	top: 90.6%;
	position: fixed;
	background-attachment: fixed;
	background-position: bottom;
	z-index: 1;
	text-decoration: none;
	border: none;
	border-radius: 0px;
	color: #000;
}
.product-gall {
	transform: translateY(-50%);
	top: 48%;
	margin-left: -15px;
	position: absolute;
	width: 90%;
	left: 5.5%;
	z-index: 99;
}
.blur {
	filter: blur(50px) grayscale(15%);
	transition: all .10s;
	transform: scaleX(1.3) scaleY(1.3);
	margin: 0px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none !important;
	filter: none !important;
}
.content {
	margin: 0px !important;
	padding-left: 0px;
	padding-right: 0px;
}
.content h3 {
/*	margin-left: 1%;
	letter-spacing: -3px;*/
}
.content hr {
	border: none;
	height: 1px;
	background-color: #666666;
}
/*.content h4 {
	font-family: segoeuil !important;
	color: #666666;
	font-size: 30px;
	font-weight: 400;
}*/
.content p {
	font-family: segoeuil !important;
	color: #666666;
	font-size: 18px;
}
/*
.content h5{
	text-decoration:none;
	color:#f25c91;
	}*/
.home_content_images {
	position: relative;
}
.icon {
	position: absolute;
	top: 50%;
	margin-top: -71px;
}
.icon img {
	border-radius: 100%;
	width: 142px;
	height: 142px;
	border: solid 5px #fff;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-aspect-ratio:13/9){
.icon {
	margin-top: -50px;
}
.icon img {
	width: 100px;
	height: 100px;
}
.mobile_menu {
	display: block !important;
}
}
.content {
	margin-top: 10% !important;
	margin-bottom: 10% !important;
}
.content h3 {
	font-family: segoeuil !important;
	font-size: 53px;
	text-align: center;
	color: #666666;
	font-weight: normal;
	margin-top: 4%;/*margin-left: 70px;*/
}
.col-md-4 {
	text-align: center;
	font-family: segoeuil !important;
	margin-top: 30px;
}
.form-inline {
	text-align: center;
	border: solid #666666 1px;
	margin-top: 22px;
	margin-bottom: 100px;
}
/*.what-we-are{
	width:40%;
}*/

.what-we-are p {
	text-align: justify;
}
.more-collection {
	font-size: 23px;
	text-decoration: none;
	text-align: center;
	padding-top: 7%;
}
.more-collection a {
	text-decoration: none;
	color: #ff5792;
}
.more-collection a:hover {
	color: #000;
}
.more-info {
	font-size: 15px;
	color: #000;
}
.more-info a {
	text-decoration: none;
	color: #000;
}
.more-info a:hover {
	color: #ff5792;
}
.modal-footer {
	background-color: #000;
	height: auto;
	text-align: left;
	font-family: segoeuil !important;
	text-decoration: none;
	color: #ffff;
}
.modal-footer span {
	color: #fff;
}
.modal-footer a {
	color: #fff;
	text-decoration: none;
}
.modal-footer a:hover {
	color: #ff5792;
}
.go-top:hover {
	border-radius: 100%;
	text-decoration: none;
	padding-bottom: 2%;
	transition: 1s;
	opacity: 1;
}
.go-top {
	position: fixed;
	bottom: 0.75em;
	right: 4%;
	text-decoration: none;
	color: white;
	font-size: 12px;
	padding: 10px;
	display: none;
	margin: 0;
}
/*smart-ears-plugs*/
.product_banner_nd_menu {
	overflow: hidden;
}
.smart-ear-plug-relative {
	position: relative;
	margin-top: 70px;
}

@media (max-width: 800px) {
.product_banner_nd_menu {
	overflow: visible;
}
.productbg {
	position: relative !important;
	padding-top: 0px;
}
.carousel-caption p {
	font-size: 24px;
}
.section05 a span {
	top: 59%;
	left: 50%;
}
}
.productbg {
	position: absolute;
	height: inherit;
	right: 0px;
	top: 0px;
	padding-bottom: 0px;
	padding-top: 76px;
	z-index: 98;
}

/* Global */
 
@media (max-width:530px) {
.carousel-caption p {
	font-size: 18px;
	font-weight: 300;
}
.content h4 {
	font-family: segoeuil !important;
	color: #666666;
	font-size: 22px;
	font-weight: 400;
}
.content p {
	font-size: 15px;
}
.more-collection {
	font-size: 15px;
}
.content sup {
	top: -9px;
	left: -2%;
}
/* Page Header */
.page-header {
	background: #f9f9f9;
	margin: -30px -40px 40px;
	padding: 20px 40px;
	border-top: 4px solid #ccc;
	color: #999;
	text-transform: uppercase;
}
.page-header h3 {
	line-height: 0.88rem;
	color: #000;
}
.carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none !important;
}
.carousel-showmanymoveone .carousel-control.left {
	margin-left: 0;
}
.carousel-showmanymoveone .carousel-control.right {
	margin-right: 0;
}
.carousel-showmanymoveone .cloneditem-1, .carousel-showmanymoveone .cloneditem-2, .carousel-showmanymoveone .cloneditem-3 {
	display: none;
}
.carousel .item .col-xs-12 {
	padding: 0;
}
}

@media screen and (min-aspect-ratio:13/9){
.carousel-showmanymoveone .carousel-inner > .active.left, .carousel-showmanymoveone .carousel-inner > .prev {
	left: -50%;
}
.carousel-showmanymoveone .carousel-inner > .active.right, .carousel-showmanymoveone .carousel-inner > .next {
	left: 50%;
}
.carousel-showmanymoveone .carousel-inner > .left, .carousel-showmanymoveone .carousel-inner > .prev.right, .carousel-showmanymoveone .carousel-inner > .active {
	left: 0;
}
.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
	display: block;
}
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
.carousel-showmanymoveone .carousel-inner > .item.active.right, .carousel-showmanymoveone .carousel-inner > .item.next {
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	left: 0;
}
.carousel-showmanymoveone .carousel-inner > .item.active.left, .carousel-showmanymoveone .carousel-inner > .item.prev {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	left: 0;
}
.carousel-showmanymoveone .carousel-inner > .item.left, .carousel-showmanymoveone .carousel-inner > .item.prev.right, .carousel-showmanymoveone .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
}
}

@media all and (min-width: 992px) {
.carousel-showmanymoveone .carousel-inner > .active.left, .carousel-showmanymoveone .carousel-inner > .prev {
	left: -16.6%;
}
.carousel-showmanymoveone .carousel-inner > .active.right, .carousel-showmanymoveone .carousel-inner > .next {
	left: 16.6%;
}
.carousel-showmanymoveone .carousel-inner > .left, .carousel-showmanymoveone .carousel-inner > .prev.right, .carousel-showmanymoveone .carousel-inner > .active {
	left: 0;
}
.carousel-showmanymoveone .carousel-inner .cloneditem-2, .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
	display: block;
}
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
.carousel-showmanymoveone .carousel-inner > .item.active.right, .carousel-showmanymoveone .carousel-inner > .item.next {
	-webkit-transform: translate3d(16.6%, 0, 0);
	transform: translate3d(16.6%, 0, 0);
	left: 0;
}
.carousel-showmanymoveone .carousel-inner > .item.active.left, .carousel-showmanymoveone .carousel-inner > .item.prev {
	-webkit-transform: translate3d(-16.6%, 0, 0);
	transform: translate3d(-16.6%, 0, 0);
	left: 0;
}
.carousel-showmanymoveone .carousel-inner > .item.left, .carousel-showmanymoveone .carousel-inner > .item.prev.right, .carousel-showmanymoveone .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
}
}
.product_banner_nd_menu li {
	list-style-type: none;
}
::selection {
	background: #ff5e99;
	color: #FFFFFF;
	text-shadow: 0;
}
::-moz-selection {
background: #ff5e99;
color: #FFFFFF;
}
.product {
	margin-top: 90px;
}
.icon-bg-full-width {
	background-image: url(../images/bg-opacity.png);
	background-color: #000000;
	height: 50px;
}
.product-imgs {
	margin-left: 29px;
}
.prdct-bg {
	background-color: #f63864;
}
.product h3 {
	font-family: segoeuil !important;
	font-size: 50px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	margin-top: 24.9%;
	margin-left: 30px;
}
.product h4 {
	font-family: segoeuil !important;
	font-size: 23px;
	color: #666666;
	font-weight: normal;
	margin-left: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: justify;
}
.product h6 {
	font-family: segoeuil !important;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
	margin-left: 30px;
	margin-bottom: 30px;
}
.product-2 {
	margin-top: 42%;
}
.img-padding1 {
	margin-left: 4%;
}

@media(max-width:1366px) {
.img-size {
	width: 40px;
	height: 40px;
}
.menu-hiden {
	right: 4.7%;
	top: 86.6%;
}
.product-gall {
	transform: translateY(-50%);
	top: 45%;
}
}

@media(max-width:960px) {
.menu-hiden {
	right: 5%;
	top: 82.8%;
}
}

@media(max-width:1200px) {
.product {
	margin-top: 90px;
}
.product h3 {
	font-size: 40px;
	margin-top: 80px;
	margin-left: 30px;
}
.product h4 {
	font-size: 24px;
	margin-left: 30px;
	margin-bottom: 22px;
}
.product h6 {
	font-size: 24px;
	font-weight: normal;
	margin-left: 30px;
	margin-bottom: 30px;
}
.img-padding {
	margin-top: 10%;
}
}

@media(max-width:992px) {
.product {
	margin-top: 60px;
}
.product h3 {
	font-size: 30px;
	margin-top: 55px;
	margin-left: 30px;
}
.product h4 {
	font-size: 18px;
	margin-left: 30px;
	margin-bottom: 22px;
}
.product h6 {
	font-size: 24px;
	font-weight: normal;
	margin-left: 30px;
	margin-bottom: 30px;
}
.img-size {
	width: 30px;
	height: 30px;
}
.img-padding {
	margin-top: 17%;
}
}

@media screen and (max-aspect-ratio:13/9){
.smart-ear-plug-relative {
	position: relative;
	margin-top: 50px;
}
.product-gall {
	transform: translateY(-50%);
	top: 13%;
	margin-left: -15px;
	position: absolute;
	text-align: center;
	left: 50%;
}
.product {
	margin-top: 60px;
}
.product h3 {
	font-size: 40px;
	margin-top: 55px;
	margin-left: 30px;
}
.product h4 {
	font-size: 18px;
	margin-left: 0px;
	margin-bottom: 22px;
}
.product h6 {
	font-size: 24px;
	font-weight: normal;
	margin-left: 30px;
	margin-bottom: 30px;
}
.img-padding1 {
	margin-left: 0%;
}
.menu-hiden {
	right: 6.7%;
	top: 0.5%;
	background-position: top;
	z-index: 99999;
}
}

@media screen and (max-aspect-ratio:13/9){
.smart-ear-plug-relative {
	position: relative;
}
.img-padding {
	margin-top: 11%;
}
.icon-bg-mb {
	background-image: url(../images/bg-opacity.png);
	background-color: #000000;
	height: 50px;
}
.product-gall {
	transform: translateY(-50%);
	top: 50%;
	margin-left: -15px;
	position: absolute;
	text-align: center;
	transform: translatex(-50%);
	left: 50%;
}
.product {
	margin-top: 60px;
}
.product h3 {
	font-size: 40px;
	margin-top: 55px;
	margin-left: 0px;
}
.product h4 {
	font-size: 18px;
	margin-left: 0px;
	margin-bottom: 22px;
}
.product h6 {
	font-size: 24px;
	font-weight: normal;
	margin-left: 30px;
	margin-bottom: 30px;
}
}

@media screen and (min-width:480px) and (max-width:768px) {
.gp_products_inner {
	margin-left: 60px;
	margin-right: 65px;
}
.product-gall {
	transform: translateY(-50%);
	top: 62%;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	left: 26%;
	width: 45%;
}
.product-gall {
	transform: translateY(-50%);
	top: 57%;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	left: 19%;
	width: 65%;
}
.product-imgs {
	margin-left: 0px;
}
.img-size {
	width: 30px;
	height: 30px;
}
}

@media screen and (min-width:120px) and (max-width:479px) {
body {
	overflow-X: hidden;
}
.banner-img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	background-position: center;
	background-size: cover;
}
.product-gall {
	transform: translateY(-50%);
	top: 54%;
	margin-left: 0px;
	position: absolute;
	text-align: center;
	left: 7%;
	width: 85%;
}
.gp_products_inner {
	margin-left: 30px;
	margin-right: 40px;
}
.gp_products_carousel_control_left {
	left: 5% !important;
}
.gp_products_carousel_control_left, .gp_products_carousel_control_right {
	top: 44%;
	margin-left: 0px;
	z-index: 2;
	opacity: 0;
	width: 30px;
	height: 30px;
	border: 0;
	text-shadow: none;
	text-align: center;
}
.product a {
	margin-left: 0PX !important;
	margin-top: 7px !important;
	padding: 10px;
}
.product h3 {
	margin: 0px;
	font-size: 28px;
}
.product h4 {
	font-size: 18px;
	margin-left: 0PX;
	margin-bottom: 30px;
}
.img-rds {
	margin: 15px 0px 30px 0px;
	width: 15%
}
.img-size {
	width: 30px;
	height: 30px;
}
.product-imgs {
	margin-left: 0px;
}
.section05 a span {
	top: 55%;
	left: 45%;
}
#arrow {
	left: 46.5%;
	top: 58%;
}
/******
#bg1 {
	background-attachment: scroll !important;
}
#e300bg {
	background-attachment: scroll !important;
}
#e080bg {
	background-attachment: scroll !important;
}
#e090bg {
	background-attachment: scroll !important;
}
#e200bg {
	background-attachment: scroll !important;
}
#e070bg {
	background-attachment: scroll !important;
}
#e030bg {
	background-attachment: scroll !important;
}*/
}
.banner-img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	margin-top: 50px;
}
.banner-img {
	margin-top: 0px;
}
.mb-screen-fit {
	height: 50vh;
	width: 100%;
	object-fit: cover;
}
.section05 a span {
}

@media(max-width:800px) {
.banner-img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	object-fit: cover;
}
}
.product a {
	text-decoration: none;
	color: #666666;
	font-family: segoeuil !important;
	margin-left: 27px;
	margin-top: 0px;
}
/*e300*/



#bg1 {
	background: url(../images/products/smart-ear-plugs/E300/smart-ear-plugs-product-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}
#bg2 {
	background: url(../images/products/smart-bluetooth-devices/E800/smart-ear-plugs-E800-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}
#e300bg {
	background: url(../images/products/smart-ear-plugs/E300/smart-ear-plugs-product-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}
#e300-colors {
	background: url(../images/products/smart-ear-plugs/E300/smart-ear-plugs-e080-img4.png) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 100vh;
	background-color: #424242;
}

@media screen and (min-width:320px) and (max-width:480px) {
#bg1 {
	background: url(../images/products/smart-ear-plugs/E300/smart-ear-plugs-e300-mb.png);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	min-height: 100vh;
	position: relative;
}
#e300bg {
	background: url(../images/products/smart-ear-plugs/E300/smart-ear-plugs-e300-mb.png);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	min-height: 100vh;
	position: relative;
}
#e300-colors {
	background: url(../images/products/smart-ear-plugs/E300/mobile-bg.png) no-repeat;
	min-height: 70vh;
	background-attachment: scroll;
	background-size: contain;
	background-position: center;
	background-color: none;
}
}
/*e300*/
#e080bg {
	background: url(../images/products/smart-ear-plugs/E080/smart-ear-plugs-E080.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}
#e080-colors {
	background: url(../images/products/smart-ear-plugs/E080/smart-ear-plugs-e080-img4.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 100vh;
}

@media screen and (min-width:320px) and (max-width:480px) {
#e080bg {
	background: url(../images/products/smart-ear-plugs/E080/smart-ear-plugs-e080-mb.png);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	min-height: 100vh;
	position: relative;
}
#e080-colors {
	background: url(../images/products/smart-ear-plugs/E080/smart-ear-plugs-e080-mb1.png) no-repeat;
	background-size: 100%;
	background-position: center;
	background-attachment: fixed;
	min-height: 100vh;
}
}
#e090bg {
	background: url(../images/products/smart-ear-plugs/E090/smart-ear-plugs-E090-bg.png);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}
#e090-colors {
	background: url(../images/products/smart-ear-plugs/E090/smart-ear-plugs-e090-colors2.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 100vh;
}

@media screen and (min-width:320px) and (max-width:480px) {
#e090bg {
	background: url(../images/products/smart-ear-plugs/E090/smart-ear-plugs-e090-mb.png);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	min-height: 100vh;
	position: relative;
}
#e090-colors {
	background: url(../images/products/smart-ear-plugs/E090/smart-ear-plugs-e090-mb1.png) no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: contain;
	background-position: center;
	background-color: #fff;
}
}
#e200bg {
	background: url(../images/products/smart-ear-plugs/E200/smart-ear-plugs-e200-bg.png);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}
#e200-colors {
	background: url(../images/products/smart-ear-plugs/E200/smart-ear-plugs-bg_02.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 100vh;
}

@media screen and (min-width:320px) and (max-width:480px) {
#e200bg {
	background: url(../images/products/smart-ear-plugs/E200/smart-ear-plugs-e200-mb.png);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	min-height: 100vh;
	position: relative;
}
#e200-colors {
	background: url(../images/products/smart-ear-plugs/E200/smart-ear-plugs-e200-mb1.png) no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: contain;
	background-position: center;
	background-color: #fff;
}
}
#e040bg {
	background: url(../images/products/smart-ear-plugs/E040/smart-ear-plugs-e040.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}
#e040-colors {
	background: url(../images/products/smart-ear-plugs/E040/smart-ear-plugs-e040-color.png) no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-color: #424242;
}

@media screen and (min-width:320px) and (max-width:480px) {
#e040bg {
	background: url(../images/products/smart-ear-plugs/E040/smart-ear-plugs-e040-mb.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	min-height: 100vh;
	position: relative;
}
#e040-colors {
	background: url(../images/products/smart-ear-plugs/E040/smart-ear-plugs-e040-mb1.png) no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: contain;
	background-position: center;
	background-color: #fff;
}
}
#e060bg {
	background: url(../images/products/smart-ear-plugs/E060/smart-ear-plugs-e060.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}
#e060-colors {
	background: url(../images/products/smart-ear-plugs/E060/smart-ear-plugs-e060-5.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 100vh;
}

@media screen and (min-width:320px) and (max-width:480px) {
#e060bg {
	background: url(../images/products/smart-ear-plugs/E060/smart-ear-plugs-e060-mb.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	min-height: 100vh;
	position: relative;
}
#e060-colors {
	background: url(../images/products/smart-ear-plugs/E060/smart-ear-plugs-e060-mb1.png) no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: contain;
	background-position: center;
	background-color: #fff;
}
}
#e050bg {
	background: url(../images/products/smart-ear-plugs/E050/smart-ear-plugs-e050.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}
#e050-colors {
	background: url(../images/products/smart-ear-plugs/E050/smart-ear-plugs-e050-color.png) no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-color: #424242;
}

@media screen and (min-width:320px) and (max-width:480px) {
#e050bg {
	background: url(../images/products/smart-ear-plugs/E050/smart-ear-plugs-e050-mb.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	min-height: 100vh;
	position: relative;
}
#e050-colors {
	background: url(../images/products/smart-ear-plugs/E050/smart-ear-plugs-e050.png) no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: contain;
	background-position: center;
	background-color: #fff;
}
}
#e070bg {
	background: url(../images/products/smart-ear-plugs/E070/ear-plugs-e070-bg.png);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}
#e070-colors {
	background: url(../images/products/smart-ear-plugs/E070/smart-ear-plugs-e070-4.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 100vh;
}

@media screen and (min-width:320px) and (max-width:480px) {
#e070bg {
	background: url(../images/products/smart-ear-plugs/E070/ear-plugs-e070-mb.png);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	min-height: 100vh;
	position: relative;
}
#e070-colors {
	background: url(../images/products/smart-ear-plugs/E070/smart-ear-plugs-e070-mb.png) no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: contain;
	background-position: center;
	background-color: #fff;
}
}
#e030bg {
	background: url(../images/products/smart-ear-plugs/E030/smart-ear-plugs-e030-bg.png);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}
#e030-colors {
	background: url(../images/products/smart-ear-plugs/E030/smart-ear-plugs-e030-bg2.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 100vh;
}

@media screen and (min-width:320px) and (max-width:480px) {
#e030bg {
	background: url(../images/products/smart-ear-plugs/E030/smart-ear-plugs-e030-mb.png);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	min-height: 100vh;
	position: relative;
}
#e030-colors {
	background: url(../images/products/smart-ear-plugs/E030/smart-ear-plugs-e030-mb1.png) no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: contain;
	background-position: center;
	background-color: #fff;
}
}
/*particulars*/

.product a:hover {
}
#accordion .panel-heading {
	padding: 0;
}
#accordion .panel-title > a {
	display: block;
	padding: 0.4em 0.6em;
	outline: none;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	font-family: segoeuil !important;
}
#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
	float: left;
	font-family: segoeuil !important;
	margin-right : em;
	color: #666666;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
	color: #666666;
}
/*About-Us*/
.about-us {
	margin-top: 10%;
}
.about-us p {
	margin-bottom: 30px;
	text-align: justify;
}
.about-us a {
	text-decoration: none;
	color: #666666;
	font-family: segoeuil !important;
	border: 1px #666666 solid;
	padding: 10px;
}
.about-us a:hover {
	background-color: #f25c91;
	color: #efefef;
}
.about-us hr {
	margin: 0px;
	height: 1px;
	background-color: #666;
	border: none;
}
.content h1 {
	font-size: 40px;
	font-weight: bold;
}
.content a {
	text-decoration: none;
}
.content1 {
	background-color: #fafafa;
	padding: 100px 0px 100px 0px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content1 h3 {
	font-size: 28px;
	text-align: left;
	font-weight: 500;
	color: #000;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
}
.content1 a {
	font-size: 25px;
	text-decoration: none;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
}
.content2 {
	background-color: #fafafa;
	padding: 100px 0px 252px 50px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content2 h1 {
	font-size: 60px;
	font-weight: bold;
	color: #060606;
}
.content1 h1 {
	font-size: 30px;
	font-weight: bold;
	color: #060606;
	margin-left: 50px;
	margin-top: 0px;
}
.content2 p {
	font-size: 20px;
	font-weight: 100;
	color: #060606;
}
.content2 span {
	font-size: 20px;
	font-weight: 100;
	color: #060606;
}

@media(max-width:1366px) {
.content1 {
	background-color: #fafafa;
	padding: 50px 0px 50px 0px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content1 h3 {
	font-size: 28px;
	text-align: left;
	font-weight: 500;
	color: #000;
	margin-left: 34px;
	margin-top: 0px;
	margin-right: 0px;
}
.content1 a {
	font-size: 25px;
	text-decoration: none;
	margin-left: 36px;
	margin-top: 0px;
	margin-right: 0px;
}
.content2 {
	background-color: #fafafa;
	padding: 50px 0px 232px 50px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content2 h1 {
	font-size: 40px;
	font-weight: bold;
	color: #060606;
	margin-top: 48px;
}
.content1 h1 {
	font-size: 30px;
	font-weight: bold;
	color: #060606;
	margin-left: 36px;
	margin-top: 0px;
}
.content2 p {
	font-size: 20px;
	font-weight: 100;
	color: #060606;
}
.content2 span {
	font-size: 20px;
	font-weight: 100;
	color: #060606;
}
}

@media(max-width:1199px) {
.content1 {
	background-color: #fafafa;
	padding: 50px 0px 25px 0px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content1 h3 {
	font-size: 20px;
	text-align: left;
	font-weight: 0px;
	color: #000;
	margin-left: 46px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content1 a {
	font-size: 25px;
	text-decoration: none;
	margin-left: 46px;
	margin-top: 0px;
	margin-right: 0px;
}
.content2 {
	background-color: #fafafa;
	padding: 50px 0px 174px 4px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content2 h1 {
	font-size: 40px;
	font-weight: bold;
	color: #060606;
	margin-top: 0px;
}
.content1 h1 {
	font-size: 30px;
	font-weight: bold;
	color: #060606;
	margin-left: 50px;
	margin-top: 0px;
}
.content2 p {
	font-size: 20px;
	font-weight: 100;
	color: #060606;
}
.content2 span {
	font-size: 20px;
	font-weight: 100;
	color: #060606;
}
}

@media screen and (max-aspect-ratio:13/9){
.content1 {
	background-color: #fafafa;
	padding: 50px 0px 50px 0px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content1 h3 {
	font-size: 20px;
	text-align: left;
	font-weight: 0px;
	color: #000;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
}
.content1 a {
	font-size: 25px;
	text-decoration: none;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
}
.content2 {
	background-color: #fafafa;
	padding: 50px 0px 232px 50px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content2 h1 {
	font-size: 40px;
	font-weight: bold;
	color: #060606;
	margin-top: 48px;
}
.content1 h1 {
	font-size: 30px;
	font-weight: bold;
	color: #060606;
	margin-left: 50px;
	margin-top: 0px;
}
.content2 p {
	font-size: 20px;
	font-weight: 100;
	color: #060606;
}
.content2 span {
	font-size: 20px;
	font-weight: 100;
	color: #060606;
}
}

@media(max-width:1199px) {
.content1 {
	background-color: #fafafa;
	padding: 50px 0px 25px 0px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content1 h3 {
	font-size: 20px;
	text-align: left;
	font-weight: 0px;
	color: #000;
	margin-left: 46px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content1 a {
	font-size: 25px;
	text-decoration: none;
	margin-left: 46px;
	margin-top: 0px;
	margin-right: 0px;
}
.content2 {
	background-color: #fafafa;
	padding: 50px 0px 174px 4px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content2 h1 {
	font-size: 40px;
	font-weight: bold;
	color: #060606;
	margin-top: 0px;
}
.content1 h1 {
	font-size: 30px;
	font-weight: bold;
	color: #060606;
	margin-left: 50px;
	margin-top: 0px;
}
.content2 p {
	font-size: 20px;
	font-weight: 100;
	color: #060606;
}
.content2 span {
	font-size: 20px;
	font-weight: 100;
	color: #060606;
}
}

@media(max-width:1100px) {
.content1 {
	background-color: #fafafa;
	padding: 50px 0px 50px 0px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content1 h3 {
	font-size: 18px;
	text-align: left;
	font-weight: 0px;
	color: #000;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3px;
}
.content1 a {
	font-size: 18px;
	text-decoration: none;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
}
.content2 {
	background-color: #fafafa;
	padding: 23px 0px 195px 50px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content2 h1 {
	font-size: 30px;
	font-weight: bold;
	color: #060606;
	margin-top: 48px;
}
.content1 h1 {
	font-size: 30px;
	font-weight: bold;
	color: #060606;
	margin-left: 25px;
	margin-top: 0px;
}
.content2 p {
	font-size: 15px;
	font-weight: 100;
	color: #060606;
}
.content2 span {
	font-size: 15px;
	font-weight: 100;
	color: #060606;
}
}

@media(max-width:1026px) {
.content1 {
	padding: 35px 0px 40px 0px;
}
}

@media screen and (max-aspect-ratio:13/9){
.content-width {
	width: 100%;
}
.content2 {
	background-color: #fafafa;
	padding: 23px 0px 0px 50px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
}

@media(max-width:480) {
.content-width {
	width: 100%;
}
.content2 {
	background-color: #fafafa;
	padding: 23px 0px 0px 50px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content1 {
	background-color: #fafafa;
	padding: 0px;
	font-size: 28px;
	text-align: left;
	color: #000;
	border: none;
	border-radius: 0px;
}
.content1 h3 {
	font-size: 28px;
	text-align: left;
	font-weight: 500;
	color: #000;
	margin-left: 34px;
	margin-top: 0px;
	margin-right: 0px;
}
.content1 a {
	font-size: 25px;
	text-decoration: none;
	margin-left: 36px;
	margin-top: 0px;
	margin-right: 0px;
}
.content2 h1 {
	font-size: 40px;
	font-weight: bold;
	color: #060606;
	margin-top: 48px;
}
.content1 h1 {
	font-size: 30px;
	font-weight: bold;
	color: #060606;
	margin-left: 36px;
	margin-top: 0px;
}
.content2 p {
	font-size: 20px;
	font-weight: 100;
	color: #060606;
}
.content2 span {
	font-size: 20px;
	font-weight: 100;
	color: #060606;
}
}

/*display-block-full-width*/

@media screen and (min-width:120px) and (max-width:479px) {
.content1 {
	padding: 10px 0px 10px 0px;
}
.content1 h3 {
	font-size: 18px;
	text-align: left;
	font-weight: 0px;
	color: #000;
	margin-left: 12px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content1 h1 {
	font-size: 17px;
	font-weight: bold;
	color: #060606;
	margin-left: 12px;
	margin-top: 0px;
}
.content1 a {
	margin-left: 12px;
}
.content2 h1 {
	font-size: 17px;
	font-weight: bold;
	color: #060606;
	margin: 0px;
}
.content2 {
	padding: 30px 12px 65px 0px;
	font-size: 0px;
}
.content2 p {
	font-size: 11px;
}
.content2 span {
	font-size: 11px;
	font-weight: normal;
}
}
/*smart-bluetooth-devices*/

.particulars h1 {
	text-align: center;
	font-size: 50px;
	color: #333;
}
.particulars h3 {
	color: #333;
	font-weight: 500;
	margin: 0px;
}
/*******Product-Page-New*****/
.product-gallery {
	height: 100vh;
	width: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-content {
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center
}
.product-content h1 {
	color: #fff;
	font-size: 80px;
	font-weight: normal;
	letter-spacing: -8px;
}
.product-content h4 {
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	letter-spacing: -2px;
}
.explore-btn {
	background-color: #000;
	height: auto;
	text-align: center;
	padding: 8px;
	color: #fff !important;
}
.explore-btn a {
	color: #fff;
	text-decoration: none;
}
.explore-btn a:hover {
	color: #ff5480;
	;
}
.img-space {
	margin-bottom: 32px;
}
.buy-btn {
	background-color: #ff5480;
	width: 100px;
	height: auto;
	text-align: center;
	padding: 8px;
	color: #fff !important;
	float: left;
}
.buy-btn a {
	color: #fff;
	text-decoration: none;
}
.buy-btn a:hover {
	color: #000;
}
.collection {
	background-image: url(../images/products/product-gallery.png);
	height: 100Vh;
}
.collection h1 {
	font-size: 50px;
	color: #050505;
}
.product1 {
	background-color: #000;
	overflow: hidden;
}
.overlay_menu_cat {
	position: absolute;
	overflow-wrap: break-word;
	bottom: 0;
	left: 4%;
	right: 0;
	background-color: #121212;
	overflow: hidden;
	width: 92%;
	height: 0;
	transition: .5s ease;
}
.hover01:hover .overlay_menu_cat {
	height: 100%;
}
.dropdown-menu {
	margin: 0;
	padding: 0;
}
.overlay_menu_cat_text {
	color: white;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.product-hint {
	padding: 5px 0 10px 0;
	color: #848282;
	background-image: url(../images/products/product.png);
}
.product-hint h3 {
	margin: 0px;
	font-size: 30px;
	letter-spacing: -4px;
	padding: 0 0;
	float: left;
}
.search_input {
	height: 5vh;
	max-height: 35px;
	border-radius: 20px;
	border: solid 1px #FF8CB8;
	padding-left: 10px;
	outline: none !important;
}
/*.box {
	border: #ccc solid 0.5px;
}*/
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
.page-header {
	border: none;
	margin: 0;
	margin-top: -60px;
	padding-left: 10px;
	color: #000;
}
.navbar-brand {
	padding: 5px;
	margin-left: 10px;
	padding-top: 0;
}
.navbar-nav > li > a {
	color: #6B6B6B !important;
}
.navbar-nav > li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #FF0004;
}
.active {
	color: #FF0004 !important;
}
.box_link {
	color: #000;
}
.icon_box {
	padding: 5px;
}
.product_box {
	border: solid #ccc 0.5px;
	padding: 15px;
	margin-bottom: 5px;
}
.row {
	padding-top: 25px;
}
.card {
	display: block;
	margin: 7px auto;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 2px;
	position: relative;
	text-align: center;
}
.img-card {
	width: 100%;
	height: auto;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	display: block;
	text-decoration: none !important;
	color: #000;
}
.img-card img {
	width: auto;
	height: 20vh;
	object-fit: cover;
	transition: all .25s ease;
}
.card-content {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	width: 100%;
	z-index: 5;
}
.form-control:focus {
	border-color: #ccc;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.card-title {
	margin-top: 0px;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 2px;
}
.model_name {
	font-size: 10px;
}
.card-title a {
	color: #000;
	text-decoration: none !important;
}
.card-read-more {
	border-top: 1px solid #D4D4D4;
}
.card-read-more a {
	text-decoration: none !important;
	padding: 10px;
	font-weight: 600;
	text-transform: uppercase
}
/*.product_box:hover .card-content {
	-moz-transition:.10s ease-in-out;-webkit-transition:.10s ease-in-out;-o-transition:.10s ease-in-out;transition:.10s ease-in-out;
	display: block !important;
	border: #ccc solid 0.5px;
	
}*/

.navbar-red {
	color: #FFFFFF;
	border: none;
	background: rgba(255,0,0, 0.8);
}
.logo_img {
	z-index: 9999;
	position: absolute
}
.collapsing {
	z-index: 999;
}
.in #_menu {
	min-height: 100vh;
	z-index: 999;
}
.navbar-red .navbar-nav > li > a {
	color: #fff;
	font-weight: bold;
}
.navbar-red .active {
	color: #000 !important;
}
.page_content {
	z-index: 9999;
}
.logo_img {
	padding: 5px;
	height: 150px
}
.navbar-toggle {
	border: none;
	color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
	border: none;
}
.navbar-red {
	z-index: 999;
	height: 50px;
	border: none;
	width: 100vw;
}
#menu_items {
	border: none;
}
/*gallery */
.img_gallery {
	height: 50vh;
	width: 30vw;
	cursor: pointer;
}
.img_gallery .carousel-inner > .item > img, .img_gallery .carousel-inner > .item > a > img {
	max-height: 50vh;
	height: auto;
	width: auto;
	margin: 0 auto;
}
.search_ic {
	cursor: pointer;
}
.navbar-nav li a {
	text-transform: lowercase;
}
.navbar-right {
	margin-right: -5px;
}
.show_ic_d {
	display: block;
}
.show_ic {
	display: none;
}
.page_content {
}
.product_display {
	margin-top: 60px;
}
.dropdown-menu, .navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border-bottom: solid 1px #ff417c;
	border-top: solid 1px #ff417c;
	color: #ff417c;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none;
	color: #ff417c;
}
.navbar {
	position: fixed;
	width: 100vw;
}
.navbar-nav > li > a, .dropdown-menu a {
	letter-spacing: 1.5px;
}
.logo_img {
	padding: 5px;
	height: 100px;
	z-index: 99999
}
.nav {
	font-size: 20px;
}
.navbar-collapse {
	background: #000;
}
.navbar-red .active {
	color: #FF0004 !important;
}
.navbar-collapse, .dropdown-menu {
	text-align: left;
	padding-left: 20px;
}
.navbar-nav .open {
	padding-left: 0
}
.navbar-nav a {
	margin-left: 30px;
	text-align: right;
	padding-bottom: 15px;
}
.navbar-nav .open .dropdown-menu {
	border-bottom: solid 1px #ff417c;
	border-top: solid 1px #ff417c;
	color: #ff417c;
	padding-top: 0;
	padding-bottom: 20px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	font-size: 16px;
	background: none;
	background-color: inherit;
}

@media screen and (max-aspect-ratio:13/9){
.show_ic {
	display: block;
}
.show_ic_d {
	display: none;
}
.thumb {
	width: 95%;
	height: auto;
}
.thumb_box {
	height: auto
}
.img_gallery {
	width: 90vw;
}
/*.img-card img, .img-card { height: 300px; }*/


/*.dropdown-menu li{ border-top:solid 0.5px #000000; }*/
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
}
.carousel-indicators li {
	background-color: #ddd;
}
.carousel-indicators .active {
	background-color: #646464;
}
.carousel-indicators {
	bottom: -40px;
}
/*loading */


/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
._close_menu {
	position: absolute;
	color: #FF0004;
	right: 10px;
	top: 15px;
	cursor: pointer;
}
/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	color: #fff;
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.loading:not(:required):after {
	color: #fff;
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
 0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
 0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-o-keyframes spinner {
 0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes spinner {
 0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-nav {
	float: none!important;
	margin: 0px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 7px;
	padding-bottom: 7px;
}
.bg_home_container {
	width: 100%;
	height: 96vh;
	position: relative;
	margin-bottom: 2vh
}
.dropdown-menu {
	font-size: 20px;
}
.logo_box {
	position: absolute;
	top: 15px;
	z-index: 999;
	left: 15px;
}
.search_div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	padding: 0;
}
.search_label {
	position: absolute;
	top: 50vh;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	text-align: center
}
.down_arrow {
	position: absolute;
	top: 88vh;
	font-weight: bold;
	color: #fff;
	width: 200px;
	text-align: center;
	background: rgba(255,91,154, 0.4);
	left: 50%;
	margin-left: -100px;
	font-size: 16px;
	height: 10vh;
	padding-top: 5vh;
}
.search_bx {
	height: 30px;
	border-radius: 30px;
}
.menu_icon {
	z-index: 9997;
	cursor: pointer;/*top: 0;
	position: absolute;
	right: 0;
	width:auto;*/
}
.menu_icon, .logo_cpt, .search_icon {
	transition-timing-function: ease-in;/* Quick on the way out */
	transition: 0.2s;
}
.search_icon {
	cursor: pointer;/*z-index: 9996;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	margin-right: 3vh;
	margin-top: 2vh;
	width:auto*/
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
}
.dropdown-menu > li > a {
	color: #ff417c;
}
.menu_box {
	position: fixed;
	width: 300px;
	min-height: auto;
	z-index: 9999;
	background: #fff;
	text-align: left;
	padding: 10px;
	color: #ff417c !important;
	border-bottom: solid 3px #ff417c;
	overflow: hidden;
}
#search_b {
	height: 25px;
	padding: 0px 12px;
}
.navbar-nav > li a:hover, .navbar-nav > li a:focus {
	background: none;
	background-color: inherit;
}
.dropdown-menu > li > a {
	color: #ff417c;
}
.modal-dialog {
	margin-top: 70px;
}
.dropdown-menu > li > a {
	line-height: 20px;
	text-transform: capitalize;
}
.navbar-nav .open .dropdown-menu > li > a, .dropdown-menu .dropdown-header {
	padding: 15px;
	padding-bottom: 0px;
	padding-top: 20px;
}
.dropdown-menu > li > a {
	padding: 15px;
	padding-bottom: 0px;
	padding-top: 20px;
}
.search_div div img {
	width: 70%;
	margin: 15%;
}
.search_div .round_box {
	margin: 0.5vw;
	width: 6vw;
	height: 6vw;
	border-radius: 3vw;
	cursor: pointer;
	margin-top: 3vw;
	margin-bottom: 3vw;
	min-width: 39px;
	min-height: 39px;
	transition-timing-function: ease-in;
	/* Quick on the way out */
	transition: 0.3s;
	background: #fff;
}
.mark_hover {
	vertical-align: bottom;
	width: 15% !important;
	margin: 0 auto;
	opacity: 0;
	margin-top: 0;
	transition-timing-function: ease-in;
	/* Quick on the way out */
	transition: 0.2s;
	margin-top: 0 !important;
}
.search_div .black_bg {
	background: rgba(0,0,0,0.8) !important
}
.search_area {
	background: #fff;
	width: 98vw;
	padding: 0;
	height: 0;
	display: none;
}
.div_title {
	position: absolute;
	text-align: center;
	width: auto;
	visibility: hidden;
	top: -1vw;
	color: #fff;
	width: 6vw;
	margin-left: 0vw;
	font-size: 1.4vh;
}
.close_x {
	display: none;
}
.footer_sc {
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 15px;
}
.subscribe_form_{ position:absolute; bottom:0; width:100%; right:10px; }
@media screen and (min-aspect-ratio:13/9) and (min-width: 740px){
	.tooltip-inner {
		font-family: segoeui !important;
		background: none;
		font-size: 18px;
	}
	.tooltip.top {
		top: -2.2vw !important;
		margin-top: 0;
	}
	.tooltip-arrow {
		display: none;
	}
	.tooltip-inner {
		padding: 3px;
		padding-bottom: 5px;
		padding-top: 0
	}
	.search_div .round_box:hover {
		height: 12vw;
		margin-top: 0;
		margin-bottom: 0;
		background: linear-gradient( to bottom, rgba(255,126,168,1) 0%, rgba(255,42,108, 1) 100% );
		transition-timing-function: ease-in;
		transition: 0.5s;
	}
	.search_div .round_box:hover img {
		-webkit-filter: invert(100%);
		filter: invert(100%);
	}
	.search_div .round_box:hover .default_icon {
		-webkit-filter: invert(50%);
		filter: invert(50%);
	}
	.search_div .round_box:hover .div_title {
		visibility: visible;
		top: -3vw;
		transition-timing-function: ease-in;/* Quick on the way out */
		transition: 0.9s;
		color: #fff !important;
		font-family: segoeui !important;
		background: none;
		font-size: 1.4vh;
	}
	.search_div .round_box:hover .mark_hover {
		margin-top: 4vw !important;
		opacity: 1;
		-webkit-filter: invert(0%);
		filter: invert(0%);
		transition-timing-function: ease-in;
		transition: 0.5s;
		width: 80%;
	}
	.home_caption{ display:block; }
	.menu_box { right:1vw; }
}

@media screen and (max-aspect-ratio:13/9) {
	.search_div .round_box {
		margin: 2vw;
		width: 20vw;
		height: 20vw;
		border-radius: 20vw;
	}
	.page_content {
		width: 100%;
	}
	.logo_cpt {
		display: none;
	}
	.search_div {
		position: absolute;
		margin-right: 0;
		left: 12vw;
		right: 1vw;
		top: 50%;/*transform: translate(-50%, -50%);*/
		padding: 0;
		transform: none
	}
	.search_div .round_box:hover {
		background: linear-gradient( to bottom, rgba(255,126,168,1) 0%, rgba(255,42,108, 1) 100% );   /* The default, as in, you get this without defining anything */
		/* This timing applies on the way OUT */
		transition-timing-function: ease-in;/* Quick on the way out */
		transition: 0.2s;
	}
	.search_div round_box:hover img {
		-webkit-filter: invert(100%);
		filter: invert(100%);
	}
	
	.search_div .round_box:hover .default_icon {
		-webkit-filter: invert(50%);
		filter: invert(50%);
	}
	.down_arrow {
		position: absolute;
		top: 85vh;
		height: 15vh;
		width: 150px;
		margin-left: -75px;
		font-size: 14px;
	}
	.product_box {
		margin-bottom: 10px;
	}
	.menu_box {
		width:100vw;
		height: 100vh;
		border: none;
		top: 0; right:0;
	}
	.search_area {
		width: 97vw;
	}
	.close_x {
		display: block;
	}
	.footer_sc {
		position: relative;
	}
	
	
	.home_caption{ display:none; }
	
}

@media (max-width: 1024px) and (orientation: landscape) and (max-height:768px)  {
	.search_div .round_box {
		margin:0.5vw;
		width: 8vw;
		height: 8vw;
		border-radius: 20vw;
	}
	.page_content {
		width: 100%;
	}
	.logo_cpt {
		display: none;
	}
	.search_div {
		position: absolute;
		margin-right: 0;
		left: 7vw;
		right: 7vw;
		top: 40%;/*transform: translate(-50%, -50%);*/
		padding: 0;
		transform: none
	}
	.search_div .round_box:hover {
		background: linear-gradient( to bottom, rgba(255,126,168,1) 0%, rgba(255,42,108, 1) 100% );   /* The default, as in, you get this without defining anything */
		/* This timing applies on the way OUT */
		transition-timing-function: ease-in;/* Quick on the way out */
		transition: 0.2s;
	}
	.search_div round_box:hover img {
		-webkit-filter: invert(100%);
		filter: invert(100%);
	}
	
	.search_div .round_box:hover .default_icon {
		-webkit-filter: invert(50%);
		filter: invert(50%);
	}
	.down_arrow {
		position: absolute;
		top: 85vh;
		height: 15vh;
		width: 150px;
		margin-left: -75px;
		font-size: 14px;
	}
	.product_box {
		margin-bottom: 10px;
	}
	.menu_box {
		position: fixed;
		width: 300px;
		height: auto;
		z-index: 9999;
		background: #fff;
		text-align: left;
		padding: 10px;
		padding-bottom:20px;
		color: #ff417c !important;
		border-bottom: solid 3px #ff417c;
		overflow: hidden; right:2vh;
	}
	.search_area {
		width: 97vw;
	}
	.close_x {
		display: none;
	}
	.footer_sc {
		position: relative;
	}
	
	
	.home_caption{ display:block; }
	.subscribe_form_{ position:relative; }
	.subscribe_box{ display:inline-block !important; }
	.input-group{ width:100% !important; }
}
.wrapper {
	padding: 2vh;
	background: linear-gradient( to bottom, rgba(255,255,255, 1) 60%, #C0C0C0 100% );
}
.navbar-nav > li > a {
	color: #ff417c !important;
	font-size: 15px;
	padding-top: 0;
	padding-bottom: 0;
}
.about-menu-absolute {
	position: absolute;
	width: 100%;
	z-index: 999;
	text-transform: uppercase;
	background-color: #000;
}
#navbar {
	overflow: hidden;
	background: rgba(255,255,255, 1);
	height: 80px;
	/* border-bottom: solid 5px #ff417c;*/
	border-radius: 0;
	-webkit-transition: top 0.2s ease-in;
	transition: top 0.2s ease-in;
	position: fixed;
	top: -80px;
	width: 100%;
	left: 0;
}
.header_box {
	-webkit-transition: top 0.5s ease-in;
	transition: top 0.5 ease-in;
}
#featured_ {
	-webkit-transition: bottom 0.5s ease-in;
	transition: bottom 0.5s ease-in;
}
/* Navbar links */
#navbar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
}
/* Page content */
.content {
	padding: 16px;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
	-webkit-transition: all 10s ease-in;
	transition: all 10s ease-in;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
	padding-top: 60px;
}
.feature_more {
	background: #dba3b9;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
	border-radius:0; letter-spacing:3px;
}
.col-centered {
	float: none;
	margin: 0 auto !important;
}
.footer {
	float: left;
	width: 100%;
	margin-top: 10vh;
	display: inline-flex;
}

@media screen and (max-aspect-ratio:13/9){
.footer {
	display: inline
}
}
a {
	color: #000;
}
a:hover, a:focus {
	color: #ff5f88;
	text-decoration: none;
}
 @keyframes fadeIn {
 0% {
opacity:0.1;
}
 100% {
 opacity:1;
}
}
 @-moz-keyframes fadeIn {
 0% {
opacity:0.1;
}
 100% {
 opacity:1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity:0.1;
}
 100% {
 opacity:1;
}
}
 @-o-keyframes fadeIn {
 0% {
opacity:0.1;
}
 100% {
 opacity:1;
}
}
 @-ms-keyframes fadeIn {
 0% {
opacity:0.1;
}
 100% {
 opacity:1;
}
}
.fade-in {
	animation: fadeIn ease 2s;
	-webkit-animation: fadeIn ease 2s;
	-moz-animation: fadeIn ease 2s;
	-o-animation: fadeIn ease 2s;
	-ms-animation: fadeIn ease 2s;
}
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}
.fromTopIn {
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-moz-transition: transform 1s ease, opacity 1s ease, -moz-transform 1s ease;
	-o-transition: transform 1s ease, opacity 1s ease, -o-transform 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1
}
.fromBottomIn, .fromTopOut {
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-moz-transition: transform 1s ease, opacity 1s ease, -moz-transform 1s ease;
	-o-transition: transform 1s ease, opacity 1s ease, -o-transform 1s ease
}
.fromTopOut {
	transition: transform 2s ease, opacity 2s ease;
	transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease, -moz-transform 2s ease, -o-transform 2s ease;
	-webkit-transform: translate(0, -50px);
	-moz-transform: translate(0, -50px);
	-ms-transform: translate(0, -50px);
	-o-transform: translate(0, -50px);
	transform: translate(0, -50px);
	opacity: 0;
}

::-webkit-scrollbar {
 width: 12px;
}
 
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.input-group-addon {
	padding: 2px 30px;
}
.logo_cpt {
	font-family: bd_font;
	font-size: 26px;
	color: #fff;
}
.about-menu-absolute .logo_cpt {
	color: #000;
}
.subscribe_input {
	background: #CECECE;
	border-color: #CECECE;
}
.footer_links{
display:inline-block; vertical-align:bottom; position:absolute; bottom:0;
	}
.similiar_text{
 width:30vh; float:right; color:#ff5f88 ; text-align:right; font-size:18px; 	
}

.search_result{ padding-right:2vw; margin-top:15px;min-height:20vh; background:#fff; padding-bottom:30px; }
.subscribe_box{
border-right:solid 1px #000;display:inline-block; vertical-align:bottom
}
.caption_{ position:relative; height:30vh }

@media screen and (max-aspect-ratio:13/9){
	
	.similiar h3, .footer,  .division_title{  text-align:center; }	
	
	.footer_sc{ text-align:right; margin-top:15px; right:5px}
	.similiar_text{ width:100%; text-align:right;}
     .search_area{ overflow: scroll; }
}
@media (min-width: 666px) and (max-width: 1024px) and (orientation: landscape) and (max-height:768px) {
	
	
	.pro_img img{ max-width:100% !important; }
	.similiar h3, .footer, .division_title{ text-align:left; }
}

@media  (orientation: landscape) and (max-height:400px) {
	.col-sm-6, .col-sm-4, .col-sm-3, .col-sm-2{ width:100% !important; }
	.subscribe_box{ display:none !important; }
	.pro_img img{ max-width:100% !important; }
	.similiar h3, .footer, .division_title{ text-align:left; }
	#featured_ .col-sm-6, #featured_  .col-sm-4, #featured_  .col-sm-3, #featured_  .col-sm-2{ padding: 5% !important; }
	
	.footer{ display:block; }
	.footer_sc img { width:10vw !important; } 
	.footer_sc{ text-align:center; }
	.similiar_text{ text-align:center; float:left; width:100%; }
}
.search_box{ margin-right:15px; }
@media screen and (orientation: portrait) {
.col-sm-offset-4{margin-left:0}
.col-sm-6, .col-sm-4, .col-sm-3, .col-sm-2{ width:100% !important; }
.subscribe_box{ display:inline-block !important; }
.subscribe_box .input-group{ float:none; width:100% !important; padding-left:5%;padding-right:5%; }
.subscribe_box .subscribe_form_{ position:relative; }
.pro_img img{ max-width:100% !important; }
.search_div{ top:20%; }
#featured_ .col-sm-6, #featured_  .col-sm-4, #featured_   .col-sm-3, #featured_  .col-sm-2{ padding: 5% !important; }
.similiar_text{ text-align:center; }
.search_div{ top:30%; }
.footer_sc{ text-align:center; }
.footer div{ border: none !important; }
.footer_sc img { width:10vw !important; } 
.div_fet, .div_fet h3{ text-align:center; width:100%; position:relative !important; }
.search_box{ text-align:center; }

.footer .col-sm-6, .footer .col-sm-4, .footer .col-sm-3, .footer .col-sm-2{ margin-bottom:20px; }
.caption_{ height:auto; }
._subscribe_label{ 
font-size: 12px;
font-weight: bold;
}
.search_box{ margin-right:0px; }
}

@media screen and (orientation: portrait) and (max-width:767px){
	
.product_box_{ height:70vh !important; }
.search_div{ top:30%; }
}

@media screen and (orientation: portrait) {
	.menu_box{ padding:20px; }
	._close_menu{ right:20px; }
	.close_x{ bottom:20px !important; }
	.navbar-nav > li > a{ font-size:3vh; line-height:4vh; }
}