/* Font face */

/* Reset css */
html, body, ol, ul, h1, h2, h3, h4, h5, h6, p { padding: 0; margin: 0;}
img { max-width: 100%; vertical-align: middle;}
a:focus, a img:focus, img:focus, input:focus, button:focus, .slick-slide:focus { outline: none;}
a:focus {text-decoration: none;}
a { color: #a51b1b; text-decoration: none;}
a:hover { color: #ff0000;  text-decoration: none;}
.fleft { float: left;}
.fright { float: right;}
.clr { clear: both;}
ul, ol { list-style: none;}
p {padding-bottom: 25px;}
body { color: #000000; font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 300; line-height: 24px;}
h1 {font-size: 40px; line-height: 46px; padding-bottom:15px }
h2 {font-size: 34px; line-height: 40px; padding-bottom: 15px;}
h3 {font-size: 30px; font-weight: 300; line-height: 34px; margin-bottom: 25px; padding-bottom: 25px;}
h4 {font-size: 18px; font-weight: 400; padding-bottom: 15px; text-transform: uppercase;}
h5 {font-size: 16px; font-weight: 700; padding-bottom: 15px; text-transform: uppercase;}
h6 {font-size: 12px; text-transform: uppercase; padding-bottom: 5px;}

/* Buttons */
.button {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	min-width: 250px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease;
}
.button-red {
	background-color: #ff0000;
	color: white;
	font-size: 16px;
}
.button-small {
	border: 1px solid rgba(255, 255, 255, 0.60);
	color: #fff;
	min-width: inherit;
	padding: 15px 30px;
}
.button-blue, .button-white, .button-red-small {
	background-color: #a51b1b;
	border:none;
	color: white;
	min-width: inherit;
	padding:12px 20px;	
}
.button-red-small:hover, .button-white, .button-small:hover, .button-red:hover {background-color: white; color: #a51b1b;}
.button-small:hover {color: red;}
.button-red-small {min-width: 150px;}
.button-red-small, .button-white:hover, .button-blue:hover {background-color: red; color: white;}

html, header {
	border:7px solid #a51b1b;
}
html:after {
	background-color: #a51b1b;
	bottom: 0px;
	left: 0px;
	content: "";
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 7px;
}
/* Header */
header {
	background-color: rgba(0, 0, 0, 0.30);
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	font-size: 14px;
	font-weight: 400;
	padding: 0px 40px 0 10px;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 7000;
	width: 100%;
}
header, .logo, header ul li a, .contact-right {
	-webkit-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease;
}
.logo {padding: 10px 0 0;}
header ul {
	padding:0px 0px 0px 65px;
}
header a {color: white;}
header ul li {
	float: left;
	padding-right: 20px;
	text-transform: uppercase;
}
header ul li a {
	display: block;
	padding:22px 10px;
}
header ul li a.active, header ul li a:hover {
	background-color: rgba(255, 255, 255, 0.5); 
	color: #000;
}
.contact-right {padding: 25px 0px 0px;}
.contact-right a {
	display: inline-block;
	margin-left: 25px; 
	padding-left: 30px;
	position: relative;
}
.contact-right a:before {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	content: '';
	height: 16px;
	left: 0px;
	position: absolute;
	top: 5px;
	width: 21px;
	-webkit-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease;
}
.conMail:before {
	background-position: left top;
}
.conNumber:before {
	background-position: left -16px;
}
header.sticky ul li a {padding: 16px 10px;}
header.sticky .logo {padding-top: 5px;}
header.sticky .contact-right {padding-top: 15px;}
/*header.sticky {
	background-color: rgba(255, 255, 255, 1);
}
header.sticky .contact-right a {color:#00c3ff;}
header.sticky .contact-right {padding-top: 30px;}
header.sticky .conMail:before {
	background-position: -21px top;
}
header.sticky .conNumber:before {
	background-position: -21px -16px;
}*/
.menuClick{ cursor: pointer; display: none; padding:20px; position: absolute; right: 0; top:0;}
.menuClick span{ display: block; width:100%; background-color:#fff; height:3px; width:30px;  margin-bottom: 7px;}
.menuClick span:last-child{ margin-bottom: 0;}
#page {overflow: hidden; position: relative;}
.slickItem {background-attachment: scroll !important; position: relative;}
[data-bg], #frameTwo {-webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-attachment: fixed; background-position: center;}
#hero, #frameOne {opacity: 0;}
.hero-caption {
	top:53%; 
	color: white; 
	left: 0px; 
	overflow: hidden; 
	position: absolute; 
	width: 100%; 
	-webkit-transform:translate(-80px, -40%); 
	-moz-transform:translate(-80px, -40%); 
	transform:translate(-80px, -40%); 
	-webkit-transition: all 0.8s ease-in; 
	-o-transition: all 0.8s ease-in; 
	transition: all 0.8s ease-in; 
	visibility: hidden;
}
.slick-current .hero-caption {
	-webkit-transform:translate(0px, -40%); 
	-moz-transform:translate(0px, -40%); 
	transform:translate(0px, -40%); 
	visibility: visible;
}
.hero-caption [class*="col-xs-"] {padding: 0px;}
.banner-section {color: white; position: relative;}
.banner-section h2 {color: white;}
.banner-section h2, .content-section h2{
	font-size: 48px;
	font-weight: 100;
	line-height: 56px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}
.content-section h2 {
	font-size: 42px;
	font-weight: 300;
	line-height: 46px;
}
/*.banner-section h2:after, .content-section h2 span:after, .sectionColumn:after{
	background-color: #898a8c;
	bottom: 0px;
	content: '';
	height: 1px;
	left: 0px;
	position: absolute;
	width: 3000px;
}*/
.sectionContentInner {
	overflow: hidden;
	padding: 80px 0px;
}
#frameOne, #frameOne .sectionContentInner {position: relative; z-index: 10;}
#frameOne {color: #fff;}
#frameOne:before {
	background: -webkit-linear-gradient(top,rgba(21,9,38,0) 25%, rgba(21,9,38,1) 75%);
	background: -o-linear-gradient(bottom,rgba(21,9,38,0) 25%, rgba(21,9,38,1) 75%);
	background: -moz-linear-gradient(bottom,rgba(21,9,38,0) 25%, rgba(21,9,38,1) 75%);
	background: linear-gradient(to bottom, rgba(21,9,38,0) 25%, rgba(21,9,38,1) 75%);
	content: '';
	height: 100%;
	left: 0px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: -1;
}
/*#frameOne:after {
	background-color: white;
	bottom: 0px;
	content: '';
	left: 0px;
	position: absolute;
	top: 700px;
	width: 100%;
	z-index: -1;
}
#frameOne:before {
	background: url(../images/skew3.png) center -400px no-repeat;
	content: '';
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: -1;
}
#frameOne .sectionContentInner:before {
	background: url(../images/skew1.png) center -400px no-repeat;
	content: '';
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: -1;
}*/
#frameOne, #frameThree {background-repeat: no-repeat; background-position: center top; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover;}
/*#frameOne {background-image: url(../images/bg2.jpg);}*/
#frameThree {/*background-image: url(../images/bg3.jpg);*/ background-color: #f3f3f3; overflow: hidden; position: relative; z-index: 10;}
/*#frameThree:after {
	background: url(../images/bottom-skew.png) center bottom no-repeat;
	bottom: 0px;
	content: '';
	display: none;
	left: 0px;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}*/
.content-section {background-attachment: scroll; position: relative;}
.content-section h2:after {
	display: none;
}
.content-section h2 {
	margin-bottom: 0px;
}
.content-section h2 span {
	display: inline-block; 
	position: relative;
}
.content-section h2 span:after {
	bottom: -15px;
	left: auto;
	right: 0px;
}
.skewLeft {position: relative; z-index: 10;}
.abstract {font-size: 12px; text-transform: uppercase;}
.sectionContentInner h3 {
	position: relative;
}
.sectionContentInner h3:after {
	background-color: #a51b1b;
	bottom: 4px;
	content: '';
	height: 6px;
	left: 0px;
	position: absolute;
	width: 80px;
}
.sectionContentInner h4 {
	color: #a51b1b;
	font-size: 20px;
	line-height: 24px;
}
.sectionColumn {
	padding-bottom: 55px;
	position: relative;
}
.sectionColumn img {margin-bottom: 30px;}
#leftTab {float: left; width: 240px;}
#leftTab li {
	line-height: 40px;
	min-height: 100px;
	padding-bottom: 10px;
}
#leftTab li:last-child {min-height: inherit;}
#leftTab li a {
	color: white;
	font-size: 16px;
	text-transform: uppercase;
}
#leftTab li a.currentTab {
	font-size: 34px;
}
#detailContent {margin-left: 280px; padding-right: 140px; position: relative; top: 5px; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
#frameTwo {position: relative; z-index: 10;}
#frameTwo h2 {margin-bottom: 40px; padding-bottom: 20px;}
#frameTwo:before {
	background-color: rgba(21, 9, 38, 0.50);
	content: '';
	left: 0px;
	height: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: -1;
}
#frameThree .sectionContentInner {position: static;}
.hydroImg {position: relative; z-index: -2;}
.tabContent {border-left:10px solid white; display: none; padding-left: 45px;}
.tabContent:first-child {display: block;}
.fieldRow {position: relative; padding-top: 20px;}
.fieldRow label { font-size: 14px; position: absolute; top: 30px; left: 0px; text-transform: uppercase; -webkit-transition: top 0.2s ease-in; -moz-transition: top 0.2s ease-in; transition: top 0.2s ease-in;}
.fieldRow .textField {background-color: transparent; border: none; border-bottom: 1px solid #726f77; display: block; padding: 10px 0px; width: 100%; resize:none;}
.fieldRow .textField:focus ~ label, .fieldRow .textField:valid ~ label { top: 10px;}
textarea:focus {outline: none;}
.err_msg {background-color: #a51b1b; color: white; padding: 10px 15px; font-size: 15px; font-weight:500;}
.btnRow {padding-top: 30px;}
/* Footer */
footer#footer {background-color: #362f2f;}
#footer {background-color:#362f2f; font-size: 12px; font-weight: 400; padding: 50px; color: white;}
#footer h5 {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 30px;
	text-transform: uppercase;
}
#footer ul {
	padding-bottom: 45px;
}
#footer li {padding-bottom: 5px;}
#footer a {color: white; font-size: 12px;}
#footer a:hover {color: red}
.footerCol > div {width: 20%;}
.footerCol h5 a {color: white;}
.scIcons {margin-bottom: 40px;}
.scIcons a {margin-left: 5px;}
.scIcons a:hover {opacity: 0.7}
/* Sub */
#subBanner {height: 350px;}
.subContainer { background-image: none !important; background-color: #ffffff !important;}
.subContainer table {margin-bottom: 20px;}
.subContainer table th, .subContainer table td {padding:10px 15px; text-align: left;}
.subContainer table th {background-color: #a51b1b; color: white;}
.subContainer table tr td {background-color: #f5f5f5;}
.subContainer table tr:nth-child(2n+2) td {background-color: white;}

.subpage-section{ padding-top:5px;}
ul.breadCrumb { margin-bottom: 20px; position: relative;}
ul.breadCrumb li{ float: left; font-size: 12px; text-transform: capitalize; color: #fff; position: relative; padding:0 5px;}
ul.breadCrumb li:before{ content:"/"; position: absolute; left: -2px; position: absolute;}
ul.breadCrumb li:first-child{ padding-left: 0;}
ul.breadCrumb li:first-child:before{ content:""}
ul.breadCrumb li a{ color: #fff;}

.common-page{}
.common-page h3{ text-transform: inherit;}
.common-page h4{ font-size: 24px; font-weight:300; color: #333; line-height:28px; text-transform: inherit;}
.common-page ul li{ background:url(../images/list.png) 0 6px no-repeat; padding-left:20px; margin-bottom: 20px;}
.title-blk{ width: 500px;}
.sideBar { border-left: 1px solid #d2d4e2; padding-left: 30px;}
.sideBar h4 {font-size: 20px;}
.sideBar ul{margin-bottom: 30px; padding-bottom:15px; position: relative;}
.sideBar ul:before{bottom: 0px; left:-15px;}
.sideBar ul:before, .banner-desc h1 span:after{background-color: #d2d4e2; content: ''; height: 1px;  position: absolute; width: 3000px;}
.sideBar ul li{ background: none; padding-left: 0;}
.sideBar ul li a{ color: #a51b1b;}
.sideBar ul:last-child:before{ height: 0;}
.sideBar ul:last-child{ margin-bottom: 0; padding-bottom: 0;}

.banner-desc{ position: absolute; bottom:0; width: 100%;}
.banner-desc ul{ margin-bottom:10px;}
.banner-desc ul.breadCrumb li, .banner-desc ul.breadCrumb li a{ color: #fff;}
.banner-desc h1{ font-weight: 300; text-transform: uppercase;}
.banner-desc h1 span{ position:  relative; display: inline-block; padding: 12px 0;}
.banner-desc h1 span:after{ top:0; left: auto; right: 0;}
.selectMenu {margin-left: 8.33333%;}
#selectOption {height: 55px; background: url(../images/select-arrow.png) right center no-repeat #a51b1b; position: relative; width: 100%;}
#selectOption span {color: white; cursor: pointer; padding: 15px 20px; display: block;}
#selectOption ul {background-color: white; border: 1px solid #a51b1b; width: 100%; position: absolute; left: 0px; top: 100%; opacity: 0; visibility: hidden; padding: 5px 0px; z-index: 1; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}
#selectOption ul.active {opacity: 1; visibility: visible;}
#selectOption ul li {cursor: pointer; padding: 3px 20px;}
.productInner {padding: 10px; margin-bottom: 35px; background-color: white;}
.productInnerCon {padding: 20px;}
.productInnerCon h4 {font-size: 18px; text-transform:inherit;}
.productInnerCon :last-child {padding-bottom: 0px;}

.fancybox-close {background:url(../images/close-btn.png) center no-repeat; background-size: 16px; height: 26px; width: 26px; top: -13px; right: -13px;}
.box-row {margin: 0 -5px 20px;}
.box-row .carousel-col {padding-left: 5px; padding-right: 5px;}
.col-inner {height: inherit; padding:20px 15px; background-color: rgba(21, 9, 38, 0.80); border-radius: 2px;}
.col-inner h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.col-inner img {
	margin-bottom: 15px;
}
.col-red {background-color: rgba(255, 69, 2, 0.90);}
.col-orange {background-color: rgba(255, 165, 0, 0.90);}
.col-blue {background-color: rgba(0, 195, 255, 0.90);}
.bottom-row .col-xs-4 {padding-left: 30px; padding-right: 30px;}
.col-inner p {padding-right: 0; padding-bottom: 10px;}
.contact-banner {background-repeat: no-repeat; background-size: cover; background-position: right top;}
.contact-form {background-color: white; padding:40px; margin-right: -15px; width: 580px; float: right;}
.contact-form p {padding-bottom: 0px;}
.address-col {
	float: right;
	padding: 75px 70px 75px 115px;
	width: 580px;
}
.address-col h4 {
	font-size: 18px;
	font-weight: 300;
}
.ct-row {padding-bottom: 3px;}
.ct-main {padding-bottom: 25px;}
.ct-row img {margin-right: 10px;}
.accordion-menu {
	border-bottom: 1px solid #d2d4e2;
	margin-bottom: 15px;
}
.accordion-menu:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
.accordion-menu ul {
	display: none;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
.accordion-menu ul:before {
	display: none;
}
.accordion-menu ul li:last-child {
	margin-bottom: 0px;
}
.accordion-menu h4 {
	border-top: 1px solid #d2d4e2;
	cursor: pointer;
	padding: 15px 30px 15px 0px;
	position: relative;
}
.accordion-menu h4:after, .accordion-menu h4:before {
	content: '';
	background-color: #a51b1b;
	position: absolute;
	right: 0px;
	top: 25px;
}
.accordion-menu h4:after {
	height: 3px;
	width: 14px;
	top: 30px;
}
.accordion-menu h4:before {
	width: 3px;
	height: 14px;
	right: 5px;
}
.accordion-menu h4:first-child {
	border-top: none;
}
.accordion-menu h4.active:before {
	display: none;
}
.contact-banner {
	padding: 0px;
}
.gallery-slider {
	margin-bottom: 10px;
}
.gallery-thumb {
	margin:0 -5px 20px;
}
.gallery-thumb .slick-slide {padding: 0 5px; opacity: 0.5;}
.gallery-thumb .slick-current {opacity: 1;}
.gallery-thumb .slick-dots {display: none !important;}
.getin-slider {
	height:200px;
}
.getin-slider {
	background-repeat: no-repeat;
	background-size: cover;
}
.slick-arrow {
	color: white;
	position: absolute;
	top:50%;
	margin-top: -20px;
	z-index: 10;
	font-size: 40px;
	cursor: pointer;
}
.slick-disabled {display: none !important;}
.prev-arrow {
	left: 10px;
}
.slick-slide {float: left;}
.next-arrow {
	right: 10px;
}
.box-row .slick-arrow {
	font-size: 60px;
}
.box-row .prev-arrow {
	left: -45px;
}
.box-row .next-arrow {
	right: -45px;
}
.logo-slider img {margin: 0 auto;}
.logo-slider .slick-slide {padding: 0 30px; }
.logo-slider{
	background-color: #fff !important;
	padding: 13px 0px 15px 0px;
}


.product-new-list {
	padding-bottom: 40px;
}
.product-new-list .container {
	position: relative;
}
.product-new-list h3 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.product-new-list h3 span {
	background-color: #fff;
	display: inline-block;
	padding-right: 20px;
}
.product-new-list h3:before {
	background-color: #f3f4f6;
	content: '';
	height: 1px;
	position: absolute;
	top:50%;
	width: 100%;
	z-index: -1;
}
.sectionContentInner.product-new-list h3:after {
	background-color: #f3f4f6;
	bottom: auto;
	height: 10px;
	top: -30px;
}
.see-more, .back-btn {
	background-color: #fff;
	padding-left: 15px;
	position: absolute;
	right: 15px;
	top:5px;
	font-weight: normal;
	z-index: 1;
}
.back-btn {
	font-weight: bold;
	top: -30px;
}
.product-new-list .productInner {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15);
}
.product-new-list .productInner img {
	width: 100%;
}
.logo img {
	width: 143px;
}

/* Detail slider */
.product-new-list .productInner {
	padding: 0px;
}
.product-detail-image {
	margin-bottom: 20px;
}
.detail-banner {
	width: 620px;
}
.detail-content {
	padding: 20px;
	width: 340px;
}
.detail-content h3 {
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.detail-content h3:before {
	display: none !important;
}
.price-tag {
	border-top: 1px solid #ecedef;
	border-bottom: 1px solid #ecedef;
	padding: 10px 0px;
	font-size: 24px;
	font-weight:normal;
	margin-bottom: 15px;
	color: #848484;
}
.button-link {
	background-color: #eef1fd;
	min-width: inherit;
	padding: 10px 15px;
}
.btn-row {
	margin-bottom: 10px;
}
.add-to-cart {
	border-bottom: 1px solid #ecedef;
	margin-bottom: 20px;
	padding:0px 20px 20px;
}
.add-to-cart > div {
	padding-right: 30px;
	width: 33.33333%;
}
.add-to-cart-button {
	padding-top: 34px;
}
.add-to-cart label {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.add-to-cart select {
	padding:10px 15px;
	width: 100%;
}
.add-to-cart .button-small {
	padding: 8px 20px;
	font-weight: bold;
}
.left-float{
	padding:20px 0;
	border-bottom: 1px solid #ecedef;
	border-top: 1px solid #ecedef;
	margin-bottom: 30px;
}
.left-float ul li {
	padding-left: 10px;
	position:relative;
} 	    
.left-float ul li:before {
	position: absolute;
	height: 10px;
	width: 10px;
	left: -15px;
	content: '';
	top: 8px;
	border-radius: 100%;
	background-color: #ecedef;
}
.left-float ul li{
	padding-bottom: 10px;
}
.right-flot{
	display: inline-block;
}
#day{
	width: 50%;
	margin-bottom: 20px;
}

.dropdown {
	padding: 40px;
	background-color: #f3f4f6;
	margin-bottom: 20px;
}
.dropdown label{
	padding-right: 30px;
}
.selctmenu select{
	float: right;
	width: 55%;
	margin-right: 40px;
	height: 30px;
	padding:0px 10px;
}
.subContainer table.prize {
	margin-bottom: 35px;
	width: 100%;
}
.subContainer table td {
	padding:10px;	
}
.subContainer table.prize th {
	background-color: #ecedef;
	color: #000;
	padding: 10px;
}
.subContainer table.prize td {
	background-color: #f3f4f6 !important;	
}
.subContainer table.prize td, .subContainer table.prize th {
	border-right: 1px solid #fff;
}
.subContainer table.prize select{
	border:none;
	background: #ecedef;
}
/*.prize th{
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding: 10px 24px;
}
.prize td{
	background: #f3f4f6;    
}
.prize td{
	text-align: right;
	border-right:1px solid #fff;
	padding:10px;
}*/
.icon-blk li{
	float:left;
}
.subContainer table.prize .qty-blk input{
	padding: 0 5px;
	background: #fff;
	border:none;
	margin-right: 5px;
	width: 30px;
}
.qty-blk {
	padding: 10px 20px;
}
.font-blk{
	padding-bottom: 15px;
}
.font-blk li{
	float:left;
	color: #386cff;
}
.font-blk li img{
	padding-right: 7px;
}
.font-blk .right-font{
	float: right;

}
.font-blk .left-font li{
	padding-right: 35px;
}
.button-outline {
	border:1px solid #a51b1b;
	padding: 10px;
	min-width: inherit;
}
.detail-header {
	padding-bottom:10px;
}
select:focus {
	outline: none;
}
.detail-header h4 {
	padding-top: 15px;
}
.related-products h3:before {
	display: none !important;
}
.sectionContentInner.product-new-list .related-products > h3:after {
    background-color: #a51b1b;
    bottom: -10px;
    content: '';
    height: 6px;
    left: 0px;
    top:auto !important;
    position: absolute;
    width: 80px;
}
.sectionContentInner h4 > a {
    color: #a51b1b !important;
}
.sectionContentInner h4 > a:hover {
    color: #ff0000 !important;
}
.contact-form {
	height: inherit;
}


.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}
.input-row {
	padding-top: 20px;
}
.inputfile {
	display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
.wp-bannerize-support{
	display: none;
}