@media only screen and (max-width: 568px) {

.wrapper {
	padding:0 10px;
}

/* Header part */

#header .wrapper {
	padding-top:10px;
	padding-bottom:10px;
}

#menuButton {
	font-size: 0.8em;
}

.logoHolder {
	width:136px;
}

#logo {
	max-height: 2.2em;
}



/* Lightbox part */

#lightbox, #lightbox_success {
	margin-top: 10px;
}

#lightbox h2, #lightbox_success h2 {
	font-size: 1.2em;
}

#lightbox .closeButton, #lightbox_success .closeButton {
    top: .6em;
    width: 1em;
    padding:0.5em;
}

#lightbox form {
	padding-top: 1.1em;
}

#lightbox .contacts {
	padding-left: 10px;
	padding-right: 10px
}

.f-field input[type="text"],
.f-field input[type="email"],
.f-field input[type="tel"],
.f-field select {
	float: none;
	width: 100%;
}

.f-field .jq-selectbox-wrapper {
	width:100%;
}

input[type=submit] {
	margin:0 auto;
}
   
.f-field input[type="text"],
.f-field input[type="email"],
.f-field input[type="tel"],
.f-field textarea,
.f-field .jq-selectbox {
	font-size:1.3em;
}

#lightbox .contacts {
	letter-spacing: 2em;
}

.b-textarea label {
	display:block;
}



/* Main content part */

/* Every page */

#base, #subContent {
	padding-bottom: 2em;
}

#base {
	padding-top: 2.5em;
}
#subContent {
	padding-top: 2.5em;
}

#base h1 {
	font-size: 1.75em;
}



/* Index page */


#mainSpot img {
	display: none;
}

#mainSpot h1 {
	font-size: 1.8em;
	max-width: none;
	margin-left: 0;
	text-align: center;
	width: 100%;
}

#mainSpot .linksHolder {
	width:100%;
	margin-left:0;
	margin-right: 10px;
	text-align: center;
}

#mainSpot .button {
	margin: 1em auto 0;
}

#indexPage #main h2 {
	font-size: 2em;
}

/* Services page */

#servicesPage #base .column {
	width:100%;
	padding-top:0;
	margin-bottom: 1em;
}

#servicesPage #base .column h2 {
	margin-bottom: 0.5em;
}



/* Category page */

#categoryPage .column h1 {
	font-size: 1.8em;
}

#categoryPage .column {
	width:100%;
	float:left;
	padding-right:20px;
}

#categoryPage .subColumn {
	border-left: none;
	border-top: 3px solid #dadada;
	width:100%;
}



/* Service group part*/

#serviceGroupPage #priceContent {
	width: 100%;
}

#serviceGroupPage .subColumn {
	padding-top: 3.5em;
	margin-left: 0;
	width: 100%;
}

#serviceGroupPage .subColumn ul {
	margin-bottom: 1em;
}

.similarLinks {
	padding-bottom: 1em;
}

#serviceGroupPage .serviceCell, #serviceGroupPage thead td, #serviceGroupPage tfoot td {
	padding-left:5%;
}
}