div.pico_breadcrumbs{
font-size:95%;
padding	:0 0 3px;
border-bottom:1px #aaa solid;}

.pico_body{
margin:0 -2px;
/*padding:15px 8px;*/
}@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 li{
    width: 350px;
    height: 150px;
    border: 10px solid #ccc;
    overflow: hidden;
    position: relative;
    float:left;
    /*background: #fff;
    margin-left:150px;*/
    -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: 165px;
    -moz-border-radius: 165px;
    border-radius: 165px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    background-size: contain;
}
.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: 'WebSymbolsRegular', cursive;
    font-size: 40px;
    color: #f6f6f6;;
    line-height: 60px;
    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;
}
.ca-main{
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    position: absolute;
    top: 30px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
    color: #000;
}
.ca-main2{
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    position: absolute;
    top: 25px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
    color: #000;
}
.ca-sub{
    display: none;
}
.ca-menu li:hover{
    border-color: #999;
    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);
}
.ca-menu li:hover .ca-icon{
    color: #fff;
    font-size: 60px;
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}
.ca-menu li:hover .ca-main{
    color: #000;
    text-shadow: 1px 1px 1px #fff;
    -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;
    }
}

div.pico_menu h1 {
margin: 18px 0 0 0;
padding: 3px;
/*background-color:#eee;*/
}
div.pico_menu h2 {
margin: 18px 0 0 10px;
padding: 3px;
background-color:#eee;
}
div.pico_menu h3 {
margin: 18px 0 0 20px;
padding: 3px;
background-color:#eee;
}
div.pico_menu h4 {
margin: 18px 0 0 30px;
padding: 3px;
background-color:#eee;
}
div.pico_menu h5 {
margin: 18px 0 0 40px;
padding: 3px;
background-color:#eee;
}
div.pico_menu div.level1 {
margin-left: 0;
}
div.pico_menu div.level2 {
margin-left: 10px;
}
div.pico_menu div.level3 {
margin-left: 20px;
}
div.pico_menu div.level4 {
margin-left: 30px;
}
div.pico_menu div.level5 {
margin-left: 40px;
}

em.pico_notice {
font-weight: bold;
font-style: normal;
color: #FF0000;
}


div.pico_controllers_in_menu {
float: right;
position: relative; top : -1.5em;
}

div.bottom_of_content_body {
clear: right;
}

ul.pico_list_contents li {
list-style: none outside;
}
ul.pico_list_contents_in_menu li {
list-style: none outside;
}

div.pico_print_icon {
float: right;
width: 40px;
height: 40px;
}
div.pico_tellafriend_icon {
float: right;
width: 40px;
height: 40px;
}
div.pico_vote form {
display: inline;
}

table.pico_pagenavigation {
border-top: 1px #aaa solid;
margin-top: 20px;
}


table.pico_form_table th.pico_waiting {
color: red;
}
table.pico_form_table td.pico_waiting {
color: red;
background-color: white ;
}

table.pico_form_table td,
table.pico_form_table th{
color: black;
vertical-align:top !important;
text-align:left;
}
p.pico_submit{
text-align :center;
margin:0;
padding:10px;
}

input.pico_ascii_only {
ime-mode: disabled;
}
input.pico_number_only { ime-mode: disabled; text-align: right; }

pre.pico_history_diff del { color: red; }
pre.pico_history_diff ins { color: blue; }

div.pico_pagebreak { margin: 10px; }
div.pico_pagebreak span {border: 1px solid black; padding: 2px; margin: 2px; }
div.pico_pagebreak span.selected {border: 0px; }


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