/*
    Created on : 27.05.2015, 14:26:22
    Author     : andreask
*/

.left {
	float: left;
}

.right {
	float: right;
}
small, .small{
	font-size: 0.7em;
	line-height: 0.5em;
}

.last-change{
	display: none;
}

.cleaner {
	clear: both;
	height: 100%;
	height: 1px;
	line-height: 1px;
}

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

.content img.img-left,
.content img.img-right,
.content img.img-outline {
	width: auto;
}

.img-left {
	float: left;
	margin: 0 15px 15px 0;
}

.img-right {
	float: right;
	margin: 0 0 15px 15px;
}

.img-outline {
	padding: 4px;
	border: 1px solid #3a3b3d;
}


.content-segment img {
	max-width: 100%;
	height: auto;
}

.blue {
	color: #3e71a8;
}

#searchLayer{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999999;
	background:rgba(0,0,0,0.85);
}

#searchLayer > a {
	display: inline-block;
	float: right;
	padding: 5px;
	margin: 20px;

	cursor: pointer;
}
#searchLayer > a img{
	opacity: 0.7;
	transition: all 0.5s ease-in-out;
}
#searchLayer > a:hover img{
	opacity: 1;
}
#searchItem{
	width: 500px;
	/*! height: 80px; */
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -250px;
}

#searchItem form {
	background: transparent;
	border-bottom: 1px solid #fff;
}
#searchItem form,
#searchItem form .form-group {
	width: 100%;
}
#searchItem form input{
	background: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	width: 85%;
	float: left;
}
#searchItem form input:focus{
	border: none;
	box-shadow: none;
	outline: none;
}
#searchItem form button{
	background: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	width: 10%;
	float: right;
	padding: 5px 0;
	margin-top: -10px;
	cursor: pointer;
}

#headnav {
	padding:0;
	margin: 0;
}

#header .logo {
	width: 10%;
	margin-right: 2%;
}
#header .main-nav {
	width: 73%;
	font-size: 0.85em;
}
#header .main-nav .navbar-nav{
	padding-top: 0;
	width: 100%;
}

#header.sticky .main-nav .navbar-nav{
	padding-top: 0;
}
#header.sticky .navbar-collapse {
	padding-left: 0!important;
	padding-right: 0!important;
	width: 1160px;
	float: none;
	margin: 0 auto;
}
.header .sticky .main-nav .navbar-nav {
	padding: 0;
	margin-left: 0;
}

/* Desktop */
.header .short {
	max-width: 15%;
}
.header .short li {
	display: block;
	float: left;
	width: 28px;
	margin: 0;
	padding: 19px 5px 5px 5px;
}
.header .short li a,
.header .short li span {
	text-decoration: none;
	display: block;
  width: 40px;
	white-space: nowrap;
}
.header .short li > a,
.header .short li > span {
	border-left: 1px solid #555;
}
.header .short li:nth-child(1) > a,
.header .short li:nth-child(2) > a,
.header .short li:nth-child(2) > span {
	border-left: none;
}
.header .short li.lang {
	margin-right: 10px;
}
.header .short li > a,
.header .short li > span {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 3px;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	color: #37484f;
}
.header .short li > span {
	color: #CED7DB;
}
.header .short li a:hover {
	text-decoration: none;
	/* color: #37484f; */
	color: #fff;
	background: #37484f;
}

/* Mobile Device */
#slButtons {
	background: #37484F;
	height: 35px;
	padding: 5px;

}
#slButtons ul.short li {
	display: inline-block;
	float: left;
	width: 50px;
}
#slButtons ul.short li:last-child {
	border-left: 1px solid #fff;
}
#slButtons ul.short li a,
#slButtons ul.short li span {
	display: block;
	color: #fff;
	text-align: center
}
#slButtons ul.short li span {
	color: rgba(255,255,255,0.6);
}

#header.sticky {
	/*! background: #ffffff; */
	border-bottom: 1px solid #ccc;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	position: fixed;
	padding: 0;
	width: 100%;
	top: 0;
	left:0;
	z-index: 9999;
	-webkit-animation: fixpos 0.5s;
	animation: fixpos 0.5s;
}

#header.sticky .main-nav {
	width: 100%;
	float: none;
}
#header.sticky .main-nav .navbar-nav {
	margin-left: 0;
}

.head-image {
	margin-top: 0;
}
.head-image.sticky {
	margin-top: 93px;
}


.breadcrumb-banner {
	margin-top: 0;
	margin-bottom: 10px;
}

/* TOP NAVI NORMALY */
.navbar-header a {
	display: none;
}


.head-image img {
	width: 100%;
	height: auto;
}
#content.content,
#content.content.sticky {
	margin-top: 0;
}


#content .contentafterslider {
	margin-top: -4px;
}
#content.sticky .contentafterslider {
	margin-top: -15px;
}


.title {
	font-weight: 400;
}

.subline {
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #c2dbef;
}

a.facebook, a.twitter, a.xing,
a.googlep, a.linkedin {
	display: inline-block;
	margin: 0 3px;
	font-size: 22px;
	color: #4e85b5 !important;
}

.content ul, .content ol {
	padding: 0;
	margin: 0.5em 0;
	list-style-type: square;
}

.content ol {
	padding: 0;
	margin: 0.5em 1.5em;
	list-style-type: decimal;
}

.content ul li,
.content ol li {
	padding: 2px 0.5em;
}

ul li:before {
	font-family: 'FontAwesome';
	font-size: 0.85em;
	display: inline-block;
	margin-right: 10px;
}

ul.points li:before {
	content: '\f111';
}

ul.score li:before {
	content: '\f068';
}

ul.hook li:before {
	content: '\f00c';
}

ul.breadcrumb-list {
	display: block;
	width: 100%;
	padding: 0 0.6em;
	margin: 10px 0;
	list-style-type: none;
}

.breadcrumb-row {
	padding: 1em 0;
	margin: 0;
}

.breadcrumb-row >div:first-child {
	padding: 0;
	margin: 0;
}

ul.breadcrumb-list li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.breadcrumb-list li a {
	display: inline-block;
	color: #3d72a7;
}
ul.breadcrumb-list li span {
	display: inline-block;
	white-space: nowrap;
}

ul.breadcrumb-list li i {
	margin: 0 5px;
	color: #37484F;
}

/* .dropdown-menu > li > a{
	font-weight: 300;
} */

.content-submenu > div:first-child {
	padding-left: 0;
}

.content-submenu > div:last-child {
	padding-right: 0;
}

.subnavigation {
	margin-bottom: 80px;
}

.subnavigation .htag3 {
	text-transform: uppercase;
	font-size: 22px;
	color: #004f92;
	padding: 0 10px;
}

.subnavigation ul,
.subnavigation ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.subnavigation ul li.cat_level_1 {
	padding: 0;
	margin-bottom: 30px;
}
.subnavigation ul li.cat_level_2 {
	padding: 0;
	border-top: 1px solid #e7e7e7;
}


.subnavigation ul li.cat_level_1 a,
.subnavigation ul li.cat_level_1 span {
	padding: 5px 10px;
	display: block;
	font-weight: 400;
	font-size: 1.2em;
	color: #37484F;
	text-decoration: none;
}

.subnavigation ul li.cat_level_1.selected > a,
.subnavigation ul li.cat_level_1 > a.active {
	color: #37484F;
}

.subnavigation ul li.cat_level_2 {
	padding: 0;
	border-top: 1px solid #e7e7e7;
}

.subnavigation ul li.cat_level_2 a {
	padding: 5px 10px;
	display: block;
	font-weight: 300;
	font-size: 1em;
	color: #37484F;
}

.subnavigation ul li.cat_level_2 > a:hover,
.subnavigation ul li.cat_level_2.selected > a,
.subnavigation ul li.cat_level_2 > a.active {
	color: #000;
	background: #CED7DB;
}

#accordion {
	width: 100%;
}

.panel {
	border-radius: 0 !important;
	border-width: 0 !important;
	box-shadow: none !important;
}

.search-results .panel-collapse .panel {
	border-width: 0 0 1px 0 !important;
	border-color: #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.search-results .panel-collapse .panel:last-child {
	border-width: 0 0 0 0 !important;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.panel-heading {
	background-color: #ffffff!important;
	padding: 0;
}

.panel-heading .h4, 
.panel-heading h4 {
	padding: 0;
	margin: 0;
	border-width: 0 !important;
}

.panel-heading .h4 a, 
.panel-heading h4 a {
	display: block;
	padding: 10px 10px 10px 60px;
	border: 1px solid #e7e7e7;
	background: url('../../img/custom/trigger.png') no-repeat 0 -45px;
	text-decoration: none;
	outline-width: 0;
	color: #37484F
}

.panel-heading .h4 a.collapsed, 
.panel-heading h4 a.collapsed {
	border-color: #e7e7e7;
	background-position: 0 -2px;
	color: #555555
}
.panel-heading .h4 a:hover, 
.panel-heading h4 a:hover {
	color: #37484F
}
.panel-body {
	border: 0 !important;
}
.alert {
	margin-top: 10px;
}
.alert.alert-info {
	background-color: rgba(0, 0, 0, 0.2);
	color: #37484F;
	border: none;
	border-radius: 0;
}

.content .nav-tabs {
	padding: 0 5% 0.1% 5% ;
	border-bottom: 1px solid #CED7DB;
}
.content .nav-tabs li {
	padding: 0;
	min-width: 11%;
	margin-right: 5%;

}
.content .nav-tabs li:last-child {
	margin-right: 0;
}

.content .nav-tabs li a {
	display: block;
	text-align: center;
	margin: 0 15px!important;
	border-width: 0 0 3px 0!important;
	border-style: solid;
	border-color: transparent!important;
	text-transform: none;
	text-decoration: none;
	font-size: 1em;
	background: #fff;
}

.content .nav-tabs li a:hover,
.content .nav-tabs li.active a,
.content .nav-tabs li.active a:hover {
	border-color: #CED7DB!important;
	background-color: #fff!important;
	color: #37484F!important;
}
.tab-content {
	margin-top: -1px;
	padding: 0 1em;
	border: 0;
}

.content .form-row {
	margin-left: 0px;
}
.content .form-row div{
	margin-left: 0;
}
/* .content form input,
.content form textarea {
	width: 100%;
	padding: 5px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #37484F;
	background: rgba(204,204,204,.3);
	margin-bottom: 3px;
	border-radius: 0;
} */
.content form textarea {
	height: 160px;
}

.content form input[type=radio] {
	width: auto;
	margin-right: 1em;
}


.captcha_notvalid {
	padding: 0.5em;
	color: rgba(255,0,0,0.4);
}
.captcha_notvalid br{
	display: none;
}

.content table.fb_standard td button[type=reset],
.content table.fb_standard td input[type=reset],
.content table.fb_standard td input[type=submit],
button, input[type=submit] {
	width: auto;
	padding: 5px 10px;
	border: 0;
	background-color: #e8e8ea;
}

input.btn-primary {
	width: auto!important;
	color:#fff;
	background-color:#37484f;
	border-color:#37484f;
	padding: 5px 20px!important;
	transition: all 0.5s ease-in-out;
}
input.btn-primary:hover {
	background-color:#CED7DB;
}
.content table.fb_standard td button[type=reset],
button, input[type=submit] {
	padding: 5px 10px 4px 10px;
}

.content table.fb_standard td button[type=reset]:hover,
.content table.fb_standard td input[type=reset]:hover,
.content table.fb_standard td input[type=reset]:hover {
	color: #3d72a7;
}

.content table.fb_standard td input[type=submit]:hover,
button:hover, input[type=submit]:hover {
	color: #3d72a7;
	background-color: #e8e8ea;
}

.content table.fb_standard td button[type=reset]:after {
	content: '\f057';
	font-family: 'FontAwesome';
	margin-left: 10px;
}

.content table.fb_standard td label {
	color: #3d72a7;
	font-weight: 300;
}

.content table.fb_standard td input[type=submit] {
	color: #ffffff;
	background-color: #3d72a7;
}

.pagination-row {
	text-align: center;
}

ul.pagination {
}

ul.pagination li {
	margin: 0 5px;
	padding: 0;
	display: inline-block;
}

ul.pagination li a {
	display: block;
	border: 1px solid #CED7DB;
	color: #37484F;
	background-color: #CED7DB;
	font-size: 15px;
	padding: 4px 10px;
	border-radius: 0 !important;
	outline-width: 0;
	transition: all .3s ease-in-out;
}

ul.pagination li.active > a,
ul.pagination li.active > a:hover,
ul.pagination li a:hover {
	color: #ffffff;
	background-color: #37484F;
	border: 1px solid #37484F;
}

.content table {
	width: 100%!important;
	margin-bottom: 20px;
}

.content table tr th,
.content table tr td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #CED7DB;
	padding: 4px 8px;
	background-color: #ffffff;
	color: #37484F;
}

.content table tr th p,
.content table tr td p {
	padding: 0;
	margin: 0;
}

.content table tr th p,
.content table tr td p {
	padding: 0;
	margin: 0;
}

.content table tr.hover td {
	background-color: #e8e8ea;
	/*font-weight: 700;*/
	color: #000;
}

.content table tr th:last-child,
.content table tr td:last-child {
	border-width: 0 0 1px 0;
}

.content table tr:last-child td {
	border-width: 0 1px 0 0;
}

.content table tr:last-child td:last-child {
	border-width: 0;
}


.content .bg-blue table td,
.content .bg-dgrey table td{
	background: transparent;
	color: #fff;
}


.content table.fb_standard tr th,
.content table.fb_standard tr td {
	border-width: 0;
}
.content .en-item img {
	max-width: 120px;
	height: auto;
}

.content .en-item .en-day {
	display: block;
	text-align: center;
	font-size: 42px;
	color: #a3bedb;
	margin-bottom: 20px;
	margin-top: 10px;
}

.content .en-item .e-preline {
	display: block;
	text-align: justify;
	font-size: 12px;
	color: #444444;
	text-transform: uppercase;
	margin: 0;
}

.content .en-item hr {
	margin: 10px 0;
}

.content .en-item .e-preline span {
	display: inline-block;
	margin: 0 20px;
}

.content .en-item a.en-headline {
	font-size: 22px;
	color: #004f92;
	text-decoration: none;
}

.pattern .content .en-item a.en-headline {
	color: #a3bedb;
}

.content .en-item .en-date {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #777777;
}

.content .ntpl .date p,
.content .ntpl .detaillink p > a {
	color: #7897a7;
}

/* News */

.ntpl .date,
.ntpl .detaillink{
	font-size: 0.9em;
}

hr.empty {
	clear: both;
	border: none;
	display: block;
	margin: 5px 0;
	padding: 5px 0;
}

.attr-label {
	display: inline-block;
	border: 1px solid #37484F;
	border-radius: 20px;
	padding: 0 10px;
	margin: 5px 10px 5px 0;
	font-size: 0.80em;
	color: #37484F;
	font-weight: 400;
}

a.linklist {
	color: #37484F;
	display: inline-block;
	margin: 1px 10px 1px 0;
	text-decoration: none;
}
a.linklist:visited {
	color: #37484F;
}

/* ProduktDetails in Tab */

.nav-tabs.filtertab {
	display: none;
}
.tab-content.filtertab {
	border: none;
	padding: 0;
}
.tab-content.filtertab .tab-pane {
	display: none;
}
.tab-content.filtertab .tab-pane.active {
	display: block;
}

/* Produktübersicht aus Template Elements */
.overview-boxes .ov-box {
	/* border: 4px solid #37484F;
	border-radius: 30px; */
	overflow: hidden;
	margin: 20px 0 40px 0;
	min-height: 200px;
}

.overview-boxes .ov-box .ov-image{
	object-fit: cover;
	min-width: 100%;
}
.overview-boxes .ov-box .ov-link img {
	filter: opacity(0.5);
	transition: all 0.5s ease-in-out;
}
.overview-boxes .ov-box .ov-link:hover img {
	filter: opacity(1);
}

.overview-boxes .h4{
	width: 100%;
	text-align: center;
}

/* ProdGalery */
.prodGallery a .img-counter{
	display: block;
	width:50%;
	height: 100%;
	color: #fff;
	font-size: 1.4em;
	line-height: 2.6em;
	text-align: center;
	background: rgba(0,0,0,0.5);
	position: absolute;
	right: 0;
	z-index: 3;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.prodGallery a:hover .img-counter{
	opacity: 0.1;
}

/* ProdFilter Content */

ul.filter {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(10, 80, 149, 0.6);
}
ul.filter li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
ul.filter li .f-active,
ul.filter li a {
	display: block;
	min-width: 15%;
	padding: 0 10px;
	line-height: 2em;
	text-decoration: none;
	border-right: 1px solid rgba(10, 80, 149, 0.6);
}
ul.filter li .f-active {
	color: rgba(10, 80, 149, 1);
	background-color: #EEE;
}
ul.filter li a {
	border-right: 1px solid rgba(10, 80, 149, 0.6);
}

/*Slider Override*/
.step {
	width: 100%;
	position: relative;
}

.step:not(.active) {
	opacity: 1;
	filter: alpha(opacity=99);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}

.step:not(.active) a.jms-link {
	opacity: 1;
	margin-top: 40px;
}


.image-hover:hover .hover-text {
	opacity: 1;
	top: 43%;
}

.image-hover .hover-text span {
	display: block;
	text-transform: uppercase;
	padding-top: 3px;
	font-size: 0.45em;
	line-height: 100%;
}
.image-hover img {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.image-hover:hover img {
	transform: scale(1.1) rotate(2deg);
	-moz-transform: scale(1.1) rotate(2deg);
	-webkit-transform: scale(1.1) rotate(2deg);
}
.prd-hl{
	float: left;
	display: inline-block;
	max-width: 80%;
}

/* CONTENT-TEMPLATE */

.ctpl.c-tpl-1021{
	margin: 0;
	padding-right: 0;
	padding-left: 0;
}
.ctpl.c-tpl-1021 > div{
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #fff;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	max-height: 20.5vh;
	overflow: hidden;
	color: #fff;
}
.ctpl.c-tpl-1021 > div:last-child{
	border-width: 1px 0 1px 0;
}

.ctpl.c-tpl-1021 > div a {
  display: block;
	width: 100%;
	height: 100%;
}

.ctpl.c-tpl-1021 > div a > img.quickentry{
	position: absolute;
	top: 0;
	left:0;
	object-fit: cover;
	width: 100%;
	height: auto;
	z-index: 2;
	transition: all 0.5s ease-in-out;
}
.ctpl.c-tpl-1021 > div a:hover > img.quickentry{
	opacity: 0.3;
}
.ctpl.c-tpl-1021 > div .quicktext{
	position: relative;
	z-index: 5;
	font-weight: 400;
	width: auto;
	display: block;
}
.ctpl.c-tpl-1021 > div .quicktext:first-child {
	text-align: center;
	margin-top: 16%;
	margin-bottom: 3%;
	margin-left: 1em;
	margin-right: 1em;
}
.ctpl.c-tpl-1021 > div .quicktext {
	text-align: left;
	margin-top: 3%;
	margin-bottom: 20%;
	margin-left: 1em;
	margin-right: 1em;
}
.quicktext.dark{
	color: #000;
	text-shadow: 0 0 6px #fff;
}
.quicktext.light{
	color: #fff;
	text-shadow: 0 0 6px #000;
}
/* 
.footer-bottom a.social {
	color: #fff;
	padding: 6px 0 4px 0;
	margin-right: 10px;
	display: inline-block;
}
.footer-bottom a.social i {
	color: #fff;
	font-size: 2em
} */
#cookie-accept {
	box-shadow: 0 -3px 2px rgba(0,0,0,0.2);
	background: rgba(255,255,255,1);
	color: #37484F;
}

#cookie-accept .btn {
	width: 100%;
	padding: 10px!important;
	margin-top: 12px!important;
}

/* RESPONIVE DECLARATIONS */

@media (max-width: 1200px){
	#header {
		margin-top: 0;
	}
	body.phone #header,
	body.tablet #header {
		margin-top: 20px;
	}
	#header .main-nav {
		width: 85%;
		float: right;
	}
	.header .main-nav li {
		width: 19%;
	}
	.header ul#slMob {
		position: fixed;
		z-index: 900;
		margin-top: -38px;
		padding: 0;
		padding-left: calc(100% - 150px);
		top: 0;
		left: 0;
		min-width: 100%;
		background: #37484F;
	}
	.header ul#slMob li {
		display: inline-block;
		width: 50px;
		padding: 0;
		margin: 0;
	}
	.header ul#slMob li a,
	.header ul#slMob li span{
		display: block;
		color: #fff;
		margin: 0;
		padding: 8px 5px;
		border: 0;
		text-align: center;
    width: 50px;
		font-size: 1.1em;
		line-height: 1em;
		transition: all 0.5s ease-in-out;
	}
	.header ul#slMob li a:hover{
		background: #fff;
		color: #37484F;
		border-color: #37484F;
	}
	
	#header .main-nav {
		width: 73%;
		float: left;
	}
	.header .main-nav li {
		width: 19%;
	}
	#searchlang {
		width: auto;
		padding-left: 0;
	}
	#searchlang li a,
	#searchlang li span{
		margin: 0;

	}
	
	
}

@media (max-width: 1124px){
	
	.header .main-nav li {
		width: auto;
	}
	
	.navbar-collapse ul.nav li#cat-2 {
		display: none;
	}
	.navbar-collapse  {
		padding: 0;
		margin: 0;
	}
/*	.navbar-collapse ul.nav li {
		padding: 0.8em;
	}
	.navbar-collapse ul.nav li a {

		font-size: 1.1em;
		padding: 0.8em;
	}*/

	#back-to-top {
		bottom:25px;
		right: 15px;
	}

	.ctpl.c-tpl-1021 > div .quicktext:first-child {
		margin-top: 40px;
	}

	.ctpl.c-tpl-1021 > div  {
		margin: 40px 0 0 0;
		height: auto;
	}

}

@media (max-width: 991px){
	body.phone #header .logo {
		display: none!important;
	}
	
	.container {
		width: 100%;
	}
	.ctpl.c-tpl-1021 > div{
		margin-top: 0;
	}
	.ctpl.c-tpl-1021 > div .quicktext:first-child {
		margin-top: 120px;
	}
	.ctpl.c-tpl-1021 > div:nth-child(2){
		border-width: 1px 0 1px 0;
	}
}
@media (max-width: 960px){
	.ctpl.c-tpl-1021 > div{
		height: 230px;
	}
	.ctpl.c-tpl-1021 > div .quicktext:first-child {
		margin-top: 100px;
	}
	.ctpl.c-tpl-1021 > div:nth-child(2){
		border-width: 1px 0 1px 0;
	}
}


@media (max-width: 800px){		
	body.phone #header .logo {
		display: none;
	}
}

@media (max-width: 768px){
	
	.ntpl {
		margin-bottom: 1em;
	}
	
	.header-top ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	.header-top ul li {
		float: left;
	}
	.header-bottom.header-sticky {
		position: relative;
	}
	/*.navbar-collapse  {
		font-size: 0.8em;
		padding: 0;
		margin: 0;
	}
	.navbar-collapse ul.nav li {
		padding: 0.3em;
	}
	.navbar-collapse ul.nav li a {
		font-size: 1.1em;
		padding: 0.8em;
	}*/

	.bordered {
		margin-bottom: 0.8em;
	}
	/* .footer-top p, .footer-top p > a {
		color: #aaa!important
	}

	.footer-top ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		border-top: 1px solid #aaa;
	}

	.footer-top ul li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		float: left;
		width: 24%;
	}
	.footer-top ul li a {
		display: block;
		margin: 0;
		padding: 0.5em 1em;
		text-align: center;
	} */

	#back-to-top {
		bottom:68px;
		right: 15px;
	}

}

@media (max-width: 767px){
	
	.container-fluid .content { width: 100%;}

	.header-top { padding: 0; }
	
	.logo { display: none; }
	
	#searchlang {
		display: inline-block;
		min-width: 100%;
		margin-bottom: 5px;
	}
	#searchlang li {
		float: left;
		display: inline-block;
		max-width: 24%;
	}
	#searchlang li a,
	#searchlang li span {
		border-left: 1px solid white;
		display: block;
		font-size: 1.3em!important;
		width: 100%;
		text-align: center!important;
	}
	#searchlang li:first-child a,
	#searchlang li:first-child span {
		border-left: 0;
	}
  #searchItem{
		width: 500px;
		margin: -40px 0 0 -250px;
	}
	#searchItem .form-group{
		height: 15px;
	}
	
	/* #header {
		margin-top: 0;
		padding: 10px 0!important;
		background-color: #fff;
	} */
	
	#header .main-nav {
		width: 100%;
	}

	.navbar-header a {
		display: inline-block;
		padding: 0 1em 0 1em;
	}
	.navbar-header a img {
		height: 90px;
		width: auto;
		margin: 1.5rem 0;
	}
	/*button.navbar-toggle{
		margin-top: 0em;
		padding: 5px 10px;
		border: 0;
		border-radius: 0;
		text-align: left;
		color: #37484F;
		font-weight: 400;
		font-size: 1.4em;
		line-height: 1em;
	}
	button.navbar-toggle:hover{
		background: #37484F!important;
	}
	button.navbar-toggle:hover i{
    color: #fff!important;
	}
	button.navbar-toggle i {
		color: #37484F;
		font-size: 1.6em;
	}*/

	.navbar-collapse {
		background: #37484F;
		margin: 1em 0 0 0;
		/* margin: 1em 1em 0 1em; */
		padding: 0;
		/* NEW */
		position: absolute;
		width: 100vw;
		left: 0;
		top: 0;
		z-index: 10000!important;
	}

	.navbar-collapse ul {
		margin: 0;
		padding: 0;
		background: transparent;
	}
	.navbar-collapse ul li {
		width: 100%!important;
		margin: 0;
		padding: 0;

	}

	/*.navbar-collapse ul li > a {
		display: block;
		color: #fff!important;
		font-size: 14px!important;
		text-align: left!important;
		padding: 0;
		margin: 0;
	}
	.navbar-collapse ul li > a > b {
		color: #fff!important;
		float: right;
		margin-top: 5px;
	}
	.navbar-collapse ul li > a:hover > b {
		color: #37484F!important;
	}
	.navbar-collapse ul li > a:hover {
		color: #37484F!important;
	}*/
	
	.ctpl.c-tpl-1021 > div a > img.quickentry{
		width: 100%;
	}
	.ctpl.c-tpl-1021 > div{
		border-width: 1px 0 1px 0;
	}
}

@media (max-width: 640px){
	
	.fb_standard tr td:first-child {
		display: none;
	}

	/*.footer-top ul {
		margin: 0;
		border-top: 1px solid #aaa;
	}

	.footer-top ul li {
		margin: 0;
		padding: 0;
		display: block;
		float: none;
		width: 100%;
	}
	.footer-top ul li a {
		display: block!important;
		padding: 0.3em 0!important;
		line-height: 1.3em;
		text-align: left;
	}*/
	.bordered {
		margin-bottom: 1em;
		height: auto;
	}

	#back-to-top {
		bottom:52px;
		right: 15px;
	}
	.copy {
		text-align: center!important;
	}
}

@media (max-width: 520px){	
	#searchItem{
		width: 320px;
		margin: -40px 0 0 -145px;
	}
	#searchItem .form-group{
		height: 15px;
	}
}

@media (max-width: 360px){
	.ctpl.c-tpl-1021 > div{
		height: 190px;
		overflow: hidden;
		color: #fff;
	}
	.ctpl.c-tpl-1021 > div{
		border-width: 1px 0 1px 0;
	}

	.ctpl.c-tpl-1021 > div a > img.quickentry{
		position: absolute;
		top: 0;
		left:0;
		z-index: 2;
		transition: all 0.5s ease-in-out;
		width: 100%;
	}
	.ctpl.c-tpl-1021 > div a:hover > img.quickentry{
		opacity: 0.3;
	}
	.ctpl.c-tpl-1021 > div .quicktext{
		padding: 0 5px;
	}
	.ctpl.c-tpl-1021 > div .quicktext:first-child {
		margin-top: 35px;
	}
}