﻿/* Header elements */

.wrap-header-top-bar, .wrap-header, .wrap-container, .wrap-header-image{
  width: 100%;

}

.loader {
  display: none;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  background-image: url(../icons/loader3.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.9);
}

.wrap-header {
  height: 46px;
  background: #ffffff;
  position: fixed;
  top: 55px;
  z-index: 100;
}

#wrap-nav-holder {
  height: 50px;
  background: #363635;
  position: fixed;
  top: 45px;
  z-index: 100;
  width: 100%;
  display: none;
}

.wrap-header .navbar {
  margin-bottom: 0;
}

.wrap-header-top-bar {
  background-color: #4F4E4E;
  background-image: -moz-linear-gradient(top, #4F4E4E, #2A2A2A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4F4E4E), to(#2A2A2A));
  background-image: -webkit-linear-gradient(top, #4F4E4E, #2A2A2A);
  background-image: -o-linear-gradient(top, #4F4E4E, #2A2A2A);
  background-image: linear-gradient(to bottom, #4F4E4E, #2A2A2A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4F', endColorstr='#2a2a2a', GradientType=0);
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 100;
}

.logobar{
	padding: 5px 0;
}

.wrap-header-image {
  margin-top: 90px;
}

a:hover.invisible-link {
  text-decoration: none;
}

.logobar .top-links {
  font-family: "Fjalla One", sans-serif;
  text-align: right;
  margin-top: 3px;
}

.logobar .top-links a {
  color: #ffffff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-right: 22px;
  line-height: 25px;
  background: none;
}

.logobar .top-links a:hover, .logobar .top-links a.active {
  font-family: "Fjalla One", sans-serif;	
  color: orange;
  text-decoration: none;
}

.navbar {
  position: relative;
}

.navbar-shaddow {
	position: absolute;
	bottom: -10px;
	width: 100%;
	height: 10px;
	background: url(../icons/navbar-shadow.png) repeat-x left top;
	z-index: 1000;
	left: 1px;
}

.navbar-shaddow-content {
  margin-left: -18px;
  margin-right: -18px;
  height: 14px;
  background: url(../icons/navbar-shadow.png) repeat-x left top;
  display: table;
}

.navbar li {
  position: relative;
}

.navbar li .arrow-active {
  display: none;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 100%;
  height: 11px;
  background: url(../icons/navbar-arrow.png) no-repeat center top;
  z-index: 6;
}

.navbar li.active .arrow-active, .navbar li:hover .arrow-active {
	font-family: "Fjalla One", sans-serif;
	display: block;
}

.navbar li a {
	font-family: "Fjalla One", sans-serif;
	color: #ff0000;
}

.home-slider {
  margin-bottom:0 !important;
}

.home-slider .caption-holder{
  width: auto;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 650px;
}

.home-slider .carousel-caption h4{
	margin: 0 0 0 -5px;
	font-size: 34px;
}

.home-slider .carousel-caption p {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 37px 0;
	width: 90%;
}

.home-slider .carousel-caption {
  text-align: left;
  z-index: 50;
}

.home-slider .item {
  text-align: center;
  width: 100%;
  height: 650px;
}

.home-slider .carousel-inner > .item > img {
  display: inline-block;
}
/* Generic elements */

.custom-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 42px;
  color: #363636;
  background: #F3F3F3;
  padding: 0px 19px;
  
}

.custom-btn.multi-lines {
  line-height:16px !important;
  padding:15px 19px !important;
}

.custom-btn:hover {
  color:#FFFFFF  /*color:#363636*/;
  background: #2D2C2C;
  /*opacity: 0.6; background:#F2B215;*/
  text-decoration: none;
  font-weight: 400;	
}

.custom-btn:focus {
  text-decoration: none;
}

.custom-btn .arrow-right {
  float: right;
  background: url(../icons/arrow-right.png) no-repeat right center;
  width: 23px;
  height: 42px;
  padding-left: 14px;
}

.custom-btn .arrow-right:hover {
  float: right;
  background: url(../icons/arrow-right-inverse.png) no-repeat right center;
  width: 23px;
  height: 42px;
  padding-left: 14px;
}

.custom-btn .arrow-top {
  float: right;
  background: url(../icons/arrow-top.png) no-repeat right center;
  width: 23px;
  height: 42px;
  padding-left: 14px;
}

.custom-btn.custom-btn-inverse {
  display: inline-block;
  font-family: "Encode Sans", "sans-serif";
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  background: #373737;
  padding: 0px 19px;
}

.custom-btn.custom-btn-inverse:hover {
  color:#000000;
  background: #E0FF00;
  text-decoration: none;
}

.custom-btn.custom-btn-inverse .arrow-right {
  float: right;
  background: url(../icons/arrow-right-inverse.png) no-repeat right center;
  width: 23px;
  height: 42px;
  padding-left: 14px;
}

.custom-btn.custom-btn-inverse .arrow-top {
  float: right;
  background: url(../icons/arrow-top-inverse.png) no-repeat right center;
  width: 23px;
  height: 42px;
  padding-left: 14px;
}

.custom-btn.custom-btn-inverse:hover .arrow-right {
  background: url(../icons/arrow-right.png) no-repeat right center;
}

.custom-btn.custom-btn-inverse:hover .arrow-top {
  background: url(../icons/arrow-top.png) no-repeat right center;
}


.square {
  width: 130px;
  height: 30px;
  color:whitesmoke;
  font-weight: bold;
  padding-bottom: 20px;	
  background-color: #000000; 
  display: inline-block;
  text-decoration: none;
}

.separator {
  width: 100%;
  height: 1px;
  background: url(../icons/dott-line-inverse.png) repeat-x left top;
  display: table;
  margin: 20px 0;
}

.separator.separator-small {
  margin: 10px 0;
}

.separator.separator-medium {
  margin: 20px 0;
}

.separator.separator-inverse {
  width: 100%;
  height: 1px;
  background: url(../icons/dott-line.png) repeat-x left bottom;
  display: table;
  margin: 10px 0 17px 0;
}

.custom-block {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  overflow: hidden;
}

.custom-block img {
  width: 100%;
}
	
.custom-block h4 {
  z-index: 50;
  text-transform: uppercase;
  font-family: "Fjalla One", "sans-serif";
  font-size: 26px;
  line-height: 140% !important;
  position: absolute;
  left: 20px;
  top: 13px;
  color:#FFFFFF;
/*   background:#c90000;
 opacity: 0.4;*/
}

.custom-block h7 {
  z-index: 50;
  text-transform: uppercase;
  font-family: "Encode Sans", "sans-serif";
  font-size: 32px;
  line-height: 105% !important;
  position: relative;
  left: 20px;
  top: 26px;
  font-weight: normal;
  color: #ffffff;
/*   background:#c90000;
 opacity: 0.8;*/
}

.custom-block .custom-caption {
  margin: 0 0 0px 0;
  color: #ffffff;
  width: auto;
  display: block;
  padding: 13px 21px 12px;
  font-family: "Encode Sans", "sans-serif";
  background: #363636;
}

.custom-block.main-image h4 {
	font-family: "Fjalla One", "sans-serif";
	font-size: 40px;
	line-height: 60px;
	padding: 8px 12px 8px 12px;
	position: absolute;
	left: 33px;
	top: 67px;
	color: #000000;
	background: #C9C9C9;
	opacity: 0.6;
	width: 536px;
	height: 190px;
}

.custom-block.main-image h7 {
	text-transform: uppercase;
	font-family: "Fjalla One", "sans-serif";
	font-size: 45px;
	line-height: 60px;
	padding: 4px 12px 2px 12px;
	position: relative;
	left: 20px;
	top: 132px;
	font-weight: normal;
	color: #ffffff;
    background: #ff0000;
    opacity: 0.8;
}



.custom-block.main-image h4-black {
  text-transform: uppercase;
	font-family: "Fjalla One", "sans-serif";
  font-size: 36px;
  line-height: 60px;
  position: absolute;
  left: 20px;
  top: 50px;
  font-weight: normal;
  color:#000000;
}

.custom-block.main-image {
  text-align: center;
}

.custom-block.main-image img {
  width: auto;
}

.custom-block.main-image .caption-holder {
  text-align: left;
  width: 940px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.custom-empty-block {
  line-height: 24px;
  background: #363636;
  color: #ffffff;
  font-family: "Fjalla One", "sans-serif";
  text-align: center;
  font-size: 18px;
  padding: 20px;
  min-height: 140px;
  height: 100%;
  margin: 0 0 20px 0;
}

a:hover .custom-empty-block {
 /*  background: rgba(23, 23, 23, 1.00);*/
 background: rgba(255,0,4,1.00);
  color: #ffffff;
  text-decoration:none !important;
}


.custom-block .rollover-box { 
	position:absolute; 
	left:0; top:100%; 
	width:100%; height:100%; 
	background:#DC0000; 
	opacity: 0.8;
}




.row-fluid-custom {
  margin-left:-10px !important;
}

.no-margin {
  margin:0 !important;
}

.empty-space-h10 {
  height: 10px;
}

.empty-space-h20 {
  height: 20px;
}

.empty-space-h40 {
  height: 40px;
}

.empty-space-h60 {
  height: 60px;
}

.ml10 {
  margin-left:10px !important;
}
/* overwrite bootstrap css */

.carousel-caption {
  position: absolute;
  left: 84px;
  top: 29.8% !important;
  width: 420px;
}

.nav-scroll-static{
  height: 100px;
}

.nav-scroll-holder {
  z-index: 200;
  padding: 0;
  width: 100%;
}

.nav-scroll {
  background: #363636;
  height: 50px;
  width: 100%;
  display: inline-block;
  list-style-type: none;
  margin: 0;
}

.nav-scroll li {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-family: "Fjalla One", "sans-serif";
}

.nav-scroll li a {
  cursor: pointer;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 14px 0 13px 0;
  color: #ffffff;
  background: url(../icons/dott-line-vertical.png) repeat-y right top;
}

.nav-scroll li.last a {
  background: none;
}

.nav-scroll li a .arrow-active {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: url(../icons/nav-scroll-arrow.png) no-repeat center top;
  z-index: 6;
}

.nav-scroll li.active a .arrow-active, .nav-scroll li a:hover .arrow-active {
  display: block;
}

.nav-scroll li a:hover, .nav-scroll li.active a {
	text-decoration: none;
	color:#ffffff !important;
	background: rgba(255,0,4,1.00) /*background:#F2B215*/ !important;
	font-family: "Fjalla One", "sans-serif";
	height: 50px;
}

.nav-scroll li.active2 a {
  text-decoration: none;
  color:#ffffff !important;
  background:#79797B !important;
}

h2.page-subtitle {
  font-family: "Fjalla One", "sans-serif";
  font-size: 35px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 10px;
}

h3.page-third-title {
  font-family: "Fjalla One", "sans-serif";	
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 0 10px;
  margin: 5px 0 0 0;
}

h3.page-third-title-new {
  font-family: "Fjalla One", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding: 20px 0 15px 10px;
  margin: 5px 0 0 0;
}

.paragraph {
  padding: 40px 10px;
  margin: 0;
}

.paragraph-text {
	line-height: 20px;
	margin: 0;
	margin-bottom: 14px;
	font-family: "Encode Sans", sans-serif;
}

.paragraph-image {
  margin-top: 35px;
}

.quote {
  background: #363636;
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
  margin: 0 0 20px 0;
}

.quote-message {
  font-family: "Encode Sans", "sans-serif";
  font-size: 20px;
  line-height: 24px;
  margin-top: 25px;
}

.quote-author {
  font-size: 11px;
  line-height: 24px;
}

.back-to-top {
  text-align: center;
}

.back-to-top .custom-btn {
  position: relative;
  z-index: 15;
  top: -20px;
}

.address-block .nav-tabs {
  margin: 0;
}

.address-block .nav-tabs li {
  width: 50%;
}

.address-block .nav-tabs li a{
  position: relative;
  color: #363636;
  width: 100%;
  margin: 0;
  border: none;
  padding: 14px 0 13px 0;
  text-align: center;
  font-size: 16px;
  font-family: "Encode Sans", "sans-serif";
  background: #ffffff;
}

.address-block .nav-tabs li a:hover, .address-block .nav-tabs li.active a {
  background: rgba(255, 0, 4, 1.00)/*background:#F2B215*/;
  color: rgba(255, 255, 255, 1.00)/*color:#363636*/;
}

.address-block .nav-tabs li a .arrow-active {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: url(../icons/nav-scroll-arrow.png) no-repeat center top;
  z-index: 6;
}

.address-block .nav-tabs li.active a .arrow-active, .address-block .nav-tabs li a:hover .arrow-active {
  display: block;
}

.address-block .tab-pane {}

.address-block .tab-pane .tab-pane-inner {
  background: rgba(255,125,127,1.00);
  padding: 15px 20px;
  position: relative;
}

.address-block .tab-pane .tab-pane-inner .tab-arrow {
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 100%;
  height: 11px;
  background: url(../icons/tab-arrow.png) no-repeat 20% top;
  z-index: 6;
}

.address-block .tab-pane .pane-title {
  font-family: "Encode Sans", "sans-serif";
  font-size: 16px;
  line-height: 26px;
}

.address-block .tab-pane p {
  line-height: 16px;
}

.address-block .tabbable {
  margin-top: 110px;
}

.address-block .tabbable .separator-small {
  margin: 15px 0;
}

.address-block .tabbable .address-map {
  height: 300px;
  width: 100%;
}

.address-block .address-icon-phone {
  margin-bottom: 5px;
  margin-top: 6px;
  background: url(../icons/blk/phone.png) no-repeat left top;
  line-height: 32px;
  padding-left: 43px;
  font-size: 16px;
  font-family: "Encode Sans", "sans-serif";
  display: block;
}

.address-block .address-icon-email {
  background: url(../icons/blk/email.png) no-repeat left top;
  line-height: 32px;
  font-size: 16px;
  font-family: "Encode Sans";
  display: block;
}

.address-block .address-icon-email a {
	color: #363636;
	font-family: "Encode Sans", sans-serif;
}

.address-map img {
  max-width:none !important;
}

.side-block {
/*  padding: 20px;
  background: #CECDCB;*/
}
.side-block.s
ide-block-white {
  background: #FFFFFF;
}

.side-block .side-block-title {
  font-family: "Ecode Sans", "sans-serif";
  font-size: 20px;
  line-height: 24px;
}

.display-block {
  display:block !important;
}

.display-none {
  display:none !important;
}

.half-split-text .span6 {
  width: 447px;
}

.list-icons {
  list-style-type: none;
  margin: 0;
}

.list-icons li {
	font-size: 12px;
	font-family:"Encode Sans", "sans-serif";
	line-height: 22px;
	padding: 5px 0 5px 50px;
	background: url(../icons/blk/empty.png) no-repeat left top;
	margin-bottom: 8px;
}

.list-icons li.list-icon-check {
  background: url(../icons/blk/check.png) no-repeat left center;
}

.list-icons li.list-icon-up {
  background: url(../icons/blk/arrow-up.png) no-repeat left center;
}

.list-icons li.list-icon-down {
  background: url(../icons/blk/arrow-down.png) no-repeat left center;
}

.list-icons li.list-icon-left {
  background: url(../icons/blk/arrow-left.png) no-repeat left center;
}

.list-icons li.list-icon-right {
  background: url(../icons/blk/arrow-right.png) no-repeat left center;
}

.list-icons li.list-icon-info {
  background: url(../icons/blk/info.png) no-repeat left center;
}

.list-icons li.list-icon-geo {
  background: url(../icons/blk/geo.png) no-repeat left center;
}

.list-icons li.list-icon-electronics {
  background: url(../icons/blk/electronics.png) no-repeat left center;
}

.list-icons li.list-gcs {
  background: url(../icons/blk/gcs.png) no-repeat left center;
}

.list-icons li.list-icon-link {
  background: url(../icons/blk/datalink.png) no-repeat left center;
}

.list-icons li.list-icon-sensor {
  background: url(../icons/blk/gimbal.png) no-repeat left center;
}

.list-icons li.list-icon-airplane {
  background: url(../icons/blk/airplane.png) no-repeat left center;
}

.list-icons li.list-icon-long {
  background: url(../icons/blk/length.png) no-repeat left center;
}

.list-icons li.list-icon-vtol {
  background: url(../icons/blk/vtol.png) no-repeat left center;
}

.list-icons li.list-icon-long-vertical {
  background: url(../icons/blk/height.png) no-repeat left center;
}

.list-icons li.list-icon-windsock {
  background: url(../icons/blk/windsock.png) no-repeat left center;
}

.list-icons li.list-icon-cargo {
  background: url(../icons/blk/cargo.png) no-repeat left center;
}

.list-icons li.list-icon-electric {
  background: url(../icons/blk/battery.png) no-repeat left center;
}

.list-icons li.list-icon-fuel {
  background: url(../icons/blk/engine.png) no-repeat left center;
}

.list-icons li.list-icon-cargo {
  background: url(../icons/blk/cargo.png) no-repeat left center;
}

.list-icons li.list-icon-machines {
  background: url(../icons/blk/cnc.png) no-repeat left center;
}

.list-icons li.list-icon-gear {
  background: url(../icons/blk/gears.png) no-repeat left center;
}

.list-icons li.list-icon-tooling {
  background: url(../icons/blk/tools.png) no-repeat left center;
}

.list-icons li.list-icon-navy {
  background: url(../icons/blk/sea.png) no-repeat left center;
}


.list-icons li.list-icon-environment {
  background: url(../icons/blk/tree.png) no-repeat left center;
}


.list-icons li.list-icon-dimensions {
  background: url(../icons/blk/measures.png) no-repeat left center;
}


.list-icons li.list-icon-precision {
  background: url(../icons/blk/marker.png) no-repeat left center;
}

.list-icons li.list-icon-ut50 {
  background: url(../icons/blk/ut50.png) no-repeat left center;
}

.list-icons li.list-icon-uttl {
  background: url(../icons/blk/ututlp.png) no-repeat left center;
}


.list-small-icons {
  list-style-type: none;
  margin: 0;
}

.list-small-icons li {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 2px 0 50px;
	background: url(../icons/blk/empty-s.png) no-repeat left top;
	margin-bottom: 2px
}

.list-small-icons li.list-small-icon-right-s {
  background: url(../icons/blk/arrow-right-s.png) no-repeat left center;
}


.thumnail-holder {
  font-family: "Encode Sans", "sans-serif";
  position: relative;
  overflow: hidden;
/*  width: 90%;	*/
}

.thumnail-holder img {
  width: 100%;
}

.thumnail-holder .btn-icon-info {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 10;
  background: #FFFFFF/*background:#F2B115*/ url(../icons/blk/info.png) no-repeat center center;
}

.thumnail-holder .btn-icon-zoom {
  position: absolute;
  right: 0;
  top: 30px;
  width: 30px;
  height: 30px;
  z-index: 10;
  background: #FFFFFF url(../icons/blk/zoom-out.png) no-repeat center center;
}

.thumnail-holder .thumnail-caption {
  position: absolute;
  top: 0px;
  left: 100%;
  background: #363636;
  color: #FFFFFF;
  display: none;
  margin: 0;
  width: 100%;
}

.thumnail-holder .thumnail-caption span {
  padding: 5px 10px;
  display: block;
}

.white-box {
  padding: 40px 0;
  text-align: center;
  background: #ffffff;
  font-family: "Encode Sans", "sans-serif";
  font-size: 20px;
}

.white-box p {
  margin: 0px 0 30px 0;
}

table {
  font-family: "Encode Sans", "sans-serif";
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}


table.grey-blocks {
  font-family: "Encode Sans", "sans-serif";
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}

table.grey-blocks td {
  font-family: "Encode Sans", "sans-serif";
  height: 165px;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
}

table.grey-blocks td.block-grey {
  font-family: "Encode Sans", "sans-serif";
  width: 24%;
  background: #79797B;
  color: #ffffff;
}

table.grey-blocks td.block-empty {
  font-family: "Encode Sans", "sans-serif";
  width: 14%;
}

table.orange-blocks {
  font-family: "Encode Sans", "sans-serif";	
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}

table.orange-blocks td {
  font-family: "Encode Sans", "sans-serif";
  background: #F2B11A;
  color: #ffffff;
  height: 165px;
}

.technical .nav-tabs {
  margin: 0;
  background: #CCCCCC;
  padding: 10px 10px 0 10px;
  border: none;
}

.technical .nav-tabs li {
  width: auto;
  margin: 0 10px 0 0;
}

.technical .nav-tabs li a{
  position: relative;
  color: #363636;
  width: auto;
  margin: 0;
  border: none;
  padding: 7px 10px 6px 10px;
  text-align: center;
  font-size: 14px;
  font-family:"Fjalla One", "sans-serif";
}

.technical .nav-tabs li a:hover, .technical .nav-tabs li.active a {
  background: #F3F3F3;
  color: #363636;
}

.technical .tab-pane {}

.technical .tab-pane .tab-pane-inner {
  background: #F3F3F3;
  padding: 15px 0 15px 10px;
  position: relative;
}

.technical .tab-pane .tab-pane-inner2 {
  background: #F3F3F3;
  padding: 15px 0 15px 0px;
  position: relative;
}

.technical .tab-pane .tab-pane-inner .tab-arrow {
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 100%;
  height: 11px;
  background: url(../icons/tab-arrow.png) no-repeat 20% top;
  z-index: 6;
}

.technical .tab-pane .pane-title {
  font-family: "Encode Sans", "sans-serif";
  font-size: 16px;
  line-height: 26px;
}

.technical .tab-pane p {
  line-height: 16px;
}

.technical .tabbable {
  margin-top: 11px;
}

.technical .tabbable .separator-small {
  margin: 15px 0;
}

.technical .tabbable .address-map {
  height: 300px;
  width: 100%;
}

.specifications-list {
	margin: 0;
	list-style-type: none;
	width: 100%;
	display: table;
	margin-bottom: 20px;
	text-align: right;
}

.specifications-list li {
  padding: 0 10px;
  display: block;
  border-bottom: 1px solid #363636;
  font-size: 11px;
  line-height: 24px;
}

.specifications-list li.sub-item {
  padding: 0 10px 0 25px;
}

.specifications-list li span {
  width: 25%;
  text-align: right;
  display: inline-block;
}

.specifications-list li span-wide {
  width: 40%;
  text-align: right;
  display: inline-block;
}

.specifications-list li span:first-child {
	text-align: left;

}

.specifications-list li.specifications-list-header {
  border-bottom: 2px solid #363636;
  font-weight: bold;
}

.contact-page.address-block .nav-tabs {
  margin: 0;
}

.contact-page.address-block .nav-tabs li {
  width: auto;
}

.contact-page.address-block .nav-tabs li a{
  position: relative;
  color: #363636;
  width: auto;
  margin: 0;
  border: none;
  padding: 14px 60px 13px 60px;
  text-align: center;
  font-size: 16px;
  font-family: "Encode Sans", "sans-serif";
  background: #ffffff;
}

.contact-page.address-block .nav-tabs li a:hover, .contact-page.address-block .nav-tabs li.active a {
  background: rgba(255, 0, 4, 1.00)/*background:#F2B215;  color:#363636*/;
}

.contact-page.address-block .nav-tabs li a .arrow-active {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: url(../icons/nav-scroll-arrow.png) no-repeat center top;
  z-index: 6;
}

.contact-page.address-block .nav-tabs li.active a .arrow-active, .contact-page.address-block .nav-tabs li a:hover .arrow-active {
  display: block;
}

.contact-page.address-block .tab-pane {}

.contact-page.address-block .tab-pane .tab-pane-inner {
  background: #363636;
  color: #ffffff;
  padding: 40px 20px 15px 20px;
  position: relative;
}

.contact-page.address-block .tab-pane .pane-title {
  font-family: "Encode Sans", "sans-serif";
  font-size: 16px;
  line-height: 18px;
}

.contact-page.address-block .tab-pane p {
  line-height: 16px;
}

.contact-page.address-block .tabbable {
  margin-top: 11px;
}

.contact-page.address-block .tabbable .separator-small {
  margin: 15px 0;
}

.contact-page.address-block .tabbable .address-map {
  height: 500px;
  width: 100%;
}

.contact-page.address-block .tabbable .span3 {
  background: url(../icons/dott-line-vertical-contact.jpg) no-repeat right top;
}

.contact-page.address-block .tabbable .span3:last-child {
  background: none;
}

.contact-page.address-block .address-icon-phone {
  background: url(../icons/blk/phone.png) no-repeat left top;
  line-height: 24px;
  padding-left: 34px;
  font-size: 12px;
  display: block;
}

.contact-page.address-block .address-icon-email {
  margin-bottom: 10px;
  margin-top: 10px;
  background: url(../icons/blk/email.png) no-repeat left top;
  line-height: 24px;
  padding-left: 34px;
  font-size: 12px;
  display: block;
}

.contact-page.address-block .address-icon-email a {
  color: #ffffff;
}

.contact-page.address-map img {
  max-width:none !important;
}

.current-element-title {
  display: block;
  width: auto;
  background: #333333;
  color: #ffffff;
  font-size: 12px;
  font-family: "Encode Sans", "sans-serif";
  line-height: 29px;
  padding: 0 10px;
}

.download-caption {
  display: block;
  width: auto;
  background: url(../icons/download_icon.png) no-repeat scroll 97% center #333333;
  color: #ffffff;
  font-size: 14px;
  font-family: "Encode Sans", "sans-serif";
  line-height: 16px;
  padding: 15px 20px;
  text-decoration: none;
}

.download-caption:hover{
  background: url("../icons/download_icon.png") no-repeat scroll 97% center rgba(255,0,4,1.00); 
  text-decoration: none;
}

.download-caption-mobile {
  display: block;
  width: auto;
  background: #333333;
  color: #ffffff;
  font-size: 14px;
  font-family: "Encode Sans", "sans-serif";
  line-height: 16px;
  padding: 15px 20px;
  text-decoration: none;
}

.download-caption-mobile:hover{
  background: rgba(255, 0, 4, 1.00)/*background:#F2B215*/;
  text-decoration: none;
}

ul.simple-list {
  font-family: "Encode Sans", "sans-serif";
  font-size: 18px;
  list-style-type: none;
  margin: 0;
}

ul.simple-listsmall-font {
  font-family: "Encode Sans", "sans-serif";
  list-style-type: none;
  margin: 0;
}

ul.simple-list li {
  background: url(../icons/bullet.png) no-repeat left 4px;
  padding: 0 0 0 10px;
  line-height: 16px;
  margin-bottom: 7px;
}

ul.simple-list li ul {
  margin: 6px 0 0 5px;
}

ul.simple-list.sitemap {
  font-family: "Encode Sans", "sans-serif";
  font-size: 14px;
  list-style-type: none;
  margin: 0;
}

ul.simple-listsmall-font li, ul.simple-list.sitemap li {
  background: url(../icons/bullet.png) no-repeat left 6px;
  padding: 0 0 0 10px;
  line-height: 19px;
  margin-bottom: 7px;
}

ul.simple-listsmall-font li a, ul.simple-list.sitemap li a {
  color: #363636;
}

ul.simple-listsmall-font li ul, ul.simple-list.sitemap li ul {
  margin: 6px 0 0 15px;
}

.btn-icon-contact {
  width: 32px;
  height: 32px;
  background: url(../icons/blk/email.png) no-repeat left top;
  float: left;
  margin: 0 15px 0 0;
  display: inline;
}

.custom-block a {
  display: table;
  overflow: hidden;
  width: 100%;
}

.custom-block a img {
  -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms; }

.custom-block a img:hover {
  opacity: .8;
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms; }

.wrap-container-news {
  background: url(../icons/bg-news-bar.jpg) repeat-x left top;
}

.news-page.address-block .nav-tabs {
  margin: 0;
}

.news-page.address-block .nav-tabs li {
  width: auto;
}

.news-page.address-block .nav-tabs li a{
  text-align: left;
  height: 162px;
  position: relative;
  color: #FFFFFF;
  width: 170px;
  margin: 0 0 15px 0;
  border: none;
  padding: 20px 20px 0 20px;
  font-size: 12px;
  line-height: 13px;
  font-family: "Encode Sans", "sans-serif";
  background: #363636 url(../icons/dott-line-vertical.png) repeat-y right top;
}

.news-page.address-block .nav-tabs li a img {
  margin-bottom: 5px;
}

.news-page.address-block .nav-tabs li a:hover, .news-page.address-block .nav-tabs li.active a {
  background: rgba(255, 0, 4, 1.00)/*background:#F2B215*/;
  color: #363636;
}

.news-page.address-block .nav-tabs li a .arrow-active {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: url(../icons/nav-scroll-arrow.png) no-repeat center top;
  z-index: 6;
}

.news-page.address-block .nav-tabs li.active a .arrow-active, .news-page.address-block .nav-tabs li a:hover .arrow-active {
  display: block;
}

.news-page.address-block .tab-pane {}

.news-page.address-block .tab-pane .tab-pane-inner {
  background: #363636;
  color: #ffffff;
  padding: 40px 20px 15px 20px;
  position: relative;
}

.news-page.address-block .tab-pane .pane-title {
  font-family: "Encode Sans", "sans-serif";
  font-size: 16px;
  line-height: 18px;
}

.news-page.address-block .tab-pane p {
  line-height: 16px;
}

.news-page.address-block .tabbable {
  margin-top: 0px;
}

.news-page-block.address-block .tabbable {
  margin-top: 20px;
}

.news-page-block.address-block .tabbable .separator-small {
  margin: 15px 0;
}

.multimedia-slider {
  margin-bottom:10px !important;
}

.multimedia-slider .item a {
  position: relative;
  z-index: 50;
}

.multimedia-slider .item a.odd {
  margin: 5px 5px 5px 0;
}

.multimedia-slider .item a.even {
  margin: 5px 0px 5px 5px;
}

.multimedia-slider .carousel-indicators {
  bottom: -18px;
}

.multimedia-slider .carousel-indicators li {
  border-radius: 0;
  background: #ffffff;
}

.multimedia-slider .carousel-indicators li.active, .multimedia-slider .carousel-indicators li:hover {
  background: #363636;
}

.btn-icon-zoom-small {
  width: 16px;
  height: 15px;
  position: absolute;
  right: 4px;
  top: 5px;
  background: url(../icons/blk/zoom-out.png) no-repeat left top;
}

.multimedia-slider .item a img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

.multimedia-slider .item a:hover img {
  opacity: .8;
  -webkit-transform: scale(1.05, 1.07);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05, 1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

.news-slider {
  width: 100%;
}

.news-page .navbar-shaddow{
  bottom: 20px;
  z-index: 1000;
}

.news-page .nav-tabs {
  border: none;
}

.news-page {
  position: relative;
}

.address-block.news-page {
  height: 217px;
}
/* Footer elements */

.wrap-footer, .wrap-footer-bottom{
  width: 100%;
}

.wrap-footer {
  padding-top: 20px;
  background-color: #373737;
  background-image: -moz-linear-gradient(top, #373737, #434343);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#434343));
  background-image: -webkit-linear-gradient(top, #373737, #434343);
  background-image: -o-linear-gradient(top, #373737, #434343);
  background-image: linear-gradient(to bottom, #373737, #434343);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37373737', endColorstr='#43434343', GradientType=0);
}

.wrap-footer-bottom {
  background: #363636;
}

.footer .span4 img {
  margin: 28px 0 35px 0;
}

.footer .span8 {
  padding-top: 34px;
  font-family: "Encode Sans", sans-serif;
  color: #ffffff;
  margin: 0 0 0 0;
}

.footer .nav a {
  color: #999999;
  line-height: 20px;
}

.footer .nav.span3 {
  width:24.55% !important;
}

.footer-bottom {
  font-family: "Encode Sans", sans-serif;		
  color: #999999;
  font-size: 11px;
  padding: 40px 0;
}

.footer-bottom .footer-menu {
  display: inline;
  margin: 0;
}

.footer-bottom .footer-menu li {
  display: inline;
}

.footer-bottom .footer-menu li span {
  padding: 0 7px;
}

.footer-bottom .footer-menu li a, .footer .nav li.nav-header a:hover {
  color: #999999;
}

	ooter-bottom .footer-menu li a:hover, .footer-bottom .footer-menu li.active a, .footer .nav li.nav-header a {
  color: #FFFFFF;
  text-decoration: none;
}
 /*  Modifs 17.01.2019 */

.docs{ background: url("/assets/raster/index/docs.header.desk.jpg") no-repeat center center; }



.headerImg{
  max-width: 1400px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  display: block;
}
/* --- */

h2.other-page-subtitle{
	color: #363636;
	font-size: 30px;
	text-transform: none;
	font-family: "Fjalla One", sans-serif;
	font-weight: 400;
	/*padding: 0 10px;*/
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;/* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* aerofoundry page 10.02.2015 */

h2.aerofoundry-page-subtitle{
  color: #363636;
  font-size: 30px;
  text-transform: none;
  font-family: "Fjalla One", "sans-serif";
  font-weight: 400;
  text-align: center;
}

.empty-space-h60-aerofoundry{
  height: 30px;
}

.paragraph-aerofoundry{
  padding: 10px 0;
  text-align: center;
  max-width: 640px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

ul.aerofoundry-stripe{
  list-style-image: url(../icons/list_bullet.png);
  margin-top: 25px;
}

ul.aerofoundry-stripe-mobile{
  list-style-image: url(../icons/list_bullet.png);
  margin-top: 20px;
  max-width: 80%;
  margin: 0 auto;
}

ul.aerofoundry-stripe-mobile li, ul.aerofoundry-stripe li{
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.quote-aerofoundry .row{
  margin: 0 auto;
  position: relative;
  width: 94%;
}

.quote-aerofoundry{
  margin-bottom: 0 !important;
}

.mr25{
  margin-right: 25px !important;
}

.quote-aerofoundry-middle{
  text-align: left;
  color: #363636;
  background: url("../img/tmp/middle.png") no-repeat center bottom #ffffff;
  height: 800px;
  margin: 0;
  padding: 40px 0;
  background-size: 1400px 800px;
}

.wrap-aerofoundry-middle{
  background: #ffffff;
  text-align: left;
  color: #363636;
}

.aerofoundry-middle-mquery{
  width: 100%;
  position: static;
}

.wrap-aerofoundry-middle-mquery{
  padding: 0 !important;
}

.wrap-aerofoundry-middle-mquery .row-fluid-custom{
  max-width: 91%;
  position: relative;
  margin: 0 auto !important;
}

.paragraph-aerofoundry-second{
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.aerofoundry-poly-main{
  max-width: 780px;
  position: relative;
  margin: 0 auto !important;
  margin-top: 20px !important;
}

.aerofoundry-poly-graph-wrap{
  max-width: 780px;
  position: relative;
  margin: 0 auto !important;
  background: #ffffff;
}

.aerofoundry-graph-right{
  float: right !important;
  text-align: right;
}

.aerofoundry-graph-left{
  text-align: center;
}

.aerofoundry-graph-left p.paragraph{
  text-align: left;
  max-width: 270px;
  position: relative;
  margin: 130px auto;
  padding: 0 0 0 70px;
}

.aerofoundry-graph-left-mquery p.paragraph{
  text-align: left;
  max-width: 280px;
  position: relative;
  margin: 0 auto;
  padding: 40px 0 10px 0;
}

.aerofoundry-graph-right-mquery{
  max-width: 425px;
  position: relative;
  margin: 0 auto;
}

.footerImg{
  max-width: 1400px;
  height: 550px;
  margin: 0 auto;
  position: relative;
  display: block;
}

.aerofoundry-bottom p.paragraph{
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  padding: 0;
  margin: 0;
}

.aerofoundry-bottom p.paragraph-small{
  color: #ffffff;
  font-size: 12px;
}

.custom-block.main-image.aerofoundry-bottom{
/*background: #ffffff !important;
	height: auto;*/
}

.aerofoundry-bottom-content{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.f12{
  font-size: 12px;
  text-align: right;
}

h4.aerofoundry-main-title{
  font-size: 36px !important;
}

h4.aerofoundry-main-title-mobile{
  font-size: 32px !important;
}

@media (max-width: 979px)and (min-width: 768px){
  .span5.aerofoundry-graph-right {
    width: 355px !important;
  }

  .quote-aerofoundry-middle{
    background: url("../img/tmp/middle.jpg") no-repeat center bottom #ffffff;
  }

  .quote-aerofoundry .span4{
    width: 227px;
  }

  .aerofoundry-bottom p.paragraph, .aerofoundry-bottom p.paragraph-small{
    padding-left: 20px;
  }

  .logobar .span3{
    width: 220px;
    margin-top: -30px;
  }
}

@media (max-width: 767px){
  .custom-block.main-image.aerofoundry-bottom{
    background: #ffffff !important;
    height: auto !important;
  }
}

.custom-btn .arrow-right:hoover {
  float: right;
  background: url("../assets/icons/arrow-top-inverse.png") no-repeat right center;
  width: 23px;
  height: 42px;
  padding-left: 14px;
}

/* contact form */

/*.contactform {
				width: 735px;
				max-width: 100%;
				padding: calc(1rem/16*20) calc(1rem/16*10);
}

.contactform .row {
				display: flex;
				align-items: flex-end;
				margin-bottom: 1rem;
				width: 100%;
}

.contactform .row .form-control {
				display: block;
				height: calc(1rem/16*34);
				font-size: calc(1rem/16*14);
				width: 100%;
				padding: .375rem .75rem;
				color: #555;
				border: 1px solid #ccc;
				border-radius: .25rem;
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
				transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contactform .row .form-control:focus {
				border-color: #FF0000;
				outline: 0;
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(210, 33, 33, 0.6);
}

.contactform .row .col-sm-2,
.contactform .row .col-sm-3,
.contactform .row .col-sm-4 {
				width: 100%;
}

.contactform .row .col-sm-8 {
				width: 80%;
}

.contactform .row .control-label {
				display: inline-block;
				text-align: right;
				line-height: 2rem;
				width: 20%;
				font-weight: bold;
				padding-right: 1rem;
}

.row label + div + label {
    width: 20% !important;
}


.contactform .row:nth-child(4) .control-label {
				align-self: center;
}

.contactform .row:nth-child(4) textarea {
				height: calc(1rem/16*114);
}

.contactform .row:nth-child(5) {
				flex-wrap: wrap;
}

.contactform .row:nth-child(5) .col-sm-8:not(:nth-child(2)) input {
				margin-top: .25rem;
				margin-left: 23.52%;
}

.contactform .row#privacy-security {
				align-items: center;
}

.contactform .row#privacy-security .control-label {
				align-self: flex-end;
				line-height: 1.5rem;
}

.contactform .row#privacy-security .checkbox-inline {
				margin-left: -.95rem;
}

.contactform .row#privacy-security .checkbox-inline a:hover,
.contactform .row#privacy-security .checkbox-inline a:focus {
				color:#DB0000;
				text-decoration: underline;
}

.contactform .row#privacy-security .checkbox-inline a {
				color: #E10000;
				text-decoration: none;
}

.contactform .row#answer .form-control:focus {
				border-color:#FF0000;
}

.contactform .row#answer .control-label {
				align-self: flex-start;
}

.contactform .row#answer .errordesignfields {
				border-color: #DB0000;
}

.contactform .row#send {
				padding-left: 19%;
}

.contactform .row#send .col-sm-4 {
				width: 100%;
}

.contactform .row .btn {
				width: 100%;
				font-size: 16px;
				font-weight: bold;
				height: 2.5rem;
				margin-top: calc(1rem/16*5);
				padding: .5rem .75rem;
				color: white;
				background-color:#CF0000;
				border: transparent;
				border-color: #980000;
				border-radius: 4px;
				width: 20px;
}

.contactform .row .btn:hover {
				background-color:#262626;
				border-color:#252525;
				cursor: pointer;
}

.contactform .row .errormsg + input,
.contactform .row .errormsg + select,
.contactform .row .errormsg + textarea {
				border-color: #db0007;
}

@media (max-width: 680px) {
				.contactform {
								padding: 0 1rem;
				}
				.contactform .row {
								display: initial;
				}
				.contactform .row .control-label {
								margin-top: .5rem;
								text-align: left;
				}
				.contactform .row .col-sm-2,
				.contactform .row .col-sm-3,
				.contactform .row .col-sm-4,
				.contactform .row .col-sm-8 {
								width: 100% !important;
				}
				.contactform .row:nth-child(5) {
								flex-wrap: wrap;
				}
				.contactform .row:nth-child(5) .col-sm-8:not(:nth-child(2)) input {
								margin-top: .25rem;
								margin-left: 0;
				}
				.contactform .row .btn {
								margin-bottom: calc(1rem/16*20);
				}
}
.contactform .row ::placeholder,
.contactform .row select.unselected{
				color: grey;
				opacity: 0.7;
}
.contactform .row select.field option[value=""][disabled] {
				display: none;
}
.contactform .row select.field option {
				color: #555;
}
.contactform .row select.field option[value=""] {
				color: rgba(0,0,0,0.4);
}
*/
