@import url(http://fonts.googleapis.com/css?family=Playfair+Display+SC:400,900,900italic,700italic,700,400italic);


.pt_container { width: 800px; margin: 0px auto; background-color: white; padding: 20px 40px; border: 1px solid grey; }
.pt_clear { clear: both; }
.pt_first { border-bottom-left-radius: 15px; border-top-left-radius: 15px; overflow: hidden; }
.pt_last { border-top-right-radius: 15px; border-bottom-right-radius: 15px; overflow: hidden; }
.pt_inner { border-radius: 0px; }

.pt_item { width: 24.5%;
    float: left;
    height: 450px;
    border: 1px solid #aaaaaa;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 20px;
    transition:All .4s ease;
    -webkit-transition:All .4s ease;
    -moz-transition:All .4s ease;
    -o-transition:All .4s ease;
}
.pt_title { margin: 0px; text-align: center; padding-top: 20px; padding-bottom: 20px; font-size: 1.2em; }
.pt_item_header
{
    border-radius: 0px; ;
    height: 130px; font-size: 1.2em; text-align: center; color:#2c539e ;
    font-family: Calibri; color: #555555; font-weight: bold;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(219,219,219,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(219,219,219,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(219,219,219,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(219,219,219,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(219,219,219,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(219,219,219,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6dbdbdb',GradientType=0 ); /* IE6-9 */
}
.pt_item_header .graph {
    top: -10px;
    left: 50px;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    font-family: 'Playfair Display SC', serif;
    font-weight: bolder;
    font-size: 1.4em;
    line-height: 25px;
    padding-top: 45px;
    text-align: center;
    color: #777777;
    background-image: url('round2.png');
    background-repeat:no-repeat;
    background-position:center;
}
.pt_item_content { height: 60%; float: left; }
.pt_item_content ul { margin-top: 30px; }
.pt_item li { color: #555555; font-family: Calibri; padding: 5px 10px; text-align: center; border-top: 1px solid #bbbbbb;  }
.pt_item:hover li { color: #555555; font-family: Calibri; padding: 5px 0px; text-align: center; border-top: 1px solid #bbbbbb; }

.pt_item:hover {
    border: 1px solid #aaaaaa;
    border-radius: 15px;
    box-shadow: 0px 0px 25px 10px #cccccc;
    z-index: 2;
}
.selected {
    width: 24.5%;
    float: left;
    height: 480px;
    border: 1px solid #aaaaaa;
    border-radius: 15px;
    margin-top: 0px;
    color: #ffffff;
    box-shadow: 0px 0px 25px 10px #cccccc;
    z-index: 2;
}
.selected ul { margin-top: 30px; }
.selected li { color: #555555; font-family: Calibri; padding: 5px 10px; text-align: center; border-top: 1px solid #bbbbbb;  }
.selected:hover li { color: #555555; font-family: Calibri; padding: 5px 0px; text-align: center; border-top: 1px solid #bbbbbb; }

.pt_item:hover .pt_item_header {
    border-top-left-radius: 15px; border-top-right-radius: 15px;
 }
.pt_list_item { list-style:none; line-height: 200%; margin: 10px; padding: 0px; text-align: center; font-size: .85em; }

.pt_button {
    font-family: Calibri;
    font-size: 1.2em;
    padding: 5px 10px;
    margin: 80px auto 0px auto;
    text-align: center;
    line-height: 150%;
    color: #ffffff;
    border-radius: 5px;
    width: 50%;
    border: #888888;
    font-weight: bold;
    background: rgb(180,227,145); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(180,227,145,1) 0%, rgba(97,196,25,1) 50%, rgba(180,227,145,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,227,145,1)), color-stop(50%,rgba(97,196,25,1)), color-stop(100%,rgba(180,227,145,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
}

.pt_button:hover {
    cursor: pointer;
    background: rgb(180,221,180); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(83%,rgba(0,87,0,1)), color-stop(100%,rgba(0,36,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
}

.pt_item_content { width: 100%; }

