@charset "utf-8";
/* CSS Document */

/* GLOBAL */
/*@font-face {
    font-family: 'carmelit_boldbold';
    src: url('../../LP/lib/fonts/carmelit/carmelitbold.eot');
    src: url('../../LP/lib/fonts/carmelit/carmelitbold.eot?#iefix') format('embedded-opentype'),
         url('../../LP/lib/fonts/carmelit/carmelitbold.woff') format('woff'),
         url('../../LP/lib/fonts/carmelit/carmelitbold.ttf') format('truetype'),
         url('../../LP/lib/fonts/carmelit/carmelitbold.svg#carmelit_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'carmelit_regularregular';
    src: url('../../../LP/lib/fonts/carmelit/carmelitregular.eot');
    src: url('../../../LP/lib/fonts/carmelit/carmelitregular.eot?#iefix') format('embedded-opentype'),
         url('../../../LP/lib/fonts/carmelit/carmelitregular.woff') format('woff'),
         url('../../../LP/lib/fonts/carmelit/carmelitregular.ttf') format('truetype'),
         url('../../../LP/lib/fonts/carmelit/carmelitregular.svg#carmelit_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

body {
	margin:0;
	padding:0 0 40px 0;
	font-family:arial;
	color:#ffffff;
	float:left;
}
input, button, select, textarea {
	font-family:arial;
}
.clear {
	clear:both;
}

/* HEADER */

header {
	width:100%;
	background:#111111; 
	/*background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(242,242,242) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(242,242,242) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(242,242,242) 100%);*/
	background-image: url(images/trainer2.png);
	background-position: center 0;
	background-repeat: no-repeat;
	height: 630px;
}
header div.container {
	max-width:930px;
	height:170px;
	margin:auto;
	padding:0 30px 0 30px;
}

/* title */

h1.mainTitle {
	float:right;
	margin:0;
	font-size:34px;
	color:#ffffff;
}

.topText{
	float:right;
	text-align:right;
	direction:rtl;
	padding:38px 0 0 0;
	color:#ffffff;
}

.topText h3{
	font-weight:normal;
	font-size:28px;
}


/* logo */

img.logo_desktop {
	float: left;
	margin: 37px 0 0 23px;
}
/*img.logo_mobile {
	display:none;
	width:160px;
	height:72px;
	margin:15px auto 0 auto;
}*/

/* CONTENT */

#wrapper {
	max-width:930px;
    margin:0 auto;
	padding:0 30px 0 30px;
	direction:rtl;
}
h2 {
	margin:0;
	padding:45px 0 35px 0;
	font-size:45px;
	text-align:center;
}
h2 span {
	font-weight:normal;
}

/* mainimg */

div.mainimg {
	margin:23px 0 30px 0;
}
div.mainimg div.column {
	float:right;
	width:100%;
	max-width:290px;
	margin:0 0 0 30px;
}
div.mainimg div.last {
	margin:0;
}
div.step {
	width:100%;
	max-width:285px;
	height:50px;
	margin:0 0 30px 0;
	background:#f6f6f6;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	box-shadow:inset 0px 1px 0px 0px rgba(0, 0, 0, 0.059);
}
div.mainimg span.number {
	display:inline-block;
	width:40px;
	height:38px;
	margin:5px 5px 0 10px;
	padding:2px 0 0 0;
	background-image:url(images/number.svg);
	background-repeat:no-repeat;
	background-size:contain;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	overflow:hidden;
}
div.mainimg h3 {
	display:inline-block;
	font-size:27px;
	color:#000;
	margin:0;
	padding:6px 0 0 0;
	vertical-align:top;
	font-family: arial;
	font-weight:normal;
}
div.column img {
	width:100%;
	max-width:290px;
	display:block;
}

/* content */

div.content {
	width:100%;
	max-width:930px;
	margin:-40px 0 30px 0;
	font-size:16px;
	line-height:21px;
}

div.content h3{
	font-size:25px;
}

div.contactform{
	width:290px;
    display: inherit;
	float:right;
	height: 500px;
}

/*============FORM==============*/
/*
form{
	height:427px;
    width: 282px;
}*/

.form{
    width: 320px;
    height: 415px;
    background-color: #fff;
    direction: rtl;
    font-family: 'Open Sans Hebrew',Arial,tahoma;
}

.form_title{
    font-size: 17px;
    line-height: 1.125;
    font-family: 'Open Sans Hebrew',Arial,tahoma;
    font-weight: bold;
    color: rgb(77, 77, 77);
    text-align: center;
    margin-bottom: 25px;
    margin-right: -23px;
    padding: 14px 17px 0px 10px;
}

#btn_close_form{
    position: absolute;
    margin: -10px ;
}
.form_title_open{
	padding: 15px 10px 10px 10px;
	margin-bottom: 5px;
}
#form_img{
    margin: 40px 288px;
    width: 245px;
    height: 265px;
    position: absolute;
}
.form_field{
width: 201px;
  height: 34px;
    margin: 0 55px;
	margin-bottom: 20px;
	padding-right: 10px;
	font-size: 16px;
	z-index: 99;
	border-style: solid;
  border-width: 1px;
  border-color: rgb(195, 190, 190);
  border-radius: 2px;
}
#form_header{
    background-image: -moz-linear-gradient( 90deg, rgb(215,189,94) 47%, rgb(230,213,122) 49%, rgb(244,237,149) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(215,189,94) 47%, rgb(230,213,122) 49%, rgb(244,237,149) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(215,189,94) 47%, rgb(230,213,122) 49%, rgb(244,237,149) 100%);
    box-shadow: inset 0px -3px 0px 0px rgba(145, 125, 56, 0.45);
    width: 507px;
    height: 63px;
}
#form_header p{
    font-size: 30px;
    font-family: 'Open Sans Hebrew',Arial,tahoma;
    color: rgb(77, 77, 77);
    font-weight: bold;
    line-height: 1.89;
    text-align: right;
    margin-right: 35px;
}
.form_field_open{
	height: 28px;
	margin-bottom: 10px;
}

.form h4{
	color: #fff;
	font-size: 1.4em;
	margin-right: 16px;
	margin-top: 5px;
	font-weight: normal;
}

.birthday{
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: -15px;
	float: left;
}

select{
	border: none;
}

option{
	background: #fff;
}

.check{
	/*float: right;
	z-index: 999;
	margin-right: 10px;
	margin-top: 33px;*/
}

.small_print{
    height: 0px;
}

.small_print img {
	height: 13px;
	margin-right: -15px;
	margin-top: 2px;
	float: right;
}
#btn_submit{
    background-image: url('/wp-content/themes/spotbase/images/submit.png');
    background-position: center 0;
    background-repeat: no-repeat;

}
#submit{
    width: 201px;
    height: 40px;
    margin: 0 55px 16px;
    background: transparent;
    cursor: pointer;
    border: 0;
    background-image: url('/wp-content/themes/spotbase/images/submit.png');
    background-position: center 0;
    background-repeat: no-repeat;
}

input:focus, select:focus, textarea:focus {
	outline-size: 0;
	background: #feffbc;
	outline-style: none;
	outline-color: none;
	border: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
		color:		#000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color:		#000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
		color:		#000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
		color:		#000;
}

/*============END FORM==============*/

div.mainContent{
	width:610px;
	display:inline-block;
	text-align:right;
	float:right;
	direction: rtl;
	margin-left: 30px;
}
/*div.mainContent  ul {
	-webkit-padding-start:0px;
}

div.mainContent  ul li{
	list-style-type: none;
	background: url(images/goldot.png) no-repeat 600px 7px;
	padding: 0 24px 15px 15px;
	font-size: 20px;
}*/
div.mainContent ul {
	margin: 0;
	padding: 0 20px 0 0;
	font-size: 20px;
}

div.mainContent ul li{
	color: #c19f2d;
	line-height: 36px;
}

div.mainContent ul li span{
	color: #ffffff;
	font-size: 20px;
}
/* button */

div.button {
	width:100%;
	max-width:930px;
	margin: 50px 0 25px 0;
	background:url(images/line.png) repeat-x left 25px;
}
div.button div.container {
	width:100%;
	max-width:300px;
	margin:auto;
	padding:0 30px 0 30px;
	background:#111111;
}
div.button div.container a {
	font-family:  Arial, sans-serif;
	display: inline-block;
	width: 90%;
	height: 44px;
	padding: 0px 0 0 0;
	color: #000000;
	text-decoration: none;
	font-size: 25px;
	line-height: 43px;
	margin: 0 14px 16px;
	font-weight: bold;
	text-align: center;
	outline: none;
	background-image: -moz-linear-gradient( 90deg, rgb(218,189,100) 0%, rgb(212,182,86) 48%, rgb(226,206,94) 52%, rgb(245,227,128) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(218,189,100) 0%, rgb(212,182,86) 48%, rgb(226,206,94) 52%, rgb(245,227,128) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(218,189,100) 0%, rgb(212,182,86) 48%, rgb(226,206,94) 52%, rgb(245,227,128) 100%);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	border: 1px solid #c19f2d;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
div.button a:hover {
	border:1px solid #333333;
}
div.button a:active {
	-webkit-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:   0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:        0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.lowerContent{
	direction:rtl;
	margin-top:30px;
	display: block;
}



.specialBonus{
	display:block;
	width:930px;

}

.specialBonus h1{
	color: #c19f2d;
	font-size: 40px;
	margin-bottom: 25px;
	text-align:center;
}

.lowerLeft, .lowerRight{
	display:inline-block;
	width: 47%;
	padding: 0 10px;
	font-size: 16px;
}


/* FOOTER */

footer {
	max-width:930px;
	margin:auto;
	padding:0 30px 0 30px;
	direction:rtl;
}

/* logos */

footer div.logos {
	width:100%;
	margin:0 0 25px 0;
	text-align:center;
}
img.logos_desktop {
	width:100%;
	max-width:770px;
}
img.logos_mobile {
	display:none;
	width:100%;
}

/* menu */

footer div.menu {
	margin:0 0 10px 0;
	text-align:center;
	font-size:14px;
	color:#CCCCCC;
}
footer div.menu ul,
footer div.menu li {
	display:inline-block;
	margin:0;
	padding:0;
}
footer div.menu li {
	padding:0 5px 0 5px;
}
footer div.menu a {
	text-decoration:none;
	color: #666666;
	font-weight:bold;
}
footer div.menu a:hover {
	text-decoration:underline;
}

/* disclaimer */

footer div.disclaimer {
	text-align:center;
	font-size:12px;
	line-height:16px;
	color:#666666;
}

footer div.disclaimer a{
	color:#666666;
}
/*------NOTIFICATION------*/

.notification {
    position: absolute;
    background: #ee6e66;
    padding: 10px;
    z-index: 9999;
    margin-right: 35px;
    width: 218px;
    height: 10px;
    border-radius: 20px;
    margin-top: -17px;
}

.notification p {
	float: right;
	text-align: center;
	color:#fff;
	font-size: 18px;
	margin-top: -5px;
}

.notification .close, form .submit {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 2em;
	border: none;
	background: #272422;
	display: block;
	z-index: 94;
	text-decoration: none;
	margin-right: 10px;
	margin-top: -7px;
	margin-left: -6px;
	border-radius: 50%;
	width: 24px;
	text-align: center;
}
