﻿@import url(../fonts/stylesheet.css);
@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);


*:not(.slick-track) {
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.NoAnimation {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

/*#region Basic Settings */

#ResponsiveMenuJS {
    display: none;
}

.slicknav_menu {
    display: none;
    top: 0px;
}

.FloatLeft:after,
.Float:after {
    content: '';
    clear: both;
}


body {
    width: 100%;
    margin: auto;
    font-family: Open Sans Hebrew,yehuda_clm,Alef Hebrew,Arial;
    background: #EBE6E2;
    background: url('../images/IconsAndMore/whitenoise-31x30.png');
    /*background: url('http://api.thumbr.it/whitenoise-361x370.png?background=ebe6e2ff&noise=626262&density=15&opacity=14');*/
    color: #302E2F;
    overflow-x: hidden;
}

    body.HideScroll {
        overflow-y: hidden;
        padding-right: 5px;
        width: calc(100% - 5px);
    }

html.win7 body {
    font-family: Arial;
}

.Header {
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin: 60px auto 20px auto;
    position: relative;
    width: 100%;
    font-size: 30px;
}

.Pink {
    color: #B43F73;
}

.White {
    color: #ffffff;
}

.ItemPlaceHolder {
    width: 40%;
    margin: 30px 5%;
    -ms-flex: 1;
    display: table;
}

    .ItemPlaceHolder .Header {
        font-size: 20px;
        margin: auto;
    }

.Icon {
    /*width: 100px;
    height: 100px;*/
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.MainContentPlaceHolder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.SeventhPagePlaceHolder .MainContentPlaceHolder {
    background: #B43F74;
}

.InBorder {
    padding: 10px 50px;
    border: 2px solid #B5ACAD;
    margin: auto;
    width: calc(100% - 104px);
}

img {
    max-width: 100%;
    max-height: 100%;
    border: none;
}

.RippleButton {
    overflow: hidden;
    position: relative;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}


@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.AddComment.Button:hover,
.ExampleSiteShortDetailsIcon:hover,
.site-next-button:hover .site-next-arrow-holder,
.close-site-button:hover,
.ExampleSiteHolder:hover,
.Basic-Shadow {
    -webkit-box-shadow: -1px 5px 6px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 5px 6px -3px rgba(0,0,0,0.75);
    box-shadow: -1px 5px 6px -3px rgba(0,0,0,0.75);
    outline: none;
}

.site-prev-button:hover .site-prev-arrow-holder,
.Basic-Shadow-UpsideDown {
    -webkit-box-shadow: 1px -5px 6px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px -5px 6px -3px rgba(0,0,0,0.75);
    box-shadow: 1px -5px 6px -3px rgba(0,0,0,0.75);
    -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sitethumb2:hover,
.MenuPlaceHolder.MenuFix,
.firstTierShadow {
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.5);
}

.MenuShadow {
    -webkit-box-shadow: -2px 3px 3px 0px rgba(0,0,0,1);
    -moz-box-shadow: -2px 3px 3px 0px rgba(0,0,0,1);
    box-shadow: -2px 3px 3px 0px rgba(0,0,0,1);
}

.LoadMore {
    border: 2px solid #ffffff;
    padding: 15px 30px;
    font-size: 1.2vw;
    color: #ffffff;
    font-weight: bold;
    margin: 20px auto;
    display: table;
    cursor: pointer;
    overflow: hidden;
    background: #404040;
}

    .LoadMore.Disabled {
        display: none;
    }

.LoadMoreArrow {
    width: 30px;
}


::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(180,125,183,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(180,125,183,0.4);
    }

/*.night {
    background: rgb(37,34,201);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzI1MjJjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTE4N2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(37,34,201,1) 1%, rgba(1,24,127,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(37,34,201,1)), color-stop(100%,rgba(1,24,127,1)));
    background: -webkit-linear-gradient(top, rgba(37,34,201,1) 1%,rgba(1,24,127,1) 100%);
    background: -o-linear-gradient(top, rgba(37,34,201,1) 1%,rgba(1,24,127,1) 100%);
    background: -ms-linear-gradient(top, rgba(37,34,201,1) 1%,rgba(1,24,127,1) 100%);
    background: linear-gradient(to bottom, rgba(37,34,201,1) 1%,rgba(1,24,127,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2522c9', endColorstr='#01187f',GradientType=0 );
}*/

.dawn {
    background: rgb(224,202,130);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2UwY2E4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzk3MmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(224,202,130,1) 1%, rgba(247,151,42,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(224,202,130,1)), color-stop(100%,rgba(247,151,42,1)));
    background: -webkit-linear-gradient(top, rgba(224,202,130,1) 1%,rgba(247,151,42,1) 100%);
    background: -o-linear-gradient(top, rgba(224,202,130,1) 1%,rgba(247,151,42,1) 100%);
    background: -ms-linear-gradient(top, rgba(224,202,130,1) 1%,rgba(247,151,42,1) 100%);
    background: linear-gradient(to bottom, rgba(224,202,130,1) 1%,rgba(247,151,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0ca82', endColorstr='#f7972a',GradientType=0 );
}

.goldenHour,
.dusk {
    background: rgb(249,206,49);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5Y2UzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYzgyMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(249,206,49,1) 0%, rgba(252,130,42,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,206,49,1)), color-stop(100%,rgba(252,130,42,1)));
    background: -webkit-linear-gradient(top, rgba(249,206,49,1) 0%,rgba(252,130,42,1) 100%);
    background: -o-linear-gradient(top, rgba(249,206,49,1) 0%,rgba(252,130,42,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,206,49,1) 0%,rgba(252,130,42,1) 100%);
    background: linear-gradient(to bottom, rgba(249,206,49,1) 0%,rgba(252,130,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ce31', endColorstr='#fc822a',GradientType=0 );
}

.BgVideo {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100% !important;
    height: auto !important;
    top: -270px;
}

.StripsPageMobile {
    display: none;
}

.WhiteBeforeLoad {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #ffffff;
    z-index: 100000000000000000000000000000000000;
}

    .WhiteBeforeLoad.Loaded {
        opacity: 0;
        visibility: hidden;
    }

.Transition {
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.OlderBrowsersTextPlaceHolder {
    position: fixed;
    bottom: 0px;
    background: #B63E74;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    z-index: 100;
}

.FormUpadtePanelLoader {
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: 50%;
    -moz-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    -o-transform: translate(-50%, 150%);
    -webkit-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
}

.ball-pulse-sync > div, .ball-pulse > div {
    display: inline-block;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
}

.ball-pulse-sync > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .ball-pulse-sync > div:nth-child(1) {
        -webkit-animation: ball-pulse-sync .6s .07s infinite ease-in-out;
        animation: ball-pulse-sync .6s .07s infinite ease-in-out;
    }

    .ball-pulse-sync > div:nth-child(2) {
        -webkit-animation: ball-pulse-sync .6s .14s infinite ease-in-out;
        animation: ball-pulse-sync .6s .14s infinite ease-in-out;
    }

    .ball-pulse-sync > div:nth-child(3) {
        -webkit-animation: ball-pulse-sync .6s .21s infinite ease-in-out;
        animation: ball-pulse-sync .6s .21s infinite ease-in-out;
    }


@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ball-pulse-sync > div:nth-child(0) {
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(1) {
    -webkit-animation: ball-pulse-sync .6s .07s infinite ease-in-out;
    animation: ball-pulse-sync .6s .07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s .14s infinite ease-in-out;
    animation: ball-pulse-sync .6s .14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .6s .21s infinite ease-in-out;
    animation: ball-pulse-sync .6s .21s infinite ease-in-out;
}

.ball-pulse-sync > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*#endregion */

/*#region Fixed items */

.OurServicesFixed {
    position: fixed;
    top: 25%;
    background: #98C7D3;
    z-index: 1;
    list-style-type: none;
    font-size: 14px;
    overflow: hidden;
}

    .OurServicesFixed.Open {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .OurServicesFixed li {
        line-height: 30px;
    }

    .OurServicesFixed a {
        text-decoration: none;
        color: #ffffff;
    }

/*#endregion */

/*#region DrawLines */

.StraightLines {
    position: absolute;
    top: 0px;
    width: 200px;
    height: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

html.ie .StraightLines {
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.st0 {
    stroke: #E2DA8C;
}

.st1 {
    stroke: #C67C7C;
}

.st2 {
    stroke: #B63E74;
}

.st3 {
    stroke: #412241;
}

.st4 {
    stroke: #98C7D3;
}

.StraightLines .st0,
.StraightLines .st1,
.StraightLines .st2,
.StraightLines .st3,
.StraightLines .st4 {
    fill: none;
    /*stroke-width: 40;*/
    stroke-width: 25px;
    stroke-miterlimit: 10;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.ShowLinesAnimation .st0,
.ShowLinesAnimation .st1,
.ShowLinesAnimation .st2,
.ShowLinesAnimation .st3,
.ShowLinesAnimation .st4 {
    -moz-animation: dash 1.5s linear forwards;
    -o-animation: dash 1.5s linear forwards;
    -webkit-animation: dash 1.5s linear forwards;
    animation: dash 1.5s linear forwards;
}

html.ie .ShowLinesAnimation .st0,
html.ie .ShowLinesAnimation .st1,
html.ie .ShowLinesAnimation .st2,
html.ie .ShowLinesAnimation .st3,
html.ie .ShowLinesAnimation .st4 {
    stroke-dashoffset: 0;
}

@-moz-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

/*#endregion */

/*#region Menu */

.MenuPlaceHolder {
    position: absolute;
    /*background: #2D2D2D;*/
    background: rgba(45, 45, 45, 0.87);
    width: 100%;
    padding: 40px 0px;
    bottom: -183px;
    height: 100px;
    line-height: 100px;
    z-index: 4;
}

    .MenuPlaceHolder.MenuFix {
        position: fixed;
        top: 0px;
        padding: 0px 0px;
        bottom: inherit;
        height: 80px;
        line-height: 80px;
    }

    .MenuPlaceHolder .MenuElementContainer {
        display: inline-block;
    }

        .MenuPlaceHolder .MenuElementContainer a {
            color: #ffffff;
            text-decoration: none;
            font-size: 18px;
            padding: 10px 15px;
            outline: none;
        }

    .MenuPlaceHolder .MenuUnderLine {
        position: absolute;
        width: 0px;
        height: 2px;
        background: yellow;
        bottom: 15px;
        -moz-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out;
        -webkit-transition: 400ms ease-in-out;
        transition: 400ms ease-in-out;
    }

.Ref_home {
    background: #E0D98B !important;
}

.Ref_about {
    background: #6CBFE1 !important;
}

.Ref_products {
    background: #95C7D2 !important;
}

.Ref_tech {
    background: #B47DB7 !important;
}

.Ref_sites {
    background: #E69EC6 !important;
}

.Ref_customers {
    background: #E2D788 !important;
}

.Ref_recommend {
    background: #C97A7D !important;
}

.Ref_contact {
    background: #6CC0E2 !important;
}

.Ref_blog {
    background: #6DBFE2 !important;
}

.CreditPlaceHolder, .CreditPlaceHolder a {
    text-decoration: none;
    color: #302E34;
    text-align: center;
}

/*#endregion */

/*#region Canvas */

.Canvas1 {
    width: 200px;
    height: 100%;
    display: table;
    position: absolute;
    top: 0px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Canvas2 {
    position: absolute;
    top: 0px;
    height: 500px;
    z-index: -1;
}

/*#endregion */

/*#region First Page - Print */
.FirstPagePlaceHolder {
    width: 100%;
    position: relative;
    /*background: url('../images/IconsAndMore/Page8Strips.svg') center;*/
    /*background-repeat: repeat-y;*/
    /*background-size: 130px;*/
}


.FirstPageLogoRegular {
    width: 300px;
    position: fixed;
    bottom: 100px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    z-index: 5;
}

    .FirstPageLogoRegular.LogoAbsoluteToMenu {
        position: absolute;
        bottom: -170px;
    }

        .FirstPageLogoRegular.LogoAbsoluteToMenu.LogoFixedToMenu {
            position: fixed;
            bottom: initial;
            top: 10px;
            width: 7%;
            /*-moz-transition: 200ms ease-in-out;
            -o-transition: 200ms ease-in-out;
            -webkit-transition: 200ms ease-in-out;
            transition: 200ms ease-in-out;*/
        }

.PageOneTextPlaceHolder {
    position: absolute;
    top: 15%;
}

    .PageOneTextPlaceHolder .MainText {
        font-size: 2vw;
        line-height: 2vw;
        margin-bottom: 20px;
    }

        .PageOneTextPlaceHolder .MainText.Small {
            font-size: 1.5vw;
        }

.ArrowDownLinkPlaceHolder {
    position: absolute;
    bottom: 100px;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    cursor: pointer;
}

    /*.ArrowDownLinkPlaceHolder {
    z-index:1000000;
    position: fixed;
}*/

    .ArrowDownLinkPlaceHolder.None {
        opacity: 0;
    }

.ArrowDown {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background: #122C76;
    padding: 15px;
    -moz-animation: AnimateArrow 2s infinite;
    -webkit-animation: AnimateArrow 2s infinite;
    animation: AnimateArrow 2s infinite;
}

@-moz-keyframes AnimateArrow {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes AnimateArrow {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes AnimateArrow {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.ArrowDown.Disabled {
    opacity: 0;
}

.ie .FirstPagePlaceHolder {
    background-size: 475px;
}

/*#endregion */

/*#region Second Page - About Us */

.StripsPage2 {
    position: absolute;
    top: 0px;
    left: -35%;
    z-index: -1;
}

.SecondPagePlaceHolder {
    padding: 5%;
    padding-top: calc(179px + 5%);
    width: 90%;
    position: relative;
    overflow: hidden;
}

.aboutAnchor {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: stretch;
}

.SecondPagePlaceHolder .ItemPlaceHolder {
    width: calc(40% - 40px);
    background: #ffffff;
    padding: 20px;
    display: block;
    display: -webkit-box;
}

.SecondPagePlaceHolder .Content {
    width: calc(100% - 120px);
}

.Item {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: #ffffff;
    padding: 20px;
    /*border: 1px solid #BDBDBD;*/
}

.ItemHeader {
    text-align: center;
    font-size: 30px;
    margin: 10px 0px;
    color: #302E2F;
}

.Icon.AboutUs {
    background: #0368AE;
}

.ItemContentPlaceHolder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    display: -ms-flexbox;
    -ms-flex-direction: row;
}

.Content {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
}

.ExampleSiteHolder {
    width: 90%;
    margin: auto;
}

.ie .StripsPage2 {
    top: -5%;
}


/*#endregion */

/*#region Page Three - Example Sites */

.StripsPage3 {
    position: absolute;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    max-height: inherit;
}

.ThirdPagePlaceHolder {
    width: 100%;
    /*height: 500px;*/
    background: #97C7D3;
    /*display: table;*/
    position: relative;
    padding-bottom: 50px;
}

    .ThirdPagePlaceHolder .Header {
        font-size: 35px;
    }

.ExampleSitesPlaceHolder {
    width: 90%;
    margin: auto;
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    align-items: flex-start;*/
    background: #97C7D3;
    display: block;
    overflow: hidden;
}

.SlickSection {
    /*width:100%;*/
    /*height:376px;*/
    height: 450px !important;
}

.ExampleSiteBackGround {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

    .ExampleSiteBackGround img {
        display: none !important;
    }

.ArrowLeft, .ArrowRight {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    padding: 15px;
    border-radius: 100%;
    background: rgba(139, 139, 139, 0.9);
    cursor: pointer;
    z-index: 1;
}

.ArrowLeft {
    left: 10px;
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.ArrowRight {
    right: 10px;
    -moz-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
    -o-transform: translateY(-50%) rotate(270deg);
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
}

.ExampleSiteHolder {
    background: #ffffff;
    border: 5px solid #ffffff;
    /* width: 33%; */
    height: 450px !important;
    position: relative;
    margin-bottom: 10px;
    -ms-flex: 1;
    overflow: hidden;
    margin: 0px 3px;
}

    .ExampleSiteHolder img {
        /*max-width: initial;*/
        max-height: initial;
        max-width: 100%;
    }

    .ExampleSiteHolder .centerImg {
        margin: auto;
        display: block;
    }

.ExampleSiteHover {
    height: 0px;
    width: calc(100% - 2px);
    background: rgba(121, 153, 152, 0.8);
    border: 1px solid #CBE4E9;
    position: absolute;
    top: 0px;
    overflow: hidden;
}

.toReadingBlog {
margin-right:auto;
    padding-left:40px;
    background-size: 100px;
    background-color: #8fbd27;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.ExampleSiteHover.Open,
.ExampleSiteHolder:hover .ExampleSiteHover {
    height: calc(100% - 2px);
}

.WhiteSeperator {
    color: rgba(121, 153, 152, 0.8);
    margin: 0px;
}

.ExampleTextAndIconsPlaceHolder {
    height: 50%;
    position: relative;
}

.blogTitle {
    font-size: 30px;
    color: #184691;
    font-family: sans-serif;
}

.ExampleSiteTitle {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ExampleSiteDetails {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0px;
    display: -ms-flexbox;
    -ms-flex-direction: row;
}

.ExampleSiteShortDetailsIcon {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 100%;
    margin: 15px;
    cursor: pointer;
}

.site-description-holder {
    width: 300px;
    margin-top: 22px;
    position: absolute;
    vertical-align: top;
    z-index: 101;
    height: 0px;
    overflow: hidden;
    background: #ffffff;
    -ms-flex: 1;
}

    .site-description-holder.active {
        height: 300px;
        margin-top: 130px;
    }

.site-description-holderRealPlaceHolder {
    margin: 20px;
}

.social-buttons-holder {
    position: absolute;
    bottom: 10px;
}

.site-details-holder {
    overflow: hidden;
    position: fixed;
    left: 10%;
    right: 10%;
    height: 0px;
    padding: 0px 20px;
    top: 80px;
    background: #ffffff;
    width: 80%;
    -ms-flex: 1;
    z-index: 1;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

    .site-details-holder.Open {
        height: calc(90% - 120px);
        padding: 20px;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .site-details-holder .sitecontentholderclass {
        width: 45%;
        height: calc(100% - 42px);
        position: relative;
    }

    .site-details-holder .site-info-conteiner {
        width: calc(50% - 11px);
        height: calc(100% - 80px);
        overflow-y: auto;
    }

    .site-details-holder .site-techs-conteiner {
        width: 50%;
        height: calc(100% - 100px);
        overflow-y: auto;
    }

.tech-image-holder {
    margin: auto;
    width: 50px;
    height: 50px;
    background: #CBC9C9;
    border-radius: 100%;
}

    .tech-image-holder img {
        width: 100%;
        height: 100%;
    }

.site-url-holder {
    position: relative;
    width: 100%;
    bottom: 0px;
    display: table;
    text-align: left;
    direction: ltr;
}

    /*.site-details-holder .site-url-holder {
position: absolute;
    bottom: 15px;
    left: 0px;
}*/

    .site-url-holder a {
        color: #0F4B7D;
        font-size: 16px;
        text-decoration: underline;
        font-weight: bold;
    }

.site-goals-conteiner,
.site-process-conteiner {
    margin-top: 15px;
    margin-bottom: 15px;
}

.site-goals-title,
.site-process-title {
    font-size: 15px;
    color: #000;
}

.site-goals-holder,
.site-process-holder {
    text-align: justify;
    /*font-size: 14px;
    line-height: 18px;*/
    font-size: 17px;
    line-height: 30px;
    color: #767676;
}

/*.site-details-holder.default .site-goals-holder,
.site-details-holder.default .site-process-holder {
    overflow: hidden;
    max-height: 88px;
}*/

.techimage {
    display: inline-block;
}


.site-details-holder .site-technologies-holder {
    margin-top: 20px;
    width: 100%;
    display: table;
}


.site-details-holder .site-tech-block-panel {
    /*float: right;*/
    width: calc(96%);
    padding: 0px 2%;
}

.site-details-holder .site-goals-title, .site-process-title {
    font-weight: bold;
}

.site-details-holder .site-content-holder {
    width: calc(100% - 74px);
    height: 95%;
}

/*.site-details-holder .siteimagessmallclass2 {
    height: 100%;
    overflow: hidden;
    float: left;
    width: 30%;
}*/


.site-technologies-holder {
    margin-top: 20px;
}

.site-tech-title-holder {
    font-size: 14px;
    color: #363434;
}

.site-tech-shortdesc-holder {
    /*font-size: 14px;*/
    color: #767676;
    font-size: 17px;
    line-height: 30px;
}

.close-site-button {
    cursor: pointer;
    display: block;
    width: 37px;
    height: 37px;
    z-index: 1;
    background: url('../images/IconsAndMore/close-site-button.png') no-repeat center;
    border-radius: 100%;
}

.slider-holder {
    width: 55%;
    height: 100%;
}

.site-title-holder {
    font-size: 30px;
    text-align: center;
}

.site-subtitle-holder {
    font-size: 25px;
    text-align: center;
}

.sitebigimageholdertd {
    width: 78%;
    height: 100%;
    margin: 0px 1%;
}

.main-image {
    height: 830px;
    width: 100% !important;
    max-height: 100%;
    background-size: contain !important;
}

.siteimagessmallclass {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.sitesmallimageholder {
    margin: 3px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    max-height: 100%;
    width: 20%;
    overflow-y: auto;
}

.sitethumb2 {
    margin: auto;
    margin-bottom: 15px;
    cursor: pointer;
    width: 100% !important;
    height: 150px;
    background-size: cover !important;
    display: table;
}

.sites-navigation-holder {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 10px;
}

.site-prev-arrow-holder,
.site-next-arrow-holder {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.site-prev-button:hover .site-prev-arrow-holder,
.site-next-button:hover .site-next-arrow-holder {
    background-color: #9e3f8c;
}

.site-prev-arrow-holder {
    background: url('../images/IconsAndMore/mid-right-arrow.png') #cac6c9 center no-repeat;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site-next-arrow-holder {
    background: url('../images/IconsAndMore/mid-right-arrow.png') #cac6c9 center no-repeat;
}

.site-next-button,
.site-prev-button {
    cursor: pointer;
}

.next-text-arrow,
.prev-text-arrow {
    height: 30px;
    line-height: 30px;
}

/*#endregion */

/*#region Page Four - Technologies */

.StripsPage4 {
    position: absolute;
    top: 100px;
    z-index: -1;
}

.ForthPagePlaceHolder {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.General90Holder {
    width: 90%;
    margin: auto;
    display: table;
    padding: 50px 0px 100px 0px;
}

.ForthPagePlaceHolder .General90Holder {
    background: #402141;
}

.ForthPagePlaceHolder .Header.Yellow {
    color: #E2D890;
}

.Icon.Technology {
    background: #E2D98E;
}

.ContentPlaceHolder {
    width: calc(100% - 120px);
}
/*#endregion */

.FifthPagePlaceHolder,
.SixthPagePlaceHolder {
    width: 100%;
    height: 500px;
    position: relative;
}

/*#region Page Five - Glasses Slogen */

.StripsPage4 {
    position: absolute;
    top: 100px;
    z-index: -1;
}

.StripsPage45 {
    position: absolute;
    /*top: -170px;*/
    max-width: inherit;
    max-height: inherit;
    left: 0px;
}

.FifthPagePlaceHolder {
    background: url('../images/IconsAndMore/Glasses.png')center no-repeat;
    background-size: cover;
    position: relative;
}

.GlassesSlogenPlaceHolder {
    position: absolute;
    background: rgba(226, 217, 142, 0.7);
    padding: 30px;
    font-size: 3.5vw;
    top: 100px;
}

.GlassesSlogenBorder {
    padding: 10px;
    border: 2px solid #898061;
}

/*#endregion */

/*#region Page Six - Baloons */

.SixthPagePlaceHolder {
    overflow: hidden;
}

    .SixthPagePlaceHolder .Cloud {
        width: 250px;
        position: absolute;
    }

.Cloud.First {
    top: 3%;
    z-index: 0;
}

.Cloud.Second {
    top: 30%;
    z-index: -1;
}

.Cloud.Third {
    top: 60%;
    z-index: 1;
}

.Cloud.Forth {
    top: 80%;
    z-index: 2;
}

.Balloon {
    width: 100px;
    position: absolute;
}

    .Balloon.First {
        top: 20%;
        -webkit-animation: MoveBalloon1 30s linear infinite;
        -moz-animation: MoveBalloon1 30s linear infinite;
        -ms-animation: MoveBalloon1 30s linear infinite;
        -o-animation: MoveBalloon1 30s linear infinite;
        animation: MoveBalloon1 30s linear infinite;
    }

    .Balloon.Second {
        top: 40%;
        -webkit-animation: MoveBalloon2 30s 2s linear infinite;
        -moz-animation: MoveBalloon2 30s 2s linear infinite;
        -ms-animation: MoveBalloon2 30s 2s linear infinite;
        -o-animation: MoveBalloon2 30s 2s linear infinite;
        animation: MoveBalloon2 30s 2s linear infinite;
    }

.bullseye {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 20%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

    .bullseye.Open {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.balloonArrow {
    width: 50px;
    position: absolute;
    top: 10%;
}

.bullseye.Open ~ .balloonArrow {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: MoveBalloonArrow 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    -moz-animation: MoveBalloonArrow 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    -ms-animation: MoveBalloonArrow 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    -o-animation: MoveBalloonArrow 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation: MoveBalloonArrow 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

/*#endregion */

/*#region Page Seven - Products */

.SeventhPagePlaceHolder {
    width: 100%;
    background: #B43F74;
    display: table;
    position: relative;
}

.Icon.Product {
    background: #A9E5EF;
    font-family: ar_Bonnie;
    color: #ffffff;
    font-size: 60px;
    text-align: center;
    line-height: 60px;
}

.SeventhPagePlaceHolder .Header.Blue {
    color: #AAD0DD;
}

/*#endregion */

/*#region Page Eight - Customers */

.StripsPage8 {
    position: absolute;
    z-index: -1;
}

.EightthPagePlaceHolder {
    width: 90%;
    margin: auto;
    display: table;
    position: relative;
}

#customers .MainContentPlaceHolder {
    width: 1000px;
    margin: auto;
}

.HeaderBorder {
    background: rgba(255,255,255,0.8);
    padding: 5px;
    display: table;
    margin: 20px auto;
    align-self: center;
    position: relative;
}

.Customers {
    color: #404040;
}

.CustomerImageHolder {
    /*width: 20%;
    height: 250px;*/
    width: 200px;
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 2.5%;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    background-size: cover !important;
}

    .CustomerImageHolder img {
        border: 1px solid #B5ACAD;
        width: 360px;
    }



/*#endregion */

/*#region Page Nine - Recommendations */

.StripsPage9 {
    position: absolute;
    top: 50%;
    left: 0px;
    height: 450px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.NinethPagePlaceHolder {
    background: #C87C7C;
    width: 100%;
    display: table;
    position: relative;
}

    .NinethPagePlaceHolder .MainContentPlaceHolder {
        width: 90%;
        margin: auto;
        /*background: #C87C7C;*/
    }

    .NinethPagePlaceHolder .Responsive {
        display: none;
    }

.Recommendations {
    color: #C87C7C;
}

.NinethPagePlaceHolder .ItemPlaceHolder .Header {
    color: #E0D98B;
}

.RecommendIcon {
    border: 10px solid #E3D78D;
    width: 144px;
    background: #ffffff;
    padding: 10px;
}

.NinethPagePlaceHolder .ContentPlaceHolder {
    width: calc(100% - 204px);
}

/*.ItemPlaceHolder:last-child:nth-child(odd) {
    width: 40%;
    padding-left: 60%;
}*/

/*#endregion */

/*#region Page Ten - Contact */

.TenthPagePlaceHolder {
    width: 100%;
    min-height: 853px;
    background: url('../images/IconsAndMore/ContactBackGround.png') top center no-repeat;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    display: table;
}

.ContactInformationPlaceHolder {
    width: 40%;
    height: 100%;
    display: table;
}

.TenthPagePlaceHolder .Header {
    font-size: 25px;
    margin: 40px 0px 20px 0px;
    text-align: center;
}

.TenthPagePlaceHolder .MainContentPlaceHolder {
    flex-direction: column;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-direction: column;
}

    .TenthPagePlaceHolder .MainContentPlaceHolder .Icon,
    .TenthPagePlaceHolder .MainContentPlaceHolder a {
        margin: auto;
    }

    .TenthPagePlaceHolder .MainContentPlaceHolder a {
        margin: 10px auto;
        font-size: 18px;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
    }

.Icon.Contact {
    background: #DCD8D5;
}

.ContactFormPlaceHolder {
    width: 60%;
    height: 100%;
    display: table;
}

.FormSubmit,
.FormFieldTexarea,
.FormField {
    width: 100%;
    background: rgba(255,255,255,0.8);
    margin: 5px 0px;
}

    .FormFieldTexarea textarea,
    .FormField input {
        width: 96%;
        height: 45px;
        border: none;
        font-size: 18px;
        background: none;
        padding: 0px 2%;
        color: #404042;
        font-family: Tahoma,Arial;
        line-height: 45px;
    }

    .FormFieldTexarea textarea {
        resize: none;
        height: 200px;
    }


        .FormFieldTexarea textarea::-webkit-input-placeholder {
            color: #404042;
        }

    .FormField input::-webkit-input-placeholder {
        color: #404042;
    }

    .FormFieldTexarea textarea:-moz-placeholder {
        color: #404042;
    }

    .FormField input:-moz-placeholder {
        color: #404042;
    }

    .FormFieldTexarea textarea::-moz-placeholder {
        color: #404042;
    }

    .FormField input::-moz-placeholder {
        color: #404042;
    }

    .FormFieldTexarea textarea:-ms-input-placeholder {
        color: #404042;
    }

    .FormField input:-ms-input-placeholder {
        color: #404042;
    }

.FormSubmit {
    background: #C87C7C;
    display: table;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 25px;
    margin: 10px 0px;
    padding: 5px 0px;
}

.FormPlaceHolder {
    position: relative;
    width: 440px;
    margin: 40px auto 0px auto;
}

.SendMSGResponse {
    position: absolute;
    top: 60%;
    font-size: 4vw;
    width: 50%;
    text-align: center;
}


/*#endregion */


/*#region Blog Page */


.blogpageholder {
    display: table;
    width: 90%;
    margin: 150px auto auto auto;
}

    .blogpageholder .sidepanel {
        box-sizing: border-box;
        width: 26%;
        padding: 40px 2%;
        background: #ffffff;
    }

    .blogpageholder .contentpanel {
        box-sizing: border-box;
        width: 70%;
    }

.empty-post-holder {
    font-size: 20px;
    color: #0F4B7D;
}

.sidetitle:before {
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.sidetitle:hover:before {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.sidepanel .block {
    margin-bottom: 35px;
}

.sidepanel .content {
    overflow: hidden;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}

    .sidepanel .content.Closed {
        height: 0px !important;
    }

.sidetitle {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

    .sidetitle.Opened:before {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sidetitle span {
        font-size: 20px;
        font-family: Arial;
        color: #7f7f7f;
        line-height: 32px;
    }

.category {
    background: #b8c6d1;
    font-size: 15px;
    color: #fff;
    margin: 4px;
    padding: 2px 10px 0px 10px;
    border-radius: 4px;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    height: 22px;
    display: inline-block;
    line-height: 20px;
    text-decoration: none;
}

.sidepanel .category {
    cursor: pointer;
}

    .sidepanel .category:hover {
        background: #8fbd27;
    }

.sidedate {
    margin: 0;
    padding: 0;
}

    .sidedate a {
        color: #7f7f7f;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

    .sidedate:before {
        content: '';
        width: 10px;
        height: 10px;
        background: url('../images/IconsAndMore/star.png')center no-repeat;
        display: inline-block;
    }

    .sidedate span {
        font-size: 16px;
        margin: 0;
        padding: 0;
        color: #8b9ead;
        font-weight: bold;
    }

.bestpost {
    padding: 0;
    margin-bottom: 30px;
    position: relative;
}

.ptitle {
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #0f4b7d;
}

.pcontent {
    word-wrap: break-word;
    text-align: justify;
    margin-top: 5px;
    line-height: 25px;
}

.plink {
    margin-top: 20px;
}

.bestpost .pbody .plink span {
    float: none;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    color: #0889bb;
    text-decoration: underline;
    cursor: pointer;
}

.topimg,
.botimg {
    position: absolute;
}

.topimg {
    top: 0;
    width: 18px;
    height: 18px;
}

.botimg {
    bottom: 0;
    width: 18px;
    height: 18px;
}

.post {
    margin-top: 35px;
    width: calc(100% - 150px);
    display: table;
}

    .post .body .resp-date,
    .post .date {
        background: #8fbd27;
        width: 70px;
        height: auto;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        padding-top: 9px;
        text-align: center;
    }

.PostTitle {
    font-family: Arial;
    font-size: 24px !important;
    font-weight: bold;
    color: #0f4b7d;
}

.Postcategories {
    margin-top: 5px;
    display: table;
    width: 100%;
}


.post-image-holder {
    cursor: pointer;
    width: 200px;
}

    .post-image-holder img {
        max-width: 100%;
    }

.SinglePost .post-image-holder {
    cursor: default;
}


.post .body .categorytitle {
    font-family: Arial;
    font-size: 15px;
    font-style: italic;
    color: #555555;
    line-height: 30px;
}

.post .body .content {
    padding-top: 20px;
    font-size: 18px;
    font-family: Arial;
    font-style: normal;
    color: #767676;
    line-height: 30px;
    display: table;
}

.post .postfooter {
    margin: 30px 0px;
    display: flex;
    justify-content: center;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.post .body .link {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    text-decoration: underline;
    color: #0889bb;
    cursor: pointer;
}

.comment-post-conteiner {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    display: -ms-flexbox;
    -ms-flex-direction: row;
}

    .comment-post-conteiner .sidetitle span {
        font-size: 18px;
        color: #2C4C90;
    }

.comment-title {
    margin-bottom: 5px;
    font-size: 14px;
    color: #676161;
    font-style: italic;
}

.AddContentHider {
    width: 100%;
}

.AddComment {
    margin-top: 12px;
    width: 40%;
}

    .AddComment.Button {
        padding: 0px 5px;
        margin-top: 35px;
        min-width: 120px;
        max-width: 220px;
        line-height: 36px;
        height: 36px;
        background: #b8c6d1;
        color: #ffffff;
        border-radius: 7px;
        cursor: pointer;
        text-align: center;
        font-size: 16px;
    }

    .AddComment.Comment {
        width: 100%;
    }

    .AddComment .TextLabelClass {
        width: 50%;
        margin-bottom: 5px;
        font-size: 16px;
        color: #676161;
        font-style: italic;
    }

    .AddComment .TextBoxHolderClass {
        width: 100%;
    }

    .AddComment .validationHolderClass {
        width: 50%;
    }

    .AddComment .TextBoxWatermarkCssClass,
    .AddComment .MyTextBoxClass {
        border: 2px solid #BDBDBD;
        border-radius: 4px;
        resize: none;
        outline: none;
        font-family: Arial;
        width: calc(100% - 14px);
        font-size: 16px;
        height: 30px;
    }

    .AddComment input.TextBoxWatermarkCssClass,
    .AddComment input.MyTextBoxClass {
        padding: 0px 5px;
    }

    .AddComment textarea.TextBoxWatermarkCssClass,
    .AddComment textarea.MyTextBoxClass {
        padding: 5px;
        height: 96px;
    }

.local-comment-holder {
    padding-top: 20px;
    padding-bottom: 15px;
    border-top: 2px dashed #b8c6d1;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    opacity: 1;
}

    .local-comment-holder.Tamplate {
        opacity: 0;
    }

    .local-comment-holder:first-child {
        border: 0;
    }

.local-comment-name {
    font-size: 16px;
    font-weight: bold;
    color: #2c4c90;
}

.local-comment-date {
    font-size: 14px;
    font-weight: bold;
    color: #676161;
}

.local-comment-comment {
    margin-top: 25px;
    white-space: pre;
}

.GoBackBlog {
    display: table;
    color: rgb(59, 74, 74);
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid rgb(59,74,74);
    margin-bottom: 10px;
}

.BackBlog {
    float: left;
    font-size: 16px;
    margin-bottom: 10px;
    /* font-style: italic; */
    text-decoration: none;
    padding: 5px 10px;
    height: initial;
}

.ShareBtn {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin: 0px 5px;
    background-size: 20px !important;
}

.Facebook {
    background: url('../images/IconsAndMore/facebook56.svg') no-repeat #435F9B;
}

    .Facebook:hover {
        background-color: #344f8a;
    }

.Twitter {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E") no-repeat #1b95e0;
}

    .Twitter:hover {
        background-color: #0c7abf;
    }
/*#endregion */

@media only screen and (max-width: 1024px) {

    .MenuPlaceHolder {
        width: calc(100% - 200px);
        line-height: 50px;
    }

    .FirstPageLogoRegular {
        width: 180px;
    }

        .FirstPageLogoRegular.LogoAbsoluteToMenu {
            bottom: -120px;
        }


    .MenuPlaceHolder.MenuFix {
        overflow: hidden;
        width: calc(100% - 100px);
        white-space: nowrap;
    }

    .MenuPlaceHolder .MenuElementContainer a {
        font-size: 2vw;
    }

    .FirstPageLogoRegular.LogoAbsoluteToMenu.LogoFixedToMenu {
        top: 20px;
    }

    .SecondPagePlaceHolder .ItemPlaceHolder {
        width: calc(100% - 20px);
        margin: 10px auto;
        padding: 10px;
    }

        .SecondPagePlaceHolder .ItemPlaceHolder:first-child {
            margin-top: 0px;
        }

    .SecondPagePlaceHolder ul {
        list-style-type: circle;
        -webkit-padding-start: 1em;
    }

    .FirstPageLogoRegular.LogoAbsoluteToMenu.LogoFixedToMenu {
        top: 3%;
    }

    .ExampleSiteHolder {
        width: 100%;
        margin: 10px auto;
    }

    .DetailedInfo {
        display: none !important;
    }

    .ItemPlaceHolder {
        width: 90%;
    }

    #customers .MainContentPlaceHolder {
        width: 100%;
    }

    .GlassesSlogenPlaceHolder {
        margin: auto;
        position: relative;
        width: 80%;
        text-align: center;
        /*height: calc(80% - 60px);*/
        top: initial;
        margin-top: 10%;
        display: table;
    }

    .FifthPagePlaceHolder {
        display: table;
        height: 280px;
    }

    .Balloon {
        width: 5%;
    }

    .SixthPagePlaceHolder .Cloud {
        width: 20%;
    }

    .bullseye {
        width: 11%;
        top: 21%;
    }

    .balloonArrow {
        width: 6%;
    }

    .CustomerImageHolder {
        width: 30%;
        max-height: initial;
    }

        .CustomerImageHolder img {
            margin: auto;
        }

    .ContactInformationPlaceHolder {
        width: 100%;
    }

    .TenthPagePlaceHolder .MainContentPlaceHolder {
        flex-direction: row;
    }

    .ContactFormPlaceHolder {
        width: 100%;
    }

    .FormPlaceHolder {
        margin: auto;
        display: table;
        width: 80%;
    }

    .FormSubmit, .FormFieldTexarea, .FormField {
        width: 100%;
    }

    .FormSubmit {
        padding: 20px 0px;
    }

    .StripsPageMobile {
        /*width: 50%;*/
        width: 120px;
        padding: 0px;
        left: 25%;
        right: 25%;
        margin: auto;
        position: absolute;
        display: block;
        z-index: 0;
        height: 100%;
        top: 0px;
    }

    .StripsPage45,
    .StripsPage3,
    .StripsPage4,
    .StripsPage8,
    .StripsPage9,
    .StripsPage2 {
        display: none;
    }

    .post {
        width: 100%;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 761px) {
    .CustomerImageHolder {
        width: 25%;
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {

    .FirstPageLogoRegular.LogoAbsoluteToMenu.LogoFixedToMenu {
        width: 0px;
    }

    .LoadMore,
    .FormFieldTexarea textarea, .FormField input,
    .FormSubmit,
    .TenthPagePlaceHolder .MainContentPlaceHolder a,
    .Content {
        font-size: 16px;
    }

    .FormFieldTexarea textarea, .FormField input {
        line-height: 60px;
    }

    .GlassesSlogenPlaceHolder {
        left: initial !important;
        right: initial !important;
    }
}

@media only screen and (max-width: 760px) {
    .OurServicesFixed {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

        .slicknav_menu,
        .slicknav_menu * {
            -moz-transition: none;
            -o-transition: none;
            -webkit-transition: none;
            transition: none;
        }

    .StraightLines .st0, .StraightLines .st1, .StraightLines .st2, .StraightLines .st3, .StraightLines .st4 {
        stroke-width: 25px;
    }

    video {
        display: none;
    }

    .aboutAnchor {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .MainContentPlaceHolder {
        width: 100%;
        padding: 0px;
    }

    #customers .MainContentPlaceHolder {
        /*width: 250px;*/
        width: 100%;
    }

    .ThirdPagePlaceHolder,
    .ForthPagePlaceHolder,
    .SeventhPagePlaceHolder,
    .EightthPagePlaceHolder {
        width: 95%;
        padding: 20px 2.5%;
    }

    .ForthPagePlaceHolder {
        background: #402141;
    }

    .General90Holder {
        position: relative;
        width: 100%;
        padding: 0px;
    }

    .SixthPagePlaceHolder {
        height: 300px;
    }

    .FirstPageLogoRegular {
        display: none;
    }

        .FirstPageLogoRegular.LogoAbsoluteToMenu,
        .MenuPlaceHolder {
            display: none;
        }

    .PageOneTextPlaceHolder {
        top: 50%;
        right: 50% !important;
        -moz-transform: translateX(50%) translateY(-50%);
        -ms-transform: translateX(50%) translateY(-50%);
        -o-transform: translateX(50%) translateY(-50%);
        -webkit-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%);
        background: rgba(245, 245, 245, 0.79);
        padding: 2.5%;
        width: 80%;
    }

    .SecondPagePlaceHolder {
        padding: 2%;
        width: 93%;
        margin: auto;
        padding-top: 0px;
    }

    .Header {
        font-size: 24px;
    }

    .PageOneTextPlaceHolder .MainText {
        font-size: 18px;
        line-height: 24px;
    }

        .PageOneTextPlaceHolder .MainText.Small {
            font-size: 16px;
        }

    .NinethPagePlaceHolder .MainContentPlaceHolder {
        background: #C87C7C;
        margin: auto;
    }

    .NinethPagePlaceHolder .HeaderBorder {
        display: none;
    }

        .NinethPagePlaceHolder .HeaderBorder.Responsive {
            display: block;
        }

    .ItemContentPlaceHolder {
        flex-direction: column;
    }

    .Icon {
        margin: auto;
        margin-bottom: 20px;
        display: table;
    }

    .ItemPlaceHolder {
        margin: 10px auto;
        width: 100%;
    }

        .ItemPlaceHolder .Header {
            font-size: 20px;
            margin: auto;
            line-height: 50px;
        }

    .Content {
        width: 100% !important;
        font-size: 18px;
        line-height: 28px;
        text-align: justify;
    }

    .ExampleSitesPlaceHolder {
        width: 100%;
    }

    .GlassesSlogenPlaceHolder {
        font-size: 30px;
        top: 50px;
        margin: auto;
        width: calc(90% - 60px);
    }

    .Balloon {
        width: 10%;
    }

    .SixthPagePlaceHolder .Cloud {
        width: 30%;
    }

    .blogpageholder {
        margin: 60px auto;
    }

        .blogpageholder .sidepanel {
            display: none;
        }

        .blogpageholder .contentpanel {
            width: 100%;
        }

    .post {
        margin: auto;
        width: 100%;
    }

    .ContactFormPlaceHolder {
        float: none !important;
    }

    .TenthPagePlaceHolder .Header {
        font-size: 30px;
    }

    .TenthPagePlaceHolder .MainContentPlaceHolder a {
        width: 100%;
    }

    .TenthPagePlaceHolder .MainContentPlaceHolder a,
    .FormFieldTexarea textarea, .FormField input,
    .FormSubmit {
        font-size: 24px;
        line-height: 45px;
    }

    .ItemHeader {
        font-size: 30px;
        margin: 10px auto 30px auto;
    }

    .Icon.Technology {
        float: none !important;
        margin: auto;
        margin-bottom: 20px;
        display: table;
        min-height: 60px;
    }

    .Contact.Text.LTR {
        direction: ltr !important;
    }

    .ContentPlaceHolder {
        float: none !important;
        margin: auto !important;
        width: 100%;
    }

    .GlassesSlogenPlaceHolder {
        top: 10px;
    }

    .Icon.Product {
        float: none !important;
        margin: auto;
        margin-bottom: 20px;
        font-size: 60px;
        line-height: 60px;
    }

    .CustomerImageHolder {
        /*width: 100%;*/
        display: block;
        width: 200px;
        height: 120px;
        margin: 20px auto;
    }

        .CustomerImageHolder img {
            width: 100%;
        }

    .LoadMore {
        font-size: 24px;
        margin: 50px auto;
        line-height: 50px;
        width: 80%;
        text-align: center;
    }

        .LoadMore span {
            font-size: 26px;
        }

    .RecommendIcon {
        float: none !important;
        margin: auto;
        display: table;
        margin-bottom: 20px;
        min-height: 70px;
    }

    .NinethPagePlaceHolder .ContentPlaceHolder {
        width: 100%;
    }

    .TenthPagePlaceHolder {
        text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    }

    .ItemPlaceHolder:last-child:nth-child(odd) {
        padding: 0px !important;
        width: 100% !important;
    }

    .bullseye.Open {
        display: none;
    }

    .balloonArrow {
        display: none;
    }

    .SinglePost .post .date {
        display: none;
    }

    .SinglePost .post .body {
        margin: auto !important;
        padding: 0px !important;
    }

    .SendMSGResponse {
        width: 100%;
        font-size: 7vw;
    }

    .post-image-holder {
        width: 100%;
        float: none;
    }
}
