/* Minification failed. Returning unminified contents.
(5191,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(6690,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */
/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden
{
    display: none;
}
.ui-helper-hidden-accessible
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after
{
    content: "";
    display: table;
}
.ui-helper-clearfix:after
{
    clear: both;
}
.ui-helper-clearfix
{
    zoom: 1;
}
.ui-helper-zfix
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled
{
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon
{
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header
{
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    zoom: 1;
}
.ui-accordion .ui-accordion-icons
{
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons
{
    padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons
{
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon
{
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content
{
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    zoom: 1;
}

.ui-autocomplete
{
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete
{
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */

.ui-button
{
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active
{
    text-decoration: none;
}
.ui-button-icon-only
{
    width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only
{
    width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only
{
    width: 3.4em;
}
button.ui-button-icons-only
{
    width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text
{
    display: block;
    line-height: 1.4;
}
.ui-button-text-only .ui-button-text
{
    padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text
{
    padding: .4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text
{
    padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text
{
    padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text
{
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button
{
    padding: .4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon
{
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon
{
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary
{
    left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary
{
    right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary
{
    right: .5em;
}

/*button sets*/
.ui-buttonset
{
    margin-right: 7px;
}
.ui-buttonset .ui-button
{
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
/* reset extra padding in Firefox */

.ui-datepicker
{
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header
{
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover
{
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev
{
    left: 2px;
}
.ui-datepicker .ui-datepicker-next
{
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover
{
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover
{
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title
{
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select
{
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year
{
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
{
    width: 49%;
}
.ui-datepicker table
{
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th
{
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td
{
    border: 0;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a
{
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane
{
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button
{
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current
{
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi
{
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group
{
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table
{
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group
{
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group
{
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group
{
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header
{
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header
{
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane
{
    clear: left;
}
.ui-datepicker-row-break
{
    clear: both;
    width: 100%;
    font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl
{
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev
{
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next
{
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover
{
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover
{
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane
{
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button
{
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current
{
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group
{
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header
{
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header
{
    border-right-width: 0;
    border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover
{
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.ui-dialog
{
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar
{
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title
{
    float: left;
    margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close
{
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span
{
    display: block;
    margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
{
    padding: 0;
}
.ui-dialog .ui-dialog-content
{
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane
{
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button
{
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se
{
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar
{
    cursor: move;
}

.ui-menu
{
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu
{
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item
{
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%;
}
.ui-menu .ui-menu-divider
{
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a
{
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    zoom: 1;
    font-weight: normal;
    transition: 0;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active
{
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled
{
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}
.ui-menu .ui-state-disabled a
{
    cursor: default;
}

/* icon support */
.ui-menu-icons
{
    position: relative;
}
.ui-menu-icons .ui-menu-item a
{
    position: relative;
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon
{
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon
{
    position: static;
    float: right;
}

.ui-progressbar
{
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value
{
    margin: -1px;
    height: 100%;
}
.ui-resizable
{
    position: relative;
}
.ui-resizable-handle
{
    position: absolute;
    font-size: 0.1px;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle
{
    display: none;
}
.ui-resizable-n
{
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s
{
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e
{
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w
{
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se
{
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw
{
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw
{
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne
{
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable-helper
{
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-slider
{
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle
{
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.ui-slider .ui-slider-range
{
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal
{
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle
{
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range
{
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min
{
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max
{
    right: 0;
}

.ui-slider-vertical
{
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle
{
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range
{
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min
{
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max
{
    top: 0;
}
.ui-spinner
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input
{
    border: none;
    background: none;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}
.ui-spinner-button
{
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button
{
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* more specificity required here to overide default borders */
.ui-spinner .ui-icon
{
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
/* vertical centre icon */
.ui-spinner-up
{
    top: 0;
}
.ui-spinner-down
{
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s
{
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs
{
    position: relative;
    padding: .2em;
    zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav
{
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li
{
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a
{
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active
{
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a
{
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a
{
    cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel
{
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip
{
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip
{
    background-image: none;
}
body .ui-tooltip
{
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget
{
    font-family: Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget
{
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
    font-family: Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content
{
    border: 1px solid #eeeeee;
    background: #ffffff; /*url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;*/
    color: #333333;
}
.ui-widget-content a
{
    color: #333333;
}
.ui-widget-header
{
    border: 1px solid #e3a1a1;
    background: #cc0000;/* url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;*/
    color: #ffffff;
    font-weight: bold;
}
.ui-widget-header a
{
    color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    border: 1px solid #d8dcdf;
    background: #eeeeee;/* url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;*/
    font-weight: bold;
    color: #004276;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
    color: #004276;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
    border: 1px solid #cdd5da;
    background: #f6f6f6;/* url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;*/
    font-weight: bold;
    color: #111111;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited
{
    color: #111111;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    border: 1px solid #eeeeee;
    background: #ffffff;/* url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;*/
    font-weight: bold;
    color: #cc0000;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
    color: #cc0000;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
    border: 1px solid #fcd3a1;
    background: #fbf8ee;/* url(images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;*/
    color: #444444;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a
{
    color: #444444;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
{
    border: 1px solid #cc0000;
    background: #f3d8d8; /* url(images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;*/
    color: #2e2e2e;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a
{
    color: #2e2e2e;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text
{
    color: #2e2e2e;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary
{
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary
{
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled
{
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon
{
    filter: Alpha(Opacity=35);
}
/* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon
{
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-widget-content .ui-icon
{
    background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-widget-header .ui-icon
{
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon
{
    background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon
{
    background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-state-active .ui-icon
{
    background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-state-highlight .ui-icon
{
    background-image: url(images/ui-icons_004276_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon
{
    background-image: url(images/ui-icons_cc0000_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n
{
    background-position: 0 0;
}
.ui-icon-carat-1-ne
{
    background-position: -16px 0;
}
.ui-icon-carat-1-e
{
    background-position: -32px 0;
}
.ui-icon-carat-1-se
{
    background-position: -48px 0;
}
.ui-icon-carat-1-s
{
    background-position: -64px 0;
}
.ui-icon-carat-1-sw
{
    background-position: -80px 0;
}
.ui-icon-carat-1-w
{
    background-position: -96px 0;
}
.ui-icon-carat-1-nw
{
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s
{
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w
{
    background-position: -144px 0;
}
.ui-icon-triangle-1-n
{
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne
{
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e
{
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se
{
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s
{
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw
{
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w
{
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw
{
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s
{
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w
{
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n
{
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne
{
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e
{
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se
{
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s
{
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw
{
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w
{
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw
{
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s
{
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw
{
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w
{
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw
{
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n
{
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e
{
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s
{
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w
{
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n
{
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne
{
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e
{
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se
{
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s
{
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw
{
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w
{
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw
{
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s
{
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw
{
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w
{
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw
{
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n
{
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e
{
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s
{
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w
{
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w
{
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n
{
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e
{
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s
{
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w
{
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n
{
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e
{
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s
{
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w
{
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n
{
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e
{
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s
{
    background-position: -176px -64px;
}
.ui-icon-arrow-4
{
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag
{
    background-position: -16px -80px;
}
.ui-icon-extlink
{
    background-position: -32px -80px;
}
.ui-icon-newwin
{
    background-position: -48px -80px;
}
.ui-icon-refresh
{
    background-position: -64px -80px;
}
.ui-icon-shuffle
{
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w
{
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w
{
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed
{
    background-position: 0 -96px;
}
.ui-icon-folder-open
{
    background-position: -16px -96px;
}
.ui-icon-document
{
    background-position: -32px -96px;
}
.ui-icon-document-b
{
    background-position: -48px -96px;
}
.ui-icon-note
{
    background-position: -64px -96px;
}
.ui-icon-mail-closed
{
    background-position: -80px -96px;
}
.ui-icon-mail-open
{
    background-position: -96px -96px;
}
.ui-icon-suitcase
{
    background-position: -112px -96px;
}
.ui-icon-comment
{
    background-position: -128px -96px;
}
.ui-icon-person
{
    background-position: -144px -96px;
}
.ui-icon-print
{
    background-position: -160px -96px;
}
.ui-icon-trash
{
    background-position: -176px -96px;
}
.ui-icon-locked
{
    background-position: -192px -96px;
}
.ui-icon-unlocked
{
    background-position: -208px -96px;
}
.ui-icon-bookmark
{
    background-position: -224px -96px;
}
.ui-icon-tag
{
    background-position: -240px -96px;
}
.ui-icon-home
{
    background-position: 0 -112px;
}
.ui-icon-flag
{
    background-position: -16px -112px;
}
.ui-icon-calendar
{
    background-position: -32px -112px;
}
.ui-icon-cart
{
    background-position: -48px -112px;
}
.ui-icon-pencil
{
    background-position: -64px -112px;
}
.ui-icon-clock
{
    background-position: -80px -112px;
}
.ui-icon-disk
{
    background-position: -96px -112px;
}
.ui-icon-calculator
{
    background-position: -112px -112px;
}
.ui-icon-zoomin
{
    background-position: -128px -112px;
}
.ui-icon-zoomout
{
    background-position: -144px -112px;
}
.ui-icon-search
{
    background-position: -160px -112px;
}
.ui-icon-wrench
{
    background-position: -176px -112px;
}
.ui-icon-gear
{
    background-position: -192px -112px;
}
.ui-icon-heart
{
    background-position: -208px -112px;
}
.ui-icon-star
{
    background-position: -224px -112px;
}
.ui-icon-link
{
    background-position: -240px -112px;
}
.ui-icon-cancel
{
    background-position: 0 -128px;
}
.ui-icon-plus
{
    background-position: -16px -128px;
}
.ui-icon-plusthick
{
    background-position: -32px -128px;
}
.ui-icon-minus
{
    background-position: -48px -128px;
}
.ui-icon-minusthick
{
    background-position: -64px -128px;
}
.ui-icon-close
{
    background-position: -80px -128px;
}
.ui-icon-closethick
{
    background-position: -96px -128px;
}
.ui-icon-key
{
    background-position: -112px -128px;
}
.ui-icon-lightbulb
{
    background-position: -128px -128px;
}
.ui-icon-scissors
{
    background-position: -144px -128px;
}
.ui-icon-clipboard
{
    background-position: -160px -128px;
}
.ui-icon-copy
{
    background-position: -176px -128px;
}
.ui-icon-contact
{
    background-position: -192px -128px;
}
.ui-icon-image
{
    background-position: -208px -128px;
}
.ui-icon-video
{
    background-position: -224px -128px;
}
.ui-icon-script
{
    background-position: -240px -128px;
}
.ui-icon-alert
{
    background-position: 0 -144px;
}
.ui-icon-info
{
    background-position: -16px -144px;
}
.ui-icon-notice
{
    background-position: -32px -144px;
}
.ui-icon-help
{
    background-position: -48px -144px;
}
.ui-icon-check
{
    background-position: -64px -144px;
}
.ui-icon-bullet
{
    background-position: -80px -144px;
}
.ui-icon-radio-on
{
    background-position: -96px -144px;
}
.ui-icon-radio-off
{
    background-position: -112px -144px;
}
.ui-icon-pin-w
{
    background-position: -128px -144px;
}
.ui-icon-pin-s
{
    background-position: -144px -144px;
}
.ui-icon-play
{
    background-position: 0 -160px;
}
.ui-icon-pause
{
    background-position: -16px -160px;
}
.ui-icon-seek-next
{
    background-position: -32px -160px;
}
.ui-icon-seek-prev
{
    background-position: -48px -160px;
}
.ui-icon-seek-end
{
    background-position: -64px -160px;
}
.ui-icon-seek-start
{
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first
{
    background-position: -80px -160px;
}
.ui-icon-stop
{
    background-position: -96px -160px;
}
.ui-icon-eject
{
    background-position: -112px -160px;
}
.ui-icon-volume-off
{
    background-position: -128px -160px;
}
.ui-icon-volume-on
{
    background-position: -144px -160px;
}
.ui-icon-power
{
    background-position: 0 -176px;
}
.ui-icon-signal-diag
{
    background-position: -16px -176px;
}
.ui-icon-signal
{
    background-position: -32px -176px;
}
.ui-icon-battery-0
{
    background-position: -48px -176px;
}
.ui-icon-battery-1
{
    background-position: -64px -176px;
}
.ui-icon-battery-2
{
    background-position: -80px -176px;
}
.ui-icon-battery-3
{
    background-position: -96px -176px;
}
.ui-icon-circle-plus
{
    background-position: 0 -192px;
}
.ui-icon-circle-minus
{
    background-position: -16px -192px;
}
.ui-icon-circle-close
{
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e
{
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s
{
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w
{
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n
{
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e
{
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s
{
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w
{
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n
{
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin
{
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout
{
    background-position: -192px -192px;
}
.ui-icon-circle-check
{
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus
{
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus
{
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close
{
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus
{
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus
{
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close
{
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical
{
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal
{
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical
{
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal
{
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se
{
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se
{
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl
{
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    transition: 0 !important;
   /* transition: 0.5s all ease;*/
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr
{
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    transition: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: 0 !important;
}

/* Overlays */
.ui-widget-overlay
{
    background: #a6a6a6 url(images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;
    opacity: .4;
    filter: Alpha(Opacity=40);
}
.ui-widget-shadow
{
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #333333 url(images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x;
    opacity: .1;
    filter: Alpha(Opacity=10);
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

@charset "UTF-8";.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@keyframes animatedBackground{from{background-position:0 0}to{background-position:5920px 0}}@-webkit-keyframes animatedBackground{from{background-position:0 0}to{background-position:5920px 0}}@-moz-keyframe animatedBackground{from{background-position:0 0}to{background-position:5920px 0}}
.divmaincatecss {
    border: 0px solid red;
    text-align: center;
    padding: 2px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 10px;
    font-size: 16px;
    height: 60px;
}

.tarak-bottom-margin1 {
    height: 30px;
}

.service-box-center h2 {
    margin: .67em 0;
}

.footer-title-info h1 {
    font-size: 15px;
    color: #626262;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f0f0;
    padding: 0 0 6px;
}

.footer-title-info p {
    font-size: 14px;
    color: #626262;
    margin: 20px 0;
    text-align: justify;
}

    .footer-title-info p a {
        letter-spacing: 1px;
        color: #626262;
    }

.footer-title-info h2 {
    text-transform: uppercase;
    font-size: 14px;
    color: #626262;
    border-bottom: 1px solid #f2f0f0;
    padding: 0 0 6px;
}

.displayexpmore {
    display: none;
}

.dealtimetxtdeals101 {
    font-size: 14px;
    text-transform: none;
    color: #b10212;
}

.brandboxdpadding {
    padding: 15px;
}

.brandboxdesign {
    border: 2px solid #eaeaea;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
}

ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

    ul ul, ul ol, ol ol, ol ul {
        margin-bottom: 0;
    }

    ul.unstyled, ol.unstyled {
        margin-left: 0;
        list-style: none;
    }

    ul.inline, ol.inline {
        margin-left: 0;
        list-style: none;
    }

        ul.inline > li, ol.inline > li {
            display: inline-block;
            padding-right: 5px;
            padding-left: 5px;
        }

    ul ul, ol ul {
        list-style-type: circle;
    }

#page {
    overflow: hidden;
}

.modal-dialog.newsletter-popup {
    margin-top: 8%;
    color: #000;
    min-width: 450px;
    padding: 0;
    text-align: left;
    width: 470px;
    text-align: center;
    background: rgba(0,0,0,0.9);
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.17);
    overflow: hidden;
    opacity: 1;
    box-shadow: none;
}

.newsletter-popup .modal-content {
    background: inherit;
    padding: 20px;
    text-align: center;
    position: initial;
    border: none;
}

.newsletter-popup .close {
    cursor: pointer;
    line-height: 27px;
    min-width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #eee;
    font-family: Verdana,Geneva,sans-serif;
    opacity: 1;
}

    .newsletter-popup .close:hover {
        color: #fe0100;
    }

.newsletter-popup h4.modal-title {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

#newsletter-form .content-subscribe {
    overflow: hidden;
}

.form-subscribe-header label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0;
    max-width: 95%;
}

#newsletter-form .input-box .input-text {
    border: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    margin: 0 0 5px;
    padding-left: 15px;
    width: 95%;
    border-radius: 0;
    color: #000;
    font-size: 14px;
}

.subscribe-bottom input[type=checkbox] {
    vertical-align: sub;
}

#newsletter-form .actions .button-subscribe {
    background-color: #b10212;
    border: medium none;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 8px;
}

    #newsletter-form .actions .button-subscribe:hover {
        background: #666;
        color: #fff;
    }

.subscribe-bottom {
    color: #eee;
    display: block;
    margin-top: 15px;
    overflow: hidden;
}

    .subscribe-bottom label {
        color: #eee;
        font-size: 12px;
        margin-bottom: 0;
    }

#dont_show {
    margin: 0;
    vertical-align: middle;
}

.modal-open .modal {
    background: none repeat scroll 0 0 rgba(132,132,132,0.6);
}

.modal-open {
    overflow: visible!important;
}

.main-col {
    margin: auto;
    overflow: hidden;
}

.col-main {
    font-size: 14px;
}

.col-left {
    margin-bottom: 0;
}

.col-right {
    margin-bottom: 0;
}

.col1-layout .header-background-default {
    margin: 20px;
    padding: 0;
}

.col1-layout .col-main {
    float: none;
    width: auto;
    margin-top: 0;
}

.col2-left-layout .col-main {
    margin-top: 0;
}

.col2-right-layout ol.opc .col-md-4 {
    margin-right: 15px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 780px;
}

    .col3-layout .col-wrapper .col-main {
        float: right;
    }

.main-container {
    min-height: 350px;
    padding: 25px 0 0;
}

.welcome-info {
    background-color: #fff;
    border-bottom: 1px #e5e5e5 solid;
    padding: 30px 0 60px;
    text-align: center;
}

    .welcome-info .page-header {
        margin-top: 10px;
    }

        .welcome-info .page-header h1 {
            color: #000;
            font-size: 40px;
        }

        .welcome-info .page-header p {
            font-size: 30px;
        }

            .welcome-info .page-header p em {
                font-style: normal;
                border-bottom: 2px #b10212 solid;
                padding-bottom: 5px;
            }

        .welcome-info .page-header .text-main {
            color: #b10212;
        }

.header-top {
    background: #b10212;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    color: #fff;
    border: #000;
}

    .header-top a {
        color: #fff;
    }

        .header-top a:hover {
            color: #fff;
        }

.welcome-msg {
    text-align: left;
    display: inline-block;
    padding: 2px 10px 2px 0;
    margin: 0 10px 0 0;
}

.phone {
    padding: 2px 0;
}

.header-top .phone {
    padding: 0 12px 0 0;
    border-right: 0 solid #eaeaea;
    margin-top: 6px;
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
}

.headertopcoloesize {
    color: #fff;
}

.headertopcolor {
    color: #fff;
}

.language-currency-wrapper .block {
    margin: 0;
    position: relative;
    border-bottom: none;
    display: inline-block;
}

    .language-currency-wrapper .block span {
        display: inline-block;
        text-transform: capitalize;
    }

    .language-currency-wrapper .block:hover {
        cursor: pointer;
    }

    .language-currency-wrapper .block > div {
        position: relative;
    }

        .language-currency-wrapper .block > div > span:hover {
            color: #b10212;
        }

        .language-currency-wrapper .block > div img {
            margin-top: 0;
            margin-right: 3px;
            margin-left: 15px;
        }

    .language-currency-wrapper .block > ul {
        position: absolute;
        right: 0;
        top: 32px;
        padding: 10px;
        background: #fff;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        z-index: 999;
        text-align: left;
    }

        .language-currency-wrapper .block > ul li {
            list-style: none;
            background: #fbfbfb;
        }

            .language-currency-wrapper .block > ul li a {
                position: relative;
                white-space: nowrap;
                line-height: 30px;
                color: #666;
                font-size: 12px;
                padding-left: 12px;
                display: block;
            }

                .language-currency-wrapper .block > ul li a img {
                    margin-right: 8px;
                    margin-top: 0;
                }

                .language-currency-wrapper .block > ul li a .cur_icon {
                    margin-right: 6px;
                }

                .language-currency-wrapper .block > ul li a:hover {
                    color: #b10212;
                    text-decoration: none;
                }

    .language-currency-wrapper .block:hover > ul {
        margin-top: 0;
        top: 18px;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -webkit-transition: all .3s ease-out 0;
        -moz-transition: all .3s ease-out 0;
        -o-transition: all .3s ease-out 0;
        transition: all .3s ease-out 0;
    }

    .language-currency-wrapper .block.block-language {
        border-left: 1px solid #eaeaea;
        padding: 0;
    }

.language-currency-wrapper {
    display: inline-block;
}

    .language-currency-wrapper .block.block-language > ul {
        min-width: 132px;
        left: 0;
        margin: auto;
    }

    .language-currency-wrapper .block.block-currency {
        margin-left: 15px;
    }

        .language-currency-wrapper .block.block-currency > ul {
            min-width: 114px;
            margin: auto;
            left: 0;
        }

.jtv-user-info .dropdown-menu {
    min-width: 130px;
    left: -20px;
}

.headerlinkmenu {
    line-height: normal;
    display: inline-block;
    margin-bottom: 5px;
}

    .headerlinkmenu .links {
        display: inline-block;
    }

        .headerlinkmenu .links div {
            display: inline-block;
            text-align: right;
        }

.jtv-user-info .dropdown-menu {
    padding: 0;
    margin: auto;
}

.headerlinkmenu .jtv-user-info .dropdown-menu li a {
    padding: 6px 15px;
    width: 100%;
}

.headerlinkmenu div.links div a {
    display: inline-block;
    padding: 0;
    padding: 8px 0 6px 5px;
    text-decoration: none;
    letter-spacing: .5px;
    color: #fff;
}

    .headerlinkmenu div.links div a span {
        margin-left: 8px;
    }

    .headerlinkmenu div.links div a:hover {
        color: #fff;
        text-decoration: none;
    }

.top-search {
    margin-top: 30px;
}

    .top-search a {
        color: #fff;
        cursor: pointer;
        padding: 8px 12px 9px;
    }

        .top-search a:hover {
            background: #006393;
            color: #fff;
        }

.icon-search:before {
    font-size: 16px;
}

.cart-top .dropdown-menu {
    padding: 10px;
    min-height: 100px;
    height: auto!important;
    min-width: 445px;
    -webkit-transition: all 300ms ease-in-out 0;
    -o-transition: all 300ms ease-in-out 0;
    transition: all 300ms ease-in-out 0;
    top: 0;
    position: fixed;
    z-index: 999;
    display: block;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: all .4s cubic-bezier(.25,.46,.45,.94) 0;
    -o-transition: all .4s cubic-bezier(.25,.46,.45,.94) 0;
    transition: all .4s cubic-bezier(.25,.46,.45,.94) 0;
}

#search .input-group {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

#search input {
    height: 40px;
    display: inline-block;
    width: 80%;
    border: none;
    background: #fff;
    border-left: 0 solid #eaeaea;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #000;
}

#search button {
    line-height: 28px;
    padding: 6px 20px 6px 18px;
    float: right;
    display: inline-block;
    background: #fafafa;
    border: none;
    color: #000;
    border-left: 1px #eaeaea solid;
    transition: .5s all ease;
}

    #search button:hover {
        background: #b10212;
        border: none;
        color: #fff;
        transition: .5s all ease;
    }

.top-search .fade.in {
    background: none repeat scroll 0 0 rgba(0,0,0,0.5);
    opacity: 1;
}

.top-search .modal-content {
    border-radius: 3px;
}

#search button i {
    font-size: 15px;
}

.cate-dropdown {
    float: left;
    width: 130px;
    height: 39px;
    border: none;
    display: inline-block;
}

select.cate-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    position: right 10px center;
    color: transparent;
    padding-right: 28px;
    padding-left: 18px;
    text-indent: .01px;
    cursor: pointer;
    color: #000;
    background-color: #f8f8f8;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center!important;
    background-image: url(../images/select-arrow.png)!important;
    background-repeat: no-repeat!important;
    position: right 10px center!important;
    color: transparent;
    padding-right: 28px;
    padding-left: 18px;
    text-indent: .01px;
    cursor: pointer;
}

.cate-dropdown:focus {
    border: none;
    background-color: #f8f8f8;
    padding-right: 28px;
    padding-left: 18px;
}

.logo {
    vertical-align: middle;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 25px;
}

.top-cart-contain .top-cart-content {
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all .5s ease 0;
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

.top-cart-contain .mini-cart:hover .top-cart-content {
    opacity: 1;
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.top-cart {
    float: right;
}

.mini-products-list .product-image {
    float: left;
    padding: 0;
    width: 68px;
    padding: 0;
    border: 1px #eee solid;
}

.top-cart-content .product-name {
    margin: 0;
    width: 178px;
    line-height: 1.3em;
    padding: 0 0 3px;
}

    .top-cart-content .product-name a {
        font-size: 13px;
        line-height: normal;
        font-weight: 400;
    }

.top-cart-title span {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: inherit;
}

.top-cart-title p span {
    text-transform: none;
}

.top-cart-contain .price {
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 10px;
    float: right;
}

.top-cart-contain .product-details .price {
    width: auto;
    float: none;
    font-weight: 900;
    padding-left: 0;
    font-size: 13px;
}

.mini-cart {
    text-align: center;
    cursor: pointer;
}

    .mini-cart .basket a {
        color: #000;
        margin: 0;
        line-height: 50px;
        font-size: 12px;
        font-weight: 700;
        padding: 8px 0 10px;
    }

        .mini-cart .basket a .cart-title {
            color: #fff;
            display: block;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            margin-top: 8px;
            text-transform: uppercase;
        }

        .mini-cart .basket a .cart-total {
            display: block;
            font-size: 13px;
            font-weight: 500;
            line-height: 1;
            margin-top: 3px;
            padding-bottom: 0;
            color: #fff;
        }

.cart-icon {
    float: right;
    text-align: left;
}

.shoppingcart-inner {
    float: left;
    text-align: left;
}

.mini-cart .basket a .fa-shopping-cart:before {
    font-size: 16px;
    margin-left: 12px;
    background: #000;
    padding: 15px 16px;
    color: #fff;
    border-radius: 0;
    float: right;
}

.mini-cart .open .basket a {
    color: #fff;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,0.3);
}

.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none;
}

.top-cart-contain {
    padding: 0 0 0 12px;
    color: #fff;
    margin-top: 26px;
    float: right;
    border: 1px #eaeaea solid;
    height: 48px;
}

.top-cart-title p {
    margin: 0;
}

.top-cart-content .empty {
    padding: 10px;
}

.top-cart-content {
    width: 308px;
    position: absolute;
    top: 75px;
    right: 0;
    background: #fff;
    padding: 0;
    text-align: right;
    box-shadow: 0 0 5px -5px rgba(0,0,0,0.2);
    border: 1px solid #f5f5f5;
    z-index: 50;
}

    .top-cart-content p {
        color: #000;
        margin: 0;
        padding: 10px;
    }

.top-subtotal {
    color: #000;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 15px;
    text-align: left;
    text-transform: none;
    background-color: #f3f3f3;
    margin-bottom: 15px;
}

.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 4px;
}

.top-cart-title {
    display: inline-block;
    padding: 3px;
    margin: 0;
    vertical-align: top;
    text-align: center;
    color: #223D62;
    line-height: 12px;
    position: relative;
    font-size: 12px;
    width: 20px;
    margin-top: 2px;
    margin-left: 29px;
}

.top-cart-content .block-subtitle {
    border-bottom: 1px solid #fbfbfb;
    color: #000;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: 13px;
    background: #f5f5f5;
}

ul#cart-sidebar {
    padding: 3px 15px 6px;
    margin: auto;
    max-height: 195px;
    overflow: auto;
}

.top-cart-title .cart_arrow {
    position: absolute;
    bottom: -6px;
    right: 50px;
    width: 18px;
    height: 11px;
    z-index: 1000;
    display: none;
}

.top-cart-contain:hover .top-cart-title .cart_arrow {
    display: block;
}

.top-cart-content li.item {
    width: 272px;
    margin: 5px 0;
    border-bottom: 1px #eee solid;
    min-height: 67px;
}

    .top-cart-content li.item.last {
        margin: 0;
        border-bottom: 0 #eee solid;
        padding-bottom: 10px;
    }

.top-cart-content .product-details {
    color: #000;
    position: relative;
    text-align: left;
}

.mini-products-list .product-details {
    margin-left: 80px;
    padding: 0;
}

.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 12px;
}

.top-cart-content .product-details .btn-edit {
    position: absolute;
    right: 22px;
    top: 6px;
}

.top-cart-content .actions {
    padding: 5px 15px 20px;
    margin: 0;
    overflow: hidden;
}

.top-cart-icon {
    padding: 5px;
    width: 20px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.top-cart-title span {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}

.top-cart-title p span {
    text-transform: none;
}

.mini-cart .actions .fa-shopping-cart:before {
    font-size: 13px;
    padding-right: 8px;
}

.mini-cart .actions .fa-check:before {
    font-size: 13px;
    padding-right: 8px;
}

.mini-cart .actions .btn-checkout {
    background: #b10212;
    color: #fff;
    font-size: 12px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0;
    border: 2px solid rgba(0,0,0,0.08);
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
}

    .mini-cart .actions .btn-checkout:hover {
        background: #000;
        color: #fff;
    }

.mini-cart .actions .view-cart {
    background: #fff;
    color: #000;
    font-size: 12px;
    padding: 8px 16px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0;
    border: 2px solid #000;
    font-weight: 700;
    border-radius: 0;
}

    .mini-cart .actions .view-cart:hover {
        background: #b10212;
        color: #fff;
    }

.mini-cart .actions .button {
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-bottom: 3px;
    padding: 8px 10px 6px;
    text-transform: none;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
}

.mini-cart .button.btn-checkout {
    background-color: #970400;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 6px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.block_mini_cart_above_products {
    margin-bottom: 15px;
}

.mini-cart > .button {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}

#cart-sidebar li {
    border-bottom: 1px solid #ECECEC;
    list-style: none;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 8px 0 15px;
}

    #cart-sidebar li.last {
        padding: 5px 0 0;
        border-bottom: none;
        margin-bottom: 0;
    }

.remove-cart {
    display: block;
    width: 15px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 0;
}

.wishlist-count {
    background-color: #f8f8f8;
    border-radius: 50%;
    color: #666;
    font-size: 1.1em;
    font-weight: 300;
    height: 25px;
    line-height: 24px;
    padding: 0;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -13px;
    width: 25px;
    z-index: 0;
    border: 1px solid #e0e0e0;
}

.link-wishlist {
    width: 40px;
    position: relative;
    float: left;
    margin-top: 45px;
}

.tab-info h3 {
    text-transform: uppercase;
    margin: auto;
    font-size: 18px;
    letter-spacing: .5px;
}

.home-product-tabs {
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 0 60px 6px 0;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #e0e0e0;
    margin-top: 0;
    text-align: right;
}

    .home-product-tabs li a {
        border-bottom: none;
        color: #000;
        margin-right: 0;
        text-decoration: none;
        font-size: 14px;
        transition: color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0;
        padding: 0 20px;
        font-weight: 500;
        letter-spacing: .5px;
    }

    .home-product-tabs li.active a {
        background: none repeat scroll 0 0 #fff;
        color: #000;
        padding: 12px;
        border: none;
    }

.home-nav-tabs.home-product-tabs > li > a {
    margin-right: 0;
    line-height: 1.42857143;
    border-radius: 0;
    border: 0 solid #999;
    padding: 0 7px;
    background: #fff;
}

.home-product-tabs li:first-child a {
    padding-left: 0;
    padding-right: 8px;
}

.home-nav-tabs > li.active > a, .home-nav-tabs > li.active > a:hover, .home-nav-tabs > li.active > a:focus {
    border: 0 solid #fe0100;
}

.home-nav-tabs > li > a:hover {
    background: #fff;
    color: #000;
    border: 0 solid #000;
}

.home-nav-tabs > li.active > a, .home-nav-tabs > li.active > a:hover, .home-nav-tabs > li.active > a:focus {
    border: 0 solid #fe0100;
    border-radius: 0;
    background: #fff;
    color: #fe0100;
}

.home-nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
    margin-right: 0;
}

    .home-nav-tabs > li.divider {
        border-right: 1px solid #e0e0e0;
        color: #ccc;
        display: inline;
        height: 20px;
        margin-left: 0;
        margin-right: 0;
        width: 1px;
    }

.home-tab .product-item .item-inner {
    margin-bottom: 0;
}

.home-tab .tab-content {
    padding: 5px 0 0;
    overflow: visible;
    font-size: 14px;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 0;
}

.home-tab .product-flexslider {
    margin-bottom: 0;
}

.page-header {
    border: none;
    padding-bottom: 0;
    margin: 30px 0 0;
}

    .page-header h1 {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        color: #000;
    }

    .page-header h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 500;
        color: #000;
        letter-spacing: .5px;
    }

    .page-header .text-main {
        color: #b10212;
    }

.divider-icon {
    font-size: 28px;
    margin: 5px 0 20px;
}

.hot-products {
    margin-top: 30px;
    margin-bottom: 30px;
}

.timer-item.item {
    margin: auto;
}

.timely {
    margin-bottom: 0;
    border: 1px solid #e8e8e8;
    padding: 0 20px 12px;
    margin-right: 30px;
}

    .timely .item-info {
        text-align: center;
        margin-top: 0;
    }

.jtv-timer-grid {
    overflow: hidden;
    display: inline-block;
}

    .jtv-timer-grid .box-time-date {
        background: #f6f6f6;
        font-size: 11px;
        color: gray;
        min-width: 60px;
        min-height: 60px;
        text-align: center;
        margin-top: 6px;
        font-weight: 400;
        text-transform: uppercase;
        border-radius: 0;
        border: 1px #e5e5e5 solid;
        display: inline-block;
    }

        .jtv-timer-grid .box-time-date span {
            display: block;
            font-size: 18px;
            color: #b10212;
            margin-top: 8px;
            font-weight: 700;
        }

.jtv-box-timer {
    bottom: -6px;
    text-align: center;
    margin-top: 0;
    position: absolute;
    left: inherit;
    right: inherit;
    width: 100%;
}

.hot-deal {
    border: 1px solid #e5e5e5;
}

    .hot-deal .products-grid .item {
        margin-top: 0;
    }

    .hot-deal .product-item .item-inner {
        margin-bottom: 0;
    }

    .hot-deal .product-item {
        margin: 0;
    }

    .hot-deal .title-text {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        background-color: #b10212;
        display: inline-block;
        width: 100%;
        padding: 14px;
        text-align: left;
        color: #fff;
        letter-spacing: 1px;
    }

.icon-new-label {
    font-size: 11px;
    color: #fff;
    background: #b10212;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    display: block;
    position: absolute;
    top: -12px;
    z-index: 1;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    width: 50px;
    height: 22px;
    line-height: 22px;
    margin-top: 0;
    margin-left: 0;
}

.icon-sale-label {
    font-size: 11px;
    color: #fff;
    background: #fe0100;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    display: block;
    position: absolute;
    top: -12px;
    z-index: 1;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    width: 50px;
    height: 22px;
    line-height: 22px;
    margin-top: 0;
    margin-left: 0;
}

.new-right {
    right: -10px;
    top: -15px;
}

.new-left {
    left: -10px;
    top: -15px;
}

.sale-right {
    top: -15px;
    right: -10px;
}

.sale-left {
    left: -10px;
    top: -15px;
}

.icon-hot-label {
    font-size: 11px;
    color: #fff;
    background: #fe0100;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    display: block;
    position: absolute;
    top: -12px;
    z-index: 1;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    width: 45px;
    height: 22px;
    line-height: 24px;
    margin-top: 0;
    margin-left: 0;
}

.hot-right {
    top: -10px;
    right: -15px;
}

.hot-left {
    left: -28px;
    top: -12px;
}

.product-item .item-inner {
    margin-bottom: 25px;
    border: 2px solid rgba(0,0,0,0);
    padding: 15px 8px 20px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

    .product-item .item-inner:hover {
        border: 2px solid #b10212;
    }

        .product-item .item-inner:hover .product-thumbnail .btn-quickview {
            opacity: 1;
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -moz-transition: all .4s ease;
            transition: all .4s ease;
            -webkit-transition: all .4s ease;
        }

        .product-item .item-inner:hover .pro-box-info .box-hover .add-to-links .action.add-to-wishlist {
            margin-left: -97px;
        }

        .product-item .item-inner:hover .pro-box-info .box-hover .add-to-links .add-to-compare {
            margin-left: 63px;
        }

    .product-item .item-inner .product-thumbnail {
        position: relative;
        text-align: center;
        height: 254px;
        background: transparent url(/Content/ajax-loader1.gif) center no-repeat;
        width: 100%;
    }

.imagethumbnail {
    position: relative;
    text-align: center;
    min-height: 254px;
    max-height: 100%;
    background: transparent url(/Content/ajax-loader1.gif) center no-repeat;
    width: 100%;
    color: #fff;
}

.product-item .item-inner .product-thumbnail .btn-quickview {
    background: none;
    padding: 0;
    line-height: inherit;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    opacity: 0;
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.flexbox3 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.product-item .item-inner .product-thumbnail .btn-quickview span {
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
    font-size: 12px;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
    padding: 0 12px 0 30px;
    line-height: 32px;
    letter-spacing: .5px;
    text-transform: inherit;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

    .product-item .item-inner .product-thumbnail .btn-quickview span:hover {
        color: #fff;
        background: #b10212;
        border: 1px solid #b10212;
    }

    .product-item .item-inner .product-thumbnail .btn-quickview span:before {
        content: "\f002";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 13px;
        font-weight: 400;
        left: 12px;
        line-height: 31px;
        margin-right: 5px;
        position: absolute;
        top: -1px;
    }

.product-item .item-inner .product-thumbnail .product-item-photo {
    display: block;
    width: 100%;
    padding: 0;
    height: 100%;
}

.product-item .item-inner .pro-box-info {
    margin-top: 5px;
}

    .product-item .item-inner .pro-box-info .box-hover {
        text-align: center;
        margin-top: 10px;
        position: relative;
        overflow: hidden;
    }

        .product-item .item-inner .pro-box-info .box-hover .add-to-links:after {
            display: table;
            content: "";
            clear: both;
        }

        .product-item .item-inner .pro-box-info .box-hover .add-to-links .action {
            color: #fff;
            display: inline-block;
            font-size: 0;
            font-weight: 400;
            width: 34px;
            height: 34px;
            text-align: center;
            line-height: 34px;
            padding: 0;
            border: 1px solid #ccc;
            background: #fff;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transition: all .4s ease-out;
            -moz-transition: all .4s ease-out;
            -ms-transition: all .4s ease-out;
            -o-transition: all .4s ease-out;
        }

            .product-item .item-inner .pro-box-info .box-hover .add-to-links .action:hover {
                background: #b10212;
                border: 1px solid #b10212;
            }

                .product-item .item-inner .pro-box-info .box-hover .add-to-links .action:hover:before {
                    color: #fff;
                }

            .product-item .item-inner .pro-box-info .box-hover .add-to-links .action:before {
                display: inline-block;
                font-family: FontAwesome;
                font-size: 14px;
                color: #444;
            }

            .product-item .item-inner .pro-box-info .box-hover .add-to-links .action span {
                display: inline-block;
            }

            .product-item .item-inner .pro-box-info .box-hover .add-to-links .action.add-to-wishlist {
                margin-left: 0;
            }

                .product-item .item-inner .pro-box-info .box-hover .add-to-links .action.add-to-wishlist:before {
                    content: "\f004";
                }

            .product-item .item-inner .pro-box-info .box-hover .add-to-links .action.add-to-compare:before {
                content: "\f045";
            }

    .product-item .item-inner .pro-box-info .pro-actions {
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 2;
    }

        .product-item .item-inner .pro-box-info .pro-actions .action.add-to-cart {
            background: #fff;
            border: 2px solid #ccc;
            color: #444;
            font-size: 12px;
            font-weight: 400;
            font-family: "Roboto",sans-serif;
            padding: 0 12px;
            line-height: 32px;
            letter-spacing: .5px;
            text-transform: inherit;
            border-radius: 0;
            transition: all .4s ease-out 0;
        }

.product-item .item-inner:hover .pro-box-info .pro-actions .action.add-to-cart {
    color: #fff;
    background: #b10212;
    border: 2px solid #b10212;
    transition: all .4s ease-out 0;
}

.product-item .item-inner .pro-box-info .pro-actions .action.add-to-cart:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 0;
    line-height: 31px;
}

.add-to-cart-mt {
    background: #b10212;
    border: 0 none;
    bottom: 0;
    font-size: 12px;
    left: -100%;
    line-height: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease-out 0;
    width: 100%;
    padding: 12px 0;
    color: #000;
}

    .add-to-cart-mt:hover {
        background: #fe0100;
        color: #fff;
    }

    .add-to-cart-mt span {
        margin-left: 5px;
    }

.pr-button .mt-button a:hover {
    background: #b10212;
    color: #fff;
}

.pr-button .mt-button a {
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
}

    .pr-button .mt-button a:hover {
        transform: rotate(360deg);
        transition: all .5s ease-in-out;
    }

.pr-button .mt-button {
    border-right: 0 none;
    float: left;
    height: 40px;
    margin-right: 5px;
    text-align: center;
    transform: scale(0);
    transition: all .4s ease 0;
    width: 40px;
    line-height: 25px;
}

.product-item .item-inner .product-thumbnail:hover .mt-button {
    transform: scale(1);
}

.product-item .item-inner .item-info {
    text-align: center;
    padding-top: 5px;
}

    .product-item .item-inner .item-info .item-title {
        font-size: 14px;
        margin-bottom: 6px;
        font-weight: 400;
    }

        .product-item .item-inner .item-info .item-title a {
            display: inherit;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 10px;
            font-size: 14px;
            font-weight: 500;
            text-transform: none;
            letter-spacing: .5px;
        }

.product-item .item-inner {
    position: relative;
    overflow: hidden;
}

.product-item {
    margin: 0 12px;
}

.product-grid-area.col4 .product-item {
    margin: 0 4px;
}

.product-item .item-inner .item-info .item-title a:hover {
    color: #b10212;
}

#best-sale-slider.product-flexslider {
    margin: 0;
}

#best-sale-slider .owl-theme .owl-controls .owl-buttons div {
    margin: 20px 5px 0 0;
}

.best-sale-pro .slider-items-products .owl-buttons .owl-prev {
    top: 15%;
}

.best-sale-pro .slider-items-products .owl-buttons .owl-next {
    top: 15%;
}

.best-selling-slider h3 {
    text-transform: uppercase;
    margin: auto;
    font-size: 18px;
    line-height: normal;
    margin: 0 0 20px;
    outline: none;
    padding: 0 0 6px;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #e0e0e0;
    display: inline-block;
    width: 100%;
    letter-spacing: .5px;
}

.best-selling-slider .product-flexslider {
    margin: 0 -12px;
}

.best-selling-slider .product-item .item-inner {
    margin-bottom: 0;
}

.best-selling-slider .slider-items-products .owl-buttons .owl-next, .best-selling-slider .slider-items-products .owl-buttons .owl-prev {
    top: -55px;
}

.featured-products-slider h3 {
    text-transform: uppercase;
    margin: auto;
    font-size: 18px;
    line-height: normal;
    margin: 0 0 20px;
    outline: none;
    padding: 0 0 6px;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #e0e0e0;
    display: inline-block;
    width: 100%;
    letter-spacing: .5px;
}

.featured-products-slider .product-flexslider {
    margin: 0 -12px;
}

.featured-products-slider .product-item .item-inner {
    margin-bottom: 0;
}

.featured-products-slider .slider-items-products .owl-buttons .owl-next, .featured-products-slider .slider-items-products .owl-buttons .owl-prev {
    top: -62px;
}

.item-inner .product-thumbnail .add-to-links .action.add-to-wishlist {
    color: #fff;
    display: inline-block;
    font-size: 0;
    font-weight: 400;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    padding: 0;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 0;
    left: 25%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    opacity: 0;
}

.item-inner:hover .product-thumbnail .add-to-links .action.add-to-wishlist, .item-inner:hover .product-thumbnail .add-to-links .action.add-to-compare {
    opacity: 1;
    top: 35px;
}

.item-inner .product-thumbnail .add-to-links .action.add-to-compare {
    color: #fff;
    display: inline-block;
    font-size: 0;
    font-weight: 400;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    padding: 0;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    opacity: 0;
}

.item-inner .product-thumbnail .add-to-links .action:hover {
    background: #b10212;
    border: 1px solid #b10212;
}

    .item-inner .product-thumbnail .add-to-links .action:hover:before {
        color: #fff;
    }

.item-inner .product-thumbnail .add-to-links .action:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    color: #444;
}

.item-inner .product-thumbnail .add-to-links .action span {
    display: inline-block;
}

.item-inner .product-thumbnail .add-to-links .action.add-to-wishlist {
    margin-left: 0;
}

    .item-inner .product-thumbnail .add-to-links .action.add-to-wishlist:before {
        content: "\f004";
    }

.item-inner .product-thumbnail .add-to-links .action.add-to-compare:before {
    content: "\f012";
}

.owl-item .item {
    margin: 0 12px;
}

.slider-items-products {
    position: relative;
}

    .slider-items-products .item {
        text-align: center;
    }

        .slider-items-products .item .product-image {
            display: block;
            overflow: hidden;
        }

            .slider-items-products .item .product-image img {
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                -webkit-transition-property: transform;
                transition-property: transform;
            }

            .slider-items-products .item .product-image:hover img {
                transform: scale(-1,1);
            }

    .slider-items-products .owl-buttons .owl-prev a {
        transition: all .5s ease-out 0;
    }

    .slider-items-products .owl-buttons .owl-next a {
        transition: all .5s ease-out 0;
    }

.owl-buttons {
    opacity: 1;
    transition: all .5s ease-out 0;
}

.product-flexslider:hover .owl-buttons {
    opacity: 1;
}

.slider-items-products .owl-buttons .owl-prev {
    position: absolute;
    right: 45px;
    top: -68px;
    left: inherit;
}

.slider-items-products .owl-buttons .owl-next {
    position: absolute;
    top: -68px;
    right: 15px;
}

.slider-items-products .owl-buttons .owl-prev a {
    background-position: 0 100%;
}

.slider-items-products .owl-buttons .owl-next a {
    background-position: 100% 100%;
    top: 50%;
}

    .slider-items-products .owl-buttons .owl-next a:before {
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: 400;
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        text-transform: none;
        font-size: 18px;
        line-height: 22px;
    }

.slider-items-products .owl-buttons .owl-prev a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f104";
    text-transform: none;
    font-size: 18px;
    line-height: 22px;
}

.slider-items-products .owl-buttons a {
    background: #f8f8f8;
    display: block;
    height: 25px;
    margin: 0 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 25px;
    z-index: 5;
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    text-align: center;
}

.product-flexslider {
    margin: 30px -12px;
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-buttons div {
    background: none!important;
}

.slider-items-products .owl-buttons a:hover {
    text-decoration: none;
    background: #b10212;
    color: #fff;
    border: 1px #b10212 solid;
}

.slider-items-products .owl-buttons .owl-prev a {
    background-position: 0 100%;
}

.testimonials {
    background-color: #000;
    margin: 10px 0;
}

.home-testimonials .holder {
    margin: 15px 30px 5px;
}

.home-testimonials .thumb {
    margin: 8px auto 15px;
    display: block;
    width: 80px;
    position: relative;
}

.testimonials .divider-icon {
    color: #f9f9f9;
}

.home-testimonials .thumb img {
    border: 1px solid #000;
    width: 75px;
}

.home-testimonials .author {
    float: left;
    margin-top: 22px;
    text-align: left;
}

.home-testimonials .thumb {
    float: left;
    margin-right: 8px;
}

.home-testimonials p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #f9f9f9;
    text-transform: none;
    text-align: center;
}

.home-testimonials strong.name {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 auto 10px;
    position: relative;
    color: #b10212;
    letter-spacing: 1px;
}

.home-testimonials strong.designation {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #f9f9f9;
    display: block;
}

.home-testimonials .bx-wrapper {
    float: left;
    width: 100%;
    margin: 0;
}

    .home-testimonials .bx-wrapper .bx-viewport {
        background: none;
        border: 0;
        box-shadow: none;
        left: 0;
    }

    .home-testimonials .bx-wrapper .bx-pager {
        display: none;
        padding: 0;
    }

    .home-testimonials .bx-wrapper .bx-controls-direction a {
        display: none;
    }

.testimonials .owl-theme .owl-controls {
    display: none!important;
}

.our-clients .lead {
    font-size: 18px;
    text-transform: none;
    margin: auto 8% 45px;
}

.our-clients .page-header h2 {
    color: #000;
}

.our-clients {
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .our-clients .product-flexslider {
        margin: 8px 0;
    }

#latest-news .slider-items-products .owl-buttons .owl-prev, #latest-news .slider-items-products .owl-buttons .owl-next {
    top: -62px;
}

.news .product-flexslider {
    margin-bottom: 0;
}

#latest-news .title-text {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

#latest-news .page-header h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    margin: 0;
    letter-spacing: .5px;
}

#latest-news .page-header {
    text-transform: uppercase;
    margin: auto;
    line-height: normal;
    outline: none;
    padding: 0 0 6px;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #e0e0e0;
    display: inline-block;
    width: 100%;
}

.jtv-blog {
    text-align: left;
}

.blog-img a {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.blog-img > a::after {
    animation-duration: .5s;
    background: rgba(0,0,0,0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(0%);
    transition: all .5s ease 0;
    width: 50%;
    z-index: 1;
}

.blog-img > a::before {
    animation-duration: .5s;
    background: rgba(0,0,0,0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: translateX(-0px);
    transition: all .5s ease 0;
    width: 50%;
    z-index: 1;
}

.jtv-blog:hover .blog-img > a::before {
    opacity: 1;
    transform: translateX(-100%);
    visibility: visible;
}

.jtv-blog:hover .blog-img > a::after {
    opacity: 1;
    transform: translateX(100%);
    visibility: visible;
}

.blog-content-jtv a:hover {
    color: #b10212;
}

.blog-content-jtv > h2 {
    line-height: normal;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}

.blog-content-jtv > span {
    text-transform: capitalize;
    color: #999;
    font-size: 12px;
}

.blog-content-jtv > p, .product-info h2 p {
    margin-top: 10px;
    font-size: 13px;
}

.blog-action {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
}

    .blog-action > span {
        margin-right: 10px;
    }

        .blog-action > span > i {
            margin-right: 5px;
            color: #000;
        }

.blog-content-jtv .read-more {
    float: right;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}

    .blog-content-jtv .read-more:hover {
        color: #ef6644;
    }

.blog-content-jtv {
    padding: 12px 0 0;
}

    .blog-content-jtv i {
        margin-right: 6px;
        color: #999;
    }

.blog-comments {
    display: inline-block;
    margin-left: 10px;
}

.blog-likes {
    margin-left: 10px;
}

.rating {
    color: #999;
    font-size: 12px;
}

    .rating .fa-star {
        color: #FC0;
    }

.jtv-banner1 {
    overflow: hidden;
}

.jtv-banner2 {
    overflow: hidden;
    margin-top: 30px;
}

.jtv-banner1:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.jtv-banner2:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.jtv-banner1 img, .jtv-banner2 img {
    position: relative;
    transition: all .9s ease 0;
    -webkit-transition: all .9s ease 0;
    -moz-transition: all .9s ease 0;
    -ms-transition: all .9s ease 0;
    -o-transition: all .9s ease 0;
}

.jtv-banner1 .hover_content {
    position: absolute;
    background-color: rgba(252,139,155,0.5);
    width: 48%;
    height: 100%;
    display: inline-block;
    bottom: 0;
    right: 0;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    padding: 10px;
    text-align: left;
}

.jtv-banner1 .shop-now {
    margin-top: 15px;
    text-align: left;
    opacity: 1;
    display: inline-block;
    bottom: 0;
    right: 0;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    padding: 10px 0;
    text-align: left;
}

.jtv-banner2 .hover_content {
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    opacity: 1;
    width: 57%;
    display: block;
    top: 28%;
    left: 4%;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    padding: 10px;
}

.jtv-banner1 .hover_data {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.6);
}

.jtv-banner2 .hover_data {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    border: 1px solid rgba(0,0,0,0.6);
    padding: 15px;
    text-align: left;
}

.jtv-banner2:hover .hover_data {
    left: 0;
}

.jtv-banner1 .hover_content .hover_data .title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
}

.jtv-banner1 .hover_content .hover_data .desc-text {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hover_content {
    text-align: center;
}

.hover_data .title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hover_data .desc-text {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jtv-banner2 .hover_data .title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.jtv-banner2 .hover_data .desc-text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.shop-now a {
    background: #fff;
    color: #222;
    padding: 7px 20px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 2px;
}

    .shop-now a:hover, .shop-now a:focus {
        background: #222;
        color: #fff;
        -webkit-transition: all .3s ease 0;
        -moz-transition: all .3s ease 0;
        -ms-transition: all .3s ease 0;
        -o-transition: all .3s ease 0;
        transition: all .3s ease 0;
    }

.jtv-banner1, .jtv-banner2 {
    position: relative;
}

.jtv-banner-block {
    margin-bottom: 25px;
}

.jtv-subbanner1 {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.jtv-subbanner2 {
    overflow: hidden;
    position: relative;
    float: right;
}

    .jtv-subbanner1 a, .jtv-subbanner2 a {
        display: block;
        position: relative;
    }

    .jtv-subbanner1 > a:before, .jtv-subbanner2 > a:before {
        content: "";
        position: absolute;
        box-shadow: 0 0 125px rgba(0,0,0,0.20) inset;
        -webkit-box-shadow: 0 0 125px rgba(0,0,0,0.20) inset;
        -moz-box-shadow: 0 0 125px rgba(0,0,0,0.20) inset;
        height: 100%;
        width: 100%;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        z-index: 9;
        left: 0;
        right: 0;
    }

    .jtv-subbanner1:hover > a:before, .jtv-subbanner2:hover > a:before {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }

    .jtv-subbanner2 img, .jtv-subbanner1 img {
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .jtv-subbanner2:hover img, .jtv-subbanner1:hover img {
        transform: scale(1.125);
        -webkit-transform: scale(1.125);
        -moz-transform: scale(1.125);
        -ms-transform: scale(1.125);
        -o-transform: scale(1.125);
    }

.text-block {
    position: absolute;
    top: 0;
    text-align: center;
    left: 5%;
    top: 38%;
    z-index: 99;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.text1 a {
    color: #2b2b2b;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.text2 a {
    color: #555;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.text3 a {
    text-transform: uppercase;
    padding: 5px 10px;
    background: #b10212;
    display: inline-block;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    .text3 a:hover, .jtv-subbanner2 .text3 a:hover {
        background: #222;
    }

.jtv-subbanner2 .text3 a {
    background: #ff7474;
}

.product-img {
    position: relative;
}

    .product-img a {
        display: block;
    }

    .product-img > a::before {
        background: #333 none repeat scroll 0 0;
        content: "";
        height: 100%;
        opacity: 0;
        position: absolute;
        transition: all .3s ease 0;
        width: 100%;
        z-index: 9;
    }

.jtv-product:hover a::before {
    opacity: .6;
}

img.secondary-img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease 0;
}

.jtv-product:hover img.secondary-img {
    opacity: 1;
}

.jtv-product-action {
    bottom: 10px;
    opacity: 0;
    position: absolute;
    right: -137px;
    transition: all .3s ease 0;
    visibility: hidden;
    z-index: 10;
}

.jtv-product:hover .jtv-product-action {
    right: 10px;
    opacity: 1;
    visibility: visible;
}

.jtv-extra-link {
    float: right;
    overflow: hidden;
}

    .jtv-extra-link a:hover, .button-cart button:hover {
        background: #fe4847;
        color: #fff;
    }

.button-cart {
    clear: both;
    display: block;
    overflow: hidden;
}

    .button-cart button {
        background: #fff none repeat scroll 0 0;
        border: 0 none;
        color: #333;
        height: 36px;
        line-height: 36px;
        margin-top: 5px;
        padding: 0 12px;
        text-transform: uppercase;
        transition: all .3s ease 0;
    }

        .button-cart button i {
            margin-right: 7px;
        }

.jtv-product-content {
    padding: 0 0 0 12px;
}

    .jtv-product-content h3 {
        font-weight: 500;
        font-size: 13px;
        color: #b10212;
    }

.jtv-category-area .product-img {
    float: left;
    width: 32%;
}

.jtv-category-area {
    margin: 0 0 30px;
}

    .jtv-category-area .jtv-product-content {
        float: right;
        width: 68%;
    }

    .jtv-category-area .jtv-product {
        overflow: hidden;
        width: 47.5%;
        display: inline-block;
        margin-right: 12px;
    }

        .jtv-category-area .jtv-product:last-child {
            margin-top: 20px;
        }

    .jtv-category-area .jtv-product-action {
        opacity: 1;
        position: static;
        visibility: visible;
    }

    .jtv-category-area .jtv-extra-link a {
        border: 1px solid #ccc;
        color: #666;
        float: left;
        height: 30px;
        line-height: 28px;
        width: 30px;
        text-align: center;
        margin: 5px;
    }

    .jtv-category-area .jtv-extra-link {
        float: left;
    }

    .jtv-category-area .button-cart button i {
        margin-right: 0;
    }

    .jtv-category-area .button-cart button {
        background-color: #b10212;
        padding: 0;
        text-align: center;
        width: 35px;
        border: 1px solid #b10212;
        color: #fff;
        height: 30px;
        width: 30px;
        line-height: 28px;
        font-size: 14px;
        border-radius: 0;
        margin: 5px 4px 0 0;
    }

    .jtv-category-area .button-cart {
        clear: inherit;
        float: left;
    }

        .jtv-category-area .jtv-extra-link a:hover, .jtv-category-area .button-cart button:hover {
            background: #0062bd none repeat scroll 0 0;
            border-color: #0062bd;
            color: #fff;
        }

.jtv-single-cat {
    background-color: #fff;
    overflow: hidden;
}

.cat-more {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

    .cat-more a {
        color: #666;
        font-weight: 600;
    }

        .cat-more a:hover {
            color: #FE4847;
        }

.jtv-cat-margin {
    margin-top: 22px;
}

.cat-title {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}

.jtv-single-cat .page-header {
    border-bottom: 2px #ddd solid;
    margin-top: 0;
    margin-bottom: 30px;
}

    .jtv-single-cat .page-header h2 {
        font-size: 16px;
        text-transform: uppercase;
        color: #333;
        background: #fff;
        display: inline-block;
        margin-top: 0;
        letter-spacing: .5px;
        line-height: normal;
    }

.service-text h2 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.service-text p {
    color: #333;
    font-size: 13px;
    display: inline-block;
    padding: 0 5px;
}

.jtv-service-area {
    text-align: center;
    padding: 0 0 30px;
}

    .jtv-service-area .block-wrapper {
        background: #7cc576;
        padding: 12px 25px;
    }

        .jtv-service-area .block-wrapper.ship:hover, .jtv-service-area .block-wrapper.return:hover, .jtv-service-area .block-wrapper:hover {
            background-color: #b10212;
        }

        .jtv-service-area .block-wrapper .text-des i {
            font-size: 30px;
            display: inline-block;
        }

        .jtv-service-area .block-wrapper.return {
            background: #fbaf5d;
        }

        .jtv-service-area .block-wrapper.ship {
            background: #00aeef;
        }

        .jtv-service-area .block-wrapper .text-des {
            text-align: center;
            font-size: 12px;
            line-height: 18px;
            vertical-align: middle;
            color: #fff;
        }

            .jtv-service-area .block-wrapper .text-des h3 {
                text-transform: uppercase;
                font-size: 24px;
                color: #fff;
                margin-bottom: 7px;
                display: inline-block;
                margin-left: 10px;
                vertical-align: top;
            }

                .jtv-service-area .block-wrapper .text-des h3 p {
                    font-size: 16px!important;
                }

.textdesp {
    font-size: 16px!important;
}

.jtv-service-area .block-wrapper .text-des p {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
}

.bottom-service {
    background-color: #b10212;
}

.bottom-service-box .box-outer > div.column:first-child {
    border-left: 0 none;
}

.bottom-service-box .service-box-center {
    padding: 30px 0;
    text-align: center;
}

    .bottom-service-box .service-box-center .bottom-service-title {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: all .35s ease 0;
    }

    .bottom-service-box .service-box-center:hover .bottom-service-title {
        letter-spacing: 4px;
    }

    .bottom-service-box .service-box-center .description {
        color: #f8f8f8;
        font-size: 13px;
    }

.bottom-service-box .box-outer > div {
    border-left: 1px solid rgba(255,255,255,0.2);
}

.jtv-promotion {
    background: #fff;
    z-index: 1;
}

    .jtv-promotion .wrap {
        margin: 0 auto;
        background: url(/assets/images/promotion-bg.jpg) no-repeat;
    }

    .jtv-promotion .jtv-custom {
        background: transparent;
        padding: 20px 0;
    }

.box {
    margin-bottom: 30px;
    border: 1px solid none;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.promotion-center {
    text-align: center;
    position: relative;
    min-height: 150px;
}

    .promotion-center .text_medium {
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        line-height: 18px;
        margin-bottom: 0;
    }

    .promotion-center .text_large {
        padding: 15px 0;
        margin: 10px 24%;
        border: 1px solid #fff;
        background: rgba(255,255,255,0.2);
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0;
        font-size: 80px;
        position: relative;
        line-height: 80px;
    }

    .promotion-center .theme-color {
        color: #fff;
        font-size: 20px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        position: absolute;
        left: 20px;
    }

    .promotion-center .text_small {
        font-size: 16px;
        color: #fff;
        line-height: 18px;
    }

.totop {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #b10212;
    bottom: 40px;
    color: #000;
    display: inline-block;
    height: 40px;
    line-height: 35px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: opacity .3s ease 0s,visibility 0 ease .3s;
    visibility: hidden;
    white-space: nowrap;
    width: 40px;
    z-index: 100;
}

    .totop:before {
        content: "\f062";
        font-family: FontAwesome;
        font-size: 18px;
    }

    .totop.totop-is-visible, .totop.totop-fade-out, .no-touch .totop:hover {
        -webkit-transition: opacity .3s 0s,visibility 0 0;
        -moz-transition: opacity .3s 0s,visibility 0 0;
        transition: opacity .3s 0s,visibility 0 0;
    }

    .totop.totop-is-visible {
        visibility: visible;
        opacity: 1;
    }

.no-touch .totop:hover {
    background-color: #b10212;
    opacity: 1;
    color: #fff;
}

footer {
    overflow: hidden;
    background: #fff;
}

    footer h3 {
        font-size: 15px;
        margin: 0 0 6px;
        padding: 0 0 6px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    footer .footer-links ul {
        margin: 0;
        padding: 0;
    }

        footer .footer-links ul li {
            list-style-type: none;
            padding: 0 0 8px;
        }

            footer .footer-links ul li a:before {
                content: "\f105";
                font-family: FontAwesome;
                font-size: 14px;
                display: inline-block!important;
                cursor: pointer;
                line-height: 20px;
                margin-right: 5px;
            }

            footer .footer-links ul li a {
                transition: all .3s ease-in-out 0;
            }

                footer .footer-links ul li a:hover {
                    transition: all .3s ease-in-out 0;
                    padding-left: 10px;
                    color: #b10212;
                }

.footer-logo {
    text-align: left;
    margin: 0 0 12px;
    display: block;
}

    .footer-logo p {
        display: block;
    }

.email .fa-envelope:before {
    font-size: 13px;
    color: #666;
    height: 35px;
    width: 35px;
    line-height: 32px;
    display: inline-block;
    font-style: normal;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    border-radius: 25px;
    background: #fafafa;
}

.footer-content .address {
    line-height: 1.5em;
}

.address i {
    float: left;
}

.address .fa-map-marker:before {
    font-size: 15px;
    color: #666;
    height: 35px;
    width: 35px;
    line-height: 32px;
    display: inline-block;
    font-style: normal;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    background: #fafafa;
}

footer .phone .fa-phone:before {
    border: 1px solid #eaeaea;
    border-radius: 25px;
    color: #666;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    height: 35px;
    line-height: 34px;
    margin-right: 5px;
    margin-bottom: 8px;
    text-align: center;
    width: 35px;
    background: #fafafa;
}

.footer-content p {
    display: inline-block;
    padding-left: 5px;
    width: 80%;
}

.footer-newsletter {
    padding: 25px 0 30px;
    text-align: left;
    margin-bottom: 30px;
    border-bottom: 1px #eee solid;
}

.newsletter-inner {
    display: inline-block;
    margin-top: 15px;
}

.footer-newsletter h3 {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 15px;
}

.footer-newsletter p {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    text-align: left;
    text-transform: none;
    margin-top: 8px;
}

.footer-newsletter .newsletter-email {
    float: left;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #eaeaea;
    background: #fff;
    color: #666;
    padding: 11px 12px;
    width: 310px;
    padding-left: 20px;
}

.footer-newsletter .email {
    text-transform: none;
    float: left;
}

button.subscribe:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 8px;
}

.footer-newsletter .subscribe {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    float: left;
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 10px 25px 9px 18px;
    border: 0 #000 solid;
}

    .footer-newsletter .subscribe:hover {
        border: 0 #fe0100 solid;
        background: #fe0100;
    }

.social ul.inline-mode li a:before {
    content: "";
}

.social ul.inline-mode li a {
    border: 0 solid #666;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    display: inline-block;
    text-align: center;
}

.social .fb a:hover, .social .tw a:hover, .social .googleplus a:hover, .social .rss a:hover, .social .instagram a:hover, .social .linkedin a:hover {
    background: #000;
}

.social .fb a {
    background: #3C5B9B;
}

.social .tw a {
    background: #359BED;
}

.social .googleplus a {
    background: #E33729;
}

.social .rss a {
    background: #FD9F13;
}

.social .instagram a {
    background: #3f729b;
}

.social .linkedin a {
    background: #027ba5;
}

.social h4 {
    margin: 25px 0 5px;
}

.social {
    margin-top: 5px;
}

    .social ul {
        margin: 0;
        list-style: none;
    }

        .social ul li {
            margin-left: 7px;
            display: inline-block;
        }

            .social ul li:first-child {
                margin-left: 0;
            }

    .social a {
        transition: background 400ms ease-in-out;
        -webkit-transition: background 400ms ease-in-out;
        -moz-transition: background 400ms ease-in-out;
        -o-transition: background 400ms ease-in-out;
    }

.payment {
    margin-top: 10px;
    margin-bottom: 10px display: inline-block;
    width: 100%;
    text-align: right;
}

    .payment ul {
        padding: 0;
        margin: auto;
    }

    .payment li {
        display: inline-block;
        list-style: none;
        margin-right: 6px;
    }

.footer-coppyright {
    padding-bottom: 8px;
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
}

.coppyright {
    padding-top: 14px;
}

nav {
    height: 55px;
    position: relative;
    margin: auto;
    display: inline-block;
}

.modal-backdrop {
    z-index: 100;
}

.toolbar {
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}

    .toolbar .sorter {
        margin-top: 2px;
    }

.sorter .short-by {
    float: right;
    margin: 0;
    padding-left: 12px;
}

.toolbar.column .sorter .short-by.page {
    float: left;
    margin: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

.toolbar label {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-transform: capitalize;
}

.sorter .short-by select {
    border: 0 none;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    margin: 0;
    padding: 0 14px;
    vertical-align: middle;
    width: 110px;
    border: 1px #eee solid;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(../images/arrow-d.png);
    background-repeat: no-repeat;
    position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
}

.sorter .short-by.page select {
    width: 65px;
}

.view-mode {
    float: left;
    margin-top: 5px;
}

    .view-mode ul {
        padding: 0;
        margin: 0;
    }

        .view-mode ul li {
            float: left;
            padding: 4px 5px 4px 0;
            list-style: none;
        }

            .view-mode ul li a {
                color: #959595;
                font-size: 18px;
                line-height: 28px;
                font-weight: 400;
                background-color: #f8f8f8;
                border: 1px #eee solid;
                width: 30px;
                height: 30px;
                padding: 8px 12px 4px;
            }

            .view-mode ul li:last-child {
                border: none;
                margin-left: 5px;
                padding-right: 0;
            }

    .view-mode li.active a {
        color: #b10212;
    }

.shop .product-des .color ul li {
    border: 0 none;
    display: inline-block;
    float: none;
    margin-right: 5px;
    margin-top: 10px;
}

.shop .product-des h2 {
    line-height: 18px;
    margin: 0 0 5px;
}

.pagination-area {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border-top: 1px solid #eee;
    margin: 10px 0 0;
    padding-top: 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .pagination-area ul {
        margin-bottom: 0;
    }

        .pagination-area ul li {
            background: #f5f5f5;
            color: #393939;
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            height: 30px;
            line-height: 30px;
            margin: 0 0 0 5px;
            width: 30px;
            border-radius: 0;
        }

            .pagination-area ul li a {
                border: 1px solid #e0e0e0;
                color: #363636;
                display: block;
                font-size: 12px;
                font-weight: 700;
                height: 30px;
                width: 30px;
                text-decoration: none;
                border-radius: 0;
                transition: all .4s ease-out .2s;
            }

                .pagination-area ul li a:hover {
                    background: #000;
                    border: 1px solid #000;
                    color: #fff;
                }

                .pagination-area ul li a.active {
                    background: #b10212;
                    border: 1px solid #b10212;
                    border-radius: 0;
                    color: #fff;
                    transition: all .4s ease-out .2s;
                }

.filter-price {
    margin: auto 15px 25px;
}

    .filter-price p {
        margin: 0 0 10px;
    }

        .filter-price p input {
            border: 0 none;
            color: #000;
            font-weight: 700;
            height: 30px;
            line-height: 30px;
            background: inherit;
        }

    .filter-price a {
        border-bottom: 2px solid #f7505a;
        color: #f7505a;
        display: inline-block;
        line-height: 20px;
        margin: 0 0 20px;
        padding: 0;
        text-transform: uppercase;
    }

    .filter-price .ui-slider-horizontal {
        height: 6px;
    }

    .filter-price .ui-widget-header {
        background: #000;
        border: 0;
        color: #fff;
        height: 6px;
    }

    .filter-price .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
        border-radius: 0;
    }

    .filter-price .ui-slider .ui-slider-handle {
        background: #fff none repeat scroll 0 0;
        border: 2px solid #b10212;
        cursor: pointer;
        height: 18px;
        position: absolute;
        width: 18px;
        z-index: 2;
        border-radius: 100%;
    }

    .filter-price .ui-slider-horizontal .ui-slider-handle {
        top: -6px;
    }

.manufacturer-area {
    margin-bottom: 12px;
}

    .manufacturer-area ul li {
        padding-bottom: 5px;
    }

.layered-Category {
    margin-bottom: 18px;
}

button.button {
    display: inline-block;
    border: 0;
    background: #b10212;
    padding: 6px 16px;
    font-size: 12px;
    border: 2px solid #b10212;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    button.button:hover {
        background: #000;
        border: 2px solid #000;
        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        color: #fff;
    }

button span {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
}

.button1 {
    display: inline-block;
    border: 0;
    width: 100%;
    background: #fb641b;
    padding: 7px 25px;
    font-size: 16px;
    border: 2px solid #fb641b;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .button1:hover {
        background: #7bd100;
        border: 2px solid #7bd100;
        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        color: #fff;
    }

    .button1 span {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .5px;
    }

.button2 {
    display: inline-block;
    width: 100%;
    border: 0;
    background: #ff9f00;
    padding: 7px 20px;
    font-size: 16px;
    border: 2px solid #ff9f00;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .button2:hover {
        background: #7bd100;
        border: 2px solid #7bd100;
        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        color: #fff;
    }

    .button2 span {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .5px;
    }

.button3 {
    display: inline-block;
    border: 0;
    background: #b10212;
    padding: 6px 16px;
    font-size: 12px;
    border: 2px solid #b10212;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .button3:hover {
        background: #000;
        border: 2px solid #000;
        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        color: #fff;
    }

    .button3 span {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .5px;
    }

.buttonfacebook {
    display: inline-block;
    border: 0;
    background: #3856a0;
    padding: 6px 16px;
    font-size: 12px;
    border: 2px solid #3856a0;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .buttonfacebook:hover {
        background: #567bd5;
        border: 2px solid #567bd5;
        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        color: #fff;
    }

    .buttonfacebook span {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .5px;
    }

.buttongoogle {
    display: inline-block;
    border: 0;
    background: #dd4330;
    padding: 6px 16px;
    font-size: 12px;
    border: 2px solid #dd4330;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .buttongoogle:hover {
        background: #f96351;
        border: 2px solid #f96351;
        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        color: #fff;
    }

    .buttongoogle span {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .5px;
    }

.buttontwitter {
    display: inline-block;
    border: 0;
    background: #00b4ff;
    padding: 6px 16px;
    font-size: 12px;
    border: 2px solid #00b4ff;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .buttontwitter:hover {
        background: #3fc5fd;
        border: 2px solid #3fc5fd;
        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        color: #fff;
    }

    .buttontwitter span {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .5px;
    }

.buttonregi {
    display: inline-block;
    border: 0;
    background: #b10212;
    padding: 6px 16px;
    font-size: 12px;
    border: 2px solid #b10212;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

    .buttonregi:hover {
        background: #000;
        border: 2px solid #000;
        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        color: #fff;
    }

    .buttonregi span {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .5px;
    }

.txtAllhome {
    border: solid 1px #b0b0af;
    width: 100%;
    height: 38px;
    padding: 3px 3px 3px 5px;
    font-family: Arial;
    color: Gray;
    font-size: 12px;
}

    .txtAllhome:hover {
        border: solid 1px #367fa9;
    }

.txtAllpassword {
    border: solid 1px #b0b0af;
    width: 100%;
    height: 28px;
    padding: 3px 3px 3px 5px;
    font-family: Arial;
    color: Gray;
    font-size: 12px;
}

    .txtAllpassword:hover {
        border: solid 1px #367fa9;
    }

.breadcrumbs {
    padding: 6px 0;
    margin: auto;
    font-size: 11px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}

    .breadcrumbs a {
        color: #666;
    }

    .breadcrumbs span {
        display: inline-block;
        margin: 0 5px;
        color: #666;
        font-size: 13px;
    }

    .breadcrumbs ul {
        margin: 0;
        padding: 0;
    }

        .breadcrumbs ul li {
            list-style-type: none;
            display: inline;
        }

.sidebar .block {
    margin-bottom: 30px;
    border: 1px #eaeaea solid;
    background-color: #fff;
}

.category-sidebar {
    background: #fff;
    margin-bottom: 25px;
    border: none;
    margin-top: 10px;
    display: none;
}

    .category-sidebar .block-title:before {
        content: '\f0c9';
        font-family: FontAwesome;
        margin-right: 4px;
    }

    .category-sidebar .product-categories {
        padding: 8px 12px;
        margin: auto;
    }

    .category-sidebar ul.product-categories ul {
        margin: 0;
        padding: 0;
    }

    .category-sidebar .product-categories li {
        padding: 8px 0 10px 14px;
        position: relative;
        border-bottom: 1px solid #ececec;
    }

        .category-sidebar .product-categories li:last-child {
            border-bottom: none;
        }

        .category-sidebar .product-categories li a {
            font-weight: 400;
            font-size: 13px;
            color: #222;
            font-family: "Roboto",sans-serif;
        }

            .category-sidebar .product-categories li a:hover {
                color: #1bbaaf;
            }

        .category-sidebar .product-categories li.current-cat a {
            font-weight: 600;
            font-size: 13px;
            color: #000;
        }

        .category-sidebar .product-categories li.current-cat ul li a {
            border-bottom: 0 solid #eaeaea;
            color: #666;
            font-size: 13px;
            font-weight: 400;
            padding: 2px;
        }

            .category-sidebar .product-categories li.current-cat ul li a:hover {
                color: #1bbaaf;
            }

        .category-sidebar .product-categories li ul li {
            padding: 5px 0 5px 10px;
            list-style: none;
            border-bottom: none;
            list-style: none;
        }

.sidebar li {
    list-style: none;
}

.category-sidebar .product-categories li ul li a {
    border-bottom: 0 solid #EAEAEA;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    padding: 6px 3px;
    text-decoration: none;
    color: #666;
    transition: color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0;
}

.category-sidebar .product-categories li .count {
    display: none;
}

.category-sidebar .product-categories {
    overflow: auto;
    padding: 8px 0 0;
    border: 1px solid #eee;
}

.category-sidebar .cat-item.cat-parent:hover {
    cursor: pointer;
}

.category-sidebar .cat-item.cat-parent:after {
    content: "";
    color: #555;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 8px;
    height: 24px;
    width: 24px;
    vertical-align: top;
    text-align: center;
    font-family: FontAwesome;
    font-weight: 400;
    background-image: url(../images/plus-d2.png);
    background-repeat: no-repeat;
}

.category-sidebar .cat-item.cat-parent.open-cat:after {
    content: "";
    color: #555;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 6px;
    border-radius: 3px;
    height: 24px;
    width: 24px;
    vertical-align: top;
    text-align: center;
    font-family: FontAwesome;
    font-weight: 400;
    background-image: url(../images/minus-d1.png);
    background-repeat: no-repeat;
}

.category-sidebar .cat-item.cat-parent.current-cat-parent.close-cat:after {
    content: "";
    color: #555;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 8px;
    border-radius: 3px;
    height: 24px;
    width: 24px;
    vertical-align: top;
    text-align: center;
    font-family: FontAwesome;
    font-weight: 400;
    background-image: url(../images/plus-d2.png);
    background-repeat: no-repeat;
}

.category-sidebar .cat-item.cat-parent.current-cat-parent:after {
    content: "";
    color: #555;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 6px;
    border-radius: 3px;
    height: 24px;
    width: 24px;
    vertical-align: top;
    text-align: center;
    font-family: FontAwesome;
    font-weight: 400;
    background-image: url(../images/minus-d1.png);
    background-repeat: no-repeat;
}

.category-sidebar .cat-item.cat-parent.current-cat:after {
    content: "";
    color: #555;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 6px;
    border-radius: 3px;
    height: 24px;
    width: 24px;
    text-align: center;
    font-family: FontAwesome;
    font-weight: 400;
    background-image: url(../images/minus-d1.png);
    background-repeat: no-repeat;
}

.category-sidebar .cat-item.cat-parent.current-cat.open-cat:after {
    content: "";
    color: #555;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 8px;
    border-radius: 3px;
    height: 24px;
    width: 24px;
    vertical-align: top;
    text-align: center;
    font-family: FontAwesome;
    font-weight: 400;
    background-image: url(../images/plus-d2.png);
    background-repeat: no-repeat;
}

.category-sidebar .sidebar-title {
    font-size: 16px;
    margin: 0;
    padding: 12px 14px;
    text-transform: uppercase;
    background-color: #b10212;
}

    .category-sidebar .sidebar-title h3 {
        margin: auto;
        font-size: 15px;
        letter-spacing: 1px;
    }

.sidebar-cart .block-content {
    padding: 14px;
}

.sidebar-cart .amount {
    margin-bottom: 15px;
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 4px;
}

button.button-compare {
    padding: 6px 12px;
    color: #fff;
}

button.button-checkout {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.sidebar-cart .mini-products-list .product-details .nobr {
    white-space: normal!important;
}

.sidebar-cart .summary {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.sidebar-cart .subtotal {
    margin: 0;
    padding: 8px 10px;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 10px;
    background: #f5f5f5;
}

.sidebar-cart .block-content .summary .subtotal .label {
    padding: 2px 0;
    color: #000;
    font-size: 13px;
    font-weight: 700;
}

.sidebar-cart .subtotal .price {
    font-size: 15px;
    font-weight: 700;
    float: right;
}

.cart-checkout {
    border: 0 none;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    margin-bottom: 0;
}

    .cart-checkout a {
        border: 0 #dc436b solid;
        background: #323C46;
        text-shadow: 0 1px 0 #000;
        border-radius: 2px;
        color: #FFF;
        font-size: 11px;
        padding: 8px 12px;
        text-transform: uppercase;
        border-radius: 0;
    }

        .cart-checkout a:hover {
            border: 0 #111 solid;
            background: #222;
            padding: 6px 10px;
            text-shadow: 0 1px 0 #000;
            border-radius: 2px;
            color: #FFF;
            font-size: 11px;
            cursor: pointer;
        }

.sidebar-cart .block-content ul li .product-details {
    float: right;
    width: 68%;
}

.sidebar-cart ul li.item {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

    .sidebar-cart ul li.item img {
        width: 65px;
    }

    .sidebar-cart ul li.item.last {
        border-bottom: none;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

.sidebar-cart .block-content ul li a.product-image {
    display: inline;
}

    .sidebar-cart .block-content ul li a.product-image img {
        border: 1px solid #ECECEC;
    }

.sidebar-cart .block-content ul li .product-name {
    margin: 0 0 2px;
    font-size: 13px;
    padding-right: 15px;
}

.sidebar ul, .sidebar ol {
    margin: 0;
    padding: 0;
}

.sidebar-bar-title {
    font-size: 14px;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
    background-color: #b10212;
    border-bottom: 1px solid #eee;
}

    .sidebar-bar-title h3 {
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding-bottom: 0;
        margin: auto;
        color: #fff;
    }

.banner4 {
    margin-bottom: 30px;
}

.product-price-range .block-content {
    padding: 28px 15px 10px;
}

.product-price-range .amount-range-price {
    padding: 15px 0;
}

.product-price-range .slider-range-price {
    height: 7px;
    background: #b10212;
    border: none;
    border-radius: 0;
}

    .product-price-range .slider-range-price .ui-widget-header {
        background: #000;
        height: 7px;
    }

    .product-price-range .slider-range-price .ui-slider-handle {
        border: 1px #666 solid;
        background: #b10212;
        cursor: pointer;
    }

.check-box-list {
    overflow: hidden;
}

    .check-box-list li {
        line-height: 24px;
    }

    .check-box-list label {
        display: inline-block;
        cursor: pointer;
        line-height: 12px;
    }

        .check-box-list label:hover {
            color: #b10212;
        }

    .check-box-list input[type="checkbox"] {
        display: none;
    }

        .check-box-list input[type="checkbox"] + label span.button {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-right: 6px;
            background: url(../images/checkbox.png) no-repeat;
            padding: 0;
            border: none;
        }

        .check-box-list input[type="checkbox"]:checked + label span.button {
            background: #b10212 url(../images/checked.png) no-repeat center center;
        }

        .check-box-list input[type="checkbox"]:checked + label {
            color: #b10212;
        }

    .check-box-list label span.count {
        color: #666;
        margin-left: 2px;
    }

.filter-color ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
}

.filter-color li {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: normal;
    float: left;
    padding: 5px;
}

    .filter-color li label {
        border: 1px solid #eaeaea;
        width: 20px;
        height: 20px;
        padding-top: 6px;
        padding-left: 6px;
        float: left;
    }

    .filter-color li input[type="checkbox"] + label span.button {
        background: none;
        margin: 0;
    }

    .filter-color li input[type="checkbox"]:checked + label {
        border-color: #f36;
    }

.filter-size {
    max-height: 200px;
    overflow-y: auto;
}

    .filter-size li {
        width: 50%;
        float: left;
    }

h2.saider-bar-title {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px #eaeaea solid;
    margin-bottom: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.shop-by-side {
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 25px;
}

    .shop-by-side .block-content {
        padding: 14px;
    }

.color-area {
    margin-bottom: 18px;
    overflow: hidden;
}

.color ul li {
    border: 0 none;
    float: left;
    margin-right: 5px;
}

    .color ul li a {
        clear: both;
        background: #000;
        float: left;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        height: 50px;
        width: 50px;
        border: 1px solid #e0e0e0;
    }

    .color ul li:nth-child(2) a {
        background: #e32b00;
    }

    .color ul li:nth-child(3) a {
        background: #ff9000;
    }

    .color ul li:nth-child(4) a {
        background: #8BC44A;
    }

    .color ul li:nth-child(5) a {
        background: #10b9b9;
    }

    .color ul li:nth-child(6) a {
        background: #FFF;
    }

.size-area {
    margin-bottom: 8px;
    overflow: hidden;
}

.size li {
    border: 0 none;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

    .size li a {
        border: 2px solid #eaeaea;
        padding: 3px 10px;
        color: #666;
        float: left;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

        .size li a:hover {
            border-color: #b10212;
        }

.compare .block-content {
    padding: 14px;
}

ol#compare-items li a.product-name {
    font-size: 13px;
    padding: 0 3px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    display: inline-block;
    width: 90%;
}

ol#compare-items li {
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    background: none;
}

    ol#compare-items li:last-child {
        border-bottom: none;
        margin-bottom: 5px;
    }

button.button-compare {
    padding: 6px 12px;
}

button.button.button-clear {
    border: 2px solid #000;
    background: #fff;
    color: #000;
    padding: 6px 12px;
}

    button.button.button-clear:hover {
        background: #000;
        color: #fff;
        border: 2px solid #000;
    }

.popular-tags-area .tag li a:hover {
    background: #b10212;
    color: #fff;
}

.popular-tags-area .tag {
    padding: 10px 15px 20px;
}

.tag li {
    display: inline-block;
    line-height: 28px;
    margin: 5px 5px 0 0;
}

    .tag li a {
        background: #efefef none repeat scroll 0 0;
        color: #838383;
        display: block;
        padding: 0 8px;
        text-decoration: none;
    }

.single-img-add {
    display: inline-block;
    text-shadow: none;
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

    .single-img-add h3 a {
        text-shadow: none;
        color: #fff;
    }

    .single-img-add h3 {
        font-size: 20px;
        padding-top: 12px;
    }

    .single-img-add a.info {
        display: inline-block;
        float: none;
        margin-top: 5px;
    }

    .single-img-add .carousel-indicators {
        display: none;
    }

#carousel-example-generic {
    background: #fff!important;
    padding: 5px;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
}

    #carousel-example-generic .carousel-control.left {
        background: none;
        display: none;
    }

    #carousel-example-generic .carousel-control.right {
        background: none;
        display: none;
    }

    #carousel-example-generic .carousel-inner {
        margin: 0;
    }

    #carousel-example-generic .carousel-caption {
        width: 100%;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.3);
        padding: 0;
        bottom: 0;
        padding-bottom: 18px;
        text-align: center;
        text-shadow: none;
        display: none;
    }

.oe_overlay {
    background: #000;
    opacity: .7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
}

.special-product .products-block-left {
    width: 75px;
    float: left;
}

.special-product .products-block-right {
    margin-left: 85px;
}

    .special-product .products-block-right p {
        margin: 0 0 6px;
        line-height: 1.4em;
    }

.special-product .block-content {
    padding: 14px;
}

.special-product ul li {
    display: inline-block;
    border-bottom: 1px #eaeaea solid;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

    .special-product ul li:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 5px;
    }

.special-product a.link-all {
    background: #b10212;
    color: #fff;
    font-size: 12px;
    padding: 6px 16px;
    border: none;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #b10212;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
}

.category-description {
    margin-bottom: 30px;
}

.shop-inner {
    margin-bottom: 30px;
}

.products-grid {
    margin: 0;
    list-style: none;
}

.shop-inner .page-title h2 {
    border-bottom: 2px solid #e0e0e0;
    display: inline-block;
    font-size: 20px;
    letter-spacing: .5px;
    line-height: normal;
    margin: 0 0 10px;
    outline: medium none;
    padding: 0 0 6px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
}

ul.products-grid {
    padding: 0;
    margin: 0;
}

.products-grid .item {
    margin-top: 0;
    padding: 0;
}

.col-main .product-grid-area .products-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.products-list h2 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: normal;
    margin-bottom: 8px;
}

ul.products-list {
    margin: auto;
}

    ul.products-list .sale-left {
        left: 0;
        top: 0;
    }

.products-list .item {
    padding: 0;
    margin: 15px 0 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    list-style: none;
    display: inline-block;
    width: 100%;
}

    .products-list .item:last-child {
        margin: 15px 0 0;
        border-bottom: 0 solid #eee;
        padding-bottom: 5px;
    }

.products-list .rating {
    display: inline-block;
    margin-right: 6px;
}

.products-list .rating-links {
    display: inline-block;
    margin-bottom: 4px;
}

    .products-list .rating-links a {
        font-size: 11px;
    }

.products-list .item h3 {
    font-weight: 400;
    color: #353535;
    padding-bottom: 2px;
}

    .products-list .item h3 a {
        font-weight: 400;
        font-size: 14px;
        color: #407CBF;
        text-decoration: none;
    }

        .products-list .item h3 a:hover {
            font-weight: 400;
            font-size: 14px;
            color: #000;
            text-decoration: underline;
        }

.products-list .product-img {
    position: relative;
    padding-left: 0;
    width: 30%;
    float: left;
}

    .products-list .product-img img {
        width: max-100%;
    }

.products-list .product-shop {
    width: 67%;
    float: right;
}

    .products-list .product-shop .desc {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 5px;
        color: #666;
    }

    .products-list .product-shop p {
        font-size: 14px;
        color: #666;
        line-height: 1.5em;
    }

        .products-list .product-shop p.old-price {
            margin-right: 4px;
        }

    .products-list .product-shop .price-box {
        margin: 5px 0 10px;
        border-top: 1px solid #eee;
        padding-top: 12px;
    }

.products-list .desc a.link-learn {
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
    color: #b10212;
}

.products-list .product-shop button.button span {
    font-size: 12px;
    padding: 1px 0 0 10px;
    text-transform: uppercase;
}

.products-list .product-shop .actions ul {
    display: inline-block;
    margin-top: 8px;
}

    .products-list .product-shop .actions ul li {
        margin-right: 20px;
        display: inline-block;
    }

        .products-list .product-shop .actions ul li a {
            text-transform: uppercase;
            font-size: 12px;
        }

        .products-list .product-shop .actions ul li:last-child a {
            border-left: 1px solid #e5e5e5;
            padding-left: 21px;
        }

        .products-list .product-shop .actions ul li:last-child {
            margin-right: 0;
        }

        .products-list .product-shop .actions ul li span {
            margin-left: 5px;
        }

.price {
    font-size: 14px;
    color: #fe0100;
    white-space: nowrap!important;
}

.price-box {
    margin: 8px 0 2px;
}

.regular-price {
    display: inline;
}

    .regular-price .price {
        font-weight: 700;
        font-size: 16px;
        color: #fe0100;
    }

.block .regular-price, .block .regular-price .price {
    color: #000;
}

.price-box .price-from .price {
    font-weight: 900;
    font-size: 14px;
    color: #000;
}

.price-box .price-to .price {
    font-weight: 900;
    font-size: 14px;
    color: #000;
}

.price-box .minimal-price .price {
    font-weight: 900;
    font-size: 14px;
    color: #000;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
    display: none;
}

.old-price {
    display: inline;
    margin-right: 15px;
}

    .old-price .price-label {
        color: #777;
        display: none;
        white-space: nowrap;
    }

    .old-price .price {
        color: #777!important;
        font-size: 15px;
        font-weight: 400;
        text-decoration: line-through;
        margin-left: 6px;
    }

.special-price {
    margin: 0;
    padding: 3px 0;
    display: inline;
}

    .special-price .price-label {
        color: #666;
        display: none;
        font-size: 13px;
        font-weight: 400;
        white-space: nowrap;
    }

    .special-price .price {
        font-size: 16px;
        color: #fe0100;
        font-weight: 700;
    }

    .special-price .priceOff {
        font-size: 16px;
        color: #06730a;
        font-weight: 700;
    }

    .special-price .priceOff1 {
        font-size: 20px;
        color: #06730a;
        font-weight: 700;
    }

    .special-price .priceOffOnDeals {
        font-size: 18px;
        color: #b10212;
        font-weight: 700;
    }

    .special-price .price-label {
        font-size: 13px;
        font-weight: 900;
        white-space: nowrap;
        color: #666;
        display: none;
    }

.minimal-price {
    margin: 0;
}

    .minimal-price .price-label {
        white-space: nowrap;
    }

.minimal-price-link {
    display: inline;
}

.large-image img {
    max-width: 100%;
    height: auto;
}

.product-view-area .product-img-box .product-image {
    margin: 0 0 13px;
    position: relative;
    overflow: hidden;
}

.magnifier img {
    max-width: inherit;
}

.product-big-image {
    position: relative;
    padding: 0;
}

    .product-big-image .sale-left, .product-big-image .new-left {
        left: 0;
        top: 0;
    }

.product-view-area {
    margin: auto;
    position: relative;
    z-index: 0;
    margin: 10px 15px;
}

    .product-view-area .flexslider-thumb {
        max-width: 455px;
        padding: 22px 62px;
        position: relative;
        border-top: 1px #e5e5e5 solid;
    }

.product-view-area-compact .flexslider-thumb {
    margin: 17px auto 0;
}

.product-view-area .flexslider-thumb .flex-viewport {
    z-index: 10;
}

.product-view-area .flexslider-thumb .flex-direction-nav {
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 9;
}

.product-view-area .flexslider-thumb .flex-prev {
    position: absolute;
    left: 20px;
    top: 8px;
    border: 1px #e5e5e5 solid;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    font-size: 11px;
    transition: color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0;
}

.product-view-area .flexslider-thumb .flex-direction-nav a:hover {
    background-color: #b10212;
    color: #fff;
    transition: color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0;
}

.product-view-area .flexslider-thumb .flex-next {
    position: absolute;
    right: 20px;
    top: 8px;
    border: 1px #e5e5e5 solid;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    font-size: 11px;
    transition: color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0;
}

.product-view-area .flexslider-thumb li img {
    cursor: pointer;
    -moz-user-select: none;
    border: 1px #e5e5e5 solid;
    padding: 2px;
}

.product-view-area .previews-list {
    padding: 0;
    list-style-type: none;
    text-align: center;
}

    .product-view-area .previews-list li {
        margin-right: 15px;
        padding: 0;
        float: none;
        display: inline-block;
    }

.product-view-area .flexslider-thumb-vertical-outer {
    margin: 0 10px 15px 0;
    width: 76px;
    float: left;
    position: relative;
    z-index: 1;
}

.product-view-area .flexslider-thumb-vertical .flex-viewport {
    height: 300px!important;
}

.product-view-area .flexslider-thumb-vertical .slides {
    margin: -4px 0 0;
    padding: 0;
    list-style-type: none;
}

    .product-view-area .flexslider-thumb-vertical .slides li {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .product-view-area .flexslider-thumb-vertical .slides li img {
            width: 100%;
            padding: 4px 0;
            cursor: pointer;
            -moz-user-select: none;
        }

.flex-direction-nav, .slider-controls {
    -webkit-transform: translate3d(0,0,0);
}

.product-view-area li {
    list-style: none;
}

.product-color-size-area {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}

    .product-color-size-area .color-area {
        display: inline-block;
        width: 40%;
        float: left;
        margin-right: 18px;
    }

    .product-color-size-area .size-area {
        display: inline-block;
        width: 57%;
    }

.product-view-area .product-details-area {
    margin-top: 0;
    z-index: -9;
    padding: 0 0 20px 22px;
}

.product-view-area .product-name h1 {
    font-size: 25px;
    margin: 0 0 18px;
    text-align: left;
    line-height: normal;
    padding-bottom: 4px;
    letter-spacing: normal;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.product-view-area .product-name h2 {
    font-size: 16px;
    margin: 0 0 18px;
    text-align: left;
    line-height: normal;
    padding-bottom: 4px;
    letter-spacing: normal;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.product-view-area .short-description {
    font-size: 13px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

    .product-view-area .short-description h2 {
        font-size: 15px;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .product-view-area .short-description p {
        font-size: 14px;
    }

        .product-view-area .short-description p i {
            color: Gray;
        }

.product-view-area .product-details-area .ratings {
    padding: 5px 0 0;
    margin: auto;
}

    .product-view-area .product-details-area .ratings .rating {
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 10px;
    }

        .product-view-area .product-details-area .ratings .rating i {
            font-size: 15px;
        }

    .product-view-area .product-details-area .ratings .rating-links {
        margin-bottom: 12px;
        display: inline-block;
    }

.availability.in-stock span {
    color: #fff;
    background-color: #5cb85c;
    padding: 5px 12px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
}

.availability.out-of-stock span {
    color: #fff;
    background-color: #d9534f;
    padding: 5px 12px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
}

.product-view-area .product-details-area .price-box {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #e5e5e5;
}

    .product-view-area .product-details-area .price-box .old-price {
        margin-right: 5px;
        margin-top: 0;
        display: inline-block;
    }

.product-view-area .product-details-area .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.product-view-area .product-details-area .old-price .price {
    font-size: 20px;
    font-weight: 400;
    color: #ccc;
    margin-left: 10px;
}

.product-view-area .product-details-area .price {
    font-size: 28px;
    color: #b10212;
    font-weight: 700;
}

.cart-plus-minus .qty {
    border: 1px solid #e0e0e0;
    color: #000;
    float: left;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    margin-right: 0;
    padding: 0 5px 1px;
    text-align: center;
    width: 65px;
}

.dec.qtybutton {
    background-color: #e5e5e5;
    border: 1px #eaeaea solid;
    border-right: none;
    transition: color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0;
    color: #000;
    font-size: 14px;
    line-height: normal;
    padding: 12px 14px 9px 16px;
    line-height: 18px;
    display: inline-block;
    border-radius: 0;
    height: 40px;
    float: left;
    cursor: pointer;
}

    .dec.qtybutton:hover, .inc.qtybutton:hover {
        background-color: #b10212;
        color: #fff;
    }

.inc.qtybutton {
    background-color: #e5e5e5;
    border: 1px #eaeaea solid;
    border-left: none;
    transition: color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0;
    color: #000;
    font-size: 14px;
    line-height: normal;
    padding: 12px 14px 9px 16px;
    line-height: 18px;
    display: inline-block;
    height: 40px;
    float: left;
    cursor: pointer;
}

.cart-plus-minus label {
    display: inline-block;
    float: left;
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-right: 10px;
}

.cart-plus-minus {
    display: inline-block;
    float: left;
    margin-right: 18px;
}

.product-variation {
    display: inline-block;
    width: 100%;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    padding: 15px 0;
    margin-bottom: 15px;
}

.numbers-row {
    float: left;
}

.pro-add-to-cart {
    float: left;
}

button.button.pro-add-to-cart {
    background: #ff7474;
    color: #fff;
    padding: 7px 22px;
    border: 2px #ff7474 solid;
}

    button.button.pro-add-to-cart:hover {
        background: #b10212;
        border: 2px #b10212 solid;
        color: #fff;
    }

    button.button.pro-add-to-cart span {
        font-size: 16px;
    }

        button.button.pro-add-to-cart span i {
            margin-right: 10px;
        }

.email-addto-box {
    display: inline-block;
    margin-top: 30px;
}

.product-cart-option ul {
    margin: auto;
    display: inline-block;
}

    .product-cart-option ul li {
        border-right: 1px solid #e5e5e5;
        float: left;
        margin-right: 15px;
        padding-right: 15px;
    }

        .product-cart-option ul li a {
            color: #636363;
            display: block;
            font-size: 11px;
            font-weight: 700;
            line-height: 22px;
            margin: 0;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
        }

            .product-cart-option ul li a:hover, .product-cart-option ul li a:hover i {
                color: #b10212;
            }

        .product-cart-option ul li:last-child {
            border: none;
        }

        .product-cart-option ul li a i {
            color: #bbb;
            font-size: 14px;
            margin-right: 8px;
        }

            .product-cart-option ul li a i.fa.fa-heart {
                font-size: 12px;
            }

.product-overview-tab {
    margin-top: 5px;
    margin-bottom: 15px;
}

.product-tabs {
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #e0e0e0;
    margin-top: 5px;
    height: 22px;
    text-align: center;
    width: 100%;
}

    .product-tabs li a {
        border-bottom: none;
        color: #666;
        margin-right: 15px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        transition: color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0;
        padding: 0 20px;
        letter-spacing: 1px;
    }

    .product-tabs li.active a {
        border: 2px solid #b10212;
        border-radius: 0;
        background: #b10212;
        color: #000;
    }

#product-detail-tab.nav-tabs > li {
    float: none;
    display: inline-block;
}

.table-responsive.reviews-table {
    overflow: inherit;
}

.nav-tabs.product-tabs > li > a {
    line-height: 1.42857143;
    border-radius: 0;
    border: 2px solid #999;
    padding: 8px 28px;
    background: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #b10212;
    border: 2px solid #b10212;
    color: #fff;
}

.nav-tabs > li > a:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.tab-content {
    padding: 5px 0 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

    .tab-content > .active {
        margin-top: 15px;
    }

.form-add-tags input.input-text, select, textarea {
    border: 2px solid #ddd;
    margin-top: 0;
    padding: 5px 10px 7px;
    width: 35%;
    background: #fff;
    border-radius: 0;
}

button.button.add-tags {
    margin-left: -5px;
    background: #b10212;
    border: 2px solid #b10212;
    color: #fff;
}

.form-add-tags {
    text-align: center;
}

    .form-add-tags h2 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 6px;
    }

p.note {
    text-align: center;
    margin-top: 8px;
}

.reviews-content-left h2, .reviews-content-right h2 {
    color: #222;
    font-size: 15px;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.product-view .box-reviews dl {
    margin: 15px 0;
}

.review-ratting {
    margin: 15px 0;
}

    .review-ratting p {
        margin: 4px 0 6px;
        font-weight: 700;
    }

        .review-ratting p a {
            color: #b10212;
            text-decoration: none;
        }

            .review-ratting p a:hover {
                color: #000;
            }

    .review-ratting table tr th, .review-ratting table tr td {
        font-size: 12px;
        line-height: 1em;
        padding: 5px 0;
    }

    .review-ratting table tr th {
        font-weight: 700;
        padding-right: 8px;
    }

.author small {
    font-style: italic;
}

.reviews-content-right h3 {
    font-size: 13px;
    font-weight: 400;
    color: #222;
    line-height: 1.35;
    margin: 0 0 5px;
}

    .reviews-content-right h3 span {
        color: #b10212;
    }

.reviews-content-right h4 {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

    .reviews-content-right h4 em {
        color: #ed1c24;
    }

.reviews-content-right table {
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

    .reviews-content-right table tr td {
        border: 1px solid #e5e5e5;
        padding: 6px 10px;
        background: #fff;
    }

    .reviews-content-right table tr th {
        background: #000;
        border: 0 none;
        color: #fff;
        padding: 10px;
        text-align: center;
    }

.product-overview-tab .form-area {
    margin: 15px 0 0;
}

    .product-overview-tab .form-area .form-element input, textarea {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #e0e0e0;
        padding: 5px;
        width: 60%;
        height: 34px;
    }

    .product-overview-tab .form-area .form-element textarea {
        height: 100px;
        background: #fff;
        border: 1px solid #e0e0e0;
        padding: 5px;
        border-radius: 0;
    }

.product-overview-tab .buttons-set {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 20px 0 0;
    padding: 8px 0 0;
    text-align: right;
}

.tag-content .form-element {
    overflow: hidden;
}

    .tag-content .form-element input {
        height: 40px;
        width: 299px;
        float: left;
        margin-right: 5px;
    }

.form-element label, .ck-box label {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 10px auto 2px;
}

    .form-element label em {
        color: #f22e3b;
        font-family: arial;
        font-style: normal;
    }

.upsell-product-area .product-flexslider {
    margin-bottom: 10px;
}

.upsell-product-area .page-header h2 {
    border-bottom: 2px solid #e0e0e0;
    display: inline-block;
    font-size: 20px;
    letter-spacing: .5px;
    line-height: normal;
    margin: 0;
    outline: medium none;
    padding: 0 0 6px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
}

.related-products-pro .product-flexslider {
    margin-bottom: 10px;
}

.related-products-pro {
    margin-top: 30px;
}

.related-product-area .page-header h2 {
    border-bottom: 2px solid #e0e0e0;
    display: inline-block;
    font-size: 20px;
    letter-spacing: .5px;
    line-height: normal;
    margin: 0;
    outline: medium none;
    padding: 0 0 6px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
}

.col2-right-layout .product-view-area {
    margin: 0;
}

    .col2-right-layout .product-view-area .product-details-area {
        padding: 20px 0 12px;
    }

    .col2-right-layout .product-view-area .flexslider-thumb {
        padding: 22px 65px;
    }

.product-view-area ul, .product-overview-tab ul {
    padding: 0;
    margin: 0;
}

.col2-right-layout .product-color-size-area .size-area {
    width: 45%;
}

.col2-right-layout .nav-tabs.product-tabs > li > a {
    padding: 8px 20px;
}

.col2-left-layout .product-view-area {
    margin: 0;
    overflow: hidden;
}

    .col2-left-layout .product-view-area .flexslider-thumb {
        padding: 22px 58px;
    }

.col2-left-layout .product-color-size-area .size-area {
    width: 48%;
}

.col2-left-layout .nav-tabs.product-tabs > li > a {
    padding: 8px 20px;
}

.page-content {
    margin-bottom: 30px;
    overflow: hidden;
}

    .page-content .page-title {
        padding-bottom: 15px;
    }

.page-title h2 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .5px;
}

.page-order ul.step {
    width: 100%;
    clear: both;
    overflow: hidden;
}

    .page-order ul.step li {
        display: inline;
        line-height: 30px;
        width: 19%;
        float: left;
        text-align: center;
        border: 2px solid #ccc;
        border-radius: 0;
        margin-right: 12px;
        background: #fff;
        text-transform: uppercase;
    }

        .page-order ul.step li:last-child {
            margin-right: 0;
        }

        .page-order ul.step li.current-step {
            border: 2px solid #e99544;
        }

.page-order .heading-counter {
    margin: 30px 0;
    padding: 15px;
    border: 1px solid #eaeaea;
    background: #fff;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 0;
}

.page-order .cart_navigation a.continue-btn {
    padding: 10px 20px;
    border: 2px solid #eaeaea;
    border-radius: 0;
    background: #f9f9f9;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.page-order .availability {
    text-align: center;
}

.page-order .product-name {
    font-size: 16px;
    margin-bottom: 0;
}

.page-order .cart_description {
    font-size: 14px;
}

.page-order .cart_navigation a.checkout-btn {
    float: right;
    background: #ff7474;
    color: #fff;
    border: 2px solid #ff7474;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
}

    .page-order .cart_navigation a.checkout-btn:hover {
        border: 2px solid #b10212;
        background: #b10212;
    }

.cart_summary > thead, .cart_summary > tfoot {
    background: #f7f7f7;
    font-size: 16px;
}

    .cart_summary > tfoot strong {
        color: #ff6e1f;
    }

    .cart_summary > thead > th {
        border-bottom-width: 1px;
        padding: 20px;
    }

.cart_summary td {
    vertical-align: middle!important;
    padding: 20px;
}

.cart_summary .table > tbody > tr > td, .table > tbody > tr > th, .cart_summary .table > tfoot > tr > td, .table > tfoot > tr > th, .cart_summary .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px;
}

.cart_summary img {
    max-width: 100px;
}

.cart_summary td.cart_product {
    width: 120px;
    padding: 15px;
}

.cart_summary .price {
    text-align: center;
    font-weight: 600;
}

.cart_summary .qty {
    text-align: center;
    width: 100px;
}

    .cart_summary .qty input {
        text-align: center;
        max-width: 64px;
        margin: 0 auto;
        border-radius: 0;
        border: 1px solid #eaeaea;
    }

    .cart_summary .qty a {
        padding: 8px 10px 5px;
        border: 1px solid #eaeaea;
        display: inline-block;
        width: auto;
        margin-top: 5px;
    }

        .cart_summary .qty a:hover {
            background: #b10212;
            color: #fff;
        }

.cart_summary .action {
    text-align: center;
}

    .cart_summary .action a {
        font-size: 13px;
        display: inline-block;
        line-height: 24px;
    }

.cart_summary tfoot {
    text-align: right;
}

.cart_navigation {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.cart .totals table th, .cart .totals table td {
    padding: 5px;
    border: none;
    background: none;
    border: medium none;
    box-shadow: none;
    color: #333;
}

    .cart .totals table th, .cart .totals table td strong {
        font-weight: 900;
        font-size: 12px;
    }

.cart-collaterals {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .cart-collaterals .col2-set {
        float: left;
        margin: 0;
        padding: 0;
    }

.totals h3 {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 10px 0;
}

.cart-collaterals .col2-set .col-2 {
    width: 320px;
}

.totals .inner {
    padding: 4px 0 15px;
    background-color: #fff;
    margin-top: 0;
}

#shopping-cart-totals-table {
    float: right;
    width: 100%;
    padding-bottom: 8px;
}

    #shopping-cart-totals-table .price {
        font-size: 18px;
        color: #333;
    }

#shipping-zip-form p {
    margin: 2px 0 4px;
}

#shipping-zip-form .form-list input.input-text {
    width: 90%;
}

.discount {
    margin: auto;
}

    .discount label {
        font-weight: 400;
    }

.shipping {
    margin: auto;
}

    .shipping .form-list select {
        width: 90%;
        background-color: #fff;
        border: 1px #f0f0f0 solid;
        padding: 8px 10px;
    }

        .shipping .form-list select:focus {
            background-color: #fff;
            border: 1px #ddd solid;
            padding: 8px 10px;
        }

    .shipping .form-list input.input-text {
        width: 95%;
    }

.cart-collaterals h3 {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    margin-top: auto;
    font-weight: 700;
    text-transform: uppercase;
}

.shipping-form ul {
    margin: auto;
    padding: inherit;
}

    .shipping-form ul li {
        list-style: none;
    }

.buttons-set11 {
    margin-top: 10px;
}

input.input-text, select, textarea {
    background-color: #fff;
    border: 1px #f1f1f1 solid;
    padding: 8px 10px;
    outline: none;
    color: #aaa;
}

#wishlist-table textarea {
    padding: 8px 10px;
}

input.input-text:focus, select:focus, textarea:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 10px;
    outline: none;
}

input#coupon_code {
    margin: 8px 0;
    width: 90%;
}

#shopping-cart-table {
    background-color: #FFF;
    text-align: left;
    border: none;
}

    #shopping-cart-table input.qty {
        background: none repeat scroll 0 0 #FFF;
        border: 1px solid #e5e5e5;
        font-size: 15px;
        font-weight: 400;
        margin: 0;
        outline: medium none;
        padding: 8px;
        width: 50px;
        text-align: center;
    }

    #shopping-cart-table a.remove-item {
        background-color: #fff;
        background-image: none;
        color: #333;
        cursor: pointer;
        padding: 0;
        border-radius: 0;
        cursor: pointer;
        text-decoration: none;
        float: left;
        transition: all .3s linear;
        border: none;
    }

        #shopping-cart-table a.remove-item span {
            display: none;
        }

        #shopping-cart-table a.remove-item:before {
            content: "\f014";
            font-family: FontAwesome;
            font-size: 14px;
            font-weight: 400;
        }

        #shopping-cart-table a.remove-item:hover {
            padding: 0;
            color: #f23534;
        }

    #shopping-cart-table .remove-item span span {
        display: none;
    }

    #shopping-cart-table dl {
        margin: 0;
        padding: 0;
    }

    #shopping-cart-table .item-options dd {
        color: #CCC;
        margin: 0;
    }

    #shopping-cart-table h4 {
        font-size: 12px;
        font-weight: 900;
        font-family: Arial,Helvetica,sans-serif;
        text-transform: uppercase;
    }

#shipping-zip-form .form-list label {
    display: block;
    margin-top: 8px;
}

#shopping-cart-table .cart-price .price {
    font-size: 12px;
    font-weight: 700;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-update, .cart-table .btn-empty {
    float: right;
    margin-left: 8px;
}

.cart .product-name a {
    font-size: 14px;
    color: #333;
}

#shopping-cart-table .data-table td {
    vertical-align: middle;
}

.checkout a {
    text-decoration: underline;
    color: #33c5fb;
}

.checkout {
    color: #666;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

button.button.btn-proceed-checkout {
    background: #ff7474;
    padding: 15px 5px;
    color: #fff;
    width: 100%;
    border: none;
}

    button.button.btn-proceed-checkout:hover {
        background: #222;
        border: none;
    }

.order-detail-content .btn-continue {
    float: left;
    background: #222;
    border-color: #222;
}

button.button.btn-proceed-checkout:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right: 5px;
}

button.button.btn-proceed-checkout span {
    font-size: 18px;
    font-weight: 600;
}

.crosssel {
    margin: 12px 0;
}

    .crosssel .new_title.center {
        margin-bottom: 10px;
    }

.cart {
    background: none repeat scroll 0 0 #fff;
    margin: 0 0 20px;
    overflow: hidden;
}

.crosssel {
    background: none repeat scroll 0 0 #fff;
    margin: 40px 0 20px;
    overflow: hidden;
}

    .crosssel .new_title {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
        padding-left: 25px;
        padding-top: 5px;
        margin: 0 -25px 25px;
    }

.wishlist-item table .th-stock {
    width: 12%;
}

    .wishlist-item table .th-stock a {
        color: #EC4445;
    }

.wishlist-item table .td-add-to-cart > a {
    background: #b10212;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 8px 16px;
    text-transform: uppercase;
    width: 115px;
}

.wishlist-item .all-cart {
    background: #000;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 8px 16px;
    text-transform: uppercase;
    margin-top: 18px;
}

    .wishlist-item table .td-add-to-cart > a:hover, .wishlist-item .all-cart:hover {
        background: #000;
        color: #fff;
    }

.wishlist-area .social-sharing {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin-bottom: 40px;
    padding: 35px;
    text-align: center;
}

.wishlist-area h3.widget-title-modal {
    text-align: center;
}

.wishlist-area .widget .social-icons {
    float: none;
    float: none;
}

    .wishlist-area .widget .social-icons li {
        display: inline;
        float: none;
    }

.wishlist-item table {
    border-bottom: 1px solid #E1E1E1;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

    .wishlist-item table a {
        color: #000;
    }

        .wishlist-item table a:hover {
            color: #b10212;
        }

    .wishlist-item table thead {
        background: #f8f8f8 none repeat scroll 0 0;
        color: #000;
    }

.wishlist-item.table-responsive {
    margin-top: 15px;
    border: none;
}

.wishlist-item table th {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    font-size: 12px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}

.wishlist-item table .th-product {
    width: 18%;
}

    .wishlist-item table .th-product img {
        width: 100px;
    }

.wishlist-item table .th-details {
    width: 35%;
}

.wishlist-item table tbody .th-details {
    text-align: left;
}

.wishlist-item table .th-delate {
    width: 5%;
}

.wishlist-item table .th-edit {
    width: 10%;
}

.wishlist-item table .td-add-to-cart {
    width: 18%;
}

.wishlist-item table .th-price {
    width: 12%;
    font-weight: 600;
}

.wishlist-item table td {
    border-bottom: 1px solid #e1e1e1;
    padding: 12px;
    text-align: center;
}

.wishlist-item .th-details a {
    font-size: 14px;
}

.sidebar-account .block-content {
    padding: 0 14px;
}

    .sidebar-account .block-content ul {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .sidebar-account .block-content li {
        padding: 10px 0;
        border-top: 1px #fff solid;
        border-bottom: 1px #eaeaea solid;
    }

        .sidebar-account .block-content li:first-child {
            border-top: none;
        }

        .sidebar-account .block-content li:before {
            content: "\f105";
            font-family: FontAwesome;
            font-size: 10px;
            display: inline-block;
            position: absolute;
            cursor: pointer;
            line-height: 16px;
            color: #000;
        }

.sidebar .block-content li.last {
    border-bottom: none;
}

.sidebar-account .block-content li a {
    cursor: pointer;
    padding: 0 12px;
    transition: color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0;
}

    .sidebar-account .block-content li a:hover {
        cursor: pointer;
        padding: 0 12px;
        color: #b10212;
    }

.sidebar-account .block-content li.current {
    font-weight: 900;
    color: #b10212;
}

.sidebar-checkout .block-content {
    padding: 14px;
}

.box-wishlist label, .box-wishlist .button {
    margin-top: 10px;
    margin-bottom: 5px;
}

.box-wishlist {
    margin-top: 20px;
}

.my-account {
    padding: 20px;
    background-color: #fff;
    border: 1px #eaeaea solid;
    margin-bottom: 30px;
}

.table-compare td.compare-label {
    width: 150px;
    background: #fafafa;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
}

.compare-list {
    margin-bottom: 35px;
}

.table-compare .product-star .fa {
    line-height: inherit;
    color: #f90;
}

.table-compare .price {
    font-weight: 700;
}

.table-compare .add-cart {
    background: #000;
    color: #fff;
    border: 2px #000 solid;
}

    .table-compare .add-cart:hover {
        opacity: .8;
    }

.table-compare .action button.button {
    padding: 0 12px 0 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 12px;
}

.checkout-page ul {
    padding: 0;
    margin: auto;
}

.checkout-page li {
    list-style: none;
}

.checkout-page h4.checkout-sep {
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px #eaeaea solid;
    line-height: normal;
    padding: 0 0 12px;
    margin-bottom: 12px;
}

    .checkout-page h4.checkout-sep.last {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.checkout-page .box-border {
    margin-bottom: 15px;
}

    .checkout-page .box-border .button {
        margin-top: 15px;
    }

    .checkout-page .box-border label {
        margin-top: 5px;
        font-size: 13px;
    }

    .checkout-page .box-border p, .checkout-page .box-border h4 {
        padding-bottom: 5px;
        margin-top: 5px;
    }

    .checkout-page .box-border .fa {
        line-height: inherit;
    }

    .checkout-page .box-border input[type="radio"] {
        margin-right: 10px;
    }

#contact {
    margin-top: 10px;
}

    #contact .page-subheading {
        padding-left: 0;
        border: none;
        margin: 14px 0 30px;
        text-transform: uppercase;
        font-size: 18px;
        color: #333;
    }

    #contact .contact-form-box {
        padding: 0;
        margin: 0;
    }

        #contact .contact-form-box label {
            padding-bottom: 5px;
        }

        #contact .contact-form-box .form-selector {
            padding-bottom: 25px;
        }

            #contact .contact-form-box .form-selector:last-child {
                padding-bottom: 0;
            }

    #contact input, #contact select, #contact textarea {
        border-radius: 0;
        border-color: #ddd;
        box-shadow: inherit;
        outline: 0 none;
        height: 35px;
    }

        #contact input:focus, #contact select:focus, #contact textarea:focus {
            box-shadow: inherit;
            outline: 0 none;
        }

    #contact #btn-send-contact {
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        padding: 0;
        font-weight: 400;
        background: #666;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none;
        padding: 10px 25px;
    }

        #contact #btn-send-contact:hover {
            background: #F36;
        }

#contact_form_map ul {
    line-height: 28px;
    list-style: disc;
    list-style-position: inside;
    font-style: italic;
    margin: auto;
}

    #contact_form_map ul.store_info {
        list-style: none;
        font-style: normal;
        color: #696969;
    }

        #contact_form_map ul.store_info i {
            display: inline-block;
            width: 30px;
            line-height: inherit;
            font-size: 18px;
        }

#message-box-conact .fa {
    line-height: inherit;
}

.content-text {
    padding: 20px 0;
}

    .content-text p {
        margin-bottom: 15px;
    }

.right-sidebar #left_column {
    float: right;
}

.account-login {
    display: inline-block;
    width: 100%;
}

.box-authentication {
    display: inline-block;
    width: 48%;
    float: left;
}

    .box-authentication h4 {
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .box-authentication p {
        margin: auto;
    }

    .box-authentication label {
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .box-authentication .forgot-pass {
        margin-top: 15px;
    }

    .box-authentication input, .box-authentication textarea {
        border-radius: 0;
        border: 1px solid #eaeaea;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        width: 50%;
    }

    .box-authentication .button {
        margin-top: 15px;
    }

.error_pagenotfound {
    padding: 50px 30px 58px;
    margin: 0 auto;
    width: 60%;
    background-color: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin: 30px auto;
}

    .error_pagenotfound strong {
        display: block;
        font-size: 145px;
        line-height: 100px;
        color: #999;
        font-weight: 700;
        margin-bottom: 10px;
        text-shadow: 5px 5px 1px #eaeaea;
    }

    .error_pagenotfound b {
        display: block;
        font-size: 40px;
        line-height: 50px;
        color: #999;
        margin: 0;
        font-weight: 300;
    }

    .error_pagenotfound em {
        display: block;
        font-size: 18px;
        color: #b10212;
        margin: 15px 0;
        font-style: normal;
    }

a.button-back {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 25px;
    margin-top: 15px;
    background: #b10212;
    color: #fff;
    font-weight: 600;
}

    a.button-back:hover {
        background: #000;
        color: #fff;
    }

#animate-arrow {
    position: relative;
    top: 15px;
    left: 0;
    animation: move 1s ease infinite;
    margin-top: 150px;
    color: red;
}

.about-page h1 {
    font-weight: 700;
}

.about-page {
    margin-top: 15px;
    display: inline-block;
    overflow: hidden;
}

.about-slid {
    background-size: cover;
    text-align: center;
    padding: 80px 0 100px;
}

    .about-slid h2 {
        font-size: 42px;
        color: #fff;
        font-weight: 700;
    }

    .about-slid p {
        color: #fff;
        font-size: 16px;
        margin: 8px auto 0;
        line-height: 22px;
        width: 78%;
    }

.about-slid-info {
    width: 80%;
    margin: 0 auto;
}

.about-page ul {
    padding: 0;
    margin: auto;
}

    .about-page ul li {
        display: block;
        margin: 1.2em 0 0;
    }

        .about-page ul li a {
            color: #333;
            font-size: 15px;
        }

            .about-page ul li a:hover {
                color: #b10212;
                padding-left: 10px;
            }

.about-page .fa-arrow-right {
    font-size: 12px;
}

.about-page .text_color {
    color: #b10212;
}

label[for="rememberme"] {
    margin-left: .75em;
}

.box-authentication .inline input {
    width: auto;
}

.about-page .carousel-inner > .item > a > img, .about-page .carousel-inner > .item > img {
    width: 100%;
}

.register-benefits {
    margin-top: 12px;
}

.box-authentication .required {
    color: red;
    padding-left: 3px;
}

.our-team {
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .our-team .page-header h2 {
        border-bottom: 2px solid #e0e0e0;
        display: inline-block;
        font-size: 20px;
        letter-spacing: .5px;
        line-height: normal;
        margin: 0 0 20px;
        outline: medium none;
        padding: 0 0 6px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
        z-index: 1;
    }

    .our-team .team {
        background: #f8f8f8;
        border: 1px #eee solid;
        padding: 15px;
        text-align: center;
    }

.team h5 {
    margin-bottom: 10px;
    font-size: 16px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 700;
}

.team p.subtitle {
    margin-bottom: 10px;
}

.avatar {
    margin-bottom: 20px;
}

.team-social {
    margin-left: 0;
    padding-left: 0;
}

.align-center-btn a.button {
    border: 2px #b10212 solid;
    padding: 8px 25px;
    border-radius: 0;
    font-weight: 700;
    font-size: 15px;
    margin-right: 15px;
    background: #b10212;
    color: #fff;
}

    .align-center-btn a.button.buy-temp {
        background: #b10212;
        color: #fff;
        border: 2px #b10212 solid;
    }

.align-center-btn {
    margin-top: 25px;
}

#service {
    padding-bottom: 30px;
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #eee;
    padding-bottom: 20px;
    margin-top: 15px;
    padding-top: 15px;
}

    #service .page-header h2 {
        color: #333;
    }

    #service i {
        font-size: 50px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #service h4 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px;
    }

.sitemap-page {
    margin-top: 25px;
    margin-bottom: 50px;
}

.simple-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.bold-list > li > a {
    font-weight: 700;
    text-transform: uppercase;
}

.simple-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    bottom: -.8em;
}

.simple-list li {
    margin: 0;
    padding: 0 0 12px;
}

.faq-page {
    margin-bottom: 30px;
    padding: 5px 0 20px;
    margin-top: 10px;
    display: inline-block;
}

    .faq-page .page-title {
        margin: 15px 0 20px auto;
    }

    .faq-page .content-box {
        padding: 32px 28px;
        margin: 0 0 20px;
        text-align: center;
        cursor: pointer;
    }

        .faq-page .content-box, .faq-page .content-box i, .faq-page .content-box p, .faq-page .content-box h3 {
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

            .faq-page .content-box p {
                margin: 15px 0;
                color: #fff;
            }

            .faq-page .content-box h3 {
                line-height: 26px;
                padding-bottom: 8px;
                color: #fff;
                font-weight: 600;
            }

            .faq-page .content-box i {
                font-size: 80px;
                height: 80px;
                color: #fff;
                margin: 10px 0;
                display: block;
            }

            .faq-page .content-box.color-effect-1 {
                background: #222;
            }

    .faq-page .box-icon-wrap {
        text-align: center;
        margin: 0 auto;
        padding: 0 0 20px;
        max-height: 120px;
    }

    .faq-page .box-icon i {
        display: inline-block;
        font-size: 0;
        cursor: pointer;
        margin: 15px 0;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #fff;
    }

        .faq-page .box-icon i:after {
            pointer-events: none;
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            content: '';
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        .faq-page .box-icon i:before {
            speak: none;
            font-size: 40px;
            line-height: 90px;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            display: block;
            -webkit-font-smoothing: antialiased;
        }

    .faq-page .box-icon-effect-1 .box-icon i {
        background: #b10212;
        color: #000;
        -webkit-transition: background 0.2s,color .2s;
        -moz-transition: background 0.2s,color .2s;
        transition: background 0.2s,color .2s;
    }

        .faq-page .box-icon-effect-1 .box-icon i:after {
            top: -7px;
            left: -7px;
            padding: 7px;
            box-shadow: 0 0 0 4px #fff;
            -webkit-transition: -webkit-transform 0.2s,opacity .2s;
            -webkit-transform: scale(.8);
            -moz-transition: -moz-transform 0.2s,opacity .2s;
            -moz-transform: scale(.8);
            -ms-transform: scale(.8);
            transition: transform 0.2s,opacity .2s;
            transform: scale(.8);
            opacity: 0;
        }

    .faq-page .content-box:hover .box-icon-effect-1a .box-icon i {
        background: rgba(255,255,255,1);
        color: #000;
    }

        .faq-page .content-box:hover .box-icon-effect-1a .box-icon i:after {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

.accordion-faq {
    text-align: left;
    position: relative;
}

    .accordion-faq .panel {
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        .accordion-faq .panel .panel-heading {
            padding: 0;
            color: #fff;
            border-radius: 0!important;
            background: #333;
        }

    .accordion-faq .panel-heading a {
        display: block;
        position: relative;
        background: #f8f8f8;
        color: #000;
        padding: 14px 50px 12px 15px;
        border-radius: 0;
        border: 1px #eee solid;
        min-height: 50px;
        font-weight: 700;
        font-size: 14px;
    }

        .accordion-faq .panel-heading a.collapsed {
            display: block;
            position: relative;
            background: #fff;
            padding: 14px 50px 12px 15px;
            border-radius: 0;
            border: 1px #eee solid;
            min-height: 50px;
            font-weight: 700;
            font-size: 14px;
        }

        .accordion-faq .panel-heading a:hover {
            text-decoration: none;
        }

    .accordion-faq .panel:last-child {
        box-shadow: none;
        border-bottom: none;
    }

    .accordion-faq .arrow-down, .accordion-faq .arrow-up {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        font-size: 20px;
        top: 54%;
        margin-top: -12px;
        right: 10px;
    }

    .accordion-faq .arrow-down, .accordion-faq .collapsed .arrow-up {
        display: none;
    }

    .accordion-faq .collapsed .arrow-down {
        display: block;
        color: #333;
    }

    .accordion-faq .panel-body {
        border-top: 0!important;
        padding: 15px;
        background: #fff;
        border: 1px #eee solid;
        border-top: none;
    }

    .accordion-faq.panel-group .panel + .panel {
        margin-top: 10px;
    }

.sitemap-page {
    padding: 5px 0;
    background: #fff;
    display: inline-block;
    width: 100%;
}

.banner-jtv a img {
    max-width: 100%;
}

.banner-jtv .banner-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%!important;
    margin-bottom: 27px;
    text-align: center;
}

    .banner-jtv .banner-box.banner-inner-box {
        margin-bottom: 0;
    }

    .banner-jtv .banner-box:before {
        background: rgba(255,255,255,.3);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-out 0;
        -moz-transition: all .2s ease-out 0;
        -o-transition: all .2s ease-out 0;
        transition: all .2s ease-out 0;
    }

    .banner-jtv .banner-box .banner-text {
        position: absolute;
        top: 12%;
        width: 100%;
        text-align: center;
        -webkit-transition: all .3s ease-out 0;
        -moz-transition: all .3s ease-out 0;
        -o-transition: all .3s ease-out 0;
        transition: all .3s ease-out 0;
    }

        .banner-jtv .banner-box .banner-text .first-text {
            font-size: 28px;
            color: #000;
            text-transform: uppercase;
            font-weight: 500;
            line-height: .5;
        }

        .banner-jtv .banner-box .banner-text .medium-text {
            font-size: 14px;
            display: block;
            line-height: 1;
        }

    .banner-jtv .banner-box .banner-text-mid {
        top: 76%;
    }

        .banner-jtv .banner-box .banner-text-mid .first-text {
            color: #000;
            font-size: 28px;
            font-weight: 500;
            line-height: 100%;
        }

            .banner-jtv .banner-box .banner-text-mid .first-text .text-top {
                font-size: 70%;
                padding-top: 4px;
                position: absolute;
                top: -8px;
            }

        .banner-jtv .banner-box .banner-text-mid .medium-text {
            color: #444;
        }

        .banner-jtv .banner-box .banner-text-mid .shop-now {
            border-color: #000;
            color: #fff;
        }

    .banner-jtv .banner-box .shop-now {
        display: inline-block!important;
        padding: 6px 15px;
        color: #fff;
        background-color: #ff7474;
        font-size: 13px;
        position: absolute;
        top: 1000px;
        left: 28%;
        -webkit-transition: all .3s ease-out 0;
        -moz-transition: all .3s ease-out 0;
        -o-transition: all .3s ease-out 0;
        transition: all .3s ease-out 0;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
    }

        .banner-jtv .banner-box .shop-now:after {
            content: "\f105";
            font-family: fontawesome;
            font-size: 85.71%;
            color: #fff;
            padding-left: 5px;
        }

        .banner-jtv .banner-box .shop-now:hover {
            background-color: #000;
            color: #fff!important;
            border-color: transparent;
        }

            .banner-jtv .banner-box .shop-now:hover:after {
                color: #fff;
            }

        .banner-jtv .banner-box .shop-now:before {
            background: 0 0;
        }

    .banner-jtv .banner-box:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .2s ease-out 0;
        -moz-transition: all .2s ease-out 0;
        -o-transition: all .2s ease-out 0;
        transition: all .2s ease-out 0;
    }

    .banner-jtv .banner-box:hover .banner-text {
        top: 40%;
        -webkit-transition: all .3s ease-out 0;
        -moz-transition: all .3s ease-out 0;
        -o-transition: all .3s ease-out 0;
        transition: all .3s ease-out 0;
    }

    .banner-jtv .banner-box:hover .banner-text-mid {
        top: 60%;
    }

        .banner-jtv .banner-box:hover .banner-text-mid .shopnow {
            top: 80%;
        }

    .banner-jtv .banner-box:hover.banner-inner-box .shop-now {
        top: 125%;
    }

    .banner-jtv .banner-box:hover .shop-now {
        top: 64%;
        -webkit-transition: all .3s ease-out 0;
        -moz-transition: all .3s ease-out 0;
        -o-transition: all .3s ease-out 0;
        transition: all .3s ease-out 0;
    }

.best-sale-product .sidebar-bar-title {
    background-color: #b10212;
    color: #fff;
}

    .best-sale-product .sidebar-bar-title h3 {
        color: #fff;
        border: none;
    }

.best-sale-product .products-block-left {
    width: 75px;
    float: left;
}

.best-sale-product .products-block-right {
    margin-left: 85px;
    text-align: left;
}

    .best-sale-product .products-block-right p {
        margin: 0;
    }

.best-sale-product .block-content {
    padding: 14px 14px 0;
    border: 1px solid #ebebeb;
    border-top: none;
}

.best-sale-product .slider-items-products .owl-buttons a {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: 0 solid #e0e0e0;
    border-radius: 0;
    color: #fff;
    display: block;
    height: 20px;
    margin: -2px 0 0;
    position: absolute;
    top: 48%;
    width: 20px;
    z-index: 5;
}

.best-sale-product .best-sale-item {
    display: inline-block;
    border-bottom: 1px #eaeaea solid;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.best-sale-product ul {
    margin: auto;
}

.best-sale-product .product-item {
    margin: auto;
}

.best-sale-product .best-sale-item:last-child {
    border: none;
    margin-bottom: 0;
}

.container {
    width: 1200px;
}

.tarak-bottom-margin20 {
    margin-bottom: 30px;
}

@media only screen and (min-width: 240px) and (max-width: 479px) {

    .divmaincatecss {
        border: 0px solid red;
        text-align: center;
        padding: 2px;
        font-weight: bold;
        letter-spacing: 1px;
        padding-top: 10px;
        font-size: 12px;
        height: 40px;
        line-height:12px;
    }

    .deal-tarak-bottom-margin30 {
        margin-bottom: 30px;
    }

    .tarak-bottom-margin1 {
        height: 0;
    }

    .tarak-bottom-margin201 {
        margin-bottom: 20px;
    }

    .tarak-bottom-margin20 {
        margin-bottom: 20px;
    }

    .containersmall {
        padding-left: 5px;
        padding-right: 5px;
    }

    #search input {
        height: 40px;
        display: inline-block;
        width: 70%;
        border: none;
        background: #fff;
        border-left: 0 solid #eaeaea;
        box-shadow: none;
    }

    .colmd12paddingleft {
        padding-left: 0!important;
    }

    .Errormassage h1 {
        text-align: center;
        font-size: 14px;
    }

    .modal-dialog.newsletter-popup {
        margin-top: 8%;
        min-width: inherit;
        padding: 0;
        text-align: center;
        width: 95%;
    }

    .newsletter-popup h4.modal-title {
        font-size: 22px;
        margin-top: 5px;
    }

    .form-subscribe-header label {
        margin: 10px 0;
        max-width: 100%;
    }

    #newsletter-form .input-box .input-text {
        border-radius: 0;
        width: 100%;
    }

    #newsletter-form .input-box, #newsletter-form .content-subscribe .actions {
        float: none;
    }

    #newsletter-form .actions .button-subscribe {
        border-radius: 0;
    }

    .language-currency-wrapper .block > div img {
        margin-left: 0;
    }

    .logoImage {
        height: 40px;
        max-height: 40px;
        text-align: center;
    }

    .logo {
        margin-top: 5px;
        text-align: center;
        margin-bottom: 0;
    }

    #search {
        padding-top: 0;
    }

    .top-search {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .top-cart-contain {
        margin-top: 0;
    }

    .top-cart-content {
        top: 50px;
        right: 8px;
    }

    nav {
        height: 38px;
    }

    .slider-items-products .owl-buttons .owl-next, .slider-items-products .owl-buttons .owl-prev {
        top: -80px;
    }

    #latest-news .page-header h2 {
        margin-bottom: 0;
    }

    #latest-news .product-flexslider {
        margin: 20px 0 30px;
    }

    .jtv-category-area .col-md-4 {
        margin-bottom: 30px;
    }

    .cat-img-title span {
        font-size: 12px;
    }

    .cat-img-title {
        margin-top: 15px;
    }

    .inner-info {
        width: 100%;
        text-align: left;
    }

    .cat-img-title .cat-heading {
        font-size: 24px;
    }

    .cat-img-title p {
        display: none;
    }

    .category-description a.info {
        font-size: 10px;
        margin-top: 5px;
        padding: 2px 14px 5px;
    }

    .sorter .short-by.page {
        float: left;
        padding-left: 10px;
    }

    .toolbar label {
        display: none;
    }

    .toolbar .sorter {
        margin-top: 6px;
    }

    .sorter .short-by {
        padding: 0;
    }

    .shop-inner {
        padding: 12px;
    }

    .products-list .product-img {
        width: 100%;
        margin-bottom: 12px;
    }

    .products-list .product-shop {
        float: none;
        width: 100%;
    }

        .products-list .product-shop .actions ul {
            display: block;
            float: left;
            margin: auto;
            width: 100%;
        }

            .products-list .product-shop .actions ul li:last-child a {
                border-left: medium none;
                padding-left: 0;
            }

            .products-list .product-shop .actions ul li {
                margin: 8px 0;
                display: block;
            }

                .products-list .product-shop .actions ul li:last-child {
                    margin-bottom: 0;
                }

    .wishlist-item .all-cart {
        margin-bottom: 15px;
    }

    .checkout-page .box-border .button {
        margin-bottom: 18px;
    }

    .page-order .cart_navigation a.checkout-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .about-page {
        width: 100%;
    }

    .link-wishlist {
        margin-top: 18px;
    }

    .language-currency-wrapper .block.block-language {
        border: none;
    }

    .language-currency-wrapper {
        margin-top: 4px;
    }

    #page {
        max-width: inherit;
    }

    .container {
        width: 100%;
    }

    .mobile-menu {
        height: 50px;
    }

    .jtv-service-area {
        padding: 20px 0 5px;
    }

        .jtv-service-area .col {
            margin-bottom: 15px;
        }

    .tab-info h3 {
        width: 100%;
        margin-bottom: 4px;
    }

    .home-product-tabs {
        text-align: left;
    }

    .jtv-banner-block {
        margin-bottom: 15px;
    }

    .jtv-subbanner1, .jtv-subbanner2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .banner-jtv .banner-box {
        margin-bottom: 15px;
    }

    .main-container {
        padding-top: 18px;
    }

    .promotion-center .text_large {
        font-size: 40px;
        font-weight: 700;
        line-height: 40px;
        margin: 10px 2%;
        padding: 10px 0;
    }

    .promotion-center .theme-color, .promotion-center .text_small {
        font-size: 13px;
    }

    .promotion-center .text_medium {
        font-size: 16px;
    }

    #latest-news .owl-item .item {
        margin: 0;
    }

    #best-sale-slider .owl-theme .owl-controls .owl-buttons div {
        margin: 32px 5px 0 0;
    }

    .hot-products {
        margin: 15px 0;
    }

    .banner4 {
        margin-bottom: 15px;
        text-align: center;
    }

    .testimonials {
        margin: auto;
    }

        .testimonials .product-flexslider {
            margin-top: 5px;
            margin-bottom: 15px;
        }

    .sidebar .block {
        margin-bottom: 15px;
    }

    .jtv-category-area .jtv-product {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }

        .jtv-category-area .jtv-product:last-child, .jtv-category-area .jtv-product {
            margin: auto auto 15px;
        }

    .jtv-category-area {
        margin-bottom: 15px;
    }

    .bottom-service-box .service-box-center {
        padding: 15px 0;
    }

    .collapsed-block h4 {
        padding: 5px 15px;
    }

    .collapsed-block .tabBlock {
        display: none;
        padding: 0 15px 5px;
    }

    .collapsed-block .expander {
        float: right;
        cursor: pointer;
        padding: 0 8px;
        margin-top: -5px;
        font-size: 20px;
        font-family: Arial,Helvetica,sans-serif;
        text-decoration: none;
        color: #666;
    }

    footer h3 {
        border-bottom: 1px #eee solid;
        padding-top: 10px;
    }

    .bottom-service-box .service-box-center .bottom-service-title {
        font-size: 14px;
        letter-spacing: 0;
    }

    .bottom-service-box .service-box-center:hover .bottom-service-title {
        letter-spacing: 2px;
    }

    .bottom-service-box .service-box-center .description {
        font-size: 12px;
    }

    .footer-newsletter .newsletter-email {
        width: 100%;
        margin-bottom: 12px;
    }

    .product-item .item-inner .product-thumbnail .btn-quickview {
        top: 55%;
    }

    .featured-products-slider .product-item {
        margin: 0 8px;
    }

    .home-testimonials .thumb {
        width: 72px;
    }

    .cart-icon {
        height: 45px;
    }

    .category-description {
        margin-bottom: 0;
    }

    .shop-inner {
        padding: 12px 0;
    }

    .magnifier {
        left: 15px!important;
    }

    .product-view-area .flexslider-thumb {
        max-width: 300px;
        padding: 22px 35px;
    }

        .product-view-area .flexslider-thumb .flex-prev {
            left: 0;
        }

        .product-view-area .flexslider-thumb .flex-next {
            right: 0;
        }

    .product-view-area .product-details-area {
        padding: 10px 0 20px;
    }

    .product-view-area .product-name h1 {
        font-size: 30px;
    }

    .availability {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }

    .product-color-size-area .color-area, .product-color-size-area .size-area {
        width: 100%;
    }

    button.button.pro-add-to-cart {
        margin-top: 15px;
    }

    .product-tabs {
        border: none;
        height: inherit;
    }

    #product-detail-tab.nav-tabs > li {
        width: 100%;
        margin-bottom: 10px;
    }

    .related-products-pro .slider-items-products .owl-buttons .owl-next, .related-products-pro .slider-items-products .owl-buttons .owl-prev {
        top: -75px;
    }

    .upsell-product-area .slider-items-products .owl-buttons .owl-next, .upsell-product-area .slider-items-products .owl-buttons .owl-prev {
        top: -60px;
    }

    .related-products-pro .product-flexslider {
        margin-bottom: 0;
    }

    .col2-left-layout .product-view-area .flexslider-thumb {
        padding: 22px 25px;
    }

    .col2-left-layout .product-color-size-area .size-area {
        width: 100%;
    }

    .our-team .team {
        margin-bottom: 15px;
    }

    .box-authentication {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .colmd12paddingleft {
        padding-left: 0!important;
    }

    .modal-dialog.newsletter-popup {
        margin-top: 8%;
        min-width: inherit;
        padding: 0;
        text-align: center;
        width: 95%;
    }

    .newsletter-popup h4.modal-title {
        font-size: 22px;
        margin-top: 5px;
    }

    .form-subscribe-header label {
        margin: 10px 0;
        max-width: 100%;
    }

    #newsletter-form .input-box .input-text {
        border-radius: 0;
        width: 100%;
    }

    #newsletter-form .input-box, #newsletter-form .content-subscribe .actions {
        float: none;
    }

    #newsletter-form .actions .button-subscribe {
        border-radius: 0;
    }

    .language-currency-wrapper .block.block-language {
        border: none;
    }

    .language-currency-wrapper .block > div img {
        margin-left: 0;
    }

    .slider-items-products .owl-buttons .owl-next, .slider-items-products .owl-buttons .owl-prev {
        top: -80px;
    }

    .language-currency-wrapper {
        margin-top: 6px;
    }

    .logo {
        display: inherit;
        margin-bottom: 0;
        margin-top: 15px;
        text-align: center;
    }

    #search {
        padding-top: 4px;
    }

    .top-search {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .link-wishlist {
        margin-top: 12px;
    }

    .top-cart-contain {
        margin-top: 0;
    }

    .top-cart-content {
        top: 50px;
        right: 8px;
    }

    #page {
        max-width: inherit;
    }

    .container {
        width: 100%;
    }

    .mobile-menu {
        height: 50px;
    }

    .jtv-service-area {
        padding: 20px 0 5px;
    }

        .jtv-service-area .col {
            margin-bottom: 15px;
        }

    .tab-info h3 {
        width: 100%;
        margin-bottom: 4px;
    }

    .home-product-tabs {
        text-align: left;
    }

    .jtv-banner-block {
        margin-bottom: 15px;
    }

    .jtv-subbanner1, .jtv-subbanner2 {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .banner-jtv .banner-box {
        margin-bottom: 15px;
    }

    .main-container {
        padding-top: 22px;
    }

    .promotion-center .text_large {
        font-size: 60px;
        font-weight: 700;
        line-height: 40px;
        margin: 15px 12%;
        padding: 15px 0;
    }

    .promotion-center .theme-color, .promotion-center .text_small {
        font-size: 15px;
    }

    .promotion-center .text_medium {
        font-size: 16px;
    }

    #best-sale-slider .owl-theme .owl-controls .owl-buttons div {
        margin: 32px 5px 0 0;
    }

    .hot-products {
        margin: 15px 0;
    }

    .banner4 {
        margin-bottom: 15px;
        text-align: center;
    }

    .testimonials {
        margin: auto;
    }

        .testimonials .product-flexslider {
            margin-top: 5px;
            margin-bottom: 15px;
        }

    .sidebar .block {
        margin-bottom: 15px;
    }

    .jtv-category-area .jtv-product {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }

        .jtv-category-area .jtv-product:last-child, .jtv-category-area .jtv-product {
            margin: auto auto 15px;
        }

    .jtv-category-area {
        margin-bottom: 15px;
    }

    .bottom-service-box .service-box-center {
        padding: 15px 0;
    }

    .collapsed-block h4 {
        padding: 5px 15px;
    }

    .collapsed-block .tabBlock {
        display: none;
        padding: 0 15px 5px;
    }

    .collapsed-block .expander {
        float: right;
        cursor: pointer;
        padding: 0 8px;
        margin-top: -5px;
        font-size: 20px;
        font-family: Arial,Helvetica,sans-serif;
        text-decoration: none;
        color: #666;
    }

    footer h3 {
        border-bottom: 1px #eee solid;
        padding-top: 10px;
    }

    .mobile-menu1 {
        height: 50px;
        background-color: #000;
    }

    nav {
        height: 38px;
    }

    .product-grid-area .products-grid .item {
        width: 50%;
    }

    .product-grid-area .product-item {
        margin: 0 8px;
    }

    .category-description {
        margin-bottom: 0;
    }

    .shop-inner {
        padding: 12px 0;
    }

    .products-list .product-shop .actions ul {
        padding: 0;
        margin: 10px 0;
    }

    .magnifier {
        left: 15px!important;
    }

    .product-view-area .flexslider-thumb {
        max-width: 420px;
        padding: 22px 58px;
    }

    .product-view-area .product-name h1 {
        font-size: 32px;
    }

    .product-view-area .product-details-area {
        padding: 0 0 20px 10px;
    }

    .product-color-size-area .size-area {
        width: 48%;
    }

    .product-tabs {
        border: none;
        height: inherit;
    }

    #product-detail-tab.nav-tabs > li {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-tabs {
        border: none;
        height: inherit;
    }

    #product-detail-tab.nav-tabs > li {
        width: 100%;
        margin-bottom: 10px;
    }

    .related-products-pro .slider-items-products .owl-buttons .owl-next, .related-products-pro .slider-items-products .owl-buttons .owl-prev {
        top: -75px;
    }

    .upsell-product-area .slider-items-products .owl-buttons .owl-next, .upsell-product-area .slider-items-products .owl-buttons .owl-prev {
        top: -60px;
    }

    .related-products-pro .product-flexslider {
        margin-bottom: 0;
    }

    .our-team .col-xs-12 {
        width: 50%;
    }

    .box-authentication {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

   .divmaincatecss {
        border: 0px solid red;
        text-align: center;
        padding: 2px;
        font-weight: bold;
        letter-spacing: 1px;
        padding-top: 10px;
        font-size: 14px;
        height: 40px;
        line-height:12px;
    }

    .headerlinkmenu .links {
        margin-right: 12px;
    }

    #search input {
        width: 80%;
    }

    .mtmegamenu {
        margin: auto;
    }

    .home-product-tabs li a {
        font-size: 14px;
    }

    .jtv-banner-box.banner-inner .title {
        font-size: 20px;
    }

    .jtv-banner-box .title {
        font-size: 28px;
    }

    .bottom-banner-img h3 {
        font-size: 24px;
        margin-top: 40px;
    }

    .bottom-banner-img .shop-now-btn {
        display: none;
    }

    .jtv-single-service {
        display: inline-block;
        width: 33%;
        padding: 15px 8px;
        margin-top: 20px;
        border: 1px #eaeaea solid;
    }

        .jtv-single-service:last-child {
            padding-bottom: 15px;
        }

    .service-text h2 {
        font-size: 12px;
    }

    .footer-links {
        margin-bottom: 15px;
    }

    .menu-items .pr-button {
        margin-left: -55px;
        top: 22%;
    }

        .menu-items .pr-button .mt-button {
            height: 35px;
            line-height: 18px;
            width: 33px;
        }

    .cat-img-title {
        margin-top: 30px;
    }

    .sidebar.col-sm-pull-9 {
        padding-right: 0;
    }

    .right.sidebar {
        padding-left: 0;
    }

    .category-description .product-flexslider {
        margin-top: 0;
    }

    .sidebar-cart .subtotal {
        display: inline-block;
        text-align: center;
    }

        .sidebar-cart .subtotal .price {
            float: none;
        }

    .special-product .products-block-right {
        margin: 5px 0;
    }

    .products-list .product-img {
        width: 37%;
        margin-bottom: 15px;
    }

    .products-list .product-shop {
        width: 60%;
    }

        .products-list .product-shop .actions ul {
            float: left;
            margin: 12px auto 0;
            width: 100%;
        }

    .sidebar .block {
        margin-bottom: 20px;
    }

    .color ul li {
        margin-right: 3px;
    }

    #page {
        max-width: 750px;
    }

    .subscribe-pop-up {
        margin-top: 230px;
    }

    .welcome-msg {
        padding: 2px 5px 2px 0;
        margin: 5px 0 0;
    }

    .container {
        width: 750px;
    }

    .top-cart {
        padding-left: 0;
    }

    .mini-cart .basket a .cart-total {
        font-size: 12px;
    }

    .mini-cart .basket a .cart-title {
        font-size: 13px;
    }

    .main-menu ul li a {
        font-size: 14px;
        padding: 20px 12px;
    }

    .top-Signup a, .top-Signup a:hover {
        font-size: 14px;
        padding: 18px 10px;
    }

    .main-menu ul li .mega-menu span {
        width: 33.3%;
    }

    .main-menu ul li > .mega-menu span a {
        font-size: 13px;
        padding: 0 0 13px;
    }

    .jtv-service-area .block-wrapper {
        padding: 12px 18px;
    }

        .jtv-service-area .block-wrapper .text-des h3 {
            font-size: 20px;
            margin-left: 6px;
            margin-bottom: 3px;
            line-height: none;
        }

        .jtv-service-area .block-wrapper .text-des p {
            font-size: 11px;
        }

        .jtv-service-area .block-wrapper .text-des i {
            font-size: 22px;
        }

    .banner-jtv .banner-box {
        display: inline-block;
        margin: auto;
        text-align: center;
        width: 48%;
    }

        .banner-jtv .banner-box.banner-inner-box {
            margin-left: 25px;
        }

    .banner-jtv {
        margin-top: 20px;
    }

    #best-sale-slider .owl-theme .owl-controls .owl-buttons div {
        margin: 22px 0 0;
    }

    .jtv-timer-grid .box-time-date {
        font-size: 10px;
        min-width: 45px;
        min-height: 45px;
        margin-top: 6px;
        font-weight: 400;
    }

        .jtv-timer-grid .box-time-date span {
            font-size: 13px;
            margin-top: 8px;
        }

    .text1 a {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .text2 a {
        font-size: 13px;
    }

    .text-block {
        top: 24%;
    }

    .promotion-center .text_large {
        margin: 10px 5%;
    }

    .best-sale-product .products-block-right {
        margin-left: 72px;
    }

    .best-sale-product .products-block-left {
        width: 68px;
    }

    .home-testimonials .thumb {
        width: 72px;
    }

    .hot-products {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .banner4 {
        margin-bottom: 15px;
    }

    .testimonials .product-flexslider {
        margin-bottom: 15px;
    }

    .kid-banner {
        text-align: center;
        margin-top: 12px;
    }

    .footer-newsletter h3, .newsletter-inner {
        margin-top: 0;
    }

    .footer-newsletter .subscribe {
        margin-top: 10px;
    }

    button.button-compare {
        margin-bottom: 8px;
    }

    .main-menu ul li ul.dropdown li a:after, .main-menu ul li .mega-menu span a:after {
        content: "";
    }

    .product-color-size-area .size-area {
        width: 52%;
    }

    .col2-left-layout .nav-tabs.product-tabs > li > a {
        padding: 8px 15px;
    }

    .col2-left-layout button.button.pro-add-to-cart {
        margin-top: 15px;
    }

    .col2-left-layout .product-color-size-area .color-area {
        width: 100%;
    }

    .col2-left-layout .product-color-size-area .size-area {
        width: 100%;
    }

    .col2-left-layout .availability {
        display: inline-block;
        width: 100%;
        margin: 15px 0;
    }

    button.button.btn-proceed-checkout:before {
        display: none;
    }

    button.button.btn-proceed-checkout span {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .MainSearchbox {
        width: 90.5%!important;
    }

    .headerlinkmenu .links {
        margin-right: 12px;
    }

    #search input {
        width: 50%;
    }

    .jtv-service-area .block-wrapper {
        padding: 12px 18px;
    }

        .jtv-service-area .block-wrapper .text-des h3 {
            font-size: 20px;
            margin-left: 6px;
            margin-bottom: 3px;
            line-height: none;
        }

        .jtv-service-area .block-wrapper .text-des p {
            font-size: 11px;
        }

        .jtv-service-area .block-wrapper .text-des i {
            font-size: 22px;
        }

    .testimonials .product-flexslider {
        margin-bottom: 15px;
    }

    .home-testimonials .thumb {
        width: 72px;
    }

    .footer-links {
        margin-bottom: 15px;
    }

    .jtv-service-area {
        padding: 15px 0 5px;
    }

    .cat-img-title {
        margin-top: 50px;
    }

    .products-list .product-img {
        width: 28%;
    }

    .products-list .product-shop {
        width: 69%;
    }

        .products-list .product-shop .actions ul li:last-child a {
            padding-left: 15px;
        }

        .products-list .product-shop .actions ul li {
            margin-right: 12px;
        }

    .container {
        width: 100%;
    }

    #page {
        max-width: 100%;
    }

    .best-sale-product .products-block-right {
        margin-left: 68px;
    }

    .best-sale-product .products-block-left {
        width: 60px;
    }

    .special-product .products-block-left {
        width: 60px;
    }

    .special-product .products-block-right {
        margin-left: 68px;
    }

    .home-testimonials .thumb {
        width: 65px;
    }

    .jtv-single-cat .page-header {
        margin-bottom: 12px;
    }

    .jtv-category-area .jtv-product {
        margin-right: 8px;
    }

        .jtv-category-area .jtv-product:last-child {
            margin-top: 0;
        }

    #best-sale-slider .owl-theme .owl-controls .owl-buttons div {
        margin: 22px -8px 0 0;
    }

    .hot-products {
        margin: 15px 0;
    }

    .testimonials {
        margin-top: 0;
    }

    .banner4 {
        margin-bottom: 15px;
    }

    .jtv-timer-grid .box-time-date {
        font-size: 10px;
        min-width: 45px;
        min-height: 45px;
        margin-top: 6px;
        font-weight: 400;
    }

        .jtv-timer-grid .box-time-date span {
            font-size: 13px;
            margin-top: 8px;
        }

    .jtv-product-content h3 {
        line-height: none;
    }

    .jtv-single-cat .price-box {
        margin: 4px 0 0;
    }

    .jtv-single-cat .old-price .price {
        font-size: 13px;
    }

    .footer-newsletter h3, .newsletter-inner {
        margin-top: 0;
    }

    .footer-newsletter .subscribe {
        margin-top: 12px;
    }

    .promotion-center .text_large {
        margin: 10px 18%;
    }

    .bottom-service-box .service-box-center {
        padding: 20px 0;
    }

    .main-menu ul li ul.dropdown li a:after, .main-menu ul li .mega-menu span a:after {
        content: "";
    }

    .col2-left-layout button.button.pro-add-to-cart {
        margin-top: 15px;
    }

    .col2-left-layout .product-color-size-area .color-area {
        width: 100%;
    }

    .col2-left-layout .product-color-size-area .size-area {
        width: 100%;
    }

    .col2-left-layout .availability {
        display: inline-block;
        width: 100%;
        margin: 15px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .MainSearchbox {
        width: 89.5%!important;
    }

    .DealOfTheDayimg {
        display: none!important;
    }

    #whatsapptoStore1 {
        display: none!important;
    }

    #whatsapphide {
        display: none!important;
    }

    #share {
        position: absolute;
        z-index: 1;
        border: 0 solid red;
        width: 200px!important;
    }

    #boxsadowonShare {
        -webkit-box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        -moz-box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        background-color: #fff;
        height: 40px;
        width: 175px!important;
        border: 1px solid #e5e5e5;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #whatsapptoStore1 {
        display: none!important;
    }

    #whatsapphide {
        display: none!important;
    }

    #share {
        position: absolute;
        z-index: 1;
        border: 0 solid red;
        width: 200px!important;
    }

    #boxsadowonShare {
        -webkit-box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        -moz-box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        background-color: #fff;
        height: 40px;
        width: 175px;
        border: 1px solid #e5e5e5;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tarak-alt-bg-image354 {
        background: transparent url(/Content/ajax-loader1.gif) center no-repeat;
        min-height: 175px;
        text-align: center;
        color: #fff;
    }

    .tarak-alt-bg-image {
        background: transparent url(/Content/ajax-loader1.gif) center no-repeat;
        min-height: 120px;
        text-align: center;
        color: #fff;
    }

    #myBtn101 {
        display: none!important;
    }

    .shop-by-side .block-content {
        padding: 2px;
    }

    #btnClear {
        font-size: 10px;
        padding: 6px 2px;
    }

    .menubottontop {
        padding-bottom: 10px;
    }

    #whatsapptoStore2 {
        display: none!important;
    }

    .whatsapptoStore1 {
        text-align: right;
        padding-top: 10px;
    }

    #share {
        position: absolute;
        z-index: 1;
        border: 0 solid red;
        width: 235px!important;
    }

    #boxsadowonShare {
        -webkit-box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        -moz-box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        background-color: #fff;
        height: 40px;
        width: 215px!important;
        border: 1px solid #e5e5e5;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .menubottontop {
        padding-bottom: 10px;
    }

    #whatsapptoStore2 {
        display: none!important;
    }

    .whatsapptoStore1 {
        text-align: right;
    }

    #share {
        position: absolute;
        z-index: 1;
        border: 0 solid red;
        width: 235px!important;
    }

    #boxsadowonShare {
        -webkit-box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        -moz-box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        background-color: #fff;
        height: 40px;
        width: 215px!important;
        border: 1px solid #e5e5e5;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 479px) {
    .menubottontop {
        padding-bottom: 5px;
    }

    .cate-dropdown {
        width: 100%!important;
    }

    #whatsapptoStore2 {
        display: none!important;
    }

    .whatsapptoStore1 {
        text-align: right;
        padding-top: 10px;
    }

    .divright {
        float: right;
    }

    #share {
        position: absolute;
        z-index: 1;
        border: 0 solid red;
        width: 235px!important;
    }

    #boxsadowonShare {
        -webkit-box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        -moz-box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        box-shadow: -1px 1px 20px 1px rgba(153,148,153,1);
        background-color: #fff;
        height: 40px;
        width: 215px!important;
        border: 1px solid #e5e5e5;
        padding-left: 10px;
    }
}

.clmsizeshare {
    width: 35px;
    display: inline-block;
    text-align: center;
    border: 0 solid red;
    vertical-align: middle;
    font-size: 30px;
    padding: 5px;
}

@media screen and (max-width: 600px) {
    #Filtershide {
        visibility: hidden;
        display: none;
    }
}

@media only screen and (min-width: 280px) and (max-width: 479px) {
    .sorter .short-by.page {
        float: right;
        padding-left: 10px;
    }

    .btnsearchpricecs {
        color: #fff;
        border: 1px solid #b10212;
        background-color: #b10212;
        color: #fff;
        cursor: pointer;
        width: 100%;
        padding-bottom: 2px;
        text-align: center;
        vertical-align: middle;
    }

    .rowtoppadding {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .btnsearchpricecs {
        color: #fff;
        border: 1px solid #b10212;
        background-color: #b10212;
        color: #fff;
        cursor: pointer;
        width: 100%;
        padding-bottom: 2px;
        text-align: center;
        vertical-align: middle;
    }

    .rowtoppadding {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-item .item-inner .product-thumbnail {
        position: relative;
        text-align: center;
        height: auto;
        background: transparent url(/Content/ajax-loader1.gif) center no-repeat;
        width: 100%;
    }

    .logo {
        vertical-align: middle;
        margin-top: 20px;
        text-align: left;
        margin-bottom: 0;
    }
}

.closebtn {
    color: #fff;
}

.marginzero {
    margin-bottom: 0;
}

.LatestArrivalsList {
    font-family: inherit;
    font-weight: 500;
    text-transform: uppercase;
    margin: auto;
    font-size: 18px;
    line-height: normal;
    outline: none;
    padding: 0 0 6px;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #e0e0e0;
    display: inline-block;
    width: 100%;
    letter-spacing: .5px;
}

.aScrollLink {
    float: right!important;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    background-color: #f8f8f8;
    margin-left: 10px;
    color: #666;
}

    .aScrollLink:hover {
        background-color: #b10212;
        color: #fff;
    }

.span01 {
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
    padding: 0 12px 0 12px;
    line-height: 32px;
    letter-spacing: .5px;
    text-transform: inherit;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

    .span01:hover {
        background: #b10212;
        color: white;
    }

/*! #######################################################################

	Prakash Mevadiya

####################################################################### */.Prakash{z-index:9999!important}.DivFilters{border:1px solid #b10212;font-size:14px;vertical-align:middle;background-color:#b10212;color:#fff;font-weight:700;padding:5px;cursor:pointer;top:50%;position:fixed;z-index:999;text-transform:uppercase;right:0;text-align:center}.spinnermodal1{z-index:10001;text-align:center;display:none}.DivProgressbar{position:fixed;z-index:10001;top:50%;left:50%;height:65px;transform:translate(-50%,-50%)}.DivDisplayNone{display:none!important}.ContainerTopPadding{padding-top:20px}.DivPaddingZero{padding:0!important}.LeftDivpadding{padding-left:0;padding-right:0}.DivlineheightSearch{line-height:20px;text-transform:uppercase}.DivSearchli{width:8%;display:inline-block;vertical-align:top;padding-top:2px}.DivSearchli2{border:0 solid red;width:90%;display:inline-block;vertical-align:top;padding-top:2px;text-transform:uppercase}.layered-content-overflow{overflow:auto;max-height:200px;min-height:100px}.block-content1{text-align:left;padding:0!important}.block-content2{padding-bottom:10px;padding-top:10px}.rowtoppadding1{padding-top:10px!important}.paddingleftZero{padding-left:0}.boldCss{font-weight:700}.ErrormassageImg{max-width:150px;display:inline-block}.btnCleardiv{padding-bottom:10px}.product-name1 h1{text-transform:uppercase}body{background:#fff;color:#000;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;line-height:20px;text-align:left}*{margin:0;padding:0}img{border:0;max-width:100%}a{color:#000;text-decoration:none}a:hover{text-decoration:none;color:#b10212}a:focus{outline:0;text-decoration:none;color:#666}:focus{outline:0}h1,h2,h3,h4,h5,h6{margin:0 0 5px;line-height:1.35;color:#000}form{display:inline}fieldset{border:0}legend{display:none}table{border:0;border-spacing:0;empty-cells:show;font-size:100%}caption,td,th{vertical-align:top;text-align:left;font-weight:400}thead tr th{font-weight:700;text-transform:uppercase;font-size:12px}p{margin:0 0 10px}strong{font-weight:700}address{font-style:normal;line-height:1.35}cite{font-style:normal}blockquote,q{quotes:none}q:after,q:before{content:''}big,small{font-size:1em}.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:0 0!important}small{font-size:85%;font-weight:400;text-transform:lowercase;color:#999}input:focus{outline:0}.loader{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;background:url(/assets/images/loading.gif) 50% 50% no-repeat #f9f9f9;opacity:.8}.modal-backdrop.in{opacity:0!important}.txtheadtitle{border-bottom:1px solid #e5e5e5}.txtheadtitle h1{font-size:25px;padding:5px 0 5px 0;vertical-align:middle;text-align:left;line-height:normal;letter-spacing:normal;font-weight:400;text-transform:capitalize;letter-spacing:1px}.txtheadtitle h2{font-size:16px;text-align:left;vertical-align:middle;line-height:normal;padding:5px 0 5px 0;letter-spacing:normal;font-weight:400;text-transform:capitalize;letter-spacing:1px}.effect7{position:relative;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;-moz-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.effect7:after,.effect7:before{content:"";position:absolute;z-index:-1;-webkit-box-shadow:0 0 20px rgba(0,0,0,.8);-moz-box-shadow:0 0 20px rgba(0,0,0,.8);box-shadow:0 0 20px rgba(0,0,0,.8);top:0;bottom:0;left:10px;right:10px;-moz-border-radius:100px/10px;border-radius:100px/10px}.effect7:after{right:10px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}.item-inner-border{border:2px solid #b10212!important}.item-inner-border:hover{border:2px solid #000}.loading{background:transparent url(/Content/ajax-loader1.gif) center no-repeat}.buttonsarch{background-color:#b10212;border:none;color:#fff;padding:5px 20px;text-align:center;text-decoration:none;display:inline-block;font-size:12px;margin:4px 2px;-webkit-transition-duration:.4s;transition-duration:.4s;cursor:pointer;font-weight:700}.buttonsarch1{background-color:#b10212;color:#fff;border:2px solid #b10212}.buttonsarch1:hover{border:2px solid #4caf50;background-color:#4caf50;color:#fff}.txtRangecss{width:100%;padding:3px;box-shadow:2px 2px 2px #8c8484;border:1px solid #d7d5d5}.dealtimetxt{font-size:15px;text-transform:none;color:#000}.dealtimetxt1{text-transform:none}.dealtimetxtdeals{font-size:14px;text-transform:none;color:#fff}.dealtimetxt1deals{text-transform:none}.whatsapptoStore{width:100%}.fontweightnormal{font-weight:400}.seocontentnotdisply{display:none!important}.reviewingtitle{color:Green!important}.ptagfont{font-size:20px}.ptagfontspan{color:#ad0212}.imgalttext{color:#fff!important}.facebookcolor{color:#3c5b9b}.twittercolor{color:#359bed}.googlecolor{color:#e33729}.linkedincolor{color:#027ba5}.whatsappcolor{color:#58a046}.emotionulpading{padding-left:10px!important}.emotionulpadingli{display:none;margin:5px!important}.ColorimageBoxshadow{height:50px!important;width:50px!important;border:1px solid #fff!important;box-shadow:0 0 2px 2px #14c814}.ColorimageBox{height:50px!important;width:50px!important}.rowheight1{height:50%}.Storenametext{font-size:18px!important}.txtOfferPrice{font-size:25px!important}.price-padding{padding:8px 0!important}.ProductCodecolor{color:Green}.divcentertext{text-align:center!important}.product-image-photo{display:inline!important;height:auto!important;max-height:100%;max-width:100%}.jtv-promotiondupli{padding:0 0 2% 0;border:0 solid #444}.validationnone{display:none}.txtDisplaynone{display:none!important;visibility:visible}.sizeboxborder{border:2px solid #b10212!important}.Bordernone{border:0!important}.colmd12paddingleft{padding-left:15px!important}.iBuybuttton{margin:5px;margin-left:0}.reviewsoverflow{overflow:auto;max-height:500px}.tdHead1{display:table-cell;border:1px solid gray;text-align:left;font-weight:700;vertical-align:middle;padding:5px}.imageHolderimage{height:100px;width:100px}.headercontainerbg{background-color:#d00518;top:0}.txtWishproductcss{font-weight:400;margin-bottom:0}.OnlyBoldcss{font-weight:700}.txtcartproductcss{padding-right:2px}.Subscribevalidationcolor{color:red}.validationcolor{color:red}.bodycontainer{margin:0;padding:0;width:100%!important;border:0 solid #444}.socialLeft{padding-left:15px;display:inline-block}.socialTopmargin{margin-top:10px}.catuppercase{text-transform:uppercase}.fasearchmargin{margin:50% 0}.sizelink{color:#746969}.ptag{word-wrap:break-word;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased!important;line-height:25px;text-align:justify;padding-bottom:10px;color:#4c4c4c;font-size:15px}.page-space{margin-top:20px;margin-bottom:20px}.h3Fontsize{color:#4c4c4c;margin-top:10px;margin-left:10px;font-size:15px}.page-space2{padding-bottom:40px;padding-top:40px}.dropclass{height:37px;width:200px;padding:8px 10px}.title{border-bottom:3px solid #f8071d}.title{font-size:20px;line-height:1;text-transform:uppercase;font-weight:600;margin:0 0 10px;padding:0}.title span{border-bottom:3px solid #b10212}.title>span{display:inline-block;margin-bottom:-3px;padding-bottom:10px;color:#666}.input-hidden{position:absolute;left:-9999px;display:none}input[type=radio]:checked+label>img{border:1px solid #fff;box-shadow:0 0 1px 1px #090}input[type=radio]:checked+label>div{border:1px solid #fff;box-shadow:0 0 1px 1px #090}input[type=radio]+label>img{border:1px solid #444;width:150px;height:150px;transition:.5s all}.btnsearchpricecs{color:#fff;border:1px solid #b10212;background-color:#b10212;color:#fff;cursor:pointer;width:60px;padding-bottom:2px;text-align:center;vertical-align:middle}.footerpra{padding:20px;clear:both}.summarypra{border:1px solid #eee;overflow:hidden;margin-bottom:10px;background-color:#fff;padding-left:0;padding-right:0;top:0}.summarypra.scroll-to-fixed-fixed{margin-top:0}.summarypra.scroll-to-fixed-fixed .caption{color:red}.btnloadmore{color:#fff;font-size:12px;padding:8px 20px;background-color:#b10212;border:1px solid #b10212;font-weight:700;text-transform:uppercase}.btnClearbutton{width:100%;color:#fff;font-size:11px;padding:6px 20px;background-color:#b10212;border:1px solid #b10212;font-weight:700;text-transform:uppercase}.checkboxnew{vertical-align:middle;cursor:pointer;line-height:12px;max-width:100%;margin-bottom:5px;font-weight:700}.spinnermodal{background-color:#fff;height:100%;left:0;opacity:.8;position:fixed;top:0;width:100%;z-index:100000}.sizeNotSrock{border:2px solid #eaeaea!important;padding:3px 10px;color:#b4b1b1;float:left;font-size:11px;font-weight:700;text-transform:uppercase;background-image:url(/image/OutStock.png);background-repeat:no-repeat;background-position:center;text-decoration:none}.h1tile{font-size:16px;font-weight:700;margin:10px}.h1tilesub{border:1px solid #dedede;border-right:1px solid #dedede;vertical-align:middle;text-align:left;background-color:#fdf9fa;font-size:16px;padding:10px}.margincss{margin:10px}.colleft{border:1px solid #dedede;border-left:1px solid #dedede;border-right:0 solid #dedede;border-top:0 solid #dedede;vertical-align:middle;text-align:left;padding:10px}.colright{border:1px solid #dedede;border-right:1px solid #dedede;border-top:0 solid #dedede;vertical-align:middle;text-align:left;padding:10px}.Errormassage{font-size:40px;text-align:center;padding:15px}.Errormassage h1{text-align:center;padding:15px;font-size:22px}.newsProductcode{float:left;font-size:13px;font-weight:400;border:1px solid #eaeaea;background:#fff;color:#666;padding:10px 12px;padding-left:12px;width:310px;padding-left:20px}.Productcodesearch{text-transform:uppercase;font-size:14px!important;font-weight:500!important;float:left;color:#fff;text-decoration:none;background:#000;padding:9px 25px 9px 18px!important;border:0 #000 solid}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html
{
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body
{
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary
{
    display: block;
}
audio, canvas, progress, video
{
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls])
{
    display: none;
    height: 0;
}
[hidden], template
{
    display: none;
}
a
{
    background-color: transparent;
}
a:active, a:hover
{
    outline: 0;
}
abbr[title]
{
    border-bottom: 1px dotted;
}
b, strong
{
    font-weight: bold;
}
dfn
{
    font-style: italic;
}
h1
{
    font-size: 2em;
    margin: .67em 0;
}
mark
{
    background: #ff0;
    color: #000;
}
small
{
    font-size: 80%;
}
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup
{
    top: -0.5em;
}
sub
{
    bottom: -0.25em;
}
img
{
    border: 0;
}
svg:not(:root)
{
    overflow: hidden;
}
figure
{
    margin: 1em 40px;
}
hr
{
    box-sizing: content-box;
    height: 0;
}
pre
{
    overflow: auto;
}
code, kbd, pre, samp
{
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea
{
    color: inherit;
    font: inherit;
    margin: 0;
}
button
{
    overflow: visible;
}
button, select
{
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]
{
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled]
{
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
input
{
    line-height: normal;
}
input[type="checkbox"], input[type="radio"]
{
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
{
    height: auto;
}
input[type="search"]
{
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
fieldset
{
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend
{
    border: 0;
    padding: 0;
}
textarea
{
    overflow: auto;
}
optgroup
{
    font-weight: bold;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
td, th
{
    padding: 0;
}

.menumain{background-color:#b10212;width:100%}.TextMenu{padding-left:10px;font-weight:400;font-size:13px}.TextMenu:hover{color:#F02640;margin-left:5px}.menu>ul>li>ul>li a:focus{color:#F02640;margin-left:5px}.mega-menu-img{width:100%;float:right;padding-right:15px}.mega-menu-img.left{width:25%;float:left;padding-left:5px;padding-right:15px}body{font-family:'Roboto',sans-serif}.menu-container{width:100%;margin:0 auto;background:#b10212;font-size:14px}.menu-mobile a{color:white}.menu-mobile{display:none;padding:5px;color:white}.menu-mobile:after{padding-top:17px;float:right;position:relative;top:50%;-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);transform:translateY(-25%)}.menu>ul{margin:0 auto;width:100%;list-style:none;padding:0;position:relative;box-sizing:border-box;text-transform:capitalize}.menu>ul:before,.menu>ul:after{content:"";display:table}.menu>ul:after{clear:both}.menu>ul>li{float:left;background:#b10212;padding:0;margin:0}.menu>ul>li a{text-decoration:none;padding:10px 20px;display:block;color:#fff}.menu>ul>li:hover{background:#d00518}.menu>ul>li:hover>a{color:#fff}.menu>ul>li>ul{display:none;width:100%;background:#f9f9f9;padding:20px;position:absolute;z-index:99;left:0;margin:0;list-style:none;box-sizing:border-box}.menu>ul>li>ul:before,.menu>ul>li>ul:after{content:"";display:table}.menu>ul>li>ul:after{clear:both}.menu>ul>li>ul>li{margin:0;padding-bottom:0;list-style:none;width:25%;background:none;float:left;font-weight:700}.menu>ul>li>ul>li a{color:Black;padding:.2em 0;width:95%;display:block;border-bottom:1px solid #ccc;text-transform:capitalize}.menu>ul>li>ul>li>ul{display:block;padding:0;margin:10px 0 0;list-style:none;box-sizing:border-box}.menu>ul>li>ul>li>ul:before,.menu>ul>li>ul>li>ul:after{content:"";display:table}.menu>ul>li>ul>li>ul:after{clear:both}.menu>ul>li>ul>li>ul>li{float:left;width:100%;padding:5px 0;margin:0;font-size:.8em}.menu>ul>li>ul>li>ul>li a{border:0}.menu>ul>li>ul.normal-sub{width:300px;left:auto;padding:10px 20px}.menu>ul>li>ul.normal-sub>li{width:100%}.menu>ul>li>ul.normal-sub>li a{border:0;padding:1em 0}@media only screen and (max-width:959px){.expandview{background-image:url(http://tarakonline.com/image/plus.png);background-size:17px;background-repeat:no-repeat;background-position:right}.closeview{background-image:url(http://tarakonline.com/image/mins.png);background-size:17px;background-repeat:no-repeat;background-position:right}.menu-container{width:100%}.menu-mobile{display:block}.menu-mobile a{color:White}.menu-dropdown-icon:before{display:block}.menu>ul{display:none}.menu>ul>li{width:100%;float:none;display:block;background:#d52020}.menu>ul>li a{padding:10px;width:100%;display:block;border-bottom:0 solid #f1eeee}.menu>ul>li>ul{position:relative}.menu>ul>li>ul.normal-sub{width:100%}.menu>ul>li>ul>li{float:none;width:100%;margin-top:20px}.menu>ul>li>ul>li:first-child{margin:0}.menu>ul>li>ul>li>ul{position:relative}.menu>ul>li>ul>li>ul>li{float:none}.menu .show-on-mobile{display:block}}
