@charset "utf-8";
/* CSS Document */

#inter {
    width: 100%;
    height: 440px;
    display: block;
    margin: 0;
    padding: 0;
}

#inter::after {
    content: '';
    background: #81728e;
    opacity: 0.4;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

#inter.arc {

    background-image: url(../img/arc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

#inter.arf {

    background-image: url(../img/arf.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

#inter.btc {

    background-image: url(../img/btc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

#inter.wwa {

    background-image: url(../img/wwa.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

#inter.blog {

    background-image: url(../img/blog.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

#inter ul {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 170px;
    left: 0px;
    z-index: 1;
}

#inter li div {
    z-index: 1000;
    position: absolute;
    left: 0px;
    width: 100%;
    opacity: 1;
    color: #fff;

}

#inter li div.abc {
    font-family: 'lato', sans-serif;
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
    border-right: 1px solid #fff;
    padding: 0 20px 0 0;
    line-height: 180px;
    width: 50%;
    float: left;
}

#inter li div.abc.wwa {
    font-family: 'lato', sans-serif;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
    border-right: 1px solid #fff;
    padding: 0 20px 0 0;
    margin-top: 20px;
    line-height: 50px;
    width: 50%;
    float: left;
}

#inter li div.ext {
    font-family: 'roboto', sans-serif;
    font-size: 60px;
    font-weight: 300;
    text-align: left;
    padding: 15px 0 0 20px;
    line-height: 50px;
    width: 50%;
    float: left;
    left: 50%;
}

#inter li div.ext.blog {
    font-family: 'lato', sans-serif;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    border-left: 1px solid #fff;
    padding: 0 0 0 20px;
    margin-top: 20px;
    line-height: 150px;
    width: 50%;
    float: left;
    left: 50%;
}


#inter .go {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 350px;
    left: 50%;
    margin-left: -90px;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 998;
}

#inter .go .circle {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 10px;
    top: 10px;
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

#inter .go .circle.arc {
    background-image: url(../img/arc.png);
}

#inter .go .circle.arf {
    background-image: url(../img/arf.png);
}

#inter .go .circle.btc {
    background-image: url(../img/btc.png);
}

#inter .go .circle.wwa {
    background-image: url(../img/wwa.png);
}


#inter .go:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    top: 0;
    left: 0;
    background: none;
    background-image: url(../img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35%;
}

#inter .go:hover .circle {
    transform: rotate(360deg);
    cursor: pointer
}

.next_blog {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #81728e;
    top: 350px;
    left: 50%;
    margin-left: -90px;
    z-index: 100;
    text-align: center;
    font-size: 36px;
    background-image: url(../img/next.png);
    background-position: center -30px;
    background-repeat: no-repeat;
    background-size: 100%;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.next_blog:hover {
    background: #ee663b;;
    background-image: url(../img/next.png);
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer
}

#next .bold {
    font-weight: 600;
}

#next .col_left {
    width: 50%;
    padding-right: 30px;
    padding-bottom: 30px;
    font-family: 'roboto', sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 15px;
    float: left
}

#next .col_right {
    width: 50%;
    padding-left: 30px;
    padding-bottom: 30px;
    font-family: 'roboto', sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    float: left
}

#next .col_left.arc {
    text-align: justify;
}

#next .col_left.arf {
    text-align: justify;
}

#next .col_left.btc {
    text-align: justify;
}

#next .col_left.wwa {
    text-align: justify;
}

#next .col_left.wwa ul {
    padding: 0px 0px 25px 0px;
    font-size: 16px;
    Line-Height: 20px;
    font-weight: 400;
}

#next .col_left.wwa ul li {
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-size: 1.0em;
    padding: 8px 0 0 20px;
    text-align: left;
}

#next .col_left.wwa ul li:before {
    content: "\f111"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    font-size: 0.6em;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px; /* same as padding-left set on li */
    width: 20px; /* same as padding-left set on li */
}

#next .col_left.wwa .photo {
    width: 300px;
    height: 300px;
    background-image: url(../img/Achille-Sime.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: right;

}


#next .col_right.arc {
    padding-top: 2px;
}

#next .col_right.arf {
    text-align: justify;
    padding-top: 15px;
}

#next .col_right.btc {
    padding-top: 2px;
}

#next .col_right.wwa {
    text-align: justify;
    padding-top: 15px;
}

#next .col_right.wwa ul {
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

#next .col_right.wwa ul img {
    width: 80%;
}

#next .blog_main {
    width: 75%;
    float: left;
}

#next .blog_menu {
    width: 25%;
    padding-left: 60px;
    padding-top: 40px;
    float: left;
}

#next .blog {
    width: 100%;
}

#next .blog ul {
    display: inline-block;
    float: left
}

#next .blog ul.date {
    width: 15%;
    font-family: 'lato', sans-serif;
    color: #81728e;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    font-weight: 900;
    text-align: right;
    padding-top: 40px;
    padding-right: 60px;
}

#next .blog ul.date custom-h1 {
    font-size: 28px;
    color: #ee663b;
    font-family: 'lato', sans-serif;
    font-weight: 900;
    margin-bottom: 5px;
}

#next .blog ul.link {
    width: 85%;
    padding: 40px 0px 30px 0px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

#next .blog ul.link .photo {
    width: 30%;
    padding: 0px 20px 0px 0px;
    float: left;
    display: inline-block;
}

#next .blog ul.link .photo img {
    width: 100%;
    padding: 0px;
}

#next .blog ul.link .type {
    width: 70%;
    padding: 0px 0px 0px 0px;
    float: left;
    display: inline-block;
}

#next .blog ul.link a {
    color: #666
}

#next .blog ul.link a:hover {
    color: #ee663b
}

#next .blog ul.link.line {
    border-bottom: 1px solid #999;
}

#next .blog ul.link li {
    width: 85%;
    padding: 10px 0px 0px 0px;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

#next .blog ul.link li .read {
    color: #ee663b;
    margin-right: 5px
}

#next .blog ul.link li a {
    color: #ee663b;
    margin-left: 2px
}

#next .blog .art {
    width: 85%;
    margin-left: 15%;
    padding: 0px;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#next .blog .art ul {
    width: 100%;
    padding-bottom: 18px;
}

#next .blog .art ul.photo img {
    width: 100%;
    padding-bottom: 18px;
}

#next .blog .art custom-h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 15px;
    text-align: left;
}

#next .blog .art ul li {
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-size: 1.0em;
    padding: 8px 0 0 20px;
}

#next .blog .art ul li:before {
    content: "\f111"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    font-size: 0.6em;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px; /* same as padding-left set on li */
    width: 20px; /* same as padding-left set on li */
}


#next .blog .nav {
    width: 85%;
    margin-left: 15%;
    padding: 40px 0px 100px 0px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

#next .blog .nav_art {
    width: 85%;
    margin-left: 15%;
    padding: 40px 0px 20px 0px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

#next .blog .footer {
    width: 85%;
    margin-left: 15%;
    padding: 60px 0px 20px 0px;
}

#next .blog .footer ul.leave {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    float: left;
}

#next .blog .footer ul.share {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #81728e;
    float: right;
}

#next .blog .footer ul.share i {
    font-size: 24px;
    margin-left: 3px;
    line-height: 14px;
}

#next .blog .footer ul.newold {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #81728e;
    margin-left: 0px;
    float: right;
}

#next .blog .footer ul.newold a {
    color: #81728e;
}

#next .blog .footer ul.newold i {
    font-size: 24px;
    margin: 0px 7px;
    line-height: 14px;
    color: #ee663b;
}

#next .blog .footer ul.newold a:hover {
    cursor: pointer;
    color: #ee663b;
}

#comment .content {
    width: 75%;
    float: left;
}

#comment .comment {
    width: 100%;
    padding: 0px;
    padding-left: 15%;
    color: #666;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

#comment .comment h3 {
    font-family: 'lato', sans-serif;
    color: #81728e;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 20px;
}

#comment .comment ul {
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #999;
    text-transform: none;
}

#comment .comment ul custom-h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

#comment .comment ul custom-h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
}

#comment #form {
    width: 600px;
    padding: 40px 0;
    padding-left: 15%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #ee663b;
}

#comment #form form {
    padding-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    text-transform: none;
}

#comment #form .input {
    font-family: 'roboto', sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    text-align: left;
    background: #fff;
    width: 100%;
    height: 36px;
    margin-top: 10px;
    padding: 0 15px;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#comment #form .txt {
    font-family: 'roboto', sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    background: #fff;
    width: 100%;
    height: 120px;
    margin-top: 10px;
    padding: 10px 15px;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#comment #form .send {
    width: 100%;
    height: 60px;
    background: #ee663b;
    border: 2px solid #ee663b;
    -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;
    letter-spacing: 0.05em;
    margin: 15px 0;
    transition: all 0.2s ease-in-out;
}

#comment #form .send:hover {
    background: none;
    border: 2px solid #ee663b;
    color: #ee663b;
    cursor: pointer;
}

#next .blog .button {
    width: 150px;
    height: 50px;
    background: #fff;
    border: 2px solid #ee663b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'lato', sans-serif;
    line-height: 50px;
    text-align: center;
    color: #ee663b;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

#next .blog .button.older {
    float: right;
}

#next .blog .button.newer {
    float: left;
}


#next .blog .button:hover {
    cursor: pointer;
    background: #ee663b;
    color: #fff;
}

#next .blog_menu ul {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 30px;
}

#next .blog_menu ul li {
    font-weight: 400;
    font-size: 0.9em;
    padding: 8px 0 0 20px;
}

#next .blog_menu ul li:before {
    content: "\f111"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    font-size: 0.6em;
    display: inline-block;
    vertical-align: middle;
    margin-left: -20px; /* same as padding-left set on li */
    width: 20px; /* same as padding-left set on li */
}


.accordion {
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.accordion-section {
    border-bottom: 1px solid #999;
}

.accordion-section.on {
    border-bottom: none;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    padding: 15px 0px;
    display: inline-block;

    transition: all linear 0.15s;
    /* Type */
    font-family: 'roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    background-image: url(../img/+.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

.accordion-section-title.on {
    padding: 15px 0px 0px 0px;
    /* Type */
    background-image: none;

}

.accordion-section-title img {
    width: 35px;
    height: 35px;
    margin: 0 10px -5px 0px;
}

.accordion-section-title.active, .accordion-section-title:hover {
    /* Type */
    text-decoration: none;
}

.accordion-section-title.active {
    /* Type */
    text-decoration: none;
    padding: 15px 0px;
    background-image: url(../img/-.png);
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding: 0px 0px 25px 0px;
    font-size: 16px;
    Line-Height: 20px;
    font-weight: 400;
    display: none;
}

.accordion-section-content.on {
    display: block;
}

.accordion-section-content li {
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-size: 1.0em;
    padding: 8px 0 0 20px;
}

.accordion-section-content li i {
    font-size: 0.6em;
    padding-right: 15px;
    vertical-align: top;
    padding-top: 4px;
}

.accordion-section-content li:before {
    content: "\f111"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    font-size: 0.6em;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px; /* same as padding-left set on li */
    width: 20px; /* same as padding-left set on li */
}

.accordion-section-content a {
    padding: 2px 0px;
    color: #ee663b;
}

.accordion-section-content a:hover {
    color: #ee663b;
}


section.connection {
    padding-top: 190px;
    background-image: url(../img/wwa.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section.connection::after {
    content: '';
    background: #81728e;
    opacity: 0.4;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

section.connection .content {
    position: relative;
    width: 100%;
    height: auto;
    background: #81728e;
    padding: 60px 30px;
    text-align: center;
    z-index: 999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

section.connection .content i {
    color: #ee663b;
    font-size: 48px;
}

section.connection .content ul {
    padding: 10px 30px 0 30px;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    float: left
}

section.connection .content ul.extra {
    text-align: right;
    border-right: 1px solid #fff
}

section.connection .content ul.admin {
    text-align: left;
    border-left: 1px solid #fff
}

section.connection .content ul.intra {
    text-align: center;
}

section.connection .content ul .button {
    width: 200px;
    height: 60px;
    background: none;
    border: 2px solid #fff;
    margin-top: 20px;
    -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;
}

section.connection .content ul .button.extra {
    float: right;
}

section.connection .content ul .button:hover {
    cursor: pointer;
    background: #ee663b;
    color: #fff;
    border: 2px solid #ee663b;
}

