
.ca-menu {
    padding: 0 0 0 48px;
    margin: 20px auto;
    width: 1020px;
}

    .ca-menu li {
    width: 200px;
    height: 209px;
    border: 10px solid #C4C4C4;
    overflow: hidden;
    position: relative;
    float: right;
    background: #FFFFFF;
    margin-left: -13px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    margin-bottom: 35px;
}

        .ca-menu li:last-child {
            margin-right: 0px;
        }

        .ca-menu li a {
            text-align: left;
            width: 100%;
            height: 100%;
            display: block;
            color: #F60;
            position: relative;
        }

.ca-icon {
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 40px;
    color: #f6f6f6;
    ;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 30px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ca-main {
    font-size: 18px;
    position: absolute;
    top: 165px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
    color: #4D4C4C;
}

.ca-sub {
    display: none;
}

.ca-menu li:hover {
    border-color: #F90;
    z-index: 999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

    .ca-menu li:hover .ca-icon {
        color: #000;
        font-size: 60px;
        text-shadow: 0px 0px 1px #000;
        -webkit-animation: moveFromBottom 300ms ease;
        -moz-animation: moveFromBottom 300ms ease;
        -ms-animation: moveFromBottom 300ms ease;
    }

    .ca-menu li:hover .ca-main {
        color: #000;
        -webkit-animation: moveFromBottom 500ms ease;
        -moz-animation: moveFromBottom 500ms ease;
        -ms-animation: moveFromBottom 500ms ease;
    }

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0%) scale(1);
        opacity: 1;
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }

    to {
        -moz-transform: translateY(0%) scale(1);
        opacity: 1;
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }

    to {
        -ms-transform: translateY(0%) scale(1);
        opacity: 1;
    }
}

/*-------------------*/

.ca-menu3 {
    padding: 0 0 0 48px;
    margin: 0px auto 0px auto;
  
}

    .ca-menu3 li {
        width: 215px;
        height: 200px;
        
        overflow: hidden;
        position: relative;
        float: right;
        background: #FFFCFC;
        margin-left: 50px;
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
        margin-bottom: 35px;
    }

        .ca-menu3 li:last-child {
            margin-right: 0px;
        }

        .ca-menu3 li a {
            text-align: left;
            width: 100%;
            height: 100%;
            display: block;
            color: #F60;
            position: relative;
        }

.ca-icon {
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 40px;
    color: #f6f6f6;
    ;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ca-main {
    font-size: 18px;
    position: absolute;
    top: 165px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
    color: #4D4C4C;
}

.ca-sub {
    display: none;
}

.ca-menu3 li:hover {
    border-color: #F90;
    z-index: 999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

    .ca-menu3 li:hover .ca-icon {
        color: #000;
        font-size: 60px;
        text-shadow: 0px 0px 1px #000;
        -webkit-animation: moveFromBottom 300ms ease;
        -moz-animation: moveFromBottom 300ms ease;
        -ms-animation: moveFromBottom 300ms ease;
    }

    .ca-menu3 li:hover .ca-main {
        color: #000;
        -webkit-animation: moveFromBottom 500ms ease;
        -moz-animation: moveFromBottom 500ms ease;
        -ms-animation: moveFromBottom 500ms ease;
    }

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0%) scale(1);
        opacity: 1;
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }

    to {
        -moz-transform: translateY(0%) scale(1);
        opacity: 1;
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }

    to {
        -ms-transform: translateY(0%) scale(1);
        opacity: 1;
    }
}





@charset "UTF-8";
/* Some stylesheet reset */
#cssmenu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 1;
}
/* The container */
#cssmenu > ul {
    display: block;
    position: relative;
    width: 100%;
}
    /* The list elements which contain the links */
    #cssmenu > ul li {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
    }
        /* General link styling */
        #cssmenu > ul li a {
            /* Layout */
            display: block;
            position: relative;
            margin: 0;
            border-top: 1px dotted #fff;
            border-bottom: 1px dotted #d9d9d9;
            padding: 11px 20px; /* Typography */
            font-family: DroidKufi-Regular;
            color: #40403E;
            text-decoration: none;
            text-transform: uppercase;
            /*text-shadow: 0 1px 0 #fff;*/
            font-size: 15px;
            font-weight: bold; /* Background & effects */
            background-color: #fff;
            border-top-style: solid;
            border-bottom-style: solid;
            text-align: right;
        }
        /* Rounded corners for the first link of the menu/submenus */
        #cssmenu > ul li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-top: 0;
        }
        /* Rounded corners for the last link of the menu/submenus */
        #cssmenu > ul li:last-child > a {
            border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            border-bottom: 0;
        }
        /* The hover state of the menu/submenu links */
        #cssmenu > ul li a:hover,
        #cssmenu > ul li:hover > a {
            color: #ffffff;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
            background: #ed9017;
        }
    /* The arrow indicating a submenu */
    #cssmenu > ul .has-sub > a::after {
        content: "";
        position: absolute;
        top: 16px;
        left: 10px;
        width: 0px;
        height: 0px;
        /* Creating the arrow using borders */
        border: 4px solid transparent;
        border-right: 4px solid #e4433c;
    }
    /* The same arrow, but with a darker color, to create the shadow effect */
    #cssmenu > ul .has-sub > a::before {
        content: "";
        position: absolute;
        top: 17px;
        left: 10px;
        width: 0px;
        height: 0px;
        /* Creating the arrow using borders */
        /*border: 4px solid transparent;
        border-right: 4px solid #fff;*/
    }
    /* Changing the color of the arrow on hover */
    #cssmenu > ul li > a:hover::after,
    #cssmenu > ul li:hover > a::after {
        border-right: 4px solid #fff;
    }

    #cssmenu > ul li > a:hover::before,
    #cssmenu > ul li:hover > a::before {
        border-left: 4px solid rgba(0, 0, 0, 0.25);
    }
    /* THE SUBMENUS */
    #cssmenu > ul ul {
        position: absolute;
        right: 100%;
        top: -9999px;
        padding-right: 1px;
        opacity: 0;
        width: 200px;
        /* The fade effect, created using an opacity transition */
        -webkit-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }

        #cssmenu > ul ul li a {
            font-size: 12px;
        }
    /* Showing the submenu when the user is hovering the parent link */
    #cssmenu > ul li:hover > ul {
        top: 0px;
        opacity: 1;
        z-index: 1;
    }

.cssmenu2 {
    margin-left: 145px;
    z-index: 10000;
}

.cssmenu3 {
    margin-left: 290px;
}
