/* **************
******* RESET ***
************** */
html {
	font-family: Arial;
	overflow-x: auto;
	overflow-y: scroll;
	margin: 0;
}

html,body {
	padding: 0;
}

body {
	margin: 0 auto;
}

b,strong {
	font-weight: 700;
}

em,i {
	font-style: italic;
}

hr {
	border: none;
	border-top: 1px solid #CCC;
	height: 1px;
	background: none;
}

h1,h2,h3,h4,h5,h6 {
	display: block;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
}

address,blockquote,cite,code,dfn,p,pre,xmp {
	display: block;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	margin: 0;
}

code,pre,xmp {
	font-family: Courier New;
}

dt,dd,dl,ol,ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

* html li {
	height: 1%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

caption {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-align: left;
}

td,th {
	font-size: 12px;
	font-style: normal;
	text-align: left;
}

table,thead,tbody,tfoot,tr,td,th {
	border: none;
	padding: 0;
}

thead,tbody,tfoot,tr,td,th {
	margin: 0;
}

td {
	vertical-align: top;
}

td.actions,td.center {
	text-align: center;
	white-space: nowrap;
	width: 0;
}

.cb {
	clear: both;
	float: none;
}

.fl {
	float: left;
}

div.cb {
	height: 0;
	line-height: 0;
	position: static;
	margin: 0;
	padding: 0;
}

form,fieldset,legend,label,input,select,textarea {
	margin: 0;
	padding: 0;
}

form,fieldset,legend {
	display: block;
}

form,legend {
	clear: both;
}

form p {
	margin: 5px 0;
}

form ul.errors {
	color: #F00;
	font-size: 11px;
	margin: 10px 0;
}

form ul.errors,form ul.errors li {
	text-align: center;
}

fieldset {
	border: none;
	margin-bottom: 10px;
}

fieldset.buttons button {
	text-align: center;
}

label.error {
	color: red;
	float: none;
}

input,select,textarea {
	border: 1px solid #CCC;
}

button,input,select,textarea {
	font-family: Arial;
}

input.error,select.error,textarea.error {
	color: #000;
	background: #FAA;
	border-color: #F00;
}

input.box {
	background: transparent;
	border: none;
}

input.box {
	display: inline;
	height: auto;
	width: auto;
}

textarea.ckeditor {
	display: none;
}

img,a img {
	border: none;
}

button,select {
	cursor: pointer;
}

/* **************
******* FONTS ***
************** */
@font-face {
    font-family: 'bokka';
    src: url('fonts/bokka-solid-webfont.eot');
    src: url('fonts/bokka-solid-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bokka-solid-webfont.woff') format('woff'),
         url('fonts/bokka-solid-webfont.ttf') format('truetype'),
         url('fonts/bokka-solid-webfont.svg#bokka') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* **************
******* SITE ***
************** */
body { 
	background: #fff; /*c1b5db*/
	font-family: 'bokka', sans-serif;
	color: #238cc9;
}
p {
	line-height: 120%;
	font-size: 17px;
	margin-bottom: 12px;
}
p span.mini {
	font-size: 14px;
}
p.copyword {
	color: #999999;
	font-size: 16px;
}
ul {
	padding-left: 20px;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
	color: #fff;
}
a:hover{
	color: #ffcdd9;
}
.columns{
	float:left;
}
.col50 {
	width: 48%;
	margin-right: 4%;
}
.columns.last {
	margin-right: 0;
}
.preloader {
	display: none; margin: 6px 0 0 15px;
}

h2 {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 120%;
	margin-bottom: 20px;
}


#container {
	background: url(../img/back.jpg) repeat-y;
	width: 900px;
	padding: 0 34px;
	margin: 0 auto;
}
#header {
	background: url(../img/header.jpg) no-repeat;
	height: 512px;
	position: relative;
}
#block1 {
	background: url(../img/block1.jpg) no-repeat;
	height: 269px;
	padding-left: 304px;
}
#block1 p {
	font-size: 18px;
}
#block1 h2 {
	font-size: 26px;
	margin-bottom: 45px;
}
#block1 ul {
	list-style-type: none;
	padding: 0;
}
#block1 ul li {
	background-image: url(../img/tick.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 25px;
}
#block1 .trigger {
	display: block;
	background: url(../img/rollover.png) no-repeat 0 0;
	bottom: 7px;
	width: 52px;
	height: 40px;
}
#block1 .trigger.hover {
	background-position: 0 -40px;
}
#block1 .trig1 {
	left: 132px;
}
#block1 .trig2 {
	left: 272px;
}
#trigger1 {
	left: 27px;
	background: url(../img/bottle1.png) no-repeat center 0;
}
#trigger2 {
	left: 166px;
	background: url(../img/bottle2.png) no-repeat center 0;
}
.screen {
	bottom: 22px;
	width: 130px;	
	height: 306px;
}
.screen.hover {
	background-position: center -306px !important;
}

#block2 {
	background: url(../img/block2.jpg) no-repeat;
	height: 279px;
}
#block2 p.cut {
	width: 528px;
}
#block2 a.more {
	background: url(../img/button.png) no-repeat;
	width: 160px;
	height: 79px;
	display: block;
	bottom: 32px;
	right: 21px;
	padding: 10px 65px 10px 10px;
}
#block3 {
	background: url(../img/block3.jpg) no-repeat;
	height: 505px;
}
#block3 .col_left {
	width: 370px;
	margin-right: 15px;
}
#block3 .col_right {
	width: 365px;
}
#footer {
	background: url(../img/footer.jpg) no-repeat;
	height: 223px;
	margin-bottom: 0;
	padding-bottom: 2px;
}
#footer a.terms {
	bottom: 10px;
	left: 330px;
}
#footer small.copy {
	bottom: 0;
	left: 245px;
	font-family: arial;
	color: #FFF;
	font-size: 11px;
}
#footer p {
	text-align: center;
	margin: 2px 0;
	font-size: 22px;
	width: 400px;
	text-align: center;
	margin: 0 auto;
}
#footer p.double {
	margin-top:25px;
}

.inner {
	padding: 0 35px;
}
.inner > div {
	position: relative;
	margin-bottom: 40px;
	padding: 30px 40px;
}
.flyer {
	position: absolute;
}
.video_container {
	width: 327px;
	padding: 10px;
	background: #c1b5db;
	height: 195px;
}

/* FORM */
.thanks p {
	font-size: 23px;
	text-align: center;
	padding: 40px 10px;
	background: #EEE2EB;
	border: 1px solid #F09EDC;
}
form p.mini {
	font-size: 12px;
}
form span.red {
	color: #D64A67;
}
form .step div.head,
form .step p.head {
	line-height: 25px;
}
form .controls .row {
	clear: both;
	margin: 4px 0;
	overflow: hidden;
}
form .controls .row.center {
	text-align: center;
}
form .controls .row_radio label {
	width: 98px;
}
form .controls .row_radio input {
	margin-right: 5px;
	border: 0;
}
form .controls .row_radio label,
form .controls .row_radio input {
	float: left;
}
.controls label {
	width: 134px;
	display: inline-block;
}
.controls label:after {
	content:"";
}
.controls input[type="text"] {
	width: 222px;
	text-indent: 3px;
}
.controls select {
	width: 224px;
}
.controls select.s-short {
	width: 121px;
}
.controls select,
.controls input[type="text"] {
	font-family: "bokka";
	font-size:15px;
}
.controls label,
.controls select,
.controls input[type="text"] {
	height: 19px;
	float: left;
}
form .step {
	margin: 0 0 20px 0;
}
/*form .step span.bullet {
	margin-right: 10px;
}*/
form .submit {
	font-family: "bokka";
	border: 0;
	font-size: 16px;
	cursor: pointer;
	color: #238cc9;
	background: url(../img/submit.png) no-repeat 0 0;
	height: 38px;
	width: 127px;
}
form .submit:hover {
	background-position: 0 -38px;
}
/*span.bullet {
	color: #FFF;
	border-radius: 25px;
	background: #D64A67;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}*/

form #layer2 {
	display: none;
}

form .form_preloader {
	vertical-align: middle;
	display: none;
}

form .error-field {
	background: #FCE8E8;
	border: 1px solid #CF6D6D;
}


/* Test mode */
#test-message {
	display: none;
}
body.test-mode #test-message {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	border: 2px solid #D82929;
	background: #F8CFCF;
	padding: 20px 10px;
	text-align: center;
	z-index: 9999;
}
body.test-mode #test-message a {
	font-style: italic;
	cursor: pointer;
}
body.test-mode #test-message p {
	margin: 5px 0;
}