@font-face {
    font-family: 'DIN Bold';
    font-weight: normal;
    src: url('../fonts/DINComp-CondBold_new.eot') format('embedded-opentype');
    src: local('&#9786;'), url('../fonts/DINCompPro-CondBold_new.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Bold IE';
    font-weight: normal;
    src: url('../fonts/DINComp-CondBold_new.eot');
    font-weight: normal;
    font-style: normal;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
    background-image: url("../images/wp/wall_1.jpg");
    min-height: 100%;
}

.bgimg-2 {
    background-image: url("../images/wp/wall_2.jpg");
    min-height: 100%;
}

.bgimg-3 {
    background-image: url("../images/wp/wall_3.jpg");
    min-height: 100%;
}

.bgimg-4 {
    background-image: url("../images/wp/wall_4.jpg");
    min-height: 100%;
}

.bgimg-5 {
    background-image: url("../images/wp/wall_5.jpg");
    min-height: 100%;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-size: 15px;
    line-height: 22px;
}

a {
    outline: 0;
    text-decoration: none;
    color: #336699;
}

    a:hover {
        outline: 0;
        text-decoration: none;
        color: #78b9d9;
    }

    a img {
        border: none;
        color: rgba(0, 0, 0, 0);
    }

img {
    z-index: 99;
}

header {
    height: 90px;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

    header nav {
        width: 1100px;
        margin: 0 auto;
        height: 60px;
        padding: 11px 75px;
    }

        header nav #logo {
            float: left;
            padding: 0 80px;
        }

            header nav #logo h1 {
                font-size: 34px;
                text-transform: uppercase;
                position: relative;
                font-family: 'Roboto', sans-serif;
            }

        header nav #menu ul {
            list-style: none;
            margin: 0;
            padding: 21px 0px 4px 0;
            margin-right: 0px;
            float: right;
        }

            header nav #menu ul li {
                display: inline;
                padding: 0;
            }

                header nav #menu ul li a {
                    font-family: 'Open Sans', sans-serif;
                    font-size: 13px;
                    text-transform: uppercase;
                    padding: 20px 50px 0 0;
                    margin: 0;
                    position: relative;
                    font-weight: 700;
                }

                    header nav #menu ul li a.active:after {
                        content: ' ';
                        position: absolute;
                        bottom: -6px;
                        left: 0;
                        height: 1px;
                        width: 25px;
                    }

    header.light {
        background-color: #fff;
        box-shadow: 0 1px #dddddc;
    }

        header.light nav #logo h1 {
            color: #5a4c44;
            text-shadow: 0 1px #fff;
        }

        header.light nav #menu ul {
            border-bottom: 1px solid #d7d7d7;
        }

            header.light nav #menu ul li a {
                color: #336699;
            }

                header.light nav #menu ul li a:hover {
                    color: #78b9d9;
                }

                header.light nav #menu ul li a.active {
                    color: #78b9d9;
                }

                    header.light nav #menu ul li a.active:after {
                        background-color: #78b9d9;
                    }

    header.dark {
        background-color: #212121;
        box-shadow: 0 1px #101010;
    }

        header.dark nav #logo h1 {
            color: #ededec;
            text-shadow: 0 1px #101010;
        }

        header.dark nav #menu ul {
            border-bottom: 1px solid #444;
        }

            header.dark nav #menu ul li a {
                color: #ededec;
            }

                header.dark nav #menu ul li a:hover {
                    color: #78b9d9;
                }

                header.dark nav #menu ul li a.active {
                    color: #78b9d9;
                }

                    header.dark nav #menu ul li a.active:after {
                        background-color: #78b9d9;
                    }

/* section#noticias {
    background-color: #f1f1f1;
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 80px 0 0 0;
}

    section#noticias .info {
        color: #000;
        height: 241px;
        width: 241px;
        background: rgba(255, 255, 255, 0.9);
        -moz-border-radius: 241px;
        -webkit-border-radius: 241px;
        border-radius: 241px;
        text-align: center;
    }

    section#noticias h2 {
        line-height: 1;
        font-size: 44px;
        margin-top: 80px;
        text-align: center;
        margin-bottom: 10px;
        font-family: 'DIN Bold', 'DIN Bold IE', helvetica;
        font-weight: 400;
        text-transform: uppercase;
    }

    section#noticias .info p {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        margin: 0 20px;
        padding: 5px;
        text-transform: none;
        font-weight: 400;
        font-family: 'Lato', helvetica;
        border-top: 3px solid #000;
    }

    section#noticias .info.blue {
        color: #fff;
        background: rgba(0, 142, 180, 0.9);
    }

        section#noticias .info.blue p {
            border-top: 3px solid #fff;
        }

    section#noticias .more {
        color: #fff;
        width: 100px;
        background: #78b9d9;
        text-align: center;
        float: right;
        padding: 10px 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        text-transform: uppercase;
    }

#content-noticias {
    width: 100%;
    height: 700px;
    margin: 0;
    padding: 90px 0 0 0;
}

    #content-noticias img {
        min-height: 700px;
    }

.flex-direction-nav li a {
    position: absolute;
    background-position: 0 0;
    width: 35px;
    height: 100px;
    background-color: #323232;
    top: 50%;
}

.flex-direction-nav li .next {
    background-image: url(../images/next.png);
    background-position: 0 0;
    right: 0;
}

.flex-direction-nav li .prev {
    background-image: url(../images/prev.png);
    background-position: 0 0;
    left: 0;
}
*/
.container {
    width: 100%;
}

.content {
    width: 1024px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
    overflow: auto;
}

    .content .title {
        display: block;
        width: 980px;
        margin: 85px 0 20px 0;
        position: relative;
    }

        .content .title h1 {
            font-size: 40px;
            /*text-transform:uppercase;*/
            letter-spacing: 1px;
            font-family: 'Roboto', sans-serif;
        }

            .content .title h1 > img {
                position: relative;
                top: 5px;
            }

            .content .title h1 span {
                font-size: 15px;
                font-family: 'Open Sans', sans-serif;
                position: relative;
                top: -8px;
                padding: 0 0 0 20px;
                letter-spacing: 0;
            }

        .content .title .description {
            width: 300px;
        }

        .content .title.icon-compas:before {
            content: ' ';
            background-image: url(../images/icons/compas.png) no-repeat center center;
            width: 150px;
            height: 150px;
            right: 0;
            top: -20px;
            position: absolute;
        }

        .content .title.icon-and:before {
            content: ' ';
            background-image: url(../images/icons/and.png) no-repeat center center;
            width: 150px;
            height: 150px;
            right: 0;
            top: -20px;
            position: absolute;
        }

        .content .title.icon-page:before {
            content: ' ';
            background-image: /*url(../images/icons/page.png)*/ no-repeat center center;
            width: 150px;
            height: 150px;
            right: 0;
            top: -20px;
            position: absolute;
        }

        .content .title.icon-cog:before {
            content: ' ';
            background-image: url(../images/icons/cog.png) no-repeat center center;
            width: 150px;
            height: 150px;
            right: 0;
            top: -20px;
            position: absolute;
        }

        .content .title.icon-power:before {
            content: ' ';
            background-image: url(../images/icons/power.png) no-repeat center center;
            width: 150px;
            height: 150px;
            right: 0;
            top: -20px;
            position: absolute;
        }

        .content .title.icon-note:before {
            content: ' ';
            background-image: url(../images/icons/note.png) no-repeat center center;
            width: 150px;
            height: 150px;
            right: 0;
            top: -20px;
            position: absolute;
        }

        .content .title.icon-preview:before {
            content: ' ';
            background-image: url(../images/icons/preview.png) no-repeat center center;
            width: 150px;
            height: 150px;
            right: 0;
            top: -20px;
            position: absolute;
        }

        .content .title.icon-pin:before {
            content: ' ';
            background-image: url(../images/icons/pin.png) no-repeat center center;
            width: 150px;
            height: 150px;
            right: 0;
            top: -20px;
            position: absolute;
        }

        .content .title.icon-email:before {
            content: ' ';
            background-image: url(../images/icons/email.png) no-repeat center center;
            width: 150px;
            height: 150px;
            right: 0;
            top: -20px;
            position: absolute;
        }

        .content .title.icon-chemical:before {
            content: ' ';
            background-image: url(../images/icons/chemical.png) no-repeat center center;
            width: 150px;
            height: 150px;
            right: 0;
            top: -20px;
            position: absolute;
        }

        .content .title.icon-bulb:before {
            content: ' ';
            background-image: url(../images/icons/bulb.png) no-repeat center center;
            width: 150px;
            height: 150px;
            right: 0;
            top: -20px;
            position: absolute;
        }

        .content .title.icon-phone:before {
            content: ' ';
            background-image: url(../images/icons/phone.png) no-repeat center center;
            width: 150px;
            height: 150px;
            right: 0;
            top: -20px;
            position: absolute;
        }

    .content .subtitle {
        margin: 10px 0 30px 0;
    }

        .content .subtitle h3 {
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 400;
            border-left: 5px solid #336699;
            padding: 0 0 0 10px;
        }

    .content h1 {
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-size: 60px;
    }

.full {
    width: 100%;
    height: 100%;
    float: none;
    display: block;
    margin: 10px 0;
    overflow: auto;
}

.column-three-forth {
    width: 764px;
    float: left;
    margin: 0 15px 30px 0;
}

    .column-three-forth.last {
        width: 764px;
        float: left;
        margin: 0 0 30px 0;
    }

.column-half {
    width: 470px;
    float: left;
    margin: 0 15px 30px 0;
}

    .column-half.last {
        margin: 0 0 30px 0;
    }


    .column-half.rigth {
        width: 470px;
        float: right;
        margin: 0 0px 30px 0;
    }

.column-one-forth {
    width: 230px;
    float: left;
    margin: 0 15px 30px 0;
}

    .column-one-forth.last {
        margin: 0 0 30px 0;
    }

article.portfolio {
    display: block;
    overflow: auto;
    z-index: 9;
    margin: 0;
    padding: 0;
}

    article.portfolio ul li {
        width: 320px;
        height: 370px;
        float: left;
        margin: 0 20px 20px 0;
        background-color: #fff;
        box-shadow: 0 1px #dddddc;
        padding: 0;
    }

        article.portfolio ul li .thumb {
            width: 320px;
            height: 300px;
            overflow: hidden;
        }

        article.portfolio ul li img {
            height: 320px;
            margin: 0 0px;
            -webkit-transition-duration: .4s;
            -moz-transition-duration: .4s;
            -o-transition-duration: .4s;
            -ms-transition-duration: .4s;
            transition-duration: .4s;
        }

            article.portfolio ul li img:hover {
                opacity: 0.8;
                -webkit-transition-duration: .4s;
                -moz-transition-duration: .4s;
                -o-transition-duration: .4s;
                -ms-transition-duration: .4s;
                transition-duration: .4s;
            }

        article.portfolio ul li .info {
            padding: 10px 10px;
            width: 300px;
        }

            article.portfolio ul li .info h3 {
                font-family: 'Open Sans', sans-serif;
                text-transform: uppercase;
                text-align: center;
                font-size: 14px;
                line-height: 16px;
                color: #424242;
            }

            article.portfolio ul li .info p {
                color: #adadad;
                font-size: 11px;
                text-transform: lowercase;
                font-style: italic;
                text-align: center;
                margin: 0;
                padding: 0;
                font-family: Arial;
            }

.contacto a {
    font-style: italic;
    text-shadow: 2px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#filter {
    margin: 20px 0;
}

    #filter a {
        font-size: 11px;
        text-transform: uppercase;
        color: #323232;
        padding: 5px 20px 5px 5px;
        margin: 0 0 0 5px;
        display: inline;
        -webkit-transition-duration: .4s;
        -moz-transition-duration: .4s;
        -o-transition-duration: .4s;
        -ms-transition-duration: .4s;
        transition-duration: .4s;
    }

        #filter a:hover {
            color: #fff;
            background-color: #363333;
            box-shadow: -1px 1px #dddddc;
            -webkit-transition-duration: .8s;
            -moz-transition-duration: .8s;
            -o-transition-duration: .8s;
            -ms-transition-duration: .8s;
            transition-duration: .8s;
        }

        #filter a.filter-active {
            background-color: #78b9d9;
            color: #fff;
        }

#box {
    overflow: auto;
}

.post {
    width: 510px;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
}

    .post figure {
        width: 250px;
        margin: 0;
        padding: 25px;
        background-color: #fff;
        box-shadow: 0 1px #dddddc;
        float: left;
    }

        .post figure img {
            width: 250px;
        }

        .post figure .video {
            width: 250px;
            height: 150px;
        }

    .post figcaption {
        background-color: #1a1a1a;
        border-top: 1px solid #454545;
        float: left;
        width: 150px;
        color: #fff;
        font-size: 14px;
        padding: 20px 15px;
        position: relative;
        left: -15px;
        top: 5px;
        margin: 0;
    }

        .post figcaption:before {
            content: ' ';
            background-image: url(../images/blog-arrow.png);
            position: absolute;
            top: -1px;
            left: -23px;
            width: 23px;
            height: 19px;
        }

        .post figcaption span {
            display: block;
            color: #6b6b6b;
            font-size: 12px;
            font-style: italic;
            font-family: 'Arial';
            margin-top: 10px;
        }

.formblock {
    display: block;
    margin-bottom: 20px;
    overflow: auto;
}

    .formblock .txt {
        background-color: #f9f9f9;
        border: 1px solid #c0c0c0;
        height: 25px;
        width: 420px;
        font-size: 14px;
        padding: 5px 10px;
        color: #626262;
        margin: 0 20px 0 0;
        float: left;
        border-radius: 5px;
        font-family: 'Open Sans', sans-serif;
    }

    .formblock .txtarea {
        background-color: #f9f9f9;
        border: 1px solid #c0c0c0;
        font-size: 14px;
        padding: 5px 5px;
        color: #626262;
        height: 235px;
        width: 430px;
        font-family: 'Open Sans', sans-serif;
        float: left;
        border-radius: 5px;
        font-family: 'Open Sans', sans-serif;
    }

    .formblock .error {
        font-size: 16px;
        color: #9d3131;
    }

.subbutton {
    position: relative;
    font-size: 14px;
    padding: 7px 25px;
    margin: 0 1px 4px 1px;
    border: none;
    color: #fff;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    background: url(../images/icons/send.png) center center no-repeat #336699;
    width: 442px;
    height: 75px;
    border-radius: 5px;
}

    .subbutton:hover {
        color: #fff;
        background-color: #78b9d9;
    }

.light {
    background-color: #f4f4f4;
    color: #424242;
}

.dark {
    background-color: #2a2a2a;
    color: #f1f1f1;
}

    .dark p {
        color: #3a3a3a;
    }

    .dark p1 {
        color: #3a3a3a;
    }

    .dark p {
        color: #ddd;
    }

.light .title h1 {
    color: #424242;
    text-shadow: 0 1px #fff;
}

.dark .title h1 {
    color: #ededec;
    text-shadow: 0 1px #010101;
}

.light .title h1 span {
    color: #78b9d9;
    border-left: 2px dotted #78b9d9;
    padding: 0 0 0 20px;
    text-shadow: 0 1px #fff;
}

.dark .title h1 span {
    color: #78b9d9;
    border-left: 4px dotted #78b9d9;
    padding: 0 0 0 20px;
    text-shadow: 0 1px #010101;
}

.image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .image img {
        width: 100%;
    }

    .image .caption {
        background-color: #fff;
        text-align: center;
        margin: 0;
        padding: 5px 15px 10px 15px;
        color: #424242;
        position: relative;
        top: -5px;
        box-shadow: 0 1px #dddddc;
    }

        .image .caption h3 {
            color: #424242;
            box-shadow: 0 1px #dddddc;
            font-family: 'Open Sans', sans-serif;
            font-size: 18px;
            text-transform: uppercase;
            border: none;
        }

        .image .caption span {
            font-style: italic;
            font-size: 11px;
            color: #b6b6b6;
        }

        .image .caption p {
            color: #777;
            margin: 0;
            padding: 0;
            font-size: 12px;
        }

.column-one-forth img {
    width: 100%;
    height: auto;
}

.column-half img {
    width: 100%;
    height: auto;
}

.column-full img {
    width: 100%;
    height: auto;
}

.list {
    border-top: 3px solid #353535;
    padding: 20px 0 0 0;
}

    .list h3 {
        font-weight: 400;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 20px;
    }

    .list li {
        background-image: url(../images/check.png);
        background-repeat: no-repeat;
        padding: 0 0 0 15px;
        font-size: 12px;
        font-style: italic;
        font-family: 'Arial';
        margin: 0 0 20px 0;
    }

    .list span {
        color: #797979;
    }

#map {
    height: 250px;
    background: #69c;
    border-radius: 10px;
}

.accordion {
    width: 100%;
    padding: 0;
}

    .accordion div {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .accordion p {
        font-size: 13px;
        margin: 0;
        padding: 20px;
    }

    .accordion a {
        cursor: pointer;
        display: block;
        padding: 10px 5px 10px 30px;
        font-size: 14px;
        background-color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        color: #fff;
    }

        .accordion a:hover {
            background-color: #78b9d9;
        }

        .accordion a.selected {
            background-color: #78b9d9;
            background-position: 0 20px;
            border-radius: 2px;
            background-image: url(../images/skills.png);
            background-repeat: no-repeat;
        }

img.social {
    float: left;
    margin: 10px 5px 20px 0;
}

.divider {
    margin: 30px 0;
    clear: both;
}



.tabs-container {
    margin: 0 0 20px 0;
    overflow: hidden;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.tab-content {
    padding: 20px;
}

#shot {
    height: 100%;
    width: 100%;
}

.shot {
    float: left;
    position: relative;
    width: 230px;
    margin: 0 10px 10px 0;
}

    .shot.medium {
        width: 470px;
    }

    .shot img {
        width: 100%;
    }

.dribbble-shot {
    position: relative !important;
    z-index: 9;
    width: 100%;
    height: 100%;
}

    .dribbble-shot:after {
        content: ' ';
        position: absolute;
        background-image: url(../images/icons/dribbble.png);
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        bottom: 15px;
        right: 10px;
    }

.flickr-shot {
    position: relative;
}

    .flickr-shot ul, .flickr-shot ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .flickr-shot li {
        margin: 0 5px 5px 0;
        position: relative;
        display: inline;
        float: none;
    }

        .flickr-shot li:nth-child(3), .flickr-shot li:last-child {
            margin-right: 0;
        }

    .flickr-shot:after {
        content: ' ';
        position: absolute;
        background-image: url(../images/icons/flickr.png);
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        bottom: 10px;
        right: 10px;
    }

    .flickr-shot img {
        width: 73px;
        height: 75px;
    }

#skills {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #skills li, #skills li span {
        -moz-border-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border-radius: 2px;
    }

    #skills li {
        margin-bottom: 15px;
        color: #424242;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.2);
    }

        #skills li p {
            position: absolute;
            left: 10px;
            top: -8px;
        }

        #skills li strong {
            color: #fff;
            margin-left: 5px;
            font-size: 11px;
        }

        #skills li span {
            height: 30px;
            background: url(../images/skills.png);
            background-repeat: no-repeat;
            text-align: right;
        }

        #skills li span {
            background-image: url(../images/skills.png);
            background-color: #78b9d9;
            background-repeat: no-repeat;
        }

footer a.twitter {
    display: block;
    margin: 0;
    text-align: center;
    padding: 25px;
    background: url(../images/separator.png) center 52px no-repeat;
    color: #212121;
}

    footer a.twitter span.twitter {
        margin: 0 auto;
        display: block;
        width: 60px;
        height: 60px;
        overflow: hidden;
        background-image: url(../images/tweet.png);
    }

    footer a.twitter p {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 0;
        color: #212121;
    }

    footer a.twitter .time {
        font-weight: 500;
        font-size: 16px;
    }

.footer {
    background-color: #323232;
    padding: 10px 0;
    margin: 0;
}

    .footer p {
        margin: 0 auto;
        width: 1200px;
        text-transform: uppercase;
        color: #fff;
        font-size: 10px;
        text-align: center;
    }

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

#social {
    margin: 20px 10px;
    text-align: center;
}

.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

/* facebook button class*/
.facebookBtn {
    background: #4060A5;
}

    .facebookBtn:before { /* use :before to add the relevant icons */
        font-family: "FontAwesome";
        content: "\f09a"; /* add facebook icon */
    }

    .facebookBtn:hover {
        color: #4060A5;
        background: #fff;
    }

/* twitter button class*/
.twitterBtn {
    background: #00ABE3;
}

    .twitterBtn:before {
        font-family: "FontAwesome";
        content: "\f099"; /* add twitter icon */
    }

    .twitterBtn:hover {
        color: #00ABE3;
        background: #fff;
    }

/* google plus button class*/
.googleplusBtn {
    background: #e64522;
}

    .googleplusBtn:before {
        font-family: "FontAwesome";
        content: "\f0d5"; /* add googleplus icon */
    }

    .googleplusBtn:hover {
        color: #e64522;
        background: #fff;
    }

/* linkedin button class*/
.linkedinBtn {
    background: #0094BC;
}

    .linkedinBtn:before {
        font-family: "FontAwesome";
        content: "\f0e1"; /* add linkedin icon */
    }

    .linkedinBtn:hover {
        color: #0094BC;
        background: #fff;
    }

/* pinterest button class*/
.pinterestBtn {
    background: #cb2027;
}

    .pinterestBtn:before {
        font-family: "FontAwesome";
        content: "\f0d2"; /* add pinterest icon */
    }

    .pinterestBtn:hover {
        color: #cb2027;
        background: #fff;
    }

/* tumblr button class*/
.tumblrBtn {
    background: #3a5876;
}

    .tumblrBtn:before {
        font-family: "FontAwesome";
        content: "\f173"; /* add tumblr icon */
    }

    .tumblrBtn:hover {
        color: #3a5876;
        background: #fff;
    }

/* rss button class*/
.rssBtn {
    background: #e88845;
}

    .rssBtn:before {
        font-family: "FontAwesome";
        content: "\f09e"; /* add rss icon */
    }

    .rssBtn:hover {
        color: #e88845;
        background: #fff;
    }

#switcher {
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 4px 0 12px;
    width: 160px;
}

    #switcher ul {
        padding: 10px;
        margin: 20px 0;
    }

    #switcher span {
        font-size: 16px;
        font-weight: bold;
    }

    #switcher ul li a {
        text-transform: uppercase;
        font-size: 14px;
        margin: 5px;
    }

.switch-button {
    border: 1px solid #ddd;
    border-left: 1px solid #fff;
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    margin-left: 163px;
    margin-top: 22px;
    cursor: pointer;
}

.open {
    background: #fff url(../images/icons/setting.png) no-repeat center center;
}

.closed {
    background: #fff url(../images/icons/setting.png) no-repeat center center;
}

.slideshow_1 {
    padding: 30px 0 0 0;
    height: 475px;
    overflow: hidden;
    background: url(../images/Contacto.png) no-repeat;
    background-position: center 348px;
}

.slideshow_2 {
    padding: 30px 0 0 0;
    height: 475px;
    overflow: hidden;
    background: url(../images/Encuesta.png) no-repeat;
    background-position: center 348px;
}

.slideshow_s {
    padding: 0 0 0 0;
    height: 475px;
    overflow: hidden;
    background: url(../images/message_bg.png) no-repeat;
    background-position: center 348px;
}

    .slideshow_s .message {
        font-family: Helvetica, Arial, sans-serif;
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        text-shadow: 0px -1px 0 #000;
        margin-top: 30px;
    }

        .slideshow_s .message .grid_12 div {
            padding: 0 78px 0 78px;
        }

            .slideshow_s .message .grid_12 div span {
                color: #f3ff00;
            }
/*------ SlideShow Script Styles ------*/
#scroll {
    position: relative;
    height: 316px;
    overflow: hidden;
    border: 0px none;
    width: 960px;
    padding: 0;
    margin: 0 auto;
    background: url(../images/slideshow_bg.jpg) repeat-x top center;
}

#tools {
    width: 9999em;
    position: absolute;
    height: 258px;
}

.tool {
    float: left;
    width: 960px;
    height: 258px;
    text-align: left;
    overflow: hidden;
}

    .tool img {
        float: right;
    }

.details {
    float: left;
    color: #252525;
    width: 350px;
    margin: 33px 0 0 70px
}

    .details h2 {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 28px;
        font-weight: normal;
        margin: 0 0 40px 0;
    }

    .details p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
    }

#thumbs {
    height: 40px;
    position: absolute;
    top: 258px;
    width: 960px;
    left: 0px;
    overflow: hidden;
}

.tabs-nav {
    width: 100%;
}

    .tabs-nav li {
        float: left;
        line-height: 32px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
    }

        .tabs-nav li.active-tab {
            line-height: 31px;
        }

        .tabs-nav li a {
            cursor: pointer;
            display: block;
            padding: 5px 5px 5px 10px;
            font-size: 14px;
            background-color: rgba(0, 0, 0, 0.4);
            text-transform: uppercase;
            color: #fff;
        }

            .tabs-nav li a:hover {
                background-color: #336699;
                background-position: 0 20px;
                border-radius: 2px;
                background-image: url(../images/skills.png);
                background-repeat: no-repeat;
            }

        .tabs-nav li.active-tab a {
            background-color: #336699;
            background-position: 0 20px;
            border-radius: 2px;
            background-image: url(../images/skills.png);
            background-repeat: no-repeat;
        }

.navi {
    width: 960px;
    height: 58px;
}

.t {
    padding: 0 !important;
}

    .t a {
        display: block;
        float: left;
        height: 34px;
        cursor: pointer;
        font-size: 20px;
        line-height: 19px;
        padding: 8px 15px 14px 10px;
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        text-align: center;
    }

        .t a span {
            font-size: 12px;
            line-height: 14px;
        }

        .t a.active {
            cursor: default !important;
            color: #fff;
            background-color: #336699;
            background-position: 0 20px;
            border-radius: 2px;
            background-image: url(../images/skills.png);
            background-repeat: no-repeat;
        }

        .t a:hover {
            background-image: url(../images/skills.png);
            background-repeat: no-repeat;
            background-position: 0 20px;
            background-color: #336699;
            border-radius: 2px;
            color: #fff;
        }

#t0 {
    width: 110px;
}

#t1 {
    width: 100px;
}

#t2 {
    width: 110px;
}

#t3 {
    width: 144px;
}

#t4 {
    width: 110px;
}

#t5 {
    width: 111px;
}

#t6 {
    width: 100px;
}

/*------ End of SlideShow Script Styles ------*/


.slider {
    margin: 0 auto;
    max-width: 1024px;
}

.slide_viewer {
    height: 565px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

    .slide:first-child {
        display: block;
    }

    .slide:nth-of-type(1) {
        background: #D7A151;
    }

    .slide:nth-of-type(2) {
        background: #F4E4CD;
    }

    .slide:nth-of-type(3) {
        background: #C75534;
    }

    .slide:nth-of-type(4) {
        background: #D1D1D4;
    }

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.directional_nav {
    height: 565px;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    top: -565px;
}

.previous_btn {
    bottom: 0;
    left: 30px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
}

.previous_btn, .next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

    .previous_btn:hover, .next_btn:hover {
        opacity: 1;
    }

@media only screen and (max-width: 767px) {
    .previous_btn {
        left: 50px;
    }

    .next_btn {
        right: 50px;
    }
}
