/* -------------------------------------------------------------------------------

    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/site/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;
		font-weight: bold;
    }
    h6 {
        font-size: 12px;
    }
    .b-onPage-title {
	font-weight: bold;
	color: #D71920;
	text-shadow: 0 1px 1px #fff;
	text-align: center;
	margin: 15px 0 -30px 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/site/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;
    }

	.box { 
	    border-bottom: 1px solid #999999; 
	    border-top: 1px solid #999999; 
		border-left: 1px solid #999999; 
		border-right: 1px solid #999999
	}

    #imageleft { padding-right: 15px;
		padding-left: 5px;
		padding-bottom: 10px;
		float:left;}
	
	#caption { padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 5px;
		padding-left: 5px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: italic;}
	
	.tmmkfronthed {
        font-size: 16px;
		font-weight: bold; 
		margin-top: 10px
    }
	
	.blackhead {font-weight: bold; font-style: italic}
	
	.ul {text-decoration:underline;}
	
	.bold {font-weight: bold;}
	
	.earth {font-weight: bold; color:#060}
	
	.red {color: #D71920;}
	
	.floLeft { float:left; }
    .floRight { float:right; }
	
	.plusign {
          width: 40px;
   height: 40px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -20px;
   margin-top: -20px;
	}
	
	.sideindent {
		margin-bottom: 0px;
	}
	
	a.digest {
		font-weight:bold;
		text-decoration:underline;
		margin-bottom:-30px;
	}
	
	a.digest:hover {
		font-weight:bold;
		text-decoration:underline;
		margin-bottom:-30px;
		color:#666
	}
	
	.bgGray { background:#D9D9D9 !important; }
    .bgDGray { background:#666666 !important; }
	
	.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;}
	
	.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	font-family: Arial; font-size: 15px; font-weight:bold; color: navy;}
	
	.myButton:active {
	position:relative;
	top:1px;}

/**
* [NAME] specialDescArea
* [EXAMPLE] 
* <div class="w300">
* <dl class="specialDescArea">
* <dt>Evolution of the kanban through daily improvements</dt>
* <dd><span class="ml50 pl20"><img src="/company/vision_philosophy/toyota_production_system/images/p_2_1.jpg" alt="" width="151" height="67"></span><br>Through continuous technological improvements, the kanban system has evolved into the "e-kanban," which is managed using IT methodologies and has increased productivity even further.</dd>
* </dl>
* </div>
*
*/
dl.specialDescArea { border:1px solid #D9D9D9; font-family: Helvetica, Helvetica Neue, Geneva, Arial, sans-serif; line-height: 20px;}
dl.specialDescArea dt { padding:5px; background-color:#D9D9D9; font-family:Helvetica, Helvetica Neue, Geneva, Arial, sans-serif; text-align:center; }
dl.specialDescArea dd { padding:10px; text-align:center; }

/* ------------------------------------------------------------------------------- */
/*  1.1 Positioning
/* ------------------------------------------------------------------------------- */

/*
 Margin Set
-------------------------------------------------------------------------*/
.mv0  { margin-top:0px !important; margin-bottom:0px !important; }
.mv5  { margin-top:5px !important; margin-bottom:5px !important; }
.mv10 { margin-top:10px !important; margin-bottom:10px !important; }
.mv15 { margin-top:15px !important; margin-bottom:15px !important; }
.mv20 { margin-top:20px !important; margin-bottom:20px !important; }
.mv25 { margin-top:25px !important; margin-bottom:25px !important; }
.mv30 { margin-top:30px !important; margin-bottom:30px !important; }
.mv35 { margin-top:35px !important; margin-bottom:35px !important; }
.mv40 { margin-top:40px !important; margin-bottom:40px !important; }
.mv45 { margin-top:45px !important; margin-bottom:45px !important; }
.mv50 { margin-top:50px !important; margin-bottom:50px !important; }

.mh0  { margin-right:0px !important; margin-left:0px !important; }
.mh5  { margin-right:5px !important; margin-left:5px !important; }
.mh10 { margin-right:10px !important; margin-left:10px !important; }
.mh15 { margin-right:15px !important; margin-left:15px !important; }
.mh20 { margin-right:20px !important; margin-left:20px !important; }
.mh25 { margin-right:25px !important; margin-left:25px !important; }
.mh30 { margin-right:30px !important; margin-left:30px !important; }
.mh35 { margin-right:35px !important; margin-left:35px !important; }
.mh40 { margin-right:40px !important; margin-left:40px !important; }
.mh45 { margin-right:45px !important; margin-left:45px !important; }
.mh50 { margin-right:50px !important; margin-left:50px !important; }

.mt0  { margin-top:0px !important; }
.mt5  { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt35 { margin-top:35px !important; }
.mt40 { margin-top:40px !important; }
.mt45 { margin-top:45px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt90 { margin-top:90px !important; }

.mt-10 { margin-top:-10px !important; }
.mt-20 { margin-top:-20px !important; }
.mt-30 { margin-top:-30px !important; }
.mt-40 { margin-top:-40px !important; }

.mr0  { margin-right:0px !important; }
.mr2  { margin-right:2px !important; }
.mr3  { margin-right:3px !important; }
.mr4  { margin-right:4px !important; }
.mr5  { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }
.mr35 { margin-right:35px !important; }
.mr40 { margin-right:40px !important; }
.mr45 { margin-right:45px !important; }
.mr50 { margin-right:50px !important; }

.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; }

.ml0  { margin-left:0px !important; }
.ml5  { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }
.ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }
.ml45 { margin-left:45px !important; }
.ml50 { margin-left:50px !important; }
.ml60 { margin-left:60px !important; }

/*
 Padding Set
-------------------------------------------------------------------------*/
.pv0  { padding-top:0px !important; padding-bottom:0px !important; }
.pv5  { padding-top:5px !important; padding-bottom:5px !important; }
.pv10 { padding-top:10px !important; padding-bottom:10px !important; }
.pv15 { padding-top:15px !important; padding-bottom:15px !important; }
.pv20 { padding-top:20px !important; padding-bottom:20px !important; }
.pv25 { padding-top:25px !important; padding-bottom:25px !important; }
.pv30 { padding-top:30px !important; padding-bottom:30px !important; }
.pv35 { padding-top:35px !important; padding-bottom:35px !important; }
.pv40 { padding-top:40px !important; padding-bottom:40px !important; }
.pv45 { padding-top:45px !important; padding-bottom:45px !important; }
.pv50 { padding-top:50px !important; padding-bottom:50px !important; }

.ph0  { padding-right:0px !important; padding-left:0px !important; }
.ph5  { padding-right:5px !important; padding-left:5px !important; }
.ph10 { padding-right:10px !important; padding-left:10px !important; }
.ph15 { padding-right:15px !important; padding-left:15px !important; }
.ph20 { padding-right:20px !important; padding-left:20px !important; }
.ph25 { padding-right:25px !important; padding-left:25px !important; }
.ph30 { padding-right:30px !important; padding-left:30px !important; }
.ph35 { padding-right:35px !important; padding-left:35px !important; }
.ph40 { padding-right:40px !important; padding-left:40px !important; }
.ph45 { padding-right:45px !important; padding-left:45px !important; }
.ph50 { padding-right:50px !important; padding-left:50px !important; }

.pt0  { padding-top:0px !important; }
.pt5  { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt25 { padding-top:25px !important; }
.pt30 { padding-top:30px !important; }
.pt35 { padding-top:35px !important; }
.pt40 { padding-top:40px !important; }
.pt45 { padding-top:45px !important; }
.pt50 { padding-top:50px !important; }

.pr0  { padding-right:0px !important; }
.pr5  { padding-right:5px !important; }
.pr10 { padding-right:10px !important; }
.pr15 { padding-right:15px !important; }
.pr20 { padding-right:20px !important; }
.pr25 { padding-right:25px !important; }
.pr30 { padding-right:30px !important; }
.pr35 { padding-right:35px !important; }
.pr40 { padding-right:40px !important; }
.pr45 { padding-right:45px !important; }
.pr50 { padding-right:50px !important; }

.pb0  { padding-bottom:0px !important; }
.pb5  { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb25 { padding-bottom:25px !important; }
.pb30 { padding-bottom:30px !important; }
.pb35 { padding-bottom:35px !important; }
.pb40 { padding-bottom:40px !important; }
.pb45 { padding-bottom:45px !important; }
.pb50 { padding-bottom:50px !important; }
.pb250 { padding-bottom:250px !important; }
.pb300 { padding-bottom:300px !important; }
.pb350 { padding-bottom:350px !important; }
.pb400 { padding-bottom:400px !important; }

.pl0  { padding-left:0px !important; }
.pl5  { padding-left:5px !important; }
.pl10 { padding-left:10px !important; }
.pl15 { padding-left:15px !important; }
.pl20 { padding-left:20px !important; }
.pl25 { padding-left:25px !important; }
.pl30 { padding-left:30px !important; }
.pl35 { padding-left:35px !important; }
.pl40 { padding-left:40px !important; }
.pl45 { padding-left:45px !important; }
.pl50 { padding-left:50px !important; }

/*
Text Align
-------------------------------------------------------------------------*/
.taLeft { text-align:left !important; }
.taCenter { text-align:center !important; }
.taRight { text-align:right !important; }

/*
 Vertical Align
-------------------------------------------------------------------------*/
.vat { vertical-align:top !important; }
.vam { vertical-align:middle !important; }
.vab { vertical-align:bottom !important; }

/*
 float
-------------------------------------------------------------------------*/
.floLeft { float:left; }
.floRight { float:right; }
.clear { clear:both; }

/*
div widths
-------------------------------------------------------------------------*/
.w10 { width:10px !important; }
.w20 { width:20px !important; }
.w30 { width:30px !important; }
.w40 { width:40px !important; }
.w50 { width:50px !important; }
.w60 { width:60px !important; }
.w70 { width:70px !important; }
.w80 { width:80px !important; }
.w90 { width:90px !important; }
.w100 { width:100px !important; }
.w110 { width:110px !important; }
.w120 { width:120px !important; }
.w130 { width:130px !important; }
.w135 { width:135px !important; }
.w140 { width:140px !important; }
.w146 { width:146px !important;}
.w150 { width:150px !important; }
.w160 { width:160px !important; }
.w170 { width:170px !important; }
.w180 { width:180px !important; }
.w190 { width:190px !important; }
.w200 { width:200px !important; }
.w210 { width:210px !important; }
.w220 { width:220px !important; }
.w230 { width:230px !important; }
.w240 { width:240px !important; }
.w250 { width:250px !important; }
.w260 { width:260px !important; }
.w270 { width:270px !important; }
.w280 { width:280px !important; }
.w290 { width:290px !important; }
.w300 { width:300px !important; }
.w302 { width:302px !important; }
.w310 { width:310px !important; }
.w320 { width:320px !important; }
.w330 { width:330px !important; }
.w340 { width:340px !important; }
.w350 { width:350px !important; }
.w360 { width:360px !important; }
.w370 { width:370px !important; }
.w380 { width:380px !important; }
.w390 { width:390px !important; }
.w400 { width:400px !important; }
.w410 { width:410px !important; }
.w420 { width:420px !important; }
.w430 { width:430px !important; }
.w440 { width:440px !important; }
.w450 { width:450px !important; }
.w460 { width:460px !important; }
.w470 { width:470px !important; }
.w480 { width:480px !important; }
.w490 { width:490px !important; }
.w500 { width:500px !important; }
.w510 { width:510px !important; }
.w520 { width:520px !important; }
.w530 { width:530px !important; }
.w540 { width:540px !important; }
.w550 { width:550px !important; }
.w560 { width:560px !important; }
.w570 { width:570px !important; }
.w580 { width:580px !important; }
.w590 { width:590px !important; }
.w600 { width:600px !important; }
.w610 { width:610px !important; }
.w620 { width:620px !important; }
.w630 { width:630px !important; }
.w640 { width:640px !important; }
.w650 { width:650px !important; }
.w660 { width:660px !important; }
.w670 { width:670px !important; }
.w680 { width:680px !important; }
.w690 { width:690px !important; }
.w700 { width:700px !important; }
.w710 { width:710px !important; }
.w720 { width:720px !important; }
.w730 { width:730px !important; }
.w740 { width:740px !important; }
.w750 { width:750px !important; }
.w760 { width:760px !important; }
.w770 { width:770px !important; }
.w780 { width:780px !important; }
.w790 { width:790px !important; }
.w800 { width:800px !important; }
.w810 { width:810px !important; }
.w820 { width:820px !important; }
.w830 { width:830px !important; }
.w840 { width:840px !important; }
.w850 { width:850px !important; }
.w860 { width:860px !important; }
.w870 { width:870px !important; }
.w880 { width:880px !important; }
.w890 { width:890px !important; }
.w900 { width:900px !important; }
.w910 { width:910px !important; }
.w920 { width:920px !important; }
.w930 { width:930px !important; }
.w940 { width:940px !important; }
.w950 { width:950px !important; }
.w960 { width:960px !important; }
.w970 { width:970px !important; }
.w980 { width:980px !important; }
.w990 { width:990px !important; }
.w1000 { width:1000px !important; }

/*
Borders
-------------------------------------------------------------------------*/
.bd {border: 1px solid #D2D7DC}
.bdt {border-top: 1px solid #D2D7DC}
.bdr {border-right: 1px solid #D2D7DC}
.bdl {border-left: 1px solid #D2D7DC}
.bdn {border:none !important;}
.bdtDas { border-top:1px dashed #D2D7DC; }


/* ------------------------------------------------------------------------------- */
/*  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/site/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/site/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;
    }

	.bottnav {
		background: #525358 url(../images/site/bg_pattern.jpg);
	}
	
    .u-bottMenu {
        text-align: center;
		vertical-align:central;
    }
    .u-bottMenu > 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-bottMenu li {
        position: relative;
    }
    .u-bottMenu > ul > li a {
        color: #85888c;
        border-color: #4b4e52;
    }
    .u-bottMenu > ul > li a:hover, .u-bottMenu > ul > li .act {
        color: #fff;
        border-color: #fff;
    }
    .u-bottMenu > ul > li li a:hover, .u-bottMenu > ul > li li .act {
        color: #6c6c6c;
        border-color: #d6dde3;
    }
    .u-bottMenu 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-bottMenu li.hover > ul {
        display: block;
    }
    .u-bottMenu ul ul:after {
        content: '';
        display: block;
        width: 17px;
        height: 11px;
        position: absolute;
        top: -11px;
        left: 20px;
        background: url(../images/site/menu_arr.png);
    }
    .u-bottMenu ul ul ul {
        top: -12px;
        left: 190px;
    }
    .u-bottMenu ul ul ul:after {
        display: none;
    }
    .u-bottMenu ul ul li {
        margin: 0 0 7px;
        padding: 0 20px;
        text-shadow: none;
    }
    .u-bottMenu ul ul li a {
        color: #303030;
        border-color: #bec5cc;
    }
    .u-bottMenu ul ul li i {
        position: absolute;
        right: 14px;
        color: #85888c;
        font-style: normal;
    }


/* ------------------------------------------------------------------------------- */
/*  4. Main Content
/* ------------------------------------------------------------------------------- */

    .strip {
		position: relative;
		background-color:#FFF;
		margin-top: -30px;
	}
	
	.img-strip {
				border-top: 2px solid #999999;
				border-bottom: 2px solid #999999;
				behavior: url(js/PIE.htc);
	}
	
	.l-content {
        background: url(../images/site/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/site/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/site/menu_shadow_top.png) 50% 0 no-repeat;
        background: url(../images/site/menu_shadow_top.png) 50% 0 no-repeat, url(../images/site/menu_shadow_btm.png) 50% 100% no-repeat, url(../images/site/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/site/menu_shadow_top.png) 50% 0 no-repeat;
        -pie-background: url(../images/site/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 10px;
        background: url(../images/site/sideBar_topGrad.png) repeat-x;
    }
    .l-col-grad {
        background: url(../images/site/sideBar_topGrad.png) repeat-x;
    }
    .l-sidebar-wrap-right {
        background: #f5f5f5 url(../images/site/content_btmGrad.png) 0 100% repeat-x;
        margin: 0 0 50px;
    }
    .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);
		vertical-align:central;
    }
    .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/site/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;
    }
	
		a.inline {
		text-decoration: underline;
		color:#2B2B2B;
	}
	
	a.inline:hover {
		text-decoration: none;
	    color: #D71921;
	}


    /*  Homepage Tabs  --------------------------------*/

    .b-advanatges {
        margin: 0 4% 0;
        padding: 40px 0 20px;
        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;
	padding: 0px 0 20px;
	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: #666;
    }
    .b-advanatgesTabs .b-advanatges-item-title {
        margin: 0 0 10px;
    }
    .b-advanatgesTabs-title {
	font-size: 28px;
	font-weight: bold;
	color: #D71920;
	text-align: center;
    }
    .b-advanatgesTabs-ajaxBody {
	padding: 10px 0;
	border-bottom: 2px solid #999999; 
	border-top: 2px solid #999999; 
	border-left: 2px solid #999999; 
	border-right: 2px solid #999999;
	background: #eeeff2;
	-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-advanatgesTabs-subTitle {
        font-size: 18px;
		text-align: center;
        margin: -10px 15% 25px;

    }
    .b-advanatgesTabs-body-img {
        float: left;
        margin: 0 20px 20px 20px;
    }
    .b-advanatgesTabs-body-img img {
	max-width: 100%;
	display: block;
    }
    .b-advanatgesTabs-body-text {
	font-size: 16px;
	overflow: hidden;
	padding: 10px 60px 0 -50px;        
	color: #949494;
    }
    .b-advanatgesTabs-body-more {
        margin-top: 15px;
        text-align: left;
    }


    /*  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/site/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/site/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/site/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/site/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: 300px;
    }
    .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/site/zoom.png) 50% 50%;
    }
    .b-portfolio-item-description-w {
        vertical-align: bottom;
        margin: 130px 0 0 -300px;
        padding: 90px 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/site/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/site/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/site/sideBlock_bg.png) repeat-x;
    }
    .b-portfolio-onPage_shadow {
        background: url(../images/site/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/site/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/site/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/site/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/site/posts_separator.png) repeat-x 0 100%;
        padding: 35px 30px 60px;
        margin: 0;
        position: relative;
    }
    .b-post-item-first {

    }

    .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/site/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/site/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/site/sideBlock_bg.png) 0 100% repeat-x;
        font-size: 13px;
        line-height: 19px;
    }
    
    .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/site/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;
    }
	
	.b-tweetList-item-head {
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
    }

	a.b-tweetList-item-head {
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
    }
	
	a.b-tweetList-item-head:hover {
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
    }

    /*  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/site/form_buttons.png) 100% 0;
        height: 47px;
        float: left;
    }
    .b-button-title {
        background: url(../images/site/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/site/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/site/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-yt { background-position: -342px -9px; }
    .b-socialShare-yt:hover { background-position: -342px -48px; }
    .b-socialShare-yt: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-yt, .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/site/icons-share-color.png'); }

    .b-socialShare-title {
        word-spacing: normal;
    }


    /*  Notifications  --------------------------------*/

    .b-notice, .b-question, .b-success, .b-info {
        font-size: 13px;
        color: #212121;
        border: 1px solid #e0e0e0;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        padding: 20px 30px 20px 95px;
        background: #fff url(../images/site/icon-notice.png) 30px 15px no-repeat;
        min-height: 27px;
    }
    .b-question {
        background-image: url(../images/site/icon-question.png);
    }
    .b-success {
        background-image: url(../images/site/icon-success.png);
    }
    .b-info {
        background-image: url(../images/site/icon-info.png);
    }


    /*  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/site/bullets.png) -21px -30px no-repeat;
    }
    .list-circle li.act {
        background: url(../images/site/bullets.png) -49px -2px no-repeat;
    }
    .list-circle-orange li {
        background: url(../images/site/bullets.png) -49px -2px no-repeat;
    }
    .list-circle-orange li.act {
        background: url(../images/site/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/site/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/site/sideBlock_bg.png) repeat-x;
        border: none;
        margin: 0;
    }
    .b-accordion-gray .b-accordion-section:last-of-type {
        background: url(../images/site/sideBlock_bg.png) repeat-x, url(../images/site/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 {
        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: 40px auto;
        position: relative;
        text-align: center;
        width: 964px;
        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: 180px;
    }
    .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: 240px;
    }
    .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/site/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
/* ------------------------------------------------------------------------------- */

    a.footer {
        color: #6c6c6c;
        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.footer:hover {
        color: #303030;  border-bottom-color: transparent;}
	
	.l-footer {
        clear: both;
        overflow: hidden;
    }
    .l-footer-i {
        padding: 5px 10px;
        font-size: 13px;
        line-height: 19px;
    }
    .l-footer-copy {
        float: left;
        width: 50%;
		padding-bottom: 10px;
    }
    .l-footer-contacts {
        float: right;
        width: 50%;
    }
    .l-footer-news {
        float: left;
        width: 50%;
    }
    .l-footer-news-list{
        margin: 0;
    }
    .l-footer-news-caption {
        font-size: 13px;
        margin: 0 0 10px;
    }
    .l-footer-news-item {
        list-style: none;
        padding-left: 20px;
        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/site/sideBlock_bg.png) 0 100% repeat-x;
        text-align: center;
    }





/* ------------------------------------------------------------------------------- */
/*  11. Fancybox & Iotope
/* ------------------------------------------------------------------------------- */

    /*  Fancybox  --------------------------------*/

    #fancybox-close {
        border: none;
        background: url(../images/site/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/site/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/site/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/site/content_btmGrad.png) 0 100% repeat-x;
        }
        .l-title {
            background: url(../images/site/menu_bg_grad.png) 50% 133px repeat-x;
            background: url(../images/site/menu_shadow_btm.png) 50% 100% no-repeat, url(../images/site/menu_bg_grad.png) 50% 133px repeat-x;
            -pie-background: url(../images/site/menu_shadow_btm.png) 50% 100% no-repeat, url(../images/site/menu_bg_grad.png) 50% 133px repeat-x;
        }
        .l-50 {
            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/site/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: 0px;
        }
        .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/site/form_buttons_480.png) 100% 0;
            height: 33px;
        }
        .b-button-title {
            font-size: 12px;
            background: url(../images/site/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: 218px;
        }
        .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/site/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/site/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/site/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/site/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/site/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/site/form_buttons_320.png) 100% -2px;
            height: 15px;
        }
        .b-homeSlideshow .b-button-title {
            font-size: 5px;
            background: url(../images/site/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/site/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: 99px;
            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;
        }
}
