
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	font-family: 'Arimo', sans-serif;
}

body {
    line-height: 1;
	direction:rtl;
	background:#cae7ff url(../img/desktop-bg.jpg) no-repeat 50% 0;
}
img {
  vertical-align: middle;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}


.header{
	text-align:center;
	margin:120px 0 30px 0;
}

.advert{
	text-align:center;
	margin:20px auto 0 auto; 
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px auto;
	width:468px;
	padding:0;
	border-radius: 2px;
	background-color: rgb(251, 251, 251);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.section-header{
	border-radius:2px 2px 0 0;
	height:64px;
	margin:0 0 20px 0;
	background-color:#ffffff;
	border-bottom:1px solid #e7e7e7;
}
.shekel-icon{
	width:64px;
	height:64px;
	line-height:64px;
	text-align:center;
	border-left:1px solid #e7e7e7;
	float:right;
}
.main-title-wraper{
	height:56px;
	line-height: 1.55em;
	padding:8px 65px 0 0;
}
.main-title-wraper h1{
	font-size:1.375em;
	color:#06175f;
	text-align:center;
}
.main-title-wraper h1 span{
	font-size:0.8em;
	display:block;
}
.cta-btn-wraper{
	clear:both;
	text-align:center;
	padding:6px 12px 12px 12px;
}
.cta-btn-wraper a{
	display:block;
	line-height:3em;
	border-radius: 3px;
	border:1px solid #ffffff;
	background-color: rgb(19, 176, 241);
	box-shadow: inset 0px 1px 0px 0px rgba(147, 205, 255, 0.004);
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.cta-btn-wraper a:hover{
	background-color: rgb(83, 195, 240);
	box-shadow: 0px 0px 5px 0px rgba(13, 156, 214, 0.5);
	border:1px solid #ffffff;
}
.search-icon{
	display: inline-block;
	font-family:'icomoon', sans-serif;
	color:#ffffff;
	font-size:1.5em;
	vertical-align:middle;
	margin:0 0 0 8px;
}
/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/*ANIMATION =============================================================================*/

@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fade-in.one {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.fade-in.two {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay:1.2s;
	animation-delay: 1.2s;
}

.fade-in.three {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.fade-in.four {
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.fade-in.five {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}
.fade-in.six {
	-webkit-animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	animation-delay: 2.2s;
}
.fade-in.seven {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	animation-delay: 2.4s;
}
/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:right;
	margin:0 13px 10px 0;
}
.col  a{
	display: block;
	line-height:54px;
	border: 1px solid rgb(217, 217, 217);
	border-radius: 2px;
	text-align:center;
	text-decoration:none;
	background-image: -moz-linear-gradient( 90deg, rgb(251,251,251) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(251,251,251) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(251,251,251) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 2px 0px 0px rgba(217, 217, 217, 0.5),inset 0px 2px 0px 0px rgba(255, 255, 255, 0.004);
	font-family:'icomoon', sans-serif;
	color:#cccccc;
	font-size:0.8em;
}
.col  a:hover{
	border: 1px solid rgb(217, 217, 217);
	background-image: none;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	color:#06175f;
	transition: all .1s ease-in-out;
	transform: scale(1.02);
	border: 1px solid #cccccc;
}
.col  a:after {
    content:"";
	float:left;
	margin:0 0 0 12px;
}
.col img {
	margin:0 0 0 -12px;
}
/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 214px;
}


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
	.section {
		width:90%;
	}
	.logo{
		width:70%;
	}
	body {
	background:#cae7ff url(../img/Mobile-bg.jpg) no-repeat 50% 0;
	}
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.header{
		text-align:center;
		margin:20px 0 20px 0;
	}
	.cta-btn-wraper{
		padding:6px 16px 12px 16px;
	}
	.cta-btn-wraper a{
		line-height: 4em;
		font-size:1.1em;
	}
	.span_2_of_2 {
		width: 88%;
		margin:0 auto 12px auto;
		float:none;
	}
	.span_1_of_2 {
		width: 88%; 
		margin:0 auto 12px auto;
		float:none;
	}
	.shekel-icon{
		display:none;
	}
	.main-title-wraper{
		padding:8px 0 0 0;
	}
	
}