/*
Theme Name: Improved
Theme URI: http://themeforest.net/user/bingumd/?ref=bingumd
Author: bingumd
Author URI: http://www.bingu.name
Description: Online Wordpress Theme
Version: 1.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light
Text Domain: http://themeforest.net/user/bingumd/?ref=bingumd
*/


/* IMPORT STYLE
================================================== */
    @import url("css/prettyPhoto.css");
    @import url("css/icon.css");



/* RESET STYLE
================================================== */
    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;
    }
    :focus{ outline: 0; }
    body{ line-height: 1; }
    ol, ul{ list-style: none; }
    table{ border-collapse: separate; border-spacing: 0; }
    caption, th, td{ text-align: left; font-weight: normal; }
    blockquote:before, blockquote:after,
    q:before, q:after { content: ""; }
    blockquote, q{ quotes: none; } 
    article, aside, details, figcaption, figure, footer, 
    header, hgroup, menu, nav, section{ display: block; }



/* TYPOGRAPHY
================================================== */
    h1{ margin-bottom: 20px; line-height: 30px; }
    h2{ margin-bottom: 18px; line-height: 23px; }
    h3{ margin-bottom: 10px; line-height: 20px; }
    h4{ margin-bottom: 10px; line-height: 18px; }
    h5{ margin-bottom:  8px; line-height: 16px; }
    h6{ margin-bottom:  5px; line-height: 16px; }

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small{ 
        font-size: 60%; 
        line-height: 0; 
    }

    .title{ 
        margin-bottom: 10px;
        line-height: 18px; 
    }

    p{ margin-bottom: 15px; line-height: 20px; }
    * p:last-child{ margin-bottom: 0 !important; }

    strong{ 
        font-weight: 800;
        font-weight: 900;
    }
    em{ font-style: italic; }
    small{ font-size: 80%; }



/* LINKS
================================================== */
    a{ text-decoration: none; }
    a img{ border: none; }
    a > img{ vertical-align: bottom; }
    p a, p a:visited{ line-height: inherit; }



/* FORM
================================================== */
    input[type="text"], input[type="email"], textarea {
        padding: 10px !important;
        font-family: inherit !important; 
        font-weight: 400 !important; 
        font-style: normal !important;
    }



/* IMAGES
================================================== */
    img{ max-width: 100%; height: auto; }
    img.no-scale{ max-width: none; }

    img.alignleft{ margin-right: 25px; }
    img.alignright{ margin-left: 25px; }
    img.aligncenter{ margin-bottom: 25px; }

    iframe{ display: block; }



/* LISTS
================================================== */
    ul, ol, dl{ line-height: 22px;  margin-bottom: 20px; margin-top: 10px; list-style-position: outside; }

    ul ul, ul ol{ margin-left: 20px; margin-bottom: 0; }

    ul.square, ul.circle, ul.disc{ margin-left: 12px; }

    ul.square {list-style-type:none;}
    ul.square li {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAE0lEQVQIW2OUK973nwEJMJIuAABr4Qk9yD+I0QAAAABJRU5ErkJggg==) no-repeat 0 9px;
      padding-left: 10px;
    }

    ul.square{ list-style-type: none; }
    ul.square ul{ list-style: inherit; }
    ul.circle{ list-style-type: circle; }
    ul.circle ul{ list-style: inherit; }
    ul.disc{ list-style-type: disc; }
    ul.disc ul{ list-style: inherit; }
    ul.large li{ line-height: 25px; }

    ol{ margin-left: 20px; }
    ol li ul, ol li ol{ margin-left: 20px; margin-bottom: 0; }

    .onordered li{ margin-bottom: 5px; }

/* HR
================================================== */
    hr{ border: none; width: 100%; height: 1px;}
    [class*="divider"]{ 
        position: relative;
        width: 100%;
        height: 0;
    }
    .divider-double2{ height: 2px; }

    .divider-single{ 
        border-bottom-width: 1px;
        border-bottom-style: solid; 
    }
    .divider-double{ 
        border-bottom-width: 4px;
        border-bottom-style: double;
    }
    .divider-double2{ 
        border-top-width: 3px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: double;
    }



/* MEDIA
================================================== */
    [class*="flexible"]{ position: relative; overflow: hidden; height: 0; }

    .flexible-video{ padding-bottom: 56.25%; padding-top: 30px; }

    [class*="flexible"] iframe, 
    [class*="flexible"] object, 
    [class*="flexible"] embed{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

    .aq-block-aq_blog_home_block.span6 .flexible-video{ padding-bottom: 47.25%; padding-top: 0px; }



/* ANIMATION
================================================== */
    a,  input[type="text"], input[type="email"], textarea, 
    input[type="submit"], .features,
    .widget-post-icon{
        -webkit-transition: all 0.2s ease-in-out !important;
           -moz-transition: all 0.2s ease-in-out !important;
            -ms-transition: all 0.2s ease-in-out !important;
             -o-transition: all 0.2s ease-in-out !important;
                transition: all 0.2s ease-in-out !important;
    }



/* MISC
================================================== */
    .clearfix{ *zoom: 1; }

    .clearfix:before, .clearfix:after,
    #header:before, #header:after{ display: table; content: ""; line-height: 0; }

    .clearfix:after,
    #header:after{ clear: both; }

    .clear{ clear:both; }

    .alignleft{ float: left; }
    .alignright{ float: right; }
    .aligncenter{ margin-left: auto; margin-right: auto; display: block; clear: both; }

    .text-left{ text-align: left; }
    .text-right{ text-align: right; }
    .text-center{ text-align: center; }

    .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; }

    .hide{ display: none !important; }

    .thumbnail{ position: relative; margin-bottom: 10px; }
    .thumbnail.alignleft{ margin: 0 10px 5px 0; }
    .thumbnail.alignright{ margin: 0 0 5px 10px; }
    .thumbborder { margin: -20px 20px 20px 20px; display: inline; border: 1px solid #021a40; padding: 1px; }

    #wrapper.boxed #content { padding-left: 30px; padding-right: 30px; }
    #wrapper.boxed{ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

    #content-area.alignleft{ float: left !important; }
    #content-area.alignright{ float: right !important;}

    #wrapper.boxed{  }



/*========================================================================= 
                              #TEMPLATE STYLES
==========================================================================*/



/* #TOP AREA
================================================== */
    #top-area{ border-style: solid; }
    #top-area a:hover{ text-shadow: none; }


    /*TOP AREA MENU*/
    #top-area .top-menu{ float: left; margin-bottom: 0; }
    #top-area.right .top-menu{ float: right; }
    #top-area .top-menu li{
        float: left;
        margin-right: 15px;
    }
    #top-area.right .top-menu li{ margin-left: 15px; }


    /*TOP AREA TEXT*/
    #top-area .top-area-text{ float: right; }
    #top-area.right .top-area-text{ float: left; }



/* HEADER
==================================================*/
    #header .container{ 
        padding: 10px 0;
        position: relative;
    }

    .menu-top + #header .container{
        margin-bottom: 50px;
        padding-top: 0px;
        border-bottom-width: 3px;
        border-bottom-style: double;
    }


    /*LOGO*/
    #header .logo{ margin-bottom: 0;  line-height: 1px; }

    /*WELCOM*/
    .welcome h1{ margin-bottom: 10px; }


    /*SOCIAL*/
    #header .span3{ text-align: right; }
    #header .social{ margin: 0; display: inline-block; }



/* MENU
==================================================*/
    #wrapper.boxed #menu { padding-left: 30px; padding-right: 30px; }
    #menu{ margin-bottom: 30px; }
    #menu .container{ position: relative; }
    .res-menu{ display: none; }
    .menu-left nav{ float: left; }
    .menu-right nav{ float: right; }
    .menu-center{ text-align: center; }
    .menu-center nav{ display: inline-block;}

    .menu-center .menu li.sfHover ul{ top: 59px; }

    .menu{ 
        margin: 0 0 -2px 0;
        display: inline-block; 
    }
    .menu > li{
        list-style: none;
        float: left;
        position: relative;
    }
    .menu > li:hover {visibility: inherit;}
    .menu a{ display: block; }
    .menu > li > a{
        height: 55px;
        line-height: 55px;
        padding-left: 15px; 
        padding-right: 15px; 
        text-transform: uppercase;
    }
    .menu ul{
        margin: 0;
        display: none;
        position: absolute;
    	width: 260px;
        text-align: left;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
           -moz-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
                box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
    }
    .menu ul li { position: relative; height: 30px; line-height: 30px;  }
    .menu ul li.menu-last{border-bottom: none;}
    .menu ul a{ padding: 0px 20px; }
    .menu li:hover {visibility: inherit;}
    .menu li:hover ul,
    .menu li.sfHover ul{
    	left: 0;
    	top: 55px;
    	z-index: 99;
    }
    .menu li li:hover ul,
    .menu li li.sfHover ul{
    	left: 146px; 
    	top: -2px;
    }


    /*MENU AREA CONTACT*/
    .menu-contact{ 
        height: 55px; 
        line-height: 55px; 
        padding:  0 30px;
        width: 30%;
        text-align: right;
    }
    .menu-left .menu-contact{ float: right; }
    .menu-left .menu-contact span{ padding-left: 25px; }
    .menu-right .menu-contact{ float: left; }
    .menu-right .menu-contact span{ padding-right: 25px; }
    .menu-center .menu-contact{ display: none; }
    .menu-contact [class*="icon-"]{ 
        font-size: 12px !important;
        margin-right: 5px; 
    }
    .menu-contact a:hover{text-decoration: underline; }



/* SOCIAL
================================================== */
    .social li{
        float: left;
        margin: 0 2px 2px 0;
    }
    .social a{
        display: block;
        display: block;
        text-align: center;
        color: #fff;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;
    }
    .social a:hover{ color: #fff !important; }
    .social li a.pinterset{ font-size: 21px; } 
    .social a.twitter:hover    { background-color: #5EC3DF !important; }
    .social a.dribbble:hover   { background-color: #EA4C89 !important; }
    .social a.pinterset:hover  { background-color: #CB2027 !important; }
    .social a.vimeo:hover      { background-color: #0DADD6 !important; }
    .social a.facebook:hover   { background-color: #3C5FAC !important; }
    .social a.linkedin:hover   { background-color: #2089B5 !important; }
    .social a.google:hover     { background-color: #C63D2D !important; }
    .social a.flickr:hover     { background-color: #FF0084 !important; }
    .social a.lastfm:hover     { background-color: #D51007 !important; }
    .social a.forrst:hover     { background-color: #5B9A68 !important; }
    .social a.skype:hover      { background-color: #00AFF0 !important; }
    .social a.picassa:hover    { background-color: #FFD34E !important; }
    .social a.youtube:hover    { background-color: #C8312B !important; }
    .social a.behance:hover    { background-color: #3878F6 !important; }
    .social a.tumblr:hover     { background-color: #2C4762 !important; }
    .social a.blogger:hover    { background-color: #FC9947 !important; }
    .social a.delicious:hover  { background-color: #3274D1 !important; }
    .social a.digg:hover       { background-color: #205891 !important; }
    .social a.friendfeed:hover { background-color: #2F72C4 !important; }
    .social a.github:hover     { background-color: #000000 !important; }
    .social a.wordpress:hover  { background-color: #0083B3 !important; }
    .social a.rss:hover        { background-color: #FF9900 !important; } 



/* FLEXISLIDER
==================================================*/

    .carousel {margin: 0; padding: 0;}
    .carousel .slides > li {display: none; -webkit-backface-visibility: hidden; margin-right: 30px;} /* Hide the slides before the JS is loaded. Avoids image jumping */
    .carousel .slides img {width: 100%; display: block;}
    .flex-pauseplay span {text-transform: capitalize;}
    .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
    html[xmlns] .slides {display: block;} 
    * html .slides {height: 1%;}
    .no-js .slides > li:first-child {display: block;}
    .flex-disabled{ opacity: 0.2; }
    .flex-direction-nav{ margin: 0; }

    .flexslider{ position: relative; }
    .flexslider.loader{
        height:50px;
        background: url('images/loader.gif') no-repeat center center;
    }

    .flexslider ul{ margin: 0; }
    .flexslider .slides > li {
        position: relative;
        display: none; 
        -webkit-backface-visibility: hidden;
    }
    .flexslider .slides img{ width: 100%; display: block;}
    .flex-pauseplay span{ text-transform: capitalize;}
    .slides:after{
        content: "."; 
        display: block; 
        clear: both; 
        visibility: hidden; 
        line-height: 0; 
        height: 0;
    } 
    html[xmlns] .slides{ display: block; } 
    * html .slides{ height: 1%; }
    .no-js .slides > li:first-child{ display: block; }
    .flexslider .flex-direction-nav a{
        position: absolute; 
        top: 50%;  
        margin-top: -50px;
        height: 100px;
        width: 40px;
        text-align: center;
        line-height: 100px;
        opacity: 0.8;
    }
    .flexslider .flex-direction-nav a:hover{
        opacity: 1;
    }
    .flex-direction-nav a:before{ 
        font-size: 16px;
        font-family: 'FontAwesome'; 
    }
    .flex-direction-nav a.flex-next:before{ content: "\f054"; }
    .flex-direction-nav a.flex-prev:before{ content: "\f053"; }
    .flex-direction-nav a.flex-next{ right: 0px; }
    .flex-direction-nav a.flex-prev{ left: 0px; }
    .flexslider .caption{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        opacity: 0.8;
    }
    .flexslider .caption p{ 
        padding: 15px;
        margin-bottom: 0;
    }



    .carousel{ position:relative; }
    .carousel .flex-direction-nav a, .testimonials .flex-direction-nav a{
        position: absolute;
        top: -48px;
        right: 0;
        left: inherit;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        cursor: pointer; 
    }
    .carousel .flex-prev{ right: 21px !important; } 
    .title-no + .portfolio .flex-direction-nav a{ top: -33px; }
    .carousel .flex-direction-nav a:before,
    .testimonials .flex-direction-nav a:before{ font-size: 11px; }
    .carousel .flex-direction-nav [class*="icon-"]{ margin-right: 0; }

    .portfolio-items.carousel.col1 article{ padding-right: 0px; }

    .testimonials .flex-direction-nav a{
        top: inherit;
        bottom: 0 ;
    }
    .testimonials .flex-direction-nav a.flex-prev{ right: 21px !important; } 

    .carousel.no_title .flex-direction-nav a{ top: -30px !important; }








/* PAGE TITLE
==================================================*/
    .page-title{ margin-bottom: 10px; }
    .page-title h1,
    .page-title h2,
    .page-title h3,
    .page-title h4,
    .page-title h5,
    .page-title h6{
        line-height: 28px;
        margin-bottom: 0;
        float: left;
    }

    .page-title .title-icon{
        display: block;
        float: left;
        margin-right: 10px;
        text-align: center;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;
    }

    .title-single,
    .title-double{  padding-bottom: 15px; }
    .title-double{ 
        border-bottom-style: double;
        border-bottom-width: 3px;
    }
    .title-single{
        border-bottom-style: solid;
        border-bottom-width: 1px; 
    }

    .page-title.no-icon{ margin-bottom: 15px; padding-bottom: 5px; }




/* BLOG HOME
================================================== */
    .blog-content{ overflow: hidden; }
    .blog-block .carousel{ 
        margin-bottom: 0; 
        line-height: 0;
    }

    .blog-block p{ 
        line-height: 20px; 
        margin-bottom: 10px;
    }
    .blog-block.carousel img{ width: 100%; }
    .blog-block.carousel .flex-direction-nav a{ top: -48px }
    .blog-block.carousel .title-no + .carousel .flex-direction-nav a{ top: -33px !important; }











/* PORTFOLIO
==================================================*/
    .portfolio [class*="span"]{ padding-bottom: 30px; }
    .portfolio .thumbnail [class*="icon"]{ margin: 0; }
    .portfolio .thumbnail{ margin-bottom: 0; }
    .portfolio.carousel article{ padding-bottom: 0 !important; }
    .portfolio-items article{ line-height: 0; }


    /*PORTFOLIO CONTEXT*/
    .portfolio-context{ 
        padding: 20px; 
        line-height: 1;
        position: relative;
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

    /*PORTFOLIO TITLE*/
    .portfolio-context h2{ 
        letter-spacing: 0;
        position: relative;
        margin-bottom: 5px;
    }


    .p-link{
        display: block;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        left: 50%;
        margin-left: -25px;
        font-size: 22px;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
                box-shadow: 0 1px 2px rgba(0,0,0,0.2)
    }
    .p-link i{ padding-top: 1px; }


    /*PORTFOLIO TITLE*/
    #filtrable{ 
        margin: 0px;
        padding-bottom: 5px;
        float: right; 
    }
    #filtrable li{ float: left; }
    #filtrable  a{
        position: relative;
        text-transform: uppercase;
        border-bottom: 2px solid transparent;
    }

    .title-single #filtrable a{ padding: 0 15px 26px 15px; }
    .title-double #filtrable a{ padding: 0 15px 26px 15px; }
    .title-no #filtrable a{ padding: 0 15px 10px 15px; }

    .portfolio_post li{ margin-bottom: 30px;}
    .portfolio_post li.span12{ margin-bottom: 50px;}
    .portfolio_post .portfolio_desc{ padding: 25px 30px; }
    
    .portfolio_post .portfolio_desc p{ line-height: 18px; }
    .portfolio_post .portfolio_img{ 
        line-height: 0;
        position: relative; 
        background-color: #292929;
    }
    .portfolio_single_title{ margin: 25px 0 30px 0; }




    /*ISTOPE*/
    .isotope-hidden.isotope-item{
        pointer-events: none;
        z-index: 1;
    }
    .isotope, .isotope .isotope-item{
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -ms-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        z-index: 2;
    }
    .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{ margin-bottom: 40px; }
    .portfolio-single .divider{ margin: 30px 0; }
    .portfolio-single .span4 ul li{ 
        margin-bottom: 7px; 
        padding-bottom: 7px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }


/* DATE
================================================== */
    .date-icon-wrapper{
        float: left;
        margin-right: 15px;
    }

    /*DATE*/
    div.date{
        height: 40px;
        width: 40px;
        line-height: 3px;
        text-align: center;
    }
    div.date span{ display: block; padding-top: 0px !important;}
    div.date span.month {
	padding-top: 11px !important;
	padding-bottom: 15px;
    }
    div.date span.year {
        padding-top: 15px !important;
    }



/* POST ICON
==================================================*/
    .post-icon{
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
    }
    .post-icon i{ margin: 0 !important; }



/* #META
==================================================*/
    .meta{
        margin-bottom: 17px;
        padding: 10px 0;
        position: relative;
        border-bottom-width: 1px; 
        border-bottom-style: solid;
    }
    .single-post .meta{ 
        margin-bottom: 20px !important; 
        border-top-width: 3px; 
        border-bottom-width: 3px;
        border-top-style: double;
        border-bottom-style: double;
    }
    .single-post .meta i{ margin-right: 5px; }
    .meta .meta-cat{ margin-right: 10px; }

    .single-post .meta .meta-cat{ float: left; }
    .single-post .meta .meta-comm{ float: right; }

    .format-aside .meta{ 
        border-top-width: 1px; 
        border-bottom-style: solid;
    }




/* READ MORE
================================================== */
    .readmore{ 
        padding-bottom: 2px; 
        display: inline-block;
    }
    .read{
        display: block;
        line-height: 16px !important;
    }
    .readmore i{ margin-left: 5px; }



/* ARCHIVE TITLE
================================================== */
    .archive-title{
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom-width: 1px;
        border-bottom-style: solid; 
    }



/* PAGINATION
==================================================*/
    #page-nav{ 
        padding-top: 30px;
        border-top-width: 4px;
        border-top-style: double;  
    }
    .aq-block-aq_portfolio_block #page-nav{ margin-top: 30px; }

    #page-nav ul{
        margin: 0;
        float: left;
    }

    #page-nav ul li{
        list-style: none;
        float: left;
        margin-right: 5px;
    }

    #page-nav span{
        display: block;
        float: right;
        margin-bottom: 0;
    }  

    #page-nav a{
        display: block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;
    }



/* BREADCRUMBS
==================================================*/
    #crumbs{
        margin-top: -10px;
        margin-bottom: 50px;
    }
    #crumbs .container{
        padding-bottom: 20px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    #crumbs i{ margin: 0 5px; }




/* 404 PAGE
================================================== */
    .page-404{ 
        text-align: center;
        margin-bottom: 70px; 
    }
    .page-404 #search input{ 
        width: 60%;
        margin-top: 30px;
    }
    .page-404 h1{ margin: 50px 0; }




/* BLOCKQUOTE
================================================== */
    blockquote{
        margin-bottom: 15px;
        padding: 15px;
        line-height: 22px;
    }
    blockquote strong{
        margin-top: 10px;
        display: block;

    }






/* #CLIENT
================================================== */
    .client{ position: relative; }
    .client [class*="span"]{ 
        border-width: 1px;
        border-style: solid;
        margin-right: -1px; 
        margin-top: -1px;
        text-align: center;
    }


/* BLOG
================================================== */
    .blog-post-wrapper{
	margin-top: 30px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .blog-post-wrapper.last{ 
        margin-bottom: 0;
        background: none;
    }

    .blog-post-wrapper .meta{
        margin-top: 5px;
        margin-bottom: 10px;
	padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .blog-post-wrapper.single-post .meta{ 
        padding-top: 10px; 
        padding-bottom: 10px;
    }

    .blog-post-wrapper .date-icon-wrapper{ margin-right: 30px; }
    .blog-post-wrapper .date{  
        width: 60px;
        height: 60px;
    }
    .blog-post-wrapper .date span.month{ padding-top: 25px; }

    .blog-post-wrapper .post-icon {
        font-size: 18px;
        height: 60px;
        line-height: 60px;
        width: 60px;
    }

    .blog-post-wrapper .title{ margin-bottom: 10px; }


    .blog-post-wrapper .meta i{ margin-right: 5px; }
    .blog-post-wrapper .meta .meta-comm{ float: right; }
    .blog-post-wrapper .post-title{ margin-bottom: 10px; }

    .single-post .tagcloud{ margin-top: 25px; }
    .single-post .tagcloud a{ font-size: 11px; }

    .single-post .tagcloud .icon-tag {
        float: left;
        font-size: 16px;
        margin-right: 15px;
        margin-top: 3px;
    }

    .blog-block.standart article:last-child{ 
        border-bottom: none; 
        padding-bottom: 10px;
    }



/* COMMENTS
================================================== */
    .comm-wrapper{ margin-bottom: 60px; }

    ol.commentlist {
        margin: 0;
        padding-top: 25px;
    }
    ol.commentlist li{
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom-style: double;
        border-bottom-width: 4px;
    }
    ol.commentlist li.last{
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
    ol.commentlist .comment-avartar{
        float: left;
        margin-right: 30px;
    }
    ol.commentlist .comment-head{ position: relative; }



    ol.commentlist ul.children{ padding-left: 50px; }


    .comment-nav a{ 
        font-size: 10px;
        font-weight: 700; 
    }
    .comment-head{ margin-bottom: 10px }
    .comment-content-wrapper{ overflow: hidden; }
    .comment-head span{
        font-size: 11px;
        display: inline-block;
        padding-right: 10px; 
        font-weight: 700;
    }



/* #COMMENT FORM
================================================== */
    #respond{ margin-bottom: 50px; }
    #commentform{ margin-top: 20px; }
    #commentform fieldset{ margin-bottom: 5px; }
    #commentform input[type="text"]{ width: 300px; }
    #commentform textarea{
        width: 600px;
        height: 250px;
        margin-bottom: 15px;
    }
    #commentform input[type="submit"]{
        font-size: 12px;
        padding: 10px 5px;
    }



/* GOOGLE MAP
================================================== */
    .flexible-map .map_canvas {
        width: 100%;
        height: 100%;
    }
    .flexible-map img{ max-width: none }



/* TESTIMONIALS
================================================== */
    .testimonials-wrapper{ margin-bottom: 40px; }
    .testimonials-content{ overflow: hidden; }
    .testimonials-content blockquote{ margin-bottom: 0; }
    .testimonials-autor{ float: left; margin-right: 20px; }

    .testimonials-slider blockquote{ margin-bottom: 0; } 



/* SIDEBAR
==================================================*/
    #sidebar{ margin-bottom: 50px; }
    #sidebar .widget:last-child{ margin-bottom: 0 !important; }

    /*WIDGET TITLE*/
    #sidebar .widget h3{ 
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
        border-bottom-style: solid;
        border-bottom-width: 1px;
	border-color: #f1f1f1;
    }

    #sidebar .widget-comment{ margin-top: 5px; }

    #sidebar #search input[type="text"]{ 
        padding: 10px 15px; 
        width: 87%;
    }

    .widget-context.comm_link{ line-height: 18px; }

    .flexipages_widget {
	padding:10px;
	background:url(images/feat_bg.jpg);
	border:7px solid #fcfcfc;
	box-shadow:0px 0px 2px #e0e0e0;
    }
    .flexipages_widget ul {
        margin-top: -20px;
	margin-left: 10px;
	list-style: none !important;
    }
    .flexipages_widget ul li:before {
	content: "\00BB \0020";
	color: #d4a00f;
	font-size: 16px;
    }
    .flexipages_widget h3 {
        border: 0;
    }

/* CONATCT FORM
================================================== */
    .wpcf7-form div{ margin-bottom: 5px; }
    .wpcf7-form label{ padding-left: 10px; }
    .wpcf7-form input[type="text"], input[type="email"] {
        width: 60% !important;
        max-width: 300px !impoirtant;
    }
    .wpcf7-form textarea{ 
        width: 94%; 
        height: 150px;
    }
    div.wpcf7-response-output{ padding: 10px !important; }



/* FOOTER
==================================================*/
    #wrapper.boxed #footer { padding-left: 30px; padding-right: 30px; }
    #footer{ 
        position: relative;
        padding-top: 50px;
        line-height: 18px;
        border-top-style: solid;
        border-top-width: 5px;
    } 
    #footer [class*="span"]{ padding-bottom: 0px; }  
    #footer ul{ margin: 0; } 
    #footer h3{ 
        text-transform: uppercase;
        margin-bottom: 20px !important;
    }
    #footer .widget{ margin-bottom: 50px; }
    #footer p{ line-height: 18px; }
    #footer img{
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;
    }
    #footer li{ margin-bottom: 10px; }

    #footer .widget-post-icon,
    #footer #search input{ 
        border-style: solid;
        border-width: 1px;
    }


    #footer .wpcf7-form textarea{ height: 80px; }
    #footer .wpcf7-form input[type="text"], input[type="email"] {
        margin-right: 10px;
        padding: 7px 10px;
        width: 50%;
    }


/* WIDGET GENERAL STYLE
================================================== */
    
    /*POST*/
    .post-widget{ margin-bottom: 20px; }
    * .post-widget:last-child{ margin-bottom: 0; }
    .post-widget{ margin-bottom: 15px; }
    .widget-text{ overflow: hidden; }
    .widget-thumbnail{ float: left; margin-right: 15px; }
    .widget-comment{ display: block; margin-top: 2px; }


    /*POST ICON*/
    .widget-post-icon{ 
        width: 53px;
        height: 53px;
        line-height: 53px;
        float: left;
        text-align: center;
        font-size: 18px;
        text-shadow: none;
        border-style: solid;
        border-width: 1px;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;

    }

    /*TWITTER*/
    .twitter-widget li{ margin-bottom: 20px !important; }
    .twitter-widget li:last-child{ margin-bottom: 0 !important; }
    .twitter-widget .tweet_time{ display: block; }

    /*FLICKR*/
    .flickr-widget{ margin: 0 -3px !important; }
    .flickr-widget li{
        width: 33.33333%; 
        padding: 0 3px 5px 3px; 
        float: left;
        line-height: 0;
        -webkit-box-sizing: border-box; 
           -moz-box-sizing: border-box; 
                box-sizing: border-box; 
    }

    /*TAB*/
    .tab-header{ 
        margin-bottom: 20px !important; 
        padding-bottom: 10px;
        border-bottom-width: 3px;
        border-bottom-style: solid;
    }
    .tab-header li{
        float: left;
        margin-right: 15px;
        cursor: pointer;
        position: relative;
    }
    .tab-header li.last{margin-right: 0;}

    .tab-context{ display:none; }
    .tab-context.visible{ display: block;}

    .widget.widget_categories ul,
    .widget.widget_archive ul {
        list-style-type: circle;
        list-style-position: inside;
    }
    .widget.widget_categories li,
    .widget.widget_archive li{
        margin-bottom: 6px;
        padding-bottom: 6px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }


    .tagcloud a{
        display: block;
        float: left;
        padding: 5px 7px;
        margin: 0 1px 1px 0;
        -webkit-border-radius: 1px;
           -moz-border-radius: 1px;
            -ms-border-radius: 1px;
                border-radius: 1px;
    }



    #sidebar .menu{ display: block; }
    #sidebar .menu li{ 
        margin-right: 0;
        float: none; 
        padding-bottom: 7px;
        margin-bottom: 7px;
        text-transform: none;
        border-bottom: 1px solid #eeeeee;
    }
    #sidebar .menu a{ 
        padding: 0; 
        margin: 0; 
        line-height: inherit; 
        height: inherit;
    }
    #sidebar .menu a:hover{ background: none !important; }


/* COPYRIGHT AREA
==================================================*/
    #wrapper.boxed .copyright-area { padding-left: 30px; padding-right: 30px; }
    .copyright-area{ border-top-style: solid; }

    .span6.alignright{
        float: right;
        text-align: right;
    }
    .span6.alignright ul{ float: right; }
    .span6.alignright ul li{ margin: 0 0 0 15px; }

    .span6.alignleft ul{ float: left; }

    .copyright-area .span6{ padding-bottom: 0; }
    .copyright-area p{ margin-bottom: 7px; }    


    /*MENU*/
    .copyright-area .footer-menu{ margin: 0; }
    .copyright-area .footer-menu li{
        line-height: 0;
        float: left;
        margin-right: 15px;
    }
    .copyright-area .footer-menu li a{
        font-weight: 700; 
        text-transform: uppercase;
    }

    /*SOCIAL*/
    .copyright-area .social{ 
        float: right; 
        margin-bottom: 0; 
        line-height: 0;
    }




/*======================================================================== 
                            #SHORTCODE
=========================================================================*/



/* BUTTON
================================================== */
    .button{
        color: #fff !important;
        cursor: pointer;
        font-weight: 700;
        font-size: 12px;
        text-align: center;
        padding: 10px 20px;
        display: inline-block; 
        text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.2);
        border-radius: 3px; 
        -moz-border-radius: 3px; 
        box-shadow: inset rgba(255,255,255,0.2) 0 1px 0;
        -o-box-shadow: inset rgba(255,255,255,0.2) 0 1px 0;
        -webkit-box-shadow: inset rgba(255,255,255,0.2) 0 1px 0;
        -moz-box-shadow: inset rgba(255,255,255,0.2) 0 1px 0;

        background: #1e73be;
        border: 1px solid #0e5796;

    }

    .button:hover{
        color: #fff !important;
        background: #3e3e3e;
	border: 1px solid #000;
    }

    .button:active{ box-shadow: inset rgba(0,0,0,0.4) 0px 0px 6px; }

    .rounded{ border-radius: 50px; }
    .button.big{ 
        padding: 20px 40px;
        font-size: 14px; 
    }
    .button.middle{ 
        padding: 15px 30px; 
        font-size: 13px;
    }
    .button.small{ 
        padding: 5px 10px; 
        font-size: 11px;
    }
    .button [class*="icon-"]{ margin-right: 5px; }
    






/* TAB
================================================== */
    .tab-nav{ margin: 0; }
    .tab-block .ui-tabs-hide{
        position: absolute;
        left: -9999px;
    }

    .tab-nav li{
        float: left;
        position: relative;
        z-index: 10;
        margin-right: -1px;
    }
        
    .tab-nav li a{
        border-width: 1px;
        border-style: solid;
        display: block;
        overflow: hidden;
        padding: 10px 15px;
        font-weight: 700;
        -webkit-border-radius: 3px 3px 0 0;
           -moz-border-radius: 3px 3px 0 0;
                border-radius: 3px 3px 0 0;
    }

    .tab-content{ 
        margin-top: -1px;
        padding: 15px;
        display: none; 
        border-width: 1px;
        border-style: solid;
    }
    .tab-content.first-child { 
        position: relative; 
        left: 0;
    }



/* TOGGLES & ACCORDION
===================================================*/
    .toggle-block,
    .accordion-block{
        margin-bottom: 10px;
        position: relative; 
        border-width: 1px; 
        border-style: solid;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
    }

    .toggle-block .tab-body, 
    .accordion-block .tab-body{
        border-top-width: 3px;
        border-top-style: double;
    }

    .toggle-block div.arrow,
    .accordion-block div.arrow{ 
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 11px;
        position: absolute;
        right: 15px;
        top: 13px
    }

    .toggle-block p.tab-head,
    .accordion-block p.tab-head { 
        margin: 0;
        padding: 10px 15px;
    }

    .toggle-block .tab-body,
    .accordion-block .tab-body { 
        display: none;
        overflow: hidden;
        padding: 15px;
        -webkit-border-bottom-right-radius: 3px;
         -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-bottomright: 3px;
             -moz-border-radius-bottomleft: 3px;
                border-bottom-right-radius: 3px;
                border-bottom-left-radius: 3px;
    }

    .toggle-block .tab-body.open,
    .accordion-block .tab-body.open{ display: block; }


    .toggle-block p [class*='icon'],
    .accordion-block p [class*='icon']{ margin-right: 7px; font-size: 12px !important;}

    .tab-head{ cursor: pointer; }



/* ALERT BOX
==================================================*/
    .alert{
        padding: 15px;
        margin-bottom: 15px;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;
    }
    .alert [class*="icon-"]{
        float: left;
        margin-right: 15px;
        font-size: 45px;
    }
    .alert-content{ overflow: hidden; }

    .alert{ 
        border-width: 1px; 
        border-style: solid;
    }

    .alert h1,
    .alert h2,
    .alert h3,
    .alert h4,
    .alert h5,
    .alert h6{ margin-bottom: 10px; }
    
    .alert p{ line-height: 18px; }




.wp-caption, 
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor{}


/* DEMO COLUMN
================================================== */
    .show-grid [class*="span"] div {
        background-color: #EEEEEE;
        border-radius: 3px 3px 3px 3px;
        line-height: 40px;
        min-height: 40px;
        text-align: center;
        margin-bottom: 30px;
    }

/* Custom Table
================================================== */
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}
.zebra {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
}
.zebra th {
 font-weight:900;
 text-align:center !important;
}
.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;    
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}

/* FEATURES
================================================== */

.features_drs {	
	margin:13px 0 0 0;
	padding:32px;
	background:url(images/feat_bg.jpg);
	border:7px solid #fcfcfc;
	box-shadow:0px 0px 2px #e0e0e0;
}

 .features i {
    float: left;
    margin: -2px 6px 0 0;
    font-size: 24px;
}

.features {	
	margin:13px 0 0 0;
	padding:32px;
	background:url(images/feat_bg.jpg);
	border:7px solid #fcfcfc;
	box-shadow:0px 0px 2px #e0e0e0;
}

.features:hover i { 
	color: #d4a00f;
}

.features p {
	color:#717171;
	font-size:1.2em;
	line-height:24px;
}

.features a {
	font-size:1.2em;
	color:#6d98f1;
	text-decoration:none;
}

.features a:hover {
	color:#4677db;
}

.features h2 {
	color:#3675C1;
	font-size:1.7em;
	font-weight:bold;
	text-shadow:1px 1px 0px #fff, 3px 3px 0px #e0e0e0;
	padding-bottom:4px;
	border-bottom:1px solid #d1d1d1;
}

/* Adsense Widget
================================================== */
.widget_aml_adsense {
	margin-top:-15px;
}

/* Socialite
================================================== */
.wpsocialite.small {
 margin: 15px 0 15px 0 !important;
 padding: 0 !important;
}
.wpsocialite.small > li {
 width: 90px !important;
}