/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */


    body { -webkit-font-smoothing: antialiased; }


    /* Teres Zoom Out */
    .pro-zoomout {
        -moz-transition: opacity 0.2s easeInOutCubic;
        -webkit-transition: opacity 0.2s easeInOutCubic;
        -o-transition: opacity 0.2s easeInOutCubict;
        -ms-transition: opacity 0.2s easeInOutCubic;
        -transition: opacity 0.2s easeInOutCubic;
        opacity: 0.6;
    }
    .pro-zoomout:hover {
         opacity: 1.1;
        -moz-transform: scale(0.9);
        -moz-transition: -moz-transform 0.75s easeInOutCubic 0s;
        -webkit-transform: scale(0.9);
        -webkit-transition: -moz-transform 0.75s easeInOutCubic 0s;
        -o-transform: scale(0.9);
        -o-transition: -moz-transform 0.75s easeInOutCubic 0s;
        -ms-transform: scale(0.9);
        -ms-transition: -moz-transform 0.75s easeInOutCubict 0s;
        transform: scale(0.9);
        transition: -moz-transform 0.75s easeInOutCubic 0s;
    }
    
    
.ca-menu{
    padding:0;
    margin:20px auto;
}
.ca-menu li{
    width: 220px;
    height: 270px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 4px;
    border-radius: 4px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    background: #EFEFEF;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}

@media only screen and (max-width: 767px) {
.ca-menu li { width: 100%; }
}


.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.ca-icon{
    font-family: FontAwesome;
    color: #018fff;
    font-size: 70px;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    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-content{
   /* position: absolute;*/
    left: 0px;
    width: 100%;
    height: 50%;
    top: 45%;
}
.ca-main{
    font-size: 22px;
    opacity: 0.8;
    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: 23px;
    line-height: 23px;
    opacity: 0.8;padding: 0 20px;
    -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: #EFEFEF;
    box-shadow: 0 -1px 0 0 #018fff inset;
}
.ca-menu li:hover .ca-icon{
    color: #00467c;
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;
    -o-animation: moveFromTop 400ms ease;
}
.ca-menu li:hover .ca-main{
    -webkit-animation: moveFromTop 300ms ease;
    -moz-animation: moveFromTop 300ms ease;
    -ms-animation: moveFromTop 300ms ease;
    -o-animation: moveFromTop 300ms ease;
}
.ca-menu li:hover .ca-sub{
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
    -o-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-300%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-300%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-300%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@-o-keyframes moveFromTop {
    from {
        -o-transform: translateY(-300%);
    }
    to {
        -o-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@-o-keyframes moveFromBottom {
    from {
        -o-transform: translateY(200%);
    }
    to {
        -o-transform: translateY(0%);
    }
}

.circular-image img {
               width: 200px;
               height: 200px;
               -webkit-border-radius: 150px;
               -moz-border-radius: 150px;
               -ms-border-radius: 150px;
               -o-border-radius: 150px;
                border-radius: 150px;
	}                     
.masoco-cicr:hover {
	-webkit-animation-name: bounce;
        -webkit-animation-duration: 1000ms;
        -webkit-animation-fill-mode: both;
        -moz-animation-name: bounce;
        -moz-animation-duration: 1000ms;
        -moz-animation-fill-mode: both;
        -o-animation-name: bounce;
        -o-animation-duration: 1000ms;
        -o-animation-fill-mode: both;
        animation-name: bounce;
        animation-duration: 1000ms;
        animation-fill-mode: both;
        }

@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-30px);}
}

@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}

.span_1_of_4 ul{
padding-left: 0px;
background: #EFEFEF;
-moz-border-radius: 10px;
-moz-box-shadow: 0px 1px 6px -3px #3C3939;
-webkit-border-radius: 10px;
-webkit-box-shadow: 0px 1px 6px -3px #3C3939;
border-radius: 10px;
box-shadow: 0px 1px 6px -3px #3C3939;
min-height: 269px;
padding: 1px;
}
.span_1_of_4 li{
list-style-type:none;
}