
/* ------------------------------------------------------------------------- */

@font-face {
	font-family: "Trade Gothic";
	src: url('../fonts/trade-gothic-webfont.woff2') format('woff2'),
		 url('../fonts/trade-gothic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Trade Gothic";
	src: url('../fonts/trade-gothic-bold-webfont.woff2') format('woff2'),
		 url('../fonts/trade-gothic-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

/* ------------------------------------------------------------------------- */

body {
	font-family: "Trade Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	background: #ecedee;
}

.container {
	margin: 0 auto;
	width: 1300px;
	padding: 0;
	position: relative;
}

.container.big {
	width: 1430px;
	padding: 0;
}

.container.extra {
	margin: 0 65px;
}

#header {
	background: #fff;
	position: relative;
}

/* ------------------------------------------------------------------------- */

#address-bar {
	background: #005497;
	color: #fff;
	font-size: 15px;
	overflow: hidden;
	padding: 8px 0;
	font-style: normal;
} 

#address-bar a {
	color: #fff;
	text-decoration: underline;
}

#address-bar a:hover {
	text-decoration: none;
}

#address-bar ul {
	list-style-type: none;
	float: right;
}

#address-bar ul li {
	float: left;
}

#address-bar ul li:after {
	content: '';
	font-size: 13px;
	color: #fff;
	margin: 0 10px;
}

#address-bar ul li:last-child:after {
	content: '';
	margin: 0;
}

#address-bar ul li i {
	margin-right: 5px;
}

/* ------------------------------------------------------------------------- */

.lang-switch {
	font-size: 15px;
	font-weight: normal;
	color: #005497;
	overflow: hidden;
}

#header .lang-switch {
	margin-top: 2px;
	margin-bottom: 20px;
}

.lang-switch ul {
	list-style-type: none;
	display: inline-block;
	padding: 5px 0 1px 9px;
	margin: 0;
	height: auto;
	float: right;
}

.lang-switch ul li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}

.lang-switch ul li:after {
	content: "|";
	color: #005497;
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
}

.lang-switch ul li:last-child:after,
.lang-switch ul li:first-child:after {
	content: "";
	margin: 0;
}

.lang-switch ul li:last-child {
	margin-right: 0;
}

.lang-switch ul li a {
	text-decoration: none;
	color: #005497;
	padding: 0;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}

.lang-switch ul li a:hover,
.lang-switch ul li.selected a {
	color: #005497;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */

#logo {
	text-align: right;
	margin-bottom: 32px;
}

/* ------------------------------------------------------------------------- */

#mainmenu {
	margin-top: -25px;
}

#mainmenu ul {
	list-style-type: none;
}

#mainmenu ul li {
	float: left;
}

#mainmenu ul li a {
	display: block;
	padding: 15px 30px 15px 30px;
	color: #005497;
	font-size: 20px;
}

#mainmenu ul li.selected a,
#mainmenu ul li a:hover,
#mainmenu ul li.sfHover a {
	color: #fff;
	background: #005497;
}

#mainmenu ul ul {
	display: none;
	background: #fff;
}

#mainmenu ul li ul li {
	clear: both;
	width: 260px;
	display: block;
}

#mainmenu ul li ul li:first-child {
	padding-top: 0;
}

#mainmenu ul li ul a {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	text-transform: none;
	display: block;
	background: #fff;
	color: #000;
	width: 100%;
	padding-left: 13px;
	letter-spacing: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainmenu ul li.selected ul a,
#mainmenu ul li.sfHover ul a {
	color: #000;
	background: #fff;
}

#mainmenu ul li ul li.selected > a,
#mainmenu ul li ul li > a:hover {
	font-weight: normal;
	background: #fff;
	color: #005497;
}

#mainmenu ul ul ul {
	padding-top: 0;
}

#mainmenu ul ul ul li.selected > a,
#mainmenu ul ul ul li > a:hover {
	background-image: none;
}

#mainmenu ul li.has-sub > a:after {
	display: inline-block;
	text-decoration: none;
	font-family: 'FontAwesome';
	font-size: 15px;
	content: "\f078";
	top: 50%;
	position: absolute;
	margin-top: -10px;
	right: 30px;
}

#mainmenu ul li.has-sub a {
	padding-right: 55px;
}

/* ------------------------------------------------------------------------- */

#submenu,
#product-megamenu {
	background: rgba(229, 238, 244, 0.7);
	border-bottom: 1px solid #d5e1e9;
	position: relative;
    z-index: 1000;
	height: 48px;
}

#submenu .container,
#product-megamenu .container {
	display: table;
	table-layout: fixed;
}

#submenu ul,
#product-megamenu ul {
	list-style-type: none;
	display: table-row;
}

#submenu ul li,
#product-megamenu ul li {
	float: none;
	position: relative;
	display: table-cell;
	white-space: nowrap;
}

#submenu ul li a,
#product-megamenu ul li a {
	color: #005497;
	font-weight: bold;
	font-size: 18px;
	line-height: 47px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	border-bottom: 2px solid transparent;
}

#submenu ul li.selected > a,
#submenu ul li > a:hover,
#product-megamenu ul li.selected > a,
#product-megamenu ul li > a:hover {
	border-bottom: 2px solid #005497;
}

#submenu ul ul,
#product-megamenu ul ul {
	background: #fff;
}

#submenu ul ul li,
#product-megamenu ul ul li {
	float: none;
	display: block;
	margin-bottom: 10px;
}

#submenu ul ul li:first-child,
#product-megamenu ul ul li:first-child {
	margin-top: 10px;
}

#submenu ul ul li a,
#product-megamenu ul ul li a {
	font-size: 18px;
	font-weight: normal;
	color: #4b4b4d;
	border-bottom: 0;
	line-height: 23px;
}

#submenu ul ul li.selected a,
#submenu ul ul li a:hover,
#product-megamenu ul ul li.selected a,
#product-megamenu ul ul li a:hover {
	color: #005497;
	border-bottom: 0;
}

/* ------------------------------------------------------------------------- */

#product-megamenu {
	margin-top: 0;
	overflow: hidden;
	border-bottom: 0;
	display: none;
    position: absolute;
	left: 0;
    right: 0;
    top: 202px;
    z-index: 100;
	background: rgba(229, 238, 244, 1);
	height: auto;
}

.no-lang-switch #product-megamenu {
	top: 177px;
}

.megamenu-helper {
	background: #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 48px;
}

/* ------------------------------------------------------------------------- */

#slider {
	margin: 0;
	position: relative;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	border-bottom: 15px solid #fff;
	overflow: hidden;
	margin-top: -48px;
	position: relative;
	background-color: #fff;
}

#slider img {
	width: 100%;
}

/* ------------------------------------------------------------------------- */

#slider .caption {
	position: absolute;
	left: 55px;
	top: 250px;
	font-size: 50px;
	color: #005497;
	line-height: 55px;
	font-style: italic;
}

#slider .caption strong {
	font-size: 55px;
}

/* ------------------------------------------------------------------------- */

#slider ul.slick-dots {
	position: absolute;
	left: 55px;
	bottom: 15px;
	z-index: 100;
	right: 0;
	list-style-type: none;
}

#slider ul.slick-dots li {
	float: left;
}

#slider ul.slick-dots li button {
	text-indent: -9999px;
	background: transparent url("../images/bullet_off.png") no-repeat left top;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	border: 0;
}

#slider ul.slick-dots li button:hover {
	cursor: pointer;
}

#slider ul.slick-dots li.slick-active button {
	background-image: url("../images/bullet_on.png");
}

/* ------------------------------------------------------------------------- */

#category-nav {
	text-align: center;
	height: 54px;
	background: #005497;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -15px;
	position: relative;
	z-index: 1000;
}

#category-nav a {
	font-size: 17px;
	color: #fff;
	line-height: 54px;
	text-decoration: underline;
}

#category-nav a:hover {
	text-decoration: none;
}

#category-nav a.prev {
	float: left;
	margin-left: 35px;
	z-index: 100;
	position: relative;
}

#category-nav a.prev i {
	margin-right: 10px;
}

#category-nav .centered {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}

#category-nav .centered a.current {
	font-weight: bold;
	text-decoration: none;
}

#category-nav a.next {
	float: right;
	margin-right: 35px;
	z-index: 100;
	position: relative;
}

#category-nav a.next i {
	margin-left: 10px;
}

/* ------------------------------------------------------------------------- */

.content #breadcrumb {
	display: inline-block;
	margin-bottom: 30px;
}

.content #breadcrumb ul {
	list-style-type: none;
	margin: 0;
}

.content #breadcrumb ul li {
	float: left;
	margin-right: 5px;
	line-height: 18px;
}

.content #breadcrumb ul li:after {
	content: "/";
	color: #005597;
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
}

.content #breadcrumb ul li:last-child:after {
	content: "";
	margin-right: 0;
}

.content #breadcrumb ul li a {
	color: #005597;
	font-size: 20px;
	font-weight: normal;
}

.content #breadcrumb ul li a:hover {
	text-decoration: underline;
}

.content #breadcrumb ul li {
	font-weight: bold;
	color: #005597;
	font-size: 20px;
}

/* ------------------------------------------------------------------------- */

.content #item-list {
	padding-top: 20px;
}

.content #item-list .item {
	padding-bottom: 60px;
}

.content #item-list .item:last-child {
	padding-bottom: 20px;
}

.content #item-list .item .image {
	float: left;
	width: 330px;
	margin-right: 20px;
}

.content #item-list .item .image img {
	transition: 0.2s;
}

.content #item-list .item .image img:hover {
	opacity: 0.8;
}

.content #item-list .item .description {
	float: left;
	width: 600px;
}

.content #item-list .item .description h2 {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 15px;
}

.content #item-list .item .description a {
	text-decoration: none;
	font-weight: normal;
}

.content #item-list .item .description a:hover {
	text-decoration: underline;
}

.content #item-list .item .description a.button {
	margin-top: 0;
	font-weight: bold;
}

/* ------------------------------------------------------------------------- */

.content {
	background: #fff;
	padding: 60px;
	overflow: hidden;
}

.content.upper,
.content.middle {
	padding-bottom: 0;
}

.content.middle,
.content.lower {
	padding-top: 0;
}

.content .left.col {
	
}

.content .right.col .image.separate,
.content .right.col .image.separate a,
.content .right.col .image.separate img {
	width: 100%;
}

.content .right.col .image.separate {
	margin-bottom: 36px;
}

.content .right.col .gallery .main-image {
	margin-bottom: 14px;
}

.content.two-col .row {
	overflow: hidden;
	margin: 0 -32px;
}

.content.two-col .col {
	float: left;
	padding: 0 32px;
}

/* ------------------------------------------------------------------------- */

.content .reference {
	padding: 25px 0;
	overflow: hidden;
}

.content .reference .row {
	margin: 0 -20px;
}

.content .reference .col {
	padding: 0 20px;
}

.content .reference .gallery,
.content .reference .gallery a {
	margin-bottom: 0;
}

.content .reference .sub-image {
	margin-top: 14px;
}

.content hr.reference-divider {
	margin: 24px 0;
}

.content hr.reference-divider:last-child {
	display: none;
}

/* ------------------------------------------------------------------------- */

.content #downloads h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

.content #downloads h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 30px
}

.content #downloads ul {
	list-style-type: none;
	margin-left: 30px;
}

/* ------------------------------------------------------------------------- */

.apply-button a,
.content a.button,
.button,
.cta-button {
	font-family: "Trade Gothic", Arial, Helvetica, sans-serif;
	padding: 12px 12px;
	text-decoration: none !important;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 30px;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	color: #fff;
	background: #005497;
}

.apply-button a:hover,
.content a.button:hover,
.button:hover,
.cta-button:hover {
	opacity: 0.8;
}

.cta-button-container {
	text-align: center;
}

.content a.cta-button {
	margin: 7px 0 32px 0;
	color: #fff;
}

/* ------------------------------------------------------------------------- */

#carrier-list ul {
	list-style-type: none;
	margin: 0;
}

#carrier-list ul li {
	margin-bottom: 15px;
}

#carrier-list ul li a {
	font-weight: bold;
}

/* ------------------------------------------------------------------------- */

.box a {
	text-decoration: underline;
}

.box a:hover {
	text-decoration: none;
}

.box .box-headline {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 30px 0;
	text-decoration: underline;
	text-transform: uppercase;
	font-style: italic;
}

.box h2 {
	font-size: 35px;
	line-height: 38px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

/* ------------------------------------------------------------------------- */

.box.light,
.box.dark .button {
	color: #005497;
	background: #fff;
}

.box.dark,
.box.light .button {
	color: #fff;
	background: #005497;
}

.box.light .box-headline,
.box.light a,
.box.light h2 {
	color: #005497;
}

.box.dark .box-headline,
.box.dark a,
.box.dark h2 {
	color: #fff;
}

.box.light p {
	color: #000;
}

.box .button:hover {
	opacity: 0.9;
}

/* ------------------------------------------------------------------------- */

#news-box.content div.image.float {
	width: 49%;
}

#news-box.content div.image.float.right {
	margin-left: 60px;
}

/* ------------------------------------------------------------------------- */

#carrier-box .img img {
	width: 100%;
}


#carrier-box .img {
    background-position: 50% 50%;
    background-size: cover;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#carrier-box.content.box {
	padding: 0;
}

#carrier-box.content.box .text {
	padding: 60px;
}

#carrier-box p {
	margin-bottom: 50px;
}

#carrier-box #carrier-list ul {
	list-style-type: none;
	margin: 0;
}

#carrier-box #carrier-list ul li {
	margin-bottom: 15px;
}

/* ------------------------------------------------------------------------- */

#contact-box {
	padding: 60px;
	font-size: 18px;
}

#contact-box p {
	margin-bottom: 24px;	
	font-size: 18px;
	line-height: 22px;
}

/* ------------------------------------------------------------------------- */

#contact-form li {
    margin-left: 40px;
    margin-bottom: 20px;
}

/* ------------------------------------------------------------------------- */

.content .teasers .link-box {
	margin-bottom: 18px;
}

.content .teasers .link-box img {
	margin-bottom: 8px;
	width: 100%;
}

.content .teasers .link-box a:hover img {
	opacity: 0.8;
}

.content .teasers .link-box a .text,
.content .teasers .link-box a:hover {
	color: #000;
	text-decoration: none;
}

.content.two-col .teasers .col {
	padding: 0 8px;
}

.content.two-col .teasers .row {
	margin: 0 -8px;
}

/* ------------------------------------------------------------------------- */

.form {
	margin: -5px 0 20px 0;
	padding-top: 10px;
	padding-bottom: 20px;
}

.form label {
	display: none;
}

.form .control {
	overflow: hidden;
	margin: 5px 0;
}

.form .control.textfield input,
.form .control.textarea textarea {
    background: #ededef;
    border: 1px solid #ededef;
    color: #000;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 12px 8px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.form .control.validate-alert.textfield input, 
.form .control.validate-alert.textarea textarea {
	background: #bbb;
}

.form .control.textarea textarea {
	height: 150px;
	color: #000;
}

.form .control.textarea.big textarea {
	height: 455px;
}

.form .control.submit-button {
	margin: 0;
}

.form p {
	margin: 10px 0;
}

.form p.required-msg {
	margin: 10px 0;
	text-align: right;
	font-size: 16px;
}

.form .button {
	margin: 0;
}

.form .control.robotron {
   position: absolute !important;
   top: -99999px !important;
   left: -99999px !important;
}

/* ------------------------------------------------------------------------- */

#responsive-menu-button {
	display: none;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

#responsive-menu-button .hamburger:hover {
    opacity: 1;
}

#responsive-menu-button .hamburger .hamburger-inner,
#responsive-menu-button .hamburger .hamburger-inner::after,
#responsive-menu-button .hamburger .hamburger-inner::before,
#responsive-menu-button .hamburger.is-active .hamburger-inner,
#responsive-menu-button .hamburger.is-active .hamburger-inner::after,
#responsive-menu-button .hamburger.is-active .hamburger-inner::before {
	background-color: #005497;
}

/* ------------------------------------------------------------------------- */

#responsive-menu {
	position: absolute;
	left: 0;
	right: 0;
	background: #005497;
	display: none;
	z-index: 10000;
}

#responsive-menu ul {
	list-style-type: none;
}

#responsive-menu ul li {
	position: relative;
	border-bottom: 1px solid #fff;
}

#responsive-menu ul li:last-child {
	border-bottom: 0;
}

#responsive-menu ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 101;
}

#responsive-menu ul li.has-sub > a {
	padding-right: 70px; /* 20px right padding + 50px button width  */
}

#responsive-menu ul li .button { 
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	z-index: 102;
	margin: 0;
	padding: 0;
	background: #005497;
}

#responsive-menu ul li .button:hover { 
	opacity: 1;
}

#responsive-menu ul li > .button:after {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	display: inline-block;
    content: "\f067";
	color: #fff;
}

#responsive-menu ul li > .button:active:after,
.no-touch #responsive-menu ul li > .button:hover:after {
	color: #aaa;
}

#responsive-menu ul li.open > .button:after {
    content: "\f068";
}

#responsive-menu ul li a:hover,
#responsive-menu ul li.selected > a {
	color: #aaa;
}

#responsive-menu ul ul {
	display: none;
}

#responsive-menu ul ul li {
	border-bottom: 0;
}

#responsive-menu ul ul li a {
	font-weight: bold;
	padding-left: 40px;
}

#responsive-menu ul ul ul {
	border-top: 0;
}

#responsive-menu ul ul ul li a {
	font-weight: normal;
	padding-left: 60px;
}

/* ------------------------------------------------------------------------- */

.content .google-maps {
	position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
	margin-bottom: 20px;
}

.content .google-maps iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

.content .video {
	margin-bottom: 24.42px;
}

.content .video.custom-video video {
	width: 100%;
	outline: none;
}

.content .video.youtube-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px; 
	height: 0; 
	overflow: hidden;
}
 
.content .video.youtube-video iframe,
.content .video.youtube-video object,
.content .video.youtube-video embed {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

.content a {
	color: #005895;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content h1 {
	font-size: 37px;
	font-weight: bold;
	margin: 0 0 30px 0;
	color: #005597;
	line-height: 42px;
}

.content h2 {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 22px 0;
	color: #005597;
}

.content h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 22px 0;
	color: #005597;
}

.content h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #005597;
}

.content p,
.content ul,
.content ol,
.content blockquote {
	margin-bottom: 25px;
	line-height: 24px;
}

.content ul,
.content ol {
	list-style-position: outside;
	margin-left: 20px;
}

.content ul {
	list-style-type: disc;
}

.content ul ul,
.content ol ol {
	margin-top: 7px;
	margin-bottom: 0;
}

.content ul li,
.content ol li {
	margin-bottom: 7px;
}

.content ul li p,
.content ol li p {
	margin: 0;
}

.content ul li:last-child,
.content ol li:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------- */

.content .table-container {
	width: 100%;
	overflow-x: auto;
}

.content table 	{
	border: 1px solid #cbcbcb;
	margin: 0 0 24.42px 0;
	border-collapse: collapse;
	border-spacing: 0;
    empty-cells: show;
	width: 100%;
}

.content table thead {
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.content table th,
.content table thead td {
	font-weight: bold;
	background-color: #e0e0e0;
	background-color: rgba(224, 224, 224, 0.4); 
}

.content table td, 
.content table th {
	padding: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
}

.content table td p {
	margin: 0;
}

/* ------------------------------------------------------------------------- */

.content hr {
	border: 0;
	height: 0;
	border-top: #005597 1px solid;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* ------------------------------------------------------------------------- */

.content blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 0 20px 22.42px 20px;
	padding: 10px 15px;
}

.content blockquote p {
	margin: 0;
}

/* ------------------------------------------------------------------------- */

.content a[href^="http://"]:after,
.content a[href^="https://"]:after {
	font-family: "FontAwesome";
	font-size: 0.95em;
	font-weight: normal;
    content: "\f08e";
	padding-left: 5px;
	padding-right: 2px;
	text-decoration: none;
	display: inline-block;
}

.content a[href^="http://"]:hover:after,
.content a[href^="https://"]:hover:after {
	text-decoration: none;
}

.content a[href $=".pdf"]:before,
.content a[href $=".zip"]:before,
.content a[href $=".doc"]:before,
.content a[href $=".docx"]:before {
	font-family: 'FontAwesome';
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
}

.content a[href $=".pdf"]:before {
	content: "\f1c1";
}

.content a[href $=".zip"]:before {
	content: "\f1c6";
}

.content a[href $=".doc"]:before,
.content a[href $=".docx"]:before {
	content: "\f1c2";
}

.content a.hide-external-link-icon:after {
	display: none;
}

/* ------------------------------------------------------------------------- */

.content a.lightbox,
.content a.lightbox-gallery {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.content a.lightbox:before ,
.content a.lightbox-gallery:before  {
	font-family: 'FontAwesome';
	content: "\f002";
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
	position: absolute; 
	right: 12px;
	bottom: 12px;
	display: none;
}

.no-touch .content a:hover.lightbox:before,
.no-touch .content a:hover.lightbox-gallery:before {
	display: block;
}

/* ------------------------------------------------------------------------- */

.content .image,
.content .image a {
	max-width: 100%;
	background: 0;
	padding: 0;
}

.content .image.left {
	float: left;
}

.content .image.right {
	float: right;
}

.content .image.center {
	text-align: center;
}

.content .image.float {
	width: 40%;
}

.content .image.float.left  {
	margin: 3px 15px 20px 0;
}

.content .image.float.right {
	margin: 3px 0 20px 15px;
}

.content .image.separate {
	margin: 0 0 24.42px 0;
}

.content .image.separate img,
.content .image.separate a {
	width: 100%;
}

.content .gallery {
	margin-bottom: 26px; /* 24.42px - .gallery a margin-bottom */ 
}

.content .gallery a {
	float: left;
	margin: 0 0 16px 0;
	width: 100%;
}

.content .gallery .row {
	margin: 0 -7px;
}

.content .gallery .col {
	padding: 0 7px;
}

/* ------------------------------------------------------------------------- */

#links {
	padding: 50px 23px;
}

#links h2 {
	margin-top: 0;
	margin-bottom: 22px;
}

#links h2 a {
	font-size: 20px;
	font-weight: bold;
	color: #005497;
	text-transform: uppercase;
}

#links h2 a:hover {
	text-decoration: underline;
}

#links ul {
	list-style-type: none;
}

#links ul li {
	margin-bottom: 12px;
}

#links ul li a {
	color: #4b4b4d;
	font-size: 18px;
}

#links ul li a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */

#footer {
	color: #fff;
	background: #005497;
	height: 150px;
	text-align: center;
}

#footer .center {
    display: inline-block;
    overflow: hidden;
	margin-top: 30px;
}

#footer .center ul {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	list-style-type: none;
}

#footer .center ul li {
	float: left;
	margin-left: 5px;
	line-height: 23px;
}

#footer .center ul li:after {
	content: "|";
	color: #fff;
	font-size: 20px;
	margin-left: 5px;
}

#footer .center ul li:last-child:after {
	content: "";
	margin-right: 0;
}

#footer .center ul li:first-child {
	margin-left: 0;
}

#footer .center ul li a {
	font-size: 20px;
	color: #fff;
	line-height: 34px;
	font-weight: bold;
}

#footer .center ul li a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */

#footer #social-links {
	float: left;
}

#footer #social-links a {
	font-size: 50px;
	color: #fff;
	margin-right: 15px;
}

/* ------------------------------------------------------------------------- */

#footer .lang-switch {
	position: absolute;
	right: 0;
	top: 25px;
	color: #fff;
}

#footer .lang-switch ul li:after {
	color: #fff;
}

#footer .lang-switch ul li a {
	color: #fff;
}

#footer .lang-switch ul li a:hover,
#footer .lang-switch ul li.selected a {
	color: #fff;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */

.clearer {
	clear: both;
}

.spacer {
	height: 20px;
	display: block;
	clear: both;
}

.spacer.special {
	height: 250px;
}

.hide { 
	display: none;
}

/* ------------------------------------------------------------------------- */

@media screen and (max-width: 1430px) {
	.container.big {
		width: 100%;
	}

	#slider {
		border: 0;
	}

	#category-nav {
		margin-left: 0;
		margin-right: 0;
	}

	#header .lang-switch,
	#logo,
	#address-bar {
		padding-left: 20px;
		padding-right: 20px;
	}

	#footer .lang-switch {
		right: 20px;
	}
}

@media screen and (max-width: 1300px) {
	.container {
		width: 100%;
	}

	#address-bar {
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px) {
	#mainmenu,
	#submenu {
		display: none;
	}

	#product-megamenu {
		display: none !important;
	}

	#responsive-menu-button {
		display: block;
	}

	#slider {
		margin: 0;
	}

	#slider .caption {
		font-size: 35px;
		line-height: 40px;
	}

	#slider .caption strong {
		font-size: 40px;
	}

	.content {
		padding: 30px 20px;
	}

	#contact-box {
		padding: 30px 20px;
	}

	#logo {
		margin-bottom: 0;
		text-align: left;
	}

	#category-nav a.next {
		margin-right: 20px;
	}

	#category-nav a.prev {
		margin-left: 20px;
	}

	#logo {
		min-height: 100px;
	}

	#logo img {
		width: 300px;
		margin-bottom: 10px;
	}

	#slider .caption {
		top: 120px;
	}

	#links ul li {
		margin-bottom: 3px;
	}

	#links ul li a {
		font-size: 14px;
	}

	#links h2 a {
		font-size: 16px;
	}

	.content div.gallery .col.c4 {
		width: 50%;
	}

	.box h2 {
		font-size: 37px;
		line-height: 40px;
	}

	#carrier-box.content.box .text {
		padding: 30px 20px;
	}

	.content h1 {
	    font-size: 36px;
	}

	#category-nav .centered a.current {
		display: none;
	}

	#links h2 {
		margin-bottom: 12px;
	}

	.content #item-list .item {
		display: table;
	}

	.content #item-list .item .image {
		display: table-cell;
		float: none;
		padding-right: 20px;
	}

	.content #item-list .item .description {
		display: table-cell;
		width: auto;
		float: none;
		vertical-align: top;
	}
}

@media screen and (max-width: 850px) {
	#address-bar ul li::after {
    	margin: 0 8px;
	}

	#slider .caption {
		left: 20px;
		top: 60px;
		font-size: 25px;
		line-height: 35px;
	}

	#slider .caption strong {
		font-size: 30px;
	}

	div.spacer.special {
		height: 225px;
	}

	.form .control.textarea.big textarea {
		height: 560px;
	}

	.content .teasers .row {
		margin-left: 0 !important;
		margin-right: 0 !important;		
	}

	.content .teasers .row .col {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.content .teasers .link-box {
		text-align: center;
	}
}

@media screen and (max-width: 760px) {
	div.spacer.special {
		display: none;
	}

	.form .control.textarea.big textarea {
		height: 350px;
	}

	.content ol {
		margin-left: 40px;
	}

	#address-bar {
		text-align: right;
		padding-right: 15px;
	}

	#address-bar ul li {
		float: none;
		line-height: 20px;
	}

	#address-bar ul li.company-name,
	#address-bar ul li.address {
		display: none;
	}

	#address-bar ul li:after {
		content: '';
		margin: 0;
	}

	#logo {
		min-height: 85px;
	}

	#logo img {
		width: 200px;
	}

	#slider .caption {
		display: none;
	}

	.content div.image, 
	.content div.image a,
	.content div.image img,
	.content div.image.float,
	#news-box.content div.image.float {
		width: 100%;
	}

	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;		
	}

	.row .col {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.box h2,
	.content h1 {
		font-size: 28px;
		line-height: 32px;
	}

	.box .box-headline {
	    font-size: 18px;
	}

	.apply-button a, 
	.content a.button, 
	.button {
		margin-top: 5px;
	}

	.box .col {
		margin-bottom: 20px;
	}

	#links {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#footer .lang-switch {
		display: none;
	}

	#category-nav {
		display: none;
	}

	.content #breadcrumb ul li,
	.content #breadcrumb ul li a {
		font-size: 18px;
	}

	.content div.gallery .col.c4 {
		width: 100%;
	}

	.content .right.col .gallery .main-image, 
	.content .right.col .image.separate {
		margin-bottom: 15px;
	}

	.content table {
		margin-bottom: 30px;
	}

	#links .row .col {
		margin-bottom: 20px;
	}

	#links h2 {
		margin-bottom: 4px;
	}

	#footer .center ul li a {
		font-size: 16px;
	}

	#responsive-menu-button {
		right: 5px;
		bottom: 25px;
	}

	.content #item-list .item {
		display: block;
		text-align: center;
		padding-bottom: 40px;
	}

	.content #item-list .item .image {
		display: block;
		padding: 0;
		margin: 0 0 20px 0;
		width: 100%;
	}

	.content #item-list .item .description {
		display: block;
	}
}


/* ------------------------------------------------------------------------- */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		border-color: #000 !important;
		text-shadow: none !important;
		box-shadow: none !important;
	}

	html,
	body {
		font-size: 12pt;
		font-family: Arial, "Times New Roman", Times, serif;
		width: 100%;
		min-width: 100%;
	}

	#header {
		height: auto;
	}

	.container,
	.content,
	#sidebar {
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
	}

	#mainmenu,
	#submenu,
	#footer {
		display: none;
	}
}

/* ------------------------------------------------------------------------- */

