﻿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, 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;
	font-family: 'Southv2 UltraLight';

}
.video_background {
    width: 100%;
    height: 100%;
    position:fixed;
    right:0;
    top: 0px;
    bottom: 0px;
}
video.fillWidth {
    right: 0;
    min-width: 100%;
}
video { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes ticker {
0% {
transform: translate3d(0, 0, 0);
}
100% {
transform: translate3d(-100%, 0, 0);
}
}
.tcontainer {
	width: 100%;
	overflow: hidden;
}
.ticker-wrap {
	width: 100%;
	padding-left: 100%;
}
.ticker-move {
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 50s;
}
.ticker-move:hover {
	animation-play-state: paused;
}
.ticker-item {
	display: inline-block;
	direction: rtl;
	cursor: pointer;
}
.news_marqee_item_text:hover {
	text-decoration: underline!important;
}
.background_box_opacity {
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
}
.default_menu {
	font-size: 15px;
	font-weight: 500;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1.6em;
	text-align: right;
	direction: rtl;
	width: auto;
	margin-right: 0;
	margin-left: 7px;
	color: #ffffff;
	padding-right: 0%;
	padding-left: 0%;
	float: right;
	letter-spacing: normal!important;
}
.default_menu_non_active {
	font-size: 15px;
	font-weight: 400;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1.6em;
	text-align: right;
	direction: rtl;
	width: auto;
	margin-right: 8px;
	margin-left: 0%;
	color: #dfdbd2;
	padding-right: 0%;
	padding-left: 0%;
	float: right;
	letter-spacing: normal!important;
}
.default_menu:hover {
	color: #d5bb99;
}
.default_menu.selected {
	color: #d5bb99;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.6em;
	text-align: right;
	direction: rtl;
	width: auto;
	margin-right: 20px;
	margin-left: 0%;
	padding-right: 0%;
	padding-left: 0%;
	float: right;
	letter-spacing: normal!important;
}

.text_middle {
    display:table-cell;
    vertical-align:middle;
}
.media_btn {
	display: inline-block;
	width: auto;
	font-size: 19px;
	cursor: pointer;
	font-weight: 900;
	text-align: center;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 2px;
	padding: 0px 0px 4px 0px;
    color: #383b3d;
    border-bottom: 2px solid #383b3d;
    background-color: transparent;
}
.media_btn:hover {
    background-color: transparent;
    color: #383b3d;
    border-bottom: 2px solid #383b3d;
}
.media_btn.active {
	background-color: transparent;
	color: #383b3d;
	border-bottom: 2px solid #383b3d;
}
div .fs_ken_overlayer {
	display: table;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
    opacity: 0;
    transform: scale(1,1);
	transition: .3s;
    background-color: rgba(255 255 255 / 99%);
}
div .fs_ken_overlayer:hover  {
	opacity: 1;
	transform: scale(1);
	transition: .3s;
}
.fs_ken_overlayer_middle {
	display: table-cell;
    vertical-align:middle;	
}
.fs_ken_overlayer .ken_overlayer_text {
    width:100%;
	float: left;
    left: 0;
    position:relative;
    box-sizing:border-box;
    padding:20px
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	background-color: transparent;
	display: inline-block;
	zoom: 1;
	display: inline;
	padding: 0;
	margin: 0;
	filter: Alpha(Opacity=50);
	opacity: 1;
	position: absolute;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../images/System/carusel_arrow_left.png');
	background-repeat: no-repeat;
	background-size:contain;
	font-size: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	background-color: transparent;
	display: inline;
	zoom: 1;
	display: inline;
	padding: 0;
	margin: 0;
	filter: Alpha(Opacity=50);
	opacity: 1;
	position: absolute;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../images/System/carusel_arrow_right.png');
	background-repeat: no-repeat;
	background-size:contain;
	font-size: 0;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	background-color: transparent !important;
}
.pages_img_container img {
	width: 100%;
	max-width:100%
}
.fs_title_icon {
	float: right;
	width: 150px;
	height:20px;
	margin-left: calc(50% - 75px);
	margin-right: calc(50% - 75px);
	margin-top: 5px;
	margin-bottom: 5px;
}
.fs_title_icon img {
	float: right;
	width: 100%;
	max-width:100%;
}
.progress_div_with_gif {
	float: none;
	height: 100%;
	width: 100%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	top: 0%;
	left: 0%;
	position: absolute;
}
.fs_big_title {
    text-decoration: none;
	direction: rtl;
	width: 100%;
	float:right;
}
.fs_title {
	text-decoration: none;
	direction: rtl;
	width: 100%;
	float:right;
}
.fs_sub_title {
	text-decoration: none;
	direction: rtl;
	width: 100%;
	float:right;
}
.fs_cat_title {
    text-decoration: none;
	direction: rtl;
	width: 100%;
	float:right;
}
.fs_semi_title {
    text-decoration: none;
	direction: rtl;
	width: 100%;
	float:right;
}
.fs_p {
	text-decoration: none;
	direction: rtl;
	width: 100%;
	float:right;
}

.fs_p_small {
	text-decoration: none;
	direction: rtl;
	width: 100%;
	float:right;
	font-size: 14px;
    line-height: 1.4em;
}

.fs_p a {
	color:#371b0f
}
.fs_title_auto {
	width: auto!important;
	float:right;
}
.fs_almoni {
	font-family: 'almoni-neue', sans-serif;
}
. {
	
	letter-spacing:0.3px;
}
.fs_atlas {
	font-family: 'almoni-neue', sans-serif;
}
.fs_practica {
	font-family: 'practicanarrowbold';
	letter-spacing:0.3px;
}
.fs_heebo {
	font-family: 'Heebo', sans-serif;
}
.fs_simpler {
	font-family: 'simpler';
	line-height:1.3em;
}
.fs_assistant {
	font-family: 'almoni-neue', sans-serif;
	line-height:1.3em;
}
.fs_rubik {
	font-family: 'Rubik', sans-serif;
}
.fs_mikhmoret {
	font-family: 'mikhmoret', sans-serif;
}
.fs_baladi {
	font-family: 'BaladiRegular';
}
.fs_light {
	font-weight: 300;
}
.fs_regular {
	font-weight: 400;
}
.fs_semi_bold {
	font-weight: 600;
}
.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_margin_bottom_5 {
	margin-bottom: 5px;
}
.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_black {
	color: #383b3d;
}
.fs_grey {
	color: #494949;
}
.fs_red {
	color: #913f2f;
}
.fs_light_grey {
	color: #aaaaaa;
}
.fs_purple {
	color: #720cdf;
}
.fs_blue {
	color: #371b0f;
}
.fs_green {
	color: #53bd8f;
}
.fs_dark_green {
	color: #1dbf81;
}
.fs_gold {
	color: #f2e1cb;
}




.fsTransition {
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.fsTransitionSlow {
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
}
.fs_gradient_purple {
	background: linear-gradient(to right, #383b3d, #937dba);
}
.fsBoxShadow {
	box-shadow: 0px 0px 24px 0px rgb(163 163 163 / 7%);
}
.fsBoxShadowBig {
	box-shadow: 0px 0px 22px 0px rgb(120 120 120 / 20%);
}

.fsTextShadow {
	text-shadow: 2px 0px 2px rgba(0, 0, 0, 1);
}
.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: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.fsBorderRadius7 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.fsBorderRadiusBig {
	-webkit-border-radius: 100px!important;
	-moz-border-radius: 100px!important;
	border-radius: 100px!important;
}
.fsBorderRadiusCircle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.fsBorderRadius7_up {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.title_no_border {
    border: 0!important;
}
.middle_text_container {
	width:100%;
    display:table;
}
.middle_text {
	width:100%;
	vertical-align:middle;
    display:table-cell;
	z-index:1;
	position:relative
}
.middle_content {
	width:100%;
	vertical-align:middle;
    display:table-cell;
    z-index:1000!important;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
}
.ie6 img {
	width: 100%;
}
img.floatIMG {
	float: right;
	padding-left: 12px;
}

.imageZoom {
	display: inline-block;
	overflow: hidden;
	visibility: visible;
}
.imageZoom img {
	-webkit-transition: all 0.90s ease-in-out;
	-moz-transition: all 0.90s ease-in-out;
	-o-transition: all 0.90s ease-in-out;
	-ms-transition: all 0.90s ease-in-out;
	transition: all 0.90s ease-in-out;
	display: inline-block;
	width: 100%;
	max-width: 100%;
}
.imageZoom:hover img {
	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%;
}
.notify {
    color:#383b3d !important;
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.button_overlay {
    -webkit-animation: color-change 2s infinite;
    -moz-animation: color-change 2s infinite;
    -o-animation: color-change 2s infinite;
    -ms-animation: color-change 2s infinite;
    animation: color-change 2s infinite;
}
@keyframes color-change {
    0%   {background-color: #383b3d;}
    50%  {background-color: #666;}
    100%  {background-color: #383b3d;}
}
@-webkit-keyframes color-change {
    0%   {background-color: #383b3d;}
    50%  {background-color: #666;}
    100%  {background-color: #383b3d;}
}
.slideshow_btn {
	background-color:#913f2f;
	color:#fff;
}
.slideshow_btn:hover {
	color: #fff !important;
	background-color:#371b0f;
}
.web_media_icon i:hover {
	color: #666 !important;
}
.web_border_sep_top {
    width:100%;
    height:10px;
    position:absolute;
    top:0;
    left:0;
    background-image: url('../images/System/web_sep.jpg');
    background-repeat: repeat-x;
    background-position: center center;
}
.web_border_sep_bottom {
    width:100%;
    height:10px;
    position:absolute;
    bottom:0;
    left:0;
    background-image: url('../images/System/web_sep.jpg');
    background-repeat: repeat-x;
    background-position: center center;
}
.page_slide_no_parralax {
	width:100%;
	float: right;
	background-repeat: no-repeat;
}
.page_slide_no_parralax_title_container {
	width: 100%;
	display: table;
	direction: rtl;
}
.page_slide_no_parralax_title {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 30px);
	padding-right: 15px;
	padding-left: 15px;
}
.title-big.line-behind:before, .title-big.line-behind:after {
    top: .7em;
}
.line-behind:before {
    border-top: 1px solid #e6e6e6 !important;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    z-index: -1;
}
.footer_info_text a {
	color: #fff !important;
}
.footer_info_text a:hover {
	color: #3e4fa9 !important;
}
.page_container {
    width:100%;
    float:right;
}

.web_buttons_container {
	width: 100%;
	float: right;
	position: relative;
	text-align: center;
	display: inline-block;
	direction: rtl;
	padding:0!important;
	margin-top:30px!important;
}
.web_btn {
	float: none;
	width: auto;
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background-color:#383b3d;
	border: 0px;
	padding-right: 15px;
	padding-left: 15px;
	height:35px;
	display:flex;
	align-items: center;
}
.web_btn:hover {
	color: #fff !important;
	
}
.web_btn:focus {
	float: none;
	width: auto;	
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background: linear-gradient( to left, #383b3d, #383b3d );
	border: 0px;
	line-height: 1em;
}
.password_recovery_form_field input {
	float: right;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
	display: inline-block;
	font-size: 17px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	color: #383b3d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	padding-top:7px;
	padding-bottom:7px;
}
.customers_form_field input {
	float: right;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
	display: inline-block;
	font-size: 17px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	color: #383b3d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	padding-top:7px;
	padding-bottom:7px;
}
.customers_form_field_medium input {
	float: right;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
	display: inline-block;
	font-size: 17px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	color: #383b3d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	padding-top:7px;
	padding-bottom:7px;
}
.customers_form_field_long_new input {
	float: right;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
	display: inline-block;
	font-size: 17px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	color: #383b3d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	padding-top:7px;
	padding-bottom:7px;
}

.contact_section_form input {
	font-size: 17px;
	background-color: #fff;
	border: 1px solid #383b3d;
	color: #383b3d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:7px;
}
.contact_section_form select {
	font-size: 17px;
	background-color: #fff;
	border: 1px solid #383b3d;
	color: #383b3d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1;
	padding-top:10px;
	padding-bottom:9px;
	padding-right:5px
}
.contact_section_form textarea {
	font-size: 17px;
	background-color: #fff;
	border: 1px solid #383b3d;
	color: #383b3d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1;
	padding-top:9px;
	padding-bottom:9px;
	padding-right:10px
}
.contact_section_form input:focus {
	border: 2px solid #383b3d;
}
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;
	overflow: visible;
	direction: rtl;
	line-height: 1em;
	box-sizing: border-box;
	display: inline-block;
	font-family: 'almoni-neue', sans-serif;
}
input:focus {
	width: 100%;
	font-family: 'almoni-neue', sans-serif;
}
*:focus {
	outline: none;
	text-decoration: none;
}
textarea {
	overflow-x: hidden;
	vertical-align: top;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	margin: 0px;
	padding-right: 0px;
	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: 1.5em;
	box-sizing: border-box;
	display: inline-block;
    font-family: 'almoni-neue', sans-serif;
    	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea:hover {

}
textarea:focus {
	width: 100%;
	padding-left: 7px;
	box-sizing: border-box;
	display: inline-block;
	overflow: auto;
	vertical-align: top;
	background-color: rgba(255,255,255,0.7);
	float: right;
	text-align: right;
	direction: rtl;
}


select {
	direction: rtl;
	font-size: 17px;
	font-weight: 400;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 100%;
	padding-left: 10px!important;
	box-sizing: border-box;
	color: #383b3d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'almoni-neue', sans-serif;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 opacity: 1;
}
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: #383b3d;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #383b3d;
	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;
}
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: #383b3d;
}
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: 17px;
	color: #3AB6AE;
}
