body{font-family:'Chelsea Market',sans-serif;background:url(../img/bg.jpg) center center/cover no-repeat fixed #000;color:#000;font-size:1.7em;line-height:1.2}.bgoverlay{background:rgba(0,0,0,.4);min-height:100vh}#logo{background:rgba(255,255,255,.8);display:block;margin:0 -15px;padding:1em 0 0}#logo img{margin:0 auto;max-width:250px}.content{background:rgba(255,255,255,.8);padding:0 20px;text-align:center;min-height:100vh}pre{text-align:left}h1{margin-top:0;padding-top:.5em;font-size:2.2em;font-weight:700;margin-bottom:0;text-align:center}.claim{font-size:1.3em;margin-bottom:1.6em;text-align:center}.brand{font-size:1.3em;font-weight:700;margin-bottom:.5em;text-align:center}.centered{text-align:center}.thumb{margin-bottom:1.5em}h2{font-size:1.5em;font-weight:700}h2,h3{margin-top:0;padding-top:.5em}.fb-like{margin-top:5px;margin-bottom:10px}.focus{text-align:left}.focus h2{font-size:1.4em;margin:.5emem 0 .25em}.focus ul{padding:0 0 10px 20px}.focus ul li{font-size:1em;margin:0 0 8px;padding:0}#edit-preview{display:none}form{margin-bottom:30px}form .form-control{font-size:20px}form h4,form label{display:block;font-weight:700;margin:0 0 6px;text-align:left}form input[type=date],form input[type=email],form input[type=password],form input[type=submit],form input[type=text],form textarea{padding:10px 5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;-moz-background-clip:padding;-webkit-background-clip:padding-box;width:100%;border:none;background:#fff;color:#333;margin-bottom:15px}form input[type=submit]{width:auto}@media (min-width:768px){.content{padding:0 40px}}@media (min-width:992px){h1{margin-top:1em;font-size:2.7em}.claim{font-size:1.5em;margin-bottom:2em}.brand,.focus h2{font-size:1.5em}#logo{position:fixed;top:0;padding:1.8em .8em .8em}body{font-size:1.6em}#logo img{max-width:230px}}@media (min-width:1200px){body{font-size:1.7em}#logo img{max-width:280px}}
.testis{
	background: white;
    border-radius: 20px;
    margin-bottom: 10px;
}
.testis .col-sm-6{
	text-align: center;
}
.testis img{
    max-height:300px;
}
.testis .row{
	padding:20px;
}

.rotate10r{
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
}
.rotate10l{
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}
.error{
color:red;
font-size:0.8em;
}