﻿@charset "UTF-8";

.clear {
    clear: both;
}

.nobr {
    white-space: nowrap;
}

@font-face {
    font-family: star;
    src: url(/assets/fonts/star.eot);
    src: url(/assets/fonts/star.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/star.woff) format('woff'),url(/assets/fonts/star.ttf) format('truetype'),url(/assets/fonts/star.svg#star) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: WooCommerce;
    src: url(/assets/fonts/WooCommerce.eot);
    src: url(/assets/fonts/WooCommerce.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/WooCommerce.woff) format('woff'),url(/assets/fonts/WooCommerce.ttf) format('truetype'),url(/assets/fonts/WooCommerce.svg#WooCommerce) format('svg');
    font-weight: 400;
    font-style: normal;
}

p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: .5em 0;
    text-align: center;
    background: #ad74a2;
    background: -webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));
    background: -webkit-linear-gradient(#ad74a2,#96588a);
    background: -moz-linear-gradient(center top,#ad74a2 0,#96588a 100%);
    background: -moz-gradient(center top,#ad74a2 0,#96588a 100%);
    border: 1px solid #96588a;
    color: #fff;
    z-index: 99998;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,.2);
}

.admin-bar p.demo_store {
    top: 28px;
}

.overlay2 {
    padding: 8px 15px;
    background: rgba(3, 51, 76, 0.60);
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 819px;
}

.overlay3 {
    color: #eee;
    font-size: 28px !important;
    text-align: left;
    margin: 0;
}

.homeslideh3 {
    font-size: 28px !important;
    text-align: left;
}

.mansetsag {
    font: 20px/24px 'Roboto', sans-serif;
    text-align: left;
}

.marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    direction: ltr;
}

.finansBaslik {
    height: 18px;
    width: 100%;
    float: left;
    color: #6f9ed3;
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
    font: bold 12px/12px 'Roboto', sans-serif;
}


.finansDeger {
    height: 18px;
    width: 100%;
    float: left;
    color: black;
    text-align: center;
    font: bold 14px/14px 'Roboto', sans-serif;
}

.finansYuzde {
    height: 20px;
    width: 80%;
    float: left;
    text-align: center;
    font-size: 12px;
}

.finansMain-0 {
    width: 20%;
    height: 70px;
    float: left;
    text-align: left;
    background-color: #e3e3e3;
    padding-top: 5px;
}

.finansMain-1 {
    width: 20%;
    height: 70px;
    float: left;
    text-align: left;
    background-color: #e3e3e3;
    background-color: #f1f1f1;
    padding-top: 5px;
}

.kayanYuzde {
    color: rgb(66, 155, 66);
    font: 12px/12px 'Roboto', sans-serif;
    margin-right: 10px;
    margin-left: 5px;
}

.kayanYuzde2 {
    color: #ef3434;
    font: 12px/12px 'Roboto', sans-serif;
    margin-right: 10px;
    margin-left: 5px;
}

.finasnFlash {
    height: 20px;
    position: absolute;
    background-color: rgb(202, 0, 0);
    z-index: 9;
    margin: 0px 0px 0px 0px;
    color: #fff;
    margin-top: 0px;
}

.finansFlashText {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 3px;
    font: bold 12px/12px 'Roboto', sans-serif;
}

.marqueeback {
    height: 20px;
    background-color: #E8E8E8;
    margin-bottom: 20px;
    padding-top: 0px;
    direction: ltr;
}



#page-content {
    top: 10px;
}

.wc-forward a:after, .wc-forward:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    content: "\e029";
    font-size: .75em;
}

.wc-backward a:before, .wc-backward:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e02f";
    font-size: .75em;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
    padding: 1em 1em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fcfbfc;
    background: -webkit-gradient(linear,left top,left bottom,from(#fcfbfc),to(#f7f6f7));
    background: -webkit-linear-gradient(#fcfbfc,#f7f6f7);
    background: -moz-linear-gradient(center top,#fcfbfc 0,#f7f6f7 100%);
    background: -moz-gradient(center top,#fcfbfc 0,#f7f6f7 100%);
    color: #5e5e5e;
    text-shadow: 0 1px 0 #fff;
    list-style: none !important;
    width: auto;
    -webkit-box-shadow: inset 0 -2px 6px rgba(0,0,0,.05),inset 0 -2px 30px rgba(0,0,0,.015),inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.3);
    box-shadow: inset 0 -2px 6px rgba(0,0,0,.05),inset 0 -2px 30px rgba(0,0,0,.015),inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.3);
}

    .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-message:after, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-message:after {
        clear: both;
    }

    .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
        content: "";
        height: 1.5em;
        width: 1.5em;
        display: block;
        position: absolute;
        top: 0;
        left: 1em;
        font: 1em 'Roboto', sans-serif;
        line-height: 1.5;
        text-align: center;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0,0,0,.2);
        padding-top: 1em;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.1);
        -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.1);
    }

    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
        float: right;
    }

    .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li, .woocommerce-page .woocommerce-error li, .woocommerce-page .woocommerce-info li, .woocommerce-page .woocommerce-message li {
        list-style: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
    border-top: 3px solid #8fae1b;
}

    .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
        background-color: #8fae1b;
        content: "\2713";
    }

.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
    border-top: 3px solid #1e85be;
}

    .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
        background-color: #1e85be;
        content: "i";
        font-style: italic;
        font: 12px/12px 'Roboto', sans-serif;
    }

.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
    border-top: 3px solid #b81c23;
}

    .woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before {
        background-color: #b81c23;
        content: "\00d7";
        font-weight: 700;
    }

.woocommerce small.note, .woocommerce-page small.note {
    display: block;
    color: #777;
    font-size: 11px;
    line-height: 21px;
    margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777;
}

    .woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before, .woocommerce-page .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:after {
        clear: both;
    }

    .woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
        color: #777;
    }

.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product {
    margin-bottom: 0;
    position: relative;
}

    .woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title {
        clear: none;
        margin-top: 0;
        padding: 0;
    }

    .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price {
        color: #85ad74;
        font-size: 1.25em;
    }

        .woocommerce #content div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins, .woocommerce-page #content div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page div.product span.price ins {
            background: inherit;
        }

        .woocommerce #content div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce-page #content div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page div.product span.price del {
            font-size: .67em;
            color: rgba(145,145,145,.5);
        }

    .woocommerce #content div.product p.stock, .woocommerce div.product p.stock, .woocommerce-page #content div.product p.stock, .woocommerce-page div.product p.stock {
        font-size: .92em;
    }

    .woocommerce #content div.product .stock, .woocommerce div.product .stock, .woocommerce-page #content div.product .stock, .woocommerce-page div.product .stock {
        color: #85ad74;
    }

    .woocommerce #content div.product .out-of-stock, .woocommerce div.product .out-of-stock, .woocommerce-page #content div.product .out-of-stock, .woocommerce-page div.product .out-of-stock {
        color: red;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        margin-bottom: 2em;
    }

        .woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
            display: block;
            width: 100%;
            height: auto;
            box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
            -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
            -webkit-transition: all ease-in-out .2s;
            -moz-transition: all ease-in-out .2s;
            -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
        }

        .woocommerce #content div.product div.images div.thumbnails, .woocommerce div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails {
            padding-top: 1em;
        }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        margin-bottom: 2em;
    }

    .woocommerce #content div.product div.social, .woocommerce div.product div.social, .woocommerce-page #content div.product div.social, .woocommerce-page div.product div.social {
        text-align: right;
        margin: 0 0 1em;
    }

        .woocommerce #content div.product div.social span, .woocommerce div.product div.social span, .woocommerce-page #content div.product div.social span, .woocommerce-page div.product div.social span {
            margin: 0 0 0 2px;
        }

            .woocommerce #content div.product div.social span span, .woocommerce div.product div.social span span, .woocommerce-page #content div.product div.social span span, .woocommerce-page div.product div.social span span {
                margin: 0;
            }

            .woocommerce #content div.product div.social span .stButton .chicklets, .woocommerce div.product div.social span .stButton .chicklets, .woocommerce-page #content div.product div.social span .stButton .chicklets, .woocommerce-page div.product div.social span .stButton .chicklets {
                padding-left: 16px;
                width: 0;
            }

        .woocommerce #content div.product div.social iframe, .woocommerce div.product div.social iframe, .woocommerce-page #content div.product div.social iframe, .woocommerce-page div.product div.social iframe {
            float: left;
            margin-top: 3px;
        }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
        list-style: none;
        padding: 0 0 0 1em;
        margin: 0 0 1.618em;
        overflow: hidden;
        position: relative;
    }

        .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
            border: 1px solid #e0dadf;
            background: #f7f6f7;
            background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e0dadf));
            background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
            background: -moz-linear-gradient(center top,#f7f6f7 0,#e0dadf 100%);
            background: -moz-gradient(center top,#f7f6f7 0,#e0dadf 100%);
            display: inline-block;
            position: relative;
            z-index: 0;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            box-shadow: 0 3px 3px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.6);
            margin: 0 -5px;
            padding: 0 1em;
        }

            .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
                display: inline-block;
                padding: .5em 0;
                font-weight: 700;
                color: #5e5e5e;
                text-shadow: 0 1px 0 rgba(255,255,255,.8);
                text-decoration: none;
            }

                .woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
                    text-decoration: none;
                    color: #777;
                }

            .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
                background: #fff;
                z-index: 2;
                border-bottom-color: #fff;
            }

                .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
                    color: inherit;
                    text-shadow: inherit;
                }

                .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
                    box-shadow: 2px 2px 0 #fff;
                }

                .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
                    box-shadow: -2px 2px 0 #fff;
                }

            .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
                border: 1px solid #e0dadf;
                position: absolute;
                bottom: -1px;
                width: 5px;
                height: 5px;
                content: " ";
            }

            .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
                left: -6px;
                -webkit-border-bottom-right-radius: 4px;
                -moz-border-bottom-right-radius: 4px;
                border-bottom-right-radius: 4px;
                border-width: 0 1px 1px 0;
                box-shadow: 2px 2px 0 #e0dadf;
            }

            .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
                right: -6px;
                -webkit-border-bottom-left-radius: 4px;
                -moz-border-bottom-left-radius: 4px;
                border-bottom-left-radius: 4px;
                border-width: 0 0 1px 1px;
                box-shadow: -2px 2px 0 #e0dadf;
            }

        .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
            position: absolute;
            content: " ";
            width: 100%;
            bottom: 0;
            left: 0;
            border-bottom: 1px solid #e0dadf;
            z-index: 1;
        }

    .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel {
        margin: 0 0 2em;
        padding: 0;
    }

    .woocommerce #content div.product p.cart, .woocommerce div.product p.cart, .woocommerce-page #content div.product p.cart, .woocommerce-page div.product p.cart {
        margin-bottom: 2em;
    }

        .woocommerce #content div.product p.cart:after, .woocommerce #content div.product p.cart:before, .woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before, .woocommerce-page #content div.product p.cart:after, .woocommerce-page #content div.product p.cart:before, .woocommerce-page div.product p.cart:after, .woocommerce-page div.product p.cart:before {
            content: " ";
            display: table;
        }

        .woocommerce #content div.product p.cart:after, .woocommerce div.product p.cart:after, .woocommerce-page #content div.product p.cart:after, .woocommerce-page div.product p.cart:after {
            clear: both;
        }

    .woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart {
        margin-bottom: 2em;
    }

        .woocommerce #content div.product form.cart:after, .woocommerce #content div.product form.cart:before, .woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before, .woocommerce-page #content div.product form.cart:after, .woocommerce-page #content div.product form.cart:before, .woocommerce-page div.product form.cart:after, .woocommerce-page div.product form.cart:before {
            content: " ";
            display: table;
        }

        .woocommerce #content div.product form.cart:after, .woocommerce div.product form.cart:after, .woocommerce-page #content div.product form.cart:after, .woocommerce-page div.product form.cart:after {
            clear: both;
        }

        .woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
            float: left;
            margin: 0 4px 0 0;
        }

        .woocommerce #content div.product form.cart table, .woocommerce div.product form.cart table, .woocommerce-page #content div.product form.cart table, .woocommerce-page div.product form.cart table {
            border-width: 0 0 1px;
        }

            .woocommerce #content div.product form.cart table td, .woocommerce div.product form.cart table td, .woocommerce-page #content div.product form.cart table td, .woocommerce-page div.product form.cart table td {
                padding-left: 0;
            }

            .woocommerce #content div.product form.cart table div.quantity, .woocommerce div.product form.cart table div.quantity, .woocommerce-page #content div.product form.cart table div.quantity, .woocommerce-page div.product form.cart table div.quantity {
                float: none;
                margin: 0;
            }

            .woocommerce #content div.product form.cart table small.stock, .woocommerce div.product form.cart table small.stock, .woocommerce-page #content div.product form.cart table small.stock, .woocommerce-page div.product form.cart table small.stock {
                display: block;
                float: none;
            }

        .woocommerce #content div.product form.cart .variations, .woocommerce div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations, .woocommerce-page div.product form.cart .variations {
            margin-bottom: 1em;
        }

            .woocommerce #content div.product form.cart .variations label, .woocommerce div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label {
                font-weight: 700;
            }

            .woocommerce #content div.product form.cart .variations select, .woocommerce div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select {
                width: 100%;
                float: left;
            }

            .woocommerce #content div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label {
                padding-right: 1em;
            }

            .woocommerce #content div.product form.cart .variations td, .woocommerce div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td {
                vertical-align: top;
            }

        .woocommerce #content div.product form.cart .button, .woocommerce div.product form.cart .button, .woocommerce-page #content div.product form.cart .button, .woocommerce-page div.product form.cart .button {
            vertical-align: middle;
            float: left;
        }

        .woocommerce #content div.product form.cart .group_table td.label, .woocommerce div.product form.cart .group_table td.label, .woocommerce-page #content div.product form.cart .group_table td.label, .woocommerce-page div.product form.cart .group_table td.label {
            padding-right: 1em;
            padding-left: 1em;
        }

        .woocommerce #content div.product form.cart .group_table td, .woocommerce div.product form.cart .group_table td, .woocommerce-page #content div.product form.cart .group_table td, .woocommerce-page div.product form.cart .group_table td {
            vertical-align: top;
            padding-bottom: .5em;
        }

.woocommerce span.onsale, .woocommerce-page span.onsale {
    min-height: 32px;
    min-width: 32px;
    padding: 4px;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 6px;
    left: 6px;
    margin: 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #a2c094;
    background: -webkit-gradient(linear,left top,left bottom,from(#a2c094),to(#85ad74));
    background: -webkit-linear-gradient(#a2c094,#85ad74);
    background: -moz-linear-gradient(center top,#a2c094 0,#85ad74 100%);
    background: -moz-gradient(center top,#a2c094 0,#85ad74 100%);
    text-shadow: 0 -1px 0 #85ad74;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.2);
}

.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

    .woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before, .woocommerce-page .products ul:after, .woocommerce-page .products ul:before, .woocommerce-page ul.products:after, .woocommerce-page ul.products:before {
        content: " ";
        display: table;
    }

    .woocommerce .products ul:after, .woocommerce ul.products:after, .woocommerce-page .products ul:after, .woocommerce-page ul.products:after {
        clear: both;
    }

    .woocommerce .products ul li, .woocommerce ul.products li, .woocommerce-page .products ul li, .woocommerce-page ul.products li {
        list-style: none;
    }

        .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
            top: 0;
            right: 0;
            left: auto;
            margin: -6px -6px 0 0;
        }

        .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
            padding: .5em 0;
            margin: 0;
            font-size: 1em;
        }

        .woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
            text-decoration: none;
        }

            .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
                width: 100%;
                height: auto;
                display: block;
                margin: 0 0 8px;
                box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
                -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
                -webkit-transition: all ease-in-out .2s;
                -moz-transition: all ease-in-out .2s;
                -o-transition: all ease-in-out .2s;
                transition: all ease-in-out .2s;
            }

            .woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
                box-shadow: 0 1px 3px 0 rgba(0,0,0,.4);
                -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.4);
            }

        .woocommerce ul.products li.product strong, .woocommerce-page ul.products li.product strong {
            display: block;
        }

        .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
            color: #85ad74;
            display: block;
            font-weight: 400;
            margin-bottom: .5em;
        }

            .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
                font-size: .67em;
                color: rgba(145,145,145,.5);
                margin: -2px 0 0;
            }

            .woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
                background: 0 0;
            }

            .woocommerce ul.products li.product .price .from, .woocommerce-page ul.products li.product .price .from {
                font-size: .67em;
                margin: -2px 0 0;
                text-transform: uppercase;
                color: rgba(145,145,145,.5);
            }

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-ordering, .woocommerce-page .woocommerce-result-count {
    margin: 0 0 1em;
}

    .woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
        vertical-align: top;
    }

.woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination {
    text-align: center;
}

    .woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul {
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        clear: both;
        border: 1px solid #e0dadf;
        border-right: 0;
        margin: 1px;
    }

        .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
            border-right: 1px solid #e0dadf;
            padding: 0;
            margin: 0;
            float: left;
            display: inline;
            overflow: hidden;
        }

            .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span {
                margin: 0;
                text-decoration: none;
                line-height: 1em;
                font-size: 1em;
                font-weight: 400;
                padding: .5em;
                min-width: 1em;
                display: block;
            }

                .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li span.current {
                    background: #f7f6f7;
                    color: #998896;
                }

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    overflow: visible;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: 700;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: auto;
    color: #5e5e5e;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border: 1px solid #c8bfc6;
    background: #f7f6f7;
    background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e0dadf));
    background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
    background: -moz-linear-gradient(center top,#f7f6f7 0,#e0dadf 100%);
    background: -moz-gradient(center top,#f7f6f7 0,#e0dadf 100%);
    white-space: nowrap;
    display: inline-block;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
}

    .woocommerce #content input.button.loading, .woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce-page #content input.button.loading, .woocommerce-page #respond input#submit.loading, .woocommerce-page a.button.loading, .woocommerce-page button.button.loading, .woocommerce-page input.button.loading {
        color: #777;
        border: 1px solid #f7f6f7;
    }

        .woocommerce #content input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce-page #content input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: url(/assets/images/ajax-loader.gif) center no-repeat rgba(255,255,255,.65);
        }

    .woocommerce #content input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page #content input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before {
        position: absolute;
        height: 16px;
        width: 16px;
        top: .35em;
        right: -26px;
        text-indent: 0;
        font-family: WooCommerce;
        content: "\e017";
    }

    .woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
        background: #f7f6f7;
        background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#d4cdd2));
        background: -webkit-linear-gradient(#f7f6f7,#d4cdd2);
        background: -moz-linear-gradient(center top,#f7f6f7 0,#d4cdd2 100%);
        background: -moz-gradient(center top,#f7f6f7 0,#d4cdd2 100%);
        text-decoration: none;
    }

    .woocommerce #content input.button:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce-page #content input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active {
        top: 1px;
    }

    .woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
        background: #ad74a2;
        background: -webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));
        background: -webkit-linear-gradient(#ad74a2,#96588a);
        background: -moz-linear-gradient(center top,#ad74a2 0,#96588a 100%);
        background: -moz-gradient(center top,#ad74a2 0,#96588a 100%);
        border-color: #76456c;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.6);
    }

        .woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
            background: #ad74a2;
            background: -webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#864f7b));
            background: -webkit-linear-gradient(#ad74a2,#864f7b);
            background: -moz-linear-gradient(center top,#ad74a2 0,#864f7b 100%);
            background: -moz-gradient(center top,#ad74a2 0,#864f7b 100%);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0,0,0,.6);
        }

    .woocommerce #content input.button.disabled, .woocommerce #content input.button:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce-page #content input.button.disabled, .woocommerce-page #content input.button:disabled, .woocommerce-page #respond input#submit.disabled, .woocommerce-page #respond input#submit:disabled, .woocommerce-page a.button.disabled, .woocommerce-page a.button:disabled, .woocommerce-page button.button.disabled, .woocommerce-page button.button:disabled, .woocommerce-page input.button.disabled, .woocommerce-page input.button:disabled {
        color: #aaa;
        border: 1px solid #e0dadf;
        background: #f7f6f7;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        cursor: not-allowed;
    }

        .woocommerce #content input.button.disabled:active, .woocommerce #content input.button:disabled:active, .woocommerce #respond input#submit.disabled:active, .woocommerce #respond input#submit:disabled:active, .woocommerce a.button.disabled:active, .woocommerce a.button:disabled:active, .woocommerce button.button.disabled:active, .woocommerce button.button:disabled:active, .woocommerce input.button.disabled:active, .woocommerce input.button:disabled:active, .woocommerce-page #content input.button.disabled:active, .woocommerce-page #content input.button:disabled:active, .woocommerce-page #respond input#submit.disabled:active, .woocommerce-page #respond input#submit:disabled:active, .woocommerce-page a.button.disabled:active, .woocommerce-page a.button:disabled:active, .woocommerce-page button.button.disabled:active, .woocommerce-page button.button:disabled:active, .woocommerce-page input.button.disabled:active, .woocommerce-page input.button:disabled:active {
            top: 0;
        }

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button {
    float: none;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block;
}

.woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity {
    width: 60px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

    .woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
        width: 40px;
        height: 28px;
        float: left;
        padding: 0;
        margin: 0;
        text-align: center;
        border: 1px solid #c8bfc6;
        border-right: 0;
        -webkit-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
        box-shadow: inset 0 0 2px 0 #f7f6f7;
        -webkit-box-shadow: inset 0 0 2px 0 #f7f6f7;
        font-weight: 700;
        -moz-appearance: textfield;
    }

    .woocommerce #content .quantity input[type=number], .woocommerce #content .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce .quantity noindex:-o-prefocus, .woocommerce-page #content .quantity input[type=number], .woocommerce-page #content .quantity noindex:-o-prefocus, .woocommerce-page .quantity input[type=number], .woocommerce-page .quantity noindex:-o-prefocus {
        padding-right: 1.2em;
    }

    .woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus {
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        text-align: center;
        vertical-align: text-top;
        width: 20px;
        height: 15px;
        overflow: visible;
        text-decoration: none;
        font-weight: 700;
        cursor: pointer;
        line-height: 13px;
        font-size: 12px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #5e5e5e;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        border: 1px solid #c8bfc6;
        background: #f7f6f7;
        background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e0dadf));
        background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
        background: -moz-linear-gradient(center top,#f7f6f7 0,#e0dadf 100%);
        background: -moz-gradient(center top,#f7f6f7 0,#e0dadf 100%);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
    }

        .woocommerce #content .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page .quantity .plus:hover {
            background: #f7f6f7;
            background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#d4cdd2));
            background: -webkit-linear-gradient(#f7f6f7,#d4cdd2);
            background: -moz-linear-gradient(center top,#f7f6f7 0,#d4cdd2 100%);
            background: -moz-gradient(center top,#f7f6f7 0,#d4cdd2 100%);
        }

    .woocommerce #content .quantity .plus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .plus {
        top: 0;
        right: 0;
        border-bottom: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .woocommerce #content .quantity .minus, .woocommerce .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce-page .quantity .minus {
        bottom: 0;
        right: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.woocommerce #reviews h2 small, .woocommerce-page #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0 0;
}

    .woocommerce #reviews h2 small a, .woocommerce-page #reviews h2 small a {
        text-decoration: none;
        color: #777;
    }

.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
    margin: 0;
}

.woocommerce #reviews #respond, .woocommerce-page #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}

.woocommerce #reviews #comment, .woocommerce-page #reviews #comment {
    height: 75px;
}

.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before, .woocommerce-page #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:before {
    content: " ";
    display: table;
}

.woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after {
    clear: both;
}

.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
    clear: none;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}

    .woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before, .woocommerce-page #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:before {
        content: " ";
        display: table;
    }

    .woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:after {
        clear: both;
    }

    .woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
        padding: 0;
        margin: 0 0 20px;
        position: relative;
        background: 0;
        border: 0;
    }

        .woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-page #reviews #comments ol.commentlist li .meta {
            color: #777;
            font-size: .75em;
        }

        .woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
            float: left;
            position: absolute;
            top: 0;
            left: 0;
            padding: 3px;
            width: 32px;
            height: auto;
            background: #f7f6f7;
            border: 1px solid #f0eef0;
            margin: 0;
            line-height: 1;
        }

        .woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
            margin: 0 0 0 50px;
            border: 1px solid #f0eef0;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            padding: 1em 1em 0;
        }

            .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:before {
                content: " ";
                display: table;
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
                clear: both;
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
                margin: 0 0 1em;
            }

                .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
                    font-size: .83em;
                }

    .woocommerce #reviews #comments ol.commentlist ul.children, .woocommerce-page #reviews #comments ol.commentlist ul.children {
        list-style: none;
        margin: 20px 0 0 50px;
    }

        .woocommerce #reviews #comments ol.commentlist ul.children .star-rating, .woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
            display: none;
        }

    .woocommerce #reviews #comments ol.commentlist #respond, .woocommerce-page #reviews #comments ol.commentlist #respond {
        border: 1px solid #f0eef0;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 1em 1em 0;
        margin: 20px 0 0 50px;
    }

.woocommerce #reviews #comments .commentlist > li:before, .woocommerce-page #reviews #comments .commentlist > li:before {
    content: "";
}

.woocommerce .star-rating, .woocommerce-page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

    .woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
        content: "\73\73\73\73\73";
        color: #e0dadf;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
    }

    .woocommerce .star-rating span, .woocommerce-page .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em;
    }

        .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
            content: "\53\53\53\53\53";
            top: 0;
            position: absolute;
            left: 0;
        }

.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating {
    line-height: 2em;
    display: block;
}

    .woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating {
        margin: .5em 4px 0 0;
        float: left;
    }

.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none;
}

.woocommerce .hreview-aggregate .star-rating, .woocommerce-page .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}

.woocommerce #review_form #respond, .woocommerce-page #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: 0 0;
    border: 0;
}

    .woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before, .woocommerce-page #review_form #respond:after, .woocommerce-page #review_form #respond:before {
        content: " ";
        display: table;
    }

    .woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after {
        clear: both;
    }

    .woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p {
        margin: 0 0 10px;
    }

    .woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input {
        left: auto;
    }

    .woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

.woocommerce p.stars, .woocommerce-page p.stars {
    position: relative;
    font-size: 1em;
}

    .woocommerce p.stars a, .woocommerce-page p.stars a {
        display: inline-block;
        font-weight: 700;
        margin-right: 1em;
        text-indent: -9999px;
        position: relative;
    }

        .woocommerce p.stars a:last-child, .woocommerce-page p.stars a:last-child {
            border-right: 0;
        }

        .woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5, .woocommerce-page p.stars a.star-1, .woocommerce-page p.stars a.star-2, .woocommerce-page p.stars a.star-3, .woocommerce-page p.stars a.star-4, .woocommerce-page p.stars a.star-5 {
            border-right: 1px solid #ccc;
        }

            .woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {
                font-family: WooCommerce;
                text-indent: 0;
                position: absolute;
                top: 0;
                left: 0;
            }

        .woocommerce p.stars a.star-1, .woocommerce-page p.stars a.star-1 {
            width: 2em;
        }

            .woocommerce p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
                content: "\e021";
            }

            .woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after, .woocommerce-page p.stars a.star-1.active:after, .woocommerce-page p.stars a.star-1:hover:after {
                content: "\e020";
            }

        .woocommerce p.stars a.star-2, .woocommerce-page p.stars a.star-2 {
            width: 3em;
        }

            .woocommerce p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after {
                content: "\e021\e021";
            }

            .woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after, .woocommerce-page p.stars a.star-2.active:after, .woocommerce-page p.stars a.star-2:hover:after {
                content: "\e020\e020";
            }

        .woocommerce p.stars a.star-3, .woocommerce-page p.stars a.star-3 {
            width: 4em;
        }

            .woocommerce p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after {
                content: "\e021\e021\e021";
            }

            .woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after, .woocommerce-page p.stars a.star-3.active:after, .woocommerce-page p.stars a.star-3:hover:after {
                content: "\e020\e020\e020";
            }

        .woocommerce p.stars a.star-4, .woocommerce-page p.stars a.star-4 {
            width: 5em;
        }

            .woocommerce p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after {
                content: "\e021\e021\e021\e021";
            }

            .woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after, .woocommerce-page p.stars a.star-4.active:after, .woocommerce-page p.stars a.star-4:hover:after {
                content: "\e020\e020\e020\e020";
            }

        .woocommerce p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
            width: 6em;
            border: 0;
        }

            .woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after {
                content: "\e021\e021\e021\e021\e021";
            }

            .woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after, .woocommerce-page p.stars a.star-5.active:after, .woocommerce-page p.stars a.star-5:hover:after {
                content: "\e020\e020\e020\e020\e020";
            }

.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}

    .woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
        width: 150px;
        font-weight: 700;
        padding: 8px;
        border-top: 0;
        border-bottom: 1px dotted rgba(0,0,0,.1);
        margin: 0;
        line-height: 1.5em;
    }

    .woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
        font-style: italic;
        padding: 0;
        border-top: 0;
        border-bottom: 1px dotted rgba(0,0,0,.1);
        margin: 0;
        line-height: 1.5em;
    }

        .woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
            margin: 0;
            padding: 8px 0;
        }

    .woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th, .woocommerce-page table.shop_attributes .alt td, .woocommerce-page table.shop_attributes .alt th {
        background: rgba(0,0,0,.025);
    }

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
        font-weight: 700;
        line-height: 18px;
        padding: 9px 12px;
    }

    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 6px 12px;
        vertical-align: middle;
    }

        .woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small {
            font-weight: 400;
        }

    .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
        font-weight: 700;
        border-top: 1px solid rgba(0,0,0,.1);
    }

.woocommerce table.my_account_orders, .woocommerce-page table.my_account_orders {
    font-size: .85em;
}

    .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th, .woocommerce-page table.my_account_orders td, .woocommerce-page table.my_account_orders th {
        padding: 4px 8px;
        vertical-align: middle;
    }

    .woocommerce table.my_account_orders .button, .woocommerce-page table.my_account_orders .button {
        white-space: nowrap;
    }

    .woocommerce table.my_account_orders .order-actions, .woocommerce-page table.my_account_orders .order-actions {
        text-align: right;
    }

        .woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button {
            margin: .125em 0 .125em .25em;
        }

.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation {
    margin: .25em 0;
}

    .woocommerce td.product-name dl.variation:after, .woocommerce td.product-name dl.variation:before, .woocommerce-page td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:before {
        content: " ";
        display: table;
    }

    .woocommerce td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:after {
        clear: both;
    }

    .woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dt {
        display: inline-block;
        float: left;
        margin-bottom: 1em;
    }

    .woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
        font-weight: 700;
        padding: 0 0 .25em;
        margin: 0 4px 0 0;
        clear: left;
    }

    .woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
        padding: 0 0 .25em;
    }

        .woocommerce td.product-name dl.variation dd p:last-child, .woocommerce-page td.product-name dl.variation dd p:last-child {
            margin-bottom: 0;
        }

.woocommerce td.product-name p.backorder_notification, .woocommerce-page td.product-name p.backorder_notification {
    font-size: .83em;
}

.woocommerce td.product-quantity, .woocommerce-page td.product-quantity {
    min-width: 80px;
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    min-width: 32px;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    width: 32px;
}

.woocommerce #content table.cart td, .woocommerce #content table.cart th, .woocommerce table.cart td, .woocommerce table.cart th, .woocommerce-page #content table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page table.cart td, .woocommerce-page table.cart th {
    vertical-align: middle;
}

.woocommerce #content table.cart a.remove, .woocommerce table.cart a.remove, .woocommerce-page #content table.cart a.remove, .woocommerce-page table.cart a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
}

    .woocommerce #content table.cart a.remove:hover, .woocommerce table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover {
        background-color: red;
        color: #fff;
    }

.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.1);
    border: 1px solid #e0dadf;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1em;
}

.woocommerce #content table.cart input, .woocommerce table.cart input, .woocommerce-page #content table.cart input, .woocommerce-page table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1em;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.cart_list, .woocommerce-page ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
        padding: 4px 0;
        margin: 0;
        list-style: none;
    }

        .woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
            content: " ";
            display: table;
        }

        .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
            clear: both;
        }

        .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
            display: block;
            font-weight: 700;
        }

        .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
            float: right;
            margin-left: 4px;
            width: 32px;
            height: auto;
            box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
            -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
        }

        .woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
            margin: 0;
            padding-left: 1em;
            border-left: 2px solid rgba(0,0,0,.1);
        }

            .woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.cart_list li dl:before, .woocommerce-page ul.product_list_widget li dl:after, .woocommerce-page ul.product_list_widget li dl:before {
                content: " ";
                display: table;
            }

            .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:after {
                clear: both;
            }

            .woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dd, .woocommerce-page ul.product_list_widget li dl dt {
                display: inline-block;
                float: left;
                margin-bottom: 1em;
            }

            .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
                font-weight: 700;
                padding: 0 0 .25em;
                margin: 0 4px 0 0;
                clear: left;
            }

            .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dd {
                padding: 0 0 .25em;
            }

                .woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child, .woocommerce-page ul.cart_list li dl dd p:last-child, .woocommerce-page ul.product_list_widget li dl dd p:last-child {
                    margin-bottom: 0;
                }

        .woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
            float: none;
        }

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #f7f6f7;
    padding: 4px 0 0;
}

    .woocommerce .widget_shopping_cart .total strong, .woocommerce-page .widget_shopping_cart .total strong, .woocommerce-page.widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
        min-width: 40px;
        display: inline-block;
    }

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce-page .widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:before, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table;
}

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:after {
    clear: both;
}

.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    content: "\e02e";
}

.woocommerce .cart-collaterals .cart_totals p, .woocommerce-page .cart-collaterals .cart_totals p {
    margin: 0;
}

    .woocommerce .cart-collaterals .cart_totals p small, .woocommerce-page .cart-collaterals .cart_totals p small {
        color: #777;
        font-size: .83em;
    }

.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
    border-collapse: separate;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 6px;
    padding: 0;
}

    .woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th {
        border-top: 0;
    }

    .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
        padding: 6px 12px 0 0;
        width: 25%;
    }

    .woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
        padding: 6px 0;
    }

    .woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th {
        vertical-align: top;
    }

    .woocommerce .cart-collaterals .cart_totals table small, .woocommerce-page .cart-collaterals .cart_totals table small {
        display: block;
        color: #777;
    }

    .woocommerce .cart-collaterals .cart_totals table select, .woocommerce-page .cart-collaterals .cart_totals table select {
        width: 100%;
    }

.woocommerce .cart-collaterals .cart_totals .discount td, .woocommerce-page .cart-collaterals .cart_totals .discount td {
    color: #85ad74;
}

.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #f7f6f7;
}

.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
    display: inline-block;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.product, .woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0;
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}

    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder, .woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
        -webkit-transition: opacity .5s .5s ease;
        -moz-transition: opacity .5s .5s ease;
        transition: opacity .5s .5s ease;
        opacity: 0;
    }

    .woocommerce form .form-row label, .woocommerce-page form .form-row label {
        line-height: 2em;
    }

        .woocommerce form .form-row label.hidden, .woocommerce-page form .form-row label.hidden {
            visibility: hidden;
        }

        .woocommerce form .form-row label.inline, .woocommerce-page form .form-row label.inline {
            display: inline;
        }

    .woocommerce form .form-row select, .woocommerce-page form .form-row select {
        cursor: pointer;
        margin: 0;
    }

    .woocommerce form .form-row .required, .woocommerce-page form .form-row .required {
        color: red;
        font-weight: 700;
        border: 0;
    }

    .woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
        display: inline;
        margin: -2px 8px 0 0;
        text-align: center;
        vertical-align: middle;
    }

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: 1em;
    }

    .woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
        height: 4em;
        line-height: 1.5em;
        display: block;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
        border-color: #fb7f88;
    }

    .woocommerce form .form-row ::-webkit-input-placeholder, .woocommerce-page form .form-row ::-webkit-input-placeholder {
        line-height: normal;
    }

    .woocommerce form .form-row :-moz-placeholder, .woocommerce-page form .form-row :-moz-placeholder {
        line-height: normal;
    }

    .woocommerce form .form-row :-ms-input-placeholder, .woocommerce-page form .form-row :-ms-input-placeholder {
        line-height: normal;
    }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-page form.checkout_coupon, .woocommerce-page form.login, .woocommerce-page form.register {
    border: 1px solid #e0dadf;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce ul#shipping_method, .woocommerce-page ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
        margin: 0;
        padding: .25em 0 .25em 22px;
        text-indent: -22px;
        list-style: none;
    }

    .woocommerce ul#shipping_method .amount, .woocommerce-page ul#shipping_method .amount {
        font-weight: 700;
    }

.woocommerce p.woocommerce-shipping-contents, .woocommerce-page p.woocommerce-shipping-contents {
    margin: 0;
}

.woocommerce .checkout .col-2 h3#ship-to-different-address, .woocommerce-page .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
}

.woocommerce .checkout .col-2 .form-row-first, .woocommerce .checkout .col-2 .notes, .woocommerce-page .checkout .col-2 .form-row-first, .woocommerce-page .checkout .col-2 .notes {
    clear: left;
}

.woocommerce .checkout .create-account small, .woocommerce-page .checkout .create-account small {
    font-size: 11px;
    color: #777;
    line-height: 13px;
    font-weight: 400;
}

.woocommerce .checkout div.shipping-address, .woocommerce-page .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%;
}

.woocommerce .checkout .shipping_address, .woocommerce-page .checkout .shipping_address {
    clear: both;
}

.woocommerce #payment, .woocommerce-page #payment {
    background: #f7f6f7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
        text-align: left;
        padding: 1em;
        border-bottom: 1px solid #e0dadf;
        margin: 0;
        list-style: none;
    }

        .woocommerce #payment ul.payment_methods:after, .woocommerce #payment ul.payment_methods:before, .woocommerce-page #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:before {
            content: " ";
            display: table;
        }

        .woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after {
            clear: both;
        }

        .woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
            line-height: 2em;
            text-align: left;
            margin: 0;
            font-weight: 400;
        }

            .woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
                margin: 0 1em 0 0;
            }

            .woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
                vertical-align: middle;
                margin: -2px 0 0 .5em;
                padding: 0;
                position: relative;
                box-shadow: none;
            }

                .woocommerce #payment ul.payment_methods li img + img, .woocommerce-page #payment ul.payment_methods li img + img {
                    margin-left: 2px;
                }

    .woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
        padding: 1em;
        border-top: 1px solid #fff;
    }

    .woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
        position: relative;
        width: 96%;
        padding: 1em 2%;
        margin: 1em 0;
        font-size: .92em;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        line-height: 1.5em;
        background: #ebe8eb;
        background: -webkit-gradient(linear,left top,left bottom,from(#ebe8eb),to(#e0dadf));
        background: -webkit-linear-gradient(#ebe8eb,#e0dadf);
        background: -moz-linear-gradient(center top,#ebe8eb 0,#e0dadf 100%);
        background: -moz-gradient(center top,#ebe8eb 0,#e0dadf 100%);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
        color: #5e5e5e;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
    }

        .woocommerce #payment div.payment_box input.input-text, .woocommerce #payment div.payment_box textarea, .woocommerce-page #payment div.payment_box input.input-text, .woocommerce-page #payment div.payment_box textarea {
            border-color: #c8bfc6 #d4cdd2 #d4cdd2;
            box-shadow: 0 1px 0 0 rgba(255,255,255,.4);
            -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,.4);
        }

        .woocommerce #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-page #payment div.payment_box ::-webkit-input-placeholder {
            color: #c8bfc6;
        }

        .woocommerce #payment div.payment_box :-moz-placeholder, .woocommerce-page #payment div.payment_box :-moz-placeholder {
            color: #c8bfc6;
        }

        .woocommerce #payment div.payment_box :-ms-input-placeholder, .woocommerce-page #payment div.payment_box :-ms-input-placeholder {
            color: #c8bfc6;
        }

        .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number {
            font-size: 1.5em;
            padding: 8px;
            background-repeat: no-repeat;
            background-position: right;
        }

            .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa {
                background-image: url(/assets/images/icons/credit-cards/visa.png);
            }

            .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
                background-image: url(/assets/images/icons/credit-cards/mastercard.png);
            }

            .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser {
                background-image: url(/assets/images/icons/credit-cards/laser.png);
            }

            .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
                background-image: url(/assets/images/icons/credit-cards/diners.png);
            }

            .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro {
                background-image: url(/assets/images/icons/credit-cards/maestro.png);
            }

            .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb {
                background-image: url(/assets/images/icons/credit-cards/jcb.png);
            }

            .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex {
                background-image: url(/assets/images/icons/credit-cards/amex.png);
            }

            .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover {
                background-image: url(/assets/images/icons/credit-cards/discover.png);
            }

        .woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
            font-size: 11px;
            color: #777;
            line-height: 13px;
            font-weight: 400;
        }

        .woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
            margin: 0 0 1em;
        }

        .woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {
            margin-bottom: 0;
        }

        .woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
            content: "";
            display: block;
            border: 8px solid #ebe8eb;
            border-right-color: transparent;
            border-left-color: transparent;
            border-top-color: transparent;
            position: absolute;
            top: -3px;
            left: 0;
            margin: -1em 0 0 2em;
        }

    .woocommerce #payment .payment_method_paypal .about_paypal, .woocommerce-page #payment .payment_method_paypal .about_paypal {
        float: right;
        line-height: 52px;
        font-size: .83em;
    }

    .woocommerce #payment .payment_method_paypal img, .woocommerce-page #payment .payment_method_paypal img {
        max-height: 52px;
        vertical-align: middle;
    }

.woocommerce .order_details, .woocommerce-page .order_details {
    margin: 0 0 1.5em;
    list-style: none;
}

    .woocommerce .order_details:after, .woocommerce .order_details:before, .woocommerce-page .order_details:after, .woocommerce-page .order_details:before {
        content: " ";
        display: table;
    }

    .woocommerce .order_details:after, .woocommerce-page .order_details:after {
        clear: both;
    }

    .woocommerce .order_details li, .woocommerce-page .order_details li {
        float: left;
        margin-right: 2em;
        text-transform: uppercase;
        font-size: .715em;
        line-height: 1em;
        border-right: 1px dashed #e0dadf;
        padding-right: 2em;
    }

        .woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
            display: block;
            font-size: 1.4em;
            text-transform: none;
            line-height: 1.5em;
        }

        .woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type {
            border: none;
        }

.woocommerce .addresses .title:after, .woocommerce .addresses .title:before, .woocommerce-page .addresses .title:after, .woocommerce-page .addresses .title:before {
    content: " ";
    display: table;
}

.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after {
    clear: both;
}

.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
    float: left;
}

.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {
    float: right;
}

.woocommerce ol.commentlist.notes li.note p.meta, .woocommerce-page ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0;
}

.woocommerce ol.commentlist.notes li.note .description p:last-child, .woocommerce-page ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}

.woocommerce ul.digital-downloads, .woocommerce-page ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}

    .woocommerce ul.digital-downloads li, .woocommerce-page ul.digital-downloads li {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }

        .woocommerce ul.digital-downloads li:before, .woocommerce-page ul.digital-downloads li:before {
            font-family: WooCommerce;
            speak: none;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: 7px;
            content: "\e00a";
        }

        .woocommerce ul.digital-downloads li .count, .woocommerce-page ul.digital-downloads li .count {
            float: right;
        }

.woocommerce .widget_layered_nav ul, .woocommerce-page .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

    .woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
        padding: 0 0 1px;
        list-style: none;
    }

        .woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_layered_nav ul li:before, .woocommerce-page .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:before {
            content: " ";
            display: table;
        }

        .woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after {
            clear: both;
        }

        .woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
            padding: 1px 0;
            float: left;
        }

        .woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
            padding: 0 6px;
            text-decoration: none;
            border: 1px solid #ad74a2;
            background: #ad74a2;
            box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
            -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
            color: #fff;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

            .woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce-page .widget_layered_nav ul li.chosen a:before {
                font-family: WooCommerce;
                speak: none;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                margin-right: 7px;
                content: "\e013";
            }

    .woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count {
        float: right;
        margin-left: 6px;
        font-size: 1em;
        padding: 1px 0;
        color: #777;
    }

.woocommerce .widget_layered_nav_filters ul, .woocommerce-page .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

    .woocommerce .widget_layered_nav_filters ul li, .woocommerce-page .widget_layered_nav_filters ul li {
        float: left;
        padding: 0 1px 1px 0;
        list-style: none;
    }

        .woocommerce .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a {
            padding: 0 6px;
            text-decoration: none;
            border: 1px solid #ad74a2;
            background: #ad74a2;
            box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
            -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
            color: #fff;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            float: left;
        }

            .woocommerce .widget_layered_nav_filters ul li a:before, .woocommerce-page .widget_layered_nav_filters ul li a:before {
                font-family: WooCommerce;
                speak: none;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                margin-right: 7px;
                content: "\e013";
            }

.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: .8751em;
}

    .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
        font-size: 1.15em;
        float: left;
    }

.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: .9em;
        height: .9em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        border: 1px solid #150d14;
        cursor: pointer;
        background: #ad74a2;
        background: -webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));
        background: -webkit-linear-gradient(#ad74a2,#96588a);
        background: -moz-linear-gradient(center top,#ad74a2 0,#96588a 100%);
        background: -moz-gradient(center top,#ad74a2 0,#96588a 100%);
        outline: 0;
        top: -.3em;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.65);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.65);
        box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.65);
    }

        .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
            margin-left: -1em;
        }

    .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x #ad74a2;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.5);
        -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.5);
        -webkit-border-radius: 1em;
        border-radius: 1em;
    }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0,#6a6a6a 100%);
}

.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px;
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px;
    }

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0;
}

.single-product .twentythirteen p.stars {
    clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px;
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .woocommerce #content input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce-page #content input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before {
        background-image: url(/assets/images/ajax-loader@2x.gif);
        background-size: 16px 16px;
    }
}

html {
    font: 12px/12px 'Roboto', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    /*font: 14px/14px 'Roboto', sans-serif;*/
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #999;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}




small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #999;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }

    #page-footer .foot-widgets ul li {
        float: left;
        width: 33%;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

/*mobil boyutlar için*/
@media (max-width:1199px) and (min-width:992px) {
    .finansDeger {
        font-size: 10px;
    }

    .finansYuzde {
        font-size: 10px;
    }

    #page-slider .col-sm-4 article {
        height: 174px !important;
    }

        #page-slider .col-sm-4 article img {
            height: 174px !important;
        }
}

@media (max-width:991px) and (min-width:768px) {
    .finansDeger {
        font-size: 14px;
    }

    .finansYuzde {
        font-size: 14px;
    }

    #page-footer .foot-widgets ul li {
        width: 50% !important;
    }

    #page-slider .col-sm-4 article {
        height: 142px !important;
    }

        #page-slider .col-sm-4 article img {
            height: 142px !important;
        }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media (max-width:767px) {

    #page-content .bottom-margin {
        margin-bottom: 0px !important;
    }

    #btnDevam {
        display: block !important;
    }

    .bx-wrapper {
        margin-top: -15px !important;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=date] {
    line-height: 34px;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .radio label, .checkbox label {
        display: inline;
        font-weight: 400;
        cursor: pointer;
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 25px;
        right: 0;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
            float: none;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #999;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/assets/fonts/glyphicons-halflings-regular.eot);
    src: url(/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
            float: none;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:768px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #fff;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #428bca;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999;
        background-color: #fff;
        cursor: not-allowed;
    }


#pagerslider span {
    background: #000;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
}


    #pagerslider span:hover {
        background: #666;
    }

.selected > span {
    background: rgb(210, 210, 210) !important;
}

.pagerslide {
    position: absolute;
    top: 16px;
    right: 20px;
}


.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:hover, .label[href]:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: gray;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #e1edf7;
        }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

        .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px;
        }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px;
        }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px;
        }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        overflow: hidden;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.CategoryListMobil {
    display: none;
    float: left;
    background-color: #5A5A5A;
    padding: 6px;
    border: 1px solid #484848;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

@media (max-width:767px) {
    .CategoryListMobil {
        display: block;
    }

    .mobilcatmenu {
        display: none;
    }

    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }

    #TitleDiv {
        display: none;
        margin-bottom: 15px;
    }

    #SliderDiv {
        padding: 0 !important;
        margin-bottom: 25px;
    }

    #mobilcat-menu {
        display: block !important;
    }

    #slidercaptiondetail {
        font-size: 16px !important;
        margin-bottom: 17px !important;
    }

    .popupRight {
        display: none;
    }

    .popupLeft {
        width: 100% !important;
    }

    .bxsliderdetail {
        padding: 0px !important;
    }

    .fsp-close {
        top: 0px !important;
    }

    #sliderSection > div {
        vertical-align: top !important;
        top: 110px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }

    #TitleDiv {
        display: none;
        margin-bottom: 15px;
    }

    #SliderDiv {
        padding: 0 !important;
    }

    #mobilcat-menu {
        display: block !important;
    }

    .popupRight {
        display: none;
    }

    .popupLeft {
        width: 100% !important;
    }

    .bxsliderdetail {
        padding: 0px !important;
    }

    .fsp-close {
        top: 0px !important;
    }

    #sliderSection > div {
        vertical-align: top !important;
        top: 110px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #SliderDiv {
        padding-right: 0;
    }

    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }

    #TitleDiv {
        display: block !important;
    }

    .popupRight {
        display: none;
    }

    .popupLeft {
        width: 100% !important;
    }

    .bxsliderdetail {
        padding: 0px !important;
    }

    .fsp-close {
        top: 0px !important;
    }

    #sliderSection > div {
        vertical-align: top !important;
        top: 110px;
    }

    .overlay2 {
        width: 619px;
    }

    .overlay3 {
        font-size: 24px !important;
    }

    .homeslideh3 {
        font-size: 24px !important;
    }
}

@media (min-width:1200px) {
    #SliderDiv {
        padding-right: 0;
    }

    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }

    #TitleDiv {
        display: block !important;
    }

    #photoArrows {
        display: none;
    }

    .phototitle {
        display: none;
    }

    .photosubtitle {
        display: none;
    }

    #socialImg {
        display: none;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }

    .overlay3 {
        font-size: 20px !important;
    }

    .homeslideh3 {
        font-size: 20px !important;
        text-align: left;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }

    .overlay2 {
        width: 504px;
    }

    .overlay3 {
        font-size: 22px !important;
    }

    .homeslideh3 {
        font-size: 22px !important;
        text-align: left;
    }

    .mansetsag {
        font: 16px/18px 'Roboto', sans-serif !important;
        text-align: left;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

#pbOverlay.show {
    opacity: 1;
    pointer-events: auto;
    display: block;
}

#pbOverlay {
    display: none;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    text-align: center;
    pointer-events: none;
    -moz-user-select: none;
    background: rgba(0,0,0,0.90);
    // background:radial-gradient(rgba(0,0,0,.6) 0,rgba(0,0,0,.9) 100%);
    -webkit-transform: translate3d(0,0,0);
    -ms-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

    #pbOverlay.msie {
        background-color: rgba(0,0,0,.6);
    }

.msie.pbLoading .pbWrapper {
    background: url(/images/photobox/loading.gif) no-repeat center center;
}

@keyframes pbLoaderFrames {
    50% {
        height: 5px;
    }
}

@-webkit-keyframes pbLoaderFrames {
    50% {
        height: 5px;
    }
}

.pbLoader {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    border-radius: 100%;
    box-shadow: 15px 32px 60px -20px #FFF inset,1px 1px 3px 1px #FFF inset,0 0 20px;
    transition: .3s;
}

.thumbs .pbLoader {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.pbLoading:not(.msie):not(.error) .pbLoader {
    display: block;
}

.pbLoader b {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    width: 8px;
    height: 60px;
    border-radius: 5px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-animation: .9s pbLoaderFrames infinite linear;
    animation: .9s pbLoaderFrames infinite linear;
}

    .pbLoader b:nth-child(2) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .pbLoader b:nth-child(3) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

.mobile.pbLoading .pbLoader {
    transform: none;
    transition: 0;
}

.pbWrapper:after, #pbCaption .pbThumbs ul:after, #pbOverlay .prevNext:after, #pbOverlay .pbLoader:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}

@keyframes deadImage {
    50% {
        text-shadow: 0 0 25px rgba(255,255,255,.5);
        transform: scale(0.85);
    }
}

@-webkit-keyframes deadImage {
    50% {
        text-shadow: 0 0 25px rgba(255,255,255,.5);
        -webkit-transform: scale(0.85);
    }
}

.pbWrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    height: 100%;
    perspective: 1200px;
    -webkit-perspective: 1200px;
    position: relative;
    transition: .2s;
}

.video > .pbWrapper {
    z-index: 11;
    display: inline-block;
}

.pbLoading .pbWrapper {
    display: inline-block\9;
    width: 100%;
}

.pbWrapper:before {
    content: '\2716';
    color: transparent;
    text-shadow: 0 2px 35px rgba(255,255,255,0);
    font-size: 0;
    vertical-align: middle;
    cursor: default;
    transition: text-shadow .7s ease-out;
}

.error .pbWrapper:before {
    font-size: 22em;
    text-shadow: 0 0 0 #FFF;
    -webkit-animation: 2s 1s deadImage infinite linear;
    animation: 2s 1s deadImage infinite linear;
}

.thumbs .pbWrapper {
    padding: 0;
    margin: 0;
}

.error .pbWrapperr img {
    width: 0;
}

.pbWrapper > div {
    display: none;
    width: 624px;
    height: 351px;
    vertical-align: middle;
    border-radius: 5px;
    background: rgba(0,0,0,0.5);
}

.video > .pbWrapper > div {
    display: inline-block;
}

#pbOverlay iframe, #pbOverlay embed, #pbOverlay object {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.pbWrapper .hide iframe {
    opacity: 0;
}

.pbWrapper > div, .pbWrapper > img {
    -ms-transition: .3s .5s ease-out;
    transition: .8s .5s cubic-bezier(0.1,0.87,0.48,1);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 0 20px #000;
}

.mobile.show .pbWrapper > div, .mobile.show .pbWrapper > img {
    transition: 0;
}

.pbWrapper > *, .hide .pbWrapper > .prepare {
    display: inline-block;
    opacity: 1;
    vertical-align: middle;
    transform: scale(0) rotateX(80deg);
    -webkit-transform: scale(0) rotateX(80deg);
    -ms-transform: scale(0) rotateX(80deg);
    border-radius: 6px;
    border: 0;
    max-height: 95%;
    max-width: 100%;
}

.on .pbWrapper > * {
    transition-delay: 0;
    -ms-transition-delay: 0;
}

.pbWrapper .zoomable {
    -ms-transition: 0;
    -webkit-transition: 0;
    transition: 0;
    position: relative;
    z-index: 9;
}

.hide .pbWrapper > * {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform: none\9;
    opacity: 0;
    -ms-transition: .4s ease-in;
    transition: .4s ease-in;
}

#pbCloseBtn, #pbAutoplayBtn {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 999;
    display: block;
    padding: 0 0 20px 20px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    transition: .3s .3s ease-out;
}

.hide #pbCloseBtn {
    top: -50px;
    right: -50px;
}

.on #pbCloseBtn {
    top: -2px;
    right: -2px;
}

#pbCloseBtn:before {
    content: '\00D7';
    font: bold 1em/1 arial;
}

#pbCloseBtn:before, #pbAutoplayBtn:before {
    display: inline-block;
    padding: 8px 8px 12px 12px;
    font-size: 2em;
    opacity: .8;
    vertical-align: middle;
    background: rgba(255,255,255,0.2);
    border-radius: 0 0 0 70px;
    transition: .1s ease-out;
}

#pbCloseBtn:hover:before {
    padding: 15px 10px 24px 24px;
    background: rgba(255,100,100,.4);
}

#pbAutoplayBtn {
    display: none;
    right: auto;
    left: -50px;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 13px;
}

.hasAutoplay #pbAutoplayBtn {
    display: block;
}

#pbAutoplayBtn:hover {
    width: 60px;
    height: 60px;
}

.on #pbAutoplayBtn {
    top: 0;
    left: 0;
    transition: .1s ease-out;
}

#pbAutoplayBtn:before {
    content: '\2016';
    width: 100%;
    height: 100%;
    border-radius: 0 0 70px 0;
    font-weight: bold;
    padding: 0;
    text-indent: -6px;
    line-height: 1.6;
}

#pbAutoplayBtn:active:before {
    text-shadow: 0 0 3px #FFF,0 0 6px #FFF;
}

#pbAutoplayBtn.play:before {
    content: '\25BA';
}

#pbAutoplayBtn .pbProgress {
    display: none\9;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    padding: 6px;
    top: 0;
    left: 0;
    opacity: .2;
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}

#pbAutoplayBtn.playing .pbProgress {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

#pbAutoplayBtn .pbProgress:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #FFF inset;
}

#pbCaption, .hide #pbCaption {
    position: absolute;
    z-index: 999;
    margin-bottom: 5px;
    bottom: -120px;
    width: 100%;
    overflow: hidden;
    transition: .4s;
}

.show.on #pbCaption {
    bottom: 0;
    transition-delay: .5s;
}

#pbOverlay.thumbs #pbCaption label {
    display: block;
}

#pbCaption label {
    display: none;
    position: relative;
    z-index: 1;
    top: -5px;
    float: right;
    width: 60px;
    margin-right: 10px;
    color: #FFF;
    opacity: .3;
    transition: .2s;
    cursor: pointer;
}

    #pbCaption label:after {
        content: '\2589';
        text-align: right;
        letter-spacing: 2px;
        text-shadow: -1em 0 0 rgba(255,255,255,0.5),1em 0 0 rgba(255,255,255,0.5);
    }

    #pbCaption label:hover {
        opacity: 1;
    }

#pbCaption .title, #pbCaption .counter {
    display: inline-block;
    color: #FFF;
    margin: 0 6px;
}

#pbCaption .counter {
    display: none;
    opacity: .55;
}

.hasCounter #pbCaption .counter {
    display: inline-block;
}

.pbCaptionText {
    transition: .3s;
    opacity: .9;
    font-weight: bold;
    font-size: .9em;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    padding-left: 60px;
}

    .pbCaptionText.change {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
        opacity: 0;
    }

.mobile #pbCaption label {
    display: none;
    z-index: -1;
    color: red;
}

.mobile .pbCaptionText {
    padding: 0;
}

#pbThumbsToggler:checked ~ #pbCaption .pbThumbs {
    margin: 0;
}

#pbThumbsToggler:checked ~ .pbWrapper {
    margin-top: -50px;
    padding: 50px 0;
}

.pbThumbs {
    display: none;
    transition: .35s;
    -webkit-overflow-scrolling: touch;
}

.thumbs .pbThumbs {
    display: block;
    width: 100%;
    padding: 5px 0 2px;
    margin-bottom: -100px;
    overflow: hidden;
}

.mobile .pbThumbs {
    overflow: auto;
}

.pbThumbs:hover {
    clear: both;
}

.pbThumbs ul {
    display: inline-block;
    position: relative;
    list-style: none;
    height: 80px;
    padding: 0 5px;
    margin: 0;
    white-space: pre;
    transition: .2s;
}

    .pbThumbs ul:after {
        vertical-align: bottom;
    }

.pbThumbs li {
    display: inline-block;
    vertical-align: bottom;
    height: 70%;
    opacity: .6;
    text-align: center;
    position: relative;
    transition: .15s;
}

    .pbThumbs li.active {
        height: 100%;
        opacity: 1;
    }

    .pbThumbs li:hover {
        height: 100%;
        opacity: 1;
    }

    .pbThumbs li.video::before {
        content: '\25BA';
        color: #FFF;
        font-size: 20px;
        height: 20px;
        width: 20px;
        line-height: .9;
        position: absolute;
        bottom: 4px;
        left: 7px;
        background: rgba(0,0,0,0.4);
        box-shadow: 0 0 0 3px rgba(0,0,0,0.4);
        border-radius: 0 3px 0 0;
        pointer-events: none;
    }

.pbThumbs a {
    height: 100%;
    padding: 0 2px;
    display: block;
    -moz-user-select: none;
}

.pbThumbs img {
    height: 96%;
    min-height: 95.9%;
    border: 2px solid #FFF;
    max-width: none;
    border-radius: 0;
    transition: .15s;
}

.pbThumbs li:hover img {
    min-height: 96%;
}

.pbThumbs li.fast a img {
    transition: none;
}

.pbThumbs li.active a img {
    border-color: #d8ff16;
    min-height: 96%;
}

#pbOverlay .prevNext {
    display: none;
    background: rgba(0,0,0,0);
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 35%;
    padding: 80px 0;
    opacity: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    transition: .2s ease-out;
    text-shadow: 0 0 12px #000,0 0 10px #FFF;
    cursor: pointer;
}

#pbOverlay.hasArrows .prevNext {
    display: block;
}

#pbOverlay .prevNext.hide {
    display: none;
}

#pbOverlay.on .prevNext:hover {
    opacity: .5;
}

#pbOverlay.on .prevNext:active {
    transition: 80ms;
    opacity: 1;
    text-shadow: 0 0 16px #FFF,0 0 10px #000;
}

.prevNext b {
    display: inline-block;
    vertical-align: middle;
    transition: .2s ease-in;
}

.prevNext:hover b {
    transition: .2s cubic-bezier(0.095,0.870,0.485,0.985);
}

#pbPrevBtn b {
    transform: scale(.4) translateX(350px);
    -webkit-transform: scale(.4) translateX(350px);
}

#pbNextBtn b {
    transform: scale(.4) translateX(-350px);
    -webkit-transform: scale(.4) translateX(-350px);
}

    #pbPrevBtn b:before, #pbNextBtn b:after {
        display: inline;
        line-height: .3;
        font-size: 18em;
        font-weight: normal;
        color: #FFF;
        font-family: Arial;
    }

#pbPrevBtn b:before {
    content: '\2039';
}

#pbNextBtn b:after {
    content: '\203A';
}

.on #pbPrevBtn:hover b {
    transform: scale(1) translateX(20px);
    -webkit-transform: scale(1) translateX(20px);
}

.on #pbNextBtn:hover b {
    transform: scale(1) translateX(-20px);
    -webkit-transform: scale(1) translateX(-20px);
}

.show #pbPrevBtn {
    left: 0;
    text-align: left;
}

.show #pbNextBtn {
    right: 0;
    text-align: right;
}

@media all and (max-width:700px) {
    .pbWrapper img, .hide .pbWrapper img.prepare {
        max-height: 100%;
    }

    .thumbs .pbWrapper {
        padding: 0;
        margin: 0;
    }

    .pbThumbs {
        margin-bottom: -60px;
    }

        .pbThumbs.show {
            margin: 0;
        }

        .pbThumbs ul {
            height: 50px;
        }

        .pbThumbs li {
            height: 100%;
            opacity: 1;
        }

            .pbThumbs li img {
                min-height: 96.5%;
            }
}

@media all and (max-width:710px) {
    .pbThumbs li.active a img {
        min-height: 96%;
    }
}

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .datepicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .datepicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .datepicker > div {
        display: none;
    }

    .datepicker table {
        width: 100%;
        margin: 0;
    }

    .datepicker td, .datepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .datepicker td.day:hover {
            background: #eee;
            cursor: pointer;
        }

        .datepicker td.day.disabled {
            color: #eee;
        }

        .datepicker td.old, .datepicker td.new {
            color: #999;
        }

        .datepicker td.active, .datepicker td.active:hover {
            color: #fff;
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top,#08c,#04c);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
            background-image: -webkit-linear-gradient(top,#08c,#04c);
            background-image: -o-linear-gradient(top,#08c,#04c);
            background-image: linear-gradient(to bottom,#08c,#04c);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
            border-color: #04c #04c #002a80;
            border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
            *background-color: #04c;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        }

            .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
                color: #fff;
                background-color: #04c;
                *background-color: #003bb3;
            }

                .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
                    background-color: #039; \9
                }

        .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .datepicker td span:hover {
                background: #eee;
            }

            .datepicker td span.active {
                color: #fff;
                background-color: #006dcc;
                background-image: -moz-linear-gradient(top,#08c,#04c);
                background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
                background-image: -webkit-linear-gradient(top,#08c,#04c);
                background-image: -o-linear-gradient(top,#08c,#04c);
                background-image: linear-gradient(to bottom,#08c,#04c);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
                border-color: #04c #04c #002a80;
                border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
                *background-color: #04c;
                filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
            }

                .datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
                    color: #fff;
                    background-color: #04c;
                    *background-color: #003bb3;
                }

                .datepicker td span.active:active, .datepicker td span.active.active {
                    background-color: #039; \9
                }

            .datepicker td span.old {
                color: #999;
            }

        .datepicker th.switch {
            width: 145px;
        }

        .datepicker th.next, .datepicker th.prev {
            font-size: 21px;
        }

    .datepicker thead tr:first-child th {
        cursor: pointer;
    }

        .datepicker thead tr:first-child th:hover {
            background: #eee;
        }

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

.mm-menu .mm-hidden {
    display: none;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu, .mm-menu > .mm-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0;
}

    .mm-menu > .mm-panel {
        background: inherit;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 20px;
        -webkit-transform: translate(100%,0);
        -moz-transform: translate(100%,0);
        -ms-transform: translate(100%,0);
        -o-transform: translate(100%,0);
        transform: translate(100%,0);
    }

        .mm-menu > .mm-panel.mm-opened {
            -webkit-transform: translate(0,0);
            -moz-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -o-transform: translate(0,0);
            transform: translate(0,0);
        }

        .mm-menu > .mm-panel.mm-subopened {
            -webkit-transform: translate(-30%,0);
            -moz-transform: translate(-30%,0);
            -ms-transform: translate(-30%,0);
            -o-transform: translate(-30%,0);
            transform: translate(-30%,0);
        }

        .mm-menu > .mm-panel.mm-highest {
            z-index: 1;
        }

    .mm-menu .mm-list {
        padding: 20px 0;
    }

    .mm-menu > .mm-list {
        padding-bottom: 0;
    }

        .mm-menu > .mm-list:after {
            content: '';
            display: block;
            height: 40px;
        }

.mm-panel > .mm-list {
    margin-left: -20px;
    margin-right: -20px;
}

    .mm-panel > .mm-list:first-child {
        padding-top: 0;
    }

.mm-list, .mm-list > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-list {
    font: inherit;
    font-size: 14px;
}

    .mm-list a, .mm-list a:hover {
        text-decoration: none;
    }

    .mm-list > li {
        position: relative;
    }

        .mm-list > li > a, .mm-list > li > span {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            color: inherit;
            line-height: 20px;
            display: block;
            padding: 10px 10px 10px 20px;
            margin: 0;
        }

        .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
            content: '';
            border-bottom-width: 1px;
            border-bottom-style: solid;
            display: block;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
            width: auto;
            margin-left: 20px;
            position: relative;
            left: auto;
        }

    .mm-list a.mm-subopen {
        background: rgba(3,2,1,0);
        width: 40px;
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

        .mm-list a.mm-subopen:before {
            content: '';
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .mm-list a.mm-subopen.mm-fullsubopen {
            width: 100%;
        }

            .mm-list a.mm-subopen.mm-fullsubopen:before {
                border-left: 0;
            }

        .mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
            padding-right: 5px;
            margin-right: 40px;
        }

    .mm-list > li.mm-selected > a.mm-subopen {
        background: transparent;
    }

    .mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
        padding-right: 45px;
        margin-right: 0;
    }

    .mm-list a.mm-subclose {
        text-indent: 20px;
        padding-top: 30px;
        margin-top: -20px;
    }

    .mm-list > li.mm-label {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 10px;
        text-transform: uppercase;
        text-indent: 20px;
        line-height: 25px;
        padding-right: 5px;
    }

    .mm-list > li.mm-spacer {
        padding-top: 40px;
    }

        .mm-list > li.mm-spacer.mm-label {
            padding-top: 25px;
        }

    .mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
        content: '';
        border: 2px solid transparent;
        display: inline-block;
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-bottom: -5px;
        position: absolute;
        bottom: 50%;
    }

    .mm-list a.mm-subopen:after {
        border-top: 0;
        border-left: 0;
        right: 18px;
    }

    .mm-list a.mm-subclose:before {
        border-right: 0;
        border-bottom: 0;
        margin-bottom: -15px;
        left: 22px;
    }

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

    .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
        border-color: transparent;
    }

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
    height: 40px;
}

    .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
        top: 16px;
        bottom: auto;
    }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
    height: 25px;
}

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.mm-menu {
    background: #04334d;
    color: rgba(255,255,255,0.6);
}

    .mm-menu .mm-list > li:after {
        border-color: rgba(0,0,0,0.15);
    }

    .mm-menu .mm-list > li > a.mm-subclose {
        background: rgba(0,0,0,0.1);
        color: rgba(255,255,255,0.3);
    }

        .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
            border-color: rgba(255,255,255,0.3);
        }

    .mm-menu .mm-list > li > a.mm-subopen:before {
        border-color: rgba(0,0,0,0.15);
    }

    .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
        background: rgba(0,0,0,0.1);
    }

    .mm-menu .mm-list > li.mm-label {
        background: rgba(255,255,255,0.05);
    }

    .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
        background: rgba(255,255,255,0.05);
    }

.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease;
}

html.mm-opened {
    overflow: hidden;
    position: relative;
}

    html.mm-opened body {
        overflow: hidden;
    }

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
}

.mm-menu.mm-current {
    display: block;
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%,0);
    -moz-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    -o-transform: translate(80%,0);
    transform: translate(80%,0);
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px,0);
        -moz-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        -o-transform: translate(140px,0);
        transform: translate(140px,0);
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px,0);
        -moz-transform: translate(440px,0);
        -ms-transform: translate(440px,0);
        -o-transform: translate(440px,0);
        transform: translate(440px,0);
    }
}

.mm-buttonbar {
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

    .mm-buttonbar:after {
        content: '';
        display: block;
        clear: both;
    }

    .mm-buttonbar > * {
        border-left: 1px solid transparent;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .mm-buttonbar > a {
        text-decoration: none;
    }

    .mm-buttonbar > input {
        position: absolute;
        left: -1000px;
        top: -1000px;
    }

        .mm-buttonbar > input:checked + label {
            border-color: transparent !important;
        }

        .mm-buttonbar > *:first-child, .mm-buttonbar > input:first-child + * {
            border-left: 0;
        }

    .mm-buttonbar.mm-buttonbar-2 > * {
        width: 50%;
    }

    .mm-buttonbar.mm-buttonbar-3 > * {
        width: 33.33%;
    }

    .mm-buttonbar.mm-buttonbar-4 > * {
        width: 25%;
    }

    .mm-buttonbar.mm-buttonbar-5 > * {
        width: 20%;
    }

.mm-header .mm-buttonbar {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
}

.mm-footer .mm-buttonbar {
    border: 0;
    border-radius: none;
    line-height: 40px;
    margin: -10px -10px 0 -20px;
}

    .mm-footer .mm-buttonbar > * {
        border-left: 0;
    }

.mm-list > li > .mm-buttonbar {
    margin: 10px 20px;
}

.mm-menu .mm-buttonbar {
    border-color: rgba(255,255,255,0.6);
    background: #333;
}

    .mm-menu .mm-buttonbar > * {
        border-color: rgba(255,255,255,0.6);
    }

    .mm-menu .mm-buttonbar > input:checked + label {
        background: rgba(255,255,255,0.6);
        color: #333;
    }

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
}

    em.mm-counter + a.mm-subopen {
        padding-left: 40px;
    }

        em.mm-counter + a.mm-subopen + a, em.mm-counter + a.mm-subopen + span {
            margin-right: 80px;
        }

    em.mm-counter + a.mm-fullsubopen {
        padding-left: 0;
    }

.mm-vertical em.mm-counter {
    top: 12px;
    margin-top: 0;
}

.mm-nosubresults > em.mm-counter {
    display: none;
}

.mm-menu em.mm-counter {
    color: rgba(255,255,255,0.3);
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging #mm-blocker {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

.mm-footer {
    background: inherit;
    border-top: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px 10px 0 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}

.mm-menu.mm-hasfooter > .mm-panel:after {
    height: 80px;
}

.mm-menu .mm-footer {
    border-color: rgba(0,0,0,0.15);
    color: rgba(255,255,255,0.3);
}

.mm-header {
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 50px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

    .mm-header .mm-title, .mm-header .mm-prev, .mm-header .mm-next, .mm-header .mm-close {
        padding-top: 30px;
    }

    .mm-header .mm-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .mm-header .mm-prev, .mm-header .mm-next, .mm-header .mm-close {
        text-decoration: none;
        display: block;
        box-sizing: border-box;
        min-width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .mm-header .mm-prev {
        padding-left: 20px;
        padding-right: 10px;
        left: 0;
    }

    .mm-header .mm-next, .mm-header .mm-close {
        padding-left: 10px;
        padding-right: 20px;
        right: 0;
    }

    .mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
        content: '';
        border: 2px solid transparent;
        display: inline-block;
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mm-header [href].mm-prev:before {
        border-right: 0;
        border-bottom: 0;
        margin-left: 2px;
        margin-right: 5px;
    }

    .mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
        margin-left: 5px;
        margin-right: -2px;
    }

    .mm-header [href].mm-next:after {
        border-top: 0;
        border-left: 0;
    }

    .mm-header [href].mm-close:after {
        content: 'x';
    }

.mm-menu.mm-hassearch .mm-header {
    height: 50px;
    top: 50px;
}

    .mm-menu.mm-hassearch .mm-header .mm-title, .mm-menu.mm-hassearch .mm-header .mm-prev, .mm-menu.mm-hassearch .mm-header .mm-next, .mm-menu.mm-hassearch .mm-header .mm-close {
        padding-top: 20px;
    }

.mm-menu.mm-hasheader li.mm-subtitle {
    display: none;
}

.mm-menu.mm-hasheader > .mm-panel {
    padding-top: 80px;
}

    .mm-menu.mm-hasheader > .mm-panel.mm-list {
        padding-top: 60px;
    }

    .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
        margin-top: -20px;
    }

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
    padding-top: 120px;
}

    .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
        padding-top: 100px;
    }

.mm-menu .mm-header {
    border-color: rgba(0,0,0,0.15);
    color: rgba(255,255,255,0.3);
}

    .mm-menu .mm-header .mm-prev:before, .mm-menu .mm-header .mm-next:after, .mm-menu .mm-header .mm-close:after {
        border-color: rgba(255,255,255,0.3);
    }

.mm-list li.mm-label > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px;
}

.mm-list li.mm-label.mm-opened a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
    top: 8.5px;
}

.mm-menu .mm-list li.mm-label > div > div {
    background: rgba(255,255,255,0.05);
}

.mm-search, .mm-search input {
    box-sizing: border-box;
}

.mm-list > li.mm-search {
    padding: 10px;
    margin-top: -20px;
}

.mm-list > li.mm-subtitle + li.mm-search {
    margin-top: 0;
}

div.mm-panel > div.mm-search {
    padding: 0 0 10px 0;
}

.mm-menu.mm-hasheader .mm-list > li.mm-search {
    margin-top: 0;
}

.mm-menu > .mm-search {
    background: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.mm-search {
    padding: 10px;
}

    .mm-search input {
        border: 0;
        border-radius: 30px;
        font: inherit;
        font-size: 14px;
        line-height: 30px;
        outline: 0;
        display: block;
        width: 100%;
        height: 30px;
        margin: 0;
        padding: 0 10px;
    }

        .mm-search input::-ms-clear {
            display: none;
        }

.mm-menu .mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 60px 0;
}

    .mm-menu .mm-noresultsmsg:after {
        border: none !important;
    }

.mm-noresults .mm-noresultsmsg {
    display: block;
}

.mm-menu li.mm-nosubresults > a.mm-subopen {
    display: none;
}

    .mm-menu li.mm-nosubresults > a.mm-subopen + a, .mm-menu li.mm-nosubresults > a.mm-subopen + span {
        padding-right: 10px;
    }

.mm-menu.mm-hassearch > .mm-panel {
    padding-top: 70px;
}

    .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
        margin-top: -20px;
    }

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
    margin-top: -10px;
}

    .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
        padding-top: 0;
    }

.mm-menu .mm-search input {
    background: rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.6);
}

.mm-menu .mm-noresultsmsg {
    color: rgba(255,255,255,0.3);
}

input.mm-toggle, input.mm-check {
    position: absolute;
    left: -10000px;
}

label.mm-toggle, label.mm-check {
    margin: 0;
    position: absolute;
    bottom: 50%;
    z-index: 2;
}

    label.mm-toggle:before, label.mm-check:before {
        content: '';
        display: block;
    }

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-bottom: -15px;
}

    label.mm-toggle:before {
        border-radius: 30px;
        width: 28px;
        height: 28px;
        margin: 1px;
    }

input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right;
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
}

    label.mm-check:before {
        border-left: 3px solid;
        border-bottom: 3px solid;
        width: 40%;
        height: 20%;
        margin: 25% 0 0 20%;
        opacity: .1;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

input.mm-check:checked ~ label.mm-check:before {
    opacity: 1;
}

.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
    bottom: auto;
    margin-bottom: 0;
}

.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
    top: 5px;
}

.mm-menu.mm-vertical .mm-list > li label.mm-check {
    top: 5px;
}

label.mm-toggle, label.mm-check {
    right: 20px;
}

    label.mm-toggle + a, label.mm-toggle + span {
        margin-right: 70px;
    }

    label.mm-check + a, label.mm-check + span {
        margin-right: 50px;
    }

a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
    right: 50px;
}

    a.mm-subopen + label.mm-toggle + a, a.mm-subopen + label.mm-toggle + span {
        margin-right: 100px;
    }

    a.mm-subopen + label.mm-check + a, a.mm-subopen + label.mm-check + span {
        margin-right: 80px;
    }

em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
    right: 90px;
}

    em.mm-counter + a.mm-subopen + label.mm-toggle + a, em.mm-counter + a.mm-subopen + label.mm-toggle + span {
        margin-right: 140px;
    }

    em.mm-counter + a.mm-subopen + label.mm-check + a, em.mm-counter + a.mm-subopen + label.mm-check + span {
        margin-right: 120px;
    }

.mm-menu label.mm-toggle {
    background: rgba(0,0,0,0.15);
}

    .mm-menu label.mm-toggle:before {
        background: #333;
    }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu label.mm-check:before {
    border-color: rgba(255,255,255,0.6);
}

html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}

html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}

html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}

html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
}

html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(0.7,0.7) translateX(-30%);
    -moz-transform: scale(0.7,0.7) translateX(-30%);
    -ms-transform: scale(0.7,0.7) translateX(-30%);
    -o-transform: scale(0.7,0.7) translateX(-30%);
    transform: scale(0.7,0.7) translateX(-30%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1,1) translateX(0);
    -moz-transform: scale(1,1) translateX(0);
    -ms-transform: scale(1,1) translateX(0);
    -o-transform: scale(1,1) translateX(0);
    transform: scale(1,1) translateX(0);
}

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(0.7,0.7) translateX(30%);
    -moz-transform: scale(0.7,0.7) translateX(30%);
    -ms-transform: scale(0.7,0.7) translateX(30%);
    -o-transform: scale(0.7,0.7) translateX(30%);
    transform: scale(0.7,0.7) translateX(30%);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1,1) translateX(0);
    -moz-transform: scale(1,1) translateX(0);
    -ms-transform: scale(1,1) translateX(0);
    -o-transform: scale(1,1) translateX(0);
    transform: scale(1,1) translateX(0);
}

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(0.7,0.7) translateY(-30%);
    -moz-transform: scale(0.7,0.7) translateY(-30%);
    -ms-transform: scale(0.7,0.7) translateY(-30%);
    -o-transform: scale(0.7,0.7) translateY(-30%);
    transform: scale(0.7,0.7) translateY(-30%);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1,1) translateY(0);
    -moz-transform: scale(1,1) translateY(0);
    -ms-transform: scale(1,1) translateY(0);
    -o-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
}

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(0.7,0.7) translateY(30%);
    -moz-transform: scale(0.7,0.7) translateY(30%);
    -ms-transform: scale(0.7,0.7) translateY(30%);
    -o-transform: scale(0.7,0.7) translateY(30%);
    transform: scale(0.7,0.7) translateY(30%);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1,1) translateY(0);
    -moz-transform: scale(1,1) translateY(0);
    -ms-transform: scale(1,1) translateY(0);
    -o-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
    -webkit-transform: scale(1.5,1.5) translateX(100%);
    -moz-transform: scale(1.5,1.5) translateX(100%);
    -ms-transform: scale(1.5,1.5) translateX(100%);
    -o-transform: scale(1.5,1.5) translateX(100%);
    transform: scale(1.5,1.5) translateX(100%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform,left;
    transition-property: transform,left;
}

    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
        -webkit-transform: scale(1,1) translateX(0);
        -moz-transform: scale(1,1) translateX(0);
        -ms-transform: scale(1,1) translateX(0);
        -o-transform: scale(1,1) translateX(0);
        transform: scale(1,1) translateX(0);
    }

        html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
            -webkit-transform: scale(0.7,0.7) translateX(-30%);
            -moz-transform: scale(0.7,0.7) translateX(-30%);
            -ms-transform: scale(0.7,0.7) translateX(-30%);
            -o-transform: scale(0.7,0.7) translateX(-30%);
            transform: scale(0.7,0.7) translateX(-30%);
        }

.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px,0);
        -moz-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        -o-transform: translate(140px,0);
        transform: translate(140px,0);
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px,0);
        -moz-transform: translate(10000px,0);
        -ms-transform: translate(10000px,0);
        -o-transform: translate(10000px,0);
        transform: translate(10000px,0);
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -moz-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        -o-transform: translate(-140px,0);
        transform: translate(-140px,0);
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px,0);
        -moz-transform: translate(-10000px,0);
        -ms-transform: translate(-10000px,0);
        -o-transform: translate(-10000px,0);
        transform: translate(-10000px,0);
    }
}

.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important;
}

.mm-menu.mm-top, .mm-menu.mm-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.mm-menu.mm-right {
    left: auto;
    right: 0;
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%,0);
    -moz-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    -o-transform: translate(-80%,0);
    transform: translate(-80%,0);
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px,0);
        -moz-transform: translate(-140px,0);
        -ms-transform: translate(-140px,0);
        -o-transform: translate(-140px,0);
        transform: translate(-140px,0);
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px,0);
        -moz-transform: translate(-440px,0);
        -ms-transform: translate(-440px,0);
        -o-transform: translate(-440px,0);
        transform: translate(-440px,0);
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    z-index: 0 !important;
}

.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

html.mm-opened.mm-next .mm-page {
    box-shadow: none;
}

.mm-menu.mm-front, .mm-menu.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}

    .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
        -webkit-transform: translate(100%,0);
        -moz-transform: translate(100%,0);
        -ms-transform: translate(100%,0);
        -o-transform: translate(100%,0);
        transform: translate(100%,0);
    }

    .mm-menu.mm-front.mm-top {
        -webkit-transform: translate(0,-100%);
        -moz-transform: translate(0,-100%);
        -ms-transform: translate(0,-100%);
        -o-transform: translate(0,-100%);
        transform: translate(0,-100%);
    }

    .mm-menu.mm-front.mm-bottom {
        -webkit-transform: translate(0,100%);
        -moz-transform: translate(0,100%);
        -ms-transform: translate(0,100%);
        -o-transform: translate(0,100%);
        transform: translate(0,100%);
    }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
    height: 80%;
    min-height: 140px;
    max-height: 880px;
}

html.mm-opened.mm-light .mm-page {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.mm-menu.mm-light {
    background: #f3f3f3;
    color: rgba(0,0,0,0.6);
}

    .mm-menu.mm-light .mm-list > li:after {
        border-color: rgba(0,0,0,0.1);
    }

    .mm-menu.mm-light .mm-list > li > a.mm-subclose {
        background: rgba(255,255,255,0.6);
        color: rgba(0,0,0,0.3);
    }

        .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
            border-color: rgba(0,0,0,0.3);
        }

    .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
        border-color: rgba(0,0,0,0.1);
    }

    .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-light .mm-list > li.mm-selected > span {
        background: rgba(255,255,255,0.6);
    }

    .mm-menu.mm-light .mm-list > li.mm-label {
        background: rgba(0,0,0,0.03);
    }

    .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
        background: rgba(0,0,0,0.03);
    }

    .mm-menu.mm-light .mm-buttonbar {
        border-color: rgba(0,0,0,0.6);
        background: #f3f3f3;
    }

        .mm-menu.mm-light .mm-buttonbar > * {
            border-color: rgba(0,0,0,0.6);
        }

        .mm-menu.mm-light .mm-buttonbar > input:checked + label {
            background: rgba(0,0,0,0.6);
            color: #f3f3f3;
        }

    .mm-menu.mm-light label.mm-check:before {
        border-color: rgba(0,0,0,0.6);
    }

    .mm-menu.mm-light em.mm-counter {
        color: rgba(0,0,0,0.3);
    }

    .mm-menu.mm-light .mm-footer {
        border-color: rgba(0,0,0,0.1);
        color: rgba(0,0,0,0.3);
    }

    .mm-menu.mm-light .mm-header {
        border-color: rgba(0,0,0,0.1);
        color: rgba(0,0,0,0.3);
    }

        .mm-menu.mm-light .mm-header .mm-prev:before, .mm-menu.mm-light .mm-header .mm-next:after, .mm-menu.mm-light .mm-header .mm-close:after {
            border-color: rgba(0,0,0,0.3);
        }

    .mm-menu.mm-light .mm-list li.mm-label > div > div {
        background: rgba(0,0,0,0.03);
    }

    .mm-menu.mm-light .mm-search input {
        background: rgba(0,0,0,0.1);
        color: rgba(0,0,0,0.6);
    }

    .mm-menu.mm-light .mm-noresultsmsg {
        color: rgba(0,0,0,0.3);
    }

    .mm-menu.mm-light label.mm-toggle {
        background: rgba(0,0,0,0.1);
    }

        .mm-menu.mm-light label.mm-toggle:before {
            background: #f3f3f3;
        }

    .mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
        background: #4bd963;
    }

html.mm-opened.mm-white .mm-page {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.mm-menu.mm-white {
    background: white;
    color: rgba(0,0,0,0.6);
}

    .mm-menu.mm-white .mm-list > li:after {
        border-color: rgba(0,0,0,0.1);
    }

    .mm-menu.mm-white .mm-list > li > a.mm-subclose {
        background: rgba(0,0,0,0.06);
        color: rgba(0,0,0,0.3);
    }

        .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
            border-color: rgba(0,0,0,0.3);
        }

    .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
        border-color: rgba(0,0,0,0.1);
    }

    .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
        background: rgba(0,0,0,0.06);
    }

    .mm-menu.mm-white .mm-list > li.mm-label {
        background: rgba(0,0,0,0.03);
    }

    .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
        background: rgba(0,0,0,0.03);
    }

    .mm-menu.mm-white .mm-buttonbar {
        border-color: rgba(0,0,0,0.6);
        background: white;
    }

        .mm-menu.mm-white .mm-buttonbar > * {
            border-color: rgba(0,0,0,0.6);
        }

        .mm-menu.mm-white .mm-buttonbar > input:checked + label {
            background: rgba(0,0,0,0.6);
            color: white;
        }

    .mm-menu.mm-white label.mm-check:before {
        border-color: rgba(0,0,0,0.6);
    }

    .mm-menu.mm-white em.mm-counter {
        color: rgba(0,0,0,0.3);
    }

    .mm-menu.mm-white .mm-footer {
        border-color: rgba(0,0,0,0.1);
        color: rgba(0,0,0,0.3);
    }

    .mm-menu.mm-white .mm-header {
        border-color: rgba(0,0,0,0.1);
        color: rgba(0,0,0,0.3);
    }

        .mm-menu.mm-white .mm-header .mm-prev:before, .mm-menu.mm-white .mm-header .mm-next:after, .mm-menu.mm-white .mm-header .mm-close:after {
            border-color: rgba(0,0,0,0.3);
        }

    .mm-menu.mm-white .mm-list li.mm-label > div > div {
        background: rgba(0,0,0,0.03);
    }

    .mm-menu.mm-white .mm-search input {
        background: rgba(0,0,0,0.1);
        color: rgba(0,0,0,0.6);
    }

    .mm-menu.mm-white .mm-noresultsmsg {
        color: rgba(0,0,0,0.3);
    }

    .mm-menu.mm-white label.mm-toggle {
        background: rgba(0,0,0,0.1);
    }

        .mm-menu.mm-white label.mm-toggle:before {
            background: white;
        }

    .mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
        background: #4bd963;
    }

html.mm-opened.mm-black .mm-page {
    box-shadow: none;
}

.mm-menu.mm-black {
    background: black;
    color: rgba(255,255,255,0.6);
}

    .mm-menu.mm-black .mm-list > li:after {
        border-color: rgba(255,255,255,0.2);
    }

    .mm-menu.mm-black .mm-list > li > a.mm-subclose {
        background: rgba(255,255,255,0.25);
        color: rgba(255,255,255,0.3);
    }

        .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
            border-color: rgba(255,255,255,0.3);
        }

    .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
        border-color: rgba(255,255,255,0.2);
    }

    .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-black .mm-list > li.mm-selected > span {
        background: rgba(255,255,255,0.25);
    }

    .mm-menu.mm-black .mm-list > li.mm-label {
        background: rgba(255,255,255,0.15);
    }

    .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
        background: rgba(255,255,255,0.15);
    }

    .mm-menu.mm-black .mm-buttonbar {
        border-color: rgba(255,255,255,0.6);
        background: black;
    }

        .mm-menu.mm-black .mm-buttonbar > * {
            border-color: rgba(255,255,255,0.6);
        }

        .mm-menu.mm-black .mm-buttonbar > input:checked + label {
            background: rgba(255,255,255,0.6);
            color: black;
        }

    .mm-menu.mm-black label.mm-check:before {
        border-color: rgba(255,255,255,0.6);
    }

    .mm-menu.mm-black em.mm-counter {
        color: rgba(255,255,255,0.3);
    }

    .mm-menu.mm-black .mm-footer {
        border-color: rgba(255,255,255,0.2);
        color: rgba(255,255,255,0.3);
    }

    .mm-menu.mm-black .mm-header {
        border-color: rgba(255,255,255,0.2);
        color: rgba(255,255,255,0.3);
    }

        .mm-menu.mm-black .mm-header .mm-prev:before, .mm-menu.mm-black .mm-header .mm-next:after, .mm-menu.mm-black .mm-header .mm-close:after {
            border-color: rgba(255,255,255,0.3);
        }

    .mm-menu.mm-black .mm-list li.mm-label > div > div {
        background: rgba(255,255,255,0.15);
    }

    .mm-menu.mm-black .mm-search input {
        background: rgba(255,255,255,0.3);
        color: rgba(255,255,255,0.6);
    }

    .mm-menu.mm-black .mm-noresultsmsg {
        color: rgba(255,255,255,0.3);
    }

    .mm-menu.mm-black label.mm-toggle {
        background: rgba(255,255,255,0.2);
    }

        .mm-menu.mm-black label.mm-toggle:before {
            background: black;
        }

    .mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
        background: #4bd963;
    }

@charset "UTF-8";

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

body {
    color: #5c5c5c;
    background: #fff;
    /*url(/images/pattern/playpattern.png) repeat;*/
    padding: 0 0 20px 0;
}

a {
    text-decoration: none;
    color: #222;
    -webkit-transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
    transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
}

    a:hover,
    a:active {
        color: #111;
        text-decoration: none;
    }

#page-outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#page-inner-wrap {
    position: relative;
    width: 100%;
}

.relative {
    position: relative;
}

.container {
    padding: 0;
}

    .container .img-responsive {
        display: block;
        width: 100%;
        max-height: inherit;
    }

#page-content {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0px 0 0 0;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0 #ccc;
    box-shadow: 0 0 12px 0 #ccc;
}

.ie8 #page-content {
    border: 1px solid #e3e3e3;
    margin: 0px -1px 0 -1px;
}

#main {
    padding: 10px;
}

#page-content.left-sidebar #main,
#page-content.right-sidebar #main,
#page-content.hide-sidebar #main {
    padding: 25px;
}

#page-content.hide-sidebar #main {
    float: none;
    width: 100%;
}

.sidebar-mid {
    padding: 15px;
}

#sidebar {
    background: #444;
}

.sidebar {
    color: #bbb;
    padding: 15px;
}

.section-full {
    margin: 0 -15px 0 -15px;
    padding: 45px 15px 0 15px;
}

.section-full-even {
    margin: 0 -15px 0 -15px;
    padding: 15px 15px 0 15px;
}

@media (min-width: 992px) {
    .tbl-row {
        display: table-row;
    }

    .tbl-cell {
        display: table-cell;
    }
}

.wpb_row {
    margin-left: -5px;
    margin-right: -5px;
    /*margin-bottom: 25px;*/
}

.vc_spacer {
    display: block;
    clear: both;
}

article {
    position: relative;
    margin-bottom: 25px;
}

.articleminheight-1 {
    min-height: 203px;
}

article.blog-posts {
    margin-bottom: 50px;
}

.theme,
.theme:visited {
    font: 700 13px/25px 'Roboto';
    color: #fff;
    padding: 5px 11px;
}

    .theme:hover {
        color: #fff;
        opacity: 0.8;
    }

.overlay {
    position: absolute;
    color: #eee;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 15px;
    background: rgb(0, 0, 0);
    background: rgba(3, 51, 76, 0.60);
}

#slider-carousel .overlay {
    padding: 12px 15px;
}

#slider-carousel .large .overlay {
    padding: 7px 17px;
}

.large .overlay {
    padding: 7px 17px;
}

.overlay h1,
.overlay h2,
.overlay h3 {
    margin: 0;
}

.overlay h1 {
    font-size: 24px;
    padding: 5px;
}

.overlay p {
    margin: 6px 0 0 0;
    opacity: 0.8;
}

.overlay a {
    color: #fff;
}

.overlay .breadcrumb {
    color: #aaa;
    padding: 0;
}

    .overlay .breadcrumb a {
        color: #cbcbcb;
    }

.overlay .sharing {
    position: absolute;
    font-size: 14px;
    right: 25px;
    bottom: 36px;
}

    .overlay .sharing a {
        margin-left: 12px;
        opacity: 0.6;
    }

        .overlay .sharing a:hover {
            opacity: 1.0;
        }

.miptheme-lazy {
    display: none;
}

.separator-left {
    border-left: 1px solid #e3e3e3;
}

.separator-right {
    border-right: 1px solid #e3e3e3;
}

.separator-bottom {
    border-bottom: 1px solid #e3e3e3;
}

span.stars {
    position: relative;
    display: inline-block;
    width: 71px;
    height: 13px;
    margin-top: 10px;
    background: url(/images/stars.png) no-repeat 0% 100%;
}

    span.stars span {
        position: absolute;
        left: 0;
        top: 1px;
        height: 13px;
        background: url(/images/stars.png) no-repeat 0 0;
    }

.sidebar span.stars,
.cat-reviews span.stars,
.woocommerce.news-lay-2 span.stars {
    background-position: 0px -13px;
}

    .sidebar span.stars span,
    .cat-reviews span.stars span {
        top: 0;
    }

.sidebar-mid span.stars,
.cat-reviews span.stars,
.woocommerce span.stars {
    margin-top: 0;
}

span.stars-lg {
    position: relative;
    display: inline-block;
    width: 91px;
    height: 18px;
    margin-bottom: 5px;
    background: url(/images/stars-large.png) no-repeat 0% 100%;
}

span.stars-dark {
    background-position: 0 -18px;
}

span.stars-lg span {
    position: absolute;
    left: 0;
    top: 1px;
    height: 18px;
    background: url(/images/stars-large.png) no-repeat 0 0;
}

.show-more {
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #444;
    border: none;
    padding: 0 40px;
    margin: 10px 0 50px 0;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}

#page-content .show-more:hover {
    background: #444;
}

.error {
    font-weight: 400;
    color: red;
    margin-top: 5px;
}

a:hover i.fa-twitter {
    color: #55acee;
}

a:hover i.fa-facebook,
a:hover i.fa-facebook-square {
    color: #3b5998;
}

a:hover i.fa-linkedin,
a:hover i.fa-linkedin-square {
    color: #0073b2;
}

a:hover i.fa-pinterest,
a:hover i.fa-pinterest-square {
    color: #cb2028;
}

a:hover i.fa-google-plus,
a:hover i.fa-google-plus-square {
    color: #d73d32;
}

a:hover i.fa-vimeo,
a:hover i.fa-vimeo-square {
    color: #44bbff;
}

a:hover i.fa-flickr {
    color: #128fdc;
}

a:hover i.fa-dribbble {
    color: #ea4c89;
}

a:hover i.fa-behance {
    color: #1769ff;
}

a:hover i.fa-tumblr,
a:hover i.fa-tumblr-square {
    color: #34465e;
}

a:hover i.fa-reddit {
    color: #ff4322;
}

a:hover i.fa-vk {
    color: #4c75a3;
}

a:hover i.fa-tencent-weibo {
    color: #599ed7;
}

a:hover i.fa-weixin {
    color: #93d034;
}

a:hover i.fa-qq {
    color: #4391fd;
}

a:hover i.fa-rss {
    color: #fb7629;
}

a:hover i.fa-youtube {
    color: #cc181e;
}

a.btn-fa-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ededed;
    font-size: 24px;
    color: #777;
    border-radius: 3px;
}

a.btn-fa-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    background-color: #ededed;
    font-size: 24px;
    color: #777;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
}

    a.btn-fa-icon:hover {
        background-color: #444;
        color: #fff;
    }

a.more-link {
    display: inline-block;
    font-size: 11px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
    background: #777;
    margin-top: 10px;
}

    a.more-link:after {
        font-family: 'FontAwesome';
        content: '\f105';
        margin-left: 10px;
    }

    a.more-link:hover {
        background: #444;
    }

.post-pagination {
    position: relative;
    padding: 20px 0;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

    .post-pagination span,
    .post-pagination a {
        display: inline-block;
        line-height: 28px;
        width: auto;
        min-width: 28px;
        text-align: center;
        margin: 2px;
        text-decoration: none;
        color: #444;
        background: #fff;
        border: 1px solid #ccc;
    }

        .post-pagination span.info {
            position: absolute;
            left: 0;
            font-weight: 400;
            font-size: 13px;
            color: #999;
            border: none;
        }

        .post-pagination span.bullets {
            border: none;
            font-weight: 700;
            color: #aaa;
        }

        .post-pagination span.next,
        .post-pagination span.previous {
            float: left;
            border: none;
            margin: 0;
            text-align: left;
        }

        .post-pagination span.next {
            float: right;
        }

            .post-pagination span.next a,
            .post-pagination span.previous a {
                display: block;
                position: relative;
                padding: 0 12px;
                min-width: 125px;
                text-align: right;
            }

            .post-pagination span.next a {
                text-align: left;
            }

                .post-pagination span.next a i.fa,
                .post-pagination span.previous a i.fa {
                    position: absolute;
                    line-height: 30px;
                }

                .post-pagination span.next a i.fa {
                    right: 12px;
                }

        .post-pagination span.previous a i.fa {
            left: 12px;
        }

        .post-pagination a:hover,
        .post-pagination .current {
            background: #444;
            border-color: #444;
            color: #fff;
        }

#page-content .head-image,
#page-content .head-video {
    position: relative;
}

.article-post .head-image,
.article-post .head-video {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #main {
        padding: 15px;
    }

    #page-content.left-sidebar #main,
    #page-content.right-sidebar #main,
    #page-content.hide-sidebar #main {
        padding: 30px;
    }

    .section-full {
        margin: 0 -20px 0 -20px;
        padding: 45px 15px 0 20px;
    }

    .section-full-even {
        margin: 0 -15px 0 -20px;
        padding: 15px 15px 0 20px;
    }

    .overlay .breadcrumb {
        margin: 0 0 0 10px;
    }

    .overlay h1 {
        margin: 0 5px;
    }
}

@media (min-width: 992px) {
    #page-content {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        #page-content.hide-sidebar {
            min-height: 500px;
        }

        #page-content.has-breaking-news {
            display: block;
        }

        #page-content .head-image,
        #page-content .head-video {
            display: table-caption;
        }

        #page-content article.article-post .head-image,
        #page-content article.article-post .head-video {
            display: block;
        }

        #page-content .head-image-parallax {
            height: 480px;
            background-size: cover;
            background-position: 50% 0;
        }

            #page-content .head-image-parallax img {
                display: none;
            }

    #main {
        display: table-cell;
        vertical-align: top;
        width: 640px;
        max-width: 640px;
        padding: 20px;
        overflow: hidden;
    }

    #page-content.multi-sidebar #main {
        width: 477px;
        max-width: 477px;
    }

    #page-content.left-sidebar #main {
        float: right;
    }

    #page-content.left-sidebar #main,
    #page-content.right-sidebar #main,
    #page-content.hide-sidebar #main {
        padding: 20px 20px 0 20px;
    }

        #page-content.left-sidebar #main.article .row,
        #page-content.right-sidebar #main.article .row,
        #page-content.hide-sidebar #main.article .row #page-content.left-sidebar #main .row .row,
        #page-content.right-sidebar #main .row .row,
        #page-content.hide-sidebar #main .row .row {
            padding: 0;
        }

    #main.article {
        padding: 15px;
    }

    #sidebar-mid {
        display: table-cell;
        vertical-align: top;
        width: 163px;
        max-width: 163px;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 1px solid #e3e3e3;
    }

    #sidebar {
        display: table-cell;
        vertical-align: top;
        width: 330px;
        max-width: 330px;
    }

    .overlay h1 {
        font-size: 36px;
        padding: 5px 350px 15px 15px;
    }

    .overlay .breadcrumb {
        margin: 10px 0 0 20px;
    }

    #page-content.left-sidebar .section-full,
    #page-content.right-sidebar .section-full {
        margin-right: -19px;
    }
}

@media (min-width: 1170px) {
    .section-full {
        padding: 45px 25px 0 25px;
    }

    .section-full-even {
        margin: 0 -25px 0 -25px;
        padding: 15px 15px 0 25px;
    }

    #page-content.right-sidebar .section-full {
        margin-right: -24px;
        margin-left: -25px;
    }

    #page-content.left-sidebar .section-full {
        margin-right: -25px;
        margin-left: -24px;
    }
}

@media (min-width: 1200px) {
    #main {
        width: 820px;
        max-width: 820px;
        padding: 25px;
    }

    #page-content.multi-sidebar #main {
        width: 610px;
        max-width: 610px;
    }

    #main.article {
        padding: 25px;
    }

    #page-content.left-sidebar #main,
    #page-content.right-sidebar #main,
    #page-content.hide-sidebar #main {
        padding: 25px 25px 0 25px;
    }

    #sidebar-mid {
        width: 210px;
        max-width: 210px;
        padding: 25px;
    }

    #sidebar {
        width: 350px;
        max-width: 350px;
        padding: 25px;
    }

    .section-full {
        margin: 0 -25px 0 -25px;
    }
}

.top-margin {
    margin-top: 20px;
}

#page-content .bottom-margin {
    margin-bottom: 25px;
}

.top-padding {
    padding-top: 15px;
}

.bottom-padding {
    padding-bottom: 15px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0 !important;
}

.icon-padding {
    position: relative;
    padding-left: 30px;
}

    .icon-padding i.fa {
        position: absolute;
        top: 4px;
        left: 0;
    }

form .control-full {
    width: 100% !important;
}

form.form-search .form-group {
    margin-bottom: 10px;
}

#page-header-mobile {
    position: relative;
    border-top: 5px solid #003867;
    background: #04334d;
    height: 50px;
    overflow: hidden;
    padding: 0 15px;
    top: 0px;
}

    #page-header-mobile .row.affix {
        position: fixed;
        width: 100%;
        z-index: 2;
        background: #04334d;
        top: 0 !important;
        height: 50px;
        border-top: 5px solid #003867;
    }

        #page-header-mobile .row.affix.adminbar {
            top: 46px !important;
        }

#search-form-mobile {
    position: relative;
    z-index: 99;
}

#page-header-mobile h1 {
    margin: 0;
    padding: 1px 0;
}

    #page-header-mobile h1 img {
        vertical-align: inherit;
    }

#page-header-mobile a {
    color: #eee;
}

    #page-header-mobile a:hover {
        color: #fff;
    }

#page-header-mobile span.glyphicon {
    font-size: 24px;
    margin-top: 5px;
}

#page-header-mobile nav {
    background: #2d2f33;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -20em;
    font-size: 15px;
    top: 0;
    width: 20em;
    z-index: 2000;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

body.nav-expanded #page-header-mobile nav {
    right: 0;
}

#page-header-mobile #sidr li a span.glyphicon {
    font-size: 14px;
    margin-top: 0px;
    padding: 0;
    line-height: 48px;
    border: none;
}

#mobile-menu ul li a {
    border-left: 3px solid #222;
}

    #mobile-menu ul li a.mm-subopen {
        border-left: none;
    }

    #mobile-menu ul li a:hover {
        background: #222;
    }

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

#page-header h1 {
    color: #fff;
    margin: 0;
}

#sticky-header.affix {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

#sticky-header.adminbar {
    top: 32px;
}

#top-navigation {
    position: relative;
    height: 30px;
    background: #04334d;
    z-index: 4;
}

    #top-navigation .container {
        position: relative;
    }

    #top-navigation ul {
        padding: 0;
        margin: 0;
    }

        #top-navigation ul li {
            list-style: none;
            float: left;
        }

            #top-navigation ul li:first-child {
                border-left: none;
            }

            #top-navigation ul li a,
            #top-navigation ul li.date span {
                display: block;
                font-size: 14px;
                font-weight: 400;
                line-height: 30px;
                color: #bcbcbc;
                padding: 0 15px;
            }

                #top-navigation ul li a:hover {
                    color: #bcbcbc;
                }

            #top-navigation ul li.date span {
                color: #fff;
            }

            #top-navigation ul li.date.first span {
                padding-left: 5px;
                margin-right: 15px;
                display: block;
                width: 160px;
            }

            #top-navigation ul li.date.last {
                float: right;
            }

                #top-navigation ul li.date.last span {
                    padding-right: 5px;
                    margin-left: 15px;
                }

            #top-navigation ul li.options {
                float: right;
                margin-left: 10px;
            }

                #top-navigation ul li.options a {
                    display: inline-block;
                    padding: 0 5px;
                    margin-left: 6px;
                }

                #top-navigation ul li.options span {
                    margin-right: 5px;
                }

            #top-navigation ul li a:hover {
                color: #fff;
            }

        #top-navigation ul ul {
            display: none;
            position: absolute;
            top: 30px;
            z-index: 10;
            background: #3a3a3a;
        }

        #top-navigation ul li:hover > ul {
            display: block;
        }

        #top-navigation ul ul li {
            position: relative;
            float: none;
            min-width: 140px;
            border: none;
        }

            #top-navigation ul ul li:first-child {
                padding-top: 3px;
            }

            #top-navigation ul ul li ul {
                top: 0;
                left: 140px;
            }

            #top-navigation ul ul li a {
                color: #bcbcbc;
                line-height: 26px;
            }

        #top-navigation ul li.soc-media {
            float: right;
            border: none;
        }

            #top-navigation ul li.soc-media a {
                display: inline-block;
                padding: 0 8px;
                font-size: 14px;
            }

#header-branding {
    position: relative;
    height: 100px;
    background: #444;
    border-top: 5px solid #3a3a3a;
    border-bottom: 1px solid #4d4d4d;
    overflow: hidden;
    z-index: 3;
}

#page-header.has-top-menu #header-branding {
    border-top-width: 1px;
}

#page-header .container #header-branding .container {
    padding: 0 6px 0 15px;
}

#header-branding h1 {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 0 6px;
}

#header-branding.header-layout-2 .text-right {
    padding-right: 30px;
}

#header-branding.header-layout-3 {
    height: 105px;
}

    #header-branding.header-layout-3 h1 {
        height: 95px;
    }

#header-branding.header-layout-4 h1,
#header-branding.header-layout-5 h1 {
    justify-content: center;
    xtext-align: center;
}

#header-branding.header-layout-5 .col-sm-4.text-left,
#header-branding.header-layout-5 .col-sm-4.text-right {
    height: 90px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

#header-branding.header-layout-5 .col-sm-4.text-right {
    justify-content: flex-end;
    padding-right: 30px;
}

#header-branding.header-layout-7 {
    height: 150px;
}

    #header-branding.header-layout-7 h1 {
        text-align: center;
    }

        #header-branding.header-layout-4 h1 a,
        #header-branding.header-layout-7 h1 a {
            margin: 0 auto;
        }

    #header-branding.header-layout-7 .weather {
        margin-top: 0;
    }

#header-branding #search-form {
    width: 360px;
    height: 45px;
    border: 3px solid #4a4a4a;
    text-align: left;
    margin-top: 22px;
    padding: 0 10px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    -webkit-box-shadow: inset 0 3px 0 0 #3d3d3d;
    box-shadow: inset 0 3px 0 0 #3d3d3d;
    overflow: hidden;
}

#header-branding .text-right #search-form {
    float: right;
}

#header-branding #search-form input {
    line-height: 36px;
    height: 36px;
    color: #999;
    background: transparent;
    border: none;
    width: 300px;
    padding: 0 5px;
}

#header-branding #search-form button {
    line-height: 36px;
    height: 36px;
    color: #a1a1a1;
    background: transparent;
    border: none;
    width: 30px;
}

#weather {
    display: none;
}

#header-branding .weather {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 0 80px 0 0;
    margin-top: 28px;
}

    #header-branding .weather h3 {
        font-size: 14px;
        font-weight: 400;
        color: #c3c3c3;
        margin: 0;
    }

        #header-branding .weather h3 span.temp {
            display: inline-block;
            font-weight: 700;
            color: #fff;
            margin-left: 15px;
        }

    #header-branding .weather span.glyphicon {
        display: inline-block;
        margin-right: 5px;
    }

    #header-branding .weather span.date {
        font-size: 12px;
        color: #878787;
        padding-left: 22px;
    }

    #header-branding .weather i.icon {
        position: absolute;
        top: 5px;
        right: 20px;
        font-size: 28px;
        color: #eee;
    }

#header-branding .banner-src {
    margin-top: 3px;
    max-height: 90px;
}

    #header-branding .banner-src img {
        width: 100%;
        max-width: 728px;
        max-height: 90px;
        height: auto;
    }

    #header-branding .banner-src iframe {
        width: 100%;
        max-height: 90px;
        height: auto;
    }

#header-navigation {
    position: relative;
    height: 50px;
    background: #3f3f3f;
    z-index: 3;
}

    #header-navigation .container {
        position: relative;
    }

    #header-navigation ul {
        padding: 0;
        margin-top: -1px;
        border-left: 1px solid #4d4d4d;
    }

        #header-navigation ul ul {
            margin-top: 0;
        }

        #header-navigation ul li {
            position: static;
            list-style: none;
            float: left;
            border-right: 1px solid #4d4d4d;
        }

            #header-navigation ul li a {
                display: block;
                font-size: 12px;
                font-weight: 700;
                line-height: 50px;
                color: #fff;
                padding: 0 10px;
                border-top: 1px solid #222;
            }

            #header-navigation ul li li a {
                border-top: none;
            }

            #header-navigation ul li.current a,
            #header-navigation ul li.current-menu-item a,
            #header-navigation ul li a:hover,
            #header-navigation ul li:hover a,
            #header-navigation ul li a:focus {
                background: #222;
            }

            #header-navigation ul li li a:hover {
                background: #333;
            }

            #header-navigation ul li.options {
                float: right;
                padding-right: 10px;
            }

                #header-navigation ul li.options a {
                    display: inline-block;
                    font-size: 12px;
                    color: #999;
                    padding: 0 10px;
                    border: none;
                }

                    #header-navigation ul li.options a span.glyphicon,
                    #header-navigation ul li.soc-media a span.glyphicon {
                        padding-right: 8px;
                        color: #999;
                    }

                    #header-navigation ul li.options a:hover,
                    #header-navigation ul li.options a:hover span {
                        background: #222222;
                        color: #fff;
                    }

            #header-navigation ul li.soc-media .dropnav-container ul.dropnav-menu li {
                position: relative;
                min-width: 143px;
            }

                #header-navigation ul li.soc-media .dropnav-container ul.dropnav-menu li a {
                    display: block;
                    padding-left: 12px;
                    padding-top: 7px;
                    padding-bottom: 7px;
                    text-transform: none;
                }

            #header-navigation ul li.search-nav a {
                display: inline-block;
                font-size: 12px;
                color: #999;
                padding: 0 22px;
                border: none;
            }

            #header-navigation ul li.soc-media,
            #header-navigation ul li.search-nav {
                float: right;
            }

                #header-navigation ul li.search-nav a span.glyphicon {
                    padding-right: 0;
                    color: #999;
                }

                #header-navigation ul li.search-nav .dropdown-menu {
                    background: #3f3f3f;
                    padding: 10px 15px;
                    margin-top: 0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                }

                    #header-navigation ul li.search-nav .dropdown-menu input {
                        display: inline-block;
                        color: #444;
                        width: 264px;
                        line-height: 32px;
                        height: 32px;
                        padding: 4px;
                        margin-left: 10px;
                        background: #fff;
                        border: none;
                    }

                    #header-navigation ul li.search-nav .dropdown-menu button.btn,
                    #header-navigation ul li.search-nav .dropdown-menu button.btn:hover {
                        color: #999;
                        background: #333;
                    }

                #header-navigation ul li.search-nav.open > a,
                #header-navigation ul li.search-nav.open > a:focus {
                    background: #222;
                }

                #header-navigation ul li.soc-media a {
                    display: inline-block;
                    font-size: 12px;
                    color: #999;
                    line-height: 51px;
                    padding: 0 15px;
                    border: none;
                    min-width: 120px;
                }

    #header-navigation li.soc-links a:before {
        font-family: 'FontAwesome';
        position: absolute;
        left: 15px;
    }

    #header-navigation li.soc-facebook a:before {
        content: '\f09a';
    }

    #header-navigation li.soc-twitter a:before {
        content: '\f099';
    }

    #header-navigation li.soc-google a:before {
        content: '\f0d5';
    }

    #header-navigation li.soc-linkedin a:before {
        content: '\f0e1';
    }

    #header-navigation li.soc-pinterest a:before {
        content: '\f0d2';
    }

    #header-navigation li.soc-flickr a:before {
        content: '\f16e';
    }

    #header-navigation li.soc-youtube a:before {
        content: '\f167';
    }

    #header-navigation li.soc-vimeo a:before {
        content: '\f194';
    }

    #header-navigation li.soc-dribbble a:before {
        content: '\f17d';
    }

    #header-navigation li.soc-behance a:before {
        content: '\f1b4';
    }

    #header-navigation li.soc-tumblr a:before {
        content: '\f173';
    }

    #header-navigation li.soc-reddit a:before {
        content: '\f1a1';
    }

    #header-navigation li.soc-vkontakte a:before {
        content: '\f189';
    }

    #header-navigation li.soc-weibo a:before {
        content: '\f1d5';
    }

    #header-navigation li.soc-wechat a:before {
        content: '\f1d7';
    }

    #header-navigation li.soc-qq a:before {
        content: '\f1d6';
    }

    #header-navigation li.soc-rss a:before {
        content: '\f09e';
    }

    #header-navigation li.soc-facebook a:hover {
        background: #3b5998;
    }

    #header-navigation li.soc-twitter a:hover {
        background: #55acee;
    }

    #header-navigation li.soc-google a:hover {
        background: #d73d32;
    }

    #header-navigation li.soc-linkedin a:hover {
        background: #0073b2;
    }

    #header-navigation li.soc-pinterest a:hover {
        background: #cb2028;
    }

    #header-navigation li.soc-flickr a:hover {
        background: #128fdc;
    }

    #header-navigation li.soc-youtube a:hover {
        background: #cc181e;
    }

    #header-navigation li.soc-vimeo a:hover {
        background: #44bbff;
    }

    #header-navigation li.soc-dribbble a:hover {
        background: #ea4c89;
    }

    #header-navigation li.soc-behance a:hover {
        background: #1769ff;
    }

    #header-navigation li.soc-tumblr a:hover {
        background: #6383a8;
    }

    #header-navigation li.soc-reddit a:hover {
        background: #ff4322;
    }

    #header-navigation li.soc-vkontakte a:hover {
        background: #34465e;
    }

    #header-navigation li.soc-weibo a:hover {
        background: #599ed7;
    }

    #header-navigation li.soc-wechat a:hover {
        background: #93d034;
    }

    #header-navigation li.soc-qq a:hover {
        background: #4391fd;
    }

    #header-navigation li.soc-rss a:hover {
        background: #fb7629;
    }

    #header-navigation .subnav-container {
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
        top: 51px;
        z-index: 10;
        width: 750px;
        height: 223px;
        overflow: hidden;
        background: #222;
    }

    #header-navigation ul.subnav-menu {
        position: absolute;
        left: -10px;
        top: 0px;
        width: 200px;
        height: 240px;
        background: #444;
        padding: 0;
    }

        #header-navigation ul.subnav-menu li {
            float: none;
            border: none;
            width: 200px;
        }

            #header-navigation ul.subnav-menu li a {
                display: block;
                text-align: right;
                padding: 0 20px;
                line-height: 30px;
                border: none;
                background: #444;
            }

                #header-navigation ul.subnav-menu li.current a,
                #header-navigation ul.subnav-menu li a:hover {
                    background: #222;
                }

    #header-navigation .subnav-posts {
        display: none;
        position: absolute;
        width: 520px;
        /*left: 220px;*/
        top: 10px;
    }

    #header-navigation ul li li.current .subnav-posts,
    #header-navigation ul li li:hover .subnav-posts,
    #header-navigation ul li li a:hover .subnav-posts {
        display: block;
    }

    #header-navigation ul li .subnav-posts a {
        line-height: 14px;
        font-weight: 400;
        display: inline;
        text-transform: none;
        padding: 0;
        border-top: none;
    }

    #header-navigation .subnav-posts article {
        width: 150px;
        float: left;
        margin-left: 30px;
    }

        #header-navigation .subnav-posts article img {
            width: 150px;
        }

        #header-navigation .subnav-posts article:first-child {
            margin-left: 0;
        }

        #header-navigation .subnav-posts article h3 {
            line-height: 18px;
            font-weight: 400;
            text-align: center;
            padding: 0 10px;
            margin: 8px 0 0 0;
        }

    #header-navigation .dropnav-container {
        display: none;
        position: absolute;
        top: 51px;
        z-index: 10;
        background: #3f3f3f;
        margin: 0;
    }

        #header-navigation .dropnav-container ul {
            background: #3f3f3f;
            border-bottom: 1px solid #4D4D4D;
        }

            #header-navigation .dropnav-container ul.dropnav-menu li {
                position: relative;
                float: none;
                min-width: 200px;
                border-top: 1px solid #4D4D4D;
            }

                #header-navigation .dropnav-container ul.dropnav-menu li a {
                    color: #fff;
                    line-height: 18px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

                #header-navigation .dropnav-container ul.dropnav-menu li:hover ul {
                    display: block;
                }

                #header-navigation .dropnav-container ul.dropnav-menu li a i.fa {
                    float: right;
                    line-height: 18px;
                }

            #header-navigation .dropnav-container ul.dropnav-menu ul {
                display: none;
                position: absolute;
                top: -1px;
                left: 200px;
                z-index: 100;
            }

#header-navigation-sub nav {
    height: 50px;
    overflow: hidden;
    background: #222;
}

    #header-navigation-sub nav ul {
        list-style: none;
        padding: 0;
    }

        #header-navigation-sub nav ul li {
            float: left;
            margin: 0 10px 0 25px;
        }

            #header-navigation-sub nav ul li a {
                font: 700 14px/50px 'Roboto Condensed', sans-serif;
                color: #fff;
            }

                #header-navigation-sub nav ul li.current-cat a,
                #header-navigation-sub nav ul li a:hover {
                    color: #999;
                }

#header-quicklinks.full-width {
    background: #de5b47;
}

#header-quicklinks nav {
    height: 40px;
    overflow: hidden;
    background: #de5b47;
}

    #header-quicklinks nav ul {
        list-style: none;
        padding: 0;
    }

        #header-quicklinks nav ul li {
            float: left;
            margin: 0 0 0 20px;
        }

            #header-quicklinks nav ul li a {
                font: 400 14px/40px 'Roboto', sans-serif;
                color: #fff;
                padding: 0;
            }

                #header-quicklinks nav ul li a:before {
                    font-family: 'FontAwesome';
                    content: '\f105';
                    margin-right: 7px;
                }

                #header-quicklinks nav ul li a:hover {
                    color: #f3d5d1;
                    background: none;
                }


.otherservice {
    border-bottom: 1px solid #fff;
    padding: 22px 0px 5px 1px;
    width: 756px;
    margin-left: 38px;
}

.otherlogo {
    float: left;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
}

.otherlogo12 {
    width: 100%;
    padding: 10px 10px 10px 25px;
    float: left;
    cursor: pointer;
}

#otherlogo1:hover {
    opacity: 0.7;
}

#otherlogo2:hover {
    opacity: 0.7;
}

#otherlogo3:hover {
    opacity: 0.7;
}

#otherlogo4:hover {
    opacity: 0.7;
}

@media (min-width: 992px) {
    #header-navigation ul li a {
        /*font-size: 13px;
        padding: 0 10px;*/
        font-size: 12px;
        padding: 0 9px;
    }

    #header-navigation .subnav-container {
        width: 970px;
    }

    .otherlogo {
        padding: 10px 0px 10px 20px;
    }

        .otherlogo > a {
            background: 0px !important;
            border: 0px !important;
        }

    .otherlogo12 {
        width: 100%;
        padding: 10px 10px 10px 25px;
        float: left;
        cursor: pointer;
    }

        .otherlogo12 > a {
            background: 0px !important;
            border: 0px !important;
        }

    .otherservice {
        width: 606px;
        margin-left: 32px;
    }

    #subother {
        width: 863px !important;
        height: 282px !important;
    }

    #othermenu {
        height: 282px;
    }

    #header-navigation ul.subnav-menu {
        width: 250px;
    }

        #header-navigation ul.subnav-menu li {
            width: 249px;
        }

    #header-navigation .subnav-posts {
        /*left: 280px;*/
        width: 660px;
    }

        #header-navigation .subnav-posts article {
            width: 190px;
        }

            #header-navigation .subnav-posts article:last-child {
                /*display: none;*/
            }

            #header-navigation .subnav-posts article img {
                width: 190px;
            }

    #header-navigation #menu {
        position: relative;
    }

        #header-navigation #menu span.sticky-logo {
            position: absolute;
            display: block;
            height: 50px;
            opacity: 0;
            transform: rotateX(90deg);
        }

    .affix #header-navigation #menu span.sticky-logo {
        opacity: 1;
        transform: rotateX(0deg);
        transition: all .1s ease-out;
    }
}

@media (min-width: 1200px) {
    #header-navigation ul li a {
        /*font-size: 16px;
        padding: 0 14px;*/
        font-size: 16px;
        padding: 0 11px;
    }
}

@media (min-width: 1170px) and (max-width: 1200) {
    #header-navigation ul li a {
        font-size: 13px;
        padding: 0 11px;
    }
}

@media (min-width: 1200px) {

    .otherservice {
        border-bottom: 1px solid #fff;
        padding: 22px 0px 5px 1px;
        width: 756px;
        margin-left: 38px;
    }

    .otherlogo {
        float: left;
        padding: 10px 25px 10px 25px;
        cursor: pointer;
    }

        .otherlogo > a {
            background: 0px !important;
            border: 0px !important;
        }

    .otherlogo12 {
        width: 100%;
        padding: 10px 10px 10px 25px;
        float: left;
        cursor: pointer;
    }

        .otherlogo12 > a {
            background: 0px !important;
            border: 0px !important;
        }

    #header-navigation .subnav-container {
        width: 1170px;
    }

    #subother {
        width: 1057px !important;
        height: 282px !important;
    }

    #othermenu {
        height: 282px;
    }



    #header-navigation .subnav-container {
        width: 1170px;
    }

    #header-navigation .subnav-posts {
        width: 890px;
    }

        #header-navigation .subnav-posts article:last-child {
            display: block;
        }

    #header-navigation .dropnav-container ul.dropnav-menu li {
        min-width: 240px;
    }

    #header-navigation .dropnav-container ul.dropnav-menu ul {
        left: 240px;
    }
}

#page-slider {
    position: relative;
    margin-top: 15px;
    z-index: 0;
}

    #page-slider div.container {
        box-shadow: 0 0 12px 0 #ccc;
    }

    #page-slider .row {
        float: left;
    }

        #page-slider .row .row {
            float: none;
        }

    #page-slider .col-sm-8 {
        padding-right: 1px;
    }

        #page-slider .col-sm-8 article {
            margin: 0 0 1px 0;
        }

    #page-slider .col-sm-4 article {
        margin: 1px 0 0 0;
    }

        #page-slider .col-sm-4 article:first-child {
            margin-top: 0;
        }

    #page-slider .col-sm-8 article .overlay p {
        display: none;
    }

    #page-slider.slider-layout-3 article,
    #page-slider.slider-layout-4 article,
    #page-slider.slider-layout-5 article {
        margin-bottom: 1px;
    }

    #page-slider .slider-nav {
        display: none;
        position: absolute;
        width: 750px;
        top: 205px;
    }

        #page-slider .slider-nav a {
            position: absolute;
            left: 10px;
            display: inline-block;
            font-size: 20px;
            color: #fff;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.3);
            text-align: center;
            line-height: 40px;
            -webkit-border-radius: 20px 20px 20px 20px;
            border-radius: 20px 20px 20px 20px;
        }

            #page-slider .slider-nav a.next {
                left: auto;
                right: 25px;
            }

    #page-slider.slider-layout-3 .slider-nav {
        top: 245px;
    }

    #page-slider.slider-layout-5 .slider-nav {
        top: 220px;
    }

@media (min-width: 768px) {
    #page-slider .slider-nav {
        display: block;
    }

    #page-slider .col-sm-8 article,
    #page-slider .col-sm-3 article {
        height: 453px;
        margin: 0;
    }

        #page-slider .col-sm-8 article img,
        #page-slider .col-sm-3 article img {
            height: 452px;
        }

        #page-slider .col-sm-8 article .overlay p {
            display: block;
        }

    #page-slider .col-sm-4 {
        padding-left: 0px;
    }

        #page-slider .col-sm-4 article {
            height: 230px;
        }

            #page-slider .col-sm-4 article img {
                height: 230px;
            }

    #page-slider.slider-layout-2 .row {
        height: 452px;
        overflow: hidden;
    }

    #page-slider.slider-layout-2 .col-sm-3 {
        width: 250px;
        height: 452px;
        padding-right: 1px;
        padding-left: 0;
    }

    #page-slider .col-sm-3:first-child {
        margin-left: 15px;
    }

    #page-slider.slider-layout-3 .row {
        height: 352px;
        overflow: hidden;
        margin: 0;
    }

    #page-slider.slider-layout-4 .row {
        height: 388px;
        overflow: hidden;
        margin: 0;
    }

    #page-slider.slider-layout-3 .col-sm-6 {
        width: 375px;
        height: 211px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 0;
    }

    #page-slider.slider-layout-3 .col-sm-4,
    #page-slider.slider-layout-4 .col-sm-4 {
        width: 250px;
        height: 140px;
        padding-right: 1px;
        padding-left: 0;
    }

    #page-slider.slider-layout-3 .col-sm-6 article {
        height: 210px;
    }

        #page-slider.slider-layout-3 .col-sm-6 article img {
            height: 210px;
        }

    #page-slider.slider-layout-3 .col-sm-4 article,
    #page-slider.slider-layout-4 .col-sm-4 article {
        height: 140px;
    }

        #page-slider.slider-layout-3 .col-sm-4 article img,
        #page-slider.slider-layout-4 .col-sm-4 article img {
            height: 140px;
        }

        #page-slider.slider-layout-3 .col-sm-4 article.linkbox h2,
        #page-slider.slider-layout-4 .col-sm-4 article.linkbox h2 {
            font-size: 20px;
            line-height: 24px;
        }

    #page-slider.slider-layout-4 .col-sm-12 {
        padding: 0;
    }

    #page-slider.slider-layout-5 .row {
        overflow: hidden;
        margin: 0;
    }

    #page-slider.slider-layout-5 .col-sm-6 {
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 0;
    }


    #page-slider .row {
        float: none;
    }
}

@media (min-width: 992px) {
    #page-slider .col-sm-8 {
        width: 635px;
    }

    #page-slider .col-sm-4 {
        width: 365px;
    }

    #page-slider .slider-nav {
        width: 970px;
    }

    #page-slider.slider-layout-2 .col-sm-3 {
        width: 242px;
    }

    #page-slider.slider-layout-3 .row {
        height: 408px;
    }

    #page-slider.slider-layout-4 .row {
        height: 488px;
    }

    #page-slider.slider-layout-3 .col-sm-6 {
        width: 485px;
        height: 243px;
    }

    #page-slider.slider-layout-3 .col-sm-4,
    #page-slider.slider-layout-4 .col-sm-4 {
        width: 323px;
        height: 165px;
    }

    #page-slider.slider-layout-3 .col-sm-6 article {
        height: 242px;
    }

        #page-slider.slider-layout-3 .col-sm-6 article img {
            height: 242px;
        }

    #page-slider.slider-layout-3 .col-sm-4 article,
    #page-slider.slider-layout-4 .col-sm-4 article {
        height: 165px;
    }

        #page-slider.slider-layout-3 .col-sm-4 article img,
        #page-slider.slider-layout-4 .col-sm-4 article img {
            height: 165px;
        }

        #page-slider.slider-layout-3 .col-sm-4 article.linkbox h2,
        #page-slider.slider-layout-4 .col-sm-4 article.linkbox h2 {
            font-size: 24px;
            line-height: 30px;
        }

    #page-slider.slider-layout-5 .col-sm-6 {
        xwidth: 485px;
        xheight: 375px;
    }
}

@media (min-width: 1200px) {
    #page-slider .col-sm-8 {
        width: 835px;
    }

    #page-slider .slider-nav {
        /*width: 1170px;*/
        width: inherit;
    }

    #page-slider.slider-layout-2 .col-sm-3 {
        width: 292px;
    }

    #page-slider.slider-layout-3 .row {
        height: 552px;
    }

    #page-slider.slider-layout-4 .row {
        height: 602px;
    }

    #page-slider.slider-layout-3 .col-sm-6 {
        width: 585px;
        height: 351px;
    }

    #page-slider.slider-layout-3 .col-sm-4,
    #page-slider.slider-layout-4 .col-sm-4 {
        width: 390px;
        height: 200px;
    }

    #page-slider.slider-layout-3 .col-sm-6 article {
        height: 350px;
    }

        #page-slider.slider-layout-3 .col-sm-6 article img {
            height: 350px;
        }

    #page-slider.slider-layout-3 .col-sm-4 article,
    #page-slider.slider-layout-4 .col-sm-4 article {
        height: 200px;
    }

        #page-slider.slider-layout-3 .col-sm-4 article img,
        #page-slider.slider-layout-4 .col-sm-4 article img {
            height: 200px;
        }

    #page-slider.slider-layout-5 .col-sm-6 {
        xwidth: 585px;
        height: 480px;
    }

        #page-slider.slider-layout-5 .col-sm-6 .col-sm-6 {
            xwidth: 585px;
            height: 240px;
        }
}

#page-content header {
    position: relative;
}

    #page-content header h2 {
        font: 400 17px/17px 'Roboto Condensed', sans-serif;
        color: #444;
        margin: 0 0 15px 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #f5f5f5;
        min-height: 28px;
    }

        #page-content header h2 span {
            display: inline-block;
            font-weight: 700;
            margin-left: 10px;
        }

    #page-content header span.borderline {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 1px;
        background: #222;
    }

    #page-content header img.intro {
        display: block;
        margin: 0 0 15px 0;
    }

#page-content.has-breaking-news {
    padding-top: 5px;
}

#breaking-news {
    overflow: hidden;
    background: #EDEDED;
    height: 40px;
    padding: 10px 5px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#breaking-news-carousel { /*    the HTML element that will be turned into a carousel */
    width: 870px;
}

#breaking-news a.theme-title {
    display: inline-block;
    float: left;
    line-height: 9px;
    margin-right: 3px;
}


#breaking-news a.theme-splitter {
    display: inline-block;
    float: left;
    height: 40px;
    background: #fff;
    width: 2px;
    margin-right: 3px;
}

#breaking-news .wrapper {
    float: left;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    padding-left: 5px;
}

#breaking-news a.theme:hover {
    color: #fff;
    text-decoration: none;
}

#breaking-news h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}

#breaking-news span.text {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
}

#breaking-news span.published {
    display: inline-block;
    font-size: 11px;
    color: #777;
    margin-left: 20px;
}

#breaking-news h3 a, #breaking-news h3 a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

    #breaking-news h3 a:hover {
        text-decoration: none;
        font-weight: normal;
    }

@media (max-width: 767px) {
    #page-content.has-breaking-news {
        padding-top: 0;
    }

    #breaking-news {
        position: relative;
        height: 40px;
        padding: 6px 15px 0px 0px;
        border-bottom: 1px solid #e3e3e3;
        text-align: center;
    }

        #breaking-news a.theme-title {
            top: 0;
            margin-bottom: 8px;
            display: none;
            font-weight: normal;
        }


        #breaking-news a.theme-splitter {
            display: none;
        }

        #breaking-news .wrapper {
            text-align: center;
            height: 37px;
            overflow: hidden;
        }

            #breaking-news .wrapper .item {
                text-align: center;
            }

        #breaking-news h3 {
            font-size: 22px;
            line-height: 18px;
        }
}

.cat-reviews {
    background: #444;
}

#page-content .cat-reviews header h2 {
    border-color: #4e4e4e;
}

#page-content .cat-reviews header span.borderline {
    background: #fff;
}

.cat-reviews span.text {
    display: block;
    margin-bottom: 10px;
    color: #999;
}

.cat-products {
    background: #444;
}

#page-content .cat-products header h2 {
    border-color: #4e4e4e;
}

#page-content .cat-products header span.borderline {
    background: #fff;
}

article.linkbox h2 {
    font: 400 24px/30px 'Roboto Condensed', sans-serif;
}

article.linkbox h3 {
    font: 700 16px/24px 'Roboto Condensed', sans-serif;
}

article.thumb h3 {
    font: 700 16px/20px 'Roboto Condensed', sans-serif;
    margin: 0 0 10px 0;
}

article.linkbox .theme i.fa,
article.thumb .theme i.fa {
    position: absolute;
    top: 0px;
    right: -26px;
    line-height: 23px;
    height: 25px;
    width: 25px;
    text-align: center;
    background: #222;
}

article span.text {
    font-size: 12px;
}

article.thumb span.published {
    margin-bottom: 8px;
}

article span.published {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    color: #777;
}

    article span.published span.icon {
        margin-right: 15px;
    }

        article span.published span.icon:before {
            font-family: 'FontAwesome';
            margin-right: 6px;
        }

        article span.published span.icon.fa-calendar:before {
            position: relative;
            top: -1px;
        }

article span.published-time {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #bbb;
}

article.thumb-lay-one h3 {
    margin-bottom: 5px;
    margin-top: 10px;
}

article.thumb-lay-one span.published {
    margin-top: 0;
}

article.thumb-lay-two h3 {
    margin-bottom: 5px;
}

article.thumb-lay-two span.published {
    margin-bottom: 0;
}

article.thumb-lay-blog {
    margin-bottom: 60px;
}

    article.thumb-lay-blog h2 {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 5px;
        padding: 0;
    }

    article.thumb-lay-blog .thumb-wrap,
    article.thumb-lay-blog .head-video {
        display: block !important;
        margin-bottom: 20px;
    }

    article.thumb-lay-blog .info {
        padding-left: 80px;
    }

        article.thumb-lay-blog .info a.btn-fa-icon {
            position: absolute;
            top: 0;
            left: 0;
        }

        article.thumb-lay-blog .info span.published {
            margin-top: 0;
            margin-bottom: 10px;
            padding-top: 0px;
        }

            article.thumb-lay-blog .info span.published span {
                margin-left: 10px;
            }

                article.thumb-lay-blog .info span.published span:first-child {
                    margin-left: 0;
                }

            article.thumb-lay-blog .info span.published a:hover {
                text-decoration: underline;
            }

        article.thumb-lay-blog .info span.text p {
            font-size: 13px;
            line-height: 20px;
            color: #5c5c5c;
        }

.linkbox-has-meta article.linkbox .overlay,
.linkbox-has-meta #slider-carousel .overlay {
    padding-bottom: 12px;
}

article.linkbox .postmeta {
    position: absolute;
    font-size: 12px;
    color: #fff;
    bottom: 10px;
    left: 10px;
    opacity: 0.7;
    cursor: pointer;
}

article.linkbox.large .postmeta {
    left: 15px;
}

article.linkbox .postmeta span {
    display: inline-block;
    margin: 0 6px;
}

    article.linkbox .postmeta span a {
        color: #fff;
    }

    article.linkbox .postmeta span:before {
        font-family: 'FontAwesome';
        margin-right: 8px;
    }

.linkbox-layout-2 article.linkbox .overlay {
    text-align: center;
}

    .linkbox-layout-2 article.linkbox .overlay h2 {
        display: block;
        font-size: .85em;
        padding: 4px 10px 0px 13px;
        text-align: center;
        line-height: 24px;
        font: 18px/18px 'Roboto', sans-serif;
    }

    .linkbox-layout-2 article.linkbox .overlay h3 {
        font-weight: normal;
    }

.linkbox-layout-2 article.linkbox .postmeta {
    text-align: center;
    right: 10px;
}

.linkbox-sub .theme {
    position: relative;
    display: inline-block;
}

.linkbox-sub .category {
    font-size: 12px;
    line-height: 14px;
    color: #222;
}

.linkbox-sub.medium h3 {
    margin-top: 5px;
}

article.linkbox-sub .postmeta {
    position: relative;
    color: #999;
    opacity: 1.0;
    left: auto;
    bottom: auto;
    margin: -5px 0 12px -5px;
}

.news-lay-3 article.linkbox-sub .postmeta {
    margin-top: 5px;
}

article.linkbox-sub.large .postmeta {
    left: 0;
}

article.linkbox-sub .postmeta span a {
    color: #999;
}

article.linkbox-sub span.text {
    font-size: 13px;
    line-height: 20px;
}

@media (min-width: 992px) {
    article.linkbox h2 {
        font: 400 30px/36px 'Roboto Condensed', sans-serif;
    }
}

.news-layout article {
    padding-bottom: 12px;
    margin-bottom: 10px;
    line-height: 18px;
    border-bottom: 1px solid #e3e3e3;
}

    .news-layout article:last-child {
        border-bottom: none;
    }

    .news-layout article h3 {
        font-size: 13px;
        line-height: 18px;
        font-weight: 700;
        margin: 0 0 10px 0;
    }

        .news-layout article h3 a {
            color: #222;
        }

            .news-layout article h3 a:hover {
                text-decoration: underline;
            }

    .news-layout article img {
        float: left;
        margin: 3px 12px 5px 0;
    }

    .news-layout article a.button {
        margin-top: 5px;
    }

.news-lay-1 article h3 {
    margin: 0 0 5px 0;
}

.news-lay-1 span.published {
    margin: 0 0 5px 0;
}

#page-content .news-lay-2 header h2,
#page-content .news-lay-2 header h2 a {
    color: #fff;
}

.news-lay-2 article {
    border: none;
    margin: 0;
}

    .news-lay-2 article a h3 {
        text-align: center;
        color: #fff;
        margin-top: 5px;
    }

    .news-lay-2 article a.button {
        margin-bottom: 8px;
    }

.news-lay-3 article h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 5px 0 0 0;
}

.news-lay-4 article h3 {
    margin: 5px 0 10px 0;
}

@media (min-width: 992px) {
    news-layout article h3 {
        font-size: 15px;
    }

    .article span.text {
        font-size: 13px;
    }

    .span.published {
        font-size: 11px;
    }
}

article.review img {
    float: none;
}

.news-layout article.review h3 {
    text-align: center;
    height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
}

.cat-mosaic {
    margin-bottom: 1px;
}

    .cat-mosaic .col-sm-7 {
        margin-bottom: 1px;
    }

        .cat-mosaic .col-sm-7 article {
            margin: 1px 0 0 0;
        }

    .cat-mosaic .col-sm-5 article {
        margin: 1px 0 0 0;
    }

#page-content.left-sidebar .cat-mosaic .col-sm-8 article,
#page-content.right-sidebar .cat-mosaic .col-sm-8 article,
#page-content.left-sidebar .cat-mosaic .col-sm-8 article img,
#page-content.right-sidebar .cat-mosaic .col-sm-8 article img {
    height: 381px;
}

#page-content.left-sidebar .cat-mosaic .col-sm-4 article,
#page-content.right-sidebar .cat-mosaic .col-sm-4 article,
#page-content.left-sidebar .cat-mosaic .col-sm-4 article img,
#page-content.right-sidebar .cat-mosaic .col-sm-4 article img {
    height: 190px;
}

@media (min-width: 768px) {
    .cat-mosaic .col-sm-7 {
        padding-right: 1px;
        margin-bottom: 0;
    }

    .cat-mosaic .col-sm-5 {
        padding-left: 0px;
    }

    .cat-mosaic .col-sm-7 article,
    .cat-mosaic .col-sm-7 article img {
        height: 405px;
    }

    .cat-mosaic .col-sm-5 article,
    .cat-mosaic .col-sm-5 article img {
        height: 202px;
    }

    .multi-sidebar .cat-mosaic .col-sm-7 article,
    .multi-sidebar .cat-mosaic .col-sm-7 article img,
    .hide-sidebar .vc_col-sm-6 .cat-mosaic .col-sm-7 article,
    .hide-sidebar .vc_col-sm-6 .cat-mosaic .col-sm-7 article img {
        height: 301px;
    }

    .multi-sidebar .cat-mosaic .col-sm-5 article,
    .multi-sidebar .cat-mosaic .col-sm-5 article img,
    .hide-sidebar .vc_col-sm-6 .cat-mosaic .col-sm-5 article,
    .hide-sidebar .vc_col-sm-6 .cat-mosaic .col-sm-5 article img {
        height: 150px;
    }
}

@media (min-width: 992px) {
    .cat-mosaic header {
        margin: 0 20px;
    }

    .multi-sidebar .cat-mosaic .col-sm-5 article,
    .multi-sidebar .cat-mosaic .col-sm-5 article img {
        width: 197px;
    }
}

@media (min-width: 1200px) {
    .cat-mosaic header {
        margin: 0 25px;
    }

    .multi-sidebar .cat-mosaic .col-sm-5 article,
    .multi-sidebar .cat-mosaic .col-sm-5 article img {
        width: 252px;
    }
}

.article-post {
    margin-bottom: 30px;
}

    .article-post h1 {
        font: 400 30px/36px 'Roboto', sans-serif;
        color: #222;
    }

    .article-post h2 {
        font: 400 26px/30px 'Roboto', sans-serif;
        color: #222;
        margin: 25px 0 15px 0;
    }

    .article-post h3 {
        font: 400 22px/26px 'Roboto', sans-serif;
        color: #222;
    }

    .article-post h4 {
        font: 400 18px/24px 'Roboto', sans-serif;
        color: #222;
    }

    .article-post h5 {
        font: 400 16px/20px 'Roboto', sans-serif;
        color: #222;
    }

    .article-post h6 {
        font: 400 14px/36px 'Roboto', sans-serif;
        color: #222;
    }

    .article-post p a {
        text-decoration: underline;
    }

        .article-post p a:hover {
            text-decoration: none;
        }

    .article-post .linkbox h2,
    .article-post .linkbox h3 {
        color: #fff;
        margin: 0;
    }

    .article-post header {
        padding: 0 0 15px 0;
        margin: 0 0 0px 0;
        border-bottom: 0px solid #dadada;
    }

    .article-post section header {
        padding: 0;
        margin: 0;
        border: none;
    }

    .article-post.loop-page-2 header,
    .article-post.loop-page-3 header,
    .article-post.loop-page-5 header {
        padding-top: 0;
    }

    .article-post header h1 {
        font: 400 30px/36px 'Roboto', sans-serif;
        color: #222;
        margin: 0 0 10px 0;
    }

    .article-post p {
        line-height: 24px;
        margin-bottom: 15px;
        font: 400 16px/24px 'Roboto', sans-serif;
    }

    .article-post div.lead {
        font: 400 16px/24px 'Roboto', sans-serif;
        color: #777;
        margin-bottom: 10px;
    }

.breadcrumb {
    color: #999;
    padding: 0;
    margin: 0 0 8px 0;
    background: none;
}

    .breadcrumb a {
        color: #777;
    }

    .breadcrumb > div {
        display: inline-block;
    }

        .breadcrumb > div + div:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

table {
    margin: 0 0 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td, th {
    border: 1px solid #e7e7e7;
    padding: 10px;
    text-align: left;
}

th {
    background: #f5f5f7;
    color: #333;
    font-weight: normal;
}

.article-post .wp-caption,
.article-post img {
    max-width: 100% !important;
    height: inherit;
}

.article-post .alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.article-post .alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.article-post .aligncenter {
    text-align: center;
}

.article-post .wp-caption-text {
    font-style: italic;
    color: #999;
    padding: 5px 0;
    margin-bottom: 15px;
}

.article-post .aligncenter {
    text-align: center;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px;
}

.article-post .alignleft {
    float: left;
    margin-right: 23px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.article-post .alignright {
    float: right;
    margin-left: 23px;
    margin-top: 6px;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    #page-slider .col-sm-8 {
        padding-left: 0;
        width: 100%;
    }

    #page-slider > .container > .row {
        width: 100% !important;
        margin: 0;
    }

    .col-sm-4 {
        padding: 0px;
        margin: 0px;
    }

    .article-post .alignleft {
        max-width: 220px !important;
    }

    .article-post .alignright {
        max-width: 220px !important;
    }

    .finansBaslik {
        font-size: 14px;
    }

    .finansDeger {
        font-size: 12px;
    }

    .finansYuzde {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .article-post .alignleft {
        max-width: 220px !important;
    }

    .article-post .alignright {
        max-width: 220px !important;
    }
}

@media (max-width: 500px) {

    .finansBaslik {
        font-size: 12px;
    }

    .finansDeger {
        font-size: 10px;
    }

    .finansYuzde {
        font-size: 10px;
    }


    #page-slider > .container > .row {
        width: 100% !important;
    }

    .article-post .alignleft {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        width: 100% !important;
    }

        .article-post .alignleft img {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        .article-post .alignleft figcaption {
            text-align: center;
        }

    .article-post .alignright {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
    }

        .article-post .alignright img {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        .article-post .alignright figcaption {
            text-align: center;
        }
}

.article-post blockquote {
    position: relative;
    padding: 20px 50px 45px 60px;
    margin: 25px 0;
    border: none;
}

    .article-post blockquote.boxquote {
        background: #f5f5f7;
        padding: 35px 80px 45px 70px;
        -webkit-border-radius: 6px 6px 6px 6px;
        border-radius: 6px 6px 6px 6px;
    }

    .article-post blockquote footer {
        margin: 0;
        padding: 0;
        border: none;
    }

    .article-post blockquote p {
        font-size: 20px;
        line-height: 30px;
        font-style: italic;
        color: #222;
        quotes: "\201C" "\201D" "\2018" "\2019";
    }

    .article-post blockquote:before {
        position: absolute;
        top: 0;
        left: 10px;
        content: open-quote;
        font: 700 40px/54px Georgia, serif;
        color: #999;
    }

    .article-post blockquote:after {
        position: absolute;
        bottom: 10px;
        right: 10px;
        content: close-quote;
        font: 700 40px/54px Georgia, serif;
        color: #999;
    }

    .article-post blockquote.boxquote:before {
        top: 20px;
        left: 25px;
    }

    .article-post blockquote.boxquote:after {
        bottom: 10px;
        right: 25px;
    }

    .article-post blockquote.pull-left {
        width: 45%;
        margin-top: 0;
        margin-right: 5%;
        padding-left: 50px;
        padding-right: 40px;
    }

    .article-post blockquote.pull-right {
        width: 45%;
        margin-top: 0;
        margin-left: 10%;
        padding-left: 40px;
        padding-right: 50px;
    }

@media (min-width: 992px) {
    .article-post blockquote {
        display: table;
    }
}

.article-post #post-paging {
    display: -webkit-flex;
    display: flex;
    text-align: center;
    position: relative;
    height: 40px;
    margin-top: 50px;
}

    .article-post #post-paging:first-child {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .article-post #post-paging span.current {
        display: block;
        font: 700 24px/40px Georgia, serif;
        font-style: italic;
        color: #222;
        text-align: center;
        line-height: 40px;
        margin: 0 auto;
    }

        .article-post #post-paging span.current em {
            font-size: 14px;
            font-weight: 400;
            color: #ccc;
            padding: 0 5px;
        }

    .article-post #post-paging a,
    .article-post #post-paging span.disabled {
        position: absolute;
        color: #999;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        top: 0;
        left: 0;
        border: 1px solid #999;
        border-radius: 50%;
        text-align: center;
    }

    .article-post #post-paging span.disabled {
        border-color: #eee;
        color: #eee;
    }

    .article-post #post-paging a.next {
        left: auto;
        right: 0;
    }

header .post-meta {
    font-size: 11px;
    color: #bcbcbc;
    margin: 5px 0 -8px 0;
    padding: 0 0 0 2px;
}

    header .post-meta a {
        color: #999;
        text-decoration: none;
        font: 12px/12px 'Roboto', sans-serif;
    }

        header .post-meta a:hover {
            font-weight: normal !important;
            color: black !important;
            text-decoration: underline;
            font: 700 12px/12px 'Roboto', sans-serif;
        }

.overlay header .post-meta a {
    font: 700 12px/12px 'Roboto', sans-serif;
    color: #c0c0c0;
}

    .overlay header .post-meta a:hover {
        color: #fff;
    }

header .post-meta span {
    display: inline-block;
    margin-right: 25px;
}

    header .post-meta span.fb_comments_count {
        margin-right: 0;
    }

    header .post-meta span.fa-calendar:before {
        font-family: 'FontAwesome';
        font-size: 14px;
        content: '\f133';
        margin-right: 8px;
    }

    header .post-meta span.fa-author img {
        display: inline-block;
        border-radius: 50%;
        margin-right: 5px;
    }

    header .post-meta span.fa-comments {
        float: right;
        margin-right: 0;
        margin-left: 25px;
    }

    header .post-meta span.fa-eye {
        float: right;
        margin-right: 0;
    }

    header .post-meta span.fa-comments:before {
        font-family: 'FontAwesome';
        font-size: 14px;
        content: '\f0e6';
        margin-right: 8px;
    }

    header .post-meta span.fa-categories:before {
        font-family: 'FontAwesome';
        font-size: 14px;
        content: '\f07c';
        margin-right: 8px;
    }

    header .post-meta span.fa-eye:before {
        font-family: 'FontAwesome';
        font-size: 14px;
        content: '\f06e';
        margin-right: 8px;
    }

.overlay header .post-meta {
    margin: 0 0 5px 20px;
}

    .overlay header .post-meta span.fa-comments,
    .overlay header .post-meta span.fa-eye {
        float: none;
    }

    .overlay header .post-meta span.fa-eye {
        margin-left: 25px;
    }

#page-content .head-image-parallax header .post-meta span.fa-author img {
    display: inline-block;
}

.fa-calendar:before {
    content: "\f133";
}

.article-post .post-navigation {
    margin-top: 30px;
}

    .article-post .post-navigation .row div:before {
        font-family: 'FontAwesome';
        content: '\f100';
        color: #ccc;
        font-size: 14px;
        line-height: 16px;
        float: left;
        margin-right: 8px;
    }

    .article-post .post-navigation .row div.text-right:before {
        content: '\f101';
        float: right;
        margin: 0 0 0 8px;
    }

    .article-post .post-navigation div cite {
        display: block;
        font-size: 12px;
        line-height: 16px;
        color: #999;
    }

    .article-post .post-navigation div a {
        margin: 0;
        color: #444;
    }

.info-box {
    display: block;
    background: #f5f5f7;
    margin: 20px 0;
    padding: 25px;
}

aside.via-source {
    margin: 40px 0 -20px 0;
}

    aside.via-source ul {
        margin: 0;
        padding: 0;
    }

        aside.via-source ul li {
            list-style: none;
            margin-bottom: 4px;
            font-size: 13px;
            line-height: 22px;
            color: #5c5c5c;
        }

            aside.via-source ul li span {
                display: inline-block;
                font-size: 11px;
                font-weight: 700;
                background: #ededed;
                color: #444;
                line-height: 20px;
                padding: 2px 8px 0 8px;
                margin-right: 10px;
            }

            aside.via-source ul li a {
                color: #5c5c5c;
                text-decoration: underline;
            }

                aside.via-source ul li a:hover {
                    text-decoration: none;
                }

aside.tags {
    margin: 40px 0 -30px 0;
}

    aside.tags ul {
        margin: 0;
        padding: 0;
    }

        aside.tags ul li {
            float: left;
            list-style: none;
            margin-right: 5px;
            margin-bottom: 4px;
        }

            aside.tags ul li a,
            aside.tags ul li span {
                display: inline-block;
                font-weight: 700;
                font-size: 11px;
                line-height: 20px;
                color: #444;
                background: #ededed;
                padding: 2px 8px 0 8px;
            }

            aside.tags ul li span {
                background: #555;
                color: #fff;
            }

            aside.tags ul li a:hover {
                background: #fff;
                color: #222;
                text-decoration: underline;
            }

.author-box {
    position: relative;
    background: #f5f5f7;
    margin: 30px -10px;
    padding: 20px 10px 5px 10px;
    text-align: center;
    min-height: 155px;
}

    .author-box img {
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 50%;
        border: 3px solid #FFF;
        box-shadow: 0px 3px 0px 0px #DDD;
    }

    .author-box .name {
        font-size: 20px;
        color: #222;
        margin-bottom: 15px;
    }

.article-post footer .author-box p a {
    display: inline-block;
    color: #bbb;
    margin: 0 12px 0 0;
}

.author-box p a:hover {
    color: #222;
}

.article-post footer .author-box p.name a {
    color: #222;
    margin: 0;
    text-decoration: none;
}

.author-box p.desc {
    line-height: 20px;
}

.author-box p.follow {
    padding-top: 10px;
}

    .author-box p.follow a {
        display: inline-block;
        color: #828282;
        margin-right: 15px;
    }

.author-actions {
    margin-top: -8px;
    margin-bottom: 12px;
}

    .author-actions span {
        display: inline-block;
        font-size: 11px;
        color: #999;
        margin-right: 15px;
    }

        .author-actions span:before {
            font-family: "FontAwesome";
            margin-right: 8px;
        }

.article-post .related-box {
    width: 25%;
    float: right;
}

    .article-post .related-box.pull-right {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #e3e3e3;
    }

    .article-post .related-box.pull-left {
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid #e3e3e3;
    }

    .article-post .related-box article {
        margin-bottom: 15px;
    }

    .article-post .related-box section {
        margin-bottom: 25px;
    }

    .article-post .related-box h4 {
        font: 400 17px/17px 'Roboto Condensed', sans-serif;
        color: #222;
        margin: 0 0 15px 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #e3e3e3;
    }

    .article-post .related-box h5 {
        font-size: 15px;
        line-height: 18px;
        font-weight: 500;
    }

    .article-post .related-box span.published {
        margin-top: 2px;
    }

.article-post .review h4 {
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #dadada;
}

.article-post .review ul {
    list-style: none;
    font-size: 13px;
    color: #777;
    padding: 0;
}

.article-post .review li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 25px;
}

    .article-post .review li i.fa {
        position: absolute;
        font-size: 14px;
        top: 2px;
        left: 2px;
        color: #aaa;
    }

.article-post .score-overall {
    background: #444;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
}

.article-post .score-number {
    display: block;
    font: 400 72px/72px 'Roboto Slab', serif;
    color: #fff;
}

.article-post .score-desc {
    display: inline-block;
    color: #fff;
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

.article-post .progress {
    background-color: #f5f5f7;
    box-shadow: none;
    height: 40px;
}

.article-post .progress-bar {
    line-height: 40px;
    box-shadow: none;
    background-color: #444;
    border-radius: 4px;
}

    .article-post .progress-bar span {
        display: inline-block;
        margin-left: 8px;
        line-height: 26px;
        margin-top: 7px;
        font: 700 12px/12px 'Roboto', sans-serif;
    }

        .article-post .progress-bar span.skill-number {
            font-size: 14px;
            color: #444;
            background-color: #FFF;
            border-radius: 2px;
            padding: 3px 10px;
            line-height: 20px;
            margin-right: 5px;
        }

.article-post .soc-media-sharing {
    position: relative;
    background: #f3f3f3;
    padding: 15px 15px 10px 15px;
    margin-top: 15px;
    margin-bottom: -16px;
}

.article-post header .soc-media-sharing.default {
    padding: 12px 15px 15px 15px;
}

.article-post footer .soc-media-sharing {
    background: none;
    padding: 0;
    margin: 0;
}

.article-post .soc-media-sharing h3 {
    display: inline-block;
    font: 400 20px/24px 'Roboto Condensed', sans-serif;
    color: #222;
    margin: 0 30px 0 0;
}

.article-post .soc-media-sharing a {
    color: #828282;
    margin: 0 8px;
}

    .article-post .soc-media-sharing a:hover {
        color: #222;
    }

    .article-post .soc-media-sharing a.btn-social span {
        display: none;
    }

    .article-post .soc-media-sharing a.btn-icon,
    .article-post .soc-media-sharing a.btn-icon-title {
        display: inline-block;
        width: 36px;
        text-align: center;
        padding: 8px 0;
        background: #828282;
        margin: 0 3px 5px 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.article-post .soc-media-sharing.default a.btn-icon,
.article-post .soc-media-sharing.default a.btn-icon-title {
    display: inline-block;
    width: auto;
    padding: 0;
    background: none;
    margin: 0 8px;
}

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa {
    font-size: 16px;
    color: #fff;
    text-shadow: 3px 3px 0px rgba(0,0,0, 0.1);
}

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa-facebook-square:before,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa-facebook-square:before {
    content: '\f09a';
}

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa-twitter-square:before,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa-twitter-square:before {
    content: '\f099';
}

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa-pinterest-square:before,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa-pinterest-square:before {
    content: '\f231';
}

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa-linkedin-square,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa-linkedin-square {
    line-height: 5px;
}

    .article-post .soc-media-sharing.soc-style-two a.btn-social i.fa-linkedin-square:before,
    .article-post .soc-media-sharing.soc-style-three a.btn-social i.fa-linkedin-square:before {
        content: '\f0e1';
    }

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa-google-plus-square:before,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa-google-plus-square:before {
    content: '\f0d5';
}

.article-post .soc-media-sharing.soc-style-two a.btn-social span,
.article-post .soc-media-sharing.soc-style-three a.btn-social span {
    display: none;
}

.article-post .soc-media-sharing.soc-style-three a.btn-facebook,
.article-post .soc-media-sharing.soc-style-two a.btn-facebook:hover {
    background: #3b5998;
}

.article-post .soc-media-sharing.soc-style-three a.btn-twitter,
.article-post .soc-media-sharing.soc-style-two a.btn-twitter:hover {
    background: #55acee;
}

.article-post .soc-media-sharing.soc-style-three a.btn-pinterest,
.article-post .soc-media-sharing.soc-style-two a.btn-pinterest:hover {
    background: #cb2028;
}

.article-post .soc-media-sharing.soc-style-three a.btn-linkedin,
.article-post .soc-media-sharing.soc-style-two a.btn-linkedin:hover {
    background: #0073b2;
}

.article-post .soc-media-sharing.soc-style-three a.btn-google,
.article-post .soc-media-sharing.soc-style-two a.btn-google:hover {
    background: #d73d32;
}

.article-post .soc-media-sharing.soc-style-three a.btn-social:hover {
    background: #444;
}

@media (min-width: 992px) {
    .article-post .soc-media-sharing a.btn-social.btn-icon-title {
        width: auto;
        padding: 8px 15px 8px 12px;
        text-align: left;
    }

        .article-post .soc-media-sharing a.btn-social.btn-icon-title span {
            display: inline-block;
            font-weight: 400;
            font-size: 13px;
            color: #fff;
            margin-left: 12px;
        }

    .article-post .soc-media-sharing.default a.btn-social.btn-icon-title {
        padding: 0;
        margin-right: 10px;
    }

        .article-post .soc-media-sharing.default a.btn-social.btn-icon-title span {
            font-weight: 700;
            color: #444;
            margin-left: 8px;
        }
}

.article-post footer {
    border-top: 1px solid #dadada;
    padding: 15px 0 0 0;
    margin: 50px 0 0 0;
    clear: both;
}

#comments {
    margin-bottom: 50px;
}

#comments-list {
    list-style: none;
    padding: 0;
}

    #comments-list li {
        list-style: none;
        margin-bottom: 10px;
    }

        #comments-list li ul {
            padding: 0;
            margin: 10px 0 0 0;
        }

        #comments-list li .comment {
            position: relative;
        }

            #comments-list li .comment .avatar {
                display: none;
                border-radius: 50%;
            }

        #comments-list li .comment-text {
            position: relative;
            line-height: 24px;
            padding: 25px;
            border: 1px solid #dadada;
            -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
        }

    #comments-list .author-comment .comment-text {
        background: #f1d7d7;
        border-color: #eac2c2;
    }

    #comments-list li .comment-text p {
        margin-bottom: 0;
    }

    #comments-list li .comment-text header {
        font: 400 14px/24px 'Roboto Condensed', sans-serif;
        color: #999;
        margin: 0 0 10px 0;
    }

        #comments-list li .comment-text header h5 {
            font-size: 18px;
            line-height: 20px;
            color: #222;
            padding: 0;
            margin: 0 15px 0 0;
        }

        #comments-list li .comment-text header .reply a {
            color: #ef3434;
        }

    #comments-list #respond {
        margin: 30px 0 0 0;
    }

#respond h3 {
    font: 400 17px/17px 'Roboto Condensed', sans-serif;
    color: #444;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

#respond input#submit {
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #444;
    border: none;
    padding: 0 40px;
    margin: 10px 0 50px 0;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}

#cancel-comment-reply-link {
    float: right;
    color: #ef3434;
}

#facebook-comments {
    margin-bottom: 50px;
}

    #facebook-comments header h2 span {
        margin-left: 0;
    }

#main.article iframe {
    display: block;
    width: 100%;
    border: none;
    margin: 15px 0 20px 0;
}

#main.article .ad iframe,
#main.article .ad-bottom iframe {
    margin: 0 !important;
}

#page-content .head-video iframe {
    display: block;
    width: 100%;
    border: none;
    margin: 0;
}

#page-content .head-video embed,
#page-content .head-video iframe,
#page-content .head-video object,
#page-content .head-video video,
#page-content .head-video audio,
#main.article embed,
#main.article iframe,
#main.article object,
#main.article video,
#main.article audio {
    max-width: 100%;
}

#sidebar-gallery a,
#article-gallery a {
    display: block;
    position: relative;
}

.zoomix {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 90;
    background: #000;
    opacity: 0;
    filter: alpha(opacity = 0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.ie7 .zoomix {
    clear: both;
}

a:hover .zoomix {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
    filter: alpha(opacity = 50);
}

.zoomix .fa {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}

.pagination > li > a, .pagination > li > span {
    padding: 8px 15px;
    color: #444;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #444;
    border-color: #444;
}

@media (min-width: 768px) {
    .article-post .post-navigation .row div.text-right {
        float: right;
    }

    .author-box {
        text-align: left;
        margin: 40px -15px 20px -15px;
        padding: 30px 30px 15px 185px;
    }

        .author-box img {
            position: absolute;
            top: 25px;
            left: 35px;
        }

    .article-post .score-overall {
        margin-bottom: 0px;
    }

    #comments-list li {
        margin-bottom: 30px;
    }

        #comments-list li ul {
            margin: 30px 0 0 125px;
        }

        #comments-list li .comment {
            position: relative;
            padding-left: 125px;
        }

            #comments-list li .comment .avatar {
                display: block;
                position: absolute;
                top: 0;
                left: 5px;
            }

        #comments-list li .comment-text:before {
            position: absolute;
            display: block;
            content: "";
            width: 15px;
            height: 15px;
            background: #fff;
            border-left: 1px solid #dadada;
            border-top: 1px solid #dadada;
            margin-left: -34px;
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    #comments-list .author-comment .comment-text:before {
        background: #f1d7d7;
        border-color: #eac2c2;
    }

    .article-post .padding-style-1 {
        padding-left: 10%;
        padding-right: 10%;
    }

    .article-post .padding-style-1-left {
        padding-left: 10%;
    }

    .article-post .padding-style-1-right {
        padding-right: 10%;
    }

    .article-post .padding-style-2 {
        padding-left: 20%;
        padding-right: 20%;
    }

    .article-post .padding-style-2-left {
        padding-left: 20%;
    }

    .article-post .padding-style-2-right {
        padding-right: 20%;
    }

    .article-post .padding-style-3 {
        padding-left: 20%;
        padding-right: 10%;
    }

    .article-post .padding-style-4 {
        padding-left: 10%;
        padding-right: 20%;
    }

    .article-post .flex-container {
        display: -webkit-flex;
        display: flex;
    }
}

@media (min-width: 992px) {
    .author-box {
        margin: 35px -20px 0 -20px;
    }
}

@media (min-width: 1200px) {
    .author-box {
        margin-left: -25px;
        margin-right: -25px;
    }
}

#search-page .form-search {
    background: #f5f5f7;
    padding: 20px 25px;
    margin-bottom: 30px;
}

    #search-page .form-search .btn {
        display: inline-block;
        font-size: 17px;
        line-height: 40px;
        color: #fff;
        background: #444;
        border: 0;
        padding: 0 30px 0 25px;
        -webkit-border-radius: 25px 25px 25px 25px;
        border-radius: 25px 25px 25px 25px;
    }

        #search-page .form-search .btn:before {
            font-family: 'FontAwesome';
            content: '\f002 ';
            margin-right: 20px;
        }

        #search-page .form-search .btn:hover {
            background: #222;
        }

#archive-page.module-timeline article {
    padding-left: 290px;
    min-height: 230px;
}

#archive-page.module-timeline .input-append {
    position: relative;
    line-height: 30px;
    border-left: 1px solid #e3e3e3;
    height: 90px;
    margin: 30px 0 0 290px;
    padding-left: 25px;
}

    #archive-page.module-timeline .input-append:before {
        position: absolute;
        content: "";
        top: 3px;
        left: -15px;
        width: 30px;
        height: 30px;
        background: #444;
        border: 3px solid #fff;
        -webkit-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
    }

    #archive-page.module-timeline .input-append input {
        width: 160px;
        font-size: 24px;
        padding: 0 5px;
        border: 1px solid #e3e3e3;
    }

    #archive-page.module-timeline .input-append .glyphicon {
        font-size: 24px;
        margin-left: 5px;
    }

#archive-page.module-timeline article .cnt {
    border-color: #e3e3e3;
    min-height: 230px;
    padding-left: 25px;
}

#archive-page.module-timeline article:last-child .cnt {
    min-height: 190px;
}

#archive-page.module-timeline article h3 {
    line-height: 20px;
    margin: 5px 0 10px 0;
    font: 700 16px/16px 'Roboto', sans-serif;
}

    #archive-page.module-timeline article h3 a {
        color: #222;
    }

        #archive-page.module-timeline article h3 a:hover {
            text-decoration: underline;
        }

#archive-page.module-timeline article span.text {
    font-size: 14px;
    line-height: 20px;
    color: #5c5c5c;
}

#archive-page.module-timeline article img {
    position: absolute;
    top: 30px;
    left: 0;
    width: 265px;
    height: 160px;
}

#archive-page.module-timeline article span.published {
    width: 265px;
    top: 2px;
    font-size: 12px;
    color: #999;
}

#archive-page.module-timeline article span.category {
    font-size: 12px;
    line-height: 14px;
}

#archive-page.module-timeline article i.bullet {
    left: -10px;
    width: 20px;
    height: 20px;
    background: #444;
    border-color: #fff;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

@media (max-width: 767px) { /*//phone boyut*/

    #page-footer .foot-widgets ul li {
        width: 50% !important;
    }

    #archive-page.module-timeline article {
        padding-left: 0;
        border-left: 1px solid #e3e3e3;
        margin-bottom: 20px;
    }

        #archive-page.module-timeline article .cnt {
            border: none;
            min-height: 100px;
        }

        #archive-page.module-timeline article img {
            position: relative;
            top: 0;
            margin: 0 0 30px 25px;
        }

        #archive-page.module-timeline article span.published {
            width: auto;
            top: 165px;
            left: 25px;
            font-size: 11px;
        }

        #archive-page.module-timeline article i.bullet {
            left: -11px;
        }
}

@media (min-width: 768px) {
    #page-content.multi-sidebar #archive-page.module-timeline article span.text {
        font-size: 12px;
        line-height: 18px;
    }
}

#main.author {
    padding-top: 0;
}

#author-page .author-box {
    margin: -25px -25px 30px -25px;
}

#team-author-page {
    margin-bottom: 30px;
}

    #team-author-page .row {
        margin-top: 20px;
    }

    #team-author-page .author-info {
        text-align: center;
        padding: 15px;
    }

        #team-author-page .author-info img {
            border-radius: 50%;
            border: 5px solid #FFF;
            box-shadow: 0px 3px 0px 0px #DDD;
        }

        #team-author-page .author-info h3 {
            font-size: 20px;
            font-weight: 400;
            color: #222;
            margin: 15px 0 20px 0;
        }

        #team-author-page .author-info p.desc {
            line-height: 20px;
        }

        #team-author-page .author-info p.follow a {
            margin-right: 10px;
            color: #999;
        }

@media (min-width: 992px) {
    #author-page .author-box {
        margin-top: -20px;
    }

    #team-author-page.authorteampage-2 .author-info {
        position: relative;
        text-align: left;
        padding-left: 210px;
    }

        #team-author-page.authorteampage-2 .author-info img {
            position: absolute;
            top: 20px;
            left: 20px;
        }

        #team-author-page.authorteampage-2 .author-info .author-actions {
            margin-top: -15px;
        }
}

@media (min-width: 1200px) {
    #author-page .author-box {
        margin-top: -25px;
    }
}

#page-404 {
    padding-bottom: 30px;
}

.info-404 {
    margin-bottom: 50px;
}

    .info-404 h1 {
        font-size: 200px;
        color: #eee;
        margin: 0;
        padding: 0;
    }

    .info-404 h2 {
        font-size: 60px;
        color: #eee;
        margin: 0 0 30px 0;
    }

    .info-404 p {
        color: #999;
        margin: 0 0 30px 0;
    }

    .info-404 #search-form {
        display: inline-block;
        width: 300px;
        height: 45px;
        border: 3px solid #999;
        text-align: left;
        margin-top: 22px;
        padding: 0 10px;
        -webkit-border-radius: 25px 25px 25px 25px;
        border-radius: 25px 25px 25px 25px;
        overflow: hidden;
    }

        .info-404 #search-form input {
            line-height: 36px;
            height: 36px;
            color: #999;
            background: #fff;
            border: none;
            width: 240px;
            padding: 0 5px;
        }

        .info-404 #search-form button {
            line-height: 36px;
            height: 36px;
            color: #a1a1a1;
            background: #fff;
            border: none;
            width: 30px;
        }

#bbpress-forums div.bbp-search-form {
    float: none;
    margin-bottom: 30px;
}

#bbp-search-form {
    display: inline-block;
    font-size: 14px;
    width: 300px;
    height: 45px;
    border: 3px solid #999;
    text-align: left;
    margin-top: 22px;
    padding: 0 10px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;
}

    #bbp-search-form input {
        line-height: 36px;
        height: 36px;
        color: #999;
        background: #fff;
        border: none;
        width: 240px;
        padding: 0 5px;
    }

    #bbp-search-form button {
        line-height: 36px;
        height: 36px;
        color: #a1a1a1;
        background: #fff;
        border: none;
        width: 30px;
    }

div.bbp-breadcrumb {
    font-size: 13px;
    color: #999;
    padding: 0;
    margin: 0 0 3px 0;
    background: none;
}

    div.bbp-breadcrumb a {
        color: #777;
    }

    div.bbp-breadcrumb span.bbp-breadcrumb-sep {
        display: inline-block;
        width: 10px;
        margin-right: 5px;
        content: '&nbsp;';
    }

        div.bbp-breadcrumb span.bbp-breadcrumb-sep:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

li.bbp-forum-freshness, li.bbp-topic-freshness {
    text-align: right;
}

.bbp-body .bbp-forum-freshness a {
    font-size: 12px;
    color: #999;
}

    .bbp-body .bbp-forum-freshness a.bbp-author-name {
        color: #444;
    }

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: #f5f5f7;
}

div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header {
    border: none;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding: 12px 5px;
    min-height: 70px;
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: 13px;
    border: none;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
    display: none;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: #fff;
}

#bbpress-forums .bbp-body .bbp-forum-title, #bbpress-forums .bbp-body li.bbp-forum-info, #bbpress-forums .bbp-body li.bbp-topic-title {
    font-size: 15px;
    font-weight: 700;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

#bbpress-forums .bbp-forums-list {
    margin: 0;
    padding: 0;
    border: none;
}

    #bbpress-forums .bbp-forums-list .bbp-forum {
        color: #fff;
        margin-right: 5px;
    }

        #bbpress-forums .bbp-forums-list .bbp-forum:before {
            font-family: "FontAwesome";
            font-size: 13px;
            content: "\f0da";
            color: #555;
            padding-right: 5px;
        }

a.bbp-forum-link {
    font-size: 12px;
    color: #555;
    font-weight: 700;
}

.bbp-body li.bbp-forum-topic-count,
.bbp-body li.bbp-forum-reply-count,
.bbp-body li.bbp-topic-voice-count,
.bbp-body li.bbp-topic-reply-count {
    position: relative;
    padding-top: 8px;
    padding-right: 15px;
    text-align: right;
}

    .bbp-body li.bbp-forum-topic-count:before,
    .bbp-body li.bbp-forum-reply-count:before,
    .bbp-body li.bbp-topic-voice-count:before,
    .bbp-body li.bbp-topic-reply-count:before {
        position: absolute;
        font-family: "FontAwesome";
        font-size: 60px;
        content: "\f0e6";
        padding: 0;
        color: #eee;
        top: -20px;
        right: -15px;
    }

#subscription-toggle {
    float: right;
}

#bbpress-forums a.next.page-numbers,
#bbpress-forums a.prev.page-numbers {
    padding-left: 10px;
    padding-right: 10px;
}

    #bbpress-forums a.next.page-numbers i.fa {
        padding-left: 10px;
    }

    #bbpress-forums a.prev.page-numbers i.fa {
        padding-right: 10px;
    }

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar,
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
    border-radius: 50%;
}

.bbp-meta .bbp-reply-post-date {
    font-size: 11px;
    color: #999;
}

    .bbp-meta .bbp-reply-post-date:before {
        font-family: "FontAwesome";
        font-size: 15px;
        content: "\f017";
        padding-right: 8px;
        color: #ccc;
    }

.bbp-admin-links a {
    display: inline-block;
    padding: 0 3px;
}

    .bbp-admin-links a:hover {
        color: #444;
    }

#bbpress-forums fieldset legend {
    font-size: 18px;
    border: none;
    margin-bottom: 5px;
}

div.bbp-template-notice, div.indicator-hint {
    padding: 8px 15px;
    background: #fcf8e3;
}

#bbpress-forums fieldset.bbp-form label {
    margin-bottom: 5px;
}

#bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input {
    padding: 5px;
    color: #999;
    font-size: 15px;
}

#bbpress-forums div.wp-editor-container {
    border: 1px solid #ccc;
}

.bbp-submit-wrapper button.submit {
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #444;
    border: none;
    padding: 0 50px;
    margin: 10px 0 10px 0;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}

#bbpress-forums #bbp-single-user-details {
    width: 180px;
    padding: 15px;
    background: #f5f5f7;
}

#bbpress-forums #bbp-user-body {
    margin-left: 210px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background: #ddd;
}

@media (min-width: 768px) {
    #bbp-search-form {
        width: 500px;
    }

        #bbp-search-form input {
            width: 440px;
        }
}

.module-carousel figure {
    display: inline-block;
    position: relative;
    xfloat: left;
    overflow: hidden;
    margin: 0;
}

    .module-carousel figure figcaption {
        display: table;
        width: 100%;
        position: absolute;
        color: #eee;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, .5);
    }

.module-carousel figcaption span.car-index {
    display: table-cell;
    font-size: 12px;
    color: #ccc;
    width: 80px;
    height: 70px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

    .module-carousel figcaption span.car-index:before {
        font-family: "FontAwesome";
        content: '\f030';
        display: block;
        font-size: 22px;
        line-height: 1px;
        color: #fff;
        margin-top: 28px;
    }

    .module-carousel figcaption span.car-index strong {
        color: #fff;
    }

.module-carousel figcaption span.car-title {
    color: #fff;
    display: none;
    width: 100%;
    line-height: 18px;
    padding-left: 20px;
    margin-top: 5px;
    vertical-align: middle;
    padding: 10px 0;
    font: 700 16px/16px 'Roboto', sans-serif;
}

.module-carousel figcaption span.nav {
    position: absolute;
    top: 20px;
    right: 20px;
}

.module-carousel figcaption a {
    display: inline-block;
    border: 1px solid #fff;
    color: #eee;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 0.3;
}

    .module-carousel figcaption a:hover {
        opacity: 1.0;
    }

@media (min-width: 768px) {
    .module-carousel figcaption span.car-title {
        display: inline-block;
        line-height: 18px;
        padding: 10px 150px 10px 20px;
    }
}

.sidebar-mid .row {
    margin: 0;
}

.sidebar-mid img {
    max-width: 100%;
}

.sidebar-mid aside.widget {
    margin-bottom: 20px;
}

.sidebar-mid aside.top-margin {
    margin-top: 0;
}

.sidebar-mid aside.widget ul,
.sidebar-mid aside.widget ol {
    padding-left: 20px;
    margin: 5px 0;
}

.sidebar-mid aside.widget li {
    margin-bottom: 3px;
}

.sidebar-mid aside article h3 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 6px 0;
}

    .sidebar-mid aside article h3 a:hover {
        text-decoration: underline;
    }

.sidebar-mid aside article img {
    width: 100%;
    height: 100%;
}

.sidebar-mid aside.module-news article {
    line-height: 18px;
}

    .sidebar-mid aside.module-news article span.published span.category {
        padding-left: 5px;
        margin-left: 5px;
        border-color: #ccc;
    }

.sidebar-mid aside.module-reviews article {
    text-align: center;
}

.sidebar-mid .module-timeline article {
    padding-left: 5px;
}

    .sidebar-mid .module-timeline article .cnt {
        border-color: #cbcbcb;
        padding: 35px 0 15px 15px;
    }

    .sidebar-mid .module-timeline article:last-child .cnt {
        padding-bottom: 0;
    }

    .sidebar-mid .module-timeline article span.published {
        width: 160px;
        text-align: left;
        left: 22px;
        top: 18px;
    }

    .sidebar-mid .module-timeline article span.published-time {
        width: 100%;
        text-align: left;
        left: 80px;
        top: 18px;
    }

    .sidebar-mid .module-timeline article h3 a {
        color: #444;
    }

        .sidebar-mid .module-timeline article h3 a:hover {
            color: #444;
            text-decoration: underline;
        }

    .sidebar-mid .module-timeline article i.bullet {
        background: #444;
        border-color: #fff;
    }

.sidebar-mid .module-photos .row img {
    width: 100%;
}

.sidebar-mid .module-photos .col-xs-4 {
    padding: 0;
    border-left: 1px solid #fff;
}

.sidebar-mid .module-photos article {
    margin: 0 0 1px 0;
}

.sidebar-mid .module-photos .col-xs-4:first-child {
    border-left: none;
}

.sidebar-mid .module-photos article a {
    display: block;
    position: relative;
}

.sidebar .row {
    margin: 0;
}

.sidebar aside.widget {
    margin-bottom: 30px;
}

.sidebar aside.no-bottom-margin {
    margin-bottom: 1px;
}

#page-content .sidebar header h2 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    border-color: #4e4e4e;
}

#page-content .sidebar header span.borderline {
    background: #fff;
}

aside.widget ul,
aside.widget ol {
    padding-left: 20px;
    margin: 5px 0;
}

.sidebar aside.widget a {
    color: #ccc;
}

    .sidebar aside.widget a:hover {
        color: #fff;
    }

aside.widget li {
    list-style: none;
    color: #999;
    margin-bottom: 2px;
}

    aside.widget li:before {
        font-family: 'FontAwesome';
        content: '\f105';
        margin: 0 8px 0 -22px;
    }

#wp-calendar {
    width: 100%;
}

    #wp-calendar caption {
        text-align: right;
        font-size: 12px;
        margin-top: -40px;
        margin-bottom: 30px;
    }

    #wp-calendar thead {
        font-size: 10px;
    }

        #wp-calendar thead th {
            padding-bottom: 10px;
            text-align: center;
        }

    #wp-calendar tbody {
        color: #aaa;
    }

        #wp-calendar tbody td {
            background: #333;
            border: 1px solid #777;
            text-align: center;
            padding: 8px;
        }

.sidebar-mid #wp-calendar tbody td {
    background: #fff;
    font-size: 10px;
    border: 1px solid #ddd;
    padding: 3px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    padding-top: 10px;
}

.sidebar-mid #wp-calendar caption {
    font-size: 10px;
    color: #999;
    margin-top: -38px;
    margin-bottom: 25px;
}

.sidebar-mid #wp-calendar tbody td {
    background: #fff;
    font-size: 10px;
    border: 1px solid #eee;
    padding: 3px;
    color: #777;
}

    .sidebar-mid #wp-calendar tbody td:hover {
        background: #444;
        color: #fff;
    }

aside.widget_search {
    border: 3px solid #4a4a4a;
    background: #333;
    text-align: left;
    padding: 8px 12px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    -webkit-box-shadow: inset 0 3px 0 0 #3d3d3d;
    box-shadow: inset 0 3px 0 0 #3d3d3d;
    overflow: hidden;
}

    aside.widget_search input {
        border: none;
        background: #333;
        color: #999;
        width: 85%;
    }

    aside.widget_search button {
        float: right;
        border: none;
        background: #333;
    }

aside.widget_categories li:before {
    content: '\f114';
    margin-right: 10px;
}

aside.widget_pages li:before {
    content: '\f15b';
    margin-right: 8px;
}

aside.widget_archive li:before {
    content: '\f133';
    margin-right: 8px;
}

aside.widget_recent_comments li {
    margin-bottom: 10px;
}

    aside.widget_recent_comments li:before {
        content: '\f0e6';
        margin-right: 8px;
    }

aside.widget_recent_entries li:before {
    content: '\f0f6';
    margin-right: 8px;
}

aside.widget_recent_entries span.post-date {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
}

.sidebar aside.widget_search label {
    display: none;
}

.sidebar aside.widget-gallery .slideshow-window {
    border: none !important;
    background: none;
}

    .sidebar aside.widget-gallery .slideshow-window img {
        width: 100% !important;
    }

aside.widget_display_topics li:before {
    content: "\f086";
}

aside.widget_display_views li:before {
    content: "\f06e";
}

aside.widget_display_forums li:before {
    content: "\f086";
}

aside.widget_display_replies li:before {
    content: "\f112";
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    width: 57px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.sidebar aside.widget.woocommerce a.button {
    font-size: 12px;
    color: #222;
    text-shadow: none;
}

#page-content .woocommerce span.price {
    display: block;
    font-weight: 700;
    color: #fff;
    margin: -8px 0 10px 0;
}

#page-content .woocommerce.news-lay-4 span.price {
    color: #222;
}

#page-content .woocommerce span.price del {
    font-weight: 400;
    color: #999;
}

#page-content .woocommerce span.price ins {
    text-decoration: none;
}

aside.widget_product_categories li:before {
    content: '\f114';
    margin-right: 10px;
}

aside.woocommerce.widget_shopping_cart li a {
    margin-bottom: 5px;
}

aside.woocommerce.widget_shopping_cart li ins {
    text-decoration: none;
}

aside.woocommerce.widget_shopping_cart li span.amount {
    font-weight: 700;
    color: #fff;
}

aside.woocommerce.widget_shopping_cart li del span.amount {
    font-weight: 400;
    color: #999;
}

aside.woocommerce.widget_shopping_cart p.total {
    font-size: 13px;
    border-top: 1px solid #575757;
    xbackground: #333;
    padding-top: 8px;
    margin: 5px 0 15px 0;
}

    aside.woocommerce.widget_shopping_cart p.total span.amount {
        color: #fff;
    }

aside.woocommerce.widget_shopping_cart a.wc-forward:after {
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f07a";
}

aside.woocommerce.widget_shopping_cart a.checkout:after {
    content: "\f0d6";
}

aside.woocommerce.widget_products li a {
    margin-bottom: 5px;
}

aside.woocommerce.widget_products li ins {
    text-decoration: none;
}

aside.woocommerce.widget_products li span.amount {
    font-weight: 700;
    color: #fff;
}

aside.woocommerce.widget_products li del span.amount {
    font-weight: 400;
    color: #999;
}

aside.woocommerce.widget_recently_viewed_products li a {
    margin-bottom: 5px;
}

aside.woocommerce.widget_recently_viewed_products li ins {
    text-decoration: none;
}

aside.woocommerce.widget_recently_viewed_products li span.amount {
    font-weight: 700;
    color: #fff;
}

aside.woocommerce.widget_recently_viewed_products li del span.amount {
    font-weight: 400;
    color: #999;
}

aside.woocommerce.widget_recent_reviews li {
    position: relative;
    min-height: 144px;
    padding: 15px 0 15px 125px;
    border-top: 1px solid #575757;
}

    aside.woocommerce.widget_recent_reviews li:first-child {
        border: none;
        padding-top: 0;
        min-height: 129px;
    }

    aside.woocommerce.widget_recent_reviews li a {
        display: block;
        margin-bottom: 10px;
    }

        aside.woocommerce.widget_recent_reviews li a img {
            position: absolute;
            left: 0;
            top: 15px;
            width: 114px;
            height: auto;
            margin: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

    aside.woocommerce.widget_recent_reviews li:first-child a img {
        top: 0;
    }

    aside.woocommerce.widget_recent_reviews li .star-rating {
        font-size: 12px;
    }

        aside.woocommerce.widget_recent_reviews li .star-rating span {
            color: #f3c376;
        }

    aside.woocommerce.widget_recent_reviews li span.reviewer {
        display: block;
        font-size: 12px;
        margin-top: 5px;
    }

aside.woocommerce.widget_top_rated_products li {
    position: relative;
    min-height: 144px;
    padding: 15px 0 15px 125px;
    border-top: 1px solid #575757;
}

    aside.woocommerce.widget_top_rated_products li:first-child {
        border: none;
        padding-top: 0;
    }

    aside.woocommerce.widget_top_rated_products li a {
        display: block;
        margin-bottom: 10px;
    }

        aside.woocommerce.widget_top_rated_products li a img {
            position: absolute;
            left: 0;
            top: 15px;
            width: 114px;
            height: auto;
            margin: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

    aside.woocommerce.widget_top_rated_products li:first-child a img {
        top: 0;
    }

    aside.woocommerce.widget_top_rated_products li .star-rating {
        font-size: 12px;
        margin-bottom: 5px;
    }

        aside.woocommerce.widget_top_rated_products li .star-rating span {
            color: #f3c376;
        }

    aside.woocommerce.widget_top_rated_products li ins {
        text-decoration: none;
    }

    aside.woocommerce.widget_top_rated_products li span.amount {
        font-weight: 700;
        color: #fff;
    }

    aside.woocommerce.widget_top_rated_products li del span.amount {
        font-weight: 400;
        color: #999;
    }

aside.woocommerce.widget_layered_nav_filters li a {
    padding: 3px 6px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: none;
    background: #333;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    background-image: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    top: -0.2em;
}

.sidebar {
    content: "\f112";
}

.module-timeline {
    margin-bottom: 30px;
}

    .module-timeline article {
        position: relative;
        padding-left: 50px;
        margin: 0;
    }

        .module-timeline article .cnt {
            position: relative;
            border-left: 1px solid #575757;
            padding: 20px 0 20px 20px;
        }

        .module-timeline article:last-child .cnt {
            padding-bottom: 0;
        }

        .module-timeline article span.published {
            position: absolute;
            width: 60px;
            text-align: right;
            left: 0;
            top: 0;
            margin-top: 0;
            color: #999;
        }

        .module-timeline article span.published-time {
            position: absolute;
            width: 35px;
            text-align: right;
            left: 0;
            top: 14px;
        }

        .module-timeline article span.category {
            /*position: absolute;*/
            top: 2px;
            font-size: 11px;
            line-height: 11px;
            font-weight: 700;
            margin-right: 5px;
            float: left;
        }

        .module-timeline article h3 {
            clear: both;
            font: 700 15px/18px 'Roboto Condensed', sans-serif;
            margin: 20px 0 0 0;
        }

            .module-timeline article h3 a {
                color: #ccc;
            }

                .module-timeline article h3 a:hover {
                    color: #fff;
                }

        .module-timeline article i.bullet {
            position: absolute;
            top: 0;
            left: -8px;
            width: 15px;
            height: 15px;
            background: #fff;
            border: 3px solid #444;
            -webkit-border-radius: 10px 10px 10px 10px;
            border-radius: 10px 10px 10px 10px;
        }

.sidebar .module-quote {
    background: #8e6161;
    padding: 15px;
    margin: 0 -15px 0 -15px;
}

#page-content .sidebar .module-quote header h2 {
    border-color: #8e6161;
}

.sidebar blockquote {
    border: none;
    padding: 0 0 0 45px;
    margin: 0;
}

    .sidebar blockquote p {
        font: italic 400 18px/24px 'Roboto Slab', serif;
        color: #fff;
        margin: 0 0 15px 0;
    }

    .sidebar blockquote footer {
        font-size: 13px;
        color: #fff;
        opacity: 0.5;
    }

.sidebar .module-singles {
    background: #54878a;
    padding: 15px;
    margin: 0 -15px 0 -15px;
}

#page-content .sidebar .module-singles header h2 {
    border-color: #5d8d90;
}

.sidebar .module-singles ul {
    list-style: none;
    padding: 0;
}

    .sidebar .module-singles ul li {
        position: relative;
        border-top: 1px solid #769fa1;
        padding-top: 15px;
        padding-left: 27px;
        margin-top: 15px;
    }

        .sidebar .module-singles ul li:before {
            content: '';
            margin: 0;
        }

        .sidebar .module-singles ul li:first-child {
            border-top: none;
            margin-top: 0;
        }

.sidebar .module-singles li .glyphicon {
    position: absolute;
    left: 0;
    top: 16px;
    color: #9dc5c7;
    font-size: 18px;
}

.sidebar .module-singles li a {
    display: block;
    font: 14px/14px 'Roboto', sans-serif;
    color: #fff;
}

    .sidebar .module-singles li a:hover {
        color: #9DC5C7 !important;
        font: 14px/14px 'Roboto', sans-serif;
    }

.sidebar .module-singles li span.author {
    color: #9dc5c7;
}

.sidebar .module-news {
    margin-bottom: 5px;
}

    .sidebar .module-news article {
        padding: 15px 0;
        margin: 0;
        border-top: 1px solid #575757;
        min-height: 80px;
    }

        .sidebar .module-news article:first-child {
            padding-top: 0;
            border: none;
        }

        .sidebar .module-news article h3 {
            font: 700 15px/18px 'Roboto Condensed', sans-serif;
            margin: 0;
            max-height: 54px;
            overflow: hidden;
        }

            .sidebar .module-news article h3 a {
                color: #ccc;
            }

                .sidebar .module-news article h3 a:hover {
                    color: #fff;
                }

        .sidebar .module-news article span.published {
            display: block;
            font-size: 11px;
            line-height: 11px;
            color: #999;
            margin: 3px 0 6px 0;
        }

.module-news article span.published span.category {
    display: inline-block;
    line-height: 10px;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #999;
}

.sidebar .module-news article img {
    display: block;
    float: left;
    margin-right: 12px;
}

.module-about a i.fa {
    margin-right: 10px;
}

.module-tags ul.tags {
    padding: 0;
}

.module-tags li {
    display: inline-block;
    margin: 0 8px 5px 0;
}

    .module-tags li:before {
        display: none;
    }

    .module-tags li a {
        font-size: 13px;
        line-height: 24px;
        display: inline-block;
        padding: 0 12px;
        border: 1px solid #666;
        background: #414141;
        color: #fff;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        overflow: hidden;
    }

        .module-tags li a span {
            font-size: 12px;
            float: right;
            background: #555;
            color: #ddd;
            padding: 0 8px;
            margin: 0 -12px 0 12px;
        }

aside.module-photos {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.sidebar .module-photos p {
    font-size: 13px;
}

.sidebar .module-photos .row img {
    width: 100%;
}

.sidebar .module-photos .col-xs-4 {
    padding: 0;
    border-left: 1px solid #444;
}

.sidebar .module-photos article {
    margin: 0 0 1px 0;
}

.sidebar .module-photos .col-xs-4:first-child {
    border-left: none;
}

.sidebar .module-photos article a {
    display: block;
    position: relative;
}

@media (min-width: 992px) {
    .sidebar .module-photos .col-xs-4:first-child img {
        width: 100px;
        height: 79px;
    }
}

@media (min-width: 1200px) {
    .sidebar .module-quote {
        padding: 20px 25px;
        margin: 0 -25px 1px -25px;
    }

    .sidebar .module-singles {
        padding: 20px 25px;
        margin: 0 -25px 1px -25px;
    }
}

#page-footer {
    position: relative;
}

    #page-footer .container {
        background: #fff;
    }

#foot-menu {
    height: 70px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

    #foot-menu ul {
        padding: 0;
    }

        #foot-menu ul li {
            list-style: none;
            float: left;
            margin-right: 1px;
        }

            #foot-menu ul li a {
                display: block;
                font-size: 14px;
                font-weight: 700;
                line-height: 68px;
                color: #04334d;
                padding: 0 22px;
                border-bottom: 1px solid #04334d;
            }

                #foot-menu ul li.current a,
                #foot-menu ul li a:hover {
                    color: #999;
                    background: none;
                }

            #foot-menu ul li.options {
                float: right;
                padding-right: 10px;
            }

                #foot-menu ul li.options a {
                    display: inline-block;
                    font-size: 12px;
                    color: #999;
                    padding: 0 10px;
                    border: none;
                }

                    #foot-menu ul li.options a span.glyphicon {
                        padding-left: 10px;
                        color: #999;
                    }

                    #foot-menu ul li.options a:hover,
                    #foot-menu ul li.options a:hover span {
                        color: #222;
                    }

#page-footer .foot-widgets {
    font-size: 13px;
    color: #888;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e4e4e4;
}

#page-footer .row {
    margin: 0;
}

#page-footer .foot-widgets aside {
    font-size: 13px;
    color: #888;
    margin-top: 30px;
}

#page-footer .foot-widgets h2 {
    font-size: 15px;
    color: #04334d;
    margin-top: 0;
}

#page-footer .foot-widgets a {
    color: #04334d;
}

    #page-footer .foot-widgets a i.fa {
        margin-right: 10px;
    }

    #page-footer .foot-widgets a:hover {
        color: #00335c;
    }

#page-footer .foot-widgets ul {
    list-style: none;
}

    #page-footer .foot-widgets ul li {
        float: left;
        width: 33%;
    }

#page-footer .copyright {
    font-size: 13px;
    color: #888;
    padding: 10px 0;
}

    #page-footer .copyright div {
        text-align: center;
    }

    #page-footer .copyright a {
        font-weight: 700;
        color: #444;
    }

@media (min-width: 768px) {
    #page-footer .about div {
        margin-top: 15px;
    }

        #page-footer .about div:first-child {
            margin-top: 0;
        }

    #page-footer .copyright div {
        text-align: left;
    }

        #page-footer .copyright div.text-right {
            text-align: right;
        }
}

@media (min-width: 992px) {
    #page-footer .about h3 {
        text-align: left;
        padding-top: 30px;
    }

    #page-footer .about div {
        padding: 0 20px 0 20px;
    }

        #page-footer .about div:first-child {
            padding-left: 5px;
        }
}

.ajax-opacity {
    opacity: 0.2;
}

.ajax-loading {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -120px;
    text-align: center;
}

    .ajax-loading .loader,
    .ajax-loading .loader:before,
    .ajax-loading .loader:after {
        background: #777;
        -webkit-animation: load1 1s infinite ease-in-out;
        animation: load1 1s infinite ease-in-out;
        width: 1em;
        height: 4em;
    }

        .ajax-loading .loader:before,
        .ajax-loading .loader:after {
            position: absolute;
            top: 0;
            content: '';
        }

        .ajax-loading .loader:before {
            left: -1.5em;
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }

    .ajax-loading .loader {
        text-indent: -9999em;
        margin: 8em auto;
        position: relative;
        font-size: 11px;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

        .ajax-loading .loader:after {
            left: 1.5em;
        }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 #777;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em #777;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 #777;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em #777;
        height: 5em;
    }
}

.mip-ajax-nav a {
    display: inline-block;
    font-size: 13px;
    color: #444;
    border: 1px solid #ccc;
    width: 25px;
    line-height: 25px;
    margin: 0 2px;
    text-align: center;
    text-decoration: none;
}

    .mip-ajax-nav a:hover {
        background: #444;
        border-color: #444;
        color: #fff;
    }

    .mip-ajax-nav a:before {
        font-family: "FontAwesome";
    }

    .mip-ajax-nav a.prev:before {
        content: '\f053';
    }

    .mip-ajax-nav a.next:before {
        content: '\f054';
        margin-left: 2px;
    }

    .mip-ajax-nav a.disabled {
        opacity: 0.3;
    }

.ajax-nav-footer {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 25px;
}

.ajax-nav-header {
    position: absolute;
    top: 0;
    right: -2px;
    margin-top: -2px;
}

    .ajax-nav-header a {
        font-size: 11px;
        margin: 0;
        width: 22px;
        line-height: 18px;
        padding-top: 2px;
    }

        .ajax-nav-header a:hover {
            background: #444;
        }

.mip-ajax-nav a.disabled:hover {
    color: #444;
    background: none;
}

.cat-mosaic .ajax-nav-footer {
    margin-top: 10px;
}

.cat-reviews .mip-ajax-nav a {
    color: #eee;
    border-color: #999;
}

    .cat-reviews .mip-ajax-nav a:hover {
        color: #fff;
        border-color: #222;
        background: #222;
    }

.cat-reviews .ajax-nav-footer,
#video-page .ajax-nav-footer,
#gallery-page .ajax-nav-footer,
#audio-page .ajax-nav-footer {
    margin-top: 0;
    margin-bottom: 15px;
}

.ad {
    text-align: center;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.ad-top {
    position: relative;
    text-align: center;
    margin: 20px 0 -10px 0;
    overflow: hidden;
    z-index: 1;
}

.ad-bottom {
    text-align: center;
    margin: 40px 0 10px 0;
    overflow: hidden;
}

.ad-cat {
    margin-top: -5px;
}

.ad img {
    max-width: 100%;
}

.ad-separator {
    background: #383838;
    padding: 20px;
    margin: 0 -20px 20px -20px;
}

.wall-ad {
    position: absolute;
    top: 0;
    left: 0;
}

    .wall-ad .wall-ad-container {
        position: fixed;
        top: 0px;
        left: 50%;
        width: 4000px;
        height: 1500px;
        margin-left: -2000px;
        z-index: 1;
        text-align: center;
    }

#page-header-mobile,
#page-slider .container,
#page-footer .container {
    position: relative;
    z-index: 4;
}

#page-header-mobile {
    /*position: fixed;*/
    width: 100%;
    z-index: 999;
}

@media (min-width: 992px) {
    .ad-separator {
        padding: 15px;
        margin: 0 -15px 20px -15px;
    }
}

@media (min-width: 1200px) {
    .ad-separator {
        padding: 20px 25px;
        margin: 0 -25px 20px -25px;
    }
}

@media (max-width: 767px) {
    #page-content.left-sidebar #main {
        position: absolute;
        top: 0;
    }

    #page-content.left-sidebar .sidebar {
        position: relative;
    }
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
    font-size: 13px;
    text-shadow: none;
    border: none;
    color: #222;
    padding: 8px 15px;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
    height: auto;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    padding: 0 3%;
    line-height: 2em;
    border: 1px solid #999;
}

    .woocommerce form .form-row input.input-text::-webkit-input-placeholder,
    .woocommerce form .form-row textarea:-webkit-input-placeholder,
    .woocommerce-page form .form-row input.input-text:-webkit-input-placeholder,
    .woocommerce-page form .form-row textarea:-webkit-input-placeholder {
        font-weight: 400;
        line-height: 2em;
    }

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    min-height: 40px;
    min-width: 40px;
    padding: 0;
    line-height: 40px;
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
    color: #f3c376;
}

.woocommerce ins {
    text-decoration: none;
}

#page-content section.woocommerce.woo-lay-2 span.price {
    font-weight: 400;
    font-size: 20px;
    color: #222;
    display: block;
    margin: 10px 0 15px 0;
}

section.woocommerce.woo-lay-2 span.text {
    display: block;
    margin-bottom: 20px;
}

section.woocommerce.news-lay-2 a.added_to_cart {
    color: #fff;
}

section.woocommerce.news-lay-3 article {
    text-align: center;
}

#page-content section.woocommerce.woo-lay-3 span.price {
    font-weight: 400;
    font-size: 20px;
    color: #222;
    display: block;
    margin: 5px 0 10px 0;
}

#page-content section.woocommerce.woo-lay-3 a.button {
    margin-top: 15px;
}

.article-post.woocommerce-post h1.page-title {
    border-bottom: 1px solid #dadada;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
}

.woocommerce a.added_to_cart {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

    .woocommerce a.added_to_cart:after {
        font-family: "FontAwesome";
        content: "\f07a";
    }

.article-post div.product {
    border-top: 1px solid #dadada;
    margin-top: 15px;
    padding-top: 20px;
}

    .article-post div.product h1.product_title {
        margin-bottom: 0;
    }

    .article-post div.product .woocommerce-product-rating {
        margin-bottom: 10px;
    }

    .article-post div.product p.price {
        font-size: 24px;
    }

    .article-post div.product .woocommerce-tabs .panel {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.article-post div.related h2,
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
    position: relative;
    line-height: 17px;
    font-style: normal;
    color: #444444;
    font-size: 17px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font: 400 'Roboto', sans-serif;
}

    .article-post div.related h2:after,
    .woocommerce #reviews h3:after,
    .woocommerce-page #reviews h3:after {
        position: absolute;
        content: " ";
        width: 30px;
        height: 1px;
        background: #222;
        bottom: 0;
        left: 0;
    }

@media (min-width: 768px) {
    .woocommerce .related ul li.product,
    .woocommerce .related ul.products li.product,
    .woocommerce .upsells.products ul li.product,
    .woocommerce .upsells.products ul.products li.product,
    .woocommerce-page .related ul li.product,
    .woocommerce-page .related ul.products li.product,
    .woocommerce-page .upsells.products ul li.product,
    .woocommerce-page .upsells.products ul.products li.product {
        width: 22.1%;
    }
}

.woocommerce .cart_totals h2 {
    text-align: left;
}

.woocommerce .cart_totals table {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    border-collapse: collapse;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td {
    padding: 6px 8px;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: "FontAwesome";
    content: "\f103";
    margin-left: 15px;
}

#header-navigation ul li.menu-category-14 a,
#header-navigation ul li.menu-category-14 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-14 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-14 a,
.sidr ul li.menu-category-14 a {
    border-color: #51a3ff;
}

    #header-navigation ul li.menu-category-14 .subnav-menu,
    #header-navigation ul li.menu-category-14:hover .subnav-menu a,
    #header-navigation ul li.menu-category-14 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-14 a:hover {
        background: #51a3ff;
    }

        #header-navigation ul li.menu-category-14 a:hover,
        #header-navigation ul li.menu-category-14:hover a,
        #header-navigation ul li.menu-category-14 ul,
        #header-navigation ul li.menu-category-14.current-menu-item a,
        #header-navigation ul li.menu-category-14.current-menu-parent a,
        #header-navigation ul li.menu-category-14.current-post-ancestor a,
        #header-navigation ul li.menu-category-14 .subnav-container,
        #header-navigation ul li.menu-category-14 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-14 .subnav-menu .current a,
        #header-navigation-sub nav.cat-14,
        .sidr ul li.menu-category-14 a:hover {
            color: #fff;
            background: #4182cc;
        }

            #header-navigation-sub nav.cat-14 ul li.current-cat a,
            #header-navigation-sub nav.cat-14 ul li a:hover {
                color: #51a3ff;
            }

.linkbox.cat-14 a:hover .overlay {
    background: rgba(65, 130, 204, 0.8);
}

a.theme.cat-14,
article.cat-14 a.theme,
article.cat-14 a.theme i.fa,
div.head-image.cat-14 a.theme,
article a.theme.cat-14,
#page-content .section-14 header span.borderline,
.article-post.cat-14 .review .score-overall,
.article-post.cat-14 .review .progress-bar {
    background: #51a3ff;
}

article.cat-14 .related-box a:hover,
article.cat-14 a.category,
article.cat-14 .post-pagination a:hover,
article.cat-14 .post-navigation a:hover,
.article-post.cat-14 .review ul.good li i.fa {
    color: #51a3ff;
}

.section-14 header h2 a {
    color: #51a3ff;
}

#archive-page.module-timeline .cat-14 a {
    color: #51a3ff;
}

#archive-page.module-timeline article i.bullet-14 {
    background: #51a3ff;
}

a.show-more.cat-14 {
    background: #51a3ff;
}

.post-pagination.cat-14 a:hover, .post-pagination.cat-14 .current {
    background: #51a3ff;
    border-color: #51a3ff;
}

.sidebar .module-timeline article i.bullet-14,
#sidebar-mid .module-timeline article i.bullet-14 {
    background: #51a3ff;
}

.sidebar span.cat-14 a,
#sidebar-mid span.cat-14 a {
    color: #51a3ff;
}

#foot-menu ul li.menu-category-14 a {
    border-color: #51a3ff;
}

    #foot-menu ul li.menu-category-14 a:hover,
    #foot-menu ul li.menu-category-14.current a {
        color: #4182cc;
    }

#header-navigation ul li.menu-category-11 a,
#header-navigation ul li.menu-category-11 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-11 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-11 a,
.sidr ul li.menu-category-11 a {
    border-color: #51a3ff;
}

    #header-navigation ul li.menu-category-11 .subnav-menu,
    #header-navigation ul li.menu-category-11:hover .subnav-menu a,
    #header-navigation ul li.menu-category-11 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-11 a:hover {
        background: #51a3ff;
    }

        #header-navigation ul li.menu-category-11 a:hover,
        #header-navigation ul li.menu-category-11:hover a,
        #header-navigation ul li.menu-category-11 ul,
        #header-navigation ul li.menu-category-11.current-menu-item a,
        #header-navigation ul li.menu-category-11.current-menu-parent a,
        #header-navigation ul li.menu-category-11.current-post-ancestor a,
        #header-navigation ul li.menu-category-11 .subnav-container,
        #header-navigation ul li.menu-category-11 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-11 .subnav-menu .current a,
        #header-navigation-sub nav.cat-11,
        .sidr ul li.menu-category-11 a:hover {
            color: #fff;
            background: #4182cc;
        }

            #header-navigation-sub nav.cat-11 ul li.current-cat a,
            #header-navigation-sub nav.cat-11 ul li a:hover {
                color: #51a3ff;
            }

.linkbox.cat-11 a:hover .overlay {
    background: rgba(65, 130, 204, 0.8);
}

a.theme.cat-11,
article.cat-11 a.theme,
article.cat-11 a.theme i.fa,
div.head-image.cat-11 a.theme,
article a.theme.cat-11,
#page-content .section-11 header span.borderline,
.article-post.cat-11 .review .score-overall,
.article-post.cat-11 .review .progress-bar {
    background: #51a3ff;
}

article.cat-11 .related-box a:hover,
article.cat-11 a.category,
article.cat-11 .post-pagination a:hover,
article.cat-11 .post-navigation a:hover,
.article-post.cat-11 .review ul.good li i.fa {
    color: #51a3ff;
}

.section-11 header h2 a {
    color: #51a3ff;
}

#archive-page.module-timeline .cat-11 a {
    color: #51a3ff;
}

#archive-page.module-timeline article i.bullet-11 {
    background: #51a3ff;
}

a.show-more.cat-11 {
    background: #51a3ff;
}

.post-pagination.cat-11 a:hover, .post-pagination.cat-11 .current {
    background: #51a3ff;
    border-color: #51a3ff;
}

.sidebar .module-timeline article i.bullet-11,
#sidebar-mid .module-timeline article i.bullet-11 {
    background: #51a3ff;
}

.sidebar span.cat-11 a,
#sidebar-mid span.cat-11 a {
    color: #51a3ff;
}

#foot-menu ul li.menu-category-11 a {
    border-color: #51a3ff;
}

    #foot-menu ul li.menu-category-11 a:hover,
    #foot-menu ul li.menu-category-11.current a {
        color: #4182cc;
    }

#header-navigation ul li.menu-category-6 a,
#header-navigation ul li.menu-category-6 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-6 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-6 a,
.sidr ul li.menu-category-6 a {
    border-color: #0D8307;
}

    #header-navigation ul li.menu-category-6 .subnav-menu,
    #header-navigation ul li.menu-category-6:hover .subnav-menu a,
    #header-navigation ul li.menu-category-6 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-6 a:hover {
        background: #0D8307;
    }

        #header-navigation ul li.menu-category-6 a:hover,
        #header-navigation ul li.menu-category-6:hover a,
        #header-navigation ul li.menu-category-6 ul,
        #header-navigation ul li.menu-category-6.current-menu-item a,
        #header-navigation ul li.menu-category-6.current-menu-parent a,
        #header-navigation ul li.menu-category-6.current-post-ancestor a,
        #header-navigation ul li.menu-category-6 .subnav-container,
        #header-navigation ul li.menu-category-6 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-6 .subnav-menu .current a,
        #header-navigation-sub nav.cat-6,
        .sidr ul li.menu-category-6 a:hover {
            color: #fff;
            background: #4aa052;
        }

            #header-navigation-sub nav.cat-6 ul li.current-cat a,
            #header-navigation-sub nav.cat-6 ul li a:hover {
                color: #0D8307;
            }

.linkbox.cat-6 a:hover .overlay {
    background: rgba(74, 160, 82, 0.8);
}

a.theme.cat-6,
article.cat-6 a.theme,
article.cat-6 a.theme i.fa,
div.head-image.cat-6 a.theme,
article a.theme.cat-6,
#page-content .section-6 header span.borderline,
.article-post.cat-6 .review .score-overall,
.article-post.cat-6 .review .progress-bar {
    background: #0D8307;
}

article.cat-6 .related-box a:hover,
article.cat-6 a.category,
article.cat-6 .post-pagination a:hover,
article.cat-6 .post-navigation a:hover,
.article-post.cat-6 .review ul.good li i.fa {
    color: #0D8307;
}

.section-6 header h2 a {
    color: #0D8307;
}

#archive-page.module-timeline .cat-6 a {
    color: #0D8307;
}

#archive-page.module-timeline article i.bullet-6 {
    background: #0D8307;
}

a.show-more.cat-6 {
    background: #0D8307;
}

.post-pagination.cat-6 a:hover, .post-pagination.cat-6 .current {
    background: #0D8307;
    border-color: #0D8307;
}

.sidebar .module-timeline article i.bullet-6,
#sidebar-mid .module-timeline article i.bullet-6 {
    background: #0D8307;
}

.sidebar span.cat-6 a,
#sidebar-mid span.cat-6 a {
    color: #0D8307;
}

#foot-menu ul li.menu-category-6 a {
    border-color: #0D8307;
}

    #foot-menu ul li.menu-category-6 a:hover,
    #foot-menu ul li.menu-category-6.current a {
        color: #4aa052;
    }

#header-navigation ul li.menu-category-9 a,
#header-navigation ul li.menu-category-9 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-9 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-9 a,
.sidr ul li.menu-category-9 a {
    border-color: #ef3434;
}

    #header-navigation ul li.menu-category-9 .subnav-menu,
    #header-navigation ul li.menu-category-9:hover .subnav-menu a,
    #header-navigation ul li.menu-category-9 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-9 a:hover {
        background: #ef3434;
    }

        #header-navigation ul li.menu-category-9 a:hover,
        #header-navigation ul li.menu-category-9:hover a,
        #header-navigation ul li.menu-category-9 ul,
        #header-navigation ul li.menu-category-9.current-menu-item a,
        #header-navigation ul li.menu-category-9.current-menu-parent a,
        #header-navigation ul li.menu-category-9.current-post-ancestor a,
        #header-navigation ul li.menu-category-9 .subnav-container,
        #header-navigation ul li.menu-category-9 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-9 .subnav-menu .current a,
        #header-navigation-sub nav.cat-9,
        .sidr ul li.menu-category-9 a:hover {
            color: #fff;
            background: #bf2a2a;
        }

            #header-navigation-sub nav.cat-9 ul li.current-cat a,
            #header-navigation-sub nav.cat-9 ul li a:hover {
                color: #ef3434;
            }

.linkbox.cat-9 a:hover .overlay {
    background: rgba(191, 42, 42, 0.8);
}

a.theme.cat-9,
article.cat-9 a.theme,
article.cat-9 a.theme i.fa,
div.head-image.cat-9 a.theme,
article a.theme.cat-9,
#page-content .section-9 header span.borderline,
.article-post.cat-9 .review .score-overall,
.article-post.cat-9 .review .progress-bar {
    background: #ef3434;
}

article.cat-9 .related-box a:hover,
article.cat-9 a.category,
article.cat-9 .post-pagination a:hover,
article.cat-9 .post-navigation a:hover,
.article-post.cat-9 .review ul.good li i.fa {
    color: #ef3434;
}

.section-9 header h2 a {
    color: #ef3434;
}

#archive-page.module-timeline .cat-9 a {
    color: #ef3434;
}

#archive-page.module-timeline article i.bullet-9 {
    background: #ef3434;
}

a.show-more.cat-9 {
    background: #ef3434;
}

.post-pagination.cat-9 a:hover, .post-pagination.cat-9 .current {
    background: #ef3434;
    border-color: #ef3434;
}

.sidebar .module-timeline article i.bullet-9,
#sidebar-mid .module-timeline article i.bullet-9 {
    background: #ef3434;
}

.sidebar span.cat-9 a,
#sidebar-mid span.cat-9 a {
    color: #ef3434;
}

#foot-menu ul li.menu-category-9 a {
    border-color: #ef3434;
}

    #foot-menu ul li.menu-category-9 a:hover,
    #foot-menu ul li.menu-category-9.current a {
        color: #bf2a2a;
    }

#header-navigation ul li.menu-category-17 a,
#header-navigation ul li.menu-category-17 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-17 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-17 a,
.sidr ul li.menu-category-17 a {
    border-color: #DAA520;
}

    #header-navigation ul li.menu-category-17 .subnav-menu,
    #header-navigation ul li.menu-category-17:hover .subnav-menu a,
    #header-navigation ul li.menu-category-17 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-17 a:hover {
        background: #DAA520;
    }

        #header-navigation ul li.menu-category-17 a:hover,
        #header-navigation ul li.menu-category-17:hover a,
        #header-navigation ul li.menu-category-17 ul,
        #header-navigation ul li.menu-category-17.current-menu-item a,
        #header-navigation ul li.menu-category-17.current-menu-parent a,
        #header-navigation ul li.menu-category-17.current-post-ancestor a,
        #header-navigation ul li.menu-category-17 .subnav-container,
        #header-navigation ul li.menu-category-17 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-17 .subnav-menu .current a,
        #header-navigation-sub nav.cat-17,
        .sidr ul li.menu-category-17 a:hover {
            color: #fff;
            background: #aaa245;
        }

            #header-navigation-sub nav.cat-17 ul li.current-cat a,
            #header-navigation-sub nav.cat-17 ul li a:hover {
                color: #DAA520;
            }

.linkbox.cat-17 a:hover .overlay {
    background: rgba(170, 162, 69, 0.8);
}

a.theme.cat-17,
article.cat-17 a.theme,
article.cat-17 a.theme i.fa,
div.head-image.cat-17 a.theme,
article a.theme.cat-17,
#page-content .section-17 header span.borderline,
.article-post.cat-17 .review .score-overall,
.article-post.cat-17 .review .progress-bar {
    background: #DAA520;
}

article.cat-17 .related-box a:hover,
article.cat-17 a.category,
article.cat-17 .post-pagination a:hover,
article.cat-17 .post-navigation a:hover,
.article-post.cat-17 .review ul.good li i.fa {
    color: #DAA520;
}

.section-17 header h2 a {
    color: #DAA520;
}

#archive-page.module-timeline .cat-17 a {
    color: #DAA520;
}

#archive-page.module-timeline article i.bullet-17 {
    background: #DAA520;
}

a.show-more.cat-17 {
    background: #DAA520;
}

.post-pagination.cat-17 a:hover, .post-pagination.cat-17 .current {
    background: #DAA520;
    border-color: #DAA520;
}

.sidebar .module-timeline article i.bullet-17,
#sidebar-mid .module-timeline article i.bullet-17 {
    background: #DAA520;
}

.sidebar span.cat-17 a,
#sidebar-mid span.cat-17 a {
    color: #DAA520;
}

#foot-menu ul li.menu-category-17 a {
    border-color: #DAA520;
}

    #foot-menu ul li.menu-category-17 a:hover,
    #foot-menu ul li.menu-category-17.current a {
        color: #aaa245;
    }

#header-navigation ul li.menu-category-50 a,
#header-navigation ul li.menu-category-50 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-50 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-50 a,
.sidr ul li.menu-category-50 a {
    border-color: #5cbec9;
}

    #header-navigation ul li.menu-category-50 .subnav-menu,
    #header-navigation ul li.menu-category-50:hover .subnav-menu a,
    #header-navigation ul li.menu-category-50 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-50 a:hover {
        background: #C031C5;
    }

        #header-navigation ul li.menu-category-50 a:hover,
        #header-navigation ul li.menu-category-50:hover a,
        #header-navigation ul li.menu-category-50 ul,
        #header-navigation ul li.menu-category-50.current-menu-item a,
        #header-navigation ul li.menu-category-50.current-menu-parent a,
        #header-navigation ul li.menu-category-50.current-post-ancestor a,
        #header-navigation ul li.menu-category-50 .subnav-container,
        #header-navigation ul li.menu-category-50 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-50 .subnav-menu .current a,
        #header-navigation-sub nav.cat-50,
        .sidr ul li.menu-category-50 a:hover {
            color: #fff;
            background: #7E0083;
        }

            #header-navigation-sub nav.cat-50 ul li.current-cat a,
            #header-navigation-sub nav.cat-50 ul li a:hover {
                color: #5cbec9;
            }

.linkbox.cat-50 a:hover .overlay {
    background: rgba(74, 152, 161, 0.8);
}

a.theme.cat-50,
article.cat-50 a.theme,
article.cat-50 a.theme i.fa,
div.head-image.cat-50 a.theme,
article a.theme.cat-50,
#page-content .section-50 header span.borderline,
.article-post.cat-50 .review .score-overall,
.article-post.cat-50 .review .progress-bar {
    background: #5cbec9;
}

article.cat-50 .related-box a:hover,
article.cat-50 a.category,
article.cat-50 .post-pagination a:hover,
article.cat-50 .post-navigation a:hover,
.article-post.cat-50 .review ul.good li i.fa {
    color: #5cbec9;
}

.section-50 header h2 a {
    color: #5cbec9;
}

#archive-page.module-timeline .cat-50 a {
    color: #5cbec9;
}

#archive-page.module-timeline article i.bullet-50 {
    background: #5cbec9;
}

a.show-more.cat-50 {
    background: #5cbec9;
}

.post-pagination.cat-50 a:hover, .post-pagination.cat-50 .current {
    background: #5cbec9;
    border-color: #5cbec9;
}

.sidebar .module-timeline article i.bullet-50,
#sidebar-mid .module-timeline article i.bullet-50 {
    background: #5cbec9;
}

.sidebar span.cat-50 a,
#sidebar-mid span.cat-50 a {
    color: #5cbec9;
}

#foot-menu ul li.menu-category-50 a {
    border-color: #5cbec9;
}

    #foot-menu ul li.menu-category-50 a:hover,
    #foot-menu ul li.menu-category-50.current a {
        color: #04334d;
    }

#header-navigation ul li.menu-category-10 a,
#header-navigation ul li.menu-category-10 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-10 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-10 a,
.sidr ul li.menu-category-10 a {
    border-color: #51a3ff;
}

    #header-navigation ul li.menu-category-10 .subnav-menu,
    #header-navigation ul li.menu-category-10:hover .subnav-menu a,
    #header-navigation ul li.menu-category-10 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-10 a:hover {
        background: #51a3ff;
    }

        #header-navigation ul li.menu-category-10 a:hover,
        #header-navigation ul li.menu-category-10:hover a,
        #header-navigation ul li.menu-category-10 ul,
        #header-navigation ul li.menu-category-10.current-menu-item a,
        #header-navigation ul li.menu-category-10.current-menu-parent a,
        #header-navigation ul li.menu-category-10.current-post-ancestor a,
        #header-navigation ul li.menu-category-10 .subnav-container,
        #header-navigation ul li.menu-category-10 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-10 .subnav-menu .current a,
        #header-navigation-sub nav.cat-10,
        .sidr ul li.menu-category-10 a:hover {
            color: #fff;
            background: #4182cc;
        }

            #header-navigation-sub nav.cat-10 ul li.current-cat a,
            #header-navigation-sub nav.cat-10 ul li a:hover {
                color: #51a3ff;
            }

.linkbox.cat-10 a:hover .overlay {
    background: rgba(65, 130, 204, 0.8);
}

a.theme.cat-10,
article.cat-10 a.theme,
article.cat-10 a.theme i.fa,
div.head-image.cat-10 a.theme,
article a.theme.cat-10,
#page-content .section-10 header span.borderline,
.article-post.cat-10 .review .score-overall,
.article-post.cat-10 .review .progress-bar {
    background: #51a3ff;
}

article.cat-10 .related-box a:hover,
article.cat-10 a.category,
article.cat-10 .post-pagination a:hover,
article.cat-10 .post-navigation a:hover,
.article-post.cat-10 .review ul.good li i.fa {
    color: #51a3ff;
}

.section-10 header h2 a {
    color: #51a3ff;
}

#archive-page.module-timeline .cat-10 a {
    color: #51a3ff;
}

#archive-page.module-timeline article i.bullet-10 {
    background: #51a3ff;
}

a.show-more.cat-10 {
    background: #51a3ff;
}

.post-pagination.cat-10 a:hover, .post-pagination.cat-10 .current {
    background: #51a3ff;
    border-color: #51a3ff;
}

.sidebar .module-timeline article i.bullet-10,
#sidebar-mid .module-timeline article i.bullet-10 {
    background: #51a3ff;
}

.sidebar span.cat-10 a,
#sidebar-mid span.cat-10 a {
    color: #51a3ff;
}

#foot-menu ul li.menu-category-10 a {
    border-color: #51a3ff;
}

    #foot-menu ul li.menu-category-10 a:hover,
    #foot-menu ul li.menu-category-10.current a {
        color: #4182cc;
    }

#header-navigation ul li.menu-category-26 a,
#header-navigation ul li.menu-category-26 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-26 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-26 a,
.sidr ul li.menu-category-26 a {
    border-color: #6f9ed3;
}

    #header-navigation ul li.menu-category-26 .subnav-menu,
    #header-navigation ul li.menu-category-26:hover .subnav-menu a,
    #header-navigation ul li.menu-category-26 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-26 a:hover {
        background: #6f9ed3;
    }

        #header-navigation ul li.menu-category-26 a:hover,
        #header-navigation ul li.menu-category-26:hover a,
        #header-navigation ul li.menu-category-26 ul,
        #header-navigation ul li.menu-category-26.current-menu-item a,
        #header-navigation ul li.menu-category-26.current-menu-parent a,
        #header-navigation ul li.menu-category-26.current-post-ancestor a,
        #header-navigation ul li.menu-category-26 .subnav-container,
        #header-navigation ul li.menu-category-26 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-26 .subnav-menu .current a,
        #header-navigation-sub nav.cat-26,
        .sidr ul li.menu-category-26 a:hover {
            color: #fff;
            background: #597ea9;
        }

            #header-navigation-sub nav.cat-26 ul li.current-cat a,
            #header-navigation-sub nav.cat-26 ul li a:hover {
                color: #6f9ed3;
            }

.linkbox.cat-26 a:hover .overlay {
    background: rgba(89, 126, 169, 0.8);
}

a.theme.cat-26,
article.cat-26 a.theme,
article.cat-26 a.theme i.fa,
div.head-image.cat-26 a.theme,
article a.theme.cat-26,
#page-content .section-26 header span.borderline,
.article-post.cat-26 .review .score-overall,
.article-post.cat-26 .review .progress-bar {
    background: #6f9ed3;
}

article.cat-26 .related-box a:hover,
article.cat-26 a.category,
article.cat-26 .post-pagination a:hover,
article.cat-26 .post-navigation a:hover,
.article-post.cat-26 .review ul.good li i.fa {
    color: #6f9ed3;
}

.section-26 header h2 a {
    color: #6f9ed3;
}

#archive-page.module-timeline .cat-26 a {
    color: #6f9ed3;
}

#archive-page.module-timeline article i.bullet-26 {
    background: #6f9ed3;
}

a.show-more.cat-26 {
    background: #6f9ed3;
}

.post-pagination.cat-26 a:hover, .post-pagination.cat-26 .current {
    background: #6f9ed3;
    border-color: #6f9ed3;
}

.sidebar .module-timeline article i.bullet-26,
#sidebar-mid .module-timeline article i.bullet-26 {
    background: #6f9ed3;
}

.sidebar span.cat-26 a,
#sidebar-mid span.cat-26 a {
    color: #6f9ed3;
}

#foot-menu ul li.menu-category-26 a {
    border-color: #6f9ed3;
}

    #foot-menu ul li.menu-category-26 a:hover,
    #foot-menu ul li.menu-category-26.current a {
        color: #597ea9;
    }

#header-navigation ul li.menu-category-16 a,
#header-navigation ul li.menu-category-16 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-16 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-16 a,
.sidr ul li.menu-category-16 a {
    border-color: #51a3ff;
}

    #header-navigation ul li.menu-category-16 .subnav-menu,
    #header-navigation ul li.menu-category-16:hover .subnav-menu a,
    #header-navigation ul li.menu-category-16 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-16 a:hover {
        background: #51a3ff;
    }

        #header-navigation ul li.menu-category-16 a:hover,
        #header-navigation ul li.menu-category-16:hover a,
        #header-navigation ul li.menu-category-16 ul,
        #header-navigation ul li.menu-category-16.current-menu-item a,
        #header-navigation ul li.menu-category-16.current-menu-parent a,
        #header-navigation ul li.menu-category-16.current-post-ancestor a,
        #header-navigation ul li.menu-category-16 .subnav-container,
        #header-navigation ul li.menu-category-16 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-16 .subnav-menu .current a,
        #header-navigation-sub nav.cat-16,
        .sidr ul li.menu-category-16 a:hover {
            color: #fff;
            background: #4182cc;
        }

            #header-navigation-sub nav.cat-16 ul li.current-cat a,
            #header-navigation-sub nav.cat-16 ul li a:hover {
                color: #51a3ff;
            }

.linkbox.cat-16 a:hover .overlay {
    background: rgba(65, 130, 204, 0.8);
}

a.theme.cat-16,
article.cat-16 a.theme,
article.cat-16 a.theme i.fa,
div.head-image.cat-16 a.theme,
article a.theme.cat-16,
#page-content .section-16 header span.borderline,
.article-post.cat-16 .review .score-overall,
.article-post.cat-16 .review .progress-bar {
    background: #51a3ff;
}

article.cat-16 .related-box a:hover,
article.cat-16 a.category,
article.cat-16 .post-pagination a:hover,
article.cat-16 .post-navigation a:hover,
.article-post.cat-16 .review ul.good li i.fa {
    color: #51a3ff;
}

.section-16 header h2 a {
    color: #51a3ff;
}

#archive-page.module-timeline .cat-16 a {
    color: #51a3ff;
}

#archive-page.module-timeline article i.bullet-16 {
    background: #51a3ff;
}

a.show-more.cat-16 {
    background: #51a3ff;
}

.post-pagination.cat-16 a:hover, .post-pagination.cat-16 .current {
    background: #51a3ff;
    border-color: #51a3ff;
}

.sidebar .module-timeline article i.bullet-16,
#sidebar-mid .module-timeline article i.bullet-16 {
    background: #51a3ff;
}

.sidebar span.cat-16 a,
#sidebar-mid span.cat-16 a {
    color: #51a3ff;
}

#foot-menu ul li.menu-category-16 a {
    border-color: #51a3ff;
}

    #foot-menu ul li.menu-category-16 a:hover,
    #foot-menu ul li.menu-category-16.current a {
        color: #4182cc;
    }

#header-navigation ul li.menu-category-19 a,
#header-navigation ul li.menu-category-19 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-19 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-19 a,
.sidr ul li.menu-category-19 a {
    border-color: #DAA520;
}

    #header-navigation ul li.menu-category-19 .subnav-menu,
    #header-navigation ul li.menu-category-19:hover .subnav-menu a,
    #header-navigation ul li.menu-category-19 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-19 a:hover {
        background: #DAA520;
    }

        #header-navigation ul li.menu-category-19 a:hover,
        #header-navigation ul li.menu-category-19:hover a,
        #header-navigation ul li.menu-category-19 ul,
        #header-navigation ul li.menu-category-19.current-menu-item a,
        #header-navigation ul li.menu-category-19.current-menu-parent a,
        #header-navigation ul li.menu-category-19.current-post-ancestor a,
        #header-navigation ul li.menu-category-19 .subnav-container,
        #header-navigation ul li.menu-category-19 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-19 .subnav-menu .current a,
        #header-navigation-sub nav.cat-19,
        .sidr ul li.menu-category-19 a:hover {
            color: #fff;
            background: #aaa245;
        }

            #header-navigation-sub nav.cat-19 ul li.current-cat a,
            #header-navigation-sub nav.cat-19 ul li a:hover {
                color: #DAA520;
            }

.linkbox.cat-19 a:hover .overlay {
    background: rgba(170, 162, 69, 0.8);
}

a.theme.cat-19,
article.cat-19 a.theme,
article.cat-19 a.theme i.fa,
div.head-image.cat-19 a.theme,
article a.theme.cat-19,
#page-content .section-19 header span.borderline,
.article-post.cat-19 .review .score-overall,
.article-post.cat-19 .review .progress-bar {
    background: #DAA520;
}

article.cat-19 .related-box a:hover,
article.cat-19 a.category,
article.cat-19 .post-pagination a:hover,
article.cat-19 .post-navigation a:hover,
.article-post.cat-19 .review ul.good li i.fa {
    color: #DAA520;
}

.section-19 header h2 a {
    color: #DAA520;
}

#archive-page.module-timeline .cat-19 a {
    color: #DAA520;
}

#archive-page.module-timeline article i.bullet-19 {
    background: #DAA520;
}

a.show-more.cat-19 {
    background: #DAA520;
}

.post-pagination.cat-19 a:hover, .post-pagination.cat-19 .current {
    background: #DAA520;
    border-color: #DAA520;
}

.sidebar .module-timeline article i.bullet-19,
#sidebar-mid .module-timeline article i.bullet-19 {
    background: #DAA520;
}

.sidebar span.cat-19 a,
#sidebar-mid span.cat-19 a {
    color: #DAA520;
}

#foot-menu ul li.menu-category-19 a {
    border-color: #DAA520;
}

    #foot-menu ul li.menu-category-19 a:hover,
    #foot-menu ul li.menu-category-19.current a {
        color: #aaa245;
    }

#header-navigation ul li.menu-category-3 a,
#header-navigation ul li.menu-category-3 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-3 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-3 a,
.sidr ul li.menu-category-3 a {
    border-color: #DAA520;
}

    #header-navigation ul li.menu-category-3 .subnav-menu,
    #header-navigation ul li.menu-category-3:hover .subnav-menu a,
    #header-navigation ul li.menu-category-3 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-3 a:hover {
        background: #DAA520;
    }

        #header-navigation ul li.menu-category-3 a:hover,
        #header-navigation ul li.menu-category-3:hover a,
        #header-navigation ul li.menu-category-3 ul,
        #header-navigation ul li.menu-category-3.current-menu-item a,
        #header-navigation ul li.menu-category-3.current-menu-parent a,
        #header-navigation ul li.menu-category-3.current-post-ancestor a,
        #header-navigation ul li.menu-category-3 .subnav-container,
        #header-navigation ul li.menu-category-3 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-3 .subnav-menu .current a,
        #header-navigation-sub nav.cat-3,
        .sidr ul li.menu-category-3 a:hover {
            color: #fff;
            background: #aaa245;
        }

            #header-navigation-sub nav.cat-3 ul li.current-cat a,
            #header-navigation-sub nav.cat-3 ul li a:hover {
                color: #DAA520;
            }

.linkbox.cat-3 a:hover .overlay {
    background: rgba(170, 162, 69, 0.8);
}

a.theme.cat-3,
article.cat-3 a.theme,
article.cat-3 a.theme i.fa,
div.head-image.cat-3 a.theme,
article a.theme.cat-3,
#page-content .section-3 header span.borderline,
.article-post.cat-3 .review .score-overall,
.article-post.cat-3 .review .progress-bar {
    background: #DAA520;
}

article.cat-3 .related-box a:hover,
article.cat-3 a.category,
article.cat-3 .post-pagination a:hover,
article.cat-3 .post-navigation a:hover,
.article-post.cat-3 .review ul.good li i.fa {
    color: #DAA520;
}

.section-3 header h2 a {
    color: #DAA520;
}

#archive-page.module-timeline .cat-3 a {
    color: #DAA520;
}

#archive-page.module-timeline article i.bullet-3 {
    background: #DAA520;
}

a.show-more.cat-3 {
    background: #DAA520;
}

.post-pagination.cat-3 a:hover, .post-pagination.cat-3 .current {
    background: #DAA520;
    border-color: #DAA520;
}

.sidebar .module-timeline article i.bullet-3,
#sidebar-mid .module-timeline article i.bullet-3 {
    background: #DAA520;
}

.sidebar span.cat-3 a,
#sidebar-mid span.cat-3 a {
    color: #DAA520;
}

#foot-menu ul li.menu-category-3 a {
    border-color: #DAA520;
}

    #foot-menu ul li.menu-category-3 a:hover,
    #foot-menu ul li.menu-category-3.current a {
        color: #aaa245;
    }

#header-navigation ul li.menu-category-27 a,
#header-navigation ul li.menu-category-27 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-27 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-27 a,
.sidr ul li.menu-category-27 a {
    border-color: #6f9ed3;
}

    #header-navigation ul li.menu-category-27 .subnav-menu,
    #header-navigation ul li.menu-category-27:hover .subnav-menu a,
    #header-navigation ul li.menu-category-27 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-27 a:hover {
        background: #6f9ed3;
    }

        #header-navigation ul li.menu-category-27 a:hover,
        #header-navigation ul li.menu-category-27:hover a,
        #header-navigation ul li.menu-category-27 ul,
        #header-navigation ul li.menu-category-27.current-menu-item a,
        #header-navigation ul li.menu-category-27.current-menu-parent a,
        #header-navigation ul li.menu-category-27.current-post-ancestor a,
        #header-navigation ul li.menu-category-27 .subnav-container,
        #header-navigation ul li.menu-category-27 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-27 .subnav-menu .current a,
        #header-navigation-sub nav.cat-27,
        .sidr ul li.menu-category-27 a:hover {
            color: #fff;
            background: #597ea9;
        }

            #header-navigation-sub nav.cat-27 ul li.current-cat a,
            #header-navigation-sub nav.cat-27 ul li a:hover {
                color: #6f9ed3;
            }

.linkbox.cat-27 a:hover .overlay {
    background: rgba(89, 126, 169, 0.8);
}

a.theme.cat-27,
article.cat-27 a.theme,
article.cat-27 a.theme i.fa,
div.head-image.cat-27 a.theme,
article a.theme.cat-27,
#page-content .section-27 header span.borderline,
.article-post.cat-27 .review .score-overall,
.article-post.cat-27 .review .progress-bar {
    background: #6f9ed3;
}

article.cat-27 .related-box a:hover,
article.cat-27 a.category,
article.cat-27 .post-pagination a:hover,
article.cat-27 .post-navigation a:hover,
.article-post.cat-27 .review ul.good li i.fa {
    color: #6f9ed3;
}

.section-27 header h2 a {
    color: #6f9ed3;
}

#archive-page.module-timeline .cat-27 a {
    color: #6f9ed3;
}

#archive-page.module-timeline article i.bullet-27 {
    background: #6f9ed3;
}

a.show-more.cat-27 {
    background: #6f9ed3;
}

.post-pagination.cat-27 a:hover, .post-pagination.cat-27 .current {
    background: #6f9ed3;
    border-color: #6f9ed3;
}

.sidebar .module-timeline article i.bullet-27,
#sidebar-mid .module-timeline article i.bullet-27 {
    background: #6f9ed3;
}

.sidebar span.cat-27 a,
#sidebar-mid span.cat-27 a {
    color: #6f9ed3;
}

#foot-menu ul li.menu-category-27 a {
    border-color: #6f9ed3;
}

    #foot-menu ul li.menu-category-27 a:hover,
    #foot-menu ul li.menu-category-27.current a {
        color: #597ea9;
    }

#header-navigation ul li.menu-category-22 a,
#header-navigation ul li.menu-category-22 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-22 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-22 a,
.sidr ul li.menu-category-22 a {
    border-color: #cc62c8;
}

    #header-navigation ul li.menu-category-22 .subnav-menu,
    #header-navigation ul li.menu-category-22:hover .subnav-menu a,
    #header-navigation ul li.menu-category-22 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-22 a:hover {
        background: #cc62c8;
    }

        #header-navigation ul li.menu-category-22 a:hover,
        #header-navigation ul li.menu-category-22:hover a,
        #header-navigation ul li.menu-category-22 ul,
        #header-navigation ul li.menu-category-22.current-menu-item a,
        #header-navigation ul li.menu-category-22.current-menu-parent a,
        #header-navigation ul li.menu-category-22.current-post-ancestor a,
        #header-navigation ul li.menu-category-22 .subnav-container,
        #header-navigation ul li.menu-category-22 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-22 .subnav-menu .current a,
        #header-navigation-sub nav.cat-22,
        .sidr ul li.menu-category-22 a:hover {
            color: #fff;
            background: #C5086A;
        }

            #header-navigation-sub nav.cat-22 ul li.current-cat a,
            #header-navigation-sub nav.cat-22 ul li a:hover {
                color: #cc62c8;
            }

.linkbox.cat-22 a:hover .overlay {
    background: rgba(163, 78, 160, 0.8);
}

a.theme.cat-22,
article.cat-22 a.theme,
article.cat-22 a.theme i.fa,
div.head-image.cat-22 a.theme,
article a.theme.cat-22,
#page-content .section-22 header span.borderline,
.article-post.cat-22 .review .score-overall,
.article-post.cat-22 .review .progress-bar {
    background: #cc62c8;
}

article.cat-22 .related-box a:hover,
article.cat-22 a.category,
article.cat-22 .post-pagination a:hover,
article.cat-22 .post-navigation a:hover,
.article-post.cat-22 .review ul.good li i.fa {
    color: #cc62c8;
}

.section-22 header h2 a {
    color: #cc62c8;
}

#archive-page.module-timeline .cat-22 a {
    color: #cc62c8;
}

#archive-page.module-timeline article i.bullet-22 {
    background: #cc62c8;
}

a.show-more.cat-22 {
    background: #cc62c8;
}

.post-pagination.cat-22 a:hover, .post-pagination.cat-22 .current {
    background: #cc62c8;
    border-color: #cc62c8;
}

.sidebar .module-timeline article i.bullet-22,
#sidebar-mid .module-timeline article i.bullet-22 {
    background: #cc62c8;
}

.sidebar span.cat-22 a,
#sidebar-mid span.cat-22 a {
    color: #cc62c8;
}

#foot-menu ul li.menu-category-22 a {
    border-color: #cc62c8;
}

    #foot-menu ul li.menu-category-22 a:hover,
    #foot-menu ul li.menu-category-22.current a {
        color: #C5086A;
    }

#header-navigation ul li.menu-category-23 a,
#header-navigation ul li.menu-category-23 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-23 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-23 a,
.sidr ul li.menu-category-23 a {
    border-color: #cc62c8;
}

    #header-navigation ul li.menu-category-23 .subnav-menu,
    #header-navigation ul li.menu-category-23:hover .subnav-menu a,
    #header-navigation ul li.menu-category-23 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-23 a:hover {
        background: #cc62c8;
    }

        #header-navigation ul li.menu-category-23 a:hover,
        #header-navigation ul li.menu-category-23:hover a,
        #header-navigation ul li.menu-category-23 ul,
        #header-navigation ul li.menu-category-23.current-menu-item a,
        #header-navigation ul li.menu-category-23.current-menu-parent a,
        #header-navigation ul li.menu-category-23.current-post-ancestor a,
        #header-navigation ul li.menu-category-23 .subnav-container,
        #header-navigation ul li.menu-category-23 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-23 .subnav-menu .current a,
        #header-navigation-sub nav.cat-23,
        .sidr ul li.menu-category-23 a:hover {
            color: #fff;
            background: #C5086A;
        }

            #header-navigation-sub nav.cat-23 ul li.current-cat a,
            #header-navigation-sub nav.cat-23 ul li a:hover {
                color: #cc62c8;
            }

.linkbox.cat-23 a:hover .overlay {
    background: rgba(163, 78, 160, 0.8);
}

a.theme.cat-23,
article.cat-23 a.theme,
article.cat-23 a.theme i.fa,
div.head-image.cat-23 a.theme,
article a.theme.cat-23,
#page-content .section-23 header span.borderline,
.article-post.cat-23 .review .score-overall,
.article-post.cat-23 .review .progress-bar {
    background: #cc62c8;
}

article.cat-23 .related-box a:hover,
article.cat-23 a.category,
article.cat-23 .post-pagination a:hover,
article.cat-23 .post-navigation a:hover,
.article-post.cat-23 .review ul.good li i.fa {
    color: #cc62c8;
}

.section-23 header h2 a {
    color: #cc62c8;
}

#archive-page.module-timeline .cat-23 a {
    color: #cc62c8;
}

#archive-page.module-timeline article i.bullet-23 {
    background: #cc62c8;
}

a.show-more.cat-23 {
    background: #cc62c8;
}

.post-pagination.cat-23 a:hover, .post-pagination.cat-23 .current {
    background: #cc62c8;
    border-color: #cc62c8;
}

.sidebar .module-timeline article i.bullet-23,
#sidebar-mid .module-timeline article i.bullet-23 {
    background: #cc62c8;
}

.sidebar span.cat-23 a,
#sidebar-mid span.cat-23 a {
    color: #cc62c8;
}

#foot-menu ul li.menu-category-23 a {
    border-color: #cc62c8;
}

    #foot-menu ul li.menu-category-23 a:hover,
    #foot-menu ul li.menu-category-23.current a {
        color: #C5086A;
    }

#header-navigation ul li.menu-category-7 a,
#header-navigation ul li.menu-category-7 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-7 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-7 a,
.sidr ul li.menu-category-7 a {
    border-color: #ef3434;
}

    #header-navigation ul li.menu-category-7 .subnav-menu,
    #header-navigation ul li.menu-category-7:hover .subnav-menu a,
    #header-navigation ul li.menu-category-7 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-7 a:hover {
        background: #ef3434;
    }

        #header-navigation ul li.menu-category-7 a:hover,
        #header-navigation ul li.menu-category-7:hover a,
        #header-navigation ul li.menu-category-7 ul,
        #header-navigation ul li.menu-category-7.current-menu-item a,
        #header-navigation ul li.menu-category-7.current-menu-parent a,
        #header-navigation ul li.menu-category-7.current-post-ancestor a,
        #header-navigation ul li.menu-category-7 .subnav-container,
        #header-navigation ul li.menu-category-7 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-7 .subnav-menu .current a,
        #header-navigation-sub nav.cat-7,
        .sidr ul li.menu-category-7 a:hover {
            color: #fff;
            background: #bf2a2a;
        }

            #header-navigation-sub nav.cat-7 ul li.current-cat a,
            #header-navigation-sub nav.cat-7 ul li a:hover {
                color: #ef3434;
            }

.linkbox.cat-7 a:hover .overlay {
    background: rgba(191, 42, 42, 0.8);
}

a.theme.cat-7,
article.cat-7 a.theme,
article.cat-7 a.theme i.fa,
div.head-image.cat-7 a.theme,
article a.theme.cat-7,
#page-content .section-7 header span.borderline,
.article-post.cat-7 .review .score-overall,
.article-post.cat-7 .review .progress-bar {
    background: #ef3434;
}

article.cat-7 .related-box a:hover,
article.cat-7 a.category,
article.cat-7 .post-pagination a:hover,
article.cat-7 .post-navigation a:hover,
.article-post.cat-7 .review ul.good li i.fa {
    color: #ef3434;
}

.section-7 header h2 a {
    color: #ef3434;
}

#archive-page.module-timeline .cat-7 a {
    color: #ef3434;
}

#archive-page.module-timeline article i.bullet-7 {
    background: #ef3434;
}

a.show-more.cat-7 {
    background: #ef3434;
}

.post-pagination.cat-7 a:hover, .post-pagination.cat-7 .current {
    background: #ef3434;
    border-color: #ef3434;
}

.sidebar .module-timeline article i.bullet-7,
#sidebar-mid .module-timeline article i.bullet-7 {
    background: #ef3434;
}

.sidebar span.cat-7 a,
#sidebar-mid span.cat-7 a {
    color: #ef3434;
}

#foot-menu ul li.menu-category-7 a {
    border-color: #ef3434;
}

    #foot-menu ul li.menu-category-7 a:hover,
    #foot-menu ul li.menu-category-7.current a {
        color: #bf2a2a;
    }

#header-navigation ul li.menu-category-1 a,
#header-navigation ul li.menu-category-1 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-1 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-1 a,
.sidr ul li.menu-category-1 a {
    border-color: #ef3434;
}

    #header-navigation ul li.menu-category-1 .subnav-menu,
    #header-navigation ul li.menu-category-1:hover .subnav-menu a,
    #header-navigation ul li.menu-category-1 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-1 a:hover {
        background: #ef3434;
    }

        #header-navigation ul li.menu-category-1 a:hover,
        #header-navigation ul li.menu-category-1:hover a,
        #header-navigation ul li.menu-category-1 ul,
        #header-navigation ul li.menu-category-1.current-menu-item a,
        #header-navigation ul li.menu-category-1.current-menu-parent a,
        #header-navigation ul li.menu-category-1.current-post-ancestor a,
        #header-navigation ul li.menu-category-1 .subnav-container,
        #header-navigation ul li.menu-category-1 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-1 .subnav-menu .current a,
        #header-navigation-sub nav.cat-1,
        .sidr ul li.menu-category-1 a:hover {
            color: #fff;
            background: #bf2a2a;
        }

            #header-navigation-sub nav.cat-1 ul li.current-cat a,
            #header-navigation-sub nav.cat-1 ul li a:hover {
                color: #ef3434;
            }

.linkbox.cat-1 a:hover .overlay {
    background: rgba(191, 42, 42, 0.8);
}

a.theme.cat-1,
article.cat-1 a.theme,
article.cat-1 a.theme i.fa,
div.head-image.cat-1 a.theme,
article a.theme.cat-1,
#page-content .section-1 header span.borderline,
.article-post.cat-1 .review .score-overall,
.article-post.cat-1 .review .progress-bar {
    background: #ef3434;
}

article.cat-1 .related-box a:hover,
article.cat-1 a.category,
article.cat-1 .post-pagination a:hover,
article.cat-1 .post-navigation a:hover,
.article-post.cat-1 .review ul.good li i.fa {
    color: #ef3434;
}

.section-1 header h2 a {
    color: #ef3434;
}

#archive-page.module-timeline .cat-1 a {
    color: #ef3434;
}

#archive-page.module-timeline article i.bullet-1 {
    background: #ef3434;
}

a.show-more.cat-1 {
    background: #ef3434;
}

.post-pagination.cat-1 a:hover, .post-pagination.cat-1 .current {
    background: #ef3434;
    border-color: #ef3434;
}

.sidebar .module-timeline article i.bullet-1,
#sidebar-mid .module-timeline article i.bullet-1 {
    background: #ef3434;
}

.sidebar span.cat-1 a,
#sidebar-mid span.cat-1 a {
    color: #ef3434;
}

#foot-menu ul li.menu-category-1 a {
    border-color: #ef3434;
}

    #foot-menu ul li.menu-category-1 a:hover,
    #foot-menu ul li.menu-category-1.current a {
        color: #bf2a2a;
    }

#header-navigation ul li.menu-category-20 a,
#header-navigation ul li.menu-category-20 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-20 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-20 a,
.sidr ul li.menu-category-20 a {
    border-color: #DAA520;
}

    #header-navigation ul li.menu-category-20 .subnav-menu,
    #header-navigation ul li.menu-category-20:hover .subnav-menu a,
    #header-navigation ul li.menu-category-20 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-20 a:hover {
        background: #DAA520;
    }

        #header-navigation ul li.menu-category-20 a:hover,
        #header-navigation ul li.menu-category-20:hover a,
        #header-navigation ul li.menu-category-20 ul,
        #header-navigation ul li.menu-category-20.current-menu-item a,
        #header-navigation ul li.menu-category-20.current-menu-parent a,
        #header-navigation ul li.menu-category-20.current-post-ancestor a,
        #header-navigation ul li.menu-category-20 .subnav-container,
        #header-navigation ul li.menu-category-20 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-20 .subnav-menu .current a,
        #header-navigation-sub nav.cat-20,
        .sidr ul li.menu-category-20 a:hover {
            color: #fff;
            background: #aaa245;
        }

            #header-navigation-sub nav.cat-20 ul li.current-cat a,
            #header-navigation-sub nav.cat-20 ul li a:hover {
                color: #DAA520;
            }

.linkbox.cat-20 a:hover .overlay {
    background: rgba(170, 162, 69, 0.8);
}

a.theme.cat-20,
article.cat-20 a.theme,
article.cat-20 a.theme i.fa,
div.head-image.cat-20 a.theme,
article a.theme.cat-20,
#page-content .section-20 header span.borderline,
.article-post.cat-20 .review .score-overall,
.article-post.cat-20 .review .progress-bar {
    background: #DAA520;
}

article.cat-20 .related-box a:hover,
article.cat-20 a.category,
article.cat-20 .post-pagination a:hover,
article.cat-20 .post-navigation a:hover,
.article-post.cat-20 .review ul.good li i.fa {
    color: #DAA520;
}

.section-20 header h2 a {
    color: #DAA520;
}

#archive-page.module-timeline .cat-20 a {
    color: #DAA520;
}

#archive-page.module-timeline article i.bullet-20 {
    background: #DAA520;
}

a.show-more.cat-20 {
    background: #DAA520;
}

.post-pagination.cat-20 a:hover, .post-pagination.cat-20 .current {
    background: #DAA520;
    border-color: #DAA520;
}

.sidebar .module-timeline article i.bullet-20,
#sidebar-mid .module-timeline article i.bullet-20 {
    background: #DAA520;
}

.sidebar span.cat-20 a,
#sidebar-mid span.cat-20 a {
    color: #DAA520;
}

#foot-menu ul li.menu-category-20 a {
    border-color: #DAA520;
}

    #foot-menu ul li.menu-category-20 a:hover,
    #foot-menu ul li.menu-category-20.current a {
        color: #aaa245;
    }

#header-navigation ul li.menu-category-29 a,
#header-navigation ul li.menu-category-29 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-29 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-29 a,
.sidr ul li.menu-category-29 a {
    border-color: #6f9ed3;
}

    #header-navigation ul li.menu-category-29 .subnav-menu,
    #header-navigation ul li.menu-category-29:hover .subnav-menu a,
    #header-navigation ul li.menu-category-29 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-29 a:hover {
        background: #6f9ed3;
    }

        #header-navigation ul li.menu-category-29 a:hover,
        #header-navigation ul li.menu-category-29:hover a,
        #header-navigation ul li.menu-category-29 ul,
        #header-navigation ul li.menu-category-29.current-menu-item a,
        #header-navigation ul li.menu-category-29.current-menu-parent a,
        #header-navigation ul li.menu-category-29.current-post-ancestor a,
        #header-navigation ul li.menu-category-29 .subnav-container,
        #header-navigation ul li.menu-category-29 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-29 .subnav-menu .current a,
        #header-navigation-sub nav.cat-29,
        .sidr ul li.menu-category-29 a:hover {
            color: #fff;
            background: #597ea9;
        }

            #header-navigation-sub nav.cat-29 ul li.current-cat a,
            #header-navigation-sub nav.cat-29 ul li a:hover {
                color: #6f9ed3;
            }

.linkbox.cat-29 a:hover .overlay {
    background: rgba(89, 126, 169, 0.8);
}

a.theme.cat-29,
article.cat-29 a.theme,
article.cat-29 a.theme i.fa,
div.head-image.cat-29 a.theme,
article a.theme.cat-29,
#page-content .section-29 header span.borderline,
.article-post.cat-29 .review .score-overall,
.article-post.cat-29 .review .progress-bar {
    background: #6f9ed3;
}

article.cat-29 .related-box a:hover,
article.cat-29 a.category,
article.cat-29 .post-pagination a:hover,
article.cat-29 .post-navigation a:hover,
.article-post.cat-29 .review ul.good li i.fa {
    color: #6f9ed3;
}

.section-29 header h2 a {
    color: #6f9ed3;
}

#archive-page.module-timeline .cat-29 a {
    color: #6f9ed3;
}

#archive-page.module-timeline article i.bullet-29 {
    background: #6f9ed3;
}

a.show-more.cat-29 {
    background: #6f9ed3;
}

.post-pagination.cat-29 a:hover, .post-pagination.cat-29 .current {
    background: #6f9ed3;
    border-color: #6f9ed3;
}

.sidebar .module-timeline article i.bullet-29,
#sidebar-mid .module-timeline article i.bullet-29 {
    background: #6f9ed3;
}

.sidebar span.cat-29 a,
#sidebar-mid span.cat-29 a {
    color: #6f9ed3;
}

#foot-menu ul li.menu-category-29 a {
    border-color: #6f9ed3;
}

    #foot-menu ul li.menu-category-29 a:hover,
    #foot-menu ul li.menu-category-29.current a {
        color: #597ea9;
    }

#header-navigation ul li.menu-category-4 a,
#header-navigation ul li.menu-category-4 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-4 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-4 a,
.sidr ul li.menu-category-4 a {
    border-color: #cc62c8;
}

    #header-navigation ul li.menu-category-4 .subnav-menu,
    #header-navigation ul li.menu-category-4:hover .subnav-menu a,
    #header-navigation ul li.menu-category-4 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-4 a:hover {
        background: #C5086A;
    }

        #header-navigation ul li.menu-category-4 a:hover,
        #header-navigation ul li.menu-category-4:hover a,
        #header-navigation ul li.menu-category-4 ul,
        #header-navigation ul li.menu-category-4.current-menu-item a,
        #header-navigation ul li.menu-category-4.current-menu-parent a,
        #header-navigation ul li.menu-category-4.current-post-ancestor a,
        #header-navigation ul li.menu-category-4 .subnav-container,
        #header-navigation ul li.menu-category-4 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-4 .subnav-menu .current a,
        #header-navigation-sub nav.cat-4,
        .sidr ul li.menu-category-4 a:hover {
            color: #fff;
            background: #C5086A;
        }

            #header-navigation-sub nav.cat-4 ul li.current-cat a,
            #header-navigation-sub nav.cat-4 ul li a:hover {
                color: #cc62c8;
            }

.linkbox.cat-4 a:hover .overlay {
    background: rgba(163, 78, 160, 0.8);
}

a.theme.cat-4,
article.cat-4 a.theme,
article.cat-4 a.theme i.fa,
div.head-image.cat-4 a.theme,
article a.theme.cat-4,
#page-content .section-4 header span.borderline,
.article-post.cat-4 .review .score-overall,
.article-post.cat-4 .review .progress-bar {
    background: #cc62c8;
}

article.cat-4 .related-box a:hover,
article.cat-4 a.category,
article.cat-4 .post-pagination a:hover,
article.cat-4 .post-navigation a:hover,
.article-post.cat-4 .review ul.good li i.fa {
    color: #cc62c8;
}

.section-4 header h2 a {
    color: #cc62c8;
}

#archive-page.module-timeline .cat-4 a {
    color: #cc62c8;
}

#archive-page.module-timeline article i.bullet-4 {
    background: #cc62c8;
}

a.show-more.cat-4 {
    background: #cc62c8;
}

.post-pagination.cat-4 a:hover, .post-pagination.cat-4 .current {
    background: #cc62c8;
    border-color: #cc62c8;
}

.sidebar .module-timeline article i.bullet-4,
#sidebar-mid .module-timeline article i.bullet-4 {
    background: #cc62c8;
}

.sidebar span.cat-4 a,
#sidebar-mid span.cat-4 a {
    color: #cc62c8;
}

#foot-menu ul li.menu-category-4 a {
    border-color: #cc62c8;
}

    #foot-menu ul li.menu-category-4 a:hover,
    #foot-menu ul li.menu-category-4.current a {
        color: #C5086A;
    }

#header-navigation ul li.menu-category-2 a,
#header-navigation ul li.menu-category-2 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-2 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-2 a,
.sidr ul li.menu-category-2 a {
    border-color: #51a3ff;
}

    #header-navigation ul li.menu-category-2 .subnav-menu,
    #header-navigation ul li.menu-category-2:hover .subnav-menu a,
    #header-navigation ul li.menu-category-2 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-2 a:hover {
        background: #51a3ff;
    }

        #header-navigation ul li.menu-category-2 a:hover,
        #header-navigation ul li.menu-category-2:hover a,
        #header-navigation ul li.menu-category-2 ul,
        #header-navigation ul li.menu-category-2.current-menu-item a,
        #header-navigation ul li.menu-category-2.current-menu-parent a,
        #header-navigation ul li.menu-category-2.current-post-ancestor a,
        #header-navigation ul li.menu-category-2 .subnav-container,
        #header-navigation ul li.menu-category-2 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-2 .subnav-menu .current a,
        #header-navigation-sub nav.cat-2,
        .sidr ul li.menu-category-2 a:hover {
            color: #fff;
            background: #4182cc;
        }

            #header-navigation-sub nav.cat-2 ul li.current-cat a,
            #header-navigation-sub nav.cat-2 ul li a:hover {
                color: #51a3ff;
            }

.linkbox.cat-2 a:hover .overlay {
    background: rgba(65, 130, 204, 0.8);
}

a.theme.cat-2,
article.cat-2 a.theme,
article.cat-2 a.theme i.fa,
div.head-image.cat-2 a.theme,
article a.theme.cat-2,
#page-content .section-2 header span.borderline,
.article-post.cat-2 .review .score-overall,
.article-post.cat-2 .review .progress-bar {
    background: #51a3ff;
}

article.cat-2 .related-box a:hover,
article.cat-2 a.category,
article.cat-2 .post-pagination a:hover,
article.cat-2 .post-navigation a:hover,
.article-post.cat-2 .review ul.good li i.fa {
    color: #51a3ff;
}

.section-2 header h2 a {
    color: #51a3ff;
}

#archive-page.module-timeline .cat-2 a {
    color: #51a3ff;
}

#archive-page.module-timeline article i.bullet-2 {
    background: #51a3ff;
}

a.show-more.cat-2 {
    background: #51a3ff;
}

.post-pagination.cat-2 a:hover, .post-pagination.cat-2 .current {
    background: #51a3ff;
    border-color: #51a3ff;
}

.sidebar .module-timeline article i.bullet-2,
#sidebar-mid .module-timeline article i.bullet-2 {
    background: #51a3ff;
}

.sidebar span.cat-2 a,
#sidebar-mid span.cat-2 a {
    color: #51a3ff;
}

#foot-menu ul li.menu-category-2 a {
    border-color: #51a3ff;
}

    #foot-menu ul li.menu-category-2 a:hover,
    #foot-menu ul li.menu-category-2.current a {
        color: #4182cc;
    }

#header-navigation ul li.menu-category-5 a,
#header-navigation ul li.menu-category-5 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-5 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-5 a,
.sidr ul li.menu-category-5 a {
    border-color: #6f9ed3;
}

    #header-navigation ul li.menu-category-5 .subnav-menu,
    #header-navigation ul li.menu-category-5:hover .subnav-menu a,
    #header-navigation ul li.menu-category-5 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-5 a:hover {
        background: #51a3ff;
    }

        #header-navigation ul li.menu-category-5 a:hover,
        #header-navigation ul li.menu-category-5:hover a,
        #header-navigation ul li.menu-category-5 ul,
        #header-navigation ul li.menu-category-5.current-menu-item a,
        #header-navigation ul li.menu-category-5.current-menu-parent a,
        #header-navigation ul li.menu-category-5.current-post-ancestor a,
        #header-navigation ul li.menu-category-5 .subnav-container,
        #header-navigation ul li.menu-category-5 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-5 .subnav-menu .current a,
        #header-navigation-sub nav.cat-5,
        .sidr ul li.menu-category-5 a:hover {
            color: #fff;
            background: #51a3ff;
        }

            #header-navigation-sub nav.cat-5 ul li.current-cat a,
            #header-navigation-sub nav.cat-5 ul li a:hover {
                color: #6f9ed3;
            }

.linkbox.cat-5 a:hover .overlay {
    background: rgba(89, 126, 169, 0.8);
}

a.theme.cat-5,
article.cat-5 a.theme,
article.cat-5 a.theme i.fa,
div.head-image.cat-5 a.theme,
article a.theme.cat-5,
#page-content .section-5 header span.borderline,
.article-post.cat-5 .review .score-overall,
.article-post.cat-5 .review .progress-bar {
    background: #6f9ed3;
}

article.cat-5 .related-box a:hover,
article.cat-5 a.category,
article.cat-5 .post-pagination a:hover,
article.cat-5 .post-navigation a:hover,
.article-post.cat-5 .review ul.good li i.fa {
    color: #6f9ed3;
}

.section-5 header h2 a {
    color: #6f9ed3;
}

#archive-page.module-timeline .cat-5 a {
    color: #6f9ed3;
}

#archive-page.module-timeline article i.bullet-5 {
    background: #6f9ed3;
}

a.show-more.cat-5 {
    background: #6f9ed3;
}

.post-pagination.cat-5 a:hover, .post-pagination.cat-5 .current {
    background: #6f9ed3;
    border-color: #6f9ed3;
}

.sidebar .module-timeline article i.bullet-5,
#sidebar-mid .module-timeline article i.bullet-5 {
    background: #6f9ed3;
}

.sidebar span.cat-5 a,
#sidebar-mid span.cat-5 a {
    color: #6f9ed3;
}

#foot-menu ul li.menu-category-5 a {
    border-color: #6f9ed3;
}

    #foot-menu ul li.menu-category-5 a:hover,
    #foot-menu ul li.menu-category-5.current a {
        color: #597ea9;
    }

#header-navigation ul li.menu-category-30 a,
#header-navigation ul li.menu-category-30 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-30 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-30 a,
.sidr ul li.menu-category-30 a {
    border-color: #6f9ed3;
}

    #header-navigation ul li.menu-category-30 .subnav-menu,
    #header-navigation ul li.menu-category-30:hover .subnav-menu a,
    #header-navigation ul li.menu-category-30 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-30 a:hover {
        background: #6f9ed3;
    }

        #header-navigation ul li.menu-category-30 a:hover,
        #header-navigation ul li.menu-category-30:hover a,
        #header-navigation ul li.menu-category-30 ul,
        #header-navigation ul li.menu-category-30.current-menu-item a,
        #header-navigation ul li.menu-category-30.current-menu-parent a,
        #header-navigation ul li.menu-category-30.current-post-ancestor a,
        #header-navigation ul li.menu-category-30 .subnav-container,
        #header-navigation ul li.menu-category-30 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-30 .subnav-menu .current a,
        #header-navigation-sub nav.cat-30,
        .sidr ul li.menu-category-30 a:hover {
            color: #fff;
            background: #597ea9;
        }

            #header-navigation-sub nav.cat-30 ul li.current-cat a,
            #header-navigation-sub nav.cat-30 ul li a:hover {
                color: #6f9ed3;
            }

.linkbox.cat-30 a:hover .overlay {
    background: rgba(89, 126, 169, 0.8);
}

a.theme.cat-30,
article.cat-30 a.theme,
article.cat-30 a.theme i.fa,
div.head-image.cat-30 a.theme,
article a.theme.cat-30,
#page-content .section-30 header span.borderline,
.article-post.cat-30 .review .score-overall,
.article-post.cat-30 .review .progress-bar {
    background: #6f9ed3;
}

article.cat-30 .related-box a:hover,
article.cat-30 a.category,
article.cat-30 .post-pagination a:hover,
article.cat-30 .post-navigation a:hover,
.article-post.cat-30 .review ul.good li i.fa {
    color: #6f9ed3;
}

.section-30 header h2 a {
    color: #6f9ed3;
}

#archive-page.module-timeline .cat-30 a {
    color: #6f9ed3;
}

#archive-page.module-timeline article i.bullet-30 {
    background: #6f9ed3;
}

a.show-more.cat-30 {
    background: #6f9ed3;
}

.post-pagination.cat-30 a:hover, .post-pagination.cat-30 .current {
    background: #6f9ed3;
    border-color: #6f9ed3;
}

.sidebar .module-timeline article i.bullet-30,
#sidebar-mid .module-timeline article i.bullet-30 {
    background: #6f9ed3;
}

.sidebar span.cat-30 a,
#sidebar-mid span.cat-30 a {
    color: #6f9ed3;
}

#foot-menu ul li.menu-category-30 a {
    border-color: #6f9ed3;
}

    #foot-menu ul li.menu-category-30 a:hover,
    #foot-menu ul li.menu-category-30.current a {
        color: #597ea9;
    }

#header-navigation ul li.menu-category-24 a,
#header-navigation ul li.menu-category-24 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-24 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-24 a,
.sidr ul li.menu-category-24 a {
    border-color: #cc62c8;
}

    #header-navigation ul li.menu-category-24 .subnav-menu,
    #header-navigation ul li.menu-category-24:hover .subnav-menu a,
    #header-navigation ul li.menu-category-24 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-24 a:hover {
        background: #cc62c8;
    }

        #header-navigation ul li.menu-category-24 a:hover,
        #header-navigation ul li.menu-category-24:hover a,
        #header-navigation ul li.menu-category-24 ul,
        #header-navigation ul li.menu-category-24.current-menu-item a,
        #header-navigation ul li.menu-category-24.current-menu-parent a,
        #header-navigation ul li.menu-category-24.current-post-ancestor a,
        #header-navigation ul li.menu-category-24 .subnav-container,
        #header-navigation ul li.menu-category-24 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-24 .subnav-menu .current a,
        #header-navigation-sub nav.cat-24,
        .sidr ul li.menu-category-24 a:hover {
            color: #fff;
            background: #C5086A;
        }

            #header-navigation-sub nav.cat-24 ul li.current-cat a,
            #header-navigation-sub nav.cat-24 ul li a:hover {
                color: #cc62c8;
            }

.linkbox.cat-24 a:hover .overlay {
    background: rgba(163, 78, 160, 0.8);
}

a.theme.cat-24,
article.cat-24 a.theme,
article.cat-24 a.theme i.fa,
div.head-image.cat-24 a.theme,
article a.theme.cat-24,
#page-content .section-24 header span.borderline,
.article-post.cat-24 .review .score-overall,
.article-post.cat-24 .review .progress-bar {
    background: #cc62c8;
}

article.cat-24 .related-box a:hover,
article.cat-24 a.category,
article.cat-24 .post-pagination a:hover,
article.cat-24 .post-navigation a:hover,
.article-post.cat-24 .review ul.good li i.fa {
    color: #cc62c8;
}

.section-24 header h2 a {
    color: #cc62c8;
}

#archive-page.module-timeline .cat-24 a {
    color: #cc62c8;
}

#archive-page.module-timeline article i.bullet-24 {
    background: #cc62c8;
}

a.show-more.cat-24 {
    background: #cc62c8;
}

.post-pagination.cat-24 a:hover, .post-pagination.cat-24 .current {
    background: #cc62c8;
    border-color: #cc62c8;
}

.sidebar .module-timeline article i.bullet-24,
#sidebar-mid .module-timeline article i.bullet-24 {
    background: #cc62c8;
}

.sidebar span.cat-24 a,
#sidebar-mid span.cat-24 a {
    color: #cc62c8;
}

#foot-menu ul li.menu-category-24 a {
    border-color: #cc62c8;
}

    #foot-menu ul li.menu-category-24 a:hover,
    #foot-menu ul li.menu-category-24.current a {
        color: #C5086A;
    }

#header-navigation ul li.menu-category-8 a,
#header-navigation ul li.menu-category-8 .dropnav-container ul.dropnav-menu,
#header-navigation ul li.menu-category-8 .dropnav-container ul.dropnav-menu li,
#mobile-menu ul li.menu-category-8 a,
.sidr ul li.menu-category-8 a {
    border-color: #ef3434;
}

    #header-navigation ul li.menu-category-8 .subnav-menu,
    #header-navigation ul li.menu-category-8:hover .subnav-menu a,
    #header-navigation ul li.menu-category-8 .dropnav-container ul li a:hover,
    #mobile-menu ul li.menu-category-8 a:hover {
        background: #ef3434;
    }

        #header-navigation ul li.menu-category-8 a:hover,
        #header-navigation ul li.menu-category-8:hover a,
        #header-navigation ul li.menu-category-8 ul,
        #header-navigation ul li.menu-category-8.current-menu-item a,
        #header-navigation ul li.menu-category-8.current-menu-parent a,
        #header-navigation ul li.menu-category-8.current-post-ancestor a,
        #header-navigation ul li.menu-category-8 .subnav-container,
        #header-navigation ul li.menu-category-8 .subnav-menu a:hover,
        #header-navigation ul li.menu-category-8 .subnav-menu .current a,
        #header-navigation-sub nav.cat-8,
        .sidr ul li.menu-category-8 a:hover {
            color: #fff;
            background: #bf2a2a;
        }

            #header-navigation-sub nav.cat-8 ul li.current-cat a,
            #header-navigation-sub nav.cat-8 ul li a:hover {
                color: #ef3434;
            }

.linkbox.cat-8 a:hover .overlay {
    background: rgba(191, 42, 42, 0.8);
}

a.theme.cat-8,
article.cat-8 a.theme,
article.cat-8 a.theme i.fa,
div.head-image.cat-8 a.theme,
article a.theme.cat-8,
#page-content .section-8 header span.borderline,
.article-post.cat-8 .review .score-overall,
.article-post.cat-8 .review .progress-bar {
    background: #ef3434;
}

article.cat-8 .related-box a:hover,
article.cat-8 a.category,
article.cat-8 .post-pagination a:hover,
article.cat-8 .post-navigation a:hover,
.article-post.cat-8 .review ul.good li i.fa {
    color: #ef3434;
}

.section-8 header h2 a {
    color: #ef3434;
}

#archive-page.module-timeline .cat-8 a {
    color: #ef3434;
}

#archive-page.module-timeline article i.bullet-8 {
    background: #ef3434;
}

a.show-more.cat-8 {
    background: #ef3434;
}

.post-pagination.cat-8 a:hover, .post-pagination.cat-8 .current {
    background: #ef3434;
    border-color: #ef3434;
}

.sidebar .module-timeline article i.bullet-8,
#sidebar-mid .module-timeline article i.bullet-8 {
    background: #ef3434;
}

.sidebar span.cat-8 a,
#sidebar-mid span.cat-8 a {
    color: #ef3434;
}

#foot-menu ul li.menu-category-8 a {
    border-color: #ef3434;
}

    #foot-menu ul li.menu-category-8 a:hover,
    #foot-menu ul li.menu-category-8.current a {
        color: #bf2a2a;
    }

#header-navigation #menu span.sticky-logo {
    background: url(/images/aalogomin.png) no-repeat 0 50%;
    width: 55px;
}

.affix #header-navigation #menu ul.nav {
    padding-left: 60px;
}

    .affix #header-navigation #menu ul.nav li:first-child {
        display: none;
    }

    .affix #header-navigation #menu ul.nav ul.dropnav-menu li:first-child,
    .affix #header-navigation #menu ul.nav ul.subnav-menu li:first-child {
        display: block;
    }

#page-content header h2 {
    border-color: #f5f5f5;
}

#page-content header span.borderline {
    background: #222;
}

.sidebar header h2 {
    border-color: #4e4e4e;
}

.sidebar header span.borderline {
    background: #fff;
}

.subnav-posts article.linkbox {
    background: none;
}

#page-content section.woocommerce.woo-lay-2 span.price,
#page-content section.woocommerce.woo-lay-3 span.price,
#page-content .woocommerce.news-lay-4 span.price {
    color: #85ad74;
}

#breaking-news a.theme-title {
    background: transparent;
    font-size: 20px;
    font-weight: normal;
}

#breaking-news a.theme-splitter {
    display: inline-block;
    float: left;
    height: 40px;
    background: #fff;
    width: 2px;
    margin-right: 3px;
    margin-top: -10px;
}

#top-navigation {
    background: transparent;
}

    #top-navigation ul li a,
    #top-navigation ul li li a {
        color: #555;
    }

        #top-navigation ul li.date span,
        #top-navigation ul li a:hover,
        #top-navigation ul li.options a:hover {
            color: #fff;
        }

    #top-navigation ul ul {
        background: #e3e3e3;
    }

#header-branding {
    background: #fff;
    border-top: 5px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

    #header-branding #search-form {
        border: 1px solid #E0E0E0;
        text-align: left;
        -webkit-box-shadow: inset 0 3px 0 0 #F7F7F7;
        box-shadow: inset 0 3px 0 0 #F7F7F7;
    }

        #header-branding #search-form input {
            line-height: 42px;
            height: 42px;
        }

        #header-branding #search-form button {
            line-height: 42px;
            height: 42px;
        }

    #header-branding #search-form {
        margin-top: 25px;
    }

#header-navigation {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

    #header-navigation ul {
        border: none;
    }

        #header-navigation ul li {
            border: none;
        }

            #header-navigation ul li a,
            #header-navigation ul ul li a {
                color: #04334d;
                border-color: #e3e3e3;
            }

                #header-navigation ul li.current a,
                #header-navigation ul li.current-menu-item a,
                #header-navigation ul li a:hover,
                #header-navigation ul li:hover a,
                #header-navigation ul li a:focus {
                    color: #fff;
                }

#sidebar {
    border-left: 1px solid #e3e3e3;
    color: #5c5c5c;
    background: #fff;
}

.sidebar {
    color: #5c5c5c;
    background: #fff;
}

.left-sidebar .sidebar {
    border-left: none;
    border-right: 1px solid #e3e3e3;
}

.sidebar aside.widget a {
    color: #999;
}

#page-content .sidebar aside a:hover {
    color: #222;
}

#page-content .sidebar header h2 {
    color: #444;
    border-color: #f5f5f5;
}

#page-content .sidebar header span.borderline {
    background: #222;
}

.sidebar aside.widget h3 a {
    color: #444;
}

.sidebar aside.widget .category a {
    color: #999;
}

.sidebar aside.widget h3 a:hover {
    color: #222;
    text-decoration: underline;
}

.sidebar aside.widget .category a:hover {
    color: #444;
}

.module-timeline article .cnt {
    border-color: #ccc;
}

.module-timeline article i.bullet {
    border-color: #fff;
    background: #999;
}

.sidebar span.stars {
    background-position: 0% 100%;
}

.sidebar .module-news article {
    border-color: #eee;
}

#page-content .sidebar .module-quote header h2 {
    color: #fff;
    border-color: #8e6161;
}

#page-content .sidebar .module-quote header span.borderline {
    background: #fff;
}

#page-content .sidebar .module-singles header h2 {
    color: #fff;
    border-color: #5d8d90;
}

#page-content .sidebar .module-singles header span.borderline {
    background: #fff;
}

.sidebar .module-singles li a {
    color: #fff;
    font: 14px/14px 'Roboto', sans-serif;
}

    .sidebar .module-singles li a:hover {
        color: #9DC5C7 !important;
        font: 14px/14px 'Roboto', sans-serif;
    }

.sidebar .module-tags li a {
    border-color: #bbb;
    background: #e3e3e3;
    color: #969696;
}

    .sidebar .module-tags li a span {
        background: #bbb;
        color: #fff;
    }

.sidebar .module-photos .col-xs-4 {
    border-color: #fff;
}

#wp-calendar tbody td {
    background: #fff;
    border-color: #e7e7e7;
}

.sidebar .ad-separator {
    background: #ddd;
}

body.admin-bar .on #pbCloseBtn {
    top: 30px;
}

.jssora13l, .jssora13r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 50px;
    cursor: pointer;
    background: url(/assets/images/a13.png) no-repeat;
    overflow: hidden;
}

.jssora13l {
    background-position: -10px -35px;
}

.jssora13r {
    background-position: -70px -35px;
}

.jssora13l:hover {
    background-position: -130px -35px;
}

.jssora13r:hover {
    background-position: -190px -35px;
}

.jssora13l.jssora13ldn {
    background-position: -250px -35px;
}

.jssora13r.jssora13rdn {
    background-position: -310px -35px;
}

.photogalery {
    width: 100%;
    background-color: rgb(49, 49, 49);
    padding: 13px 0px 20px 0px;
}

.photoh2 {
    font: 400 22px/22px 'Roboto', sans-serif;
    color: white;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    min-height: 28px;
}

.photoborder {
    position: absolute;
    left: 15px;
    /* bottom: 0; */
    width: 152px;
    height: 4px;
    top: 31px;
    background: red;
}

.photocaption {
    position: absolute;
    left: 0px;
    width: 800px;
    height: 73px;
    bottom: -77px;
    color: white;
    text-align: center;
    display: none;
    font: 24px/24px 'Roboto', sans-serif;
}

.photodetailcaption {
    /*color: white;
    font: 14px/14px 'Roboto', sans-serif;
    text-align: center;
    margin: 13px 25px 0px 25px;*/
    color: white;
    font: 14px/14px 'Roboto', sans-serif;
    text-align: left;
    margin: 7px 25px 0px 25px;
    font-size: 13px;
    text-indent: 0px;
    letter-spacing: 0.4px;
    line-height: 18px;
}

.photodetailphotographer {
    color: #868686;
    font: 12px/14px 'Roboto', sans-serif;
    text-align: right;
    margin: 6px 40px 5px 25px;
}

.photogallerycaption {
    position: absolute;
    width: 1130px;
    bottom: -33px;
    color: white;
    font: 20px/20px 'Roboto', sans-serif;
    text-align: center;
    padding: 0px 10px 0px 10px;
}

    .photogallerycaption a {
        color: #fff;
    }

.photogalleryspot a {
    color: #fff;
}

.photocaptionicon {
    width: 60px;
    height: 60px;
    background: rgba(12,12,12,.3);
    color: white;
    position: absolute;
    bottom: 0;
}

.article-post-content p {
    color: #000 !important;
    text-align: left;
}

.soc-links a span {
    margin-right: 5px;
}

    .soc-links a span img {
        width: 17px;
        height: 11px;
    }

#wrapmain {
    display: inline-block;
    position: relative;
    padding: 0;
    position: relative;
    color: #555;
    margin-right: 20px;
}

.searhmain {
    height: 20px;
    display: inline-block;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 20px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    font: 100 12px/12px 'Roboto', sans-serif;
}

    .searhmain:focus:hover {
        border-bottom: 1px solid #BBB;
    }

    .searhmain:focus {
        width: 200px;
        z-index: 1;
        border-bottom: 1px solid #BBB;
        cursor: text;
    }

    .searhmain:hover {
        opacity: 0.8;
    }

.weather-days {
    text-align: center !important;
    font-size: 28px;
    line-height: 40px;
}

.weather-date {
    text-align: center;
    font-size: 10px;
    line-height: 26px;
}

.weather-type {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.weather-artical {
    margin-bottom: 0px;
}

.weather-location {
    clear: both;
    color: #EFEBEB;
    font-size: 18px;
    margin-left: -35px;
    border: 1px solid #F3F3F3;
    border-radius: 3px;
    float: left;
    padding: 1px 7px;
    box-shadow: 0 0 4px gray;
}

.wheather-icon {
    font-size: 41px;
    float: left;
    padding-right: 10px;
    line-height: 1.7;
    padding-left: 15px;
}

.wheather-degree {
    font-size: 34px;
    float: left;
    line-height: 68.36px !important;
}

.wheather-celcius {
    vertical-align: text-top;
    float: left;
    line-height: 51.7px !important;
}

.wheather-box {
    padding-top: 15px;
    padding-left: 15px;
}

.kutu {
    padding: 10px 0px 0px 10px;
    background-color: #1F222A !important;
    /*box-shadow: 4px 4px 12px #2D2D2D;*/
}

.photothumbartical {
    min-height: 270px !important;
    padding: 20px 20px 7px 20px;
    background-color: #ECECEC;
}

    .photothumbartical img {
        height: 200px;
        width: auto !important;
        margin: 0px auto;
    }

.videoimagesthumb {
    min-height: 205px !important;
    padding: 20px 20px 7px 20px;
    background-color: #ECECEC;
}

    .videoimagesthumb img {
        height: 135px;
        width: auto !important;
        margin: 0px auto;
    }

.news-lay-3 article h3 {
    font-size: 12px !important;
    text-align: center;
}

.photosocial {
    position: absolute;
    z-index: 2;
    background-color: rgb(147, 147, 147);
    width: 100%;
    bottom: 2px;
    left: 0px;
    height: 40px;
    opacity: 0.8;
    display: none;
}

.photofacebook {
    float: left;
    height: 40px;
    background-color: #003BB5;
    width: 40px;
    z-index: 3;
    color: white;
    font-size: 20px;
    padding: 8px 0px 0px 15px;
}

.phototwitter {
    float: left;
    height: 40px;
    background-color: #00aced;
    width: 40px;
    z-index: 3;
    color: white;
    font-size: 20px;
    padding: 8px 0px 0px 13px;
}

.photolinkedin {
    float: left;
    height: 40px;
    background-color: #0077b5;
    width: 40px;
    z-index: 3;
    color: white;
    font-size: 20px;
    padding: 8px 0px 0px 13px;
}

.photogoogle {
    float: left;
    height: 40px;
    background-color: #c02f25;
    width: 40px;
    z-index: 3;
    color: white;
    font-size: 20px;
    padding: 8px 0px 0px 13px;
}

.pgsocial {
    float: left;
    height: 28px;
    width: 30px;
    z-index: 3;
    color: white;
    font-size: 16px;
    margin-right: 2px;
}

.pgsocialphoto {
    float: right;
    height: 28px;
    width: 30px;
    z-index: 3;
    color: white;
    font-size: 16px;
    margin-right: 5px;
}

.photogalleryfacebook {
    background-color: #003BB5;
    padding: 5px 0px 0px 11px;
}

.photogallerytwitter {
    background-color: #00aced;
    padding: 5px 0px 0px 8px;
}

.photogallerylinkedin {
    background-color: #0077b5;
    padding: 4px 0px 0px 9px;
}

.photogallerygoogle {
    background-color: #c02f25;
    padding: 6px 0px 0px 9px;
}

.feedback {
    position: fixed;
    width: 171px;
    height: 42px;
    z-index: 999;
    bottom: 0px;
    right: 40px;
    background-color: #fa8144;
    font: 12px/12px 'Roboto', sans-serif;
}

.feedbackbottom {
    margin: 13px 15px 16px 17px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.newsfeed {
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999999;
}

    .newsfeed::-webkit-scrollbar {
        width: 10px;
    }

    .newsfeed::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .newsfeed::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
        background-color: #f9fdff;
    }

.kutu {
    /*border:1px solid black;*/
    width: 219px;
    height: 230px;
    background-color: #3D414C;
    color: white;
    margin-right: 5px;
}

    .kutu:hover .wi-0, .kutu:hover .wi-2, .kutu:hover .wi-19, .kutu:hover .wi-22, .kutu:hover .wi-27, .kutu:hover .wi-28, .kutu:hover .wi-3200 {
        color: darkgray;
        transition: color 0.5s ease;
    }

    .kutu:hover .wi-1, .kutu:hover .wi-3, .kutu:hover .wi-4, .kutu:hover .wi-5, .kutu:hover .wi-6, .kutu:hover .wi-7, .kutu:hover .wi-8, .kutu:hover .wi-9, .kutu:hover .wi-10, .kutu:hover .wi-11, .kutu:hover .wi-12, .kutu:hover .wi-17, .kutu:hover .wi-18, .kutu:hover .wi-26, .kutu:hover .wi-29, .kutu:hover .wi-30, .kutu:hover .wi-35, .kutu:hover .wi-37, .kutu:hover .wi-38, .kutu:hover .wi-39, .kutu:hover .wi-40, .kutu:hover .wi-44, .kutu:hover .wi-45, .kutu:hover .wi-47 {
        color: cornflowerblue;
        transition: color 0.5s ease;
    }

    .kutu:hover .wi-13, .kutu:hover .wi-14, .kutu:hover .wi-15, .kutu:hover .wi-16, .kutu:hover .wi-20, .kutu:hover .wi-21, .kutu:hover .wi-23, .kutu:hover .wi-24, .kutu:hover .wi-25, .kutu:hover .wi-41, .kutu:hover .wi-46 {
        color: #b8f8f3;
        transition: color 0.5s ease;
    }

    .kutu:hover .wi-31, .kutu:hover .wi-32, .kutu:hover .wi-33, .kutu:hover .wi-34, .kutu:hover .wi-36 {
        color: yellow;
        transition: color 0.5s ease;
    }

#popup2 {
    height: 100%;
}

.popupLeft {
    float: left;
    width: 80%;
    height: 100%;
    background-color: #1e1e1e;
}

.popupRight {
    float: right;
    width: 20%;
    height: 100%;
    background-color: #2f2f2f;
}

#sliderSection {
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
}

    #sliderSection > div {
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }

.sliderLeftArrow {
    float: left;
    font-size: 26px;
    padding: 2px 10px 0px 8px;
    color: #fff;
    background-color: #969696;
}

.sliderRightArrow {
    float: left;
    font-size: 26px;
    padding: 2px 8px 0px 10px;
    color: #fff;
    background-color: #969696;
    margin-left: 15px;
}

.sliderLeftPhotoArrow {
    width: 30px;
    height: 30px;
    background-color: #000;
    float: left;
    margin-top: 20px;
}

.sliderRightPhotoArrow {
    width: 30px;
    height: 30px;
    background-color: #000;
    float: right;
    margin-top: 20px;
}

.detailbaslik {
    padding: 15px;
    color: #fff;
}

.imagesExpand {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgb(56, 56, 56);
    position: absolute;
    font-size: 18px;
    z-index: 9999999;
    color: #E2E2E2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 9px 0px 0px 13px;
    opacity: 0.7;
    cursor: pointer;
}

.expandBorder {
    background-color: #F96317;
    color: #ffffff;
}

.imagesCount {
    float: left;
    color: #fff;
    height: 41px;
    top: 15px;
    left: 8px;
    position: relative;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

#cssmenu {
    font-size: 14px;
    width: 100%;
}

    #cssmenu ul a,
    #cssmenu ul a:link,
    #cssmenu ul a:visited {
        display: block;
        color: #BFBFBF;
        text-decoration: none;
        font-weight: bold;
    }

    #cssmenu > ul {
        float: none;
    }

    #cssmenu ul {
        background: #171717;
    }

    #cssmenu > ul > li {
        border-left: 3px solid #636363;
        border-bottom: 1px solid #313131;
        padding: 3px 0px 3px 1px;
    }

        #cssmenu > ul > li > a {
            padding: 8px 20px;
        }

        #cssmenu > ul > li:hover {
            background: #222222;
        }

.mobilcatmenu {
    float: left;
    background-color: #5A5A5A;
    padding: 6px;
    border: 1px solid #484848;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.mainslider {
    text-align: center;
    border: 5px solid #3E3E3E;
    background-color: #171717;
}

.sliderarrow {
    position: absolute;
    top: 50%;
    margin-top: -67px;
    outline: 0;
    width: 58px;
    height: 76px;
    text-indent: -9999px;
    margin-left: 15px;
    margin-right: 25px;
    z-index: 999;
    cursor: pointer;
}

.weathermain {
    left: 60px !important;
    width: 100% !important;
}

.SlideDiv {
    height: 527px !important;
}

@media (max-width:767px) {

    #top-navigation {
        display: none;
    }

    .photoh2 {
        font: 400 16px/22px 'Roboto', sans-serif;
        margin-left: 10px;
    }

    #galleyPhoto {
        max-height: 220px;
        max-width: 350px;
    }

    /*.jssora13l {
        top: 219px !important;
        left: 30px;
    }

    .jssora13r {
        top: 219px !important;
        right: 30px;
    }*/

    .bx-wrapper .bx-controls-direction a {
        transform: scale(0.8);
    }

    .caption3 {
        transform: scale(0.6);
        padding-left: 37px;
    }
      .caption4 {
        transform: scale(0.6);
    }
}

@media (max-width:991px) and (min-width:768px) {

    #top-navigation {
        display: none;
    }

    /*.jssora13l {
        top: 219px !important;
        left: 30px;
    }

    .jssora13r {
        top: 219px !important;
        right: 30px;
    }*/

    .photoh2 {
        font: 400 18px/22px 'Roboto', sans-serif;
    }

    .photoh3 {
        width: 173px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .photogalery > .container {
        width: 768px;
    }

    #galleyPhoto {
        max-width: 723px;
        max-height: 320px;
    }

    .homebxslider > li > a > img {
        width: 504px;
        height: 284px;
    }

    #choicebxslider > li > article > a > img {
        width: 730px;
        height: 410px;
    }
}

@media (max-width:1199px) and (min-width:992px) {

    /*#slider2_container {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 1170px;
        height: 600px;
        overflow: hidden;
    }*/

    /*.jssora13l {
        top: 252px !important;
        left: 30px;
    }

    .jssora13r {
        top: 252px !important;
        right: 30px;
    }*/

    #top-navigation ul li.soc-media a {
        padding: 0 5px;
    }

    #wrapmain {
        margin-right: 1px;
    }

    #top-navigation ul li a {
        padding: 0 10px;
    }

    .photoh3 {
        width: 253px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #galleyPhoto {
        max-width: 752px;
        max-height: 404px;
    }

    .homebxslider > li > a > img {
        width: 619px;
        height: 349px;
    }

    #choicebxslider > li > article > a > img {
        width: 447px;
        height: 252px;
    }
}

@media (min-width:1200px) {

    /*#slider2_container {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 1170px;
        height: 600px;
        overflow: hidden;
    }*/

    /*.jssora13l {
        top: 219px !important;
        left: 30px;
    }

    .jssora13r {
        top: 219px !important;
        right: 30px;
    }*/


    #galleyPhoto {
        max-width: 925px;
        max-height: 435px;
    }

    #page-slider {
        margin: 0px !important;
        max-height: 463px !important;
    }

    .homebxslider > li > a > img {
        width: 819px;
        height: 461px;
    }

    .EditorImages {
        max-width: 570px;
        max-height: 320px;
    }

    #choicebxslider > li > article > a > img {
        width: 570px;
        height: 320px;
    }
}
