html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-weight: 300;
	font-style: normal; 
	font-variant: normal;
	font-size: 100%;
	color: #7a7a7a;
	background: #f7f6f4;
}

a {
	color: #7a7a7a;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	color: #161616;
	margin: 0;
	padding: 0;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: 0.3em;
	margin: 0 0 34px 0;
	text-transform: uppercase;
}

h2, h3, h4, h5, h6  {
	font-size: 14px;
	color: #161616;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight:normal;
	line-height: 1.5;
	text-transform: uppercase;
}

p {
	margin: 0 0 30px 0;
	/*letter-spacing: -0.02em;*/
}


.clear {
	clear: both;
}

/* Use clearfix class on parent to clear nested columns,
   or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}

.clearfix:after {
	clear: both; 
}

.clearfix {
	zoom: 1; 
}

@media screen and (max-width:1200px) {
	body {
		font-size: 87.5%;
	}
}

@media screen and (max-width:960px) {
	body {
		font-size: 75%;
	}
}

.vkontakte td a {
    color: #ffffff !important;
}

.clearfix:before, .clearfix:after, .row:before, .row:after, .testimonial:before, .testimonial:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4 {
    text-transform: none;
}
