/*
Theme Name: VZ Service
Theme URI: http://www.stavitelstviblaha.cz
Author: Mgr. Karel Attl & Marek Sedlák
Author URI: http://www.karelattl.cz/
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{
	border: 0;
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
	display: block;
}

iframe {
	width: 100%;
}

ol,ul
{
	list-style: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
html{
	min-height: 100%;
}

html,body {
	height: 100%;
}
body
{
	color: #666;
	background-color: #fff;
	font-family: 'Open Sans', Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	text-align: left;
}

.wpcf7 input,.wpcf7 textarea {
	color: #6f6f6e;
	font-family: 'Open Sans', Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	text-align: left;
	background-color: #fff;
	border: none;
	resize: none;
	margin: 0;
	margin-bottom: 4px;
	outline: none;
	padding: 10px;
	border: 1px solid transparent;
}

.wpcf7 input[type=submit] {
	padding: 15px 20px;
	font-size: 13px;
	color: #fff;
	background-color: #c6c6c6;
	border-radius: 5px;
	border: none;
	margin-top: 5px;
	cursor: pointer;
	transition: all .3s;
}

.wpcf7 input[type=submit]:hover {
	background-color: #bbb;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-not-valid {
	border: 1px solid #c00 !important;
	background-color: #ffd9d9 !important;
}

div.wpcf7-response-output {
	margin: 0 !important;	
}

.clear
{
	clear: both;
	display: block;
}

.center {
	text-align: center;
}

img
{
	height: auto;
	max-width: 100%;
}

img.responsive {
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6
{
	font-weight: 300;
	line-height: 1.4em;
	padding: 0;
	padding-bottom: 0.5em;
	text-transform: uppercase;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong, {
	font-weight: 300;
}
p,ul,ol
{
	padding: 0 0 30px;
}

a {
	text-decoration: underline;
	color: #f0801a;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	
}

.transition {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

a.notransition {
	-o-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	transition:none;
}

a:hover {
	color: #d66600;
}

.outer-container {
	width: 100%;
	min-width: 760px;
}

.inner-container {
	max-width: 1420px;
	margin: 0 auto;
}

.text-wrapper {
	max-width: 1274px;
	
}

.text-wrapper {
	padding: 40px 0;
}

.line {
	height: 3px;
	margin: 25px auto 60px auto;
	width: 118px;
	background: #f0801a;
}

.single .line {
	margin-bottom: 25px;
}

#wrapper {
	min-height: 100%;
	margin-bottom: -402px;
}

#wrapper:after {
  content: "";
  display: block;
  height: 402px; 
}


#footer-wrapper,#footer {
	height: 402px;
}

#footer-wrapper {
	background-color: #434242;
}


#header-wrapper,#header {
	/* height: 150px; // -72px */
	height: 78px;
	background-color: #3a3a3a;
}

#header {
	position: relative;
	text-align: center;
}

*:focus {
    outline: 0;
}

#search {
	position: absolute;
	top: 30px;
	right: 0;
	border: 1px solid #dedede;
	padding: 3px;
}

#search input[type=submit] {
	border: none;
	padding: 0;
	margin: 0;
	background: url(images/search.png) center center no-repeat;
	width: 33px;
	height: 33px;
}

#search input[type=text] {
	height: 21px;
	padding: 5px;
	border: none;
}

#languages {
	position: absolute;
	right: 0;
	top: 3px;
}

#languages ul li {
	display: inline;
}

#logo {
	display: block;
	width: 249px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#responsive-menu {
	display: none;
	position: absolute;
	background: url(images/menu-icon.png) top left repeat;	
	width: 32px;
	height: 32px;
	left: 10px;
	top: 15px;
}

#top-menu-wrapper {
	z-index: 9990;
	position: absolute;
	right: 0;
	top: 0px;
	height: 28px;
	background-color: #222222;
}

#top-menu-wrapper a,#top-menu-wrapper a:hover {
	color: #ccc;
	line-height: 28px;
	display: block;
	padding: 0 8px;
	font-size: 10px;
	text-decoration: none;
}

#top-menu-wrapper a:hover {
	text-decoration: underline;
}

#top-menu-wrapper ul {
	float: right;
}

#top-menu-wrapper ul li {
	display: inline-block;
	float: none;
}

#menu-wrapper {
	z-index: 9990;
	position: absolute;
	right: 0;
	top: 28px;
}

#menu-wrapper ul {
	display: inline-block;
	float: right;
	padding: 0;
}

#menu-content > div > ul > li {
	height: 59px;
	line-height: 59px;
	display: inline-block;
	float: left;
}

#menu-content > div > ul > li > a {
	height: 39px;
	line-height: 39px;
	display: block;
	color: #9e9e9e;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 15px;
	font-size: 14px;
	margin: 1px;
}

#menu-content > div > ul > li:first-child > a {
	
}

#menu-content > div > ul > li:hover > a, #menu-content > div > ul > li.current-menu-item  > a, #menu-content > div > ul > li.current-menu-ancestor > a {
	background-color: #f0801a;
	color: #fff;
}

#menu-wrapper ul.sub-menu {
	display: none;
	position: absolute;
	background-color: white;
	border-radius: 5px;
	top: 61px;
	z-index: 9000;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#menu-wrapper ul.sub-menu li {
	height: 59px;
	line-height: 59px;
	display: block;
}

#menu-wrapper ul.sub-menu li a {
	height: 59px;
	line-height: 59px;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 300;
	color: black;
	display: block;
	text-decoration: none;
	min-width: 200px;
}

#menu-wrapper ul.sub-menu li a:hover {
	background-color: #29adb1;
	color: white;
}

#menu-wrapper ul.submenu ul.submenu, #menu-wrapper ul.submenu ul.submenu ul.submenu {
	display: none;
}

#content-slider-wrapper {
	position: relative;
	overflow: hidden;
}

#content-slider-wrapper,#content-slider,.content-slider-item,.content-slider-text,.content-slider-inside-text {
	height: 550px;
	width: 100%;
}

.content-slider-inside-text {
	position: relative;
}

.content-slider-text {
	position: relative;
	margin: 0 auto;
}

.content-slider-claim {
	position: absolute;
	top: 120px;
	right: 40px;
	text-align: left;
}

.content-slider-main-claim {
	font-size: 40px;
	line-height: 48px;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -1px;
	text-align: center;
	max-width: 700px;
	text-shadow: 1px 1px 10px rgba(140, 140, 140, 1);
}

.content-slider-main-claim sup {
	font-size: 28px;
}


#content-slider-line {
	height: 71px;
	line-height: 71px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	background: url(images/transparent.png) center center repeat;
	text-align: center;
}

#content-slider-line a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(images/scroll-down.png) left center no-repeat;
}

#content-slider-wrapper ul.slick-dots {
	bottom: auto;
	top: 10px;
	right: 5px;
	z-index: 999;
	width: auto;
}

#content-slider-wrapper ul.slick-dots li button::before {
	font-size: 16px;
	color: #f0801a;
}

#content-slider-wrapper .slick-prev {
	left: 5px;
}

#content-slider-wrapper .slick-next {
	right: 5px;
}

#category-wrapper {
	background-color: #f6f6f6;
	padding: 40px 0;
	text-align: center;
}

.category-item {
	width: 273px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin: 4px;
}

.category-item-image {
	width: 273px;
	height: 186px;
	overflow: hidden;
}

.category-item-image img {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.category-item:hover .category-item-image img {
	-moz-transform:scale(1.1); 
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
}

.category-item a {
	text-decoration: none;
}

.category-item-name {
	padding: 10px;
	background-color: #cfcfcf;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.category-item-name h3 {
	padding-right: 20px;
	background: url(images/arrow.png) center right no-repeat;
	text-transform: uppercase;
	color: #48474d;
}

.category-item:hover .category-item-name {
	background-color: white;
	color: #48474d;
}

#about-wrapper {
	padding: 40px 0;
}

#about {
	border-right: 1px solid #f0801a;
}

#about-inside {
	padding-right: 20px;
	padding-left: 20px;
}

#about-inside h2 {
	font-size: 40px;
	padding-bottom: 20px;
	line-height: 40px;
}

#about-inside h3 {
	font-size: 20px;
	padding-bottom: 20px;
	line-height: 22px;
}

.text-wrapper sup {
	font-size: 8px;
}

.text-wrapper h2 sup {
	font-size: 13px;
}

.content-slider-second-claim {
	font-size: 35px;
	line-height: 48px;
	color: black;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -1px;
	text-align: left;
}

#header-s {
	position: absolute;
	left: 0;
	top: 353px;
	width: 56px;
	z-index: 9000;
}

#header-s a {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	height: 61px;
	width: 56px;
	overflow: hidden;
}

#content-slider {
	position: relative;
}

#homepage-text-wrapper {
	width: 60%;
	float: left;
}

#kontakty-wrapper {
	background-color: #e1e1e1;
}

#news-wrapper {
	width: 40%;
	float: left;
}

#homepage-text, #news {
	padding: 80px 0;
}

#homepage-text {
	text-align: center;
}

#homepage-text .heading {
	text-align: left;
}

#vizualizace-full {
	width: 450px;
	margin: 0 auto;
}

/*
#homepage-text-content {
	  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
*/

#news h2 {
	font-size: 21px;
	line-height: 1.5em;
	padding: 15px 0;
	font-weight: 400;
}

#homepage-text h1, #homepage-contact-form h1 {
	font-size: 21px;
	line-height: 1.5em;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-weight: 400;
}

.news-item {
	padding: 15px;
	padding-left: 0;
	/*background-color: #d2d2d2;*/
	margin-bottom: 20px;
}

.news-item h3 {
	padding-bottom: 8px;
	font-weight: 400;
	color: #e01a22;
}

.news-item-more, .more-button {
	text-transform: uppercase;
	margin-top: 8px;
	display: inline-block;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	height: 59px;
	line-height: 59px;
	padding: 0 20px;
	font-size: 22px;
	font-weight: 300;
	background-color: #e01a22;
}

.news-item-more:hover, .more-button:hover {
	background-color: #ab242a;
	color: white;
}

.news-item-more:active, .more-butotn:active {
	position: relative;
	top: 1px;
}

#dealer-table td {
	width: 50%;
	vertical-align: top;
}

#dealer-table h2 {
	font-size: 30px;
	text-transform: none;
}

#dealer-table h2.red {
	color: #bc141a;
}

#dealer-table-image {
	text-align: right;
}

#dealer-button-email {
	padding-top: 20px;
}

#dealer-button-email {
	display: none;
}

#content-text {
	padding: 40px;
	padding-top: 0px;
	/*min-height: 580px;*/
}

#content-text p {
	padding-bottom: 15px;
}

.text-wrapper h2, .text-wrapper h3 {
	padding-bottom: 8px;
}

.text-wrapper ul {
	padding-left: 20px;
}

.text-wrapper ul li {
	list-style-type: disc;
}

.heading,.content-text-post-metadata {
	text-align: center;
}

.heading h1 {
	font-size: 48px;
	line-height: 48px;
	padding: 15px 0;
	padding-bottom: 0;
	font-weight: 400;
	display: inline-block;
}

#banner-wrapper {
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 9000;
	-webkit-box-shadow: 1px 0px 28px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 0px 28px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 0px 28px 0px rgba(0,0,0,0.75);
	width: 239px;
	height: 651px;
	overflow: visible;
	background-color: black;
	cursor: pointer;
}

#banner-wrapper.hover {
	left: -239px;
}

#toggle-banner {
	text-decoration: none;
	width: 28px;
	height: 63px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	right: -28px;
	display: block;
	z-index: 9000;
	background: url(images/arrow-right.png) center center no-repeat;
}

#banner-wrapper.hover #toggle-banner {
	background: url(images/arrow-left.png) center center no-repeat;	
}

.banner-item, .banner-inside-wrapper, .banner-item-image {
	width: 239px;
	height: 651px;
}

.banner-inside-wrapper, .banner-item {
	position: relative;
}

.banner-item-image {
	position: absolute;
	top: 0;
	left: 0;
}

.banner-item .banner-item-upper-text,
.banner-item .banner-item-lower-text {
	position: absolute;
	color: white;
	text-align: center;
	width: 239px;
}

.banner-item .banner-item-upper-text {
	top: 117px;
}

.banner-item .banner-item-lower-text {
	top: 357px;
}

.banner-item .banner-item-upper-text h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
}

.banner-item .banner-item-upper-text h3 {
	font-weight: 300;
	font-size: 27px;
	line-height: 27px;
}

#subpages {
	text-align: center;
}

.subpage-inner-item {
	width: 281px;
	height: 281px;
}

.subpage-item {
	overflow: hidden;
	display: inline-block;
	width: 281px;
	height: 281px;
	border-radius: 141px;
	-webkit-border-radius: 141px;
	-moz-border-radius: 141px;
	margin: 80px;
	position: relative;

	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;  
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.subpage-item:hover {
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.subpage-item-inner {
	position: absolute;
	width: 148px;
	height: 148px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	line-height: 148px;
	font-size: 30px;
	font-weight: 300;
	border-radius: 74px;
	-webkit-border-radius: 74px;
	-moz-border-radius: 74px;
	top: 50%;
	left: 50%;
	margin-left: -74px;
	margin-top: -74px;
	background-color: #030303;
	background-color: rgba(3, 3, 3, 0.8);
}

.subpage-item:hover .subpage-item-inner {
	background-color: #E01A22;
	background-color: rgba(224, 26, 34, 0.8);
}

#subpage-product {
	text-align: center;
	vertical-align: top;
}

.subpage-product-item {
	width: 525px;
	margin: 20px 35px;
	height: 200px;
	display: block;
	position: relative;
	overflow: visible;
	border-radius: 5px;
	background-color: #e0e1e3;
	float: left;
}

.subpage-product-item-icon {
	position: absolute;
	top: 8px;
	left: -50px;
	background: url(images/check.png) center center no-repeat;
	width: 71px;
	height: 71px;
}

.subpage-product-item-content {
	padding: 25px;
	padding-bottom: 55px;
	line-height: 15px;
	height: 125px;
	overflow: hidden;
	text-align: justify;
}

.subpage-product-inner-item {
	height: 95px;
	line-height: 15px;
	font-size: 13px;
}

.subpage-product-inner-item p {
	padding: 0;
	line-height: 18px;
}

.subpage-product-item-title h2 {
	text-transform: none;
	text-align: left;
	line-height: 26px;
}

.subpage-product-item-title h2 a {
	text-decoration: none;
	color: #a20c11;
	text-align: left;
}

.subpage-product-inner-item-more {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
}

#footer {
	position: relative;
}

#copyright,#copyright a {
	color: white;
}

#copyright {
	position: absolute;
	bottom: 2px;
	right: 25px;
	font-size: 10px;
}

#footer {
	position: relative;
}

#footer-s {
	position: absolute;
	bottom: 20px;
	left: 50px;
}

#footer-s a {
	color: black;
}

#footer-contact,#footer-bottom {
	position: relative;
}

#footer-contact {
	color: white;
	padding-top: 50px;
}


#footer-contact-address {
	width: 18%;
}

#footer-bottom-wrapper,#footer-bottom {
	height: 26px;
	background-color: #434242;	
}

#footer-bottom {
	background: url(images/footer-logo.png) center center no-repeat;
}

#footer-map, #footer-map-wrapper {
	height: 400px;
}

#footer-contact-text input[type="text"],#footer-contact-text input[type="email"],#footer-contact-text textarea {
	padding: 3px 1px;
	width: 100%;
}

#footer-contact-text p {
	padding-bottom: 0;
}

.footer-contact-form-left,.footer-contact-form-right {
	width: 49%;
	float: left;
}

.footer-contact-form-left {
	padding-right: 1%;
}

.footer-contact-form-right {
	padding-left: 1%;
}

#footer-contact-map, #footer-contact-text, #footer-contact-address {
	width: 48%;
	padding: 1%;
	float: left;
	position: static;
}

#footer-contact-map {
	text-align: right;
}

#footer-contact-text {
	padding-top: 40px;
}

#footer-contact-text p {
	padding-bottom: 8px;
}

#footer-contact-text-inside {
	background: url(images/footer-logo.png) center left no-repeat;
	padding-left: 120px;
}

#footer-contact-text h4 {
	padding-bottom: 8px;
	text-transform: none;
	font-weight: 400;
	font-size: 19px;
}

#footer-contact-text-inside table tr td {
	vertical-align: top;
	padding-right: 20px;
}

#contact table tr td {
	vertical-align: top;
}

#contact h2 {
	width: auto;
	color: #fff;
	background: #e01a22;
	border-radius: 5px;
	font-size: 24px;
	font-weight: 100;
	padding: 0 20px;
	   margin-bottom: 20px;
	line-height: 64px;
	display: inline-block;
}



#contact-map {
	height: 300px;
	width: 100%;
}

#contact-map img {
	max-width: none;
}

.dealer-button {
	float: right;
}

#simplemodal-container {
	width: 500px;
	height: 500px;
}

#partneri {
	position: relative;
	text-align: center;
}

#partneri img {
	display: inline-block;
	margin: 0 auto;
	height: 50px !important;
	width: auto;
}

#partneri .slick-prev {
	left: 10px;
}

#partneri .slick-next {
	right: 10px;
}

#partneri .slick-prev:before,
#partneri .slick-next:before {
	color: black;
}

#contact-table {
	width: 100%;
}

#reference {

}

.reference-item {
	float: left;
	width: 25%;
}

.reference-item-inside {
	padding: 20px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

.reference-item-inside.inzerat {
	height: 160px;
}

.reference-item-inside img {
	max-width: 100%;
	display: inline-block;
	margin: 0 auto;
	width: auto;
	max-height: 100px;
}

#contact-table tr td {
	padding: 0;
	vertical-align: top;
	width: 50%;
}

#contact-table tr td input,
#contact-table tr td textarea {
	border: 1px solid #999;
}

@media screen and (min-width: 760px) and (max-width: 1271px) {
	.subpage-product-item {
		float: none;
		display: inline-block;
	}

	#menu-wrapper {
		text-align: center;
	}

	#menu-content > div > ul > li {
		float: none;
	}
}

@media screen and (min-width: 760px) and (max-width: 1330px) {
	#header-s {
		top: 160px;
	}

	
}

@media screen and (min-width: 760px) and (min-height: 845px) {
	#banner-wrapper {
		position: fixed;
	}
}

@media screen and (min-width: 760px) and (min-height: 990px) {
	.reference-item {
		width: 50%;
	}
}


@media screen and (min-width: 760px) and (max-width: 1060px) {
	#logo {
		width: 153px;
	}
}

@media screen and (max-width: 760px) {

	body {
		font-size: 16px;
		line-height: 30px;
		text-align: center;
	}

	#search {
		display: none;
	}

	.inner-container {
		width: auto;
	}

	.outer-container {
		width: auto;
		min-width: 100%;
	}

	#logo, #menu-wrapper {
		display: block;
		position: static;
	}

	#logo {
		margin: 0 auto;
		padding-top: 15px;
		width: 90px;
		max-width: 760px;
	}

	#top-menu-wrapper {
		position: static;
	}

	#top-menu-content,#top-menu-wrapper {
		height: 28px;
	}

	#top-menu-content ul {
		padding-bottom: 0;
	}

	#banner-wrapper {
		display: none;
	}

	#header-s {
		position: static;
		width: 76px;
		margin: 5px auto;
	}

	#header-s a {
		margin: 5px;
		width: 28px;
		height: 30px;
	}

	

	#content-slider-wrapper, #content-slider, .content-slider-item, .content-slider-text {
		height: 300px;
	}

	#header-wrapper,#header {
		height: auto;
	}

	#header-wrapper {
		border-bottom: 1px solid #666;
	}

	#menu-content > div > ul > li {
		height: auto;
		border-bottom: 1px solid #999;
	}

	#menu-wrapper ul {
		padding: 0 !important;
		display: block;
		float: none;
	}

	#menu-wrapper {
		height: auto;
		background-color: #666;
		display: none;
	}

	#menu-wrapper ul.sub-menu {
		position: static;
	}	

	#menu-content > div > ul > li {
		float: none;
	}

	#menu-wrapper li {
		display: block !important;
		float: none;
	}

	#content-text, #homepage-text {
		padding: 10px;
	}

	#content-text li {
		text-align: left;
	}

	#homepage-text-wrapper {
		width: auto;
		float: none;
	}

	#news-wrapper {
		width: auto;
		float: none;
	}

	/*
	#homepage-text-content {
		-webkit-column-count: 1;
		  -moz-column-count: 1;
		       column-count: 1;
	}
	*/

	#footer-s {
		left: 5px;
	}

	#contact-table-form,#contact-table-address, #dealer-table-text, #dealer-table-image {
		width: 95%;
		margin: 0 auto;
		display: block;
	}

	#dealer-table td {
		width: 95%;
	}

	.subpage-item {
		margin: 80px auto;
	}

	.subpage-product-item {
		width: 90%;
		margin: 50px auto;
	}

	.subpage-product-item,.subpage-product-item-content,.subpage-product-inner-item {
		height: auto;
		float: none;
	}

	.subpage-product-inner-item-more {
		bottom: -40px;
	}

	#content-text {
		padding: 5px;
	}

	.dealer-button {
		float: none;
	}

	#dealer-table-image {
		padding-top: 40px;
	}

	#simplemodal-container {
		width: 250px;
	}

	#footer-contact-text,#footer-contact-map {
		position: static;
	}

	#footer-wrapper,#footer-contact {
		height: auto;
	}

	#footer-contact {
		padding-top: 30px;
		height: auto;
	}

	#responsive-menu {
		display: block;
	}
	
	#footer-wrapper, #footer {
		height: auto;
	}


	#footer-contact-map, #footer-contact-text, #footer-contact-address {
		width: auto;
		float: none;
		text-align: center;
		padding: 0;
		background: none;
		margin: 0 auto;
	}

	#footer-contact-text-inside {
		padding-left: 0;
		padding-top: 150px;
		background-position: top center;
	}

	#footer-contact-text table, #footer-contact-text table tr td {
		width: 100%;
	}

	#footer-contact-text table tr td {
		display: block;
		padding-bottom: 15px;
		text-align: center;
		padding: 0;
	}

	.reference-item {
		width: 100%;
	}

	.wpcf7 input, .wpcf7 textarea {
		width: 90%;
		margin: 0 auto;
		display: inline-block;
	}

	.wpcf7 input[type=submit], .wpcf7 button {
		text-align: center;
		margin: 0 auto !important;
		display: inline-block;
	}
	
	#wrapper {
		overflow: hidden;
	}

}