#tagSection{
	height: 250px;
	background-color: #302C28;
}

#tagText{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 100;
}

#scrollDown{
	position: relative;
	bottom: 30px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.56);
}

#infoSection{
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #4F4C49;
}

#infoTable{
	width: 100%;
	display: table;
	font-size: 19px;
	font-weight: 200;
}

.tableRow{
	display: table-row;
/*	background-color: #d5a0a0;*/
}

.tableCellLeft{
	width: 50%;
	text-align: right;
	display: table-cell;
	padding: 5px 5px 10px;
/*	background-color: #5bd760;*/
}

.tableCellRight{
	width: 50%;
	text-align: left;
	display: table-cell;
	padding: 5px 5px 10px;
/*	background-color: #d21fc7;*/
}

.greyText{
	color: #aaaaaa;
}

.blueText{
	color: #00A5DE;
}

.followText{
	padding-top: 10px;
}

.iconFrame{
	padding-top: 10px;
}





/*

	subscription section
	added: nader
	20/04/2016

*/
.subs-overlay {
	font-size: 2.5vw;
	box-sizing: border-box;
	position: absolute;
	top: 1em;
	left: 10%;
	right: 10%;
	width: 80%;
	padding: .3em 1em;
	background-color: rgba(200, 200, 200, 0.6);
	border: 1px solid rgba(200, 200, 200, 0.6);
	border-radius: 3px;
	z-index: 1000;
}

.subs-overlay h1 {
	font-family: "helvetica neue", sans-serif;
	font-size: 1.2em;
	font-weight: 800;
	letter-spacing: 8px;
	text-transform: uppercase;
	text-shadow: 0 0 3px #888;
}

.subs-overlay h2 {
	font-family: "helvetica neue", sans-serif;
	font-size: 1em;
	margin: 0;
}

.subs-overlay p {
	font-family: "helvetica neue", sans-serif;
	font-size: .75em;
	padding: 0 2em;
/*	color: #333;*/
}

.subs-overlay form {
	font-family: "helvetica neue", sans-serif;
	font-size: .75em;
	color: #333;
	margin-bottom: .3em;
}

.subs-overlay input {
	font-family: "helvetica neue", sans-serif;
	font-size: 1em;
/*	color: #333;*/
	padding: 5px;
	width: 40%;
	background-color: rgba(200, 200, 200, 0.8);
}

.subs-overlay button {
	font-family: "helvetica neue", sans-serif;
	font-size: .7em;
	line-height: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #fff;
	border-radius: 7px;
	padding: 8px 5px;
	background-color: rgba(250, 250, 250, 0.8);
}

.subs-overlay .hilite {
	color: #E25907;
}

@media only screen and (max-width: 590px) {
	.subs-overlay {
		font-size: 4.5vw;
	}

	.subs-overlay input {
		display: block;
		margin: 10px auto;
		width: 100%;
	}
	.hilite {
		display: block;
	}

}
