


/*-------------------------------------------------------------------------*/
/*  Header style
/*-------------------------------------------------------------------------*/

    #header {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        position: fixed;
		background-color: #1d1d1d;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
		height:70px;
    }

    #header .container { padding: 0; background-color: #1d1d1d; width:1200px; margin:0 auto; }
    #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 .container .logo {
        top: 0px;
        position: relative;
    }

    #header ul { list-style: none;  padding-top:0px;}



    /*------------------------------------------
        menu style           
    ------------------------------------------*/
    #header .container .menu { float: right; }

    #header .container .menu > li { 
        margin-left: 25px; 
        padding-bottom: 33px;
        position: relative;
    }

    #header .container .menu > li:first-child { margin-left: 0px; }

    #header .container .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 .container .menu ul li {
        position: relative;
        display: block;
        margin-bottom: 5px;
        padding: 5px 15px;
        border-bottom: 1px solid #f4f4f4;
    }

    #header .container .menu ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    #header .container .menu ul ul {
        left: 163px;
        top: -16px;
        margin: 0;
    }

    #header .container .menu ul a {
        font-size: 11px;
    }

    #header .container .menu a,
    #header .mobile-menu a {
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    #header .container .menu > li:hover > ul, 
    #header .container .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: #12a24b !important; }


    /*------------------------------------------ 
        portfolio items
    ------------------------------------------*/

    .portfolio-items {
        width: 100%;
        margin: 0;
        overflow: hidden;
        position: relative;
		background-color:#f3f3f3;
    }

    .portfolio-boxed { margin: 0 -1%; }

    .portfolio-margin { padding: 0 15px; }

    .portfolio-items article {
        float: left;
         width:270px;
		height:330px; 
		border-right:1px solid #cacaca;
		border-bottom:1px solid #cacaca;
		padding: 15px 10px;
        overflow: hidden;
        position: relative;
    }

	.portfolio-items article p { padding:0px 0 0 20px; margin:3px 0; font-size:13px; }
	.portfolio-items article .part { color:#47ae69; font-weight:bold; padding-top:15px;  }
	.portfolio-items article .subject { color:#404040; font-weight:bold; font-size:16px; line-height:150%;}


    .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-weight:bold;
        font-size: 0px;
        margin-bottom: 0;
		padding-bottom:20px;
        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; }


 /*-------------------------------------------------------------------------*/
/*  story style     
/*-------------------------------------------------------------------------*/

	

	

/*-------------------------------------------------------------------------*/
/*  Footer style     
/*-------------------------------------------------------------------------*/

    #footer {
        text-align: center;
        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: #ffc600;

        -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: 50px; 
    }

        .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: #ffc600;

        -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: #ffc600;
    }

    .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: #ffc600;
        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;
    }





/*-------------------------------------------------------------------------*/
/*  partner slider
/*-------------------------------------------------------------------------*/






























