/*
Theme Name: Zentech
Theme URI: http://www.zentech.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;
}
ol,ul
{
	list-style: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
html{
	min-height: 100%;
}

html,body {
	height: 100%;
}
body
{
	color: #6f6f6e;
	font-family: 'Open Sans', Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	text-align: left;
	background-color: #ffffff;
}

.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] {
	width: 236px;
	padding-right: 68px;
	color: white;
	text-transform: uppercase;
	height: 76px;
	border: none;
	background: url(images/button.png) center center no-repeat;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
	 opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.wpcf7 input[type=submit]:hover {
	 opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.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;
	padding: 0;
	text-transform: uppercase;
}
p,ul,ol
{
	padding: 0 0 30px;
}

a {
	text-decoration: underline;
	color: #1fb2b7;
	
	-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: #1b7e81;
}

.outer-container {
	width: 100%;
	min-width: 760px;
}

.inner-container {
	max-width: 1620px;
	margin: 0 auto;
}

.text-wrapper {
	max-width: 1274px;
	
}

.text-wrapper {
	padding: 40px 0;
}

.line {
	height: 3px;
	margin: 25px auto 60px auto;
	width: 118px;
	background: #bfbfbf;
}

.single .line {
	margin-bottom: 25px;
}

#wrapper {
	min-height: 100%;
	margin-bottom: -366px;
}

#wrapper:after {
  content: "";
  display: block;
  height: 366px; 
}

#wrapper.post-11 #content-text {
	min-height: 300px;
}

#top {
	width: 65px;
	height: 65px;
	display: block;
	background: url(images/top.png) center center no-repeat;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 9999;
	display: none;
}

#footer-wrapper,#footer {
	height: 366px;
}

#footer-wrapper {
	background: #000 url(images/footer-bg.png) center bottom repeat-x;
}

#footer-contact-wrapper {
	background-color: #6f6f6e;
}

#footer-contact {
	height: 247px;
	background-color: #6f6f6e;
}

#header-wrapper,#header {
	height: 102px;
}

#header-wrapper {
	
}

#header {
	position: relative;
	text-align: center;
}

#h-f {
	position: absolute;
	top: 40px;
	right: 50px;
}

#logo {
	display: block;
	width: 245px;
	margin: 16px auto;
}

#responsive-menu {
	display: none;
	position: absolute;
	background: url(images/menu-icon.png) top left repeat;	
	width: 32px;
	height: 32px;
	left: 10px;
	top: 15px;
}

#menu-wrapper {
	margin: 0 auto;
	position: absolute;
	z-index: 9999;
	width: 100%;
}

#menu-wrapper ul {
	display: inline-block;
}

#menu-wrapper > div > ul > li {
	height: 59px;
	line-height: 59px;
	display: inline-block;
	float: left;
}

#menu-wrapper > div > ul > li > a {
	height: 59px;
	line-height: 59px;
	width: 90px;
	display: block;
	color: white;
	background-color: #6f6f6e;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 40px;
	font-size: 12px;	
	font-weight: 300;
	border-right: 1px solid #5d5d5c;
}

#menu-wrapper > div > ul > li:first-child > a {
	border-left: 1px solid #5d5d5c;
}

#menu-wrapper > div > ul > li:hover > a, #menu-wrapper > div > ul > li.current-menu-item  > a, #menu-wrapper > div > ul > li.current-menu-ancestor > a {
	background-color: #fff;
	color: #838383;
}

#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: #e01a22;
	color: white;
}

#menu-wrapper ul.submenu ul.submenu, #menu-wrapper ul.submenu ul.submenu ul.submenu {
	display: none;
}

#content-slider-wrapper {
	position: relative;
}

#content-slider-wrapper,#content-slider,.content-slider-item,.content-slider-text {
	height: 600px;
	width: 100%;
}

.content-slider-text {
	position: relative;
	margin: 0 auto;
	
}

.content-slider-claim {
	position: absolute;
	top: 120px;
	left: 250px;
	text-align: left;
}

.content-slider-main-claim {
	font-size: 60px;
	line-height: 68px;
	color: black;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: left;
}

.content-slider-main-claim sup {
	font-size: 28px;
}

.content-slider-item-vizualizace {
	width: 300px;
	position: absolute;
	z-index: 9999;
	right: 30px;
	top: 190px;
}

.content-slider-item-vizualizace img,.content-slider-item-vizualizace canvas {
	width: 100%;
}

.content-slider-item-text {
	
	color: white;
	position: absolute;
	top: 190px;
	left: 30px;
	z-index: 9999;
	font-size: 12px;
}

.content-slider-item-text ul {
	padding-top: 10px;
	padding-bottom: 0;
}

.content-slider-item-text ul li {
	background: url(images/plus.png) 0px 7px no-repeat;
	padding-left: 48px;
	height: 35px;
	line-height: 35px;
}

.content-slider-item-header {
	text-transform: uppercase;
	background: url(images/transparent-green-line-header.png) center center repeat;
	height: 57px;
	line-height: 57px;
	padding: 0 40px;
	font-size: 26px;
}

.content-slider-item-content {
	padding: 20px 40px;	
	padding-top: 10px;
	background: url(images/transparent-green-line.png) center center repeat;
}

.content-slider-item-content li {
	margin: 8px 0;
}

.content-slider-item-content a {
	color: #ddd;
	font-size: 20px;
	line-height: 40px;
	height: 30px;
	text-decoration: none;
	display: inline-block;
}

.content-slider-item-content a:hover {
	color: white;
	text-decoration: underline;
}

#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: #ddd;
	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-line a:hover {
	color: #fff;
	text-decoration: underline;
}

#link-elektroinstalace-slaboproude {
	background: url(images/icon-elektroinstalace-slaboproude.png) top left no-repeat;
}

#link-elektroinstalace-silnoproude {
	background: url(images/icon-elektroinstalace-silnoproude.png) top left no-repeat;
}

#link-inteligentni-dum {
	background: url(images/icon-inteligentni-dum.png) top left no-repeat;
}

.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;
}

.text-wrapper.content-wrapper h2 {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 20px;
}

.text-wrapper.content-wrapper {
	padding: 60px 0;
}

#content-text {
	padding: 40px;
	padding-top: 90px;
	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: 7px;
	right: 25px;
	font-size: 10px;
}

#footer-s {
	position: absolute;
	bottom: 20px;
	left: 50px;
}

#footer-s a {
	color: black;
}

#footer-contact,#footer-bottom {
	position: relative;
}

#footer-contact-map {
	position: absolute;
	right: 20px;
	top: 20px;
}

#footer-bottom-wrapper,#footer-bottom {
	height: 116px;
}

#footer-bottom {
	background: url(images/footer-logo.png) center center no-repeat;
}

#footer-contact-text {
	color: #eee;
	position: absolute;
	top: 80px;
	left: 20px;
}

#footer-contact-text h4 {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 6px;
}

#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;
}

.section-title {
	height: 520px;
	position: relative;
}

.section-title h2 {
	color: white;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 82px;
	letter-spacing: -2px;
	position: absolute;
	top: 70px;
	left: 10px;
}

.section-title h2 strong {
	font-weight: 700;
}

.section-list, .section-content {
	padding: 30px 40px;
}

.section-list {
	background-color: #6f6f6e;
}

.section-list ul li {
	width: 50%;
	float: left;
}

.section-list ul li a {
	display: inline-block;
	padding: 3px 0;
	padding-left: 45px;
	text-decoration: none;
	background: url(images/list-item.png) top left no-repeat;
	color: #ddd;
	line-height: 18px;
	text-transform: uppercase;
}

.section-list ul li a:hover {
	color: #fff;
}

.section-content-item {
	padding: 4px 0;
	position: relative;
}

.section-content-item h2 {
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #1fb2b7;
	margin-bottom: 15px;
	font-weight: 700;
}

.section-content-item h3 {
	color: black;
	font-size: 18px;
	line-height: 20px;
}

.section-content-item .content-item ul {
	padding-left: 20px;
}

.section-content-item .content-item ul li {
	list-style-type: disc;
}

.contact-form-top,.contact-form-bottom {
	padding: 20px;
	padding-bottom: 0;
	padding-top: 2px;
}

.contact-form-bottom {
	padding-right: 30px;
	padding-left: 30px;
}

.contact-form-top table {
	width: 100%;
}

.contact-form-top table tr td {
	padding: 5px 10px;
}

.contact-form-top table tr td input,.contact-form-bottom textarea {
	width: 100%;
	display: block;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 15px;
	display: block;
}

#inteligentni-dum-text {
	padding: 40px 0;
	background-color: #6f6f6e;
	color: white;
	text-align: center;
}

@media screen and (min-width: 760px) and (max-width: 1271px) {
	.subpage-product-item {
		float: none;
		display: inline-block;
	}
}

@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 (max-width: 1060px) {
	.content-slider-item-text {
		
	}	
}

@media screen and (max-width: 760px) {

	body {
		font-size: 16px;
		line-height: 30px;
		text-align: center;
	}

	#wrapper {
		min-height: auto;
		margin-bottom: auto;
	}

	#wrapper:after {
	  content: "";
	  display: block;
	  height: auto; 
	}

	.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: 60%;
		max-width: 760px;
	}

	#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 {
	}

	#header-wrapper,#header {
		height: auto;
	}

	#header-wrapper {
		border-bottom: 1px solid #666;
	}

	#menu-wrapper > div > ul > li {
		height: auto;
		border-bottom: 1px solid #999;
	}

	#menu-wrapper ul {
		padding: 0 !important;
		display: block;
	}

	#menu-wrapper {
		height: auto;
		
	}

	#menu-wrapper ul.sub-menu {
		position: static;
	}	

	#menu-wrapper > div > ul > li {
		float: none;
	}

	#menu-wrapper li {
		display: block !important;
		float: none;
	}

	#menu-wrapper > div > ul > li > a {
		width: auto;
		display: block;
	}

	#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;
	}

	#h-f {
		top: 0;
		right: 0;
	}

	#contact-table-form,#contact-table-address, #dealer-table-text, #dealer-table-image {
		width: 95%;
		margin: 0 auto;
		display: block;
	}

	.content-slider-item-text {
		top: 0;
		left: 0;
	}

	.content-slider-item-text ul li,.content-slider-item-text ul li a {
		height: auto;
		text-align: left;
		line-height: 25px;
	}

	#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;
	}

	#responsive-menu {
		display: block;
	}

	.section-title h2 {
		font-size: 30px;
		line-height: 30px;
		text-align: left;
	}

	.section-title {
		height: 200px;
	}

	.section-list ul li {
		width: 100%;
	}

	.section-list ul li,.section-list ul li a {
		text-align: left;
		display: block;
		float: none;
	}

	.section-list ul li a {
		display: block;
	}
}