/* =================================
------------------------------------
  EquinoxGrid.Net - Main Style CSS
  Version: 1.0
 ------------------------------------
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
/*  height: 100%; */
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: rgba( 16, 16, 16, 1.0 );
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: rgba( 224, 224, 224, 1.0 );
	font-weight: 500;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: rgba( 192, 192, 192, 1.0 );
	line-height: 1.6;
	font-weight: 500;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.zaxiansm {
    font-family: "zaxiansm";
  	color: rgba( 128, 192, 224, 1.0);
}
.evanessiansm {
    font-family: "evanessiansm";
  	color: rgba( 128, 192, 224, 1.0);
}
.ezyriansm {
    font-family: "ezyriansm";
  	color: rgba( 128, 192, 224, 1.0);
}
.typeset {
	font-family: "Consolas", "Lucida Console", monospace;
  	color: rgba( 176, 176, 176, 1.0);
}
.ipa {
	font-family: "Times New Roman", Times, serif;
  	color: rgba( 128, 192, 224, 1.0);
}
.section {
	font-family: "Times New Roman", Times, serif;
  	color: rgba( 224, 128, 64, 1.0);
}

.langBrief {
  	background-color: rgba( 64, 64, 64, 1.0);
	font-family: "Times New Roman", Times, serif;
  	color: rgba( 224, 224, 224, 1.0);
}

.langBrief td {
  	background-color: rgba( 64, 64, 64, 1.0);
	font-family: "Times New Roman", Times, serif;
  	color: rgba( 224, 224, 224, 1.0);
}

table, th, td, ul {
  border: 1px solid white;
  border-radius: 10px;
  border-spacing: 3px;
  color: rgba( 192, 192, 192, 1.0);

}
th, td, ul, ol, li {
  background-color: rgba( 32, 32, 32, 1.0);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
th {
  background-color: rgba( 32, 32, 64, 1.0);
}

/* ----------------
  Responsive
---------------------*/

/*
@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}
}

@media (max-width: 1530px) {
}
*/
/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-wrap {
	  max-width: 80%;
	  margin: 0 auto;
	  padding: 39px 15px;
	}
	.main-menu li a {
		margin-right: 10px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-wrap {
	  max-width: 80%;
	  margin: 0 auto;
	  padding: 25px 20px;
	}
	.header-bar h2 {
		font-size: 24px;
	}
	.main-menu {
		font-size: 12px;
		margin-right: 0px;
		margin-left: 128px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-right: 2px;
		padding-left: 2px;
		padding-top: 2px;
		padding-bottom: 2px;
		position: relative;
		border: 0px solid rgba(0, 128, 255, 1.0 );
		border-radius: 0px;
	}
	.main-menu ul {
		padding-left: 24px;
	}
	.main-menu li {
		padding-top: 1px;
		padding-left: 2px;
		padding-right: 2px;
		padding-bottom: 1px;
		display: inline-block;
		position: relative;
	}
	.main-menu li a {
		font-size: 12px;
		font-weight: 500;
		margin-right: 1px;
		margin-left: 1px;
		margin-top: 1px;
		margin-bottom: 1px;
		padding-right: 1px;
		padding-left: 1px;
		padding-top: 1px;
		padding-bottom: 1px;
		position: relative;
		border: 0px solid rgba(0, 128, 255, 1.0 );
		border-radius: 0px;
	}	
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.main-menu li a {
		margin-right: 20px;
	}
}
