form fieldset label {
	margin-left: 0 !important;
}
form .mandatory {
	margin-left: 0px !important;	
}
.mod_iso_cart .submit.continue {
	float: left;
	display: inline-block;
}
.mod_iso_cart td {
	vertical-align: middle
}
.description table {
	float: none;
}
div.sku {
	display: inline-block;
	float: left;
	padding-right: 10px;
}

.hersteller::before {
	content: "|";
	padding-right: 10px;
}

.hersteller {
	display: inline-block;
}

.description {
	padding-top: 25px;
}

.product h2 {
	margin-bottom: 10px;
}
/*.product .description li {
	padding-left: 15px;
}*/

.product .description ul {
	list-style: square;
	padding-left: 20px;
}

.price .price {
	background-color: #96ce00;
	color: white;
	font-weight: 700;
	display: inline-block !important;
	padding: 3px 10px 5px 10px;
	margin-top: 5px;
}

.staffelprice table {
	width: 50%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.staffelprice table td.col_0, .staffelprice table th.head_0 {
	border-bottom: 1px solid #d6d6d6;
	/*border-top: 0px solid #333;*/
}

.mod_iso_productreader .staffelprice .price, .staffelprice .mod_iso_productreader .price {
	border-top: 0px;
}

.mod_iso_productreader .staffelprice .price {
	display: table-cell;
}

.staffelprice th.price, .staffelprice th.head_first, .staffelprice td {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.staffelprice td {
	vertical-align: middle;
}

.product_list div.product.new::after {
	position: absolute;
	top: -30px;
	right: -65px;
	display: block;
	width: 150px;
	/*height: 50px;*/
	background-color: #b12738;
	content: "NEU";
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 18px;
	transform: rotate(45deg);
	line-height: 18px;
}

.product_list .product figure.image_container {
	width: 231px;
	height: 231px;
}

.product_list .product figure.image_container img {
	width: auto;
	height: 100%;
}

.ce_image.autogrid {
	padding: 0;
	margin-right: 1%;
}
.ce_image.linkbox figcaption {
    padding: 15px 20px;
	text-transform:uppercase;
	line-height: 1.2em;
    font-weight:bold;
}

.ce_image.linkbox a {
    font-size: 24px;
	color: #fff;
}

.ce_image.linkbox.one_third {
    width: 32%;
}

/*@media only screen and (max-width: 767px) {
	
}.ce_image.linkbox {
	max-height: 250px;
}}*/

.ce_image.linkbox {
    background-color: #b12738;
	transition: background-color 0.3s ease-in-out 0s;
	margin-bottom: 25px;
}

.ce_image.linkbox img {
    width: 100%;
	height: auto;
}

.ce_image.linkbox:hover {
    background-color:#999;
}

.ce_image.linkbox:hover a {
	text-decoration: none;
}

#header {
	background-image: url(/files/Fotos/header.jpg);
	background-size: 70%;
	background-position-y: 25%;
	background-repeat: no-repeat;
	background-position-x: 100%;
}
/* =============================================================================
 * ce_gallery
 * ========================================================================== */

.ce_gallery .cols_2 li {
	width: 49.8%;
	float: left;
}

.ce_gallery .cols_3 li {
	width: 30%;
	/*width: 33.20%;*/
	float: left;
}

.ce_gallery .cols_4 li {
	width: 24.98%;
	float: left;
}

.ce_gallery .cols_5 li {
	width: 19.98%;
	float: left;
}

.ce_gallery .cols_6 li {
	width: 16.65%;
	float: left;
}

.ce_gallery .cols_7 li {
	width: 14.26%;
	float: left;
}

.ce_gallery .cols_8 li {
	width: 12.46%;
	float: left;
}

.ce_gallery .cols_9 li {
	width: 11.11%;
	float: left;
}

.ce_gallery .cols_10 li {
	width: 10%;
	float: left;
}

.ce_gallery .cols_11 li {
	width: 9.09%;
	float: left;
}

.ce_gallery .cols_12 li {
	width: 8.33%;
	float: left;
}

.ce_gallery .gallery-margin {
	margin-left: -10px;
	margin-right: -10px;
}

.ce_gallery .gallery-margin .image_container {
	margin: 0 5px 10px;

}

.ce_gallery .image_container {
	margin: 0;
}

.ce_gallery a {
	width: 100%;
	height: 100%;
	display: block;
}

.ce_gallery .content {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	background: rgba(152,152,152,0.8);
	opacity: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;	
}

.ce_gallery li:hover .content {
	opacity: 1;
}

.ce_gallery li img {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;	
}

.ce_gallery .image_container {
	overflow: hidden;
}

.ce_gallery .content-outside {
	display: table;
	width: 100%;
	height: 100%;
}

.ce_gallery .content-inside {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: rgb(255,255,255);
	line-height: 1.5;
}

.ce_gallery .capt h1,
.ce_gallery .capt h2,
.ce_gallery .capt h3,
.ce_gallery .capt h4,
.ce_gallery .capt h5,
.ce_gallery .capt h6 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: rgb(255,255,255);
	margin: 0;
}

.ce_gallery .capt h1:after,
.ce_gallery .capt h2:after,
.ce_gallery .capt h3:after,
.ce_gallery .capt h4:after,
.ce_gallery .capt h5:after,
.ce_gallery .capt h6:after {
	content: '';
	width: 50px;
	height: 2px;
	display: block;
	margin: 8px auto 15px auto;
	background: rgb(255,255,255);
}

.ce_gallery .capt {
	font-size: 12px;
}

.ce_gallery .borders li {
	border-right: 1px solid rgb(229,229,229);
	border-bottom: 1px solid rgb(229,229,229);
}

.ce_gallery .borders li.row_last {
	border-bottom: 1px solid transparent;
}

.ce_gallery .borders li.col_last {
	border-right-color: transparent;
}

.ce_gallery .borders li:hover img {
	transform: none;
	-webkit-transform: none;
}

.ce_gallery .image_container i.fa.fa-plus-circle {
	position: relative;
	height: 50px;
	width: 50px;
}

.ce_gallery .image_container i.fa.fa-plus-circle:before {
	content: '';
	width: 50px;
	height: 1px;
	background: rgb(255,255,255);
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.ce_gallery .image_container i.fa.fa-plus-circle:after {
	content: '';
	width: 50px;
	height: 1px;
	background: rgb(255,255,255);
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 0;
}

.ce_gallery li:hover .image_container i.fa.fa-plus-circle:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#main .ce_gallery figure {
	/*padding-left: 10px;*/
	/*padding-bottom: 10px;*/
	/*padding-left: 0px;*/
	/*padding-bottom: 0px;*/
	/*width: 100%;*/
}

#main .ce_gallery li {
	/*padding-right: 15px;*/
	/*padding-bottom: 15px;*/
}

#main .ce_gallery figure img {
	width: 100%;
	height: auto;
}

#main .ce_text ul {
	padding-left: 20px;
}
#main .ce_text ul li {
	list-style: square;
	line-height: 1.6em;
}
bold, strong {
	font-family: TitilliumText22Lbold;
	font-weight: normal !important;
}
h1, h2, h3 {
	margin-bottom: 35px;
}
h1 {
	margin-top: 0;
}
#main, #left {
	padding-top: 70px;
}
.ce_text figure.float_left img {
	margin-right: 30px;
	margin-bottom: 20px;
}
#wrapper {
	padding: 0 !important;
}
#header .inside, #footer .inside, #container .container_inside {
	padding: 30px;
}
#container {
	margin-bottom: 100px !important;
}
/* Logo */
.logo {
	width: 25%;
	float: left;
}
/* Elements.css */

body {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	font: 13px 'TitilliumText22LRegular',Arial,sans-serif;
	color: #626262;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}

@media (max-width:1160px) {
	body {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}.block {
	overflow: hidden
}

img {
	border: 0px
}

#wrapper, header, #container, #main, aside, footer, .custom, .custom .inside, .inside {
	position: relative;
	display: block
}

#container:after {
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
	content: "."
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	background-color: #fff;
	border-top: 5px solid #b12738;
	max-width: 1100px !important;
	margin-left: auto !important;
	margin-right: auto !important
}

header .inside, footer .inside, #container, .custom .inside {
	margin-right: 0;
	margin-left: 0;
	width: auto
}

#container {
	margin-top: 40px;
	margin-bottom: 40px
}

#Informationsection .inside {
	padding-top: 2%
}

#Slidersection .inside {
	padding-top: 2%
}

#footer .inside {
	padding: 1% 3%
}

#Menusection .inside {
	background-color: #e8e8e8
}

footer {
	background-color: #333333;
	color: #999999
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #515151
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit
}

h1 {
	font-size: 25px;
	line-height: 27px
}

h2 {
	font-size: 20px;
	line-height: 30px
}

h3 {
	font-size: 17px;
	line-height: 34px
}

h4 {
	font-size: 16px;
	line-height: 30px
}

h5 {
	font-size: 14px;
	line-height: 24px
}

h6 {
	font-size: 12px;
	line-height: 21px
}

p, blockquote {
	line-height: 22px
}

em {
	font-style: italic
}

strong {
	font-weight: bold
}

small {
	font-size: 80%
}

h1.bordered, h2.bordered, h3.bordered, h4.bordered, h5.bordered, h6.bordered, .bordered h1, .bordered h2, .bordered h3, .bordered h4, .bordered h5, .bordered h6 {
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6
}

.process h1, .process h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6
}

h1.bordered:after, h2.bordered:after, h3.bordered:after, h4.bordered:after, h5.bordered:after, h6.bordered:after {
	width: 50px;
	height: 4px;
	position: relative;
	display: block;
	margin-top: 7px;
	margin-bottom: -11px;
	background-color: #b12738;
	font: 0px FontAwesome;
	content: "."
}

.process h1:after, .process h2:after {
	width: 50px;
	height: 4px;
	position: relative;
	display: block;
	margin-top: 7px;
	margin-bottom: -11px;
	background-color: #b12738;
	font: 0px FontAwesome;
	content: "."
}

.bordered h1:after, .bordered h2:after, .bordered h3:after, .bordered h4:after, .bordered h5:after, .bordered h6:after {
	width: 50px;
	height: 4px;
	position: relative;
	display: block;
	margin-top: 7px;
	margin-bottom: -11px;
	background-color: #b12738;
	font: 0px FontAwesome;
	content: "."
}

#footer h1.bordered, #footer h2.bordered, #footer h3.bordered, #footer h4.bordered, #footer h5.bordered, #footer h6.bordered {
	margin-top: 11px;
	margin-bottom: 11px;
	font-size: 17px;
	line-height: 30px
}

#footer .bordered h1, #footer .bordered h2, #footer .bordered h3, #footer .bordered h4, #footer .bordered h5, #footer .bordered h6 {
	margin-top: 11px;
	margin-bottom: 11px;
	font-size: 17px;
	line-height: 30px
}

a {
	text-decoration: none;
	color: #b12738;
	border: none
}

a:hover {
	text-decoration: underline
}

a:focus {
	outline: none
}

#footer a {
	color: #999999;
	/*font-weight: 700;*/
}

img {
	border: none
}

.responsive img {
	width: 100% !important;
	height: auto !important
}

.ce_gallery ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none
}

.ce_gallery li {
	float: left
}

.ce_gallery li.col_first {
	clear: left
}

.big_button a, a.big_button {
	position: relative;
	display: block;
	padding: 15px 30px;
	text-align: center;
	background-color: #b12738;
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF
}

.big_button a:hover, a.big_button:hover {
	background-color: rgba(188,170,107,.9)
}

p.more a, a.more, p.back a, a.back, a.toplink, .toplink a {
	padding: 6px 13px;
	background-color: #b12738;
	text-decoration: none;
	color: #FFFFFF
}

p.more a:hover, a.more:hover, p.back a:hover, a.back:hover, a.toplink, .toplink a {
	background-color: #701924;
}

blockquote p {
	position: relative;
	display: block;
	padding-right: 60px;
	padding-left: 100px;
	font-style: italic
}

blockquote {
	position: relative;
	display: block;
	margin: 0;
	padding: 0
}

blockquote:before {
	left: 25px;
	position: absolute;
	display: block;
	font: 50px FontAwesome;
	content: "\f10e"
}

p.warning {
	padding: 20px;
	text-align: center;
	border: 1px solid #f00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

p.warning:before {
	width: 100%;
	height: 30px;
	position: relative;
	float: none;
	clear: both;
	display: block;
	padding-bottom: 10px;
	text-align: center;
	font: 30px FontAwesome;
	font-weight: normal;
	color: #f00;
	content: "\f071"
}

p.confirmation {
	padding: 20px;
	text-align: center;
	border: 1px solid #15ff00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

p.confirmation:before {
	width: 100%;
	height: 30px;
	position: relative;
	float: none;
	clear: both;
	display: block;
	padding-bottom: 10px;
	text-align: center;
	font: 30px FontAwesome;
	font-weight: normal;
	color: #15ff00;
	content: "\f024"
}

p.information {
	padding: 20px;
	text-align: center;
	border: 1px solid #00a6ff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

p.information:before {
	width: 100%;
	height: 30px;
	position: relative;
	float: none;
	clear: both;
	display: block;
	padding-bottom: 10px;
	text-align: center;
	font: 30px FontAwesome;
	font-weight: normal;
	color: #00a6ff;
	content: "\f0a1"
}

.clear {
	height: 0px;
	position: relative;
	float: none;
	clear: both;
	display: block
}

.colored {
	color: #8
}

.hidden {
	display: none
}

@media (max-width:767px) {
	.responsive_hidden {
		display: none !important;
	}
}.line {
	width: 100%;
	height: 1px;
	background-color: #d6d6d6;
	font-size: 1px;
	line-height: 1px
}

#footer .center {
	text-align: center;
}

/*.right {
	text-align: right;
}*/

figure {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px
}

figure.float_left {
	position: relative;
	float: left;
	display: inline-block
}

figure.float_right {
	position: relative;
	float: right;
	display: inline-block
}

figure:focus, img:focus {
	outline: none
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline
}

#logo {
	width: 100%;
	position: relative;
	display: block
}

#logo img {
	width: 100%;
	position: relative;
	display: block;
	padding-top: 40px;
	padding-bottom: 40px
}

#logo a {
	border: none
}

.mainmenu {
	position: relative;
	/*float: left;*/
	display: block;
	overflow: visible !important
}

.mainmenu ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #e8e8e8;
	list-style-type: none;
	-ms-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

.mainmenu ul.level_1 {
	width: 100%;
	height: 50px;
	position: relative;
	display: block;
	margin: 0;
	padding: 0
}

.mainmenu ul.level_1 li {
	position: relative;
	float: left;
	display: block
}

.mainmenu ul.level_1>li>a, .mainmenu ul.level_1>li>.active, .mainmenu ul.level_1>li>.forward, .mainmenu ul.level_2 li a, .mainmenu ul.level_2 li .active {
	height: 36px;
	position: relative;
	display: inline-block;
	padding: 14px 13px 0;
	white-space: nowrap;
	font-size: 14px;
	text-decoration: none;
}

.mainmenu ul.level_1 li .active, .mainmenu ul.level_1 li a:hover, .mainmenu ul.level1:hover li, .mainmenu ul.level1:hover li a, .mainmenu ul.level_1 li .trail a, .mainmenu ul.level_1>li>.forward, .mainmenu ul.level_2 li a {
color: #ffffff;
}

/*.mainmenu ul.level_1 li a, .mainmenu ul.level_1 li .forward {
	color: #333333
}*/

.mainmenu ul.level_1 li a {
	color: #333333
}

.mainmenu ul.level_1 li .active {
	color: #ffffff
}

.mainmenu ul.level_1 li a:hover, .mainmenu ul.level_1 li .active, .mainmenu ul.level_1 li.submenu:hover > a, .mainmenu ul.level_1 li a.trail, .mainmenu ul.level_1 li .forward {
	background-color: #b12738;
	color: #ffffff;
}

.mainmenu ul.level_1 li > ul {
	position: absolute;
	background-color: #b12738;
	z-index: 999
}

.mainmenu ul.level_1 li > ul {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-property: opacity, visibility;
	-moz-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .2s, 0s;
	-moz-transition-duration: .2s, 0s;
	-o-transition-duration: .2s, 0s;
	transition-duration: .2s, 0s;
	-webkit-transition-delay: 0s, .2s;
	-moz-transition-delay: 0s, .2s;
	-o-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s
}

.mainmenu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.mainmenu ul.level_2 {
	min-width: 150px;
	top: 50px;
	width: auto
}

.mainmenu ul.level_2 li {
	width: 100%;
	position: relative;
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0
}

.mainmenu ul.level_2 li a, .mainmenu ul.level_2 li .forward {
	position: relative;
	float: none;
	display: block;
	white-space: nowrap;
	color: #ffffff
}

.mainmenu ul.level_2 li .active {
	position: relative;
	float: none;
	display: block;
	white-space: nowrap;
	color: #000000 !important;
	background-color: rgba(255,255,255,1) !important;
}

.mainmenu ul.level_2 li a:hover, .mainmenu ul.level_2 li .active, .mainmenu ul.level_2 li a.trail, .mainmenu ul.level_2 li.submenu:hover > a, .mainmenu ul.level_2 li .forward {
	background-color: rgba(0,0,0,.05)
}

.mainmenu ul.level_2 li > ul {
	min-width: 150px;
	left: 0;
	top: 0;
	margin-left: 100%;
	width: auto;
}

@media (min-width:1140px) {
	.mainmenu ul.level_1>li.first>a, .mainmenu ul.level_1>li.active>.first {
		width: 50px;
		height: 50px;
		padding: 0px;
		margin: 0px;
		color: #e8e8e8;
	}
	
	.mainmenu ul.level_1>li.first>a:after, .mainmenu ul.level_1>li.first>.active:after, .mainmenu ul.level_1>li.first>.active:after {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 50px;
		height: 35px;
		padding-top: 15px;
		background-color: #box;
		font: 22px FontAwesome;
		content: "\f015";
		text-align: center;
		color: #333333;		
	}
	
	.mainmenu ul.level_1>li.first>a:hover:after, .mainmenu ul.level_1>li.first>a.trail:after, .mainmenu ul.level_1>li:hover.first>a:after, .mainmenu ul.level_1>li.first>.active:after, .mainmenu ul.level_1>li.first>.forward:after {
		background-color: #b12738;
		color: #ffffff;
	}
}.mainmenu a.mobile_handle {
	display: none
}

@media (max-width:1139px) {
	/* Handle */
	
	.mainmenu a.mobile_handle {
		height: 36px;
		width: 50px;
		position: relative;
		display: block;
		overflow: hidden;
		background: #b12738;
		padding-top: 14px;
		font-size: 14px;
		text-decoration: none;
		color: #292929;
		text-align: center;
		cursor: pointer;
	}/* Res Nav */
	
	.mainmenu {
		width: 100%;
	}
	
	.mainmenu ul {
		background: #333333;
		-ms-transition: all 0s ease-in-out;
		-webkit-transition: all 0s ease-in-out;
		-o-transition: all 0s ease-in-out;
		-moz-transition: all 0s ease-in-out;
		transition: all 0s ease-in-out
	}
	
	.mainmenu ul.level_1 {
		height: auto;
	}
	
	.mainmenu ul.level_1 li {
		float: none;
		width: 100%;
	}
	
	.mainmenu ul.level_1 li a, .mainmenu ul.level_1 li .active, .mainmenu ul.level_1 li .forward {
		width: 100%;
		display: block;
		height: 50px;
		padding: 14px 13px 13px 13px;
		border-top: 1px solid rgba(0,0,0,0.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
	}
	
	.mainmenu ul.level_1 li a:hover, .mainmenu ul.level_1 li .active, .mainmenu ul.level_1 li .forward, .mainmenu ul.level_1:hover, .mainmenu ul.level_1 li a.submenu.trail {
		background-color: #b12738 !important;
		color: #FFFFFF !important;
	}
	
	.mainmenu ul.level_1 li a.trail, .mainmenu ul.level_1 li.submenu:hover > a {
		background-color: rgba(0,0,0,0.1);
		color: #fff;
	}
	
	.mainmenu ul li a:hover {
		background: #b12738 !important;
		color: #FFFFFF !important;
	}
	
	.mainmenu ul.level_1 li > ul {
		position: relative;
		background-color: #333333;
		z-index: 99;
	}
	
	.mainmenu ul.level_1 li > ul {
		padding: 0px;
		display: none;
		-webkit-transition-property: opacity, visibility;
		-moz-transition-property: opacity, visibility;
		-o-transition-property: opacity, visibility;
		transition-property: opacity, visibility;
		-webkit-transition-duration: .2s, 0s;
		-moz-transition-duration: .2s, 0s;
		-o-transition-duration: .2s, 0s;
		transition-duration: .2s, 0s;
		opacity: 1;
		visibility: visible;
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		-o-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}
	
	.mainmenu ul.level_2 {
		min-width: auto;
		top: 0px;
		width: auto;
	}
	
	.mainmenu ul.level_2 li {
		
	}
	
	.mainmenu ul.level_2 li a, .mainmenu ul.level_2 li .active, .mainmenu ul.level_2 li .forward {
		background: #333333;
		color: #fff;
	}
	
	.mainmenu ul.level_2 li a:hover, .mainmenu ul.level_2 li .active, .mainmenu ul.level_2 li .forward {
		background-color: #b12738;
		color: #FFFFFF;
	}
	
	.mainmenu ul.level_2 li a.trail, .mainmenu ul.level_2 li.submenu:hover > a {
		background-color: rgba(0,0,0,0.1);
		color: #fff;
	}
	
	.mainmenu ul.level_2 li > ul {
		min-width: auto;
		width: auto;
		left: 0;
		top: 0;
		margin-left: 0%;
		padding: 0px;
	}
	
	.mainmenu ul.level_2 li a, .mainmenu ul.level_2 li .active, .mainmenu ul.level_2 li .forward {
		padding-left: 30px !important;
	}
	
	.mainmenu ul.level_3 li a, .mainmenu ul.level_3 li .active, .mainmenu ul.level_3 li .forward {
		padding-left: 45px !important;
	}
	
	.mainmenu ul.level_4 li a, .mainmenu ul.level_4 li .active, .mainmenu ul.level_4 li .forward {
		padding-left: 60px !important;
	}
	
	.mainmenu ul.level_5 li a, .mainmenu ul.level_5 li .active, .mainmenu ul.level_5 li .forward {
		padding-left: 75px !important;
	}
	
	.mainmenu ul.level_6 li a, .mainmenu ul.level_6 li .active, .mainmenu ul.level_6 li .forward {
		padding-left: 90px !important;
	}		/* Sub Arrow */
	
	.mainmenu ul li a.sub_nav {
		position: absolute;
		width: 50px;
		height: 50px;
		right: 0px;
		top: 0px;
		margin: 0;
		padding: 0px !important;
		background-color: #292929 !important;
		color: #fff;
		text-align: center;
		cursor: pointer;
	}
	
	.mainmenu ul li a.sub_nav:hover {
		background-color: #b12738 !important;
		color: #FFFFFF;
	}
	
	.mainmenu .icon-angle-up, .mainmenu .icon-angle-down {
		position: relative;
		display: block;
		padding-top: 15px;
		font-size: 18px;
	}
}.styleswitcher_area {
	width: 305px;
	height: 100%;
	left: -305px;
	top: 100px;
	position: fixed;
	-ms-transition: all 0.75s ease-in-out;
	-webkit-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
	z-index: 9999
}

@media (max-width:767px) {
	.styleswitcher_area {
		display: none;
	}
}.styleswitcher_area:hover {
	left: 0
}

.styleswitcher_area:after {
	width: 40px;
	height: 40px;
	top: 0;
	position: absolute;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 2px;
	text-align: center;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	font: 20px FontAwesome;
	font-weight: normal;
	color: #4f4f4f;
	right: -45px;
	-webkit-font-smoothing: antialiased;
	content: "\f085";
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.mod_zad_switcher {
	padding: 10px 10px 15px;
	text-align: center
}

.style_inner {
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.1)
}

.style_headline {
	position: relative;
	display: block;
	padding: 10px 10px 0;
	text-align: center;
	font-size: 16px
}

.mod_zad_switcher a {
	min-width: 40px;
	position: relative;
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
	padding: 3px 7px;
	background-color: #fff;
	border: 1px solid rgba(188,170,107,.8);
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #b12738;
	text-transform: uppercase
}

.mod_zad_switcher a:hover {
	background-color: rgba(0,0,0,.03)
}

.mod_changelanguage {
	height: 25px;
	position: relative;
	float: right;
	display: block;
	margin-top: 20px;
	padding-left: 14px;
	border-left: 1px solid #b12738
}

.mod_changelanguage .lang_active span {
	margin-right: 15px;
	margin-left: 10px;
	font-size: 13px;
	color: #626262
}

.mod_changelanguage .lang_active {
	height: 21px;
	position: relative;
	float: right;
	display: block;
	padding-top: 7px;
	font-size: 0px;
	line-height: 0px
}

.mod_changelanguage .lang_list {
	width: 0px;
	height: 21px;
	position: relative;
	float: left;
	display: block;
	padding-top: 7px;
	font-size: 0px;
	line-height: 0px;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_changelanguage .lang_active img {
	margin-left: 5px
}

.mod_changelanguage .lang_active img, .mod_changelanguage .lang_list img {
	margin-bottom: -2px
}

.mod_changelanguage .lang_list img {
	width: 0px;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_changelanguage:hover .lang_list {
	width: 16px;
	padding: 7px 5px 0
}

.mod_changelanguage:hover .lang_list img {
	width: 16px
}

.social_media_icons {
	height: 25px;
	position: relative;
	display: block;
	margin-top: 12px;
	margin-bottom: 10px;
	white-space: nowrap;
	border-left: 1px solid #b12738
}

#footer .social_media_icons {
	margin-right: 0;
	padding-left: 0;
	border-left: 0px
}

.social_media_icons .ce_hyperlink {
	width: 25px;
	height: 20px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin-left: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 15px
}

.social_media_icons .ce_hyperlink:hover {
	background-color: #b12738;
	color: #FFFFFF
}

.social_media_icons .ce_hyperlink figure, .social_media_icons .ce_hyperlink img {
	width: 25px;
	height: 25px
}

.social_media_icons .ce_hyperlink a {
	width: 25px;
	height: 25px;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	font-size: 0px
}

.header_contact {
	height: 25px;
	position: relative;
	float: right;
	display: block;
	margin-top: 20px;
	margin-right: 15px;
	padding-left: 10px;
	border-left: 1px solid #b12738
}

.mail_us_button, .call_us_button {
	position: relative;
	float: left;
	display: block;
	margin-left: 5px
}

.mail_us_button a, .call_us_button a {
	height: 19px;
	position: relative;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 0;
	line-height: 13px;
	text-decoration: none;
	color: #626262
}

.mail_us_button a:hover, .call_us_button a:hover {
	background-color: #b12738;
	color: #FFFFFF
}

.call_us_button a:before, .mail_us_button a:before {
	width: 25px;
	height: 21px;
	position: relative;
	float: left;
	display: inline-block;
	margin-top: -6px;
	margin-right: 5px;
	padding-top: 4px;
	text-align: center;
	font: 16px FontAwesome;
	color: #626262
}

.mail_us_button a:before {
	content: "\f0e0"
}

.call_us_button a:before {
	content: "\f095"
}

.call_us_button a:hover:before, .mail_us_button a:hover:before {
	background-color: rgba(0,0,0,.05);
	color: #FFFFFF
}

#Menusection .mod_search {
	width: 50px;
	height: 50px;
	right: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
	padding: 0;
	background-color: #b12738;
	-ms-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

#Menusection .mod_search:hover {
	width: 100%
}

#Menusection .mod_search .formbody {
	width: 100%;
	height: 50px
}

#Menusection .mod_search .formbody:before {
	width: 50px;
	height: 33px;
	right: 0;
	top: 0;
	position: absolute;
	padding-top: 17px;
	text-align: center;
	background-color: #444;
	font: 15px FontAwesome;
	color: #b12738;
	content: "\f002"
}

#Menusection .mod_search .formbody .submit {
	width: 50px;
	height: 50px;
	right: 0;
	top: 0;
	position: absolute;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	border: 0px;
	border-radius: 0;
	font-size: 0px;
	cursor: pointer;
	background: transparent
}

#Menusection .mod_search .formbody .submit:hover {
	background-color: rgba(0,0,0,.05)
}

#Menusection .mod_search h1, #Menusection .mod_search h2, #Menusection .mod_search h3, #Menusection .mod_search h4, #Menusection .mod_search h5, #Menusection .mod_search h6 {
	width: 90px;
	height: 39px;
	left: 0;
	top: 0;
	position: absolute;
	margin: 0;
	padding: 17px 0 0 20px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#Menusection .mod_search .formbody .text {
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	padding: 0 60px 0 90px;
	vertical-align: middle;
	background-color: rgba(0,0,0,.01);
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	border: 0px;
	border-radius: 0;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none
}

#Menusection .mod_search .header, #Menusection .mod_search .first, #Menusection .mod_search .last, #Menusection .mod_search .even {
	display: none
}

.reg_log {
	height: 25px;
	position: relative;
	float: right;
	display: block;
	margin-top: 20px;
	margin-right: 15px;
	padding-left: 10px
}

#header .login_button {
	position: relative;
	float: left;
	display: block;
	margin-left: 5px
}

#header .login_button a:before {
	width: 25px;
	height: 20px;
	position: relative;
	float: left;
	display: inline-block;
	margin-top: -6px;
	margin-right: 5px;
	padding-top: 5px;
	text-align: center;
	font: 16px FontAwesome;
	color: #626262;
	content: "\f13e"
}

#header .login_button a:hover:before {
	background-color: rgba(0,0,0,.05);
	color: #FFFFFF
}

#header .login_button a {
	height: 19px;
	position: relative;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 0;
	line-height: 13px;
	text-decoration: none;
	color: #626262;
	cursor: pointer
}

#header .login_button a:hover {
	background-color: #b12738;
	color: #FFFFFF
}

#header .register_button a:before {
	width: 25px;
	height: 21px;
	position: relative;
	float: left;
	display: inline-block;
	margin-top: -6px;
	margin-right: 5px;
	padding-top: 4px;
	text-align: center;
	font: 16px FontAwesome;
	color: #626262;
	content: "\f007"
}

#header .register_button a:hover:before {
	background-color: rgba(0,0,0,.05);
	color: #FFFFFF
}

#header .register_button {
	position: relative;
	float: left;
	display: block;
	margin-left: 5px
}

#header .register_button a {
	height: 19px;
	position: relative;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 0;
	line-height: 13px;
	text-decoration: none;
	color: #626262
}

#header .register_button a:hover {
	background-color: #b12738;
	color: #FFFFFF
}

#header .header_article {
	position: relative;
	float: right;
	margin-right: 20px
}

.mod_breadcrumb {
	width: 100%;
	position: relative;
	clear: both;
	display: block;
	padding-bottom: 10px
}

.mod_breadcrumb ul {
	margin: 0;
	padding: 0
}

.mod_breadcrumb ul li {
	position: relative;
	float: left;
	display: block;
	margin-right: 10px
}

.mod_breadcrumb ul li a {
	text-decoration: none;
	color: #626262
}

.mod_breadcrumb ul li a:hover {
	text-decoration: none;
	color: #b12738
}

.mod_breadcrumb ul li:before {
	margin-right: 10px;
	font-family: FontAwesome;
	content: "\f178"
}

.mod_breadcrumb ul li.first:before {
	display: none
}

.pdf_link {
	right: 0;
	top: -26px;
	position: absolute;
	white-space: nowrap
}

@media (max-width:767px) {
	.pdf_link {
		top: 0px;
	}
}.pdf_link a {
	margin-left: 5px;
	font-size: 16px;
	color: #626262
}

.pdf_link a:hover {
	text-decoration: none;
	color: #b12738
}

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

ul.slides li img {
	width: 100% !important;
	height: auto !important
}

.ce_flexSlider h1, .ce_flexSlider h2, .ce_flexSlider h3 {
	margin-bottom: 0;
	color: #dedede
}

.flexslider {
	overflow: hidden !important;
	margin-bottom: 0px !important
}

.ce_flexSlider .flex-direction-nav .flex-prev {
	width: 25px;
	height: 80px;
	left: -0%;
	top: 50%;
	position: absolute;
	margin-top: -40px;
	background-color: #b12738;
	font-size: 0px;
	text-decoration: none;
	z-index: 99;
	margin-left: -20px;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.ce_flexSlider:hover .flex-direction-nav .flex-prev {
	margin-left: 0px
}

.ce_flexSlider .flex-direction-nav .flex-next {
	width: 25px;
	height: 80px;
	right: 0;
	top: 50%;
	position: absolute;
	margin-top: -40px;
	background-color: #b12738;
	font-size: 0px;
	text-decoration: none;
	z-index: 99;
	margin-right: -20px;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.ce_flexSlider:hover .flex-direction-nav .flex-next {
	margin-right: 0px
}

.ce_flexSlider .flex-direction-nav .flex-next:hover, .ce_flexSlider .flex-direction-nav .flex-prev:hover {
	background-color: rgba(188,170,107,.5)
}

.ce_flexSlider .flex-direction-nav .flex-prev:before {
	left: 7px;
	top: 28px;
	position: absolute;
	font: 22px FontAwesome;
	color: #FFFFFF;
	content: "\f104"
}

.ce_flexSlider .flex-direction-nav .flex-next:before {
	right: 7px;
	top: 28px;
	position: absolute;
	font: 22px FontAwesome;
	color: #FFFFFF;
	content: "\f105"
}

.flex-control-nav {
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 99
}

.flex-control-nav li {
	width: 10%;
	height: 5px;
	position: relative;
	float: left
}

.flex-control-nav li a {
	width: 100%;
	height: 5px;
	position: relative;
	display: block;
	background-color: #b12738;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}

.flex-control-nav li a.flex-active {
	background-color: #333333
}

.flex-caption {
	max-width: 100%;
	bottom: 0;
	right: 0;
	position: absolute;
	display: block;
	margin: 4%;
	padding: 1% 3%;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media (max-width:680px) {
	.flex-caption {
		display: none;
	}
}#Slidersection .tabcontrol_tabs ul {
	margin: 0;
	padding: 0;
	border: 0px;
	list-style-type: none
}

#Slidersection ul {
	list-style-type: none
}

#Slidersection .tabcontrol_tabs ul li {
	height: 19px;
	position: relative;
	float: left;
	display: block;
	margin-right: -1px;
	padding: 6px 13px 0;
	border-right: 1px solid #b12738;
	border-left: 1px solid #b12738;
	line-height: 13px;
	cursor: pointer
}

#Slidersection .tabcontrol_tabs ul li.tab_0 {
	border-right: 1px;
	border-left: 0px
}

#Slidersection .tabcontrol_tabs ul li.selected {
	background-color: #b12738;
	color: #FFFFFF
}

#Slidersection .tabcontrol_tabs {
	bottom: 0;
	right: 0;
	position: absolute
}

#Slidersection .ce_tabcontrol {
	padding-top: 10px
}

@media (max-width:1139px) {
	#Slidersection .panes {
		padding-bottom: 50px;
	}
}aside nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

aside nav ul li, aside nav ul li .trail, #main .mod_navigation ul li a {
	width: 100%;
	position: relative;
	display: block;
	background-color: #e8e8e8;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

aside nav ul li a, aside nav ul li.active .active .active, #portfolio_filter a, aside nav ul li strong, #main .mod_navigation ul li a {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 1px;
	padding: 6px 10px 6px 15px;
	background-color: #e8e8e8;
	text-decoration: none;
	color: #515151;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

#main .mod_navigation ul li {
	/*display: inline-block;*/
}

/*Duplikat von oben*/
/*aside nav ul li a, aside nav ul li span, #portfolio_filter a {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 1px;
	padding: 6px 10px 6px 15px;
	background-color: #e8e8e8;
	text-decoration: none;
	color: #515151;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}*/

aside nav ul li>a:before, aside nav ul li>.active:before, #portfolio_filter a:before, #main .mod_navigation ul li a:before {
	margin-right: 15px;
	font-family: FontAwesome;
	color: #b12738;
	content: "\f0da";
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

aside nav ul li a:hover:before, aside nav ul li span:hover:before, aside nav ul li .active:before, #portfolio_filter a.active:before, #portfolio_filter a:hover:before, #main .mod_navigation ul li a:hover:before {
	color: #FFFFFF
}

aside nav ul li a:hover, aside nav ul li .active, aside nav ul li .forward:hover, #portfolio_filter a:hover, #portfolio_filter a.active, #main .mod_navigation ul li a:hover {
	background-color: #b12738;
	text-decoration: none;
	color: #FFFFFF
}

aside nav ul.level_1 li > ul {
	display: none
}

aside nav ul.level_1 li.active > ul, aside nav ul.level_1 li.trail > ul {
	display: block
}

aside nav ul ul li, aside nav ul li .active {
	padding-left: 15px
}

.service-link {
	position: relative;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 13px;
	font: 13px 'TitilliumText22LRegular',Arial,sans-serif !important;
	line-height: 22px !important
}

.service-link:before {
	font: 50px FontAwesome
}

.service-link a {
	position: relative;
	display: table;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 6px 13px;
	background-color: #b12738;
	line-height: 13px;
	text-decoration: none;
	color: #FFFFFF
}

.service-link a:hover {
	background-color: rgba(188,170,107,.9)
}

.mod_newslist .layout_latest, .mod_newsarchive .layout_latest {
	position: relative;
	display: block;
	padding-left: 70px
}

.mod_newslist .layout_latest time, .mod_newsarchive .layout_latest time {
	width: 50px;
	left: 0;
	top: 7px;
	position: absolute;
	padding-bottom: 5px;
	text-align: center;
	background-color: #b12738
}

.categorie_box {
	bottom: 0;
	left: 0;
	position: absolute;
	margin: 0;
	padding: 0 10px;
	white-space: nowrap;
	background-color: #b12738;
	font-size: 13px;
	color: #FFFFFF
}

.mod_newslist .layout_latest time .date_box_day, .mod_newsarchive .layout_latest time .date_box_day {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF
}

.mod_newslist .layout_latest time .date_box_month, .mod_newsarchive .layout_latest time .date_box_month {
	color: #FFFFFF
}

.mod_newslist .layout_latest .info, .mod_newsarchive .layout_latest .info {
	position: relative;
	float: none;
	clear: both;
	display: block;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-top: 10px;
	border-top: 1px solid #d6d6d6
}

.mod_newslist .layout_latest h2, .mod_newsarchive .layout_latest h2 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6
}

.mod_newslist .layout_latest h2 a, .mod_newsarchive .layout_latest h2 a {
	text-decoration: none;
	color: #515151;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_newslist .layout_latest h2 a:hover, .mod_newsarchive .layout_latest h2 a:hover {
	color: #b12738
}

.mod_newslist .layout_latest .info i, .mod_newsarchive .layout_latest .info i {
	margin-right: 5px
}

.mod_newslist .layout_latest .info .icon-comments, .mod_newslist .layout_latest .info .icon-user, .mod_newslist .layout_latest .info .icon-exclamation-sign, .mod_newsarchive .layout_latest .info .icon-comments, .mod_newsarchive .layout_latest .info .i {
	margin-left: 20px
}

.pagination {
	
}

.pagination ul {
	height: 30px;
	position: relative;
	float: left;
	display: block;
	margin: 0;
	padding: 15px 0 0;
	list-style-type: none
}

.pagination p {
	position: relative;
	float: right;
	display: block;
	margin-right: 10px
}

.pagination ul li {
	position: relative;
	float: left;
	display: block
}

.pagination ul li a, .pagination ul li .active {
	margin-right: 10px;
	padding: 6px 13px;
	background-color: #e8e8e8;
	text-decoration: none;
	color: #515151;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.pagination ul li a:hover, .pagination ul li .active {
	background-color: #b12738;
	color: #FFFFFF
}

.mod_newslist .layout_simple {
	height: 50px;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #e8e8e8
}

#Slidersection .mod_newslist .layout_simple {
	margin-bottom: 5px;
	background-color: rgba(0,0,0,.1)
}

.mod_newslist .layout_simple figure, .mod_newslist .layout_simple img {
	left: 0;
	top: 0;
	width: 50px !important;
	height: 50px !important;
	padding: 0px !important;
	margin: 0px !important;
	position: absolute !important
}

.mod_newslist .layout_simple figure {
	left: 10px;
	top: 10px;
	opacity: 10;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_newslist .layout_simple figure a {
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 0px
}

.mod_newslist .layout_simple:hover figure {
	opacity: 0
}

.mod_newslist .layout_simple a {
	height: 58px;
	position: relative;
	overflow: hidden;
	display: block;
	margin-top: -2px;
	padding-left: 60px;
	text-decoration: none;
	color: #515151;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_newslist .layout_simple a:hover {
	color: #b12738
}

.mod_newslist .layout_simple time {
	width: 50px;
	height: 50px;
	left: 10px;
	top: 10px;
	position: absolute;
	text-align: center;
	background-color: #b12738
}

.mod_newslist .layout_simple time .date_box_day {
	padding-top: 3px;
	padding-bottom: 0;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF
}

.mod_newslist .layout_simple time .date_box_month {
	margin-top: -4px;
	color: #FFFFFF
}

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

.mod_newsmenu ul li a, .mod_newsmenu ul li .active {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 1px;
	padding: 6px 10px 6px 15px;
	background-color: #e8e8e8;
	text-decoration: none;
	color: #515151;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_newsmenu ul li.year a, .mod_newsmenu ul li.year .active {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-weight: bold
}

.mod_newsmenu ul li ul.level_2 {
	padding-bottom: 10px
}

.mod_newsmenu ul.level_2 li a, .mod_newsmenu ul.level_2 li .active {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	font-weight: normal
}

.mod_newsmenu ul.level_2 li a:before, .mod_newsmenu ul.level_2 li .active:before {
	margin-right: 15px;
	font-family: FontAwesome;
	color: #b12738;
	content: "\f0da";
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_newsmenu ul li a:hover:before, .mod_newsmenu ul li .active:hover:before, .mod_newsmenu ul li .active:before {
	color: #FFFFFF
}

.mod_newsmenu ul li a:hover, .mod_newsmenu ul li .active {
	background-color: #b12738;
	text-decoration: none;
	color: #FFFFFF
}

.mod_newsmenu ul li a b, .mod_newsmenu ul li .active b {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: rgba(98,98,98,.7)
}

@media (max-width:1020px) {
	.mod_newsmenu ul li a b, .mod_newsmenu ul li .active b {
		display: none;
	}
}.mod_newsreader .layout_full .info i, .mod_newsreader .layout_full .info i {
	margin-right: 5px
}

.mod_newsreader .layout_full .info .icon-comments, .mod_newsreader .layout_full .info .icon-user, .mod_newsarchive .layout_latest .info .icon-comments, .mod_newsarchive .layout_latest .info .icon-user {
	margin-left: 20px
}

.ce_comments {
	
}

.reply {
	margin-left: 50px
}

.comment {
	padding: 10px 10px 10px 20px;
	background-color: #e8e8e8;
	border-left: 4px solid #b12738
}

.com_by {
	color: #b12738
}

.ce_comments i {
	margin-right: 10px;
	margin-left: 20px
}

.ce_comments .form {
	margin-top: 20px
}

#Informationsection .layout_portfolio_images {
	width: 20%;
	height: 0px;
	position: relative;
	overflow: hidden;
	float: left;
	display: block;
	padding-bottom: 20%
}

#container .layout_portfolio_images {
	width: 25%;
	height: 25px;
	position: relative;
	overflow: hidden;
	float: left;
	display: block;
	padding-bottom: 25%;
	height: auto !important
}

#Informationsection .mod_newslist {
	margin: -2.1% -3.2% -2.2%
}

#Informationsection .mod_article {
	overflow: visible
}

.layout_portfolio_images_box {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute
}

.layout_portfolio_images_box, .layout_portfolio_images_box figure, .layout_portfolio_images_box img {
	width: 100%;
	height: 100%;
	position: absolute
}

.layout_portfolio_images_box a {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: rgba(255,255,255,.2);
	font-size: 0px;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.layout_portfolio_images_box a:hover {
	background-color: rgba(255,255,255,.01)
}

.portfolio_categorie {
	float: right
}

@media (max-width:400px) {
	.portfolio_categorie {
		float: none;
	}
}.mod_eventlist .layout_teaser {
	position: relative;
	display: block;
	padding-left: 70px
}

.mod_eventlist .layout_teaser .event_date_box {
	width: 50px;
	left: 0;
	top: 7px;
	position: absolute;
	padding-bottom: 5px;
	text-align: center;
	background-color: #b12738
}

.mod_eventlist .layout_teaser .event_date_box .event_date_day {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF
}

.mod_eventlist .layout_teaser .event_date_box .event_date_month {
	color: #FFFFFF
}

.mod_eventlist .layout_teaser .info {
	position: relative;
	float: none;
	clear: both;
	display: block;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-top: 10px;
	border-top: 1px solid #d6d6d6
}

.mod_eventlist .layout_teaser h2 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6
}

.mod_eventlist .layout_teaser h2 a {
	text-decoration: none;
	color: #515151;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_eventlist .layout_teaser h2 a:hover {
	color: #b12738
}

.mod_eventlist .layout_teaser .info i, .mod_eventreader .layout_full .info i {
	margin-right: 5px
}

.mod_eventlist .layout_teaser  .info .icon-calendar, .mod_eventlist .layout_teaser  .info .icon-map-marker, .mod_eventreader .layout_full .info .icon-map-marker {
	margin-left: 20px
}

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

.mod_eventmenu ul li a, .mod_eventmenu ul li .active {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 1px;
	padding: 6px 10px 6px 15px;
	background-color: #e8e8e8;
	text-decoration: none;
	color: #515151;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_eventmenu ul li.year a, .mod_eventmenu ul li.year .active {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-weight: bold
}

.mod_eventmenu ul li ul.level_2 {
	padding-bottom: 10px
}

.mod_eventmenu ul.level_2 li a, .mod_eventmenu ul.level_2 li .active {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	font-weight: normal
}

.mod_eventmenu ul.level_2 li a:before, .mod_eventmenu ul.level_2 li .active:before {
	margin-right: 15px;
	font-family: FontAwesome;
	color: #b12738;
	content: "\f0da";
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_eventmenu ul li a:hover:before, .mod_eventmenu ul li .active:hover:before, .mod_newsmenu ul li .active:before {
	color: #FFFFFF
}

.mod_eventmenu ul li a:hover, .mod_eventmenu ul li .active {
	background-color: #b12738;
	text-decoration: none;
	color: #FFFFFF
}

.mod_eventmenu ul li a b, .mod_eventmenu ul li .active b {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: rgba(98,98,98,.7)
}

@media (max-width:1020px) {
	.mod_eventmenu ul li a b, .mod_eventmenu ul li .active b {
		display: none;
	}
}.minicalendar_box {
	position: relative;
	overflow: hidden;
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: #e8e8e8
}

.minicalendar_head {
	width: 100%;
	background-color: #b12738
}

.minicalendar_head tr th.previous, .minicalendar_head tr th.current, .minicalendar_head tr th.next {
	height: 170px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF
}

.minicalendar_head tr th.previous, .minicalendar_head tr th.next {
	padding-right: 20px;
	padding-left: 20px
}

.minicalendar_head tr th a {
	font-size: 30px;
	text-decoration: none;
	color: #FFFFFF
}

.minicalendar_head tr th a:hover {
	color: #fff
}

.minicalendar_head tr th.current {
	width: 100%
}

.minicalendar_body {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	table-layout: fixed
}

.minicalendar_body tr.week_day th {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #515151;
	text-transform: uppercase
}

.minicalendar_body tr td {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
	text-align: center;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.minicalendar_body tr td:hover, .minicalendar_body tr td.selected {
	background-color: #b12738;
	color: #FFFFFF
}

.minicalendar_body tr td a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #b12738
}

.minicalendar_body tr td:hover a, .minicalendar_body tr td.selected a {
	color: #FFFFFF
}

.ce_downloads, .ce_download {
	
}

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

.ce_downloads ul li, .ce_download a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ce_downloads ul li a, .ce_download a {
	width: 100%;
	position: relative;
	display: block;
	padding: 12px 40px 10px;
	background-color: #e8e8e8;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.ce_downloads ul li a:hover, .ce_downloads ul li a:active, .ce_download a:hover, .ce_download a:active {
	background-color: #b12738;
	color: #FFFFFF
}

.ce_downloads ul li a, .ce_download a {
	position: relative;
	float: right;
	display: block;
	text-decoration: none;
	color: #626262;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.ce_downloads ul li a:hover, .ce_downloads ul li a:active, .ce_download a:hover, .ce_download a:active {
	color: #FFFFFF
}

.ce_downloads ul li a:before, .ce_download a:before {
	right: 10px;
	top: 13px;
	position: absolute;
	display: block;
	font: 16px FontAwesome;
	text-decoration: none;
	color: #b12738;
	content: "\f019";
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.ce_downloads ul li a:hover:before, .ce_downloads ul li a:active:before, .ce_download a:hover:before, .ce_download a:active:before {
	color: #FFFFFF
}

.ce_downloads ul li a:after, .ce_download a:after {
	position: relative;
	float: none;
	clear: both;
	display: block;
	content: ""
}

.ce_downloads ul li img, .ce_download img {
	left: 12px;
	top: 12px;
	position: absolute;
	z-index: 9
}

.mod_faqlist {
	
}

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

.mod_faqlist ul li {
	position: relative;
	display: block;
	margin-bottom: 10px
}

.mod_faqlist ul li a {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 11px 11px 11px 40px;
	background-color: #e8e8e8;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_faqlist ul li a:hover, .mod_faqlist ul li a:active {
	background-color: #b12738;
	color: #FFFFFF
}

.mod_faqlist ul li a:before {
	left: 15px;
	top: 12px;
	position: absolute;
	display: block;
	font: 16px FontAwesome;
	color: #515151;
	content: "\f128";
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_faqlist ul li a:active:before, .mod_faqlist ul li a:hover:before {
	color: #FFFFFF
}

.ce_accordion {
	margin-bottom: 10px
}

.ce_accordion .toggler {
	width: 100%;
	position: relative;
	display: block;
	padding: 11px 40px 11px 11px;
	background-color: #e8e8e8;
	color: #515151;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.ce_accordion .toggler:hover, .ce_accordion .ui-accordion-header-active {
	background-color: #b12738;
	color: #FFFFFF
}

.ce_accordion .toggler:focus {
	outline: none
}

.ce_accordion .ui-accordion-header:after {
	right: 15px;
	top: 13px;
	position: absolute;
	font: 16px FontAwesome;
	color: #b12738;
	content: "\f0ab";
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.ce_accordion .ui-accordion-header:hover:after {
	color: #FFFFFF
}

.ce_accordion .ui-accordion-header-active:after {
	right: 15px;
	top: 13px;
	position: absolute;
	font: 16px FontAwesome;
	color: #FFFFFF;
	content: "\f0aa";
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.ce_accordion .accordion {
	padding: 10px 11px
}

form label {
	position: relative;
	float: none;
	display: block;
	margin-bottom: 5px
}

form {
	position: relative
}

form fieldset label {
	display: inline
}

form .text, form .textarea, form .captcha {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #e8e8e8;
	border: 0px;
	color: #515151;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

#Slidersection form .text {
	background-color: #FFFFFF
}

form .upload {
	margin-bottom: 10px;
	margin-left: 0
}

form .text:focus, form .textarea:focus, form .captcha:focus, #Slidersection form .text:focus {
	background-color: #b12738;
	color: #FFFFFF;
	outline: none
}

form .select {
	width: 100%;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

form fieldset {
	margin-bottom: 10px;
	padding: 0;
	border: 0px
}

form fieldset legend {
	margin-bottom: 10px
}

form fieldset label {
	margin-right: 15px;
	margin-left: -3px
}

form .mandatory {
	margin-left: 3px;
	font-weight: bold;
	color: #b12738
}

form p.error {
	margin-top: 0;
	margin-bottom: 5px;
	color: #b12738
}

form br {
	display: none
}

form .submit {
	position: relative;
	float: none;
	clear: both;
	display: block;
	margin-top: 10px;
	padding: 6px 13px;
	background-color: #b12738;
	border: 0px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer
}

form .submit:hover {
	background-color: #701924
}

form .submit:focus {
	outline: none
}

.mod_subscribe .checkbox_container, .mod_subscribe .checkbox_container label, .mod_subscribe .checkbox_container input {
	position: relative;
	float: left;
	display: inline
}

.mod_unsubscribe .checkbox_container, .mod_unsubscribe .checkbox_container label, .mod_unsubscribe .checkbox_container input {
	position: relative;
	float: left;
	display: inline
}

.mod_subscribe .checkbox_container, .mod_unsubscribe .checkbox_container {
	position: relative;
	display: block;
	padding-bottom: 20px
}

.mod_subscribe .checkbox_container span label, .mod_unsubscribe .checkbox_container span label {
	margin-right: 10px
}

.mod_search .even, .mod_search .odd {
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
	background-color: #e8e8e8
}

.mod_search .even a, .mod_search .odd a {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 6px 11px;
	background-color: rgba(188,170,107,.7);
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_search .even a:hover, .mod_search .odd a:hover {
	background-color: rgba(188,170,107,.99)
}

.mod_search .even a span, .mod_search .odd a span {
	float: right;
	padding-top: 2px;
	font-size: 12px;
	color: #fff
}

.mod_search .even div, .mod_search .odd div {
	padding: 10px 20px
}

.mod_search .text {
	-webkit-appearance: none
}

aside .mod_search fieldset {
	position: relative;
	display: none
}

.dlh_googlemap {
	width: 100% !important
}

.mod_dlh_googlemaps {
	margin-bottom: 20px
}

.ce_table table {
	width: 100%;
	table-layout: fixed
}

.ce_table table th, .ce_table table td {
	padding: 8px 10px;
	text-align: left
}

.ce_table table thead th {
	border-bottom: 1px solid #d6d6d6;
	cursor: pointer
}

.ce_tabcontrol {
	
}

.ce_tabcontrol ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #b12738;
	list-style-type: none
}

.ce_tabcontrol ul:after {
	position: relative;
	float: none;
	clear: both;
	display: block;
	content: ""
}

.ce_tabcontrol ul li {
	position: relative;
	float: left;
	display: block;
	margin-right: 1px;
	padding: 6px 10px;
	background-color: #e8e8e8;
	cursor: pointer
}

.ce_tabcontrol ul li:hover, .ce_tabcontrol ul li.selected {
	background-color: #b12738;
	color: #FFFFFF
}

.icon_list {
	margin-top: 40px
}

.icon_list i {
	position: relative;
	float: left;
	display: block;
	font-size: 20px;
	width: 30px !important
}

.list_colored i {
	color: #b12738
}

.icon_list div {
	width: 25%;
	min-height: 40px;
	position: relative;
	float: left;
	display: block
}

@media (max-width:680px) {
	.icon_list div {
		width: 100%;
	}
}.sc2 {
	width: 48.5%;
	padding-right: 3%
}

.sc3 {
	width: 31.3%;
	padding-right: 3%
}

.sc3-2 {
	width: 65.6%;
	padding-right: 3%
}

.sc4 {
	width: 22.75%;
	padding-right: 3%
}

.sc4-2 {
	width: 48.5%;
	padding-right: 3%
}

.sc4-3 {
	width: 74.25%;
	padding-right: 3%
}

.sc5 {
	width: 17.6%;
	padding-right: 3%
}

.sc5-2 {
	width: 38.2%;
	padding-right: 3%
}

.sc5-3 {
	width: 58.8%;
	padding-right: 3%
}

.sc5-4 {
	width: 79.4%;
	padding-right: 3%
}

.sc-last {
	padding-right: 0
}

@media (max-width:767px) {
	.sc2, .sc3, .sc3-2, .sc4, .sc4-2, .sc4-3, .sc5, .sc5-2, .sc5-3, .sc5-4 {
		width: 100% !important;
		padding-right: 0% !important;
	}
}@media (max-width:1139px) {
	#Slidersection .sc2, #Slidersection .sc3, #Slidersection .sc3-2, #Slidersection .sc4, #Slidersection .sc4-2, #Slidersection .sc4-3, #Slidersection .sc5, #Slidersection .sc5-2, #Slidersection .sc5-3, #Slidersection .sc5-4 {
		width: 100% !important;
		padding-right: 0% !important;
	}
}form td p.error {
	color: #f00
}

form td p.error:before {
	margin-right: 32px;
	margin-left: 32px;
	font: 16px FontAwesome;
	color: #515151;
	content: "\f0a6"
}

.mod_iso_productlist {
	position: relative;
	display: block
}

.product_list {
	position: relative;
	display: block;
	padding-top: 10px
}

.product_list .product {
	position: relative;
	overflow: hidden;
	float: left;
	display: block;
	background-color: #ededed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

@media (max-width:767px) {
	.product_list .product {
		float: none;
		width: 100% !important;
	}
}.product_list .product form {
	margin-bottom: 0
}

.product_list .product .formbody {
	position: relative;
	display: block
}

.product_list .product .formbody:after {
	position: relative;
	clear: both;
	display: block;
	content: ""
}

.product_list .product:hover {
	background-color: #e8e8e8
}

.product_list .col_0, .product_list .col_1, .product_list .col_2 {
	width: 31.3%;
	margin-bottom: 20px
}

.product_list_small .product_list .col_0, .product_list_small .product_list .col_1, .product_list_small .product_list .col_2, .product_list_small .product_list .col_3 {
	width: 22.75%;
	margin-bottom: 20px
}

@media (max-width:767px) {
	.product {
		width: 100%;
		float: none;
	}
}@media (max-width:1224px) {
	.product_list_small .product {
		width: 100% !important;
		float: none;
	}
}.product_list .col_0, .product_list .col_1 {
	margin-right: 3%
}

.product_list_small .product_list .col_2 {
	margin-right: 3%
}

.product_list .col_first {
	clear: both
}

.product_list .product figure {
	border: 5px solid #fafafa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.product_list .product:hover figure {
	border: 5px solid #e8e8e8
}

.product_list .product figure, .product_list .product img {
	width: 100%;
	height: auto
}

.product_list_small .product_list .product figure {
	width: 100px;
	height: auto;
	position: relative;
	float: left;
	display: inline-block;
	height: auto
}

.product_list_small .product_list .product .teaser {
	display: none
}

.product_list_small .product_list .list_small_box {
	position: relative;
	display: inline
}

.product_list_small .product_list .product h3 {
	margin-top: 0;
	margin-bottom: 4px;
	padding-top: 7px;
	border: 0px;
	font-size: 15px
}

.product_list .product h3 a {
	font-weight: normal;
	font-family: 'TitilliumText22Lbold';
}

.product_list_small .product_list .product h3 a {
	display: inline;
	white-space: normal
}

.product_list_small .product_list .product .price {
	margin-bottom: 10px;
	font-size: 13px
}

.product_list_small .product_list .product .details {
	bottom: 0;
	right: 0;
	position: absolute;
	bottom: 0px !important
}

.product_list_small .product_list .product .details a {
	position: relative;
	display: block;
	padding: 3px 7px 5px;
	font-size: 11px
}

.product_list_small .product_list .product .details {
	
}

.product_list .product .sku {
	display: none
}}

.product_list .product .submit_container .submit {
	font-size: 10px
}

.product_list .product h3 {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom: 0px;
	line-height: 22px
}

.product_list .product h3:after {
	display: none
}

.product_list .product .teaser {
	position: relative;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px
}

.product_list .product .price {
	position: relative;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 17px
}

.mod_iso_productlist .pagination {
	position: relative;
	float: none;
	clear: both;
	display: block
}

.mod_iso_productlist .submit_container {
	display: none
}

.product_list .product .details a {
	position: relative;
	float: right;
	display: block;
	margin-top: 10px;
	padding: 6px 13px;
	background-color: #b12738;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF
}

.product_list .product .details a:hover {
	background-color: rgba(51,51,51,.5)
}

.mod_iso_productfilter .clear_filters {
	width: 100%;
	position: relative;
	display: inline-block;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #d6d6d6
}

.mod_iso_productreader figure, .mod_iso_productreader img {
	width: 100%;
	height: auto
}

.mod_iso_productreader figure {
	position: relative;
	display: block;
	margin-top: 25px;
	margin-bottom: 27px
}

.mod_iso_productreader figure.iso_main_pic a:after {
	bottom: 0;
	right: 0;
	position: absolute;
	color: rgba(98,98,98,.2);
	font: 20px FontAwesome;
	content: "\f002";
	z-index: 99;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_iso_productreader figure.iso_main_pic a:hover:after {
	color: rgba(98,98,98,.7)
}

.mod_iso_productreader figure.iso_thubnail {
	width: 25%;
	position: relative;
	float: left;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	border: 5px solid #fafafa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mod_iso_productreader p.back {
	max-width: 150px;
	display: block;
	margin-top: 30px
}

aside .mod_iso_productreader p.back {
	display: none
}

.zoomIt_zoomed {
	border: 0px;
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2)
}

.mod_iso_productreader .price {
	position: relative;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 17px;
	padding-bottom: 17px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6
}

.mod_iso_productreader .price:after {
	position: relative;
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
	color: #FFFFFF;
	content: ""
}

.mod_iso_productreader .price .price_span {
	position: relative;
	float: right;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: 0px;
	font-size: 17px;
	font-weight: bold
}

@media (max-width:500px) {
	.mod_iso_productreader .price div.price {
		margin-top: 50px;
		float: none;
		display: block;
		position: relative;
	}
}.mod_iso_productreader .options {
	position: relative;
	float: left;
	display: block;
	padding-top: 2px
}

.mod_iso_productreader .options .label, .mod_iso_productreader .options select, .mod_iso_productreader .options, .mod_iso_productreader .options fieldset, .mod_iso_productreader .options fieldset legend, .mod_iso_productreader .options fieldset span label {
	margin-bottom: 0px !important
}

.mod_iso_productreader .options label {
	position: relative;
	float: left;
	display: block;
	margin-right: 10px
}

.mod_iso_productreader .options .select {
	min-width: 100px;
	position: relative;
	float: left;
	margin-right: 20px;
	width: auto !important
}

.mod_iso_productreader .options p.error {
	float: right;
	margin-left: 7px;
	text-align: center
}

.mod_iso_productreader .options fieldset {
	position: relative;
	float: left;
	display: block
}

.mod_iso_productreader .options fieldset legend {
	position: relative;
	float: left;
	display: block;
	margin-right: 20px;
	text-align: left
}

.mod_iso_productreader .options fieldset span {
	position: relative;
	float: left;
	display: block
}

.mod_iso_productreader .options fieldset .mandatory {
	position: relative;
	float: right;
	display: inline-block
}

.mod_iso_productreader .options fieldset span label {
	position: relative;
	float: left;
	display: block;
	margin-right: 20px
}

.mod_iso_productreader .options fieldset span input.radio {
	position: relative;
	float: left;
	display: block;
	margin-right: 10px
}

.mod_iso_productreader .options fieldset input, .mod_iso_productreader .options fieldset br {
	display: none
}

.mod_iso_productreader .submit_container {
	position: relative;
	float: right;
	display: block
}

.mod_iso_productreader .submit_container:after {
	position: relative;
	float: none;
	clear: both;
	display: block;
	content: ""
}

.mod_iso_productreader .quantity_container {
	position: relative;
	float: left;
	display: block
}

.mod_iso_productreader .quantity_container label {
	position: relative;
	float: left;
	display: block;
	padding-top: 6px
}

@media (max-width:767px) {
	.mod_iso_productreader .submit_container {
		float: none;
	}
	
	.mod_iso_productreader p.back {
		float: none;
		clear: both;
	}
	
	.mod_iso_productreader .options fieldset {
		float: none;
		clear: both;
		margin-left: 0px;
		padding-top: 10px;
	}
	
	.mod_iso_productreader .price .price_span {
		float: none;
		clear: both;
		margin-left: 0px;
		padding-top: 10px;
	}
}.mod_iso_productreader .quantity_container input {
	width: 40px;
	position: relative;
	float: left;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center
}

.mod_iso_productreader .submit_container input {
	position: relative;
	float: left;
	clear: none;
	display: block;
	margin-top: 0;
	margin-left: 10px;
	text-align: center;
	font: 13px 'TitilliumText22LRegular',Arial,sans-serif
}

.mod_iso_productreader .back a {
	text-align: center;
	font-weight: bold
}

.mod_iso_cart {
	position: relative;
	display: block
}

.mod_iso_checkout .shippingmethod fieldset span, .mod_iso_checkout .paymentmethod fieldset span {
	position: relative;
	clear: both;
	display: block
}

.mod_iso_checkout .shippingmethod fieldset .currency {
	position: relative;
	clear: none;
	display: inline
}

.mod_iso_cart table, .mod_iso_checkout .orderproducts table, .mod_iso_orderdetails table {
	position: relative;
	display: block;
	border-spacing: 0px;
	table-layout: fixed
}

.mod_iso_cart table:after, .mod_iso_checkout .orderproducts:after, .mod_iso_checkout .orderproducts table tfoot:after, .mod_iso_orderdetails table:after {
	position: relative;
	float: none;
	clear: both;
	display: block;
	content: ""
}

.mod_iso_cart  table tbody, .mod_iso_checkout .orderproducts table tbody, .mod_iso_orderdetails table tbody {
	width: 100%;
	display: table
}

.mod_iso_cart  table tbody tr, .mod_iso_checkout .orderproducts table tbody tr, .mod_iso_orderdetails  table tbody tr {
	width: 100%;
	min-height: 77px;
	position: relative;
	display: table;
	margin-bottom: 10px;
	background-color: #fafafa;
	line-height: 1px
}

.mod_iso_cart  table tbody tr:hover, .mod_iso_checkout .orderproducts table tbody tr:hover, .mod_iso_orderdetails  table tbody tr:hover {
	background-color: rgba(232,232,232,.5);
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mod_iso_cart table tbody tr td, .mod_iso_checkout  .orderproducts table tbody tr td, .mod_iso_orderdetails table tbody tr td {
	padding: 0
}

@media (max-width:500px) {
	.mod_iso_cart table tbody tr td, .mod_iso_checkout  .orderproducts table tbody tr td {
		float: none;
		clear: both;
		display: block;
		position: relative;
		min-height: 20px;
		line-height: 22px;
		padding-left: 10px !important;
		text-align: left !important;
	}
}.mod_iso_cart  table tbody tr td.remove, .mod_iso_checkout .orderproducts table tbody tr td.remove {
	width: 13px;
	height: 13px;
	padding-right: 10px;
	padding-left: 10px
}

.mod_iso_cart table tbody tr td.remove a, .mod_iso_checkout  .orderproducts table tbody tr td.remove a {
	width: 13px;
	height: 13px;
	position: relative;
	display: block;
	font-size: 0px
}

.mod_iso_cart  table tbody tr td.remove a:after, .mod_iso_checkout  .orderproducts table tbody tr td.remove a:after {
	width: 13px;
	height: 13px;
	left: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
	display: block;
	font-weight: normal;
	color: #f00;
	font: 13px FontAwesome;
	content: "\f00d"
}

.mod_iso_cart  td.image, .mod_iso_checkout .orderproducts td.image, .mod_iso_orderdetails td.image {
	width: 50px;
	padding: 5px
}

.mod_iso_cart  td.image img, .mod_iso_checkout .orderproducts td.image img, .mod_iso_orderdetails  td.image img {
	width: 50px;
	height: auto
}

.mod_iso_cart td.tax, .mod_iso_checkout .orderproducts td.tax, .mod_iso_orderdetails td.tax {
	display: none
}

.mod_iso_cart td.price, .mod_iso_checkout .orderproducts td.price, .mod_iso_orderdetails td.price {
	width: 80px;
	padding-right: 10px;
	text-align: right
}

.mod_iso_cart td.quantity, .mod_iso_checkout .orderproducts td.quantity, .mod_iso_orderdetails td.quantity {
	width: 35px
}

.mod_iso_cart td.quantity .text, .mod_iso_checkout .orderproducts td.quantity .text, .mod_iso_orderdetails td.quantity .text {
	width: 35px;
	margin-top: 10px;
	padding: 9px 5px;
	text-align: center;
	font-weight: normal;
	font: 11px 'TitilliumText22LRegular',Arial,sans-serif
}

.mod_iso_cart td.name, .mod_iso_checkout .orderproducts td.name, .mod_iso_orderdetails td.name {
	padding: 5px 20px;
	line-height: 13px
}

.mod_iso_cart  td.name a, .mod_iso_cart td.name a td.name a {
	position: relative;
	display: block;
	font-size: 15px
}

.mod_iso_cart  td.name .optionswrapper, .mod_iso_checkout .orderproducts td.name .optionswrapper, .mod_iso_orderdetails td.name .optionswrapper {
	position: relative;
	display: block;
	margin-top: 10px
}

.mod_iso_cart td.name .optionswrapper ul, .mod_iso_checkout .orderproducts td.name .optionswrapper ul, .mod_iso_orderdetails td.name .optionswrapper ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.mod_iso_cart td.name .optionswrapper ul li, .mod_iso_checkout .orderproducts td.name .optionswrapper ul li, .mod_iso_orderdetail td.name .optionswrapper ul li {
	position: relative;
	float: left;
	display: block;
	margin-right: 10px
}

.mod_iso_cart table tfoot, .mod_iso_checkout .orderproducts table tfoot, .mod_iso_orderdetails table tfoot {
	float: right;
	margin-bottom: 10px
}

.mod_iso_cart table tfoot .foot_last, .mod_iso_checkout .orderproducts table tfoot .foot_last, .mod_iso_orderdetails table tfoot .foot_last {
	font-weight: bold
}

.mod_iso_cart .submit_container {
	position: relative;
	float: none;
	clear: both;
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #d6d6d6
}

.mod_iso_cart  .submit_container input.button_checkout {
	position: relative;
	float: right;
	clear: none;
	display: block
}

.mod_iso_cart  .submit_container input.button_continue {
	position: relative;
	float: left;
	clear: none;
	display: block
}

.mod_iso_cart  .submit_container input.button_update {
	position: relative;
	float: left;
	clear: none;
	display: block
}

@media (max-width:500px) {
	.mod_iso_cart  .submit_container input {
		float: none !important;
		margin-left: 0px !important;
		margin-bottom: 10px !important;
		margin-top: 0px !important;
	}
}.mod_iso_checkout .steps ol {
	margin: 0;
	padding: 0 15px;
	list-style-type: none
}

.mod_iso_checkout .steps ol li {
	width: 25%;
	position: relative;
	float: left;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 5px solid #e8e8e8;
	font-size: 15px
}

.mod_iso_checkout .steps ol li.passed {
	border-color: #b12738
}

.mod_iso_checkout .steps ol li:after {
	width: 18px;
	height: 18px;
	bottom: -15px;
	position: absolute;
	background-color: #fafafa;
	border: 4px solid #e8e8e8;
	border-radius: 15px;
	font-size: 1px;
	color: #fafafa;
	right: -15px;
	content: ".";
	z-index: 2
}

.mod_iso_checkout .steps ol li.passed:after {
	height: 14px;
	padding-top: 4px;
	background-color: #fafafa;
	border-color: #b12738;
	color: #b12738;
	font: 11px FontAwesome;
	content: "\f00c"
}

.mod_iso_checkout .steps ol li:before {
	width: 18px;
	height: 18px;
	bottom: -10px;
	position: absolute;
	color: #e8e8e8;
	left: -12px;
	font: 22px FontAwesome;
	content: "\f054"
}

.mod_iso_checkout .steps ol li.passed:before {
	color: #b12738
}

.mod_iso_checkout .steps ol li.last:after {
	width: 18px;
	height: 18px;
	bottom: -8px;
	position: absolute;
	border: 0;
	color: #e8e8e8;
	right: -13px;
	font: 23px FontAwesome;
	content: "\f061";
	background: transparent
}

.mod_iso_checkout  .orderproducts {
	position: relative;
	display: block;
	margin-top: 30px
}

.mod_iso_checkout .submit_container {
	position: relative;
	display: block;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #d6d6d6
}

.mod_iso_checkout .submit_container .previous {
	max-width: 200px;
	position: relative;
	float: left;
	clear: none;
	display: inline-block
}

.mod_iso_checkout .submit_container .next, .mod_iso_checkout .submit_container .confirm {
	max-width: 200px;
	position: relative;
	float: right;
	clear: none;
	display: inline-block
}

.mod_iso_checkout .orderinfo .edit {
	position: relative;
	float: right;
	display: block;
	/*margin-top: -15px*/
}

@media (max-width:500px) {
	.mod_iso_checkout .orderinfo .edit {
		position: relative;
		float: none;
		margin-top: 20px;
		margin-bottom: 10px;
	}
}.mod_iso_checkout .error {
	color: #f00
}

input {
	font: 13px 'TitilliumText22LRegular',Arial,sans-serif
}

.mod_iso_orderhistory table {
	width: 100%;
	text-align: left;
	table-layout: fixed
}

.mod_iso_orderhistory table tr td {
	padding: 10px 6px
}

.mod_iso_orderhistory table tr.even {
	background-color: #fafafa
}

.mod_iso_orderhistory table tr .col_last {
	text-align: right
}

.info_container {
	margin-bottom: 20px;
	padding-bottom: 40px
}

.mod_iso_orderdetails .info_container {
	margin-bottom: 40px;
	padding-bottom: 0
}

#Menusection .mod_iso_cart {
	width: 50px;
	height: 50px;
	max-width: 50px;
	max-height: 50px;
	right: 0;
	top: 0;
	position: absolute;
	overflow: visible;
	font-size: 0px;
	cursor: pointer
}

#Menusection .mod_iso_cart:after {
	width: 37px;
	height: 35px;
	left: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
	padding-top: 15px;
	padding-left: 13px;
	font: 22px FontAwesome;
	color: #333;
	content: "\f07a"
}

#Menusection .mod_iso_cart:hover:after {
	background-color: #b12738
}

#Menusection .mod_iso_cart .iso_colection_min {
	right: 0;
	top: 50px;
	position: absolute;
	overflow: hidden;
	display: none;
	padding: 30px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	font-size: 12px;
	z-index: 9;
	cursor: auto
}

#Menusection .mod_iso_cart .iso_colection_min .cart {
	position: relative;
	display: block
}

#Menusection .mod_iso_cart .iso_colection_min .cart a, #Menusection .mod_iso_cart .iso_colection_min .checkout a {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 10px 40px;
	text-align: center;
	white-space: nowrap;
	background-color: #b12738;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

#Menusection .mod_iso_cart .iso_colection_min .cart a:hover, #Menusection .mod_iso_cart .iso_colection_min .checkout a:hover {
	background-color: #333333;
	color: #fff
}

#Menusection .mod_iso_cart .iso_colection_min .product:hover {
	background-color: #e8e8e8
}

#Menusection .mod_iso_cart .iso_colection_min .product {
	width: 100%;
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 10px 20px 10px 10px;
	white-space: nowrap;
	background-color: #fafafa;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#Menusection .mod_iso_cart .iso_colection_min .info ul {
	display: none
}

#Menusection .mod_iso_cart .iso_colection_min .remove {
	right: 10px;
	top: 10px;
	position: absolute
}

#Menusection .mod_iso_cart .iso_colection_min .remove a {
	font-size: 0px
}

#Menusection .mod_iso_cart .iso_colection_min .remove a:after {
	font: 12px FontAwesome;
	color: #f00;
	content: "\f00d"
}

#Menusection .mod_iso_cart .iso_colection_min .name a {
	font-size: 14px
}

#Menusection .mod_iso_cart .iso_colection_min .subtotal {
	width: 100%;
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -30px;
	padding: 10px 30px;
	text-align: center;
	background-color: #e8e8e8;
	font-size: 12px;
	color: #515151
}

.mod_iso_addressbook .vcard {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 10px;
	text-align: center;
	background-color: #fafafa
}

.mod_iso_addressbook .edit, .mod_iso_addressbook .delete {
	font-size: 0px
}

.mod_iso_addressbook .edit, .mod_iso_addressbook .delete {
	font-size: 0px
}

.mod_iso_addressbook a.edit {
	font-size: 0px;
	text-decoration: none
}

.mod_iso_addressbook a.delete {
	float: right;
	text-decoration: none
}

.mod_iso_addressbook .edit:after {
	font: 14px FontAwesome;
	content: "\f044"
}

.mod_iso_addressbook .delete:after {
	font: 14px FontAwesome;
	color: #f00;
	content: "\f00d"
}

.mod_iso_addressbook .add {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 6px 13px;
	background-color: #b12738;
	text-decoration: none;
	color: #fff
}

.mod_iso_addressbook .add:hover {
	background-color: #333333
}

.mod_iso_orderdetails .downloads ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.mod_iso_orderdetails .downloads ul li {
	position: relative;
	display: block;
	padding: 6px 13px;
	background-color: #fafafa
}

.mod_iso_orderdetails .downloads ul li.unavailable:before {
	margin-right: 15px;
	font: 16px FontAwesome;
	content: "\f023"
}

.mod_iso_orderdetails .downloads ul li.available:before {
	margin-right: 15px;
	font: 16px FontAwesome;
	color: #159e00;
	content: "\f09c"
}

.actions a {
	line-height: 1.2;
}

#ctrl_shippingaddress span {
	display: block;
	float: none;
}