audio,
canvas,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}

@-webkit-viewport {
	width: device-width
}

@-moz-viewport {
	width: device-width
}

@-ms-viewport {
	width: device-width
}

@-o-viewport {
	width: device-width
}

@viewport {
	width: device-width
}

/* ==========================================================================
   Main styles
   ========================================================================== */
@font-face {
	font-family: 'exo2bold';
	src: url('fonts/Exo2-BoldCondensed.woff2') format('woff2'),
		url('fonts/Exo2-BoldCondensed.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'exo2medium';
	src: url('fonts/Exo2-MediumCondensed.woff2') format('woff2'),
		url('fonts/Exo2-MediumCondensed.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.fonts {
	position: absolute;
	left: -1000px;
}

.font1 {
	font-family: exo2bold, Arial, Helvetica, sans-serif;
}

.font2 {
	font-family: exo2medium, Arial, Helvetica, sans-serif;
}

/* html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	background: #0291C5;
} */

/*-- Percent Loader -- */
#mainLoader {
	position: absolute;
	z-index: 5;
	display: none;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	font-family: 'exo2bold';
}

/*-- Content Wrapper -- */
#mainHolder {
	position: absolute;
	width: 100%;
	height: 100%;
}

/*-- Browser Not Support -- */
#notSupportHolder {
	width: 90%;
	margin: 5% auto;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 35px;
	font-family: 'exo2bold';
	display: none;
}

.notSupport {
	margin-top: 200px;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/*
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
.clearfix {
	*zoom: 1;
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	height: 13px;
	width: 13px;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

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;
	vertical-align: top;
}
