* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


tbody, thead {border: none;}

/* @end */

input[type=search] {
  /* the webkit overrides need to stay at the top */
  -webkit-appearance: textfield;
  outline: none;
  /* your styles here */
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

a {outline: none;}
.element-invisible {display: none;}

.element-invisible {display: none;}
input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}

/*front-slider-wrapper*/
.front-slider-wrapper {}
/*front-slider-wrapper*/