@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,700,700italic,500,400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
/*@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);*/
@import url(https://fonts.googleapis.com/css?family=Philosopher:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

body {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	margin: 0px;
	color: #999;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #132755;
	padding: 0px;
	line-height: 1em;
	background-image: url(../img/pattern01.png);
	background-repeat: repeat;
	background-position: center top;
}
.icons {
	font-family: Icons;
}
pre { overflow: scroll; font-size: 10px; }
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	display: block;
	font-family: 'Philosopher', sans-serif;
	line-height: 1em;
	font-weight: normal;
	color: #1d1611;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
p {
	margin: 0px;
	padding: 0px;
	/*line-height: 1.2em;*/
}
a {
	outline: none;
	text-decoration: none;
	color: #ba9a78;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
img {border:none;}
ol {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
form, fieldset {
    border: none;
    margin: 0;
	padding: 0;
	outline:none;
}
/*div, ul, li, img, a, a:hover, span, form, fieldset, input, select, textarea, input, input[type="radio"], h1, h2, button, p, small, strong {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.clear {clear:both;}
.hidden {
	overflow: hidden;
}
.required {
	color: #fff;
	/*font-weight: bold;
	float: right;
	margin-left: 5px;*/
}
form, fieldset, input, select, textarea, button, input[type="file"] {
	font-family: 'Lato', sans-serif;
    border: none;
    margin: 0;
	padding: 0;
	outline: 0;
}
input[type="submit"]:hover , input[type="reset"]{cursor:pointer;}
a:link { -webkit-tap-highlight-color: #fff; }
::-moz-selection{ background: #fff; color:#132755; text-shadow: none; }
::selection { background:#fff; color:#132755; text-shadow: none; }
.half_col {
	float: left;
	width: 50%;
	position: relative;
}
.third_col {
	width: 33.3333%;
	float: left;
	position: relative;
}
.onthird_col {
	width: 66.66666666666667%;
	float: left;
	position: relative;
}
.marginer {
	margin-right: 3px;
	margin-left: 3px;
}
.alignleft {
	float: left;
	width: 49%;
	margin-right: 1px;
}
.alignleft:last-child {width: 50%; margin-right: 0px !important;}
@media screen and (max-width: 520px) {
.alignleft, .alignleft:last-child {
	float: none !important;
	width: 100% !important;
	margin-right: 0 !important;
}
}
hr {
	height: 1px;
	display: block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E2E2E2;
	margin-top: 10px;
	margin-bottom: 10px;
}
#map_canvas {
	height: 588px;
	width: 100%;
	position: relative;
	display: block;
	background-color: #fff;
	background-image: url(../img/loading01.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#map_canvas h1 {
	font-size: 16px;
	color: #999;
	display: block;
	margin: 0px;
	padding: 0px;
}
#map_canvas h2 {
	font-size: 14px;
	color: #999;
}
#map_canvas p {
	font-size: 11px;
	line-height: 1.3em;
	color: #666;
}
.error, .success, .alert, .notice {
	display: block;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
	padding: 10px;
}
.error p, .success p, .alert p, .notice p {
	margin: 0px;
	padding: 0px;
}
.error a, .success a, .alert a, .notice a {
	color: #fff;
	font-weight: bold;
}
.error, .alert {
	background-color: #FFCC00;
	color: #630;
}
.success {
	background-color: #ADE9CF;
	color: #096;
}
.notice {
	background-color: #0066CC;
	color: #BEF;
}
.fix {
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	height: auto !important;
	z-index: 999999;
	width: 100% !important;
	font-size: 18px !important;
	background-image: none !important;
	text-align: center !important;
	padding-top: 40px !important;
	padding-right: 0px !important;
	padding-bottom: 40px !important;
	padding-left: 0px !important;
	margin: 0 !important;
	line-height: 1.2em;
}
@media screen and (max-width: 480px) {
.fix {
	font-size: 14px !important;
}
}
.fix span.delete {
	top: 8px !important;
	right: 8px !important;
	width: 24px !important;
	height: 24px !important;
}
span.delete {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px;
	height: 100%;
}
.error_page {
	background-image: url(../img/404.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	line-height: 5em;
	min-height: 300px;
	padding-top: 50px;
}
::-webkit-scrollbar {
    width: 10px;
    padding-top: 40px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #fff;
    border: 1px solid #fff;
    background: #fff;
}
::-webkit-scrollbar-thumb{
    border-radius:10px;
    height: 30px;
    width: 10px;
    border: 1px solid #132755;
    background: #132755;
    -webkit-box-shadow: 0 1px 1px #132755;
    background: #132755;
}
::-webkit-scrollbar-track-piece {
	cursor: pointer;
    height: 30px;
}
.en {
	direction: ltr !important;
	font-family: 'Lato', sans-serif;
	line-height: 1.4em;
	font-size: 13px;
}
[hidden] {
    display: none;
}
svg:not(:root) {
    overflow: hidden;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('fonts/MonoSocialIconsFont-1.10.eot');
    src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}
#ui_notifIt {
	position: fixed;
	top: 10% !important;
	right: 0px !important;
	left: 0px !important;
	cursor: pointer;
	overflow: hidden;
	-wekbit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	z-index: 2000;
	margin: auto !important;
	padding: 0 !important;
}
#ui_notifIt:hover {
	opacity: 1 !important;
}
#ui_notifIt {
	text-align: center;
	font-size: 17px;
}
#ui_notifIt.success {
	background-color: yellowgreen;
	color: #fff;
}
#ui_notifIt.error {
	background-color: orangered;
	color: #fff;
}
#ui_notifIt.warning {
	background-color: orange;
	color: #fff;
}
#ui_notifIt.info {
	background-color: deepskyblue;
	color: #fff;
}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
.video_gallery_player {
	overflow: hidden;
	height: 525px;
	width: 900px;
}
