
/* 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: collapse; 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, h2, h3, h4, h5, h6{ letter-spacing: 0.02em; }

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small{ 
        font-size: 60%; 
        line-height: 0; 
    }

    .title{ 
        margin-bottom: 8px;
        line-height: 18px; 
    }

    h1,
    .post-title{ text-transform: uppercase; }

    p{ margin-bottom: 15px; line-height: 20px; }
    * p:last-child{ margin-bottom: 0 !important; }

    strong{ 
        font-weight: 600;
        font-weight: 700;
    }
    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"], 
    input[type="password"],
    textarea,
    select,
    #coupon_code {
        padding: 10px;
        font-family: inherit; 
        font-weight: 400; 
        font-style: normal;
       /* overflow: auto;*/
        -webkit-box-sizing: border-box; 
           -moz-box-sizing: border-box; 
                box-sizing: border-box; 
    }
#block-superfish-1 select#superfish-1-select {
  background: #ead5b6;
  border: 1px solid #154b67;
  color: #000;
}

/* 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: 20px;  margin-bottom: 20px; list-style-position: outside; }

    ul ul, ul ol{ margin-left: 20px; margin-bottom: 0; }
    ul.square, ul.circle, ul.disc, ul.numeric{ margin-left: 17px; }
    ul.square{ list-style-type: square; }
    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.numeric{ list-style-type: decimal; }
    ul.numeric 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; }

    .unstyled > li{ margin-bottom: 7px; }



/* 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;
    }
    
    .divider-image{ 
        height: 7px;
        background: url(images/divider.png) repeat-x bottom center;
    }
     


/* 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%; }



/* ANIMATION
================================================== */
    a,  
    input[type="text"], 
    textarea, 
    input[type="submit"],
    .widget-post-icon{
        -webkit-transition: all 0.2s ease-in-out;
           -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
             -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
    }



/* 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 !important }
    .alignright{ float: right !important; }
    .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; }
    .mb75{ margin-bottom: 70px !important; }
    .mb80{ margin-bottom: 0px !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; }

    #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;}
    
    .fullwidthbanner-container{ overflow: inherit !important; }
    .tp-simpleresponsive img{ left: 0 !important; }

    .full-slider{ margin: 0 0 0px 0; }


    table td,
    table th{
        border-style: solid;
        border-width: 1px;
    }




/*========================================================================= 
                              #TEMPLATE STYLES
==========================================================================*/



/* HEADER
==================================================*/
    #header.style3,
    #header.style10{ 
        border-top-width: 5px;
        border-top-style: solid;
    }

    
    .container.bb,
    .container.bb,
    .container.bb{ 
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin-bottom: 50px;
    }

    #header ul{ margin-bottom: 0; }

    
    /* #TOP AREA */
    #top-area{ 
        padding: 6px 0;
        overflow: hidden;
    }

    #header.style2 #top-area{ padding: 10px 0; }

        #top-area ul.social, #footer ul.social{ 
            margin: 0;
            display: inline-block; 
        }

        #top-area ul.social li,#footer ul.social li{ margin: 0; }
    
            #top-area ul.social a, #footer ul.social a{ 
                border: none; 
                text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
            }
			 #footer ul.social a{ 
               color:rgb(88, 88, 95);
            }
            #top-area ul.social a:hover, #footer ul.social a:hover{ background: none !important; }

    #top-area .top-text p{ margin: 7px 0 0 0; }

    #header.style4 #top-menu li,
    #header.style7 #top-menu li,
    #header.style8 #top-menu li{
        float: left;
        margin-right: 10px;
        padding-top: 7px;
    }


        /*LOGO*/
        #header .logo{ 
            margin: 39px 0 20px;  
            line-height: 1px; 
        }

        #header.style6 .logo,
        #header.style7 .logo,
        #header.style8 .logo,
        #header.style9 .logo,
        #header.style10 .logo{ 
            float: left; 
            margin: 30px 0;
        }


        /* MENU */
        .res-menu{ 
            display: none; 
            padding: 20px;

            margin:0 auto;
            margin-top:14px;
            width:100%;
            text-align: left;

            -webkit-box-sizing: border-box; 
               -moz-box-sizing: border-box; 
                    box-sizing: border-box; 
        }

        .res-menu ul{ margin-left: 10px; }

        .res-menu ul a:before {
            content: "-";
            margin-right: 5px;
        }

        .res-menu li{ padding: 10px 0; }
        .res-menu li{ border-bottom: 1px solid transparent; }
        .res-menu > li > a{ text-transform: uppercase; }

        .res-menu > li:last-child,
        .res-menu ul li:last-child{ 
            border-bottom: none !important;
            padding-bottom: 0 !important;
        }


        #header nav{
            border-bottom-style: solid;
            border-top-style: solid;
            border-bottom-width: 0px;
            border-top-width: 0px;
            padding: 15px 0;
            margin-bottom: 0px;
        }

        #header.style8 nav,
        #header.style9 nav,
        #header.style10 nav{
            float: right;
            border: none !important;
            margin: 43px 0 0 0;
        }

        #menu{ 
            margin: 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{ 
            padding: 0 30px; 
            text-transform: uppercase;
        }

        #header.style8 #menu > li > a,
        #header.style9 #menu > li > a,
        #header.style10 #menu > li > a{ padding: 0; }

        #header.style8 #menu > li,
        #header.style9 #menu > li,
        #header.style10 #menu > li{ margin-left: 40px; }

        #menu ul{
            padding: 15px 15px 8px 15px;
            margin: 0;
            display: none;
            position: absolute;
        	width: 160px;
            text-align: left;
            border-width: 1px;
            border-style: solid;

            opacity: 0.98;
            filter:alpha(opacity=98);

            -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
               -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        }

        #header.style8 #menu > li > ul,
        #header.style9 #menu > li > ul,
        #header.style10 #menu > li > ul{ left: 0; }

        #menu ul li { position: relative; }
        #menu ul li.menu-last{border-bottom: none;}

        #menu ul a{ 
            margin-bottom: 7px;
            padding-bottom: 7px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
        }

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

        #menu li:hover {visibility: inherit;}
        #menu li:hover ul,
        #menu li.sfHover ul{
        	left: 15px;
        	top: 37px;
        	z-index: 99;
        }
        #menu li li:hover ul,
        #menu li li.sfHover ul{
        	left: 146px; 
        	top: -2px;
        }

        #menu ul a.sf-with-ul{
            position: relative;
        }
        #menu ul a.sf-with-ul:before{
            font-family:FontAwesome !important;
            font-weight:normal !important;
            font-style:normal !important;
            content: "\f105";
            position: absolute;
            right: 0;
            top: 0;
        }


    /* HEADER SEARCH */
    #header.style6 #search,
    #header.style7 #search{
        float: right;
        margin-top: 45px;
        max-width: 200px;
        width: 100%;
    }

    #header.style6 #search input,
    #header.style7 #search input{
        width: 100%;
        webkit-box-sizing: border-box; 
          -moz-box-sizing: border-box; 
               box-sizing: border-box; 
    }



/* SOCIAL
================================================== */
    .social li{
        float: left;
        margin: 0 2px 2px 0;
    }
    .social a{
        font-size: 16px;
        height: 33px;
        line-height: 34px;
        width: 33px;
        display: block;
        text-align: center;
        border-width: 1px;
        border-style: solid;

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

    .social-youtube{ font-size: 20px !important; }



/* FLEXISLIDER
==================================================*/

    .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; 
        bottom: 15px;  
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 32px;
        opacity: 0.9;
        
        -webkit-border-radius: 3px;
                border-radius: 3px;
    }
    .flexslider .flex-direction-nav a:hover{ opacity: 1; }

    .flex-direction-nav a:before{ 
        font-size: 14px;
        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: 15px; }
    .flex-direction-nav a.flex-prev{ right: 47px; }

    .flexslider h5{
        bottom: 15px;
        left: 15px;
        margin-bottom: 0;
        position: absolute;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        width: 70%;
    }


    /* FLEXSLIDER SHADOW */
    .flexslider.shadow:before{
        content: "";
        width: 100%;
        height: 60px;
        position: absolute;
        bottom: -60px;
        background: url(images/shadow.png) no-repeat  0 0 / 100% auto ;
    }



/* PAGE TITLE
==================================================*/
    .page-title{ 
        margin-bottom: 25px; 
        position: relative;
    }

    .page-title:before {
        content: "";
        height: 7px;
        margin-top: -3px;
        position: absolute;
        top: 50%;
        width: 100%;
        background: url("images/divider.png") repeat-x scroll center center;
    }

        .page-title h1,
        .page-title h2,
        .page-title h3,
        .page-title h4,
        .page-title h5,
        .page-title h6{
            display: inline-block;
            line-height: inherit;
            margin-bottom: 0;
            padding-right: 15px;
            position: relative;
        }


        body.archive .without .page-title h3,
        body.search-results .without .page-title h3{ padding-left: 15px; }
        body.archive .page-title.up{ text-transform: uppercase; }



/* LATEST POST
================================================== */
    .latest-post .flex-direction-nav a{
        height: 40px;
        line-height: 41px;
        top: 50%;
        margin-top: -20px;
        opacity: 0.7;
        right: 10px;
    }
    .latest-post .flex-direction-nav a.flex-prev{ left: 10px; }

    .latest-post-content{  margin-top: 15px; }
    .no-thumbnail .latest-post-content{ margin-top: 0; }

    .latest-post .span3 .flexible-video{ padding-bottom: 51.25%; }
    .latest-post .span4 .flexible-video{ padding-bottom: 55.25%; }
    .latest-post .span6 .flexible-video{ padding-bottom: 58.25%; }

    .post-center{ text-align: center; }



/* PORTFOLIO
==================================================*/
    .portfolio-items{margin: 0 0 0 30px !important }
    .portfolio-item-wrapper{ overflow: hidden; }

    .portfolio-items article [class*="icon"]{ margin: 0; }
    .portfolio-items article{ 
        line-height: 0; 
        position: relative;
    }

    .portfolio-items article *{
        -webkit-transition: all 0.3s linear;
           -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
             -o-transition: all 0.3s linear;
                transition: all 0.3s linear;

    }

    .portfolio-items[class*="col"] article{
        float: left;
        padding: 0 5px 10px;

        webkit-box-sizing: border-box; 
          -moz-box-sizing: border-box; 
               box-sizing: border-box; 
    }
.
    .portfolio-items.col1 article{
        float: none;
        margin: 0 0 20px 0;
    }

    
    .portfolio-items.col2 article{ width: 49.9%; }
    .portfolio-items.col3 article{ width: 33.333%; }
    .portfolio-items.col4 article{ width: 24%; /*use to be 24.9*/}

    
    .portfolio-items.col1 img{ width: 100%; }


    /*PORTFOLIO FILTRABLE*/
    #filters{ 
        margin: 0;
        float: right; 
        position: relative;
        z-index: 1;
    }
    #filters li{ 
        float: left; 
        line-height: 14px;
    }
    #filters a{ padding-left: 15px; }


    .page-title.position-center{ text-align: center; }
    #filters.position-center{ 
        display: inline-block; 
        float: none; 
        padding: 0 20px; 
    }
    #filters.position-center li a{ padding: 0 10px; color: rgb(113, 113, 113); }
    #filters.position-center li a.selected{ color: #38B7A5;}
	
	


    /* PORTFOLIO CONTEXT */
    .portfolio-context{ 

        zoom: 1;

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

        position: absolute;
        padding: 10%; 
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;

        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);

        webkit-box-sizing: border-box; 
          -moz-box-sizing: border-box; 
               box-sizing: border-box;                 
    }

    html.csstransforms .portfolio-items article.thumb-zoom .portfolio-context{ 
        -webkit-transform: scale(0.1);
           -moz-transform: scale(0.1);
            -ms-transform: scale(0.1);
             -o-transform: scale(0.1);
                transform: scale(0.1);            
    }


        .portfolio-context h2{ 
            font-size: 14px;
            display: inline-block;
            text-transform: uppercase;
            position: relative;
            margin-bottom: 0px;
        }

        .portfolio-context p{ font-size: 11px; }

        .p-link{
            display: block;
            height: 30px;
            width: 30px;
            line-height: 29px;
            text-align: center;
            position: absolute;
            bottom: 15%;
            right: 10%;
            font-size: 14px;
            border: 2px solid transparent;
            -webkit-border-radius: 50px;
               -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                    border-radius: 50px;
        }
        .p-link i{ padding-top: 1px; }


    /* PORTFOLIO HOVER */
    .portfolio-items article:hover img{
        opacity: 0.1;
        filter:alpha(opacity=10);
    }

    .portfolio-items article.thumb-zoom:hover img{
        -webkit-transform: rotate(5deg) scale(1.5);
           -moz-transform: rotate(5deg) scale(1.5);
            -ms-transform: rotate(5deg) scale(1.5);
             -o-transform: rotate(5deg) scale(1.5);
                transform: rotate(5deg) scale(1.5);
    }

    
    .portfolio-items article:hover .portfolio-context{
        opacity: 1;
        filter:alpha(opacity=1);
    }
    html.csstransforms .portfolio-items article.thumb-zoom:hover .portfolio-context{
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }


    /* PORTFOLIO SINGLE */
    .portfolio-single{ margin-bottom: 50px; }
    .portfolio-center{ margin-top: -51px; }
    .portfolio-center.mt26{ margin-top: -26px; }

    .portfolio-single-items{ 
        position: relative;
        margin-bottom: 50px; 
        z-index: 10000;
    }

    .portfolio-single-items.on-shadow:before{
        content: "";
        width: 100%;
        height: 60px;
        position: absolute;
        bottom: -58px;
        left: 0;
        background: url(images/shadow.png) no-repeat  0 0 / 100% auto ;
    }

    .portfolio-right .portfolio-single-items.on-shadow:before,
    .portfolio-left .portfolio-single-items.on-shadow:before{ background: url(images/shadow.png) no-repeat  top center / 95% auto ; }


    .loader .portfolio-single-items:before{
        background: none !important;
    }

    .portfolio-single .divider{ margin: 30px 0; }

    .portfolio-single p{ line-height: 22px; }

    .portfolio-single ul.p-info {
        border-width: 1px;
        border-style: solid;
        display: inline-block;
        margin: 20px 0 0;
        padding: 15px 20px;
        -webkit-box-sizing: border-box; 
           -moz-box-sizing: border-box; 
                box-sizing: border-box;
    }  

    .portfolio-center.portfolio-single ul.p-info li{ 
        border-right-width: 1px;
        border-right-style: solid;
        float: left;
        padding: 0 20px;
    }
    
    .portfolio-left.portfolio-single ul.p-info li,
    .portfolio-right.portfolio-single ul.p-info li{ 
        margin-bottom: 5px
    }

    .portfolio-left.portfolio-single ul.p-info,
    .portfolio-right.portfolio-single ul.p-info{ 
        padding: 15px 20px 10px 20px;
    }



    .portfolio-single ul.p-info li:last-child{ border-right: none !important; }

    .portfolio-single h1{ 
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-transform: uppercase; 
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .p-full-link{
        display: block;
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        z-index: 1000;
        top: 0;
        left: 0;

        background-color: rgba(204,204,204,0.01);
    }



    .portfolio-single-link{
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    
    .portfolio-single-link .spacer{ padding: 0 10px; }



    /*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;
    }



/* DATE
================================================== */
    .date-icon-wrapper{
        float: left;
        margin-right: 15px;
    }

    /*DATE*/
    div.date{
        height: 40px;
        width: 40px;
        line-height: 0;
        text-align: center;
    }
    div.date span{ display: block;}
    div.date span.month{
        margin-bottom: 13px;
        padding-top: 14px;
    }



/* #META
==================================================*/
    .meta{
        margin-bottom: 15px;
        position: relative;
    }



/* READ MORE
================================================== */
    .readmore{ 
        display: inline-block;
    }
    .read{
        display: block;
        line-height: 16px !important;
    }

    .readmore i{ margin-left: 5px; }



/* PAGINATION
==================================================*/
    #page-nav,
    .woocommerce-pagination{ 
        text-align: center;
        padding-top: 25px;
        margin-top: 25px;
        border-top-width: 1px;
        border-top-style: solid;  
    }

        #page-nav ul{
            margin: 0;
            display: inline-block;
        }

        #page-nav ul li,
        .woocommerce-pagination li{
            display: inline-block;
            margin-right: 2px;
        }

        #page-nav a,
        .woocommerce-pagination a,
        .woocommerce-pagination span.current{
            width: 25px;
            height: 25px;
            line-height: 25px;
            display: block;
            text-align: center;
        }

        #page-nav a.current,
        .woocommerce-pagination a.current{ 
            cursor: auto; 
        }


    .blog-block + #page-nav{ margin-top: 60px !important; }

    .mb60 #page-nav{ margin-top: 60px; }



/* BREADCRUMBS
==================================================*/
    #crumbs{ margin: -50px 0 50px 0; }
    #crumbs .container{
        padding: 20px 0;
        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: 20px 0; 
        line-height: inherit;
    }
    .page-404 h1,
    .page-404 h3{ text-transform: uppercase; }



/* BLOCKQUOTE
================================================== */
    blockquote{
        margin-bottom: 20px;
        padding: 15px;
        line-height: 22px;
        border-left-width: 3px;
        border-left-style: solid;
    }



/* #TESTIMONIALS
=================================================== */
    .testimonials{
        position:relative;
        width: 100%;
        border-width: 0px;
        border-style: solid;
        margin-top: -25px;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
    }


        .testimonial-texts, 
        .testimonial-author{ padding: 20px; }

        .testimonial-author{ padding-top: 0; }
        .testimonial-texts{ padding-bottom: 0; }

        .testimonial-texts, 
        .testimonial-texts p {margin: 0 0 10px}

        .testimonial-texts p:last-child{
            margin-bottom: 10px !important;
            padding-bottom: 10px;
            border-bottom-style: solid;
            border-bottom-width: 0px; 
        }

        .testimonial-author i{ margin-right: 5px; }



/* # OVERLAY
===================================================*/
    .overlay{
        display: inline-block;
        background-color: #fff;
        overflow: hidden;
        position: relative;
    }

    .overlay *{
        -webkit-transition: all 0.3s linear;
           -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
             -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
    }



        .overlay i{
            position: absolute;
            width: 30px;
            height: 30px;
            line-height: 31px;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            font-size: 30px;
            color: #fff;

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

            -webkit-transform: scale(0.1);
               -moz-transform: scale(0.1);
                -ms-transform: scale(0.1);
                 -o-transform: scale(0.1);
                    transform: scale(0.1);
        }

        .overlay:hover img{
            opacity: 0.4;
            filter:alpha(opacity=40);

            -webkit-transform: rotate(5deg) scale(1.5);
               -moz-transform: rotate(5deg) scale(1.5);
                -ms-transform: rotate(5deg) scale(1.5);
                 -o-transform: rotate(5deg) scale(1.5);
                    transform: rotate(5deg) scale(1.5);
        }

        .overlay:hover i{
            opacity: 1;
            filter:alpha(opacity=1);

            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
        }



/* #WELCOME
====================================================*/
    .welcome{ text-align: center; }
    
        .welcome h1,
        .welcome h2,
        .welcome h3,
        .welcome h4,
        .welcome h5,
        .welcome h6{ text-transform: uppercase; }



/* #SITEMAP
=====================================================*/
    ul.sitemap-list{ margin-bottom: 50px; }

        ul.sitemap-list li{
            position: relative;
            margin-bottom: 6px;
            padding-bottom: 6px;
            border-bottom: 1px solid #f8f8f8;
        }

        ul.sitemap-list li:before{
            content:"\f105";
            font-size: 11px;
            margin-right: 10px;
            font-family:FontAwesome;
            font-weight:normal;
            font-style:normal;
        }

            ul.sitemap-list li a{ overflow: hidden; }



/* #CLIENT
================================================== */
    .client div{ 
        border-style: solid;
        border-width: 0px;
        margin-right: -1px;
        margin-top: -1px;
        text-align: center;
        padding: 0 15px;
        float: left;
        position: relative;
        webkit-box-sizing: border-box; 
          -moz-box-sizing: border-box; 
               box-sizing: border-box; 
    }

    .client.col2 > div{ width: 50% }
    .client.col3 > div{ width: 33.333% }
    .client.col4 > div{ width: 25% }
    .client.col5 > div{ width: 20% }
    .client.col6 > div{ width: 16.6666% }



/* FEATURES
================================================== */
    .features{
        padding: 25px;
        text-align: center;
        border-width: 1px;
        border-style: solid;

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

        -webkit-transition: all 0.5s ease-in-out;
           -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
             -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
    }

    .features:hover{
        -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1)
    }

        .features i{ 
            font-size: 30px; 
            display: block;
        }

        .features h3,
        .features i{ margin-bottom: 20px; }

        .features p{ line-height: 20px; }

        .features img{ margin-bottom: 20px; }



/* BLOG
================================================== */
    .blog-post-wrapper{
        margin-bottom: 60px;
        padding-bottom: 60px;
        background: url(../images/divider.png) repeat-x bottom center;
    }
    .blog-post-wrapper.last{ 
        margin-bottom: 0;
        padding-bottom: 0;
        background: none;
        border-bottom: none;
    }
    .single-post.last{ border-bottom: none; }

    .blog-post-wrapper .meta{ margin: -10px 0 20px 0; }
    .blog-post-wrapper .meta span{ margin-right: 15px; }
    .blog-post-wrapper .meta i{ margin-right: 5px; }

    
    .blog-post-wrapper .post-title,
    .blog-post-wrapper p{ margin-bottom: 20px; }

    .blog-post-wrapper p{ line-height: 22px; }

    .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;
    }
   .blog-post .meta span {
    margin-right: 15px;
    }

    #content-area.without .aq-block-bmd_blog_block,
    #content-area.without-single,
    body.search-results #content-area.without,
    body.category #content-area.without,
    body.archive #content-area.without,
    body.tag  #content-area.without{
        max-width: 713px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        float: none;
    }

    .single-post + #respond{
        margin-top: 60px;
    }

    .sticky {}



    #content-area.without-single{ text-align: left; }




/* Sharing post
================================================== */

    .sharing-post{ 
        float: right;
        display: inline-block; 
        margin: 0;
    }


    .sharing-post li{ 
        display: inline-block;
    }
    


    .sharing-post a{ font-size: 16px; } 
 


/* COMMENTS
================================================== */
    .comm-wrapper{ margin: 60px 0; }



    ol.commentlist{ margin: 0; }
    ol.commentlist li.comment{
        margin-bottom: 10px;
        border-style: solid;
        border-width: 1px;
        padding: 15px;

        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.02);
                box-shadow: 0 1px 5px rgba(0, 0, 0, 0.02);

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
    }
    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; 
        border-bottom: 1px solid #F0F0F0;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }



    ol.commentlist ul.children{ padding-left: 50px; }


    .comment-nav a{ 
        font-size: 10px;
        font-weight: 700; 
    }

    .comment-content-wrapper{ overflow: hidden; }
    .comment-head span{
        font-size: 11px;
        display: inline-block;
        padding-right: 5px; 
    }


    #reply-title{ margin-bottom: 0; }
    #reply-title a{
        position: relative;
        z-index: 1;
        padding: 5px 15px;
        margin-left: -5px;
    }


    #respond{ margin-top: 50px; }
    .comm-wrapper #respond{ margin-top: 25px; }


    #commentform input[type="text"]{ width: 300px; }
    #commentform textarea{
        width: 100%;
        height: 200px;
        margin-bottom: 15px;
        webkit-box-sizing: border-box; 
          -moz-box-sizing: border-box; 
               box-sizing: border-box; 
    }

    #commentform fieldset{ margin-bottom: 5px; }






/* GOOGLE MAP
================================================== */
    .flexible-map{ overflow: inherit; }
    .flexible-map .map_canvas {
        width: 100%;
        height: 100%;
    }
    .flexible-map img{ max-width: none }
    .flexible-map.shadow:before{
        content: "";
        width: 100%;
        height: 60px;
        position: absolute;
        bottom: -60px;
        background: url(images/shadow.png) no-repeat  0 0 / 100% auto ;
    }



/* #SEARCH PAGE
================================================== */
    .search-meassage{
        margin-bottom: 60px;
    }



/* #TEAM
================================================== */
    .team img{ margin-bottom: 15px; }
    .team h3{ margin-bottom: 0px; }
    .team p.team-function{
        margin-bottom: 8px;
    }
    .team .team-social{ 
        border-top-style: solid;
        border-top-width: 1px;
        padding-top: 10px; 
    }
    .team .team-social a{ padding-right: 10px; }



/* # PRICE TABLE BLOCK
================================================== */
.pricetable-wrapper {
    border-width: 1px;
    border-style: solid;

    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
}
.pricetable-wrapper ul { 
    margin: 0; 
    text-align: center;
}


    /* PRICE TABLE TITLE */
    .pricetable-wrapper li.pricetable-title h3{
        padding: 20px 0;
        margin: 0;
    }


    /* PRICE TABLE PRICE */
    .pricetable-wrapper .pricetable-price{
        padding: 20px 0;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .pricetable-wrapper .pricetable-price h3{;
        line-height: 40px;
        color: #ffffff;
        margin-bottom: 0;
    }
    .pricetable-wrapper .pricetable-price span {  display: block; }



    /* PRICE TABLE ITEM */
    .pricetable-wrapper li.pricetable-item{ 
        margin: 0;
        padding: 0 20%;
    }

    .pricetable-wrapper li.pricetable-item span{
        margin-bottom: 7px;
        padding-bottom: 7px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
    }

    .pricetable-wrapper li.pricetable-item:last-child span{ border-bottom: none; }


    .pricetable-wrapper li.pricetable-button{ padding: 13px 0 15px 0; }










/* SIDEBAR
==================================================*/
    #sidebar{ margin-bottom: 50px; }

        #sidebar .widget{ margin-bottom: 70px; }
        #sidebar .widget:last-child{ margin-bottom: 0 !important; }
        #sidebar ul{ margin-bottom: 0; }


        /* WIDGET TITLE */
        #sidebar .page-title{ margin-bottom: 15px; }
        #sidebar h3,
        #sidebar .tab-header li{ text-transform: uppercase; }


        #sidebar .widget-comment{ margin-top: 5px; }

    
        /* SEARCH FORM */
        #sidebar #search input[type="text"]{ 
            padding: 10px 15px; 
            width: 100%;
        }

        .widget-context.comm_link{ line-height: 18px; }



/* CONATCT FORM
================================================== */
    .wpcf7-form input[type="text"]{
        width: 60%;
        max-width: 300px;
    }
    .wpcf7-form textarea{ 
        width: 96%; 
        height: 100px;
    }


    .wpcf7-form .button{ margin-left: 0 !important; }
    .wpcf7-form p{ margin-bottom: 10px; }
    div.wpcf7-response-output{ padding: 10px !important; }



/* FOOTER
==================================================*/
    #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: 30px !important;
    }

    #footer a{ text-shadow: 0 1px 1px rgba(0,0,0,0.3) }

    #footer .widget{ margin-bottom: 50px; }

    #footer li{ margin-bottom: 10px; }

    #footer .widget-post-icon,
    #footer #search input{ 
        border-style: solid;
        border-width: 1px;
    }


    #footer .wpcf7-form textarea{ 
        box-shadow: none;
        height: 60px; 
        width: 90%
    }
    #footer .wpcf7-form input[type="text"] {
        box-shadow: none;
        padding: 10px;
        width: 90%;
    }

    #footer .wpcf7-form textarea,
    #footer .wpcf7-form input[type="text"]{
        border-width: 1px;
        border-style: solid;
    }

    #footer .wpcf7-form p{ margin-bottom: 5px; }
    #footer .wpcf7-form .button{ margin-top: -5px; }

    #footer .tagcloud a{ border: none !important; }



/*========================================================================= 
                            #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
=========================================================================*/
    .tp_recent_tweets li{ margin-bottom: 20px !important; }
    .tp_recent_tweets li:last-child{ margin-bottom: 0 !important; }
    .tp_recent_tweets .twitter_time{ display: block; }



/* #FLICKR
=========================================================================*/
    .flickr-widget{ margin: 0 -3px !important; }



        .flickr-widget li,
        .pinboard li{
            width: 33.33333%; 
            margin: 0 !important;
            padding: 0 3px 6px 3px; 
            float: left;
            line-height: 0;

            -webkit-box-sizing: border-box; 
               -moz-box-sizing: border-box; 
                    box-sizing: border-box; 
        }

        .pinboard li{ 
            height: 50px;
            margin-bottom: 6px !important;
            overflow: hidden;
        }

        .flickr-widget li *,
        .pinboard li *{
            -webkit-transition: all 0.3s linear;
               -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                 -o-transition: all 0.3s linear;
                    transition: all 0.3s linear;
        }

            .flickr-widget li a,
            .pinboard li a{
                position: relative;
                display: block;
                overflow: hidden;
            }



                .flickr-widget li a:hover img,
                .pinboard li a:hover img{
                    opacity: 0.3;
                    filter:alpha(opacity=0.3);

                    -webkit-transform: rotate(5deg) scale(1.5);
                       -moz-transform: rotate(5deg) scale(1.5);
                        -ms-transform: rotate(5deg) scale(1.5);
                         -o-transform: rotate(5deg) scale(1.5);
                            transform: rotate(5deg) scale(1.5);
                }


                .flickr-widget li a i,
                .pinboard li a i{
                    position: absolute;
                    display: block;
                    width: 20px;
                    height: 20px;
                    line-height: 20px;
                    text-align: center;
                    left: 50%;
                    top: 50%;
                    margin-left: -10px;
                    margin-top: -10px;
                    font-size: 22px;
                    color: #fff;

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

                    -webkit-transform: scale(0);
                       -moz-transform: scale(0);
                        -ms-transform: scale(0);
                         -o-transform: scale(0);
                            transform: scale(0);
                }

                .flickr-widget li a:hover i,
                .pinboard li a:hover i{
                    opacity: 1;
                    filter:alpha(opacity=100);

                    -webkit-transform: scale(1);
                       -moz-transform: scale(1);
                        -ms-transform: scale(1);
                         -o-transform: scale(1);
                            transform: scale(1);
                }



/* #SIDEBR TAB
================================================== */
    .tab-header{ 
        margin-bottom: 20px !important; 
        padding-bottom: 20px;
        background: url(images/divider.png) repeat-x bottom center;
    }
    .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 li,
    .widget.widget_archive li,
    .widget_product_categories li{
        position: relative;
        margin-bottom: 6px;
        padding-bottom: 6px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .widget.widget_categories li:before,
    .widget.widget_archive li:before,
    .widget_product_categories li:before {
        content: "\f105";
        margin-right: 7px;
       /* font-size: 10px;*/
        font-family:FontAwesome;
        font-weight:normal;
        font-style:normal;
    }


    .tagcloud a{
        display: block;
        float: left;
        line-height: 14px;
        padding: 5px 7px;
        margin: 0 3px 3px 0;

        border-style: solid;
        border-width: 1px;

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



    #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
==================================================*/
    .copyright-area{ 
        border-top-width: 1px;
        border-top-style: solid; 
        padding: 15px 0; 
        text-align: center;
    }



/*======================================================================== 
                            #SHORTCODE
=========================================================================*/



/* BUTTON
================================================== */
    .button,
    #button,
    #submit,
    .edit{
        border-width: 1px;
        border-style: solid;
        cursor: pointer;
        text-align: center;
        padding: 8px 25px;
        display: inline-block; 
        margin-bottom: 5px;
        text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.2);
		margin: 10px;
		margin-left: 0;
    }

    .button.small,
    .edit{ padding: 3px 15px; font-size: 11px;}
    .button.large{ padding: 14px 38px; font-size: 15px;}

    .button i{ margin-right: 7px; }



/* 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;
        border-top: 3px solid transparent; 
    }
        
    .tab-nav li a{
        border-width: 1px;
        border-style: solid;
        border-bottom: none;
        display: block;
        overflow: hidden;
        padding: 10px 15px;
    }

    .tab-nav li.ui-tabs-active a{
        border-top-width: 3px;
        border-top-style: solid;
    }


    .tab-nav li.ui-tabs-active{
        position: relative;
        z-index: 11;
    }

    .tab-content{ 
        position: relative;
        margin-top: -2px;
        padding: 15px;
        display: none; 
        border-width: 1px;
        border-style: solid;
        z-index: 10;
    }
    .tab-content.first-child { 
        position: relative; 
        left: 0;
    }



/* TOGGLES & ACCORDION
===================================================*/
    .toggle-block,
    .accordion-block{
        margin-bottom: 5px;
        position: relative; 
        border-width: 0px; 
        border-style: solid;
    }

    .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: 0 15px 15px 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 p.tab-head, .accordion-block p.tab-head {
      background: transparent;
    }
    .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{
        line-height: 20px;
        padding: 15px;
        margin-bottom: 20px;

        border-width: 1px; 
        border-style: solid;

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

        .alert-content{ overflow: hidden; }

            .alert [class*="icon-"]{
                float: left;
                font-size: 14px;
                margin: 3px 10px 0 0;
            }

            .alert strong{ margin-right: 5px; }


/* #Tooltip
================================================== */
    .tipsy{
        padding: 5px;
        font-size: 11px; 
        opacity: 0.75; 
        filter: alpha(opacity=75); 
        background-repeat: no-repeat;  
        background-image: url(images/tipsy.gif);
    }

    .tipsy-inner{
        padding: 10px; 
        background-color: black; 
        color: white; 
        max-width: 200px; 
        text-align: center;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
    }
    .tipsy-north{ background-position: top center; }
    .tipsy-south{ background-position: bottom center; }
    .tipsy-east{ background-position: right center; }
    .tipsy-west{ background-position: left center; }




/* #GO TO TOP
================================================== */
#top-link {
    background: rgba(0, 0, 0, 0.76);
    bottom: 5px;
    color: #D0D0D0;
    display: none;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    position: fixed;
    right: 5px;
    text-decoration: none;
}

/* **************************** */
#sidebar .block {
    margin-bottom: 70px;
}

#footer h2.block-title {
	color: #FFFFFF;
    font-size: 14px;
	font-family: Fjalla One;
    font-weight: 400;
	margin-bottom: 30px !important;
    text-transform: uppercase;
}

.block-title {
    margin-bottom: 25px;
    position: relative;
}
.block-title:before {
    background: url("../images/divider.png") repeat-x scroll center center rgba(0, 0, 0, 0);
    content: "";
    height: 7px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.block-title h1, h2.block-title span, .block-title h3, .block-title h4, .block-title h5, .block-title h6 {
   display: inline-block;
    line-height: inherit;
    margin-bottom: 0;
    padding-right: 15px;
    position: relative;
	background-color: #ead5b6;
}

#footer h2.block-title span {background-color: transparent;}
.form-item,
.form-actions {
  margin: 0 !important;
}
.not-front .region-sidebar-first h2.block-title span {
	font-size: 12px;
	color: #B8B8B8;
	text-transform: uppercase;
	
	}
	
	.region-sidebar-first h2.block-title {
		font-family: Fjalla One;
    font-weight: 400;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
		}

#footer .grippie {
	display:none;
	}
#footer .block {
    margin-bottom: 50px;
	overflow: hidden;
}
	
.form-main input, .form-main textarea, #edit-submitted-name, #footer #edit-submitted-name--2, #footer #edit-submitted-email, #footer #edit-submitted-message {
    background: none repeat scroll 0 0 #464646;
    border: 0 none;
    border-radius: 0 0 0 0;
    color: #979797;
    height: 20px;
    margin-top: 10px;
    padding: 16px 12px 14px;
    position: relative;
    width: 95%;
}
.front #header nav, .page-contact nav, .page-home-2 #header nav, .page-home-3 #header nav, .page-home-4 #header nav {
	margin-bottom:0;
	}


 span.meta-autor {
    margin-right:  0 !important;
}

.node-type-blog .field-name-field-blog-tags {display:none;}
.field-name-field-blog-tags {
 margin-top: 25px;
 }

.field-name-field-blog-image img, .field-name-field-portfolio-image img {margin-bottom: 15px;}

div.status, table tr.ok {
    background-color: #EAFFEE;
	border: 1px solid #86D492;
}
div.status, .ok {
    color: #5A8861;
	comment-avartar
}
div.error, table tr.error {
   border-color: #FEBBBB;
}
div.error, .error {
     color: #B85353;
	 font-weight: 700;
}
div.status, div.error {
background-image :none !important ;
}
div.messages {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 15px;
}
#block-views-blog-tags-block {
	overflow: auto;
	}
	.tl {
	text-align: left;	
		}
		
	label {
			
			margin:10px 0;
			}	
		#block-contact-form-blocks-0 label {
			
			margin:3px 0;
			}
			
.page-contact #header nav {
margin-bottom: 0;
}
.position-right {
	float:right;
	}
	.position-center {
text-align: center;
}
.dib {
display: inline-block;
float: none;
padding: 0 20px;
}
ul#filters, .belo {
	background-color: #fff;	
}

ul.primary {
 border-bottom: 1px solid #EEEEEE; 
 margin-bottom: 16px;  
}
ul.primary li.active a {
border-color: #EEEEEE #EEEEEE #FFFFFF;
}
ul.primary li a {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
}
.form-item .description {
margin: 8px 0;
}
.comment-avartar {
	width: 60px;
	height: 60px;
	}


#block-views-our-latest-work-3col-block {margin-bottom: 50px; margin-top: -50px; }

.front #sidebar h2.block-title{
margin-top: -4px;
font-size: 14px;

}
 #content-area h2.block-title, .featured h2.block-title, .preface h2.block-title, .postscript h2.block-title{
font-size: 14px;
}


  .portfolio4 article{

        padding: 0 5px 5px;

        webkit-box-sizing: border-box; 
          -moz-box-sizing: border-box; 
               box-sizing: border-box; 
    }
	
	
	
	#sidebar #block-search-form input[type="text"] {
padding: 10px 15px;
width: 99%;
}

#sidebar #block-search-form input[type="submit"] {
	display:none;
	}
	
.submitted {
	margin-bottom: 10px;
	font-family: Arial;
font-weight: 400;
font-style: italic;	
		}
		
.node-article .content{
	margin-bottom: 10px;
}


.post-recent {
	margin-bottom: 15px; 
	}

	
.widget-context a {
display: block;
line-height: 16px !important;
}
#block-views-blog-posts-block-3 li,
.fl li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color:#333 !important;
    margin-bottom: 6px;
    padding-bottom: 6px;
    position: relative;
}
#block-views-blog-posts-block-3 li:before,
.fl li:before {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-right: 7px;
}
#block-views-blog-posts-block-3 li:before, 
#block-views-blog-posts-block-3 .fl li:before {
  float: left;
  margin-left: -16px;
}
 /*PORTFOLIO FILTRABLE*/
    #filtrable{ 
        margin: 0;
        float: right; 
        position: relative;
        z-index: 1;
    }
    #filtrable li{ 
        float: left; 
        line-height: 14px;
    }
    #filtrable a{ padding-left: 15px; }


    .page-title.position-center{ text-align: center; }
    #filtrable.position-center{ 
        display: inline-block; 
        float: none; 
        padding: 0 20px; 
    }
    #filtrable.position-center li a{ padding: 0 10px }



    /* PORTFOLIO CONTEXT */
    .portfolio-context{ 

        zoom: 1;

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

        position: absolute;
        padding: 10%; 
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;

        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);

        webkit-box-sizing: border-box; 
          -moz-box-sizing: border-box; 
               box-sizing: border-box;                 
    }
 html.csstransforms .portfolio-items article.thumb-zoom .portfolio-context{ 
        -webkit-transform: scale(0.1);
           -moz-transform: scale(0.1);
            -ms-transform: scale(0.1);
             -o-transform: scale(0.1);
                transform: scale(0.1);            
    }
	
	
	
	/* Isotope container responsive business */


/* Isotope Filtering */
.isotope-item {
  z-index: 2;
}

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

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.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:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

ul.pager {
margin-top: 20px;
}


.client.col5 img {
	margin-top: 1px;
	}


.field-name-field-portfolio-tags {
	margin-top: 20px;
	}
 .node-portfolio.node-teaser {
	margin-bottom: 20px; 
 }
 
 #footer .contextual-links-wrapper li {
    margin-bottom: 0 !important;
}
#backtotop {
    background: url("../images/backtotop.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
}
#footer .span3 {
  width: 33%;
  float: left;
}
#block-webform-client-block-107 h2.block-title {
  display: none;
}
#webform-client-form-109 textarea#edit-submitted-message {
  background: none repeat scroll 0 0 #2a2a2f;
  border: 1px solid #33333a;
  border-radius: 0 0 0 0;
  color: #cfcfcf;
  height: 36px;
  margin-top: 10px;
  padding: 3px 10px;
  position: relative;
  width: 100%;
}
#webform-client-form-106 {
  width: 100%;
}
#webform-client-form-106 select#edit-submitted-state {
  width: 76%;
  margin-top: -2px;
}
.grippie,
.form-required {
  display: none !important;
}
#webform-client-form-106 input#edit-submitted-name {
  height: 37px;
  margin-top: 0;
  padding: 10px;
  position: relative;
  width: 76%;
  background: none repeat scroll 0 0 #fefefe;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05) inset;
  color: #929292;
  font-size: 12px;
}
#webform-client-form-106 input.webform-submit {
  width: 20%;
}
#webform-client-form-106 input#edit-submitted-best-time-to-contact-you-ampm-pm,
#webform-client-form-106 input#edit-submitted-best-time-to-contact-you-ampm-am {
  width: 4%;
}
#webform-client-form-106 select#edit-submitted-best-time-to-contact-you-minute,
#webform-client-form-106 select#edit-submitted-best-time-to-contact-you-hour {
  width: 23%;
}
#webform-client-form-106 input {
  width: 76%;
}
#block-views-home-page-slideshow-block h2.block-title {
  display: none;
}
#block-views-home-page-slideshow-block #views_slideshow_cycle_teaser_section_home_page_slideshow-block {
  width: 100%;
  margin: auto;
}
#block-views-home-page-slideshow-block #views_slideshow_cycle_teaser_section_home_page_slideshow-block img {
  border-top: 2px solid #242429;
  border-bottom: 1px solid #242429;
  width: 100% !important;
  height: auto !important;
}
#block-views-home-page-slideshow-block {
  background: #154b67;
  padding: 0px 0;
}
.item-list ul.quicktabs-tabs li.active a {
  color: #154b67 !important;
}
.sf-menu.sf-style-novelty .active-trail .sf-depth-1 {
  color: #154b67; 
}
.portfolio-context p {
  color: #fff;
  font-size: 11px;
}
.portfolio-context span, 
.portfolio-context h2, 
.portfolio-context {
  color: #fff !important;
}
.portfolio-context span, 
.portfolio-context h2, 
.portfolio-context {
  border-color: #fff !important;
}
#block-block-23 {
  float: left;
  padding-right: 3%;
  width: 40%;
}
#block-block-24 {
  width: 31%;
  padding-right: 3%;
  float: left;
  padding-bottom: 50px;
}
#block-block-24 ul {
  list-style: disc;
}
#block-block-25 {
  width: 23%;
  float: left;
}
#block-block-28 {
  width: 49%;
  float: left;
}
#block-block-26 {
  width: 48%;
  padding-right: 3%;
  float: left;
}
#block-block-29 {
  width: 49%;
  float: left;
}
#block-views-portfolio-picker-block {
  width: 48%;
  padding-right: 3%;
  float: left;
}
/*#webform-client-form-106 .webform-component--name,
#webform-client-form-106 .webform-component--e-mail,
#webform-client-form-106 .webform-component--address,
#webform-client-form-106 .webform-component--city,
#webform-client-form-106 .webform-component--state,
#webform-client-form-106 .webform-component--zip,
#webform-client-form-106 .webform-component--phone,
#webform-client-form-106 .webform-component--best-time-to-contact-you {
  width: 50%;
  float: left;
}
#webform-client-form-106 .webform-component--questions-or-comments {
  width: 100%;
  float: left;
}*/
#webform-client-form-107 input {
  width: 76%;
}
#webform-client-form-107 input.webform-submit {
  width: 20%;
}
#webform-client-form-107 .fieldset-legend {
  padding-top: 10px;
  float: left;
}
#webform-client-form-109 .description,
#webform-client-form-109 .fieldset-legend,
#webform-client-form-109 .fieldset-description {
  display: none;
}
#webform-client-form-106 .captcha {
  width: 100%;
  float: left;
}
#webform-client-form-106 .fieldset-legend {
  width: 100%;
  float: left;
  padding-top: 10px;
}
#webform-client-form-106 input#edit-captcha-response {
  width: auto;
}
#block-block-24 .accordion-wrapper {
  padding-top: 7px;
  margin-bottom: 0px;
}
#block-block-24 .toggle-block .tab-body, 
#block-block-24 .accordion-block .tab-body {
  padding-bottom: 0px!important;
}
#block-block-24 .tab-head {
  font-size: 13px;
}
#block-block-24 .toggle-block,
#block-block-24 .accordion-block {
  margin-top: -18px;
}
#block-block-11 a:link {
  text-decoration: underline;
}
#block-block-30 img {
  border: 1px solid #fff;
  margin-right: 13px;
}
body.page-grid-portfolio-with-titles h3 {
  padding-top: 20px;
}
body.page-grid-portfolio-with-titles .views-field-title {
  font-size: 16px;
  padding: 10px 0 0 0;
}
body.page-grid-portfolio-with-titles tr {
  padding-bottom: 20px;
  border-bottom: 2px solid #2d8d9d;
  padding-top: 20px;
  float: left;
}
body.page-grid-portfolio-with-titles .views-field-field-portfolio-tags {
  font-size: 18px;
  padding: 10px 0 0 0;
  color:#2d8d9d;
}
body.page-grid-portfolio-with-titles table img {
  padding-right: 20px;
}
body.page-grid-portfolio-with-titles td,
body.page-grid-portfolio-with-titles td.col-1, 
body.page-grid-portfolio-with-titles td.col-first {
  border: 0px solid transparent!important;
}
