*{
	margin: 0px;
	padding: 0px;	
}
html, body {
    height: 100%;
    width: 100%;
}
body {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
}
img {
    border: 0px;
}
.clear {
    clear: both;
}
ul {
	padding: 0px 0px 0px 20px;
}

#main {
	position: relative;
 min-height: 100%;
}


/*menubar*/
#menubar {
	width: 100%;
	height: 20px;
	background-color: #F2F2F2;
}
#menubarinner {
 	width: 1040px;
 	margin: 0px auto;
}


/*header*/
#headerandtopimage {
	position: relative;
	min-height: 130px;
}
#header{
	width: 100%;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#headerinner{
	width: 1040px;
 	margin: 0px auto;
}
#logo{
	float: left;
	padding-top: 25px;
}

/*mincart*/
#vmCartModulecartop {
	float: right;
	padding-top: 25px;
}
#vmCartModulecartop .buttonmincart {
	position: relative;
}
#vmCartModulecartop .vmCartModuleinner {
	display: none;
}
#vmCartModulecartop .cartopimage {
	float: left;
}
#vmCartModulecartop .cartoptext{
	float: left;
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	line-height: 16px;
	padding-left: 7px;
	padding-top: 6px;
	font-family: 'Crimson Text', serif;
}
#vmCartModulecartop .totalProductnumber {
	position: absolute;
	left: 30px;
	top: 0px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 11px;
	padding: 2px 4px 2px 4px;
	background-color: #ED464D;
	font-family: 'Roboto', sans-serif;

}
#vmCartModulecartop .buttonmincart a{
	display: block;
	padding: 12px 8px 12px 8px;
	background-color: #F2F2F2;
}


/*topmenu*/
#topimage {
	width: 100%;
	position: relative;
}
#topimage img.imagefull{
	width: 100%;
	height: auto;
	display: block;
}

#topimage .contentextop {
	top: 24%;
	left: 0px;
	position: absolute;
	width: 100%;
	text-align: center;
}
#topimage .contentextop .tline1 .tlineinner, #topimage .contentextop .tline2 .tlineinner{
	font-weight: normal;
	font-weight: 400;
	font-size: 82px;
	color: #FFFFFF;
	line-height: 87px;
    font-family: 'Crimson Text', serif;	
}
#topimage .contentextop .tline3 .tlineinner{
	font-weight: normal;
	font-weight: 300;
	font-size: 35px;
	color: #FFFFFF;
	line-height: 40px;
	padding-bottom: 10px;
	padding-top: 5px;
	font-family: 'Roboto', sans-serif;
}
#topimage .contentextop .tline1 .tlineinner, #topimage .contentextop .tline2 .tlineinner, #topimage .contentextop .tline3 .tlineinner {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px auto;
	text-align: center;
	display: inline-block;
	background-repeat: repeat;
	background-image: url(../images/bgredtext.png);
}
#topimage .linkproducti {
	top: 50.5%;
	width: 100%;
	text-align: center;
	position: absolute;
}
#topimage .linkproducti a {
	color: #FFFFFF;
	width: 250px;
	display: inline-block;
	margin: 0px auto;
	text-align: center;	
	font-weight: 300;
	font-size: 26px;
	line-height: 60px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	font-family: 'Roboto', sans-serif;
}
#topimage .linkproducti a:hover {
	text-decoration: none;
	background-repeat: repeat;
	background-image: url(../images/bgredtext.png);
}
#topimage .arrowproduct {
  	position: absolute;
  	top: 61%;
  	left: 50%;
  	margin-left:-36px;
  	width: 66px;
  	height: 42px;  
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

#topimage .contentextbottom {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 2%;
	left: 0px;
}
#topimage .contentextbottom .bline1{
	text-align: center;
}
#topimage .contentextbottom .bline1 .blineinner {
	font-weight: normal;
	font-weight: 700;
	font-size: 112px;
	color: #FFFFFF;
	line-height: 90px;
	text-transform: uppercase;
    font-family: 'Crimson Text', serif;	
}
#topimage .contentextbottom .bline2{
	text-align: center;
}
#topimage .contentextbottom .bline2 .blineinner {
	display: inline-block;
	margin: 0px auto;
	font-size: 35px;
	line-height: 40px;
	font-weight: 300;	
	color: #FFFFFF;
	padding-top: 15px;
	border-top: 3px solid #FFFFFF;
	font-family: 'Roboto', sans-serif;
}



/*container*/
#containermain {
	width: 100%;	
	padding-bottom: 310px;
}


/*footer*/
#footer {
	width: 100%;
	bottom: 0px;
	background: #FFFFFF;
	position: absolute;
}
#copyright {
	width: 100%;
	height: 30px;
	background-color: #333333;
}
.footer1 {
	font-size: 12px;
	color: #808080;
	width: 1040px;
	margin: 0px auto;
	font-weight: 300;
	padding-top: 6px;
	font-family: 'Roboto', sans-serif;
}
#footerinner {
	width: 1040px;
	margin: 0px auto;
	height: 280px;
}
#footerinnermain {
	padding: 60px 0px 0px 0px;
}


/*newsletterandmenu*/
#newsletterandmenu {
 float: left;
 padding-right: 90px;
}
#bottomnewsletter {
	text-align: left;
	padding-bottom: 10px;
}
#bottomnewsletter .fieldacyemail  {
	float: left;
	
}
#bottomnewsletter .acysubbuttons {
	float: left;
}
#bottomnewsletter .inputbox {
	color: #929497;
	font-size: 12px;
	font-weight: 400;
    font-family: 'Crimson Text', serif;
    border: 1px solid #929497;
    line-height: 18px;
    padding: 2px 5px 2px 5px;
    width: 180px;
 }
 #bottomnewsletter .btn {
	line-height: 24px;
	border: none;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #ED464D;
	width: 90px;
	text-align: center;
    font-family: 'Crimson Text', serif;
 }
 .acymailing_module_newletterbottom {
	 position: relative;
	 height: 30px;
 }
#bottomnewsletter div.acymailing_module_success {
	color: #FFFFFF;
	position: absolute;
	background-color: #ED464D;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 5px 20px 5px 20px!important;
    font-family: 'Crimson Text', serif;	
 }
 
/*language menu*/
#languagemenu {
	float: right;
}
#languagemenu .mod-languages {
	position: relative;
	z-index: 100;
}
#languagemenu .lang-block {
	display: none;
}
#languagemenu #changelanguage {
	color: #8C8C8C;
	font-size: 11px;
	font-weight: normal;
	font-weight: 400;
	cursor: pointer;
	line-height: 14px;
	margin-top: 2px;
	padding: 0px 9px 0px 0px;
    font-family: 'Roboto', sans-serif;
    background-repeat: no-repeat;
	background-position: right center;
    background-image: url(../images/arrow_languages.png);
}
#languagemenu ul {
	z-index: 10;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 14px;
	left: -8px;
	padding: 8px 8px 4px 8px;
	background-color: #F2F2F2;
}
#languagemenu ul li {
	padding: 0px 0px 4px 0px;
}
#languagemenu ul li a{
	color: #8C8C8C;	
	font-size: 11px;
	font-weight: 400;	
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
#languagemenu ul li a:hover, #languagemenu ul li.lang-active a {
	color: #ED464D;
	text-decoration: none;
}


/*redes menu */
#redesmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#redesmenu ul li {
	float: left;
	padding-right: 5px;
}
#redesmenu ul li a img{
	display: block;
}
#redesmenu h3, #bottomnewsletter h3 {
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	padding-bottom: 10px;
    font-family: 'Crimson Text', serif;
}
#bottomnewsletter h3  {
	padding-bottom: 16px;
}

/*contacts*/
.modulecontacts {
	height: 1100px;
	width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-repeat: no-repeat;
	background-image:url(../images/contacts.jpg);
}
.modulecontacts table td{
	color: #808080;
	font-weight: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	padding-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}
.modulecontacts table td.icon {
	padding-right: 10px;
}
.modulecontacts table td a {
	color: #808080;
	font-weight: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: left;
	text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.modulecontacts table td a:hover {
	text-decoration: underline;
}
.modulecontacts .visforms-form {

	width: 900px;
	margin: 0px auto;
}
.modulecontacts .category-desc {
	float: right;
	padding-top: 120px;
	padding-right: 70px;
}
.modulecontacts .visformcontaienr {
	float: right;
}
.modulecontacts .visformcontaienr h2{
	 color: #ED464D;
	font-weight: 700;
	font-size: 53px;
	line-height: 80px;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
    font-family: 'Crimson Text', serif;
 }
 .visform input.error, .visform textarea.error{
	 border: none!important;
	  	border-bottom: 1px solid #BFBFBF!important;

 }
 .visform select.error  {
 border: none!important;
 
 }
 .modulecontacts .inputbox {
 	color: #8C8C8C; 
 	font-size: 16px;
 	font-weight: 300;
 	line-height: 19px;
 	font-family: 'Roboto', sans-serif;   
 	width: 300px;
 	padding: 6px 10px 5px 10px;
 	border: none!important;
 	background:none;
 	border-bottom: 1px solid #BFBFBF!important;
}
.modulecontacts .inputypeselect label {
	display: none;
}
.modulecontacts .inputypeselect {
    width: 320px;
    overflow: hidden;
    height:40px;
    border-bottom: 1px solid #BFBFBF; 
    background-repeat: no-repeat;
    background-position: 96% 70%;
    background-image: url("../images/corner_select.png");
}
.modulecontacts .inputypeselect select {
 	color: #8C8C8C; /* #939598*/
 	font-size: 16px;
 	font-weight: 300;
 	font-family: 'Roboto', sans-serif;   
 	width:360px;
 	padding: 6px 10px 5px 8px;
 	border: none;
 	background: none;
}
.modulecontacts .inputbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #8C8C8C;
      opacity: 1;
}
.modulecontacts .inputbox::-moz-placeholder { /* Firefox 19+ */
  	color: #8C8C8C;
    opacity: 1;
}
.modulecontacts .inputbox:-ms-input-placeholder { /* IE 10+ */
  	color: #8C8C8C;
      opacity: 1;
}
.modulecontacts .inputbox:-moz-placeholder { /* Firefox 18- */
  	color: #8C8C8C;
    opacity: 1;

}
.modulecontacts .inputfield {
	margin-bottom: 15px;
}
.modulecontacts textarea {
	height: 40px;
}
.modulecontacts .vis_mandatory {
	color: #8C8C8C;
	font-size: 12px;
 	font-weight: 300;
 	padding-bottom: 15px;
 	padding-left: 5px;
 	font-family: 'Roboto', sans-serif; 
}
.modulecontacts .btn {
	cursor: pointer;
	font-weight: normal;
	font-weight: 700;
	font-size: 15px;
	color: #1A1A1A;
	line-height: 35px;
	background: none;
	text-transform: uppercase;
	border: 1px solid #BFBFBF;
	padding: 0px 20px 0px 20px;
 	font-family: 'Lato', sans-serif; 
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
.modulecontacts .btn:hover {
	color: #FFFFFF;
	border: 1px solid #ED464D;
	background-color: #ED464D;
}
.tooltipster-default {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #ED464D;
    border: 1px solid #ED464D;
    color: #FFFFFF;
}
.modulecontacts .visforms-forminner {
	padding-top: 23%;
}
.modulecontacts .messagesendform {
	background: #ED464D;
	font-size: 13px;
 	font-weight: 300;
 	color: #FFFFFF; 
 	margin-bottom: 10px;
 	padding: 10px 10px 10px 10px;	
 	font-family: 'Roboto', sans-serif; 	
}
.modulecontacts .visBtnCon {
	text-align: left!important;
}


/*we are*/
.moduletable_weare {
	position: relative;
}
.moduletable_weare .custom_weare {
	width: 100%;
	position: absolute;
	top: 11%;
	left: 0px;
}
.moduletable_weare .custommain {
	width: 840px;
	margin: 0px auto;
}
.moduletable_weare .custominner {
	width: 400px;
	float: right;
}
.moduletable_weare img {
	 width: 100%;
	 height: auto;
	 display: block;
 }
 .moduletable_weare h3 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 100px;
	line-height: 100px;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
    font-family: 'Crimson Text', serif;
}
.moduletable_weare p {
	color: #FFFFFF;	
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
    font-family: 'Lato', serif; 
 }
 

/*menus user*/
#menuser {
	float: left;
}
.menufbottom {
	float: left;
}
.menufbottom h3 {
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	padding-bottom: 10px;
    font-family: 'Crimson Text', serif;
}
.menufbottom ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menufbottom ul li {
	margin: 0px;
	padding: 0px 0px 2px 0px;
}
.menufbottom ul li a {
	color: #929497;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
    font-family: 'Crimson Text', serif;
}
.menufbottom ul li a {
	text-decoration: none;
}
#menuser .menufbuy {
	padding-right: 110px;
}
#menuser .menufcserv {
	padding-right: 110px;
}

/*unsubpage*/
#unsubpage .unsubsurvey, #unsubpage .unsubintro {
	padding-left: 0px;
}
#unsubpage {
	width: 1040px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #929497;
}
.unsubintro, .unsuboptions, .unsubsurvey {
	font-size: 13px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	
}
#otherreasons {
	padding-top: 10px;
}
#unsubpage .btn{
	cursor: pointer;
	font-weight: normal;
	font-weight: 700;
	font-size: 15px;
	color: #1A1A1A;
	line-height: 35px;
	background: none;
	text-transform: uppercase;
	border: 1px solid #BFBFBF;
	padding: 0px 20px 0px 20px;
 	font-family: 'Lato', sans-serif; 
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
#unsubpage .btn:hover {
	color: #FFFFFF;
	border: 1px solid #ED464D;
	background-color: #ED464D;
}
#unsubpage textarea{
	color: #8C8C8C;
	font-size: 13px;
	font-weight: 400;
	width: 280px;
	padding: 5px 5px 5px 5px;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #BFBFBF;
}
#unsubpage .unsubdiv {
 padding-top: 10px;	
}



/*home fautered*/
.moduletable_featuredh ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.moduletable_featuredh .vmgroup_featuredh ul.productdetails li {
	float: left;
	width: 500px;
	height: 230px;
	display: inline;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
 	transition: .5s;   
}
.moduletable_featuredh .vmgroup_featuredh ul.productdetails li:hover {
	-webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
	transform:translate(0, -5px);
	
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.1);
	box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.1);

}

.moduletable_featuredh .vmgroup_featuredh ul.productdetails li.itempleft {
	margin-right: 40px;
}
.moduletable_featuredh span.quantity-box {
	display: none;
}
.moduletable_featuredh  span.quantity-controls {
	display: none;
}
.moduletable_featuredh {
	background-color: #F2F2F2;
	width: 100%;
	padding: 40px 0px 40px 0px;
}
.moduletable_featuredh .vmgroup_featuredh {
	width: 1040px;
	margin: 0px auto;
}
.moduletable_featuredh .productitem {
	padding: 20px;
}
.moduletable_featuredh .productimage {
	float: left;
	padding-top: 5px;
}
.moduletable_featuredh .productimage a {
	display: block;
	width: 220px;
	height: 180px;
	line-height: 180px;
	text-align: center;
}
.moduletable_featuredh img {
	text-align: center;
	margin: auto auto;
	max-height: 180px;
	width: auto;
	max-width: 220px;
	display: block;
}
.moduletable_featuredh .productimage img {
  vertical-align: middle;
  display: inline-block;
}
.moduletable_featuredh .addtocart-bar{
	margin-bottom: 0px;
}
.moduletable_featuredh .productdetailsprice {
	float: right;
	text-align: left;
	width: 210px;
}
.moduletable_featuredh .productitle {
 	height: 45px;
 	display: block;
 	overflow: hidden;
 	margin-bottom: 5px;
}
.moduletable_featuredh .productitle a{
	color: #000000;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	text-decoration: none;
  	font-family: 'Roboto', sans-serif;
}
.moduletable_featuredh .productitle a:hover{
	color: #ED464D;
}
.moduletable_featuredh .productshortdesc {
	color: #000000;
	font-weight: 300;
	font-size: 13px;
	line-height: 14px;
	height: 50px;
  	font-family: 'Roboto', sans-serif;
}
.moduletable_featuredh .addtocart-bar {
	text-align: left;
}
.moduletable_featuredh span.addtocart-button span.addtocart-button, .moduletable_featuredh span.addtocart-button input.addtocart-button, .moduletable_featuredh span.addtocart-button input.notify-button {
	max-width: 100%;
	background: #ED464D;
	color: #FFF;
	border: solid  1px #ED464D;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	font-style: normal;
	font-weight: normal;
	font-weight: 400;	
  	font-family: 'Roboto', sans-serif;	
}
.moduletable_featuredh span.addtocart-button span.addtocart-button:hover, .moduletable_featuredh span.addtocart-button input.addtocart-button:hover, .moduletable_featuredh span.addtocart-button input.notify-button:hover {
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-weight: 400;	
  	font-family: 'Roboto', sans-serif;	
}
.moduletable_featuredh .product-priceh {
	padding-bottom: 15px;
	padding-top: 15px;
}
.moduletable_featuredh .product-priceh span {
  color: #ED464D;
  float: left;
}
.moduletable_featuredh .product-priceh .pricefirst, .moduletable_featuredh .product-priceh .pricesymbol {
	font-size: 25px;
	line-height: 26px;
	font-style: normal;
	font-weight: 700;
  	font-family: 'Roboto', sans-serif;		
}
.moduletable_featuredh .product-priceh .pricesecond {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
  	font-family: 'Roboto', sans-serif;	
}
.moduletable_featuredh .simplePagerNav {
	clear: both;
	padding: 0;
	width: 45px;
	margin: 0 auto;
}
.moduletable_featuredh ul.simplePagerNav {
	list-style: none;
	text-align: center;
}
.moduletable_featuredh ul.simplePagerNav li{
	display: inline-block;
	padding: 0px 0px 0px 0px;
}
.moduletable_featuredh ul.simplePagerNav li a{
	color: #ED464D;
	font-size: 60px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	line-height: 10px;
  	font-family: 'Roboto', sans-serif;		
	
}
.moduletable_featuredh ul.simplePagerNav li a:hover, .moduletable_featuredh ul li.currentPage a{
	color: #000000;
}

#fancybox-overlay {
 background: #ED464D !important; /* or whatever */
}
#fancybox-content .contentpopupaddcart {
	padding-top: 0px;
}
#fancybox-content .contentpopupaddcart .continue_link, #fancybox-content .contentpopupaddcart .showcart {
	background: #ED464D;
	color: #FFF;
	border: solid  1px #ED464D;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	font-style: normal;
	font-weight: normal;
	font-weight: 400;	
	text-decoration: none;
	width: 65px;
	display: block;
	float: left;
  	font-family: 'Roboto', sans-serif;
}
#fancybox-content .contentpopupaddcart h4{
	clear: both;
	font-size: 16px;
	font-weight: 400;
  	font-family: 'Roboto', sans-serif;	
	padding: 10px 0px 10px 0px;
}
#fancybox-content .contentpopupaddcart .showcart {
	float: right;
	width: 80px;
}



/*inputs*/
.inputbox, select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
textarea:focus, input:focus{
    outline: none;
}




