	/* NORMALIZATION *v*********************
	****************************************/
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0;	padding: 0;	border: 0;	font-size: 100%; font: inherit;	vertical-align: baseline; }
	/* HTML5 display-role reset for older browsers */
	* { -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	 -moz-box-sizing: border-box; /* Firefox, other Gecko */
	 box-sizing: border-box; /* Opera/IE 8+ */
	 }
	 /* makes padding not expand object's size */
	body { line-height: 1; direction: rtl; font-family: 'Open Sans Hebrew';}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 	display: block; }
	html { }
	.clearbox { clear: both; }
	ol, ul { list-style: none; counter-reset: item;}
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after, q:before, q:after { content: '';	content: none; }
	strong, b { font-weight: bold; }
	em, i { font-style: italic; }
	table { border-collapse: collapse; border-spacing: 0; }
	.item-separator { margin: 10px 0; } /* links vertical separator */
	.clearbox{clear: both;}
	/* CUSTOM STYLING *v********************
	****************************************/
	/* page */
	body { color: #263d4f; font-size: 14px; background: #d6c8a1 ; }
	 /* normalizes the major blocks to wrapper width */
	h1, h2, h3, h4 { color:#263d4f;}
	p { color:#263d4f;}
	a, a:link, a:visited { text-decoration: none;  transition: color .3s; }
	a:hover, a:active { color: #fff; transition: color .3s; }
	.wrapper {width:1200px; margin:0 auto; position: relative; max-width:100%; }
	.right {float:right;}
	.left {float:left;}
	img {max-width:100%; }
	.clearfix {clear:both; }
    
    header {}
        .title {position:relative; z-index:1; padding-top:40px; }
            .title h1 {color:#250c0a; font-size:60px; font-weight:bold; display:block; margin-bottom:25px; position:relative; z-index:10}
            .title strong {font-size:30px; color:#250c0a; font-weight:bold; line-height:1.4em;  position:relative; z-index:10}
            .title p {font-size:30px; font-weight:normal; color:#250c0a; line-height:1.4em;  position:relative; z-index:10}
        header img {position:absolute; left:0; top:0; z-index:0; }
        .date {margin-top:100px; margin-bottom:80px; }
            .date p {color:#700b01; font-weight:bold; font-size:48px; line-height:1.2em; }
            .date strong {color:#700b01; font-weight:bold; font-size:60px; line-height:1.2em; }
    .main {}
        #contact {background:#250c0a; padding:25px; }
            .rightSide {float:right; max-width:357px; }
                .rightSide strong {color:#fff; font-size:24px; font-weight:bold; line-height:1.2em; }
            form {max-width:794px; float:left; }
                form > p {color:#d6c8a1; font-size:18px; display:block; margin-bottom:10px; }
                .field {display:inline-block; vertical-align:top; width:198px; max-width:100%; }
                    input {border:0; height:30px; background:#d6c8a1; color:#250c0a; font-size:18px; padding:0 15px; font-style:italic; max-width:100%; }
                .field.button { width:93px; }
                    button {border:0; cursor:pointer; background:#d49210; width:93px; height:30px; color:#250c0a; font-size:18px; transition:.5s; }
                    button:hover {background:#d6c8a2; transition:.5s; }
        .bottomContact {margin:40px 0;}
            .video {width:570px; height:320px; max-width:100%; float:right;}
                iframe {width:100%; height:100%; }
            .v-left {float:left; width:567px; max-width:100%; }
                .v-left p {color:#250c0a; font-size:22px; line-height:1.3em; }
                .v-left strong  {color:#250c0a; font-size:22px; font-weight:bold; }
            
        h2 {color:#5a1301; font-size:30px; display:block; text-align:center; margin-bottom:35px; }
        .blocks {margin-bottom:35px;}
            .block {display:inline-block; vertical-align:top; margin:0 4.5px; width:285px; max-width:100%; }
                .block:first-of-type {margin-right:0;}
                .block:last-of-type{margin-left:0; }
                .block h3 {color:#fff; font-size:18px; display:block; text-align:center; padding:20px 15px; background:#5a1301; }
                .block img {}
        .subTitle {}
            .subTitle strong {color:#5a1301; font-size:22px; font-weight:normal; display:block; width:100%; text-align:center; margin-bottom:45px; }
        footer {background:#b27009; border-bottom:5px solid #250c0a; text-align:center; padding:15px 0; margin-bottom:25px; }
            footer p {color:#fff; font-size:22px; font-weight:normal;}
                footer p a {color:#fff;}

	/* responsive STYLING *********************
	****************************************/
	@media all and (max-width:1198px) {
        .wrapper {padding:0 15px; }
        header img {position:relative;}
	}
	@media all and (max-width:767px){
	    header {text-align:center; }
	    .title h1 {font-size:30px; }
	    .title strong, .title p{font-size:24px; }
	    .date {margin-top:0; }
	    .date p, .date strong {font-size:35px;}
	    .rightSide {float:none; width:100%; }
	    .v-left, .video, form {float:none; width:100%; }
	    .block {margin-bottom:10px; margin-right:auto!important; margin-left:auto!important; display:table; }
	    
	    .field {display:block; margin-bottom:5px; }
	}
