/* =================================
------------------------------------
  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( 0, 128, 255, 1.0 );
  margin: 0;
/*  background-image: url("eqgIcon512.png"); */
/*  background-image: url("../img/equinoxStonehenge.jpg"); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	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: #585858;
	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;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	min-width: 186px;
	padding: 24px 30px;
	border-radius: 0;
	text-transform: uppercase;
	color: #081624;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}

.site-btn img {
	position: relative;
	left: 13px;
	width: auto !important;
	display: inline-block !important;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 9px;
	top: 10px;
	background: #b01ba5;
	z-index: -2;
	-webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
}

.site-btn:before {
	left: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}

.site-btn:hover {
	color: #081624;
}

/*------------------
  Header section
---------------------*/

.header-section {
	width: 90%;
	z-index: 99;
	padding: 15px 15px 0;
}

.header-bar {
	background: #000000;
	color: rgba( 255, 192, 0, 1.0 );
/*	height: 105px; */
	padding: 10px 10px 0;
	-webkit-box-shadow: 0 0 9px 3px rgba(255, 192, 0, 0.24);
	box-shadow: 0 0 9px 3px rgba(255, 192, 0, 0.24);
}

.header-bar h1,
.header-bar h2,
.header-bar h3 {
	color: rgba( 255, 192, 0, 1.0 );
}

.site-logo {
	z-index: 105;
}

/*
.citizen-panel {
	float: right;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-top: 3px;
}

.citizen-panel a {
	color: #fff;
}

.citizen-panel a:hover {
	color: #b01ba5;
}
*/

.main-menu {
  background-color: rgba( 0, 0, 0, 1.0 );
	list-style: none;
	text-align: center;
	padding-top: 3px;
}

.main-menu ul {
  background-color: rgba( 0, 0, 0, 1.0 );
}

.main-menu li {
  background-color: rgba( 0, 0, 0, 1.0 );
	padding-top: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	display: inline-block;
	position: relative;
}

.main-menu li a {
  background-color: rgba(128, 0, 128, 0.5 );
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	border: 2px solid rgba(0, 128, 255, 1.0 );
	border-radius: 5px;
}

.main-menu li a.active {
  background-color: rgba( 128, 255, 128, 0.5 );
}

/*
.main-menu li a:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 5px;
	right: 0;
	top: 5px;
}
*/

/*
.main-menu li a i {
  background-color: rgba( 0, 0, 128, 0.5 );
	color: #928d92;
	margin-left: 5px;
}
*/

.main-menu li a:hover {
	text-decoration: none;
  background-color: rgba( 144, 0, 144, 0.6 );
	color: rgba(255, 192, 255, 1.0 );
}

/*
.main-menu li a:hover:after {
}
*/

/*
.main-menu li a:hover i {
/*	color: #b01ba5; */
}
*/

/*
.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}
*/

/*
.main-menu li:hover>a {
	color: #b01ba5; 
}

.main-menu li:hover>a:after {
}
*/

/*
.main-menu li .sub-menu {
	position: absolute;
	list-style: none;
	text-align: left;
	width: 220px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
}

.main-menu li .sub-menu li {
	display: block;
}

.main-menu li .sub-menu li a {
	display: block;
	color: #000;
	margin-right: 0;
	padding: 8px 30px;
}

.main-menu li .sub-menu li a:after {
	display: none;
}

.main-menu li .sub-menu li a:hover {
	color: #b01ba5;
}
*/

/* ----------------
  Footer section
---------------------*/

footer.footer-section {
	z-index: 98;
	position: fixed;
	text-align: center;
	background: #000000;
	margin-top: auto;
	margin-bottom: 5px;
	width: 99%;
	top: 96%;
}

.footer-section {
	z-index: 98;
	position: fixed;
	text-align: center;
	background: #000000;
	margin-top: auto;
	margin-bottom: 5px;
	width: 99%;
	top: 96%;
}

.footer-section .container {
	position: center;
	padding: 5px 5px 5px 5px;
}

.copyright {
	font-size: 12px;
	font-weight: 500;
	color: #F0F0F0;
}

.copyright a {
	color: #F0FFFF;
}

.copyright a:hover {
	text-decoration: underline;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba( 0, 0, 0, 0.2 );
}

ul.topnav li {
  float: left;
}

ul.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {
  background-color: rgba( 0, 0, 0, 0.8);
}

ul.topnav li a.active {
  background-color: rgba( 128, 192, 255, 0.5 );
}

ul.topnav li.right {
  float: right;
}

.infobody {
/*  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px; */
  margin-bottom: 1px;
  color: white;
  background-color: rgba( 128,0,128,0.9 );
}

table.infotableouter {
  margin: 32px;
  padding: 32px;
  background-color: rgba( 0, 0, 0, 0.9);
  color: #111111;
}

.infotableouter h1 {
	color: rgba( 255, 192, 0, 1.0 );
}

.infotableouter h6 {
	color: rgba( 0, 192, 255, 1.0 );
}

table.infotableinner {
	border: 2px solid rgba( 32, 128, 192, 1.0 );
	border-radius: 10px;
	padding: 5px;
}

.infotableinner h4 {
	color: rgba( 255, 192, 0, 1.0 );
}

.infotableinner h6 {
	color: rgba( 0, 192, 255, 1.0 );
	font-family: 'Arial Narrow';
}

.infotableinner p {
	color: rgba( 224,224,224, 1.0);
	line-height: 0.9;
}

.infotaglistbuttons {
  background-color: rgba( 0, 64, 192, 1.0 ); /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 3px 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
/* font-size: 16px; */
	
}

.newsbody {
/*  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px; */
  margin-bottom: 1px;
  color: white;
  background-color: rgba( 128,0,128,0.9 );
}

table.newstableouter {
  margin: 32px;
  padding: 32px;
  background-color: rgba( 0, 0, 0, 0.9);
  color: #111111;
}

.newstableouter h1 {
	color: rgba( 255, 192, 0, 1.0 );
}

.newstableouter h6 {
	color: rgba( 0, 192, 255, 1.0 );
}

table.newstableinner {
	border: 2px solid rgba( 32, 128, 192, 1.0 );
	border-radius: 10px;
	padding: 5px;
}

.newstableinner h2 {
	color: rgba( 255, 192, 0, 1.0 );
}

.newstableinner h5 {
	color: rgba( 0, 192, 255, 1.0 );
	font-family: 'Arial';
	font-weight: 700;
}

.newstableinner p {
	color: rgba( 224,224,224, 1.0);
	line-height: 0.9;
}

.newstableinner p.newsbody {
	background-color: rgba( 0,32,128,0.8 );
	border-radius: 10px;
	margin: 5px;
	padding: 5px;
	color: rgba( 224,224,224, 1.0);
	line-height: 1.0;
	font-size: 20px;
	font-family: 'Times New Roman', sans-serif;
}

.newstaglistbuttons {
  background-color: rgba( 0, 64, 192, 1.0 ); /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 3px 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
/* font-size: 16px; */
	
}
/* ----------------
  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;
	}
}
