﻿@charset "utf-8";
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;
	vertical-align: baseline;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    background-color:#fff;
    line-height: 1.231;
    /*font-family: 'Heebo' , sans-serif;*/
    font-family: 'almoni-neue', sans-serif;
}
#progress_div_with_gif {
	float: none;
	height: 100%;
	width: 100%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	top: 0%;
	left: 0%;
	position: absolute;
}
#progress_div_with_gif img {
	height: 60px;
	width: 60px;
	margin-top: 150px;
	margin-left: 0px;
}
@keyframes textclip {
	to {
		background-position: 300% center;
	}
}
a {
	text-decoration:none!important;
}
.fs_gradient_purple {
	background: linear-gradient(to right, #69bec7, #6a77bb);
}
.fs_gradient_blue {
	background: linear-gradient(to right, #353d4a, #6f91a5);
}

/*float  Animation */
.fusionFloat {
	overflow: hidden;
	-webkit-transform: translatey(0px);
	transform: translatey(0px);
	-webkit-animation: float 6s ease-in-out infinite;
}
.fusionFloatEasy {
	overflow: hidden;
	-webkit-transform: translatey(0px);
	transform: translatey(0px);
	-webkit-animation: float 9s ease-in-out infinite;
}
@keyframes float {
 0% {
 transform: translatey(0px);
}
 50% {
 transform: translatey(-20px);
}
 100% {
 transform: translatey(0px);
}
}
.fusionRotate {
	-webkit-animation: mymove 20s infinite;
	animation: mymove 20s infinite;
	animation-delay: 2s;
	background-image: url("obj1.png");
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1); 
}
@keyframes mymove {
 50% {
transform: rotate(30deg);
}
}

.slideshow_btn_landing {
    float: right;
    width: auto;
    text-align: center;
    border: 0;
    line-height: 1em;
    font-weight: 400;
    box-sizing: border-box;
    color: #fff;
    font-family: 'almoni-neue-tzar';
    position: relative;
    display: table;
    margin: auto;
}
.slideshow_btn_landing:hover {
    border: 0px solid #3e99a2 !important;
	box-shadow: 0px 4px 8px rgb(0 143 190 / 30%);
}
.slideshow_btn_text {
    display: table-cell;
    vertical-align: middle;
}
.slideshow_btn_icon_right {
    width: 12px;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 22px;
    color: #fff;
}
.slideshow_btn_icon_left {
    width: auto;
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 21px;
    color: #fff;
}

.footer_media_icon {
	color: #69bec7;
}
.footer_media_icon:hover {
	color: #6f91a5;
}

.contact_page_form input {
    color: #6f91a5; 
    border: 1px solid #fff;
    background-color: #fff;
}
.contact_page_form select {
    color: #6f91a5; 
    border: 1px solid #fff;
    background-color: #fff;
}
.team_item_name {
	line-height: 1.3em;
    overflow: hidden;
    visibility: visible;
	height: 35px;
}
.team_item_profession {
	line-height: 1.3em;
    overflow: hidden;
    visibility: visible;
	height: 20px;
}
.team_item_content {
line-height: 1.4em!important;
    overflow: hidden;
    visibility: visible;
	height: 66px;
}
.contact_page_form textarea {
    color: #6f91a5; 
    border: 1px solid #fff;
    background-color: #fff;
}
.contact_icon_container {
    color: #fff;
}
.contact_icon_container:hover {
	color: #fff;
	box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
}
.portfolio_id_form input {
    color: #686868;
    border: 1px solid #b1b1b1;
    background-color: transparent;
}
.fusion_btn_animation {
	font-size: 17px;
	color: #fff;
	background: #69bec7; /* Old browsers */
	background: -moz-linear-gradient(left,  #69bec7 0%, #6a77bb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #69bec7 0%,#6a77bb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #69bec7 0%,#6a77bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69bec7', endColorstr='#6a77bb',GradientType=1 ); /* IE6-9 */
	text-align: right;
	float: right;
	width: auto;
	line-height: 2.2em;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-top: 10px;
	margin-right: 0%;
	padding-right: 15px;
	padding-left: 5px;
	box-sizing:border-box;
	direction:rtl;
	border-radius:2px;
	font-family: 'almoni-neue', sans-serif;
}
.right_btn_animation {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.right_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #69bec7;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.right_btn_animation:hover, .right_btn_animation:focus, .right_btn_animation:active {
	color: white;
}
.right_btn_animation:hover:before, .right_btn_animation:focus:before, .right_btn_animation:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.fusion_grid_home_right h2 a {
    color:#6f91a5
}
.float1 {  
    animation-name: floating;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes float1 {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.float2 {  
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes float2 {
    from { transform: translate(60px,  50px); }
    25%  { transform: translate(120px, 185px); }
    to   { transform: translate(300px, -90px); }    
}
.float3 {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes float3 {
    from { transform: translate(60px,  50px); }
    55%  { transform: translate(120px, 185px); }
    to   { transform: translate(300px, -90px); }    
}
.float4 {  
    animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes float4 {
    from { transform: translate(60px,  50px); }
    55%  { transform: translate(120px, 185px); }
    to   { transform: translate(300px, -90px); }    
}
.float5 {  
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes float5 {
    from { transform: translate(60px,  50px); }
    55%  { transform: translate(120px, 185px); }
    to   { transform: translate(300px, -90px); }    
}
.float6 {  
    animation-name: floating;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes float6 {
    from { transform: translate(60px,  50px); }
    55%  { transform: translate(120px, 185px); }
    to   { transform: translate(300px, -90px); }    
}
.float_elem_2 {
	width: 150px;
	position: absolute;
	top: calc(50% - 45px);
	left: 5%;
}
/* css for fusion effects & style
========================================================== */
.fs_title {
	text-decoration: none;
	direction: rtl;
}
.fs_sub_title {
	text-decoration: none;
	direction: rtl;
}
.fs_p {
	text-decoration: none;
	direction: rtl;
}
a {
	text-decoration: none;
	direction: rtl;
	color:#6a77bb;
}
a:hover {
	text-decoration: underline;
	direction: rtl;
	color:#6a77bb;
}
.fs_p a {
	text-decoration: none;
	direction: rtl;
	color:#6a77bb
}
.fs_p a:hover {
	text-decoration: underline;
	direction: rtl;
	color:#6a77bb
}
.fs_tzar {
	font-family:'almoni-neue-tzar';
}
.fs_100 {
	width:100%;
}
.fs_light {
	font-weight: 300;
}
.fs_regular {
	font-weight: 400;
}
.fs_bold {
	font-weight: 700;
}
.fs_ex_bold {
	font-weight: 900;
}
.fs_right {
	text-align: right;
}
.fs_left {
	text-align: right;
}
.fs_center {
	text-align: center;
}
.fs_justify {
	text-align: justify!important;
}
.fs_right {
	text-align: right;
}
.fs_center {
	text-align: center;
}
.fs_white {
	color: #fff;
}
.fs_grey {
	color: #686868;
}
.fs_light_blue {
	color: #69cecd;
}
.fs_regular_blue {
	color: #6f91a5;
}
.fs_darkBlue {
	color: #353d4a;
}
.fs_purple {
	color: #6a77bb;
}
.fs_margin_bottom_10 {
	margin-bottom: 10px;
}
.fs_margin_bottom_15 {
	margin-bottom: 15px;
}
.fs_margin_bottom_20 {
	margin-bottom: 20px;
}
.fs_margin_bottom_30 {
	margin-bottom: 30px;
}
.fs_margin_bottom_40 {
	margin-bottom: 40px;
}
.fs_white {
	color: #fff;
}
.fs_grey {
	color: #686868;
}
.fs_light_grey {
	color: #686868;
}
.fs_blue {
	color: #353d4a;
}
.fs_light_blue {
	color: #69cecd;
}
.fs_orange {
	color: #ff564f;
}
.fs_purple {
	color: #6a77bb;
}

.fs_light_green {
	color: #98c53c;
}
.fsTransition {
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.max_width_100 {
	max-width:100px;
}
.max_width_150 {
	max-width:150px;
}
.max_width_200 {
	max-width:200px;
}
.max_width_250 {
	max-width:250px;
}
.max_width_300 {
	max-width:300px;
}
.fsShadow {
	-webkit-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	-moz-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
}
.fsBoxShadow {
	box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
}
.fsShadowHeader {
	-webkit-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	-moz-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	box-shadow: 0px 2px 5px rgba(140, 140, 140, 0.1);
}
.fsBorderRadius {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.fsBorderRadius7 {
	border-radius:7px;
}
.fsBorderRadiusBig {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.web_btn {
	color: #fff;
	border: 1px solid #69bec7;
	background-color: #69bec7;
}
.web_btn:hover {
	color: #fff;
	border: 1px solid #353d4a;
	background-color: #353d4a;
}
.web_btn:focus {
	color: #fff;
	border: 1px solid #686868;
	background-color: #686868;
}
#contactMail {
	padding-right: 15px;
}
.fs_btn_anim {	
	float: right;
	width: 170px;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-right: calc(50% - 85px);
	margin-left: calc(50% - 85px);
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1em;
	font-size: 26px;
	color: #fff;
	direction:rtl;
	border-radius:2px;
	text-align: center;
	font-family: 'almoni-neue-tzar';
	font-weight:300;
	background: #69bec7; /* Old browsers */
	background: -moz-linear-gradient(left,  #69bec7 0%, #6a77bb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #69bec7 0%,#6a77bb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #69bec7 0%,#6a77bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69bec7', endColorstr='#6a77bb',GradientType=1 ); /* IE6-9 */	
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	box-sizing:border-box;
	border-bottom: 2px solid #626f84 !important;
}
.btn_animation {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #69bec7;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn_animation:hover, .right_btn_animation:focus, .right_btn_animation:active {
	color: white;
}
.btn_animation:hover:before, .right_btn_animation:focus:before, .right_btn_animation:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
}
img, object, embed {
	max-width: 100%;
	width: 100%;
}
.ie6 img {
	width: 100%;
}
img.floatIMG {
	float: left;
	padding-right: 1em;
}
.itemZoomOut img {
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;
	display: inline-block;
	width: 100%;
	max-width: 100%;
}
.itemZoomOut .main_page_item:hover img {
	opacity: 1;
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	transition: background-color all 0.2s ease-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.90s ease-in-out;
	-moz-transition: all 0.90s ease-in-out;
	-ms-transition: all 0.90s ease-in-out;
	-o-transition: all 0.90s ease-in-out;
	width: 100%;
	max-width: 100%;
}
.main_page_item .imageStyle {
	float: right;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
.free_sections_icon_top {
	float: right;
	width: 70px;
	position: absolute;
	left: calc(50% - 35px);
	right: calc(50% - 35px);
	top: 0;
	z-index: 10000;
}
::selection {
    background-color: rgba(105 190 199 / 50%);
    color: #fff;
}
/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: rgba(105 190 199 / 50%);
    color: #fff;
}
/***For Other Browsers ***/
::-o-selection {
    background-color: rgba(105 190 199 / 50%);
    color: #fff;
}
::-ms-selection {
    background-color: rgba(105 190 199 / 50%);
    color: #fff;
}
/*** For Webkit ***/
::-webkit-selection {
    background-color: rgba(105 190 199 / 50%);
    color: #fff;
}
.wrapParticl_con {
	float: right;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-right: 0;
	padding-left: 0;
	direction:rtl;
}
.wrapParticl {
  float:right;
  margin:0;
}
.ball {
  pointer-events: none;
  position: absolute; 
  width: 10px;
  height: 10px;
  border-radius: 50%; 
  background: gray;
  animation: implode 1s ease-in-out;
  animation-fill-mode: both;
  opacity: .5;
}
@keyframes implode {
  100% {transform: scale(0)}
}
/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
  blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}
.master_form input {
	width: 100%;
	float: right;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: visible;
	text-align: right;
	direction: rtl;
	font-size: 15px;
	line-height: 2.3em;
	box-sizing: border-box;
	display: inline-block;
	padding-right:7px;
	font-family: 'almoni-neue', sans-serif;
}
.master_form input:focus {
	color:#000;
}
select {
	border:0;
}
.master_form input {
    color: #6f91a5; 
    border: 1px solid #6f91a5;
    background-color: #fff;
}

.master_form select {
    color: #6f91a5; 
    border: 1px solid #6f91a5;
    background-color: #fff;
}

.master_form textarea {
    color: #6f91a5; 
    border: 1px solid #6f91a5;
    background-color: #fff;
}
input {
	width: 100%;
	float: right;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: visible;
	text-align: right;
	direction: rtl;
	font-size: 15px;
	line-height: 2.3em;
	box-sizing: border-box;
	display: inline-block;
	padding-right:7px;
	font-family: 'almoni-neue', sans-serif;
}
input:focus {
	width: 100%;
	font-family: 'almoni-neue', sans-serif;
}
*:focus {
	outline: none;
	text-decoration: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 opacity: 1;
}
textarea {
	overflow-x: hidden;
	vertical-align: top;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	margin: 0px;
	padding-right: 7px;
	padding-left: 0px;
	display: inline-block;
	float: right;
	text-align: right;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	direction: rtl;
	line-height: 2.5em;
	box-sizing: border-box;
	display: inline-block;
    font-family: 'almoni-neue', sans-serif;
}

textarea:focus {
	width: 100%;
	padding-right: 7px;
	box-sizing: border-box;
	display: inline-block;
	overflow: auto;
	vertical-align: top;
	float: right;
	text-align: right;
	direction: rtl;
}
.contact_home_form_send {
	width: 100px;
	float: left;
	margin-top: 5px;
}
.contact_home_button {
	float: right;
	border-width: 0px;
	font-size: 26px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background-color: #353d4a !important;
	border: 1px solid #353d4a !important;
	padding-top: 7px!important;
	padding-bottom: 8px!important;
	line-height: 1em;
	border-radius:2px;
	font-family:'almoni-neue-tzar';
}
.contact_home_button:hover {
	border-width: 0px;
	font-size: 26px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	color: #fff !important;
	background-color: #ff564f !important;
	border: 1px solid #ff564f !important;
	padding-top: 7px!important;
	padding-bottom: 8px!important;
	line-height: 1em;
}
.contact_home_button:focus {
	border-width: 0px;
	font-size: 26px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	color: #fff !important;
	background-color: #69bec7 !important;
	border: 1px solid #69bec7 !important;
	padding-top: 7px!important;
	padding-bottom: 8px!important;
	line-height: 1em;
	font-family:'almoni-neue-tzar';
}
.contact_page_form_field_short select {
	direction: rtl;
	font-size: 17px;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	padding-right: 7px;
	box-sizing: border-box;
	color: #686868;
}
.contact_page_button {
	float: left;
	border-width: 0px;
	line-height: 2.1em;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: #fff!important;
	background-color: #686868;
	border: 1px solid #686868;
}
.contact_page_button:hover {
	float: left;
	border-width: 0px;
	line-height: 2.1em;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: #fff!important;
	background-color: #69bec7;
	border: 1px solid #69bec7;
}
.contact_page_button:focus {
	float: left;
	border-width: 0px;
	line-height: 2.1em;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: #fff!important;
	background-color: #686868;
	border: 1px solid #686868;
}
.banner_carusel_btn {
	color: #fff;
    border: 1px solid #69bec7;
    background-color: #69bec7;
}

.banner_carusel_btn:hover {
	color: #fff;
	border: 1px solid #353d4a;
	background-color: #353d4a;
}
.banner_carusel_btn:focus {
	color: #fff;
	border: 1px solid #686868;
	background-color: #686868;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}
body, button, input, select, textarea {
}
div.parallax {
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	font-size: 17px;
	font-weight: 400;
	color: #604c42;
	text-align: right;
	float: right;
	width: 100%;
	margin-bottom: 40px;
	line-height: 1.7em;
	letter-spacing: 1.3px;
	direction: rtl;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #686868;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #686868;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 0px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
	margin-left: -7px;
	padding: 0;
}
select {
	direction: rtl;
	font-size: 15px;
	font-weight: 400;
	padding-top: 7px;
	padding-bottom: 10px;
	width: 100%;
	padding-right: 7px;
	box-sizing: border-box;
	color: #686868;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'almoni-neue', sans-serif;
	line-height:1em;
}
table button, table input {
	overflow: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	height: 18px;
	width: 18px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #ffffff;
}
input[type="checkbox:focus"] {
	box-sizing: border-box;
	height: 18px;
	width: 18px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #ffffff;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: right;
	direction: rtl;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
@keyframes floating {
0% {
-webkit-transform:translateY(0%);
transform:translateY(0%)
}
50% {
-webkit-transform:translateY(30%);
transform:translateY(30%)
}
100% {
-webkit-transform:translateY(0%);
transform:translateY(0%)
}
}
@-webkit-keyframes floating {
0% {
-webkit-transform:translateY(0%)
}
50% {
-webkit-transform:translateY(30%)
}
100% {
-webkit-transform:translateY(0%)
}
}
 @media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a, a:active {
	text-decoration: underline;
	color: #686868;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
.parallax_about h1 a {
	font-size: 15px;
	color: #3AB6AE;
}
.item4 .imageStyle {
	float: right;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
.item4 img {
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;
	display: inline-block;
	width: 100%;
	max-width: 100%;
}
.item4:hover img {
	opacity: 1;
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	transition: background-color all 0.2s ease-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	width: 100%;
	max-width: 100%;
}