﻿@charset "utf-8";
/************************************/
/*	BASE STYLES 
/************************************/
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    line-height: 1.4;
    font-family: 'Exoregular', Arial, sans-serif;
    min-width: 1080px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    outline: none;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #464a55;
}

p {
    font-size: 14px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a {
    color: #464a55;
}

h1 {
    font-size: 101px;
}

h2 {
    font-size: 58px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 18px;
    font-family: 'Exobold', Arial, sans-serif;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

img {
    border: none;
}

/*------------------------------------------------------------------*/
/*	menu
/*------------------------------------------------------------------*/
.all-service {
    float: left;
    overflow: hidden;
}

.service-circles {
    float: left;
    height: 550px;
    background: url(../images/circle/circle.png) no-repeat;
    background-position: 48% 50%;
}

.service-circles h4 {
    margin: 10px 0 0 0;
    font-size: 18px;
    text-transform: uppercase;
}

.center-circle {
    background: url(../images/circle/circle_s49.png) no-repeat;
    width: 49px;
    height: 49px;
    position: absolute;
    margin: 249px 0 0 453px;
    text-align: center;
    z-index: 1000;
}

.center-circle h4 {
    color: #FFF;
    text-transform: uppercase;
}

.service1, .service2, .service3, .service4, .service5, .service6, .service7 {
    background: url(../images/circle/service-circle.png) no-repeat;
    width: 110px;
    height: 110px;
    text-align: center;
}

.service1:hover, .service2:hover, .service3:hover, .service4:hover, .service5:hover, .service6:hover, .service7:hover {
    background: url(../images/circle/service-circle-hover.png) no-repeat;
    width: 110px;
    height: 110px;
    text-align: center;
}

/*--spiralia--*/
.service1 {
    margin: 25px 0 0 405px;
    position: absolute;
}

/*--OtherOrganizm--*/
.service2 {
    margin: 100px 0 0 250px;
    position: absolute;
}

/*--Ecdysozoa--*/
.service3 {
    margin: 100px 0 0 555px;
    position: absolute;
}

/*--Lower Phyla--*/
.service4 {
    margin: 259px 0 0 225px;
    position: absolute;
}

/*--Chaetognatha--*/
.service5 {
    margin: 260px 0 0 595px;
    position: absolute;
}

/*--Xenacoelomorpha--*/
.service6 {
    margin: 380px 0 0 325px;
    position: absolute;
}

/*--Deuterostomia--*/
.service7 {
    margin: 380px 0 0 485px;
    position: absolute;
}

.service-description {
    text-align: center;
    margin-top: 0px;
}

.service-description p, .service-description h4 {
    color: #FFF;
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
}

.service-description h4 {
    text-transform: uppercase;
    margin-bottom: 0;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinback {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
    }
}

.service-circles {
    -webkit-animation-name: spin;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 40s;
}

.service1, .service2, .service3, .service4, .service5, .service6, .service7 {
    -webkit-animation-name: spinback;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 40s;
}
