/**
 * Theme Name: Prospero
 * Theme URI: http://shakespearethemes.com/preview/prospero.wp/wp/
 * Description: Prospero is a premium business theme, ideal for small companies, startups or creative individuals.
 * Version: 1.03
 * Author: Shakespeare Themes
 * Author URI: http://themeforest.net/user/ShakespeareThemes/portfolio?ref=ShakespeareThemes
 * Tags: post-formats, theme-options, threaded-comments, translation-ready, custom-colors, one-column, two-columns, three-columns, four-columns, right-sidebar, flexible-width
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */


/* -----------------------------------------------------------------------------

    TABLE OF CONTENT

    1.) General
    2.) Typography
    3.) Shortcodes & Components
    4.) Header
    5.) Core
    6.) Sidebar
    7.) Subscribe Section
    8.) Twitter Feed
    9.) Bottom Panel
    10.) Footer
    11.) Responsive
    12.) Style Switcher

----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------

    1.) GENERAL
    Some general definitions and resets.

----------------------------------------------------------------------------- */

body { margin: 0; font: 16px 'Sintony', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.fixed-header { margin-top: 100px; }
body.fixed-header.has-langbar { margin-top: 125px; }
body.boxed { background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

    /* -------------------------------------------------------------------------
        RESET
    ------------------------------------------------------------------------- */

    ::-moz-focus-inner { border: 0; padding: 0; }
    a { text-decoration: none;
        -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; transition: color 300ms ease-in-out, background-color 300ms ease-in-out; }
    a img { border: 0; }
    button { padding: 0; border: 0; font-family: 'Sintony', Arial, sans-serif; background: transparent; cursor: pointer;
        -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; transition: color 300ms ease-in-out, background-color 300ms ease-in-out; }
    h1,h2,h3,h4,h5,h6 { margin: 0; font-weight: normal; }
    iframe { border: 0; }
    img { max-width: 100%; }
    input, textarea { font-family: 'Sintony', sans-serif; outline: 0; }
    ol, ul, li { margin: 0; padding: 0; list-style-type: none; }
    p { margin: 30px 0 0 0; line-height: 1.5em; }
    var { display: none; }

    /* -------------------------------------------------------------------------
        UTILITY CLASSES
    ------------------------------------------------------------------------- */

    .alignleft { text-align: left; }
    .aligncenter { text-align: center; }
    .alignright { text-align: right; }
    .valigntop { vertical-align: top; }
    .valignmiddle { /*vertical-align: middle;*/ }
    .valignbottom { vertical-align: bottom; }
    .rounded { border-radius: 50%; }
    .wp-caption { padding: 4px; }
    .wp-caption-text { text-align: center; }
    .gallery-caption { padding: 4px; }


/* -----------------------------------------------------------------------------

    2.) TYPOGRAPHY

----------------------------------------------------------------------------- */

.various-content > * { margin-top: 30px; }
.various-content > span,
.various-content > *:first-child { margin-top: 0; }

    /* -------------------------------------------------------------------------
        HEADINGS
    ------------------------------------------------------------------------- */

    .various-content h1 { margin: 40px 0 0 0; line-height: 0.5em; font-size: 4em; font-weight: bold; padding-top:10px; }
    .various-content h2 { margin: 40px 0 0 0; line-height: 0.5em; font-size: 2.4em; }
    .various-content h3 { margin: 30px 0 0 0; font-size: 1.55em; }
    .various-content h4 { margin: 30px 0 0 0; font-size: 1.3em; font-weight: normal; }
    .various-content h5 { margin: 30px 0 0 0; font-size: 1em; font-weight: bold; }
    .various-content h6 { margin: 30px 0 0 0; font-size: 1em; font-weight: normal; }

    /* -------------------------------------------------------------------------
        PARAGRAPHS & SECTIONS
    ------------------------------------------------------------------------- */

    .various-content p { margin: 30px 0 0 0; line-height: 1.8em; }
    .various-content p.lead { font-size: 1.35em; line-height: 1.6em; }
    .various-content pre p { margin: 0; }

    /* -------------------------------------------------------------------------
        LISTS
    ------------------------------------------------------------------------- */

    ul.default-list { margin: 30px 0 0 0; list-style-type: none; }
    ul.default-list li { position: relative; margin: 14px 0 0 0; padding: 0 0 0 20px; list-style-type: none; line-height: 1.5em; }
    ul.default-list li:first-child { margin-top: 0; }
    ul.default-list li .ico { position: absolute; left: 0; top: 6px; font-size: 10px; }


/* -----------------------------------------------------------------------------

    3.) SHORTCODES & COMPONENTS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        ACCORDION
    ------------------------------------------------------------------------- */

    .accordion { margin-top: 30px; }
    .accordion .accordion-item { margin-top: 10px; border-radius: 7px;
        -webkit-transition: background-color 300ms ease-in-out; -moz-transition: background-color 300ms ease-in-out; -ms-transition: background-color 300ms ease-in-out; -o-transition: background-color 300ms ease-in-out; transition: background-color 300ms ease-in-out; }
    .accordion .accordion-item.opened { border: 1px solid transparent; }
    .accordion .accordion-toggle { position: relative; margin: 0; padding: 14px 20px; font-size: 1.07em; cursor: pointer; }
    .accordion .accordion-item .accordion-toggle.has-icon { padding-left: 50px; }
    .accordion .accordion-toggle i { position: absolute; top: 16px; left: 22px; margin-right: 15px; font-size: 18px; }
    .accordion .accordion-content { display: none; padding: 0 20px 14px 20px; font-size: 0.9em; }
    .accordion .active .accordion-content { display: block; }
    .accordion .accordion-item.opened,
    .accordion .accordion-item.active { background: none; }

    /* -------------------------------------------------------------------------
        ALERT MESSAGES
    ------------------------------------------------------------------------- */

    .alert-message { position: relative; margin: 30px 0 0 0; padding: 24px 20px 24px 60px; font-size: 0.9em; border: 1px solid transparent; border-radius: 7px; }
    .alert-message .ico { position: absolute; top: 24px; left: 22px; font-size: 24px; }
    .alert-message .close { position: absolute; top: 8px; right: 8px; font-size: 24px; cursor: pointer; opacity: 0.5;
        -webkit-transition: opacity 300ms ease-in-out; -moz-transition: opacity 300ms ease-in-out; -ms-transition: opacity 300ms ease-in-out; -o-transition: opacity 300ms ease-in-out; transition: opacity 300ms ease-in-out; }
    .alert-message .close:hover { opacity: 1; }
    .alert-message > p { margin: 0; }

    /* -------------------------------------------------------------------------
        AUDIO PLAYER
    ------------------------------------------------------------------------- */

    .st-audio-player { display: inline-block; position: relative; padding-left: 60px; padding-right: 10px; width: 260px; height: 65px; border-radius: 7px; }
    .st-audio-player .ico { position: absolute; left: 10px; bottom: 10px; width: 45px; height: 45px; text-align: center; z-index: 40; border-radius: 5px; }
    .st-audio-player .ico i { position: relative; top: 13px; font-size: 18px; }
    .st-audio-player-inner { position: relative; top: 10px; }
    .st-audio-player .mejs-container { margin: auto; }
    .st-audio-player .mejs-container .mejs-controls { bottom: 7px; background: none; }
    .st-audio-player .mejs-controls .mejs-button button:focus { outline: 0; }

    .span3 .st-audio-player { padding-left: 10px; width: 220px; }
    .span3 .st-audio-player .ico { display: none; }

    /* -------------------------------------------------------------------------
        BLOG ARTICLES
    ------------------------------------------------------------------------- */

    /* HORIZONTAL LAYOUT */

    .blog-articles.horizontal .article-date { font-size: 0.7em; text-transform: uppercase; }
    .blog-articles.horizontal .article-title { margin: 10px 0 0 0; padding-bottom: 20px; font-weight: bold; font-size: 1.3em; border-bottom: 1px solid transparent; }
    .blog-articles.horizontal .article-categories { margin-top: 10px; padding-bottom: 10px; font-size: 0.7em; text-transform: uppercase; border-bottom: 1px solid transparent; }
    .blog-articles.horizontal .article-categories .ico { margin-right: 5px;  font-size: 14px; }
    .blog-articles.horizontal .article-media { margin-top: 20px; }
    .blog-articles.horizontal .article-excerpt { margin-top: 20px; font-size: 0.95em; }
    .blog-articles.horizontal .article-more.button { margin-top: 20px; padding: 10px 24px; font-size: 0.9em; }

    /* article image */

    .blog-articles .article-image { position: relative; }
    .blog-articles .article-image .ico { position: absolute; left: 10px; top: 10px; width: 45px; height: 45px; text-align: center; z-index: 30; border-radius: 5px; }
    .blog-articles .article-image .ico i { position: relative; top: 12px; font-size: 18px; }
    .blog-articles .article-image .thumb { position: relative; padding-bottom: 40%; width: 100%; height: 0; overflow: hidden; }
    .blog-articles .article-image .thumb img { position: absolute; top: -30%; z-index: 20; }
    .blog-articles .article-image img { display: block; }

    /* article audio */

    .blog-articles .article-audio { text-align: center; }

    /* article link */

    .blog-articles .article-link { position: relative; width: 100%; height: 65px; border-radius: 7px; }
    .blog-articles .article-link-inner { margin-right: 20px; overflow: hidden; }
    .blog-articles .article-link .ico { display: block; position: absolute; top: 10px; left: 10px; width: 45px; height: 45px; text-align: center; border-radius: 5px; }
    .blog-articles .article-link .ico i { position: relative; top: 13px; font-size: 18px; }
    .blog-articles .article-link a { display: block; padding: 24px 0 0 65px; white-space: nowrap; font-size: 0.9em; }
    .blog-articles .article-link a:hover { text-decoration: underline; }

    /* article quote */

    .blog-articles .article-quote { position: relative; padding-bottom: 30px; border-bottom: 1px solid transparent; }
    .blog-articles .article-quote { margin-top: 30px; }
    .blog-articles .article-quote blockquote { margin: 0; padding-left: 70px; }
    .blog-articles .article-quote p { font-size: 1.1em; font-style: normal; }
    .blog-articles .article-quote .ico { display: block; position: absolute; top: 0; left: 0; width: 45px; height: 45px; text-align: center; border-radius: 5px; }
    .blog-articles .article-quote .ico i { position: relative; top: 13px; font-size: 18px; }
    .blog-articles .article-quote .source { display: block; margin-top: 30px; font-size: 0.9em; }

    /* VERTICAL LAYOUT */

    .blog-articles.vertical article { margin-top: 12px; padding-top: 17px; border-top: 1px solid transparent; }
    .blog-articles.vertical li:first-child article { margin-top: 0; padding-top: 0; border: 0; }
    .blog-articles.vertical .article-date { font-size: 0.7em; text-transform: uppercase; line-height: 24px; }
    .blog-articles.vertical .article-title { margin: 0; font-weight: bold; font-size: 1em; line-height: 24px; }
    .blog-articles.vertical .article-categories { font-size: 0.7em; text-transform: uppercase; line-height: 24px; }
    .blog-articles.vertical .article-categories .ico { margin-right: 5px; font-size: 14px; }
    .blog-articles.vertical .article-excerpt { margin-top: 5px; font-size: 0.9em; }

    /* -------------------------------------------------------------------------
        BUTTON
    ------------------------------------------------------------------------- */

    .button { display: inline-block; position: relative; top: 0; padding: 12px 30px; font-size: 1em; border-radius: 7px; text-align: center;
        -webkit-transition: -webkit-box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        -moz-transition: -moz-box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        -ms-transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        -o-transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out; }
    .button.medium { padding: 15px 40px; font-size: 1.15em; }
    .button.big { padding: 24px 45px; font-size: 1.25em; }
    .button:hover { text-decoration: none; }
    .button:active { top: 2px; }
    .button .ico { position: relative; font-size: 18px; margin-right: 5px; }
    .button.big .ico { top: -1px; margin-right: 5px; }

    /* -------------------------------------------------------------------------
        CODE
    ------------------------------------------------------------------------- */

    .st-code { padding: 20px; border-radius: 7px; }
    .st-code pre { margin: 0; white-space: pre-wrap; line-height: 1.5em; font-size: 0.92em; }

    /* -------------------------------------------------------------------------
        CONTACT FORM
    ------------------------------------------------------------------------- */

    .wpcf7-form { margin-top: 30px; }
    .wpcf7-form label { display: block; margin: 0 0 10px 0; font-size: 1em; }
    .wpcf7-form input,
    .wpcf7-form textarea  { width: 100%; padding: 16px 22px 15px 22px; font-size: 14px; border-radius: 10px; border: 0; resize: none;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .wpcf7-form textarea { height: 160px; }
    .wpcf7-form p { position: relative; margin: 0 0 25px 0; }
    .wpcf7-form p:last-child { margin: 0; }
    .wpcf7-form p.alert { margin: 30px 0; }
    .wpcf7-form .error-ico { position: absolute; bottom: 12px; right: 14px; font-size: 24px; }
    .wpcf7-form #submit { display: inline-block; padding: 14px 22px 13px 22px; width: auto; cursor: pointer; font-weight: bold; font-size: 16px; border-radius: 7px;
        -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; transition: color 300ms ease-in-out, background-color 300ms ease-in-out; }

    /* Contact Form 7 fixes */

    .wpcf7-form .wpcf7-response-output { margin: 0 0 30px 0; padding: 0; border: 0; }
    .wpcf7-form p.alert { margin-top: 0; }
    .wpcf7-form span.wpcf7-form-control-wrap { display: block; }
    .wpcf7-form .wpcf7-not-valid-tip { display: block; position: absolute; left: auto; top: auto; bottom: -18px; margin-top: 0; padding: 0; width: 100%; height: 20px; text-align: right; font-size: 0.7em; background: none; border: 0; }
    .wpcf7-form .wpcf7-not-valid-tip .error-ico { bottom: 30px; }
    div.wpcf7 img.ajax-loader { margin-left: 20px; display: inline-block; }

    /* -------------------------------------------------------------------------
        CONTACT SECTION
    ------------------------------------------------------------------------- */

    section.contact .contact-map iframe { width: 100%; height: 300px; }

    /* -------------------------------------------------------------------------
        CONTENT BOX
    ------------------------------------------------------------------------- */

    .content-box { padding: 30px; border-radius: 7px; }

    /* -------------------------------------------------------------------------
        DIVIDER
    ------------------------------------------------------------------------- */

    .h-divider { margin: 30px 0; padding: 0; border: 0; border-top: 1px solid transparent; }
    .h-divider.medium { margin: 60px 0; }
    .h-divider.big { margin: 90px 0; }

    /* -------------------------------------------------------------------------
        DROPCAP
    ------------------------------------------------------------------------- */

    .dropcap { float: left; margin: 0 5px 5px 0; line-height: 100%; font-size: 2em; border: 1px solid transparent; border-radius: 3px; }
    .dropcap.has-box { padding: 5px 10px; margin: 0 10px 5px 0; }

    /* -------------------------------------------------------------------------
        DEFAULT FORM
    ------------------------------------------------------------------------- */

    .default-form label { font-size: 1em; }
    .default-form input,
    .default-form textarea { width: 100%; padding: 16px 22px 15px 22px; font-size: 14px; border-radius: 10px; border: 0;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .default-form p { position: relative; }
    .default-form .error-ico { position: absolute; bottom: 14px; right: 16px; font-size: 20px; }

    /* -------------------------------------------------------------------------
        CTA MESSAGE
    ------------------------------------------------------------------------- */

    .cta-message { padding: 0 40px; }
    .cta-message h3 { margin: 0; font-size: 1.6em;  }
    .cta-message h4 { margin: 10px 0 0 0; font-size: 1.6em; font-weight: bold; }
    .cta-message p { margin: 30px 0 0 0; }

    /* -------------------------------------------------------------------------
        CTA MESSAGE FULL
    ------------------------------------------------------------------------- */

    .cta-message-full { padding: 110px 0; background-position: center; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; }
    .cta-message-full-inner { padding: 0 40px; }
    .rgba .cta-message-full { border-bottom: 1px solid rgba(255,255,255,0.1); }
    .cta-message-full .message { padding: 18px 18px 18px 40px; border-radius: 10px; }
    .cta-message-full .message h2 { margin-top: 24px; font-size: 1.6em; font-weight: bold; }
    .rgba .cta-message-full .message { border: 1px solid rgba(255,255,255,0.2); }
    .cta-message-full .cta-button { text-align: right; }

    /* -------------------------------------------------------------------------
        GRID
    ------------------------------------------------------------------------- */

    .cssanimations .advanced-animations #core .row-fluid > * { visibility: hidden; -o-animation-duration: 1s; -moz-animation-duration: 1s; -webkit-animation-duration: 1s; animation-duration: 1s; }
    .cssanimations .advanced-animations #core .row-fluid > *.init { visibility: visible; }

    /* -------------------------------------------------------------------------
        ICON
    ------------------------------------------------------------------------- */

    .st-icon-box { display: inline-block; text-align: center; border-radius: 5px; }
    .st-icon-box.rounded { border-radius: 50%; }
    .st-icon-box i { position: relative; }
    .st-icon-link { display: inline-block; }
    .st-icon-link,
    .st-icon-link:hover { text-decoration: none; }

    /* -------------------------------------------------------------------------
        LIST
    ------------------------------------------------------------------------- */

    ul.list { list-style-type: none; }
    ul.list.small { font-size: 0.8em; }
    ul.list.big { font-size: 1.3em; }
    ul.list li { position: relative; margin: 14px 0 0 0; padding: 0 0 0 30px; list-style-type: none; }
    .cssanimations .advanced-animations ul.list li { visibility: hidden; }
    .cssanimations .advanced-animations ul.list li.init { visibility: visible; }
    ul.list.big li { margin-top: 20px; padding-left: 40px; }
    ul.list li:first-child { margin-top: 0; }
    ul.list li .ico { position: absolute; left: 0; top: 0; width: 18px; font-size: 18px; text-align: center; }
    ul.list.small li .ico { width: 14px; font-size: 14px; }
    ul.list.big li .ico { top: 5px; }

    /* -------------------------------------------------------------------------
        LOADING ANIMATION
    ------------------------------------------------------------------------- */

    @keyframes loading { from { transform: rotate(0); } to { transform: rotate(359deg); } }
    @-moz-keyframes loading { from { -moz-transform: rotate(0); } to { -moz-transform: rotate(359deg); } }
    @-webkit-keyframes loading { from { -webkit-transform: rotate(0); } to { -webkit-transform: rotate(359deg); } }
    @-o-keyframes loading { from { -o-transform: rotate(0); } to { -o-transform: rotate(359deg); } }

    .loading-anim { display: none; position: absolute; width: 100%; }
    .loading-anim span { display: block; position: relative; margin: 0 auto 0 auto; width: 50px; height: 50px; border-radius: 50%; text-align: center; }
    .loading-anim i { display: block; position: relative; font-size: 30px;
        animation-name: loading; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite;
        -moz-animation-name: loading; -moz-animation-duration: 1s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite;
        -webkit-animation-name: loading; -webkit-animation-duration: 1s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite;
        -o-animation-name: loading; -o-animation-duration: 1s; -o-animation-timing-function: linear; -o-animation-iteration-count: infinite;
    }

    /* -------------------------------------------------------------------------
        PAGINATION
    ------------------------------------------------------------------------- */

    .pagination { margin-top: 60px; text-align: center; }
    .pagination li { display: inline-block; margin: 10px 5px 0 0; font-size: 0.9em; }
    .pagination li a { position: relative; top: 0;
        -webkit-transition: -webkit-box-shadow 150ms ease-in-out, top 150ms ease-in-out, background-color 150ms ease-in-out;
        -moz-transition: -moz-box-shadow 150ms ease-in-out, top 150ms ease-in-out, background-color 150ms ease-in-out;
        -ms-transition: box-shadow 150ms ease-in-out, top 150ms ease-in-out, background-color 150ms ease-in-out;
        -o-transition: box-shadow 150ms ease-in-out, top 150ms ease-in-out, background-color 150ms ease-in-out;
        transition: box-shadow 150ms ease-in-out, top 150ms ease-in-out, background-color 150ms ease-in-out; }
    .pagination li a,
    .pagination li span { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 5px; }
    .pagination li a:hover { text-decoration: none; }
    .pagination li a:active { top: 2px; }
    .pagination li i { position: relative; top: 1px; font-size: 18px; }

    /* -------------------------------------------------------------------------
        PORTFOLIO PROJECTS
    ------------------------------------------------------------------------- */


    .portfolio-projects { position: relative; min-height: 100px; }
    .portfolio-projects.loading .loading-anim { display: block; left: 0; top: 30px; }
    .portfolio-projects.loading .portfolio-projects-inner { display: none; }
    .portfolio-projects .category-list { margin-bottom: 30px; padding: 0 40px; text-align: center; }
    .portfolio-projects .category-list li { display: inline-block; margin: 0 4px 8px 4px; border-radius: 5px;
        -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
        -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, -moz-box-shadow 300ms ease-in-out;
        -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out;
        -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out;
        transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out; }
    .portfolio-projects .category-list li a { display: block; padding: 12px 14px; font-size: 1em; }
    .portfolio-projects .category-list li a:hover { text-decoration: none; }
    .portfolio-projects .category-list li a i { font-size: 18px; margin-right: 5px; }

    .portfolio-projects .project-list.projects-per-row-1 .item { width: 100%; }
    .portfolio-projects .project-list.projects-per-row-2 .item { width: 50%; }
    .portfolio-projects .project-list.projects-per-row-3 .item { width: 33.3%; }
    .portfolio-projects .project-list.projects-per-row-4 .item { width: 24.99%; }
    .portfolio-projects.static .item { float: left; }

    /* image */

    .portfolio-projects .project-list img { display: block; box-shadow: #000 0em 0em 0em; } /* FF fix */
    .portfolio-projects .item-inner { position: relative; margin: 10px; text-align: center; }
    .portfolio-projects .item-inner > * { text-align: left; }
    .portfolio-projects .thumb-container { display: inline-block; position: relative; max-width: 100%; overflow: hidden; border-radius: 3px; }
    .portfolio-projects .lightbox-ico { display: none; position: absolute; top: -50px; right: 10px; width: 30px; height: 30px; text-align: center; border-radius: 5px;
        -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, top 300ms ease-in-out; -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, top 300ms ease-in-out; -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, top 300ms ease-in-out; -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, top 300ms ease-in-out; transition: color 300ms ease-in-out, background-color 300ms ease-in-out, top 300ms ease-in-out; }
    .portfolio-projects .lightbox-ico:hover { text-decoration: none; }
    .portfolio-projects .hover .lightbox-ico { top: 10px; }
    .portfolio-projects .hover .lightbox-ico:active { top: 12px; }
    .portfolio-projects .lightbox-ico i { position: relative; top: 4px; font-size: 16px; }

    /* audio */

    .portfolio-projects .project-audio { text-align: center; }
    .portfolio-projects .project-list.projects-per-row-4 .st-audio-player { padding-left: 10px; width: 230px; }
    .portfolio-projects .project-list.projects-per-row-4 .st-audio-player .ico { display: none; }

    /* info */

    .portfolio-projects .project-info { margin-top: 15px; padding: 5px 15px 15px 15px; border-radius: 7px; }
    .portfolio-projects .thumb-container .project-info { display: none; position: absolute; bottom: -100px; left: 10px; right: 10px; margin: 0; border-radius: 5px;
        -webkit-transition: bottom 300ms ease-in-out; -moz-transition: bottom 300ms ease-in-out; -ms-transition: bottom 300ms ease-in-out; -o-transition: bottom 300ms ease-in-out; transition: bottom 300ms ease-in-out; }
    .portfolio-projects .thumb-container.hover .project-info { bottom: 10px; }
    .portfolio-projects .project-info h3 { margin: 0; padding-top: 10px; font-size: 1em; }
    .portfolio-projects .project-info a:hover { text-decoration: underline; }
    .portfolio-projects .project-info .project-tags { padding-top: 10px; font-size: 0.7em; }
    .portfolio-projects .project-info .project-tags .ico { position: relative; top: 1px; margin-right: 8px; font-size: 14px; }

    /* ISOTOPE */

    .portfolio-projects .isotope-item { z-index: 2; }
    .portfolio-projects .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
    .portfolio-projects .isotope, .portfolio-projects .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
    .portfolio-projects .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
    .portfolio-projects .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; }
    .portfolio-projects .isotope.no-transition,
    .portfolio-projects .isotope.no-transition .isotope-item,
    .portfolio-projects .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }

    /* -------------------------------------------------------------------------
        PRICING TABLE
    ------------------------------------------------------------------------- */

    .pricing-table .column { position: relative; float: left; z-index: 10; }
    .pricing-table.number-of-columns-1 .column { width: 100%; }
    .pricing-table.number-of-columns-2 .column { width: 50%; }
    .pricing-table.number-of-columns-3 .column { width: 33.33%; }
    .pricing-table.number-of-columns-4 .column { width: 25%; }
    .pricing-table .column.popular { margin-top: -30px; border-radius: 7px; z-index: 20; }
    .pricing-table .column .title { position: relative; padding: 30px 0 26px 0;}
    .pricing-table .column.first-child .title { border-radius: 7px 0 0 0; }
    .pricing-table .column.last-child .title { border-radius: 0 7px 0 0; }
    .pricing-table .column .title h3 { margin: 0; font-size: 1.2em; }
    .pricing-table .column .title .label { display: block; position: absolute; left: 0; bottom: -12px; width: 100%; text-align: center; }
    .pricing-table .column .title .label span { display: inline-block; padding: 7px 10px; font-size: 0.75em; border-radius: 7px; }
    .pricing-table .column.popular .title { padding: 35px 0 30px 0; border-radius: 7px 7px 0 0; }
    .pricing-table .column.popular .title h3 { font-size: 1.4em; }
    .pricing-table .column .price { padding: 34px 0 30px 0; }
    .pricing-table .column .price strong { display: block; font-size: 2.4em; }
    .pricing-table .column.popular .price strong { font-size: 2.6em; }
    .pricing-table .column .price span { font-size: 0.9em; }
    .pricing-table .column.popular .price span { font-size: 1.1em; }
    .pricing-table .column .att { padding: 24px 40px; border-top: 1px solid transparent; }
    .pricing-table .column.popular .att { padding: 26px 0; font-size: 1.1em; }
    .pricing-table .column .att.first { border-top: 0; }
    .pricing-table .column .submit a { display: block; padding: 34px 0; font-size: 1.2em; }
    .pricing-table .column.first-child .submit a { border-radius: 0 0 0 7px; }
    .pricing-table .column.last-child .submit a { border-radius: 0 0 7px 0; }
    .pricing-table .column.popular .submit a { font-size: 1.3em; border-radius: 0 0 7px 7px; }

    /* -------------------------------------------------------------------------
        PROGRESS BAR
    ------------------------------------------------------------------------- */

    .progressbar { border-radius: 3px; }
    .progressbar-inner { display: block; position: relative; width: 0; height: 40px; border-radius: 3px 0 0 3px; }
    .progressbar-inner.percentage-100 { border-radius: 3px; }
    .cssanimations .advanced-animations .progressbar-inner { -webkit-transition: width 1s ease-in-out; -moz-transition: width 1s ease-in-out; -ms-transition: width 1s ease-in-out; -o-transition: width 1s ease-in-out; transition: width 1s ease-in-out; }
    .progressbar-label { display: block; padding-left: 20px; line-height: 40px; }

    /* -------------------------------------------------------------------------
        QUOTE
    ------------------------------------------------------------------------- */

    .st-quote { position: relative; overflow: hidden; border-radius: 7px }
    .st-quote .ico { position: absolute; font-size: 32px; top: 14px; left: 14px; opacity: 0.5; filter: alpha(opacity=50); }
    .st-quote blockquote { margin: 0; padding: 40px 40px 30px 60px; font-style: italic; border-radius: 7px; }
    .st-quote blockquote > p { margin: 0; }
    .st-quote .source { margin-top: 15px; padding: 0 20px; font-size: 0.9em; }

    /* -------------------------------------------------------------------------
        SEARCH FORM
    ------------------------------------------------------------------------- */

    .search-form form { max-width: 540px; margin: auto; }
    .search-form form > div { position: relative; height: 48px; border-radius: 7px; border: 1px solid transparent; }
    .search-form form label { display: none; }
    .search-form form input#s { margin: 0; padding: 15px 50px 0 20px; width: 100%; font-size: 16px; background: transparent; border: 0;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .search-form form button { display: block; position: absolute; top: 0; right: 0; width: 48px; height: 48px; border-radius: 7px; }
    .search-form form button i { font-size: 18px; opacity: 1;
        -webkit-transition: opacity 300ms ease-in-out; -moz-transition: opacity 300ms ease-in-out; -ms-transition: opacity 300ms ease-in-out; -o-transition: opacity 300ms ease-in-out; transition: opacity 300ms ease-in-out; }
    .search-form form button:active i { opacity: .8; }

    /* -------------------------------------------------------------------------
        SECTION
    ------------------------------------------------------------------------- */

    .cssanimations .advanced-animations #core section.major { visibility: hidden; -o-animation-duration: 1s; -moz-animation-duration: 1s; -webkit-animation-duration: 1s; animation-duration: 1s; }
    .cssanimations .advanced-animations #core section.major.init { visibility: visible; }
    section .section-title { padding: 70px 0; border-bottom: 4px solid transparent; }
    section .section-title h2 { padding: 0 40px; font-size: 1em;  }
    section .section-title h2 strong { padding-right: 30px; font-size: 2.4em; font-weight: normal; }
    section .section-title h2 span { position: relative; bottom: 5px; font-size: 1em; }
    section .section-content { padding: 90px 0; }
    section .section-content-inner { padding: 0 40px; }

    /* -------------------------------------------------------------------------
        SECTION ( MINOR)
    ------------------------------------------------------------------------- */

    section.minor,
    .various-content > section.minor { margin-top: 30px; visibility: visible; -o-animation-duration: 0s; -moz-animation-duration: 0s; -webkit-animation-duration: 0s; animation-duration: 0s; }
    section.minor.medium,
    .various-content > section.minor.medium { margin-top: 60px; }
    section.minor.big,
    .various-content > section.minor.big { margin-top: 90px; }
    section.minor:first-child { margin-top: 0; }

    /* -------------------------------------------------------------------------
        SERVICES SECTION
    ------------------------------------------------------------------------- */

    section.services .services-list { padding: 60px 0 70px 0; }
    section.services .services-list-inner { padding: 0 40px; }

    /* -------------------------------------------------------------------------
        SERVICE
    ------------------------------------------------------------------------- */

    .service .ico { display: inline-block; font-size: 56px; }
    .service > * { margin-top: 35px; }
    .service > *:first-child { margin-top: 0; }
    .service h2 { font-size: 1.6em; }

    /* -------------------------------------------------------------------------
        SHAKESPEARE SLIDER
    ------------------------------------------------------------------------- */

    .shakespeare-slider { background-size: cover; background-attachment: fixed; background-position: center; background-repeat: no-repeat; }
    .shakespeare-slider .slider-inner { position: relative; }
    .shakespeare-slider .carousel { margin: 0; }

    /* items */

    .shakespeare-slider .carousel-inner .item { background-position: center; background-size: cover; background-repeat: no-repeat; }
    .shakespeare-slider .carousel-inner .item-inner { display: table; width: 100%; height: 100%; }
    .shakespeare-slider .carousel-inner .item-content { display: table-cell; padding: 40px 100px; }
    .shakespeare-slider .carousel-inner .item h2 { margin: 40px 0; line-height: 1.5em; font-weight: normal; }
    .shakespeare-slider .carousel-inner .item h3 { line-height: 1.5em; }
    .shakespeare-slider .carousel-inner .item p { margin: 40px 0 0 0; line-height: 1.5em; }
    .shakespeare-slider .carousel-inner .item p:first-child { margin-top: 0; }
    .shakespeare-slider .carousel-inner .item .button { margin: 10px 10px; line-height: normal; font-weight: normal; text-decoration: none; }
    .shakespeare-slider .carousel-inner .item p .button { font-size: 0.75em; }

    /* controls */

    .shakespeare-slider .nav { position: absolute; top: 50%; }
    .shakespeare-slider .nav button { display: block; position: relative; top: -23px; width: 46px; height: 50px; border-radius: 7px; text-align: center; }
    .shakespeare-slider .nav button:active { top: -21px; }
    .shakespeare-slider .nav button i { display: block; position: relative; top: -1px; left: 0; font-size: 24px; }
    .shakespeare-slider .nav.prev { left: 20px; }
    .shakespeare-slider .nav.next { right: 20px; }
    .shakespeare-slider button.pause { display: block; position: absolute; bottom: 25px; right: 20px; width: 46px; height: 46px; border-radius: 7px; }
    .shakespeare-slider button.pause:active { bottom: 23px; }
    .shakespeare-slider button.pause .icon-play { display: none; }
    .shakespeare-slider button.pause.paused .icon-play { display: block; }
    .shakespeare-slider button.pause.paused .icon-pause { display: none; }
    .shakespeare-slider .nav button {
        -webkit-transition: -webkit-box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        -moz-transition: -moz-box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        -ms-transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        -o-transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out; }
    .shakespeare-slider button.pause { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

    /* indicator */

    .shakespeare-slider .indicator { position: absolute; bottom: 0; left: 0; width: 100%; height: 6px; font-size: 0; line-height: 0; background: rgba(0,0,0,.3); }
    .shakespeare-slider .indicator .progressbar { height: 6px; width: 0; border-radius: 0; }

    /* loading */

    .shakespeare-slider .loading-anim { display: block; position: absolute; top: 20px; right: 20px; width: 50px; height: 50px; z-index: 50; }

    /* -------------------------------------------------------------------------
        TABLE DIV
    ------------------------------------------------------------------------- */

    .table { display: table; width: 100%; }
    .tablecell { display: table-cell; vertical-align: middle; }

    /* -------------------------------------------------------------------------
        TABS
    ------------------------------------------------------------------------- */

    .tabs { position: relative; margin-top: 30px; z-index: 30; }
    .tabs .tab { display: block; position: relative; float: left; padding: 14px 20px; font-size: 1.07em; border: 1px solid transparent; border-left-width: 0; cursor: pointer; }
    .tabs .tab.has-icon { padding-left: 45px; }
    .tabs .tab.active { background: none; }
    .tabs .tab.first-child { border-left-width: 1px; border-radius: 7px 0 0 0; }
    .tabs .tab.last-child { border-radius: 0 7px 0 0; }
    .tabs .tab i { position: absolute; top: 16px; left: 20px; font-size: 18px; }
    .tab-content { position: relative; top: -1px; z-index: 20; }
    .tab-content .item { display: none; padding: 20px; font-size: 0.9em; border: 1px solid transparent; border-radius: 0 7px 7px 7px; }
    .tab-content .item.active { display: block; }

    /* -------------------------------------------------------------------------
        TEAM SECTION
    ------------------------------------------------------------------------- */

    section.team { padding-bottom: 70px; }
    .rgba section.team { border-bottom: 1px solid rgba(255,255,255,0.1); }
    section.team .section-header { padding: 80px 0 160px 0; background-position: center; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; }
    section.team .section-header-inner { padding: 0 30px; }
    section.team .section-header h2 { font-size: 2.6em; }
    section.team .section-header h3 { font-size: 1.8em; }
    section.team .section-header .container > * { margin-top: 20px; }
    section.team .section-header .container > *:first-child { margin-top: 0; }
    section.team .member-list-inner { padding: 0 40px; }
    section.team .team-member { padding: 1px 10px 40px 10px; border-radius: 0 0 20px 20px; }
    section.team .team-member .thumb { position: relative; margin-top: -100px; }
    section.team .team-member .thumb img { max-width: 190px; }
    section.team .team-member h3 { margin: 34px 0 0 0; font-size: 1.8em; }
    section.team .team-member p.description { margin: 8px 0 0 0; }
    section.team .team-member .various-content > * { margin-top: 20px; }


/* -----------------------------------------------------------------------------

    4.) HEADER

----------------------------------------------------------------------------- */

header { min-height: 93px; border-bottom: 7px solid transparent; }
.fixed-header header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; }
.header-inner { position: relative; padding: 0 16px 0 40px; }

    /* -------------------------------------------------------------------------
        LANGBAR
    ------------------------------------------------------------------------- */

    #langbar { padding: 8px 0 6px 0; }
    .langbar-inner { padding: 0 40px; }
    #langbar ul { float: right; }
    #langbar li { margin-left: 20px; float: left; line-height: 12px; font-size: 0.75em; text-transform: uppercase; }
    #langbar li:first-child { margin: 0; }
    #langbar li a:hover { text-decoration: none; }
    #langbar li a:hover .lang-code { text-decoration: underline; }
    #langbar li span { display: inline-block; }
    #langbar li img { display: block; }
    #langbar li .lang-code { position: relative; top: -2px; margin-left: 2px; }

    /* -------------------------------------------------------------------------
        BRANDING
    ------------------------------------------------------------------------- */

    header .branding { display: table; position: absolute; top: 0; height: 93px; }
    header .branding a { display: table-cell; vertical-align: middle; }
    header .branding img { max-width: 170px; /*max-height: 42px;*/ }

    /* -------------------------------------------------------------------------
        MAIN NAV
    ------------------------------------------------------------------------- */

    header .nav-toggle { display: none; position: relative; float: right; top: 0; margin-top: 10px; width: 50px; height: 50px; text-align: center; border-radius: 7px;
        -webkit-transition: -webkit-box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        -moz-transition: -moz-box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        -ms-transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        -o-transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out; }
    header .nav-toggle:active { top: 2px; }
    header .nav-toggle i { font-size: 21px; }
    nav.main { position: relative; float: right; }
    nav.main select { display: none; border-radius: 5px; border: 0; cursor: pointer; }
    nav.main > ul { position: relative; z-index: 30; }
    nav.main > ul > li { float: left; position: relative; }
    nav.main > ul > li > a { display: block; margin-bottom: -7px; padding: 0 24px; height: 100px; outline: 0; }
    nav.main > ul > li > a span { position: relative; top: 44px; }
    nav.main > ul > li > a:hover { text-decoration: none; }
    nav.main .indicator { display: none; position: absolute; left: 0; bottom: -7px; width: 0; height: 7px; line-height: 0; font-size: 0; z-index: 20; }
    /* lvl 2 */
    nav.main > ul > li > ul { display: none; position: absolute; margin-top: -5px; left: 25px; font-size: 0.85em; border-radius: 5px; z-index: 30;
    -o-animation-duration: 400ms; -moz-animation-duration: 400ms; -webkit-animation-duration: 400ms; animation-duration: 400ms; }
    nav.main > ul > li > ul li { position: relative; padding: 5px; border-top: 1px solid transparent; }
    nav.main > ul > li > ul li:first-child { border: 0; }
    nav.main > ul > li > ul a { display: block; padding: 8px 10px; white-space: nowrap; border-radius: 3px; }
    nav.main > ul > li > ul a:hover { text-decoration: none; }
    @media (max-width: 1400px) {
        nav.main > ul > li.last > ul { left: auto; right: 22px; }
    }
    /* lvl 3 */
    nav.main > ul ul ul { display: none; position: absolute; margin-left: -10px; top: 5px; left: 100%; border-radius: 5px; z-index: 40;
    -o-animation-duration: 400ms; -moz-animation-duration: 400ms; -webkit-animation-duration: 400ms; animation-duration: 400ms; }
    nav.main > ul ul ul > li { position: relative; border-top: 1px solid transparent; }
    nav.main > ul ul ul > li:first-child { border: 0; }
    @media (max-width: 1600px) {
        nav.main > ul > li.penultimate ul ul { display: none; position: absolute; top: 0; left: auto; right: 100%; }
    }
    @media (max-width: 1800px) {
        nav.main > ul > li.last ul ul { display: none; position: absolute; top: 0; left: auto; right: 100%; margin-right: -7px; }
    }


/* -----------------------------------------------------------------------------

    5.) CORE

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        PAGE
    ------------------------------------------------------------------------- */

    .page-title-container.has-bg { position: relative; padding-top: 230px; background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; }
    .page-title { background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; border-bottom: 4px solid transparent; }
    .page-title-inner { padding: 70px 0; }
    .page-title h1,
    .page-title h2 { padding: 0 40px; font-size: 1em;  }
    .page-title h1 strong,
    .page-title h2 strong { font-size: 2.4em; font-weight: normal; }
    .page-title h1 span,
    .page-title h2 span { position: relative; bottom: 5px; padding-left: 30px; font-size: 1em; }
    .page-content { padding: 90px 0; }
    .page-content-inner { padding: 0 40px; }

    /* -------------------------------------------------------------------------
        BLOG PAGE
    ------------------------------------------------------------------------- */

    .sticky { padding: 30px; border-radius: 7px; }

    /* ARTICLE TITLE */

    .blog-page .article-title { margin-top: 40px; padding-bottom: 18px; border-bottom: 1px solid transparent; }
    .blog-page .article-title:first-child { margin-top: 0; }
    .blog-page .article-title .date { margin: 0 0 5px 0; }
    .blog-page .article-title h1,
    .blog-page .article-title h2 { margin: 0; font-weight: bold; font-size: 1.8em; }

    /* ARTICLE INFO */

    .blog-page .article-info { display: block; position: relative; padding: 20px 0; border-bottom: 1px solid transparent; }
    .blog-page .article-info li { display: inline-block; padding: 4px 20px 4px 0; font-size: 0.75em; line-height: 1.8em; text-transform: uppercase; }
    .blog-page .article-info li i { margin-right: 5px; font-size: 14px; }

    /* ARTICLE LIST */

    .cssanimations .advanced-animations .blog-page .article-list article { visibility: hidden; -o-animation-duration: 1s; -moz-animation-duration: 1s; -webkit-animation-duration: 1s; animation-duration: 1s; }
    .cssanimations .advanced-animations .blog-page .article-list article.init { visibility: visible; }
    .cssanimations .advanced-animations .blog-page .article-list article { visibility: hidden; -o-animation-duration: 1s; -moz-animation-duration: 1s; -webkit-animation-duration: 1s; animation-duration: 1s; }.blog-page .article-list article { margin-top: 130px; }
    .blog-page .article-list article:first-child { margin-top: 0; }

    /* ARTICLE IMAGE */

    .blog-page .article-image { position: relative; margin-top: 30px; }
    .blog-page .article-image .ico { position: absolute; left: 10px; top: 10px; width: 45px; height: 45px; text-align: center; z-index: 30; border-radius: 5px; }
    .blog-page .article-image .ico i { position: relative; top: 12px; font-size: 18px; }
    .blog-page .article-image .thumb { position: relative; padding-bottom: 40%; width: 100%; height: 0; overflow: hidden; }
    .blog-page .article-image .thumb img { position: absolute; top: -30%; z-index: 20; }
    .blog-page article.image .article-image img { display: block; }

    /* ARTICLE VIDEO */

    .blog-page .article-video { margin-top: 30px; }

    /* ARTICLE AUDIO */

    .blog-page .article-audio { margin-top: 30px; text-align: center; }

    /* ARTICLE LINK */

    article.link .article-link { position: relative; margin-top: 30px; width: 100%; height: 65px; border-radius: 7px; }
    article.link .article-link-inner { margin-right: 20px; overflow: hidden; }
    article.link .article-link .ico { display: block; position: absolute; top: 10px; left: 10px; width: 45px; height: 45px; text-align: center; border-radius: 5px; }
    article.link .article-link .ico i { position: relative; top: 13px; font-size: 18px; }
    article.link .article-link a { display: block; padding: 24px 0 0 75px; white-space: nowrap; }
    article.link .article-link a:hover { text-decoration: underline; }

    /* ARTICLE QUOTE */

    article.quote .article-quote { position: relative; padding-bottom: 30px; border-bottom: 1px solid transparent; }
    .blog-page .article-quote { margin-top: 30px; }
    .blog-page .article-quote blockquote { margin: 0; padding-left: 80px; }
    .blog-page .article-quote p { font-size: 1.8em; font-style: normal; }
    .blog-page .article-quote .ico { display: block; position: absolute; top: 0; left: 0; width: 45px; height: 45px; text-align: center; border-radius: 5px; }
    .blog-page .article-quote .ico i { position: relative; top: 13px; font-size: 18px; }
    .blog-page .article-quote .source { display: block; margin-top: 30px; font-size: 1em; }

    /* ARTICLE EXCERPT */

    .blog-page .article-excerpt { line-height: 1.8em; }

    /* ARTICLE CONTENT */

    .blog-page .article-content { margin-top: 40px; }
    .blog-page .article-detail .article-content { padding-bottom: 0; }

    /* ARTICLE MORE */

    .blog-page .article-more .button { margin-top: 40px;  }

    /* ARTICLE COMMENTS */

    .blog-page .article-comments { margin-top: 60px; }

    /* PAGINATION */

    .blog-page .pagination { padding-top: 30px; border-top: 1px solid transparent; }

    /* -------------------------------------------------------------------------
        ARTICLE COMMENTS
    ------------------------------------------------------------------------- */

    .article-comments { margin-top: 60px; }
    .article-comments .comments-count { margin: 0 0 40px 0; font-size: 1.6em; font-weight: normal; }

    /* COMMENT LIST */

    .bypostauthor { padding: 10px 10px 30px 10px; border-radius: 7px; }
    .article-comments .comment-header { border-radius: 7px; padding: 15px; }
    .article-comments .comment-list { margin-bottom: 80px; }
    .article-comments li.depth-1 { margin-top: 60px; }
    .article-comments li.depth-1:first-child { margin-top: 0; }
    .article-comments .children { padding-left: 60px; }
    .article-comments .children li.comment { margin-top: 40px; }
    .article-comments .comment-author { display: inline-block; margin-right: 40px; vertical-align: top; }
    .article-comments .comment-author a:hover { text-decoration: underline; }
    .article-comments .author-portrait { display: inline-block; margin-right: 37px; vertical-align: top; }
    .article-comments .author-portrait img { display: block; border-radius: 50%; }
    .article-comments .author-name { display: inline-block; line-height: 60px; font-size: 1em; vertical-align: top; }
    .article-comments .comment-meta { display: inline-block; margin-right: 40px; line-height: 60px; vertical-align: top; font-size: 0.8em; }
    .article-comments .comment-meta a:hover { text-decoration: underline; }
    .article-comments .comment-tools { display: inline-block; line-height: 60px; font-size: 0.8em; vertical-align: top; }
    .article-comments .comment-tools .reply { display: inline-block; margin-right: 10px; }
    .article-comments .comment-tools a:hover { text-decoration: underline; }
    .article-comments .comment-tools i { font-size: 16px; }
    .article-comments .comment-content { padding-top: 20px; padding-right: 20px; font-size: 0.9em; }
    .article-comments .comment-content.offset { padding-left: 20px; }
    .article-comments #respond { margin-top: 30px; }
    .article-comments .form-allowed-tags { font-size: 0.8em; }
    .article-comments .pagination { margin-top: 60px; }

    /* COMMENT FORM */

    #respond { position: relative; padding: 60px; border-radius: 7px; }
    #respond h3 { margin: 0; padding-bottom: 14px; font-weight: normal; font-size: 2em; }
    #respond h3 a:hover { text-decoration: underline; }
    #respond h3 small { position: absolute; top: 20px; right: 20px; font-size: 14px; }
    #respond h3 small i { font-size: 16px; }
    #respond p { position: relative; margin: 24px 0 0 0; }
    #respond p.comment-row { margin-top: 40px; }
    #respond label { display: block; margin: 0 0 16px 0; }
    #respond input,
    #respond textarea { display: block; margin: 0; padding: 14px 20px; width: 100%; font-size: 16px; resize: none; border-radius: 7px; border: 0;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    #respond textarea { height: 160px; }
    #respond input#submit { display: inline-block; position: relative;  top: 0; padding: 14px 22px 13px 22px; width: auto; cursor: pointer; font-weight: bold; font-size: 15px; border-radius: 7px;
        -webkit-transition: -webkit-box-shadow 150ms ease-in-out, top 150ms ease-in-out;
        -moz-transition: -moz-box-shadow 150ms ease-in-out, top 150ms ease-in-out;
        -ms-transition: box-shadow 150ms ease-in-out, top 150ms ease-in-out;
        -o-transition: box-shadow 150ms ease-in-out, top 150ms ease-in-out;
        transition: box-shadow 150ms ease-in-out, top 150ms ease-in-out;
    }
    #respond input#submit:active { top: 2px; }

    /* -------------------------------------------------------------------------
        PROJECT DETAIL
    ------------------------------------------------------------------------- */

    /* project media */

    .project-detail .project-images li { margin-top: 30px; }
    .cssanimations .advanced-animations .project-detail .project-images li { visibility: hidden; -o-animation-duration: 1s; -moz-animation-duration: 1s; -webkit-animation-duration: 1s; animation-duration: 1s; }
    .cssanimations .advanced-animations .project-detail .project-images li.init { visibility: visible; }
    .project-detail .project-images li:first-child { margin-top: 0; }
    .project-detail .project-images.carousel li { margin: 0; }
    .project-detail .project-media { position: relative; }
    .project-detail .project-media .project-audio { text-align: center; }
    .project-detail .project-images-nav { opacity: 0.5;
        -webkit-transition: opacity 300ms ease-in-out; -moz-transition: opacity 300ms ease-in-out; -ms-transition: opacity 300ms ease-in-out; -o-transition: opacity 300ms ease-in-out; transition: opacity 300ms ease-in-out;}
    .project-detail .project-images-nav .nav { position: absolute; top: 50%; }
    .project-detail .project-media:hover .project-images-nav { opacity: 1; }
    .project-detail .project-images-nav .nav.prev { left: 20px; }
    .project-detail .project-images-nav .nav.next { right: 20px; }
    .project-detail .project-images-nav button { position: relative; top: -20px; display: block; width: 40px; height: 40px; border-radius: 5px; }
    .project-detail .project-images-nav button i { position: relative; left: 0; font-size: 18px;
        -webkit-transition: left 300ms ease-in-out; -moz-transition: left 300ms ease-in-out; -ms-transition: left 300ms ease-in-out; -o-transition: left 300ms ease-in-out; transition: left 300ms ease-in-out; }
    .project-detail .project-images-nav button.prev:active i { left: -2px; }
    .project-detail .project-images-nav button.next:active i { left: 2px; }
    .project-detail .carousel-inner > .item > img,
    .project-detail .carousel-inner > .item > a > img { display: inline; }

    /* project data */

    .project-detail .project-data.data-top { padding-bottom: 80px; }
    .project-detail .project-data.data-bottom { padding-top: 80px; }
    .project-detail .project-parameters { margin-bottom: 40px; padding: 10px 20px; font-size: 0.9em; border-radius: 7px; }
    .project-detail .project-parameters li { position: relative; padding: 5px 0 5px 100px; line-height: 1.8em; border-top: 1px solid transparent; }
    .project-detail .project-parameters li:first-child { border: 0; }
    .project-detail .project-parameters h3 { position: absolute; top: 5px; left: 5px; margin: 0; width: 80px; font-size: 1em; }
    .project-detail .project-parameters span { margin-right: 10px; text-transform: uppercase; }
    .project-detail .project-parameters span:last-child { margin: 0; }
    .project-detail .project-categories,
    .project-detail .project-tags { position: relative; padding-left: 30px; margin-top: 15px; font-size: 0.9em; line-height: 1.5em; }
    .project-detail .project-categories .ico,
    .project-detail .project-tags .ico { position: absolute; top: 0; left: 0; font-size: 18px; }

    .project-detail .project-data > * { margin-top: 60px; }
    .project-detail .project-data > *:first-child { margin-top: 0; }

    /* project nav */

    .project-nav { padding: 30px 0 50px 0; text-align: center; border-top: 1px solid transparent; }
    .project-nav a { display: inline-block; position: relative; top: 0; margin: 0 2px; width: 40px; height: 40px; text-align: center; border-radius: 5px;
        -webkit-transition: -webkit-box-shadow 150ms ease-in-out, background-color 300ms ease-in-out, top 150ms ease-in-out;
        -moz-transition: -moz-box-shadow 150ms ease-in-out, background-color 300ms ease-in-out, top 150ms ease-in-out;
        -ms-transition: box-shadow 150ms ease-in-out, background-color 300ms ease-in-out, top 150ms ease-in-out;
        -o-transition: box-shadow 150ms ease-in-out, background-color 300ms ease-in-out, top 150ms ease-in-out;
        transition: box-shadow 150ms ease-in-out, background-color 300ms ease-in-out, top 150ms ease-in-out; }
    .project-nav a:hover { text-decoration: none; }
    .project-nav a i { position: relative; top: 11px; left: 0; font-size: 18px;
        -webkit-transition: left 300ms ease-in-out; -moz-transition: left 300ms ease-in-out; -ms-transition: left 300ms ease-in-out; -o-transition: left 300ms ease-in-out; transition: left 300ms ease-in-out; }
    .project-nav a:active { top: 2px; }

    /* -------------------------------------------------------------------------
        SEARCH RESULTS
    ------------------------------------------------------------------------- */

    .search-results .search-form-container { margin-bottom: 60px; }
    .search-results article { margin-top: 30px; }
    .search-results article .article-link { margin-top: 10px; }
    .search-results article .article-excerpt { margin-top: 30px; font-size: 0.9em; }

/* -----------------------------------------------------------------------------

    6.) SIDEBAR

----------------------------------------------------------------------------- */

    #sidebar { padding: 30px; border-radius: 7px; }

    .sidebar-on-left > .row-fluid > div { float: right; }
    .sidebar-on-left > .row-fluid > div.span9 { margin-left: 3.5533%; }
    .sidebar-on-left > .row-fluid > div.span3 { margin-left: 0; }
    @media (max-width: 1199px) {
        .sidebar-on-left > .row-fluid > div:first-child { margin-left: 3.40426%; }
    }
    @media (max-width: 979px) {
        .sidebar-on-left > .row-fluid > div:first-child { margin-left: 2.76243%; }
    }

    /* -------------------------------------------------------------------------
        WIDGETS
    ------------------------------------------------------------------------- */

    #sidebar .widget { margin-top: 50px; }
    #sidebar .widget:first-child { margin-top: 0; }
    #sidebar .widget h3 { margin: 0 0 22px 0; font-size: 1.05em; font-weight: bold; }
    #sidebar .widget-content:first-child { margin-top: 0; }
    #sidebar .widget .widget-content > ul > li,
    #sidebar .widget .widget-content > div > ul > li { border-top: 1px solid transparent; }
    #sidebar .widget .widget-content > ul > li:first-child,
    #sidebar .widget .widget-content > div > ul > li:first-child,
    #sidebar .widget .widget-content > .selectbox > ul > li { border-top: 0; }
    #sidebar .widget .widget-content .image-list li { border: 0; }

    /* ARCHIVE WIDGET */

    /* as list */

    #sidebar .widget.widget_archive .widget-content > ul > li { padding: 13px 14px; }
    #sidebar .widget.widget_archive .widget-content > ul > li:first-child { padding-top: 0; }

    /* as dropdown */

    #sidebar .widget.widget_archive select { display: none; }
    #sidebar .widget.widget_archive .selectbox { border-radius: 7px; }
    #sidebar .widget.widget_archive button { display: block; position: relative; padding: 15px 20px; width: 100%; text-align: left; font-size: 1em;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    #sidebar .widget.widget_archive button i { position: absolute; top: 15px; right: 20px; font-size: 18px;
        transform: rotate(0); -ms-transform: rotate(0); -webkit-transform: rotate(0);
        -webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
    #sidebar .widget.widget_archive button.active i { transform: rotate(-180deg); -ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); }
    #sidebar .widget.widget_archive .selectbox ul { display: none; padding-bottom: 12px; }
    #sidebar .widget.widget_archive .selectbox li { cursor: pointer; padding: 12px 20px; }

    /* CALENDAR WIDGET */

    #sidebar .widget.widget_calendar table { width: 100%; }
    #sidebar .widget.widget_calendar caption { padding-bottom: 14px; text-align: left; }
    #sidebar .widget.widget_calendar td,
    #sidebar .widget.widget_calendar th { padding: 3px 0; }
    #sidebar .widget.widget_calendar tfoot td { padding-top: 10px; }
    #sidebar .widget.widget_calendar tfoot #next { text-align: right; }

    /* CATEGORIES WIDGET */

    /* as list */

    #sidebar .widget.widget_categories .widget-content > ul li a { display: inline-block; padding: 13px 0 13px 0; }
    #sidebar .widget.widget_categories .widget-content > ul:first-child > li:first-child > a { padding-top: 0; }
    #sidebar .widget.widget_categories .widget-content > ul ul.children { padding: 0 0 8px 14px; }
    #sidebar .widget.widget_categories .widget-content > ul ul.children a { padding: 8px 0 8px 12px; font-size: 0.9em; }

    /* as dropdown */

    #sidebar .widget.widget_categories select { display: none; }
    #sidebar .widget.widget_categories .selectbox { border-radius: 7px; }
    #sidebar .widget.widget_categories button { display: block; position: relative; padding: 15px 20px; width: 100%; text-align: left; font-size: 1em;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    #sidebar .widget.widget_categories button i { position: absolute; top: 15px; right: 20px; font-size: 18px;
        transform: rotate(0); -ms-transform: rotate(0); -webkit-transform: rotate(0);
        -webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
    #sidebar .widget.widget_categories button.active i { transform: rotate(-180deg); -ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); }
    #sidebar .widget.widget_categories .selectbox ul { display: none; padding-bottom: 12px; }
    #sidebar .widget.widget_categories .selectbox li { cursor: pointer; padding: 12px 20px; }

    /* CUSTOM MENU WIDGET */

    #sidebar .widget.widget_nav_menu li a { display: block; padding: 13px 14px; }
    #sidebar .widget.widget_nav_menu ul.menu > li:first-child > a { padding-top: 0; }
    #sidebar .widget.widget_nav_menu ul.sub-menu { padding: 0 0 14px 14px; }
    #sidebar .widget.widget_nav_menu ul.sub-menu a { padding: 8px 12px; font-size: 0.9em; }

    /* IMAGES WIDGET */

    #sidebar .widget.images .widget-content { position: relative; min-height: 50px; }
    #sidebar .widget.images.loading .loading-anim { display: block; }
    #sidebar .widget.images .feed { display: none; }
    #sidebar .widget.images li { float: left; margin: 0 5% 5% 0; width: 30%; }
    #sidebar .widget.images li.third { margin-right: 0; }
    #sidebar .widget.images li a { display: block; padding-bottom: 100%; width: 100%; height: 0; background-position: center; background-size: cover; opacity: 1; border-radius: 3px;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: opacity 300ms ease-in-out; -moz-transition: opacity 300ms ease-in-out; -ms-transition: opacity 300ms ease-in-out; -o-transition: opacity 300ms ease-in-out; transition: opacity 300ms ease-in-out; }
    #sidebar .widget.images li a:hover { opacity: .7; }
    #sidebar .widget.images li a:active { opacity: .5; }
    #sidebar .widget.images li img { display: none; }

    /* LINKS WIDGET */

    #sidebar .widget.widget_links li { padding: 13px 0; }
    #sidebar .widget.widget_links li:first-child { padding-top: 0; }

    /* META WIDGET */

    #sidebar .widget.widget_meta a { display: block; padding: 13px 0; font-size: 1.15em; }

    /* PAGES WIDGET */

    #sidebar .widget.widget_pages li a { display: block; padding: 13px 0; }
    #sidebar .widget.widget_pages .widget-content > ul:first-child > li:first-child > a { padding-top: 0; }
    #sidebar .widget.widget_pages ul.children { padding: 0 0 14px 14px; }
    #sidebar .widget.widget_pages ul.children a { padding: 8px 12px; font-size: 0.9em; }

    /* RECENT COMMENTS WIDGET */

    #sidebar .widget.widget_recent_comments li { padding: 13px 0; }
    #sidebar .widget.widget_recent_comments li:first-child { padding-top: 0; }

    /* RECENT POSTS WIDGET */

    #sidebar .widget.widget_recent_entries li { padding: 13px 0; }
    #sidebar .widget.widget_recent_entries li:first-child { padding-top: 0; }

    /* RSS WIDGET */

    #sidebar .widget.widget_rss li { padding: 20px 0; }
    #sidebar .widget.widget_rss li:first-child { padding-top: 0; }
    #sidebar .widget.widget_rss .rssSummary { margin-top: 10px; }
    #sidebar .widget.widget_rss cite { display: block; margin-top: 10px; font-size: 0.8em; }


/* -----------------------------------------------------------------------------

    7.) SUBSCRIBE SECTION

----------------------------------------------------------------------------- */

    #subscribe { padding: 90px 0; }
    .subscribe-inner { padding: 0 30px; }
    #subscribe p { margin: 0; }
    #subscribe h3 { font-size: 1.4em; }
    #subscribe .alert-message { margin-bottom: 30px; }
    #subscribe .alert-message.success { margin-bottom: 0; }
    #subscribe .submit { font-weight: bold; }
    #subscribe .table,
    #subscribe .tablecell { width: 100%; height: 60px; }


/* -----------------------------------------------------------------------------

    8.) TWITTER FEED

----------------------------------------------------------------------------- */

    #twitter-feed { padding: 40px 0; border-bottom: 4px solid transparent; }
    .twitter-feed-inner { position: relative; padding: 0 40px; }
    #twitter-feed .ico { position: absolute; top: 0; font-size: 46px; }
    #twitter-feed .btn { text-align: right; }
    #twitter-feed .tweets { margin-top: 0; }
    #twitter-feed .tweets > li { margin-top: 30px; }
    #twitter-feed .tweets > li:first-child { margin-top: 0; }
    #twitter-feed .tweet { display: block; margin: 0; line-height: 1.5em; }
    #twitter-feed .tweet a { text-decoration: underline; }
    #twitter-feed .tweet a:hover { text-decoration: none; }
    #twitter-feed .date { display: block; margin-top: 10px; font-size: 0.8em; }
    #twitter-feed .loading { position: relative; margin: 0; }
    #twitter-feed .loading .loading-anim { display: block; top: 20px; }

/* -----------------------------------------------------------------------------

    9.) BOTTOM PANEL

----------------------------------------------------------------------------- */

#bottom-panel { border-bottom: 4px solid transparent; }
#bottom-panel .bottom-panel-inner { padding: 60px 40px; }

    /* -------------------------------------------------------------------------
        WIDGETS
    ------------------------------------------------------------------------- */

    #bottom-panel .widget h3 { position: relative; margin: 0 0 30px 0; font-size: 1.1em; font-weight: bold;  }
    #bottom-panel .widget-content { position: relative; }
    #bottom-panel .widget .widget-content > ul > li,
    #bottom-panel .widget .widget-content > div > ul > li { border-bottom: 1px solid transparent; }
    #bottom-panel .widget .widget-content > .selectbox > ul > li { border-bottom: 0; }

    /* ARCHIVE WIDGET */

    /* as list */

    #bottom-panel .widget.widget_archive .widget-content > ul > li { padding: 13px 14px; }
    #bottom-panel .widget.widget_archive .widget-content > ul > li:first-child { padding-top: 0; }

    /* as dropdown */

    #bottom-panel .widget.widget_archive select { display: none; }
    #bottom-panel .widget.widget_archive .selectbox { border-radius: 7px; font-size: 0.9em }
    #bottom-panel .widget.widget_archive button { display: block; position: relative; padding: 15px 20px; width: 100%; text-align: left;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    #bottom-panel .widget.widget_archive button i { position: absolute; top: 15px; right: 20px; font-size: 18px;
        transform: rotate(0); -ms-transform: rotate(0); -webkit-transform: rotate(0);
        -webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
    #bottom-panel .widget.widget_archive button.active i { transform: rotate(-180deg); -ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); }
    #bottom-panel .widget.widget_archive .selectbox ul { display: none; padding-bottom: 12px; }
    #bottom-panel .widget.widget_archive .selectbox li { cursor: pointer; padding: 12px 20px; }

    /* CALENDAR WIDGET */

    #bottom-panel .widget.widget_calendar table { width: 100%; }
    #bottom-panel .widget.widget_calendar caption { padding-bottom: 14px; text-align: left; }
    #bottom-panel .widget.widget_calendar td,
    #bottom-panel .widget.widget_calendar th { padding: 3px 0; }
    #bottom-panel .widget.widget_calendar tfoot td { padding-top: 10px; }
    #bottom-panel .widget.widget_calendar tfoot #next { text-align: right; }

    /* CATEGORIES WIDGET */

    /* as list */

    #bottom-panel .widget.widget_categories .widget-content > ul li a { display: inline-block; padding: 13px 0 13px 14px; }
    #bottom-panel .widget.widget_categories .widget-content > ul:first-child > li:first-child > a { padding-top: 0; }
    #bottom-panel .widget.widget_categories .widget-content > ul ul.children { padding: 0 0 8px 14px; }
    #bottom-panel .widget.widget_categories .widget-content > ul ul.children a { padding: 8px 0 8px 12px; font-size: 0.9em; }

    /* as dropdown */

    #bottom-panel .widget.widget_categories select { display: none; }
    #bottom-panel .widget.widget_categories .selectbox { border-radius: 7px; }
    #bottom-panel .widget.widget_categories button { display: block; position: relative; padding: 15px 20px; width: 100%; text-align: left; font-size: 1em;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    #bottom-panel .widget.widget_categories button i { position: absolute; top: 15px; right: 20px; font-size: 18px;
        transform: rotate(0); -ms-transform: rotate(0); -webkit-transform: rotate(0);
        -webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
    #bottom-panel .widget.widget_categories button.active i { transform: rotate(-180deg); -ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); }
    #bottom-panel .widget.widget_categories .selectbox ul { display: none; padding-bottom: 12px; }
    #bottom-panel .widget.widget_categories .selectbox li { cursor: pointer; padding: 12px 20px; }

    /* CUSTOM MENU WIDGET */

    #bottom-panel .widget.widget_nav_menu li a { display: block; padding: 13px 14px; }
    #bottom-panel .widget.widget_nav_menu ul.menu > li:first-child > a { padding-top: 0; }
    #bottom-panel .widget.widget_nav_menu ul.sub-menu { padding: 0 0 14px 14px; }
    #bottom-panel .widget.widget_nav_menu ul.sub-menu a { padding: 8px 12px; font-size: 0.9em; }

    /* IMAGES WIDGET */

    #bottom-panel .widget.images .widget-content { min-height: 50px; }
    #bottom-panel .widget.images .loading-anim { display: block; }
    #bottom-panel .widget.images .feed { display: none; }
    #bottom-panel .widget.images li { float: left; margin: 0 10px 10px 0; width: 75px; border: 0; }
    #bottom-panel .widget.images .widget-content > ul > li,
    #bottom-panel .widget.images .widget-content > div > ul > li { border: 0; }
    #bottom-panel .widget.images li a { display: block; padding-bottom: 100%; width: 100%; height: 0; background-position: center; background-size: cover; opacity: 1; border-radius: 3px;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: opacity 300ms ease-in-out; -moz-transition: opacity 300ms ease-in-out; -ms-transition: opacity 300ms ease-in-out; -o-transition: opacity 300ms ease-in-out; transition: opacity 300ms ease-in-out;}
    #bottom-panel .widget.images li a:hover { opacity: .7; }
    #bottom-panel .widget.images li a:active { opacity: .5; }
    #bottom-panel .widget.images li img { display: none; }

    /* LINKS WIDGET */

    #bottom-panel .widget.widget_links li { padding: 13px 14px; }
    #bottom-panel .widget.widget_links li:first-child { padding-top: 0; }

    /* META WIDGET */

    #bottom-panel .widget.widget_meta a { display: block; padding: 13px 14px; font-size: 1em; }

    /* PAGES WIDGET */

    #bottom-panel .widget.widget_pages li a { display: block; padding: 13px 14px; }
    #bottom-panel .widget.widget_pages .widget-content > ul:first-child > li:first-child > a { padding-top: 0; }
    #bottom-panel .widget.widget_pages ul.children { padding: 0 0 14px 14px; }
    #bottom-panel .widget.widget_pages ul.children a { padding: 8px 12px; font-size: 0.9em; }

    /* RECENT COMMENTS WIDGET */

    #bottom-panel .widget.widget_recent_comments li { padding: 13px 0; }
    #bottom-panel .widget.widget_recent_comments li:first-child { padding-top: 0; }

    /* RECENT POSTS WIDGET */

    #bottom-panel .widget.widget_recent_entries li { padding: 20px 0; }
    #bottom-panel .widget.widget_recent_entries li:first-child { padding-top: 0; }
    #bottom-panel .widget.widget_recent_entries a { display: block; line-height: 1.6em; font-weight: normal; font-size: 1em; }
    #bottom-panel .widget.widget_recent_entries .post-date { display: block; margin: 10px 0 0 0; font-size: 0.9em; }

    /* RSS WIDGET */

    #bottom-panel .widget.widget_rss li { padding: 20px 0; }
    #bottom-panel .widget.widget_rss li:first-child { padding-top: 0; }
    #bottom-panel .widget.widget_rss .rssSummary { margin-top: 10px; }
    #bottom-panel .widget.widget_rss cite { display: block; margin-top: 10px; font-size: 0.8em; }

    /* SEARCH WIDGET */

    #bottom-panel .widget.widget_search form > div { border: 0;  }

    /* TAGS WIDGET */

    #bottom-panel .widget.widget_tag_cloud li { display: inline-block; margin: 0 3px 7px 0;  }
    #bottom-panel .widget.widget_tag_cloud a { display: block; position: relative; top: 0; padding: 8px 14px; font-size: 0.75em; text-transform: uppercase; border-radius: 5px;
        -webkit-transition: -webkit-box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        -moz-transition: -moz-box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        -ms-transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        -o-transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
        transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out; }
    #bottom-panel .widget.widget_tag_cloud a:hover { text-decoration: none; }
    #bottom-panel .widget.widget_tag_cloud a:active { top: 2px; }


/* -----------------------------------------------------------------------------

    10.) FOOTER

----------------------------------------------------------------------------- */

footer { padding: 50px 0; }
.footer-inner { padding: 0 40px; }
footer .copyright { padding-top: 8px; font-size: 0.9em; }
footer .social { display: table; width: 100%; text-align: right; }
footer .social li { display: inline-block; margin-bottom: 5px; }
footer .social li a { display: block; position: relative; top: 0; margin: 0 2px; width: 40px; height: 40px; text-align: center; border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 150ms ease-in-out, top 150ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: -moz-box-shadow 150ms ease-in-out, top 150ms ease-in-out, background-color 300ms ease-in-out;
    -ms-transition: box-shadow 150ms ease-in-out, top 150ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: box-shadow 150ms ease-in-out, top 150ms ease-in-out, background-color 300ms ease-in-out;
    transition: box-shadow 150ms ease-in-out, top 150ms ease-in-out, background-color 300ms ease-in-out; }
footer .social li a:hover { text-decoration: none; }
footer .social li a:active { top: 2px; }
footer .social li a i { position: relative; top: 9px; font-size: 14px; }

    /* -------------------------------------------------------------------------
        BACK TO TOP
    ------------------------------------------------------------------------- */

    #back-to-top { display: none; position: fixed; top: auto; bottom: 50px; right: 50px; padding: 0; width: 50px; height: 50px; border-radius: 50%; text-align: center;
        -webkit-transition: -webkit-box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, bottom 150ms ease-in-out;
        -moz-transition: -moz-box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, bottom 150ms ease-in-out;
        -ms-transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, bottom 150ms ease-in-out;
        -o-transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, bottom 150ms ease-in-out;
        transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, bottom 150ms ease-in-out; }
    #back-to-top:active { bottom: 48px; }
    #back-to-top i { font-size: 24px; }

/* -----------------------------------------------------------------------------

    11.) RESPONSIVE

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DESKTOP (default)
    ------------------------------------------------------------------------- */

    #screen-width,
    #screen-width span:before { content: "1200"; }

    /* -------------------------------------------------------------------------
        SMALL DESKTOP
    ------------------------------------------------------------------------- */

    @media (max-width: 1199px) {

    /* COMPONENTS */

    .st-audio-player { padding-left: 10px; width: 160px; }
    .st-audio-player .ico { display: none; }
    .mejs-container .mejs-controls div.mejs-horizontal-volume-slider,
    .mejs-container .mejs-controls div.mejs-volume-button { display: none; }

    .blog-articles .article-quote blockquote { padding-left: 0; }
    .blog-articles .article-quote .ico { display: none; }

    section.team .section-header { padding-bottom: 140px; }
    section.team .team-member .thumb { margin-top: -70px; }
    section.team .team-member .thumb img { max-width: 140px; }
    
    /* SIDEBAR */

    #sidebar { padding: 30px 20px; }
    #sidebar .widget.widget_categories button { padding: 15px 10px; }
    #sidebar .widget.widget_categories button i { right: 10px; }

    /* SUBSCRIBE */

    #subscribe .submit { padding: 12px 14px; }

    /* BOTTOM */

    #bottom-panel .span3 .widget.images li.fourth { margin-right: 8px; }

    /* SCREEN WIDTH */

    #screen-width,
    #screen-width span:before { content: "1199"; }

    }

    /* -------------------------------------------------------------------------
        TABLET LANDSCAPE
    ------------------------------------------------------------------------- */

    @media (max-width: 979px) {

    /* GENERAL */

    body.fixed-header { margin-top: 70px; }
    body.fixed-header.has-langbar { margin-top: 95px; }

    /* COMPONENTS */

    .blog-articles.horizontal .item-list > * { float: none; margin-left: 0; margin-top: 60px; width: auto; }
    .blog-articles.horizontal .item-list > *:first-child { margin-top: 0; }

    .section-title h2 span { display: block; bottom: auto; margin-top: 10px; padding: 0; }

    /* HEADER */

    header { min-height: 70px; }
    .has-langbar header { min-height: 100px; }
    .header-inner { padding: 0 40px; }
    header .branding { top: 10px; height: 50px; }
    header .branding img { max-width: 120px; }
    header .nav-toggle { display: block; }
    nav.main { display: none; float: none; clear: both; padding: 0 0 30px 0; text-align: center; }
    nav.main > ul,
    nav.main .indicator { display: none; }
    nav.main select { display: inline-block; margin-top: 40px; padding: 10px; width: 100%;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

    /* CORE */

    .page-title h1 span,
    .page-title h2 span { display: block; bottom: auto; margin-top: 10px; padding: 0; }

    .sidebar-on-left > .row-fluid > div:first-child,
    .sidebar-on-left > .row-fluid > div,
    .blog-page > .row-fluid > * { float: none; margin-left: 0; width: auto; }

    /* SIDEBAR */

    #sidebar { margin-top: 90px; }

    /* SUBSCRIBE */

    #subscribe { padding: 60px 0; text-align: center; }
    #subscribe .row-fluid > * { float: none; margin-left: 0; width: auto; }
    #subscribe .table, #subscribe .tablecell { height: auto; }
    #subscribe .alert-message { text-align: left; }
    #subscribe .form-fields p { margin: 10px auto 0 auto; width: 260px; }
    #subscribe input { width: 260px; }
    #subscribe h3 { padding-bottom: 10px; }
    #subscribe .submit { margin-top: 20px; padding: 12px 30px; }

    /* TWITTER FEED */

    #twitter-feed .row-fluid > * { float: none; margin-left: 0; width: auto; }
    .twitter-feed-inner { text-align: center; }
    #twitter-feed .ico { display: inline-block; position: relative; top: auto; left: auto; margin-bottom: 20px; font-size: 36px; }
    #twitter-feed .btn { padding: 30px 0 0 0; text-align: center; }

    /* BOTTOM */

    #bottom-panel .widget.images li,
    #bottom-panel .widget.images li.third,
    #bottom-panel .widget.images li.fourth { margin: 0 10px 10px 0; width: 78px; }
    #bottom-panel .widget.images li.second { margin-right: 0; }
    #bottom-panel .span3 .widget.images li.fourth { margin-right: 0; }
    
    /* DISABLE INVIEW */

    .cssanimations .advanced-animations #core .row-fluid > *,
    .cssanimations .advanced-animations ul.list li,
    .cssanimations .advanced-animations #core section.major,
    .cssanimations .advanced-animations .blog-page .article-list article,
    .cssanimations .advanced-animations .project-detail .project-images li { visibility: visible; }

    /* SCREEN WIDTH */

    #screen-width,
    #screen-width span:before { content: "979"; }

    }

    /* -------------------------------------------------------------------------
        TABLET PORTRAIT
    ------------------------------------------------------------------------- */

    @media (max-width: 767px) {

    /* GENERAL */

    body { padding: 0; }

    /* TYPOGRAPHY */

    .wpcf7-form .row-fluid > * > *:first-child,
    .various-content > .row-fluid > * > *:first-child { margin-top: 30px; }
    .wpcf7-form .row-fluid > *:first-child > *:first-child,
    .various-content > .row-fluid > *:first-child > *:first-child { margin-top: 0; }

    /* COMPONENTS */

    .blog-articles.horizontal .blog-articles-inner > ul > li { margin-top: 60px; }
    .blog-articles.horizontal .blog-articles-inner > ul > li:first-child { margin-top: 0; }
    .blog-articles.vertical .article-date { line-height: normal; }
    .blog-articles.vertical .article-title { line-height: normal; }
    .blog-articles.vertical .article-categories { line-height: normal; }
    
    .cta-message-full { text-align: center; }
    .cta-message-full .cta-button { padding-top: 30px; text-align: center; }

    .portfolio-projects .project-list.projects-per-row-2 .item,
    .portfolio-projects .project-list.projects-per-row-3 .item,
    .portfolio-projects .project-list.projects-per-row-4 .item { width: 100%; }
    .portfolio-projects .item-inner { margin: 30px auto; max-width: 400px; }

    .pricing-table .column { float: none; }
    .pricing-table.number-of-columns-1 .column,
    .pricing-table.number-of-columns-2 .column,
    .pricing-table.number-of-columns-3 .column,
    .pricing-table.number-of-columns-4 .column { width: 100%; }
    .pricing-table .column.last-child .title,
    .pricing-table .column.first-child .title,
    .pricing-table .column .title { border-radius: 7px 7px 0 0; }
    .pricing-table .column.last-child .submit a,
    .pricing-table .column.first-child .submit a,
    .pricing-table .column .submit a { border-radius: 0 0 7px 7px; }
    .pricing-table .column,
    .pricing-table .column.popular { margin-top: 60px; }
    .pricing-table .column.first-child,
    .pricing-table .column.popular.first-child { margin-top: 0; }
    .pricing-table .column .att { padding-left: 20px; padding-right: 20px; }

    .portfolio-projects .project-info h3 { font-size: 0.8em; }
    .portfolio-projects .thumb-container .project-info .project-tags { display: none; }

    .section-content { padding: 60px 0; }

    section.team .member-list-inner > .row-fluid { margin-top: -100px; }
    section.team .team-member .thumb { margin-top: 0; }
    section.team .team-member { margin-top: 30px; padding: 20px 0; border-radius: 20px; }

    /* CORE */

    .page-title-inner { padding: 40px 0; }

    .project-detail .project-data > .row-fluid > *,
    .project-detail > .row-fluid > * { margin-top: 60px; }
    .project-detail .project-data > .row-fluid > *:first-child,
    .project-detail > .row-fluid > *:first-child { margin-top: 0; }

    /* BOTTOM */

    #bottom-panel { padding: 0 40px; }
    .bottom-panel-inner { padding-bottom: 0; }
    #bottom-panel .widget { margin-bottom: 60px; }
    #bottom-panel .widget.images li,
    #bottom-panel .widget.images li.second,
    #bottom-panel .widget.images li.third,
    #bottom-panel .widget.images li.fourth,
    #bottom-panel .span3 .widget.images li.fourth { margin: 0 10px 10px 0; width: 70px; }

    /* FOOTER */

    footer { text-align: center; }
    footer .social { margin-top: 20px; text-align: center; }

    /* SCREEN WIDTH */

    #screen-width,
    #screen-width span:before { content: "767"; }

    }

    /* -------------------------------------------------------------------------
        SMARTPHONE
    ------------------------------------------------------------------------- */

    @media (max-width: 480px) {

    /* HEADER */

    nav.main select { padding: 10px; width: 240px; }

    /* COMPONENTS */

    .pricing-table .column,
    .pricing-table .column.popular { float: none; margin-top: 30px; width: auto; }
    .pricing-table .column:first-child { margin-top: 0; }

    .st-quote .ico { display: none; }
    .st-quote blockquote { padding: 30px; }

    /* SCREEN WIDTH */

    #screen-width,
    #screen-width span:before { content: "480"; }

    }


/* -----------------------------------------------------------------------------

    12.) STYLE SWITCHER

----------------------------------------------------------------------------- */

#style-switcher { position: fixed; top: 30%; left: -170px; width: 170px; z-index: 100;
    -webkit-transition: left 300ms ease-in-out; -moz-transition: left 300ms ease-in-out; -ms-transition: left 300ms ease-in-out; -o-transition: left 300ms ease-in-out; transition: left 300ms ease-in-out; }
#style-switcher.opened { left: 0; }
.style-switcher-title { position: relative; margin-right: -50px; padding-left: 18px; height: 50px; line-height: 50px; border-radius: 0 7px 7px 0; color: #FFF; background: #068EF4;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.25);
    -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.25);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.25); }
.style-switcher-title h3 { position: relative; top: -2px; margin: 0; line-height: 55px; font-size: 1.07em; font-weight: normal; color: #FFF; }
.style-switcher-title button { display: block; position: absolute; top: 0; right: 0; width: 50px; height: 50px; text-align: center; font-size: 23px; color: #FFF; }
.style-switcher-title button i { position: relative; top: 0; }
.style-switcher-title button:hover {
    animation-name: loading; animation-duration: 2s; animation-timing-function: linear; animation-iteration-count: infinite;
    -moz-animation-name: loading; -moz-animation-duration: 2s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite;
    -webkit-animation-name: loading; -webkit-animation-duration: 2s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite;
    -o-animation-name: loading; -o-animation-duration: 2s; -o-animation-timing-function: linear; -o-animation-iteration-count: infinite; }
.style-switcher-content { width: 170px; border-radius: 0 0 7px 0; color: #667279; background: #111111; }
.style-switcher-content-inner { padding: 18px; }
.style-switcher-content-inner > * { margin-top: 20px; }
.style-switcher-content-inner > *:first-child { margin-top: 0; }
.style-switcher-content h4 { font-size: 1em; font-weight: normal; }

/* layout */

.style-switcher-layout { padding: 5px 0 20px 0; border-bottom: 1px solid #222; }
.style-switcher-layout button { font-size: 0.9em; color: #FFF; }
.style-switcher-layout button i { display: inline-block; position: relative; top: 1px; margin-right: 3px; width: 15px; font-size: 16px; text-align: left; }
.style-switcher-layout button i.icon-check { display: none; }
.style-switcher-layout button.active i.icon-check { display: inline-block; }
.style-switcher-layout button.active i.icon-check-empty { display: none; }

/* colors */

.style-switcher-colors ul { margin-top: 0; text-align: center; }
.style-switcher-colors ul li { display: inline-block; margin-left: 6px; }
.style-switcher-colors ul li:first-child { margin-left: 0; }
.style-switcher-colors button { display: block; position: relative; top: 0; width: 40px; height: 40px; border-radius: 50%; color: #FFF; background-color: #F45F51;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.25);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.25);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.25);
    -webkit-transition: -webkit-box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
    -moz-transition: -moz-box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
    -ms-transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
    -o-transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out;
    transition: box-shadow 150ms ease-in-out, background-color 150ms ease-in-out, top 150ms ease-in-out; }
.style-switcher-colors button i { font-size: 20px; color: #FFF; }
.style-switcher-colors button:active { top: 2px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.25);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.25); }
.style-switcher-colors button.active i { color: #313131; }