/* --- Default CSS Theme to Athco System © --------*/
/* --- Designed BY : Athco Team ------*/
/* --- Web Site    : www.Athco.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;
}

/*
 * Normalize
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img, object, embed {
  max-width: 100%;
}

img {
  border: 0;
  height: auto;
  vertical-align: middle;
}

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, sans-serif;
  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"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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;
}

/*
 * Style
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@-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: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.33333;
	color: #20303c;
	word-wrap: break-word;
	letter-spacing: 0.03em;
	background-color: #f2f2f2;
}


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: 0px;
}

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;
}

.gold{ color: #c69c6d }

#wrapper {
	position: relative;
	width: 100%;

	margin: 0 auto;
	padding: 0;

	min-height: 100vh;
}

.container {
	width:100%;
	max-width:1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.rwo {
	margin: 0 auto;
	padding-left: -15px;
	padding-right: -15px;
}


.main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;

    min-height: 100vh;
}

.logo {
	padding: 15px;
	text-align: center !important;
}
.logo img {
	text-align: center !important;
	width:270px;
}
@media (max-width: 568px) {
	.logo img {
		text-align: center !important;
		width:200px;
	}
}

.grid ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

    list-style: none;

    margin: 0;
    padding: 0;
}
.grid li {
	flex-grow:0;
	width:16.666%;
	padding: 15px;
	text-align: center !important;
}
 @media (max-width: 991) {
	.grid li {
		width:33.333%;
	}
}
 @media (max-width: 769px) {
	.grid li {
		width:33.333%;
	}
}
@media (max-width: 568px) {
	.grid li {
		width:50%;
	}
}

.links {
	margin-top: 50px;
	padding: 15px ;
	text-align: center !important;
}

.social-media-links {
	margin-top: 50px;
	padding: 15px ;
	text-align: center !important;
}
.social-media-links a {
	padding: 0 15px ;
	color: #6d6e71;
	font-size: 24px;
}
