﻿@charset "utf-8";
/* CSS Document */
.clear{
	clear:both;	
}
body {
background: #d2d2d2; /* Old browsers */
background: -moz-linear-gradient(top, #d2d2d2 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2d2d2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d2d2d2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d2d2d2 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d2d2d2 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #d2d2d2 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  color: #333333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
header {
  background: linear-gradient(to bottom, #d2d2d2 0%, #ffffff 50%, #d2d2d2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-top: 10px solid #1778b8;
  box-shadow: 1px 2px 8px #000000;
  height: 132px;
  position: relative;
  z-index: 100;
}
.top-head {
  background: url("../img/bg-header.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 66px;
  position: relative;
  z-index: 100;
}
.sochial-network {
  float: left;
  margin-left: 3%;
  margin-top: 2%;
}
.hed-shadow{
	
	
}
.logo {
  background: url("../img/LOGO.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  float: right;
  height: 105px;
  text-indent: -9999px;
  width: 398px;
}
.navbar {
  font-family: tahoma;
  font-size: 15px;
  margin: 0 auto 0 0;
  padding: 0;
  text-transform: uppercase;
}
.lang-btn-eng {
  background: url("../img/en.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #000;
  display: block;
  float: left;
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  margin-left: 3px;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 9px;
  text-align: center;
  text-indent: -9999px;
  text-shadow: 1px 1px 1px #fff;
  text-transform: uppercase;
  transition-duration: 0.8s;
  transition-property: transform;
  width: 40px;
}
.lang-btn-eng:hover {
  background: url("../img/en.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #000;
  display: block;
  float: left;
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  margin-left: 3px;
  padding-left: 5px;
  padding-top: 9px;
  text-align: center;
  text-indent: -9999px;
  text-shadow: 1px 1px 1px #fff;
  text-transform: uppercase;
  transform: rotate(360deg);
  width: 40px;
}
.lang-btn-ar {
  background: url("../img/ar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #000;
  display: block;
  float: left;
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  margin-left: 3px;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 9px;
  text-align: center;
  text-indent: -9999px;
  text-shadow: 1px 1px 1px #fff;
  text-transform: uppercase;
  transition-duration: 0.8s;
  transition-property: transform;
  width: 40px;
}
.lang-btn-ar:hover {
  background: url("../img/ar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #000;
  display: block;
  float: left;
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  margin-left: 3px;
  padding-left: 5px;
  padding-top: 9px;
  text-align: center;
  text-indent: -9999px;
  text-shadow: 1px 1px 1px #fff;
  text-transform: uppercase;
  transform: rotate(360deg);
  width: 40px;
}
.carousel-indicators {
  cursor: pointer;
  left: 49%;
  list-style: none outside none;
  margin: 0 auto;
  position: absolute;
  top: auto;
  z-index: 100;
  padding-top:27px;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #002d64;
  color: #fff !important;
  text-decoration: none;
}
.navbar .nav > li:hover {
  background-color: #002d64;
  border-radius: 6px 0 0 10px;
  float: right;
  height: 41px;
  margin: 0 1px;
  text-align: center;
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(30deg);
  width: 130px;
}
.btn.btn_blue_small.marg_t {
  background: none repeat scroll 0 0 #083378;
  color:#fff;
}
.btn.btn_blue_small.marg_t:hover {
  background: none repeat scroll 0 0 #dfb612;
  color:#fff;
}
.btn_blue_larg {
  background: none repeat scroll 0 0 #083378;
  color: #fff;
}
.btn_blue_larg:hover{
  background: none repeat scroll 0 0 #dfb612;
    color:#fff;

}
.slider-bg{
	background-color:#fff;	
}
.container.inner_slider {
  box-shadow: -3px 7px 27px #000;
  height: 362px;
  margin-top: 44px;
  width: 80%;
}
.container.wrapper {
}
.services-block {
  background-color: #dedddd;
}
.span4.bg-block {
  border-top: 10px solid #dfb612;
  bottom: 10px;
  position: relative;
  z-index: 1000;
}
.bg-block h4 {
  color: #777373;
  text-shadow: 1px 1px 1px #fff;
  text-transform: uppercase;
}
.bg-block p {
  color: #000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.more-butoon {
  background: url("../img/more-small.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: bold;
  height: 18px;
  padding-right: 23px;
}
.more-butoon:hover {
  color: #000;
  text-shadow:1px 1px 1px #fff;
  text-decoration:none;
}
.content-block {
  padding-top: 30px;
}
.box-content {
  background-color: #fff;
  border-radius: 6px;
  height: 225px;
}
.box-content h3 {
  color: #9d7242;
  margin-left: 10px;
  text-transform: uppercase;
}
.span6.pull-left.box-content > p {
  color: #000;
  float: left;
  font-size: 13px;
  line-height: 17px;
  width: 275px;
  margin-left:10px;
}
.more-text {
  clear: both;
  color: #000;
  float: left !important;
  margin-left: 10px;
  margin-top: 20px;
}




.carousel-s {
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  margin-left: 10px;
}

.carousel-s-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-s-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-s-inner > .item > img,
.carousel-s-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-s-inner > .active,
.carousel-s-inner > .next,
.carousel-s-inner > .prev {
  display: block;
}

.carousel-s-inner > .active {
  left: 0;
}

.carousel-s-inner > .next,
.carousel-s-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-s-inner > .next {
  left: 100%;
}

.carousel-s-inner > .prev {
  left: -100%;
}

.carousel-s-inner > .next.left,
.carousel-s-inner > .prev.right {
  left: 0;
}

.carousel-s-inner > .active.left {
  left: -100%;
}

.carousel-s-inner > .active.right {
  left: 100%;
}

.carousel-s-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-s-control.right {
  right: 15px;
  left: auto;
}

.carousel-s-control:hover,
.carousel-s-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-s-indicators {
  bottom: -17px;
  cursor: pointer;
  list-style: none outside none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 45%;
  z-index: 5;
}

.carousel-s-indicators li {
  background-color: #9d7242;
  border-radius: 5px;
  display: block;
  float: left;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  width: 10px;
}

.carousel-s-indicators .active {
  background-color: #000000;
  box-shadow: 1px 1px 1px #000;
}
.carousel-s-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-s-caption h4,
.carousel-s-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-s-caption h4 {
  margin: 0 0 5px;
}

.carousel-s-caption p {
  margin-bottom: 0;
}
.comma {
  background: url("../img/Index_29.png") no-repeat scroll left -1px rgba(0, 0, 0, 0);
  padding-top: 7px;
  text-indent: 34px;
  line-height: 16px;
  color: #000;
  font-size: 13px;
}
.title_news {
  color: #000;
  float: right;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  margin-right: 11px;
  margin-top: 25px;
}
.row-fluid.footer_bg {
  background-color: #083378;
  height: 78px;
  margin-top: 30px;
}
.links-footer{
	
	
}
.links-footer li {
  display: inline-block;
}
.links-footer li a{
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
}
.links-footer li a:hover{
	color:#64482c;
	text-decoration:underline;
	background:none;

}
.top_hed {
  background: url("../img/serv-icon.png") no-repeat scroll 2% 5px #cfcdcd;
  border-bottom: 2px solid #b1aeae;
  height: 36px;
  margin: 0;
  padding: 15px 0 0;
  text-indent: 24px;
}
.top_hed h4 {
	margin:0;
	padding:0;

}
.list-serv > ul {
  margin: 0;
}
.list-serv li {
  background: url("../img/arow-sreves-ar.png") no-repeat scroll 192px 8px rgba(0, 0, 0, 0);
  border-bottom: 1px solid #999999;
  display: block;
  height: 34px;
  line-height: 31px;
  padding-bottom: 1px;
  text-indent: 38px;
}
.list-serv li:last-child{
  border-bottom: none;

}
.services-block {
  box-shadow: 1px 2px 6px #000000;
  margin-bottom: 25px;
}
.list-serv a:hover {
background: #276bac; /* Old browsers */
background: -moz-linear-gradient(left, #276bac 0%, #7cacda 50%, #276bac 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#276bac), color-stop(50%,#7cacda), color-stop(100%,#276bac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #276bac 0%,#7cacda 50%,#276bac 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #276bac 0%,#7cacda 50%,#276bac 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #276bac 0%,#7cacda 50%,#276bac 100%); /* IE10+ */
background: linear-gradient(to right, #276bac 0%,#7cacda 50%,#276bac 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276bac', endColorstr='#276bac',GradientType=1 ); /* IE6-9 */
  color: #fff;
  display: block;
  font-family: tahoma;
  font-size: 15px;
  font-style: italic;
  height: 35px;
  width: auto;
}
.scrollup {
  background: url("../img/top_buton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 6px;
  display: block;
  height: 78px;
  opacity: 0.9;
  position: fixed;
  right: 24px;
  text-indent: -9999px;
  width: 80px;
}
.sochial-follow-f {
  background: url(../img/icon-f.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 36px;
  margin-right: 11px;
  text-indent: -99999px;
  width: 36px;
}
.sochial-follow-t {
  background: url(../img/icon-t.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 36px;
  margin-right: 11px;
  text-indent: -99999px;
  width: 36px;
}
.sochial-follow-y {
  background: url(../img/icom-y.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 36px;
  margin-right: 11px;
  text-indent: -99999px;
  width: 36px;
}
.sochial-follow-f:hover {
  background: url(../img/icon-f-h.png) no-repeat 0 0;
-webkit-transition: background 0.2s ease-in;
-moz-transition: background 0.2s ease-in;
-ms-transition: background 0.2s ease-in;
-o-transition: background 0.2s ease-in;
transition: background 0.2s ease-in;
}
.sochial-follow-t:hover{
  background: url(../img/icon-t-h.png) no-repeat 0 0;
-webkit-transition: background 0.2s ease-in;
-moz-transition: background 0.2s ease-in;
-ms-transition: background 0.2s ease-in;
-o-transition: background 0.2s ease-in;
transition: background 0.2s ease-in;

}
.sochial-follow-y:hover {
  background: url(../img/icom-y-h.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 36px;
  margin-right: 11px;
  text-indent: -99999px;
  width: 36px;
}
.sochial-network > p {
  color: #000000;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 14px;
}
.copy {
  color: #fff;
  font-family: tahoma;
  padding-top: 14px;
  text-align: center;
}

.carousel-indicators .active {
  background-color: #000;
  text-shadow: 1px 1px 1px #000;
}
.carousel-indicators li {
  background-color: #dfb612;
  border-radius: 5px;
  display: block;
  float: left;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  width: 10px;
}
.copy > a {
  color: #000000;
  font-weight: bold;
}
.container.wrapper.inner-page {
  background-color: #fff;
  border-bottom: 7px solid #083378;
  box-shadow: 0 9px 22px #999999;
}
blockquote {
  border-right: 5px solid #083378;
  margin: 0 0 20px;
  padding: 0 15px 0 0;
}
.thumbnail {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd #ddd #083378;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px 1px 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  display: block;
  height: 353px;
  line-height: 20px;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
}
.img-box {
  padding: 10px;
}
.text-box {
  padding: 10px;
}

.span4.brod-block {
  margin-right: 12px !important;
}
.logo > a {
  display: block;
  height: 100px;
  width: 388px;
}
.form-box {
  padding: 13px;
}
.row-fluid.content-inner {
  height: auto;
  padding-bottom: 50px;
}
.navbar .nav > li {
  background-color: #fff;
  border-radius: 6px 0 0 10px;
  float: right;
  height: 41px;
  margin: 0 1px;
  text-align: center;
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(30deg);
  width: 130px;
}
.navbar .nav > li > a {
  color: #002d64;
  float: none;
  padding: 11px 0;
  text-decoration: none;
}
.lang-button {
  float: left;
  margin-left: 2%;
  margin-top: 2%;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
  color: #002d64;
  text-decoration: none;
}
.bg-slider {
  background: url("../img/bg-slider.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 504px;
}
.title_block > h4 {
  background: url("../img/squer-yallow.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: #777373;
  line-height: 17px;
  margin-right: 18px;
  text-indent: 23px;
}
.news-line h5{
	color:#2569aa;
	font-style:italic;	
}
.news-line > p {
  color: #777373;
  font-family: tahoma;
  font-size: 13px;
  font-style: italic;
  height: 51px;
  overflow: hidden;
}
.news-block {
  border-bottom: 8px solid #042b70;
  height: 359px;
}
.news-line {
  border-bottom: 1px solid #c1bfbf;
}
.none{
  border-bottom: 0;
}
.read-more {
  background-color: #dfb612;
  border-radius: 6px 6px 0 0;
  box-shadow: 2px 2px 3px #000;
  color: #fff;
  display: block;
  float: left;
  height: 42px;
  left: 0;
  line-height: 37px;
  position: relative;
  right: auto;
  text-align: center;
  width: 108px;
}
.read-more:hover {
  background-color: #042b70;
  border-radius: 6px 6px 0 0;
  box-shadow: 2px 2px 3px #000;
  color: #fff;
  display: block;
  float: left;
  height: 42px;
  left: 0;
  line-height: 37px;
  position: relative;
  right: auto;
  text-align: center;
  width: 108px;
  

}
.hed-box {
  background: url("../img/bg-welcome-ar.png") no-repeat scroll 0 -4px rgba(0, 0, 0, 0);
  bottom: 48px;
  display: block;
  float: left;
  height: 69px;
  padding-left: 3%;
  padding-top: 13%;
  position: relative;
  width: 680px;
  z-index: 100;
}
.text-baner.text-left {
  color: #fff;
  font-family: tahoma;
  font-style: italic;
  height: 42px;
  margin-right: 16px;
  overflow: hidden;
  text-align: right;
  width: 377px;
}
.bg-content {
  background-color: #fff;
  border-bottom: 8px solid #042b70;
  position: relative;
  width: 700px;
  z-index: 0;
}
.list-partener > ul {
  margin: 0;
}
.list-partener img {
  float: right;
}
.list-partener li {
  list-style: none outside none;
  margin: 17px 5px 33px 0;
}
.bg-content > p {
  bottom: 29px;
  color: #999999;
  display: block;
  font-family: tahoma;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  padding: 20px;
  position: relative;
}
.non-margen {
  margin-left: 0 !important;
}
.list-partener p {
  color: #68696b;
  font-family: tahoma;
  font-size: 13px;
  font-style: italic;
  height: 32px;
  overflow: hidden;
}
.span8.m_right {
  margin-right: 14px;
}
.products-list li {
  display: inline-block;
  list-style: none outside none;
}
.img-brand {
  border: 1px solid #042b70;
  height: 71px;
  width: 95px;
}
.title-brand {
  background-color: #042b70;
  color: #fff !important;
  height: 15px;
  padding: 5px;
  text-align: center;
}

.title-brand:hover {
  background-color: #dfb612;
  color: #000;
  height: 15px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
.icon-services {
  background: url("../img/icon-prodect.png") no-repeat scroll 11% -6px rgba(0, 0, 0, 0);
  height: 70px;
  width: 460px;
}
.wrb-con.span12 {
  margin-right: 0;
  margin-top: 32px;
}
.products-list {
  border-bottom: 8px solid #042b70;
  height: 370px;
}
.box-shadow {
  box-shadow: 0 5px 10px #999999;
}
.list-partener {
  border-bottom: 8px solid #042b70;
  height: 298px;
}

.result_box {
  border-bottom: 5px solid #083378;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 5px;
  float: right;
  height: 192px;
  line-height: 17px;
  margin-bottom: 13px;
  margin-right: 0;
  margin-top: 13px;
  padding-left: 5px;
}
.form-horizontal .control-label {
  float: right;
  padding-top: 5px;
  text-align: right;
  width: 160px;
}
.result_box p {
  height: 107px;
  margin-bottom: 2px;
  overflow: hidden;
}
.inline {
  border: 1px solid #575957;
}
.partners_logo img {
  border: 2px solid #e2e2e2;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.span2.brod-block {
  margin-left: 1.128% !important;
}
.thumbnail > img {
  display: block;
  height: 111px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}