.cycle {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
}

.cycle img {
    width: 420px;
    margin: auto;
}

.enters {
    width: 1000px;
    margin: auto;
    padding: 30px 0 0 0;
}

.circle {
    width: 1000px;
    margin: 0;
    padding: 0;
    position: relative;
    height: 450px;
}

.circle img {
    position: absolute;
    top: 0;
    left: 350px;
    width: 300px;
    height: 300px;
}

.circle .arc {
    position: absolute;
    width: 500px;
    padding: 30px 170px 0 0;
    text-align: right;
    margin: 0;
    z-index: 12;
}

.circle .arf {
    position: absolute;
    width: auto;
    padding: 30px 0 0 170px;
    text-align: left;
    top: 0;
    left: 500px;
    z-index: 11;
}

.circle .btc {
    position: absolute;
    width: 300px;
    padding: 110px 0 0 0;
    text-align: center;
    top: 200px;
    left: 350px;
    z-index: 10;
}

.circle .custom-h1 {
    font-family: 'roboto', sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}

.circle .arc .custom-h1 {
    color: #293747;
}

.circle .arf .custom-h1 {
    color: #C00000;
}

.circle .btc .custom-h1 {
    color: #FFEB9C;
    text-shadow: 2px 1px 12px #535042;
}

.circle h2 {
    font-family: 'roboto', sans-serif;
    color: #666;
    font-size: 20px;
    font-weight: 200;
}

.circle .read {
    font-family: 'lato', sans-serif;
    padding: 15px 0;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.circle .arc .read {
    border-bottom: 0px solid #293747;
}

.circle .arf .read {
    border-bottom: 0px solid #C00000;
}

.circle .btc .read {
    border-bottom: 0px solid #FFEB9C;
}


#circle_arc {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #293747;
    top: 0;
    left: 350px;
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 15px 5px #fff;
    -webkit-box-shadow: 0px 0px 15px 5px #fff;
    -o-box-shadow: 0px 0px 15px 5px #fff;
    box-shadow: 0px 0px 15px 5px #fff;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#fff, Direction=NaN, Strength=15);
    background-image: url(../img/arc_on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#circle_arf {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #C00000;
    top: 0;
    left: -50px;
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 15px 5px #fff;
    -webkit-box-shadow: 0px 0px 15px 5px #fff;
    -o-box-shadow: 0px 0px 15px 5px #fff;
    box-shadow: 0px 0px 15px 5px #fff;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#fff, Direction=NaN, Strength=15);
    background-image: url(../img/arf_on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#circle_btc {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #FFEB9C;
    top: -100px;
    left: 50px;
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 15px 5px #fff;
    -webkit-box-shadow: 0px 0px 15px 5px #fff;
    -o-box-shadow: 0px 0px 15px 5px #fff;
    box-shadow: 0px 0px 15px 5px #fff;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#fff, Direction=NaN, Strength=15);
    background-image: url(../img/btc_on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#circle_arc:hover {
    opacity: 1
}

#circle_arf:hover {
    opacity: 1
}

#circle_btc:hover {
    opacity: 1
}

.circle .arc:hover #circle_arc {
    opacity: 1
}

.circle .arc:hover {
    cursor: pointer;
}

.circle .arc:hover .read {
    color: #293747;
    border-bottom: 5px solid #293747;
    ;
}

.circle .arf:hover #circle_arf {
    opacity: 1
}

.circle .arf:hover {
    cursor: pointer;
}

.circle .arf:hover .read {
    border-bottom: 5px solid #C00000;
    ;
    color: #C00000;
}

.circle .btc:hover #circle_btc {
    opacity: 1
}

.circle .btc:hover {
    cursor: pointer;
}

.circle .btc:hover .read {
    border-bottom: 5px solid #FFEB9C;
    ;
    color: #FFEB9C;
}



.wwa_txt {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-align: right;
    border-right: 1px solid #999;
    padding: 0 20px 0 0;
    width: 50%;
    float: left;
}

.wwa_txt .custom-h1 {
    font-family: 'lato', sans-serif;
    color: #293747;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
    line-height: 48px;
    padding-bottom: 20px;
}

.wwa_image {
    font-family: 'roboto', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 0 0 0 20px;
    line-height: 28px;
    width: 50%;
    float: left;
}

.wwa_image .disk {
    width: 390px;
    height: 390px;
    margin-left: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../img/wwa_home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.wwa_image .button {
    position: absolute;
    top: 170px;
    width: 200px;
    height: 60px;
    background: #293747;
    border: 2px solid #293747;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'lato', sans-serif;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.wwa_image .button:hover {
    cursor: pointer;
    background: #edeadf;
    color: #293747;
}


.center {
    text-align: -webkit-center;
}

.circlepd {
    background-color: #ffffff;
    text-decoration: none;
}

.title18 {
    font-size: 18px;
}