/* ----------------------------------------------------------------
	Canvas: Headphones Demo
	Version: 1.0
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/
.slider-element .heading-block p	{
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.7);
}

.slider-element .slider-product-desc {
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	width: 65%;
	z-index: 2;
}

.slider-element .slider-product-desc [class^='col-'] {
	background-color: #247d85;
	padding: 30px;
}

.slider-product-desc .d-lg-block, .slider-product-desc .mb-3 {
	color: #fff !important;	
}

.slider-element .vertical-middle .container { top: -60px; }

.play-icon {
	position: relative;
	display: block;
	font-size: 18px;
	margin: 20px 0 0 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	color: #FFF !important;
	border: 2px solid #EEE;
	text-align: center;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.play-icon i {
	position: relative;
	left: 2px;
}

.play-icon:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.heading-block h3 {
	font-weight: 800;
	text-transform: none;
	font-size: 2.3rem;
	letter-spacing: 0;
}

.edge-underline h3,
.product:hover .product-title h3 {
	text-decoration: underline;
	text-decoration-skip: edges;
}

/* ----------------------------------------------------------------
	On Hover Changes
-----------------------------------------------------------------*/
.showcase-target-images { position: relative; }

.showcase-target {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
	-moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
	-o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
	transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}

.showcase-target.showcase-target-active {
	position: relative;
	display: block;
}

.showcase-section:hover .showcase-target {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.showcase-section ul li {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
	border: 1px solid #EEE;
}

.showcase-section ul li.headphone-red { background-color: #af1e2b; }
.showcase-section ul li.headphone-black { background-color: #000; }
.showcase-section ul li.headphone-blue { background-color: darkblue; }
.showcase-section ul li.headphone-pink { background-color: pink; }
.showcase-section ul li.headphone-white { background-color: white; }

.sale-flash {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 11px;
	text-shadow: none;
	background-color: #222 !important;
	left: 50%;
	top: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* ----------------------------------------------------------------
	Section Products
-----------------------------------------------------------------*/

.section-product {
	position: relative;
	width: 100%;
}

.section-product .section-product-image {
	width: 100%;
}

.section-product .section-product-content {
	max-width: 100%;
	position: relative;
	bottom: 0px;
	right: 0;
	background-color: #FFF;
	padding: 20px;
	z-index: 1;
}

.section-product .section-product-content h3 { font-weight: 800; }

.section-product.alt .section-product-image,
.section-product.alt .section-product-content { float: none; }

.section-product .section-product-price {
	font-size: 1.5rem;
	font-weight: 700;
}

.explore-text-overlay {
	opacity: 0;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: calc(100% - 30px);
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.6);
	margin-left: 15px;
	-webkit-transition: all .4s ease ;
	-o-transition: all .4s ease ;
	transition: all .4s ease ;
}

.text-overlay-wrap:hover .explore-text-overlay { opacity: 1; }

.section-contact h3 {
	font-size: 1.4rem;
	font-weight: 700;
}

.section-contact > div {
	padding: 30px 20px;
	border: 1px solid #EEE;
}

.social-icon.si-mini {
	width: 28px;
	height: 28px;
	font-size: 12px;
	line-height: 27px !important;
}

.social-icon.si-mini:hover i:first-child { margin-top: -27px; }

.feature-box.media-box .fbox-icon {
	position: relative;
	width: 36px;
	height: 54px;
}

@media (min-width: 1199px) {

	#primary-menu ul li > a {
		font-size: 15px;
		letter-spacing: 0;
		text-transform: none;
	}

	/* Hover Effects style-7 */
	#primary-menu ul li > a div {
		position: relative;
		overflow: hidden;
	}

	#primary-menu ul li > a div::before,
	#primary-menu ul li > a div::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.4);
		transform: translate3d(-100%,0,0) translate3d(-1px,0,0);
		transition: transform 0.7s;
		transition-timing-function: cubic-bezier(0.7,0,0.3,1);
		z-index: -1;
	}

	#primary-menu ul li.current > a div::before,
	#primary-menu ul li > a:hover div::before { transform: translate3d(100%,0,0) translate3d(1px,0,0); }

	#primary-menu ul li.current > a div::after,
	#primary-menu ul li > a:hover div::after { transform: translate3d(0,5px,0); }

	#primary-menu ul li > a div::after {
		top: calc(50%);
		height: 4px;
	}

	.product {
		padding: 65px;
		border-right: 1px solid #EEE;
	}

	.slider-element .heading-block h2 {
		font-size: 3.1rem;
		line-height: 1.35;
		text-transform: none;
		letter-spacing: 0;
		font-weight: 700;
	}

	.slider-element .slider-product-desc [class^='col-'] { padding: 50px; }

	.play-icon { margin: 0 auto; }

	.section-product .section-product-image {
		position: relative;
		width: 85%;
		background: #FFF;
	}

	.section-product .section-product-content {
		max-width: 400px;
		position: absolute;
		bottom: 30px;
		right: 0;
		padding: 30px;
	}

	.section-product.alt .section-product-image { float: right; }

	.section-product.alt .section-product-content {
		left: 0;
		right: auto;
	}

}

@media (max-width: 991px) {
	.slider-element .vertical-middle .container { top: 0; }
}

.inline-YTPlayer { z-index: 1; }

#ytb-video-button.play-icon {
	position: absolute;
	left: auto;
	bottom: 10px;
	right: 10px;
	width: 42px;
	height: 42px;
	line-height: 39px;
	font-size: 20px;
	text-align: center;
	border-width: 2px;
	z-index: 2;
}

#ytb-video-button.play-icon i:nth-of-type(1) {
	position: relative;
	left: 1px;
}

#ytb-video-button.play-icon i:nth-of-type(2),
#ytb-video-button.play-icon.video-played i:nth-of-type(1) { display: none; }

#ytb-video-button.play-icon.video-played i:nth-of-type(2) { display: block; }


.card-link {
	border: 1px solid #63c0c8;
	border-right: 0px;
	border-left: 0px;
	width: 100% !important;
	display: block;
	padding: 5px;
	padding-left: 13px;
	-border-radius: 5px;
	-background-color: #247d85;
	color: #247d85;
	font-weight: 600;
	transition: all ease-out .5s;
}

.card-link:hover {
	background-color: #247d85;
	color: #fff;
}

.card-link * {
	-color: #fff !important;
}

#copyrights {
    -padding: 40px 0;
    -background-color: #DDD;
    -font-size: 14px;
	font-size: 13px;
	-color: #333 !important;
    -line-height: 1.8;
	letter-spacing: 0px;
	border-top: 1px solid #ddd;
}

.partner .p-3 {
	width: 12.5%;
	padding: 0px;
	box-sizing: border-box;	
	-border: 1px solid red !important;
}

.partner .p-3 a, .partner .p-3 a img {
	-border: 1px solid red !important;
	width: 100%;
	box-sizing: border-box;
}

.heading-block:after {
    border-top: 2px solid #48abb5;
}

#primary-menu {
	margin-right: -40px !important;
}

.col_50 {
	width: 50%;
	height: auto;
	float: left;
	-border: 1px solid red !important;	
}

.pro_list {
	padding: 12px;
	font-size: 15px;
	font-weight: 600;
	padding-left: 28px;
	padding-right: 20px;
	background: url(../../images/product/icon.jpg) 1px 11px no-repeat;
}

.pro_list i {
	color: #48abb5;
	font-size: 17px;
	line-height: 21px;
	-padding-bottom: 3px;
	display: none;
	float:left;
	margin-right: 4px;
	height: 100%;
	-margin-bottom: 50px;
	-border: 1px solid red !important;
}

.pro_list2 {
	padding: 12px;
	font-size: 15px;
	font-weight: 600;
	padding-left: 38px;
	padding-top: 0px;
	padding-right: 20px;
	-padding-left: 20px;
	background: url(../../images/product/icon.jpg) 11px 0px no-repeat;
	-text-align: justify;
	-border: 1px solid red !important;
	font-weight: 300;
}


#content .container {
	-min-height: 200px;
	-border: 1px solid red !important;	
}


.location_map {
	height: 400px;	
}



.checkform {
	
	visibility:hidden;
	height: 1px;
	display: none;
}

.f12red {
	color: orange;
	font-weight: bold;
	font-size: 16px;

}

.textbox1 {
	--moz-border-radius: 3px;
	--webkit-border-radius: 3px;
	-border-radius: 3px;
	border: 0;
	border-color: transparent;
	-height: 20px;
	-font-family: 'proxima_nova_rgregular';
	font-size: 12px;
	-line-height: 17px !important;
	color: #000;
	-background: url('../img/textbox_bg.jpg') left top;
	background-color: #eee !important;
	background-color: #fff !important;
	border-bottom: 1px solid #00a650 !important;
	margin-bottom: 7px;
	padding: 10px;
	padding-top: 10px !important;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 100%;
	border: 1px solid #48abb5;
	-border-right: 0;
	-border-top: 0;
	border-radius: 5px;
	
}

.textbox1:focus {
	background-color: #eee !important;
	border: 1px solid transparent !important;
	-border-bottom: 3px solid #00a650 !important;
	outline: none;
	-color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
  opacity: 1; /* Firefox */
}

.textbox1_50 {
	width: 49.25%;
	float: left;
	margin-right: 1.5%;	
}
.textbox1_last {
	margin-right: 0;
}

.main_btn {
	background-color: #48abb5;
	display: block;
	padding: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	-border-radius: 5px;
	transition: all 0.5s ease;
	border: 0;
	width: 49.75%;
	margin-right: .5%;	
	float: left;
	margin-bottom: 0px;	
	-font-family: 'proxima_nova_rgbold';
	-font-size: 17px;
	line-height: 25px !important;
	margin-top: -7px;
	border-radius: 5px;
}

.main_btn:hover {
  background-color: #11757f;
}


#form1 {
	margin-top: -15px !important;		
}

select {

    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
	-webkit-writing-mode: horizontal-tb !important;
}

.standard-logo {
	-border: 1px solid blue; 
	opacity: 1 !important; 
	display: table !important; 
	margin: auto !important;
}

	#logo .logo-mobile {
		display: none !important;	
	}

.ul1 {
	list-style: none;
}
.ul1 li {
	padding-left: 40px;
	background: url(images/icons/bullet.svg) 10px 0px no-repeat;
	padding-bottom: 10px;
}

h3 {
	line-height: 30px;	
}

.content_success h3 {
	-padding-left: 40px;
	-background: url(images/icons/bullet.svg) 10px 5px no-repeat;
	padding-bottom: 0px;
	margin-bottom: -15px !important;
	-color: #49abb6;
	-border: 1px solid blue; 
}

#primary-menu > ul {
    -float: right !important;
	-border: 1px solid red;
}

#header-wrap {
	-background-color: red !important;
	-background-image: none !important;	
}

.col_padding {
	padding-bottom: 20px;	
}

.col_50 {
	-display: table;
	-float: inherit;	
}

.footer_link1 {
	color: #09519b;	
	text-decoration: underline !important;
}
	

@media screen and (max-width: 1700px) {
	#primary-menu {
		margin-right: -20px !important;
		-margin-right: -160px !important;
		-border: 1px solid red;
	}	
}

@media screen and (max-width: 1200px) {
	#primary-menu {
		margin-right: -40px !important;
		-border: 1px solid red;
	}
	#page-title {
		background-size: cover !important;
		padding: 100px 0 !important;
	}
}


@media screen and (max-width: 1100px) {
	#primary-menu {
		margin-right: -40px !important;
		-border: 1px solid red;
	}	
	
	.partner .p-3 {
		width: 25%;
		padding: 10px;
		-border: 1px solid red !important;
	}

	
}

@media screen and (max-width: 1000px) {
	#primary-menu {
		margin-right: 0px !important;
		-border: 1px solid red;
	}	
	
	#logo .standard-logo {
		display: none !important;	
	}
	#logo .logo-mobile {
		display: block !important;
		position: absolute;	
		left: 50%;
		margin-left: -60px;
	}
	#primary-menu-trigger .icon-reorder {
		font-size: 20px;
		-width: 100px !important;
		-border: 1px solid red !important;	
	}

	
}



@media screen and (max-width: 770px) {
	.col_t1 {
		-border: 1px solid red !important;
		margin-left: 0px;	
	}
	
	.about-img {
		display: none !important;	
	}
	
	#page-title .container {
		-border: 1px solid red !important;
		margin-bottom: -100px !important;
		-padding-bottom: 0px !important;
	}
	
	#page-title .container .nott {
		line-height: 45px;
	}
	
	.page-title_bg1 {
		-background-image: url('../file/intra2/images/about/bg1_700.jpg') !important;
		background: url(../intra2/images/about/bg1_700.jpg) 50% 50% !important;	
	}
	.page-title_bg2 {
		-background-image: url('../file/intra2/images/about/bg2_700.jpg') !important;
		background: url(../intra2/images/about/bg2_700.jpg) 50% 50% !important;
	}
	.page-title_bg3 {
		-background-image: url('../file/intra2/images/about/bg3.jpg') !important;
		background: url(../intra2/images/about/bg3_700.jpg) 50% 50% !important;
		-background-size: cover !important;
		-background: url(../file/intra2/images/about/bg3.jpg) !important;	
		-border: 1px solid red;
		-padding-top: 150px !important;
		
	}
	.page-title_bg4 {
		-background-image: url('../file/intra2/images/about/bg4_700.jpg') !important;
		background: url(../intra2/images/about/bg4_700.jpg) 50% 50% !important;
	}
	.page-title_bg5 {
		-background-image: url('../file/intra2/images/about/bg5_700.jpg') !important;
		background: url(../intra2/images/about/bg5_700.jpg) 50% 50% !important;
	}
	
#copyrights .text-black-60 {
	-border: 1px solid red !important;
	display: block !important;
	-display: table !important;
	width: 100% !important;	
}
	
#copyrights .text-black-60 a {
	-border: 1px solid red !important;
	display: inline-block !important;
	-display: table !important;
	clear: both;
	-float: none;
	width: 100% !important;	
}

.icon-social {
	-margin-top: -50px !important;	
}

}

@media screen and (max-width: 575px) {
.footer_link1_wrap {
	margin-top: -10px !important;
	-display: none;
}
.icon-social {
	margin-top: 0px !important;	
}
}