/*
Template Name: Kosk HTML5/CSS3
Template URI: http://www.orangedesk.net/sviluppo-web/kosk/index.html
Author: Valerio Montanaro
Date:2014 
Author URL: http://www.orangedesk.net
Description: Kosk HTML5/CSS3 Responsive Template Retina ready
Version: 1.0
Bootstrap v3.1.1
*/

/*
HOVER EFFECT ICON
*/

.icon-cont {
    padding:0;
    margin: 0 auto;
    display: block;
    position: relative;
}
.icon-cont {
    width: 130px;
    height: 130px;
    border: 10px solid #f6f6f6;
    overflow: hidden;
    position: relative;
    background: #fff;
    -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;
}
.icon-cont a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -moz-box-shadow:0px 0px 3px #000000;
    -webkit-box-shadow:0px 0px 3px #000000;
    box-shadow:0px 0px 3px #000000;

}
.ca-icon {
    font-size: 26px;
    color: rgb(80,80,80);
    line-height: 55px;
    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;
}
.icon-cont:hover {
    background: #f7f7f7;
    border-color: rgb(143,162,0);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 25px 20px -30px #000000;
}
.icon-cont:hover .ca-icon {
    color: rgb(80,80,80);
    font-size: 60px;
}
