/* -------------------------------------------------------------------------------

    0.  CSS Reset & Clearfix
    1.  Document Setup
    2.  Header
    3.  Navigation
    4.  Main Content
    5.  Portfolio
    6.  Post
    7.  Comments
    8.  Widgets
    9.  Shortcodes
    10. Footer
    11. Fancybox & Iotope
    12. Media Queries
*/
/* ------------------------------------------------------------------------------- */
/*  0.  Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, font, img, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }

.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0} .clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0} * html .clearfix,:first-child+html .clearfix{zoom:1}


/* ------------------------------------------------------------------------------- */
/*  1.  Document Setup
/* ------------------------------------------------------------------------------- */

    html, body {
        width: 100%;
        height: 100%;
    }
    body {
        background: #525358 url(../images/bg_pattern.jpg);
        color: #5f5f5f;
        font: 14px/1.5 Helvetica, Helvetica Neue, Geneva, Arial, sans-serif;
        -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
        -webkit-text-size-adjust: 100%;
    }
    h1, h2, h3, h4, h5, h6 {
        font-weight: 400;
        line-height: 1.25;
        margin-bottom: 15px;
    }
    h3, h4, h5 {
        font-weight: 600;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 14px;
    }
    h6 {
        font-size: 12px;
    }
    .b-onPage-title {
        font-weight: normal;
        color: #cbcbcb;
        text-shadow: 0 1px 1px #fff;
        text-align: center;
        margin: 0 0 40px;
    }
    small {
        font-size: 10px;
    }
    sup, sub {
        font-size: 70%;
    }
    ol {
        list-style: decimal;
    }
    ul {
        list-style: disc;
    }
    li {
        margin-left: 30px;
    }
    dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,blockquote,article,p {
        margin-bottom: 20px;
    }
    input, textarea {
        outline-style: none;
        resize: none;
    }
    ::-moz-selection {
        background: #6c6c6c;
        color: #fff; text-shadow: none;
    }
    .::selection {
        background: #6c6c6c;
        color: #fff;
        text-shadow: none; 
    }
    * {
        font-size: 100%;
    }
    a {
        color: #303030;
        text-decoration: none;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    }
    a:hover {
        color: #6c6c6c; border-bottom-color: transparent;
    }
    :focus {
        outline: 0;
    }
    .b-delimiter {
        height: 2px;
        background: url(../images/sideBlock_bg.png);
    }
    .hidden {
        display: none;
    }
    .disabled {
        cursor: auto;
    }
    .align-center {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .align-left {
        float: left;
    }
    img.align-left {
    margin-bottom: 15px;
    margin-right: 15px;
    }
    .align-right {
        float: right;
    }
    img.align-right {
        margin-bottom: 15px; margin-left: 15px;
    }
    .comment {
        color: #818181; font-style: italic;
    }
    .justifier {
        display: inline-block; width: 100%; height: 0; overflow: hidden; list-style: none; margin: 0; padding: 0;
    }

    .l-page_bg {
        max-width: 1205px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 0 15px #000000;
        overflow: hidden;
    }



	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.video-container iframe,  
	.video-container object,  
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* ------------------------------------------------------------------------------- */
/*  2.  Header
/* ------------------------------------------------------------------------------- */

    .l-header {
        background: #fff;
        position: relative;
        z-index: 1;
    }
    .l-header-top{
        padding: 0 30px;
    }
    .l-header .b-callUs {
        float: right;
        padding: 38px 0 32px;
    }
    .l-header .b-searchLine {
        float: right;
        padding: 41px 8px 32px 152px;
    }
    .u-logo img {
        float: left;
        border: none;
        margin: 38px 0 32px;
        display: block;
    }
    .b-searchLine {
        font-size: 13px;
        position: relative;
    }
    .b-callUs .b-phone {
        margin-top: 5px;
        font-size: 13px !important;
        line-height: 1.5;
    }
    .b-callUs .b-callbackLink{
        line-height: 1.7;
        color: #999;
    }
    .b-searchLine-links {
        color: #999;
    }
    .b-searchLine-field{
        position: relative;
    }
    .b-searchLine-field-input {
        border: none;
        background: #fff;
        padding: 0 3px 0 27px;
        margin: 0;
        height: 22px;
        width: 180px;
        box-shadow: inset 0 1px 3px #898b8f;
        -webkit-border-radius: 12px;
           -moz-border-radius: 12px;
                border-radius: 12px;
        behavior: url(js/PIE.htc);
    }
    .b-searchLine-field-submit {
        background: url(../images/icon-search.png) 50% 50% no-repeat;
        height: 20px;
        width: 20px;
        position: absolute;
        top: 2px;
        left: 5px;
        border: 0;
        padding: 0;
        cursor: pointer;
        text-indent: -1000px
    }
    .b-searchLine-toggle {
        display: none;
    }
    .b-callUs {
        font-size: 13px;
    }
    .b-callUs .b-phone {
        font-size: 18px;
    }
    .b-phone-title, .b-phone-code, .b-phone-number {
        color: #999;
    }


    /*  Call Me Back Form  --------------------------------*/
    
    .callMeBackW {
        top: 45px !important;
        left: auto !important;
        right: 5% !important;
    }
    .b-callMeBack-form {
        border-left: 20px solid #43464b;
        border-radius: 10px;
        padding: 20px 30px;
    }
    .b-callMeBack-form-title {
        font-size: 18px;
        margin: 0 0 3px;
    }
    .b-callMeBack-form-desc {
        font-size: 13px;
        margin: 0 0 25px;
    }
    .b-callMeBack-form .b-form-field-title {
        text-align: left;
    }
    .b-form-field-title-prefix {
        float: right;
    }
    .b-callMeBack-form .b-form-field-title {
        width: 130px;
    }
    .b-callMeBack-form .b-form-field-comment {
        margin: 0 0 0 130px;
    }
    .b-callMeBack-form .b-button {
        vertical-align: top;
    }






/* ------------------------------------------------------------------------------- */
/*  3.  Navigation
/* ------------------------------------------------------------------------------- */

    .u-topMenu {
        text-align: center;
        padding: 15px 0 0;
    }
    .u-topMenu > ul > li {
        display: inline-block;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
        font-size: 15px;
        font-weight: bold;
        margin: 4px 18px;
    }
    .u-topMenu li {
        position: relative;
    }
    .u-topMenu > ul > li a {
        color: #85888c;
        border-color: #4b4e52;
    }
    .u-topMenu > ul > li a:hover, .u-topMenu > ul > li .act {
        color: #fff;
        border-color: #fff;
    }
    .u-topMenu > ul > li li a:hover, .u-topMenu > ul > li li .act {
        color: #6c6c6c;
        border-color: #d6dde3;
    }
    .u-topMenu ul ul {
        background: #f5f6f7;
        background: rgba( 255, 255, 255, .95 );
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        font-size: 13px;
        line-height: 19px;
        text-align: left;
        list-style: none;
        padding: 15px 0 8px;
        position: absolute;
        top: 40px;
        left: -10px;
        width: 190px;
        box-shadow: 0 0 10px rgba( 0, 0, 0, .35 );
        z-index: 100;
        display: none;
    }
    .u-topMenu li.hover > ul {
        display: block;
    }
    .u-topMenu ul ul:after {
        content: '';
        display: block;
        width: 17px;
        height: 11px;
        position: absolute;
        top: -11px;
        left: 20px;
        background: url(../images/menu_arr.png);
    }
    .u-topMenu ul ul ul {
        top: -12px;
        left: 190px;
    }
    .u-topMenu ul ul ul:after {
        display: none;
    }
    .u-topMenu ul ul li {
        margin: 0 0 7px;
        padding: 0 20px;
        text-shadow: none;
    }
    .u-topMenu ul ul li a {
        color: #303030;
        border-color: #bec5cc;
    }
    .u-topMenu ul ul li i {
        position: absolute;
        right: 14px;
        color: #85888c;
        font-style: normal;
    }
    .u-responsiveNav {
        display: none;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        height: 100%;
        opacity: 0;
        width: 100%;
        z-index: 2;
    }





/* ------------------------------------------------------------------------------- */
/*  4. Main Content
/* ------------------------------------------------------------------------------- */
	.l-content-alt {
        background: url(../images/slide-clean-bg-1-dark.jpg) 50% 0 no-repeat;
    }
    .l-content {
        background: url(../images/menu_bg_big.jpg) 50% 0 no-repeat;
    }
    .u-pageTitle {
        text-align: center;
        font-size: 46px;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
        padding: 10px 0 5px;
        margin: 0;
    }
    .u-pageTitle-mobile-w {
        position: relative;
        display: none;
    }
    .u-pageTitle-mobile {
        text-align: center;
        font-size: 24px;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
        position: relative;
        z-index: 1;
        display: inline-block;
        margin: 4px 0 0;
    }
    .u-pageTitle-mobile:after {
        content: url(../images/menu_arr_down.png);
        margin: 0 0 0 5px;
        position: relative;
        top: -2px;
    }
    .u-pageTitle-mobileTitle {
        display: none;
        margin: 15px 0 10px;
    }
    .u-pageTitle-mobileTitle:after {
        content: '';
    }
    .b-pageSubTitle {
        text-align: center;
        font-size: 17px;
        color: #fff;
        margin: 0 25% 20px;
    }
    .l-title {
        background: url(../images/menu_shadow_top.png) 50% 0 no-repeat;
        background: url(../images/menu_shadow_top.png) 50% 0 no-repeat, url(../images/menu_shadow_btm.png) 50% 100% no-repeat, url(../images/menu_bg_grad.png) 50% 133px repeat-x;
        -pie-background: url(images/menu_shadow_top.png) 50% 0 no-repeat, url(images/menu_shadow_btm.png) 50% 100% no-repeat, url(images/menu_bg_grad.png) 50% 133px repeat-x;
        padding: 0 0 20px;
    }
    .l-page_bg-home .l-title {
        background: url(../images/menu_shadow_top.png) 50% 0 no-repeat;
        -pie-background: url(../images/menu_shadow_top.png) 50% 0 no-repeat;
    }


    /*  Columns  --------------------------------*/

    .l-cols-sidebarLeft .l-col-wrap1 {
        width: 34%;
    }
    .l-cols-sidebarLeft .l-col-wrap2 {
        width: 194.11%;
        margin-right: -100%;
        position: relative;
        left: 100%;
    }
    .l-cols-sidebarLeft .l-col1 {
        float: left;
        width: 51.51%;
        margin-right: -100%;
        position: relative;
        left: -51.51%;
    }
    .l-cols-sidebarRight,
    .l-cols-sidebarLeft {
        background: #fff;
    }
    .l-cols-margin {
        margin-bottom: 100px;
    }
    .l-cols-sidebarRight .l-col-wrap1 {
        width: 66%;
    }
    .l-cols-sidebarRight .l-col-wrap2 {
        width: 51.51%;
        margin-right: -100%;
        position: relative;
        left: 100%;
    }
    .l-cols-sidebarRight .l-col1 {
        float: left;
        width: 194.13%;
        margin-right: -194.13%;
        position: relative;
        left: -194.13%;
    }
    .l-col1-grad,
    .l-cols-sidebarRight .l-col2 {
        padding: 10px 0 60px;
        background: url(../images/sideBar_topGrad.png) repeat-x;
    }
    .l-col-grad {
        background: url(../images/sideBar_topGrad.png) repeat-x;
    }
    .l-sidebar-wrap-right {
        background: #f5f5f5 url(../images/content_btmGrad.png) 0 100% repeat-x;
        margin: 0 0 50px;
    }
	
	.l-25 {
        width: 23%;
        margin: 0 2% 0 0;
        float: left;
    }
    .l-25-last {
        margin: 0;
    }
	
    .l-50 {
        width: 49%;
        margin: 0 2% 0 0;
        float: left;
    }
    .l-50-last {
        margin: 0;
    }


    /*  Homepage Slider  --------------------------------*/

    .b-homeSlideshow {
        margin: 0 60px;
    }
    .b-homeSlideshow-list {
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0 4px 0 rgba(224, 226, 229, 1), 0 5px 20px rgba(0, 0, 0, .5);
           -moz-box-shadow: 0 4px 0 rgba(224, 226, 229, 1), 0 5px 20px rgba(0, 0, 0, .5);
                box-shadow: 0 4px 0 rgba(224, 226, 229, 1), 0 5px 20px rgba(0, 0, 0, .5);
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
        behavior: url(js/PIE.htc);
    }
    .b-homeSlideshow-item {
        list-style: none;
        margin: 0;
        padding: 0;
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
        behavior: url(js/PIE.htc);
    }
    .b-homeSlideshow-item-img {
        float: left;
        margin: 0 -100% 0 0;
        -webkit-border-radius: 10px 0 0 10px;  /* hack for bug with border-raduis clipping */
           -moz-border-radius: 10px 0 0 10px;
                border-radius: 10px 0 0 10px;
        behavior: url(js/PIE.htc);
    }
    .b-homeSlideshow-item-dsc {
        padding: 60px 4% 0 45%;
    }
    .b-homeSlideshow-item-title {
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 10px;
    }
    .b-homeSlideshow-item-text {
        font-size: 14px;
        color: #686868;
        margin: 0 0 20px;
    }
    .b-homeSlideshow-item .b-tagline,
    .b-homeSlideshow-item .b-button {
        vertical-align: top;
    }
    .b-homeSlideshow-item .b-tagline {
        margin: 0 10px 10px 0;
    }
    .b-homeSlideshow .b-image-gallery-slider-pager {
        top: -60px;
    }
    .b-tagline {
        background: url(../images/tagline_arrow.png) 100% 0 no-repeat;
        padding: 0 11px 0 0;
        -webkit-border-radius: 5px 0 0 5px;
           -moz-border-radius: 5px 0 0 5px;
                border-radius: 5px 0 0 5px;
        overflow: hidden;
        display: inline-block;
    }
    .b-tagline-i {
        background: #eee;
        height: 38px;
        line-height: 38px;
        padding: 0 10px 0 20px;
        font-style: italic;
        display: inline-block;
        white-space: nowrap;
    }


    /*  Homepage Tabs  --------------------------------*/

    .b-advanatges {
        margin: 0 4% 0;
        padding: 60px 0 55px;
        background: #fff;
    }
    .b-advanatges-list {
        margin: 0 0 0 -5%;
    }
    .b-advanatges-item {
        list-style: none;
        width: 28%;
        margin: 0 0 0 5%;
        float: left;
    }
    .b-advanatges-item-img {
        text-align: center;
    }
    .b-advanatges-item-title {
        font-weight: bold;
        margin: 0 0 5px;
    }
    .b-advanatges-item-text {
        font-size: 13px;
        color: #949494;
    }

    .b-advanatgesTabs {
        padding: 0 60px;
    }
    .b-advanatgesTabs-ctrl {
        text-align: center;
        background: url(../images/menu_shadow_btm.png) 50% 100% no-repeat;
        padding: 0px 0 40px;
        margin-left: -5%;
    }
    .b-advanatgesTabs-ctrl a.act {
        padding: 3px 10px;
        background: #eeeff2;
        box-shadow: inset 1px 1px 2px #bbb, 0 1px 0 #fff;
        -webkit-border-radius: 15px;
           -moz-border-radius: 15px;
                border-radius: 15px;
        color: #212121;
    }
    .b-advanatgesTabs .b-advanatges-item-title {
        margin: 0 0 10px;
    }
    .b-advanatgesTabs-title {
        font-size: 28px;
        font-weight: bold;
        color: #303030;
        text-align: center;
    }
    .b-advanatgesTabs-ajaxBody {
        padding: 30px 0;
    }
    .b-advanatgesTabs-subTitle {
        text-align: center;
        margin: -10px 15% 25px;
        color: #949494;
    }
    .b-advanatgesTabs-body-img {
        float: left;
        margin: 0 7% 0 0;
    }
    .b-advanatgesTabs-body-img img {
        max-width: 100%;
        display: block;
    }
    .b-advanatgesTabs-body-text {
        overflow: hidden;
        padding: 30px 0 0;
    }
    .b-advanatgesTabs-body-more {
        margin-top: 15px;
        text-align: left;
    }
    .b-advanatgesTabs-mark {
        width: 31px;
        height: 16px;
        background: url(../images/actTab_arrow.png) no-repeat;
        margin: -36px 0 0;
        position: absolute;
    }


    /*  Form Styles  --------------------------------*/

    label {
        cursor: pointer;
        display: block;
        margin: 0 0 5px;
    }

    input, textarea, select {
        -webkit-appearance: none;
        border: 1px solid #c7c9cb;
        background: #fff;
        font: 13px/1.5 Helvetica, Helvetica Neue, Geneva, Arial, sans-serif;
        max-width: 89%;
        padding: 5px 4px;
        margin: 0;
        height: auto;
        line-height: 16px;
        box-shadow: inset 1px 1px 3px #eee;
    }
    input[type="submit"], input[type="button"], input[type="checkbox"],
    input[type="file"], input[type="image"], input[type="radio"], input[type="reset"] {
        box-shadow: none;
    }

    select, option {
        cursor: pointer;
        padding: 5px 7px;
    }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
    input:-moz-placeholder, textarea:-moz-placeholder,
    input.placeholder, textarea.placeholder {
        color: #b0b0b0;
    }

    .b-form-field{
        margin: 0 0 20px;
        white-space: nowrap;
    }
    .b-form-field .b-button {
        vertical-align: top;
    }

    .b-reqMark {
        display: inline-block;
        width: 7px;
        height: 7px;
        overflow: hidden;
        background: url(../images/form_req.png);
        vertical-align: top;
        margin: 8px 0 0 10px;
    }
    .b-reqMark-ok {
        background-position: 0 -7px;
    }
    .b-form-field-comment {
        font-size: 11px;
    }


    /*  Misc  --------------------------------*/
    
    .b-tiser {
        margin: 45px 6% 0;
    }
    .b-tiser-img {
        float: left;
        width: 387px;
        position: relative;
    }
    .b-tiser-text {
        margin: 0 0 0 440px;
        font-size: 17px;
        padding: 40px 0 0;
    }
    .b-tiser-monitor {
        width: 355px;
        height: 287px;
        margin: 0 auto;
        padding: 16px 16px 0;
        position: relative;
    }
    .b-tiser-monitor:after {
        content: '';
        background: url(../images/monitor_frame.png);
        display: block;
        width: 387px;
        height: 303px;
        position: absolute;
        top: 0;
        left: 0;
    }


    /*  Contact Form  --------------------------------*/

    .b-contacts {
        padding: 40px 30px 0;
    }
    .b-contacts-i {
        width: 582px;
        margin: 0 auto 0;
        padding: 0 24px 454px;
        background: url(../images/envelope_1000.png) 0 100% no-repeat;
        position: relative;
    }
    .b-contacts-envelopeTitle {
        font-size: 36px;
        color: rgba(0, 0, 0, .20);
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 200px;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .15);
    }
    .b-contacts-form {
        background: #fff;
        padding: 50px 50px 0 55px;
        margin: 0 0 -85px;
    }
    .b-contacts-form .b-form-field {
        margin: 0 0 30px;
    }
    .b-contacts-form-title {
        font-size: 28px;
        font-weight: normal;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        padding: 0 0 10px;
        margin-bottom: 50px;
    }
    .b-form-field-title {
        display: inline-block;
        vertical-align: top;
        width: 75px;
        padding: 4px 0 0;
        font-size: 13px;
        font-weight: bold;
        text-align: right;
    }
    .b-contacts-form .b-form-field-input {
        margin: 0 0 0 20px;
        width: 340px;
    }
    .b-contacts-form-submit-field {
        background: url(../images/submit_arrow_down.png) 50% 50% no-repeat;
        text-align: center;
        padding: 30px 0 55px;
    }





/* ------------------------------------------------------------------------------- */
/*  5. Portfolio
/* ------------------------------------------------------------------------------- */

    .b-portfolio {
        margin: 0 auto;
        padding: 20px 0 0;
        overflow: visible !important;
    }


    /*  Item  --------------------------------*/

    .b-portfolio-item {
        float: left;
        text-align: center;
        margin: 30px 16px 20px;
        background: #fff;
        list-style: none;
        box-shadow: 0 1px 3px rgba( 0, 0, 0, .15 );
        position: relative;
    }
    .b-portfolio-item-img,
    .b-portfolio-item-description-w {
        display: inline-block;
        width: 202px;
    }
    .b-portfolio-item-img {
        vertical-align: top;
        position: relative;
    }
    .b-portfolio-item-img a {
        border: none;
    }
    .b-portfolio-item-img img {
        width: 100%;
        display: block;
    }
    .b-portfolio-item-img a:hover:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/zoom.png) 50% 50%;
    }
    .b-portfolio-item-description-w {
        vertical-align: bottom;
        margin: 130px 0 0 -202px;
        padding: 10px 0 17px;
    }
    .b-portfolio-item-title {
        font-size: 13px;
        padding: 0 15px;
        font-weight: bold;
    }
    .b-portfolio-item-description {
        color: #949494;
        font-size: 11px;
        padding: 2px 15px 0;
    }


    /*  Stand  --------------------------------*/

    .b-stand, .b-stand-i {
        height: 63px;
        background: url(../images/stand.png) no-repeat;
    }
    .b-stand {
        margin: -20px 35px 0 0;
        position: relative;
    }
    .b-stand-i {
        position: absolute;
        width: 35px;
        left: 100%;
        top: 0;
        background-position: 100% 0;
    }
    .b-portfolio-onPage {
        text-align: center;
    }
    .b-portfolio-itemStand {
        margin-left: 40px;
        margin-right: 40px;
        box-shadow: none;
        position: relative;
        border-bottom: 1px solid #eaeaea;
        z-index: 1;
    }
    .b-portfolio-itemStand:before,
    .b-portfolio-itemStand:after {
        content: '';
        display: block;
        width: 18px;
        height: 14px;
        background: url(../images/stand_shadow.png);
        position: absolute;
        bottom: 0;
        right: 100%;
    }
    .b-portfolio-itemStand:after {
        left: 100%;
        right: auto;
        background-position: 100% 0;
    }
    .b-portfolio-itemStand .b-portfolio-item-description-w {
        background: none;
        margin: 130px 0 0 -202px;
        padding: 10px 0 17px;
    }
    .b-portfolio-stand-w {
        margin: 0 30px 100px;
    }
    .b-portfolio-stand {
        margin: 0;
        position: relative;
        z-index: 2;
        text-align: center;
    }
    .b-portfolio-stand .b-portfolio-item {
        margin-bottom: 0;
        float: none;
        display: inline-block;
    }
    .b-image-gallery-slider .b-portfolio-itemStand {
        border: none;
    }
    .b-image-gallery-slider .b-portfolio-itemStand:before,
    .b-image-gallery-slider .b-portfolio-itemStand:after {
        display: none;
    }

    /*  Filter  --------------------------------*/

    .b-portfolioFilter {
        text-align: center;
        padding: 50px 30px 0;
        word-spacing: -.4em;
        line-height: 25px;
    }
    .b-portfolioFilter-item {
        padding: 3px 10px;
        font-size: 13px;
        color: #949494;
        word-spacing: normal;
        border-bottom: none !important;
    }
    .b-portfolioFilter-item.active {
        background: #eeeff2;
        border-bottom: none;
        box-shadow: inset 1px 1px 2px #bbb, 0 1px 0 #fff;
        -webkit-border-radius: 15px;
           -moz-border-radius: 15px;
                border-radius: 15px;
        color: #212121;
    }
    .b-portfolioFilter-item.active:hover {
        border-bottom: none;
    }


    /*  Single  --------------------------------*/

    .b-portfolio-single {
        padding: 60px 0 0;
        margin: 0 30px;
    }
    .b-portfolio-single-title {
        font-size: 24px;
        margin: 0 12% 25px;
        font-weight: bold;
    }
    .b-portfolio-single-body {
        margin: 0 12%;
    }

    .b-portfolio-single .b-post-item-info {
        margin: 0 12%;
    }
    .b-portfolio-single .b-image-gallery-slider {
        margin: 0 auto 20px;
    }
    .b-portfolio-onPage {
        text-align: center;
        margin: 35px 0 0;
        padding: 60px 30px 0;
        background: url(../images/sideBlock_bg.png) repeat-x;
    }
    .b-portfolio-onPage_shadow {
        background: url(../images/shadow_inner_top.png) 50% 0 no-repeat;
    }
    .b-portfolio-onPage-i {
        margin: 0;
        height: 234px;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
    .b-portfolio-onPage_shadow .b-portfolio-onPage-i {
        height: 214px;
    }
    .b-portfolio-onPage .b-portfolio-item {
        display: inline-block;
        float: none;
        margin: 0 3% 25px;
    }


    /*  Image Gallery Slider  --------------------------------*/

    .b-image-gallery-slider {
        position: relative;
        margin: 0 0 20px;
    }
    .b-image-gallery-slider-w {
        margin: 0 40px;
    }
    .b-image-gallery-slider-center {
        margin: 0 auto;
        max-width: 699px;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #eaeaea;
    }
    .b-image-gallery-slider-center:before,
    .b-image-gallery-slider-center:after {
        content: '';
        display: block;
        width: 18px;
        height: 14px;
        background: url(../images/stand_shadow.png);
        position: absolute;
        bottom: 0;
        right: 100%;
    }
    .b-image-gallery-slider-center:after {
        left: 100%;
        right: auto;
        background-position: 100% 0;
    }
    .b-image-gallery-slider ul {
        margin: 0;
    }
    .b-image-gallery-slider li {
        list-style: none;
        margin: 0;
    }
    .b-image-gallery-slider a {
        border-bottom: 0;
    }
    .b-image-gallery-slider img {
        max-width: 100%;
        display: block;
    }
    .b-image-gallery-slider-nav a {
        background: url(../images/slider_arrows.png) no-repeat;
        cursor: pointer;
        display: block;
        height: 46px;
        width: 46px;
        position: absolute;
        text-indent: -9999px;
        top: 50%;
        z-index: 99;
        opacity: .5;
        filter: alpha(opacity=50);
        border: none;
        margin: -23px 0 0;
    }
    .b-image-gallery-slider-nav a.prev {
        left: 0;
    }
    .b-image-gallery-slider-nav a.next {
        background-position: -50px 0;
        right: 0;
    }
    .b-image-gallery-slider-nav a:hover, .b-image-gallery-slider-nav a:active {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .b-image-gallery-slider-pager {
        text-align: center;
        position: relative;
        z-index: 1000;
        top: -30px;
        height: 0;
    }
    .b-image-gallery-slider-pager a {
        display: inline-block;
        width: 9px;
        height: 0;
        padding: 9px 0 0;
        overflow: hidden;
        background: url(../images/slider_bullet.png);
        border: none;
        margin: 0 4px;
        opacity: .5;
        filter: alpha(opacity=50);
    }
    .b-image-gallery-slider-pager a.activeSlide {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .b-image-gallery-slider-pager-home a {
        opacity: 1;
        filter: alpha(opacity=100);
        background-position: -9px 0;
    }
    .b-image-gallery-slider-pager a.activeSlide {
        background-position: -18px 0;
    }





/* ------------------------------------------------------------------------------- */
/*  6. Post
/* ------------------------------------------------------------------------------- */

    .b-post-list {
        margin: 0 0 30px;
    }
    .b-post-item {
        list-style: none;
        background: url(../images/posts_separator.png) repeat-x 0 100%;
        padding: 35px 30px 60px;
        margin: 0;
        position: relative;
    }
    .b-post-item-first {
        background: url(../images/posts_separator_1.png) repeat-x 100% 100%;
    }
    .b-post-item-first:after {
        content: url(../images/posts_separator_triangle.png);
        position: absolute;
        bottom: -6px;
        left: 70px;
    }
    .b-post-item-single {
        margin-bottom: 20px;
    }
    .b-post-item-info, .b-post-item-status {
        font-size: 11px;
        color: #898989;
        margin: 0 0 5px;
    }
    .b-post-item-iconLink, .b-post-item-iconLink a {
        position: relative;
    }
    .b-post-item-iconLink i {
        position: absolute;
        display: block;
        background: url(../images/icons-post.png) no-repeat;
        width: 16px;
        height: 12px;
    }
    .b-post-item-autor {
        margin: 0 19px 0 17px;
    }
    .b-post-item-autor i {
        left: -17px;
        top: 0;
        background-position: -10px -10px;
    }
    .b-post-item-date {
        margin: 0 19px 0 19px;
    }
    .b-post-item-date i {
        left: -19px;
        top: 0;
        background-position: -10px -31px;
    }
    .b-post-item-commentsNum {
        margin: 0 19px 0 19px;
    }
    .b-post-item-commentsNum i {
        left: -19px;
        top: 2px;
        background-position: -10px -53px;
    }
    .b-post-item-viewsNum {
        margin: 0 19px 0 20px;
    }
    .b-post-item-viewsNum i {
        left: -20px;
        top: 2px;
        background-position: -10px -74px;
    }
    .b-post-item-tags {
        margin: 0 19px 0 18px;
    }
    .b-post-item-tags i {
        left: -18px;
        top: 2px;
        background-position: -10px -94px;
    }
    .b-post-item-tags a {
        color: #898989;
        border-bottom-color: #d8d8d8;
    }
    .b-post-item-tags a:hover {
        color: #aaa;
        border-bottom-color: transparent;
    }
    .b-post-item-title {
        font-size: 30px;
        margin-bottom: 25px;
        font-weight: bold;
    }
    .b-post-item-body {
        margin-bottom: 10px;
    }
    .b-post-item-body img {
        max-width: 100%;
    }
    .b-post-item-body .comment {
        font-size: 13px;
        line-height: 19px;
    }
    .b-post-pager {
        font-size: 22px;
        text-align: center;
    }
    .b-post-pager i {
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 11px;
        background: url(../images/icons-post.png);
    }
    .b-post-pager-older {
        margin: 0 60px 0 15px;
        position: relative;
    }
    .b-post-pager-older i {
        background-position: -10px -115px;
        left: -15px;
        top: 7px;
    }
    .b-post-pager-newer {
        position: relative;
        margin: 0 15px 0 0;
    }
    .b-post-pager-newer i {
        background-position: -16px -115px;
        right: -15px;
        top: 7px;
    }
    .b-post-item .b-socialShare {
        font-size: 13px;
        line-height: 19px;
        color: #818181;
        padding: 30px 0 0;
    }





/* ------------------------------------------------------------------------------- */
/*  7. Comments
/* ------------------------------------------------------------------------------- */

    .b-comments {
        margin: 0 30px;
    }
    .b-comments-title-count {
        font-size: 15px;
        color: #818181;
    }
    .b-comments-leaveLink {
        margin: 0 0 25px;
        font-weight: bold;
    }
    .b-comments-form{
        margin: 25px 0 0;
    }
    .b-comments-tree {
        font-size: 13px;
        line-height: 19px;

    }
    .b-comments-tree-item {
        border-top: 1px dotted #dedede;
        padding: 20px 0 0;
        list-style: none;
        margin: 0 0 0 55px;
    }
    .b-comments-tree-item:first-of-type {
        margin: 0;
    }
    .b-comments-tree-item-img {
        float: left;
        margin: 0 10px 15px 0;
        padding: 0 0 4px;
    }
    .b-comments-tree-item-img img {
        box-shadow: 0 1px 4px -2px #555;
        display: block;
    }
    .b-comments-tree-item-body {
        margin: 0 0 15px;
        overflow: hidden;
    }
    .b-comments-tree-item-body-name {
        font-weight: bold;
        float: left;
        margin: 0 12px 7px 0;
    }
    .b-comments-tree-item-body-date {
        font-size: 11px;
        color: #818181;
        float: left;
    }
    .b-comments-tree-item-body-text {
        clear: left;
    }
    .b-comments-tree-item-body-reply {
        margin: 7px 0 0;
    }





/* ------------------------------------------------------------------------------- */
/*  8. Widgets
/* ------------------------------------------------------------------------------- */

    .b-sideBlock{
        margin: 0 30px;
        padding: 27px 0 20px;
        background: url(../images/sideBlock_bg.png) 0 100% repeat-x;
        font-size: 13px;
        line-height: 19px;
    }
    .b-sideBlock:last-of-type{
        background: none;
    }
    .b-sideBlock-title {
        color: #818181;
        font-size: 14px;
    }

    /*  Categories  --------------------------------*/

    .b-categories-list-item a {
        color: #212121;
        border-bottom: none;
        font-weight: bold;
    }
    .b-sideBlock .b-categories-list {
        margin: 0;
    }
    .b-categories-list {
        font-size: 13px;
        line-height: 1.7;
    }
    .b-categories-list li {
        padding-bottom: 0;
    }


    /*  Tags  --------------------------------*/

    .b-tags {
        word-spacing: .3em;
        line-height: 2.1;
    }
    .b-tag, .b-tag-i {
        display: inline-block;
        height: 20px;
        line-height: 22px;
        background: url(../images/tag_bg.png) no-repeat;
        padding: 0 0 0 6px;
        border: none;
        color: #949494;
        font-size: 11px;
        word-spacing: normal;
    }
    .b-tag-i {
        padding: 0 7px 1px 0;
        background-position: 100% 0;
    }
    .b-tag:hover {
        background-position: 0 -21px;
        border: none;
    }
    .b-tag:hover .b-tag-i {
        background-position: 100% -21px;
    }
    .b-tag:active {
        background-position: 0 -42px;
        border: none;
    }
    .b-tag:active .b-tag-i {
        background-position: 100% -42px;
    }


    /*  Tweets  --------------------------------*/

    .b-tweetList-item {
        list-style: none;
        margin: 0 0 15px;
    }
    .b-tweetList-item-text-autor {
        color: #212121;
        border: none !important;
    }
    .b-tweetList-item-time {
        font-size: 11px;
        color: #818181;
    }


    /*  Text  --------------------------------*/
    .b-textWidget img {
        max-width: 100%;
    }
    .b-textshortcode p {
        margin-bottom: 6px;
    }
    .b-textshortcode img {
        max-width: 100%;
    }


    /*  Blog  --------------------------------*/

    .b-recentPosts-item {
        list-style: none;
        margin: 0 0 20px;
        overflow: hidden;
    }
    .b-recentPosts-item-img {
        float: left;
        margin: 0 10px 0 0;
        padding: 0 0 4px;
        overflow: hidden;
    }
    .b-recentPosts-item-img img {
        box-shadow: 0 0 4px -1px #000;
        display: block;
    }
    .b-recentPosts-item-title {
        font-weight: bold;
    }





/* ------------------------------------------------------------------------------- */
/*  9. Shortcodes
/* ------------------------------------------------------------------------------- */

    .b-shortcode {
        margin: 0 86px;
        padding: 60px 0 20px;
    }
    .b-delimiter-shortcode {
        margin: 0 86px;
    }
    .b-shortcode-buttons, .b-shortcode-socialShare {
        text-align: center;
    }
    .b-shortcode-buttons .b-button {
        vertical-align: top;
        margin: 0 15px 10px;
    }
    .b-shortcode-lists, .b-shortcode-accordion, .b-shortcode-tabs {
        font-size: 13px;
    }


    /*  Buttons  --------------------------------*/

    .b-button {
        display: inline-block;
        position: relative;
        border: none;
    }
    .b-button-i {
        width: 18px;
        background: url(../images/form_buttons.png) 100% 0;
        height: 47px;
        float: left;
    }
    .b-button-title {
        background: url(../images/form_buttons.png);
        height: 35px;
        line-height: 37px;
        padding: 0 10px 14px;
        font-weight: bold;
        color: rgba(0, 0, 0, .8);
        float: left;
    }
    .b-button-title-i {
        position: relative;
        right: -9px;
    }
    .b-button input {
        border: none;
        background: transparent url(../images/e.gif);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        cursor: pointer;
    }
    .b-button-disabled input {
        cursor: default;
    }
    .b-button:hover .b-button-title { background-position: 0 -53px; color: rgba(0, 0, 0, .6); }
    .b-button:hover .b-button-i { background-position: 100% -53px; }
    .b-button:active .b-button-title { background-position: 0 -106px; color: rgba(0, 0, 0, .8); }
    .b-button:active .b-button-i { background-position: 100% -106px; }
    .b-button-disabled .b-button-i { background-position: 100% 0 !important; }
    .b-button-disabled .b-button-title { background-position: 0 0 !important; color: rgba(0, 0, 0, .35) !important; }

    .b-button-orange .b-button-title { background-position: 0 -159px; color: rgba(158, 111, 45, .8); }
    .b-button-orange .b-button-i { background-position: 100% -159px; }
    .b-button-orange:hover .b-button-title { background-position: 0 -212px; color: rgba(158, 111, 45, .6); }
    .b-button-orange:hover .b-button-i { background-position: 100% -212px; }
    .b-button-orange:active .b-button-title { background-position: 0 -265px; color: rgba(158, 111, 45, .8); }
    .b-button-orange:active .b-button-i { background-position: 100% -265px; }

    .b-button-lead .b-button-title { background-position: 0 -318px; color: rgba(255, 255, 255, .8); }
    .b-button-lead .b-button-i { background-position: 100% -318px; }
    .b-button-lead:hover .b-button-title { background-position: 0 -371px; color: rgba(255, 255, 255, .6); }
    .b-button-lead:hover .b-button-i { background-position: 100% -371px; }
    .b-button-lead:active .b-button-title { background-position: 0 -424px; color: rgba(255, 255, 255, .8); }
    .b-button-lead:active .b-button-i { background-position: 100% -424px; }

    .b-button-blue .b-button-title { background-position: 0 -477px; color: rgba(255, 255, 255, .8); }
    .b-button-blue .b-button-i { background-position: 100% -477px; }
    .b-button-blue:hover .b-button-title { background-position: 0 -530px; color: rgba(255, 255, 255, .6); }
    .b-button-blue:hover .b-button-i { background-position: 100% -530px; }
    .b-button-blue:active .b-button-title { background-position: 0 -583px; color: rgba(255, 255, 255, .8); }
    .b-button-blue:active .b-button-i { background-position: 100% -583px; }

    .b-button-green .b-button-title { background-position: 0 -636px; color: rgba(255, 255, 255, .8); }
    .b-button-green .b-button-i { background-position: 100% -636px; }
    .b-button-green:hover .b-button-title { background-position: 0 -689px; color: rgba(255, 255, 255, .6); }
    .b-button-green:hover .b-button-i { background-position: 100% -689px; }
    .b-button-green:active .b-button-title { background-position: 0 -742px; color: rgba(255, 255, 255, .8); }
    .b-button-green:active .b-button-i { background-position: 100% -742px; }


    /*  Social Media  --------------------------------*/

    .b-socialShare{
        word-spacing: .3em;
    }
    .b-socialShare-item {
        display: inline-block;
        width: 28px;
        height: 0;
        padding: 29px 0 0;
        background: url(../images/icons-share.png);
        border: none;
        overflow: hidden;
        vertical-align: middle;
    }
    .b-socialShare-item:hover {
        border: none;
    }
    .b-socialShare-fb { background-position: -9px -9px; }
    .b-socialShare-fb:hover { background-position: -9px -47px; }
    .b-socialShare-fb:active { background-position: -9px -85px; }
    .b-socialShare-tw { background-position: -46px -9px; }
    .b-socialShare-tw:hover { background-position: -46px -47px; }
    .b-socialShare-tw:active { background-position: -46px -85px; }
    .b-socialShare-tw1 { background-position: -83px -9px; }
    .b-socialShare-tw1:hover { background-position: -83px -47px; }
    .b-socialShare-tw1:active { background-position: -83px -85px; }
    .b-socialShare-in { background-position: -120px -9px; }
    .b-socialShare-in:hover { background-position: -120px -47px; }
    .b-socialShare-in:active { background-position: -120px -85px; }
    .b-socialShare-gp { background-position: -157px -9px; }
    .b-socialShare-gp:hover { background-position: -157px -47px; }
    .b-socialShare-gp:active { background-position: -157px -85px; }
    .b-socialShare-gp1 { background-position: -194px -9px; }
    .b-socialShare-gp1:hover { background-position: -194px -47px; }
    .b-socialShare-gp1:active { background-position: -194px -85px; }
    .b-socialShare-dg { background-position: -231px -9px; }
    .b-socialShare-dg:hover { background-position: -231px -47px; }
    .b-socialShare-dg:active { background-position: -231px -85px; }
    .b-socialShare-lj { background-position: -268px -9px; }
    .b-socialShare-lj:hover { background-position: -268px -47px; }
    .b-socialShare-lj:active { background-position: -268px -85px; }
    .b-socialShare-tw2 { background-position: -305px -9px; }
    .b-socialShare-tw2:hover { background-position: -305px -47px; }
    .b-socialShare-tw2:active { background-position: -305px -85px; }
    .b-socialShare-vk { background-position: -342px -9px; }
    .b-socialShare-vk:hover { background-position: -342px -47px; }
    .b-socialShare-vk:active { background-position: -342px -85px; }
    .b-socialShare-rss { background-position: -379px -9px; }
    .b-socialShare-rss:hover { background-position: -379px -47px; }
    .b-socialShare-rss:active { background-position: -379px -85px; }
    .b-socialShare-be { background-position: -416px -9px; }
    .b-socialShare-be:hover { background-position: -416px -47px; }
    .b-socialShare-be:active { background-position: -416px -85px; }
    .b-socialShare-rd { background-position: -453px -9px; }
    .b-socialShare-rd:hover { background-position: -453px -47px; }
    .b-socialShare-rd:active { background-position: -453px -85px; }
    .b-socialShare-pb { background-position: -490px -9px; }
    .b-socialShare-pb:hover { background-position: -490px -47px; }
    .b-socialShare-pb:active { background-position: -490px -85px; }
    .b-socialShare-pp { background-position: -527px -9px; }
    .b-socialShare-pp:hover { background-position: -527px -47px; }
    .b-socialShare-pp:active { background-position: -527px -85px; }
    .b-socialShare-su { background-position: -564px -9px; }
    .b-socialShare-su:hover { background-position: -564px -47px; }
    .b-socialShare-su:active { background-position: -564px -85px; }
    .b-socialShare-dl { background-position: -601px -9px; }
    .b-socialShare-dl:hover { background-position: -601px -47px; }
    .b-socialShare-dl:active { background-position: -601px -85px; }
    .b-socialShare-ig { background-position: -638px -9px; }
    .b-socialShare-ig:hover { background-position: -638px -47px; }
    .b-socialShare-ig:active { background-position: -638px -85px; }
    .b-socialShare-dr { background-position: -675px -9px; }
    .b-socialShare-dr:hover { background-position: -675px -47px; }
    .b-socialShare-dr:active { background-position: -675px -85px; }

    .b-socialShare-color-fb, .b-socialShare-color-tw, .b-socialShare-color-tw1,
    .b-socialShare-color-in, .b-socialShare-color-gp, .b-socialShare-color-gp1,
    .b-socialShare-color-dg, .b-socialShare-color-lj, .b-socialShare-color-tw2,
    .b-socialShare-color-vk, .b-socialShare-color-rss, .b-socialShare-color-be,
    .b-socialShare-color-rd, .b-socialShare-color-pb, .b-socialShare-color-pp,
    .b-socialShare-color-su, .b-socialShare-color-dl, .b-socialShare-color-ig,
    .b-socialShare-color-dr { background-image: url('../images/icons-share-color.png'); }

    .b-socialShare-title {
        word-spacing: normal;
    }


    /*  Notifications  --------------------------------*/

    .b-notice, .b-question, .b-success, .b-info {
        font-size: 18px;
        color: #212121;
        border: 2px solid #0092E9;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        padding: 20px 30px 20px 95px;
        background: #E9F7FF url(../images/icon-notice.png) 30px 23px no-repeat;
        min-height: 27px;
    }
    .b-question {
        background-image: url(../images/icon-question.png);
    }
    .b-success {
        background-image: url(../images/icon-success.png);
    }
    .b-info {
        background-image: url(../images/android-icon.png);
    }
	.b-info2 {
		        font-size: 18px;
        color: #212121;
        border: 2px solid #0092E9;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        padding: 20px 30px 20px 95px;
        background: #E9F7FF url(../images/android-icon-usb.png) 30px 10px no-repeat;
        min-height: 27px;
	}

    /*  Lists  --------------------------------*/

    ul.none {
        list-style: none;
        margin: 0;
    }
    .list-circle li, .list-circle-orange li {
        list-style: none;
        margin: 0;
        padding: 0 0 5px 20px;
    }
    .list-circle li {
        background: url(../images/bullets.png) -21px -30px no-repeat;
    }
    .list-circle li.act {
        background: url(../images/bullets.png) -49px -2px no-repeat;
    }
    .list-circle-orange li {
        background: url(../images/bullets.png) -49px -2px no-repeat;
    }
    .list-circle-orange li.act {
        background: url(../images/bullets.png) -21px -30px no-repeat;
    }


    /*  Accordions  --------------------------------*/

    .b-accordion-section {
        background: #fff;
        border: 1px solid #e0e0e0;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        padding: 20px 20px 20px 41px;
        margin: 0 0 10px;
    }
    .b-accordion-trigger {
        background: url(../images/icons-accordion.png) no-repeat 0 -108px;
        color: #212121;
        cursor: pointer;
        font-weight: bold;
        margin: 0 0 0 -30px;
        padding: 2px 0 0 30px;
        min-height: 21px;
    }
    .b-accordion-trigger-act {
        background-position: 0 0;
        color: #6c6c6c;
        cursor: default;
    }
    .b-accordion-gray .b-accordion-section {
        background: url(../images/sideBlock_bg.png) repeat-x;
        border: none;
        margin: 0;
    }
    .b-accordion-gray .b-accordion-section:last-of-type {
        background: url(../images/sideBlock_bg.png) repeat-x, url(../images/sideBlock_bg.png) repeat-x 0 100%;
    }


    /*  Tabs  --------------------------------*/

    .tabs-nav {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }
    .tabs-nav li {
        float: left;
        line-height: 32px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
    .tabs-nav li.active {
        line-height: 30px;
        border-top: 1px solid #ffca74;
    }
    .tabs-nav li a {
        background: #f8f8f8;
        border: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        border-left: none;
        color: #959393;
        display: block;
        letter-spacing: 0;
        outline: none;
        padding: 0 16px;
        text-decoration: none;
        text-shadow: 0 1px 0 #fff;
    }
    .tabs-nav li:first-child a {
        border-left: 1px solid #eaeaea;
    }
    .tabs-nav li a:hover {
        background: #f0f0f0;
    }
    .tabs-nav li.active a  {
        background: #fff;
        border-bottom: 2px solid #fff;
        border-top: 1px solid #ffca74;
        color: #212121;
    }
    .tabs-container {
        border: 1px solid #eaeaea;
        margin: -1px 0 20px;
        overflow: hidden;
        width: 100%;
        background: #fff;
    }
    .tab-content {
        padding: 20px;
    }


    /*  Blockquote  --------------------------------*/

    blockquote {
        font-style: italic;
        color: #666666;
        padding: 0 0 0 50px;
        position: relative;
    }
    blockquote:before {
        content: '“';
        font: bold italic 48px Georgia, 'Times New Roman', Times, serif;
        position: absolute;
        top: -13px;
        left: 17px;
        color: #c1c1c1;
    }


    /*  Pricing Table  --------------------------------*/

    .extended-pricing-table {
        margin: 0px auto;
        position: relative;
        text-align: center;
        width: 787px;
        color: #666;
    }
    .extended-pricing-table .column {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        border-left: 2px solid #f5f5f5;
        -webkit-border-radius: 0 0 5px 5px;
           -moz-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
        width: 160px;
    }
    .extended-pricing-table .features {
        list-style: none;
        margin: 0;
    }
    .extended-pricing-table .features li {
        display: block;
        margin: 0;
        position: relative
    }
    .extended-pricing-table .footer {
        padding: 20px 0 7px;
        -webkit-border-radius: 0 0 5px 5px;
           -moz-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
    }
    .extended-pricing-table .footer .b-button {
        vertical-align: top;
    }
    .extended-pricing-table .features-list {
        text-align: left;
        width: 200px;
    }
    .extended-pricing-table .features-list {
        border-left: none;
    }
    .extended-pricing-table .featured {
        -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
           -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
                box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
        z-index: 1;
        border-left: none;
        margin-right: -2px;
        behavior: url(js/PIE.htc);
    }
    .extended-pricing-table .header {
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }
    .extended-pricing-table .features-list .header {
        visibility: hidden;
    }
    .extended-pricing-table .title {
        font-size: 14px;
        height: 18px;
        overflow: hidden;
        font-weight: bold;
        margin: 0;
        padding: 13px;
        text-transform: uppercase;
        -webkit-border-radius: 5px 5px 0 0;
           -moz-border-radius: 5px 5px 0 0;
                border-radius: 5px 5px 0 0;
        background: #b3b3b3;
        background: -moz-linear-gradient(top, #b3b3b3, #959595); /* Firefox 3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(100%,#959595));  /* Chrome 1-9, Safari 4-5 */
        background: -webkit-linear-gradient(top, #b3b3b3, #959595); /* Chrome 10+, Safari 5.1+ */
        background: -o-linear-gradient(top, #b3b3b3, #959595); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b3b3b3, #959595); /* IE10 */
        background: linear-gradient(top, #b3b3b3, #959595); /* CSS3 */
        border-bottom: 1px solid #c7c7c7;
    }
    .extended-pricing-table .free .title {
        background: #acc345;
        background: -moz-linear-gradient(top, #acc345, #8da240); /* Firefox 3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acc345), color-stop(100%,#8da240));  /* Chrome 1-9, Safari 4-5 */
        background: -webkit-linear-gradient(top, #acc345, #8da240); /* Chrome 10+, Safari 5.1+ */
        background: -o-linear-gradient(top, #acc345, #8da240); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #acc345, #8da240); /* IE10 */
        background: linear-gradient(top, #acc345, #8da240); /* CSS3 */
        border-bottom-color: #c0d573;
    }
    .extended-pricing-table .featured .title {
        background: #474a50;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53575d), color-stop(100%,#3e4145));  /* Chrome 1-9, Safari 4-5 */
        background: -webkit-linear-gradient(top, #53575d, #3e4145); /* Chrome 10+, Safari 5.1+ */
        background: -o-linear-gradient(top, #53575d, #3e4145); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #53575d, #3e4145); /* IE10 */
        background: linear-gradient(top, #53575d, #3e4145); /* CSS3 */
        margin-top: -15px;
        position: relative;
        border-bottom-color: #8a8d92;
    }
    .extended-pricing-table .price {
        font-size: 13px;
        font-weight: normal;
        margin: 0;
        height: 90px;
        background: #959595;
        background: -moz-linear-gradient(top, #b9b9b9, #959595); /* Firefox 3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9b9b9), color-stop(100%,#959595));  /* Chrome 1-9, Safari 4-5 */
        background: -webkit-linear-gradient(top, #b9b9b9, #959595); /* Chrome 10+, Safari 5.1+ */
        background: -o-linear-gradient(top, #b9b9b9, #959595); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b9b9b9, #959595); /* IE10 */
        background: linear-gradient(top, #b9b9b9, #959595); /* CSS3 */
    }
    .extended-pricing-table .free .price {
        background: #83a056;
        background: -moz-linear-gradient(top, #afc950, #83a056); /* Firefox 3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afc950), color-stop(100%,#83a056));  /* Chrome 1-9, Safari 4-5 */
        background: -webkit-linear-gradient(top, #afc950, #83a056); /* Chrome 10+, Safari 5.1+ */
        background: -o-linear-gradient(top, #afc950, #83a056); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #afc950, #83a056); /* IE10 */
        background: linear-gradient(top, #afc950, #83a056); /* CSS3 */
    }
    .extended-pricing-table .featured .price {
        height: 105px;
        background: #474a50;
        background: -moz-linear-gradient(top, #575b62, #36393d); /* Firefox 3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#575b62), color-stop(100%,#36393d));  /* Chrome 1-9, Safari 4-5 */
        background: -webkit-linear-gradient(top, #575b62, #36393d); /* Chrome 10+, Safari 5.1+ */
        background: -o-linear-gradient(top, #575b62, #36393d); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #575b62, #36393d); /* IE10 */
        background: linear-gradient(top, #575b62, #36393d); /* CSS3 */
    }
    .extended-pricing-table .price span {
        font-size: 48px;
        font-weight: bold;
        display: block;
    }
    .extended-pricing-table .featured .price span {
        font-size: 60px;
    }
    .extended-pricing-table .features-list .features {
        border-left: none;
    }
    .extended-pricing-table .features li {
        background: #ededed;
        padding: 8px 20px;
        line-height: 24px;
    }
    .extended-pricing-table .features li:before {
        content: '';
    }
    .extended-pricing-table .featured .features li {
        background: #fff;
    }
    .extended-pricing-table .features li:nth-child(even) {
        background: #e1e1e1;
    }
    .extended-pricing-table .featured .features li:nth-child(even) {
        background: #f2f2f2;
    }
    .extended-pricing-table .features li .check {
        background: url(../images/icon-check.png) 0 0 no-repeat;
        display: inline-block;
        padding: 16px 0 0;
        height: 0;
        width: 15px;
        overflow: hidden;
        position: relative;
    }
    .extended-pricing-table .features li b {
        color: #212121;
    }
    .ie7 .extended-pricing-table .features li .check {
        display: inline;
        font-size: 0;
        text-indent: 0;
    }
    .extended-pricing-table .footer {
        background: #ededed;
    }
    .extended-pricing-table .featured .footer {
        padding-bottom: 22px; background: #fff;
    }
    .extended-pricing-table .features-list .footer {
        background: none;
    }





/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */

    .l-footer {
        clear: both;
        overflow: hidden;
        background: #f5f5f5 url(../images/footer_shadow.png) 50% 0 repeat-x;
    }
    .l-footer-i {
        padding: 55px 30px;
        font-size: 13px;
        line-height: 19px;
    }
    .l-footer-copy {
        float: left;
        margin: 0 0 10px;
        width: 25%;
    }
    .l-footer-contacts {
        float: left;
        clear: left;
        width: 25%;
    }
    .l-footer-news {
        float: right;
        width: 75%;
    }
    .l-footer-news-list{
        margin: 0;
    }
    .l-footer-news-caption {
        font-size: 13px;
        margin: 0 0 10px;
    }
    .l-footer-news-item {
        list-style: none;
        margin: 0 4% 0 0;
        float: left;
        width: 48%;
    }
    .l-footer-news-item:last-of-type {
        margin: 0;
    }
    .u-footerShare {
        margin: 0 20px;
        padding: 20px 0 19px;
        background: url(../images/sideBlock_bg.png) 0 100% repeat-x;
        text-align: center;
    }





/* ------------------------------------------------------------------------------- */
/*  11. Fancybox & Iotope
/* ------------------------------------------------------------------------------- */

    /*  Fancybox  --------------------------------*/

    #fancybox-close {
        border: none;
        background: url(../images/slider_x.png);
        opacity: .5;
        filter: alpha(opacity=50);
        width: 25px;
        height: 25px;
        top: 10px;
        right: 10px;
    }
    #fancybox-close:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    #fancybox-title {
        margin-top: -30px;
        margin-bottom: 20px;
        text-align: left;
    }
    #fancybox-left-ico, #fancybox-right-ico {
        background: url(../images/slider_arrows.png);
        width: 46px;
        height: 46px;
    }
    #fancybox-left, #fancybox-right {
        opacity: .5;
        filter: alpha(opacity=50);
    }
    #fancybox-left:hover, #fancybox-right:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    #fancybox-left-ico, #fancybox-left:hover span {
        left: 8px;
    }
    #fancybox-right-ico, #fancybox-right:hover span {
        background-position: -50px 0;
        left: auto;
        right: 8px;
    }
    .fancybox-title-inside {
        padding-bottom: 30px;
    }
    .fancybox-desc-title {
        font-size: 24px;
        font-weight: bold;
    }
    .fancybox-desc-text {
        font-size: 13px;
        color: #818181;
        width: 70%;
    }
    .fancybox-bg {
        display: none;
    }
    #fancybox-outer {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 10px 45px -5px #000000;
    }
    #fancybox-content {
        border-radius: 10px;
    }


    /*  Isotope  --------------------------------*/

    .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;
    }





/* ------------------------------------------------------------------------------- */
/*  12.  Media Queries
/* ------------------------------------------------------------------------------- */


@media only screen and (max-width: 1455px) {

        .l-page_bg {
            max-width: 1205px;
        }
}


@media only screen and (max-width: 1220px) {

        .l-page_bg {
            max-width: 970px;
        }
        .l-header .b-searchLine {
            padding-left: 100px;
        }
        .extended-pricing-table {
            width: 724px;
        }
        .extended-pricing-table .features li:before {
            color: #7b7b7b;
            content: attr(data-feature) !important;
            display: block;
            font-weight: bold;
            white-space: nowrap;
        }
        .extended-pricing-table .features-list {
            display: none;
        }
}


@media only screen and (max-width: 985px) {

        .l-page_bg {
            max-width: 735px;
        }
        .l-header .b-searchLine {
            padding-left: 50px;
        }
        .b-homeSlideshow-item-img {
            max-height: 280px;
        }
        .b-homeSlideshow-item-dsc {
            padding: 40px 2% 0 47%;
        }
        .b-homeSlideshow-item-title {
            font-size: 20px;
            margin: 0 0 5px;
        }
        .b-homeSlideshow-item-text {
            font-size: 12px;
            margin: 0 0 15px;
        }
        .b-tiser-img {
            float: none;
            width: auto;
            text-align: center;
        }
        .b-tiser-text {
            margin: 0;
            font-size: 15px;
            padding: 0;
        }
        .b-contacts {
            padding: 40px 50px 0;
        }
        .b-contacts-i {
            width: 350px;
            padding: 0 15px 274px;
            background: url(../images/envelope_480.png) 0 100% no-repeat;
        }
        .b-contacts-form {
            padding: 30px 45px 0;
            margin: 0 0 -75px;
        }
        .b-contacts-form .b-form-field {
            margin: 0 0 25px;
        }
        .b-contacts-form-title {
            font-size: 24px;
            margin: 0 10px 25px;
        }
        .b-contacts-envelopeTitle {
            bottom: 115px;
            font-size: 28px;
        }
        .b-contacts-form .b-form-field-input {
            width: 95%;
            margin: 0;
        }
        .b-form-field-title {
            display: block;
            text-align: left;
            width: auto;
        }
        .b-callMeBack-form .b-form-field-title {
            display: inline-block;
        }
        .extended-pricing-table {
            width: auto;
            margin-bottom: 10px;
        }
        .extended-pricing-table.col4 .column {
            width: 275px;
            margin-bottom: 30px;
        }

}


@media only screen and (max-width: 750px) {

        .l-page_bg {
            max-width: 500px;
        }
        .l-cols-sidebarLeft .l-col2,
        .l-cols-sidebarRight .l-col1 {
            left: auto;
            margin-right: auto;
            width: 100%;
        }
        .l-cols-sidebarLeft .l-col-wrap2,
        .l-cols-sidebarRight .l-col-wrap2 {
            left: auto;
            margin-right: auto;
            width: auto;
        }
        .l-cols-sidebarLeft .l-col-wrap1,
        .l-cols-sidebarRight .l-col-wrap1{
            width: auto;
        }
        .l-cols-sidebarLeft .l-col1,
        .l-cols-sidebarRight .l-col2{
            display: none;
        }
        .l-cols-sidebarRight .l-sidebar-wrap-right {
            background: none;
        }
        .l-cols-sidebarRight .l-sidebar-wrap-right-force {
            background: #F5F5F5 url(../images/content_btmGrad.png) 0 100% repeat-x;
        }
        .l-title {
            background: url(../images/menu_bg_grad.png) 50% 133px repeat-x;
            background: url(../images/menu_shadow_btm.png) 50% 100% no-repeat, url(../images/menu_bg_grad.png) 50% 133px repeat-x;
            -pie-background: url(../images/menu_shadow_btm.png) 50% 100% no-repeat, url(../images/menu_bg_grad.png) 50% 133px repeat-x;
        }
        .l-50 {
            float: none;
            margin: 0;
            width: auto;
        }
		.l-25 {
            float: none;
            margin: 0;
            width: auto;
        }
        .b-callUs {
            display: none;
        }
        .b-post-item-first {
            background-position: 0 100%;
        }
        .b-pageSubTitle {
            font-size: 15px;
            margin: 0 10% 20px;
        }
        .b-tiser {
            margin: 25px 10% 0;
        }
        .b-tiser-img img {
            max-width: 100%;
        }
        .b-advanatges {
            margin: 0 10%;
            padding: 40px 0 1px;
        }
        .b-advanatges-list {
            margin: 0;
        }
        .b-advanatges-item {
            float: none;
            width: auto;
            margin: 0 0 40px;
        }
        .b-advanatges-item-img {
            text-align: left;
            margin: 0 0 0 40px;
        }
        .l-page_bg-home .l-title {
            background: url(../images/menu_bg_grad.png) 50% 100px repeat-x;
            padding: 0 0 30px;
        }
        .b-homeSlideshow-item-dsc  {
            padding-top: 20px;
        }
        .b-homeSlideshow-item-img {
            max-height: 130px;
        }
        .b-homeSlideshow-item-title {
            font-size: 12px;
        }
        .b-homeSlideshow-item-text {
            font-size: 7px;
            margin: 0 0 12px;
        }
        .b-tagline {
            display: none;
        }
        .b-image-gallery-slider-nav a.prev {
            left: 15px;
        }
        .b-image-gallery-slider-nav a.next {
            right: 15px;
        }
        .b-advanatgesTabs {
            background: #fff;
            padding: 0;
        }
        .b-advanatgesTabs .b-advanatges-item {
            text-align: center;
        }
        .b-advanatgesTabs .b-advanatges-item-img {
            margin: 0;
            text-align: center;
        }
        .b-advanatgesTabs .b-advanatges-item-text {
            display: none;
        }
        .b-advanatgesTabs-ctrl {
            margin-left: 0;
            padding-bottom: 25px;
        }
        .b-advanatgesTabs-ctrl-w {
            position: relative;
        }
        .b-advanatgesTabs-title {
            font-size: 24px;
        }
        .b-advanatgesTabs-ajaxBody-content {
            margin: 0 50px;
        }
        .b-advanatgesTabs-body-img {
            float: none;
            text-align: center;
            margin: 0;
        }
        .b-portfolio-itemStand{
            display: inline-block;
            margin: 0;
        }
        .b-advanatgesTabs-body-more {
            text-align: center;
        }
        .b-advanatgesTabs .b-image-gallery-slider-nav a {
            margin: -55px 0 0;
        }

        .b-image-gallery-slider {
            margin: 0;
        }
        .b-image-gallery-slider-pager {
            display: none;
        }

        .b-portfolio-onPage .b-image-gallery-slider-center {
            width: 202px;
            margin: 0 auto;
        }
        .b-portfolio-onPage .b-portfolio-item  {
            margin: 0 0 1px;
        }
        .u-topMenu > ul > li {
            margin: 4px 10px;
        }


    /*  Buttons  --------------------------------*/

        .b-button-i {
            width: 14px;
            background: url(../images/form_buttons_480.png) 100% 0;
            height: 33px;
        }
        .b-button-title {
            font-size: 12px;
            background: url(../images/form_buttons_480.png);
            height: 28px;
            line-height: 26px;
            padding: 0 7px 5px;
        }
        .b-button-title-i {
            right: -7px;
        }
        .b-button:hover .b-button-title { background-position: 0 -40px; color: rgba(0, 0, 0, .6); }
        .b-button:hover .b-button-i { background-position: 100% -40px; }
        .b-button:active .b-button-title { background-position: 0 -80px; color: rgba(0, 0, 0, .8); }
        .b-button:active .b-button-i { background-position: 100% -80px; }
        .b-button-disabled .b-button-i { background-position: 100% 0 !important; }
        .b-button-disabled .b-button-title { background-position: 0 0 !important; color: rgba(0, 0, 0, .35) !important; }

        .b-button-orange .b-button-title { background-position: 0 -118px; color: rgba(158, 111, 45, .8); }
        .b-button-orange .b-button-i { background-position: 100% -118px; }
        .b-button-orange:hover .b-button-title { background-position: 0 -158px; color: rgba(158, 111, 45, .6); }
        .b-button-orange:hover .b-button-i { background-position: 100% -158px; }
        .b-button-orange:active .b-button-title { background-position: 0 -198px; color: rgba(158, 111, 45, .8); }
        .b-button-orange:active .b-button-i { background-position: 100% -198px; }

        .b-button-lead .b-button-title { background-position: 0 -236px; color: rgba(255, 255, 255, .8); }
        .b-button-lead .b-button-i { background-position: 100% -236px; }
        .b-button-lead:hover .b-button-title { background-position: 0 -276px; color: rgba(255, 255, 255, .6); }
        .b-button-lead:hover .b-button-i { background-position: 100% -276px; }
        .b-button-lead:active .b-button-title { background-position: 0 -316px; color: rgba(255, 255, 255, .8); }
        .b-button-lead:active .b-button-i { background-position: 100% -316px; }

        .b-button-blue .b-button-title { background-position: 0 -354px; color: rgba(255, 255, 255, .8); }
        .b-button-blue .b-button-i { background-position: 100% -354px; }
        .b-button-blue:hover .b-button-title { background-position: 0 -394px; color: rgba(255, 255, 255, .6); }
        .b-button-blue:hover .b-button-i { background-position: 100% -394px; }
        .b-button-blue:active .b-button-title { background-position: 0 -434px; color: rgba(255, 255, 255, .8); }
        .b-button-blue:active .b-button-i { background-position: 100% -434px; }

        .b-button-green .b-button-title { background-position: 0 -472px; color: rgba(255, 255, 255, .8); }
        .b-button-green .b-button-i { background-position: 100% -472px; }
        .b-button-green:hover .b-button-title { background-position: 0 -512px; color: rgba(255, 255, 255, .6); }
        .b-button-green:hover .b-button-i { background-position: 100% -512px; }
        .b-button-green:active .b-button-title { background-position: 0 -552px; color: rgba(255, 255, 255, .8); }
        .b-button-green:active .b-button-i { background-position: 100% -552px; }

        .b-shortcode, .b-delimiter-shortcode {
            margin: 0 30px;
        }
        .extended-pricing-table.col4 .column {
            width: 228px;
        }
        .b-delimiter-shortcode-sacrifice {
            display: none;
        }
}


@media only screen and (max-width: 515px) {

        .l-page_bg {
            max-width: 480px;
        }
        .l-footer-i {
            padding: 20px 50px 50px;
        }
        .l-footer-copy,
        .l-footer-contacts,
        .l-footer-news,
        .l-footer-news-item {
            float: none;
            width: auto;
        }
        .l-footer-news {
            background: url(../images/sideBlock_bg.png) repeat-x 0 100%;
            padding: 0 0 1px;
            margin: 0 0 20px;
        }
        .l-header-top {
            text-align: center;
        }

        .u-logo {
            border: none;
        }
        .u-logo img {
            float: none;
            display: inline-block;
        }
        .u-footerShare {
            margin: 0 50px;
        }
        .u-pageTitle {
            display: none;
        }

        .u-topMenu ul {
            display: none;
        }
        .u-pageTitle-mobile-w {
            display: inline-block;
        }
        .u-pageTitle-mobileTitle {
            display: block;
        }
        .l-header-top {
            height: 116px;
        }
        .l-header .b-searchLine {
            padding: 0;
            display: inline-block;
            margin-left: 30px;
        }
        .b-searchLine-field, .b-searchLine-links {
            display: none;
        }
        .b-searchLine-toggle {
            display: block;
            width: 30px;
            height: 30px;
            border: 1px solid #e1e1e1 !important;
            -webkit-border-radius: 15px;
               -moz-border-radius: 15px;
                    border-radius: 15px;
            background: url(../images/search_button.png) -30px 0;
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }
        .l-header-top-search .b-searchLine-toggle {
            background-position: 0 0;
        }
        .l-header-top-search .b-searchLine-field {
            display: inline-block;
            margin: 42px auto 0;
        }
        .l-header-top-search .u-logo {
            display: none;
        }
        .l-header-top-search .b-searchLine {
            float: none;
        }
        .l-header-top-search .b-searchLine-field-input {
            display: block;
            -webkit-border-radius: 14px;
               -moz-border-radius: 14px;
                    border-radius: 14px;
        }
        .b-callUs {
            display: none;
        }
        .b-post-item {
            padding: 35px 50px 60px;
        }
        .b-post-item-tags {
            display: block;
            margin: 10px 0 0 18px;
        }
        .b-post-pager {
            font-size: 18px;
        }
        .b-post-pager-older {
            margin: 0 40px 0 15px;
        }

        .b-comments {
            margin: 0 50px;
        }

        .b-comments-tree-item {
            margin: 0 0 0 20px;
        }

        .b-form-field-input {
            width: 85%;
        }
        .b-socialShare {
            text-align: center;
        }
        .b-socialShare-title {
            top: 15px;
            position: relative;
        }
        .b-socialShare-title:after {
            content: ' ';
            display: inline-block;
            height: 0;
            width: 100%;
            overflow: hidden;
        }
        .b-portfolio {
            text-align: center;
        }
        .b-portfolio-item-img,
        .b-portfolio-item-description-w,
        .b-portfolio-itemStand .b-portfolio-item-description-w {
            width: 287px;
        }
        .b-portfolio-item-description-w,
        .b-portfolio-itemStand .b-portfolio-item-description-w {
            margin: 177px 0 -20px -287px;
            padding: 25px 0 45px;
        }
        .b-portfolio-item-title {
            font-size: 18px;
            padding: 0 25px 8px;
        }
        .b-portfolio-item-description {
            font-size: 15px;
            padding: 0 25px;
        }
        .b-portfolio-onPage .b-image-gallery-slider-center {
            width: 287px;
        }

        .b-portfolio-single {
            margin: 0 50px;
        }
        .b-portfolio-single .b-image-gallery-slider .b-stand {
            margin-left: -80px;
            width: 150%;
        }
        .b-image-gallery-slider-w {
            margin: 0 0;
        }
        .b-image-gallery-slider-nav a {
            background: url(../images/slider_arrows_480.png);
            width: 37px;
            height: 37px;
            margin: -19px 0 0;
        }
        .b-image-gallery-slider-nav a.next {
            background-position: -37px 0;
        }
        .b-portfolio-single-title {
            margin: 0 0 15px;
            font-weight: bold;
        }
        .b-portfolio-single-body,
        .b-portfolio-single .b-post-item-info {
            margin: 0;
        }
        .b-portfolio-single .b-post-item-date {
            display: block;
            margin: 10px 0 0 18px;
        }
        .b-portfolio-onPage {
            padding: 60px 50px 0;
        }
        .b-portfolio-onPage .b-portfolio-item {
            margin: 0;
        }
        .b-portfolio-onPage .b-image-gallery-slider {
            margin: 0;
        }
        .b-portfolio-onPage .b-image-gallery-slider-nav a {
            top: 80px;
            margin: 0;
        }
        .b-portfolio-onPage .b-image-gallery-slider-nav a.prev {
            left: -30px;
        }
        .b-portfolio-onPage .b-image-gallery-slider-nav a.next {
            right: -30px;
        }
        .b-contacts {
            padding: 30px 20px 0;
        }
        .b-contacts-i {
            background: url(../images/envelope_320.png) 0 100% no-repeat;
            padding: 0 10px 187px;
            width: 260px;
        }
        .b-contacts-form {
            margin: 0 0 -50px;
            padding: 30px 30px 0;
        }
        .b-contacts-form .b-form-field {
            margin: 0 0 15px;
        }
        .b-contacts-form-submit-field {
            background-image: url(../images/submit_arrow_down_320.png);
        }
        .b-form-field-title {
            font-size: 11px;
        }
        .b-contacts-envelopeTitle {
            bottom: 78px;
            font-size: 24px;
        }


    /*  Buttons  --------------------------------*/

        .b-homeSlideshow .b-button-i {
            width: 5px;
            background: url(../images/form_buttons_320.png) 100% -2px;
            height: 15px;
        }
        .b-homeSlideshow .b-button-title {
            font-size: 5px;
            background: url(../images/form_buttons_320.png) 0 -2px;
            height: 13px;
            line-height: 13px;
            padding: 0 6px 2px;
        }
        .b-homeSlideshow .b-button-title-i {
            right: -3px;
        }
        .b-homeSlideshow .b-button:hover .b-button-title { background-position: 0 -24px; }
        .b-homeSlideshow .b-button:hover .b-button-i { background-position: 100% -24px; }
        .b-homeSlideshow .b-button:active .b-button-title { background-position: 0 -46px; }
        .b-homeSlideshow .b-button:active .b-button-i { background-position: 100% -46px; }

        .b-homeSlideshow .b-button-orange .b-button-i { background-position: 100% -2px; }
        .b-homeSlideshow .b-button-orange .b-button-title { background-position: 0 -2px; }
        .b-homeSlideshow .b-button-orange:hover .b-button-title { background-position: 0 -24px; }
        .b-homeSlideshow .b-button-orange:hover .b-button-i { background-position: 100% -24px; }
        .b-homeSlideshow .b-button-orange:active .b-button-title { background-position: 0 -46px; }
        .b-homeSlideshow .b-button-orange:active .b-button-i { background-position: 100% -46px; }

        .extended-pricing-table.col4 .column {
            width: 208px;
        }
        #fancybox-left-ico, #fancybox-right-ico {
            background-image: url(../images/slider_arrows_480.png);
            height: 37px;
            width: 37px;
        }
        #fancybox-right-ico, #fancybox-right:hover span {
            background-position: -37px 0;
            right: 9px !important;
        }
        #fancybox-left-ico, #fancybox-left:hover span {
            left: 9px !important;
        }
        .fancybox-desc-title {
            font-size: 18px;
        }
}


@media only screen and (max-width: 365px) {

        .l-page_bg {
            width: 320px;
        }
        .l-footer-i {
            padding: 20px 20px 30px;
        }
        .u-footerShare {
            margin: 0 20px;
        }
        .b-post-item {
            padding: 35px 20px 60px;
        }
        .b-post-item-first {
            background-position: -30px 100%;
        }
        .b-post-pager-older {
            margin: 0 30px 0 15px;
        }
        .b-comments {
            margin: 0 20px;
        }
        .b-portfolio-item-img,
        .b-portfolio-item-description-w,
        .b-portfolio-itemStand .b-portfolio-item-description-w,
        .b-portfolio-onPage .b-image-gallery-slider-center {
            width: 212px;
        }
        .b-portfolio-item-description-w,
        .b-portfolio-itemStand .b-portfolio-item-description-w {
            margin: 130px 0 -20px -212px;
            padding: 15px 0 35px;
        }
        .b-portfolio-item-title {
            font-size: 13px;
            padding: 0 15px;
        }
        .b-portfolio-item-description {
            font-size: 11px;
            padding: 0 15px;
        }
        .b-portfolio-onPage {
            padding: 60px 20px 0;
        }
        .b-portfolio-onPage .b-image-gallery-slider-nav a {
            top: 50px;
        }
        .b-portfolio-onPage .b-image-gallery-slider-nav a.prev {
            left: -12px;
        }
        .b-portfolio-onPage .b-image-gallery-slider-nav a.next {
            right: -12px;
        }
        .b-portfolio-single {
            margin: 0 20px;
        }
        .b-pageSubTitle {
            margin: 15px 5% 20px;
        }
        .b-tiser {
            margin: 25px 5% 0;
        }
        .b-advanatges {
            margin: 0 5%;
        }
        .b-advanatges-item-img {
            margin: 0 0 0 35px;
        }
        .b-sideBlock {
            margin: 0 20px;
        }
        .b-sideBlock-title {
            font-size: 13px;
        }
        .b-homeSlideshow {
            margin: 0 20px;
        }
        .b-homeSlideshow-item-dsc  {
            padding-top: 15px;
        }
        .b-homeSlideshow-item-img {
            max-height: 95px;
        }
        .b-homeSlideshow-item-title {
            font-size: 9px;
            margin: 0 0 5px;
        }
        .b-advanatgesTabs-subTitle {
            font-size: 13px;
        }
        .b-advanatgesTabs-ajaxBody-content {
            margin: 0 13px;
        }
        .b-advanatgesTabs-body-text {
            font-size: 13px;
        }
        .b-shortcode, .b-delimiter-shortcode {
            margin: 0 20px;
        }
        .extended-pricing-table.col4 .column {
            width: 280px;
        }
        .extended-pricing-table .features li {
            width: 110px;
            float: left;
            font-size: 12px;
        }
        .extended-pricing-table.col4 .column.featured {
            margin-top: 15px;
        }
        .extended-pricing-table .features li:nth-child(2n+1) {
            border-right: 1px solid #f7f7f7;
        }
        .extended-pricing-table .features li:nth-child(4n+1),
        .extended-pricing-table .features li:nth-child(4n+2) {
            background: #EDEDED;
        }
        .extended-pricing-table .features li:nth-child(4n-1),
        .extended-pricing-table .features li:nth-child(4n) {
            background: #E1E1E1;
        }
        .extended-pricing-table .featured .features li:nth-child(4n+1),
        .extended-pricing-table .featured .features li:nth-child(4n+2) {
            background: #FFF;
        }
        .extended-pricing-table .featured .features li:nth-child(4n-1),
        .extended-pricing-table .featured .features li:nth-child(4n) {
            background: #F2F2F2;
        }
        .extended-pricing-table .footer {
            padding-top: 13px;
        }
        .extended-pricing-table .featured .footer {
            padding-bottom: 7px;
        }
        .fancybox-desc-text {
            width: auto;
        }
        #fancybox-title {
            margin-bottom: 16px;
            padding-bottom: 0;
        }
}