Body, html {
    font-size: 14px;
	font-family: 'ExpressLightSSiLight', Arial, Helvetica, sans-serif;
    background-size: 100%;
    background-color:#e9e9e9;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'ExpressLightSSiLight', Arial, Helvetica, sans-serif;
	margin:5px 0 5px 0;
	font-weight: normal;
}

h1 { font-size:200%; }
h2 { font-size:170%; }
h3 { font-size:140%; }
h4 { font-size:110%; }
h5 { font-size:60%; }
h6 { font-size:30%; }
	
.md-modal h1, .md-modal h2, .md-modal h3, .md-modal h4, .md-modal h5 , .md-modal h6 {
    color: white;
}
 
.headSpacer_Mint {
	min-height: 50px;
	width: 100%;
	background-color: #13B79D;	
}

#wrapper {	
	min-height:100%;
	position:relative;
}
#footer_container {
	font-size:1.2em;
	color:white;
	position: relative;
	bottom:0px;
	min-height:30px;
	padding:1em;
	width:100%;
	background-color: rgba(0, 0, 0, 0.60);
	text-align:center;
}
#footer h3 {
	color:white;
	padding:5px;
}
a:link{
	text-decoration: none;
	color:#0045d7;
}
a:visited{
	color:#0045d7;
}
a:hover{
	color:#3273ff;
}

label {
    position: relative;
    display: inline-block;
}
.styled-select {
	position:relative;
	top:0px;	
}
.styled-select select {
	display: inline-block; 
	padding:0 3px 0 3px;
	background: transparent;
	width: 80px;
	outline: none;
	color: #74646e;
	border: 0px;
	font-size: 11px;
	line-height: 1;
	-webkit-appearance: none;
}

.styled-select {
   background: url(../images/selectoption_arrow.png) no-repeat right #eaeaea;
   border: 1px solid #ccc;
}

.social-txt {
	display:inline-block;
	float:left;
	top:5px;
	width:95px;
	height:15px;
}


#published-state {
	font-family: font-family: 'ExpressLightSSiLight', Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
}
#published-state b{
	color:rgb(102, 0, 102);
}
#top-bar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 180px;
	height: 30px;
	background-color: #FFF;
	font-size:14px;
	font-family: 'ExpressLightSSiLight', Arial, Helvetica, sans-serif;
	z-index: 3;
}
#top-bar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top-bar li{
	display: inline;
	float:left;
	/*background-image: url(../images/nav_divider.jpg);*/
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 0 3px 0 3px;
	color: #333;
}
	#top-bar li a:link{
		color: #333;
		padding: 3px 3px 3px 3px;
	}
	#top-bar li a:hover{
		color: #B0237B;		
	}
	#top-bar li a:visited{
		color: #333;
	}
	#top-bar li a:active{
		color: #AC0057;
	}
	
#top-nav-right{
	float: right;
	margin:5px 2px 5px 2px;	
}
#top-nav-left{
	float: left;
	margin:7px 5px 5px 5px;
}
.preloader{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	min-height: 600px;
	height:100%;
	opacity: 0.6;
	background:#fff url(../images/loading2.gif) 50% 550px no-repeat;
	display:inline;
	z-index: 2;
}
ul.top-info-list li { 
	position: relative;
	margin: 5px 0 5px 0;
}
input[type=text], input[type=password] {
	width:100%;
	margin:2px;
	padding:2px;
}

input[type="button"] {
	margin: 4px;
	width: 60px;
	height: 30px;
}

input[type="submit"] {
	width: 60px;
	height: 30px;
}
#imgSlider {
	width: 100%;
	height: auto;
/* 	background-color: red; */
}

#imgSlider img {
	float:center;
	display: block;
	margin-left: auto;
    margin-right: auto;
    
    width:auto;
		max-height: 383px;
		max-width:100%;
		height: auto;
		
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	.headSpacer_Mint {
		min-height: 80px;
		width: 100%;
		background-color: #13B79D;	
	}
	#footer_container {
		font-size:1.2em;
	}
	Body, html {
	    font-size: 14px;		
	}	
	#top-info {
	  position: relative;
	  top:0px;
	  right:0px;
	  float: right;
	  color: #f1f1f1;
	  max-width: 350px;
	  height: 120px;
	  font-size: 12px;
	}
	#top-info img {
		position: absolute;
		margin:0 0 0 -25px;
	}
/*
	#imgSlider {
		height:284px;
	}
*/
	ul.top-info-list li {
		position: relative;
		margin: 5px 0 5px 0;
	}
	#footer_container {	
		min-height:10px;
	}
	
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
	h1 { font-size:240%; }
	h2 { font-size:210%; }
	h3 { font-size:180%; }
	h4 { font-size:150%; }
	h5 { font-size:100%; }
	h6 { font-size:70%; }
}

/*Hides and unnecessary div*/
#modal-hide-this {
	background-color:red;
	display:none;
}