* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

div.webs-align-center {
    margin: 0 auto;
    display: block;
}

div.webs-align-left {
    float: left;
}

div.webs-align-right {
    float: right;
}

div.webs-frame {
    display: table;
}

    div.webs-frame .webs-hasframe {
        margin: 0;
        float: none;
    }

.webs-bin-active .webs-frame:hover .covering {
    display: none;
}

div.webs-frame-default {
    background-color: #fff;
    border: 1px solid #ccc;
}

    div.webs-frame-default .webs-frame-container {
        position: relative;
        margin: 4px;
    }

div.webs-frame-thickborder {
    background-color: #e1e1e1;
}

    div.webs-frame-thickborder .webs-frame-container {
        position: relative;
        margin: 6px;
    }

div.webs-frame-u_shadow {
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
}

    div.webs-frame-u_shadow .webs-frame-container {
        margin: 4px;
        position: relative;
    }

    div.webs-frame-u_shadow div.webs-frame-shadow {
        height: 3px;
        width: 100%;
        position: absolute;
        bottom: -8px;
        left: 0;
    }

        div.webs-frame-u_shadow div.webs-frame-shadow > span.webs-frame-shadow-tile {
            display: block;
            margin: 0 50px;
            height: 100%;
            background: transparent url('../images/frames/u_shadow.png') repeat-x 0 -6px;
        }

        div.webs-frame-u_shadow div.webs-frame-shadow:before, div.webs-frame-u_shadow div.webs-frame-shadow:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            height: 3px;
            width: 50px;
            background: transparent url('../images/frames/u_shadow.png') 0 0;
        }

        div.webs-frame-u_shadow div.webs-frame-shadow:before {
            left: 0;
        }

        div.webs-frame-u_shadow div.webs-frame-shadow:after {
            right: 0;
            background-position: 0 -3px;
        }

div.webs-frame-inner_opacity {
    position: relative;
}

    div.webs-frame-inner_opacity .webs-frame-top, div.webs-frame-inner_opacity .webs-frame-bottom {
        position: absolute;
        left: 0;
        width: 100%;
        height: 7px;
    }

        div.webs-frame-inner_opacity .webs-frame-top:after, div.webs-frame-inner_opacity .webs-frame-bottom:after {
            content: "";
            display: block;
            margin: 0 7px;
            height: 7px;
        }

    div.webs-frame-inner_opacity .webs-frame-top {
        top: 0;
    }

    div.webs-frame-inner_opacity .webs-frame-bottom {
        bottom: 0;
    }

    div.webs-frame-inner_opacity .webs-frame-left, div.webs-frame-inner_opacity .webs-frame-right {
        position: absolute;
        top: 0;
        width: 7px;
        height: 100%;
    }

    div.webs-frame-inner_opacity .webs-frame-left {
        left: 0;
    }

    div.webs-frame-inner_opacity .webs-frame-right {
        right: 0;
    }

div.webs-frame-inner_opacity-light .webs-frame-top:after, div.webs-frame-inner_opacity-light .webs-frame-bottom:after, div.webs-frame-inner_opacity-light .webs-frame-left, div.webs-frame-inner_opacity-light .webs-frame-right {
    background: rgba(255,255,255,0.3);
}

div.webs-frame-inner_opacity-dark .webs-frame-top:after, div.webs-frame-inner_opacity-dark .webs-frame-bottom:after, div.webs-frame-inner_opacity-dark .webs-frame-left, div.webs-frame-inner_opacity-dark .webs-frame-right {
    background: rgba(0,0,0,0.4);
}

div.webs-frame-double_contrast {
    background-color: #333;
}

    div.webs-frame-double_contrast .webs-frame-container1 {
        position: relative;
        margin: 7px;
        background: #fff;
        border: 1px solid #1f1f1f;
    }

    div.webs-frame-double_contrast .webs-frame-container2 {
        margin: 4px;
        box-shadow: inset 0 0 3px #000;
    }

div.webs-frame-paper div.webs-frame-container {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px;
    position: relative;
}

    div.webs-frame-paper div.webs-frame-container > div.webs-frame-paper-shade {
        height: 8px;
        width: 100%;
        position: absolute;
        bottom: -8px;
        left: 0;
    }

        div.webs-frame-paper div.webs-frame-container > div.webs-frame-paper-shade > span.webs-frame-paper-tile {
            display: block;
            margin: 0 34px;
            height: 100%;
            background: transparent url('../images/frames/papershade.png') repeat-x 0 -8px;
        }

        div.webs-frame-paper div.webs-frame-container > div.webs-frame-paper-shade:before, div.webs-frame-paper div.webs-frame-container > div.webs-frame-paper-shade:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            height: 8px;
            width: 34px;
            background: transparent url('../images/frames/papershade.png') 0 0;
        }

        div.webs-frame-paper div.webs-frame-container > div.webs-frame-paper-shade:before {
            left: 0;
        }

        div.webs-frame-paper div.webs-frame-container > div.webs-frame-paper-shade:after {
            right: 0;
            background-position: 0 100%;
        }

div.webs-frame-tape {
    position: relative;
    padding: 6px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

    div.webs-frame-tape div.webs-frame-tape-left, div.webs-frame-tape div.webs-frame-tape-right {
        width: 100px;
        height: 100px;
        position: absolute;
        top: -35px;
        z-index: 1;
        background: transparent url('../images/frames/tape.png') no-repeat 0 0;
    }

    div.webs-frame-tape div.webs-frame-tape-left-container {
        position: absolute;
    }

    div.webs-frame-tape div.webs-frame-tape-right-container {
        position: relative;
    }

    div.webs-frame-tape div.webs-frame-tape-left {
        left: -35px;
    }

    div.webs-frame-tape div.webs-frame-tape-right {
        right: -35px;
        background-position: 100% 0;
    }

div.webs-frame-album {
    position: relative;
    padding: 20px 15px 20px 43px;
    background: #71789f url('../images/frames/album-noise.png') 0 0;
    box-shadow: inset 30px 1px 1px rgba(255,255,255,0.5),inset -1px -1px 0 rgba(0,0,0,0.1),4px 4px 0 rgba(0,0,0,0.5),3px 3px 0 rgba(0,0,0,0.15),2px 2px 0 rgba(0,0,0,0.15),1px 1px 0 rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 3px;
}

    div.webs-frame-album div.webs-frame-album-bind {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 100%;
        background: #222 url('../images/frames/album-binder.png') repeat-y 0 0;
    }

    div.webs-frame-album div.webs-frame-album-container {
        border: 1px solid #aaa;
        outline: 1px solid #333;
        box-shadow: 0 0 4px #000;
    }

div.webs-frame-thumbtack {
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid #aaa;
}

    div.webs-frame-thumbtack div.webs-frame-thumbtack-pin {
        position: absolute;
        left: 50%;
        top: -29px;
        width: 31px;
        height: 40px;
        margin-left: -10px;
        background: url('../images/frames/thumbtack.png') no-repeat 0 0;
    }

    div.webs-frame-thumbtack div.webs-frame-thumbtack-container {
        border: 1px solid #aaa;
        outline: 1px solid #888;
    }

div.webs-frame-photocorners {
    position: relative;
    padding: 6px;
    background: #fff;
    border: 1px solid #273531;
}

    div.webs-frame-photocorners div.webs-frame-pc-all {
        position: absolute;
        z-index: 1;
        width: 50px;
        height: 50px;
        background: url('../images/frames/photo-corners.png') no-repeat 0 0;
    }

    div.webs-frame-photocorners div.webs-frame-pc-tl {
        background-position: 0 0;
        left: -4px;
        top: -4px;
    }

    div.webs-frame-photocorners div.webs-frame-pc-tr {
        background-position: 100% 0;
        right: -4px;
        top: -4px;
    }

    div.webs-frame-photocorners div.webs-frame-pc-bl {
        background-position: 0 100%;
        left: -4px;
        bottom: -4px;
    }

    div.webs-frame-photocorners div.webs-frame-pc-br {
        background-position: 100% 100%;
        right: -4px;
        bottom: -4px;
    }

.w-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-color: transparent;
}

.w-iconset-standard {
    width: 16px;
    height: 16px;
}

    .w-iconset-standard.w-icon-alert {
        background-image: url('../images/icon_sets/standard/alert.png');
    }

    .w-iconset-standard.w-icon-lock {
        background-image: url('../images/icon_sets/standard/lock.png');
    }

    .w-iconset-standard.w-icon-speech {
        background-image: url('../images/icon_sets/standard/speech.png');
    }

    .w-iconset-standard.w-icon-user {
        background-image: url('../images/icon_sets/standard/user.png');
    }

    .w-iconset-standard.w-icon-world {
        background-image: url('../images/icon_sets/standard/world.png');
    }

.w-iconset-silk {
    width: 16px;
    height: 16px;
}

    .w-iconset-silk.w-icon-accept {
        background-image: url('../images/icon_sets/silk/accept.png');
    }

    .w-iconset-silk.w-icon-add {
        background-image: url('../images/icon_sets/silk/add.png');
    }

    .w-iconset-silk.w-icon-anchor {
        background-image: url('../images/icon_sets/silk/anchor.png');
    }

    .w-iconset-silk.w-icon-attach {
        background-image: url('../images/icon_sets/silk/attach.png');
    }

    .w-iconset-silk.w-icon-basket {
        background-image: url('../images/icon_sets/silk/basket.png');
    }

    .w-iconset-silk.w-icon-bell {
        background-image: url('../images/icon_sets/silk/bell.png');
    }

    .w-iconset-silk.w-icon-bin {
        background-image: url('../images/icon_sets/silk/bin.png');
    }

    .w-iconset-silk.w-icon-bomb {
        background-image: url('../images/icon_sets/silk/bomb.png');
    }

    .w-iconset-silk.w-icon-book {
        background-image: url('../images/icon_sets/silk/book.png');
    }

    .w-iconset-silk.w-icon-box {
        background-image: url('../images/icon_sets/silk/box.png');
    }

    .w-iconset-silk.w-icon-brick {
        background-image: url('../images/icon_sets/silk/brick.png');
    }

    .w-iconset-silk.w-icon-building {
        background-image: url('../images/icon_sets/silk/building.png');
    }

    .w-iconset-silk.w-icon-cake {
        background-image: url('../images/icon_sets/silk/cake.png');
    }

    .w-iconset-silk.w-icon-calculator {
        background-image: url('../images/icon_sets/silk/calculator.png');
    }

    .w-iconset-silk.w-icon-calendar {
        background-image: url('../images/icon_sets/silk/calendar.png');
    }

    .w-iconset-silk.w-icon-camera {
        background-image: url('../images/icon_sets/silk/camera.png');
    }

    .w-iconset-silk.w-icon-cancel {
        background-image: url('../images/icon_sets/silk/cancel.png');
    }

    .w-iconset-silk.w-icon-car {
        background-image: url('../images/icon_sets/silk/car.png');
    }

    .w-iconset-silk.w-icon-cart {
        background-image: url('../images/icon_sets/silk/cart.png');
    }

    .w-iconset-silk.w-icon-cd {
        background-image: url('../images/icon_sets/silk/cd.png');
    }

    .w-iconset-silk.w-icon-chart_bar {
        background-image: url('../images/icon_sets/silk/chart_bar.png');
    }

    .w-iconset-silk.w-icon-chart_curve {
        background-image: url('../images/icon_sets/silk/chart_curve.png');
    }

    .w-iconset-silk.w-icon-chart_line {
        background-image: url('../images/icon_sets/silk/chart_line.png');
    }

    .w-iconset-silk.w-icon-chart_pie {
        background-image: url('../images/icon_sets/silk/chart_pie.png');
    }

    .w-iconset-silk.w-icon-clock {
        background-image: url('../images/icon_sets/silk/clock.png');
    }

    .w-iconset-silk.w-icon-cog {
        background-image: url('../images/icon_sets/silk/cog.png');
    }

    .w-iconset-silk.w-icon-coins {
        background-image: url('../images/icon_sets/silk/coins.png');
    }

    .w-iconset-silk.w-icon-comments {
        background-image: url('../images/icon_sets/silk/comments.png');
    }

    .w-iconset-silk.w-icon-computer {
        background-image: url('../images/icon_sets/silk/computer.png');
    }

    .w-iconset-silk.w-icon-controller {
        background-image: url('../images/icon_sets/silk/controller.png');
    }

    .w-iconset-silk.w-icon-creditcards {
        background-image: url('../images/icon_sets/silk/creditcards.png');
    }

    .w-iconset-silk.w-icon-cross {
        background-image: url('../images/icon_sets/silk/cross.png');
    }

    .w-iconset-silk.w-icon-cup {
        background-image: url('../images/icon_sets/silk/cup.png');
    }

    .w-iconset-silk.w-icon-cut {
        background-image: url('../images/icon_sets/silk/cut.png');
    }

    .w-iconset-silk.w-icon-pencil {
        background-image: url('../images/icon_sets/silk/pencil.png');
    }

.w-iconset-boolean {
    width: 16px;
    height: 16px;
}

    .w-iconset-boolean.w-icon-0 {
        background-image: url('../images/icon_sets/boolean/0.png');
    }

    .w-iconset-boolean.w-icon-Airmail {
        background-image: url('../images/icon_sets/boolean/Airmail.png');
    }

    .w-iconset-boolean.w-icon-Binocular {
        background-image: url('../images/icon_sets/boolean/Binocular.png');
    }

    .w-iconset-boolean.w-icon-Bookmark {
        background-image: url('../images/icon_sets/boolean/Bookmark.png');
    }

    .w-iconset-boolean.w-icon-Calculator {
        background-image: url('../images/icon_sets/boolean/Calculator.png');
    }

    .w-iconset-boolean.w-icon-Calendar {
        background-image: url('../images/icon_sets/boolean/Calendar.png');
    }

    .w-iconset-boolean.w-icon-Clapperboard_Open {
        background-image: url('../images/icon_sets/boolean/Clapperboard_Open.png');
    }

    .w-iconset-boolean.w-icon-Compact_Disc {
        background-image: url('../images/icon_sets/boolean/Compact_Disc.png');
    }

    .w-iconset-boolean.w-icon-Computer_Keyboard {
        background-image: url('../images/icon_sets/boolean/Computer_Keyboard.png');
    }

    .w-iconset-boolean.w-icon-Contacts_Alt {
        background-image: url('../images/icon_sets/boolean/Contacts_Alt.png');
    }

    .w-iconset-boolean.w-icon-Direction_Board {
        background-image: url('../images/icon_sets/boolean/Direction_Board.png');
    }

    .w-iconset-boolean.w-icon-Document {
        background-image: url('../images/icon_sets/boolean/Document.png');
    }

    .w-iconset-boolean.w-icon-Done_Square {
        background-image: url('../images/icon_sets/boolean/Done_Square.png');
    }

    .w-iconset-boolean.w-icon-Door {
        background-image: url('../images/icon_sets/boolean/Door.png');
    }

    .w-iconset-boolean.w-icon-Envelope {
        background-image: url('../images/icon_sets/boolean/Envelope.png');
    }

    .w-iconset-boolean.w-icon-Folder {
        background-image: url('../images/icon_sets/boolean/Folder.png');
    }

    .w-iconset-boolean.w-icon-Help_Circle {
        background-image: url('../images/icon_sets/boolean/Help_Circle.png');
    }

    .w-iconset-boolean.w-icon-Home {
        background-image: url('../images/icon_sets/boolean/Home.png');
    }

    .w-iconset-boolean.w-icon-Images_Night_Scene {
        background-image: url('../images/icon_sets/boolean/Images_Night_Scene.png');
    }

    .w-iconset-boolean.w-icon-Images {
        background-image: url('../images/icon_sets/boolean/Images.png');
    }

    .w-iconset-boolean.w-icon-Mail {
        background-image: url('../images/icon_sets/boolean/Mail.png');
    }

    .w-iconset-boolean.w-icon-Manual {
        background-image: url('../images/icon_sets/boolean/Manual.png');
    }

    .w-iconset-boolean.w-icon-Monitor_Off {
        background-image: url('../images/icon_sets/boolean/Monitor_Off.png');
    }

    .w-iconset-boolean.w-icon-Monitor {
        background-image: url('../images/icon_sets/boolean/Monitor.png');
    }

    .w-iconset-boolean.w-icon-Music {
        background-image: url('../images/icon_sets/boolean/Music.png');
    }

    .w-iconset-boolean.w-icon-Newspaper {
        background-image: url('../images/icon_sets/boolean/Newspaper.png');
    }

    .w-iconset-boolean.w-icon-Note {
        background-image: url('../images/icon_sets/boolean/Note.png');
    }

    .w-iconset-boolean.w-icon-Notepad {
        background-image: url('../images/icon_sets/boolean/Notepad.png');
    }

    .w-iconset-boolean.w-icon-OK {
        background-image: url('../images/icon_sets/boolean/OK.png');
    }

    .w-iconset-boolean.w-icon-Soccer_Ball {
        background-image: url('../images/icon_sets/boolean/Soccer_Ball.png');
    }

    .w-iconset-boolean.w-icon-Speaker {
        background-image: url('../images/icon_sets/boolean/Speaker.png');
    }

    .w-iconset-boolean.w-icon-Tag {
        background-image: url('../images/icon_sets/boolean/Tag.png');
    }

    .w-iconset-boolean.w-icon-Ticket_Golden {
        background-image: url('../images/icon_sets/boolean/Ticket_Golden.png');
    }

    .w-iconset-boolean.w-icon-Ticket_Red {
        background-image: url('../images/icon_sets/boolean/Ticket_Red.png');
    }

    .w-iconset-boolean.w-icon-Tree {
        background-image: url('../images/icon_sets/boolean/Tree.png');
    }

    .w-iconset-boolean.w-icon-Videos {
        background-image: url('../images/icon_sets/boolean/Videos.png');
    }

    .w-iconset-boolean.w-icon-White_Lego {
        background-image: url('../images/icon_sets/boolean/White_Lego.png');
    }

.w-iconset-classy {
    width: 24px;
    height: 24px;
}

    .w-iconset-classy.w-icon-accept {
        background-image: url('../images/icon_sets/classy/accept.png');
    }

    .w-iconset-classy.w-icon-business_user {
        background-image: url('../images/icon_sets/classy/business_user.png');
    }

    .w-iconset-classy.w-icon-calendar {
        background-image: url('../images/icon_sets/classy/calendar.png');
    }

    .w-iconset-classy.w-icon-cd {
        background-image: url('../images/icon_sets/classy/cd.png');
    }

    .w-iconset-classy.w-icon-chart {
        background-image: url('../images/icon_sets/classy/chart.png');
    }

    .w-iconset-classy.w-icon-comment {
        background-image: url('../images/icon_sets/classy/comment.png');
    }

    .w-iconset-classy.w-icon-comments {
        background-image: url('../images/icon_sets/classy/comments.png');
    }

    .w-iconset-classy.w-icon-computer {
        background-image: url('../images/icon_sets/classy/computer.png');
    }

    .w-iconset-classy.w-icon-digital_camcorder {
        background-image: url('../images/icon_sets/classy/digital_camcorder.png');
    }

    .w-iconset-classy.w-icon-down {
        background-image: url('../images/icon_sets/classy/down.png');
    }

    .w-iconset-classy.w-icon-favorite {
        background-image: url('../images/icon_sets/classy/favorite.png');
    }

    .w-iconset-classy.w-icon-folder {
        background-image: url('../images/icon_sets/classy/folder.png');
    }

    .w-iconset-classy.w-icon-folder_empty {
        background-image: url('../images/icon_sets/classy/folder_empty.png');
    }

    .w-iconset-classy.w-icon-globe {
        background-image: url('../images/icon_sets/classy/globe.png');
    }

    .w-iconset-classy.w-icon-headphones {
        background-image: url('../images/icon_sets/classy/headphones.png');
    }

    .w-iconset-classy.w-icon-help {
        background-image: url('../images/icon_sets/classy/help.png');
    }

    .w-iconset-classy.w-icon-home {
        background-image: url('../images/icon_sets/classy/home.png');
    }

    .w-iconset-classy.w-icon-image {
        background-image: url('../images/icon_sets/classy/image.png');
    }

    .w-iconset-classy.w-icon-image_bmp {
        background-image: url('../images/icon_sets/classy/image_bmp.png');
    }

    .w-iconset-classy.w-icon-image_jpg {
        background-image: url('../images/icon_sets/classy/image_jpg.png');
    }

    .w-iconset-classy.w-icon-info {
        background-image: url('../images/icon_sets/classy/info.png');
    }

    .w-iconset-classy.w-icon-lock {
        background-image: url('../images/icon_sets/classy/lock.png');
    }

    .w-iconset-classy.w-icon-mail {
        background-image: url('../images/icon_sets/classy/mail.png');
    }

    .w-iconset-classy.w-icon-mobile_phone {
        background-image: url('../images/icon_sets/classy/mobile_phone.png');
    }

    .w-iconset-classy.w-icon-new_mail {
        background-image: url('../images/icon_sets/classy/new_mail.png');
    }

    .w-iconset-classy.w-icon-next {
        background-image: url('../images/icon_sets/classy/next.png');
    }

    .w-iconset-classy.w-icon-notebook {
        background-image: url('../images/icon_sets/classy/notebook.png');
    }

    .w-iconset-classy.w-icon-page {
        background-image: url('../images/icon_sets/classy/page.png');
    }

    .w-iconset-classy.w-icon-page_blank {
        background-image: url('../images/icon_sets/classy/page_blank.png');
    }

    .w-iconset-classy.w-icon-previous {
        background-image: url('../images/icon_sets/classy/previous.png');
    }

    .w-iconset-classy.w-icon-process {
        background-image: url('../images/icon_sets/classy/process.png');
    }

    .w-iconset-classy.w-icon-rss {
        background-image: url('../images/icon_sets/classy/rss.png');
    }

    .w-iconset-classy.w-icon-search {
        background-image: url('../images/icon_sets/classy/search.png');
    }

    .w-iconset-classy.w-icon-shopping_cart {
        background-image: url('../images/icon_sets/classy/shopping_cart.png');
    }

    .w-iconset-classy.w-icon-speaker {
        background-image: url('../images/icon_sets/classy/speaker.png');
    }

    .w-iconset-classy.w-icon-up {
        background-image: url('../images/icon_sets/classy/up.png');
    }

    .w-iconset-classy.w-icon-user {
        background-image: url('../images/icon_sets/classy/user.png');
    }

    .w-iconset-classy.w-icon-users {
        background-image: url('../images/icon_sets/classy/users.png');
    }

.w-iconset-fatcow {
    width: 32px;
    height: 32px;
}

    .w-iconset-fatcow.w-icon-accept {
        background-image: url('../images/icon_sets/fatcow/accept.png');
    }

    .w-iconset-fatcow.w-icon-apple {
        background-image: url('../images/icon_sets/fatcow/apple.png');
    }

    .w-iconset-fatcow.w-icon-arrow_down {
        background-image: url('../images/icon_sets/fatcow/arrow_down.png');
    }

    .w-iconset-fatcow.w-icon-arrow_left {
        background-image: url('../images/icon_sets/fatcow/arrow_left.png');
    }

    .w-iconset-fatcow.w-icon-arrow_right {
        background-image: url('../images/icon_sets/fatcow/arrow_right.png');
    }

    .w-iconset-fatcow.w-icon-arrow_up {
        background-image: url('../images/icon_sets/fatcow/arrow_up.png');
    }

    .w-iconset-fatcow.w-icon-asterisk_yellow {
        background-image: url('../images/icon_sets/fatcow/asterisk_yellow.png');
    }

    .w-iconset-fatcow.w-icon-attach {
        background-image: url('../images/icon_sets/fatcow/attach.png');
    }

    .w-iconset-fatcow.w-icon-attribution {
        background-image: url('../images/icon_sets/fatcow/attribution.png');
    }

    .w-iconset-fatcow.w-icon-award_star_bronze_3 {
        background-image: url('../images/icon_sets/fatcow/award_star_bronze_3.png');
    }

    .w-iconset-fatcow.w-icon-baloon {
        background-image: url('../images/icon_sets/fatcow/baloon.png');
    }

    .w-iconset-fatcow.w-icon-barchart {
        background-image: url('../images/icon_sets/fatcow/barchart.png');
    }

    .w-iconset-fatcow.w-icon-basket {
        background-image: url('../images/icon_sets/fatcow/basket.png');
    }

    .w-iconset-fatcow.w-icon-beer {
        background-image: url('../images/icon_sets/fatcow/beer.png');
    }

    .w-iconset-fatcow.w-icon-book_addresses {
        background-image: url('../images/icon_sets/fatcow/book_addresses.png');
    }

    .w-iconset-fatcow.w-icon-bookmark {
        background-image: url('../images/icon_sets/fatcow/bookmark.png');
    }

    .w-iconset-fatcow.w-icon-bullet_star {
        background-image: url('../images/icon_sets/fatcow/bullet_star.png');
    }

    .w-iconset-fatcow.w-icon-butterfly {
        background-image: url('../images/icon_sets/fatcow/butterfly.png');
    }

    .w-iconset-fatcow.w-icon-cake {
        background-image: url('../images/icon_sets/fatcow/cake.png');
    }

    .w-iconset-fatcow.w-icon-calendar {
        background-image: url('../images/icon_sets/fatcow/calendar.png');
    }

    .w-iconset-fatcow.w-icon-camera {
        background-image: url('../images/icon_sets/fatcow/camera.png');
    }

    .w-iconset-fatcow.w-icon-card_credit {
        background-image: url('../images/icon_sets/fatcow/card_credit.png');
    }

    .w-iconset-fatcow.w-icon-card_debit {
        background-image: url('../images/icon_sets/fatcow/card_debit.png');
    }

    .w-iconset-fatcow.w-icon-cart {
        background-image: url('../images/icon_sets/fatcow/cart.png');
    }

    .w-iconset-fatcow.w-icon-cd {
        background-image: url('../images/icon_sets/fatcow/cd.png');
    }

    .w-iconset-fatcow.w-icon-chart_bar {
        background-image: url('../images/icon_sets/fatcow/chart_bar.png');
    }

    .w-iconset-fatcow.w-icon-chart_curve {
        background-image: url('../images/icon_sets/fatcow/chart_curve.png');
    }

    .w-iconset-fatcow.w-icon-chart_pie {
        background-image: url('../images/icon_sets/fatcow/chart_pie.png');
    }

    .w-iconset-fatcow.w-icon-chart_up_color {
        background-image: url('../images/icon_sets/fatcow/chart_up_color.png');
    }

    .w-iconset-fatcow.w-icon-coins {
        background-image: url('../images/icon_sets/fatcow/coins.png');
    }

    .w-iconset-fatcow.w-icon-comment {
        background-image: url('../images/icon_sets/fatcow/comment.png');
    }

    .w-iconset-fatcow.w-icon-cup {
        background-image: url('../images/icon_sets/fatcow/cup.png');
    }

    .w-iconset-fatcow.w-icon-date {
        background-image: url('../images/icon_sets/fatcow/date.png');
    }

    .w-iconset-fatcow.w-icon-document_empty {
        background-image: url('../images/icon_sets/fatcow/document_empty.png');
    }

    .w-iconset-fatcow.w-icon-drink {
        background-image: url('../images/icon_sets/fatcow/drink.png');
    }

    .w-iconset-fatcow.w-icon-email {
        background-image: url('../images/icon_sets/fatcow/email.png');
    }

    .w-iconset-fatcow.w-icon-emotion_smile {
        background-image: url('../images/icon_sets/fatcow/emotion_smile.png');
    }

    .w-iconset-fatcow.w-icon-fatcow {
        background-image: url('../images/icon_sets/fatcow/fatcow.png');
    }

    .w-iconset-fatcow.w-icon-feed {
        background-image: url('../images/icon_sets/fatcow/feed.png');
    }

    .w-iconset-fatcow.w-icon-film {
        background-image: url('../images/icon_sets/fatcow/film.png');
    }

    .w-iconset-fatcow.w-icon-fire {
        background-image: url('../images/icon_sets/fatcow/fire.png');
    }

    .w-iconset-fatcow.w-icon-flag_2 {
        background-image: url('../images/icon_sets/fatcow/flag_2.png');
    }

    .w-iconset-fatcow.w-icon-folder {
        background-image: url('../images/icon_sets/fatcow/folder.png');
    }

    .w-iconset-fatcow.w-icon-green {
        background-image: url('../images/icon_sets/fatcow/green.png');
    }

    .w-iconset-fatcow.w-icon-heart {
        background-image: url('../images/icon_sets/fatcow/heart.png');
    }

    .w-iconset-fatcow.w-icon-information {
        background-image: url('../images/icon_sets/fatcow/information.png');
    }

    .w-iconset-fatcow.w-icon-lightning {
        background-image: url('../images/icon_sets/fatcow/lightning.png');
    }

    .w-iconset-fatcow.w-icon-medal_gold_3 {
        background-image: url('../images/icon_sets/fatcow/medal_gold_3.png');
    }

    .w-iconset-fatcow.w-icon-microphone {
        background-image: url('../images/icon_sets/fatcow/microphone.png');
    }

    .w-iconset-fatcow.w-icon-money {
        background-image: url('../images/icon_sets/fatcow/money.png');
    }

    .w-iconset-fatcow.w-icon-money_dollar {
        background-image: url('../images/icon_sets/fatcow/money_dollar.png');
    }

    .w-iconset-fatcow.w-icon-page_white {
        background-image: url('../images/icon_sets/fatcow/page_white.png');
    }

    .w-iconset-fatcow.w-icon-paypal-2 {
        background-image: url('../images/icon_sets/fatcow/paypal-2.png');
    }

    .w-iconset-fatcow.w-icon-picture {
        background-image: url('../images/icon_sets/fatcow/picture.png');
    }

    .w-iconset-fatcow.w-icon-popcorn {
        background-image: url('../images/icon_sets/fatcow/popcorn.png');
    }

    .w-iconset-fatcow.w-icon-rainbow {
        background-image: url('../images/icon_sets/fatcow/rainbow.png');
    }

    .w-iconset-fatcow.w-icon-recycle {
        background-image: url('../images/icon_sets/fatcow/recycle.png');
    }

    .w-iconset-fatcow.w-icon-report {
        background-image: url('../images/icon_sets/fatcow/report.png');
    }

    .w-iconset-fatcow.w-icon-ribbon {
        background-image: url('../images/icon_sets/fatcow/ribbon.png');
    }

    .w-iconset-fatcow.w-icon-ruby {
        background-image: url('../images/icon_sets/fatcow/ruby.png');
    }

    .w-iconset-fatcow.w-icon-scull {
        background-image: url('../images/icon_sets/fatcow/scull.png');
    }

    .w-iconset-fatcow.w-icon-shield {
        background-image: url('../images/icon_sets/fatcow/shield.png');
    }

    .w-iconset-fatcow.w-icon-small_business {
        background-image: url('../images/icon_sets/fatcow/small_business.png');
    }

    .w-iconset-fatcow.w-icon-sport_8ball {
        background-image: url('../images/icon_sets/fatcow/sport_8ball.png');
    }

    .w-iconset-fatcow.w-icon-sport_basketball {
        background-image: url('../images/icon_sets/fatcow/sport_basketball.png');
    }

    .w-iconset-fatcow.w-icon-sport_football {
        background-image: url('../images/icon_sets/fatcow/sport_football.png');
    }

    .w-iconset-fatcow.w-icon-sport_golf {
        background-image: url('../images/icon_sets/fatcow/sport_golf.png');
    }

    .w-iconset-fatcow.w-icon-sport_raquet {
        background-image: url('../images/icon_sets/fatcow/sport_raquet.png');
    }

    .w-iconset-fatcow.w-icon-sport_soccer {
        background-image: url('../images/icon_sets/fatcow/sport_soccer.png');
    }

    .w-iconset-fatcow.w-icon-sport_tennis {
        background-image: url('../images/icon_sets/fatcow/sport_tennis.png');
    }

    .w-iconset-fatcow.w-icon-star {
        background-image: url('../images/icon_sets/fatcow/star.png');
    }

    .w-iconset-fatcow.w-icon-terminal {
        background-image: url('../images/icon_sets/fatcow/terminal.png');
    }

    .w-iconset-fatcow.w-icon-tick {
        background-image: url('../images/icon_sets/fatcow/tick.png');
    }

    .w-iconset-fatcow.w-icon-user {
        background-image: url('../images/icon_sets/fatcow/user.png');
    }

    .w-iconset-fatcow.w-icon-user_female {
        background-image: url('../images/icon_sets/fatcow/user_female.png');
    }

    .w-iconset-fatcow.w-icon-user_gray {
        background-image: url('../images/icon_sets/fatcow/user_gray.png');
    }

    .w-iconset-fatcow.w-icon-user_green {
        background-image: url('../images/icon_sets/fatcow/user_green.png');
    }

    .w-iconset-fatcow.w-icon-user_red {
        background-image: url('../images/icon_sets/fatcow/user_red.png');
    }

    .w-iconset-fatcow.w-icon-user_silhouette {
        background-image: url('../images/icon_sets/fatcow/user_silhouette.png');
    }

    .w-iconset-fatcow.w-icon-user_suit {
        background-image: url('../images/icon_sets/fatcow/user_suit.png');
    }

.w-iconset-fugue {
    width: 16px;
    height: 16px;
}

    .w-iconset-fugue.w-icon-address-book-open {
        background-image: url('../images/icon_sets/fugue/address-book-open.png');
    }

    .w-iconset-fugue.w-icon-address-book {
        background-image: url('../images/icon_sets/fugue/address-book.png');
    }

    .w-iconset-fugue.w-icon-alarm-clock-blue {
        background-image: url('../images/icon_sets/fugue/alarm-clock-blue.png');
    }

    .w-iconset-fugue.w-icon-arrow-000-medium {
        background-image: url('../images/icon_sets/fugue/arrow-000-medium.png');
    }

    .w-iconset-fugue.w-icon-arrow-090-medium {
        background-image: url('../images/icon_sets/fugue/arrow-090-medium.png');
    }

    .w-iconset-fugue.w-icon-arrow-180-medium {
        background-image: url('../images/icon_sets/fugue/arrow-180-medium.png');
    }

    .w-iconset-fugue.w-icon-arrow-270-medium {
        background-image: url('../images/icon_sets/fugue/arrow-270-medium.png');
    }

    .w-iconset-fugue.w-icon-asterisk {
        background-image: url('../images/icon_sets/fugue/asterisk.png');
    }

    .w-iconset-fugue.w-icon-auction-hammer {
        background-image: url('../images/icon_sets/fugue/auction-hammer.png');
    }

    .w-iconset-fugue.w-icon-balloon {
        background-image: url('../images/icon_sets/fugue/balloon.png');
    }

    .w-iconset-fugue.w-icon-bandaid {
        background-image: url('../images/icon_sets/fugue/bandaid.png');
    }

    .w-iconset-fugue.w-icon-bell {
        background-image: url('../images/icon_sets/fugue/bell.png');
    }

    .w-iconset-fugue.w-icon-book-bookmark {
        background-image: url('../images/icon_sets/fugue/book-bookmark.png');
    }

    .w-iconset-fugue.w-icon-book-brown {
        background-image: url('../images/icon_sets/fugue/book-brown.png');
    }

    .w-iconset-fugue.w-icon-briefcase {
        background-image: url('../images/icon_sets/fugue/briefcase.png');
    }

    .w-iconset-fugue.w-icon-brightness {
        background-image: url('../images/icon_sets/fugue/brightness.png');
    }

    .w-iconset-fugue.w-icon-broom {
        background-image: url('../images/icon_sets/fugue/broom.png');
    }

    .w-iconset-fugue.w-icon-building {
        background-image: url('../images/icon_sets/fugue/building.png');
    }

    .w-iconset-fugue.w-icon-burn {
        background-image: url('../images/icon_sets/fugue/burn.png');
    }

    .w-iconset-fugue.w-icon-cake-plain {
        background-image: url('../images/icon_sets/fugue/cake-plain.png');
    }

    .w-iconset-fugue.w-icon-calendar {
        background-image: url('../images/icon_sets/fugue/calendar.png');
    }

    .w-iconset-fugue.w-icon-camera {
        background-image: url('../images/icon_sets/fugue/camera.png');
    }

    .w-iconset-fugue.w-icon-car {
        background-image: url('../images/icon_sets/fugue/car.png');
    }

    .w-iconset-fugue.w-icon-card {
        background-image: url('../images/icon_sets/fugue/card.png');
    }

    .w-iconset-fugue.w-icon-chart-up {
        background-image: url('../images/icon_sets/fugue/chart-up.png');
    }

    .w-iconset-fugue.w-icon-chart {
        background-image: url('../images/icon_sets/fugue/chart.png');
    }

    .w-iconset-fugue.w-icon-chevron-expand {
        background-image: url('../images/icon_sets/fugue/chevron-expand.png');
    }

    .w-iconset-fugue.w-icon-clipboard-text {
        background-image: url('../images/icon_sets/fugue/clipboard-text.png');
    }

    .w-iconset-fugue.w-icon-clock {
        background-image: url('../images/icon_sets/fugue/clock.png');
    }

    .w-iconset-fugue.w-icon-cookie {
        background-image: url('../images/icon_sets/fugue/cookie.png');
    }

    .w-iconset-fugue.w-icon-cutlery {
        background-image: url('../images/icon_sets/fugue/cutlery.png');
    }

    .w-iconset-fugue.w-icon-disc {
        background-image: url('../images/icon_sets/fugue/disc.png');
    }

    .w-iconset-fugue.w-icon-document--arrow {
        background-image: url('../images/icon_sets/fugue/document--arrow.png');
    }

    .w-iconset-fugue.w-icon-document-music {
        background-image: url('../images/icon_sets/fugue/document-music.png');
    }

    .w-iconset-fugue.w-icon-document-text {
        background-image: url('../images/icon_sets/fugue/document-text.png');
    }

    .w-iconset-fugue.w-icon-film {
        background-image: url('../images/icon_sets/fugue/film.png');
    }

    .w-iconset-fugue.w-icon-fire {
        background-image: url('../images/icon_sets/fugue/fire.png');
    }

    .w-iconset-fugue.w-icon-folder-horizontal {
        background-image: url('../images/icon_sets/fugue/folder-horizontal.png');
    }

    .w-iconset-fugue.w-icon-fruit {
        background-image: url('../images/icon_sets/fugue/fruit.png');
    }

    .w-iconset-fugue.w-icon-globe-green {
        background-image: url('../images/icon_sets/fugue/globe-green.png');
    }

    .w-iconset-fugue.w-icon-guitar {
        background-image: url('../images/icon_sets/fugue/guitar.png');
    }

    .w-iconset-fugue.w-icon-hammer {
        background-image: url('../images/icon_sets/fugue/hammer.png');
    }

    .w-iconset-fugue.w-icon-heart {
        background-image: url('../images/icon_sets/fugue/heart.png');
    }

    .w-iconset-fugue.w-icon-home {
        background-image: url('../images/icon_sets/fugue/home.png');
    }

    .w-iconset-fugue.w-icon-image {
        background-image: url('../images/icon_sets/fugue/image.png');
    }

    .w-iconset-fugue.w-icon-information {
        background-image: url('../images/icon_sets/fugue/information.png');
    }

    .w-iconset-fugue.w-icon-key {
        background-image: url('../images/icon_sets/fugue/key.png');
    }

    .w-iconset-fugue.w-icon-leaf {
        background-image: url('../images/icon_sets/fugue/leaf.png');
    }

    .w-iconset-fugue.w-icon-lifebuoy {
        background-image: url('../images/icon_sets/fugue/lifebuoy.png');
    }

    .w-iconset-fugue.w-icon-lightning {
        background-image: url('../images/icon_sets/fugue/lightning.png');
    }

    .w-iconset-fugue.w-icon-luggage {
        background-image: url('../images/icon_sets/fugue/luggage.png');
    }

    .w-iconset-fugue.w-icon-magnifier {
        background-image: url('../images/icon_sets/fugue/magnifier.png');
    }

    .w-iconset-fugue.w-icon-mail {
        background-image: url('../images/icon_sets/fugue/mail.png');
    }

    .w-iconset-fugue.w-icon-marker {
        background-image: url('../images/icon_sets/fugue/marker.png');
    }

    .w-iconset-fugue.w-icon-medal {
        background-image: url('../images/icon_sets/fugue/medal.png');
    }

    .w-iconset-fugue.w-icon-money-coin {
        background-image: url('../images/icon_sets/fugue/money-coin.png');
    }

    .w-iconset-fugue.w-icon-paper-clip {
        background-image: url('../images/icon_sets/fugue/paper-clip.png');
    }

    .w-iconset-fugue.w-icon-plus-white {
        background-image: url('../images/icon_sets/fugue/plus-white.png');
    }

    .w-iconset-fugue.w-icon-price-tag {
        background-image: url('../images/icon_sets/fugue/price-tag.png');
    }

    .w-iconset-fugue.w-icon-question-white {
        background-image: url('../images/icon_sets/fugue/question-white.png');
    }

    .w-iconset-fugue.w-icon-report-paper {
        background-image: url('../images/icon_sets/fugue/report-paper.png');
    }

    .w-iconset-fugue.w-icon-smiley {
        background-image: url('../images/icon_sets/fugue/smiley.png');
    }

    .w-iconset-fugue.w-icon-star {
        background-image: url('../images/icon_sets/fugue/star.png');
    }

    .w-iconset-fugue.w-icon-sticky-note {
        background-image: url('../images/icon_sets/fugue/sticky-note.png');
    }

    .w-iconset-fugue.w-icon-t-shirt {
        background-image: url('../images/icon_sets/fugue/t-shirt.png');
    }

    .w-iconset-fugue.w-icon-tag {
        background-image: url('../images/icon_sets/fugue/tag.png');
    }

    .w-iconset-fugue.w-icon-tick-white {
        background-image: url('../images/icon_sets/fugue/tick-white.png');
    }

    .w-iconset-fugue.w-icon-user-black {
        background-image: url('../images/icon_sets/fugue/user-black.png');
    }

    .w-iconset-fugue.w-icon-user-silhouette {
        background-image: url('../images/icon_sets/fugue/user-silhouette.png');
    }

    .w-iconset-fugue.w-icon-wrench {
        background-image: url('../images/icon_sets/fugue/wrench.png');
    }

.w-iconset-rocky {
    width: 16px;
    height: 16px;
}

    .w-iconset-rocky.w-icon-accessibility {
        background-image: url('../images/icon_sets/rocky/accessibility.png');
    }

    .w-iconset-rocky.w-icon-add {
        background-image: url('../images/icon_sets/rocky/add.png');
    }

    .w-iconset-rocky.w-icon-agenda {
        background-image: url('../images/icon_sets/rocky/agenda.png');
    }

    .w-iconset-rocky.w-icon-airplane {
        background-image: url('../images/icon_sets/rocky/airplane.png');
    }

    .w-iconset-rocky.w-icon-alarm {
        background-image: url('../images/icon_sets/rocky/alarm.png');
    }

    .w-iconset-rocky.w-icon-album {
        background-image: url('../images/icon_sets/rocky/album.png');
    }

    .w-iconset-rocky.w-icon-alert {
        background-image: url('../images/icon_sets/rocky/alert.png');
    }

    .w-iconset-rocky.w-icon-annoucement {
        background-image: url('../images/icon_sets/rocky/annoucement.png');
    }

    .w-iconset-rocky.w-icon-arrow-down {
        background-image: url('../images/icon_sets/rocky/arrow-down.png');
    }

    .w-iconset-rocky.w-icon-arrow-left {
        background-image: url('../images/icon_sets/rocky/arrow-left.png');
    }

    .w-iconset-rocky.w-icon-arrow-right {
        background-image: url('../images/icon_sets/rocky/arrow-right.png');
    }

    .w-iconset-rocky.w-icon-arrow-up {
        background-image: url('../images/icon_sets/rocky/arrow-up.png');
    }

    .w-iconset-rocky.w-icon-art-brush {
        background-image: url('../images/icon_sets/rocky/art-brush.png');
    }

    .w-iconset-rocky.w-icon-auction {
        background-image: url('../images/icon_sets/rocky/auction.png');
    }

    .w-iconset-rocky.w-icon-award {
        background-image: url('../images/icon_sets/rocky/award.png');
    }

    .w-iconset-rocky.w-icon-bell {
        background-image: url('../images/icon_sets/rocky/bell.png');
    }

    .w-iconset-rocky.w-icon-bicycle {
        background-image: url('../images/icon_sets/rocky/bicycle.png');
    }

    .w-iconset-rocky.w-icon-bluetooth {
        background-image: url('../images/icon_sets/rocky/bluetooth.png');
    }

    .w-iconset-rocky.w-icon-boat {
        background-image: url('../images/icon_sets/rocky/boat.png');
    }

    .w-iconset-rocky.w-icon-bookmark {
        background-image: url('../images/icon_sets/rocky/bookmark.png');
    }

    .w-iconset-rocky.w-icon-briefcase {
        background-image: url('../images/icon_sets/rocky/briefcase.png');
    }

    .w-iconset-rocky.w-icon-brightness {
        background-image: url('../images/icon_sets/rocky/brightness.png');
    }

    .w-iconset-rocky.w-icon-bug {
        background-image: url('../images/icon_sets/rocky/bug.png');
    }

    .w-iconset-rocky.w-icon-bus {
        background-image: url('../images/icon_sets/rocky/bus.png');
    }

    .w-iconset-rocky.w-icon-calculator {
        background-image: url('../images/icon_sets/rocky/calculator.png');
    }

    .w-iconset-rocky.w-icon-calendar {
        background-image: url('../images/icon_sets/rocky/calendar.png');
    }

    .w-iconset-rocky.w-icon-camera {
        background-image: url('../images/icon_sets/rocky/camera.png');
    }

    .w-iconset-rocky.w-icon-car {
        background-image: url('../images/icon_sets/rocky/car.png');
    }

    .w-iconset-rocky.w-icon-cd {
        background-image: url('../images/icon_sets/rocky/cd.png');
    }

    .w-iconset-rocky.w-icon-chart {
        background-image: url('../images/icon_sets/rocky/chart.png');
    }

    .w-iconset-rocky.w-icon-check-box {
        background-image: url('../images/icon_sets/rocky/check-box.png');
    }

    .w-iconset-rocky.w-icon-check {
        background-image: url('../images/icon_sets/rocky/check.png');
    }

    .w-iconset-rocky.w-icon-clipboard {
        background-image: url('../images/icon_sets/rocky/clipboard.png');
    }

    .w-iconset-rocky.w-icon-clock {
        background-image: url('../images/icon_sets/rocky/clock.png');
    }

    .w-iconset-rocky.w-icon-coffee-mug {
        background-image: url('../images/icon_sets/rocky/coffee-mug.png');
    }

    .w-iconset-rocky.w-icon-comment {
        background-image: url('../images/icon_sets/rocky/comment.png');
    }

    .w-iconset-rocky.w-icon-compass {
        background-image: url('../images/icon_sets/rocky/compass.png');
    }

    .w-iconset-rocky.w-icon-connection-signal {
        background-image: url('../images/icon_sets/rocky/connection-signal.png');
    }

    .w-iconset-rocky.w-icon-construction-hat {
        background-image: url('../images/icon_sets/rocky/construction-hat.png');
    }

    .w-iconset-rocky.w-icon-construction {
        background-image: url('../images/icon_sets/rocky/construction.png');
    }

    .w-iconset-rocky.w-icon-contact-book {
        background-image: url('../images/icon_sets/rocky/contact-book.png');
    }

    .w-iconset-rocky.w-icon-controller-play {
        background-image: url('../images/icon_sets/rocky/controller-play.png');
    }

    .w-iconset-rocky.w-icon-cool {
        background-image: url('../images/icon_sets/rocky/cool.png');
    }

    .w-iconset-rocky.w-icon-cursor {
        background-image: url('../images/icon_sets/rocky/cursor.png');
    }

    .w-iconset-rocky.w-icon-cut {
        background-image: url('../images/icon_sets/rocky/cut.png');
    }

    .w-iconset-rocky.w-icon-dashboard {
        background-image: url('../images/icon_sets/rocky/dashboard.png');
    }

    .w-iconset-rocky.w-icon-delete {
        background-image: url('../images/icon_sets/rocky/delete.png');
    }

    .w-iconset-rocky.w-icon-delivery-truck {
        background-image: url('../images/icon_sets/rocky/delivery-truck.png');
    }

    .w-iconset-rocky.w-icon-discussion {
        background-image: url('../images/icon_sets/rocky/discussion.png');
    }

    .w-iconset-rocky.w-icon-download {
        background-image: url('../images/icon_sets/rocky/download.png');
    }

    .w-iconset-rocky.w-icon-earth {
        background-image: url('../images/icon_sets/rocky/earth.png');
    }

    .w-iconset-rocky.w-icon-email {
        background-image: url('../images/icon_sets/rocky/email.png');
    }

    .w-iconset-rocky.w-icon-eye {
        background-image: url('../images/icon_sets/rocky/eye.png');
    }

    .w-iconset-rocky.w-icon-fan {
        background-image: url('../images/icon_sets/rocky/fan.png');
    }

    .w-iconset-rocky.w-icon-favorite {
        background-image: url('../images/icon_sets/rocky/favorite.png');
    }

    .w-iconset-rocky.w-icon-fever-chart {
        background-image: url('../images/icon_sets/rocky/fever-chart.png');
    }

    .w-iconset-rocky.w-icon-financial {
        background-image: url('../images/icon_sets/rocky/financial.png');
    }

    .w-iconset-rocky.w-icon-first-aid-box {
        background-image: url('../images/icon_sets/rocky/first-aid-box.png');
    }

    .w-iconset-rocky.w-icon-flag {
        background-image: url('../images/icon_sets/rocky/flag.png');
    }

    .w-iconset-rocky.w-icon-flash {
        background-image: url('../images/icon_sets/rocky/flash.png');
    }

    .w-iconset-rocky.w-icon-folder {
        background-image: url('../images/icon_sets/rocky/folder.png');
    }

    .w-iconset-rocky.w-icon-game-controller {
        background-image: url('../images/icon_sets/rocky/game-controller.png');
    }

    .w-iconset-rocky.w-icon-gift {
        background-image: url('../images/icon_sets/rocky/gift.png');
    }

    .w-iconset-rocky.w-icon-go-to-bottom {
        background-image: url('../images/icon_sets/rocky/go-to-bottom.png');
    }

    .w-iconset-rocky.w-icon-go-to-top {
        background-image: url('../images/icon_sets/rocky/go-to-top.png');
    }

    .w-iconset-rocky.w-icon-gym {
        background-image: url('../images/icon_sets/rocky/gym.png');
    }

    .w-iconset-rocky.w-icon-hammer {
        background-image: url('../images/icon_sets/rocky/hammer.png');
    }

    .w-iconset-rocky.w-icon-hand-pointer {
        background-image: url('../images/icon_sets/rocky/hand-pointer.png');
    }

    .w-iconset-rocky.w-icon-hand {
        background-image: url('../images/icon_sets/rocky/hand.png');
    }

    .w-iconset-rocky.w-icon-headphone {
        background-image: url('../images/icon_sets/rocky/headphone.png');
    }

    .w-iconset-rocky.w-icon-help {
        background-image: url('../images/icon_sets/rocky/help.png');
    }

    .w-iconset-rocky.w-icon-highlighter {
        background-image: url('../images/icon_sets/rocky/highlighter.png');
    }

    .w-iconset-rocky.w-icon-home {
        background-image: url('../images/icon_sets/rocky/home.png');
    }

    .w-iconset-rocky.w-icon-hot {
        background-image: url('../images/icon_sets/rocky/hot.png');
    }

    .w-iconset-rocky.w-icon-hourglass {
        background-image: url('../images/icon_sets/rocky/hourglass.png');
    }

    .w-iconset-rocky.w-icon-infinite {
        background-image: url('../images/icon_sets/rocky/infinite.png');
    }

    .w-iconset-rocky.w-icon-info {
        background-image: url('../images/icon_sets/rocky/info.png');
    }

    .w-iconset-rocky.w-icon-iphone {
        background-image: url('../images/icon_sets/rocky/iphone.png');
    }

    .w-iconset-rocky.w-icon-ipod {
        background-image: url('../images/icon_sets/rocky/ipod.png');
    }

    .w-iconset-rocky.w-icon-key {
        background-image: url('../images/icon_sets/rocky/key.png');
    }

    .w-iconset-rocky.w-icon-lab {
        background-image: url('../images/icon_sets/rocky/lab.png');
    }

    .w-iconset-rocky.w-icon-laptop {
        background-image: url('../images/icon_sets/rocky/laptop.png');
    }

    .w-iconset-rocky.w-icon-light-bulb {
        background-image: url('../images/icon_sets/rocky/light-bulb.png');
    }

    .w-iconset-rocky.w-icon-link {
        background-image: url('../images/icon_sets/rocky/link.png');
    }

    .w-iconset-rocky.w-icon-location {
        background-image: url('../images/icon_sets/rocky/location.png');
    }

    .w-iconset-rocky.w-icon-lock {
        background-image: url('../images/icon_sets/rocky/lock.png');
    }

    .w-iconset-rocky.w-icon-login {
        background-image: url('../images/icon_sets/rocky/login.png');
    }

    .w-iconset-rocky.w-icon-logout {
        background-image: url('../images/icon_sets/rocky/logout.png');
    }

    .w-iconset-rocky.w-icon-magic-wand {
        background-image: url('../images/icon_sets/rocky/magic-wand.png');
    }

    .w-iconset-rocky.w-icon-martini-glass {
        background-image: url('../images/icon_sets/rocky/martini-glass.png');
    }

    .w-iconset-rocky.w-icon-microphone {
        background-image: url('../images/icon_sets/rocky/microphone.png');
    }

    .w-iconset-rocky.w-icon-museum {
        background-image: url('../images/icon_sets/rocky/museum.png');
    }

    .w-iconset-rocky.w-icon-music {
        background-image: url('../images/icon_sets/rocky/music.png');
    }

    .w-iconset-rocky.w-icon-orbit {
        background-image: url('../images/icon_sets/rocky/orbit.png');
    }

    .w-iconset-rocky.w-icon-paint-brush {
        background-image: url('../images/icon_sets/rocky/paint-brush.png');
    }

    .w-iconset-rocky.w-icon-paper-clip {
        background-image: url('../images/icon_sets/rocky/paper-clip.png');
    }

    .w-iconset-rocky.w-icon-pencil {
        background-image: url('../images/icon_sets/rocky/pencil.png');
    }

    .w-iconset-rocky.w-icon-phone-classic {
        background-image: url('../images/icon_sets/rocky/phone-classic.png');
    }

    .w-iconset-rocky.w-icon-phone {
        background-image: url('../images/icon_sets/rocky/phone.png');
    }

    .w-iconset-rocky.w-icon-picture {
        background-image: url('../images/icon_sets/rocky/picture.png');
    }

    .w-iconset-rocky.w-icon-pin {
        background-image: url('../images/icon_sets/rocky/pin.png');
    }

    .w-iconset-rocky.w-icon-power {
        background-image: url('../images/icon_sets/rocky/power.png');
    }

    .w-iconset-rocky.w-icon-print {
        background-image: url('../images/icon_sets/rocky/print.png');
    }

    .w-iconset-rocky.w-icon-recycle {
        background-image: url('../images/icon_sets/rocky/recycle.png');
    }

    .w-iconset-rocky.w-icon-restrict {
        background-image: url('../images/icon_sets/rocky/restrict.png');
    }

    .w-iconset-rocky.w-icon-rocket {
        background-image: url('../images/icon_sets/rocky/rocket.png');
    }

    .w-iconset-rocky.w-icon-rss {
        background-image: url('../images/icon_sets/rocky/rss.png');
    }

    .w-iconset-rocky.w-icon-satellite {
        background-image: url('../images/icon_sets/rocky/satellite.png');
    }

    .w-iconset-rocky.w-icon-save {
        background-image: url('../images/icon_sets/rocky/save.png');
    }

    .w-iconset-rocky.w-icon-setting {
        background-image: url('../images/icon_sets/rocky/setting.png');
    }

    .w-iconset-rocky.w-icon-share {
        background-image: url('../images/icon_sets/rocky/share.png');
    }

    .w-iconset-rocky.w-icon-shopping-bag {
        background-image: url('../images/icon_sets/rocky/shopping-bag.png');
    }

    .w-iconset-rocky.w-icon-shopping-basket {
        background-image: url('../images/icon_sets/rocky/shopping-basket.png');
    }

    .w-iconset-rocky.w-icon-shopping-cart {
        background-image: url('../images/icon_sets/rocky/shopping-cart.png');
    }

    .w-iconset-rocky.w-icon-shovel {
        background-image: url('../images/icon_sets/rocky/shovel.png');
    }

    .w-iconset-rocky.w-icon-star {
        background-image: url('../images/icon_sets/rocky/star.png');
    }

    .w-iconset-rocky.w-icon-stock-chart {
        background-image: url('../images/icon_sets/rocky/stock-chart.png');
    }

    .w-iconset-rocky.w-icon-stop {
        background-image: url('../images/icon_sets/rocky/stop.png');
    }

    .w-iconset-rocky.w-icon-tag-cloud {
        background-image: url('../images/icon_sets/rocky/tag-cloud.png');
    }

    .w-iconset-rocky.w-icon-tag {
        background-image: url('../images/icon_sets/rocky/tag.png');
    }

    .w-iconset-rocky.w-icon-thumb-down {
        background-image: url('../images/icon_sets/rocky/thumb-down.png');
    }

    .w-iconset-rocky.w-icon-thumb-up {
        background-image: url('../images/icon_sets/rocky/thumb-up.png');
    }

    .w-iconset-rocky.w-icon-tool {
        background-image: url('../images/icon_sets/rocky/tool.png');
    }

    .w-iconset-rocky.w-icon-trophy {
        background-image: url('../images/icon_sets/rocky/trophy.png');
    }

    .w-iconset-rocky.w-icon-tv {
        background-image: url('../images/icon_sets/rocky/tv.png');
    }

    .w-iconset-rocky.w-icon-umbella {
        background-image: url('../images/icon_sets/rocky/umbella.png');
    }

    .w-iconset-rocky.w-icon-undo {
        background-image: url('../images/icon_sets/rocky/undo.png');
    }

    .w-iconset-rocky.w-icon-unlock {
        background-image: url('../images/icon_sets/rocky/unlock.png');
    }

    .w-iconset-rocky.w-icon-upload {
        background-image: url('../images/icon_sets/rocky/upload.png');
    }

    .w-iconset-rocky.w-icon-usb {
        background-image: url('../images/icon_sets/rocky/usb.png');
    }

    .w-iconset-rocky.w-icon-user-group {
        background-image: url('../images/icon_sets/rocky/user-group.png');
    }

    .w-iconset-rocky.w-icon-user {
        background-image: url('../images/icon_sets/rocky/user.png');
    }

    .w-iconset-rocky.w-icon-video-camera {
        background-image: url('../images/icon_sets/rocky/video-camera.png');
    }

    .w-iconset-rocky.w-icon-video-clapper {
        background-image: url('../images/icon_sets/rocky/video-clapper.png');
    }

    .w-iconset-rocky.w-icon-video-reel {
        background-image: url('../images/icon_sets/rocky/video-reel.png');
    }

    .w-iconset-rocky.w-icon-walk {
        background-image: url('../images/icon_sets/rocky/walk.png');
    }

    .w-iconset-rocky.w-icon-weather {
        background-image: url('../images/icon_sets/rocky/weather.png');
    }

    .w-iconset-rocky.w-icon-web {
        background-image: url('../images/icon_sets/rocky/web.png');
    }

    .w-iconset-rocky.w-icon-webcam {
        background-image: url('../images/icon_sets/rocky/webcam.png');
    }

    .w-iconset-rocky.w-icon-wine-glass {
        background-image: url('../images/icon_sets/rocky/wine-glass.png');
    }

    .w-iconset-rocky.w-icon-wireless {
        background-image: url('../images/icon_sets/rocky/wireless.png');
    }

    .w-iconset-rocky.w-icon-zoom-in {
        background-image: url('../images/icon_sets/rocky/zoom-in.png');
    }

.w-button .w-icon-btn {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    margin: 3px 3px 0 0;
    background: #343434;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

    .w-button .w-icon-btn:hover {
        background: #454545;
    }

.w-button .w-icon_spacer {
    position: relative;
    display: inline-block;
    width: 5px;
}

#vpFooter {
    width: 100%;
    height: 100%;
    text-align: center;
}

    #vpFooter .vpButton {
        display: inline-block;
        position: relative;
        height: auto;
        width: auto;
        background-color: #E8EAEB;
        border: 2px solid #fff;
    }

        #vpFooter .vpButton .vpFreebarMessage {
            height: 100%;
            padding: 10px 20px;
            text-shadow: none;
            z-index: 5;
        }

            #vpFooter .vpButton .vpFreebarMessage img {
                vertical-align: middle;
            }

            #vpFooter .vpButton .vpFreebarMessage a, #vpFooter .vpButton .vpFreebarMessage span {
                font: 500 12px/1.2em "Helvetica Neue",Arial,sans-serif !important;
                color: #4D4D4F !important;
                text-decoration: none !important;
                border-bottom: none !important;
            }

                #vpFooter .vpButton .vpFreebarMessage a:hover, #vpFooter .vpButton .vpFreebarMessage span:hover {
                    color: #4D4D4F !important;
                    text-decoration: underline !important;
                }

.bldr-placeholder-element, .bldr-placeholder-loading {
    position: relative;
    background: #a1a1a1 url("/images/placeholder-bg.png") 50% 50%;
    box-shadow: inset 0 0 10px #444;
}

    .bldr-placeholder-element:before, .bldr-placeholder-loading:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        background: transparent no-repeat 50% 50%;
    }

    .bldr-placeholder-element:after, .bldr-placeholder-loading:after {
        text-align: center;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 80%;
        padding: 0 10%;
        font: bold 13px "helvetica neue",arial;
        color: #f1f1f1;
        text-shadow: 0 1px 1px rgba(0,0,0,0.5);
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .bldr-placeholder-element > *, .bldr-placeholder-loading > * {
        display: none;
    }

    .bldr-placeholder-loading:before {
        background-image: url("/images/onpage_loader.gif");
        width: 99px;
        height: 20px;
        margin: -10px 0 0 -50px;
    }

.bldr-placeholder-image {
    width: 100%;
    height: 100%;
}

    .bldr-placeholder-image:before {
        width: 38px;
        height: 38px;
        margin-top: -19px;
        margin-left: -19px;
        background-image: url("/images/placeholder/image.png");
    }

    .bldr-placeholder-image:after {
        margin-top: 20px;
        content: attr(data-placeholder-text);
    }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table {
    vertical-align: baseline;
    }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, q:before, blockquote:after, q:after {
        content: '';
        content: none;
    }

blockquote {
    margin-left: 40px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

s, strike, del {
    text-decoration: line-through;
}

u {
    text-decoration: underline;
}

.w-font-arial {
    font-family: Arial;
}

.w-font-courier_new {
    font-family: Courier New;
}

.w-font-tahoma {
    font-family: Tahoma;
}

.w-font-times_new_roman {
    font-family: Times New Roman;
}

.w-font-trebuchet_ms {
    font-family: Trebuchet MS;
}

.webs-text {
    min-height: 21px;
}

    .webs-text ul, .webs-text ol {
        list-style: inherit;
        list-style-position: inside;
    }

        .webs-text ul ul, .webs-text ol ul, .webs-text ul ol, .webs-text ol ol {
            margin-left: 20px;
        }

        .webs-text ul.style-disc {
            list-style-type: disc;
        }

        .webs-text ul.style-circle {
            list-style-type: circle;
        }

        .webs-text ul.style-square {
            list-style-type: square;
        }

        .webs-text ol.style-decimal {
            list-style-type: decimal;
        }

        .webs-text ol.style-upper-alpha {
            list-style-type: upper-alpha;
        }

        .webs-text ol.style-lower-alpha {
            list-style-type: lower-alpha;
        }

        .webs-text ol.style-upper-roman {
            list-style-type: upper-roman;
        }

        .webs-text ol.style-lower-roman {
            list-style-type: lower-roman;
        }

    .webs-text p {
        margin: 0 0 0px;
    }

.webs-parent-0:after, .webs-parent-0 > .webs-parent:after, .webs-row:after, .webs-col > .webs-bin:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.webs-row {
    overflow: visible;
}

    .webs-row > .webs-col {
        float: left;
    }

.webs-bin {
    position: relative;
}

.webs-container {
    padding: 10px;
}

    .webs-container:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

.webs-submodule {
    max-width: 100%;
}

.webs-text {
    word-wrap: break-word;
}

#fw-member-presence {
    position: absolute;
    top: 0;
    right: 15px;
    min-width: 183px;
    height: 24px;
    background: transparent url("/images/logout-bg.png") top left no-repeat;
    z-index: 10000;
    font-size: 11px;
    color: #666;
    font: normal 13px/24px "Helvetica",Arial,sans-serif;
}

    #fw-member-presence a.fw-display-name {
        color: #284FB4;
        width: 96px;
        height: 100%;
        display: block;
        float: left;
        margin-left: 6px;
        padding-left: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #fw-member-presence a.fw-signout {
        float: right;
        margin-right: 8px;
        text-decoration: none;
        color: #284FB4;
    }

#webs-cc {
    background-color: #000;
    opacity: 0.75;
    margin: -37px 12px 0 auto;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    z-index: 1000;
    position: relative;
    overflow-y: auto;
}

    #webs-cc #webs-cc-mark {
        background: transparent url(../images/cc_mark.png) bottom right no-repeat;
        width: 17px;
        height: 17px;
        font-size: 1px;
        text-indent: -9000px;
        display: block;
        position: absolute;
        bottom: 4px;
        right: 4px;
    }

    #webs-cc #webs-cc-full {
        display: none;
        color: #ccc;
        text-align: center;
        font-family: helvetica,arial,sans-serif;
        font-size: 13px;
        line-height: 19px;
        padding: 10px;
        margin: 0 10px 0 10px;
    }

        #webs-cc #webs-cc-full p {
            margin-top: 10px;
        }

        #webs-cc #webs-cc-full a:link, #webs-cc #webs-cc-full a:visited, #webs-cc #webs-cc-full a:active {
            color: #ccc;
            font-weight: bold;
            text-decoration: underline;
        }

    #webs-cc.over {
        width: 400px;
        height: 135px;
        margin-top: -147px;
        opacity: 0.85;
    }

        #webs-cc.over #webs-cc-full {
            display: block;
        }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

.wz-bold {
    font-weight: bold;
}

.wz-italic {
    font-style: italic;
}

.wz-underline {
    text-decoration: underline;
}

.wz-strikethrough {
    text-decoration: line-through;
}

.wz-underline.wz-strikethrough {
    text-decoration: underline line-through;
}

.webs-expired-premium.header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 5px;
    font-size: 14px;
    background-color: #e34545;
}

    .webs-expired-premium.header p {
        position: relative;
        top: 50%;
        margin-top: -7px;
        font-size: 14px;
        text-align: center;
        color: #fff;
        font-family: Lato,Arial,sans-serif;
    }

        .webs-expired-premium.header p a {
            color: inherit;
            text-decoration: underline;
        }

    .webs-expired-premium.header .toggle {
        position: absolute;
        top: 0;
        right: 10px;
        height: 100%;
        background-color: inherit;
        cursor: pointer;
    }

    .webs-expired-premium.header.open {
        height: 50px;
    }

        .webs-expired-premium.header.open .toggle {
            right: 20px;
        }

            .webs-expired-premium.header.open .toggle:before {
                content: "\00d7";
                position: absolute;
                top: 50%;
                right: 50%;
                margin-top: -11px;
                font-size: 22px;
                font-weight: bold;
                color: #f9dada;
            }

    .webs-expired-premium.header.closed p {
        display: none;
    }

