.title {
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 36px; }

.color-white {
  color: #fff; }
  .color-white h1,
  .color-white h2,
  .color-white h3,
  .color-white h4,
  .color-white h5,
  .color-white h6 {
    color: #fff; }

.background-white {
  background-color: #fff; }

.list-none {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-none li {
    margin: 0;
    padding: 0; }
    .list-none li:before {
      display: none; }

.list-bullet {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-bullet li {
    position: relative;
    margin: 0 0 5px;
    padding-left: 15px; }
    .list-bullet li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      width: 6px;
      height: 6px; }
    .list-bullet li a {
      display: inline-block; }
      .list-bullet li a:hover {
        padding-left: 5px; }

.vcenter-wrapper {
  display: table;
  width: 100%;
  height: 100%; }
  .vcenter-wrapper .vcenter-item {
    display: table-cell;
    vertical-align: middle; }

.section-padding-large {
  padding-top: 60px;
  padding-bottom: 60px; }

.section-padding-medium {
  padding-top: 40px;
  padding-bottom: 40px; }

.section-padding-small {
  padding-top: 20px;
  padding-bottom: 20px; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.background-center {
  background-position: 50% 50%; }

.background-fixed {
  background-attachment: fixed; }

.background-cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.background-cover-fixed {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .background-cover-fixed {
      background-attachment: scroll; } }

.f-right {
  float: right; }

.f-left {
  float: left; }

.absolute-fullsize {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

img,
embed,
iframe,
video,
object {
  max-width: 100%;
  height: auto; }

embed,
iframe,
video,
object {
  min-height: 250px;
  border: 0; }

object {
  min-height: 284px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    object {
      display: none; } }

.p-0 {
  margin-top: 0;
  margin-bottom: 0; }
  .p-0 p {
    margin-top: 0;
    margin-bottom: 0; }

.p-small {
  margin-top: 10px;
  margin-bottom: 10px; }
  .p-small p {
    margin-top: 10px;
    margin-bottom: 10px; }

.p-large {
  margin-top: 20px;
  margin-bottom: 20px; }
  .p-large p {
    margin-top: 20px;
    margin-bottom: 20px; }

.padding {
  padding: 60px 0; }

.decoration-none {
  text-decoration: none; }
  .decoration-none a {
    text-decoration: none; }

@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 27px; }

  h2,
  .h2 {
    font-size: 22.5px; }

  h3,
  .h3 {
    font-size: 18px; }

  h4,
  .h4 {
    font-size: 13.5px; }

  h5,
  .h5 {
    font-size: 10.5px; }

  h6,
  .h6 {
    font-size: 9px; } }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #494949 !important;
  font-weight: 500; }

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #494949 !important;
  font-weight: 500; }

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #494949 !important;
  font-weight: 500; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #494949 !important;
  font-weight: 500; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #494949;
  font-weight: 500; }

.bg_list::before {
  height: 3000px !important; }

.list {
  overflow: auto;
  padding: 40px 20px;
  background-color: white;
  color: #494949; }
  .list h1 {
    margin: 0 0 15px;
    font-weight: 800; }
  .list .postImg .listElement {
    height: auto; }
  @media (max-width: 989px) {
    .list .postImg .listElement {
      height: auto !important; }
    .list .postImg .image {
      text-align: center; }
      .list .postImg .image img {
        margin-top: 20px;
        display: inline; } }
  .list .new a {
    border: 0;
    border-radius: 0;
    color: #6aaa30;
    background-color: none;
    position: relative;
    text-transform: uppercase;
    transition: .2s;
    font-size: 13px;
    padding: 2px 0;
    font-weight: 800;
    position: relative;
    margin: 10px 0;
    display: inline-block;
    border-bottom: 1px solid; }
    .list .new a:hover {
      text-decoration: none;
      color: #494949; }
    @media (max-width: 989px) {
      .list .new a {
        position: relative; } }
  .list .new .listElement {
    min-height: 50px; }
    .list .new .listElement::before {
      content: '';
      background: url("../img/strzalka.png") no-repeat left 3px;
      height: 20px;
      width: 20px;
      display: inline-block;
      background-repeat: no-repeat;
      float: left; }
    .list .new .listElement h2 {
      font-size: 18px;
      font-weight: 800;
      margin: 0; }
    .list .new .listElement div.data {
      font-size: 13px;
      color: #c8c8c8;
      display: block;
      margin-bottom: 10px; }
    .list .new .listElement .summary {
      text-align: justify; }
    .list .new .listElement.margin-h2 {
      height: auto !important; }
      .list .new .listElement.margin-h2 h2 {
        margin-bottom: 20px;
        position: relative;
        top: 1px; }
    @media (max-width: 989px) {
      .list .new .listElement {
        height: auto; } }
  .list .new ul {
    padding-left: 25px; }
    .list .new ul li {
      list-style-image: url("../img/strzalka.png"); }
  @media (max-width: 767px) {
    .list .new a {
      display: inline-block;
      margin: 18px; } }
  @media (max-width: 989px) {
    .list .new .w-100 {
      width: 100%; }
      .list .new .w-100 a {
        float: right; } }
  @media (max-width: 989px) {
    .list {
      border: 4px solid #6aaa30; } }

.border {
  border-bottom: 1px solid #c8c8c8; }

.post {
  overflow: auto;
  background-color: white;
  color: #494949;
  padding: 30px;
  min-height: 397px; }
  .post .image {
    float: left;
    margin: 6px 20px 20px 0; }
  .post h1 {
    font-size: 36px !important;
    font-weight: 700;
    margin: 0; }
  .post span {
    font-weight: bold; }
  .post .data {
    font-size: 13px;
    color: #c8c8c8;
    display: block;
    margin-bottom: 10px; }
  .post .content {
    margin-top: 20px; }
  .post .author {
    text-align: right;
    margin-top: 20px;
    font-style: italic;
    color: #c8c8c8;
    width: 100%; }
  .post .navigation {
    margin-top: 20px; }
    .post .navigation a {
      border: 0;
      border-radius: 0;
      color: #6aaa30;
      background-color: none;
      position: relative;
      text-transform: uppercase;
      transition: .2s;
      font-size: 13px;
      padding: 2px 0;
      font-weight: 800;
      position: relative;
      margin: 10px 0;
      display: inline-block;
      border-bottom: 1px solid; }
      .post .navigation a:hover {
        text-decoration: none;
        color: #494949; }
      @media (max-width: 989px) {
        .post .navigation a {
          position: relative; } }
  @media (max-width: 989px) {
    .post {
      min-height: auto; } }

.border {
  border-bottom: 1px solid #c8c8c8; }

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
#cookiecontrol {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 20px;
  color: #cccccc;
  left: 20px;
  position: fixed;
  z-index: 99999; }
  #cookiecontrol #cookiewrapper {
    margin: 0 auto;
    max-width: 280px;
    min-height: 30px;
    padding: 40px 40px 20px 20px;
    position: relative;
    text-align: left; }
    #cookiecontrol #cookiewrapper #cookiepolicytxt {
      font-size: 11px; }
    #cookiecontrol #cookiewrapper #cookieclose {
      display: block;
      font-size: 25px;
      position: absolute;
      right: 10px;
      top: 0; }
      #cookiecontrol #cookiewrapper #cookieclose:hover {
        color: #cccccc;
        cursor: pointer;
        text-decoration: none; }
    #cookiecontrol #cookiewrapper a {
      color: #ffffff;
      font-weight: bold; }
      #cookiecontrol #cookiewrapper a:hover {
        color: #cccccc;
        font-weight: bold; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

h1 {
  font-size: 40px;
  margin: 0 0 15px 0; }
  @media (max-width: 768px) {
    h1 {
      font-size: 35px; } }

h2 {
  font-size: 30px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

body {
  font-family: 'Ubuntu', sans-serif;
  position: relative; }

.anchor, .ahref a, footer ul a, footer a {
  color: #494949;
  text-decoration: none;
  transition: 0.3s;
  font-family: 'Ubuntu', sans-serif;
  display: block;
  width: 100%; }
  .anchor:hover, .ahref a:hover, footer a:hover {
    color: #6aaa30; }

.ahref, footer ul {
  color: #494949;
  text-decoration: none;
  width: 100%; }

.header_top {
  background-color: #f1f1f1;
  width: 100%;
  position: relative; }
  .header_top .container {
    position: relative; }
    .header_top .container .search {
      background-color: #6aaa30;
      right: 0;
      margin-right: 20px;
      font-size: 20px;
      transition: 0.5s; }
      .header_top .container .search input {
        z-index: 2;
        position: relative;
        display: none; }
      .header_top .container .search i {
        color: white;
        padding: 10px;
        transition: 0.3s;
        cursor: pointer; }
      .header_top .container .search:focus, .header_top .container .search:hover {
        text-align: center;
        padding: 5px 0 5px 15px; }
        .header_top .container .search:focus i, .header_top .container .search:hover i {
          padding: 20px 10px; }
        .header_top .container .search:focus input, .header_top .container .search:hover input {
          display: inline-block;
          color: white;
          border: 0;
          background-color: #6aaa30;
          border-bottom: 1px solid white; }
        .header_top .container .search:focus input::-webkit-input-placeholder, .header_top .container .search:hover input::-webkit-input-placeholder {
          color: white !important;
          font-weight: 500; }
        .header_top .container .search:focus input:-moz-placeholder, .header_top .container .search:hover input:-moz-placeholder {
          /* Firefox 18- */
          color: white !important;
          font-weight: 500; }
        .header_top .container .search:focus input::-moz-placeholder, .header_top .container .search:hover input::-moz-placeholder {
          /* Firefox 19+ */
          color: white !important;
          font-weight: 500; }
        .header_top .container .search:focus input:-ms-input-placeholder, .header_top .container .search:hover input:-ms-input-placeholder {
          color: white !important;
          font-weight: 500; }
        .header_top .container .search:focus input::-webkit-input-placeholder, .header_top .container .search:hover input::-webkit-input-placeholder {
          color: white;
          font-weight: 500; }
    .header_top .container .imge {
      box-sizing: border-box;
      height: 35px;
      margin-right: 50px;
      padding: 8px 0; }
      .header_top .container .imge img {
        display: inline-block;
        margin-right: 8px; }

header {
  margin: 30px 0; }
  header .menu {
    transition: 0.4s;
    font-size: 14px;
    padding: 19px 0; }
    header .menu .navbar {
      margin: 0;
      border: 0;
      background: none; }
    header .menu .navbar-default .navbar-nav > li > a {
      color: #595a5c; }
      header .menu .navbar-default .navbar-nav > li > a:hover {
        color: #6aaa30; }
    @media (max-width: 989px) {
      header .menu .navbar-default .navbar-nav {
        margin: 0; } }
    @media (max-width: 1200px) {
      header .menu {
        width: 100%; }
        header .menu ul {
          float: none;
          text-align: center; }
          header .menu ul li {
            float: none;
            display: inline-block; } }
    @media (max-width: 767px) {
      header .menu li {
        display: block !important;
        transition: 0.3s; }
        header .menu li:hover {
          background-color: #6aaa30; }
          header .menu li:hover a {
            color: white !important; } }
  @media (max-width: 1200px) {
    header .logo {
      width: 100%;
      text-align: center; }
      header .logo img {
        display: inline; } }

.carousel .carousel-caption {
  right: 15% !important;
  padding-bottom: 0px !important; }
  .carousel .carousel-caption .box_carousel {
    width: 460px;
    margin-bottom: 10%;
    font-weight: 800; }
    .carousel .carousel-caption .box_carousel .title_slider {
      background-color: white;
      font-size: 30px;
      color: #494949;
      text-align: left;
      text-shadow: none;
      line-height: 33px;
      padding: 15px 15px 25px 15px; }
    .carousel .carousel-caption .box_carousel a {
      color: white; }
      .carousel .carousel-caption .box_carousel a .read_more {
        background-color: #6aaa30;
        font-size: 18px;
        text-transform: uppercase;
        bottom: -20px;
        right: 25px;
        width: 40%;
        padding: 8px 0;
        font-weight: 500;
        transition: 0.2s;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.2); }
        .carousel .carousel-caption .box_carousel a .read_more:hover {
          background-color: black; }
  @media (max-width: 989px) {
    .carousel .carousel-caption {
      display: none; } }
.carousel .carousel-indicators {
  z-index: 2; }
.carousel .carousel-indicators li {
  border: 2px solid #494949;
  background-color: white; }
.carousel .carousel-indicators .active {
  background-color: #6aaa30;
  border: 2px solid white; }
.carousel .carousel-control i {
  background-color: #494949;
  padding: 5px;
  border-radius: 34px;
  height: 30px;
  width: 30px;
  font-weight: 800; }
  .carousel .carousel-control i.fa-angle-left {
    left: 7%;
    top: 45%; }
  .carousel .carousel-control i.fa-angle-right {
    right: 7%;
    top: 45%; }
  .carousel .carousel-control i:hover {
    background-color: #6aaa30; }
.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background-image: none; }
.carousel .carousel-inner {
  z-index: 1; }
@media (max-width: 767px) {
  .carousel {
    display: none; } }

.two {
  background: #6aaa30 none repeat scroll 0 0;
  position: relative;
  overflow: hidden;
  color: #FFF; }
  .two.white {
    background: #ffffff; }
  .two .boxes::before {
    position: absolute;
    content: '';
    width: 3000px;
    height: 6000px;
    right: 30%;
    top: 0;
    background: white none repeat scroll 0 0; }
    @media (max-width: 1200px) {
      .two .boxes::before {
        right: 45%; } }
  .two .boxes .inf_box, .two .boxes .inf_box_two {
    position: relative;
    width: 100%;
    height: 237px;
    line-height: 20px;
    padding: 50px 25px 50px;
    overflow: hidden;
    font-size: 18px;
    background-color: #6aaa30;
    background-repeat: no-repeat;
    transition: 0.2s; }
    .two .boxes .inf_box h3, .two .boxes .inf_box_two h3 {
      position: relative;
      z-index: 10;
      margin-bottom: 15px;
      margin-top: 0;
      padding-bottom: 15px;
      border-bottom: 2px solid white;
      color: white;
      font-size: 36px; }
    .two .boxes .inf_box p, .two .boxes .inf_box_two p {
      position: relative;
      z-index: 10;
      height: 62px;
      color: white;
      overflow: hidden; }
    .two .boxes .inf_box:hover:after, .two .boxes .inf_box_two:hover:after {
      bottom: 0; }
    .two .boxes .inf_box:before, .two .boxes .inf_box_two:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      display: block;
      content: ' ';
      background: rgba(0, 0, 0, 0.5);
      transition: all 0.5s; }
    .two .boxes .inf_box:after, .two .boxes .inf_box_two:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 100%;
      right: 0;
      z-index: 2;
      display: block;
      content: ' ';
      background: #518225;
      transition: all 0.5s; }
    @media (max-width: 1200px) {
      .two .boxes .inf_box, .two .boxes .inf_box_two {
        padding: 30px 15px 20px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .two .boxes .inf_box, .two .boxes .inf_box_two {
        background-size: 100%;
        background-size: cover !important; } }
  .two .boxes .inf_box_two {
    padding: 40px 25px 50px;
    background-size: cover !important; }
    .two .boxes .inf_box_two.box4 {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("../img/infbox4.jpg") no-repeat 0 0; }
    .two .boxes .inf_box_two.box5 {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("../img/infbox5.jpg") no-repeat 0 0; }
    .two .boxes .inf_box_two.box6 {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("../img/infbox6.jpg") no-repeat 0 0; }
    .two .boxes .inf_box_two h4 {
      position: relative;
      z-index: 10;
      border-bottom: 2px solid white;
      margin-bottom: 15px;
      margin-top: 0;
      padding-bottom: 15px;
      color: white; }
    .two .boxes .inf_box_two p {
      height: 100px;
      overflow: hidden; }
  @media (max-width: 989px) {
    .two {
      background: none; } }

.three {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
  position: relative;
  overflow: hidden;
  color: #FFF; }
  .three .bg_three::before {
    position: absolute;
    content: '';
    width: 3000px;
    height: 6000px;
    right: 50%;
    top: 0;
    background: #71b443 none repeat scroll 0 0;
    background: url("../img/bgonee.jpg") repeat 0 0; }
    @media (max-width: 1200px) {
      .three .bg_three::before {
        right: 45%; } }
    @media (max-width: 989px) {
      .three .bg_three::before {
        background: none;
        background-color: none; } }
  .three .bg_three .tradingcompany {
    margin: 60px 0; }
    .three .bg_three .tradingcompany img {
      display: inline; }
    @media (max-width: 989px) {
      .three .bg_three .tradingcompany {
        background-color: #6aaa30;
        padding: 30px 60px;
        text-align: center; } }
    @media (max-width: 500px) {
      .three .bg_three .tradingcompany {
        padding: 10px 30px; } }
  .three .bg_three .raports {
    margin: 60px 0;
    padding: 40px 30px;
    background-color: white;
    color: #494949; }
    .three .bg_three .raports .new h2 {
      margin: 0 0 20px;
      font-size: 40px;
      font-weight: 800; }
    .three .bg_three .raports .new a {
      border: 0;
      border-radius: 0;
      color: #494949;
      background-color: #f1f1f1;
      position: relative;
      text-transform: uppercase;
      transition: .2s;
      font-size: 15px;
      padding: 5px 15px;
      font-weight: 800;
      position: absolute;
      right: 0;
      top: 0; }
      .three .bg_three .raports .new a:hover {
        background-color: #6aaa30;
        color: white;
        text-decoration: none; }
      @media (max-width: 989px) {
        .three .bg_three .raports .new a {
          position: relative; } }
    .three .bg_three .raports .new .listRaport:before {
      display: inline-block;
      float: left;
      width: 20px;
      height: 100px;
      background: url("../img/strzalka.png") no-repeat left 3px;
      content: ' '; }
    .three .bg_three .raports .new .listRaport h3 {
      font-size: 18px;
      font-weight: 800;
      margin: 0; }
    .three .bg_three .raports .new .listRaport div.data {
      font-size: 13px;
      color: #c8c8c8;
      display: block;
      margin-bottom: 10px; }
    .three .bg_three .raports .new .listRaport .summary {
      height: 36px;
      line-height: 19px;
      overflow: hidden; }
    .three .bg_three .raports .new ul {
      padding-left: 25px; }
      .three .bg_three .raports .new ul li {
        list-style-image: url("../img/strzalka.png"); }
    @media (max-width: 767px) {
      .three .bg_three .raports .new a {
        display: inline-block;
        margin: 18px; } }
    @media (max-width: 989px) {
      .three .bg_three .raports {
        border: 4px solid #6aaa30; } }

.four {
  position: relative;
  overflow: hidden;
  background: #6aaa30; }
  .four .choose_realization::before {
    position: absolute;
    content: '';
    width: 3000px;
    height: 6000px;
    right: 30%;
    top: 0;
    background: white none repeat scroll 0 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
    height: 590px; }
    @media (max-width: 989px) {
      .four .choose_realization::before {
        background: none;
        background-color: none;
        height: auto; } }
  .four .choose_realization a {
    border: 0;
    border-radius: 0;
    color: white;
    background-color: #494949;
    position: relative;
    text-transform: uppercase;
    transition: .2s;
    padding: 6px 30px;
    font-weight: 500;
    position: absolute;
    right: 20%;
    z-index: 0;
    top: 12%; }
    .four .choose_realization a:hover {
      background-color: #161616;
      text-decoration: none; }
    @media (max-width: 989px) {
      .four .choose_realization a {
        position: relative;
        right: auto; } }
  .four .choose_realization h2 {
    position: relative;
    margin: 0 0 40px;
    color: #494949;
    font-size: 40px;
    font-weight: 800; }
  .four .choose_realization .choose_box {
    background-color: white;
    color: #494949;
    padding: 30px 20px 60px 20px; }
    .four .choose_realization .choose_box .border {
      margin-bottom: 10px;
      border-bottom: 2px solid #c8c8c8; }
      .four .choose_realization .choose_box .border h3 {
        margin: 0 0 10px;
        font-size: 18px; }
      .four .choose_realization .choose_box .border .date {
        display: block;
        height: 18px;
        margin-bottom: 10px;
        font-size: 13px;
        color: #c8c8c8; }
    .four .choose_realization .choose_box .describe_box {
      font-size: 15px;
      height: 200px; }
      .four .choose_realization .choose_box .describe_box .description {
        max-height: 150px;
        margin-bottom: 10px;
        overflow: hidden; }
        .four .choose_realization .choose_box .describe_box .description p {
          margin: 0; }
      .four .choose_realization .choose_box .describe_box .realisationsMoreInfo {
        position: absolute;
        bottom: 15px;
        right: 15px;
        top: auto; }
  @media (max-width: 989px) {
    .four .choose_realization {
      text-align: center; }
      .four .choose_realization h2 {
        color: white;
        text-align: center; }
      .four .choose_realization .choose_box {
        margin-bottom: 30px; }
      .four .choose_realization button {
        bottom: 0;
        top: auto;
        margin-bottom: 20px;
        right: 0;
        left: 0;
        position: relative; } }

.five {
  background-color: #494949;
  text-align: center;
  position: relative; }
  .five h2 {
    margin: 0 0 38px;
    color: white;
    font-size: 40px; }
  .five .movie iframe {
    min-height: 200px;
    width: 100%;
    z-index: 200; }
    @media (max-width: 989px) {
      .five .movie iframe {
        margin-bottom: 30px; } }

.cooperation {
  background-color: #ebebeb;
  padding: 40px 0 10px 0;
  text-align: center; }
  .cooperation img {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 30px; }

footer {
  background-color: #ebebeb;
  padding: 60px 0 0 0;
  color: #494949; }
  footer .adress {
    text-align: center; }
  footer h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px; }
    @media (max-width: 1200px) {
      footer h2 {
        font-size: 16px; } }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      margin: 0;
      padding: 2px 0; }
  footer a:hover {
    text-decoration: none; }
  footer img {
    margin-bottom: 20px;
    display: inline !important; }
  @media (max-width: 989px) and (min-width: 768px) {
    footer .container .col-xs-12 {
      min-height: 250px;
      text-align: center;
      float: left; } }
  @media (max-width: 767px) {
    footer .container .col-xs-12 {
      text-align: center;
      margin-bottom: 30px;
      float: left; } }

.top_img {
  background: #ffffff url(../img/bgimagemain.png) repeat-x center top; }
  .top_img .center {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }
    .top_img .center .title_img {
      display: inline-block;
      font-size: 36px;
      background-color: white;
      color: #494949;
      font-weight: 700;
      padding: 10px;
      margin-bottom: 20px; }
      .top_img .center .title_img p {
        margin: 0; }
      @media (max-width: 989px) {
        .top_img .center .title_img {
          display: none; } }

.write_us {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
  position: relative;
  overflow: hidden;
  color: #FFF; }
  .write_us .bg_write::before {
    position: absolute;
    content: '';
    width: 3000px;
    height: 6000px;
    right: 50%;
    top: 0;
    background: #71b443 none repeat scroll 0 0;
    background: url("../img/bgtwoo.jpg") repeat 0 0; }
    @media (max-width: 1200px) {
      .write_us .bg_write::before {
        right: 45%; } }
    @media (max-width: 989px) {
      .write_us .bg_write::before {
        background: none;
        background-color: none; } }
  .write_us .form_write {
    background-color: white;
    padding: 15px; }
    .write_us .form_write h2 {
      color: #494949;
      font-weight: 800;
      margin-left: 15px; }
    .write_us .form_write input,
    .write_us .form_write select,
    .write_us .form_write textarea {
      border: 0;
      width: 100%;
      color: #494949;
      border-radius: 0;
      box-shadow: none;
      border-bottom: 1px solid #6aaa30;
      margin-bottom: 30px; }
      .write_us .form_write input.form-control,
      .write_us .form_write select.form-control,
      .write_us .form_write textarea.form-control {
        height: 42px; }
    .write_us .form_write select {
      height: 42px;
      color: #494949;
      font-weight: 500; }
    .write_us .form_write textarea {
      width: 100%;
      background-color: #fafafa;
      padding: 10px 0 0 10px; }
    .write_us .form_write button {
      background-color: #6aaa30;
      font-size: 15px;
      text-transform: uppercase;
      border: 0;
      padding: 10px 15px;
      float: right;
      transition: 0.3s; }
      .write_us .form_write button:hover {
        background-color: #ebebeb;
        color: #494949; }
  @media (max-width: 989px) {
    .write_us .form_write {
      border: 3px solid #6aaa30; }
    .write_us .bg_write {
      text-align: center; }
    .write_us .imageW div {
      margin: auto;
      margin-bottom: 30px; } }

.contact_sub {
  position: relative;
  overflow: hidden;
  background: #6aaa30;
  padding: 30px 0px 60px 0px; }
  .contact_sub .bg_contact::before {
    position: absolute;
    content: '';
    width: 3000px;
    height: 6000px;
    right: 30%;
    top: 0;
    background: white none repeat scroll 0 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
    height: 590px; }
    @media (max-width: 989px) {
      .contact_sub .bg_contact::before {
        background: none;
        background-color: none;
        height: auto; } }
  .contact_sub .inf_cont {
    background-color: white;
    padding: 30px;
    color: #494949;
    min-height: 272px; }
    @media (max-width: 989px) {
      .contact_sub .inf_cont {
        margin-bottom: 30px; } }
    .contact_sub .inf_cont h4 {
      color: #494949;
      font-size: 24px;
      font-weight: 400;
      margin: 0 0 20px; }
    .contact_sub .inf_cont p {
      font-size: 14px;
      color: #494949;
      margin-bottom: 15px; }

.map {
  position: relative;
  overflow: hidden;
  background: #6aaa30; }
  .map .bg_map::before {
    position: absolute;
    content: '';
    width: 3000px;
    height: 6000px;
    right: 30%;
    top: 0;
    background: white none repeat scroll 0 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
    height: 590px; }
    @media (max-width: 989px) {
      .map .bg_map::before {
        background: none;
        background-color: none;
        height: auto; } }
  .map h2 {
    position: relative;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 800; }
  .map .mapa {
    width: 100%;
    height: 340px; }
  @media (max-width: 989px) {
    .map h2 {
      color: white;
      text-align: center; }
    .map iframe {
      height: auto; } }

.quick_contact {
  background-color: white;
  position: relative;
  overflow: hidden;
  color: #FFF; }
  .quick_contact .bg_quick::before {
    position: absolute;
    content: '';
    width: 3000px;
    height: 6000px;
    right: 50%;
    top: 0;
    background: #71b443 none repeat scroll 0 0;
    background: linear-gradient(to bottom, rgba(113, 180, 67, 0.9) 0%, rgba(113, 180, 67, 0.9) 100%), url("../img/background.png") repeat 0 0; }
    @media (max-width: 1200px) {
      .quick_contact .bg_quick::before {
        right: 45%; } }
    @media (max-width: 989px) {
      .quick_contact .bg_quick::before {
        background: none;
        background-color: none; } }
  .quick_contact h2 {
    margin-left: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0; }
  .quick_contact select {
    border: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    height: 42px;
    color: black;
    padding: 0 15px; }
  .quick_contact .info_contact {
    min-height: 150px;
    padding: 10px 20px 40px;
    color: black;
    background-color: white;
    clear: both; }
    .quick_contact .info_contact h4 {
      margin-bottom: 10px;
      font-weight: 400;
      font-size: 18px; }
    .quick_contact .info_contact .details-2 h4 {
      font-size: 15px; }
  @media (max-width: 989px) {
    .quick_contact .bg_quick {
      text-align: center; }
    .quick_contact h2 {
      color: #6aaa30; }
    .quick_contact .info_contact {
      color: white;
      background-color: #494949;
      clear: both;
      padding: 10px 20px 40px; }
      .quick_contact .info_contact h4 {
        margin-top: 30px;
        margin-bottom: 0;
        font-weight: 400; }
    .quick_contact select {
      border: 1px solid #6aaa30; }
    .quick_contact img {
      margin-top: 30px;
      display: inline; } }

.left_menu {
  position: relative;
  overflow: hidden;
  background: #6aaa30;
  padding: 30px 0px 60px 0px; }
  .left_menu .bg_menu::before {
    position: absolute;
    content: '';
    width: 3000px;
    height: 6000px;
    right: 30%;
    top: 0;
    background: white none repeat scroll 0 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%); }
    @media (max-width: 989px) {
      .left_menu .bg_menu::before {
        background: none;
        background-color: none;
        height: auto; } }
  .left_menu .sidebar_m {
    background-color: white;
    padding: 30px;
    min-height: 397px; }
    .left_menu .sidebar_m ul li ul {
      padding-left: 20px; }
      .left_menu .sidebar_m ul li ul li a {
        padding: 8px 0; }
    .left_menu .sidebar_m ul li.toggle > a i {
      transform: rotate(90deg); }
    .left_menu .sidebar_m .current > a {
      color: #6aaa30; }
    .left_menu .sidebar_m .parent {
      position: relative;
      list-style: none; }
      .left_menu .sidebar_m .parent ul li {
        padding-left: 0; }
        .left_menu .sidebar_m .parent ul li.parent {
          /*padding-left: 23px;*/
          margin: 0; }
          .left_menu .sidebar_m .parent ul li.parent > a {
            padding: 8px 0 !important;
            font-size: 13px; }
            .left_menu .sidebar_m .parent ul li.parent > a i {
              top: -4px;
              position: relative;
              transition: .3s; }
          .left_menu .sidebar_m .parent ul li.parent ul li a {
            padding: 5px 0; }
    .left_menu .sidebar_m li {
      text-transform: uppercase;
      transition: 0.2s; }
      .left_menu .sidebar_m li i {
        float: right;
        /*padding: 0 16px;*/
        color: #6aaa30;
        font-size: 20px; }
      .left_menu .sidebar_m li a {
        color: #494949;
        text-decoration: none;
        display: block;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
        padding: 11px 0;
        font-family: 'Ubuntu', sans-serif; }
        .left_menu .sidebar_m li a:hover {
          border-bottom-color: #6aaa30;
          color: black; }
    @media (max-width: 989px) {
      .left_menu .sidebar_m {
        margin-bottom: 30px;
        min-height: auto; } }
  .left_menu .big_box {
    background-color: white;
    color: #494949;
    padding: 30px;
    min-height: 397px; }
    .left_menu .big_box h4 {
      font-size: 24px !important;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 20px; }
    @media (max-width: 989px) {
      .left_menu .big_box {
        min-height: auto; } }

.parent ul {
  display: none; }

.performance {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
  position: relative;
  overflow: hidden;
  color: #FFF; }
  .performance .bg_performance::before {
    position: absolute;
    content: '';
    width: 3000px;
    height: 6000px;
    right: 50%;
    top: 0;
    background: #71b443 none repeat scroll 0 0;
    background: url("../img/bgtwoo.jpg") repeat 0 0; }
    @media (max-width: 1200px) {
      .performance .bg_performance::before {
        right: 45%; } }
    @media (max-width: 989px) {
      .performance .bg_performance::before {
        background: none;
        background-color: none; } }
  .performance .bigbox {
    background-color: white;
    color: #494949;
    padding: 30px;
    min-height: 424px; }
    .performance .bigbox h4 {
      font-size: 24px !important;
      font-weight: 400;
      margin-bottom: 20px; }
    @media (max-width: 989px) {
      .performance .bigbox {
        margin-bottom: 30px;
        min-height: auto; } }
  @media (max-width: 989px) {
    .performance {
      text-align: center; }
      .performance img {
        display: inline; } }

#carousel-generic {
  z-index: 0; }

.post .summary {
  color: #999;
  font-style: italic; }

.animation:first-of-type .animated {
  animation-delay: 0s;
  animation-duration: 0.5s; }
.animation:nth-of-type(2) .animated {
  animation-delay: 0s;
  animation-duration: 1.5s; }
.animation:last-of-type .animated {
  animation-delay: 0s;
  animation-duration: 2.5s; }

.animation_two .animated:first-of-type {
  animation-delay: 0s;
  animation-duration: 0.5s; }
.animation_two .animated:nth-of-type(2) {
  animation-delay: 0s;
  animation-duration: 1.5s; }
.animation_two .animated:last-of-type {
  animation-delay: 0s;
  animation-duration: 2.5s; }

.five .animated:first-of-type {
  animation-delay: 0.2s;
  animation-duration: 1s; }
.five .animated:nth-of-type(2) {
  animation-delay: 0.4s;
  animation-duration: 1s; }
.five .animated:last-of-type {
  animation-delay: 0.6s;
  animation-duration: 1s; }

.loading {
  background: url("/img/reload.svg") no-repeat;
  height: 40px;
  width: 40px;
  margin: 50px auto;
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite; }

.miniloading {
  background: url("/img/reload-mini.svg") no-repeat;
  height: 30px;
  width: 30px;
  margin: 0px auto; }

.jobsList {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 15px; }
  .jobsList .singleJob {
    background: #FFF;
    min-height: 200px;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    background: #f6f6f6; }
    .jobsList .singleJob h4 {
      min-height: 44px;
      padding-top: 9px;
      margin-top: 0px;
      padding-left: 15px;
      margin-bottom: 0px; }
    .jobsList .singleJob .jobContent {
      min-height: 110px; }
      .jobsList .singleJob .jobContent i {
        min-width: 20px; }
      .jobsList .singleJob .jobContent p {
        padding-bottom: 4px; }

.file-list .file {
  background: #f6f6f6;
  padding: 20px 10px;
  margin-bottom: 5px; }
  .file-list .file a {
    color: #6aaa30; }
  .file-list .file:hover {
    background: #f1f1f1; }

.bg_menu #search {
  position: relative;
  left: -30px;
  padding: 8px; }
.bg_menu .category {
  margin-bottom: 15px; }
.bg_menu .currentCategory {
  padding-top: 9px;
  margin-bottom: 15px; }
  .bg_menu .currentCategory span {
    font-weight: bold; }

.bgWhite {
  background-color: white;
  padding: 20px;
  margin-bottom: 60px; }
  .bgWhite h1 {
    margin-top: 0px;
    margin-bottom: 20px; }

.left_menu .sidebar_m ul li ul li {
  margin-left: 15px;
  font-size: 11px;
  color: #6aaa30;
  list-style-type: square; }
  .left_menu .sidebar_m ul li ul li a {
    border-bottom: none !important; }
    .left_menu .sidebar_m ul li ul li a:hover {
      color: #6aaa30 !important; }

.topMenu li.current a {
  color: #6aaa30 !important; }

.no-border {
  border: none !important; }

.realisationContent {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background: none !important; }
  .realisationContent .bg_menu:before {
    right: 0% !important; }

button.contact_submit {
  color: #fff; }

.margin-0 {
  margin: 0px !important; }

#searchText {
  color: #999 !important; }
  #searchText::placeholder {
    color: #999 !important; }

button#searchBtn {
  padding: 7px 10px 6px 10px; }

/*----------INSPINIA-------------*/
#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em; }

#vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #eeeeee; }

.vertical-timeline-content .btn {
  float: right; }

#vertical-timeline.light-timeline:before {
  background: #e7eaec; }

.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #eeeeee transparent transparent; }

.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent transparent transparent #eeeeee; }

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #eeeeee transparent transparent; }

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #eeeeee; }

@media only screen and (min-width: 1170px) {
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em; }

  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px; } }
@media only screen and (max-width: 1170px) {
  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #eeeeee transparent transparent; } }
.vertical-timeline-block {
  position: relative;
  margin: 2em 0; }

.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.vertical-timeline-block:first-child {
  margin-top: 0; }

.vertical-timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-block {
    margin: 4em 0; }

  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0; }

  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0; } }
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #eeeeee;
  text-align: center; }

.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px; }

@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px; }

  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px; }

  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden; } }
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em; }

.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px; }

.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6; }

.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500; }

.vertical-date {
  color: #cccccc; }
  @media (max-width: 1169px) {
    .vertical-date {
      color: #616161; } }

.vertical-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white; }

@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px; }

  .vertical-timeline-content p {
    font-size: 13px; } }
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%; }

  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white; }

  .center-orientation .vertical-timeline-content .btn {
    float: left; }

  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: -18px;
    font-size: 60px; }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right; }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right; }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right; }

  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden; } }
.navy-bg {
  background-color: #6aaa30;
  color: #ffffff; }

iframe.video {
  min-height: 400px;
  width: 100%; }
  @media (max-width: 768px) {
    iframe.video {
      min-height: 300px; } }
  @media (max-width: 480px) {
    iframe.video {
      min-height: 200px; } }

/*--------------TESTING FIXED HEADER---------------*/
header {
  position: fixed;
  top: 0px;
  z-index: 3;
  background: white;
  width: 100%;
  margin: 62px 0px; }
  header .logo .logoImage {
    background: url("/img/logo.jpg") no-repeat center;
    background-size: cover;
    height: 90px;
    width: 261px; }
    @media (max-width: 1200px) {
      header .logo .logoImage {
        margin: 0 auto; } }
  header .logo img {
    transition: height 0.4s; }
  header.sticked {
    margin: 30px 0px; }
    header.sticked .menu {
      padding: 5px 0px; }
    header.sticked .logo .logoImage {
      background: url("/img/logo-separated.png") no-repeat center;
      background-size: cover;
      width: 85px;
      height: 40px;
      position: relative;
      top: 12px;
      left: 85px; }
      @media (max-width: 1200px) {
        header.sticked .logo .logoImage {
          left: 0px; } }
    header.sticked .logo img {
      height: 50px;
      position: relative;
      top: 5px;
      left: 83px; }
    @media (max-width: 767px) {
      header.sticked .logo {
        width: auto;
        position: absolute;
        z-index: 1; }
        header.sticked .logo .logoImage {
          float: left; }
      header.sticked .menu {
        width: 100%;
        padding: 0;
        margin-top: 10px;
        float: right; }
        header.sticked .menu .navbar-toggle {
          margin-right: 0; } }

.header_top {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 4; }

body {
  padding-top: 185px; }
  @media (max-width: 1200px) {
    body {
      padding-top: 240px; } }

/*--------------ERROR STYLING--------------*/
.error {
  padding: 80px 0px;
  text-align: center;
  background: #6aaa30;
  position: relative; }
  .error .error-code {
    font-size: 24em;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    position: absolute; }
    @media (max-width: 550px) {
      .error .error-code {
        font-size: 18em; } }
    @media (max-width: 400px) {
      .error .error-code {
        font-size: 15em; } }
  .error .error-content {
    position: relative; }
    .error .error-content .error-message {
      color: white; }
      .error .error-content .error-message h1 {
        font-size: 4em; }
    .error .error-content .error-desc {
      margin-top: 20px;
      color: white;
      font-size: 1.3em; }
    .error .error-content .error-button {
      margin-top: 40px; }

/*--------------BREADCRUMB----------------*/
.breadcrumb {
  background: none; }
  @media (max-width: 989px) {
    .breadcrumb li.active {
      color: white; } }
  .breadcrumb li a {
    color: #777777; }
    @media (max-width: 989px) {
      .breadcrumb li a {
        color: white; } }
    .breadcrumb li a:hover {
      color: #6aaa30; }
      @media (max-width: 989px) {
        .breadcrumb li a:hover {
          color: #494949; } }

.realisationBreadcrumb .breadcrumb {
  float: right; }
  @media (max-width: 989px) {
    .realisationBreadcrumb .breadcrumb li.active {
      color: #494949; } }
  @media (max-width: 989px) {
    .realisationBreadcrumb .breadcrumb li a {
      color: #494949; } }

/*--------------RELATIONS-------------*/
.relations {
  border: 5px solid #6aaa30;
  min-height: 226px;
  background: white;
  margin-bottom: 30px;
  position: relative; }
  .relations:hover {
    background: #6aaa30;
    border-color: white;
    cursor: pointer; }
    .relations:hover h4 {
      color: white; }
    .relations:hover .relationsImage {
      background-position-y: -93px; }
  .relations a {
    text-decoration: none; }
  .relations h4 {
    font-size: 1.8em;
    text-align: center;
    margin-top: 20px;
    color: #494949;
    text-transform: uppercase; }
  .relations .relationsImageContent {
    min-height: 226px;
    position: absolute;
    top: 0px; }
    .relations .relationsImageContent .relationsImage {
      width: 105px;
      height: 93px;
      margin: 100px auto 0px auto;
      background-image: url("/img/relations/default.png"); }

.relations-menu .relations h4 {
  padding: 0 15px;
  font-size: 1.3em; }

.relationsWithMenu h4 {
  padding: 0px 15px 0px 15px; }

/*--------------------CHART--------------------*/
.tickLabel {
  color: white; }

.flot-chart-content {
  min-height: 300px; }

.chart-section .chart {
  padding: 25px 15px 15px 15px;
  background: #5f992b; }
.chart-section .details .h1 {
  float: left;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 12px; }
.chart-section .details .course-value {
  float: right;
  display: inline-block;
  margin-right: 30px; }
.chart-section .details .course-change {
  float: right;
  display: inline-block;
  margin-right: 30px; }
.chart-section .details span {
  display: block; }
.chart-section .details .h4 {
  margin: 0; }
.chart-section .details .h2 {
  margin-top: 0; }

/*-------------GALLERY-------------*/
.image-gallery .image-box {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  float: left; }
  @media (min-width: 1366px) {
    .image-gallery .image-box {
      width: 25%; } }
  @media (min-width: 992px) and (max-width: 1366px) {
    .image-gallery .image-box {
      width: 33%; } }
  @media (min-width: 500px) and (max-width: 766px) {
    .image-gallery .image-box {
      width: 33%; } }
  @media (min-width: 400px) and (max-width: 500px) {
    .image-gallery .image-box {
      width: 50%; } }
  @media (max-width: 400px) {
    .image-gallery .image-box {
      width: 100%; } }
  .image-gallery .image-box a {
    outline: none; }
    .image-gallery .image-box a img {
      width: 100%; }
  .image-gallery .image-box:hover {
    opacity: 0.8; }

/*---------------- Calendar view -----------------*/
.calendarView h5, .managementList h5 {
  clear: both;
  margin: 15px; }
.calendarView p, .managementList p {
  clear: both; }
.calendarView div, .managementList div {
  margin-bottom: 15px; }
  .calendarView div div, .managementList div div {
    padding: 15px;
    background-color: #f5f5f5;
    background-image: url("../img/calendar.png");
    background-repeat: no-repeat;
    background-position: 100% 50%; }
    .calendarView div div strong, .managementList div div strong {
      color: #6aaa30;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: block; }
.calendarView hr, .managementList hr {
  clear: left; }

/*-------------------managementList ---------------- */
.managementList div div {
  background-image: url("../img/user.png");
  min-height: 130px; }

.managementList .managementImage {
  background-position: 100% 0%; }

/*-------------------- CITL - section -----------------*/
.citlList {
  margin-bottom: 30px; }

.citlDataList div:not(.image-gallery) {
  display: none; }

.citlDataList .image-gallery, .citlDataList .image-box, .citlDataList .image {
  display: inline-block !important; }

.view {
  background-color: white;
  padding: 30px;
  min-height: 397px; }
  .view .viewbox h1,
  .view .viewbox h2,
  .view .viewbox h3,
  .view .viewbox h4,
  .view .viewbox h5 {
    margin-top: 0;
    margin-bottom: 15px; }

.rewardThumb {
  position: relative;
  top: 18px; }

.rewardFile a i {
  font-size: 22px; }

.rewardsList p {
  text-align: justify; }

.viewB .viewbox h1,
.viewB .viewbox h2,
.viewB .viewbox h3,
.viewB .viewbox h4,
.viewB .viewbox h5 {
  margin-top: 0;
  margin-bottom: 15px; }
.viewB .viewbox .box {
  padding: 30px;
  background-color: white;
  min-height: 397px; }
  @media (max-width: 991px) {
    .viewB .viewbox .box {
      margin-bottom: 30px;
      min-height: auto; } }
.viewB .viewbox .boxFull {
  padding: 30px;
  background-color: white; }
.viewB .viewbox .borderimg {
  padding: 5px;
  background-color: white;
  margin-bottom: 30px; }
.viewB .viewbox .img {
  width: 100%;
  min-height: 390px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.viewB .viewbox .imgBig {
  min-height: 250px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px; }

#Quotations tr td, #Quotations tr th, .tablePadding tr td, .tablePadding tr th {
  padding: 10px; }
#Quotations tr th, .tablePadding tr th {
  text-align: center; }

.preview4title {
  min-height: auto !important;
  padding: 15px !important;
  margin-bottom: 30px; }
  .preview4title h1 {
    text-align: center;
    margin-bottom: 0px !important; }

.copyrightAndProject {
  margin-top: 60px;
  padding: 13px 10px 10px 10px;
  background-color: #dedede; }
  .copyrightAndProject p {
    margin-bottom: 0px; }
  @media (max-width: 991px) {
    .copyrightAndProject {
      padding: 5px 10px 5px 10px; }
      .copyrightAndProject div {
        text-align: center !important; } }

.cooperation-group {
  background-color: #ebebeb;
  padding: 20px 0px;
  border-bottom: 1px solid #dedede; }
  .cooperation-group img {
    margin: 0 auto;
    display: block; }

table.full_width_table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px; }
  table.full_width_table td {
    padding: 5px 10px;
    border-bottom: 1px solid #58595d; }
  table.full_width_table tr:first-of-type td {
    background: #6aaa30;
    color: #fff;
    border-top: 1px solid #58595d; }
