@font-face {
    font-family: 'resamitzregular';
    src: url('../Fonts/resamitz.woff2') format('woff2'), url('../Fonts/resamitz.woff') format('woff'), url('../Fonts/Resamitz.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'resamitzbold';
    src: url('../Fonts/resamitzbold.woff2') format('woff2'), url('../Fonts/resamitzbold.woff') format('woff'), url('../Fonts/ResamitzBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'resamitzitalic';
    src: url('../Fonts/resamitzitalic.woff2') format('woff2'), url('../Fonts/resamitzitalic.woff') format('woff'), url('../Fonts/ResamitzItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'americantypewriter';
    src: url('../Fonts/AmericanTypewriterRegular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url('../Fonts/fontello.eot?92860169');
  src: url('../Fonts/fontello.eot?92860169#iefix') format('embedded-opentype'),
       url('../Fonts/fontello.woff2?92860169') format('woff2'),
       url('../Fonts/fontello.woff?92860169') format('woff'),
       url('../Fonts/fontello.ttf?92860169') format('truetype'),
       url('../Fonts/fontello.svg?92860169#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?92860169#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-instagram:before { content: '\f16d'; } /* '' */

#header-wrapper a.insta {
  font-size: 16px;
  margin-right: 10px;
  float: right;
  display: block;
}

#header-wrapper a.agrotropic {
  margin: 4px 10px 0 0;
  float: right;
  display: block;
}

i.demo-icon.icon-instagram {
  font-size: 1.6em;
  color: #000;
}

.headline-instagram {
  margin-top: 15px;
}

/* ==========================================================================
   Global styles
   ========================================================================== */

body {
    background: #efefee;
    font-family: 'resamitzregular';
}

td, th {
    padding: 3px 5px;
    border-bottom: 1px solid #ddd;
}

.wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
}

h1, h2, h3, .more, .sy-caption, .option-set, .pricing-table, .form-horizontal .form-group label, #tweets, .news-info h4 {
    font-family: 'americantypewriter';
}


/*
h1 {
  font-size: 55px;
  line-height: 51px;
  letter-spacing: -4px;
  color: #ffffff;
  text-transform: uppercase;
}
*/

h1 {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.5px;
    color: #2e3b4e;
    margin-bottom: 28px;
}

h1.pagetitle {
  margin-top: 0;
  margin-bottom: 14px;
}

h2 {
    font-size: 17px;
    line-height: 21px;
    color: #2e3b4e;
}

h3 {
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
}

p, ul {
    color: #1c2134;
    font-size: 13.5px;
    letter-spacing: -0.25px;
    line-height: 24px;
    font-weight: 400;
}

.lead {
    font-size: 17px;
    line-height: 22px;
}

.more {
    font-weight: 700;
    font-size: 12.5px;
}

hr {
    background: none repeat scroll 0 0 #2e3b4e;
    border: 0 none;
    height: 2px;
    width: 50px;
    text-align: left;
    margin-left: 0px;
}

.hr-white {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    height: 2px;
    width: 50px;
    text-align: left;
    margin-left: 0px;
}

a {
    color: #789b4a;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #789b4a;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

a[href $='.pdf'] {
    padding-left: 30px;
    background: transparent url(../Icons/icon_types/icon_pdf.gif) no-repeat center left;
}

a[href $='.pdf'].nopdf, .image>a[href $='.pdf'] {
    padding-left: 0;
    background: none;
}

.image figcaption {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 30px 0;
}

.frame-type-image .image {
    margin-bottom: 10px;
}

.navbar-brand {
    margin-top: 13px;
}

.wrapper .navbar-lang {
    text-align: right;
    position: absolute;
    color: #fff;
    top: 5px;
    right: 60px;
    z-index: 2000;
    width: 385px;
}

.wrapper .navbar-lang .text-muted {
    display: none;
}

.nav-login {
    list-style: none;
    padding: 0;
}

#form_kesearch_searchfield {
    float: right;
}

.navbar-lang ul {
    float: right;
    list-style-type: none;
    margin-top: 4px;
    padding: 0;
}

.navbar-lang li {
    display: inline;
}

.navbar-lang li.active {
    display: none;
}

.navbar-lang a {
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

.wrapper .navbar-lang #ke_search_searchfield_sword {
    float: left;
    outline: none;
    background: none;
    border: none;
    width: 150px;
    cursor: pointer;
    padding-left: 2px;
    font-size: 11px;
    color: #333;
}

.wrapper .navbar-lang form {
    margin-top: 3px;
    margin-left: 10px;
    background: url('../Images/Frontend/sprite-black.png') no-repeat -245px -293px;
    width: 24px;
    height: 23px;
    overflow: hidden;
}

.wrapper .navbar-lang form.active {
    background: url('../Images/Frontend/sprite-black.png') no-repeat -245px -335px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit.hit.hit {
    color: #789b4a;
}


/*----------------Buttons-----------------*/

.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline: none;
}

.btn {
    text-transform: uppercase;
    border-radius: 0;
    margin-bottom: 20px;
}

.btn-lg {
    font-size: 12.5px;
    line-height: 1.33;
    padding: 18px 32px;
}

.btn-sm {
    font-size: 11px;
    line-height: 1.33;
    padding: 14px 28px;
}

.btn-full {
    width: 100%;
}

.btn-primary {
    background-color: #789b4a;
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    margin-top: 10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #D1132D;
    border-color: transparent;
    color: #FFFFFF;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.btn-special {
    background-color: #D1132D;
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    margin-top: 10px;
}

.btn-special:hover, .btn-special:focus, .btn-special:active, .btn-special.active {
    background-color: #afafaf;
    border-color: transparent;
    color: #FFFFFF;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


/*---------------Scroll To Top-----------------------*/

.scrollToTop, a.scrollToTop {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    background: #789b4a;
    font-weight: bold;
    font-size: 19px;
    padding-top: 5px;
    color: #FFFFFF;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: none;
    z-index: 1000;
}

.scrollToTop:hover {
    text-decoration: none;
    color: #ececec;
}


/*---------------Margins-----------------------*/

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

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

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-44 {
    margin-bottom: 44px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.margin-90 {
    margin-bottom: 90px !important;
}

.margin-100 {
    margin-bottom: 100px !important;
}

.margin-special {
    margin-top: 133px !important;
}

.margin-120 {
    margin-bottom: 120px !important;
}

.margin-left-15 {
    margin-left: 0;
}


/*---------------Colors-----------------------*/

.black {
    color: #2e3b4e;
}

.gray {
    color: #78818e;
}

.light-gray {
    color: #f5f5f5;
}

.white {
    color: #ffffff;
}


/* ==========================================================================
   Navigation styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #fff;
    margin: auto;
    max-width: 1170px;
    min-height: 115px;
    position: fixed;
    top: 0;
    transition: top 0.4s ease 0s;
    z-index: 1000;
}

.navbar-inverse .navbar-nav>li>a {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 500;
    padding-left: 3px;
    padding-right: 3px;
    letter-spacing: 0.05em;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}

.navbar-inverse .navbar-nav>li>a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #789b4a;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
}

.navbar-inverse .navbar-nav>li>a:hover::after, .navbar-inverse .navbar-nav>li>a:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-nav>li>a {
    padding: 72px 0px 0px;
    margin-right: 10px;
    margin-left: 10px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.current-active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    border-bottom: 2px solid #789b4a;
}

.navbar-inverse .navbar-nav>.active>a:hover::after, .navbar-inverse .navbar-nav>.active>a:focus::after {
    opacity: 0;
}

.navbar-inverse .navbar-toggle {
    margin-top: 53px;
    border-color: #789b4a;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #789b4a;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ededed;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #2e3b4e;
}

.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 18px;
}

.navbar-nav>li>.dropdown-menu>li {
  margin-bottom: 0;
}

.navbar-nav>li {
    padding-bottom: 17px;
    margin-bottom: 0;
}

.navbar-nav>li:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
}

.dropdown-menu>li>a {
    clear: both;
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

ul.dropdown-menu>li.current-active>a {
    background: #2e3b4e;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #789b4a;
    border: 0px solid rgba(0, 0, 0, 0.0);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu li>a:hover {
    background: #d1132d;
    color: #fff;
}

.dropdown-menu li.active>a, .dropdown-menu li.active>a:hover {
    background: #2e3b4e;
}


/* ==========================================================================
   Main styles
   ========================================================================== */

section {
    padding: 17px 0px;
}

.top {
    padding: 20px 0px;
}

.black-bg {
    background: #2e3b4e;
}

.gray-bg {
    background: #78818e;
}

.white-bg {
    background: #ffffff;
}

.box-gray {
    background: #f5f5f5;
    padding: 60px 60px;
    margin-top: -112px;
}

.box-white {
    background: #ffffff;
    padding: 40px 60px;
}


/*---------------Header-------------------*/

#header {
    height: auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 115px;
}

.brand {
    position: absolute;
    top: 20px;
    z-index: 100;
}


/*---------------Slider-------------------*/

#slideshow {
    margin-top: 0px;
}

.sy-box.sy-loading {
    background: url(../img/sy-loader.gif) 50% 50% no-repeat;
}

.sy-controls li a:after {
    background-image: url(../img/arrows.svg);
}

.sy-caption-wrap .sy-caption {
    background-color: rgba(0, 0, 0, 0.0);
    border-radius: 0em;
    color: #FFFFFF;
    left: 0%;
    padding: 0px;
    position: relative;
}

.blackBox {
    position: absolute;
    z-index: 4000;
    bottom: 225px;
    left: 45px;
    padding: 5px 55px;
    background-color: rgba(209, 20, 46, 0.66);
}

.blackBox h3 {
    color: #fff;
    font-size: 30px;
    line-height: 2.4;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

#nav {
    text-align: center;
    min-width: 30px;
    height: 30px;
    padding: 0 5px 0 10px;
    position: relative;
    top: 330px;
    right: 0;
    z-index: 50;
}

a.service0 {
    font-size: 2.5em;
    line-height: 0.75em;
    color: white;
    text-decoration: none;
    padding-right: 5px;
}

a.service0:hover {
    color: #789b4a;
}

a.service0.activeSlide {
    color: grey;
}

a.service1 {
    font-size: 2.5em;
    line-height: 0.75em;
    color: white;
    text-decoration: none;
    padding-right: 5px;
}

a.service1:hover {
    color: #789b4a;
}

a.service1.activeSlide {
    color: grey;
}

a.service2 {
    font-size: 2.5em;
    line-height: 0.75em;
    color: white;
    text-decoration: none;
    padding-right: 5px;
}

a.service2:hover {
    color: #789b4a;
}

a.service2.activeSlide {
    color: grey;
}

a.service3 {
    font-size: 2.5em;
    line-height: 0.75em;
    color: white;
    text-decoration: none;
    padding-right: 5px;
}

a.service3:hover {
    color: #789b4a;
}

a.service3.activeSlide {
    color: grey;
}

a.service4 {
    font-size: 2.5em;
    line-height: 0.75em;
    color: white;
    text-decoration: none;
    padding-right: 5px;
}

a.service4:hover {
    color: #789b4a;
}

a.service4.activeSlide {
    color: grey;
}

.sy-caption-wrap {
    bottom: 36%;
    left: 0;
    position: absolute;
    z-index: 12;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 0px;
}

.sy-caption {
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -4px;
    color: #ffffff;
    text-transform: uppercase;
}

.sy-pager {
    display: block;
    list-style: none outside none;
    margin: -2em 0 0 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 1170px;
    z-index: 200;
}

.sy-pager li {
    border-radius: 50%;
    display: inline-block;
    height: 0.6em;
    margin: 0 0.7em 0 0;
    width: 0.6em;
}

.sy-pager li a {
    background-color: #ffffff;
    background-size: 1em auto;
    border-radius: 50%;
    display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
}

.sy-pager li.sy-active a {
    background-color: #2e3b4e;
}


/*---------------Message-------------------*/

#message-box {
    background: url(../img/message-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*----------------Portfolio Filter-----------------*/

.thumbs {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.thumbs a {
    bottom: -200px;
    color: white;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 100;
}

.thumbs a span.title_name {
    display: block;
    width: 100%;
    margin: 40px 0 0 40px;
}

.thumbs a span.title_name span {
    font-family: 'Lato', sans-serif;
    font-size: 18.5px;
    line-height: 17px;
    font-weight: bold;
    color: #afafaf;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}

.thumbs a span.title_kat_1 {
    display: block;
    width: 100%;
    margin: 10px 0 0 40px;
}

.thumbs a span.title_kat_2 {
    display: block;
    width: 100%;
    margin: 5px 0 0 40px;
}

.thumbs a span.title_kat_3 {
    display: block;
    width: 100%;
    margin: 5px 0 0 40px;
}

.thumbs a span.title_kat_4 {
    display: block;
    width: 100%;
    margin: 5px 0 0 40px;
}

.title_kat_1>span {
    text-align: left;
}

.title_kat_1>span>br {
    line-height: 22px;
}

.thumbs a span.title_kat_1 span, .thumbs a span.title_kat_2 span, .thumbs a span.title_kat_3 span, .thumbs a span.title_kat_4 span {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: none;
    vertical-align: middle;
    display: table-cell;
}

.thumbs a span.title_tel, .thumbs a span.title_mail {
    display: block;
    width: 100%;
    margin: 5px 0 0 40px;
}

.thumbs a span.title_tel span, .thumbs a span.title_mail span {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: none;
    vertical-align: middle;
    display: table-cell;
}

.thumbs a:hover {
    bottom: 0;
    opacity: 1;
    transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
    -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
}


/*---------------Portfolio Fitler-------------------*/

.option-set>li {
    background: none repeat scroll 0 0 #323949;
    color: #FFFFFF;
    padding: 4px 16px;
    margin-left: 4px;
    margin-bottom: 4px;
}

.option-set a {
    color: #FFFFFF;
    text-decoration: none;
}

ul#portfolio-container {
    margin: 0 -15px;
}

.option-set {
    margin-left: 0s;
}

#about {
    overflow: hidden;
}


/*---------------Latest News-------------------*/

.news-info {
    padding: 12px 15px;
}

.news-info h4 {
    font-size: 18px;
}

.news-info p {
    color: #fff;
    height: 120px;
}

#news h2.further {
    font-size: 26px;
    color: #d31f39;
    text-transform: uppercase;
}


/*---------------Pricing Tables-------------------*/

.pricing-container {
    padding-left: 0px;
    padding-right: 0px;
}

.pricing-table {
    background: #FFFFFF;
    margin-bottom: 50px;
    margin-top: 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.pricing-table.active {
    box-shadow: 0px 0px 12px rgba(41, 46, 50, 0.6);
    position: absolute;
    margin: auto;
    z-index: 200;
}

.pricing-table:hover {
    margin-top: -10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.pricing-table li {
    padding-left: 20px;
    padding-right: 20px;
}

.headline {
    background: #afafaf;
    color: #FFFFFF;
    padding: 10px;
}

.price {
    background: none repeat scroll 0 0 #2e3b4e;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pricing-table:hover li.price {
    background: #39485e;
    -webkit-transition: all 0.85s ease-in-out;
    -moz-transition: all 0.85s ease-in-out;
    -o-transition: all 0.85s ease-in-out;
    transition: all 0.85s ease-in-out;
}

.price small {
    font-weight: 300;
    color: #a1abb5;
}

.info {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 13px;
    color: #919da8;
}

.features {
    color: #afafaf;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #E8EAEA;
}

.features.first {
    border-top: 1px dotted #E8EAEA;
}

.features.last {
    padding-top: 17px;
    padding-bottom: 20px;
}


/*---------------Clients------------------*/

.clients img {
    padding-bottom: 20px;
    margin: 0 auto;
}


/* ==========================================================================
   Individual Team styles
   ========================================================================== */

#portfolio-filter {
    margin-top: 45px;
    margin-left: 0;
}


/* ==========================================================================
   Individual Work styles
   ========================================================================== */

ul.ce-uploads {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    margin: 0 0 10px 0;
}

span.ce-uploads-filesize {}

.ce-uploads div a {
    background: transparent url(typo3conf/ext/pix_distribution/Resources/Public/Icons/icon_types/xicon_pdf.gif.pagespeed.ic.2AZdTB1H5A.webp) no-repeat center left;
}

.ce-uploads div {
    float: right;
    width: 70%;
    margin-top: 100px;
}

span.ce-uploads-filesize {
    float: right;
}

#work-container {
    padding-bottom: 100px;
}

.work-logo {
    padding-bottom: 40px;
}

.carousel-control {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    color: #2e3b4e;
    font-size: 20px;
    height: 40px;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    top: auto;
    width: 40px;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    left: auto;
    margin-left: 40px;
    right: auto;
}

.carousel-control:hover, .carousel-control:focus {
    color: #2e3b4e;
    opacity: 0.9;
    outline: 0 none;
    text-decoration: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -20px;
    width: 30px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 10%;
}


/*
.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: none outside none;
    margin-bottom: -50px;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
*/

.carousel-indicators {
    bottom: 110px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    margin: 0 5px;
}

.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background: grey;
    border-color: grey;
}


/* ==========================================================================
   Footer styles
   ========================================================================== */

.form-control {
    background-color: #afafaf;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    color: #999;
    display: block;
    font-size: 14px;
    height: 55px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-horizontal {
    margin-top: 57px;
}

.form-horizontal .form-group label {
    color: #afafaf;
    font-size: 1.5rem;
    margin-top: 10px;
    text-align: left;
    display: none;
}

.form-control:focus {
    background-color: #f2f1f1;
    border-color: transparent;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.0);
    outline: 0 none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.form-horizontal .form-group label.error.valid {
    color: #3edfac;
    margin-right: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.form-horizontal .form-group label.error {
    color: #dd646a;
    margin-right: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.form-control::-webkit-input-placeholder {
    color: #f2f1f1;
}

#message {
    padding-top: 20px;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #f2f1f1;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #f2f1f1;
}

.form-control:-ms-input-placeholder {
    color: #f2f1f1;
}

form.powermail_form h3, form.powermail_form legend {
    display: none;
}

.powermail_fieldwrap.powermail_fieldwrap_type_submit.powermail_fieldwrap_senden.form-group>div {
    margin-left: 0;
}

.tx-powermail .col-sm-10 {
    float: right;
}

.powermail_fieldwrap_type_submit .btn {
    width: 100%;
    font-size: 12.5px;
    line-height: 1.33;
    padding: 18px 32px;
}

.form-horizontal .form-group {
  width: 100%;
}

.headline_footer {
    width: 100%;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px;
}

#footer p {
    color: #fff;
    font-size: 12px;
}

#footer p a {
  color: #fff;
  text-decoration: underline;
}

#footer a[href$=".pdf"] {
  background: none;
  padding: 0;
}

#footer a:hover {
  text-decoration: none;
}

#footer ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

#footer {
    background: #afafaf;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer_logo {
    margin-top: 5px;
}


/*---------------Social Icons-------------------*/

.social li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 28px;
    display: block;
    height: 56px;
    padding: 13px 14px;
    width: 56px;
}

.social li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #ffffff;
    color: #ffffff;
    transition: all 0.35s ease-in-out 0s;
}

.social li {
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 5px;
}

#ke_search_searchfield_sword.full {
    width: 316px;
    height: 24px;
    padding: 0 5px;
    border: 1px solid #797979;
    margin-bottom: 30px;
    outline: none
}

#form_kesearch_searchfield+h3 {
    white-space: pre-line;
    word-break: break-all
}

.submit.search {
    vertical-align: top;
    background: #ec0053;
    border: 1px solid #a34a6a;
    border-radius: 12px;
    height: 28px;
    color: #fff;
    padding: 0 15px;
    cursor: pointer
}

.pagination {
    padding: 10px 0;
    font-size: 11px
}

.pagination ul {
    display: inline;
    margin: 0;
    float: right
}

.pagination ul li {
    list-style: none;
    float: left;
    margin-left: 5px
}

.pagination ul li a {
    color: #000
}

.pagination ul li a.active, .pagination ul li a:hover {
    color: #0083cb
}

#content ul#search_result {
    display: inline
}

#search_result li {
    list-style: none;
    padding: 0 10px 0 20px
}

#search_result li>span {
    position: absolute;
    width: 29px;
    margin-left: -33px;
    text-align: right
}

#search_result li a {
    color: #9ba21b
}

#search_result li a:hover, #search_result li:hover a {
    color: #0083cb
}

#search_result li p {
    margin: 5px 0 20px 0
}

#text-home-new {
    margin-top: 116px
}

.pdflist {
    float: left;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 10px 0
}

.pdflist .date {
    float: left;
    margin: 0 0 0 40px;
    font-size: 10px;
    width: 100%;
    color: #999
}

.pdflist .icon {
    float: left;
    margin: -5px 0 0 0
}

.pdflist .pdftxt {
    float: left;
    margin: -3px 0 0 23px
}

.pdflist .pdftxt a {
    color: #333
}

.pdflist .pdftxt a:hover {
    color: #999
}

.pdflist .mb {
    float: right;
    margin: -3px 0 0 0
}

.color {
    color: #789b4a
}

.color-bg {
    background: #789b4a
}

.more {
    color: #789b4a
}

.more:hover {
    color: #78bcb3;
    text-decoration: none
}

.hr-color {
    background: none repeat scroll 0 0 #789b4a;
    border: 0 none;
    height: 2px;
    width: 50px;
    text-align: left;
    margin-left: 0
}

.btn-secondary {
    background-color: #789b4a;
    border-color: rgba(0, 0, 0, 0);
    color: #fff
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background-color: #3d8772;
    border-color: transparent;
    color: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.thumbs a {
    background-color: rgba(131, 202, 193, .90)
}

.option-set>li:hover {
    background: none repeat scroll 0 0 #789b4a;
    color: #fff
}

.news-item.sec1 {
    background: #afafaf
}

.news-item.sec2 {
    background: #789b4a
}

.news-item img {
    width: 100%;
    height: auto;
}

.pricing-table.active .headline {
    background: #789b4a
}

.social li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 30px;
    border: 2px solid #789b4a;
    color: #789b4a
}

@media screen and (max-width: 900px) {

  .blackBox {
    bottom: 170px;
  }

  .blackBox h3 {
    font-size: 24px;
    line-height: 2;
  }

}


/* ==========================================================================
   Mobile styles
   ========================================================================== */


/* Landscape phones and down */

@media (max-width: 480px) {

  .blackBox {
    left: 15px;
    padding: 5px 25px;
  }

}

@media (max-width: 480px) {
  .carousel-indicators {
    bottom: 10px;
}
  .blackBox {
    bottom: 60px;
  }
  #text-home {
    padding-top: 0;
  }

  .box-gray {
    margin-top: 0;
  }
    .navbar {
        border: 0;
    }
    .navbar-brand img {
        max-width: 140px;
    }
    .navbar-lang {
        display: none;
    }
    .navbar-nav {
        border: 0;
    }
    .dropdown-menu {
        float: left;
        width: 100%;
        position: static;
    }
    .navbar-nav>li {
        float: left;
        width: 100%;
    }
    .navbar-nav>li>a {
        padding: 3px 0px 0px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pricing-table.active {
        position: relative;
    }
    .pricing-table:hover {
        margin-top: 0px;
    }
    .sy-caption-wrap {
        bottom: 30%;
        width: 70%;
        padding-left: 15px;
    }
    .sy-caption {
        font-size: 33px;
        line-height: 35px;
        letter-spacing: -1px;
    }
    .box-white {
        padding: 40px 20px;
    }
}


/* Landscape phone to portrait tablet */

@media (min-width: 481px) and (max-width: 767px) {

  .blackBox {
    bottom: 120px;
  }

  .carousel-indicators {
      bottom: 15px;
  }

    .dropdown-menu {
      display: block;
      position: relative;
      margin-top: 0;
      box-shadow: none;
      margin-bottom: 15px;
      background: none;
    }

    .dropdown-menu a {
      color: #333;
    }

    #text-home {
      padding-top: 0;
    }

    .box-gray {
      margin-top: 0;
    }

    .navbar {
        border: 0px solid rgba(0, 0, 0, 0);
        background: #fff;
        margin: auto;
        max-width: 767px;
        position: fixed;
        top: 0;
        transition: top 0.4s ease 0s;
        z-index: 1000;
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #333;
        text-transform: uppercase;
        font-size: 16px;
        padding: 10px 5px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }
    .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        border-bottom: 1px solid #4f9c86;
    }
    .navbar-inverse .navbar-nav>li>a::after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #789b4a;
        content: '';
        opacity: 0;
        -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    .navbar-inverse .navbar-nav>li>a:hover::after, .navbar-inverse .navbar-nav>li>a:focus::after {
        height: 2px;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
    .navbar-nav>li>a {
        padding: 72px 0px 0px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        border-bottom: 2px solid #789b4a;
    }
    .navbar-inverse .navbar-nav>.active>a:hover::after, .navbar-inverse .navbar-nav>.active>a:focus::after {
        opacity: 0;
    }
    .navbar-inverse .navbar-toggle {
        margin-top: 53px;
        border-color: #789b4a;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {}
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #789b4a;
    }
    .navbar-toggle .icon-bar {
        border-radius: 1px;
        display: block;
        height: 3px;
        width: 22px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #ededed;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
        background-color: transparent;
        color: #2e3b4e;
    }
    .navbar-nav>li>.dropdown-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: 18px;
    }
    .navbar-nav>li {
        padding-bottom: 17px;
    }
    .navbar-nav>li:hover .dropdown-menu {
        display: block;
        margin-top: 0px;
    }
    .dropdown-menu>li>a {
        clear: both;
        color: #fff;
        font-size: 15px;
        display: block;
        line-height: 1.42857;
        padding: 3px 20px;
        white-space: nowrap;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    .dropdown-menu {
        background-clip: padding-box;
        background-color: #789b4a;
        border: 0px solid rgba(0, 0, 0, 0.0);
        border-radius: 0px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
        display: none;
        float: left;
        font-size: 12px;
        left: 0;
        list-style: none outside none;
        margin: 2px 0 0;
        min-width: 160px;
        padding: 5px 0;
        position: absolute;
        top: 100%;
        z-index: 1000;
    }
    .dropdown-menu li>a:hover {
        background: #2e3b4e;
        color: #fff;
    }
    .dropdown-menu li.active>a, .dropdown-menu li.active>a:hover {
        background: #2e3b4e;
    }
    .slider {
        height: 180px;
    }
    .navbar-lang {
        display: none;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pricing-table.active {
        position: relative;
    }
    .pricing-table:hover {
        margin-top: 0px;
    }
    .sy-caption-wrap {
        bottom: 30%;
        width: 50%;
        padding-left: 15px;
    }
    .sy-caption {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -2px;
    }
    .box-white {
        padding: 40px 20px;
    }
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pricing-table.active {
        position: relative;
    }
    .pricing-table:hover {
        margin-top: 0px;
    }
    .sy-caption-wrap {
        bottom: 30%;
        width: 40%;
        padding-left: 6%;
    }
    .wrapper .navbar-lang {
        position: absolute;
        color: #333;
        top: 5px;
        right: 18px;
        z-index: 2000;
    }
    .navbar-inverse .navbar-nav>li>a {
      font-size: 13px;
    }
}


/* Desktops and laptops ----------- */

@media (min-width: 992px) and (max-width: 1199px) {
    .sy-caption-wrap {
        bottom: 36%;
        width: 40%;
        padding-left: 8%;
    }
}


/* Large screens ----------- */

@media (min-width: 1200px) and (max-width: 3000px) {}


/* ----- SEARCH RESULT ----- */

#ke_search_searchfield_sword.full {
    width: 316px;
    height: 24px;
    padding: 0 5px;
    border: 1px solid #797979;
    margin-bottom: 30px;
    outline: none;
}

#form_kesearch_searchfield+h3 {
    white-space: pre-line;
    word-break: break-all;
}

.submit.search {
    vertical-align: top;
    background: #ec0053;
    border: 1px solid #a34a6a;
    border-radius: 12px;
    height: 28px;
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
}

.pagination {
    padding: 10px 0;
    font-size: 11px;
}

.pagination ul {
    display: inline;
    margin: 0;
    float: right;
}

.pagination ul li {
    list-style: none;
    float: left;
    margin-left: 5px;
}

.pagination ul li a {
    color: #000;
}

.pagination ul li a.active, .pagination ul li a:hover {
    color: #0083cb;
}

#content ul#search_result {
    display: inline;
}

#search_result li {
    list-style: none;
    padding: 0 10px 0 20px;
}

#search_result li>span {
    position: absolute;
    width: 29px;
    margin-left: -33px;
    text-align: right;
}

#search_result li a {
    color: #9ba21b;
}

#search_result li a:hover, #search_result li:hover a {
    color: #0083cb;
}

#search_result li p {
    margin: 5px 0 20px 0;
}

#text-home-new {
    margin-top: 116px;
}

.pdflist {
    float: left;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 10px 0;
}

.pdflist .date {
    float: left;
    margin: 0 0 0 40px;
    font-size: 10px;
    width: 100%;
    color: #999;
}

.pdflist .icon {
    float: left;
    margin: -5px 0 0 0;
}

.pdflist .pdftxt {
    float: left;
    margin: -3px 0 0 23px;
}

.pdflist .pdftxt a {
    color: #333;
}

.pdflist .pdftxt a:hover {
    color: #999;
}

.pdflist .mb {
    float: right;
    margin: -3px 0 0 0;
}

.result-list-item.result-list-item-type-page {
    margin-bottom: 20px;
}
