*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

button, input, select, textarea {
	font-family: inherit;
}

a, a:visited {
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub, sup {
	font-size: .75rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.25rem;
}

sub {
	bottom: -0.25rem;
}

ul, ol, nav ul, nav ol {
	list-style: none;
}

nav ul, nav ol {
	list-style-image: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

figure, form {
	margin: 0;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: none;
}

button, input {
	line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
 /* 2 */
	cursor: pointer;
 /* 3 */
	*overflow: visible;
 /* 4 */;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: .75rem;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/* CLASSES */
.contain::before, .contain::after,
.cf::before, .cf::after {
	content: " ";
	display: table;
}

.contain::after,
.cf::after {
	clear: both;
}

.contain,
.cf {
	*zoom: 1;
}

.w100 {
	width: 100%;
}

.w90 {
	width: 90%;
}

.w85 {
	width: 85%;
}

.w80 {
	width: 80%;
}

.w75 {
	width: 75%;
}

.w70 {
	width: 70%;
}

.w66 {
	width: 66%;
}

.w60 {
	width: 60%;
}

.w55 {
	width: 55%;
}

.w50 {
	width: 50%;
}

.w45 {
	width: 45%;
}

.w40 {
	width: 40%;
}

.w35 {
	width: 35%;
}

.w33 {
	width: 33.3333%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}

.w20 {
	width: 20%;
}

.w16 {
	width: 16,66666%;
}

.w15 {
	width: 15%;
}

.w10 {
	width: 10%;
}

.w5 {
	width: 5%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.m-auto {
	margin: 0 auto;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.d-table {
	display: table;
	width: 100%;
}

.d-table.fix-table {
	table-layout: fixed;
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle;;
}

.d-inline {
	display: inline;
}

.d-inblock {
	display: inline-block;
}

.link-block {
	display: block;
	width: 100%;
	height: 100%;
}

img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.cover {
	display: block;
	width: 100%;
	height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ov-hidden {
	overflow: hidden;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.t-center {
	text-align: center;
}

.t-cap {
	text-transform: capitalize !important;
}

.t-upper {
	text-transform: uppercase !important;
}

.t-lower {
	text-transform: lowercase !important;
}

.t-initial {
	text-transform: initial !important;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

/* OTHERS */
:-moz-placeholder::first-letter {
	text-transform: uppercase;
}

::-moz-placeholder::first-letter {
	text-transform: uppercase;
}

:-ms-input-placeholder::first-letter {
	text-transform: uppercase;
}

::-webkit-input-placeholder::first-letter {
	text-transform: uppercase;
}

input,textarea,select,option {
	font-family: inherit;
	color: inherit;
}
