/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on http://www.template-creator.com
-----------------------------------------*/

html {
	height: 101/100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
}

* {
	padding: 0;
	margin: 0;
}

ul, ol {
	padding: .75em 0 .75em 0;
	margin: 0 0 0 35px;
}

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

ul.menu li a {
	text-decoration: none;
}


p {
	padding: 5px 0;
}

.flexiblecolumn {
	min-height: 0.1px; /* needed to keep the area of the column */
	box-sizing: border-box;
}

.clr {
	clear : both;
}

audio, canvas, img, svg, video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

table img {
	max-width: none;
}


.column.column2 {
	width: 0%;
}

.column.center {
	width: 100%;
}

.noright .column.center {
	width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
	float: left;
}

.rtl .flexiblemodule, .rtl .column, .rtl .logobloc, .rtl .flexiblecolumn {
	float: right;
}

/* for equalheights */
section > .inner > .clr,
.flexiblemodule > .inner > .clr,
.equalheights > .inner > .clr,
section > .inner:before,
.flexiblemodule > .inner:before,
.equalheights > .inner:before,
section > .inner:after,
.flexiblemodule > .inner:after,
.equalheights > .inner:after {
	display: none;
}

section > .inner,
.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
	justify-content: space-between;
}

.flexiblemodule {
	display: flex;
	flex: 1 1 auto;
}

.flexiblemodule > .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}

.videobackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	object-fit: cover;
}

.videobackground + * { 
	position: relative;
	z-index: 1;
}

.hasvideobackground {
	position: relative;
	overflow: hidden;
}

#finder-search .in.collapse {
	overflow: visible;
}

.valign-top {
	align-self: flex-start;
}

.valign-center {
	align-self: center;
}

.valign-bottom {
	align-self: flex-end;
}

.tck-logo-img {
	display: block;
}

.tck-logo-center img {
	margin-left: auto;
	margin-right: auto;
}

.tck-logo-right img {
	margin-left: auto;
}

.tck-article {
	clear: both;
}

.tck-wrapper {
	position: relative;
}

/* ---------------------------------------
	Print default CSS
-----------------------------------------*/

@media print {

	.tck-container {
		width: 100% !important;
	}

	.scrollToTop, #login-form, .tck-noprint {
		display: none !important
	}

	.flexiblemodule, .column, .logobloc, .flexiblecolumn {
		float: none;
	}

	.column.main, .column.column1, .column.column2 {
		width: 85%;
		margin-right: 2%;
		margin-left: auto;
	}

	.column.center {
		width: 100%;
	}

	a[href]:after {
		content: "";
	}

}

/* ---------------------------------------
	Accessibility
-----------------------------------------*/

.breadcrumb > .active {
	color: #000;
	font-weight: bold;
}

.muted {
	color: #666;
	font-weight: lighter;
}


/* ---------------------------------------
	CSS grid for content alignement
-----------------------------------------*/
[class*="tck-cols"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

[class*="tck-cols"] > * {
	flex: 1 1 auto;
	box-sizing: border-box;
}

[class*="tck-gutter"] > * {
	flex: 0 1 auto;
}

/* no gutter */
.tck-cols-2 > * {
	width: 50%;
}

.tck-cols-3 > * {
	width: 33.333%;
}

.tck-cols-4 > * {
	width: 25%;
}
.tck-cols-8 > * {
	width: 12.5%;
}

/* gutter 10px */
.tck-cols-2.tck-gutter-10 > * {
	width: calc((100% - 10px) / 2);
}

.tck-cols-3.tck-gutter-10 > * {
	width: calc((100% - 2 * 10px) / 3);
}

.tck-cols-4.tck-gutter-10 > * {
	width: calc((100% - 3 * 10px) / 4);
}

.tck-cols-8.tck-gutter-10 > * {
	width: calc((100% - 7 * 10px) / 8);
}

/* ---------------------------------------
	Shape divider
-----------------------------------------*/

.tck-divider-container {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
}

.tck-divider-container > svg {
	position: relative;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	min-width: 100%;
}

.tck-divider-container.pbck-divider-top {
	top: -1px;
}

.tck-divider-container.pbck-divider-bottom {
	bottom: -1px;
}

.tck-divider-container.pbck-divider-over {
	z-index: 1;
}

.tck-divider-container.pbck-divider-under {
	z-index: 0;
}

.ckflip-horizontal > svg {
	transform: rotateY(180deg) translate(-50%);
}

.ckflip-vertical > svg {
	transform: rotateX(180deg) translate(-50%);
}

.ckflip-horizontal.ckflip-vertical > svg {
	transform: rotate(180deg) translate(-50%);
}

.tck-divider-container + .inner {
	position: relative;
}

/* ---------------------------------------
	System features
-----------------------------------------*/

.tck-edition {
	min-height: 50px;
	margin: 2px;
	border: 1px dashed grey;
	position: relative;
}
.tck-edition::before {
	content: "[" attr(data-position) "]";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-aign: center;
	font-family: Segoe UI, sans-serif;
	line-height: 1.2;
	padding: 3px 5px;
	background: #333;
	display: block !important;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #666;
	opacity: 0.8;
	pointer-events: none;
	box-sizing: content-box;
	height: 20px;
	z-index: 1;
}

/* ---------------------------------------
	specific to images
-----------------------------------------*/

ul.actions {
	margin: 0;
	list-style: none;
}

ul.actions li a {
	text-decoration: none;
}


.tck-article-details-align-h > dd {
	display: inline-block;
	margin-right: 10px; 
}

.tck-article-tools-right {
	float: right;
}

.tck-article-tools ul:not(.dropdown-menu) li {
	display: inline-block;
}

.tck-article-pagination-prev {
	float: left;
}

.tck-article-pagination-next {
	float: right;
}



/* ---------------------------------------
	Columns width
-----------------------------------------*/

#row1column1 { width: calc(25 / 100 * (100% - (3 * 10px))); }

#row1column2 { width: calc(25 / 100 * (100% - (3 * 10px))); }

#row1column3 { width: calc(25 / 100 * (100% - (3 * 10px))); }

#row1column4 { width: calc(25 / 100 * (100% - (3 * 10px))); }


/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid,
.tck-container, .tck-container-fluid {
	margin: 0 auto;
	box-sizing: border-box;
}

.container, .tck-container {
	width: 1200px;
}

.container-fluid, .tck-container-fluid {
	width: 1200px;
}

body {
	background: #000000;
	color: #cdced4;
	text-align: center;
	font-weight: 2;
	line-height: 30px;
	font-size: 20px;
	font-family: 'Quicksand';
}

a {
	color: #a3a3a3;
	text-decoration: none;
}


a:hover,  a:focus {
	color: #ffffff;
	text-decoration: underline;
}

h1, div.componentheading {
	color: cc9933;
	text-align: center;
	font-weight: 2;
	line-height: 45px;
	font-size: 35px;
	font-family: 'Quicksand';
	text-shadow: 2px 2px 1px #000;
}

h2, div.contentheading {
	color: #cc9933;
	font-weight: 2;
	line-height: 36px;
	font-size: 30px;
}

h3 {
	color: #cc9933;
	font-weight: 2;
	line-height: 30px;
	font-size: 25px;
}

.button, button, button.btn, input.btn, .btn {
    border: none;
	background: #e8e8e8;
	color: #ffffff;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #fff; font-weight:bold!important; text-decoration: none; background: #cc9933; padding: 20px; transition: all 0.3s ease-in; border-radius: 4px; line-height: 30px; margin: 20px auto
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover,
.button:focus, button:focus, button.btn:focus, input.btn:focus, .btn:focus {
	background: #dedede;
	color: #000000;
	color: #ffffff;text-decoration: none; background: #996600;
}

.readmore a, .readmore .btn {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: normal;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,  select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	height: auto;
	background: #ffffff;
	border: #c7c7c7 1px solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,  select:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #7d7d7d 1px solid;
}
/* ---------------------------------------
	Table styling
-----------------------------------------*/

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: #363546;
}

table {
  max-width: 100%;
  /*background-color: transparent;*/
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 0  ;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 0  ;
}
table table {
  background-color: #ffffff;
}

table {
  border: 0  ;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
table th,
table td {
  border-left: 0  ;
}
table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}
table thead:first-child tr:first-child > th:first-child,
table tbody:first-child tr:first-child > td:first-child,
table tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
table thead:first-child tr:first-child > th:last-child,
table tbody:first-child tr:first-child > td:last-child,
table tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
table thead:last-child tr:last-child > th:first-child,
table tbody:last-child tr:last-child > td:first-child,
table tbody:last-child tr:last-child > th:first-child,
table tfoot:last-child tr:last-child > td:first-child,
table tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
table thead:last-child tr:last-child > th:last-child,
table tbody:last-child tr:last-child > td:last-child,
table tbody:last-child tr:last-child > th:last-child,
table tfoot:last-child tr:last-child > td:last-child,
table tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
table tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
table tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
table caption + thead tr:first-child th:first-child,
table caption + tbody tr:first-child td:first-child,
table colgroup + thead tr:first-child th:first-child,
table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
table caption + thead tr:first-child th:last-child,
table caption + tbody tr:first-child td:last-child,
table colgroup + thead tr:first-child th:last-child,
table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}


#wrapper2 {
	background: #000000;

                    }

#wrapper2 > .inner {
	text-align: center;
}

#block2 > .inner {
	color: #888888;
}
#block2 ul.menu, #block2 ul.maximenuck {
            margin: 0;
            padding: 0;
}

#block2 ul.menu li, #block2 ul.maximenuck li  {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style:none;
}

#block2 ul.menu li li, #block2 ul.maximenuck li li {
	float: none;
	display: block;
}

#block2 ul.menu > li > a, #block2 ul.menu > li > span.separator,
#block2 ul.maximenuck > li > a, #block2 ul.maximenuck > li > span.separator{
    display:block;
	border-bottom: #000000 1px solid;
	color: #cc9933;
	margin: 0px;
	padding: 20px;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 20px;
}

#block2 ul.menu > li:hover > a, #block2 ul.menu > li:hover > span.separator,
#block2 ul.menu > li:focus > a, #block2 ul.menu > li:focus > span.separator,
#block2 ul.maximenuck > li:hover > a, #block2 ul.maximenuck > li:hover > span.separator,
#block2 ul.maximenuck > li:focus > a, #block2 ul.maximenuck > li:focus > span.separator {
	border-bottom: #cc9933 1px solid;
	color: #cc9933;
}

#block2 ul.menu > li.active > a, #block2 ul.menu > li.active > span.separator,
#block2 ul.maximenuck > li.active > a, #block2 ul.maximenuck > li.active > span.separator {
	color: #ffffff;
}

#block2 ul.menu li li a, #block2 ul.menu li li span.separator,
#block2 ul.maximenuck li li a, #block2 ul.maximenuck li li span.separator {
    display:block;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	color: #555555;
	padding: 6px;
}

#block2 ul.menu li li:hover > a, #block2 ul.menu li li:hover span.separator,
#block2 ul.menu li li:focus > a, #block2 ul.menu li li:focus span.separator,
#block2 ul.maximenuck li li:hover > a, #block2 ul.maximenuck li li:hover span.separator,
#block2 ul.maximenuck li li:focus > a, #block2 ul.maximenuck li li:focus span.separator {
	background: #f7f7f7;
	border-top: #e8e8e8 1px solid;
	border-bottom: #ededed 1px solid;
	color: #252525;
}

#block2 ul.menu li li.active > a, #block2 ul.menu li li.active span.separator,
#block2 ul.maximenuck li li.active > a, #block2 ul.maximenuck li li.active span.separator{
}

/* code pour menu normal */
#block2 ul.menu li ul, #block2 ul.menu li:hover ul ul, #block2 ul.menu li:hover ul ul ul,
#block2 ul.menu li ul, #block2 ul.menu li:focus ul ul, #block2 ul.menu li:focus ul ul ul {
	position: absolute;
	left: -999em;
	z-index: 999;
        margin: 0;
        padding: 0;
	background: #ffffff;
	border: #d9d9d9 1px solid;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
}


#block2 ul.menu li:hover ul ul, #block2 ul.menu li:hover li:hover ul ul, #block2 ul.menu li:hover li:hover li:hover ul ul,
#block2 ul.menu li:focus ul ul, #block2 ul.menu li:focus li:focus ul ul, #block2 ul.menu li:focus li:focus li:focus ul ul {
	left: -999em;
}

#block2 ul.menu li:hover > ul, #block2 ul.menu li:hover ul li:hover > ul, #block2 ul.menu li:hover ul li:hover ul li:hover > ul, #block2 ul.menu li:hover ul li:hover ul li:hover ul li:hover > ul,
#block2 ul.menu li:focus > ul, #block2 ul.menu li:focus ul li:focus > ul, #block2 ul.menu li:focus ul li:focus ul li:focus > ul, #block2 ul.menu li:focus ul li:focus ul li:focus ul li:focus > ul {
	left: auto;
}

#block2 ul.menu li:hover ul li:hover ul,
#block2 ul.menu li:focus ul li:focus ul {
	margin-top: -30px;
	margin-left: 190px;
}

/* fin code normal */

#block2 ul.maximenuck li ul, #block2 ul.maximenuck li:hover ul ul, #block2 ul.maximenuck li:hover ul ul ul,
#block2 ul.maximenuck li ul, #block2 ul.maximenuck li:focus ul ul, #block2 ul.maximenuck li:focus ul ul ul {
	position: static !important;
	left: auto !important;
	background: transparent !important;
	border-radius: 0 !important;
    border: none !important;
	-moz-border-radius: 0 !important;
	-o-border-radius:  0 !important;
	-webkit-border-radius: 0 !important;
	width: 100% !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#block2 ul.maximenuCK li ul ul,
#block2 ul.maximenuck li ul ul {
	margin: 0 !important;
}

#block2 li div.maxidrop-main {
	width: 200px;
}

#block2 li div.floatCK,
#block2 li div.floatck {
	background: #ffffff;
	border: #d9d9d9 1px solid;
	padding-top: 20px;
	padding-bottom: 20px;
}

#block2 ul li ul.maximenuCK2,
#block2 ul li ul.maximenuck2 {
    margin: 0;
    padding: 0;
}

#block2 ul li div.maximenuCK2,
#block2 ul li div.maximenuck2 {
    float: left;
    width: 100%;
}

#block2 li div.maxidrop-main div.maxidrop-main {
}

#block2 ul li.maximenuCK div.floatCK div.floatCK,
#block2 ul li.maximenuck div.floatck div.floatck {
	margin-top: -30px;
	margin-left: 190px;
}

#block2 span.descCK,
#block2 span.descck {
    display: block;
    line-height: 10px;
}

#block2 ul.menu li li {
    float: none;
    display: block;
}


#wrapper1 {
	background: #000000;

                    }

#wrapper1 > .inner {
	margin-top: 30px;
}
#blocks1 .n1 > .flexiblemodule { width: 100%; }
#blocks1 .n2 > .flexiblemodule { width: 50%; }
#blocks1 .n2 > .flexiblemodule + div { width: 50%; }
#blocks1 .n3 > .flexiblemodule { width: 33.3333333333%; }
#blocks1 .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#blocks1 .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }

#blocks1 > .inner {
	padding-bottom: 30px;
}

#blocks1mod1 > .inner {
	color: #a3a3a3;
}

#blocks1mod1 a {
	color: #a3a3a3;
	text-decoration: none;
}


#blocks1mod1 a:hover, #blocks1mod1 a:focus  {
	color: #a3a3a3;
	text-decoration: none;
}

#blocks1mod2 > .inner {
	color: #a3a3a3;
}

#blocks1mod2 a {
	color: #a3a3a3;
	text-decoration: none;
}


#blocks1mod2 a:hover, #blocks1mod2 a:focus  {
	color: #a3a3a3;
	text-decoration: none;
}

#blocks1mod3 > .inner {
	color: #a3a3a3;
}

#wrapper {
	background: #000000;
	background-image: url("bodywrapper-gradient.svg");
	background-image: -o-linear-gradient(center left,#000000,#191d24 50%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, right top,from(#000000),color-stop(50%,#191d24), color-stop(100%, #000000));
	background-image: -moz-linear-gradient(center left,#000000,#191d24 50%, #000000 100%);
	background-image: linear-gradient(center left,#000000,#191d24 50%, #000000 100%);
	-pie-background: linear-gradient(center left,#000000,#191d24 50%, #000000 100%);

                    }

#maincontent > .inner {
	color: #ffffff;
	padding: 40px;
	padding-right: 20px;
	padding-left: 20px;
}

#maincontent div.moduletable h3, #maincontent div.module h3, #maincontent .widget h3, #maincontent .tck-module h3,
#maincontent div.moduletable_menu h3, #maincontent div.module_menu h3, #maincontent .tck-module-title {
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 28px;
	font-family: Tahoma, sans-serif;
}
#blocks2 .n1 > .flexiblemodule { width: 100%; }
#blocks2 .n2 > .flexiblemodule { width: 50%; }
#blocks2 .n2 > .flexiblemodule + div { width: 50%; }
#blocks2 .n3 > .flexiblemodule { width: 33.3333333333%; }
#blocks2 .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#blocks2 .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }
#blocks2 .n4 > .flexiblemodule { width: 25%; }
#blocks2 .n4 > .flexiblemodule + div { width: 25%; }
#blocks2 .n4 > .flexiblemodule + div + div { width: 25%; }
#blocks2 .n4 > .flexiblemodule + div + div + div { width: 25%; }
#blocks2 .n5 > .flexiblemodule { width: 20%; }
#blocks2 .n5 > .flexiblemodule + div { width: 20%; }
#blocks2 .n5 > .flexiblemodule + div + div { width: 20%; }
#blocks2 .n5 > .flexiblemodule + div + div + div { width: 20%; }
#blocks2 .n5 > .flexiblemodule + div + div + div + div { width: 20%; }

#blocks2mod1 > .inner {
	padding: 20px;
}

#blocks2mod2 > .inner {
	padding: 20px;
}

#blocks2mod3 > .inner {
	padding: 20px;
}

#blocks2mod4 > .inner {
	padding: 20px;
}

#blocks2mod5 > .inner {
	padding: 20px;
}

#wrapper7 {
	background: #000000;

                    }

#wrapper7 > .inner {
	margin-top: 0px;
	padding-bottom: 20px;
}

#row1 > .inner {
	margin-top: 30px;
	margin-bottom: 30px;
}

#row1column1 {
	background:  url('../images/pd_ikona_interier.png') center 0px no-repeat scroll;
	background-size: auto;
	padding-bottom: 5px;
}

#block17 {
	min-height: 250px;
}

#block18 > .inner {
	background: #cc9933;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-o-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	min-height: 120px;
	color: #000000;
	margin-top: -80px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 30px;
	box-shadow: #383f4a 0px 0px 50px 0px;
	-moz-box-shadow: #383f4a 0px 0px 50px 0px;
	-webkit-box-shadow: #383f4a 0px 0px 50px 0px;
}

#block18 div.moduletable h3, #block18 div.module h3, #block18 .widget h3, #block18 .tck-module h3,
#block18 div.moduletable_menu h3, #block18 div.module_menu h3, #block18 .tck-module-title {
	color: #ffffff;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	font-weight: normal;
	font-size: 33px;
}

#block18 .tck-module-text {
	padding-bottom: 20px;
}

#block18 a {
	color: #ffffff;
	text-decoration: none;
}


#block18 a:hover, #block18 a:focus  {
	color: #ffffff;
	text-decoration: none;
}

#row1column2 {
	background:  url('../images/pd_ikona_klimatizace.png') center 0px no-repeat scroll;
	background-size: auto;
	padding-bottom: 5px;
}

#block19 {
	min-height: 250px;
}

#block20 > .inner {
	background: #cc9933;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-o-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	min-height: 120px;
	color: #000000;
	margin-top: -80px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 30px;
	box-shadow: #383f4a 0px 0px 50px 0px;
	-moz-box-shadow: #383f4a 0px 0px 50px 0px;
	-webkit-box-shadow: #383f4a 0px 0px 50px 0px;
}

#block20 div.moduletable h3, #block20 div.module h3, #block20 .widget h3, #block20 .tck-module h3,
#block20 div.moduletable_menu h3, #block20 div.module_menu h3, #block20 .tck-module-title {
	color: #ffffff;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	font-weight: normal;
	font-size: 33px;
}

#block20 .tck-module-text {
	padding-bottom: 20px;
}

#block20 a {
	color: #ffffff;
	text-decoration: none;
}


#block20 a:hover, #block20 a:focus  {
	color: #ffffff;
	text-decoration: none;
}

#row1column3 {
	background:  url('../images/pd_ikona_priprava.png') center 0px no-repeat scroll;
	background-size: auto;
	padding-bottom: 5px;
}

#block21 {
	min-height: 250px;
}

#block25 > .inner {
	background: #cc9933;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-o-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	min-height: 120px;
	color: #000000;
	margin-top: -80px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 30px;
	box-shadow: #383f4a 0px 0px 50px 0px;
	-moz-box-shadow: #383f4a 0px 0px 50px 0px;
	-webkit-box-shadow: #383f4a 0px 0px 50px 0px;
}

#block25 div.moduletable h3, #block25 div.module h3, #block25 .widget h3, #block25 .tck-module h3,
#block25 div.moduletable_menu h3, #block25 div.module_menu h3, #block25 .tck-module-title {
	color: #ffffff;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	font-weight: normal;
	font-size: 33px;
}

#block25 .tck-module-text {
	padding-bottom: 20px;
}

#block25 a {
	color: #ffffff;
	text-decoration: none;
}


#block25 a:hover, #block25 a:focus  {
	color: #ffffff;
	text-decoration: none;
}

#row1column4 {
	background:  url('../images/pd_ikona_pneu.png') center 0px no-repeat scroll;
	background-size: auto;
}

#block23 {
	min-height: 250px;
}

#block22 > .inner {
	background: #cc9933;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-o-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	min-height: 120px;
	color: #000000;
	margin-top: -80px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 30px;
	box-shadow: #383f4a 0px 0px 50px 0px;
	-moz-box-shadow: #383f4a 0px 0px 50px 0px;
	-webkit-box-shadow: #383f4a 0px 0px 50px 0px;
}

#block22 div.moduletable h3, #block22 div.module h3, #block22 .widget h3, #block22 .tck-module h3,
#block22 div.moduletable_menu h3, #block22 div.module_menu h3, #block22 .tck-module-title {
	color: #ffffff;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	font-weight: normal;
	font-size: 33px;
}

#block22 .tck-module-text {
	padding-bottom: 20px;
}

#block22 a {
	color: #ffffff;
	text-decoration: none;
}


#block22 a:hover, #block22 a:focus  {
	color: #ffffff;
	text-decoration: none;
}

#wrapper5 {
	background: #000000;

                    }

#wrapper5 > .inner {
	padding-bottom: 40px;
}
#block4 .n1 > .flexiblemodule { width: 100%; }
#block4 .n2 > .flexiblemodule { width: 50%; }
#block4 .n2 > .flexiblemodule + div { width: 50%; }

#block5 > .inner {
	background: #575b62 url('../images/komercni.png') left bottom no-repeat scroll;
	background-size: auto;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 15px;
	box-shadow: #1f1f1f 0px 0px 10px 5px;
	-moz-box-shadow: #1f1f1f 0px 0px 10px 5px;
	-webkit-box-shadow: #1f1f1f 0px 0px 10px 5px;
}

#block5 div.moduletable h3, #block5 div.module h3, #block5 .widget h3, #block5 .tck-module h3,
#block5 div.moduletable_menu h3, #block5 div.module_menu h3, #block5 .tck-module-title {
	color: #ffffff;
	margin-top: 15px;
	font-weight: normal;
	font-size: 33px;
}

#block5 a {
	color: #00aff8;
}


#block5 a:hover, #block5 a:focus  {
	color: #ffffff;
}

#block6 > .inner {
	background: #575b62 url('../images/soukrome.png') left bottom no-repeat scroll;
	background-size: auto;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	box-shadow: #1f1f1f 0px 0px 10px 5px;
	-moz-box-shadow: #1f1f1f 0px 0px 10px 5px;
	-webkit-box-shadow: #1f1f1f 0px 0px 10px 5px;
}

#block6 div.moduletable h3, #block6 div.module h3, #block6 .widget h3, #block6 .tck-module h3,
#block6 div.moduletable_menu h3, #block6 div.module_menu h3, #block6 .tck-module-title {
	color: #ffffff;
	margin-top: 15px;
	font-weight: normal;
	font-size: 33px;
}

#block6 a {
	color: #00aff8;
}


#block6 a:hover, #block6 a:focus  {
	color: #ffffff;
}
#block10 .n1 > .flexiblemodule { width: 100%; }
#block10 .n2 > .flexiblemodule { width: 50%; }
#block10 .n2 > .flexiblemodule + div { width: 50%; }

#block11 > .inner {
	background: #575b62 url('../images/akce.png') right top no-repeat scroll;
	background-size: auto;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 15px;
	box-shadow: #1f1f1f 0px 0px 10px 5px;
	-moz-box-shadow: #1f1f1f 0px 0px 10px 5px;
	-webkit-box-shadow: #1f1f1f 0px 0px 10px 5px;
}

#block11 div.moduletable h3, #block11 div.module h3, #block11 .widget h3, #block11 .tck-module h3,
#block11 div.moduletable_menu h3, #block11 div.module_menu h3, #block11 .tck-module-title {
	color: #ffffff;
	margin-top: 15px;
	font-weight: normal;
	font-size: 33px;
}

#block11 a {
	color: #00aff8;
}


#block11 a:hover, #block11 a:focus  {
	color: #ffffff;
}

#block12 > .inner {
	background: #575b62 url('../images/EZS.png') right top no-repeat scroll;
	background-size: auto;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	box-shadow: #1f1f1f 0px 0px 10px 5px;
	-moz-box-shadow: #1f1f1f 0px 0px 10px 5px;
	-webkit-box-shadow: #1f1f1f 0px 0px 10px 5px;
}

#block12 div.moduletable h3, #block12 div.module h3, #block12 .widget h3, #block12 .tck-module h3,
#block12 div.moduletable_menu h3, #block12 div.module_menu h3, #block12 .tck-module-title {
	color: #ffffff;
	margin-top: 15px;
	font-weight: normal;
	font-size: 33px;
}

#block12 a {
	color: #00aff8;
}


#block12 a:hover, #block12 a:focus  {
	color: #ffffff;
}

#wrapper4 {
	background: #000000;

                    }

#block1 > .inner {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	font-style: italic;
	font-size: 25px;
}

#block1 div.moduletable h3, #block1 div.module h3, #block1 .widget h3, #block1 .tck-module h3,
#block1 div.moduletable_menu h3, #block1 div.module_menu h3, #block1 .tck-module-title {
	font-size: 33px;
}

#wrapper6 {
	background: #000000;
	background-image: url("bodywrapper6-gradient.svg");
	background-image: -o-linear-gradient(center top,#000000,#191d24 50%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#000000),color-stop(50%,#191d24), color-stop(100%, #000000));
	background-image: -moz-linear-gradient(center top,#000000,#191d24 50%, #000000 100%);
	background-image: linear-gradient(center top,#000000,#191d24 50%, #000000 100%);
	-pie-background: linear-gradient(center top,#000000,#191d24 50%, #000000 100%);

                    }

#wrapper6 > .inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

#block16 > .inner {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}

#block16 div.moduletable h3, #block16 div.module h3, #block16 .widget h3, #block16 .tck-module h3,
#block16 div.moduletable_menu h3, #block16 div.module_menu h3, #block16 .tck-module-title {
	font-size: 33px;
}

#wrapper3 {
	background: #000000;
	background-image: url("bodywrapper3-gradient.svg");
	background-image: -o-linear-gradient(center top,#000000, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#000000), color-stop(100%, #000000));
	background-image: -moz-linear-gradient(center top,#000000, #000000 100%);
	background-image: linear-gradient(center top,#000000, #000000 100%);
	-pie-background: linear-gradient(center top,#000000, #000000 100%);

                    }

#block3 > .inner {
	color: #b8b8b8;
	padding: 20px;
	text-align: center;
	font-size: 15px;
}

#block3 a {
	color: #b8b8b8;
	text-decoration: none;
}


#block3 a:hover, #block3 a:focus  {
	color: #b8b8b8;
	text-decoration: underline;
}
