/*************************************************
Theme Name: Shoppik
Theme URI: http://weblusive-themes.com/shoppik
Description: A fully responsive ultra-customizable Worpdress theme.
Author: PremiumLayers & Weblusive
Author URI: http://www.premiumlayers.com/
Version: 1.1
License: See on zip package
License URI: See on zip package
Tags: dark, light
*************************************************/


/* Global Styles ========================================================================= */
@font-face {
    font-family: 'oratorstd';
    src: url('css/fonts/oratorstd.eot');
    src: url('css/fonts/oratorstdd41d.eot?#iefix') format('embedded-opentype'),url('css/fonts/oratorstd.woff') format('woff'),url('css/fonts/oratorstd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Containers----------------------------------------------------------------------------------------------------*/
.main_wrapper {
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
}
/* Grid>>Children (Alpha ~ First,Omega ~ Last)----------------------------------------------------------------------------------------------------*/
.first {
    margin-left: 0;
}

.last {
    margin-right: 0;
}
/*-------------------------------------------------*/
/* 2 General/*-------------------------------------------------*/
/****************************************************************************CSS RESET****************************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    color: #0a263c;
}

h1 {
    font-size: 2.000em;
    font-weight: normal;
}

h2 {
    font-size: 1.500em;
    font-weight: normal;
}

h3 {
    font-size: 1.156em;
    font-weight: normal;
}

h4 {
    font-size: 1em;
    font-weight: normal;
}

h5 {
    font-size: 0.813em;
    font-weight: normal;
    text-align: center;
}

h6 {
    font-size: 0.688em;
    font-weight: normal;
}
/* Forms */
fieldset {
    border: 0;
}

legend {
    display: none;
}
/* Table */
table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-right: 0;
}

    table th, table td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border: 1px solid #ddd;
        border-left: 0;
        border-bottom: 0;
    }

    table th {
        font-weight: bold;
    }

    table thead th {
        vertical-align: bottom;
    }

    table caption + thead tr:first-child th, table caption + thead tr:first-child td,
    table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
        border-top: 0;
    }

    table tbody + tbody {
        border-top: 2px solid #ddd;
    }

    table table {
        background-color: #fff;
    }

/* Content */
p {
    margin: 0 0 10px;
    line-height: 1.6em;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after {
        content: '';
    }

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

small, big {
    font-size: 1em;
}

dl {
    width: 100%;
    overflow: hidden;
}

dt {
    float: left;
    width: 50%; /* adjust the width; make sure the total of both is 100% */
    background: #eee;
}

dd {
    float: left;
    width: 50%; /* adjust the width; make sure the total of both is 100% */
}

dl, dt, dd {
    line-height: 24px;
}
/* Lists */
ul, ol {
    margin-left: 0px;
    padding: auto;
}

li {
    line-height: 24px;
}
/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left, .left {
    float: left !important;
}

.f-right, .right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}
/* ======================================================================================= */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

body {
    background: #F0F8FA url('images/pattern.png') !important;
    color: #191A19;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.333;
    margin: 0;
    padding: 0;
}

.boxed {
    width: 1170px;
    margin: 0px auto;
    max-width: 100%;
}
/*-------------------------------------------------*/
/* 3 Header/*-------------------------------------------------*/
body, .tab-content, .accordion div, .toggle-container {
    font-size: 13px;
    line-height: 0px;
}

.navbar-fixed-top {
    position: relative;
    /*z-index:9999999;*/
}

.header-top form {
    position: relative;
}

    .header-top form input[type='text'] {
        font: 12px 'open sans',sans-serif;
        color: #a2a2a2;
        margin-top: 5px;
        box-shadow: none;
        outline: 0px;
        padding: 0px 38px 0px 10px;
        height: 37px;
        border: 1px solid #d8d9dc;
        border-radius: 0px;
    }

    .header-top form input[type='submit'] {
        background: url("images/search.png") no-repeat;
        border: none;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 50%;
        margin-top: -8.5px;
        right: 1px;
    }

.clear {
    clear: both;
}

#searchbox {
    float: left;
    display: block;
}

.logo {
    margin-top: 10px;
    color: #3F3E3E;
    font-family: oratorstd;
    font-size: 36px;
}

    .logo img {
        max-width: 100%;
        height: auto;
    }

    .logo:hover {
        text-decoration: none;
    }

.nav-wrap {
    position: relative;
}

.top-links {
    background: none repeat scroll 0 0 #E21111;
    display: inline-block;
    float: right;
    height: 1.750em;
    padding: 5px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

    .top-links ul {
        margin-left: 0;
    }

    .top-links li {
        display: inline-block;
        margin-right: 10px;
    }

        .top-links li a {
            color: #fff;
        }

/*-------------------------------------------------*/
/* 4 Main navigation /*-------------------------------------------------*/
.sf-contener {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    clear: both;
}

.sf-right {
    margin-right: 14px;
    float: right;
    width: 7px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #E21111 !important;
    color: #fff !important;
}

.dropdown-menu > li > a:hover {
    background: #E21111 !important;
    color: #fff !important;
}

@media (min-width:980px) {
    ul.nav > li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    .navbar .nav > li > a, .navbar .nav ul.dropdown-menu a {
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        font-family: 'oratorstd';
        border: 0 none;
        padding: 34px 9px;
        color: #000;
        display: block;
        font-size: 15px;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 300;
        position: relative;
        text-shadow: none;
    }

    .navbar .nav > li > .dropdown-menu:before {
        border: none;
    }

    .navbar .nav ul.dropdown-menu a {
        padding: 10px 14px;
        border-top: 1px dotted rgba(0,0,0,0.2);
    }

    .navbar .nav > li > a:hover {
        color: #E21111;
    }

    .navbar .nav > li {
        background: url(images/menu_sep.png) no-repeat left;
        padding-left: 4px;
    }

        .navbar .nav > li:first-child {
            background: none;
            padding-left: 0;
        }

    .dropdown-menu {
        margin: -4px 0 0 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    .navbar-fixed-top .navbar-inner {
        background: #fff;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        border: none;
    }
}

/**************************************************************************** *-*-*-* PRODUCT OFFERS *-*-*-*****************************************************************************/

.product {
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    height: 317px;
}

.detail span {
    font: 700 16px 'Open sans',sans-serif;
    color: #E21111;
    margin-bottom: 5px;
}

.detail h4 {
    margin-bottom: 5px;
}

.detail del span {
    color: #333;
}

.product-button-set {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .product-button-set a {
        width: 42px;
        height: 42px;
        display: inline-block;
        background-position: 0 0;
    }

        .product-button-set a.compare.button {
            background: url("images/icon.png") no-repeat !important;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            padding: 0;
            border: none;
            text-shadow: none;
        }

    .product-button-set img.ajax-loading {
        display: none !important;
    }

    .product-button-set .yith-wcwl-add-button a, .yith-wcwl-wishlistaddedbrowse.show a, .yith-wcwl-wishlistexistsbrowse.show a {
        background: url("images/icon2.png") no-repeat;
    }

    .product-button-set .yith-wcwl-wishlistexistsbrowse .feedback, .yith-wcwl-wishlistaddedbrowse.show .feedback {
        display: none;
    }

    .product-button-set a.addtocartbutton, .product-button-set a.add_to_cart_button, .product-button-set a.add_to_cart_button:hover {
        background: url("images/icon3.png") no-repeat;
        margin-right: 4px;
        -webkit-box-shadow: none !Important;
        box-shadow: none !Important;
        -moz-box-shadow: none !Important;
        padding: 0;
        border: none;
    }

    .product-button-set .yith-wcwl-add-to-wishlist, .yith-wcwl-wishlistaddedbrowse.show a, .yith-wcwl-wishlistexistsbrowse.show a {
        display: inline-block;
        width: 42px;
        height: 42px;
        margin: 0;
    }

.yith-wcwl-wishlistaddedbrowse.show a {
    text-indent: -9999px;
    margin-top: 10px;
}

.product-button-set div.clear {
    display: none;
}

.product-button-set a:hover, .product-button-set a.compare.button:hover, .yith-wcwl-wishlistaddedbrowse.show a, .yith-wcwl-wishlistexistsbrowse.show a {
    background-position: 0px -42px !important;
}

.woocommerce .product h3:hover {
    text-decoration: none !important;
}

.product-singlepage-item {
    background: #fff;
    padding: 16px;
}

.woocommerce-page .quantity {
    width: 55px !important;
    height: 30px !important;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
    background: #E21111 !important;
}

.woocommerce-tabs h2, .related h2 {
    padding-bottom: 11px;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
    background: #E21111 !important;
    text-shadow: none !Important;
    padding: 8px 10px !Important;
    border: none !important;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin: 0 0 1em;
    margin-right: 8px;
    float: right;
}

.product:hover {
    box-shadow: 1px 1px 20px #e1dfdf;
}

.product.hentry:hover {
    box-shadow: none;
}

.product:hover .detail {
    background: #ffffff;
}

.product:hover figure {
    opacity: 0.8;
}

.pagination {
    border-top: 1px solid #dfdfdf;
    margin: 0px;
    padding: 10px 0 0 0px;
    list-style: none;
}

    .pagination p {
        margin-top: 22px;
        font: 13px 'Open sans',sans-serif;
        color: #848484;
        display: inline-block;
    }

    .pagination ul {
        margin-top: 12px;
        float: right;
        border-radius: 0px !important;
        box-shadow: none !important;
        background: none !important;
    }

    .pagination li {
        margin-left: 5px !important;
        border: 1px solid #dfdfdf;
        float: left;
    }

        .pagination li.current a {
            color: #fff;
        }

        .pagination li a {
            font: 13px 'Open sans',sans-serif;
            color: #848484;
            float: none;
            padding: 6px 13px !important;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -ms-transition: 0.5s;
            transition: 0.5s;
        }

            .pagination li a:hover {
                background: #f5f5f5;
                color: #fff;
                text-decoration: none;
            }
/**************************************************************************** *-*-*-* CLIENTS*-*-*-*****************************************************************************/
.clients {
    position: relative;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    height: 92px;
}

    .clients ul li {
        display: inline-block;
        padding: 32px 24px;
    }

        .clients ul li a {
        }

        .clients ul li img {
            vertical-align: middle;
        }

    .clients .caroufredsel_wrapper {
        height: 92px !important;
        position: static !important;
    }

.categories {
    margin-bottom: 30px;
}

/**************************************************************************** *-*-*-* BUTTONS *-*-*-*****************************************************************************/
.button {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    /*background:#ffffff;*/
    border-radius: 10px;
    font: 700 16px 'open sans',sans-serif;
    padding: 10px 21px;
    text-transform: uppercase;
    color: #E21111;
}

    .button:hover {
        background: #f0f0f0;
    }

.red-button {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    font: 14px 'Open sans',sans-serif;
    color: #ffffff;
    padding: 20px 15px 20px 38px;
    margin: 18px;
    display: inline-block;
    background: #E21111 url("images/shopping-cart.png") 15px center no-repeat;
}

    .red-button:hover {
        background: #E21111 url("images/shopping-cart.png") 15px center no-repeat;
    }

    .red-button.black {
        background: #E21111 url("images/update.png") 15px center no-repeat;
    }

        .red-button.black:hover {
            background: #E21111 url("images/update.png") 15px center no-repeat;
        }

.big-button {
    font: 11px 'Open sans',sans-serif;
    padding: 14px 14px 15px 30px;
    margin-right: 6px;
    border: 1px solid #dfdfdf;
    background: #f2f2f2;
    display: inline-block;
}

    .big-button:hover {
        background: #fcfcfc;
    }
/**************************************************************************** *-*-*-*BAR *-*-*-*****************************************************************************/
.title-bar {
    height: 109px;
    line-height: 109px;
    background: url("images/banner.png") no-repeat !important;
    margin-bottom: 18px;
    margin-top: 18px;
    border: 1px solid #d4d4d4;
}

.sorting-bar {
    margin-bottom: 18px;
    border: 1px solid #d4d4d4;
    background: #f5f5f5;
    height: 48px;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 15px;
}

    .sorting-bar div {
        float: left;
        margin-left: 18px;
    }

    .sorting-bar .selectBox-dropdown {
        width: 100px !important;
        margin-top: 8px !important;
    }

    .sorting-bar .sorting-postion {
        margin-left: 8px;
    }

    .sorting-bar label {
        font: 13px 'Open sans',sans-serif;
        color: #848484;
        text-transform: uppercase;
        margin-top: 16px;
        vertical-align: middle;
        float: left;
        margin-right: 17px;
    }

    .sorting-bar select {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .sorting-bar .show .selectBox-dropdown {
        width: 130px !important;
        margin-top: 8px !important;
    }

    .sorting-bar .sorting-btn {
        float: right;
        margin-right: 6px;
        width: 150px;
    }

    .sorting-bar .sorting-btn {
        margin: 0px !important;
        float: right;
    }

        .sorting-bar .sorting-btn a {
            width: 28px;
            height: 28px;
            display: inline-block;
            margin-top: 9px;
            float: left;
            border: 1px solid #d6d6d6;
            margin-left: -1px;
        }

            .sorting-bar .sorting-btn a.one {
                background: url("images/sort-btn.html") no-repeat;
                background-position: 0 0;
            }

            .sorting-bar .sorting-btn a.two {
                background: url("images/sort-btn2.html") no-repeat;
                background-position: 0 0;
            }
/**************************************************************************** *-*-*-* SIDEBAR *-*-*-*****************************************************************************/
.product-grid {
    margin-left: 0px;
}

    .product-grid .product figure {
        position: relative;
        height: 180px;
    }

        .product-grid .product figure > a {
            height: 180px;
        }

.last {
    border: 0px !important;
}

.featured ul {
    padding-top: 10px;
}

.featured li {
    border-bottom: 1px solid #d6d6d6;
    margin: 0px 10px 10px;
    padding: 0px 0px 10px;
}

    .featured li figure {
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 10px;
    }

        .featured li figure a {
            display: block;
            width: 50px;
            height: 50px;
        }

    .featured li h5 {
        font: 13px 'Georgia',sans-serif;
    }

    .featured li div span {
        color: #E21111;
        font: 700 15px 'Open sans',sans-serif;
    }

    .featured li.last {
        padding-bottom: 0px;
    }

.block-container {
    padding: 20px;
}
/***************************************************************************************/
.ui-tooltip {
    font: 11px 'Open sans',sans-serif;
    padding: 8px;
    position: absolute;
    z-index: 9999;
    color: #fff;
    background: #4c4c4c url("images/tooltip.html") left -5px no-repeat;
}

.widget .tweets p a {
    font-style: italic;
    color: #61c2ef;
}

.widget .tweets p span {
    color: #61c2ef;
}

.widget .tweets p strong {
    color: #E21111;
    font-weight: bold;
}

ul.wp-tag-cloud:hover {
    margin-left: 0;
}

#footer .wp-tag-cloud a {
    color: #333;
    background: #fff;
    box-shadow: 0px 0px 13px #eaeaea;
}

    #footer .wp-tag-cloud a:hover {
        color: #fff !important;
        background: #E21111;
    }

/**************************************************************************** *-*-*-* PRODUCT LIST *-*-*-*****************************************************************************/
.product-list .product figure {
    float: left;
}

.product-list .detail {
    float: left;
    width: 582px;
    text-align: left;
    padding: 18px 0px 14px 15px;
    ;
    border-top: 1px solid #dfdfdf;
    border-left: 0px;
    background: #ffffff;
}

    .product-list .detail h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .product-list .detail span {
        margin-bottom: 14px;
    }

.detail p {
    font: 13px 'Open sans',sans-serif;
    color: #737373;
    margin-bottom: 13px;
    line-height: 22px;
}

.product-list .product:hover {
    box-shadow: none;
}

    .product-list .product:hover .detail {
        background: #ffffff;
    }
/**************************************************************************** *-*-*-* CHECKOUT *-*-*-*****************************************************************************/
#check-accordion {
    margin-bottom: 30px;
}

    #check-accordion h5 {
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #4d4d4d;
        font: 700 16px 'Open sans',sans-serif;
        height: 64px;
        line-height: 64px;
        background: #ffffff url("images/bottom-errow.png") 98% center no-repeat;
    }

        #check-accordion h5 a {
            color: #4d4d4d;
            display: block;
        }

        #check-accordion h5 small {
            margin-right: 25px;
            font: 700 16px 'Open sans',sans-serif;
            background: url("images/accordian-step.png") no-repeat;
            float: left;
            display: block;
            width: 123px;
            height: 64px;
            line-height: 64px;
            text-align: center;
            color: #ffffff;
        }

        #check-accordion h5.ui-accordion-header-active {
            margin-bottom: 0px;
            background: #ffffff url("images/top-errow.png") 98% center no-repeat;
        }

            #check-accordion h5.ui-accordion-header-active a {
                color: #000000;
            }

            #check-accordion h5.ui-accordion-header-active small {
                background: url("images/accordion-hover.png") no-repeat;
            }

.cheakout {
    width: 539px;
}

#check-accordion > div {
    background: #ffffff;
    margin-bottom: 15px;
    padding: 25px 0px;
    height: auto !important;
    border: 1px solid #dfdfdf;
    border-top: 0px;
}

#check-accordion div > div {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-top: 0px;
}

#check-accordion h6 {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 17px;
}

    #check-accordion h6 span {
        color: #9d9d9d;
        font: 12px 'Open sans',sans-serif;
    }

#check-accordion form {
    padding: 25px;
}

    #check-accordion form input[type='radio'] {
        margin: -2px 15px 15px 0px;
    }

#check-accordion label {
    font: 14px 'Open sans',sans-serif;
    color: #000000;
    vertical-align: middle;
    display: inline-block;
    margin-top: -17px;
    width: 150px;
}

#check-accordion form p {
    font: 14px 'Open sans',sans-serif;
    color: #8a8a8a;
    line-height: 22px;
    margin-bottom: 17px;
}

#check-accordion form input[type='submit'] {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: #E21111;
    padding: 10px 15px;
    border: 0px;
    color: #ffffff;
    font: 700 14px 'Open sans',sans-serif;
}

    #check-accordion form input[type='submit']:hover {
        background: #E21111;
    }

#check-accordion .register form a {
    text-align: right;
    font: 13px 'Open sans',sans-serif;
    display: block;
    text-decoration: underline;
    margin-bottom: 15px;
}

#check-accordion .register input[type='submit'] {
    background: #4d4d4d;
    float: right;
}

    #check-accordion .register input[type='submit']:hover {
        background: #262626;
    }

#check-accordion .register label {
    margin-top: -23px;
}

#check-accordion input[type='text'] {
    width: 213px;
    border-radius: 0px;
    box-shadow: none;
    outline: 0px;
    margin-bottom: 22px;
}

.billing-form {
    padding: 0px !important;
    background: none;
    border: 0px;
}

    .billing-form label {
        display: block !important;
        margin-bottom: 10px !important;
        margin-top: 0px !important;
        ;
    }

    .billing-form fieldset {
        width: 49.3%;
        float: left;
        margin-right: 15px;
    }

        .billing-form fieldset.last {
            margin-right: 0px;
        }

            .billing-form fieldset.last input[type='text'] {
                width: 97% !important;
            }

        .billing-form fieldset input[type='text'] {
            width: 97% !important;
            border: 1px solid #dddddd;
        }

    .billing-form input[type='text'] {
        width: 98.5% !important;
        margin-bottom: 19px !important;
        height: 26px !important;
    }

    .billing-form fieldset .selectBox.selectBox-dropdown {
        width: 100% !important;
        ;
        margin-bottom: 19px !important;
        height: 34px !important;
    }

    .billing-form fieldset .selectBox-dropdown .selectBox-arrow {
        background: url("images/big-errow.png") no-repeat !important;
        width: 38px !important;
    }

    .billing-form input[type='checkbox'] {
        margin: -1px 10px 0px 0px;
        vertical-align: middle;
    }

    .billing-form p {
        display: inline-block;
        font-size: 12px !important;
        color: #000000 !important;
        margin: 0px !important;
        ;
    }

    .billing-form .red-button {
        background: #E21111;
        padding: 15px 15px !important;
        float: right;
        font-weight: bold;
        margin-bottom: 0px !important;
        ;
        margin-right: 0px !important;
    }

        .billing-form .red-button:hover {
            background: #E21111;
        }

    .billing-form .selectBox-dropdown .selectBox-label {
        padding: 10px 26px 10px 11px !important;
    }

#check-accordion .billing {
    width: 1125px;
    margin-left: 20px;
    background: none;
    border: 0px;
}

    #check-accordion .billing p {
        margin-bottom: 18px;
        font: 13px 'Open sans',sans-serif;
        color: #000;
    }

.billing .title {
    background: #E21111;
}

    .billing .title li {
        color: #ffffff;
    }

.billing > ul, .billing tr {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

    .billing > ul li, .billing tr td {
        display: inline-block;
        width: 21.7%;
        font: 13px 'Open sans',sans-serif;
        line-height: 39px;
        color: #787878;
        margin-left: 10px;
    }

        .billing > ul li.last {
            width: 7%;
        }

#check-accordion .billing .totle {
    margin-top: 22px;
    width: 346px;
    float: right;
    background: none !important;
    border: 0px;
}

.billing .totle ul {
    background: #ffffff;
    width: 100%;
}

    .billing .totle ul li span {
        color: #787878;
        float: right;
    }

    .billing .totle ul li {
        padding: 0px 10px;
        display: block;
        font: bold 15px 'Open sans',sans-serif;
        color: #4d4d4d;
        line-height: 39px;
        border-bottom: 1px solid #dddddd;
    }

.billing .totle .red-button {
    background: #E21111;
    padding: 15px 15px;
    float: right;
    font-weight: bold;
    margin-right: 0px !important;
}

    .billing .totle .red-button:hover {
        background: #E21111;
    }
/***********************************/
.billing .totle {
    margin: 22px 0;
    width: 346px;
    background: none !important;
    border: 0px;
}

    .billing .totle table {
        background: #ffffff;
        border: 1px solid #dddddd;
    }

        .billing .totle table th {
            padding: 0px 10px;
            font: bold 15px 'Open sans',sans-serif;
            color: #4d4d4d;
            line-height: 39px;
            border-bottom: 1px solid #dddddd;
            vertical-align: middle;
        }

        .billing .totle table td {
            padding: 0px 10px;
            display: block;
            font: bold 15px 'Open sans',sans-serif;
            color: #787878;
            line-height: 39px;
            width: auto;
            float: right;
        }

        .billing .totle table tbody td {
            float: none;
            display: inline;
        }
/************************************/
#check-accordion .payment {
    width: 1125px;
    margin-left: 20px;
    background: none !important;
    border: 0px;
}

.payment p {
    margin-bottom: 18px;
    font: 13px 'Open sans',sans-serif;
    color: #000;
}

.payment .radio-btn {
    background: #ffffff;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}

    .payment .radio-btn input[type='radio'] {
        margin: -0.9px 10px 0px 10px !important;
        vertical-align: middle;
    }

    .payment .radio-btn label {
        margin-top: 0px !important;
        width: 70% !important;
    }

.payment form .radio-btn span {
    line-height: 32px;
}

.payment form {
    padding: 0px !important;
}

    .payment form span {
        float: right;
        font: 13px 'Open sans',sans-serif;
        color: #787878;
        margin-right: 13px;
    }

    .payment form > label {
        font-weight: bold !important;
        margin-top: 0px !important;
        width: 100% !important;
        margin-bottom: 11px;
    }

    .payment form textarea {
        width: 98%;
        resize: none;
        font: 13px 'Open sans',sans-serif;
        box-shadow: none;
        outline: none;
        padding: 10px;
        height: 241px;
        border: 1px solid #dddddd;
    }

    .payment form .red-button {
        background: #E21111;
        padding: 15px 15px !important;
        float: right;
        font-weight: bold;
        margin-bottom: 0px !important;
        ;
        margin-right: 0px !important;
    }

        .payment form .red-button:hover {
            background: #E21111;
        }
/****************************************************************************/ **************************************************************************** *-*-*-* SHOPPING CART *-*-*-*****************************************************************************/ .shopping-cart {
    margin-bottom: 30px;
    border: 1px solid #dfdfdf;
}

.shopping-cart .title {
    background: #ffffff;
}

    .shopping-cart .title li {
        height: 72px;
        line-height: 72px;
        padding: 0px;
        text-align: center;
        text-transform: uppercase;
        width: 175px;
    }

    .shopping-cart .title .product-name {
        width: 287px;
        text-align: center;
    }

.shopping-cart ul {
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    background: #ffffff;
}

    .shopping-cart ul li {
        text-align: center;
        border-right: 1px solid #dfdfdf;
        width: 131px;
        height: 80px;
        padding: 22px;
        color: #000000;
        font: 15px 'Open sans',sans-serif;
        float: left;
    }

        .shopping-cart ul li.product-name {
            width: 243px;
            text-align: center;
        }

.shopping-cart li figure {
    width: 100%;
}

    .shopping-cart li figure img {
        width: 100%;
    }

.shopping-cart li h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.shopping-cart li p {
    font: 12px 'Open sans',sans-serif;
    margin-bottom: 2px;
}

    .shopping-cart li p span {
        color: #9d9d9d;
    }

.shopping-cart .last {
    text-align: center;
}

.shopping-cart li input[type='number'] {
    width: 77px;
    height: 33px;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    background: #f8f8f8;
    font: 17px 'Open sans',sans-serif;
    text-align: center;
}

.shopping-cart li a {
    font: 19px 'Open sans',sans-serif;
    color: #595959;
}

.shopping-cart .red-button.black {
    float: right;
}

.shopping-cart .cart-footer {
    background: #ffffff;
}

.cart-calculator h6 {
    font-size: 18px;
    text-transform: uppercase;
    background: #E21111;
    color: #ffffff;
    padding: 20px;
}

.cart-calculator .estimate {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.cart-calculator .selectBox-dropdown {
    background: #ffffff;
    text-decoration: none !important;
    font-size: 13px !important;
    color: #808080 !important;
    margin: 0px 0px 20px 0px!important;
    float: none !important;
    width: 308px !important;
    height: 38px !important;
    border: solid 1px #d4d4d4;
    line-height: 38px;
}

    .cart-calculator .selectBox-dropdown .selectBox-label {
        padding: 11px 26px 7px 11px !important;
        color: #808080 !important;
    }

    .cart-calculator .selectBox-dropdown .selectBox-arrow {
        right: -2px !important;
        background: url("images/big-errow.png") no-repeat !important;
        width: 40px !important;
        height: 40px !important;
    }

.cart-calculator input[type='text'] {
    font: 13px 'Open sans',sans-serif;
    box-shadow: none;
    outline: 0px;
    width: 289px;
    padding: 0px 10px 0px 10px;
    height: 38px;
    border: 1px solid #d8d9dc;
    border-radius: 0px;
}

.cart-calculator .red-button {
    font-family: georgia;
    float: right;
    margin: 0px 10px 0px 0px;
    border: 0px;
    background: #E21111;
    padding: 18px 20px;
}

    .cart-calculator .red-button:hover {
        background: #cc2828;
    }

.cart-calculator ul {
    float: left;
    padding: 10px 18px 0px;
    width: 140px;
    margin-bottom: 20px;
}

    .cart-calculator ul.black {
        background: #E21111;
    }

    .cart-calculator ul li {
        color: #FFFFFF;
        font: 15px 'Georgia',sans-serif;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

        .cart-calculator ul li:last-child {
            font-size: 18px;
        }

    .cart-calculator ul.gray {
        background: #e4e4e4;
        text-align: left;
    }

        .cart-calculator ul.gray li {
            color: #000000;
            font: 16px 'Open sans',sans-serif;
            margin-bottom: 4.5px;
        }

            .cart-calculator ul.gray li:last-child {
                color: #000000;
                font-weight: 700;
                font-size: 22px;
            }

.cart-calculator .total a {
    float: left;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 23px 26px;
}

    .cart-calculator .total a:hover {
        background: #cc2828;
    }

.cart-calculator ul.discount {
    margin-bottom: -3px;
}

    .cart-calculator ul.discount a {
        float: right;
        color: #ffffff;
        padding: 5px;
    }

.cart-calculator ul.total, .cart-calculator ul.total-gray {
    margin-top: 23px;
}
/**************************************************************************** *-*-*-* BLOG *-*-*-*****************************************************************************/
.blog-post {
    position: relative;
    margin-bottom: 25px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 13px #eaeaea;
}

    .blog-post:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 15px;
        background: url('images/blog-backline.png');
    }

    .blog-post .post-date {
        position: absolute;
        background: #E21111 url('images/calendar.png') center 13px no-repeat;
        top: 0;
        left: 0;
        width: 65px;
        padding: 42px 0 12px;
        text-align: center;
        border-right: 6px solid #fff;
        border-bottom: 6px solid #fff;
        z-index: 2;
    }

        .blog-post .post-date span {
            display: block;
            color: #fbfbfb;
            font-size: 13px;
            font-family: 'Noto Sans',sans-serif;
            font-weight: 700;
            line-height: 14px;
        }

    .blog-post .post-content img {
        margin-bottom: 20px !important;
    }

    .blog-post .post-content h1 {
        color: #1b1b1b;
        font-size: 22px;
        font-family: 'Noto Sans',sans-serif;
        font-weight: bold;
        margin: 0;
        margin-bottom: 7px;
    }

        .blog-post .post-content h1 a {
            color: #1b1b1b;
            text-decoration: none;
            transition: all 0.17s ease-in-out;
            -moz-transition: all 0.17s ease-in-out;
            -webkit-transition: all 0.17s ease-in-out;
            -o-transition: all 0.17s ease-in-out;
        }

            .blog-post .post-content h1 a:hover {
                color: #E21111;
            }

    .blog-post .post-content p {
        color: #585858;
        font-size: 14px;
        font-family: 'Noto Sans',sans-serif;
        margin: 0;
        margin-bottom: 20px;
        line-height: 21px;
    }

.blog-tags {
    display: inline-block;
    background: #E21111;
    padding: 19px 60px 19px 23px;
    position: relative;
    margin-bottom: 36px;
    padding: 18px 55px;
    padding-left: 0;
    display: none;
}

    .blog-tags ul li {
        display: inline-block;
        margin-left: 9px;
    }

        .blog-tags ul li:first-child {
            margin-left: 0px;
        }

        .blog-tags ul li a {
            display: inline-block;
            color: #ffffff;
            font-size: 12px;
            font-family: 'Noto Sans',sans-serif;
            font-style: italic;
            text-decoration: none;
            transition: all 0.17s ease-in-out;
            -moz-transition: all 0.17s ease-in-out;
            -webkit-transition: all 0.17s ease-in-out;
            -o-transition: all 0.17s ease-in-out;
        }

            .blog-tags ul li a:hover {
                opacity: 0.7;
            }

    .blog-tags a.read-more {
        background: #E21111 url('images/blog-arrow.png') 12px center no-repeat;
        transition: all 0.17s ease-in-out;
        -moz-transition: all 0.17s ease-in-out;
        -webkit-transition: all 0.17s ease-in-out;
        -o-transition: all 0.17s ease-in-out;
        position: absolute;
        width: 36px;
        height: 42px;
        top: 11px;
        right: 8px;
    }

        .blog-tags a.read-more:hover {
            background: #fff url('images/blog-arrow.png') 12px center no-repeat;
        }

.blog-post iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.pagination-list.blog-pagination a {
    border-radius: 3px;
    -wekit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    background: #f3f3f3;
    color: #000;
}

    .pagination-list.blog-pagination a:hover {
        color: #fff;
    }
/**************************************************************************** *-*-*-* SINGLE*-*-*-*****************************************************************************/
.commnts-wrap {
    width: 731px;
}

.comments {
    margin-bottom: 30px;
}

.commnts-wrap h3 {
    font-size: 21px;
    margin-bottom: 15px;
}

.comments li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

    .comments li figure {
        float: left;
        margin-right: 28px;
    }

        .comments li figure a {
            width: 76px;
            height: 75px;
            display: inline-block;
            border: 7px solid #E21111;
            border-radius: 7px;
        }

        .comments li figure img {
            width: 100%;
            height: 100%;
        }

    .comments li.last {
        border: 0px;
    }

    .comments li div {
        width: 500px;
        float: left;
    }

        .comments li div > a {
            font: 11px 'open sans',sans-serif;
            background: #868686;
            color: #FFFFFF;
            padding: 10px 15px;
            border-radius: 5px;
            display: inline-block;
        }

        .comments li div p a {
            font: 14px 'open sans',sans-serif;
            color: #3c3c3c;
        }

        .comments li div p span {
            font: 11px 'open sans',sans-serif;
            color: #b8b8b8;
        }

        .comments li div p {
            margin-bottom: 5px;
            font: 13px 'open sans',sans-serif;
            color: #868686;
        }

.comments .children {
    padding-left: 75px;
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    .comments .children div {
        width: 359px;
    }

.contact-form h3 {
    font-size: 21px;
    margin-bottom: 15px;
}

.contact-form form {
    width: 731px;
}

    .contact-form form fieldset {
        width: 250px;
        float: left;
    }

    .contact-form form input[type="text"] {
        background: #ffffff;
        padding: 12px 8px;
        margin-right: 19px;
        margin-bottom: 10px;
        box-shadow: none;
        width: 224px;
        border: 1px solid #d9d9d9;
        border-radius: 7px;
    }

    .contact-form form textarea {
        background: #ffffff;
        padding: 12px 8px;
        margin-bottom: 17px;
        width: 450px;
        height: 132px;
        resize: none;
        box-shadow: none;
        border: 1px solid #d9d9d9;
        border-radius: 7px;
    }

    .contact-form form input[type="submit"] {
        border: 0px;
        border-radius: 4px;
        padding: 13px 20px;
        float: right;
        font: 12px 'open sans',sans-serif;
        margin-bottom: 36px;
        background: #E21111;
        color: #FFF !important;
    }

/* Footer ================================================================================ */

#footer {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    color: #1C1C1C;
    font-size: 13px;
    margin-top: 30px;
}

#footer-bottom {
    border-top: solid 1px #ccc;
    margin-top: 40px;
}

    #footer-bottom > div {
        margin-top: 1%;
    }

.footer-wrap {
    overflow: hidden;
    padding: 27px 0 0;
    position: relative;
}

#footer .block {
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 0;
    margin-right: 2%;
    padding-bottom: 30px;
    vertical-align: top;
    width: 23%;
}

#footer h4 {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 20px;
}

    #footer h4, #footer h4 a {
        color: #000000;
        font-family: oratorstd;
        font-size: 17px;
        font-weight: normal;
        text-align: left;
        padding-bottom: 17px;
    }

#footer ul {
    list-style-type: none;
}

#footer li {
    color: #1C1C1C;
    font-size: 13px;
    list-style: none outside none;
    padding: 3px 0;
}

#footer a {
    color: #1C1C1C;
    font-size: 13px;
    transition: all 0.6s ease 0s;
}

    #footer a:hover {
        color: #E21111;
    }

.social span {
    display: none;
}

.social em {
    font-size: 16px !important;
    margin-left: 4px;
}

    .social em:hover {
        color: #E21111 !important;
    }

.block li a {
    color: #7B7B7B;
    display: inline-block;
    font-size: 13px;
}

#scroll-top-img {
    position: relative;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #E21111;
    text-align: center;
    bottom: 6px;
    display: block;
    left: 50%;
    position: absolute;
    width: 60px;
    height: 60px;
    margin-left: -30px;
}

.social {
    bottom: -62px;
    position: absolute;
    right: 0;
    text-align: left;
}

/* ======================================================================================= */
/**************************************************************************** *-*-*-* FOOTER *-*-*-*****************************************************************************/

.post-widget .media-heading {
    margin-bottom: 0;
}

.tweet-widget p {
    margin-bottom: 0;
}

.tweet-widget div span {
    display: block;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    line-height: 17px;
}

.tweet-widget div {
    margin-bottom: 15px;
}

.tweet-widget p a {
    color: #3bbbf1;
}

.flickr-widget ul {
    margin: 0;
    padding: 0;
}

    .flickr-widget ul li {
        display: inline-block;
        margin-bottom: 0px;
        margin-right: 5px;
    }

        .flickr-widget ul li a {
            position: relative;
            display: inline-block;
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

        .flickr-widget ul li img {
            width: 85px;
            height: 73px;
        }

        .flickr-widget ul li a:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 7px solid #20272b;
        }

        .flickr-widget ul li a:hover:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 7px solid #E21111;
        }

        .flickr-widget ul li a:hover {
            opacity: 0.8;
        }

.last-line {
    padding: 14px 0;
    background: #E21111;
}

    .last-line p {
        color: #fff;
        font-size: 13px;
        font-family: 'Open Sans',sans-serif;
        line-height: 20px;
        margin-top: 12px;
        float: left;
    }

.right-social {
    text-align: right;
}

    .right-social a.go-to-top {
        display: inline-block;
        float: right;
        width: 52px;
        height: 52px;
        margin-left: 20px;
        background: #01673e url('images/go-top.html') center center no-repeat;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        transition: all 0.17s ease-in-out;
        -moz-transition: all 0.17s ease-in-out;
        -webkit-transition: all 0.17s ease-in-out;
        -o-transition: all 0.17s ease-in-out;
    }

        .right-social a.go-to-top:hover {
            opacity: 0.7;
        }

.social-list {
    margin: 0;
    padding: 0;
    padding-top: 9px;
}

    .social-list li {
        display: inline-block;
        margin-left: 3px;
    }

        .social-list li a {
            display: inline-block;
            width: 32px;
            height: 32px;
            transition: all 0.17s ease-in-out;
            -moz-transition: all 0.17s ease-in-out;
            -webkit-transition: all 0.17s ease-in-out;
            -o-transition: all 0.17s ease-in-out;
            background: #666;
            text-decoration: none;
            text-align: center;
        }

        .social-list li i {
            color: #eee;
            font-size: 16px;
            line-height: 32px;
            display: block;
        }

        .social-list li a:hover {
            opacity: 0.7;
        }

        .social-list li a.fb {
            background: url('images/socio1.html') center center no-repeat;
        }

        .social-list li a.twitter {
            background: url('images/socio2.html') center center no-repeat;
        }

        .social-list li a.in {
            background: url('images/socio3.html') center center no-repeat;
        }

        .social-list li a.flickr {
            background: url('images/socio4.html') center center no-repeat;
        }

ul.twitter_update_list {
    margin-left: 0;
    list-style: none;
}

.twitter-item {
    margin-bottom: 10px;
}

    .twitter-item i {
        margin-right: 6px;
    }

    .twitter-item abbr {
        color: #aaa;
    }

.twitter-title {
    color: #fff;
}
/*************Random Products***************/
#footer .product_list_widget li {
    box-shadow: 0px 0px 13px #eaeaea;
    background: #fff;
    padding: 16px;
}

ul.product_list_widget {
    padding: 0!important;
    margin: 0!important;
}

#footer .product_list_widget li:hover {
    background: #f0f8fa!important;
}

#footer .product_list_widget li a {
    display: block;
}
/*************search widget and search results*********/
#search-global-form, #searchform {
    position: relative;
}

    #search-global-form input[type="text"], #searchform input[type="text"] {
        font: 12px 'open sans',sans-serif;
        color: #a2a2a2;
        width: 212px;
        margin-top: 5px;
        box-shadow: none;
        padding: 0px 3%;
        height: 37px;
        border: 1px solid #d8d9dc;
        border-radius: 0px;
    }

    #search-global-form input[type="submit"], #searchform input[type="submit"] {
        background: url("images/search.png") no-repeat;
        border: none;
        width: 25px;
        height: 25px;
        position: absolute;
    }

.sf-search {
    margin-top: 16px;
}

/*    .sf-search #search-global-form input[type="text"] {
        width: 156px;
    }
    */
mark {
    background: #E21111;
    color: #fff;
}
/*==================================================*/
/*****************************************/
/********************SHORTCODES***************************/
/*==========================Carousel content==================================*/
/*-- Items listing ---*/
.work_slide a.prev, .work_slide a.next {
    position: relative;
    float: right;
    top: -24px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background-position: 0 0;
    margin: 0px 2px;
    margin-top: -20px;
    width: 30px;
    height: 29px;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8;
    background: #a5a5a5 url("images/prev.png") no-repeat;
    display: inline-block !important;
}

    .work_slide a.prev:hover, .work_slide a.next:hover {
        background-position: 0 -30px;
        background-color: #E21111;
    }

.work_slide a.next {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background-position: 0 0;
    background: #a5a5a5 url("images/next.png") no-repeat;
    display: inline-block !important;
}

    .work_slide a.next:hover {
        background-position: 0 -30px;
        background-color: #E21111;
    }

.work_slide {
    position: relative;
}

#work_slide {
    list-style: none;
    max-width: 100% !Important;
}

.caroufredsel_wrapper {
    max-width: 100% !Important;
    padding-bottom: 2px;
    padding-right: 1px;
}

#work_slide li {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
}

#work_slide.related-projects li {
    margin-left: 10px;
    margin-right: 10px;
}

    #work_slide.related-projects li:first-child {
        margin-left: 0px;
    }

#work_slide li img {
    display: block;
    float: left;
    height: 239px;
    width: 358px;
}

.clients-wrap .heading {
    margin-bottom: 10px;
}

.clients-wrap {
    margin-bottom: 20px;
}

.work_slide a.prev.disabled, .work_slide a.next.disabled {
    cursor: default;
}

.work_slide a.prev span, .work_slide a.next span {
    display: none;
}

#testimonial_slide li {
    width: 551px;
    max-width: 100%;
    position: relative;
}
/* --- Logo slider -- */
.partners-block {
    margin-bottom: 20px;
}

#logo_slide li {
    width: 189px;
    float: left;
    padding: 20px 0px;
    border-right: solid 1px #eee;
    line-height: 40px;
    text-align: center;
    margin-left: -2px;
}

#logo_slide {
    border: solid 1px #eee;
    list-style: none;
}

    #logo_slide li:last-child {
        border: none;
    }

#slide_prev2, #slide_next2 {
    top: 0px !Important;
}

ul.quovolve {
    list-style: none;
    margin-left: 0;
}
/*============================================================*/

/* Contact Us Widget */
#contactFormWidget input[type="text"], #contactFormWidget textarea {
    float: left;
    font-size: 0.846em;
    padding: 10px;
    background: #6a6a6a;
    color: #fff;
    width: 85%;
    margin-bottom: 11px;
    border: none;
    border-radius: 0;
}

#contactFormWidget input[type="text"] {
    float: right;
}

    #contactFormWidget input[type="text"]:first-child {
        float: left;
    }

#contactFormWidget textarea {
    width: 93%;
    max-width: 100%;
    height: 80px;
    min-height: 80px;
    float: none;
}

#contactFormWidget input[type="submit"] {
    float: right;
    position: relative;
    margin: 0;
}

.widgetinfo {
    color: #02ab68;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #000;
    margin-top: -24px;
}

    .widgetinfo i {
        color: #02ab68;
        margin-right: 6px;
    }
/*-------------------------------------------------*/
/* 9 home page 2/*-------------------------------------------------*/
.services-home2 article {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 7px;
}

.services-home2 i {
    float: left;
    margin: 0px 18px 6px 0;
    display: block;
    font-size: 44px;
    color: #E21111;
}

.services-home2 article h3 {
    color: #464646;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    line-height: inherit;
    text-transform: uppercase;
    margin: 0;
    margin-top: -3px;
}

.services-home2 article span {
    color: #3c3c3c;
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
    display: block;
    line-height: 15px;
    margin: 0;
}

.services-home2 p {
    color: #797979;
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    line-height: 20px;
    margin-bottom: 40px;
}

.testimonial {
    position: relative;
    margin-bottom: 30px;
}

    .testimonial > a {
        position: absolute;
        width: 33px;
        height: 33px;
        top: -48px;
        border: 1px solid #696969;
        transition: all 0.17s ease-in-out;
        -moz-transition: all 0.17s ease-in-out;
        -webkit-transition: all 0.17s ease-in-out;
        -o-transition: all 0.17s ease-in-out;
    }

        .testimonial > a:hover {
            opacity: 0.7;
        }

        .testimonial > a#next-testimonial {
            right: 0;
            background: #4c4c4c url('images/next-testim.png') center center no-repeat;
            border-top-right-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-top-right-radius: 3px;
            -o-border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            -moz-border-bottom-right-radius: 3px;
            -o-border-bottom-right-radius: 3px;
        }

        .testimonial > a#prev-testimonial {
            right: 40px;
            background: #4c4c4c url('images/prev-testim.png') center center no-repeat;
            border-top-left-radius: 3px;
            -webkit-border-top-left-radius: 3px;
            -moz-border-top-left-radius: 3px;
            -o-border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-bottom-left-radius: 3px;
            -o-border-bottom-left-radius: 3px;
        }

    .testimonial h2 {
        color: #000;
        font-size: 15px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 35px;
        margin-top: 10px;
    }

    .testimonial ul {
        padding: 23px 21px;
        background: #f1f1f1;
        border: 1px solid #e8e8e8;
    }

        .testimonial ul li blockquote {
            color: #6d6d6d;
            font-size: 16px;
            font-family: georgia;
            line-height: 23px;
            font-style: italic;
            margin-bottom: 14px;
        }

        .testimonial ul li h4 {
            color: #484848;
            font-size: 17px;
            font-family: georgia;
            font-style: italic;
            font-weight: normal;
            margin: 0;
            margin-bottom: 2px;
        }

        .testimonial ul li span {
            color: #E21111;
            font-size: 11px;
            font-family: georgia;
            font-style: italic;
            margin: 0;
        }

ul.tab-list {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f0f8fa!important;
}

.block-container ul.tab-list {
    background: #fff!important;
}

ul.tab-list li {
    float: left;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    margin-left: 4px;
    list-style: none;
}

.tab-list li:first-child {
    margin-left: 0;
}

.tab-list li a {
    display: inline-block;
    font-size: 12px;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    color: #000;
    background: #eaeaea;
    padding: 24px 41px;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    border: 1px solid #eaeaea;
    border-bottom: none;
}

.widget-tabs .tab-list li a {
    padding: 10px;
}

time i.icon-calendar {
    color: #666;
    margin-right: 6px;
}

.tab-list li a:hover {
    text-decoration: none;
    background: #E21111;
    color: #fff;
}

.ui-state-active a {
    background: #ffffff !important;
    color: #000000 !important;
    outline: none !important;
    text-decoration: none !important;
}

.tab-content {
    padding: 0;
    margin-bottom: 20px;
    border: none;
}

    .tab-content p {
        color: #646464;
        font-size: 13px;
        font-family: 'Noto Sans',sans-serif;
        line-height: 20px;
    }

.accordion h2, .toggle-trigger {
    color: #000;
    font-size: 13px;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 23px 22px;
    background: #eaeaea url('images/open.png') 95% center no-repeat;
    margin-top: 1px;
    cursor: pointer;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    outline: none;
    border-bottom: dotted 1px #ccc;
    border-top: dotted 1px #fff;
}

    .accordion h2:first-child {
        margin-top: 0px;
    }

    ..accordion .ui-state-active, .toggle-trigger.open {
        color: #fff;
        background: #E21111 url('images/close.png') 95% center no-repeat;
    }

.accordion div, .toggle-container {
    padding: 12px 22px;
    border: 1px solid #e8e8e8;
    border-top: none;
}

    .accordion div.active {
        display: block;
    }

    .accordion div p {
        color: #646464;
        font-size: 13px;
        font-family: 'Noto Sans',sans-serif;
        line-height: 20px;
        margin: 0;
    }

        .accordion div p span {
            color: #000;
            font-weight: bold;
        }

.toggle-trigger {
    display: block;
    text-decoration: none;
}

    .toggle-trigger:hover {
        color: #fff;
        text-decoration: none;
    }
/*-------------------------------------------------*/
/* 10 home page 3/*-------------------------------------------------*/
.services-home3 h3 {
    color: #797979;
    font-size: 15px;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
}

.services-home3 img {
    margin-right: 15px;
    margin-bottom: -5px;
}

.services-home3 p {
    color: #797979;
    font-size: 12px;
    font-family: 'Noto Sans',sans-serif;
    line-height: 18px;
    margin-bottom: 30px;
}

.tabb-accord .recent-projects > h2 span {
    padding-bottom: 15px;
}

.tabb-accord .recent-projects > h2 {
    margin-bottom: 20px;
}

.tabb-accord .recent-projects > h2 {
    margin-bottom: 20px;
}

.tabb-accord .recent-projects .project-post img {
    max-height: 245px;
}
/*-------------------------------------------------*/
/* 12 Sidebar/*-------------------------------------------------*/

.widget-container li {
    line-height: 24px;
}

    .widget-container li a {
        /*color:#353535*/
    }

.recent-post-item {
    overflow: hidden;
    margin-bottom: 18px;
}

    .recent-post-item img {
        float: left;
        margin-right: 10px;
    }

    .recent-post-item p {
        color: #353535;
        font-size: 13px;
        font-family: 'Noto Sans',sans-serif;
        line-height: 18px;
    }

        .recent-post-item p a {
            color: #353535;
        }

.tagcloud ul {
    padding: 0;
    margin: 0;
}

.tagcloud li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3px;
}

    .tagcloud li a {
        display: inline-block;
        position: relative;
        background: #333;
        color: #fff;
        font-size: 13px;
        font-family: 'Noto Sans',sans-serif;
        font-weight: 300;
        padding: 6px 9px;
        text-decoration: none;
        transition: all 0.17s ease-in-out;
        -moz-transition: all 0.17s ease-in-out;
        -webkit-transition: all 0.17s ease-in-out;
        -o-transition: all 0.17s ease-in-out;
    }

.tagtagcloud li a span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #E21111;
    color: #fff;
    font-size: 13px;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 300;
    padding: 6px 9px 6px 9px;
    z-index: 2;
}

.tagtagcloud li a:hover {
    opacity: 0.7;
    color: #fff!important;
    background: #E21111!important;
}

.tagtagcloud li a:hover {
    opacity: 0.7;
    color: #fff!important;
}

.tweet-widget .tweet-list li {
    margin-bottom: 10px;
}

    .tweet-widget .tweet-list li p {
        color: #353535;
        font-size: 13px;
        font-family: 'Noto Sans',sans-serif;
        line-height: 17px;
    }

        .tweet-widget .tweet-list li p a {
            color: #34a6fe;
        }

    .tweet-widget .tweet-list li span {
        display: block;
        color: #b0b0b0;
        font-size: 13px;
        font-family: 'Noto Sans',sans-serif;
        line-height: 17px;
    }

.sidebar .text-widget p {
    color: #585858;
    font-size: 13px;
    font-family: 'Noto Sans',sans-serif;
    line-height: 20px;
}

.homepage-top {
    margin-top: 20px;
}

.homepage-top-sidebar {
    background: #f5f5f5;
    padding: 20px;
}

    .homepage-top-sidebar h3 {
        margin-bottom: 14px !important;
    }
/*-------------------------------------------------*/
/* 13 Single-post/*-------------------------------------------------*/
.single-post .blog-tags {
    padding: 19px 23px;
}

.comments-section h2, .leave-comment h2 {
    padding-bottom: 0;
    border-bottom: none;
}

.comments-section {
    margin-bottom: 10px;
}

.comment-content {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.comment-item {
    border-top: 1px dotted #e5e5e5;
    list-style: none outside none;
    background: #f5f5f5;
    margin: 10px 0 0;
    padding: 16px;
    float: left;
}

    .comment-item:first-child {
        border-top: none;
        margin-top: 0;
        margin-left: 0;
    }

    .comment-item .children {
        margin: 0;
        padding: 10px 0 0 72px;
        position: relative;
        float: left;
    }

        .comment-item .children .comment-item {
            position: relative;
        }

.comment-content div {
    float: left;
    overflow: hidden;
}

ol.comment-list {
    margin-left: 0;
}

.comment-list > li > .comment-content {
    margin-left: 0;
}

.comment-item img {
    float: left;
    margin-right: 10px;
}

.comment-item .children .children .comment-content div {
    max-width: 500px;
}

.comment-item .children .children .children .comment-content div {
    max-width: 400px;
}

.comment-item div h3 {
    color: #000;
    font-size: 14px;
    font-family: 'Noto Sans',sans-serif;
    line-height: 15px;
    margin: 0;
}

    .comment-item div h3 span.time {
        font-size: 11px;
    }

.comment-item div p {
    color: #7b7b7b;
    font-size: 13px;
    font-family: 'Noto Sans',sans-serif;
    line-height: 16px;
    margin: 0;
}

a.comment-reply-link {
    display: inline-block;
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
    font-family: 'Noto Sans',sans-serif;
    padding: 3px 8px;
    background: #E21111;
    text-decoration: none;
    border-radius: 3px;
    -wekit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.comment-reply-link {
    opacity: 0.8;
}

#map_canvas {
    width: 100%;
    height: 450px;
}

.wp-caption {
}

.wp-caption-text {
}

.sticky {
    background: #f5f5f5;
    border-top: dotted 2px #ccc;
    border-bottom: dotted 2px #ccc;
}

.gallery-caption {
}

.bypostauthor {
}

.warning, .hint {
    /*background:#b94a48;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);padding:8px 12px;display:inline-block;margin:20px 0px*/
}

.hint {
    background: #b94a48;
}

.warning i {
    margin-right: 10px;
}

.clear {
    clear: both;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#breadcrumbs, .woocommerce-breadcrumb {
    float: right;
}

    #breadcrumbs ul, .woocommerce-breadcrumb ul {
        margin: 0;
    }

    #breadcrumbs li, .woocommerce-breadcrumb li {
        display: inline;
        font-size: inherit;
        color: #666;
    }

    #breadcrumbs a, .woocommerce-breadcrumb a {
        margin: 0 6px;
        color: #E21111;
    }

        #breadcrumbs a:hover, .woocommerce-breadcrumb a:hover {
            color: #E21111 !important;
        }

    #breadcrumbs li:last-child, .woocommerce-breadcrumb li:last-child {
        margin-left: 6px;
    }

    #breadcrumbs li:first-child {
        margin-left: 0;
    }

h2.heading {
    float: left;
    margin-bottom: 0;
    border: none;
}

hr.toppage-divider {
    margin-top: 0px;
}

.btn i, .heading i {
    margin-right: 4px !Important;
}

.btn.square {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.heading i {
    font-size: 20px;
    color: #333;
}

.modal-header h3 {
    border-bottom: none;
    padding-bottom: 0;
}

.bs-docs-sidenav {
    width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .bs-docs-sidenav > li > a {
        display: block;
        width: 190px;
        margin: 0 0 -1px;
        padding: 8px 14px;
        border: 1px solid #e5e5e5;
    }

    .bs-docs-sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bs-docs-sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .bs-docs-sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.1);
    }
    /* Chevrons */
    .bs-docs-sidenav .icon-caret-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }

    .bs-docs-sidenav > li > a:hover {
        background-color: #f5f5f5;
    }

    .bs-docs-sidenav a:hover .icon-chevron-right {
        opacity: .5;
    }

    .bs-docs-sidenav.affix {
        top: 40px;
    }

    .bs-docs-sidenav.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 270px;
    }
/******************************************/
/* Pricing Tables */
.pricing-table {
    border: solid 1px #dddddd;
    margin-left: 0;
    margin-bottom: 1.25em;
}

    .pricing-table * {
        list-style: none;
        line-height: 1;
    }

    .pricing-table .title {
        background-color: #dddddd;
        padding: 0.9375em 1.25em;
        text-align: center;
        color: #333333;
        font-weight: bold;
        font-size: 1em;
    }

    .pricing-table .price {
        background-color: #eeeeee;
        padding: 0.9375em 1.25em;
        text-align: center;
        color: #333333;
        font-weight: normal;
        font-size: 1.25em;
    }

    .pricing-table .description {
        background-color: white;
        padding: 0.9375em;
        text-align: center;
        color: #777777;
        font-size: 0.75em;
        font-weight: normal;
        line-height: 1.4;
        border-bottom: dotted 1px #dddddd;
    }

    .pricing-table .bullet-item {
        background-color: white;
        padding: 0.9375em;
        text-align: center;
        color: #333333;
        font-size: 0.875em;
        font-weight: normal;
        border-bottom: dotted 1px #dddddd;
    }

    .pricing-table .cta-button {
        background-color: whitesmoke;
        text-align: center;
        padding: 1.25em 1.25em;
    }

    .pricing-table .btn.btn-success {
        background: #E21111;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 7px 12px;
    }
/* ====================== 404 (Page not found) ===================== */
.notfound {
    background: url('images/404.png') no-repeat top center;
    height: 119px;
}

.lost {
    background: url('images/404_text.png') no-repeat top center;
    height: 40px;
}

.notfound_description {
    margin: 10px 0px;
    text-align: center;
}

    .notfound_description a {
        margin: 20px 0px;
    }

.error-content {
    text-align: center;
}
/****************************WISHLIST**********************************/
.wishlist_table {
    margin: 20px 0;
}

    .wishlist_table tr td {
        text-align: left !important;
    }
/*========================Testimonial===========================*/
.testimonial-content {
    background: rgb(241,241,241);
    border: 1px solid;
    border-color: rgb(212,212,212);
    font-family: Georgia;
    font-size: 16px;
    color: rgb(109,109,109);
    font-style: italic;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}

    .testimonial-content:after, .testimonial-content:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
    }

    .testimonial-content:after {
        border-color: rgba(136,183,213,0);
        border-top-color: rgb(241,241,241);
        border-width: 10px;
        margin-left: 1px;
    }

    .testimonial-content:before {
        border-color: rgba(194,225,245,0);
        border-top-color: rgb(212,212,212);
        border-width: 11px;
    }

    .testimonial-content p {
        font-size: 15px;
    }

.testimonial-block cite {
    font-family: Georgia;
    font-size: 17px;
    color: rgb(72,72,72);
    font-style: italic;
}

.test_author {
    font-family: Georgia;
    font-size: 13px;
    color: #E21111;
    font-style: italic;
}
/***************************WIDGETS************************************/
.widget ul.nav li, .widget div.tab-content li, .widget ul.footer-list li {
    background: none !important;
    padding: 0 !important;
    display: inline-block;
}

.widget div.tab-content, .widget div.tab-pane {
    padding: 0 !important;
}

    .widget div.tab-content figure, .widget div.tab-pane ul li div, .widget ul.footer-list figure, .widget ul.footer-list div {
        float: left !important;
        display: block;
    }

    .widget div.tab-pane ul li div {
        width: 185px;
        padding-right: 0 !important;
    }

.widget ul.footer-list div {
    width: 160px;
    padding-right: 0 !important;
    margin-left: 10px;
}

.widget-content {
    padding: 10px;
}
/****************************************************************************/ *===================SHOP========================*/ .sorting-bar a.selectBox-dropdown {
    float: left;
    width: 200px !important;
}
/*================================================*/

/******************************************************** *-*-*-* CAROUSEL *-*-*-**********************************************************/
.wrap {
    position: relative;
    margin-left: 0px;
}

#wrapper {
    width: 470px;
    float: right;
    margin: 0px 40px;
}

#carousel-wrapper {
    padding-bottom: 10px;
    position: relative;
}

#carousel {
    position: relative;
}

#carousel-wrapper .caroufredsel_wrapper {
    height: 311px !important;
}

#carousel > span {
    height: 311px !important;
}

    #carousel > span img {
        width: 100%;
    }

.wrap .next {
    display: block;
    width: 55px;
    height: 108px;
    top: 139px;
    position: absolute;
    right: -16px;
    background: #a5a5a5 url("images/next.png") no-repeat;
}

.wrap .prev {
    display: block;
    width: 55px;
    height: 108px;
    top: 139px;
    position: absolute;
    left: -16px;
    background: #a5a5a5 url("images/prev.png") no-repeat;
}

#thumbs-wrapper {
    width: 470px;
    margin-bottom: 30px;
    position: relative;
}

#thumbs {
    overflow: hidden;
    width: 300px;
    height: 300px;
    width: 300px;
    height: 300px;
}

    #carousel span, #carousel img, #thumbs a, #thumbs img {
        display: block;
        float: left;
    }

    #carousel span, #carousel a, #thumbs span {
        position: relative;
    }

    #thumbs img {
        border: none;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

#carousel img {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

    #carousel img.glare, img.glare {
        width: 102%;
        height: auto;
    }

#thumbs-wrapper .caroufredsel_wrapper {
    margin: 0px !important;
    height: 70px !important;
}

#thumbs a {
    position: relative;
}

#thumbs {
    width: 470px !important;
    height: 377px !important;
}

    #thumbs a {
        margin-bottom: 10px !important;
        float: left;
        width: 97px !important;
        height: 60px !important;
        border: 5px solid #ffffff;
        margin: 0 4px;
        overflow: hidden;
        -webkit-transition: border-color .5s;
        -moz-transition: border-color .5s;
        -ms-transition: border-color .5s;
        transition: border-color .5s;
    }

        #thumbs a:hover, #thumbs a.selected {
            border-color: #E21111;
        }

        #thumbs a img {
            height: 100%;
        }

#prev {
    display: block;
    width: 25px;
    height: 60px;
    position: absolute;
    top: 5px;
    display: block !important;
    background: #a5a5a5 url("images/single-prev.png") no-repeat;
    background-size: 100% 100%;
}

#next {
    display: block;
    width: 25px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 18px;
    display: block !important;
    background: #a5a5a5 url("images/single-next.png") no-repeat;
    background-size: 100% 100%;
}

#prev {
    background-position: 0 0;
    left: 5px;
}

    #prev.disabled, #next.disabled {
        display: block !important;
    }

/* Navigation Arrows */
.elastislide-wrapper nav {
    position: absolute;
    top: -53px;
    right: 9px;
}

    .elastislide-wrapper nav span {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        background-position: 0 0;
        margin: 0px 2px;
        width: 30px;
        height: 29px;
        text-indent: -9000px;
        cursor: pointer;
        opacity: 0.8;
        background: #a5a5a5 url("images/prev.png") no-repeat;
        display: inline-block !important;
    }

        .elastislide-wrapper nav span:hover {
            background-position: 0 -30px;
            background-color: #E21111;
        }

.elastislide-horizontal nav span.elastislide-next {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background-position: 0 0;
    background: #a5a5a5 url("images/next.png") no-repeat;
    display: inline-block !important;
}

    .elastislide-horizontal nav span.elastislide-next:hover {
        background-position: 0 -30px;
        background-color: #E21111;
    }
/* Elastislide Style */
.elastislide-list {
    list-style-type: none;
    display: none;
}

.no-js .elastislide-list {
    display: block;
}

.elastislide-carousel ul li {
    min-width: 20px;
}

.elastislide-wrapper {
    background-color: #fff;
    margin: 0 auto;
    height: 92px;
    position: relative;
}

    .elastislide-wrapper.elastislide-loading {
        /*background-image:url(images/loading.gif);background-repeat:no-repeat;background-position:center center;*/
    }

.elastislide-carousel {
    overflow: hidden;
    position: relative;
    height: 92px;
}

    .elastislide-carousel ul {
        position: relative;
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

.elastislide-horizontal ul {
    white-space: nowrap;
}

.elastislide-carousel ul li {
    border-left: 1px solid #e2e2e2;
    margin: 0 7px 0px 0px;
    -webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
    height: 100%;
    display: inline-block;
    margin-left: -2px;
}

.elastislide-vertical ul li {
    display: block;
}

.elastislide-carousel ul li a {
    display: inline-block;
    width: 142px;
    height: 28px;
}

    .elastislide-carousel ul li a img {
        display: block;
        border: 2px solid white;
        width: 100%;
    }
/* Dropdown control */
.selectBox-dropdown {
    background: #ffffff;
    text-decoration: none !important;
    font: 400 12px 'Open sans',sans-serif !important;
    color: #000 !important;
    margin: 0px!important;
    position: relative;
    border: solid 1px #dddcdc;
    line-height: 28px;
    text-decoration: none;
    text-align: left;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: default;
}

    .selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {
        border-color: #dddcdc;
    }

    .selectBox-dropdown.selectBox-menuShowing {
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .selectBox-dropdown .selectBox-label {
        font: 400 12px 'Open sans',sans-serif !important;
        padding: 7px 26px 7px 11px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        color: #000;
    }

    .selectBox-dropdown .selectBox-arrow {
        border-left: solid 1px #d4d4d4;
        position: absolute;
        top: 0;
        right: 0;
        width: 28px;
        height: 100%;
        background: url(images/option.png) 50% center no-repeat;
    }
/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB;
    /* should be the same border width as .selectBox-dropdown */ background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    overflow: auto;
}
/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

    .selectBox-inline:focus {
        border-color: #666;
    }
/* Options */
.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

    .selectBox-options LI A {
        line-height: 1.5;
        padding: 0 .5em;
        white-space: nowrap;
        overflow: hidden;
        background: 6px center no-repeat;
    }

    .selectBox-options LI.selectBox-hover A {
        background-color: #EEE;
    }

    .selectBox-options LI.selectBox-disabled A {
        color: #888;
        background-color: transparent;
    }

    .selectBox-options LI.selectBox-selected A {
        background-color: #C8DEF4;
    }

    .selectBox-options .selectBox-optgroup {
        color: #666;
        background: #EEE;
        font-weight: bold;
        line-height: 1.5;
        padding: 0 .3em;
        white-space: nowrap;
    }
/*================Products list widets=====================*/
.product_list_widget {
    padding: 0!important;
    margin: 0!important;
}

    .product_list_widget li {
        margin: 0px 5px 1px 0px;
        padding: 0px 0px 10px;
    }

        .product_list_widget img, .product_list_widget li figure {
            width: 50px;
            height: 50px;
            display: inline-block;
            float: right;
        }

        .product_list_widget li a, .product_list_widget li h5 {
            font: 13px 'Georgia',sans-serif;
            margin-bottom: 5px;
            font-weight: normal;
        }

        .product_list_widget li span {
            color: #E21111;
        }

        .product_list_widget li div {
            /* display:inline-block*/
        }

.widget_product_tag_cloud .tagcloud {
    padding-top: 10px;
    margin: 10px;
}

    .widget_product_tag_cloud .tagcloud a {
        background: #E21111;
        font: 10px 'open sans',sans-serif;
        color: #FFFFFF;
        border-radius: 7px;
        display: inline-block;
        padding: 9px 11px;
        margin-bottom: 8px;
    }

.widget_product_search label {
    display: none;
}

.widget_product_search form {
    padding-left: 5px;
}

.widget_product_search input[type='text'] {
    font: 12px 'open sans',sans-serif;
    color: #a2a2a2;
    margin-top: 5px;
    box-shadow: none;
    outline: 0;
    height: 37px;
    border: 1px solid #d8d9dc;
    border-radius: 0px;
}


/*********************SHOP*****************/
.product-grid .sorting-bar {
    margin-left: 28px;
}

.product-grid {
    margin-left: -28px;
}

.product_list_widget li del span {
    color: #333 !important;
}

ins {
    text-decoration: none;
}
/********************************************/
/* ======================== Under Construction ===================== */
#uc-content {
    text-align: center;
    padding: 100px 0px;
}

.uc-text {
    margin: 30px 0px;
    text-align: center;
    font-family: 'oratorstd',arial;
    font-size: 16px;
}

.uc-maintitle {
    color: #1b1b1b;
    font-size: 30px;
    text-align: center;
    font-family: 'oratorstd',arial;
}

div#clock {
    color: #585858;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}

    div#clock p {
        padding: 10px;
        border: 1px solid #e5e5e5;
    }

        div#clock p span {
            display: block;
            font-size: 40px;
            font-weight: 700;
            letter-spacing: -1px;
            padding: 5px 0 0;
            margin: 20px 0 30px 0px;
        }

#uc-content .progress {
    height: 30px;
}

    #uc-content .progress i {
        font-size: 20px;
        display: block;
        margin: 4px 0 0 -10px;
    }

#clock .row-fluid div:first-child {
    margin-left: 7.4%;
}

.progress-striped .bar {
    background-color: #E21111;
}

div#clock p {
    background: #fff;
}

#uc-logo-image {
    margin: 50px 0px;
}

.demo-columns div div {
    background: #f8f8f8;
    border: solid 1px #bbb;
}

    .demo-columns div div p {
        padding: 20px;
    }

.text-center, .text-center td {
    text-align: center;
}

.nav-arrows span.nav-arrow-prev {
    text-decoration: none;
}

.top-spacing {
    margin-top: 40px;
}

h4.media-heading {
    font-size: 13px;
}

.promo-box blockquote, .sl-content blockquote {
    border-left: none;
}
/*-------------------------------------------------*/
/* 4 Content home page1/*-------------------------------------------------*/
.content > .container {
    min-height: 300px;
}

.services {
    text-align: center;
    margin-bottom: 20px;
}

    .services a {
        display: inline-block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border: 1px solid #e3e3e3;
        width: 92px;
        height: 92px;
        text-align: center;
        padding: 0;
        margin-bottom: 26px;
        transition: all 0.17s linear;
        -moz-transition: all 0.17s linear;
        -webkit-transition: all 0.17s linear;
        -o-transition: all 0.17s linear;
    }

    .services i {
        font-size: 48px;
        color: #aaa;
        line-height: 92px;
        display: block !Important;
    }

    .services a:hover {
        border: 1px solid #E21111;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        text-decoration: none;
        background: #E21111;
    }

        .services a:hover i {
            color: #fff;
        }

    .services a.responsive {
        background: #fff url('images/responsive.html') center center no-repeat;
    }

    .services a.support {
        background: #fff url('images/support.html') center center no-repeat;
    }

    .services a.builder {
        background: #fff url('images/services.html') center center no-repeat;
    }

    .services a.customizable {
        background: #fff url('images/customizable.html') center center no-repeat;
    }

    .services a.responsive:hover {
        background: #E21111 url('images/responsive1.html') center center no-repeat;
    }

    .services a.support:hover {
        background: #E21111 url('images/support1.html') center center no-repeat;
    }

    .services a.builder:hover {
        background: #E21111 url('images/services1.html') center center no-repeat;
    }

    .services a.customizable:hover {
        background: #E21111 url('images/customizable-hover.html') center center no-repeat;
    }

    .services h2 {
        color: #000;
        font-size: 20px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 300;
        line-height: inherit;
        margin-bottom: 20px;
    }

        .services h2 span {
            color: #000;
            font-size: 20px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            line-height: inherit;
            margin-bottom: 30px;
        }

.recent-projects > h2, .team > h2, .contact-page > h2, .blog > h2, h2.heading, h2.top-title, .single-work > h2 {
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 23px;
}

    .recent-projects > h2 span, h2.heading span, .team > h2 span, .contact-page > h2 span, .blog > h2 span, h2.top-title span, .single-work > h2 span {
        display: inline-block;
        padding-bottom: 18px;
        border-bottom: 6px solid #E21111;
        margin-bottom: -1px;
    }

.contact-info img {
    padding-right: 13px;
}

.contact-info h3 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 11px;
}

.project-post {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
}

#next-project, #prev-project, .next-project, .prev-project {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: -58px;
}

#myCarousel, .customcarousel {
    position: relative;
}

#next-project, .next-project {
    right: 0;
    background: url('images/next.png') center center no-repeat;
}

#prev-project, .prev-project {
    right: 28px;
    background: url('images/prev.png') center center no-repeat;
}

.team-member {
    margin-bottom: 30px;
    overflow: hidden;
}

    .team-member h3 {
        text-align: center;
        padding: 20px 10px;
        line-height: inherit;
        margin: 0;
        color: #fff;
        font-size: 15px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        background: #E21111;
        position: relative;
    }

        .team-member h3:after {
            position: absolute;
            content: '';
            width: 0;
            left: 0;
            border: 18px solid #E21111;
            border-left-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            bottom: -36px;
            left: 50%;
            margin-left: -18px;
        }

    .team-member img {
        width: 100%;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
    }

    .team-member:hover img {
        transform: scale(1.5) rotate(360deg);
        -webkit-transform: scale(1.5) rotate(360deg);
        -moz-transform: scale(1.5) rotate(360deg);
        -o-transform: scale(1.5) rotate(360deg);
        -ms-transform: scale(1.5) rotate(360deg);
    }

    .team-member div {
        position: relative;
        overflow: hidden;
        background: #2b2b2b;
        margin-top: -5px;
        padding: 6px 14px;
    }

        .team-member div:after {
            position: absolute;
            content: '';
            width: 32px;
            height: 61px;
            left: 124px;
            top: 5px;
            background: url('images/big-arrow.png') center center no-repeat;
        }

        .team-member div span {
            display: inline-block;
            float: left;
            margin-top: 9px;
            color: #b0b0b0;
            font-size: 13px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            margin-left: 9px;
            line-height: 41px;
        }

ul.social-network {
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 12px;
}

    ul.social-network li {
        display: inline-block;
        float: left\0/;
        margin-left: 8px;
    }

        ul.social-network li:first-child {
            margin-left: 0px;
        }

        ul.social-network li a {
            display: inline-block;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            margin-bottom: -6px;
            text-decoration: none;
            background: #666;
            text-align: center;
            position: relative;
        }

        ul.social-network li i {
            font-size: 20px;
            color: #f8f8f8;
            text-shadow: #333 0px 1px 1px;
            margin-top: 10px;
            position: absolute;
            left: 50%;
            margin-left: -8px;
            top: 0;
            width: 16px;
            text-align: center;
        }

        ul.social-network li a:hover {
            opacity: 0.8;
        }

.quote blockquote {
    padding: 22px 192px 23px 20px;
    background: #E21111;
    line-height: 24px;
    font-weight: 300;
    overflow: hidden;
    margin-bottom: 32px;
    position: relative;
}

    .quote blockquote span {
        font-weight: 600;
    }

    .quote blockquote img {
        float: left;
        margin-right: 24px;
        margin-top: 7px;
    }

    .quote blockquote p {
        margin-top: 10px;
        color: #fff;
        font-size: 21px;
        font-family: 'Open Sans',sans-serif;
    }

    .quote blockquote a {
        position: absolute;
        top: 22px;
        right: 22px;
        display: inline-block;
        padding: 12px 30px;
        background: #2b2b2b;
        color: #fff;
        font-size: 16px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 8px;
        text-decoration: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

        .quote blockquote a:hover {
            opacity: 0.8;
        }

.promo-box i {
    font-size: 40px;
    color: #fff;
    float: left;
    display: block;
    margin: 4px 20px 0px 0px;
}
/*-------------------------------------------------*/
/* 5 Footer/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* 6 About page/*-------------------------------------------------*/
#banner {
    /*margin-top:90px;*/
    padding: 40px 0;
    background: url('images/banner.jpg');
    /*margin-bottom:26px;*/
    min-height: 92px;
    display: none;
}

    #banner p {
        color: #fff;
        font-size: 29px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 300;
        line-height: 33px;
        padding: 10px 130px;
        max-height: 62px;
        overflow: hidden;
    }

        #banner p span {
            font-weight: 600;
            background: none;
        }
/* 8 Contact page/*-------------------------------------------------*/
#map {
    width: 100%;
    height: 380px;
    margin-bottom: 30px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    margin-top: 38px;
}

.vcard li {
    color: #585858;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 6px;
}

.vcard i {
    font-size: 18px;
    margin-right: 10px;
    color: #333;
}

.vcard li a {
    color: #585858;
    text-decoration: underline;
}

#contact-form, #contact-form2 {
    padding-bottom: 50px;
    margin-bottom: 28px;
}

    #contact-form div.span4 {
        position: relative;
    }

    #contact-form input[type="text"], #contact-form textarea, #contact-form2 input[type="text"], #contact-form2 textarea {
        color: #737373;
        font-size: 13px;
        font-family: 'Open Sans',sans-serif;
        border: 1px solid #cecece;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        width: 90%;
        padding: 9px 5%;
        margin: 0;
        margin-bottom: 10px;
    }

    #contact-form textarea, #contact-form2 textarea {
        display: block;
        width: 97%;
        height: 77px;
        padding: 9px 1.5%;
        margin-bottom: 18px;
    }

    #contact-form input[type="submit"], #contact-form2 input[type="submit"] {
        display: inline-block;
        float: right;
        color: #fdfdfd;
        font-size: 13px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        padding: 15px 20px;
        background: #E21111;
        transition: all 0.17s ease-in-out;
        -moz-transition: all 0.17s ease-in-out;
        -webkit-transition: all 0.17s ease-in-out;
        -o-transition: all 0.17s ease-in-out;
        border: none;
    }

        #contact-form input[type="submit"]:hover, #contact-form2 input[type="submit"]:hover {
            opacity: 0.8;
        }

    #contact-form #status {
        font-size: 12px;
    }

    #contact-form label.error {
        color: #eb2c06;
        padding: 10px 10px 0 10px;
    }

.alert.error-container {
    padding: 0;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 10px;
}

    .alert.error-container label.error:last-child {
        padding-bottom: 10px;
    }

#contact-form .success {
    color: #468847;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 8px 35px 8px 14px;
    background-color: #dff0d8;
}

.alignleft {
    float: left;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.alignright {
    float: right;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter {
    margin-top: 5px;
    margin-bottom: 5px;
}

.post.fixed {
    height: auto;
    position: relative;
}


#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar th {
    background: #333;
    color: #fff;
    text-align: center;
}

#wp-calendar caption {
    background: #E21111;
    padding: 4px;
    color: #fff;
}

#wp-calendar #prev, #wp-calendar #next {
    background: none;
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    left: auto;
    right: auto;
}

#wp-calendar tfoot td {
    border: 0 !important;
}

#wp-calendar tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}


/* Global Styles ========================================================================= */
/* Form Elements */


input, select, textarea, button {
    font: 13px/15px Arial,Helvetica,sans-serif;
    vertical-align: middle;
}

    input.input-text, select, textarea {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #DFDFDF;
        padding: 4px 6px;
        height: 30px;
    }

    input.input-text, textarea {
    }

select {
    padding: 3px;
}

    select option {
        padding-right: 10px;
    }

    select.multiselect option {
        border-bottom: 1px solid #b6b6b6;
        padding: 2px 5px;
    }

        select.multiselect option:last-child {
            border-bottom: 0;
        }

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 2.5em !important;
}

button.button {
    -webkit-border-fit: lines;
}
/* <- Safari & Google Chrome Fix */
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

    button.button span {
        background: none repeat scroll 0 0 #E21111;
        border: 1px solid #DE5400;
        color: #FFFFFF;
        display: block;
        font-family: oratorstd;
        font-size: 12px;
        height: 19px;
        padding: 8px;
        text-align: center;
        white-space: nowrap;
    }

        button.button span span {
            border: 0;
            padding: 0;
        }

button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

button.btn-checkout {
    background: none repeat scroll 0 0 #C4C4C4;
    border: 0 none;
    color: #000000;
    float: right;
    font-size: 25px;
    margin: 10px 0;
    padding: 27px;
    text-transform: uppercase;
    width: 366px;
}

    button.btn-checkout span {
        color: #000000;
        font-size: 25px;
        background: none;
        border: none;
    }

    button.btn-checkout.no-checkout span {
        background-position: 0 100%;
        color: #b8baba;
    }

        button.btn-checkout.no-checkout span span {
            background-position: 100% 100%;
        }

p.control input.checkbox, p.control input.radio {
    margin-right: 6px;
}
/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus {
    -moz-box-shadow: inset 0 0 10px #ccc;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    box-shadow: inset 0 0 10px #ccc;
}

.fieldset {
    border: 1px solid #bbafa0;
    background: #fbfaf6;
    padding: 22px 25px 12px 33px;
    margin: 28px 0;
}

    .fieldset .legend {
        float: left;
        font-weight: bold;
        font-size: 13px;
        border: 1px solid #f19900;
        background: #f9f3e3;
        color: #e76200;
        margin: -33px 0 0 -10px;
        padding: 0 8px;
        position: relative;
    }
/* Form Validation */
/* Global Messages */
.success {
    color: #3d6611;
    font-weight: bold;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
}

.messages, .messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
}

    .messages li {
        margin: 0 0 10px !important;
    }

        .messages li li {
            margin: 0 0 3px !important;
        }

.error-msg, .success-msg, .note-msg, .notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

.error-msg {
    background-color: #E21111;
    border-color: #E21111;
    color: #FFFFFF;
}

.success-msg {
    background-color: #E21111;
    border-color: #E21111;
    color: #FFFFFF;
}

.note-msg, .notice-msg {
    background-color: #E21111;
    border-color: #E21111;
    color: #FFFFFF;
}
/* Page Heading */
.breadcrumb, .woocommerce-breadcrumb {
    border: medium none;
    clear: both;
    color: #fff !important;
    display: inline-block;
    font-family: 'oratorstd';
    font-size: 14px !important;
    position: relative;
    background: #333;
    background: rgba(71,71,71,0.7);
    float: right !important;
    text-align: right;
    padding: 0px 20px !important;
}

    .breadcrumb .navigation-pipe {
        color: #fff;
        margin: 0 5px;
    }

    .breadcrumb a, .woocommerce-breadcrumb a {
        color: #E21111 !important;
        display: inline-block;
        font-size: 14px;
    }

h1.page-title {
    color: #F5F6FB;
    font-family: oratorstd;
    font-size: 18px;
    font-weight: normal !important;
    height: 58%;
    left: 0;
    line-height: 60px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    margin: 0;
    background: #333;
    background: rgba(71,71,71,0.7);
    position: relative;
    display: inline-block;
}

#ship-to-different-address label {
    display: inline;
    padding-left: 0;
}

.pagination-options {
    margin-top: -57px;
}

.post-type-archive .pagination-options {
    display: none;
}

.pagination-options label {
    display: inline;
    margin-left: 12px;
}

.woocommerce .span9 h1.page-title {
    display: none;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

.title-buttons {
    text-align: right;
}

    .title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
        float: left;
    }

.subtitle, .sub-title {
    clear: both;
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    color: #e25203;
}

.separator {
    margin: 0 3px;
}
/* Header ================================================================================ */
.title-carousel {
    border-bottom: 1px solid #CCCCCC;
    color: #3F3E3E;
    font-family: oratorstd;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
    padding-bottom: 14px;
    padding-left: 0;
    padding-top: 0;
    text-align: left;
    text-transform: none;
    width: 100%;
}
/* Sidebar =============================================================================== */
aside .block {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 13px #eaeaea;
    border: 1px solid #c0c0c0;
}

    aside .block h3 {
        background: none repeat scroll 0 0 #E21111;
        color: #FFFFFF;
        font-family: oratorstd;
        font-weight: normal;
        padding: 6px 11px;
        text-align: center;
        margin: 0;
    }

aside .block-container {
    background: #FFFFFF;
    font-size: 12px;
}
/* ************************************************************************************************		ASIDE CATEGORY BLOCK************************************************************************************************ */
.ui-slider-horizontal {
    height: 0.5em !important;
}

html .ui-slider-handle {
    background: url("images/btn-ft.png") no-repeat scroll 0 0 transparent !important;
    border: medium none !important;
    height: 18px !important;
    width: 18px !important;
}

#layered_block_left {
    border-bottom: 0 none !important;
}

.sort-title {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
    padding: 5px 11px;
    text-align: left;
    text-transform: uppercase;
}

.ui-widget-header {
    background: #f0f8fa;
}

.ui-widget-content {
    background: #fff;
}

.HoverImg {
    display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 #999999;
}
/* ======================================================================================= */
/*===================SHOP========================*/
.sorting-bar a.selectBox-dropdown {
    float: left;
    width: 200px !important;
    margin-right: 20px !Important;
}

.woocommerce-message {
    border-radius: 0 !Important;
    border-top-color: #E21111 !important;
}

    .woocommerce-message:before {
        background-color: #E21111 !important;
    }

.product-detail .product_meta {
    display: none;
}

span.onsale {
    min-height: 32px;
    min-width: 32px;
    background: #333;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 6px;
    left: 6px;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
}

.woocommerce-message a.button {
    margin-bottom: 14px;
    display: inline-block;
}

.yith-wcwl-wishlistaddedbrowse.show {
    position: relative;
}

    .yith-wcwl-wishlistaddedbrowse.show a {
        position: absolute;
        top: -10px;
        left: 0px;
    }
/*================================================*/

/*======================REVIEW(COMMENTS)==============*/
#reviews ul.comments li figure {
    width: 60px;
    height: 60px;
}

#commentform a.selectBox-dropdown {
    display: none !important;
}

#commentform label {
    font: 14px 'Open sans',sans-serif;
    color: #000000;
    display: block;
    margin-top: 20px;
}

#commentform p.stars a {
    color: red;
}
/* Category Page ========================================================================= */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 5px !Important;
    margin: 0 2.5% 2.992em 0 !important;
}

    .woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.last {
        margin-right: 0 !important;
    }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 23.05% !important;
}

.products .product {
    background: #FFFFFF;
    margin-bottom: 20px !important;
    border: 1px solid #DFDFDF !important;
    list-style: none outside none;
    position: relative;
    transition: all 1s ease 0s;
}

.products li:hover {
    border-color: #E21111;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.product-inner {
    text-align: center;
}

    .product-inner > a {
        display: block;
    }

.woocommerce .products .product a {
    text-align: center;
}

.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
    margin: 5px auto !important;
}

.woocommerce .products img {
    margin: 0 0 10px;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table, .woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
    background: #fff;
}

.woocommerce .checkout input[type="text"], .wooformwrapper input[type="text"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 30px;
}

.wooformwrapper select {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce .col2-set.addresses {
    padding: 0;
}

.woocommerce .col2-set .col-1.address, .woocommerce-page .col2-set .col-1.address, .woocommerce .col2-set .col-2.address, .woocommerce-page .col2-set .col-2.address {
    width: 47%;
    padding: 1.5%;
}

.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders th, .woocommerce-page table.my_account_orders td {
    font-size: 12px;
}

.woocommerce .checkout, .myaccount_user, .addresses, .wooformwrapper {
    padding: 16px 0 0;
    background: none;
}

.chzn-container-single .chzn-single {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.product-grid .product-image img:hover {
    border: 1px solid #999999;
}

.product-grid .product-name {
    margin: 5px 0;
    padding: 0;
}

.woocommerce .product h3 {
    color: inherit;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.333;
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: #E21111;
}

#slider {
    height: 495px;
    background: #767676;
    margin-bottom: 25px;
}

.sl-slider-wrapper {
    width: auto;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}
/* Slide wrapper and slides */
.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}
/* The duplicate parts/slices */
.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}
/* Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

    .sl-slide-horizontal .sl-content-slice:first-child {
        top: -200px;
        padding: 200px 200px 0px 200px;
    }

    .sl-slide-horizontal .sl-content-slice:nth-child(2) {
        top: 50%;
        padding: 0px 200px 200px 200px;
    }
/* Vertical slice */
.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

    .sl-slide-vertical .sl-content-slice:first-child {
        left: -200px;
        padding: 200px 0px 200px 200px;
    }

    .sl-slide-vertical .sl-content-slice:nth-child(2) {
        left: 50%;
        padding: 200px 200px 200px 0px;
    }
/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
    background: #fff;
}
/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
    background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
    background: #ccc;
}

.sl-slider-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.sl-slider h2, .sl-slider blockquote {
    text-align: center;
    width: 66%;
    max-width: 960px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.sl-slider h2 {
    margin-top: 190px;
    padding: 0px 30px;
    font-size: 37px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    margin-bottom: 8px;
}

    .sl-slider h2 span {
        display: inline-block;
        padding-bottom: 8px;
        border-bottom: 2px solid #E21111;
    }

.sl-slider blockquote {
    padding: 0 30px;
}

    .sl-slider blockquote h3 {
        padding: 10px 30px;
        font-size: 38px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Open Sans',sans-serif;
        font-weight: 700;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
        line-height: 35px;
    }

    .sl-slider blockquote p {
        font-size: 26px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Open Sans',sans-serif;
        font-weight: 300;
        font-style: italic;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
        line-height: 35px;
    }

    .sl-slider blockquote h3 span {
        font-weight: 300;
        text-transform: lowercase;
    }

.bg-img {
    /*padding:200px;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    /*top:-200px;left:-200px;*/
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
/* Custom navigation arrows */
.nav-arrows span {
    position: absolute;
    z-index: 1000;
    top: 50%;
    width: 65px;
    height: 65px;
    border: 3px solid #E21111;
    text-indent: -90000px;
    margin-top: -35px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s linear;
    -moz-transition: all 0.17s linear;
    -webkit-transition: all 0.17s linear;
    -o-transition: all 0.17s linear;
}

    .nav-arrows span:hover {
        opacity: 0.7;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .nav-arrows span.nav-arrow-prev {
        left: 45px;
        background: #E21111 url('images/prev-slide.png') center center no-repeat;
        background: #E21111 url('images/prev-slide.png') center center no-repeat\0/;
    }

    .nav-arrows span.nav-arrow-next {
        right: 45px;
        background: #E21111 url('images/next-slide.png') center center no-repeat;
        background: #E21111 url('images/next-slide.png') center center no-repeat\0/;
    }
/* Custom navigation dots */
.nav-dots {
    text-align: center;
    position: absolute;
    bottom: 2%;
    height: 30px;
    width: 100%;
    left: 0;
    z-index: 1000;
}

    .nav-dots span {
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin: 3px;
        background: #ddd;
        background: rgba(150,150,150,0.4);
        cursor: pointer;
        box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1);
    }

    .nav-dots span {
        background: rgba(150,150,150,0.1);
        margin: 6px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(255,255,255,0.5);
    }

        .nav-dots span.nav-dot-current, .nav-dots span:hover {
            box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 5px rgba(255,255,255,0.5);
        }

            .nav-dots span.nav-dot-current:after {
                content: "";
                position: absolute;
                width: 10px;
                height: 10px;
                top: 3px;
                left: 3px;
                border-radius: 50%;
                background: rgba(255,255,255,0.8);
            }
/* Animations for content elements */
.sl-trans-elems .deco {
    -webkit-animation: roll 1s ease-out both,fadeIn 1s ease-out both;
    -moz-animation: roll 1s ease-out both,fadeIn 1s ease-out both;
    -o-animation: roll 1s ease-out both,fadeIn 1s ease-out both;
    -ms-animation: roll 1s ease-out both,fadeIn 1s ease-out both;
    animation: roll 1s ease-out both,fadeIn 1s ease-out both;
}

.sl-trans-elems h2 {
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    -o-animation: moveUp 1s ease-in-out both;
    -ms-animation: moveUp 1s ease-in-out both;
    animation: moveUp 1s ease-in-out both;
}

.sl-trans-elems blockquote {
    -webkit-animation: fadeIn 0.5s linear 0.5s both;
    -moz-animation: fadeIn 0.5s linear 0.5s both;
    -o-animation: fadeIn 0.5s linear 0.5s both;
    -ms-animation: fadeIn 0.5s linear 0.5s both;
    animation: fadeIn 0.5s linear 0.5s both;
}

.sl-trans-back-elems .deco {
    -webkit-animation: scaleDown 1s ease-in-out both;
    -moz-animation: scaleDown 1s ease-in-out both;
    -o-animation: scaleDown 1s ease-in-out both;
    -ms-animation: scaleDown 1s ease-in-out both;
    animation: scaleDown 1s ease-in-out both;
}

.sl-trans-back-elems h2 {
    -webkit-animation: fadeOut 1s ease-in-out both;
    -moz-animation: fadeOut 1s ease-in-out both;
    -o-animation: fadeOut 1s ease-in-out both;
    -ms-animation: fadeOut 1s ease-in-out both;
    animation: fadeOut 1s ease-in-out both;
}

.sl-trans-back-elems blockquote {
    -webkit-animation: fadeOut 1s linear both;
    -moz-animation: fadeOut 1s linear both;
    -o-animation: fadeOut 1s linear both;
    -ms-animation: fadeOut 1s linear both;
    animation: fadeOut 1s linear both;
}

@-webkit-keyframes roll {
    0% {
        -webkit-transform: translateX(500px) rotate(360deg);
    }

    100% {
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@-moz-keyframes roll {
    0% {
        -moz-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -moz-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-o-keyframes roll {
    0% {
        -o-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -o-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-ms-keyframes roll {
    0% {
        -ms-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@keyframes roll {
    0% {
        transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes moveUp {
    0% {
        -moz-transform: translateY(40px);
    }

    100% {
        -moz-transform: translateY(0px);
    }
}

@-o-keyframes moveUp {
    0% {
        -o-transform: translateY(40px);
    }

    100% {
        -o-transform: translateY(0px);
    }
}

@-ms-keyframes moveUp {
    0% {
        -ms-transform: translateY(40px);
    }

    100% {
        -ms-transform: translateY(0px);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes scaleDown {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.5);
    }
}

@-moz-keyframes scaleDown {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.5);
    }
}

@-o-keyframes scaleDown {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(0.5);
    }
}

@-ms-keyframes scaleDown {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(0.5);
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* * jQuery FlexSlider v2.0 * http://www.woothemes.com/flexslider/
* * Copyright 2012 WooThemes * Free to use under the GPLv2 license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author:Tyler Smith (@mbmufffin) */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* FlexSlider Necessary Styles*********************************/ .flexslider {
    margin: 0;
    padding: 0;
    margin-bottom: 20px !important;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script,such as Modernizr,make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}
/* FlexSlider Default Theme*********************************/
.flexslider {
    margin: 0;
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
    position: relative;
}

.carousel li {
    margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
    width: 100%;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.flexslider:hover .flex-direction-nav {
    opacity: 1;
}

.flex-direction-nav .flex-next {
    width: 40px;
    height: 40px;
    background: #E21111 url(images/next-slide.png) center no-repeat;
    float: right;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.flex-direction-nav .flex-prev {
    width: 40px;
    height: 40px;
    background: #E21111 url(images/prev-slide.png) center no-repeat;
    float: left;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.flexslider .flex-next:hover {
    opacity: 0.8;
}

.flexslider .flex-prev:hover {
    opacity: 0.8;
}
/* Control Nav */
.flex-control-nav {
    min-width: 50px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

    .flex-control-nav li {
        margin: 0 3px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 19px;
    height: 19px;
    display: block;
    background: url(images/bullet-deactive.html) center no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}

    .flex-control-paging li a:hover {
        opacity: 0.9;
    }

    .flex-control-paging li a.flex-active {
        background: url(images/bullet-active.html);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

.flex-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 18px;
}
/** * BxSlider v4.0 - Fully loaded,responsive content slider * http://bxslider.com * * Written by:Steven Wanderski,2012 * http://stevenwanderski.com * (while drinking Belgian ales and listening to jazz) * * CEO and founder of bxCreative,LTD * http://bxcreative.com */
/** RESET AND LAYOUT===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    text-align: center;
    min-height: 86px;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }
    /** THEME===================================*/
    .bx-wrapper .bx-viewport {
        left: -5px;
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }
    /* LOADER */
    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url('images/bx_loader.gif') center center no-repeat;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }
    /* PAGER */
    .bx-wrapper .bx-pager {
        display: none;
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #828fac;
            text-indent: -9999px;
            display: block;
            width: 15px;
            height: 15px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #828fac;
            }
    /* DIRECTION CONTROLS (NEXT / PREV) */
    .bx-wrapper .bx-prev {
        left: 10px;
        background: url('images/prev-slide.png') center center no-repeat;
        border: 1px solid #9ba5bd;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url('images/next-slide.png') center center no-repeat;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    .bx-wrapper .bx-prev:hover {
        opacity: 0.7;
    }

    .bx-wrapper .bx-next:hover {
        opacity: 0.7;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -37px;
        outline: 0;
        width: 65px;
        height: 65px;
        border: 5px solid rgba(255,255,255,0.6);
        border: 5px solid rgb(255,255,255)\0/;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }
    /* AUTO CONTROLS (START / STOP) */
    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(images/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(images/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }
    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: center;
        width: 100%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }
    /* IMAGE CAPTIONS */
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80,80,80,0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

#bx-pager {
    text-align: center;
}

    #bx-pager a {
        display: inline-block;
        margin: 10px;
        opacity: 0.6;
    }

        #bx-pager a.active {
            opacity: 1;
        }

    #bx-pager img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        padding: 9px;
        border: 1px solid #7281a1;
    }

.clients .bx-prev, .clients .bx-next {
    display: none;
}
/*----Additional Styles ----*/
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
      background: #fff!important;
    box-shadow: none!important;
    color: #E21111;
}

.star-rating {
    color: #E21111;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: none!important;
    box-shadow: none!important;
}

media="all".i-tab li {
    font-size: 13px;
    margin: 0 -1px 0 0;
    padding: 20px;
}

.btn-info {
    margin-bottom: 20px;
}

.woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product {
    box-shadow: 0px 0px 13px #eaeaea;
}

#slider {
    height: 350px;
}

#contact-form input[type="text"], #contact-form textarea, #contact-form2 input[type="text"], #contact-form2 textarea {
    padding-left: 14px;
}

.block-container #search-global-form input[type="submit"], #searchform input[type="submit"] {
    background: url("images/search.png") no-repeat;
    border: none;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 17px;
    right: 5px;
}

.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    vertical-align: top;
    margin-right: 8px;
}

.woocommerce #content-wrapper h1.page-title {
    display: none;
}

.variations .label {
    background: #E21111;
    margin-top: 8px;
    padding-left: 8px !Important;
    padding-top: 4px;
}

.single-product .span9 > div {
    background: #fff;
    padding: 16px;
}

