body {
	background: white url('images/backgrounds/page_background_gradient.png') top left repeat-x;
	z-index: 0;
}

h1, h2, h3, h4, h5 {
	font-family:  georgia, times, serif;
}

h1 {
	font-size:  28px;
	line-height:  30px;
}

h2 {
	font-size:  22px;
	line-height:  24px;
}

h3 {
	font-size:  18px;
	line-height:  20px;
}

h4 {
	font-size:  16px;
	line-height:  20px;
}

h5 {
	font-size:  36px;
	line-height:  38px;
	font-weight: bold;
	text-align: center;
}

.full_page {
	font-family: georgia, times, serif;
	line-height: 25px;
	font-size: 20px;
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	/* white-space: -o-pre-wrap; */ /* should put conditional in here */ /* Opera 7 */
	/* white-space: pre-wrap; */ /* should put conditional in here */ /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	/* white-space: -webkit-pre-wrap; */ /* should put conditional in here */ /* Newer versions of Chrome/Safari */
	word-break: keep-all;
	line-break: normal;
	font-weight: normal;
	/* white-space: normal; */ /* should put conditional in here */
	text-align: justify;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.main {
	background: white;
	z-index: 0;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}

.headline {
	display: none;
}



.icon_box {
	/* Box for image */
	display: inline-block;
	width: 42px;
	height: 36px;
	float: left;
	position: relative;
}

.icon_box img{
	/* Center Image Vertically and Horizontaly in its box */
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.line_box{
	display: inline-block;
	width: 346px;
}

.line_box p {
	vertical-align: middle;
	line-height: normal;
	top: 0;
	bottom: 0;
	height: auto;
	margin: auto;
	font-size: 20px;
	font-weight: normal;
}

.line_box a {
    vertical-align: middle;
    line-height: normal;
	font-size: 20px;
	font-weight: normal;
}

dt {
	font-weight: bold;
	color: #444444;
	font-size: 16px;
	line-height: 18px;
}

dd {
	font-weight: normal;
	color: #666666;
	font-size: 14px;
	line-height: 16px;
	margin-left: 10px;
}

.vcard {
	margin: 5px 40px 5px 40px;
	color: #222222;
}

.before_after_dual_frame {
	position: relative;
	display: block;
	width: 1100px;
}

.before_after_dual_frame.frame {
	left: 0;
	top: 0;
	height: auto;
	z-index: 2;
}

.before_after_dual_frame.frame img {
	width:1100px;
	height: auto;
}

.before_after_dual_frame.before {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.before_after_dual_frame.before img {
	padding: 45px 0 0 45px;
	width: 460px;
	height: auto;
}

.before_after_dual_frame.after {
	top: 0;
	left: 550px;
	position: absolute;
	z-index: 1;
}

.before_after_dual_frame.after img {
	padding: 45px 0 0 45px;
	width: 460px;
	height: auto;
}

.before_after_single_frame {
	position: relative;
	display: block;
	width: 1100px;
}

.before_after_single_frame.frame {
	left: 0;
	top: 0;
	height: auto;
	z-index: 1;
}

.before_after_single_frame.frame img {
	width:1100px;
	height: auto;
}

.before_after_single_frame.image {
	top: 61px;
	left: 62px;
	width: 1000px;
	position: absolute;
	z-index: 2;
}

.before_after_dual_frame.image img {
	height: auto;
}

div#comparison {
	width: 976px;
	height: 976px;
	overflow: hidden;
}

div#comparison figure {
	position: relative;
	font-size: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

div#comparison figure > img {
	position: relative;
	width: 100%;
}

div#comparison figure div {
	position: absolute;
	width: 50%;
	box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
	overflow: hidden;
	bottom: 0;
	height: 100%;
}

input[type=range]{
	-webkit-appearance:none;
	-moz-appearance:none;
	position: relative;
	top: -3rem; left: -2%;
	background-color: rgba(255,255,255,0.1);
	width: 103%;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]:active {
	outline: none;
}

input[type=range]::-moz-range-track {
	-moz-appearance:none;
	height:15px;
	width: 98%;
	background-color: rgba(255,255,255,0.1);
	position: relative;
	outline: none;
}

input[type=range]:active {
	border: none;
	outline: none;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance:none;
	width: 20px; height: 15px;
	background: #fff;
	border-radius: 0;
}

input[type=range]::-moz-range-thumb {
	-moz-appearance: none;
	width: 20px;
	height: 15px;
	background: #fff;
	border-radius: 0;
}

input[type=range]:focus::-webkit-slider-thumb {
	background: rgba(255,255,255,0.5);
}

input[type=range]:focus::-moz-range-thumb {
	background: rgba(255,255,255,0.5);
}


