@charset "utf-8";

.tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
}

.tabs p {
    font-size: 13px;
    line-height: 24px;
}

.tabs p,
.tabs h4 {
    font-family: 'titilliumregular', Palatino, Georgia, serif;
}

.tabs h4 {
    font-size: 19px;
    letter-spacing: .1em;
}

.tabs h5 {
    font-family: 'exodemi_bold', Arial, Helvetica, sans-serif;
    line-height: 33px;
    font-size: 15px;
    text-transform: uppercase;
}

.tabs h6 {
    font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    font-style: italic;
    line-height: 20px;
}












































































































/*** Container All Tabs ********************/

.tabs {

    position: relative;
    display: block;
    width: 950px;
    height: 400px;
    margin: 20px auto;
}












































































































/*** Container One Tab ********************/

.container {
    position: absolute;
    top: 0;
    left: 0;
}












































































































/*** Tab Lebels ****************************/

.label {
    position: absolute;
    width: 140px;
    height: 30px;
    left: 0px;
}

.container:nth-child(1) .label {
    top: 15px;
}

.container:nth-child(2) .label {
    top: 50px;
}

.container:nth-child(3) .label {
    top: 85px;
}

.container:nth-child(4) .label {
    top: 120px;
}

.container:nth-child(5) .label {
    top: 155px;
}

.container:nth-child(6) .label {
    top: 190px;
}

.container:nth-child(7) .label {
    top: 225px;
}

.container:nth-child(8) .label {
    top: 260px;
}

.container:nth-child(9) .label {
    top: 295px;
}



.label h5 a {

    width: 100%;
    line-height: 30px;

    border-radius: 15px 0 15px 3px;
    -webkit-border-radius: 15px 0 15px 3px;
    -moz-border-radius: 3px 0 15px 3px;

    transition: background-color .7s;
    -webkit-transition: background-color .7s;
    -moz-transition: background-color .7s;
    -o-transition: background-color .7s;
    -ms-transition: background-color .7s;
}

.label h5 a i {
    padding: 3px 10px 0 0;
    font-size: 20px;
}












































































































/*** Content ******************************/

.content {

    position: absolute;
    height: 425px;
    width: 770px;
    overflow: hidden;
    left: 140px;


    border-top: 5px solid;
    border-bottom: 20px solid;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.fl {
    float: left;
}

.content .red {
    margin-top: 20px;
    margin-left: 20px;

    width: 230px;
    height: 170px;
    color: white;
}

.red ul {
    color: white;
}

.content .red .green {
    width: 230px;
    height: 130px;
    background: green;
}

.content .red .gray {
    width: 230px;
    height: 40px;
    background: gray;
    text-align: center;
    font-size: 16px;
    color: white;
    line-height: 40px;
}

.content p {
    padding: 2px 10px 5px 10px;
    margin: 10px 0 10px 15px;
    border-left: 10px solid;
    text-align: justify;
}

.content h4 {
    padding: 8px 0 7px 15px;
}

.content h6 {
    padding: 8px 15px 10px 15px;
    margin: 15px 10px;

    font-size: 13px;
    text-align: justify;

    border-top: 1px solid #999999;
}

.content h6 i {
    padding: 0 5px;
    font-size: 10px;
}












































































































/*** For Change Animation Effects *******************/

.container:target .content {
    -webkit-animation: bounce .6s 1;
    animation: bounce .6s 1;
}