.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html, body {
  height: 100%;
}

body {
  background-image: url(../images/body-bg.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
  color: #6d5e71;
  font-size: 16px;
  font-family: Georgia, sans-serif;
  font-style: italic;
}

.lang-selector {
  width: 980px;
  margin: 0 auto;
  height: 30px;
  margin-top: 15px;
  text-align: right;
}

.flag {
  margin-left: 10px;
}

.page {
  margin: 175px 0 0 0;
  background-image: url(../images/bg-gradient.png);
  background-repeat: repeat-x;
  background-position: top left;
  width: 100%;
  height: 100%;
}

.content {
  width: 980px;
  margin: 0 auto;
}

.col-left {
  width: 355px;
  height: 300px;
  float: left;
  position: relative;
}

.col-left .image {
  background-image: url(../images/orchid.png);
  background-repeat: repeat;
  background-position: left top;
  width: 489px;
  height: 396px;
  left: -195px;
  top: 4px;
  position: absolute;
}

.col-right {
  width: 585px;
  float: left;
  padding-right: 40px;
}

.headline {
  display: none;
}

.col-right h2 {
  font-size: 24px;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #8d4772;
  margin-top: 26px;
  margin-bottom: 53px;
}

.col-right p {
  line-height: 20px;
  margin: 16px 0;
}

.col-right .contact-button a {
  display: block;
  background-image: url(../images/btn-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 240px;
  height: 47px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  margin-top: 30px;
}

.col-right .contact-button a:hover {
  text-decoration: underline;
}

.testimonials {
  margin-top: 45px;
}

.testimonials .new-label {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  border-top: 1px solid;
  padding-top: 10px;
}

.testimonials h1 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonials a {
  color: #a657b1;
}

.testimonials a:hover {
  color: #b987cb;
}