article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
/* Global properties ======================================================== */
html, body {
	width:100%;
	max-width:100%;
	padding:0;
	margin:0;
	height:100%;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#767575;
	background: #FFFFFF;
	width:100%;
	max-width:100%;
	/*min-width:980px;*/
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.main {
	width:100%;
	height: auto;
	min-height:100%;
	position:relative;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
img
{
	max-width:100%;
}
a
{
	color:#CC1616;
}
a.lang
{
	color:#767575;
}
a.lang:hover
{
	color:#CC1616;
}
.li-disc
{
	list-style-type: disc; margin-left: 25px;
	margin-top:5px;
	margin-bottom:5px;
}
.company-photo-right
{
	margin-right:7px;
}
/*================================>Block-classes<==========================*/
.txt-dec-n {
	text-decoration:none !important;
}
.txt-dec-u {
	text-decoration: underline;
}
.txt-up-n {
	text-transform:none !important;
}
.txt-up {
	text-transform:uppercase;
}
.txt-al {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.lheight-19 {
	line-height:19px;
}
.font-14 {
	font-size:14px;
	line-height:24px;
	color:#afadad;
}
.col {
	color:#767575;
}
.col-1 {
	color:#000;
}
.col-2 {
	color:#d06f94;
}
.col-3
{
	color: #767575 !important;
}
.hov:hover {
	color:#d06f94;
}
.hov-1:hover {
	color:#000;
}
.border-none {
	border: none !important;
}
.bg-none {
	background: none !important;
}
.dis-block {
	display: block;
}
.dis-inblock {
	display: inline-block;
}
.marg-left-0 {
	margin-left:0 !important;
}
.marg-right-0 {
	margin-right:0 !important;
}
.marg-left-right-0 {
	margin-left:0 !important;
	margin-right:0 !important;
}
.last-mbot {
	margin-bottom:0 !important;
}
.last-pbot {
	padding-bottom: 0 !important;
}
.last-mpbot {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
/*===============================>Indent<==================================*/
.bot {
	margin-bottom: 29px;
}
.bot-1 {
	margin-bottom:26px;
}
.bot-2 {
	margin-bottom:12px;
}
.bot-3 {
	margin-bottom:18px;
}
.bot-4 {
	margin-bottom:8px;
}
.bot-5
{
	margin-bottom:6px;
}
.top-1 {
	margin-top:8px;
}
.top-2 {
	margin-top:48px;
}
.top-4 {
	margin-top:13px;
}
.top-5 {
	margin-top:15px;
}
.right {
	margin-right: 16px;
}
.divider-1 {
	width:100%;
	height:2px;
	position:absolute;
	top:518px;
	left:0;
}
.figure {
	background-color:#DDDDDD;
	border:1px solid #e3e2e2;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
	display:inline-block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.bg-wrapper {
	margin-bottom:5px;
}
.bg-wrapper-1 {
	/*background: url(../images/bg-wrapper-1.jpg) center bottom no-repeat;*/
	padding-bottom:17px;
	margin-bottom:10px;
}
/*================================link-button===============================*/
a {
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
}
p {
	padding-bottom:18px;
}
ul {
	margin:0;
	padding:0;
	list-style-image:none;
}
.button {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding:2px;
	background:#999999;
	color:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight:bold;
}
.button span {
	background:#CC1616;
	display:block;
	border:2px solid #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:2px 7px 3px;
}
.button:hover {
	color:#CC1616;
	background:#999999;
}
.button:hover span {
	background:#F2F2F2;
	border:2px solid #fff;
}
.inner {
	padding:45px 0 19px 0;
}
.inner-1 {
	padding-bottom:19px;
}
.inner-2 {
	padding:45px 0 0px 0;
}
/******************************************************************/
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	width:100%;
}
.wrapper, .wrapper-extra, .extra-wrap {
	overflow:hidden;
}
.wrapper-after:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.head-container
{
	float:left;width:960px;
	max-width:100%;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
/*===============================>H-logo-properties=========================*/
h1 {
	font-size:25px;
	font-family: 'Oswald', sans-serif;
	color:#9B9B9B;
	line-height:36px;
	font-weight: normal;
}
.sitelogo
{
	display: block;
	width:125px;
	float:left;
	z-index:1000;
	margin-top:0px !important;
}
h1 a {
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
h1 a img {
	/*border-radius:50%;*/
}
h2 {
	/*font-size:30px;*/
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	color:#CC1616;
	line-height:36px;
	font-weight: normal;
}
h3 {
	font-size:24px;
	font-family: 'Oswald', sans-serif;
	color:#000;
	line-height: 36px;
	font-weight: normal;
}
h4 {
	font-size:15px;
	line-height:25px;
	font-family: 'Oswald', sans-serif;
	background: none repeat scroll 0 0 #E8E8E8;
	border-left:3px solid #CC1616;
	color: #000;
	font-weight:bold;
	text-transform:uppercase;
	padding-left: 10px !important;
}
h4 a {
	color:#d06f94;
}
h4 a:hover {
	color:#000;
}
.pro-heading
{
	float:left;
	width:345px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.imgbordernone
{
	border:0px solid;
}
.alignleft
{
	text-align:left;
	float:left;
}
/*********************************header*************************************/
.fonter {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CC1616;
	font-size:22px;
	letter-spacing:2px;
}
.fonter a {
	color:#CC1616;
}
.slogan {
	color:#000000;
	padding-top:5px;
	font-size:12px;
}
.logobox
{
	float:left;margin-top:39px;margin-left:15px;position:relative;
}
.iso
{
	position:absolute;margin-top:-60px;font-size:12px;color:#333333;margin-left:60px;
	left:0;
	top:0;
}
.flager
{
	position:absolute;margin-top:-32px;font-size:11px;color:#333333;margin-right:185px;width: 150px;
	right:0;
	top:0;
}
.flager img
{
	vertical-align:middle;
	margin-right:2px;
	margin-left:2px;
}
.flager span
{
	display:inline-block;
}
.head {
	width:100%;
	position:relative;
}
#page-1 header {
	position: absolute;
	z-index:1000;
	left:0;
	top:25px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.div-header {
	position: relative;
}
#page-1 .div-nav {
	position:absolute;
}
header {
	width: 100%;
	margin: 0 auto;
	position:relative;
	background-image: url("../img/lines.png");
	min-height:115px;
	height:115px;
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.head-box1 {
	/*width:960px;*/
	width:72%;
	max-width:100%;
	margin:0 auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
/*********************************content*************************************/
#page-1 #content {
}
#content {
	/*width:1002px;*/
	/*width:960px;*/
	width:72%;
	max-width:100%;
	margin:10px auto 0;
	position:relative;
	z-index:100;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.innerpage
{
	margin-top:160px!important;
}
.div-content {
	/*width:1000px;*/
	width:100%;
	max-width:100%;
	background: #FFFFFF;
	padding:0px 0 20px 0;
	padding-bottom:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#map_canvas {
	width: 100%;
	border:0px solid;
	margin:0px;
}
a.viewmaplink
{
	color:#000000;
}
a.viewmaplink:hover
{
	color:#CC1616;
}
.adress {
	padding:0;
	padding-top:14px;
	font-size: 12px;
	overflow:hidden;
	color:#4E4E4E;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
}
.adress dd {
	text-align:left;
}
.adress a {
	color:#000;
	display:inline-block;
	font-size: 12px;
}
.adress a:hover {
	color:#CC1616;
	text-decoration:underline;
}
.adress span {
	display:inline-block;
	width:69px;
}
.adress strong {
	display:inline-block;
	font-weight:normal;
}
.title1 {
	letter-spacing:0;
	text-align:left;
	font-size: 12px;
	margin: 0;
	display:inline-block;
	color:#000;
}
.title1 strong{
	font-weight:bold;
}
.pp {
	display:inline-block;
	color:#d06f94;
}
.pp:hover {
	color:#000;
	text-decoration:underline;
}
.list li {
	font-size:12px;
	line-height:16px;
	padding:7px 0 7px 18px;
	display:block;
	background: url(../images/bg-list-li.png) 0 10px no-repeat;
}
.list li a {
	color:#CC1616;
}
.list li a:hover {
	color:#000;
}
.features li {
	font-size:13px;
	line-height:16px;
	padding:7px 0 7px 25px;
	display:block;
	background: url(../images/bullet-grey.png) 4px 7px no-repeat #E3E2E2;
	margin-bottom:2px;
	margin-left:12px;
	color:#8C8C8C;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.features li a {
	color:#8C8C8C;
}
.features li a:hover {
	color:#7F7F7F;
}
.features-left li {
	font-size:13px;
	line-height:16px;
	padding:7px 0 7px 25px;
	display:block;
	background: url(../images/bullet-grey.png) 4px 7px no-repeat #E3E2E2;
	margin-bottom:2px;
	margin-left:0px;
	color:#8C8C8C;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:left;
}
.features-left li a {
	color:#8C8C8C;
}
.features-left li a:hover {
	color:#7F7F7F;
}
.features-right li {
	font-size:13px;
	line-height:16px;
	padding:7px 0 7px 25px;
	display:block;
	background: url(../images/bullet-grey.png) 4px 7px no-repeat #E3E2E2;
	margin-bottom:2px;
	margin-left:12px;
	margin-right:37px;
	color:#8C8C8C;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.features-right li a {
	color:#8C8C8C;
}
.features-right li a:hover {
	color:#7F7F7F;
}
/**********************************index***********************************/
.div-cycle a {
	padding:10px 8px;
	background-color:#DDDDDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
	margin-left:2px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	width:100%;
	max-width:100%;
	text-align:center;
}
.div-cycle a:hover {
	background-color:#DDDDDD;
}
.div-cycle>div {
	padding-bottom:9px;
}
.div-cycle div p {
	padding:17px 0 10px 5px;
	line-height:18px;
}
.comment {
	background:#AEE9F9;
	border-radius: 5px;
	margin-left:14px;
	padding:13px 16px 0 16px;
	position:relative;
}
#comment-2 {
	margin-left:0;
	margin-right:14px;
}
#comment-1:after {
	content:"";
	display:block;
	position:absolute;
	background: url(../images/comment-after.png) 0 0 no-repeat;
	width:16px;
	height:10px;
	left:-16px;
	top:16px;
}
#comment-2:after {
	content:"";
	display:block;
	position:absolute;
	background: url(../images/comment-after-1.png) 0 0 no-repeat;
	width:16px;
	height:10px;
	right:-16px;
	top:16px;
}
.comment a {
	color:#000;
	display:inline-block;
	margin-bottom:3px;
}
.comment a:hover {
	color:#358BA3;
}
.top-3
{
	padding-top:20px;
	float:left;
	margin-left:12px;
}
/**********************************index-1*********************************/
/**********************************index-2*********************************/
/**********************************index-3*********************************/
/**********************************index-4*********************************/
/**********************************index-5*********************************/
/**********************************index-6*********************************/
/**********************************contact-form****************************/
#form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	padding-top: 1px;
}
#form1 label strong {
	font-weight:normal;
	display:block;
	float:left;
	width:180px;
	margin:3px 0 0 0;
}
#form1 em {
	font-style:normal;
	display:block;
	margin:-2px 0 6px 0;
	float:left;
}
#form1 input {
	color:#000;
	padding:2px 10px 4px 10px;
	outline:none;
	background:#F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 32px;
	width: 100%;
	float:left;
	border:1px solid #d7d7d7;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#form1 input:focus,#form1 textarea:focus {
	border:1px solid #CC1616;
}
#form1 textarea {
	overflow:auto;
	width: 100%;
	height: 209px;
	resize:none;
	color:#000;
	padding: 3px 10px 0 10px;
	background:#F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:1px solid #d7d7d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#form1 label {
	display:block;
	min-height: 35px;
	position:relative;
}
.name span, .email span, .phone span {
	padding-left:80px;
}
.message span {
	padding-left:0 !important;
}
#form1 label .feed_name {
	display:block;
	float:left;
}
#form1 label.message {
	display:block;
	padding-bottom:0;
	height:238px;
}
#form1 label span {
	display:block;
	margin: 0px 0 6px 3px;
	float:left;
	width:160px;
}
#form1 .error, #form1 .empty, #form1 .success {
	display:none;
	text-align:left;
	color:#d06f94;
	margin-bottom:4px;
	padding-left:80px;
}
#form1 .error, #form1 .empty {
	text-align:left;
	color:#ff0e0e;
	font-size:10px;
	float:left;
	line-height:12px;
	padding-top:3px;
	width:160px;
	display:none;
}
#form1 .message .empty {
	position: static;
	margin:5px 0 5px 5px;
	text-align:left;
}
#form1 .buttons2 {
	position:relative;
	padding:18px 0 0 0;
	text-align:right;
}
#form1 .buttons2 .button {
	margin-left:5px;
}
#form1 .buttons2 .button:hover {
}
.captcha
{
	float:right;margin-top:0px;margin-right:1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.error-empty {
	margin: 0 0 10px 5px !important;
	display:none;
	float:left !important;
	width:160px;
	word-spacing:-1px;
}
.message-success{ padding: 10px; background: #82B16E;color:#000000;margin-bottom:10px;width:350px; -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;font-size:15px; }
.message-success img { vertical-align:middle !important;}
.message-error1{ padding: 10px; color:red; background: #FBED7F;margin-bottom:10px;width:350px;-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;font-size:15px; }
.message-error1 img { vertical-align:middle !important;}
/****************************footer************************/
footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#5b5b5b;
	text-indent:0;
	text-align:left;
	position:relative;/*padding-bottom:14px;*/
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.main-footer {
	padding-top: 13px;
	padding-bottom: 15px;/*background: url(../images/bg-divider.png) 0 bottom repeat-x;*/
}
footer a {
	color:#767575;
}
footer a:hover {
	color:#767575;
	text-decoration:underline;
}
.footerline
{
	text-align:center;
	padding-bottom:10px;
	color:#999999;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	white-space:normal;
	width:100%;
}
.copyline {
    float: left;
    width: 69%;
}
/*=======================superfish=========================*/
.div-nav {
	padding:0px 0 0 0;
}
/*** MENU ***/
.collapse {
	position: relative;
	transition: height 0.35s ease 0s;
}
.nav-tabs:after, .nav-pills:after {
	clear: both;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
	content: "";
	display: table;
	line-height: 0;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
	content: "";
	display: table;
	line-height: 0;
}
.nav-tabs > li, .nav-pills > li {
	float: left;
}
li {
	line-height: 24px;
}
.nav {
	margin: 0 0px 0px 10px;
	list-style: none;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.collapsed-menu {
	position: relative;
}
.nav-pills {
	float: right;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.nav-pills li em {
	background: url(../img/sub-menu-marker.png) 0px 0px no-repeat;
	display: block;
	width: 5px;
	height: 3px;
	position: absolute;
	right:10px;
	top:15px;
}
.nav-pills > li > a {
	padding: 5px 23px 5px 23px;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	line-height: 25px;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 1px solid #979797;
	background: url(../img/nav-pills-li-a-bg.gif) left top repeat-x #c0c0c0;
	margin-right: 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
}
.nav-pills > li {
	position: relative;
}
.nav-pills > li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	behavior: url(js/PIE.htc);
}
.nav-pills > li:last-child a {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	behavior: url(js/PIE.htc);
}
.nav-pills > .active > a, .nav-pills > li > a:hover, .nav-pills > .active > a:hover, .nav-pills li.sfHover > a {
	color: #FFFFFF;
	background: #CC1616;
	border-bottom: 1px solid #B21717;
}
.nav-pills ul {
	display: none;
	z-index: 9998 !important;
	position: absolute;
	left: 0;
	top: 45px;
	width: 270px;
	background: #a8a8a8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #a8a8a8;
	list-style: none;
	margin: 0;
	padding: 8px 0;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.nav-pills ul ul {
	left: 100%;
	top: -9px;
	z-index: 9999 !important;
}
.nav-pills ul li {
	position: relative;
	z-index: 9999 !important;
}
.nav-pills ul li a {
	padding: 4px 0px 4px 10px;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
.nav-pills ul li a:hover, .nav-pills ul li.sfHover > a {
	background: #CC1616;
	color: #FFFFFF !important;
}
.nav-pills .sub-indicator {
	display: none;
}
.toplinks
{
	position:absolute;
	top:0;
	right:8px;
	margin-top:-8px;
	padding:2px;
}
.toplinks a
{
	text-decoration:none;
}
.toplinks a:hover
{
	text-decoration:underline;
}
.toggleMenu {
    background: url("../images/menu.png") no-repeat scroll right center #CC1616;
    color: #ffffff !important;
    font-family: 'OswaldLight',Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 28px;
    max-width: 100%;
    padding: 10px 0;
	padding-left:5px;
    text-transform: uppercase;
    width: 99.9%;
	-moz-border-radius: 7px;/*Firefox*/
	-webkit-border-radius: 7px;/*Safari, Chrome*/
	border-radius: 7px;
	display:none;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
/**************************SLIDER**************************/
.main-gallery {
	width:100%;
	height:790px;
	overflow:hidden;
	position: relative;
}
#simple_gallery {
	width:1980px;
	position:relative;
	overflow:hidden;
	left:50%;
	margin-left:-990px;
}
.simple_gallery {
}
.items {
	display:none;
}
.caps {
	width:925px;
	position:absolute;
	z-index:1000;
	padding:8px 7px;
	border-radius: 6px;
	left:520px;
	top:356px;
	overflow:hidden;
}
.caps ul li {
	height:25px;
}
.pag {
	background: url(../images/bg-pag.png) 0 0 repeat;
	width:925px;
	position:absolute;
	z-index:1000;
	padding:8px 7px;
	border-radius: 6px;
	left:520px;
	top:556px;
	overflow:hidden;
}
.img-pags {
	display:inline-block;
	overflow:hidden;
	width:925px !important;
}
.img-pags ul {
	margin:0;
}
.img-pags li {
	display:block;
	float:left;
	margin-right:15px;
}
.img-pags li a {
	position:relative;
	display:block;
}
.img-pags li a img {
	border:1px solid #c8beb9;
}
.img-pags li a span {
	display:block;
	background: url(../images/bg-li-transparent.png) 0 0 no-repeat;
	padding:4px;
	border-radius: 5px;
}
.img-pags li.active a span, .img-pags li a:hover span {
	background:#40A5C3;
	padding:5px;
}
.img-pags li.active a img, .img-pags li a:hover img {
	border:none;
}
/******************* carousel ***************/
.ebrochure
{
	width:52% !important;
}
.sitemap
{
	width:220px !important;
}
.carousel {
	width:100%;
	height:865px !important;
	padding-bottom:6px;
}
.carousel-box {
	position:relative;
}
.carousel ul li {
	display:block;
	width:100%;
	margin:0;
	position:relative;
	padding-bottom:29px;
	height:194px;
}
.carousel ul li .figure {
	float:left;
	margin-left:2px;
}
.carousel ul li strong {
	display:inline-block;
	margin-right:24px;
	font-weight:normal;
}
.carousel ul li h4 {
	margin-bottom:9px;
}
/******************* carousel-1 ***************/

/*--------- slider ---------*/
.div-slide {
	padding-bottom:33px;
}
#slide {
	position:relative;
	z-index:1;
	padding:5px;
	border:1px solid #e3e2e2;
	background:#fff;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
	max-width: 100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.slider {
	position: relative;
	z-index:1;
	width: 100%;
	/*height: 389px;*/
	overflow: visible !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.items {
	display:block;
	width: 100%;
}
.banner {
	margin-top:17px;
	margin-left:10px;
	text-align:justify;
	color:#3D3D3D;
}
.div-pagination {
	width:318px;
	float:left;
}
#scroller
{
	width:590px;
	float:left;
	padding:10px;
	margin-left:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFFFFF;
	border:1px solid #E3E2E2;
	margin-top:8px;
	max-width: 100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.tickercontainer {
	width: 100%;
	height: 77px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.tickercontainer .mask { 
	position: relative;
	top: 8px;
	height: 63px;
	overflow: hidden;
}
ul.newsticker { 
	position: relative;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left;
	margin: 0;
	margin-right: 20px;
	padding:3px;
	background: none repeat scroll 0 0 #E9E9E9;
    border: 0 solid #E3E2E2;
    -webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}
ul.newsticker li img {
}
.pagination {
}
.pagination li {
	float:left;
	display:block;
	margin: 0 15px 15px 0;
	background:#E9E9E9;
	border:0px solid #e3e2e2;
	border-radius: 4px;
	/*background: url(../images/bg-pag.png);*/
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
	position:relative;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.pagination a {
	display:block;
	padding:5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.pagination li.current a, .pagination li:hover a {
	padding:5px;
}
.pagination a .mainpic {
	width:141px;
}
.pagination li.current, .pagination li:hover {
	background:#CBCBCD;
	border:none;
}
.head-box2 {
	float:right;
	padding-top: 29px;
	width:560px;
	margin-top:10px;
	position:relative;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.textjustify {
	text-align:justify;
}
.full {
	text-align:justify;
}
.profile, .process
{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.profile .span8
{
    width: 670px;
}
.profile .figure
{
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.companyphoto
{
	width:49%;
}
div.centerContainer {
	/*width: 960px;*/
	width: 100%;
	max-width:100%;
	margin: 0 auto;
	overflow: hidden;
	text-align:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.box-1 {
	background: #DDDDDD;
	background:url(../images/box-2.jpg) left top repeat #DDDDDD;
	background: -moz-linear-gradient(top, #DDDDDD 0%, #DDDDDD 28%, #E8E8E8 72%, #E8E8E8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDDDDD), color-stop(28%, #DDDDDD), color-stop(72%, #E8E8E8), color-stop(100%, #E8E8E8));
	background: -webkit-linear-gradient(top, #DDDDDD 0%, #DDDDDD 28%, #E8E8E8 72%, #E8E8E8 100%);
	background: -o-linear-gradient(top, #DDDDDD 0%, #DDDDDD 28%, #E8E8E8 72%, #E8E8E8 100%);
	background: -ms-linear-gradient(top, #DDDDDD 0%, #DDDDDD 28%, #E8E8E8 72%, #E8E8E8 100%);
	background: linear-gradient(to bottom, #DDDDDD 0%, #DDDDDD 28%, #E8E8E8 72%, #E8E8E8 100%);
	filter:none;
	box-shadow:0 1px 2px rgba(0, 0, 0, .3);
	border-radius:5px;
	padding:8px 35px 34px 15px;
	line-height:18px;
	margin-bottom:13px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.box-1 .style-6 {
	padding:15px 0 10px;
	width:270px;
}
.box-1 figure {
	float:left;
	margin:0 7px 0 0;
}
.box-1 a {
	color:#7daed6;
	font-size:12px;
}
.box-1 a:hover {
	color:#fff;
}
.style-6 {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 18px;
}
.boxwidth {
	color:#4B4B4B;
	clear:both;
	text-align:justify;
	width:270px;
}
.fhright {
	width:270px;
	margin-bottom:5px;
}
.fhright a {
	float:right;
	margin-top:3px;
	color:#FFFFFF;
	font-weight:bold;
}
.fhright a:hover {
	color:#CC1616;
}
.gmap
{
	width:500px;
}