/* Left & Right alignment */
.right {
	float:right;
}
/* Global properties ======================================================== */
body, html{
	min-width:1020px;
	min-height:775px;
}
body {
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	border:0;
	color:#968D8D;
	font:11px/18px  'Tahoma', sans-serif;
	text-transform: uppercase;
}
/* Global Structure ============================================================= */
.glob {
	position:absolute;
	top: 0;
	left: 0;
	overflow:hidden;
	width:100%;
	height:100%;
	border:0;
}
.main {
	position:relative;
	margin:0 auto;
	width:970px;
}
.page_spinner {
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	width:100%;
	height:100%;
	background:url(../images/main_spinner.gif) 50% 50% no-repeat #000;
}
/* ============================= main layout ====================== */
a {
	outline:none;
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#f6af06;
}
h1 {
	display:block;
	padding:0;
}
h2 {
	padding-bottom:14px;
	color:#fff;
	font:40px 'Six Caps', sans-serif;
}
h3 {
	color:#fff;
	font:25px 'PT Sans Narrow', sans-serif;
	padding-bottom: 15px;
}
h3 img{
	margin-top: 4px;
	margin-right: 9px;
	margin-bottom:0 !important;
}
h4 {
	color:#fff;
	font:27px 'Six Caps', sans-serif;
	padding-bottom: 8px;
	margin-top: -4px;
}
p { 
	padding-bottom:13px;
}
#page_about img, #page_services img, #page_partners img { 
	border-radius: 5px;
	margin-bottom:23px;
}
#page_partners img { 
	margin-bottom:16px;
}
.img_section{
	border-radius: 5px;
	background:url(../images/img_section_bg.png);
	padding-top: 15px;
}
.img_section p{
	margin-top: -14px;
	text-align: left;
	padding-left: 6px;
}
.color1{
	color: #cbdcb2;
}
.color2{
	color: #fff;
}
/* ============================= header ====================== */
header{
	position:relative;
	z-index: 10;
	margin-top: 100px;
	width:100%;
	text-transform:uppercase;
}
#logo {
	position:relative;
	z-index:5;
	display:block;
	overflow:hidden;
	margin-top:18px;
	width:275px;
	height:99px;
	background:url(../images/logo.png) 0 0 no-repeat;
	text-indent:100%;
	white-space:nowrap;
}
/* ============================= menu ====================== */
.menu {
	position: absolute;
	left: 90px;
	padding-left: 10px;
	width: 2000px;
	background:#040404;
}
#menu > li {
	position:relative;
	float:left;
	padding-right:1px;
}
#menu > li > a{
	position:relative;
	z-index:1;
	display:block;
	padding: 0 16px;
	background:url(../images/menu_line.png) right 21px no-repeat;
	color:#cccccc;
	text-align:center;
	text-decoration:none;
	font:18px/63px 'PT Sans Narrow', sans-serif;
}
#menu > li > a.last{
	background:0;
}
#menu > li > a span{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	background:#02afe9;
}
.submenu_1 {
	position:absolute;
	top:63px;
	left:0px;
	width:137px;
	background:#232323;
	padding:12px 0 10px 0;
	z-index: 25;
}
.submenu_1 li {	
	position:relative;
	margin-top:-3px;
}
.submenu_1 li.arrow {	
	background: url(../images/submenu_arrow.png) 120px 5px no-repeat;
}
.submenu_1 a {
	position:relative;
	display:inline-block;
	padding:0 0 0 15px !important;
	color: #9e9e9e !important;
	font:16px 'PT Sans Narrow', sans-serif;
	text-decoration:none;
	z-index:1;
}
.submenu_1 a b{
	position:absolute;
	width:100%;
	height:22px;
	top:0;
	left:0;
	/*background:url(../images/submenu_hover.png) 0 0 repeat-x;*/
	z-index:0;
}
.submenu_1 li>a:hover,.submenu_1 li.sfHover>a{
	color: #fff !important;
}
.submenu_2 {
	position:absolute;
	top:-6px;
	left:137px;
	width:90px;
	background:#2c3e1f;
	padding:10px 0;
}
.submenu_2 a {
	color: #fff !important;
}.submenu_2 li>a:hover{
	color: #f7ba07 !important;
}
/* ============================= bgGall ======================= */
#bgStretch img{
	background:#000;
}
.gall_spinner {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/gallLoader.gif) 0 0 no-repeat;
}
/* ============================= splash ====================== */
#splash{
	position:absolute;
	z-index:10;
	width:100%;
}
/* ============================= content ====================== */
#content{
	position:relative;
	z-index:1;
	/* overflow:hidden; */
	width:100%;
}
#content > ul > li {
	position:absolute;
	width:100%;
	background:url(../images/page_bg.png);
}
#content > ul > li > div{
	position: relative;
	/*overflow:hidden;*/
	margin: auto;
	padding:41px 0 75px 0;
	width: 970px;
	left: 50px;
}
a, h3{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.more{
	display:inline-block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font:bold 11px 'Tahoma', sans-serif;
	padding-right: 11px;
	background:url(../images/more_arrow.png) right 4px no-repeat;
}
.more:hover{
	color:#f6af06;
	background-position:right -190px;
}
.google_map{
	width:280px;
	height:273px;
	background:#fff;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
}
.address {
	padding-bottom:27px;
	margin-top: -4px;

}
.address > span{
	width:170px;
}
.mailLink{
	text-decoration:none;
}
/* ============================= lists ====================== */
.listWithMarker li {
	display:block;
	padding-bottom:9px;
}
.listWithMarker li a {
	display:inline-block;
	padding:8px 0 8px 20px;
	border-radius: 5px;
	background:url(../images/img_section_bg.png);
	width: 260px;
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
	font:21px 'Tahoma', sans-serif;
}
.listWithMarker li a:hover {
	color:#fff;
	background:#02afe9;
}
/* ============================= footer ====================== */
footer {
	position:absolute;
	bottom:0;
	z-index:10;
	padding:0;
	width:100%;
	background:url(../images/footer_bg.png);
	color:#c8f0a1;
	text-align: center;
	text-transform: uppercase;
	font:13px 'PT Sans Narrow', sans-serif;
}
footer a{
	color:#c8f0a1;
	text-decoration:none;
}
footer a:hover{
	color:#fff;
}
footer p {
	display: inline-block;
	padding-top:9px;
	padding-bottom:5px;
}
/* ============================= forms ============================= */
#form1 {
	position: relative;
}
#form1 input {
	margin:0;
	padding:10px 10px 10px 10px;
	width:277px;
	background: #fff;
	box-shadow:none;
}
#form1 textarea {
	overflow:auto;
	margin:0;
	padding:10px 10px 10px 10px;
	width:277px;
	height:127px;
	background: #fff;
	line-height:18px;
	resize:none;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:46px;
}
#form1 .error, #form1 .empty {
	position:absolute;
	top:-1px;
	right: 3px;
	display:none;
	color:#000;
	text-transform:none;
	font-size:10px;
	line-height:18px;
}
#form1 .success {
	position:absolute;
	z-index: 1;
	width: 297px;
	height: 82px;
	left: 100px;
	border: 1px solid #333;
	background: #000;
	opacity: 0.9;
}
#form1 .success .success_txt {
	position: relative;
	top: 30%;
	color:#fff;
	text-align: center;
}
.btns a{
	margin:19px 10px 0 10px;
}
/* Form defaults */
input, select, textarea {
	color:#bababa;
	font:13px/13px 'Tahoma', sans-serif;
}
/* ============================= start soc icons ====================== */
.soc_links {
	position:relative;
	left:25px;
	display: inline-block;
}
.soc_links>li {
	position:relative;
	display:inline-block;
	float:left;
	margin-top:-4px;
	margin-left:4px;
	width:21px;
	height:21px;
}
.soc_links>li>a {
	position:relative;
	display:inline-block;
	width:100%;
	height:100%;
}
.soc_links>li>a>img {
	position:relative;
	margin-top:10px;
}
/* ============================= end soc icons ====================== */