/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/
html {
	height: 100%;
}
body {
	font-family: 'open sans hebrew', sans-serif;
	font-size:15px;
	color:#000;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	direction: rtl;
	height: 100%;
	position: relative;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'open sans hebrew', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family:  'open sans hebrew', sans-serif;
}

p{
	position:relative;
	line-height:1.6em;	
}

.background-gradient {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding-bottom: 155px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b747d+0,94a9bd+50,6b747d+100 */
background: #6b747d; /* Old browsers */
background: -moz-linear-gradient(top, #6b747d 0%, #94a9bd 50%, #6b747d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6b747d 0%,#94a9bd 50%,#6b747d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6b747d 0%,#94a9bd 50%,#6b747d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b747d', endColorstr='#6b747d',GradientType=0 ); /* IE6-9 */
}
.top-right {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/images/top-right.png);
	background-size: cover;
	width: 532px;
	height: 321px;
	
}
.call-now-header {
	font-size: 60px;
	color: #222222;
	padding-right: 60px;
	font-weight: 700;
	margin-top: 30px;
}
.phone-number-header {
	font-size: 60px;
	color: #222222;
	font-weight: 700;
	padding-right: 10px;
	margin-top: -30px;
	text-align: right;
}
.bubbles {
	position: absolute;
	top: 50px;
	left: 0;
	background: url(/images/bubbles.png);
	width: 286px;
	height: 485px;
}
.logo {
	margin-top: 150px;
	display: block;
	text-align: center;
	font-size: 70px;
	font-weight: 700;
	color: white;
}
.logo h1{
	font-size: 70px;
	font-weight: 700;
	color: white;
}
.main-text{
	margin-top: 30px;
}
.main-text p {
	font-size: 32px;
	color: white;
	font-weight: 700;
}
.logo img{
	display: inline-block;
}
.free-delivery {
	background: #ffe400;
	padding:30px 55px;
	border-radius: 7px;
	font-weight: 700;
	margin-top: 10px;
	color: #222222;
	font-size: 40px;
	text-align: center;
	display: inline-block;
}
.blinker { 
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite;
} 

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    70% { opacity: 1.0; }
    71% { opacity: 0; }
    100% { opacity: 0; } 
}

@-webkit-keyframes blinker { 
     0% { opacity: 1.0; }
   70% { opacity: 1.0; }
    71% { opacity: 0; }
    100% { opacity: 0; } 
} 

@keyframes blinker { 
     0% { opacity: 1.0; }
    70% { opacity: 1.0; }
    71% { opacity: 0; }
    100% { opacity: 0; } 
}
.under-note {
	font-size: 15px;
	color: white;
	text-align: center;
}

.line {
	margin-top: 30px;
	padding-bottom: 50px;
}

.css-form-container {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	margin-top: 40px;
	border-top: 5px white solid;
	background: #ffe400;
	color: #222222;
}
.form-text {
	font-size: 28px;
	color: #222222;
	font-weight: 700;
	display: block;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
}
.submit-btn {
	background: #2480bb;
	color: white;
	border: 0;
	text-align: right;
	font-weight: 700;
	font-size: 16px;
	padding: 6px 50px;
}
.form-control {
	height: 39px;
	font-size: 16px;
}
.mobile-gift {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	color: white;
	font-weight: 700;
	text-align: center;
	width: 100%;
	display: none;
}
.list-bg {
	background: rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 10px;
	color: white;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	margin-top: 50px;
}
.contact-now {
	color: white;
	font-size: 40px;
	text-align: center;
	padding-top: 50px;
}
.free-delivery a {
	color: #222222;
}
.free-delivery a:hover {
	color: #222222;
}
@media (max-width: 1750px) {
	.top-right {
		width: 450px;
		height: 272px;
	}
	.call-now-header {
		font-size: 50px;
		margin-top: 40px;
		padding-right: 80px;
	}
	.phone-number-header {
		font-size: 50px;
		padding-right: 130px;
	}
	.bubbles {
		width: 200px;
		height: 339px;
		background-size: cover;
	}
}
@media (max-width: 1440px) {
	.bubbles {
		width: 120px;
		height: 203px;
		background-size: cover;
	}
	.logo {
			margin-top: 10px;
		}
}
@media (max-width: 1570px) {
	.top-right {
		width: 300px;
		height: 181px;
	}
	.call-now-header {
		font-size: 40px;
		margin-top: 21px;
		padding-right: 32px;
	}
	.phone-number-header {
		font-size: 31px;
    padding-right: 14px;
		margin-top: -15px;
	}
}
.mobile-top-right {
	display: none;
	width: 100%;
	background: #ffe400;
	text-align: center;
	color: #222222;
	font-size: 20px;
	padding: 10px 0;
	border-bottom: 3px white solid;
}
.mobile-top-right a {
	color: #222222;
}
.mobile-top-right h2{
	display: block;
	font-weight: 700;
}
@media (max-width: 1200px) {
	.top-right {
		display: none;
	}
	.mobile-top-right {
		display: block;
	}
	.bubbles {
		display: none;
	}
	.logo {
		margin-top: 30px;
	}
	.logo img{
		max-width: 90%;
	}
}
	
	@media (max-width: 460px) {
	.free-delivery {
		font-size: 20px;
		padding: 10px 15px;
		margin-top: 20px;
	}
	
	.background-gradient {
		padding-bottom: 0;
	}
	.css-form-container {
		position: relative;
		margin-top: 0px;
		padding: 0;
	}
	.form-text {
		font-size: 19px;
	}
	.form-control {
		margin-bottom: 5px;
	}
	.submit-btn {
		width: 100%;
		text-align: center;
	}
	.line {
		padding-bottom: 0;
	}
	.mobile-gift {
		display: block;
	}
	.logo h1{
	font-size: 30px;
	}
	.main-text p {
		font-size: 18px;
	}
	.list-bg {
		font-size: 16px;
	}
	.contact-now {
		font-size: 20px;
		margin: 0 0 20px 0;
	}
}