.clear{
	clear:both;
}
.ca-menu{
    padding: 0 0 0 12px;
    margin: 15px auto;
	display: table;
	/*display: block;*/
	margin-left: auto;
	margin-right: auto;
}
.ca-menu li{
    width: 170px;
    height: 170px;
    border: 10px solid #D0E9EA;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    margin-left:-48px;
    -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;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li:first-child{
    margin-left: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'Arial', cursive;
	font-weight: bold;
    font-size: 40px;
    color: #F49D24;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 30px;
    text-align: center;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.ca-main{
    font-size: 24px;
    position: absolute;
    top: 80px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
    color: #555;
}
.ca-sub{
    display: none;
}
.ca-menu li:hover{
    border-color: #F6CA6F;
    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);
	background: #f3f3f3;
}
.ca-menu li:hover .ca-icon{
    color: #FACF73;
    font-size: 60px;
    
    
}
.ca-menu li:hover .ca-main{
    color: #F49D24;
    -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;        
    }
}



/* Швидкий тест */
.contact_form {
    width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #fcab0e;
}
.heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px;
    position: relative;
	font-size: 20px;
}
.heading span {
    background: #9e6600 none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}
.con_form {
    padding: 0;
    width: 99%;
}
.con_txt[type="text"] {
    margin: 10px 4px;
    padding: 5px;
    width: 100px;
	text-align: center;
}
.con_txt_3[type="text"] {
    height: 200px;
    margin: 10px 4px;
    padding: 10px;
    width: 99%;
}
.con_txt2[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 27px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: all 0.45s ease-in-out 0s;
}
.con_txt2[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 27px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: all 0.45s ease-in-out 0s;
}
.con_txt2:hover {
    background: #f2af1f none repeat scroll 0 0;
