@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
table.servicesImages td
{
    width: 25%;
    text-align: center;
}
table.servicesImages td img
{
    width: 44%;
    height: auto;
}
.invalid
{
    opacity: 0;
    color: red;
    font-size: 13px;
    -webkit-transition:  all 0.4s ease-in-out;
    -moz-transition:  all 0.4s  ease-in-out;
    -ms-transition:  all 0.4s  ease-in-out;
    -o-transition: all 0.4s  ease-in-out;
    transition: all 0.4s  ease-in-out;
    background: rgba(128, 128, 128, 0.32);
    width: 117%;
}
table.imagesNew img {
    width: 100%;
    height: auto;
    max-height: 253px;
}
table.imagesNew tr {
    width: 50%;
    float: left;
}
table.imagesNew1
{
    padding-left: 55px;
}
table.imagesNew1 img {
    width: 100%;
    height: auto;
}
table.imagesNew1 tr {
    width: 30%;
    float: left;
}
.portNewImage td
{
    width: 32%;
    float: left;
    margin: 4px;
    margin-bottom: -3px;
}
.portImage img
{
    /*border: 1px dashed grey;*/
}
table.portNewImage img {
    width: 100%;
    height: auto;
}
.homeImages tr
{
    width: 50%;
    float: left;
}
.homeImages tr + tr
{
    display: none;
}
.homeImages tr img
{
    width: 100%;
    height: auto;
}

.darmImagesTop td
{
    width: 46%;
    float: left;
    margin:13px;
}
.darmImagesTop td img
{
    width: 100%;
    height: auto;
}
.darmImagesTwo td
{
    width: 32%;
    float: left;
    margin:4px;
}
.darmImagesTwo td img
{
    width: 100%;
    height: auto;
}
body {
	width:100%;
	height:100%;
	font-family:Arial;
	background:#fff;
}

img{border:none;}
.body_ {
	width:100%;
	height:100%;
	display:inline-block;
	position:relative;
}
.header_ {
	width:100%;
	height:392px;
	display:inline-block;
	position:relative;
}
.header_left {
	float:left;
	width:54%;
	position:relative;
	z-index:2;
}
.header_right {
	float:right;
	width:43%;
	position:relative;
	z-index:2;
}
.body_bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:392px;
	z-index:1;
overflow:hidden;
}
.body_bg img {
	width:100%;
	height:392px;
}
.logo {
	margin-right:5px;
	background:url(../../img/client/logo_bg.png) repeat;
	padding:9px;
	text-align:right;
	margin-top:30px;
}
.logo_sub {
	margin-right:198px;
	background:url(../../img/client/logo_bg.png) repeat;
	padding:9px;
	text-align:right;
	font-size:22px;
	color:#444444;
	font-family:Arial;
	margin-top:5px
}
.header {
	width:100%;
	height:392px;
}
.top {
	width:100%;
	text-align:right;
	height:35px;
}
.lang_bg {
	width:100%;
	background:url(../../img/client/lang_bg.png) repeat;
	height:35px;
	display:inline-block;
}
.lang_box {
	float:left;
	width:200px;
	height:35px;
	background:url(../../img/client/logo_bg_.png) repeat;
	text-align:right;
}
.langs {
	display:inline-block;
	margin-top:10px;
}
.lang_item {
	float:left;
	font-size:14px;
	color:#000000;
	margin-right:10px;
}
.lang_item a {
	text-decoration:none;
	color:#000000;
}
.lang_item a:hover {
	color:#0b5792;
}



.search_box {
	float:left;
	margin-top:3px;
	display:inline-block;
}
.search_area {
	float:left;
}
.search_area input {
	padding:6px;
	font-size:12px;
	color:#494849;
	width:158px;
	border:1px solid #7a7a7a;
	background:url(../../img/client/search_bg.png) repeat;
	-moz-box-shadow: 0px 0px 5px #888 inset;
	-webkit-box-shadow: 0px 0px 5px #888 inset;
	box-shadow: 0px 0px 5px #888 inset;
}
.search_button {
	float:left;
}
.search_button input {
	background:url(../../img/client/search_button.png) top center no-repeat;
	width:30px;
	border:1px solid #7a7a7a;
	border-left:none;
	height:29px;
	cursor:pointer;
}
.menu_box {
	width:100%;
	display:inline-block;
}
.menu_block {
	float:left;
	width:402px;
	display:inline-block;
	position:relative;
}
.menu {
	float:right;
	width:200px;
	height:357px;
	background:url(../../img/client/menu_bg.png) repeat;
	text-transform:uppercase;
	overflow:hidden;
}
.menu_item_box {
	width:200px;
	height:40px;
}
.menu_item {
	width:200px;
	font-size:16px;
	color:#010101;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:15px;
}
.menu_item_box a {
	color:#010101;
	text-decoration:none;
}
.menu_item:hover {
	background:#0b5792;
	color:#fff;
}
.sub_block {
	width:202px;
	height:357px;
	background:url(../../img/client/sub_bg.png) repeat;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	text-transform:none;
}
.menu_item_box:hover .sub_block {
	display:block;
}
.sub_item {
	width:182px;
	font-size:16px;
	color:#010101;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
	position:relative;
}
.sub_item a {
	text-decoration:none;
	color:#010101;
}
.sub_item:hover{
	color:#fff;
	background:#0b5792;
}
.sub_item:hover a{
	color:#fff;
}
.sub_img {
	position:absolute;
	top:-7px;
	right:195px;
	background:url(../../img/client/img_bg.png) repeat;
	padding:7px;
	width:279px;
	height:186px;
	display:none;
}
.sub_img img {
	width:279px;
	height:186px;
	position:relative;
	z-index:1;
}
.sub_img_shadow {
	position:absolute;
	top:0px;
	left:0px;
	background:url(../../img/client/img_lite.png) no-repeat;
	width:257px;
	height:171px;
	z-index:2;
}
.sub_item:hover .sub_img {
	display:block;
}
.temp_box {
	width:100%;
	text-align:right;
}
.temp {
	margin-top:15px;
	width:180px;
	background:url(../../img/client/temp_bg.png) repeat;
	color:#aac2de;
	font-size:41px;
	-moz-box-shadow: 0px 0px 5px #888 inset;
	-webkit-box-shadow: 0px 0px 5px #888 inset;
	box-shadow: 0px 0px 5px #888 inset;
	text-shadow: 0px 0px 5px  #888;
	display:inline-block;
	margin-right:370px;
	text-align:center;
}
.currency {
	margin-top:10px;
	width:218px;
	background:url(../../img/client/cur_bg.png) repeat;
	color:#5a5a5a;
	font-size:14px;
	display:inline-block;
	margin-right:331px;
	text-align:left;
}
.cur_item {
	width:100%;
	display:inline-block;
}
.cur_icon {
	float:left;
	font-size:30px;
	color:#aac2de;
	margin:0px 8px;text-shadow: 0px 0px 5px  #888;
	margin-right:20px;
}
.cur_text {
	margin-right:10px;
	float:left;
	margin-top:10px;
}
.middle_block {
	width:100%;
	position:relative;
	z-index:2;
}
.middle {
	width:990px;
	margin:0 auto;
}
.page {
	width:100%;
	display:inline-block;
}
.page_left {
	float:left;
	width:260px;
	margin-top:-35px;
}
.page_title {
	width:222px;
	text-transform:uppercase;
	background:#fff;
	font-size:25px;
	color:#0b5792;
	padding:3px 0px;
	padding-left:2px;
}
.sidebar {
	border:9px solid #d4d4d4;
	width:224px;
	background:#fff url(../../img/client/sidebar_bg.png) repeat;
	position:relative;
}
.sidebar_lite {
	position:absolute;
	top:-9px;
	left:-9px;
}
.sidebar_item {
	font-size:18px;
	color:#5a5a5a;
	padding:5px 0px; 
	border-bottom:1px solid #939393;
	padding-left:15px;
	position:relative;
	z-index:2;
}
.sidebar_item a {
	color:#5a5a5a;
	text-decoration:none;
}
.sidebar_item_arrow {
	position:absolute;
	right:-30px;
	top:-4px;
	width:18px;
	height:39px;
	background:url(../../img/client/arrow.png) no-repeat;
	display:none;	
}
.sidebar_item:hover .sidebar_item_arrow{
	display:block;
}
.tour_bg {
	margin-top:15px;
	border:5px solid #d4d4d4;
	width:232px;
	height:197px;
	background:url(../../img/client/tour_bg.png) no-repeat;
	position:relative;
}
.tour_text {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding:10px 0px;
	text-align:center;
	font-size:24px;
	color:#404040;
	background:url(../../img/client/tour_text_bg.png) repeat;
	line-height:20px;
}
.tour_text span {
	font-size:25px;
	color:#0b5792;
	line-height:44px;
}
.tour_bg  a {
	text-decoration:none;
}
.content_block {
	width:700px;
	float:right;
	margin-top:15px;
}
.content_title {
	font-size:25px;
	color:#0b5792;
	text-transform:uppercase;
	margin-bottom:15px;
}
.content {
	width:100%;
	display:inline-block;
}
.content_text {
	font-size:14px;
	
	
}
.about_slider {
	border-top:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	padding:20px 0px;
	width:101%;
	display:inline-block;
	margin-top:20px;
}
.about_left_arrow {
	float:left;
	cursor:pointer;
	margin-top:50px;
}
.about_right_arrow {
	float:right;
	cursor:pointer;
	margin-top:50px;
}
.about_slider_main {
		float:left;
	overflow:hidden;
	width:670px;
	height:135px;
	position:relative;
}
.about_slider_item {
	float:left;
	border:1px solid #b2b2b2;
	padding:2px;
	width:193px;
	height:135px;
	margin:0 10px 0 20px;
}
.about_slider_item img {
	width:187px;
	height:128px;
}
.prod {
	width:100%;
	margin-top:25px;
}
.prod_title {
	width:980px;
	margin:0 auto;
	font-size:43px;
	color:#0b5792;
	text-transform:uppercase;
	padding-top:15px;
	background:#f0f0f0;
	padding-left:10px;
	margin-bottom:10px;
}
.slider_box {
	width:100%;
	text-align:center;
}
.slider_main {
	display:inline-block;
}
.slider_main img {
	opacity:0.2;
}
.slider_middle {
	float:left;
	border-bottom:1px solid #0f0f0f;
	background:#e2e2e2;
	display:inline-block;
	position:relative;
}
.slider_middle img {
	opacity:1;
}
.slider_item {
	float:left;
	border-right:1px solid #b2b2b2;
	border-left:1px solid #ffffff;
	width:328px;
	height:199px;
}
.slider_item img {
	width:328px;
	height:199px;
}
.arrow_left {
	position:absolute;
	width:67px;
	height:146px;
	background:url(../../img/client/arrow_left.png) no-repeat;
	top:30px;
	left:-80px;
	cursor:pointer;
}
.arrow_left:hover {
	background:url(../../img/client/arrow_left_active.png) no-repeat;
}
.arrow_right {
	position:absolute;
	width:67px;
	height:146px;
	background:url(../../img/client/arrow_right.png) no-repeat;
	top:30px;
	right:-80px;
	cursor:pointer;
    -webkit-user-select: none;
}
.arrow_right:hover {
	background:url(../../img/client/arrow_right_active.png) no-repeat;
}
.contact_block {
	width:100%;
}
.contact_box {
	width:990px;
	margin:0 auto;
	margin-top:15px;
}
.contact {
	width:100%;
	background:#f0f0f0;
}
.contact_ {
	width:100%;
	display:inline-block;
	padding-top:15px;
	margin-bottom:30px;
}
.feed_block {
	width:350px;
	float:left;
	display:inline-block;
}
.feed {
	float:left;
	background:#b4b4b4;
	padding:0px 10px;
	width:225px;
}
.feed_title {
	text-align:center;
	padding:10px 0px;
	font-size:22px;
	color:#0b5792;
	text-transform:uppercase;
}
.feed_item {
	width:100%;
	display:inline-block;
	margin-bottom:6px;
	color:#202020;
	font-size:14px;
}
.feed_item_text {
	width:65px;
	text-align:right;
	float:left;
	margin-top:5px;
}
.feed_item_area {
	float:right;
}
.feed_item_area input{
	padding:3px;
	width:143px;
	background:#fff;
	border-left:1px solid #9d9d9d;
	border-top:1px solid #9d9d9d;
	border-bottom:none;
	border-right:none;
	font-size:14px;
	color:#8a8a8a;
}
.feed_item_textarea {
	margin-bottom:2px;
}
.feed_item_textarea textarea{
	padding:5px;
	width:214px;
	resize:none;
	height:130px;
	border-left:1px solid #9d9d9d;
	border-top:1px solid #9d9d9d;
	border-bottom:none;
	border-right:none;
	font-size:14px;
	color:#8a8a8a;
}
.feed_button_box {
	float:right;
	width:105px;
	position:relative;
	height:315px;
	margin:-6px 0px 0px 0px;
	cursor:pointer;
}
.feed_button {
	width:100%;
	position:absolute;
	bottom:0px;
	right:0px;
}
.feed_button input {
	width:100%;
	background:#1d4465;
	font-size:20px;
	color:#fff;
	text-align:center;
	padding:6px 0px;
	cursor:pointer;
	border:none;
}
.contactus {
	width:280px;
	
	float:right;
}
.contactus_title {
	padding:10px 0px;
	padding-bottom:20px;
	text-align:left;
	font-size:25px;
	color:#95070a;
	text-transform:uppercase;
}
.contactus_main {
	font-size:15px;
	color:#000000;
}
.contactus_main a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.contactus_main p {
	margin-bottom:8px;
}
.contactus_main span{
	text-transform:none;
}
.map {
	float:left;
	margin-left:-160px;
}
.map img {
	width:514px;
	height:315px;
}
.footer {
	width:100%;
	border-top:15px solid #1d4465;
	display:inline-block;
	padding-top:5px;
}
.footer_logo {
	float:left;
	padding:0px 25px;
	padding-bottom:15px;
}
.footer_menu {
	float:right;
	padding-top:10px;
	padding-bottom:10px;
	font-size:11px;
	color:#5a5a5a;
	display:inline-block;
	text-transform:uppercase;
	margin:0px 25px 10px 0px;
}
.footer_menu_item {
	float:left;
	margin-left:10px;
}
.footer_menu_item a{
	text-decoration:none;
	color:#5a5a5a;
}
.footer_menu_item a:hover{
	color:#1d4465;
}
.footer_last_block {
	width:100%;
	display:inline-block;
}
.copy {
	float:left;
	margin:20px;
	text-transform:uppercase;
	font-size:12px;
	color:#4d4d4d;
}
.sm {
	float:right;
	margin-top:5px;
}
.fb_block {
	float:right;
	margin-right:70px;
	display:inline-block;
	margin-top:7px;
}
.join_text {
	float:left;
	font-size:13px;
	color:#1d4465;
	text-transform:uppercase;
	margin-right:5px;
	font-weight:bold;
	margin-top:11px;
}
.fb_icon {
	float:left;
}
.portfolio_item_block {
	width:100%;
	display:inline-block;
}
.portfolio_item {
	float:left;
	width:192px;
	border: 2px solid #cccaca;
	height:180px;
	text-align:center;
	margin-right:33px;
	margin-bottom:30px;
}
.portfolio_item_top {
	width:100%;
	height:135px;
}
.portfolio_item_top img {
	max-width:170px;
	max-height:135px;
	margin:0px 0px 0px -20px;
	
}
.portfolio_item_bottom {
	height:45px;
	background:#bdbdbd;
	font-size:13px;
	color:#2a2b2c;
}
.portfolio_item_bottom p {

width:180px;
}
.portfolio_item_last {
	margin-right:0px;
}
.portfolio_item_last_ {
	margin-bottom:0px;
}
.portfolio_bottom {
	width:100%;
	text-align:right;
}
.portfolio_paging {
	display:inline-block;
	margin-top:10px;
}
.portfolio_paging_item {
	float:left;
	
	font-size:16px;
	color:#777777;
	font-weight:bold;
}
.portfolio_paging_item a{
	text-decoration:none;
	color:#777777;
}
.works_block {
	margin:15px 0px;
}
.works_title {

	margin-bottom:15px;
	font-size:20px;
	color:#0b5792;
}
.works {
	width:100%;
	display:inline-block;
	
}
.works_left_arrow {
	 cursor: pointer;
    float: left;
    margin: 50px 0 0 -25px;
    position: absolute;
}
.works_right_arrow {
	 cursor: pointer;
    float: right;
    margin: 50px 0 0 670px;
    position: absolute;
}
.works_slider_main {
		float:left;
	overflow:hidden;
	width:690px;
	height:145px;
	position:relative;
	margin:0px 0px 0px -5px;
	
}
.works_item {
	float:left;
	margin:0px 12px;
	border:1px solid #cccaca;
	width:200px;
	text-align:center;
}
.works_item_top {
	width:100%;
	height:108px;
}
.works_item_top img {
	width:200px;
	height:108px;
}
.works_item_bottom {
	height:35px;
	background:#bdbdbd;
	font-size:10px;
	color:#2a2b2c;
}
.works_item_bottom span {
	text-transform:uppercase;
}
.portfolio_text {
	width:100%;
	display:inline-block;
	margin-bottom:20px;
}

.portfolio_texts {
	width:100%;
	display:inline-block;
	margin:0px 0px 20px 5px;
}

.portfolio_img {
	float:left;
	margin-top:38px;
	margin-right:20px;
	margin-bottom:13px;
}
.portfolio_text_main {
}
.portfolio_text_title {
	font-size:20px;
	color:#0b5792;
	margin-bottom:7px;
}
.portfolio_text_ {
	font-size:14px;
	color:#5a5a5a;
	line-height:18px;
}
.portfolio_slide_box {
	width:100%;
	display:inline-block;
}
.portfolio_left_arrow {
	float:left;
	margin-top:40px;
	cursor:pointer;
}
.portfolio_right_arrow {
	float:right;
	margin-top:40px;
	cursor:pointer;
}
.portfolio_item_box_ {
	float:left;
	display:inline-block;
}
.portfolio_item_ {
	float:left;
	margin:0px 22px;
	padding:1px;
	border:1px solid #afadad;
	width:119px;
	height:108px;
}
.portfolio_item_ img {
	width:119px;
	height:108px;
}


.products_gal_list {
	white-space:nowrap;
	position:absolute;
	left:0px;
	top:0px;
}
.next {float:right;
position:absolute;
margin:-20px 0px 0px 30px;}

.perv{float:left;
position:absolute;
margin:0px 0px 0px -20px;}

.works_item_block {white-space:nowrap;
	position:absolute;
	left:0px;
	top:0px;}
	
	.contact_loading {width:50px;
height:50px;
position:absolute;
margin:-250px 0px 0px 220px;}

.hidden {display:none;}

.errn {
	
	color:#ff0000;
	width:400px;
	
	position:absolute;
	margin:-33px 0px 0px 0px;
	}
	
.erre {
	color:#ff0000;
	width:400px;
	position:absolute;
	margin:-33px 0px 0px 150px;
	}
	
.errm {
	
	color:#ff0000;
	width:400px;
	
	position:absolute;
	margin:-33px 0px 0px 470px;
	}
.succeed{color: #090;
	width:400px;
	
	position:absolute;
	margin:-33px 0px 0px 0px;}
	
	
.table{border:1px solid;
width:650px;
margin:0px 0px 0px 0px;

height:500px;
}

.content_img{
	width:190px;
	height:135px;
	border:1px solid #ccc;
	float:left;
	}
	.content_img img{
	width:190px;
	height:135px;
	float:left;
	
	
	}
		.works_slider_main_big {
		float:left;
	overflow:hidden;
	width:990px;
	height:200px;
	position:relative;
	margin:0px 0px 0px -5px;
	
}
.navbar{
        display:none !important;
}
.searchFull
{
    border: 5px solid rgb(212, 212, 212);
    padding: 15px;
    display: table;
}
.staff_box
{
    /*padding: 5px;*/
    display: table;
    width: 100%;
}
.staff_desco a
{
    font-size: 18px;
    color: grey;
    text-decoration: none;
}
.staff_desco a:hover
{
    color: #403b45;
}
.float
{
    float: left;
    margin: 10px;
}
.fSech
{
    width: 100%;
    display: table;
}
.search img
{
    max-width: 100%;
    height: auto;
}
b.red {
    color: rgb(0, 71, 255);
}
#currency .cur_item:last-child
{
   /* display: none;*/
}