@font-face {
    font-family: 'WebSymbolsRegular';
    src: url("websymbols/websymbols-regular-webfont.eot");
    src: url("websymbols/websymbols-regular-webfont.eot-#iefix") format('embedded-opentype'),
        url("websymbols/websymbols-regular-webfont.woff") format('woff'),
        url("websymbols/websymbols-regular-webfont.ttf") format('truetype'),
        url("websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular") format('svg');
    font-weight: normal;
    font-style: normal;
}
.ca-menu{
    padding:0;
    margin:20px auto;
    width: 1020px;
}
.ca-menu li{
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    float:left;
    background: #4DB848;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
    -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);
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	border-radius:5px;
	border:1px solid #005AAB;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
     font-family:Calibri;
    font-size: 60px;
    color: #333;
	background-image:url(../images/reciep1.jpg);
	background-repeat:no-repeat;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 25px;
    top: 10px;
    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-icon1{
    font-family:Calibri;
    font-size: 60px;
    color: #333;
	background-image:url(../images/reciep.jpg);
	background-repeat:no-repeat;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 25px;
     top: 10px;
    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-icon2{
    font-family:Calibri;
    font-size: 60px;
    color: #333;
	background-image:url(../images/reciephoney.jpg);
	background-repeat:no-repeat;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 25px;
      top: 10px;
    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-icon3{
    font-family:Calibri;
    font-size: 60px;
    color: #333;
	background-image:url(../images/achievement.jpg);
	background-repeat:no-repeat;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 25px;
    top: 10px;
    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-icon#heart{
    color: #f7002f;
    text-shadow: 0px 0px 1px #f7002f;
}
.ca-icon1#heart1{
    color: #f7002f;
    text-shadow: 0px 0px 1px #f7002f;
}
.ca-icon2#heart2{
    color: #f7002f;
    text-shadow: 0px 0px 1px #f7002f;
}
.ca-icon3#heart3{
    color: #f7002f;
    text-shadow: 0px 0px 1px #f7002f;
}
.ca-content{
    position: absolute;
	text-align: center;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 30px;
    opacity: 15.2;
	font-family:Calibri;
	font-weight:normal;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    color: #000;
	font-family:Calibri;
	font-weight:normal;
    text-align: center;
    position: absolute;
    bottom:25px;
    line-height: 25px;
    width: 100%;
    left: 0px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-menu li:hover{
    background-color: #000;
	background-image:url(../images/footer_mouse.png);
	background-repeat:repeat-x;
    z-index:999;
    -webkit-transform: scale(1.1);  
    -moz-transform: scale(1.1);  
    -ms-transform: scale(1.1);   
    -o-transform: scale(1.1);   
    transform: scale(1.1);  
}
.ca-menu li:hover .ca-icon{
    color: #ccff00;
    font-size: 90px;
    opacity:0.9;
}
.ca-menu li:hover .ca-icon#heart{
    -webkit-animation: smallToBig 900ms alternate infinite ease;
    -moz-animation: smallToBig 900ms alternate infinite ease;
    -ms-animation: smallToBig 900ms alternate infinite ease;
}
.ca-menu li:hover .ca-icon1#heart1{
    -webkit-animation: smallToBig 900ms alternate infinite ease;
    -moz-animation: smallToBig 900ms alternate infinite ease;
    -ms-animation: smallToBig 900ms alternate infinite ease;
}
.ca-menu li:hover .ca-icon2#heart2{
    -webkit-animation: smallToBig 900ms alternate infinite ease;
    -moz-animation: smallToBig 900ms alternate infinite ease;
    -ms-animation: smallToBig 900ms alternate infinite ease;
}
.ca-menu li:hover .ca-icon3#heart3{
    -webkit-animation: smallToBig 900ms alternate infinite ease;
    -moz-animation: smallToBig 900ms alternate infinite ease;
    -ms-animation: smallToBig 900ms alternate infinite ease;
}
.ca-menu li:hover .ca-main{
    color: #fff;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #fcd57f;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}


#fbtab {
background-image:url(../images/facebook.png);
background-repeat: no-repeat;
right: -1px;
top: 20%;
height: 50px;
width: 55px;
margin-left: 60px;
padding: 0;
position: fixed;
z-index: 5000;
}

#fbtab a{display:block;width:100%;height:100%;}

#fbtab1 {
background-image:url(../images/twitter.png);
background-repeat: no-repeat;
right: -1px;
top: 30%;
height: 50px;
width: 55px;
margin-left:0px;
padding: 0;
position: fixed;
z-index: 5000;
}
#fbtab1 a{display:block;width:100%;height:100%;


}

#fbtab2 {
background-image:url(../images/linkdin.png);
background-repeat: no-repeat;
right: -1px;
top: 40%;
height: 50px;
width: 55px;
margin-left: 60px;
padding: 0;
position: fixed;
z-index: 5000;
}
#fbtab2 a{display:block;width:100%;height:100%;}

