@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, 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;
    line-height: 1.231;
    background-color: #FFF;
    /*font-family: 'simpler';*/
    font-family: 'almoni-neue', sans-serif;
}

.fs_middle {
    vertical-align: middle;
    display: table-cell;
}

.fs_btn_container {
    width: 100%;
    float: right;
    display: inline-block;
    text-align: center;
    direction: rtl;
    margin-top: 50px;
}

.fs_btn_container_inside {
    width: auto;
    float: none;
    display: inline-block;
}

.fs_btn {
    width: auto;
    text-align: center;
    box-sizing: border-box;
    height: 50px;
    display: table;
    padding: 0 25px 0 25px;
    position: relative;
    outline: 6px solid rgba(0, 0, 0, .57);
    background-color: #911a20;
    border-radius: 25px;
}

.fs_btn_text {
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
    line-height: 0em;
    font-family: 'almoni-neue', sans-serif;
    font-size: 23px;
    font-weight: 900;
    color: #000;
}

.fs_btn:hover {
    outline: 6px solid rgba(0, 0, 0, .97);
    color: #fff !important
}

.fs_btn:focus {
    opacity: 1;
}


@keyframes textclip {
    to {
        background-position: 300% center;
    }
}

.fs_changeColor {
    -webkit-animation: color-change 12s infinite;
    -moz-animation: color-change 12s infinite;
    -o-animation: color-change 12s infinite;
    -ms-animation: color-change 12s infinite;
    animation: color-change 12s infinite;
}

@keyframes color-change {
    0% {
        background-color: rgb(23 157 193 / 95%);
    }

    50% {
        background-color: rgb(23 157 193 / 90%);
    }

    100% {
        background-color: rgb(23 157 193 / 95%);
    }
}

@-webkit-keyframes color-change {
    0% {
        background-color: rgb(23 157 193 / 95%);
    }

    50% {
        background-color: rgb(23 157 193 / 90%);
    }

    100% {
        background-color: rgb(23 157 193 / 95%);
    }
}

@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%)
    }
}

.floating_frame1 {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating_frame1 {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}

.floating_frame2 {
    animation-name: floating;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating_frame2 {
    from {
        transform: translate(60px, 50px);
    }

    25% {
        transform: translate(120px, 185px);
    }

    to {
        transform: translate(300px, -90px);
    }
}

.float_up_and_down_10 {
    animation-name: floating;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes float_up_and_down_10 {
    from {
        transform: translate(60px, 50px);
    }

    40% {
        transform: translate(120px, 185px);
    }

    to {
        transform: translate(200px, -90px);
    }
}

.fusionRotate {
    -webkit-animation: mymove 40s infinite; /* Chrome, Safari, Opera */
    animation: mymove 20s infinite;
    animation-delay: 4s;
    background-image: url("obj1.png");
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); /* IE 9 */
}

@keyframes mymove {
    50% {
        transform: rotate(30deg);
    }
}



.fs_only_desktop {
    display: block;
}

.fs_divider {
    float: right;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 22px;
}

.fs_divider_title {
    float: right;
    width: 200px;
    margin-left: calc(50% - 100px);
    margin-right: calc(50% - 100px);
    margin-top: 10px;
    margin-bottom: 4px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #ccc;
    border: none;
}

    .text-subline:before {
        content: '';
        position: absolute;
        top: -1px;
        right: 0;
        height: 2px;
        width: 45px;
        background: #6f91a5;
    }

.custom-heading-line {
    position: relative;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 20px
}

    .custom-heading-line::before, .custom-heading-line::after {
        content: '';
        position: absolute;
        bottom: 0;
        pointer-events: none;
    }

    .custom-heading-line::before {
        left: 0;
        right: 0;
        border-bottom: 1px solid #bbb;
    }

    .custom-heading-line::after {
        left: 50%;
        z-index: 2;
        transform: translateX(-50%);
        display: inline-block;
        width: 67px;
        height: 2px;
        background: #000;
    }

.slideshow_caption .btn:hover {
    color: #fff;
    outline: 6px solid rgba(0,0,0,.97);
    background-color: #911a20;
}

.slideOverlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.1);
    /*background: -moz-linear-gradient(left, rgba(66,115,147,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left, rgba(66,115,147,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(66,115,147,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#427393', endColorstr='#007db9e8',GradientType=1 );*/
}

.fsTextShadow {
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.8);
}

.about_sub_title {
    direction: rtl;
}

body, button, input, select, textarea {
}

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;
}

div.parallax {
}

.response_from_server {
    float: right;
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    color: #BE1E2D;
    text-align: center;
    margin-top: 7px;
    line-height: 1.2em;
}

#progress_div_with_gif {
    float: none;
    height: 100%;
    width: 100%;
    padding-top: 0%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0%;
    left: 0%;
    position: absolute;
}
#progress_div_with_gif img {
    height: 90px;
    width: 150px;
    margin-top: 145px;
    margin-left: 0px;
}
/* css for fusion style
========================================================== */
.fs_big_title {
    float: right;
    width: 100%;
    text-decoration: none;
    text-align: right;
    direction: rtl;
}
.fs_title {
    float: right;
    width: 100%;
    text-decoration: none;
    text-align: right;
    direction: rtl;
}
.fs_sub_title {
    float: right;
    width: 100%;
    text-decoration: none;
    direction: rtl;
}
.fs_cat_title {
    float: right;
    width: 100%;
    text-decoration: none;
    direction: rtl;
}

.fs_p {
    float: right;
    width: 100%;
    direction: rtl;
    text-decoration: none;
}
.fs_tzar {
    font-family: 'almoni-neue-tzar', sans-serif;
    letter-spacing:0.6px;
}

.fs_regular {
    font-weight: 400;
}

.fs_light {
    font-weight: 300;
}

.fs_bold {
    font-weight: 700;
}

.fs_ex_bold {
    font-weight: 900;
}

.fs_center {
    text-align: center;
}

.fs_right {
    text-align: right;
}

.fs_white {
    color: #fff;
}

.fs_black {
    color: #000;
}

.fs_grey {
    color: #505050;
}

.fs_gold {
    color: #b4865c;
}

.fs_dark_red {
    color: #721617;
}

.fs_yellow {
    color: #911a20;
}

.fs_blue {
    color: #231f20;
}

.fs_orange {
    color: #911a20;
}

.fs_offwhite {
    color: #ecdfcc;
}

.fs_shadow_container {
    box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
}

.sectionActive {
    color: #911a20 !important;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.fsTransition {
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.fsTransition_fast {
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
}

.fsShadow {
    box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
}

.fsBorderRadius {
    border-radius: 2px;
}

.fsBorderRadius5 {
    border-radius: 5px;
}

.fsBorderRadius7 {
    border-radius: 7px;
}

.overlay {
    background-color: rgba(231,102,127,0.95);
}

.slideshow_arrow_down {
    margin-bottom: 0px;
    z-index: 1002;
    position: absolute;
    text-align: center;
    font-size: 13px;
    color: #fff;
    display: block;
    width: 50px;
    left: calc(50% - 25px);
    bottom: 150px;
}

.slideshow_arrow_down_image {
    height: 50px;
    margin-left: 0px;
    position: absolute;
    width: 50px;
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    cursor: pointer;
    z-index: 999;
    background-image: url('../images/System/downBtn.png');
    background-repeat: no-repeat;
    background-position: center top;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    background-size: contain;
}

    .slideshow_arrow_down_image:hover {
        background-image: url(../images/System/downBtn.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

input {
    width: 100%;
    float: right;
    padding-right: 0px;
    -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: 18px;
    line-height: 2.4em;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'almoni-neue', sans-serif;
}

    input:focus {
        width: 100%;
    }

*:focus {
    outline: none;
    text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

textarea {
    overflow: auto;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    margin: 0px;
    padding-right: 2%;
    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:hover {
        width: 100%;
        padding-right: 2%;
        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;
        color: #000 !important;
    }

    textarea:focus {
        width: 100%;
        padding-right: 2%;
        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;
        color: #000 !important;
    }

label {
    cursor: pointer;
}

legend {
    border: 0;
    margin-left: -7px;
    padding: 0;
}

select {
    direction: rtl;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 11px;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-family: 'almoni-neue', sans-serif;
}

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;
}

article, aside, details, figcaption, figure, footer, hgroup, nav, section {
    display: block;
}

@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%)
    }
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    font-size: 16px;
    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: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    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 {
}

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;
}

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: left;
    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;
}

@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: #000;
        }

            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;
    }
}
