/*

 [Master Stylesheet]

 Project: NEWSFOOD
 Author : AHMED GEBRIL

 */
@font-face {
	font-family: myriad;
	src: url(../fonts/myriad-pro/MYRIADPRO-REGULAR.OTF);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	background-color: transparent !important;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
:after, :before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before, .container:before, .clearfix:after, .container:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after {
	clear: both;
}
a,.btn, .trans {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.hide {
	display: none !important;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid #000000;
	background: transparent;
	white-space: nowrap;
	padding: 5px 15px;
	color: #000000;
	line-height: normal;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:hover {
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.input {
	background-image: none;
	background: none;
	border: none;
	color: #FFFFFF;
	outline: 0;
}
input, a {
	outline: 0;
}
a:hover {
	color: #FF7474;
}
body {
	font-family: myriad;
	margin: 0;
	background: url(../images/login/login-bg.jpg) no-repeat center;
	background-size: cover;
}
.container {
	width: 1100px;
	margin: auto;
	max-width: 100%;
}
header {
	padding: 30px 0;
}
.main-menu {
	float: left;
}
.main-menu li {
	float: left;
	margin-right: 20px;
}
.main-menu li a {
	font-size: 14px;
	color: #000000;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.main-menu li a:hover {color: #FFFFFF;}
.signin {
	float: right;
}
.signin label {
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
	vertical-align: middle;
}
.signin .btn {
	vertical-align: middle;
	font-size: 13px;
	padding: 2px 10px;
}
.login-page {
	padding: 50px 0 10px;
	color: #FFFFFF;
}
.logo {
	display: inline-block;
	margin-bottom: 10px;
}
.login-right {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.login-right p {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.login-right p strong {
	display: block;
	font-size: 35px;
}
.login-right .btn {
	border-color: #000000;
	color: #000000;
	border-width: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
.login-container {
	float: left;
	padding: 50px 50px;
	background: #000000;
	width: 350px;
}
.login-container h3 {
	margin: 0 0 10px;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}
.text-center {text-align: center;}
.login-container .text-center {
	margin: 15px 0;
}
.form-group {
	margin-bottom: 15px;
}
.form-group:last-child {margin-bottom: 0;}
.control-label {
	display: block;
	margin-bottom: 5px;
}
.form-group label {
	font-size: 14px;
}
.form-control {
	border: 1px solid #FCFCFC;
	background: none;
	width: 100%;
	padding: 4px 5px;
	height: 30px;
}
.help-block-error {
	color: #E46A6A;
	margin-top: 5px;
}
.login-hint {
	font-size: 13px;
}
.login-hint a {
	text-decoration: underline;
	color: #FFFFFF;
}
.form-group .btn {
	width: 100%;
	background: #EB6C6A;
	border: none;
	color: #FFFFFF;
	margin: 20px 0 0;
	border-radius: 0;
}
.form-group .btn:hover {
	background: #FFFFFF;
	color: #EB6C6A;
}
.field-loginform-rememberme {
	margin-bottom: 0;
}

@media (max-width: 1150px) {
	.container {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	body {
		background: url(../images/login/login-bg-mobile.jpg) no-repeat center;
		background-size: cover;
	}
	.login-page {padding: 20px 0;}
	.login-right {
		float: none;
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
	}
	.login-container {
		float: none;
		margin: auto;
	}
	.logo {
		vertical-align: middle;
	}
	.login-right > div {
		width: 220px;
		display: inline-block;
		text-align: left;
		margin-left: 20px;
		vertical-align: middle;
	}
	.login-right p {margin-bottom: 15px;}
}
@media (max-width: 480px) {
	.logo img {width: 90px;}
	.login-right {margin-bottom: 10px;}
	.login-right p {font-size: 18px;}
	.login-right p strong {font-size: 25px;}
	.login-right > div {width: 180px;}
	.login-right .btn {font-size: 14px;}
	.login-container {
		padding: 50px 30px;
		max-width: 100%;
	}
}
.auth-clients li {width: 100%;}
.facebook.auth-link {
	width: 100%;
	height: 40px;
	display: block;
	color: #FFFFFF;
	text-align: left;
	background-color: #0072bc;
}
.facebook.auth-link:after {
	content: "CONNECT WITH FACEBOOK";
	display: inline-block;
	vertical-align: middle;
}
.auth-icon.facebook {
	/*background-position: center -170px;
	background-color: #3a5897;
	width: 100%;
	display: none;*/
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icons/facebook-letter-logo.png) no-repeat center;
	height: 100%;
	width: 40px;
	border-radius: 0;
}
