@charset "utf-8";
@font-face {
  font-family: 'Open Sans';
  src:url(../fonts/impact.ttf);
}
@font-face {
  font-family: 'century';
  src:url(../fonts/gothic.ttf);
}
img
{  border-style: none;
}

.bg {
	background-color: #fff;
	text-align: center;
	padding:0px;
	margin:0px;
}

.mclients {padding-top:30px;
padding-bottom:30px;}

.datacontainer {
	width: 1000px;
	position: relative;
	margin: auto;
	align:center;
	z-index:9995;
	top: 0px;
	background-image: url(../images/m_page_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#slidersa {
	list-style:none;
	padding:0px
}
.slidersa-container {
	width:100%;
	height:108px;
	padding-bottom: 15px;
	margin-top: -15px;
}
#slidersa img { 
	width:150px; 
	height:108px; 
	margin:0px; 
	display:inline-block  
}

#slidersa li {
	width:240px
}
.footerblock {
	font-family: century;
	background-color: #003b5d;
	color: #FFF;
	font-size: 36px;
	margin-bottom: -6px;
	line-height: 36px;
	display: inline-block;
	vertical-align: middle;
	width: 970px;
}
.footerf {
	font-family: century;
	font-weight: normal;
	color: #FFF;
	font-size: 36px;
	vertical-align: middle;
	}
	
.footerf1 {
	font-family: century;
	font-weight: normal;
	color: #FFF;
	font-size: 22px;
	vertical-align: middle;
	line-height: 22px;
	}
	
.slidecontainer {
	position: fixed;
	margin:0 auto;
	top: 0px;
	width: 2200px;
	height: 1450px;
	overflow: hidden;
	box-shadow:1px 5px 5px rgba(0,0,0,.4);
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #09F;
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}

.buttons {
	color: #FFF;
	border-radius: 3px 3px 3px 3px;
	border: thin solid #fff;
	background-color: #09F;
	line-height: 46px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	font-size: 32px;
}

.datafield {
	border-radius: 3px 3px 3px 3px;
	border: thin solid #c1c1c1;
	color: #fff;
}

.titles {
	font-family: Open Sans;
	font-size: 20px;
	font-weight: normal;
	color: #09F;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #0077C6;
	letter-spacing: 2px;
}
.titlesnoborder {
	font-family: Open Sans;
	font-size: 34px;
	color: #09F;
	letter-spacing: 2px;
}


.textnormal {
	font-family: century;
	line-height:30px;
	font-size: 24px;
	font-weight: normal;
	color: #666;
}
.bluefont {
	color: #09F;
	font-family: century;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.innertxten {
	font-family: century;
	font-size: 12px;
	color: #666;
}
.englishformmenues {
	color: #666;
	border-radius: 3px 3px 3px 3px;
	border: thin solid #999;
	text-align: center;
	font-size: 24px;
	line-height: 46px;
	font-weight: normal;
	font-family: century;
}

.borderbottom {
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #0077C6;
}
#map-canvas {
    width: 100%;
    height: 400px;
	position: relative;
	margin:0 auto;
	top: 93px;
	overflow: hidden;
      }
span.corner {
	z-index: 9999;
	position:absolute;
	top: 0px;
	left: 0px;
	display: block;	
}
.copyrightfont {
	font-family: century;
	font-size: 10px;
	color: #000;
}
.underlinegrey {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: century;
	font-size: 10px;
	color: #333;
}

/* occordion */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-family: century;
	font-size: 32px;
	position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  padding: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#cssmenu > ul > li {
  margin: 0 0 2px 0;
}
#cssmenu > ul > li:last-child {
  margin: 0;
}
#cssmenu > ul > li > a {
  font-size: 32px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background-image: linear-gradient(to right, #214369, #01bffe);
  border-radius: 2px;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 6px 10px;
  border-radius: 2px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
	background-image: linear-gradient(to right, #01bffe, #c8f1ff);
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
#cssmenu > ul > li.active > a span {

}
#cssmenu > ul > li.has-sub > a span {
  background: url(../images/icon_plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../images/icon_minus.png) 98% center no-repeat;
}

#cssmenu ul ul {
  padding: 5px 12px;
  display: none;
}
#cssmenu ul ul li {
  padding: 3px 0;
}
#cssmenu ul ul a {
  display: block;
  color: #595959;
  font-size: 12px;
}
#cssmenu ul ul a:hover {
	color: #F90;
}
/* popup */
.tbox {position:absolute; display:none; padding:14px 17px; z-index:9999}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(../images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:9998}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}

/* menu phone */
.nav {
	display: block;
	text-transform: uppercase;
	padding: 0;
	z-index: 9999;
	width: 970px;
	margin-top: -4px;
	font-family: century;
	font-size: 43px;
	line-height: 70px;
	font-weight: normal;
	margin-bottom: 7px;
}

.nav li {
	display: inline-block;
	list-style: none;
	z-index: 9998;
	width: 970px;
}

.nav .button-dropdown {
    position: relative;
}

.nav li a {
	display: block;
	color: #fff;
	background-color: #003b5d;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #09a0e7;
	padding-top: 10px;
	line-height: 70px;
	height: 70px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.nav li a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #999;
}

.nav li a:hover, .nav li a.dropdown-toggle.active {
	background-color: #09a0e7;
	color: #fff;
}

.nav li a:hover span, .nav li a.dropdown-toggle.active span {
    color: #fff;
}

.nav li .dropdown-menu {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 70px;
}

.nav li .dropdown-menu.active {
    display: block;
}

.nav li .dropdown-menu a {
	line-height: 70px;
	height: 70px;
}