/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 18020;
    font-family: Dosis, sans-serif
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 98010;
    background: url(fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 98050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 98050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8 8)
}



/* ferroslider */
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #b3b3b3;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn.column {
    display: block !important;
    border: 0;
    border-bottom: 1px solid #b3b3b3
}

.btn.active,
.btn.disabled,
.btn:active,
.btn:focus,
.btn:hover,
.btn[disabled] {
    color: #333;
    background-color: #e6e6e6
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.btn:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle
}

.btn-group+.btn-group {
    margin-left: 5px
}

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn {
    margin-left: 5px
}

.btn-group>.btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn+.btn {
    margin-left: -1px
}

.btn-group>.btn.column+.btn.column {
    margin-left: 0
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 14px
}

.btn-group>.btn-mini {
    font-size: 10.5px
}

.btn-group>.btn-small {
    font-size: 11.9px
}

.btn-group>.btn-large {
    font-size: 17.5px
}

.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}

.btn-group>.btn.column:first-child {
    margin-left: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.btn-group>.btn:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}

.btn-group>.btn.column:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border: 0;
    border-bottom: 1px solid #b3b3b3
}

.btn-group>.btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px
}

.btn-group>.btn.large:last-child,
.btn-group>.large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-group>.btn-mini+.dropdown-toggle {
    padding-right: 5px;
    padding-left: 5px
}

.btn-group>.btn-large+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #04c
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222
}

.dragging {
    cursor: move !important
}

#ferroslider-ajaxLoader {
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    overflow: hidden;
    display: block;
    position: absolute;
    text-align: center
}

#ferroslider-ajaxLoader i {
    font-size: 40px;
    margin-top: 100px;
    color: #ddd
}

#ferroslider-ajaxLoader.bring-to-front {
    z-index: 999999999999999
}

#ferroslider-navigation-links {
    position: absolute;
    float: right;
    margin: 5px 0
}

#ferroslider-navigation-links li {
    margin: 5px 2px
}

#ferroslider-navigation-links a,
#ferroslider-player a {
    padding: 5px 10px;
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    color: #747474;
    text-decoration: none;
    text-shadow: 0 -1px 1px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=-1)
}

#ferroslider-navigation-links a.actual,
#ferroslider-navigation-links a:active,
#ferroslider-navigation-links a:focus,
#ferroslider-player a.actual,
#ferroslider-player a:active,
#ferroslider-player a:focus {
    color: #45484d;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    background-color: #e6e6e6
}

#ferroslider-navigation-map {
    position: absolute;
    text-align: center;
    float: right;
    line-height: 16px;
    padding: 5px;
    background-color: #fc7009
}

#ferroslider-player {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block
}

#ferroslider-player a {
    display: inline;
    float: left;
    margin: 5px 0
}

#ferroslider-player a.prev {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}

#ferroslider-player a.next {
    margin-left: 0;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px
}

#ferroslider-sensible-area-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center
}

#ferroslider-sensible-area-right {
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    line-height: 100%;
    text-align: center
}

#ferroslider-sensible-area-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center
}

#ferroslider-sensible-area-left {
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    line-height: 100%;
    text-align: center
}

#ferroslider-timebar-out {
    width: 100%;
    height: 6px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .5);
    margin: -1px 0
}

#ferroslider-timebar-in {
    width: 0;
    height: 6px;
    background: #7d7e7d;
    background: -moz-linear-gradient(top, rgba(125, 126, 125, 1) 0, rgba(14, 14, 14, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(125, 126, 125, 1)), color-stop(100%, rgba(14, 14, 14, 1)));
    background: -webkit-linear-gradient(top, rgba(125, 126, 125, 1) 0, rgba(14, 14, 14, 1) 100%);
    background: -o-linear-gradient(top, rgba(125, 126, 125, 1) 0, rgba(14, 14, 14, 1) 100%);
    background: -ms-linear-gradient(top, rgba(125, 126, 125, 1) 0, rgba(14, 14, 14, 1) 100%);
    background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0, rgba(14, 14, 14, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.navigation-dot {
    float: left;
    width: 50px;
    height: 50px;
    margin: 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    background: rgba(237, 237, 237, .4);
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .5);
    cursor: pointer
}

.navigation-dot.actual {
    position: relative;
    background: rgba(255, 255, 255, .8);
    float: left;
    cursor: default
}

.navigation-dot.empty {
    position: relative;
    background-color: none;
    filter: alpha(opacity=0);
    opacity: 0;
    float: left;
    cursor: default
}

.sensible-area {
    background: #000;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    display: block;
    z-index: 1;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s
}

.sensible-area i {
    font-size: 40px;
    color: #ddd;
    text-shadow: 0 1px 1px #fff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1)
}

.tooltip span {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    width: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    filter: alpha(opacity=90);
    opacity: .9;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    background-color: #ddd;
    color: #757980;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700
}

.tooltip.top span {
    bottom: 30px;
    left: 50%;
    margin-left: -61px;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0)
}

.tooltip.bottom span {
    bottom: -50px;
    left: 50%;
    margin-left: -61px;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, .5)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80ffffff', GradientType=0)
}

.tooltip.left span {
    bottom: -10px;
    left: 50%;
    margin-left: -142px;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=1)
}

.tooltip.right span {
    bottom: -10px;
    left: 0;
    margin-left: 31px;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, .5)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80ffffff', GradientType=1)
}

.tooltip:hover {
    border: 0
}

.tooltip:hover span {
    visibility: visible
}

.tooltip.top span:after,
.tooltip.top span:before {
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0
}

.tooltip.top span:before {
    border-top-color: #ddd;
    bottom: -8px
}

.tooltip.bottom span:after,
.tooltip.bottom span:before {
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: 35px;
    left: 50%;
    margin-left: -8px;
    border-top: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ddd
}

.tooltip.bottom span:before {
    border-bottom-color: #ddd;
    bottom: 36px
}

.tooltip.left span:after,
.tooltip.left span:before {
    content: "";
    position: absolute;
    z-index: 1000;
    left: 100%;
    top: 11px;
    border-top: 8px solid transparent;
    border-left: 8px solid #ddd;
    border-right: 0;
    border-bottom: 8px solid transparent
}

.tooltip.left span:before {
    border-left-color: #ddd;
    bottom: 36px
}

.tooltip.right span:after,
.tooltip.right span:before {
    content: "";
    position: absolute;
    z-index: 1000;
    left: -8px;
    top: 11px;
    border-top: 8px solid transparent;
    border-right: 8px solid #ddd;
    border-left: 0;
    border-bottom: 8px solid transparent
}

.tooltip.right span:before {
    border-left-color: #ddd;
    bottom: 36px;
    left: -8px
}

.fadeIn {
    filter: alpha(opacity=70);
    opacity: .7;
    cursor: pointer
}


/* custom */
.color-01 {
    color: #feb50c
}

.color-02 {
    color: #fc2b09;
    font-weight: 900
}

.bl-main>section:first-child.bl-expand {
    background: #fc7009
}

.bl-main>section:nth-child(2).bl-expand {
    background-color: #fc2b09
}

.bl-main>section:nth-child(3).bl-expand {
    background: #feb50c
}

div#bl-work-items {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 95%;
    height: 95%;
    border: 0 solid #fff;
    overflow: hidden
}

#bl-work-items div img {
    background: #fff;
    margin: 0;
    width: 100%;
    padding: 0;
    border: 7px solid #fff;
    display: block;
    float: left;
    opacity: .9;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5)
}

#bl-work-items div img:hover {
    -webkit-box-shadow: 0 0 0 0 #ccc;
    box-shadow: 0 0 0 0 #ccc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 0 solid #fff;
    padding: 0;
    opacity: .7
}

div#bl-work-items div a:hover {
    -webkit-box-shadow: 0 0 0 0 #ccc;
    box-shadow: 0 0 0 0 #ccc;
    opacity: 1
}

#bl-work-items div {
    display: inline-block;
    width: 155px;
    height: 155px;
    position: relative;
    top: 0;
    box-sizing: border-box
}

#bl-work-items div.big {
    display: inline-block;
    width: 155px;
    height: 0
}

#bl-work-items div.big a {
    position: relative;
    top: 4em;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    color: #ff0;
    letter-spacing: -.05em;
    transition: all .3s ease-in-out
}

#bl-work-items div.big a span {
    text-align: center;
    width: 100%;
    display: inline-block;
    position: absolute;
    font-size: 1.5em;
    bottom: 1em
}

#bl-work-items div.big a:hover {
    opacity: .9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    color: #fff
}

div.bl-show-work div {
    width: 100% !important;
    margin: 0 !important;
    border: 0 solid #00f !important;
    overflow: hidden !important;
    float: left !important;
    display: block !important
}

div.bl-show-work div a {
    margin: 0 !important;
    padding: 0 !important
}

img.drawing {
    width: 200px !important
}

img.logo {
    width: 220px !important
}

img.play {
    width: 210px !important
}

img.newsletter {
    height: 250px !important;
    width: auto !important
}

img.drawing,
img.logo:hover,
img.newsletter:hoverm img.play:hover {
    opacity: .9;
    -webkit-transition: all .3 ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    border: 1px solid #fff !important
}

a.fancybox {
    opacity: 1;
    padding: 00px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(34, 25, 25, .5);
    -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, .5);
    -webkit-box-shadow: 0 1px 5px rgba(34, 25, 25, .5);
    margin-right: 00px;
    margin-top: 00px;
    border: 0 solid #00f
}

a.fancybox:hover {
    opacity: .9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(34, 25, 25, .9);
    -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, .9);
    -webkit-box-shadow: 0 1px 5px rgba(34, 25, 25, .9)
}

#ms {
    width: 95% !important;
    height: 100%;
    border: 1px solid #000
}

#contact {
    width: 70%;
    overflow: hidden;
    margin: 00px auto 0
}

#contact form {
    width: 100%;
    height: 40em;
    padding: 40px 0 0;
    clear: both;
    border: 0 solid red;
    overflow: hidden
}

#contact p {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding: 5px 0
}

#contact label {
    float: left;
    width: 210px;
    text-align: right;
    margin: 10px 0 5px;
    padding-right: 10px;
    line-height: 20px;
    font-family: Lato, Calibri, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 2px #feb50c;
    text-shadow: 1px 1px 0 #ccc
}

#contact input[type=text],
#contact textarea {
    float: left;
    margin: 5px 0;
    font-family: Georgia, serif;
    font-family: Lato, Calibri, Arial, sans-serif;
    font-size: 1.55em;
    letter-spacing: normal;
    padding: 4px 4px 6px;
    width: 398px;
    background-color: #fefbc6;
    border: 1px solid #feb50c;
    font-weight: 700;
    color: #e73c00;
    text-shadow: -1px 1px 1px #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc
}

#contact textarea {
    overflow-x: hidden
}

#contact input[type=text]:focus,
#contact textarea:focus {
    -moz-box-shadow: 0 0 8px #e73c00;
    -webkit-box-shadow: 0 0 8px #e73c00;
    box-shadow: 0 0 8px #e73c00;
    border: 1px solid #feb50c
}

#contact input[type=button] {
    width: 200px;
    height: 80px;
    color: #fefbc6;
    background-color: transparent;
    float: right;
    font-family: Lato, Calibri, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-transform: lowercase;
    font-weight: 300;
    font-size: 200%;
    padding-left: 15px;
    cursor: pointer;
    margin: 5px 0 0;
    text-shadow: 1px 1px 1px #ccc;
    border: 1px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

#contact input[type=button]:hover {
    color: #e73c00
}

#contact p.submit {
    height: 40px
}

#contact label span {
    font-size: 11px;
    line-height: 20px;
    float: right;
    margin-left: 3px;
    font-weight: 700;
    color: #f0f0f0;
    text-shadow: 1px 0 1px #000
}

.error {
    background: url(../images/errormsg.png) top left no-repeat;
    width: 203px;
    height: 50px;
    position: absolute;
    top: -15px;
    right: -153px;
    font-size: 11px;
    color: #fff
}

.error span {
    margin-left: 25px;
    line-height: 40px;
    text-shadow: 1px 1px 1px #555
}

.loader {
    background: url(../images/ajax-loader.gif) top left no-repeat;
    width: 31px;
    height: 31px;
    float: right;
    margin-top: 35px
}

.success {
    height: 31px;
    float: right;
    margin: 35px 10px 0 0
}

.envelope img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -88px;
    margin-left: -123px
}



/*style*/
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot?#iefix) format('embedded-opentype'), url(../fonts/icomoon.woff) format('woff'), url(../fonts/icomoon.ttf) format('truetype'), url(../fonts/icomoon.svg#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

body,
html {
    font-size: 100%;
    padding: 0;
    margin: 0;
    height: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: Hind, sans-serif;
    color: #f2ede3;
    background: #ff0;
    font-size: 1em
}

.clearfx {
    height: 1px;
    clear: both
}

a {
    color: #f0f0f0;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0 5px;
    font-size: 100%
}

a:hover {
    color: #fff
}

.container {
    height: 100%;
    position: absolutel top:0
}

.bl-main {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0
}

.bl-main>section {
    position: absolute;
    width: 50%;
    width: 100%;
    height: 50%;
    border-right: 0 solid #fffdd8
}

.bl-main>section:first-child {
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background: #feb50c
}

.bl-main>section:nth-child(2) {
    top: 0;
    left: 35%;
    width: 35%;
    height: 100%;
    background: #fc7009
}

.bl-main>section:nth-child(3) {
    top: 00%;
    left: 70%;
    width: 30%;
    height: 100%;
    background-color: #fc2b09
}

.bl-main>section:first-child,
.bl-main>section:nth-child(2),
.bl-main>section:nth-child(3),
.bl-main>section:nth-child(4) {
    opacity: 1
}

.bl-box {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0 solid #fff;
    cursor: pointer;
    opacity: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bl-box h2 {
    font-size: 6vw;
    border: 0 solid #000;
    color: #fefbc6;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
    filter: dropshadow(color=#000, offx=1, offy=1);
    text-align: center;
    padding: 1em 0;
    width: 100%;
    letter-spacing: -.075em;
    font-weight: 600;
    text-transform: uppercase;
    text-transform: capitalize;
    text-transform: lowercase;
    -webkit-text-stroke: .15px #fefbc6;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, .5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.no-touch section:not(.bl-expand) .bl-box:hover h2 {
    color: #ff0;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-text-stroke: .25px #ff0
}

.bl-icon {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    font-family: icomoon
}

.bl-icon:before {
    display: block;
    font-size: 2em;
    margin-bottom: 10px
}

.bl-icon-about:before {
    content: "\e000"
}

.bl-icon-works:before {
    content: "\e001"
}

.bl-icon-blog:before {
    content: "\e002"
}

.bl-icon-contact:before {
    content: "\e003"
}

.bl-icon-close:before {
    content: "\e005"
}

.bl-content,
div.bl-panel-items>div>div {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 10px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 0 20px;
    overflow: hidden;
    overflow-y: auto
}

.bl-content {
    width: 100%;
    height: 100%;
    border: 0 solid #00f;
    margin: 0 0 0 -3.55em;
    overflow: hidden
}

.bl-content p {
    margin: 0 auto
}

.bl-content h2 {
    margin: 0 0 20px;
    border: 1px solid #000
}

.bl-content article {
    padding: 20px 40px 20px 0
}

.bl-content article h3 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding-top: 20px;
    font-size: 1.4em
}

.bl-content article a {
    color: rgba(0, 0, 0, .2)
}

div.bl-panel-items,
div.bl-panel-items>div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: 0 solid red
}

div.bl-panel-items>div>div {
    width: 100%;
    height: 99%;
    margin: 0 auto;
    opacity: 1;
    bottom: 00px;
    top: 1%;
    pointer-events: auto;
    border: 0 solid red
}

div.bl-panel-items>div>div h3 {
    font-size: .75em;
    font-weight: 400;
    margin: 2%;
    float: left;
    line-height: 16em;
    text-align: center;
    color: #f0f0f0;
    display: block;
    width: 200px;
    height: 200px;
    background: #ea0404;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

div.bl-panel-items>div>div p {
    font-size: 1.5em
}

div.bl-panel-items>div>div img {
    float: left;
    display: block;
    width: 20%;
    max-width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, .4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 250px;
    opacity: 1;
    transition: all .3s ease-in-out
}

div.bl-panel-items>div>div img:hover {
    opacity: .8
}

div.bl-panel-items {
    top: 100%;
    z-index: 99;
    position: relative
}

div.bl-panel-items>div {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYjUwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #feb50c 0, #ea0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #feb50c), color-stop(100%, #ea0404));
    background: -webkit-linear-gradient(top, #feb50c 0, #ea0404 100%);
    background: -o-linear-gradient(top, #feb50c 0, #ea0404 100%);
    background: -ms-linear-gradient(top, #feb50c 0, #ea0404 100%);
    background: linear-gradient(to bottom, #feb50c 0, #ea0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb50c', endColorstr='#ea0404', GradientType=0);
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(0);
    -webkit-transition: -webkit-transform .5s ease-in-out, opacity 0s linear .5s;
    -moz-transform: translateY(0);
    -moz-transition: -moz-transform .5s ease-in-out, opacity 0s linear .5s;
    transform: translateY(0);
    transition: transform .5s ease-in-out, opacity 0s linear .5s;
    -ms-transform: translateY(0);
    border: 0 solid #000
}

div.bl-panel-items nav {
    position: absolute;
    z-index: 9999;
    right: 1rem;
    top: -100%;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out .5s;
    -moz-transition: opacity .2s ease-in-out .5s;
    transition: opacity .2s ease-in-out .5s;
    border: 0 solid #fff;
    width: 2em;
    height: 50px
}

div.bl-panel-items.bl-panel-items-show nav {
    opacity: 1
}

div.bl-panel-items.bl-panel-items-show nav span {
    margin: 5px
}

.bl-main>section .bl-icon-close {
    position: absolute;
    top: 0em !important;
    right: 0px;
    cursor: pointer;
    display: block;
    z-index: 999999;
    opacity: 0;
    border: 1 solid #000;
    pointer-events: none
}

div.bl-panel-items nav span.bl-next-work {
    position: absolute;
    top: 30em !important;
    right: 5px;
    letter-spacing: -.005em;
    text-align: center;
    line-height: 3.25em;
    font-size: 1em;
    font-weight: 300;
    cursor: pointer;
    margin-right: 0;
    width: 50px;
    height: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #520606;
    color: #fff
}

div.bl-panel-items nav span.bl-icon-closeB {
    text-transform: uppercase;
    letter-spacing: -.025em;
    line-height: 1.25em;
    font-size: 1em;
    cursor: pointer
}

div.bl-panel-items>div.bl-show-work {
    z-index: 100;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transform: translateY(-100%);
    -moz-transition: -moz-transform .5s ease-in-out;
    transform: translateY(-100%);
    transition: transform .5s ease-in-out;
    -ms-transform: translateY(-100%)
}

div.bl-panel-items>div.bl-hide-current-work {
    opacity: 0;
    -webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out;
    -webkit-transform: translateY(-100%) scale(.5);
    -moz-transition: -moz-transform .5s ease-in-out, opacity .5s ease-in-out;
    -moz-transform: translateY(-100%) scale(.5);
    transition: transform .5s ease-in-out, opacity .5s ease-in-out;
    transform: translateY(-100%) scale(.5);
    -ms-transform: translateY(-100%) scale(.5);
    z-index: 0
}

.bl-main>section {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.bl-main>section.bl-expand {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bl-main>section.bl-expand-top {
    z-index: 9
}

.bl-main.bl-expand-item>section.bl-scale-down,
.bl-main.bl-expand-item>section:not(.bl-expand) {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.bl-box {
    -webkit-transition: opacity .2s linear .5s;
    -moz-transition: opacity .2s linear .5s;
    transition: opacity .2s linear .5s
}

section.bl-expand .bl-box {
    opacity: 0;
    -webkit-transition: opacity 0s linear;
    -moz-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.bl-content,
.bl-icon-close {
    -webkit-transition: opacity .1s linear 0s;
    -moz-transition: opacity .1s linear 0s;
    transition: opacity .1s linear 0s
}

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity .3s linear .5s;
    -moz-transition: opacity .3s linear .5s;
    transition: opacity .3s linear .5s
}

section.bl-expand .bl-icon-close {
    font-family: icomoon
}

div.col-1 {
    display: block;
    float: left;
    margin: 0 1% 25% 2%;
    width: 25%;
    padding: 0;
    letter-spacing: -.015em;
    border: 0 solid red;
    cursor: move
}

div.col-1 h2 {
    margin: .25em 0 0 -.5em;
    font-size: 5em;
    border: 0 solid red;
    width: 100%;
    color: #ff0;
    letter-spacing: -.07em;
    text-align: right
}

div.col-1 h2 span {
    font-size: 20%;
    top: 2em
}

div.col-1 h6 {
    line-height: 1.15em;
    margin: 0;
    font-size: 105%;
    letter-spacing: -.035em;
    color: #fffdd8;
    text-transform: uppercase
}

div.col-2 {
    display: block;
    float: left;
    margin: 0;
    padding: 6% 5% 0 0;
    width: 70%;
    border: 0 solid red;
    text-align: justify;
    cursor: move
}

div.col-2 h5 {
    font-size: 150%;
    margin: 0;
    text-align: left
}

div.col-2 h5 a {
    letter-spacing: -.05em;
    font-weight: 700
}

div.col-3 {
    display: block;
    float: left;
    margin: 0;
    padding: 5% 1%;
    width: 34%;
    border: 0 solid red;
    text-align: justify;
    cursor: move
}

div.col-2 p,
div.col-3 p {
    font-size: 1.15rem;
    width: 100%;
    text-align: justify;
    display: block;
    float: left;
    opacity: .8;
    font-weight: 100
}

span.text1 {
    font-size: 75%;
    font-weight: 400;
    text-align: left;
    color: #f2ede3
}

span.text2 {
    font-size: 145%;
    text-align: left;
    font-weight: 300;
    color: #f2ede3
}

span.text3 {
    font-size: 100%;
    text-align: left;
    font-weight: 300;
    color: #ff0
}

span.text4 {
    font-size: 125%;
    text-align: left;
    font-weight: 300;
    color: #f2ede3
}

span.yellow {
    color: #ff0
}

span.white {
    color: #f2ede3
}

span.small {
    font-weight: 500;
    font-size: .75em
}

span.big {
    font-size: 4em;
    font-weight: 800;
    letter-spacing: -.07em;
    opacity: .89
}

h5 {
    font-size: 1.05rem;
    font-weight: 900;
    cursor: move;
    display: block;
    letter-spacing: -.05em;
    width: 100%;
    margin: 0 auto;
    text-align: right
}

h5 .yellow {
    font-size: 2.25rem
}

.slidingSpaces {
    border: 0 solid #00f;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#outerSlider,
#outerSliderWrapper {
    background-color: transparent !important
}

@media screen and (max-width:1024px) {

    #bl-work-items div,
    #bl-work-items div.big {
        max-width: 125px;
        max-height: 125px
    }

    #bl-work-items div.big a {
        font-size: 1.05em
    }

    .bl-main>section:first-child {
        left: 0;
        width: 100%;
        height: 35%;
        background: #feb50c
    }

    .bl-main>section:nth-child(2) {
        top: 35%;
        left: 0;
        width: 100%;
        height: 35%;
        background: #fc7009
    }

    .bl-main>section:nth-child(3) {
        width: 100%;
        height: 35%;
        top: 70%;
        left: 0;
        background-color: #fc2b09
    }

    .bl-main>section:first-child.bl-expand {
        background: #fc7009;
        height: 100%
    }

    .bl-main>section:nth-child(2).bl-expand {
        background-color: #fc2b09;
        height: 100%;
        top: 0
    }

    .bl-main>section:nth-child(3).bl-expand {
        background: #feb50c;
        top: 0;
        height: 100%
    }

    img.play {
        width: 150px !important;
        min-width: 170px !important
    }
}

@media screen and (max-width:768px) {

    .bl-box,
    .bl-content {
        font-size: 75%
    }

    .bl-expand .bl-box {
        height: 130px
    }

    .bl-content>ul li {
        width: 40%
    }

    #bl-work-items div {
        width: 125px;
        height: 125px
    }
}