/* ================================= */
/* ::::::::: 1. Newsletter ::::::::: */
/* ================================= */
#subscribe {
	overflow: hidden;
	width: 100%;
	min-height: 100%;
}
#subscribe h3 {
	font-size: 18px;
}
#subscribe .form-control {
	background: rgba(255, 255, 255, 0.2);
	border-width: 2px;
	border-color: #F8F8F8;
	border-style: solid none solid solid;
	border-radius: 5px 0 0 5px;
	box-shadow: none;
	height: 42px;
	top: 50%;
	outline: medium none;
	padding: 10px 15px;
	width: 80%;
	color: #F8F8F8;
	float: center;
}
#subscribe input#mail-sub {
	width: 71%;
	background: #000;
}
input#mail-sub:-moz-placeholder {
	color: #F8F8F8;
}
input#mail-sub::-webkit-input-placeholder {
	color: #F8F8F8;
}
#subscribe .form-control:hover, #subscribe .form-control:focus {
	box-shadow: none;
}
#subscribe button.submit {
	background: #000;
	color: #fff;
	padding: 20px;
	height: 50px;
	width: 25%;
	float: center;
	border: 5px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#subscribe .submit .fa {
	position: relative;
	margin: -10px;
	color: #f1e7c0;
}
#subscribe .submit.focus, #subscribe .submit:hover {
	background-color: #E94E4D;
	color: #000;
}
#subscribe .form-control:focus {
	border-color: #f1e7c0;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
.subscribe-newsletter {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 100px 0;
	background: rgba(0, 0, 0, 0.3);
}
.controls .fa {
	color: #A5ABB5;
	font-size: 25px;
	margin: 9px 0 0 -80px;
	position: absolute;
}
/*.controls .fa-exclamation-circle {
	right: 25%;
	margin-top: 8px;
}*/
/*.controls .fa-check {
	right: 25%;
	margin-top: 8px;
}*/
.controls button.submit .fa-check {
	right: 0;
	margin-top: 0px;
}
p.message {
	font-size: 13px;
	text-align: center;
}
.form-group {
	margin-bottom: 5px;
}
form.success-full .fa, form.success-full .message {
	color: #F1E7C0;
}
form.error .fa, form.error .message {
	color: #F1E7C0;
}
form.bad-email .fa, form.bad-email .message {
	color: #F1E7C0;
}
/* ================================= */
/* ::::::: 2. Media Queries :::::::: */
/* ================================= */
/* *=*=*=*=*=*=*=*=*=* Tablet portrait *=*=*=*=*=*=*=*=*=* */
@media (width: 320px) and (orientation : portrait) {
	#subscribe input#mail-sub {
		width: 60%;
		margin: auto;
		background: none;
		margin-left: 0px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet landscape *=*=*=*=*=*=*=*=*=* */
@media (width: 320px) and (orientation : landscape) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet portrait *=*=*=*=*=*=*=*=*=* */
@media (width: 360px) and (orientation : portrait) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet landscape *=*=*=*=*=*=*=*=*=* */
@media (width: 360px) and (orientation : landscape) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet portrait *=*=*=*=*=*=*=*=*=* */
@media (width: 375px) and (orientation : portrait) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet landscape *=*=*=*=*=*=*=*=*=* */
@media (width: 375px) and (orientation : landscape) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet portrait *=*=*=*=*=*=*=*=*=* */
@media (width: 411px) and (orientation : portrait) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet landscape *=*=*=*=*=*=*=*=*=* */
@media (width: 411px) and (orientation : landscape) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet portrait *=*=*=*=*=*=*=*=*=* */
@media (width: 414px) and (orientation : portrait) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet landscape *=*=*=*=*=*=*=*=*=* */
@media (width: 414px) and (orientation : landscape) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet portrait *=*=*=*=*=*=*=*=*=* */
@media (width: 640px) and (orientation : portrait) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet landscape *=*=*=*=*=*=*=*=*=* */
@media (width: 640px) and (orientation : landscape) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: 0px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 550px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -275px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Phone portrait *=*=*=*=*=*=*=*=*=* */
@media (width: 768px) and (orientation : portrait) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: 0px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 550px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -275px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Phone landscape *=*=*=*=*=*=*=*=*=* */
@media (width: 768px) and (orientation : landscape) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Phone portrait *=*=*=*=*=*=*=*=*=* */
@media (width: 812px) and (orientation : portrait) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 100px;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Phone landscape *=*=*=*=*=*=*=*=*=* */
@media (width: 812px) and (orientation : landscape) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: -15px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 300px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 80px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet portrait *=*=*=*=*=*=*=*=*=* */
@media (width: 1024px) and (orientation : portrait) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: 0px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 750px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -375px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 90px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet landscape *=*=*=*=*=*=*=*=*=* */
@media (width: 1024px) and (orientation : landscape) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: 0px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 750px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -375px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 100px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet portrait *=*=*=*=*=*=*=*=*=* */
@media (width: 1080px) and (orientation : portrait) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: 0px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 750px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -375px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 90px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
/* *=*=*=*=*=*=*=*=*=* Tablet landscape *=*=*=*=*=*=*=*=*=* */
@media (width: 1080px) and (orientation : landscape) {
	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		margin-left: 0px;
		float: center;
	}
	#subscribe {
		position: absolute;
		height: 200px;
		width: 750px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-left: -375px;
		margin-top: -100px;
		z-index: 999;
	}
	#subscribe .form-control {
		width: 100%;
		border-width: 2px;
		border-color: #F8F8F8;
		border-style: solid none solid solid;
		border-radius: 5px 0 0 5px;
		margin-bottom: 10px;
		outline: medium none;
		color: #333;
	}
	#subscribe .form-control:focus {
		border-color: #f1e7c0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}
	#subscribe button.submit {
		position: absolute;
		margin-left: -30px;
		background: #000;
		color: #fff;
		height: 50px;
		width: 100px;
		float: center;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}