﻿@charset "utf-8";
/* CSS Document */

/* All fonts listed in this notice are subject to the End User License Agreement entered into 
 * by this website's owner. All other parties are explicitly restricted from using the Licensed
 * Webfonts(s). To obtain a valid license visit: http://alefalefalef.co.il/almoni-dl/
 * 
 * Webfont Name: אלמוני דו־לשוני
 * Foundry: Alef Alef Alef (c) 2013 אאא
 * License: http://alefalefalef.co.il/webfonts/
 * Licensed pageviews limit: 10,000/month
 */
@import url(http://fonts.googleapis.com/css?family=Lily+Script+One);
@font-face{
	font-family:'almoni-dl';
	font-weight:700; /*(bold)*/
	font-style: normal;
	src: url('/css/font_files/almoni-dl-aaa-700.eot'); 
	src: url('/css/font_files/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'), 
		url('/css/font_files/almoni-dl-aaa-700.woff') format('woff'), 
		url('/css/font_files/almoni-dl-aaa-700.ttf') format('truetype');
}
@font-face{
	font-family:'almoni-dl';
	font-weight:900; /*(black)*/
	font-style: normal;
	src: url('/css/font_files/almoni-dl-aaa-900.eot'); 
	src: url('/css/font_files/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'), 
		url('/css/font_files/almoni-dl-aaa-900.woff') format('woff'), 
		url('/css/font_files/almoni-dl-aaa-900.ttf') format('truetype');
}
@font-face{
	font-family:'almoni-dl';
	font-weight:300; /*(light)*/
	font-style: normal;
	src: url('/css/font_files/almoni-dl-aaa-300.eot'); 
	src: url('/css/font_files/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'), 
		url('/css/font_files/almoni-dl-aaa-300.woff') format('woff'), 
		url('/css/font_files/almoni-dl-aaa-300.ttf') format('truetype');
}
@font-face{
	font-family:'almoni-dl';
	font-weight:400; /*(regular)*/
	font-style: normal;
	src: url('/css/font_files/almoni-dl-aaa-400.eot'); 
	src: url('/css/font_files/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'), 
		url('/css/font_files/almoni-dl-aaa-400.woff') format('woff'), 
		url('/css/font_files/almoni-dl-aaa-400.ttf') format('truetype');
}




body {
    margin: 0;
    padding: 0;
    font-family: almoni-dl;
    font-weight: 400;
    background: url(../images/bg_pattern.jpg) repeat 0 0 transparent;
}
a {
    text-decoration: none;
    border: none;
    outline: none;
}
img {
    border: none;
    outline: none;
}
.clear {
    clear: both;
}
.anchor {
    height: 1px;
    position: relative;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
}
.ui-loader {
    display: none;
}
#header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 308px;
    z-index: 99999;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    background-image: url(../images/bg_pattern.jpg);
    background-position: 0 0;
    background-repeat: repeat;
}
    #header.active, #header.active > .centeredContainer.active {
        height: 52px;
    }
.oldBrowserAlert {
    font-size: 16px;
    left: 0;
    position: fixed;
    text-align: center;
    top: 60px;
    width: 100%;
    z-index: 111111;
    color: #737372;
    direction: rtl;
}
    .oldBrowserAlert > a {
        color: #737372;
        text-decoration: none;
    }
    #header.active {
        background-image: url(../images/topMenuBG.png);
        background-color: #FFFFFF;
        background-position: 0 50px;
        background-repeat: repeat-x;
    }
    #header .likeBtn {
        cursor: auto;
        height: 34px;
        opacity: 0;
        position: absolute;
        right: 138px;
        top: 0;
        padding: 15px 0 0;
        width: 82px;
    }
        #header .likeBtn.active {
            opacity: 1;
            cursor: pointer;
        }
            #header .likeBtn.active:hover {
                /*background-position: center -49px;*/
            }
        #header .socialNetworksContainer {
            cursor: auto;
            height: 49px;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            right: 20px;
            top: 0;
            width: 49px;
        }
            #header .socialNetworksContainer.active {
                opacity: 1;
                cursor: pointer;
            }
            #header .socialNetworksContainer .listSocial {
                list-style: none outside none;
                margin: 0;
                padding: 0;
                position: absolute;
                width: 49px;
                z-index: 10000;
            }
            #header .socialNetworksContainer .listSocial li {
                background-image: url("");
                background-position: center top;
                cursor: auto;
                height: 49px;
                width: 49px;
            }
                #header .socialNetworksContainer .listSocial li:hover {
                    background-position: center -49px;
                }
        #header .contactBtn {
            background: url(/images/contactSmallBG.png) no-repeat scroll 0 0 transparent;
            cursor: auto;
            height: 29px;
            opacity: 0;
            position: absolute;
            right: 76px;
            top: 10px;
            width: 55px;
        }
            #header .contactBtn.active {
                opacity: 1;
                cursor: pointer;
            }
.centeredContainer {
    width: 100%;
    max-width: 1360px;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}
.mainLogo {
    position: relative;
    height: 109px;
    margin: 0 auto;
    display: block;
    top: 106px;
    cursor: pointer;
}
.mainMenuContainer {
    margin: 0 auto;
    max-width: 588px;
}
.nav {
    margin: 0 auto;
    position: relative;
    padding: 0;
    list-style: none;
    top: 144px;
    border: none;
    outline: none;
    display: table;
    opacity: 0;
    min-height: 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}
    .nav.active {
        top: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity = 100);
    }
    .nav > li.closeMenuContainer {
        display: none;
    }
    .nav > li {
        float: right;
        padding: 14px 13px 13px;
    }
        .nav > li > a {
            font: 400 18px almoni-dl;
            color: #333333;
            text-decoration: none;
            display: block;
        }
            .nav > li:hover, .nav > li:hover > a, .nav > li.active, .nav > li.active > a {
                color: #fff;
                background-color: #92C841;
            }
.mobileMenuBtn {
    display: none;
}
.likeCount {
    background: url("/images/c.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 49px;
    z-index: 1;
}
/*-------------------- Animations -----------------*/
/*---------------- First animated slide (Sky legs) -------------------- */
.skyTransBgContainer {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1153px;
    background: url(/images/sky_bg.jpg) no-repeat 0 0 transparent;
    z-index: -99;
    overflow: hidden;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
    .skyTransBgContainer.active {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .skyTransBgContainer > .dayCloud {
        position: absolute;
        top: 210px;
        left: 0px;
        width: 525px;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        opacity: .6;
    }
    .skyTransBgContainer > .centeredContainer {
        margin: 0 auto;
        width: 1px;
        position: relative;
    }
        .skyTransBgContainer > .centeredContainer > .creativity {
            position: absolute;
            top: 300px;
            left: -1500px;
            width: 527px;
            height: 149px;
            background: url(/images/creativity.png) no-repeat 0 0 transparent;
        }
        .skyTransBgContainer > .centeredContainer > .legs {
            position: absolute;
            top: -300px;
            left: 28px;
            width: 505px;
            height: 340px;
            background: url(/images/legsOnCloud.png) no-repeat 0 0 transparent;
        }
/*------------ End of first animated slide ----------------- */
/*---------------- Second animated slide (Night cow) -------------------- */
.skyDarkBgContainer {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1153px;
    background-color: #000201;
    z-index: -90;
    overflow: hidden;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.skyDarkBG {
    position: absolute;
    top: 0px;
    z-index: -89;
    width: 100%;
}
.nightMask {
    position: absolute;
    width: 100%;
    height: 100%;
}
.skyDarkMask {
    position: absolute;
    width: 100%;
    z-index: -86;
}
.moon {
    position: absolute;
    z-index: -88;
    width: 10%;
    top: 26%;
    right: 19%;
}
.nightCloud1 {
    position: absolute;
    top: -10px;
    left: -580px;
    width: 580px;
    height: 318px;
}
    .nightCloud1 img {
        width: 100%
    }
.imag {
    position: absolute;
    width: 284px;
    height: 148px;
    top: 300px;
    left: -1469px;
    background: url(/images/imag.png) no-repeat 0 0 transparent;
}
.ination {
    position: absolute;
    width: 379px;
    height: 148px;
    top: 300px;
    left: -1200px;
    background: url(/images/ination.png) no-repeat 0 0 transparent;
}
.imaginationContainer {
    width: 663px;
    margin: 0 auto;
    position: relative;
}
.cow {
    position: absolute;
    width: 390px;
    height: 133px;
    top: 270px;
    left: 1600px;
    background: url(/images/cow.png) no-repeat 0 0 transparent;
}
/*------------ End of second animated slide ----------------- */
/*---------------- Third animated slide (Dancer) -------------------- */
.danceContainer {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1200px;
    background: url(/images/precision_bg.jpg) no-repeat 0 0 transparent;
    z-index: -88;
    overflow: hidden;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
    .danceContainer > .centeredContainer {
        width: 3px;
    }
    .danceContainer > .centeredContainer > .dancer {
        position: absolute;
        top: 96px;
        left: -1482px;
        width: 428px;
        height: 328px;
        background: url(/images/dancer.png) no-repeat 0 0 transparent;
    }
    .danceContainer > .centeredContainer > .precisionS {
        position: absolute;
        top: 211px;
        left: 1000px;
        width: 353px;
        height: 121px;
        background: url(/images/precis.png) no-repeat 0 0 transparent;
    }
    .danceContainer > .centeredContainer > .ion {
        position: absolute;
        top: 211px;
        left: 1267px;
        width: 173px;
        height: 121px;
        background: url(/images/ion.png) no-repeat 0 0 transparent;
    }
    .danceContainer > .centeredContainer > .shadow {
        position: absolute;
        top: 328px;
        left: -1500px;
        width: 464px;
        height: 220px;
        background: url(/images/Precision_shadow.jpg) no-repeat 0 0 transparent;
    }
/*------------ End of third animated slide ----------------- */
/*-------------------- Home --------------------*/
#home {
    width: 100%;
    min-height: 1438px;
    background-image: url(/images/green_bg_3300_1452.png);
    background-position: center 471px;
    background-repeat: no-repeat;
    -webkit-transition: all 100ms none;
    -moz-transition: all 100ms none;
    -o-transition: all 100ms none;
    -ms-transition: all 100ms none;
}
    #home .firstTitleArrowsContainer {
        max-width: 1366px;
        width: 100%;
        height: 60px;
        margin: 340px auto 0;
    }
        #home .firstTitleArrowsContainer .thinArrow {
            position: absolute;
            width: 22px;
            height: 60px;
            -webkit-transition: all 500ms linear;
            -moz-transition: all 500ms linear;
            -o-transition: all 500ms linear;
            -ms-transition: all 500ms linear;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
        }
            #home .firstTitleArrowsContainer .thinArrow.active {
                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
                opacity: 1;
                cursor: pointer;
            }
            #home .firstTitleArrowsContainer .thinArrow.left {
                left: 20px;
                background: url(/images/thinArrowLeft.png) no-repeat 0 0 transparent;
            }
            #home .firstTitleArrowsContainer .thinArrow.right {
                right: 20px;
                background: url(/images/thinArrowRight.png) no-repeat 0 0 transparent;
            }
    #home > .centeredContainer > .mobBtnConContainer {
        position: relative;
        width: 100%;
        height: 68px;
        margin: 52px auto 0;
        visibility: hidden;
        display: none;
    }
        #home > .centeredContainer > .mobBtnConContainer > .btnCentered {
            height: 50px;
            margin: 0 auto;
            padding: 18px 0 0;
            position: relative;
            width: 310px;
        }
            #home > .centeredContainer > .mobBtnConContainer > .btnCentered > a {
                display: inline-block;
            }
    #home .cubeMenuContainer {
        direction: rtl;
        height: 170px;
        margin: 70px auto 0;
        position: relative;
        width: 870px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity = 0);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
    }
        #home .cubeMenuContainer.active {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity = 100);
        }
        #home .cubeMenuContainer .cubeMenuItem {
            position: absolute;
            top: 0px;
            color: #ffffff;
            width: 174px;
            height: 170px;
            text-align: center;
            cursor: auto;
            background-position: 174px 74.5px;
            background-repeat: no-repeat;
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out;
            -ms-transition: all 300ms ease-out;
        }
            #home .cubeMenuContainer .cubeMenuItem .icon {
                position: relative;
                margin: 28px auto 0;
                width: 79px;
                height: 79px;
                background-position: center center;
                background-repeat: no-repeat;   
                background-size: 100%;            
                -webkit-transition: all 1s ease-in-out;
                -moz-transition: all 1s ease-in-out;
                -o-transition: all 1s ease-in-out;
                -ms-transition: all 1s ease-in-out;
            }
            #home .cubeMenuContainer .cubeMenuItem.cube2 .icon {
                margin: 34px auto 0;
            }
                #home .cubeMenuContainer .cubeMenuItem:hover .icon {
                    -webkit-transform: rotate(360deg); 
                    -moz-transform: rotate(360deg); 
                    -o-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                }

            #home .cubeMenuContainer .cubeMenuItem:hover + .cubeMenuItem {
                background-position: 162px 74.5px;
            }
            #home .cubeMenuContainer .cubeMenuItem.active, #home .cubeMenuContainer .cubeMenuItem.active:hover {
                cursor: pointer;
            }
        #home .cubeMenuContainer .cubeMenuItem:hover {
            color: #92c841;
        }
            #home .cubeMenuContainer .cubeMenuItem.cube1 {
                right: 0px;
                z-index: 15;
                background-color: #737372;
            }
            #home .cubeMenuContainer .cubeMenuItem.cube2 {
                right: 0px;
                z-index: 14;
                background-color: #5d5d5d;
                background-image: url(/images/arrow1.png);
            }
                #home .cubeMenuContainer .cubeMenuItem.cube2.active {
                    right: 20%;
                }
            #home .cubeMenuContainer .cubeMenuItem.cube3 {
                right: 0px;
                z-index: 13;
                background-image: url(/images/arrow2.png);
                background-color: #4f4f4f;
            }
                #home .cubeMenuContainer .cubeMenuItem.cube3.active {
                    right: 40%;
                }
            #home .cubeMenuContainer .cubeMenuItem.cube4 {
                right: 0px;
                z-index: 12;
                background-image: url(/images/arrow3.png);
                background-color: #3e3e3e;
            }
                #home .cubeMenuContainer .cubeMenuItem.cube4.active {
                    right: 60%;
                }
            #home .cubeMenuContainer .cubeMenuItem.cube5 {
                right: 0px;
                z-index: 11;
                background-image: url(/images/arrow4.png);
                background-color: #2d2d2d;
            }
                #home .cubeMenuContainer .cubeMenuItem.cube5.active {
                    right: 80%;
                }
            #home .cubeMenuContainer .cubeMenuItem img {
                position: relative;
                top: 44px;
            }
            #home .cubeMenuContainer .cubeMenuItem h4 {
                margin: 12px auto 0;
                position: relative;
                font-weight: 500;
                font-size: 20px;
            }
            #home .cubeMenuContainer .cubeMenuItem.cube2 h4 {
                margin: 8px auto 0;
            }
            #home .cubeMenuContainer .cubeMenuItem .greenPointer {
                position: absolute;
                top: 157px;
                left: 76.5px;
                width: 21px;
                height: 13px;
                background: url(/images/arrow_green.png) no-repeat 0 0 transparent;
                display: none;
            }
            #home .subCubeContentWrap {
                height: 149px;
                margin: 4px auto 0;
                min-height: 149px;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity = 0);
                overflow: hidden;
                position: relative;
                width: 870px;
                -webkit-transition: all 300ms ease-out;
                -moz-transition: all 300ms ease-out;
                -o-transition: all 300ms ease-out;
                -ms-transition: all 300ms ease-out;
            }
                #home .subCubeContentWrap.active {
                    opacity: 1;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    filter: alpha(opacity = 100);
                }
            #home .subCubeContentWrap .subCubeContentList {
                left: -500%;
                list-style: none outside none;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 0;
                width: 5220px;
            }
            #home .subCubeContentWrap .subCubeContentList .subCubeContentListItem {
                float: right;
                padding: 0;
                text-align: center;
                direction: rtl;
                width: 870px;
            }
            #home .subCubeContentWrap .subCubeContentList .subCubeContentListItem .itemTitle {
                font-size: 34px;
                font-weight: 900;
                margin: 20px auto 5px;
            }
            #home .subCubeContentWrap .subCubeContentList .subCubeContentListItem .itemContent {
                font-size: 17px;
                direction: rtl;
            }
            #home .subCubeContentWrap .subCubeContentList .subCubeContentListItem .itemTitle > p,#home .subCubeContentWrap .subCubeContentList .subCubeContentListItem .itemContent > p {
                margin: 0 auto;
            }

            #home .firstNext {
                color: #fff;
                direction: rtl;
                font-size: 19px;
                margin: 13px auto 0;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity = 0);
                position: relative;
                text-align: center;
                width: 400px;
            }
                #home .firstNext.active {
                    opacity: 1;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    filter: alpha(opacity = 100);
                    cursor: pointer;
                }
            #home .whiteDownArrow {
                position: relative;
                margin: 6px auto 0;
                width: 60px;
                height: 22px;
                cursor: pointer;
                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                opacity: 0;
                background: url(/images/thinWhiteArrowDown.png) 0 0 transparent;
            }
                #home .whiteDownArrow.active {
                    opacity: 1;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    filter: alpha(opacity = 100);
                }
                #home .propelorAnimationContainer {
                    height: 468px;
                    margin: 418px auto 0;
                    opacity: 1;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    filter: alpha(opacity = 100);
                    position: relative;
                    width: 468px;
                    -webkit-transition: all 100ms none;
                    -moz-transition: all 100ms none;
                    -o-transition: all 100ms none;
                    -ms-transition: all 100ms none;
                }


                #home .propelorAnimationContainer .propellerEngineContainer {
                    position: absolute;
                    left: 125.5px;
                    top: 125px;
                    width: 217px;
                    height: 218px;
                }
                #home .propelorAnimationContainer .propellerEngineContainer img {
                    width: 100%;
                }
                #home .propelorAnimationContainer .propellerContainer {
                    position: absolute;
                    width: 468px;
                    height: 468px;
                    -webkit-animation: spin 1s infinite linear;
                    -moz-animation: spin 1s infinite linear;
                    -o-animation: spin 1s infinite linear;
                    -animation: spin 1s infinite linear;
                    animation: spin 1s infinite linear;
                }
                #home .propelorAnimationContainer .propellerContainer img {
                    width: 100%;
                    position: absolute;
                    left: 1px;
                    top: -1px;
                }
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


 #customers {
    background: url(/images/bg_pattern.jpg) repeat scroll 0 0 transparent;
    margin: 0 auto;
    min-height: 440px;
    padding: 42px 0 0;
    width: 100%;
}
    #customers .customersContainer {
        background: url(/images/1X2_lineSep.png) repeat-x scroll 0 54px transparent;
    }
    #customers .customersContainer > .title {
        background: url(/images/bg_pattern.jpg) repeat scroll 0 0 transparent;
        font-size: 40px;
        margin: 0 auto;
        text-align: center;
        width: 290px;
    }
    
        #customers .customersContainer > .title > .sub {
            font-size: 72px;
            font-weight: 900;
            margin: -23px 0 0;
            text-align: center;
        }








/*------------------- We believe -----------------*/
#weBelieve {
    width: 100%;
    margin: 0 auto 0;
    background: url(/images/bg_pattern.jpg) repeat 0 0 transparent;
    padding: 26px 0 0;
}
    .weBelieve {
        background: url("/images/1X2_lineSep.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
        margin: 0 auto;
        position: relative;
        max-width: 734px;
        padding: 0 18px;
    }
    .weBelieve h1 {
        font-size: 34px;
        font-weight: 900;
        margin: 0;
        padding-top: 24px;
        text-align: center;
    }
    .weBelieve h2 {
        font-size: 32px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .weBelieve .text {
        font-size: 24px;
        text-align: center;
    }
    .weBelieve .text a {
        color: #92C841;
        text-decoration: none;
    }
    .stamp1 {
        background-image: url("/images/stamp1.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
        cursor: pointer;
        height: 0;
        left: -167px;
        position: absolute;
        top: 98px;
        width: 0;
        z-index: 111;
    }
        .stamp1:hover {
            background-image: url("/images/stamp1On.png");
        }





/*------------------- Portfolio ------------------*/
#portfolio {
    width: 100%;
    margin: 0 auto 0;
    padding: 34px 0 0;
    background: url(/images/bg_pattern.jpg) repeat 0 0 transparent;
}
    #portfolio > .centeredContainer {
        background: url("/images/1X2_lineSep.png") repeat-x scroll 0 60px rgba(0, 0, 0, 0);
        margin: 0 auto;
        min-height: 736px;
        position: relative;
        width: 100%;
    }
        #portfolio > .centeredContainer > .title {
            background: url("/images/bg_pattern.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
            font-size: 48px;
            font-weight: 900;
            height: 112px;
            margin: 0 auto;
            text-align: center;
            width: 282px;
        }
            #portfolio > .centeredContainer > .title > .subTitle {
                font-size: 34px;
                font-weight: 400;
            }
.pArrow {
    position: absolute;
    top: 394px;
    width: 22px;
    height: 60px;
    cursor: pointer;
}
    .pArrow.L {
        left: 0;
        background: url("/images/thinArrowLeft.png") no-repeat scroll 0 0 transparent;
    }
    .pArrow.R {
        right: 0;
        background: url("/images/thinArrowRight.png") no-repeat scroll 0 0 transparent;
    }
.portfolioListContainer {
    position: relative;
    width: 1244px;
    height: 622px;
    margin: 0 auto;
    overflow: hidden;
}
    .portfolioListContainer > .element {
        width: 291px;
        height: 291px;
        margin: 10px;
        position: relative;
        float: left;
        overflow: hidden;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        display: none;
    }
        .portfolioListContainer > .element.batch-1 {
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
            display: inline;
        }
        .portfolioListContainer > .element > .hover_img {
            width: 291px;
            height: 291px;
            position: relative;
            overflow: hidden;
        }
            .portfolioListContainer > .element > .hover_img > .cover {
                position: absolute;
                top: 0;
                left: -100%;
                text-align: center;
                background: url(/images/1x1_B.80.png) repeat 0 0 transparent;
                width: 291px;
                height: 291px;
                font-size: 20px;
                direction: rtl;
            }
            .portfolioListContainer > .element .hover_img .cover .coverTitle {
                font-weight: 900;
                margin: 85px 0 12px;
                color: #fff;
                width: 99%;
            }
            .portfolioListContainer > .element .hover_img .cover .coverSub {
                color: #fff;
                font-weight: 400;
                width: 99%;
            }
            .portfolioListContainer > .element .hover_img .cover .toSite {
                background-color: #92C841;
                bottom: 0;
                display: block;
                height: 33px;
                padding-top: 19px;
                position: absolute;
                text-align: center;
                top: 239px !important;
                width: 100%;
            }

            .portfolioListContainer > .element .hover_img .cover .toSite a {
                color: #FFFFFF;
                font-weight: 900;
                text-decoration: none;
                display: block;
                height: 33px;
                width: 100%;
                margin: -6px 0 0 0;
            }
            .moreProjects {
                background-color: #92C841;
                color: #FFFFFF;
                cursor: pointer;
                font-size: 18px;
                font-weight: 900;
                height: 52px;
                margin: 14px auto 0;
                position: relative;
                width: 310px;
            }
                .moreProjects div {
                    display: table-cell;
                    height: 52px;
                    text-align: center;
                    vertical-align: middle;
                    width: 310px;
                }


#youLike {
    width: 100%;
    margin: 0 auto 0;
    background: url(/images/bg_pattern.jpg) repeat 0 0 transparent;
    padding: 0 0 94px;
}
    #youLike > .youLike {
        background: url("/images/1X2_lineSep.png") repeat-x scroll 0 bottom transparent;
        min-height: 165px;
        margin: 87px auto 0;
        position: relative;
        max-width: 734px;
        padding: 0 18px;
    }
    .stamp2 {
        background-image: url("/images/stamp2.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
        cursor: pointer;
        height: 0;
        left: 901px;
        position: absolute;
        top: 106px;
        width: 0;
        z-index: 111;
    }
        .stamp2:hover {
            background-image: url("/images/stamp2On.png");
        }
    .youLike h1 {
        font-size: 32px;
        font-weight: 900;
        margin: 0;
        padding-top: 24px;
        text-align: center;
    }
    .youLike h2 {
        direction: rtl;
        font-size: 34px;
        font-weight: 400;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .blackDownArrow {
        background: url("/images/thinBlackArrowDown.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        height: 22px;
        margin: 38px auto 0;
        opacity: 1;
        position: relative;
        width: 60px;
    }

#faceBook {
    width: 100%;
    margin: 0 auto 0;
    height: 1003px;
    opacity: 1;
    position: relative;
    width: 100%;
}
    #faceBook > .fbIconContainer {
        width: 236px;
        margin: 380px auto 0;
    }
.boy {
    background: url("/images/boy.jpg") no-repeat scroll center 0 transparent;
    height: 1003px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -100;
    display: none;
}

.videoContainer {
	height: 1200px;
    position: absolute;
    width: 100%;
    z-index: -100;
}
.hp-slogen {
    color: #ffffff;
    direction: rtl;
    display: block;
    font-size: 130px;
    font-weight: 700;
    position: relative;
    text-align: center;
    top: 14%;
}
video { 
    position: absolute;
    top: /*50%*/ 25%;
    /*left: 50%;*/
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
    transform: /*translateX(-50%)*/ translateY(-50%);
	background: url('/images/hp-slider.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}

#about {
    width: 100%;
    margin: 0 auto 0;
    min-height: 1126px;
    background-color: #B2D4E1;
}
    #about > .centeredContainer {
        padding: 0 0 140px;
    }
    #about > .centeredContainer > .title {
        background: url("/images/1X2_lineSep.png") repeat-x scroll 0 84px transparent;
        min-height: 124px;
        text-align: center;
        margin: 134px auto 0;
        top: 151px;
        width: 100%;
    }
        #about > .centeredContainer > .title > h3 {
            font-size: 41px;
            margin: 0;
            padding: 0;
        }
        #about > .centeredContainer > .title > h1 {
            background-color: #B2D4E1;
            display: block;
            font-size: 72px;
            font-weight: 900;
            margin: 0 auto;
            padding: 0;
            width: 500px;
        }
        #about > .centeredContainer > .dateContainer {
            color: #FFFFFF;
            font-size: 318px;
            font-weight: 700;
            height: 222px;
            line-height: 318px;
            margin: 44px auto 0;
            position: relative;
            text-align: center;
            width: 620px;
        }
            #about > .centeredContainer > .dateContainer > .counter {
                width: 100%;
                height: 100%;
            }
        #about > .centeredContainer > .text {
            direction: rtl;
            font-size: 34px;
            height: auto;
            margin: 50px auto 20px;
            text-align: center;
            top: 286px;
            width: 88%;
        }
        #about > .centeredContainer > .subText {
            direction: rtl;
            font-size: 32px;
            font-weight: 900;
            margin: 0 auto;
            text-align: center;
            width: 88%;
        }

#services {
    width: 100%;
    margin: 0 auto 0;
    background: url(/images/bg_pattern.jpg) repeat 0 0 transparent;
}
    #services > .centeredContainer {
        background: url("/images/1X2_lineSep.png") repeat-x scroll 0 66px transparent;
        margin: 60px auto 0;
        max-width: 1366px;
        min-height: 804px;
        position: relative;
        width: 100%;
    }
        #services > .centeredContainer > .title {
            background: url("/images/bg_pattern.jpg") repeat scroll 0 0 transparent;
            direction: rtl;
            height: 140px;
            margin: 0 auto;
            position: relative;
            width: 445px;
        }
            #services > .centeredContainer > .title .subTitle {
                font-size: 66px;
                font-weight: 900;
                position: absolute;
            }
            #services > .centeredContainer > .title .subTitle.first, #services > .centeredContainer > .title .subTitle.third {
                font-size: 41px;
                font-weight: 400;
            }
                #services > .centeredContainer > .title .subTitle.first {
                    right: 26px;
                    top: 0;
                }
                #services > .centeredContainer > .title .subTitle.second {
                    right: 122px;
                    top: 22px;
                }
                #services > .centeredContainer > .title .subTitle.third {
                    right: 76px;
                    top: 79px;
                }

.servicesListContainer {
    height: auto;
    margin: 42px auto 0;
    max-width: 1258px;
    min-height: 616px;
    position: relative;
}
.servicesList {
    height: auto;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
    .servicesList > li {
        float: left;
        height: 194px;
        margin: 6px;
        padding: 0;
        width: 407px;
    }
        .servicesList > li > .serviceItemContainer {
            background-color: #DEDEDE;
            color: #333333;
            height: 194px;
            overflow: hidden;
            position: relative;
            width: 407px;
        }
            .servicesList > li > .serviceItemContainer > .text {
                direction: rtl;
                font-size: 16px;
                font-weight: 400;
                height: 154px;
                left: 0;
                padding: 16px 6px;
                position: absolute;
                text-align: right;
                top: 0;
                width: 232px;
            }
                .servicesList > li > .serviceItemContainer > .text > p {
                    margin: 0;
                }
            .servicesList > li > .serviceItemContainer > .cover {
                background-color: #92C841;
                color: #FFFFFF;
                font-weight: 900;
                height: 194px;
                position: absolute;
                right: 0;
                top: 0;
                width: 407px;
                z-index: 1;
            }
                .servicesList > li > .serviceItemContainer > .cover > .openArrow {
                    left: 7px;
                    position: absolute;
                    top: 84px;
                }
                .servicesList > li > .serviceItemContainer > .cover > .title1 {
                    font-size: 23px;
                    font-weight: 400;
                    position: absolute;
                    right: 16px;
                    top: 122px;
                }
                .servicesList > li > .serviceItemContainer > .cover > .title2 {
                    font-size: 38px;
                    position: absolute;
                    right: 16px;
                    top: 137px;
                }
#yourFace {
    width: 100%;
    margin: 0 auto 0;
    background: url(/images/bg_pattern.jpg) repeat 0 0 transparent;
    padding: 0 0 98px;
}
    #yourFace > .centeredContainer {
        background: url("/images/1X2_lineSep.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
        margin: 118px auto 0;
        position: relative;
        max-width: 770px;
    }
        #yourFace > .centeredContainer > h1 {
            font-size: 34px;
            font-weight: 900;
            margin: 0;
            padding-top: 24px;
            text-align: center;
            direction: rtl;
        }
        #yourFace > .centeredContainer > h2 {
            font-size: 32px;
            font-weight: normal;
            margin: 0;
            padding: 0;
            text-align: center;
            direction: rtl;
        }
        #yourFace > .centeredContainer > .text {
            font-size: 24px;
            text-align: center;
        }
            #yourFace > .centeredContainer > .text > a {
                color: #92C841;
                text-decoration: none;
            }
        #yourFace > .centeredContainer > .greenStrip {
            background-color: #92C841;
            color: #FFFFFF;
            cursor: pointer;
            font-size: 18px;
            font-weight: 900;
            height: 52px;
            margin: 16px auto 0;
            position: relative;
            width: 310px;
        }
            #yourFace > .centeredContainer > .greenStrip > div {
                display: table-cell;
                height: 52px;
                text-align: center;
                vertical-align: middle;
                width: 310px;
            }

#extraWord {
    background: url("/images/girl.jpg") no-repeat scroll center -90px transparent;
    margin: 0 auto;
    padding: 98px 0 0;
}
    #extraWord > .centeredContainer {
        min-height: 912px;
        direction: rtl;
    }
        #extraWord > .centeredContainer > h1 {
            color: #FFFFFF;
            font-size: 120px;
            font-weight: 900;
            line-height: 88px;
            margin: 12px auto 0;
            text-align: center;
        }
        #extraWord > .centeredContainer > h4 {
            padding: 648px 0 0;
            margin: 0;
            color: #FFFFFF;
            font-size: 72px;
            font-weight: 400;
            text-align: center;
        }
#contact {
    width: 100%;
    margin: 0 auto 0;
    background: url(/images/bg_pattern.jpg) repeat 0 0 transparent;
}
    #contact > .centeredContainer {
        background: url("/images/1X2_lineSep.png") repeat-x scroll 0 60px transparent;
        height: 1113px;
        margin: 114px auto 0;
        max-width: 1366px;
        position: relative;
    }
        #contact > .centeredContainer > .title {
            height: 98px;
            width: 174px;
            background: url("/images/bg_pattern.jpg") repeat scroll 0 0 transparent;
            font-size: 48px;
            font-weight: 900;
            margin: 0 auto;
            text-align: center;
        }
            #contact > .centeredContainer > .title > .subTitle {
                font-size: 34px;
                font-weight: 400;
            }
.contactInternalWrap {
    height: 865px;
    margin: 0 auto;
    width: 1054px;
}
.contactUp {
    height: 434px;
    margin: 48px auto 0;
    width: 1054px;
}
.contactRight {
    float: right;
    height: 434px;
    width: 444px;
}
    .contactRight .text {
        direction: rtl;
        font-size: 24px;
        font-weight: 400;
        height: 127px;
        line-height: 25px;
        margin: 0;
        padding: 0;
        text-align: right;
    }
        .contactRight .text > p {
            margin: 0;
        }
    .contactRight .contactRightRow {
        color: #515558;
        direction: rtl;
        font-size: 24px;
        height: 45px;
        margin: 0;
        padding: 0;
    }
        .contactRight .contactRightRow.first {
            margin: 38px 0 0;
        }
        .contactRight .contactRightRow img {
            float: right;
            position: relative;
        }
        .contactRight .contactRightRow div {
            padding: 8px 40px;
        }
    .contactLeft {
        float: left;
        height: 434px;
        position: relative;
        width: 610px;
    }
        .contactLeft .contactFormRow {
            direction: rtl;
            float: left;
            height: 69px;
            text-align: right;
        }
            .contactLeft .contactFormRow.double {
                height: 168px;
            }
            .contactLeft .contactFormRow .rightCell {
                float: right;
                width: 290px;
            }
            .contactLeft .contactFormRow .leftCell {
                float: right;
                margin-right: 16px;
                width: 290px;
            }
            .contactLeft .contactFormRow input[type="text"], .contactLeft .contactFormRow textarea {
                border: 1px solid #CDCDCD;
                color: #858585;
                font: 400 24px almoni-dl;
                height: 48px;
                padding: 2px 14px 0 0;
                width: 274px;
            }
            .contactLeft .contactFormRow textarea {
                height: 137px;
                padding: 11px 14px 0 0;
                resize: none;
                width: 580px;
            }
            .contactLeft .contactFormRow input[type="submit"] {
                background: url(/images/1x1GP.png) repeat 0 0 #92C841;
                border: medium none;
                color: #FFFFFF;
                cursor: pointer;
                float: left;
                font: 900 18px 'almoni-dl';
                height: 52px;
                text-align: center;
                width: 162px;
            }
.not_valid {
    border: 1px solid #ff0000 !important;
    color: #ff0000;
}
            .thanks {
                background: url("/images/stamp.png") no-repeat scroll 394px 18px #FFFFFF;
                border: 1px solid #CCCCCC;
                display: none;
                height: 287px;
                position: absolute;
                width: 594px;
            }
                .thanks > .close {
                    background: url("/images/closeTX.png") no-repeat scroll 0 0 transparent;
                    cursor: pointer;
                    height: 28px;
                    left: 9px;
                    position: absolute;
                    top: 9px;
                    width: 28px;
					display: none;
                }
                .thanks > .text {
                    direction: rtl;
                    font: 400 24px/34px almoni-dl;
                    position: absolute;
                    right: 168px;
                    text-align: right;
                    top: 126px;
                }

.contactDown {
    direction: rtl;
    font-size: 24px;
    font-weight: 900;
    height: 416px;
    padding: 12px 0 0;
    position: relative;
    text-align: right;
    width: 1052px;
    margin: 0 auto;
    background-image: url("/images/getDirMap.png");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 100% auto;
}
.onMapNoteWrap {
    background: url("/images/311x315BG.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 174px;
    left: 2%;
    position: absolute;
    bottom: 5%;
    width: 311px;
}
    .onMapNoteWrap .logo {
        left: 16px;
        position: absolute;
        top: 16px;
        width: 282px;
    }
    .onMapNoteWrap .text {
        direction: rtl;
        font-size: 24px;
        font-weight: 400;
        height: 146px;
        left: 16px;
        line-height: 25px;
        position: absolute;
        text-align: right;
        top: 103px;
        width: 278px;
    }
    .onMapNoteWrap input[type="button"] {
        background: url(/images/1x1GP.png) repeat 0 0 #92C841;
        border: medium none;
        bottom: 14px;
        color: #FFFFFF;
        cursor: pointer;
		font-family: almoni-dl;
        font-size: 18px;
        font-weight: 900;
        height: 52px;
        left: 14px;
        position: absolute;
        width: 284px;
    }

/*--------------- Footer ---------------*/
.footerWrap {
    position: relative;
    width: 100%;
    min-height: 213px;
    background-color: #dfdfdf;
    border-top: 34px solid #555555;
}
.footer.mobile {
    display: none;
}
.footer.standard {
    max-width: 1366px;
    min-height: 213px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.menuContainer {
    width: 30.82%;
    min-height: 213px;
    float: right;
    background: url(/images/footerSep.png) no-repeat 0 20px transparent;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.siteMap, .siteCat {
    list-style: none;
    margin: 26px 14% 0 0;
    padding: 0;
    direction: rtl;
    float: right;
    color: #2d2d2d;
    width: 90px;
    font-size: 18px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.siteCat {
    margin: 26px 14% 0 0;
    width: 152px;
}
    .siteMap a, .siteCat a {
        color: #2d2d2d;
    }
.browserSupport, .standards {
    position: relative;
    float: right;
    width: 25.84%;
    min-height: 187px;
    padding: 23px 4.24% 0 0;
    background: url(/images/footerSep.png) no-repeat 0 20px transparent;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.standards {
    width: 34.55%;
    background: none;
}
    .browserSupport .title, .standards .title {
        font-size: 24px;
        direction: rtl;
        text-align: right;
        -webkit-transition: all 100ms ease;
        -moz-transition: all 100ms ease;
        -o-transition: all 100ms ease;
        transition: all 100ms ease;
    }
.browserList {
    list-style: none;
    width: 350px;
    height: 54px;
    padding: 0;
    margin: 32px -8px 0 0;
    direction: rtl;
    float: right;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
    .browserList li {
        width: 54px;
        height: 54px;
        margin-left: 30px;
        float: right;
        background-position: right top;
        background-repeat: no-repeat;
    }
        .browserList li:hover {
            background-position: right -54px;
        }
        .browserList li.sf {
            background-image: url(/images/safariIcon.png);
        }
        .browserList li.ie {
            background-image: url(/images/explorerIcon.png);
        }
        .browserList li.ff {
            background-image: url(/images/ffIcon.png);
        }
        .browserList li.ch {
            background-image: url(/images/chromeIcon.png);
        }
.standardsList {
    list-style: none;
    width: 480px;
    height: 50px;
    padding: 0;
    margin: 32px 0 0;
    direction: rtl;
    float: right;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
    .standardsList li {
        float: right;
        height: 50px;
        margin: 0 0 0 4%;
        background-repeat: no-repeat;
        background-position: right top;
    }
        .standardsList li:hover {
            background-position: right -54px;
        }
        .standardsList li.w3c {
            width: 77px;
            background-image: url(/images/w3cIcon.png);
        }
        .standardsList li.html5 {
            width: 32px;
            background-image: url(/images/html5Icon.png);
        }
        .standardsList li.css3 {
            width: 32px;
            background-image: url(/images/css3Icon.png);
        }
        .standardsList li.jq {
            width: 166px;
            background-image: url(/images/jqIcon.png);
        }
        .standardsList li.resp {
            width: 73px;
            background-image: url(/images/responsive.png);
        }
        .standardsList li.resp:hover {
            width: 73px;
            background-position: right -49px;
        }



















@media all and (max-width: 1284px) {
    #portfolio > .centeredContainer {
        max-width: 986px;
    }
        #portfolio > .centeredContainer > .pArrow {
            top: 394px;
        }
    .portfolioListContainer {
        width: 934px;
        height: 622px;
    }
    .footer.standard {
        max-width: 1200px;
    }
        .footer.standard > .menuContainer {
            width: 28%;
        }
    .siteMap, .siteCat {
        margin: 26px 6% 0 0;
        font-size: 16px;
    }
    .siteCat {
        width: 142px;
    }
    .browserSupport, .standards {
        padding: 23px 2.8% 0 0;
        width: 25.9%;
    }
    .browserList {
        width: 100%;
    }
        .browserList li {
            margin: 0 0 0 7.6%;
        }
    .standards {
        width: 40%;
    }
    .standardsList {
        width: 100%;
    }
        .standardsList > li {
            margin: 0 0 0 5%;
        }
        .standardsList > li:last-child {
            margin: 0;
        }

}
@media all and (max-width: 1256px) {
    .servicesListContainer {
        max-width: 840px;
    }
    .servicesList > li:last-child {
        display: none;
    }
	
	.hp-slogen {
		font-size: 110px;
	}
}
@media all and (max-width: 1204px) {
    .footer.standard > .menuContainer {
        width: 26%;
    }
    .siteCat {
        margin: 26px 10% 0 0;
        width: 142px;
    }
    .browserSupport .title, .standards .title {
        direction: rtl;
        font-size: 22px;
        text-align: right;
    }
    .browserList li {
        margin: 0 0 0 5%;
    }
    .browserList li.ch {
        margin: 0;
    }
    .standards {
        width: 42.4%;
    }
    .standardsList > li {
        margin: 0 0 0 3.5%;
    }
        .standardsList > li:last-child {
            margin: 0;
        }
}
@media all and (max-width: 1065px) {
	.hp-slogen {
		font-size: 90px;
		line-height: 1;
	}
    .nav.active {
        margin: 0 0 0 24.5%;
    }
    .contactInternalWrap {
        width: 965px;
    }
    .contactBtn.active {
        display: none;
    }
    #header .likeBtn {
        right: 78px;
    }
    .contactUp {
        width: 965px;
    }
        .contactRight {
            padding: 0 12px 0 0;
            width: 322px;
        }
        .contactRight .text {
            height: 166px;
        }
    .contactLeft {
        width: 618px;
    }
    .contactDown {
        width: 965px;
        background-image: url("/images/getDirMap.png");
        background-position: 0 bottom;
    }
    .siteMap, .siteCat {
        font-size: 15px;
    }
    .siteMap {
        width: 82px;
    }
    .siteCat {
        width: 132px;
    }
    .browserSupport, .standards {
        padding: 23px 2% 0 0;
        width: 23.9%;
    }
    .browserList li {
        margin: 0 0 0 2.3%;
    }
    .standards {
        width: 45.9%;
    }

}
@media all and (max-width: 1024px) {
    .stamp1 {
        left: -19px;
        top: 164px;
    }
    .stamp2 {
        left: 791px;
    }
}


@media all and (max-width: 1023px) {
    .nav > li {
        padding: 15px 12px 14px;
    }
        .nav > li > a {
            font: 400 17px almoni-dl;
        }
}

@media all and (max-width: 995px) {
    #portfolio > .centeredContainer {
        max-width: 684px;
    }
        #portfolio > .centeredContainer > .pArrow {
            top: 554px;
        }
    .portfolioListContainer {
        width: 624px;
        height: 933px;
    }
}

@media all and (max-width: 980px) {
    .contactInternalWrap {
        width: 99%;
    }
    .contactDown, .contactUp {
        width: 100%;
    }
    .contactRight {
        width: 32%;
        height: 388px;
    }
        .contactRight .text {
            font-size: 18px;
            line-height: 20px;
            height: 170px;
        }
        .contactRight .contactRightRow {
            font-size: 16px;
        }
            .contactRight .contactRightRow div {
                padding: 12px 40px;
            }
    .contactRight .contactRightRow.first {
        margin: 5px 0 0;
    }
    .contactLeft {
        height: 388px;
        width: 65%;
    }
        .contactLeft .contactFormRow {
            width: 100%;
        }
            .contactLeft .contactFormRow .leftCell {
                width: 49%;
                margin-right: 2%;
            }
            .contactLeft .contactFormRow .rightCell {
                width: 49%;
            }
            .contactLeft .contactFormRow input[type="text"], .contactLeft .contactFormRow textarea {
                width: 93%;
                font: 400 20px almoni-dl;
            }
            .contactLeft .contactFormRow.double {
                height: 118px;
            }
            .contactLeft .contactFormRow textarea {
                height: 94px;
                width: 96.5%;
            }
            .contactLeft .contactFormRow input[type="submit"] {
                margin: 0 0 0 0.8%;
            }
            .menuContainer {
                float: right;
                min-height: 213px;
                width: 32%;
            }
                .siteMap, .siteCat {
                    font-size: 14px;
                    margin: 26px 6% 0 0;
                    width: 90px;
                }
    .siteCat {
        width: 115px;
    }
    .browserSupport, .standards {
        padding: 23px 2% 0 0;
        position: relative;
        width: 25.84%;
    }
    .browserSupport .title, .standards .title {
        font-size: 20px;
    }

    .standards {
        width: 44%;
    }
    .standardsList {
        margin: 32px -8px 0 0;
        padding: 0;
    }
        .standardsList > li {
            margin: 0 0 0 2.2%;
        }

}
@media all and (max-width: 966px) {
    .nav.active {
        margin: 0 0 0 28%;
    }
        .nav.active > li {
            padding: 16px 10px 14px;
        }
            .nav.active > li > a {
                font-size: 14px;
            }
    #header .contactBtn.active {
        display: none;
    }
}

@media all and (max-width: 947px) {
    .mainLogo {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
    }
        .mainLogo.active {
            height: 40px !important;
            top: 4px !important;
        }
    .footer.standard > .menuContainer {
        width: 27.5%;
    }
    .siteMap {
        width: 78px;
    }
    .siteCat {
        width: 100px;
    }
        .siteMap > li, .siteCat > li {
            font-size: 12px;
        }
    .browserSupport .title, .standards .title {
        font-size: 18px;
    }
    .browserList, .standardsList {
        margin: 8px -8px 0 0;
    }
    .browserList li {
        background-size: 100%;
        height: 46px;
        width: 46px;
    }
        .browserList li:hover {
            background-position: right -46px;
        }
    .standards {
        width: 42.5%;
    }
    .standardsList {
        margin: 12px -8px 0 0;
    }
    .standardsList li {
        background-size: 100% auto;
        margin: 0 0 0 4%;
    }
    .standardsList li.w3c {
        height: 38px;
        width: 55px;
    }
        .standardsList li.w3c:hover {
            background-position: right -39px;
        }
    .standardsList li.html5 {
        height: 37px;
        width: 23px;
    }
    .standardsList li.html5:hover {
        background-position: right -39px;
    }
    .standardsList li.css3 {
        height: 37px;
        width: 23px;
    }
        .standardsList li.css3:hover {
            background-position: right -38px;
        }
    .standardsList li.jq {
        width: 110px;
        height: 38px;
    }
        .standardsList li.jq:hover {
            background-position: right -36px;
        }
    .standardsList li.resp {
        width: 50px;
        height: 34px;
    }
        .standardsList li.resp:hover {
            background-position: right -34px;
            width: 50px;
        }
}
@media all and (max-width: 926px) {
    .nav.active {
        margin: 0 0 0 26.5%;
    }
    .nav.active > li > a {
        font-size: 15px;
    }
}
@media all and (max-width: 902px) {
    .nav.active {
        margin: 0 0 0 25.1%;
    }
}
@media all and (max-width: 886px) {
    .nav.active {
        margin: 0 0 0 24%;
    }
    #home .cubeMenuContainer {
        width: 740px;
        height: 144.5px;
    }
        #home .cubeMenuContainer .cubeMenuItem {
            width: 20%;
            height: 100%;
        }
            #home .cubeMenuContainer .cubeMenuItem .icon {
                width: 71px;
                height: 71px;
                background-position: left center;
                margin: 26px auto 0;
            }
            #home .cubeMenuContainer .cubeMenuItem h4 {
                font-size: 16px;
                top: 0px;
            }
            #home .cubeMenuContainer .cubeMenuItem.cube2 .icon {
                margin: 32px auto 0;
            }
            #home .cubeMenuContainer .cubeMenuItem.cube2 h4 {
                margin: 6px auto 0;
            }
            #home .cubeMenuContainer .cubeMenuItem {
                background-position: 148px 64px;
            }
                #home .cubeMenuContainer .cubeMenuItem:hover + .cubeMenuItem {
                    background-position: 138px 64px;
                }
                #home .cubeMenuContainer .cubeMenuItem .greenPointer {
                    left: 64px;
                    top: 132px;
                }
    #home .subCubeContentWrap .subCubeContentList .subCubeContentListItem .itemContent {
        font-size: 16px;
    }
    #home .subCubeContentWrap {
        width: 740px;
    }
        #home .subCubeContentWrap .subCubeContentList {
            width: 4440px;
        }
            #home .subCubeContentWrap .subCubeContentList .subCubeContentListItem {
                width: 740px;
            }
                #home .subCubeContentWrap .subCubeContentList .subCubeContentListItem .itemTitle {
                    font-size: 32px;
                }
}
@media all and (max-width: 866px) {
    .nav.active {
        margin: 0 0 0 25%;
    }
        .nav.active > li {
            padding: 15px 8px 14px;
        }
}
@media all and (max-width: 837px) {
    .servicesListContainer {
        max-width: 420px;
    }
    .servicesList > li:last-child {
        display: block;
    }
}
@media all and (max-width: 826px) {
    .mainLogo {
        height: 98px;
    }
    .nav > li {
        padding: 14px 8px 13px;
    }
        .nav > li > a {
            font: 400 16px almoni-dl;
        }
            .nav.active > li > a {
                font: 400 16px almoni-dl;
            }
    .nav.active {
        top: 54px;
        margin: 0 auto;
    }
        .nav.active > li {
            padding: 14px 7px 13px;
        }
    #header.active {
        background-position: 0 102px;
    }
    #header.active, #header.active > .centeredContainer.active {
        height: 104px;
    }
    .mainLogo.active {
        height: 45px !important;
        top: 4px !important;
    }
}
@media all and (max-width: 768px) {
    #home {
        background-size: auto 96% !important;
    }

        #home .cubeMenuContainer {
            width: 621.6px;
            height: 121.4px;
        }

            #home .cubeMenuContainer .cubeMenuItem .icon {
                width: 59px;
                height: 59px;
                background-position: left center;
                margin: 16px auto 0;
            }

            #home .cubeMenuContainer .cubeMenuItem h4 {
                font-size: 15px;
                margin: 10px auto 0;
                top: 0px;
            }

            #home .cubeMenuContainer .cubeMenuItem.cube2 .icon {
                margin: 20px auto 0;
            }

            #home .cubeMenuContainer .cubeMenuItem.cube2 h4 {
                margin: 6px auto 0;
            }

            #home .cubeMenuContainer .cubeMenuItem {
                background-position: 124px 51px;
            }

                #home .cubeMenuContainer .cubeMenuItem:hover + .cubeMenuItem {
                    background-position: 113px 51px;
                }

                #home .cubeMenuContainer .cubeMenuItem .greenPointer {
                    left: 51px;
                    top: 108px;
                }

        #home .subCubeContentWrap {
            width: 621.6px;
        }

            #home .subCubeContentWrap .subCubeContentList {
                width: 3729.6px;
            }

                #home .subCubeContentWrap .subCubeContentList .subCubeContentListItem {
                    width: 621.6px;
                }

                    #home .subCubeContentWrap .subCubeContentList .subCubeContentListItem .itemTitle {
                        font-size: 24px;
                    }

    .stamp1 {
        left: 109px;
        top: 164px;
    }

    .stamp2 {
        left: 651px;
        top: 196px;
    }

    .footer.standard > .menuContainer {
        float: none;
        width: 100%;
        min-height: 96px;
    }

    .siteMap {
        width: 212px;
    }

        .siteMap > li {
            margin: 0 12px 0 0;
            width: 88px;
            float: right;
        }

    .siteCat {
        width: 232px;
    }

        .siteCat > li {
            margin: 0 12px 0 0;
            width: 102px;
            float: right;
        }

    .browserSupport, .standards {
        min-height: 88px;
    }

    .browserSupport {
        padding: 23px 7.2% 0 0;
        width: 32%;
    }

    .standards {
        width: 56%;
    }

    .footerWrap {
        min-height: 256px;
    }
}

    @media all and (max-width: 690px) {
        #portfolio > .centeredContainer {
            max-width: 384px;
        }

            #portfolio > .centeredContainer > .pArrow {
                top: 392px;
            }

        .portfolioListContainer {
            width: 311px;
            height: 622px;
        }

        #about > .centeredContainer > .dateContainer {
            width: 570px;
            height: 180px;
        }

        .flip-clock-wrapper ul {
            float: left;
            font-size: 198px;
            font-weight: bold;
            height: 167px;
            line-height: 191px;
            margin: 5px;
            position: relative;
            width: 130px;
        }
    }

    @media all and (max-width: 630px) {
        #home .cubeMenuContainer {
            width: 410px;
            height: 82px;
        }

            #home .cubeMenuContainer .cubeMenuItem .icon {
                margin: 16px auto 0;
            }

            #home .cubeMenuContainer .cubeMenuItem h4 {
                display: none;
            }

            #home .cubeMenuContainer .cubeMenuItem {
                background-position: 84px 33px;
            }

                #home .cubeMenuContainer .cubeMenuItem:hover + .cubeMenuItem {
                    background-position: 73px 33px;
                }

                #home .cubeMenuContainer .cubeMenuItem > .icon {
                    width: 49px;
                    height: 49px;
                    background-position: left center;
                }

                #home .cubeMenuContainer .cubeMenuItem .greenPointer {
                    left: 30px;
                    top: 73px;
                }

                #home .cubeMenuContainer .cubeMenuItem.cube2 .icon {
                    margin: 20px auto 0;
                }

        #home .subCubeContentWrap {
            width: 410px;
        }

            #home .subCubeContentWrap .subCubeContentList {
                width: 2460px;
            }

                #home .subCubeContentWrap .subCubeContentList .subCubeContentListItem {
                    width: 410px;
                }
    }

    @media all and (max-width: 570px) {
        .mainLogo {
            height: 64px;
        }

            .mainLogo.active {
                height: 31px !important;
                left: 5px !important;
                top: 9px !important;
            }

        #header .likeBtn.active {
            display: none;
        }

        #header.active, #header.active > .centeredContainer.active {
            height: 52px;
        }

        #header.active {
            background-position: 0 50px;
        }

        #header .socialNetworksContainer {
            right: 59px;
            width: 105px;
        }

            #header .socialNetworksContainer .listSocial {
                width: 112px;
            }

                #header .socialNetworksContainer .listSocial li {
                    float: left;
                }

                    #header .socialNetworksContainer .listSocial li:last-child {
                        margin: 0 0 0 6px;
                    }
        /*
    #header .likeBtn {
        right: 59px;
    }
*/
		.hp-slogen {
			display: none;
		}
        .mobileMenuBtn {
            display: none;
            height: 49px;
            position: absolute;
            right: 5px;
            top: 0;
            width: 49px;
        }

            .mobileMenuBtn.active {
                display: block;
            }

        .nav > li {
            height: 40px;
            padding: 6px 4px 8px;
            text-align: center;
            width: 44px;
        }

        .nav.active {
            margin: auto;
            position: fixed;
            top: 54px;
            right: 5px;
            background: url(/images/1x1_B.80.png) repeat 0 0 transparent;
            border: 1px solid #000;
            border-radius: 5px;
            width: 310px;
            display: none;
            padding: 0 0 6px;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transition: none;
        }

            .nav.active > li {
                float: right;
                clear: both;
                width: auto;
                height: auto;
                padding: 4px 10px 3px;
            }

                .nav.active > li.active, .nav.active > li.active > a {
                    background: transparent;
                }

                .nav.active > li.closeMenuContainer {
                    display: block;
                    padding: 4px 4px 3px;
                    position: relative;
                    height: 16px;
                }

                    .nav.active > li.closeMenuContainer > .closeMobileMenu {
                        position: absolute;
                        top: 4px;
                        right: 285px;
                    }

        .nav > li > a {
            font: 400 14px almoni-dl;
            color: #fff;
            text-decoration: none;
        }

        .nav > li:hover, .nav > li:hover > a {
            color: #fff;
            background-color: transparent;
        }

        .nav.mobile.active > li.active > a {
            color: #92C841;
        }

        #home {
            min-height: 620px;
            background-size: auto 144%;
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
        }

            #home.active {
                min-height: 566px;
                background-position: center 128px !important;
                background-size: auto 84% !important;
            }
            #home > .centeredContainer > .mobBtnConContainer {
                display: block;
            }
                #home > .centeredContainer > .mobBtnConContainer.active {
                    visibility: visible;
                }

            #home > .centeredContainer > .firstTitleArrowsContainer {
                display: none;
            }

        .skyTransBgContainer, .skyDarkBgContainer, .danceContainer {
            display: none;
        }

        #home .cubeMenuContainer {
            height: 62px;
            width: 310px;
            margin: 7px auto 0;
        }

            #home .cubeMenuContainer .cubeMenuItem > .icon {
                background-position: left center;
                height: 35px;
                width: 35px;
                margin: 15px auto 0;
            }

            #home .cubeMenuContainer .cubeMenuItem.cube2 .icon {
                margin: 17px auto 0;
            }

            #home .cubeMenuContainer .cubeMenuItem .greenPointer {
                left: 21px;
                top: 55px;
            }

        #home .subCubeContentWrap {
            width: 96.875%;
        }

            #home .subCubeContentWrap .subCubeContentList {
                width: 600%;
            }

                #home .subCubeContentWrap .subCubeContentList .subCubeContentListItem {
                    width: 16.666%;
                }

        #home .firstNext {
            width: 294px;
            display: none;
        }

        .whiteDownArrow.active {
            display: none;
        }

        #home .propelorAnimationContainer {
            display: none;
        }

        .boy, #faceBook {
            display: none;
        }

        #customers {
            min-height: 420px;
        }

            #customers .customersContainer {
                background-position: center 50px;
            }

                #customers .customersContainer > .title {
                    font-size: 34px;
                    width: 236px;
                }

                    #customers .customersContainer > .title > .sub {
                        font-size: 58px;
                    }

        .movingBoxesWrap {
            margin: 0 auto;
            width: 88.125%;
        }

        .blowWrap {
            height: 316px;
        }

        .blowItem {
            width: 194px;
            height: 202px;
            top: 27px;
        }

            .blowItem.current {
                width: 225px;
                height: 225px;
                top: 16px;
            }

        .movingBoxesWrap > .scrollArrow {
            top: 206px;
            width: 25px;
        }

        .weBelieve h1 {
            font-size: 28px;
            line-height: 30px;
            padding-top: 12px;
        }

        .weBelieve h2 {
            font-size: 26px;
            line-height: 28px;
            padding: 4px 0 0;
        }

        .weBelieve .text {
            font-size: 20px;
            padding: 8px 0 0;
        }

        #portfolio > .centeredContainer {
            max-width: 310px;
            min-height: 441px;
            background-position: center 46px;
        }

            #portfolio > .centeredContainer > .title {
                line-height: 38px;
                width: 210px;
            }

            #portfolio > .centeredContainer > .pArrow {
                top: 188px;
            }

        .portfolioListContainer {
            width: 260px;
            height: 328px;
        }

            .portfolioListContainer > .element {
                width: 210px;
                height: 372px;
                float: none;
                margin: 0 auto;
            }

                .portfolioListContainer > .element.batch-1 {
                    display: table;
                }

                .portfolioListContainer > .element > .hover_img {
                    width: 210px;
                    height: 210px;
                    overflow: visible;
                }

                    .portfolioListContainer > .element > .hover_img > .cover {
                        width: 210px;
                        height: 108px;
                        left: 0 !important;
                        top: 214px !important;
                        font-size: 14px;
                    }

                .portfolioListContainer > .element .hover_img .cover .coverTitle {
                    margin: 2px 0 0;
                    padding: 0 4px;
                    width: 202px;
                    font-size: 13px;
                }
                .portfolioListContainer > .element .hover_img .cover .coverSub {
                    font-size: 12px;
                    line-height: 14px;
                    margin: 0;
                    padding: 0 2px;
                }
                    .portfolioListContainer > .element .hover_img .cover .coverSub > p {
                        margin: 0;
                    }
                .portfolioListContainer > .element .hover_img .cover .toSite {
                    height: 22px;
                    padding-top: 19px;
                    top: 67px !important;
                }

        .moreProjects {
            font-size: 16px;
            margin: 12px auto 0;
            width: 210px;
            height: 46px;
            display: none;
        }

            .moreProjects > div {
                height: 46px;
            }

        #youLike {
            padding: 0 0 48px;
        }

            #youLike > .youLike {
                margin: 26px auto 0;
            }

        .youLike h1 {
            font-size: 28px;
            line-height: 30px;
        }

        .youLike h2 {
            font-size: 26px;
            line-height: 28px;
        }

        #about {
            min-height: 872px;
        }

            #about > .centeredContainer {
                padding: 0 0 44px;
            }

                #about > .centeredContainer > .title {
                    margin: 26px auto 0;
                    background-position: center 54px;
                    min-height: 104px;
                }

                    #about > .centeredContainer > .title > h3 {
                        font-size: 34px;
                    }

                    #about > .centeredContainer > .title > h1 {
                        font-size: 46px;
                        line-height: 46px;
                        width: 310px;
                    }

                #about > .centeredContainer > .dateContainer {
                    font-size: 162px;
                    height: 110px;
                    line-height: 136px;
                    margin: 2px auto 0;
                    width: 310px;
                    border: none;
                }

        .flip-clock-wrapper {
            margin: 0;
        }

            .flip-clock-wrapper ul {
                float: left;
                font-size: 100px;
                font-weight: bold;
                height: 94px;
                line-height: 105px;
                margin: 5px;
                position: relative;
                width: 65px;
            }

        #about > .centeredContainer > .text {
            font-size: 18px;
            margin: 0 auto 20px;
            width: 88%;
        }

        #about > .centeredContainer > .subText {
            font-size: 26px;
        }

        #services > .centeredContainer {
            background-position: 0 40px;
        }

            #services > .centeredContainer > .title {
                width: 274px;
            }

                #services > .centeredContainer > .title .subTitle {
                    font-size: 54px;
                }

                    #services > .centeredContainer > .title .subTitle.second {
                        right: 55px;
                        top: 18px;
                    }

                    #services > .centeredContainer > .title .subTitle.first, #services > .centeredContainer > .title .subTitle.third {
                        font-size: 32px;
                    }

                    #services > .centeredContainer > .title .subTitle.third {
                        right: 48px;
                        top: 68px;
                    }

        .servicesListContainer {
            max-width: 470px;
            width: 98.75%;
            margin: 0 auto;
        }

        .servicesList > li {
            margin: 6px 0;
            width: 100%;
            height: auto;
            float: none;
        }

            .servicesList > li.imageOnly {
                display: none;
            }

            .servicesList > li > .serviceItemContainer {
                width: 100%;
                height: auto;
                min-height: initial;
                position: static;
            }

                .servicesList > li > .serviceItemContainer > .cover {
                    height: auto;
                    min-height: initial;
                    position: static;
                    right: 0;
                    top: 0;
                    width: 100% !important;
                }

                    .servicesList > li > .serviceItemContainer > .cover > .openArrow {
                        display: none;
                    }

                    .servicesList > li > .serviceItemContainer > .cover > .title1 {
                        font-size: 20px;
                        text-align: right;
                        position: static;
                        padding: 0 1.5%;
                        line-height: 24px;
                    }

                    .servicesList > li > .serviceItemContainer > .cover > .title2 {
                        bottom: 0;
                        font-size: 28px;
                        position: static;
                        text-align: right;
                        padding: 0 1.5% 1.5%;
                        ;
                        line-height: 24px;
                    }

        .title2.long {
            font-size: 28px !important;
            line-height: 24px !important;
        }

        .servicesList > li > .serviceItemContainer > .text {
            font-size: 92%;
            height: auto;
            left: 0;
            padding: 4px 1.5%;
            position: static;
            text-align: right;
            top: 0;
            width: 97%;
        }

            .servicesList > li > .serviceItemContainer > .text > p {
                margin: 0;
                padding: 0;
            }
        #yourFace {
            padding: 0;
        }
        #yourFace > .centeredContainer {
            margin: 46px auto 0;
        }

            #yourFace > .centeredContainer > h1 {
                font-size: 28px;
                line-height: 30px;
            }

            #yourFace > .centeredContainer > h2 {
                font-size: 26px;
                line-height: 28px;
                margin: 6px auto 0;
            }

            #yourFace > .centeredContainer > .text {
                font-size: 22px;
                line-height: 24px;
                margin: 10px auto 0;
            }

        #extraWord {
            display: none;
        }

            #extraWord > .centeredContainer > h1 {
                font-size: 88px;
                line-height: 74px;
            }

            #extraWord > .centeredContainer > h4 {
                font-size: 58px;
                line-height: 49px;
                margin: 8px auto 0;
            }

        #contact > .centeredContainer {
            margin: 54px auto 0;
            height: 512px;
            background-position: center 35px;
        }

            #contact > .centeredContainer > .title {
                line-height: 30px;
                font-size: 39px;
                height: 78px;
                background-position: 0 44px;
            }
            #contact > .centeredContainer > .title > .subTitle {
                font-size: 28px;
            }
        .contactInternalWrap {
            width: 316px;
            height: 396px;
        }

            .contactInternalWrap > .contactUp {
                width: 100%;
                margin: 0 auto 0;
            }

                .contactInternalWrap > .contactUp > .contactRight {
                    width: 100%;
                    float: none;
                    height: 78px;
                    padding: 0;
                }

                    .contactInternalWrap > .contactUp > .contactRight > .contactRightRow {
                        display: none;
                    }

        .contactRight .text {
            font-size: 16px;
            font-weight: 400;
            height: 64px;
            line-height: 20px;
            margin: 0;
            overflow: hidden;
            padding: 0 16px;
        }

        .contactInternalWrap > .contactUp > .contactLeft {
            width: 100%;
            float: none;
            height: 124px;
        }

            .contactInternalWrap > .contactUp > .contactLeft .contactFormRow.double {
                display: none;
            }

            .contactInternalWrap > .contactUp > .contactLeft .contactFormRow {
                width: 316px;
                margin: 0 auto;
                float: none;
            }

                .contactInternalWrap > .contactUp > .contactLeft .contactFormRow:first-child {
                    height: 136px;
                }

                .contactInternalWrap > .contactUp > .contactLeft .contactFormRow:last-child {
                    padding: 0 0 0 13px;
                    width: 304px;
                }

        .contactLeft .contactFormRow input[type="submit"] {
            width: 289px;
            background: url(/images/mobileSendBtn.png) no-repeat 0 0 transparent;
            border: none;
            outline: none;
        }

        .contactInternalWrap > .contactUp > .contactLeft .contactFormRow > .rightCell, .contactInternalWrap > .contactUp > .contactLeft .contactFormRow > .leftCell {
            float: none;
            margin: 0 auto;
            width: 290px;
        }

        .contact input[name="cell"], .contact input[name="lname"], .contact input[name="company"] {
            display: none;
        }

        .contact input[name="phone"] {
            margin: 17px auto 0;
        }

        .contactInternalWrap > .contactDown {
            display: none;
        }

        .thanks {
            background: url("/images/stamp.png") no-repeat scroll 97px 12px #FFFFFF;
            height: 257px;
            left: 13px;
            position: absolute;
            top: 0;
            width: 289px;
            z-index: 1;
        }

            .thanks > .text {
                direction: rtl;
                font: 400 21px/34px almoni-dl;
                position: absolute;
                right: 40px;
                text-align: right;
                top: 124px;
            }

        .footerWrap {
            min-height: 142px;
        }

        .footer.standard {
            display: none;
        }

        .footer.mobile {
            display: block;
        }

            .footer.mobile > .contactRightRow {
                width: 308px;
                padding: 0 6px;
                margin: 4px auto 0;
                clear: both;
            }

                .footer.mobile > .contactRightRow > img {
                    float: right;
                }

                .footer.mobile > .contactRightRow > div, .footer.mobile > .contactRightRow > a {
                    float: right;
                    display: block;
                    text-decoration: none;
                    text-align: right;
                    padding: 11px;
                    color: #555555 !important;
                }
    }
