/**
 * Project - main CSS Stylesheet
 *
 * @project Creatorica
 * @version 3.2
 * @date 11.06.2014 10:21:26
 * @author janrenn <renner@cyberfox.cz>
 * @author pavekrej <krejci@cyberfox.cz>
 * @copyright Cyber Fox, s.r.o. 2012-present
 */

/**
 * ---------------
 * @section Global
 * -----------------
 */
html, body {

}
body {
    position: relative;
    padding-bottom: 70px;
}
body.black {
    background: #232323 url('/themes/default/images/noise_bg.jpg');
    color: #eee;
    font-size: 14px;
    line-height: 2;
}
article, aside, figcaption, figure, footer, header, hgroup, nav, nav ul, nav li, menu, menu li section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
}
::selection {
    background: #f23622;
    color: #fff;
}
::-moz-selection {
    background: #f23622;
    color: #fff;
}
body .left, body .f-l {
    float: left;
}
body .right, body .f-r {
    float: right;
}
body .text-left, body .t-l {
    text-align: left;
}
body .text-right, body .t-r {
    text-align: right;
}
body .text-center, body .t-c {
    text-align: center;
}
body .center {
    display: block;
    margin: 0 auto;
}
body .v-t, body .vertical-top {
    vertical-align: top;
}
body .v-b, body .vertical-bottom {
    vertical-align: bottom;
}
body .v-m, body .vertical-middle {
    vertical-align: middle;
}
body .hide, .js .hide-if-js, .no-js .hide-if-no-js, body .fade-in-onload {
    display: none;
}
body .force-hide, .js .force-hide-if-js, .no-js .force-hide-if-no-js {
    display: none !important;
}
body .invisible, .js .invisible-if-js, .no-js .invisible-if-no-js {
    visibility: hidden;
}
.nomargin {
    margin: 0 !important;
}
.blind, .bf, hr, .preload {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -4000px;
}
a {
    text-decoration: underline;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
body.black a {
    color: #fff;
}
.ie:not(#oldie) input:focus,
.ie:not(#oldie) textarea:focus,
.ie:not(#oldie) select:focus {
    outline: none;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* FF */
    color: #666 !important; /*intentionally different (darker) value*/
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* ie10 */
    color: #999 !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome */
    color: #999 !important;
}
input.placeholder, textarea.placeholder { /* ie7-9 */
    color: #999 !important;
}
input.operaplaceholder, textarea.operaplaceholder,
input.webkitplaceholder, textarea.webkitplaceholder,
input.mozillaplaceholder, textarea.mozillaplaceholder,
input.ieplaceholder, textarea.ieplaceholder { /* helper class */
    color: #999 !important;
}

.overflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
big, .big {
    font-size: 1.11em;
    line-height: 0;
    padding: 0 1px;
    white-space: nowrap;
}
.divider {
    padding: 0 .3em;
}
.overflow-y-hidden {
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}
#top {
    overflow: hidden;
}


/**
 * ------------------
 * @section Typography
 * ---------------------
 * font-family:'Proxima N W02 Bold';
 * font-family:'Proxima N W02 Reg';
 */
body, button, .btn {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
}


/**
 * -----------------------------
 * @section Bootstrap overwrites
 * --------------------------------
 * Rules can be directly copied from bootstrap.css with their values changed
 * to customize theme according to the project.
 */
/* IMPORTANT: bootstrap responsive images was removed modifying original bootstrap file! */
img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.responsive img {
    max-width: 100%;
    width: auto\9;
    height: auto;
}
a.btn {
    text-decoration: none !important;
    outline: none !important;
}
.blockquote {
    border-color: #ddd;
}
blockquote p {
    font-weight: 500;
}


/**
 * ---------------------
 * @section Transitions
 * -----------------------
 */
.trans, .navigation .nav a, .navigation .nav li span, .navigation a.rss, .row.menu .logo a img, .footer a, .leftbar .logo a img,
.tags li a, .context-navigation a, .content-raw a, body.black .list-loader a, .projects-list ul li a,
.contacts-list li a, .blog-entries ul li a .description, input[type="text"], input[type="password"], textarea,
.footer .signature.cyberfox a img, .similar-blog .context-navigation a .description, .tags-back-link a b,
a.flash-bar, .flash-bar .close {
    -webkit-transition: all 0.16s linear;
    -moz-transition: all 0.16s linear;
    -ms-transition: all 0.16s linear;
    -o-transition: all 0.16s linear;
    transition: all 0.16s linear;
}
.notrans, .js .raw-carousel .controls li a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: all 0 linear;
    transition: none;
}


/**
 * ---------------
 * @section Layout
 * -----------------
 */
.col {
    display: block;
}
.main-wrapper {
    min-width: 1090px;
}
/**
 * @subsection Header
 * --------------------
 */
.header-wrapper {
    position: relative;
    z-index: 2;
    top: 0;
    /*box-shadow: 0 20px 20px -20px rgba(0,0,0,.5);*/
    height: 490px;
    *zoom: 1;
}
body.white .header-wrapper {
    margin-bottom: 12px;
}
.header-wrapper .shadows {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 30px;
    bottom: -30px;
    /*display: none !important;*/
}
body.black .header-wrapper .shadows {
    height: 20px;
    bottom: -20px;
}
.header-wrapper .shadow-left,
.header-wrapper .shadow-right {
    display: block;
    width: 50%;
    height: 30px;
    background: transparent url('/themes/default/images/shadows_black.png') 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.safari .header-wrapper .shadow-left {
    width: 50.07%;
}
.header-wrapper .shadow-right {
    background-position: right 0;
    left: auto;
    right: 0;
}
.opera .header-wrapper .shadow-left,
.opera .header-wrapper .shadow-right {
    width: 49.999%;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    float: left;
}
body.black .header-wrapper .shadow-left,
body.black .header-wrapper .shadow-right {
    height: 20px;
}
body.white .header-wrapper .shadow-left,
body.white .header-wrapper .shadow-right {
    background-image: url('/themes/default/images/shadows_white.png');
}
.header-wrapper .shadow-mid {
    background: transparent url('/themes/default/images/shadows_black.png') center 0 no-repeat;
    display: block;
    width: 1060px;
    margin: 0 auto;
    height: 20px;
    position: relative;
    z-index: 3;
    opacity: .7;
    filter: alpha(opacity=70);
}
.opera .header-wrapper .shadow-mid {
    margin-bottom: -20px;
}
body.white .header-wrapper .shadow-mid {
    display: none;
}
.header-wrapper > .backgrounds,
.header-wrapper > .backgrounds > div,
.header-wrapper > .items {
    height: 490px;
    position: relative;
    background: transparent;
    background-position: center top;
}
.header-wrapper {
    background: #c5c8c1 url('/themes/default/images/loading_header.gif') center center no-repeat;
}
.header-wrapper > .items {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.header-wrapper > .border-top,
.header-wrapper > .border-bottom {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url('/themes/default/images/header_border_bg.png') center 0;
    z-index: 999999;
}
.header-wrapper > .border-bottom {
    bottom: 0;
    top: auto;
}
.header-wrapper .container {
    position: relative;
}
.row.header > .col {
    /*background: #bbb;*/
    min-height: 490px;
    position: relative;
}
.row.header > .col .texts {
    position: absolute;
    width: 1060px;
    height: 490px;
    left: 0;
    top: 0;
    z-index: 2;
}
.row.header > .col .texts,
.row.header > .col .texts * {
    color: #f9f9f9;
    line-height: 1.177778;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
}
/**
 * @subsection Menu
 * --------------------
 */
.menu-wrapper {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #444;
    border-top: 1px solid #707070;
    *zoom: 1;
}
.menu-wrapper > .inner {
    border-bottom: 2px solid #151515;
    padding-top: 0;
    background: transparent url('/themes/default/images/menu_black_bg.jpg') center bottom no-repeat;
}
.menu-wrapper > .inner > .inner {
    min-height: 86px;
    /*visibility: hidden;*/
}
.no-header .menu-wrapper > .inner > .inner {
    box-shadow: inset 0 16px 16px -16px rgba(0,0,0,.7);
}
/**
 * @subsection Backgrounds
 * -------------------------
 */
.content-wrapper.container {
    background: transparent url('/themes/default/images/site_black_bg.jpg') center 0 no-repeat;
    position: relative;
    min-height: 400px;
    z-index: 1;
}
body.white .content-wrapper.container {
    background: #fff;
    padding-top: 18px;
}
.content-wrapper.container > .columns {
    /*visibility: hidden;*/
}
/**
 * @subsection Flash bar
 * -------------------------
 */
.flash-bar {
    display: block;
    background: #f3fb00;
    text-decoration: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    padding: 0;
    border: 0;
    text-shadow: none;
}
a.flash-bar:hover {
    background: #f3f600;
}
.flash-bar .container div {
    text-transform: uppercase;
    color: #111;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 80px 6px 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flash-bar .container {
    position: relative;
}
.flash-bar .close {
    position: absolute;
    right: 54px;
    top: 1px;
    color: #111;
    font-size: 33px;
    font-weight: 500;
    opacity: 1;
    filter: none;
    padding: 3px 2px;
}
.flash-bar .close:hover {
    color: #f23622;
}
.flash-bar + .placeholder {
    display: none;
}
.flash-bar.visible + .placeholder {
    display: block;
    width: 100%;
    height: 7px;
}
.no-header .flash-bar.visible + .placeholder {
    height: 14px;
}


/**
 * --------------------
 * @section RAW content
 * ----------------------
 * RAW content be defined here, with no namespace
 */
h1, h2, h3, h4, h5, h6 {
    color: #111;
    font-weight: 400;
    font-size: 2.35em;
    line-height: 1.27777;
    margin: 18px 0 10px;
    letter-spacing: .033em;
}
.blog-detail h1 {
    font-size: 2.21em;
    line-height: 1.28;
}
h1:first-child {
    padding-top: 11px;
    margin-bottom: .55em;
}
h2, h3, h4, h5, h6 {
    font-size: 2.25em;
    line-height: 1.16;
    text-transform: uppercase;
    font-weight: 500;
}
h3, h4, h5, h6 {
    font-size: 1.6em;
    line-height: 1.17;
}
h4, h5, h6 {
    font-size: 1.125em;
    line-height: 1.2;
}
h5, h6 {
    font-size: 1em;
    line-height: 1.47;
    margin-top: 16px;
    font-weight: 700;
}
h6 {
    margin-bottom: 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child,
h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
    margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

body.black h1, body.black h2, body.black h3, body.black h4, body.black h5, body.black h6 {
    color: #eee;
}
p, ul, ol, table {
    margin-bottom: 20px;
}
ul, ol {
    margin-left: 30px;
    margin-right: 30px;
}
.left > img, .left > a > img, img.left {/* left and right according to grid's gutter */
    margin: 1px 20px 7px 0;
}
.right > img, .right > a > img, img.right {
    margin: 1px 0 7px 20px;
}
img.left {/* according to bottom margin of paragraphs */
    margin-bottom: 20px;
}
img.right {
    margin-bottom: 20px;
}
.perex {
    font-size: 1.5em;
    line-height: 1.2;
    padding-right: 1em;
}
/**
 * @subsection Tables
 * --------------------
 */
.table.table-auto {
    width: auto;
    min-width: 50%;
}
/**
 * @subsection Forms
 * --------------------
 */
input[type="text"], input[type="password"], textarea {
    width: 500px;
    border-radius: 1px;
    border-color: #fff !important;
    box-shadow: inset 1px 1px 9px rgba(0,0,0,.44);
    padding: 10px;
    background: #f1f1f1;
    font-size: 15px;
}
.opera input[type="text"], .opera input[type="password"], textarea,
.mozilla input[type="text"], .mozilla input[type="password"], textarea {
    box-shadow: inset 1px 1px 9px rgba(0,0,0,.4);
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    /*box-shadow: inset 1px 1px 9px rgba(0,0,0,.44), 0 0 10px rgba(255,255,255,.88);*/
    box-shadow: inset 1px 1px 9px rgba(0,0,0,.4);
    background: #fff;
}
.opera input[type="text"]:focus, .opera input[type="password"]:focus, textarea:focus,
.mozilla input[type="text"]:focus, .mozilla input[type="password"]:focus, textarea:focus {
    /*box-shadow: inset 1px 1px 9px rgba(0,0,0,.4), 0 0 9px rgba(255,255,255,.88);*/
}
textarea {
    resize: vertical;
    min-height: 152px;
}
span.btn-wrapper {
    background: #121213;
    padding: 3px 5px 4px;
    display: inline-block;
    border: 1px solid black;
    border-color: #000 #303030 #444;
}
.mozilla span.btn-wrapper, .opera span.btn-wrapper {
    padding: 2px 5px 4px;
}
input[type="submit"].btn {
    border-radius: 1px;
    color: #ccc;
    margin: 0;
    padding: 6px 50px 5px;
    font-size: 14px;
    text-shadow: 0 0 20px white;
    text-transform: uppercase;
    color: #e9e9e9;
    font-weight: 400;
    letter-spacing: .05em;
    outline: none !important;
}
.contact-form {
    padding-bottom: 33px;
}
.flashMessage {
    border-radius: 2px;
    position: relative;
    border-color: #efe;
}
.flashMessageClose {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 44px;
    line-height: 19px;
}
.errorMessage {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    position: relative;
    top: -7px;
    color: #c20;
}
.errorMessage:before {
    /*content: '\00d7';
    font-size: 52px;
    color: #c20;
    padding-right: 4px;
    line-height: 0;
    position: relative;
    top: 10px;*/
}
.error > input, input.error, .error > textarea, textarea.error {
    border: 2px solid #c20 !important;
    margin: -1px -1px 9px -1px;
}


/**
 * ----------------
 * @section Content
 * ------------------
 */
/**
 * @subsection RAW content specials
 * ------------------------------------
 * Remember to add class to HTML editor content body: content-raw
 */
body.black .content-raw {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
}
body.white .content-raw p,
body.white .content-raw ul,
body.white .content-raw ol {
    font-size: 14px;
    letter-spacing: .055em;
    line-height: 1.75;
}
.content-raw h1, .content-raw h2, .content-raw h3, .content-raw h4, .content-raw h5, .content-raw h6 {
    clear: both;
}
.content-raw ul li,
.content-raw ol li {
    padding-top: 4px;
    padding-bottom: 4px;
}
.tags ul.tags-list, .tags li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tags ul.tags-list {
    padding: 0 0 24px;
}
.tags ul.tags-list li {
    float: left;
    margin: 0 8px 10px 0;
}
.tags li a {
    display: block;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #f3f3f3;
    text-decoration: none;
    font-size: 11px;
    padding: 4px 19px;
    color: #333;
}
.tags li a:hover, .tags li a:focus {
    border-color: #d2d2d3;
    /*box-shadow: 0 0 7px rgba(0,0,0,.11);*/
}
body.black .tags li a {
    border: 1px solid #000;
    border-radius: 7px;
    background: #202020;
    text-decoration: none;
    font-size: 12px;
    padding: 2px 13px;
    color: #ccc;
    text-transform: uppercase;
    border-color: #111 #333 #555;
}
body.black .tags li a:hover, body.black .tags li a:focus {
    /*box-shadow: 0 0 6px rgba(255,255,255,.44);*/
    background: #171717;
}
body.black.opera .tags li a:hover, body.black.opera .tags li a:focus,
body.black.mozilla .tags li a:hover, body.black.mozilla .tags li a:focus {
    /*box-shadow: 0 0 5px rgba(255,255,255,.44);*/
}
body.black .tags ul.tags-list {
    padding: 9px 11px 7px;
}
p.caption {
    border: 1px solid #eee;
    border-radius: 9px;
    background: #f9f9f9;
    /*font-size: 12px;*/
    padding: 13px 17px;
    margin-top: -8px;
}
body.white .content-raw a {
    text-decoration: none;
    padding: 2px 4px 2px;
    background: #f7ff00;
    border: 0 solid #f3fb00;
    border-radius: 1px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
body.white .content-raw a:hover, body.white .content-raw a:focus {
    background: #f3f600;
}
body.white .content-wrapper .content-raw img {
    border: 1px solid #dedede;
    border-radius: 11px;
}
body.black .content-raw a {
    text-decoration: none;
    padding: 1px 4px 1px;
    background: #f7ff00;
    border: 0 solid #f3fb00;
    border-radius: 1px;
    color: #000;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
body.black .content-raw a:hover, body.black .content-raw a:focus {
    background: #ed0;
}
body.js .content-raw a.wraps-image,
body.mceContentBody .content-raw a.wraps-image {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
h1.list-heading,
h2.list-heading,
h1.detail-heading,
h2.detail-heading {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 9px 10px;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
h1.detail-heading,
h2.detail-heading {
    padding: 35px 0 27px;
}
.detail {
    padding-bottom: 24px;
}
.tags {
    padding-top: 12px;
}
.tags-back-link a {
    text-transform: uppercase;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 0 7px;
}
.tags-back-link a b {
    font-weight: 700;
    color: #c3c3c3;
}
.tags-back-link a:hover b,
.tags-back-link a:focus b {
    color: #f3f3f3;
}
.tags-back-link {
    padding: 23px 0 13px;
}
/**
 * @subsection Contacts
 * ------------------------
 */
.contacts-list, .contacts-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contacts-list {
    border-top: 2px solid #1a1a1a;
    border-bottom: 1px solid #444;
}
.contacts-list li {
    border-bottom: 2px solid #1a1a1a;
    border-top: 1px solid #444;
}
.contacts-list li a {
    display: block;
    padding: 9px 8px 7px 46px;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .05em;
    color: #ccc;
    background: transparent url('/themes/default/images/contact_icons.png') 0 0 no-repeat;
}
.contacts-list li a:hover, .contacts-list li a:focus {
    color: #fff;
}
.contacts-list li + li a {
    background-position: 0 -40px;
}
.contacts-list li + li + li a {
    background-position: 0 -80px;
}
.contacts-list li + li + li + li a {
    background-position: 0 -120px;
}
.contacts-list li + li + li + li + li a {
    background-position: 0 -160px;
}
.contacts-list li + li + li + li + li + li a {
    background-position: 0 -200px;
}
.contacts-list li + li + li + li + li + li + li a {
    background-position: 0 -240px;
}
/**
 * @subsection Blog
 * --------------------
 */
.blog-homepage .tags-list {
    margin-right: 20px !important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 30px !important;
}
.blog-homepage .tags-list li a {
    padding: 8px 18px 6px 46px;
    background-image: url('/themes/default/images/tag_icons.png');
    background-position: 0 0 !important;
    -webkit-transition: color 0.16s linear;
    -moz-transition: color 0.16s linear;
    -ms-transition: color 0.16s linear;
    -o-transition: color 0.16s linear;
    transition: color 0.16s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog-homepage .tags-list li.active a {
    background-position: 0 -40px !important;
    color: #fff;
}
.blog-homepage .tags-list li a:hover,
.blog-homepage .tags-list li a:focus {
    background-position: 0 -80px !important;
}
.blog-homepage .tags-list li.active a:hover,
.blog-homepage .tags-list li.active a:focus {
    background-position: 0 -120px !important;
    color: #ccc;
}
h1.blog-heading {
    padding: 25px 9px 19px;
}
.blog-detail {
    padding-top: 5px;
}
.portfolio-detail {
    padding-top: 3px;
}
/*master tag*/
/*.blog-homepage .tags-list {
    border-top: 0;
}
.blog-homepage .tags-list li:first-child {
    border-top: 0;
}
.blog-homepage .tags-list li:first-child a {
    background-image: none !important;
}
.blog-homepage .tags-list li:first-child a b {
    font-weight: 700;
}*/



/**
 * ----------------
 * @section List
 * ------------------
 */
ul.list, ul.list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/**
 * @subsection Project list
 * --------------------------
 */
.projects-list ul {
    margin: 0 -20px 20px 0;
}
.projects-list ul li {
    width: 520px;
    float: left;
    margin: 0 20px 3px 0;
    background: transparent url('/themes/default/images/projects_bg.png') center bottom no-repeat;
    padding-bottom: 16px;
}
.projects-list ul li a,
.similar-blog .context-navigation a {
    display: block;
    text-decoration: none;
    background: #111;
    position: relative;
}
.projects-list ul li a:hover, .projects-list ul li a:focus {
    /*box-shadow: 0 0 10px rgba(255,255,255,.23);*/
}
.opera .projects-list ul li a:hover, .opera .projects-list ul li a:focus,
.mozilla .projects-list ul li a:hover, .mozilla .projects-list ul li a:focus {
    /*box-shadow: 0 0 9px rgba(255,255,255,.23);*/
}
.projects-list ul li a:after,
.context-navigation a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url('/themes/default/images/projects_border.png') center 0;
    width: 520px;
    height: 1px;
}
.projects-list ul li a .heading,
.similar-blog .context-navigation a .heading {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    padding: 18px 12px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #e0e0e0;
}
/**
 * @subsection Blog list
 * --------------------------
 */
.blog-entries ul li {
    width: 250px;
    height: 450px;
    overflow: visible;
    background: transparent url('/themes/default/images/blog_bg.png') center bottom no-repeat;
    padding: 0 0 20px;
    margin-bottom: 0;
}
.blog-entries ul li a,
.similar-blog .context-navigation a {
    height: 449px;
    overflow: hidden;
    border-bottom: 1px solid #0d0d0d;
}
.blog-entries ul li a:hover, .blog-entries ul li a:focus {
    /*box-shadow: 0 0 10px rgba(255,255,255,.11);*/
}
.opera .blog-entries ul li a:hover, .opera .blog-entries ul li a:focus,
.mozilla .blog-entries ul li a:hover, .mozilla .blog-entries ul li a:focus {
    /*box-shadow: 0 0 9px rgba(255,255,255,.11);*/
}
.blog-entries ul li a .heading,
.similar-blog .context-navigation a .heading {
    font-size: 17px;
    white-space: normal;
    line-height: 24px;
    padding: 15px 12px 9px;
}
.blog-entries ul li a .description,
.similar-blog .context-navigation a .description {
    font-size: 12px;
    line-height: 17px;
    padding: 0 10px 13px 12px;
    letter-spacing: .05em;
    color: #636363;
    font-weight: 500;
}
.blog-entries ul li a:hover .description,
.blog-entries ul li a:focus .description,
.similar-blog .context-navigation a:hover .description,
.similar-blog .context-navigation a:focus .description {
    color: #9a9a9a;
}
.blog-entries ul li a:after,
.similar-blog .context-navigation a:after {
    width: 250px;
    background: transparent url('/themes/default/images/blog_border.png') center 0;
}
/**
 * @subsection Pagination
 * ------------------------
 */
.pagination {
    clear: both;
}
.pagination ul, .pagination ul li, .pagination ul li a {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    width: auto !important;
    height: auto;
}
.pagination ul li {
    background: transparent !important;
    margin-right: 3px;
}
.pagination a:after, .pagination .hidden {
    display: none !important;
}
/**
 * @subsection Loader
 * --------------------------
 */
.list-loader {
    padding: 0 0 16px;
}
body.black .list-loader a,
.pagination ul li a {
    display: block;
    margin: 0 auto;
    width: 530px;
    border: 1px solid #000;
    border-radius: 40px !important;
    background: #191919;
    text-decoration: none;
    font-size: 12px;
    line-height: 19px;
    padding: 6px 13px 5px;
    color: #c3c3c3;
    text-transform: uppercase;
    border-color: #000 #333 #636363;
    text-align: center;
    letter-spacing: .06em;
    -webkit-transition: background-color 0.16s linear, color 0.16s linear;
    -moz-transition: background-color 0.16s linear, color 0.16s linear;
    -ms-transition: background-color 0.16s linear, color 0.16s linear;
    -o-transition: background-color 0.16s linear, color 0.16s linear;
    transition: background-color 0.16s linear, color 0.16s linear;
}
body.black .list-loader a:hover, body.black .list-loader a:focus,
.pagination ul li a:hover, .pagination ul li a:focus {
    /*box-shadow: 0 0 7px rgba(255,255,255,.23);*/
    background-color: #131313;
    color: #c9c9c9;
}
body.black.mozilla .list-loader a:hover, body.black.mozilla .list-loader a:focus,
body.black.opera .list-loader a:hover, body.black.opera .list-loader a:focus {
    /*box-shadow: 0 0 6px rgba(255,255,255,.23);*/
}
body.black .list-loader a.loading {
    background-image: url('/themes/default/images/loading.gif');
    background-position: 6px 3px;
    background-repeat: no-repeat;
}
.pagination ul li.selected a,
body.black .list-loader a.disabled {
    background: transparent !important;
    color: #939393 !important;
    border-color: #555 #333 #000 !important;
    cursor: default;
}


/**
 * ----------------
 * @section Header
 * ------------------
 */
.row.menu .logo a, .row.menu .logo a img {
    display: block;
    padding: 0;
    border: 0;
}
.row.menu .logo a:hover img, .row.menu .logo a:focus img {
    opacity: .88;
    /*filter: alpha(opacity=88);*/
}
/**
 * @subsection Animatons
 * -----------------------
 */
/*controls*/
.header-controls-holder {
    position: relative;
    width: 1060px;
    margin: 0 auto;
    height: 0;
    z-index: 999999;
}
.header-controls {
    width: 1060px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.header-controls ul, .header-controls li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-controls ul {
    float: right;
    position: relative;
    top: -76px;
    right: 0;
    padding: 50px 0 0 60px;
    height: 27px;
    background-image: url('/themes/default/images/common/blank.png');
    /*background-color: red;*/
}
.header-controls li {
    float: left;
    padding: 4px;
}
.header-controls li.active {
    padding: 2px 1px 2px 2px;
}
.header-controls li a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 1px;
    background: #eee;
    position: relative;
    z-index: 999999;
    border-radius: 30px;
    box-shadow: inset 0 1px 1px black;
}
.header-controls li a:hover {
    box-shadow: 0 1px 4px white, inset 0 1px 1px black;
}
.header-controls li.active a {
    width: 13px;
    height: 13px;
    background: white;
    box-shadow: 0 0 4px white;
    border: 1px solid #eee;
}
/*items*/
.header-wrapper > .backgrounds > div,
.header-wrapper > .items > .dynamic-header-item {
    overflow: hidden;
    height: 490px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.header-wrapper > .backgrounds > div + div,
.header-wrapper > .backgrounds > div + * + div,
.header-wrapper > .items > .dynamic-header-item + .dynamic-header-item,
.header-wrapper > .items > .dynamic-header-item + * + .dynamic-header-item {
    display: none;
}/*
.header-wrapper > .backgrounds > div,
.header-wrapper > .items > .dynamic-header-item {
    display: none !important;
}*/


/**
 * ----------------------
 * @section RAW-carousels
 * ---------------------------
 */
.js .blog-detail .content-raw img + img,
.js .portfolio-detail .content-raw img + img {
    display: none;
}
.js .raw-carousel {
    position: relative;
    overflow: hidden;
}
.js .raw-carousel-item {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border: 0 !important;
}
/*controls*/
.js .raw-carousel .controls, .js .raw-carousel .controls li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.js .raw-carousel .controls {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 9px 17px;
    height: 20px;
    opacity: .7;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 999999;
}
.js .raw-carousel:hover .controls {
    opacity: 1;
}
.js .raw-carousel .controls li {
    float: left;
    padding: 4px;
    position: relative;
}
.js .raw-carousel .controls li.active {
    padding: 2px 1px 2px 2px;
}
.js .raw-carousel .controls li a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 1px;
    background: #eee;
    position: relative;
    z-index: 999999;
    border-radius: 30px;
    box-shadow: inset 0 1px 1px black;
    padding: 0;
}
.js .raw-carousel .controls li a:hover {
    box-shadow: 0 1px 4px white, inset 0 1px 1px black;
    background: #f3f3f3;
}
.js .raw-carousel .controls li.active a {
    width: 13px;
    height: 13px;
    background: white;
    box-shadow: 0 0 4px white;
    border: 1px solid #eee;
}


/**
 * ----------------------
 * @section Menu horizontal
 * ---------------------------
 */
.navigation {
    position: relative;
    overflow: hidden;
}
.navigation .nav {
    margin: 0;
    padding: 27px 0 0 0;
    margin-right: -18px;
}
.navigation .nav a {
    text-transform: uppercase;
    text-decoration: none;
    color: #d0d0d0;
    margin: 0;
    padding: 20px;
    font-size: 14px;
    letter-spacing: .033em;
    text-shadow: 0 1px 4px rgb(0,0,0);
    background: transparent;
    font-weight: 500;
}
.navigation .nav a:hover, .navigation .nav a:focus, .navigation .nav a.active {
    background: transparent;
}
.navigation .nav a:hover, .navigation .nav a:focus {
    color: #fcfcfc;
}
.navigation .nav li {
    position: relative;
}
.navigation .nav li span {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.navigation .nav li span + a + span {
    top: auto;
    bottom: 11px;
}
.navigation .nav li:hover span, .navigation .nav li.active span {
    top: 6px;
}
.navigation .nav li:hover span + a + span, .navigation .nav li.active span + a + span {
    top: auto;
    bottom: 6px;
}
.navigation .nav li:hover span, .navigation .nav li.active span {
    opacity: 1;
    filter: none;
}
.navigation .nav li span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #d9d9d9;
    position: relative;
    top: -11px;
    border-radius: 20px;
    box-shadow: 1px -2px 4px black;
}
.navigation a.rss {
    background: transparent url('/themes/default/images/rss-icon.png') 0 0 no-repeat;;
    width: 21px;
    height: 21px;
    display: block;
    margin: 45px 0 0 40px;
    opacity: 0.7;
    overflow: hidden;
    text-indent: -4000px;
}
.navigation a.rss:hover {
    opacity: 0.9;
}


/**
 * ----------------
 * @section Footer
 * ------------------
 */
.footer {
    border-top: 2px solid #151515;
    margin-top: 20px;
}
.footer > .inner {
    border-top: 1px solid #3d3d3d;
    background: transparent url('/themes/default/images/footer_black_bg.jpg') center 0 no-repeat;
    position: relative;
}
.footer .col {
    min-height: 200px;
    padding: 10px 0;
}
.footer .signature {
    padding: 0 9px 0 0;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    font-weight: 300;
    color: #777;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    letter-spacing: .05em;
    position: relative;
    top: -3px;
    letter-spacing: .06em;
}
.footer .signature:before, .footer .signature:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #777;
    border-radius: 10px;
    margin: 0 4px;
    position: relative;
    top: -3px;
}
.footer .signature.cyberfox:before, .footer .signature.cyberfox:after {
    display: none;
}
.footer .signature.cyberfox {
    position: absolute;
    left: 0;
    top: 17px;
    vertical-align: middle;
}
body.white .footer .signature.cyberfox {
    top: 19px;
}
.footer .signature.cyberfox a {
    display: inline-block;
    position: relative;
    top: -19px;
    padding: 0;
}
.footer .signature.cyberfox a img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.footer .signature.cyberfox a:hover img {
    opacity: .88;
}
.footer a {
    display: inline-block;
    padding-right: 4px;
    margin-right: -4px;
}
.footer a + a {
    padding-left: 4px;
    margin-left: -4px;
}
.footer a:hover {
}
.footer .container {
    position: relative;
}
a.totop {
    display: block !important;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 480px;
    top: 2px;
}
.footer .signature a {
    color: #777;
    display: inline;
    padding-right: 0;
    margin-right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
    padding: 4px 1px;
}
.footer .signature a:hover, .footer .signature a:focus {
    color: #999;
}
/**
 * @subsection White
 * --------------------
 */
body.white .footer {
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
}
body.white .footer > .inner {
    border-top: 1px solid #d2d2d2;
    background-image: url('/themes/default/images/footer_white_bg.png');
}
body.white .footer .signature {
    color: #333130;
    text-shadow: none;
    top: 1px;
}
body.white .footer .signature:before, body.white .footer .signature:after {
    background: #999;
}
body.white .footer .signature a {
    color: #333130;
    text-shadow: none;
}
body.white .footer .signature a:hover, body.white .footer .signature a:focus {
    color: #030100;
}


/**
 * ----------------
 * @section Leftbar
 * ------------------
 */
.leftbar .logo a {
    display: block;
    margin-left: -10px;
}
.leftbar .logo a:hover img,
.leftbar .logo a:focus img {
    opacity: .8;
}
.leftbar ul.menu, .leftbar .menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.leftbar ul.menu {
    padding: 30px 16px 0 0;
    margin-bottom: 20px;
}
.leftbar .menu li a {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .033em;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 15px;
    position: relative;
}
.leftbar .menu li a:before,
.leftbar .menu li a:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    left: -7px;
    top: -2px;
}
.leftbar .menu li a:after {
    left: 6px;
}
.leftbar .menu li.active a:before,
.leftbar .menu li.active a:after,
.leftbar .menu li a:hover:before,
.leftbar .menu li a:hover:after,
.leftbar .menu li a:focus:before,
.leftbar .menu li a:focus:after {
    background: #222;
}
.leftbar .menu li.active a,
.leftbar .menu li a:hover,
.leftbar .menu li a:focus {
    color: #000;
}
.context-navigation .col {
    padding-bottom: 20px;
    background: #fff url('/themes/default/images/similar_bg.png') center top no-repeat;
    margin-top: 10px;
}
.context-navigation a, .context-navigation img {
    display: block;
    border: 0;
}
.context-navigation a {
    box-shadow: 1px 1px 0 rgba(0,0,0,.2);
    background-color: #111;
    position: relative;
}
.context-navigation a:hover, .context-navigation a:focus {
    /*box-shadow: 1px 1px 11px rgba(0,0,11,.21);*/
}
h4.similar, .no-similar {
    padding: 1px 10px 4px;
    margin-top: 0;
}
.similar-blog h4.similar {
    font-weight: 600;
    padding-left: 0;
}
.no-similar {
    font-size: 13px !important;
}
.similar-blog .no-similar {
    padding-left: 0;
}
.no-similar a {
    display: inline !important;
    box-shadow: none !important;
    color: #111 !important;
}
.similar-blog {
    padding-left: 180px;
    position: relative;
    top: -20px;
    padding-bottom: 30px;
}
.similar-blog .row > .col {
    margin-left: 64px;
    background: transparent url('/themes/default/images/similar_post_bg.png') 0 bottom no-repeat;
}
.similar-blog .row > .col:first-child {
    margin-left: 20px;
}
.similar-blog .context-navigation a {
    border-bottom: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.8);
    color: #fff;
}
.mozilla .similar-blog .context-navigation a {
    box-shadow: 0 1px 1px rgba(0,0,0,.6);
}
.ie .similar-blog .context-navigation a {
    box-shadow: 0 1px 2px rgba(0,0,0,.7);
}
.similar-blog .context-navigation a:after {
    background-color: rgba(0,0,0,.07);
}
.similar-blog .context-navigation a .heading {
    color: #e4e4e4;
}
.similar-blog .context-navigation a .description {
    color: #696969;
}
.similar-blog .context-navigation a:hover .description,
.similar-blog .context-navigation a:focus .description {
    color: #a1a1a1;
}
.no-similar a:after {
    display: none !important;
}
/*remove shine on white backgrounds*/
.context-navigation a:after {
    display: none !important;
}
.similar-blog .context-navigation a {
    box-shadow: 1px 1px 0 rgba(0,0,0,.13) !important;
}


/**
 * -----------------
 * @section Homepage
 * --------------------
 */
h1.hp-heading {
    padding-bottom: 14px;
    padding-top: 33px;
}
h2.hp-heading {
    padding-bottom: 15px;
    padding-top: 0;
}
.homepage-projects ul.list {
    margin-bottom: 12px;
}
.homepage-news ul.list {
    margin-bottom: 0;
}


/**
 * ----------------
 * @section Fancybox
 * --------------------
 */
#fancybox-title-inside {
    width: 90%;
    text-align: left;
}
#fancybox-close {
    right: 12px;
    top: 12px;
    opacity: .88;
    filter: alpha(opacity=88);
}
#fancybox-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#fancybox-left, #fancybox-right {
    bottom: auto;
    top: 0;
    height: 96%;
    opacity: .92;
}
#fancybox-outer {
    top: -20px;
}


/**
 * ---------------
 * @section Editor
 * ------------------
 */
body.mceContentBody {
    background: #fff !important;
    padding: 14px !important;
}
body.mceContentBody p,
body.mceContentBody ul,
body.mceContentBody ol {
    font-size: 12px;
    letter-spacing: .055em;
    line-height: 1.75;
}
body.mceContentBody a {
    text-decoration: none;
    padding: 1px 3px 2px;
    background: #f7ff00;
    border: 1px solid #f3fb00;
    border-radius: 2px;
}
body.mceContentBody a:hover,
body.mceContentBody a:focus {
    background: #f3f600;
}
body.mceContentBody img {
    border: 1px solid #dedede;
    border-radius: 11px;
}
/**
 * @subsection Formatting specialities
 * ---------------------------------------
 */
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}



/**
 * ------------------------
 * @section Touch screens
 * ---------------------------
 */
@media screen and (max-width: 1120px) {
    body, input, textarea, button {
    }
    .navigation .nav a {
        font-size: 17px;
    }
    .leftbar .menu li a {
        font-size: 15px;
        padding-bottom: 13px;
    }
    .header-controls ul {
        top: -82px;
        height: 33px;
    }
    .header-controls li a {
        margin: 0 0 0 12px;
    }
    body.white .content-raw p, body.white .content-raw ul, body.white .content-raw ol {
        font-size: 15px;
        line-height: 1.666667;
    }
    body.black .content-raw {
        font-size: 14px;
        line-height: 2.142857;
    }
    p, ul, ol, table {
        margin-bottom: 24px;
    }
    .content-raw ul li,
    .content-raw ol li {
        padding-bottom: 7px;
        padding-top: 8px;
    }
    .js .raw-carousel .controls {
        opacity: .88;
    }
    .js .raw-carousel .controls li {
        padding: 4px 8px;
    }
    .js .raw-carousel .controls li.active {
        padding: 2px 3px 2px 4px;
    }
}
@media screen and (max-width: 1120px) and (orientation: portrait) {
    body, input, textarea, button {
    }
    .navigation .nav a {
        font-size: 19px;
    }
    .header-controls ul {
        top: -84px;
        height: 35px;
    }
    .header-controls li a {
        margin: 0 0 0 16px;
    }
    body.white .content-raw p, body.white .content-raw ul, body.white .content-raw ol {
        font-size: 18px;
        line-height: 1.722222;
    }
    body.black .content-raw {
        font-size: 17px;
        line-height: 1.941176;
    }
    p, ul, ol, table {
        margin-bottom: 26px;
    }
    .content-raw ul li,
    .content-raw ol li {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}


/**
 * ---------------
 * @section Fixes
 * ------------------
 */
.ie9 body,
.ie9 .row.menu .logo a img,
.ie9 .content-raw a > img,
.ie9 #fancybox-close,
.ie9 .navigation .nav li span,
.ie9 .footer a,
.ie9 .header-wrapper .shadow-mid {
    /* IE9 needs conditional override of 'filter' to 'none' */
    filter: none !important;
}
/* kill skype toolbar goodness */
span.skype_pnh_container {display: none !important;}
span.skype_pnh_print_container {display: inline !important;}


/* end of file */