/**
 * customized stylesheet for for www.prosoft-krippner.com
 * last modified: 2019-05-08
 * based on bootstrap v3.3.4
 */

@grid-float-breakpoint: @screen-medium;

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'),
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-300italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/static/skins/prosoft/default/fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/**
 * override bootstrap styles
 **/
* {
  outline: 0 !important;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color:#72838f;
    overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #0a1f3f;
    line-height: inherit;
}
.h2, h2,
.h3, h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}
.h2, h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
}
.h5, h5 {
    font-weight: bold;
    font-size: 16px;
}
h2 small,
h3 small,
h4 small,
h5 small {
    display: block;
    color: #0a1f3f;
}

a {
    color: #0a1f3f;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #003f8a; /* #010066 */
}
a:focus {
    outline: none;
}
a > .fa {
    margin-right: 10px;
}

@supports (-hyphens: auto){
    p { text-align: justify; -hyphens: auto;}
    .text-center p { -hyphens: none;}
    .text-right p { -hyphens: none;}
}
@supports (-webkit-hyphens: auto){
    p { text-align: justify; -webkit-hyphens: auto;}
    .text-center p { -webkit-hyphens: none;}
    .text-right p { -webkit-hyphens: none;}
}
@supports (-moz-hyphens: auto) {
    p { text-align: justify; -moz-hyphens: auto;}
    .text-center p { -moz-hyphens: none;}
    .text-right p { -moz-hyphens: none;}
}
@supports (-o-hyphens: auto) {
    p { text-align: justify; -o-hyphens: auto;}
    .text-center p { -o-hyphens: none;}
    .text-right p { -o-hyphens: none;}
}
@supports (-ms-hyphens: auto) {
    p { text-align: justify; -ms-hyphens: auto;}
    .text-center p { -ms-hyphens: none;}
    .text-right p { -ms-hyphens: none;}
}

.text-center p {
    text-align: center;
}

hr {
    border-color: #d6d7d7;
    border-width: 1px;
}

blockquote {
    border-width: 1px;
    font-size: inherit;
    font-family: 'Open Sans', sans-serif;
}

li > .fa {
    margin-right: 10px;
}

.btn {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    padding: 0 22px!important;
    line-height: 38px;
}
.btn::first-letter {
    text-transform: uppercase;
}
.btn-link {
    color: #0a1f3f;
}
.btn-link:hover,
.btn-link:focus {
    color: #003f8a;
}
.btn-default {
    color: #fff;
    border-color: #0a1f3f;
    background-color: #0a1f3f;
}
.btn-default:hover,
.btn-default:focus,
 .open > .dropdown-toggle.btn-default {
    color: #0a1f3f;
    background-color: #fff;
    border-color: #0a1f3f;
}

.messages {
    margin-top: 25px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: none;
}
.table-responsive {
    border: none;
}

.anchor{
    display: block;
    height: 300px;
    margin-top: -300px;
    visibility: hidden;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

.lnk-effect > .fa {
    margin-right: 10px;
}
.lnk-effect a {
    display: inline-block;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.lnk-effect a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0,63,138,1.0);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.lnk-effect a:hover::after,
.lnk-effect a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/**
 * custom list styles
 **/
.c-checklist ul {
    padding: 0 0 0 25px;
    list-style-type: none;
    position: relative;
}
.c-checklist ul > li {
    margin-bottom: 8px;
    width: 100%;
    display: inline-block;
}
.c-checklist ul > li::before {
    content: "\f00c    ";
    font-family: FontAwesome;
    font-size: 100%;
    position: absolute;
    left: 0;
}


/**
 * override gravity defaults
 **/
.gs-grid {
    margin-bottom: 75px;
}
.gs-grid .row {
    margin-bottom: 30px;
}
.gs-grid .row:last-child {
    margin-bottom: 0;
}


/**
 * privacy hint
 **/
#privacy_hints {
    bottom: 0;
    margin: 0;
}
#privacy_hints.alert-info {
    background: #003f8a; /* #010066 */
    border-color: #003f8a; /* #010066 */
    color: #fff;
}
#privacy_hints .btn-primary {
    border-color: #fff;
    background-color: #003f8a; /* #010066 */
    margin-left: 15px;
}
#privacy_hints .btn-primary:hover,
#privacy_hints .btn-primary:focus {
    background-color: #fff;
    background: rgba(255, 255, 255, 0.9);
    color: #003f8a; /* #010066 */
}
#privacy_hints a {
    color: #fff;
}
#privacy_hints a:hover,
#privacy_hints a:focus {
    text-decoration: underline;
    color: #fff;
}

/**
 * header / slogan
 **/
#header-slogan {
    background-color: #003f8a; /* #010066 */
}
#header-slogan h4 {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    line-height: 30px;
}

/**
 * header
 **/
#site-header #logo {
    margin: 50px 0 0;
    position: relative;
    z-index: 1500;
    -webkit-transition-property: margin-top;
    -webkit-transition-duration: 0.3s;
    -webkit-timing-function: ease-in-out;
    -moz-transition: margin-top ease-in-out 0.3s;
    -ms-transition: margin-top ease-in-out 0.3s;
    -o-transition: margin-top ease-in-out 0.3s;
    transition: margin-top ease-in-out 0.3s;
}
#site-header #logo > a {
    display: block;
    width: 150px;
}
#site-header #header-link {
    float: right;
    margin-top: 20px;
    padding: 0 0 0 20px;
    -webkit-transition-property: margin-top;
    -webkit-transition-duration: 0.3s;
    -webkit-timing-function: ease-in-out;
    -moz-transition: margin-top ease-in-out 0.3s;
    -ms-transition: margin-top ease-in-out 0.3s;
    -o-transition: margin-top ease-in-out 0.3s;
    transition: margin-top ease-in-out 0.3s;
}
#site-header #header-link a,
#site-header #header-link a .fa {
    line-height: 40px;
}
#site-header #header-link a .fa {
    margin: 0 10px 0 0;
    font-size: 20px;
}


/**
 * header / fixed
 **/
#site-header-nav {
    -moz-transition: all 0.666s;
    -ms-transition: all 0.666s;
    -o-transition: all 0.666s;
    transition: all 0.666s;
    -webkit-transition-property: background-color, height;
    -webkit-transition-duration: 0.6s;
    -webkit-timing-function: linear;
    width: 100%;
    top:0;
}
#site-header-nav.fix {
    position: fixed;
    z-index: 1050;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
}
#site-header-nav.fix #logo {
    margin: 10px 0 0 0;
}
#site-header-nav.fix #logo > a {
    width: 125px;
}
#site-header-nav.fix #topnav {
    margin-top: 30px;
    margin-bottom: 0;
}
#site-header-nav.fix .quicksearch,
#site-header-nav.fix #header-link {
    margin-top: -200px;
}


/**
 * header /quicksearch
 **/
.quicksearch {
    float: left;
    margin: 20px 0 0;
    -webkit-transition-property: margin-top;
    -webkit-transition-duration: 0.3s;
    -webkit-timing-function: ease-in-out;
    -moz-transition: margin-top ease-in-out 0.3s;
    -ms-transition: margin-top ease-in-out 0.3s;
    -o-transition: margin-top ease-in-out 0.3s;
    transition: margin-top ease-in-out 0.3s;
}
.quicksearch .btn-default {
    background-color: #fff;
    border-color: #72838f;
    border-left: none;
    color: #72838f;
}
.quicksearch .btn-default:hover,
.quicksearch .btn-default:focus,
.quicksearch .btn-default.hover,
.quicksearch .btn-default.focus {
    color: #0a1f3f;
    #border-color: #003f8a; /* #010066 */
}
.quicksearch input[type="text"] {
    border-radius: 0;
    border-color: #72838f;
    border-right: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    height: 40px;

}
.quicksearch input[type="text"]:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    #border-color: #003f8a; /* #010066 */
    background-color: #f4f4f4;
}
.quicksearch btn,
.quicksearch input {
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-transition-property: border-color, background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-timing-function: ease-in-out;
}


/**
 * navigation
 **/
#topnav {
    border-radius:0px;
    border:0px;
    margin: 76px 0 4px;
    min-height: 40px;
    -webkit-transition-property: margin-top, margin-bottom;
    -webkit-transition-duration: 0.3s;
    -webkit-timing-function: ease-in-out;
    -moz-transition: margin-top, margin-bottom 0.3s ease-in-out;
    -ms-transition: margin-top, margin-bottom 0.3s ease-in-out;
    -o-transition: margin-top, margin-bottom 0.3s ease-in-out;
    transition: margin-top, margin-bottom 0.3s ease-in-out;
}
.navbar-collapse {
    padding: 0;
}
#topnav a {
    font-weight: 600;
    font-size: 18px;
    color: #0a1f3f;
    padding: 0;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#topnav .navbar-nav {
    float: right;
}
#topnav .navbar-nav > li > a:hover,
#topnav .navbar-nav > li > a:focus,
#topnav .navbar-nav > li.active > a {
    color: #003f8a; /* #010066 */
    background-color: transparent;
}
.fix #topnav .navbar-nav > li > a:hover,
.fix #topnav .navbar-nav > li > a:focus,
.fix #topnav .navbar-nav > li.active > a {
    background-color: transparent;
}
#topnav .navbar-nav > li {
    margin: 0 30px;
}
#topnav .navbar-nav > li:nth-last-child(5) {
    margin-right: 0;
}
#topnav .navbar-nav .navbar-toggle:focus,
#topnav .navbar-nav .navbar-toggle:hover {
    background-color: #fff;
    border-color:#fff;
}

#topnav .nav .open > a,
#topnav .nav .open > a:focus,
#topnav .nav .open > a:hover {
    background-color: transparent;
}
#topnav .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
#topnav .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    border:none;
    box-shadow: none;
}
#topnav .dropdown-menu > li > a {
    color: #0a1f3f;
    font-size: 15px;
    font-weight: normal;
    padding: 0 10px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
#topnav .dropdown-menu > li > a:hover,
#topnav .dropdown-menu > li > a:focus,
#topnav .dropdown-menu > .active > a,
#topnav .dropdown-menu > .active > a:focus,
#topnav .dropdown-menu > .active > a:hover {
    background-color: #fff;
    color: #003f8a; /* #010066 */
    font-weight: 600;
}


/**
 * content / headings
 **/
#site-content h2:first-of-type {
    margin-top: 0;
}
#site-content h2 {
    position: relative;
}
#site-content h2:after {
    border-bottom: 3px solid #0a1f3f;
    content: "";
    display: block;
    margin-top: 15px;
    width: 25px;
}
#site-content h2.text-center {
    line-height: 100px;
    margin-bottom: 35px;
}
#site-content h2.text-center:after {
    margin: -10px auto 0;
}

/**
 * content / wrapper
 **/
.container-fluid {
    padding: 0;
}
.c-content-wrapper {
    padding: 40px 0;
}
.c-wrapper-blue {
    background-color: #003f8a; /* #010066 */
}
.c-wrapper-gray {
    background-color: #f4f4f4;
    margin-top: 50px;
}
.c-wrapper-black {
    background-color: #000;
}
.c-wrapper-gray .c-top-triangle {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    margin: 0 auto;
}
.c-wrapper-gray h2 > small {
    text-transform: none;
    color: #72838f;
}

/**
 * content / image link container hover effects
 **/
.c-image-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
.c-image-wrapper .fa {
    color: #fff;
    left: 50%;
    position: absolute;
    z-index: 1000;
    transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    -moz-transform:translate(-50%, 0);
    -webkit-transform:translate(-50%, 0);
    -o-transform:translate(-50%, 0);
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.3s;
    -webkit-timing-function: ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}
.c-image-wrapper a:hover .fa {
    top: 105px;
}
.c-image-wrapper .fa > span {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.c-image-wrapper a > .c-hover-cover {
    background-color: #003f8a; /* #010066 */
    background: rgba(0,63,138, 0);
    position: absolute;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.2s;
    -webkit-timing-function: ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    -ms-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.c-image-wrapper a:hover > .c-hover-cover {
    background-color: #003f8a; /* #010066 */
    background: rgba(0,63,138,0.666);
    top:0;
}
.c-image-wrapper .c-img-center-cropped {
    display: block;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    overflow: hidden;
    -webkit-transition-property: top, background-color, margin-top;
    -webkit-transition-duration: 0.5s;
    -webkit-timing-function: ease-in-out;
    -moz-transition: top, background-color, margin-top 0.5s ease-in-out;
    -o-transition: top, background-color, margin-top 0.5s ease-in-out;
    -ms-transition: top, background-color, margin-top 0.5s ease-in-out;
    transition: top, background-color, margin-top 0.5s ease-in-out;
}
.c-image-wrapper a:hover > img {
    /*-webkit-transform:scale(1.04);
    -moz-transform:scale(1.04);
    -ms-transform:scale(1.04);
    -o-transform:scale(1.04);
    transform:scale(1.04);*/
}


/**
 * content / aside container
 **/
#site-content > .container {
    margin-bottom: 100px;
}
#site-content .col-md-3 > .c-contact:first-child {
    margin-top: 87px;
}

/**
 *  footer (sticky)
 **/
html,
body {
  height: 100%;
}
#site-wrapper  {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -500px;
    padding: 0 0 500px;
}
#site-footer {
    height: 500px;
    background-color: #f4f4f4;
    color: #fff;
}
ul#nav_footer-nav {
    float: none;
    margin: 50px 0 25px;
}
ul#nav_footer-nav li.dropdown {
    width: 168px;
    padding: 0 10px;
}
ul#nav_footer-nav li.dropdown > a > .caret {
    display: none;
}
ul#nav_footer-nav li.dropdown .dropdown-menu {
    display: inline-block;
    background: none;
    box-shadow: none;
    border: none;
}
ul#nav_footer-nav li.dropdown .dropdown-menu > li > a {
    padding: 3px 10px;
    font-size: 16px;
}
ul#nav_footer-nav li.visible-xs {
    display: none !important;
}
ul#nav_footer-nav li {
    line-height: 30px;
}
ul#nav_footer-nav > li > a {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
ul#nav_footer-nav > li > a:hover,
ul#nav_footer-nav > li > a:focus {
    color: #0a1f3f;
    background: none;
    cursor: default;
}
ul#nav_footer-nav > li > ul a {
    color: #72838f;
}
ul#nav_footer-nav > li > ul li.active a,
ul#nav_footer-nav > li > ul li.active a:focus,
ul#nav_footer-nav > li > ul li.active a:hover {
    background-color: transparent;
    color: #0a1f3f;
}

/**
 *  footer / newsletter subscription
 **/
.c-newsletter-subscription h3 {
    color: #fff;
    font-size: 22px;
}
.c-newsletter-subscription .form {
    padding-bottom: 0;
    margin-top: 15px;
}
.c-newsletter-subscription .form .form-group {
    margin-bottom: 0;
}


/**
 *  footer / bottom row
 **/
.c-wrapper-black p {
    margin: 0;
    line-height: 40px;
    color: #ccc;
}


/**
 *  footer / maintenance software
 **/
.c-maintenance-list {
    margin: 50px 0 10px;
}
.c-maintenance {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
}
.c-maintenance-list .c-maintenance:last-child {
    margin-bottom: 0;
}
.c-maintenance > div:last-child {
    margin-top: 25px;
}
.c-maintenance h4 {
    display: inline-block;
    font-weight: bold;
    margin: 0;
}
.c-maintenance > div > img {
    max-width: 50%;
}
.c-maintenance > div > p {
    color: #72838f;
    width: 50%;
    float: left;
    margin: 0;
}
.c-maintenance ul {
    margin: 0;
}
.c-maintenance ul li {
    margin: 0 20px 0 0;
    float: left;
}
.c-maintenance ul li:last-child {
    margin-right: 0;
}
.c-maintenance ul li a {
    color: #72838f;
}
.c-maintenance ul li img {
    height: 32px;
    margin-right: 10px;
}


/**
 *  footer / footer logos
 **/
.c-footer-logos > ul {
    margin: 0 0 25px;
}
.c-footer-logos > ul li {
    margin: 0;
    padding: 0 50px 0 0;
    float: left;
}
.c-footer-logos > ul li:last-child {
    margin-right: 0;
}


/**
 *  breadcrumbs
 **/
.breadcrumb {
    margin-bottom: 25px;
    background-color: transparent;
    padding: 0;
}
.breadcrumb li {
    color: #0a1f3f;
    line-height: 40px;
    font-size: 12px;
}
.breadcrumb > li + li::before {
    content: "- ";
    color: #0a1f3f;
}

/**
 * page header
 **/
.page-header {
    margin: 0;
    padding: 0;
    background-color: #003f8a; /* #010066 */
    height: 180px;
    position: relative;
    overflow: hidden;
}
.page-header h1 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 180px;
}

/**
 *  page header banner
 **/
.c-banner-wrapper {
    position: relative;
    top:0;
    width: 100%;
}
.c-banner-wrapper > img {
    margin: 0 auto;
    float: right;
}
.c-banner-wrapper .c-caption {
    position: absolute;
    width: 40%;
    padding: 0 40px 0 0;
    background-color: #003f8a; /* #010066 */
}
.c-banner-wrapper .c-caption h1 {
    white-space: normal;
}
.c-banner-wrapper .c-triangle-blue{
    position: absolute;
    left: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 90px 0 0;
    border-color: #003f8a transparent transparent transparent;
}
.c-banner-wrapper .c-triangle-blue-inverse {
    left: inherit;
    right: 0;
    border-width: 180px 90px 0 0;
    border-color: transparent #003f8a transparent transparent;
}

/**
 * portfolio / widget
 **/

.gs-portfolio {
    margin-bottom: 50px;
}
.gs-portfolio .c-image-wrapper {
    min-height:190px;
    width: 190px;
    margin: 0;
}
.gs-portfolio .c-image-wrapper a > .fa {
    font-size: 36px;
    top: -35px;
}
.gs-portfolio .c-image-wrapper a:hover > .fa {
    top: 75px;
}
.gs-portfolio .c-hover-cover {
    height: 190px;
    width: 190px;
    top: 190px;
}
.gs-portfolio .c-img-center-cropped {
    width: 190px;
    height: 190px;
}
.gs-portfolio .media {
    background-color: #f4f4f4;
}
.gs-portfolio .media-body {
    width: 66%;
    min-height: 190px;
    background-color: #f4f4f4;
    padding: 0 15px;
}
.gs-portfolio .media-body p {
    line-height: 1.4em;
}
.gs-portfolio h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}
.gs-portfolio h4 small {
    display: none;
}
.gs-portfolio-srv-children {
    margin: 100px 0;
}
.gs-portfolio-srv-children img {
    width: 100px;
    margin: 0 auto;
}
.gs-portfolio-srv-children .text-center {
    width: 66%;
    margin: 0 auto;
}

.gs-portfolio .media-left {
    padding-right: 0;
}


/**
 * portfolio, solutions / carousel widget
 **/
.gs-carousel-wrapper h2 {
    margin-bottom: 25px !important;
    color: #003f8a; /* #010066 */
    position: relative;
    overflow: hidden;
}
.gs-carousel-wrapper h2::after {
    background: none !important;
}
.gs-carousel-wrapper h2 .carousel-control {
    width: 25px !important;
}
.gs-carousel-wrapper h2 .carousel-control .fa:hover,
.gs-carousel-wrapper h2 .carousel-control .fa:focus {
    background-color: transparent !important;
    color: #003f8a !important;
}
.gs-carousel-wrapper h2 .carousel-control.left {
    left: auto;
    right: 50px;
}
.gs-carousel-wrapper h2 .carousel-control .fa {
    line-height: 100px;
    margin: 0;
}
.gs-carousel-wrapper h2 .carousel-control .fa-angle-left,
.gs-carousel-wrapper h2 .carousel-control .fa-angle-right {
    position: relative;
    top: auto;
    width: auto;
    display: inherit;
    margin-top: inherit;
}
.gs-carousel-wrapper .carousel .carousel-indicators {
    bottom: -70px;
    display: none;
}


/**
 * locations / widget
 **/
.gs-grid.c-locations {
    margin-bottom: 0;
}
.gs-grid.c-locations .c-image-wrapper {
    min-height:210px;
    width: 367px;
    margin: 0;
}
.gs-grid.c-locations .c-image-wrapper a > .fa {
    font-size: 40px;
    top: -35px;
}
.gs-grid.c-locations .c-image-wrapper a:hover > .fa {
    top: 85px;
}
.gs-grid.c-locations .c-hover-cover {
    height: 210px;
    width: 367px;
    top: 210px;
}
.gs-grid.c-locations .c-img-center-cropped {
    width: 367px;
    height: 210px;
}
.gs-grid.c-locations h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0;
}
.gs-grid.c-locations h4 small {
    color: #0a1f3f;
}

/**
 * customers / carousel / widget
 **/
#customer_carousel,
#customer_carousel_sm {
    margin: 75px 0 100px 0;
}
#customer_carousel .carousel-indicators,
#customer_carousel_sm .carousel-indicators {
    bottom: -50px;
}
#customer_carousel .carousel-inner,
#customer_carousel_sm .carousel-inner {
    min-height: 100px;
}
#customer_carousel img,
#customer_carousel_sm img {
    max-width: 80%;
    margin: 0 auto;
}

/**
 * content /  locations list / panel (tabs)
 **/
.panel {
    margin: 30px 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}
.panel-default {
    border:none;
}
.panel-default > .panel-heading {
    padding: 0;
    background-color: transparent;
    border:none;
}
.panel-default .tab-pane h2:first-child,
.panel-default .tab-pane h3:first-child {
    margin-top: 0;
}
.nav-tabs {
    border-color: transparent;
}
.nav-tabs > li > a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    border: solid 1px #ccc;
    border-color: #fff #ccc #fff #ccc;
    background-color: #f4f4f4;
    color: #72838f !important;
    margin-right: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
   border-color: #fff #fff transparent;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #0a1f3f !important;
    background-color: #fff;
}

/**
 * content / panel (tabs) content / locations
 **/
.c-locations .c-wrapper-gray {
    padding-bottom: 75px;
}
.c-locations .c-contact-person {
    margin-top: 20px;
}
.c-locations .c-contact-person li {
    float: left;
    margin: 0 25px;
}
.c-locations .c-contact-person img {
    max-width: 175px;
}
.c-locations .panel-body {
    padding: 0;
}
.c-locations .tab-content {
    padding-top: 50px;
}
.c-locations .tab-content .tab-pane > .row {
    margin-bottom: 65px;
}
.c-locations .tab-content .tab-pane > .row:last-child {
    margin-bottom: 0;
}
.c-location-contact p {
    margin: 0;
}
.c-location-contact > ul {
    margin-top: 40px;
}
.c-locations .c-map {
    height: 500px;
}

/**
 * content / locations / maps
 **/
.map-wrapper {
    height: 500px;
}
.map-wrapper .map-preview {
    height: 500px;
    position: relative;
}
.map-wrapper .map-preview > div {
    background-color:rgba(0,0,0,0.3);
    position:absolute;
    z-index:9999;
    height:100%;
    width:100%;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.map-wrapper .map-preview p {
    color:#fff;
    position:absolute;
    width:100%;
    padding:10px;
}
.map-wrapper .map-preview a {
    color:#fff;
    text-decoration:underline;
}
.map-wrapper .map-preview a.btn {
    text-decoration: none;
}
.map-wrapper .map-preview a.btn:hover,
.map-wrapper .map-preview a.btn:focus {
    color: #003f8a;
}
.map-wrapper .map-preview-img {
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    height:500px;
}

/**
 * content / carousel slider
 **/
.gs-grid.c-authorizations {
    margin: 75px 0;
}
.c-authorizations .c-image-wrapper {
    background-color: #fff;
    text-align: center;
    padding: 60px 25px;
}
.c-authorizations .c-image-wrapper img {
    display: table-cell;
    height: 100px;
}


/**
 * carousel slider
 **/
div.c-slider-wrapper {
    background-color:#f4f4f4
}
.carousel-indicators {
    bottom: 5px;
}
.carousel-indicators li {
    margin-right: 10px !important;
    background-color: #aaa;
    border-color: #aaa;
    height: 12px;
    width: 12px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.carousel-indicators li.active {
    height: 12px;
    width: 12px;
    background-color: #003f8a !important;
    border-color: #003f8a; /* #010066 */
    margin: 1px;
}
.carousel-indicators li:last-child {
    margin-right: 0 !important;
}
.carousel-indicators li:hover,
.carousel-indicators .active {
    background-color: #003f8a !important;
    border-color: #003f8a; /* #010066 */
}
.carousel-control {
    width: 5% !important;
    opacity: 1;
    text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-control .fa {
    font-size: 36px;
    color: #ccc;
    background-color: #fff;
    line-height: 160px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
    width: 32px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    z-index: 5;
}
.carousel-control .fa:hover,
.carousel-control .fa:focus {
    background-color:  #003f8a; /* #010066 */
    color: #fff;
}
.carousel-control .fa-angle-left {
    left: 0;
}
.carousel-control .fa-angle-right {
    right: 0;
    margin-right: 0;
}
.slide:hover .carousel-control span {
    display: inherit !important;
}

#c-slider {
    position: relative;
}
#c-slider .container {
    padding: 0;
}
#slider_home-slider .carousel-inner .item .slide-img {
    background-position:center	center;
    background-repeat:no-repeat;
    background-size: contain;
    height: 350px;
    width: 100%;
    overflow: hidden;
    display: block;
}
#slider_home-slider .carousel-caption {
    top: 10%;
    width: 55%;
    text-align: left;
    text-shadow: none;
    color:#0a1f3f;
    position: absolute;
}
#slider_home-slider .carousel-caption.caption-left {
    left: 10px;
    width: 55%;
}
#slider_home-slider .carousel-caption.caption-center {
    width: 66%;
    left: 16.666%;
}
#slider_home-slider .carousel-caption.caption-right {
    left: 40%;
    width: 55%;
}
#slider_home-slider .carousel-caption h2 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: none;
    color: #0a1f3f;
}
#slider_home-slider .carousel-caption p {
    text-shadow: none;
}
#slider_home-slider .carousel-caption a.btn {
    background-color: #f4f4f4;
    color: #003f8a; /* #010066 */
    text-transform: none !important;
    margin-top:15px;
    border-color: #003f8a; /* #010066 */
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#slider_home-slider .carousel-caption a.btn::first-letter {
    text-transform: uppercase;
}
#slider_home-slider .carousel-caption a.btn:hover,
#slider_home-slider .carousel-caption a.btn:focus {
    text-decoration: none;
    background-color: #003f8a; /* #010066 */
    color: #fff;
}


/**
 * content / aside / contact person
 **/
.c-contact-person {
    text-align: center;
}
.c-contact-person h3 {
    text-transform: uppercase;
    margin: 0 0 55px 0;
}
.c-contact-person ul > li > h4 {
    margin: 20px 0;
    font-weight: bold;
}
.c-contact-person ul > li > h4 small {
    font-size: 100%;
    margin-top: 10px;
}
.c-contact-person ul > li > img {
    margin: 0 auto;
}
.c-contact-person ul > li > span {
    display: inline-block;
}
.c-contact-person ul > li > span .fa {
    margin-right: 10px;
}

/**
 * content / aside / contact
 **/
.c-contact h4 {
    margin-top: 0;
    font-weight: bold;
}

/**
 * content gallery (solution detail)
 **/
.c-gallery {
    margin: 50px 0;
}
.c-gallery ul li {
    margin-bottom: 50px;
}
.c-gallery ul li:last-child {
    margin-bottom: 0;
}

/**
 * content / accordion (solution steps, jobs)
 **/
#accordion {
    margin-top: 50px;
}
#accordion .panel {
    box-shadow: none;
    border-color: transparent;
    border-top: solid 2px #ccc;
    background-color: transparent;
    margin-top: 0;
}
#accordion .panel:last-child {
    border-bottom: solid 2px #ccc;
}
#accordion .panel-heading {
    background-color: transparent;
    border: none;
    color: #0a1f3f;
    text-transform: uppercase;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
#accordion .panel-heading .panel-title {
    font-size: 18px;
}
#accordion .panel-heading .panel-title small {
    font-size: 50%;
}
#accordion .panel-heading .panel-title a {
    display: inline-block;
    padding: 20px 15px;
    width:100%;
    line-height: 36px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#accordion .panel-heading a:hover,
#accordion .active .panel-heading a {
    text-decoration: none;
    color: #0a1f3f;
}
#accordion .panel-heading a:hover,
#accordion .panel-heading a:focus {
    color: #0a1f3f;
    text-decoration: none;
}
#accordion .panel-heading a .fa {
    line-height: 36px;
    font-size: 20px;
    margin-right: 0;
}
#accordion .panel-heading a .fa-chevron-up {
    display: none;
}
#accordion .active .panel-heading a .fa-chevron-down {
    display: none;
}
#accordion .active .panel-heading a .fa-chevron-up {
    display: inherit;
}
#accordion .panel-body {
    border-top: none;
    padding-bottom: 25px;
}
#accordion .panel-body img {
    float: left;
    margin: 0 15px 15px 0;
}
#accordion .panel-body ul,
#accordion .panel-body ol {
    float: left;
}


/**
 * content / aside / accordion (location contacts)
 **/
#accordion-contacts .panel + .panel {
    margin-top: 0;
}
#accordion-contacts .panel-heading .panel-title a {
    display: inline-block;
    padding: 0 10px 0;
    width:100%;
    line-height: 36px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#accordion-contacts .panel-heading a:hover,
#accordion-contacts .panel-heading a:focus,
#accordion-contacts .active .panel-heading a {
    text-decoration: none;
    color: #fff;
    background-color: #003f8a; /* #010066 */
    text-decoration: none;
}
#accordion-contacts .panel-heading a .fa {
    line-height: 36px;
    font-size: 20px;
    margin-right: 0;
}
#accordion-contacts .panel-heading a .fa-angle-left {
    display: none;
}
#accordion-contacts .panel-heading {
    border-bottom: solid 1px #ccc;
}
#accordion-contacts .active .panel-heading {
    border-bottom: none;
}
#accordion-contacts .active .panel-heading a .fa-angle-down {
    display: none;
}
#accordion-contacts .active .panel-heading a .fa-angle-left {
    display: inherit;
}
#accordion-contacts .panel-body {
    padding: 10px;
    border-top-color: #fff;
}
#accordion-contacts .panel-body {
    text-align: left;
}
#accordion-contacts .panel-body p > b {
    color: #0a1f3f;
}
#accordion-contacts .panel-body ul li {
    margin-bottom: 5px;
}
#accordion-contacts .panel-body ul li:last-child {
    margin-bottom: 0;
}


/**
 * content / company page / joboffers
 **/
#accordion.c-joboffers .panel {
    background-color: transparent;
}
#accordion.c-joboffers .panel-body ul,
#accordion.c-joboffers .panel-body ol {
    float: none;
    margin-bottom: 30px;
}
#accordion.c-joboffers .panel-body ul > li,
#accordion.c-joboffers .panel-body ol > li {
    margin: 0;
    line-height: 30px;
}


/**
 *  news / archive (aside)
 **/
.list-group-newsarchiv .badge {
    background-color: #72838f;
    margin-top: 2px;
}
.list-group-newsarchiv .list-group-item {
    color: #0a1f3f;
}
.list-group-newsarchiv .list-group-item:hover,
.list-group-newsarchiv .list-group-item:focus {
    color: #003f8a; /* #010066 */
    background-color: transparent;
}
.list-group-newsarchiv .list-group-item-month:before {
    font-family: FontAwesome ;
    font-size: 100%;
    color: #0a1f3f;
    content: "\f105    "; /* angle right */
    margin: 0 7px 0;
}
.list-group-newsarchiv .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-newsarchiv .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


/**
 * news / list + detail view
 **/
.gs-news .well {
    background-color: transparent;
    border:none;
    border-radius: 0;
    box-shadow: none;
    padding: 30px 0;
}
.gs-news .well > a {
    margin-top: 25px;
}
.gs-news h2 {
    margin: 0 0 50px 0;
}
.gs-news.gs-articles-list h2::after {
    top: 70px !important;
}

.gs-news h3 small.c-publish-info,
.gs-news h3 small.date {
    font-weight: bold;
}
.gs-news .c-image-wrapper {
    margin-bottom: 25px;
    max-height: 300px;
    overflow: hidden;
}

/**
 * news / detail view
 **/
.gs-news.gs-article-detail .c-image-wrapper {
    max-height: none;
}
.gs-news.gs-article-detail h2 {
    margin-bottom: 25px;
}
.gs-news.gs-article-detail h2::after {
    background: none !important;
    position: relative !important;
    top: inherit !important;
}
.gs-news.gs-article-detail a.www {
    margin: 20px 0;
    display: block;
}
.gs-news.gs-article-detail a.www .fa {
    margin-right: 10px;
    display: block;
    float: left;
}

/**
 *  forms
 **/
.form .form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="number"],
.form input[type="password"],
.form select.form-control,
.form select {
    height: 40px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="number"],
.form input[type="password"],
.form select.form-control,
.form textarea.form-control,
.form select {
    width: 100%;
    border:solid 1px #ccc !important;
    background-color: #fff;
    color: #72838f;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.form input[type="text"]:hover,
.form input[type="text"]:focus,
.form input[type="email"]:hover,
.form input[type="email"]:focus,
.form input[type="tel"]:hover,
.form input[type="tel"]:focus,
.form input[type="number"]:hover,
.form input[type="number"]:focus,
.form input[type="password"]:hover,
.form input[type="password"]:focus,
.form select:hover,
.form select:focus,
.form textarea:hover,
.form textarea:focus,
.form select.form-control:hover,
.form select.form-control:focus,
.form textarea.form-control:hover,
.form textarea.form-control:focus {
    background-color: #f1f1f1;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
.form input[type="submit"],
.form button[type="submit"] {
    background-color:#0a1f3f;
    border:solid 1px #0a1f3f;
    color:#fff;
    font-weight: bold;
    float: right;
    #margin-top: -66px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.form input[type="submit"]:hover,
.form button[type="submit"]:hover {
    background-color:#fff;
    color: #0a1f3f;
    text-decoration:none;
}
ul.errorlist {
    color: #f33;
    padding: 0;
    margin: 0 0 0.2em 0;
    list-style-type: none;
    font-size: smaller;
}


/**
 *  content / form / button effects
 **/
.form input[type="submit"],
.form button[type="submit"] {
    padding: 0 44px !important;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.form input[type="submit"]:before,
.form button[type="submit"]:before {
	content: "\f0e0";
    font-family: FontAwesome;
    font-size: 100%;
    position: absolute;
    left: 140%;
	top: 0;
    color: #fff;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}
.form input[type="submit"]:hover:before,
.form button[type="submit"]:hover:before {
    left: 85%;
    color: #0a1f3f;
}
.form input[type="submit"]:after,
.form button[type="submit"]:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}


/**
 *  content / contact form
 **/
.form {
    margin: 0;
    padding: 0 0 20px;
}
.form .row {
    margin:0 0 25px 0 !important;
}
.form .row > div {
    padding-left:0;
}
.form .row > div:first-child {
    padding-left: 0 !important;
}
.form .row div:nth-last-child(1){
    padding-right: 0;
}
.form .form-group {
    margin-bottom: 35px;
}
.form .row > div > .form-group {
    margin-bottom: 0;
}
.form .checkbox label {
    margin-bottom: 0;
    padding-left: 25px;
    font-size: smaller;
}
.form .checkbox input[type="checkbox"],
.form .checkbox-inline input[type="checkbox"],
.form .radio input[type="radio"],
.form .radio-inline input[type="radio"] {
    margin-left: -25px;
}
.form label.required:after {
    content: '*';
}
.form select {
    width: 100%;
    text-align: center;
}
.form input.recaptcha_response_field {
    width: 100%;
    border:solid 1px #efefef !important;
    color: #efefef;
    font-weight: 300;
    -webkit-transition: all ease-in-out 0.45s;
    -moz-transition: all ease-in-out 0.45s;
    -ms-transition: all ease-in-out 0.45s;
    -o-transition: all ease-in-out 0.45s;
    transition: all ease-in-out 0.45s;
}
.form input.error,
.form textarea.error,
.form .error .recaptchatable {
    border-color:#f33 !important;
}
.form ul.errorlist {
    color: #f33;
    padding: 0;
    margin: 0 0 0.2em 0;
    list-style-type: none;
    font-size: smaller;
}

.form .input-group .input-group-addon {
    background-color: #f1f1f1;
    color: #ccc;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}


/**
 * content / searchresults
 **/
div.c-searchresults {
    margin-bottom: 50px;
}
div.c-searchresults .well {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
div.c-searchresults div.c-filter {
    line-height: 34px;
}
div.c-searchresults div.c-filter .c-filter-desc {
    margin-right: 15px;
    font-weight: bold;
}
div.c-searchresults div.c-filter .btn-group .btn {
    margin: 0;
     border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
div.c-searchresults div.c-filter .btn-group .btn:hover,
div.c-searchresults div.c-filter .btn-group .btn:focus {
    background-color: #003f8a; /* #010066 */
    color: #fff;
}
div.c-searchresults div.c-filter .btn-group .btn .fa {
    margin-left: 15px;
}
div.c-searchresults div.c-result div.c-result-item {
    border-bottom: solid 1px #efefef;
    padding: 5px 10px;
}
div.c-searchresults div.c-result div:nth-of-type(2n+1) {
    background-color:#fff;
}
div.c-searchresults div.c-result div.c-result-item.last {
    border-bottom: none;
}
div.c-searchresults div.c-result h5 {
    font-weight: bold;
    font-size: 18px;
}


/**
 * scroll to top button
 **/
a#toTop-right b {
    display: none;
}
a#toTop-right {
    background-color: #fecd0f;
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    line-height: normal;
    padding: 5px 10px !important;
    box-shadow: none;
    bottom: 75px;
    display: block;
    z-index: 10000;
}
a#toTop-right i.fa {
    font-size: 32px;
    margin: 0;
    color: #fff;
}
a#toTop-right:hover i.fa,
a#toTop-right:focus i.fa {
   color: #003f8a; /* #010066 */
}

/**
 *  google map
 **/

.map-preview {
    overflow: hidden;
}
.map-preview .map-loader {
    margin: 50px 0 30px;
}
.map-preview p {
    font-size: 1em !important;
    font-weight: bold !important;
}
.map-preview-img {
    background-size: contain !important;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

/**
 *  content / privacy
 **/
#privacy-policy .privacy-section-0 > h3 {
    margin-top: 50px;
}
#privacy-policy .privacy-section-0:first-of-type > h3 {
    margin-top: 0;
}
#privacy-policy .privacy-section-1 > h3 {
    font-size: 18px;
    margin: 20px 0;
}


/**
 * target IE9 to respect aspect ratios and sizes for svg image sources
 **/
.ie9 img[src$=".svg"] {
  width: 100%;
}

/**
 * target IE10+ to respect aspect ratios and sizes for svg image sources
 **/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

/**
 * customized responsive stylesheet for www.prosoft-krippner.com
 * last modified: 2018-04-25
 * based on bootstrap v3.3.4
 */

@media only screen and (min-width: 1200px) {
    /* navigation */
    .navbar-collapse ul {
        padding: 0;
    }
}

@media only screen and (max-width: 1200px) {
    /* content */
    #site-content > .container {
        margin-bottom: 75px;
    }

    /* carousel slider / home slider */
    #slider_home-slider .carousel-caption {
        top: 5%;
    }
    #slider_home-slider .carousel-caption.caption-left {
        left: 10px;
        width: 60%;
    }
    #slider_home-slider .carousel-caption.caption-center {
        width: 66%;
        left: 16.666%;
    }
    #slider_home-slider .carousel-caption.caption-right {
        left: 40%;
        width: 60%;
    }
    #slider_home-slider .carousel-caption h2 {
        font-size: 22px;
        line-height: 1.2em;
    }
    #slider_home-slider .carousel-caption a.btn {
        margin-top: 10px;
    }

    /* content / location carousel (home) */
    .gs-grid.c-locations .c-image-wrapper {
        width: 300px;
        min-height: 172px;
    }
    .gs-grid.c-locations .c-hover-cover {
        height: 172px;
        width: 300px;
        top: 172px;
    }
    .gs-grid.c-locations .c-image-wrapper a:hover > .fa {
        top: 65px;
    }

    /* footer / navigation */
    #site-footer ul.nav > li {
        width: 150px;
    }
}

@media (max-width: 991px) {
    /* header banner */
    .c-banner-wrapper {
        position: inherit;
    }
    .c-banner-wrapper .c-caption {
        z-index: 200;
    }
    .c-banner-wrapper > img {
        position: absolute;
        right: -20%;
    }

    /* page header */
    #site-header #logo {
        margin: 10px 0;
    }

    /* header fixed */
    #site-header-nav.fix {
        position: relative !important;
        background-color: transparent;
        box-shadow: none;
    }
    #site-header-nav.fix #logo > a {
        width: inherit;
    }
    #site-header-nav.fix .navbar {
        margin-top: inherit;
    }
    #site-header-nav.fix .c-language-select {
        display: inherit;
    }
    #site-header-nav.fix #logo {
        margin: inherit;
    }

    /* navigation */
    #topnav ul.navbar-nav {
        float: left;
    }
    #topnav ul.navbar-nav > li {
        margin: 0 25px 0 0;
    }
    #topnav ul.navbar-nav > li:first-child > a {
        padding-left: 0;
    }

    /* carousel slider / home slider */
    #slider_home-slider .carousel-inner .item .slide-img {
        height: 270px;
    }
    #slider_home-slider .carousel-caption {
        top: 0;
    }
    #slider_home-slider .carousel-caption.caption-left {
        left: 0;
        width: 58%;
    }
    #slider_home-slider .carousel-caption.caption-center {
        width: 80%;
        left: 10%;
    }
    #slider_home-slider .carousel-caption.caption-right {
        left: 42%;
        width: 58%;
    }
    #slider_home-slider .carousel-caption h2 {
        font-size: 20px;
        line-height: 1.2em;
    }
    #slider_home-slider .carousel-caption a.btn {
        margin-top: 5px;
        font-size: 16px;
    }
    #slider_home-slider .carousel-caption a,
    #slider_home-slider .carousel-caption p,
    #slider_home-slider .carousel-caption ul,
    #slider_home-slider .carousel-caption ol  {
        font-size: 15px;
    }
    #slider_home-slider .carousel-indicators {
        display: none;
    }

    /* content / header */
    .page-header h1 {
        font-size: 24px;
        white-space: nowrap;
    }

    /* content / aside */
    #site-content .row > .col-md-3 {
        margin-top: 35px;
        padding-top: 25px;
        border-top: solid 1px #efefef;
    }
    #site-content .row > .col-md-push-9 {
        border-top: none;
    }

    /* content / porfolio grid view (home) */
    .gs-grid.gs-portfolio .row {
        margin-bottom: 0;
    }
    .gs-portfolio .row > div {
         margin-bottom: 25px;
    }
    .gs-portfolio .c-image-wrapper {
        min-height: 245px;
        width: 245px;
    }
    .gs-portfolio .c-hover-cover {
        width: 245px;
        height: 245px;
        top: 245px;
    }
    .gs-portfolio .c-image-wrapper a:hover > .fa {
        top: 105px;
    }

    /* content / porfolio carousel */
    .gs-portfolio .c-carousel-wrapper .c-image-wrapper {
        min-height: 190px;
        width: 190px;
    }
    .gs-portfolio .c-carousel-wrapper .c-hover-cover {
        width: 190px;
        height: 190px;
        top: 190px;
    }
    .gs-portfolio .c-carousel-wrapper .c-image-wrapper a:hover > .fa {
        top: 75px;
    }


    /* content / location carousel (home) */
    .gs-grid.c-locations .c-image-wrapper {
        width: 227px;
        min-height: 130px;
    }
    .gs-grid.c-locations .c-hover-cover {
        height: 130px;
        width: 227px;
        top: 130px;
    }
    .gs-grid.c-locations .c-image-wrapper a:hover > .fa {
        top: 45px;
    }

    /* content / location list */
    .c-locations .c-contact-person {
        max-width: 175px;
    }

    /* content / authorizations */
    .gs-grid.c-authorizations .row > div {
        margin-bottom: 50px;
    }

    /* footer */
    #site-footer {
        height: auto;
    }
    #site-footer .row > div {
        margin-bottom: 25px;
    }
    #site-footer .row > div:last-child {
        margin-bottom: 0;
    }

    #site-footer ul.nav {
        max-width: inherit;
        height: 300px;
    }
    #site-footer ul.nav > li {
        width: 25%;
    }
    #site-footer ul.nav > li:last-child {
        float: left;
    }

    #site-footer .col-xs-12 > p {
        text-align: center;
        margin-top: 20px;
    }
    .c-maintenance-list {
        margin: 0 0 20px 0;
    }

    /* footer / newsletter */
    .c-newsletter-subscription {
        float: none;
        margin: 0;
    }
}

@media (max-width: 800px) {
    /* header / banner */
    .c-banner-wrapper .c-caption h1,
    .c-banner-wrapper .c-caption h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    /* header */
    #site-header {
        height: auto;
    }
    #site-header .container {
        padding: 0;
    }

    /* slogan */
    #header-slogan h4 {
        text-align: center;
    }

    /* fixed header */
    #site-header-nav.fix {
        height: auto;
        position: relative !important;
        z-index: inherit;
        border-bottom: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    #site-header-nav.fix #logo {
        margin: inherit;
    }
    #site-header-nav.fix #logo > a {
        width: inherit;
    }
    #site-header-nav.fix #topnav {
        margin-top: inherit;
        margin-bottom: inherit;
    }
    #site-header-nav.fix .quicksearch,
    #site-header-nav.fix #header-link {
        margin-top: inherit;
    }

    /* navigation */
    .nav-wrapper .container {
        padding: 0;
    }
    #topnav {
        width: 100%;
        margin: 0;
    }
    #topnav .navbar-header {
        float: none;
        padding: 10px 0 5px;
        background-color: #fff;
    }
    #topnav .navbar-toggle {
        display: block;
        border-color: #003f8a !important;
        border-width: 2px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    #topnav .navbar-toggle:hover,
    #topnav .navbar-toggle:focus {
        background-color: #fff;
    }
    #topnav .navbar-toggle .icon-bar {
        background-color: #003f8a; /* #010066 */
    }
    #topnav .navbar-collapse,
    #topnav .navbar-form {
        border-color: #ccc;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    #topnav .navbar-nav {
        float: none!important;
        margin: 0;
        width: auto;
    }
    #topnav .navbar-nav > li {
        float: none;
        border-bottom: solid 1px #ccc;
        margin: 0 !important;
    }
    #topnav .navbar-nav > li > a {
        line-height: 40px;
        display: block;
        font-size: 18px;
        padding: 10px 20px;
    }
    #topnav ul.navbar-nav > li:first-child > a {
        padding-left: 20px;
    }
    #topnav .navbar-nav li > a:hover,
    #topnav .navbar-nav li > a:focus {
        background-color: #efefef !important;
        color: #003f8a !important;
    }
    #topnav .navbar-nav li.active > a {
        background-color: #003f8a; /* #010066 */
        color: #fff;
        border-bottom: none;
    }

    #topnav .dropdown-menu {
        margin: 0;
        padding: 0;
    }
    #topnav .dropdown-menu > li a {
        font-weight: 600;
        font-size: 18px;
        padding: 10px 40px;
    }
    #topnav .dropdown-menu > li {
         border-bottom: solid 1px #ccc;
    }
    #topnav .dropdown-menu > li:first-child {
        border-top: solid 1px #ccc;
    }
    #topnav .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    /* navigation / brand */
    .navbar-brand {
        padding: 0 !important;
        margin: 0 0 0 15px;
        width: 110px;
        overflow: hidden;
    }

    /* navigation / quicksearch */
    #topnav .navbar-nav > li.c-quicksearch {
        width: 100%;
        padding: 10px;
    }
    #topnav .navbar-nav > li.c-quicksearch .quicksearch {
        float: none;
        margin: 0;
    }

    /* carousel slider / home slider */
    #slider_home-slider .carousel-inner .item .slide-img {
        height: 250px;
    }
    #slider_home-slider .carousel-caption.caption-left {
        left: 0;
        width: 50%;
    }
    #slider_home-slider .carousel-caption.caption-right {
        left: 40%;
        width: 50%;
    }
    #slider_home-slider .carousel-caption h2 {
        font-size: 18px;
        line-height: 1.1em;
    }
    #slider_home-slider .carousel-caption a.btn {
        margin-top: 3px;
    }
    #slider_home-slider .carousel-caption a,
    #slider_home-slider .carousel-caption p,
    #slider_home-slider .carousel-caption ul,
    #slider_home-slider .carousel-caption ol {
        font-size: 14px;
    }
    .carousel-control .fa {
        background: rgba(255,255,255,0.5);
    }

    /* content / header */
    .page-header {
        height: 100px;
    }
    .page-header h1,
    .page-header h1.visible-xs {
        line-height: 100px;
    }

    /* content */
    #site-content > .container:first-child {
        margin-top: 25px;
    }
    #site-content > .container > .row > .col-md-3 {
        margin-bottom: 25px;
    }
    #site-content > .container > .row {
        margin-bottom: 25px;
    }
    #site-content > .container > .row > div > h2:first-child,
    #site-content > .container > .row > div > h3:first-child {
        margin-top: 0;
    }
    .c-content-wrapper {
        padding: 20px 0;
        margin-bottom: 25px;
    }

    /* content / news */
    .c-archiv-filter {
        margin-bottom: 25px;
    }
    .c-archiv-filter .btn {
        background-color: #003f8a; /* #010066 */
    }
    .c-archiv-filter .btn .caret {
        margin-left: 4px;
    }
    .c-archiv-filter .btn:hover,
    .c-archiv-filter .btn:focus {
        background-color: #fff;
        color: #003f8a; /* #010066 */
    }
    .c-archiv-filter .btn,
    .c-archiv-filter .btn-group .btn + .btn,
    .c-archiv-filter .btn-group .btn + .btn-group,
    .c-archiv-filter .btn-group .btn-group + .btn,
    .c-archiv-filter .btn-group .btn-group + .btn-group {
        margin-left: 4px;
    }

    /* content / location carousel (home) */
    .gs-grid.c-locations .row > div {
        margin-bottom: 40px;
    }
    .gs-grid.c-locations .media {
        width: 300px;
        margin: 0 auto;
    }
    .gs-grid.c-locations .media-body {
        height: auto !important;
    }
    .gs-grid.c-locations .c-image-wrapper {
        width: 300px;
        min-height: 172px;
    }
    .gs-grid.c-locations .c-hover-cover {
        height: 172px;
        width: 300px;
        top: 172px;
    }
    .gs-grid.c-locations .c-image-wrapper a:hover > .fa {
        top: 65px;
    }

    /* content / location list */
    .c-locations .c-contact-person {
        max-width: 100%;
    }
    .c-locations .c-contact-person li {
        margin: 0 0 25px;
        width: 100%;
    }
    .c-locations .tab-content .row > div {
        margin-bottom: 40px;
    }
    .c-locations .tab-content .row > div h3,
    .c-locations .tab-content .row > div p {
        text-align: center;
    }
    .c-locations .tab-content .row > div ul {
        max-width: 250px;
        margin: 20px auto;
    }
    .c-locations .tab-content .row > div .c-checklist ul > li {
        text-align: left;
    }

    /* content / contact / form */
    .form .row {
        margin-bottom: 0 !important;
    }
    .form .row div {
        margin-bottom: 25px;
    }
    .form .row > div {
        padding-right: 0;
    }

     /* footer / logos */
    .c-maintenance-list,
    .c-footer-logos > ul {
        margin: 20px auto;
        width: 50%;
    }
    .c-footer-logos {
        margin-bottom: 50px;
    }
    .c-footer-logos > ul li {
        padding: 0;
        margin-bottom: 20px;
    }
    .c-footer-logos > ul li:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    /* forms */
    .form input[type="submit"],
    .form button[type="submit"] {
        float: none;
        width: 100%;
        margin-top: 0;
    }

    /* carousel slider / home slider */
    #slider_home-slider .carousel-caption {
        top: 20%;
    }
    #slider_home-slider .carousel-caption p,
    #slider_home-slider .carousel-caption ul,
    #slider_home-slider .carousel-caption ol  {
        display: none;
    }

    /* content / location list */
    .c-locations .nav-tabs li a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 520px) {
    /* fonts / headings */
    #site-content h2.text-center {
        font-size: 22px;
    }
    #site-content h2.text-center {
        line-height: normal;
        margin-top: 40px;
    }
    #site-content h2.text-center::after {
        margin: 15px auto 0;
    }

    /* content / porfolio grid view (home) */
    .gs-portfolio .media-body,
    .gs-portfolio .media-left,
    .gs-portfolio .media-right {
        display: block;
    }
    .gs-portfolio .media {
        width: 300px;
        margin: 0 auto;
    }
    .gs-portfolio .c-image-wrapper,
    .gs-portfolio .media-body {
        max-width: 300px;
        width: 300px;
    }
    .gs-portfolio .c-hover-cover {
        width: 300px;
        height: 300px;
        top: 300px;
    }
    .gs-portfolio .c-image-wrapper a:hover > .fa {
        top: 135px;
    }
    .gs-portfolio .media-body h4 {
        margin-top: 25px;
    }

    /* content / porfolio carousel */
    .gs-portfolio .c-carousel-wrapper .c-image-wrapper {
        min-height: 300px;
        width: 300px;
    }
    .gs-portfolio .c-carousel-wrapper .c-hover-cover {
        width: 300px;
        height: 300px;
        top: 300px;
    }
    .gs-portfolio .c-carousel-wrapper .c-image-wrapper a:hover > .fa {
        top: 135px;
    }

    /* carousel slider / home slider */
    #slider_home-slider .carousel-inner .item .slide-img {
        height: 240px;
    }
    #slider_home-slider .carousel-caption.caption-left {
        left: 0;
        width: 50%;
    }
    #slider_home-slider .carousel-caption.caption-center {
        width: 90%;
        left: 5%;
    }
    #slider_home-slider .carousel-caption.caption-right {
        left: 40%;
        width: 50%;
    }
    #slider_home-slider .carousel-caption h2 {
        font-size: 17px;
    }

    /* content / location list */
    .c-locations .nav-tabs li {
        width: 100%;
        margin: 5px 0;
    }
    .c-locations .nav-tabs li > a,
    .c-locations .nav-tabs li > a:hover,
    .c-locations .nav-tabs li > a:focus {
        border-color: #ccc;
    }
}

@media only screen and (max-width: 480px) {
    /* header / slogan */
    #header-slogan h4 {
        font-size: 15px;
        font-weight: normal;
        text-transform: none;
    }

    /* header / header banner */
    .c-banner-wrapper .c-caption {
        width: 60%;
    }

    /* content */
    #site-content-wrapper h1 {
        font-size: 20px;
        font-weight: bold;
    }

    /* content / teaser */
    .c-teaser-list > h2 {
        line-height: 60px;
    }

    /* accordion / joboffers */
    #accordion .panel-heading .panel-title {
        font-size: 16px;
    }
    #accordion .panel-heading .wrapper {
        width: 90%;
    }

    /* search results */
    .c-searchresults .c-filter .pull-left {
        float: none !important;
    }
    .c-searchresults .c-filter .list-tools.pull-right {
        float: none !important;
        margin-top: 10px;
    }
    .c-searchresults .c-filter .list-tools .btn-group {
        float: right;
    }

    /* footer / logos */
    .c-maintenance-list {
        width: 70%;
    }
    .c-footer-logos > ul {
        width: 50%;
    }
}

@media only screen and (max-width: 380px) {
    /* header */
    #site-header .container {
        padding: 0;
    }
    /* footer / logos */
    #site-footer .c-wrapper-black p {
        line-height: normal;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 330px) {
    /* header / slogan */
    #header-slogan h4 {
        font-size: 13px;
    }
    /* header */
    .c-banner-wrapper {
        display: none
    }
    /* carousel slider / home slider */
    #c-slider {
        display: none;
    }

    /* content / porfolio grid view (home) */
    .gs-portfolio .media,
    .gs-portfolio .c-image-wrapper,
    .gs-portfolio .media-body {
        width: 95%;
        height: auto !important;
        min-height: inherit;
    }
    .gs-portfolio .c-image-wrapper .c-hover-cover,
    .gs-portfolio .c-image-wrapper a > .fa {
        display: none;
    }
    .gs-portfolio .media-body {
        padding-bottom: 15px;
    }

    /* content / location carousel (home) */
    .gs-grid.c-locations .media,
    .gs-grid.c-locations .c-image-wrapper,
    .gs-grid.c-locations .media-body {
        width: 100%;
        height: auto !important;
        min-height: inherit;
    }
    .gs-grid.c-locations .c-hover-cover,
    .gs-grid.c-locations a > .fa {
        display: none;
    }

    /* footer / logos */
    .c-maintenance-list {
        width: 100%;
    }
    .c-footer-logos > ul {
        width: 66%;
    }
}
.c-newsletter-subscription * { display: none; }
.c-newsletter-subscription { height: 71px; }