@font-face {
  font-family: 'Aller-Rg';
  src: url('../fonts/Aller_Rg.ttf')  format('truetype');
}
@font-face {
  font-family: 'Aller';
  src: url('../fonts/Aller.ttf')  format('truetype');
}
@font-face {
  font-family: 'Aller-Lt';
  src: url('../fonts/Aller_Lt.ttf')  format('truetype');
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666666;
	line-height:24px;
	background:#fff;
}
/*back to top*/
.scrollup{
	width:40px;
	height:40px;			
	text-indent:-9999px;
	position:fixed;
	bottom:50px;
	right:20px;
	display:none;			
	background:url(../images/icon_top.png) no-repeat;
	z-index:99;
}
/*back to top*/

.navbar-default {
	border:none;
	background:#fff;
	margin-bottom:0;
	box-shadow:0 0 6px #ccc;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:none;
	color:#292f54;
	border-bottom:1px solid #292f54
}
.navbar-brand {
	margin-left:0;
	height:auto;
	padding:8px 0;
}
.navbar-brand img {
	width:100%;
}
.navbar-default .navbar-nav > li > a {
	color:#999999;
	font-size:14px;
	font-family: 'Aller-Rg';
	text-transform:uppercase;
	padding:3px 0;
}
.nav > li {padding:0 10px}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#292f54;
	border-bottom:1px solid #292f54
}
.navbar-nav {
	margin-top:0;
	float:right;
}


.navbar-toggle {
	background:#7a75b5;
	border:none;
	margin-top:20px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#fff;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle .icon-bar:focus {
	background:#7a75b5;
}
.navbar-collapse {
	width:100%;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-left:0;
	margin-right:0;
}
a:focus {
	outline:none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background:none;
	color:#292f54;
}
.dropdown-menu > li > a {
	font-size:14px;
	font-family:"Aller-Rg";
	color:#999999;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background:#7a75b5;
	color:#fff;
}


.home_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
/*bx slider*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #7a75b5;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*bx slider*/

.banor_part {
	margin:70px 0 0 0 ;
	padding:0;
	width:100%;
	float:left;
}
.bxslider {
	margin:0;
	padding:0;
}
.bxslider .btn-default {
	position:absolute;
	left:42%;
	bottom:70px;
	font-size:18px;
	border:2px solid #fff;
	font-family: 'Aller-Rg';
	text-transform:uppercase;
	background:none;
	color:#fff;
	padding:10px 30px;
	transition:1s all;
	-moz-transition:1s all;
	-webkit-transition:1s all;
	-o-transition:1s all;
	-ms-transition:1s all;
}
.bxslider .btn-default:hover {
	background:#7a75b5;
	color:#fff;
}
.page_title_part {
	margin:80px 0 50px 0;
	padding:0;
	float:left;
	width:100%;
	text-align:center;
	color:#454545;
	font-size:40px;
	font-family: 'Aller-Lt';
	text-transform:uppercase;
}
.page_title_part span {
	 font-family: 'Aller';
}

/*about*/
.about_us_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.about_paragraph_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	color:#666666;
	text-align:justify;
	font-size:14px;
	font-family: 'Aller-Rg';
	line-height:35px;
}
.about_sub_part_bg {
	margin:50px 0 0 0;
	padding:0;
	float:left;
	width:100%;
}

.about_sub_left_part_bg {
	margin:0;
	padding:0;
	float:left;
	width:48%;
}
.about_sub_right_part_bg {
	margin:0;
	padding:0;
	float:right;
	width:48%;
}
.about_sub_left_part {
	margin:0;
	padding:0 30px 0 0;
	float:left;
	width:88%;
}
.about_sub_right_part {
	margin:0;
	padding:0 0 0 30px;
	float:right;
	width:88%;
}
.company_pro_icon_part {
	margin:0;
	padding:0;
	float:right;
}
.bord_of_director_icon_part {
	margin:0;
	padding:0;
	float:left;
}
.about_sub_left_part h3 {
	margin:0 0 7px 0;
	padding:0;
	float:right;
	font-size:18px;
	color:#313131;
	font-family: 'Aller-Rg';
}
.about_sub_right_part h3 {
	margin:0 0 7px 0;
	padding:0;
	float:left;
	font-size:18px;
	color:#313131;
	font-family: 'Aller-Rg';
}
.about_sub_left_part p {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	font-family: 'Aller-Rg';
	font-size:15px;
	color:#666666;
	text-align:justify;
	line-height:30px;
}
.about_sub_right_part p {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	font-family: 'Aller-Rg';
	font-size:15px;
	color:#666666;
	text-align:justify;
	line-height:30px;
}
.about_sub_btn_left_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.about_sub_btn_left_part a {
	margin:20px 0 0 0;
	padding:0;
	float:right;
	font-size:18px;
	color:#7a75b5;
	font-family: 'Aller-Rg';
}
.about_sub_btn_right_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.about_sub_btn_right_part a {
	margin:20px 0 0 0;
	padding:0;
	float:left;
	font-size:18px;
	color:#7a75b5;
	font-family: 'Aller-Rg';
}

.margin_extra {
	margin-bottom:30px;
}
.page_inner_title_part {
	margin:30px 0 30px 0;
	padding:0;
	float:left;
	width:100%;
	color:#454545;
	font-size:40px;
	font-family: 'Aller-Lt';
	text-transform:uppercase;
}
.about_inner_paragraph_part {
	padding-left:0;
	padding-right:0;
}
/*about*/






/*product*/
.product_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.product_part_bg {
	margin:70px 0;
	padding:0;
	float:left;
	width:100%;
}
.product_block_part {
	margin:0;
	padding:0 35px;
	float:left;
	width:100%;
	background:#7a75b5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	text-align:center;
	height:465px;
}

.product_block_icon {
	margin:-80px auto 0 auto;
	padding:0;
	width:157px;
	height:157px;
	background:#fff;
	border:1px solid #dcdcdc;
	text-align:center;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	-o-border-radius:100px;
	-ms-border-radius:100px;
	text-align:center;
	position:relative;
}
.product_block_icon img {
	margin-top:37px;
}
.product_block_part h3 {
	margin:16px 0 0 0;
	padding:0;
	float:left;
	width:100%;
	text-align:center;
	font-size:25px;
	font-family: 'Aller-Rg';
	color:#fff;
	text-transform:uppercase;
}
.product_block_part p {
	margin:20px 0 0 0;
	padding:0;
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
	font-family: 'Aller-Rg';
	line-height:30px;
}
.product_block_btn_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	text-align:center;
	position:absolute;
	bottom:20px;
	left:0;
}
.product_block_btn_part .btn-default {
	background:#fff;
	color:#7a75b5;
	text-transform:uppercase;
	border-color:none;
	font-size:16px;
	font-family: 'Aller-Rg';
	padding:12px 20px;
	margin-top:15px;
	transition:1s all;
	-moz-transition:1s all;
	-webkit-transition:1s all;
	-o-transition:1s all;
	-ms-transition:1s all;
	
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	border-color:none;
	background:#454545;
	color:#fff;
}
.product_part_bg .block_part_extra {
	margin-bottom:0;
}
/*product*/


/*quality control*/
.quality_control_part {
	margin:0;
	padding:0 0 50px 0;
	width:100%;
	float:left;
	background:#f1f1f1;
}
.quality_control_article {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	color:#666666;
	font-size:14px;
	font-family: 'Aller-Rg';
	line-height:35px;
	text-align:justify;
}
/*quality control*/


/*contact us*/
.contact_us_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.map_part {
	margin:0 0 33px 0;
	padding:0;
	float:left;
	width:100%;
}
.map_part iframe {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:400px;
}
.contact_block_part {
	margin:0;
	padding:0 50px 30px 0;
	float:left;
	width:100%;
	border-right:1px solid #e3e2e2;
}
.contact_email_part {
	margin:0 0 40px 0;
	padding:0;
	float:left;
	width:100%;
}
.contact_form_btn_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.contact_block_part .form-control {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	color:#b8b7b7;
	border:1px solid #e3e2e2;
}
.contact_block_part .form-group {
	margin-bottom:40px;
}
.contact_form_btn_part .btn-primary {
	padding:9px 20px;
	background:#7a75b5;
	font-size:16px;
	font-family: 'Aller-Rg';
	border:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	transition:1s all;
	-moz-transition:1s all;
	-webkit-transition:1s all;
	-o-transition:1s all;
	-ms-transition:1s all;
}
.contact_form_btn_part .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background:#454545;
}
.contact_address_block_part {
	margin:40px 0 0 0;
	padding:0 0 0 50px;
	float:left;
	width:100%;
}
.contact_address_block_part h3 {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	font-size:20px;
	color:#424242;
	font-family: 'Aller-Rg';
}
.contact_address_block_part p {
	margin:15px 0 0 0;
	padding:0;
	float:left;
	width:100%;
	font-size:16px;
	color:#666666;
	font-family: 'Aller-Rg';
	line-height:30px;
}
.contact_address_block_part p a {
	color:#7a75b5;
}
.contact_block_part .form-control:focus {
	border-color:#7a75b5;
	box-shadow:0 0 8px rgba(122, 117, 181, 0.6);
}
.form-control::-moz-placeholder {
	font-size:14px;
	font-family:"Aller-Rg";
}
/*contact us*/

.panel-footer {
	background:#7a75b5;
	border-radius:0;
	width:100%;
	border:none;
	padding:10px 0;
	float:left;
}
p.copy_right_part {
	margin:0;
	padding:0;
	float:left;
	font-size:12px;
	color:#fff;
	font-family: 'Aller-Rg';
	width:100%;
	text-align:right;
}

/*inquiry*/
.inquiry_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.inquiry_form_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.inquiry_form_part .form-horizontal .control-label {
	font-size:16px;
	font-family: 'Aller-Rg';
	color:#7a75b5;
	font-weight:normal;
}
.inquiry_form_part .form-control:focus {
	border-color:#7a75b5;
	box-shadow:0 0 8px rgba(122, 117, 181, 0.6);
}
.inquiry_form_part .btn-info {
	padding:9px 28px;
	background:#7a75b5;
	font-size:16px;
	font-family: 'Aller-Rg';
	border:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	transition:1s all;
	-moz-transition:1s all;
	-webkit-transition:1s all;
	-o-transition:1s all;
	-ms-transition:1s all;
}
.inquiry_form_part .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background:#454545;
}
.inquiry_right_part {
	margin:50px 0 0 0;
	padding:0;
	float:left;
	width:100%;
	text-align:center;
}
/*inquiry*/

/*infrastructur*/
.infrastructure_part {
	margin:0 0 50px 0;
	padding:0;
	float:left;
	width:100%;
}
/*infrastructur*/


.inner_select_dropdown {
	position:relative;
}
.go_to_list_part {
	margin:0;
	padding:0;
	right:15px;
	top:30px;
	position:absolute;
	width:30%;
}
/*dropdown select*/
.idealselect {
  position: relative;
  width: 230px;
  display: inline-block;
  zoom: 1;
  float:right;
}
.inquiry_form .idealselect {width:100%}

.idealselect * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.idealselect:before,
.idealselect:after {
  content: "";
  display: table;
}

.idealselect:after { clear: both; }

.idealselect:focus { outline: none; }

.idealselect ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

.idealselect .title {
  position: relative;
  display: block;
  padding:9px 16px;
  text-decoration: none;
  color: #fff;
  background: #7a75b5;
  font-size:16px;
  font-family:'Aller-Lt';
}

.idealselect .title:after {
  content: "";
  position: absolute;
  background:url(../images/dropdown_arrow.png) 0 0 no-repeat;
  height:11px;
  width:17px;
  right:15px;
  top:17px;
}

.idealselect .title i {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2em;
  background: #7a75b5;
}

.idealselect .title:hover {
  background: #7a75b5;
}

.idealselect .title:focus { outline: none }

.idealselect:focus .title {
  border-color: #fff;
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  -o-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
}

.idealselect.openfocus .title {
  border-color: #aaa;
  -webkit-box-shadow: none;
  box-shadow: none
}
.idealselect.open .title:after {
  background:url(../images/dropdown_arrow2.png) 0 0 no-repeat;
  height:11px;
  width:17px;
}

.idealselect .dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
/*  max-height: 14em;*/
  overflow-y: auto;
  background: #999999;
  border-top: 0;
}

.idealselect .dropdown li {
  padding: 0 10px;
  height: 2em;
  line-height: 2;
  color: #fff;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family:'Aller-Lt';
  font-size:14px;
}

.idealselect .dropdown li:hover { background: #7a75b5; color:#fff }

.idealselect .dropdown li.selected,
.idealselect .dropdown li.selectedactive {
  color: #fff;
}

.idealselect.open .dropdown { display: block; }

.ie9 .idealselect .dropdown {
  width: auto;
  min-width: 100%;
}
/*dropdown select*/



/*vatenary*/
.inner_collapse_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.inner_collapse_part .glyphicon {
	float:right;
}
.inner_collapse_part .panel-default > .panel-heading {
	background-color:#7a75b5;
	border-color:#7a75b5;
	color:#fff;
}
.inner_collapse_part .panel-title {
	font-family: 'Aller-Rg';
}
.inner_collapse_part .table > thead > tr > th  {
	font-size:16px;
	font-family: 'Aller-Rg';
}
.inner_collapse_part .table > tbody> tr > td {
	font-size:14px;
	font-family: 'Aller-Rg';
}
/*vatenary*/

h3.title_detail_part {
	margin:20px 0 10px 0;
	padding:0;
	float:left;
	width:100%;
	font-family: 'Aller-Rg';
	font-size:20px;
	color:#454545;
}
.footer_menu_part {
	margin:0;
	padding:0;
	float:left;
	width:20%;
	font-family: 'Aller-Rg';
	font-size:14px;
	color:#fff;
}
.footer_menu_part a {color:#FFF;}
.footer_menu_part ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.footer_menu_part ul li {
	margin:0;
	padding:0;
}
.footer_menu_part ul li a {
	margin:0;
	padding:0 10px 0 0;
	font-family: 'Aller-Rg';
	font-size:14px;
	color:#fff;
}
.footer_map {
	margin:0;
	padding:0;
	float:left;
	width:40%;
}
.footer_map iframe {width:100%}
.header_right_part {
	margin:0 0 18px 0;
	padding:0;
	float:right;
	font-size:11px;
}


.home_banner_part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.home_banner_part img {
	width:100%;
}



/*light box*/
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*light box*/

.slider_image_block_part {
	margin:20px 0 0 0;
	padding:0;
	float:left;
	width:100%;
}

/*owl carousel*/
.owl_carousel_part {
	margin:0 0 40px 0;
	padding:0;
	float:left;
	width:100%;
}
.owl-carousel li {
	list-style-type:none;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-controls {
	display:none;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility:hidden;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*owl carousel*/


h4.welcome_title {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	text-align:center;
	position:absolute;
	top:280px;
	left:0;
	color:#fff;
	font-size:40px;
	font-family:"Aller-Rg";
}


