@import url('reset.css');
@font-face {
    font-family: 'icomoon';
    src:    url('icomoon.eot?5xaqsy');
    src:    url('icomoon.eot?5xaqsy#iefix') format('embedded-opentype'),
        url('icomoon.ttf?5xaqsy') format('truetype'),
        url('icomoon.woff?5xaqsy') format('woff'),
        url('icomoon.svg?5xaqsy#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-borne_9:before {
    content: "\e900";
}
.icon-borne_8:before {
    content: "\e901";
}
.icon-borne_7:before {
    content: "\e902";
}
.icon-borne_6:before {
    content: "\e903";
}
.icon-borne_5:before {
    content: "\e904";
}
.icon-borne_4:before {
    content: "\e905";
}
.icon-borne_3:before {
    content: "\e906";
}
.icon-borne_2:before {
    content: "\e907";
}
.icon-borne_1:before {
    content: "\e908";
}
.icon-borne_i:before {
    content: "\e909";
}
.icon-borne_h:before {
    content: "\e90a";
}
.icon-borne_g:before {
    content: "\e90b";
}
.icon-borne_f:before {
    content: "\e90c";
}
.icon-borne_e:before {
    content: "\e90d";
}
.icon-borne_d:before {
    content: "\e90e";
}
.icon-borne_c:before {
    content: "\e90f";
}
.icon-borne_b:before {
    content: "\e910";
}
.icon-borne_a:before {
    content: "\e911";
}


body{
	color: #fff;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	background-color:#fff;
}
.ca-menu{
    padding:0;
    margin:0px auto;
    width: 630px;
}
.ca-menu li{
    width: 630px;
    height: 60px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #b50049;
    margin-bottom: 4px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.ca-inactive{
   background: #2c2c2c !important;
}




.multilines{
    height: 80px !important;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    position: relative;
}
.ca-icon{
    font-family: 'icomoon', Arial, sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 55px;
    position: absolute;
    width: 50px;
    left: 10px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.ca-icon-inactive{
    font-family: 'icomoon', Arial, sans-serif;
    font-size: 40px;
    color: #ccc;
    line-height: 55px;
    position: absolute;
    width: 50px;
    left: 10px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-multiicon{
    font-family: 'icomoon', Arial, sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 55px;
    position: absolute;
    width: 50px;
    left: 10px;
    top: 10px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-content{
    position: absolute;
    left: 60px;
    width: 600px;
    height: 90px;
    top: 5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-content-inactive{
    position: absolute;
    left: 60px;
    width: 600px;
    height: 90px;
    top: 5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover .ca-content{
    left: 85px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.ca-inactive:hover .ca-content-inactive{
    left: 85px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.ca-main{
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.ca-main-inactive{
    font-size: 12px;
    color: #ccc;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-sub{
    font-size: 18px;
	font-weight:100;
    color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-sub-inactive{
    font-size: 18px;
    font-weight:100;
    color: #ccc;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-expert{
    font-size: 10px;
    color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-expert-inactive{
    font-size: 10px;
    color: #ccc;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.ca-date{
    position: absolute;
    font-size: 20px;
    color: #fff;
    top:-50px;
    left: 200px;
    -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: #2c2c2c;
}

.ca-menu li:hover .ca-icon, .ca-menu li:hover .ca-multiicon{
    color: #f7a800;
    font-size: 120px;
    left: -20px;
    top: -66px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.ca-inactive:hover .ca-icon-inactive, .ca-inactive:hover .ca-multiicon-inactive{
    color: #f7a800;
    font-size: 120px;
    left: -20px;
    top: -66px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.ca-menu li:hover .ca-main{
    color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover .ca-sub{
    color: #f7a800;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover .ca-expert{
    color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.ca-inactive:hover{
    background-color: #222 !important;
    -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-inactive:hover .ca-date{
    top:20px;
    left:200px;
    color:#f7a800;
    -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-inactive:hover .ca-main-inactive{
    color: #222;
    -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-inactive:hover .ca-sub-inactive{
    color: #222;
    -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-inactive:hover .ca-expert-inactive{
    color: #222;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}


