﻿/*

    Theme Name: Oriolus
    Theme URI: http://themeforest.net/user/zedTheme/portfolio?ref=zedTheme
    Description: Responsive Onepage Portfolio Theme by <a href="http://themeforest.net/user/zedTheme/portfolio?ref=zedTheme">zedTheme</a>
    Version: 1.2
    Author: zedTheme
    Author URI: http://themeforest.net/user/zedTheme/portfolio?ref=zedTheme
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Tags:  white
    Text Domain: zedtheme

-------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------*/
/*  Reset style
/*-------------------------------------------------------------------------*/

    * { outline: 0; }
    body { line-height: 1; }
    blockquote, q { quotes: none; } 
    input[type=submit] { -webkit-appearance: none; }
    table { border-collapse: collapse; border-spacing: 0; }
    caption, th, td { text-align: left; font-weight: normal; }
    blockquote:before, blockquote:after, q:before, q:after { content: ""; }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
    *, *:before, *:after {  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, 
    dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }




/*-------------------------------------------------------------------------*/
/*  Basic style
/*-------------------------------------------------------------------------*/

    body {
        -webkit-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -webkit-text-rendering: optimizelegibility;
    }

    ::selection{ color: #ffffff; }
    ::-moz-selection{ color: #ffffff; }



/*-------------------------------------------------------------------------*/
/*  Typography style
/*-------------------------------------------------------------------------*/

    h1, h2, h3, h4, h5, h6 { clear: both; line-height: 1.2; }

    h1, h2, h3 { margin-bottom: 20px; }
    h4, h5, h6 { margin-bottom: 15px; }

    p { line-height: 22px;  margin-bottom: 20px; }
    * p:last-child, p.form-submit {  margin-bottom: 0; }
    p:empty { display: none; line-height: 0; height: 0; margin: 0; }

    b, strong { font-weight: 700; }
    small { font-size: 80%; }
    cite { font-style: normal; }
    em { font-style: italic; }



    /*------------------------------------------
        links       
    ------------------------------------------*/
    a { 
        text-decoration: none; 
        webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
           -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
               transition: all 0.2s ease;
    }

    p a, p a:visited { line-height: inherit; }
    a img { border: none; vertical-align: middle;}
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }



    /*------------------------------------------
        blockquote       
    ------------------------------------------*/
    blockquote {
        padding: 20px;
        margin: 30px 0;
        border-left: 5px solid #f4f4f4;
    }

    blockquote p { line-height: 24px; }



    /*------------------------------------------
        address / code / pre
    ------------------------------------------*/
    address {
        display: block;
        margin-bottom: 20px;
        font-style: italic;
        line-height: 20px;
    }


    code,
    pre {
        padding: 0 3px 2px;
        font-size: 12px;
        color: #444;
        font-family: Monaco, Menlo, Consolas, "Courier New", monospace;

        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
            -ms-border-radius: 3px;
                border-radius: 3px;
    }

    code {
        padding: 2px 4px;
        color: #d14;
        background-color: #f7f7f9;
        border: 1px solid #e1e1e8;
        white-space: nowrap;
    }

    pre {
        display: block;
        padding: 9.5px;
        margin: 0 0 10px;
        line-height: 20px;
        word-break: break-all;
        word-wrap: break-word;
        white-space: pre;
        white-space: pre-wrap;

        font-size: 13px;
        background-color: #f5f5f5;
        border: 1px solid #ccc;

        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
            -ms-border-radius: 4px;
                border-radius: 4px;
    }

    pre code {
        padding: 0;
        color: inherit;
        white-space: pre;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }

    abbr[title] {
        border-bottom: 1px dotted;
    }

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sup {
        top: -0.5em;
    }

    sub {
        bottom: -0.25em;
    }



    /*------------------------------------------
        list
    ------------------------------------------*/
    ul, ol, dl { 
        line-height: 22px;  
        margin-bottom: 25px; 
        list-style-position: inside; 
    }

    ul ul, 
    ul ol, 
    ol ol,
    ol ul { 
        margin-left: 20px;
        margin-bottom: 0; 
    }

    dt { font-weight: bold; }
    dd { margin-left: 10px; }

    ul { 
        list-style-type: square; 
    }


    /*------------------------------------------
        Table
    ------------------------------------------*/
    table { 
        width: 100%;
        margin-bottom: 20px;
    }
    table td,
    table th{
        padding: 10px;
        margin: -1px 0 0 -1px;
        border: 1px solid #f4f4f4;
    }



/*-------------------------------------------------------------------------*/
/*  Form style
/*-------------------------------------------------------------------------*/

    input[type="text"], 
    input[type="email"], 
    input[type="password"],
    input[type="email"],
    textarea { 
        color: inherit;
        padding: 12px;
        border: none;
        font-size: 12px;
        font-family: inherit; 
        font-weight: 400; 
        font-style: normal;
        overflow: auto;
        vertical-align: middle;
        margin-bottom: 15px;
        border: 1px solid #f4f4f4;

        -webkit-transition: all 0.5s ease 0s;
           -moz-transition: all 0.5s ease 0s;
             -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;

    }

    textarea { width: 100%; }

    input[type="text"]:focus, 
    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    textarea:focus { 
        background-color: #fff;
        border-color: #d7d7d7;
    }

    label,
    select,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    input[type="radio"],
    input[type="checkbox"] {
      cursor: pointer;
      font-family: inherit; 
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        font-size: 10px;
        color: #888;
        text-transform: uppercase;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        font-size: 10px;
        color: #888;
        text-transform: uppercase;
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder {
        font-size: 10px;
        color: #888;
        text-transform: uppercase;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder { 
        font-size: 10px;
        color: #888;
        text-transform: uppercase;
    }



/*-------------------------------------------------------------------------*/
/*  Other style    
/*-------------------------------------------------------------------------*/
    
    .bypostauthor {}


    /*------------------------------------------
        clearfix        
    ------------------------------------------*/
    .clearfix:before, 
    .clearfix:after { 
        display: table; 
        content: ""; 
        line-height: 0; 
    }

    .clearfix:after { clear: both; }
    .clearfix { *zoom: 1; }
    .clear { clear:both; }



    /*------------------------------------------
        align style     
    ------------------------------------------*/
    .aligncenter {
        display: block;
        margin:15px auto;
        clear: both;
    }

    .alignleft { float: left; }
    .alignright {float: right; }

    .text-left{ text-align: left; }
    .text-right { text-align: right; }
    .text-center { text-align: center; }



    /*------------------------------------------
        margin buttom
    ------------------------------------------*/
    .mb0 { margin-bottom: 0px !important; }
    .mb5 { margin-bottom: 5px !important; }
    .mb10{ margin-bottom: 10px !important; }
    .mb15{ margin-bottom: 15px !important; }
    .mb20{ margin-bottom: 20px !important; }
    .mb25{ margin-bottom: 25px !important; }
    .mb30{ margin-bottom: 30px !important; }
    .mb35{ margin-bottom: 35px !important; }
    .mb40{ margin-bottom: 40px !important; }
    .mb45{ margin-bottom: 45px !important; }
    .mb50{ margin-bottom: 50px !important; }
    .mb55{ margin-bottom: 55px !important; }
    .mb60{ margin-bottom: 60px !important; }
    .mb65{ margin-bottom: 65px !important; }
    .mb70{ margin-bottom: 70px !important; }
    .mb75{ margin-bottom: 70px !important; }
    .mb80{ margin-bottom: 70px !important; }

    .pn60 { padding-bottom: 60px; }



    /*------------------------------------------ 
        images
    ------------------------------------------*/
    img { 
        width: auto/9;
        max-width: 100%; 
        height: auto; 
        vertical-align: middle;

        -ms-interpolation-mode: bicubic;
    }

    img.alignleft, .wp-caption.alignleft { margin-right: 25px; }
    img.alignright, .wp-caption.alignright { margin-left: 25px; }
    img.aligncenter, .wp-caption.aligncenter{ margin-bottom: 25px; }



    #zt-load {
        width: 100%;
        height: 100%;
        z-index: 101;
        position: fixed;
        overflow: hidden;
        background-color: #fff;
    }



/*************************************************************************************/ 
/*                                                                                   */
/*                                 TEMPLATE STYLE                                    */
/*                                                                                   */
/*************************************************************************************/



/*-------------------------------------------------------------------------*/
/*  Section style    
/*-------------------------------------------------------------------------*/

    .container {
        padding: 100px 0;
        position: relative;
        z-index: 2;
    }

    #wrapper > .container { padding: 60px 0; }

    .bg-section,
    .video-bg-section { position: relative; }

    .bg-section,
    .video-bg-section [class*="span"] { margin-bottom: 0; }

    .bg-overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/pattern.png);
        position: absolute;
        z-index: 1;
    }

    .page-template-default .bg-overlay {
        position: fixed;
        left: 0;
        top: 0;
    }

    .video-bg-container {
        min-height: 100%;
        min-width: 100%;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }

    .buttonBar { display: none; }

    @media only screen and (max-width: 1024px) { 
        .bg-section { 
            background-attachment: scroll !important; 
            background-position: top center !important; 
        }
    }



/*-------------------------------------------------------------------------*/
/*  Header style
/*-------------------------------------------------------------------------*/

    #header {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        position: fixed;

        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }

    #header .container { padding: 0; }
    #header.fixed { top: 0; }
    #header.header-wide { padding: 0 3%; }

    #header .menu,
    #header .menu li,
    #header .logo,
    #header .mobile-btn {
        display: inline;
        margin-bottom: 0; 
        line-height: inherit;
    }

    #header .logo {
        top: -2px;
        position: relative;
    }

    #header ul { list-style: none; }



    /*------------------------------------------
        menu style           
    ------------------------------------------*/
    #header .menu { float: right; }

    #header .menu > li { 
        margin-left: 25px; 
        padding-bottom: 33px;
        position: relative;
    }

    #header .menu > li:first-child { margin-left: 0px; }

    #header .menu ul {
        display: none;
        background-color: #fff;
        margin: 0;
        top: 49px;
        left: 0;
        position: absolute;
        width: 180px;
        padding: 15px 0;
        border: 1px solid #f4f4f4; 
    }

    #header .menu ul li {
        position: relative;
        display: block;
        margin-bottom: 5px;
        padding: 5px 15px;
        border-bottom: 1px solid #f4f4f4;
    }

    #header .menu ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    #header .menu ul ul {
        left: 163px;
        top: -16px;
        margin: 0;
    }

    #header .menu ul a {
        font-size: 11px;
    }

    #header .menu a,
    #header .mobile-menu a {
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    #header .menu > li:hover > ul, 
    #header .menu > li > ul > li:hover ul { display: block; }



    /*------------------------------------------
        mobile menu        
    ------------------------------------------*/
    #header .mobile-btn {
        display: none;
        float: right;
        top: 7px;
        position: relative;
    }

    .mobile-btn i {
        cursor: pointer;
        font-size: 28px;
    }

    .mobile-menu {
        display: none;
        float: right;
        width: 100%;
        height: 200px;
        overflow-y: auto;
        margin-bottom: 15px;
    }

    .mobile-menu li {
        margin: 0 0 5px 0;
        padding-top: 5px;
        border-top: 1px dotted transparent;
    }

    .mobile-menu a { font-size: 11px; }



/*-------------------------------------------------------------------------*/
/*  Home page style
/*-------------------------------------------------------------------------*/ 

    .zh-home-page {
        background-position: 50% 50%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .zh-home-page .container {
        padding: 0 30px;
        text-align: center;
        max-width: none;
        width: 100%;
        top: 50%;
        overflow: hidden;

        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .home-btn {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        margin-top: 20px;
        padding: 20px 50px;
        display: inline-block;
        border: 1px solid #fff;
        letter-spacing: 0.2em;

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .zh-home-page .flex-control-nav { display: none; }



/*-------------------------------------------------------------------------*/
/*  Portfolio items style
/*-------------------------------------------------------------------------*/



    /*------------------------------------------ 
        filtrable
    ------------------------------------------*/
    .container.no-filtrable { padding-bottom: 0; }
    #filtrable {
        margin-bottom: 0;
        text-align: center;
        margin-top: 3px;
    }

    #filtrable li {
        display: inline;
        margin: 0 3px;
    }

    #filtrable a {
        color: #999999 !important;
        font-size: 11px;
        padding: 8px 24px;
        position: relative;
        display: inline-block;
        border: 2px solid #f4f4f4;
        text-transform: uppercase;
        letter-spacing: 1px;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
    }

    #filtrable a.current,
    #filtrable a:hover { color: #fff !important; }


    /*------------------------------------------ 
        portfolio items
    ------------------------------------------*/

    .portfolio-items {
        width: 100%;
        margin: 0;
        overflow: hidden;
        position: relative;
    }

    .portfolio-boxed { margin: 0 -1%; }

    .portfolio-margin { padding: 0 15px; }

    .portfolio-items article {
        float: left;
        width: 20%; 
        overflow: hidden;
        position: relative;
    }

    .portfolio-boxed article { padding: 0 1% 2% 1%; }

    .portfolio-margin article { padding: 15px; }

    .portfolio-items a {
        display: block;
        overflow: hidden;
        background-color: #000;
    }

    .portfolio-items img{
        width: 100%;
        -webkit-transition: -webkit-transform 0.5s ease;
        -moz-transition: -moz-transform 0.5s ease;
        transition: transform 0.5s ease;
    }

    .portfolio-items .current img{
        opacity: 0.4 !important;
        filter:alpha(opacity=40) !important;
    }

    .portfolio-items a:hover img{
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2);
    }

    .portfolio-items h4 {
        top: 10%;
        left: 0;
        width: 100%;
        text-align: center;
        position: absolute;
        color: #fff;
        font-size: 20px;
        margin-bottom: 0;
        text-transform: uppercase;

        opacity: 0;
        filter:alpha(opacity=0);
    }

    .portfolio-items span {
        position: relative;
        top: -50px;
        display: block !important;
        margin-bottom: 10px;
        font-size: 30px;
        opacity: 0;
        filter:alpha(opacity=0);
    }



    /*------------------------------------------ 
        istope
    ------------------------------------------*/

    .isotope-hidden.isotope-item{
        pointer-events: none;
        z-index: 1;
    }

    .isotope, 
    .isotope .isotope-item{
        z-index: 2;

        -webkit-transition-duration: 0.6s;
           -moz-transition-duration: 0.6s;
            -ms-transition-duration: 0.6s;
             -o-transition-duration: 0.6s;
                transition-duration: 0.6s;
    }

    .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;
    }

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
           -moz-transition-property: -moz-transform, opacity;
            -ms-transition-property: top, left, opacity;
             -o-transition-property: top, left, opacity;
                transition-property: transform, opacity;
    }



/*-------------------------------------------------------------------------*/
/*  Portfolio single style
/*-------------------------------------------------------------------------*/
    #portfolio-wrapper { position: relative; }

    #portfolio-wrapper #loader{
        height: 30px;
        width: 100%;
        position: relative;
        top: -60px;
        z-index: 10000;
        background-image: url(images/loader.gif);
        background-repeat: no-repeat;
        background-position: center center; 
    }

    .single-portfolio {
        margin-top: -30px;
        padding-bottom: 0px 0 40px 0;
    }
    .single-portfolio.no-detail { margin-bottom: 30px; }

    .single-portfolio .container { padding: 0 0 30px 0; }
    #wrapper .single-portfolio .container { padding: 100px 0; }

    .portfolio-media { margin-bottom: 40px; }

    .single-portfolio h2.portfolio-title {  
        text-transform: uppercase; 
        text-align: center;
    }

    .portfolio-media > img { margin-bottom: 15px; }
    .portfolio-media > img:last-child { margin-bottom: 0; }

    .soundcloud-media iframe { width: 100%; }




    /*------------------------------------------
        Project details
    ------------------------------------------*/
    .project-meta {
        list-style: none;
        text-align: center;
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #f4f4f4;
    }


    .meta-col-4 li { width: 25%; }
    .meta-col-3 li { width: 33.333%; }
    .meta-col-2 li { width: 50%; }
    .meta-col-1 li { width: 100%; }

    .project-meta li {
        float: left;
        padding: 0 30px;
        font-size: 11px;
        text-transform: uppercase;
    }

    .project-meta li i {
        color: #fff;
        font-size: 15px;
        height: 50px;
        line-height: 51px;
        margin-bottom: 15px;
        width: 50px !important;
        display: inline-block !important;

        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }

    .project-meta li i:after {
        content: "";
        display: block;
        height: 10px;
        left: 50%;
        margin-left: -5px;
        position: relative;
        top: -8px;
        
        width: 10px;

        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .project-meta span { display: block; }






    /*------------------------------------------ 
        portfolio nav
    ------------------------------------------ */
    .portfolio-nav {
        text-align: center;
        margin-bottom: 40px;
    }

    .portfolio-nav a {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 47px;
        text-align: center;
        color: #a7a7a7;
        font-size: 15px;
        margin: 0 15px;

        background-color: #fff;
        border: 2px solid #e8e8e8;

        -webkit-border-radius: 100px;
           -moz-border-radius: 100px;
            -ms-border-radius: 100px;
                border-radius: 100px;
    }

    .portfolio-nav a:hover { color: #fff; }



/*-------------------------------------------------------------------------*/
/*  Footer style     
/*-------------------------------------------------------------------------*/

    #footer {
        text-align: left;
        letter-spacing: 1px;
    }

    .footer-wide { padding: 0 3%;}

    #footer .container { padding: 0; }

    #footer p,
    #footer .footer-logo,
    #footer .social,
    #footer li {
        line-height: inherit;
        display: inline;
        margin-bottom: 0;
    }

    .footer-logo { float: left;}
    #footer .social { float: right; }
    #footer .social li { margin-left: 15px; }

    #footer .social a {
        position: relative;
        top: 2px;
        font-size: 15px;
        display: inline;
        background-color: transparent;
    }



/*-------------------------------------------------------------------------*/
/*  Blog style     
/*-------------------------------------------------------------------------*/

    .no-sidebar {
        margin: 0 auto;
        width: 90%;
    }

    .blog-items.alignleft,
    .blog-single.alignleft {
        margin-right: 5%;
        width: 70%;
    }

    .blog-items.alignright,
    .blog-single.alignright {
        margin-left: 5%;
        width: 70%;
    }

    .entry-wrapper,
    .author-info,
    .comm-wrapper {
        margin-bottom: 60px;
        padding-bottom: 60px;
        border-bottom: 2px solid #f4f4f4;
    }

    .entry-wrapper:last-child {
        margin-bottom: 0;
    }


    /*
     * Post media
     */

    .entry-media { 
        margin-bottom: 30px; 
    }

    .no-sidebar .entry-media { 
        margin-bottom: 40px; 
    }



    /*
     * Post title
     */

    .entry-title { 
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .no-sidebar .entry-title,
    .single-post .entry-title {
        text-align: center;
    }


    /*
     * Post meta
     */

    .entry-meta {
        margin-bottom: 30px;
    }

    .no-sidebar .entry-meta,
    .single-post .entry-meta  {
        text-align: center;
        margin-bottom: 40px;
    }

    .entry-meta span {
        padding-right: 20px;
    }

    .no-sidebar .entry-meta span {
        padding: 0 10px;
    }

    .entry-meta,
    .entry-meta a { 
        text-transform: uppercase;
        font-size: 10px;
        color: #999; 
    }



    /*
     * Post content
     */

    .no-sidebar.blog-items .entry-content {
        text-align: center;
    }

    .entry-content blockquote {
        text-align: left;
    }

    .entry-content .more-link {
        margin-top: 10px;
        border: 2px solid;
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        padding: 5px 25px;
        margin-left: 0 auto;
        text-transform: uppercase;

        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

    .no-sidebar .more-link { 
       margin-top: 20px; 
    }

    .entry-content .more-link:hover {
        padding: 5px 35px;
    }

    .entry-content .more-link span {
        display: inline-block;
        webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
           -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
               transition: all 0.2s ease;
    }

    .entry-content .more-link:hover span {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }



    /*
     * Entry footer
     */

    .entry-footer {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px dotted #f4f4f4;
    }

    .entry-footer ul { 
        margin: 0; 
        display: inline-block;
    }

    .entry-tags {
        float: left;
    }

    .entry-share {
        float: right;
    }

    .entry-tags i {
        padding-right: 15px;
    }

    .entry-footer li {
        margin-right: 5px;
        display: inline-block;
    }

    .entry-share li {
        margin: 0 0 0 5px;
    }

    .entry-footer a {
        color: #a4a4a4;
        font-size: 12px;
        display: inline-block;
        padding: 4px 15px 6px;
        background-color: #f9f9f9;

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;

        -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.05) inset;
        -moz-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.05) inset;
        box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.05) inset;
    }

    .entry-footer a:hover { color: #fff; }




    /*
     * Sticky post
     */

    .sticky {
        margin-bottom: 50px;
    }

    .sticky {
        padding: 30px;
        background-color: #f9f9f9;
        border: 1px solid #f4f4f4;
        border-bottom: 2px solid #f4f4f4;
    }


    /* Override the Twitter embed fixed width. */
    .entry-content .twitter-tweet-rendered {
        width: 100% !important;
        font-family: inherit !important;
        font-size: inherit !important
    }




/*-------------------------------------------------------------------------*/
/*  Wp caption style
/*-------------------------------------------------------------------------*/

    .wp-caption {
        padding: 10px;
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 10px;
        background-color: #f9f9f9;
        border: 1px solid #f2f2f2;

        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .wp-caption .wp-caption-text,
    .gallery-caption {
        margin-top: 10px;
        font-style: italic;
    }



/*-------------------------------------------------------------------------*/
/*  Comments style
/*-------------------------------------------------------------------------*/

    .commentlist,
    ul.children { list-style: none;}

    .comm-wrapper {
        padding-bottom: 30px;
    }

    #reply-title { text-transform: uppercase; }
    #cancel-comment-reply-link { 
        margin-left: 15px;
        position: relative;
        top: -2px;
    }

    #commentform input[type="text"] { 
        width: 100%; 
    }

    .comment_form_message textarea {
        height: 200px;
    }

    .form-submit #button {
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        padding: 12px 20px 15px 20px;
        margin: 0 5px 5px 0;
        display: inline-block;
        letter-spacing: 0.05em;
        text-decoration: none;
        background-color: #44c1bf;

        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;

        border:none;

        -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
        -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
    }

    .commentlist .comment-respond {
        margin-bottom: 30px;
        padding-top: 0;
        border-top: none;
        margin-top: 0;
    }

    .commentlist > li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .commentlist ul { margin-left: 0; }
    .commentlist .children { 
        padding: 30px 30px 30px 50px; 
    }

    .commentlist .children .children { 
        padding: 0 0 0 50px; 
    }

    .comment-avartar {
        float: left;
        margin-right: 20px;
    }

    .commentlist > .children .comment-avartar { width: 50px; }

    .comment-content { overflow: hidden; }


    .commentlist > li > .comment-wrapper {
        padding: 20px;
        border: 1px solid #f4f4f4;
        border-bottom: 2px solid #f4f4f4;
        margin-bottom: 30px;
        background-color: #f9f9f9;
    }

    .commentlist .comment-head {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1;
    }

    .commentlist .comment-head span {
        padding-right: 10px;
    }

    .commentlist > .children  li {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #f4f4f4;
    }


    .commentlist > .children li:last-child {
        padding-bottom: 0px;
        border-bottom: none;
    }



/*-------------------------------------------------------------------------*/
/*  Sidebar style
/*-------------------------------------------------------------------------*/
    
    .sidebar {
        width: 25%;
    }


    .sidebar .widget {
        margin-bottom: 60px;
    }

    .sidebar .widget:last-child,
    .sidebar ul {
        margin-bottom: 0;
    }

    .sidebar ul { list-style: none; }

    .sidebar input[type="text"] {
        width: 100%;
    }

    .sidebar .widget > h3 {
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .sidebar a {
        color: #999;
    }




    /*------------------------------------------ 
        widgets style
    ------------------------------------------ */
    
    .tagcloud a {
        color: #fff;
        line-height: 1;
        padding: 8px 13px 10px;
        font-size: 12px !important;

        display: inline-block;
        margin-bottom: 2px;

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;

        -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
        -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
    }

    .tagcloud a:hover {
        color: #fff !important;
        background-color: #555555; 
    }

    .widget_meta li,
    .widget_categories li,
    .widget_archive li,
    .widget_recent_entries li,
    .widget_meta li,
    .widget_pages li,
    .widget_recent_comments li,
    .zed-tweets li {
        margin-bottom: 7px;
        padding-bottom: 7px;
        border-bottom: 1px dotted #f4f4f4;
    }

    .widget .post-date {
        font-size: 11px;
        display: block;
        color: #b7b7b7;
    }

    .widget_categories li,
    .widget_archive li {
        text-align: right;
    }

    .widget_categories a,
    .widget_archive  a {
        float: left;
    }

    .widget_calendar caption { margin-bottom: 10px; }
    .widget_calendar thead th { font-weight: 700; }


    /*------------------------------------------ 
        Twitter widgets
    ------------------------------------------ */
        
    .zed-tweets li {
        padding-bottom: 15px;
        position: relative;
        margin-bottom: 20px;
    }

    .zed-tweets li:last-child { margin-bottom: 0; }

    .zed-tweets li > span {
        display: block;
        margin-bottom: 5px;
    }

    .zed-tweets li > a {
        font-weight: 700;
        font-size: 92%;
    }



/*-------------------------------------------------------------------------*/
/*  Author info
/*-------------------------------------------------------------------------*/

    .author-info .author-avatar {
        float: left;
        margin-right: 20px;
    }

    .author-description {
        overflow: hidden;
    }

    .author-info h4 { 
        text-transform: uppercase;
    }



/*-------------------------------------------------------------------------*/
/*  Titles style
/*-------------------------------------------------------------------------*/

    .titles {
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 90px; 
    }

        .titles i {
            display: block;
            font-size: 35px;
            margin-bottom: 25px;
        }

        .titles h1 {
            line-height: 1;
            position: relative;
            padding-bottom: 28px;
            margin-bottom: 25px;
        }

        .titles h1:after {
            left: 50%;
            content: "";
            width: 6%;
            bottom: 0px;
            margin-left: -3%;
            position: absolute;
            border-bottom: 2px solid #dedede;
        }



/*-------------------------------------------------------------------------*/
/*  Contact form style
/*-------------------------------------------------------------------------*/

    .contact-form input[type="text"],
    .contact-form input[type="email"] {
        width: 100%;
    }

    .contact-form textarea {
        height: 120px;
    }

    .contact-form [class*='btn-'] {
        padding-left: 50px;
        padding-right: 50px;
    }


    .wpcf7-response-output {
        padding: 15px 30px 15px 15px !important;
        font-size: 11px !important;
        border: 1px solid transparent !important; 
        line-height: 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .wpcf7-mail-sent-ng {
        color: #ab6464 !important;
        border-color: #e89494 !important;
        background-color: #ffebe8 !important;
    }

    .wpcf7-validation-errors {
        color: #d69a2a !important;
        border-color: #ffdc7d !important;
        background-color: #fffce5 !important;
    }

    .wpcf7-mail-sent-ok {
        color: #598760 !important;
        border-color: #acd6b3 !important;
        background-color: #edfff0 !important;
    }

    .wpcf7-not-valid {
        border-color: #ffbebe !important;
    }

    span.wpcf7-not-valid-tip {
        display: none !important;
    }



/*-------------------------------------------------------------------------*/
/*  Pagination style
/*-------------------------------------------------------------------------*/

    .no-sidebar .zt-pagination {
        text-align: center;
    }

    .zt-pagination ul {
        list-style: none;
        margin-bottom: 0;
        display: inline-block;
    }

    .zt-pagination li {
        float: left;
        margin-right: 5px;
    }

    .zt-pagination a {
        background-color: #f9f9f9;
        color: #a4a4a4;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        text-align: center;
        width: 35px;

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;

        -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.05) inset;
        -moz-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.05) inset;
        box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.05) inset;
    }

    .zt-pagination a:hover,
    .zt-pagination a.current {
        color: #fff;
    }



/*-------------------------------------------------------------------------*/
/*  Social icon style 
/*-------------------------------------------------------------------------*/
    .social li {
        float: left;
        margin: 0 1px 2px 1px;

    }

    .social a {
        display: block;
        color: #fff;
        font-size: 17px;
        overflow: hidden;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #44c1bf;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;
    }

    .social a.social-github:hover { background-color: #4183C4; }
    .social a.social-flickr:hover { background-color: #0063DB; }
    .social a.social-vimeo:hover { background-color: #44BBFF; }
    .social a.social-twitter:hover { background-color: #00ACED; }
    .social a.social-facebook:hover { background-color: #3B5998; }
    .social a.social-gplus:hover { background-color: #D14836; }
    .social a.social-pinterest:hover { background-color: #CB2027; }
    .social a.social-tumblr:hover { background-color: #2C4762; }
    .social a.social-linkedin:hover { background-color: #007FB1; }
    .social a.social-dribbble:hover { background-color: #EA4C89; }
    .social a.social-stumbleupon:hover { background-color: #EB4924; }
    .social a.social-lastfm:hover { background-color: #D51007; }
    .social a.social-rdio:hover { background-color: #006ED2; }
    .social a.social-picasa:hover { background-color: #4B5D5F; }
    .social a.social-behance:hover { background-color: #1769FF; }
    .social a.social-spotify:hover { background-color: #80B719; }
    .social a.social-instagram:hover { background-color: #3F729B; }
    .social a.social-dropbox:hover { background-color: #2281CF; }
    .social a.social-evernote:hover { background-color: #6BB130; }
    .social a.social-flattr:hover { background-color: #F67C1A; }
    .social a.social-soundcloud:hover { background-color: #FF6600; }  
    .social a.social-google-circles:hover { background-color: #245DC1; }
    .social a.social-smashing:hover { background-color: #E95C33; }
    .social a.social-youtube:hover { background-color: #CD332D; }
    .social a.social-500px:hover { background-color: #444444; }
    .social a.social-deviantart:hover { background-color: #4B5D50; }
    .social a.social-yelp:hover { background-color: #C93C27;}



/*-------------------------------------------------------------------------*/
/*  Flexslider style 
/*-------------------------------------------------------------------------*/

    html[xmlns] .slides { display: block; } 
    * html .slides{ height: 1%; }
    .no-js .slides > li:first-child { display: block; }
    .flexslider { position: relative; }
    .flexslider ul{ margin: 0; list-style: none;}
    .flexslider.loader { background: url(../images/loader-wide.gif) no-repeat center center; }

    .flexslider .slides:after {
        content: "."; 
        display: block; 
        clear: both; 
        visibility: hidden; 
        line-height: 0; 
        height: 0;
    } 

    .flexslider .slides > li,
    .slide .slides > li {
        position: relative;
        display: none; 
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img { 
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }



    /*------------------------------------------
        flexslider direction nav
    ------------------------------------------*/

    .flex-direction-nav a {
        color: #fff;
        bottom: 15px;  
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        display: block;
        background-color: #444;
        position: absolute;
        top: 50%;
        margin-top: -15px;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;
    }

    .flex-direction-nav .flex-prev {
        left: 15px;
    }

    .flex-direction-nav .flex-next {
        right: 15px;
    }

    .flex-direction-nav a:hover {
        color: #fff;
        background-color: #44c1bf;
    }

    .flex-direction-nav a:before { 
        font-size: 13px;
        font-family: 'FontAwesome'; 
    }

    .flex-direction-nav a.flex-next:before { content: "\f054"; }
    .flex-direction-nav a.flex-prev:before { content: "\f053"; }



    .slider-text .flex-control-nav {
        margin-bottom: 0;
    }

    .slider-text .flex-control-nav li {
        margin: 0 3px;
        display: inline-block;
    }

    .slider-text .flex-control-nav a {
        cursor: pointer;
        text-indent: -9999px;
        width: 20px;
        height: 5px;
        background-color: #f4f4f4;
        display: block;
    }



/*-------------------------------------------------------------------------*/
/*  Go to top
/*-------------------------------------------------------------------------*/
    
    #gototop{
        background: rgba(0, 0, 0, 0.76);
        bottom: 25px;
        color: #FFFFFF;
        display: none;
        font-size: 13px;
        padding: 20px;
        position: fixed;
        right: 25px;
        z-index: 100;

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }



/*-------------------------------------------------------------------------*/
/*  Revolution slider
/*-------------------------------------------------------------------------*/

    .tp-leftarrow.tparrows,
    .tp-rightarrow.tparrows  {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #44c1bf;
        background-image: none;
        background-color: #fff;

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .tp-leftarrow.tparrows:hover,
    .tp-rightarrow.tparrows:hover { 
        color: #fff !important;
    }

    .tp-leftarrow.tparrows:before,
    .tp-rightarrow.tparrows:before { 
        font-size: 13px;
        font-family: 'FontAwesome'; 
    }


    .tp-rightarrow.tparrows:before { content: "\f054"; }
    .tp-leftarrow.tparrows:before { content: "\f053"; }

    .tp-bullets.simplebullets.round div.bullet {
        width: 30px;
        height: 5px;
        background-image: none;
        background-color: #fff;
    }










































