@charset "UTF-8";
/* CSS Document */
body {
    font-family: 'Ubuntu', sans-serif;
	padding:0;
	margin:0;
	outline:none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
img{
	outline:none;
	border:none;
}
a.external{
	text-decoration:none;
	outline:none;
	border:none;
	color:#3b3a3c;
}
a.external:hover img.plus_pic{
	-webkit-transform:scale(1.25); /* Safari and Chrome */
	-moz-transform:scale(1.25); /* Firefox */
	-ms-transform:scale(1.25); /* IE 9 */
	-o-transform:scale(1.25); /* Opera */
	transform:scale(1.25);
}
img.plus_pic,img.vergrootglas{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.head {
    text-align: center;
    font-size: 8.5px;
    background-color: #ececec;
    color: #504f51;
    padding-bottom: 1px;
    padding-top: 1px;
    height: auto;
}
.animatedLoad.animatedLoad{
	display:none;
}
.qualiview {
    width: 100%;
    max-width: 280px;
    min-width: 200px;
    display: block;
    margin: 0 auto;
	padding:0;
	outline:none;
	position:relative;
}
.image_arrow {
    padding-bottom: 20px;
}
.footer {
    background-color: #8dd560;
    color: #fff;
    height: auto;
}
.body_background {
    background: url('grey.jpg') no-repeat center 100px #fff;
    width: 100%;
    height: auto;
    text-align: center;
}
.vergrootglas {
    width: 130px;
    margin: 0 auto;
    height: 137px;
    display: block;
}
.plus_pic {
    width: 15%;
    position: absolute;
    top: 7%;
    right: 10%;
}
.vergrootglas_cijfer {
    padding-right: 5%;
    font-size: 35px;
    font-weight: bold;
    color: #3b3a3c;
    top: 6%;
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    text-align: center;
}
.footer_arrow {
    text-align: center;
    height: 15px;
}
.body_text_one {
    font-size: 16px;
    color: #3b3a3c;
    float: none;
    margin: 0;
    height: auto;
    padding-left: 9%;
    display: block;
    text-align: left;
}
.text_new_2 {
    text-align: center;
}
.body_text_two {
    font-size: 24px;
    height: auto;
    color: #3b3a3c;
    text-align: left;
    width: 82%;
    position: relative;
    padding: 0 9%;
    margin: 0;
    float: none;
    font-weight: 100;
}
.body_text_three {
    font-size: 77%;
    color: #3b3a3c;
    float: none;
    padding: 0%;
    height: auto;
    text-align: right;
    padding-right: 9%;
    margin: 0;
}
.klein_pijltjeclass {
    margin-top: 15px;
}
.small_arrow {
    text-align: center;
    border-bottom: 1px solid #8DD560;
    height: 20px;
    clear: both;
}
.body_background_two {
    width: 100%;
    height: auto;
	background:#fafafa;
}
.info_button {
    padding-top: 5%;
}
.info_text {
    padding: 7px 20px 3px 20px;
    display: block;
    font-size: 17px;
    color: #3b3a3c;
    height: auto;
    margin: 0;
}
.info_long_text {
	font-size: 11px;
    letter-spacing: -0.2px;
    line-height: 15px;
    padding: 0 20px;
    font-weight: 100;
    display: block;
    margin: 0;
    padding-bottom: 10px;
}
.footer_img {
    text-align: center;
}
.footer_text {
    font-size: 10px;
    margin-bottom: 14px;
    margin-top: 0;
    padding-bottom: 18px;
}
.main_sup {
    margin-left: -1px;
    font-size: 20px;
}
.main_head {
    position: relative;
}
#spinner {
    width: 38px;
    height: 40px;
    margin: 0;
    background: url(loader.png) no-repeat center center #8cd45f;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -19px;
    margin-top: -20px;
    -webkit-animation: rotateplane 1.5s infinite ease-in-out;
    animation: rotateplane 1.5s infinite ease-in-out;
}
/* error */ 
div.error {
    width: 90%;
    margin: 15px auto;
    padding: 0;
    border: 1px solid #c7c7c7;
    behavior: url(border-radius.htc);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(25, 25, 25, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(25, 25, 25, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(25, 25, 25, 0.3);
}
div.error div.errorheader {
    height: auto;
    margin: 0;
    padding: 10px;
    background: #3b3a3c;
	color:#fff;
	font-size:16px;
}
div.error div.errorcontent {
    height: auto;
    margin: 0;
    padding: 10px;
    background: #fff;
	color: #333;
    font-size: 14px;
}
div.error div.errorfooter {
    height: 25px;
    margin: 0;
    padding: 0;
    background: #8cd45f;
}