/* --- Default CSS Theme to Athco System © --------*/
/* --- Designed BY : Athco Graphic Pros Team ------*/
/* --- Web Site    : www.Athco.com.sa -------------*/
/* --- (C) Copyright 1999-2016 Athco Co. ----------*/
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  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;
}


@-webkit-viewport { width: device-width; scale: 1; }
@-moz-viewport{ width: device-width; scale: 1; }
@-ms-viewport { width: device-width; scale: 1; }
@-o-viewport { width: device-width; scale: 1; }
@viewport{ width: device-width; scale: 1; }


::selection {
  color: #FFF;
  background: #16a085;
  text-shadow: none;
}

::-moz-selection {
  color: #FFF;
  background: #16a085;
  text-shadow: none;
}

html {
  box-sizing: border-box;

  font-size: 16px;

  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.33333;
  color: #424242;
  word-wrap: break-word;
  letter-spacing: 0.03em;
  background-color: #FFF;
}


h1, h2, h3,
.h1, .h2, .h3{
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  margin-bottom: 5px;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 62.5%;
}


h1, .h1 {
  font-size: 30px;
  font-size: 1.875rem;
}

h2, .h2 {
  font-size: 26px;
  font-size: 1.625rem;
}

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
}


p {
  margin-bottom: 10px;
}

p:empty {
  display: none;
}

p:last-child {
  margin-bottom: 0;
}

.text-center {
  text-align: center !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.main{
 margin: 0 auto;
 padding: 10% ;
 width: 100%;
 height: 100%;
background: #FEFEFE;
}

.soon{
 margin: 0 auto;
 padding: 15% 11% 15% 19% ;
 width: 100%;
 height: 100%;
background: #FEFEFE;
}
