/*!
       __      _   _
      /  \   _| |_| |
     / /\ \ |_   _  |____  ____ ___  ®
    / /__\ \  | | |  __  \/ __ /   \
   / /____\ \ | | | |  |   (__  ( ) |
  /_/      \_\|_| |_|  |_|\____\___/

 * Athco V.1.0
 * http://athco.sa  , @Athco , @OmarAlwabsi
 * Copyright (c) 2017 Athco ® ( www.athco.sa )
*/
*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	box-sizing: border-box;
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.33333;
	color: #23282D;
	word-wrap: break-word;
	letter-spacing: 0.03em;
	background-color: #F1F1F1;
}
img {
	border: none;
	max-width: 100%;
}

#wrapper {
	position: relative;
	width: 100%;

	margin: 0 auto;
	padding: 0;
}

#wrapper-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#main {
	position: relative;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-box-align: center ;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;

	min-height: 100vh;
}

.brand {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background-image: url(../img/svg/AthcoSymbolColor.svg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

.brand .link {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}