﻿/*--------------------------------------------------*    Variables
\*--------------------------------------------------*/
/*--------------------------------------------------*    Mixins
\*--------------------------------------------------*/
/*
** Box Sizing: BorderBox
*/
/*
** Opacity and RGBA Converter
*/
/*
** Clearfix
*/
/*
** Text Indent
*/
/*
** Icon Font
*/
/*
** Rotate
*/
/*
** Scale
*/
/*
** Calc
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:after {
        content: "";
        display: table;
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:after {
        content: "";
        display: table;
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@keyframes loading {
    0% {
        transform-origin: 100% 100%;
        transform: rotate(0deg);
    }

    100% {
        transform-origin: 100% 100%;
        transform: rotate(360deg);
    }
}

.overal-loading {
    direction: ltr;
    content: ' ';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    position: absolute;
    display: none;
    z-index: 999;
}

    .overal-loading.show {
        display: block;
    }

.loading {
    display: block;
    position: absolute;
    right: 50%;
    /*top: 50%;*/
    top: 20%;
    margin: 0 -37.5px auto auto;
    width: 75px;
    height: 75px;
    border: 8px solid #8fc74a;
    border-radius: 50%;
    background-color: #fff;
    z-index: 13;
}

    .loading:before {
        position: absolute;
        display: block;
        content: '';
        z-index: 12;
        top: 0;
        left: 0;
        width: 59px;
        height: 59px;
        border-radius: 50%;
        background: url("/content/images/loading.png") no-repeat 0 0 #fff;
        background-size: 59px 59px;
    }

    .loading:after {
        position: absolute;
        display: block;
        content: '';
        z-index: 11;
        top: -4px;
        left: -4px;
        width: 33.5px;
        height: 33.5px;
        border-radius: 200px 0 0 0;
        background: linear-gradient(45deg, transparent 0%, #459ad7 50%, #459ad7 100%);
        animation: loading .9s linear infinite;
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    direction: rtl;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

    .alert .close {
        color: #000;
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        background: transparent none repeat scroll 0 0;
        border: 0;
        cursor: pointer;
        padding: 0;
        opacity: 0.2;
        text-shadow: 0 1px 0 #fff;
    }

        .alert .close:hover, .alert .close:focus {
            color: #000;
            cursor: pointer;
            opacity: 0.5;
            text-decoration: none;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

/*
 * container for positioning
 */
.notify {
    position: fixed;
    top: 10px;
    left: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 350px;
}

/* Positions
========================================================================== */
.notify-top-right,
.notify-bottom-right {
    left: auto;
    right: 10px;
}

.notify-top-center,
.notify-bottom-center {
    left: 50%;
    margin-left: -175px;
}

.notify-bottom-left,
.notify-bottom-right,
.notify-bottom-center {
    top: auto;
    bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 479px) {
    /*
     * Fit in small screen
     */
    .notify {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0;
    }
}

/* Sub-object: `notify-message`
========================================================================== */
.notify-message {
    position: relative;
    cursor: pointer;
}

.notify .alert-default {
    background: #fff;
    border: 1px solid #e5e5e5;
}

/* Re Write
========================================================================== */
.notify {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
}

    .notify.notify-top-center, .notify.notify-bottom-center {
        left: 0;
        margin-left: 0;
    }

.alert {
    width: 100%;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    padding: 15px 25px 15px 20px;
}

    .alert .close {
        float: left;
    }

/*--------------------------------------------------*	Generals
\*--------------------------------------------------*/
* {
    margin: 0;
}

html, body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    font-family: "IRANSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #1A1A1A;
    /*overflow-y: scroll;*/
    /*min-width: $container-lg + $grid-gutter-width;*/
    /*@media (max-width: $mobile){*/
    /*direction:rtl;*/
    /*min-width: $container-lg + $grid-gutter-width;*/
    /*min-width: $container-desktop + $grid-gutter-width;
    }*/
}

.container {
    margin: 0 auto;
    width: 1170px !important;
    direction: rtl;
}

    .container:after {
        content: "";
        display: table;
        clear: both;
    }

    .container.section {
        margin-top: 20px;
    }

.section {
    margin-bottom: 20px;
}

    .section:after {
        content: "";
        display: table;
        clear: both;
    }

#page {
    /*min-width: $container-desktop + $grid-gutter-width;*/
    /*min-height: 100%;*/
    /*min-height:440px;
    direction:rtl;*/
    /*margin-bottom: (-($footer-height + $footer-margin));*/
    /*&:before {
		content: "";
		display: block;
	}
	&:after {
		content: "";
		display: block;
		height: $footer-height + $footer-margin;
	}*/
    /*min-height: 100%;
    height: 100%;
    margin: 0 auto (-$footer-height);*/
    padding-bottom: 55px;
    /*@include clearfix();*/
}

#wrapper {
    min-height: 100%;
    /*height: auto !important;
    height: 100%;*/
    margin: 0 auto -391px;
}

#content-wrap {
    padding-bottom: 45px;
}

.first-price {
    position: relative;
    display: inline-block;
}

    .first-price .line {
        border-top: 1px solid rgba(255, 0, 0, 0.5);
        left: 0;
        position: absolute;
        top: 48%;
        width: 100%;
        -ms-transform: rotate(-7deg);
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

/*--------------------------------------------------*	Helpers
\*--------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "IRANSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

textarea,
input[type="text"],
input[type="button"],
input[type="search"],
input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
}

    textarea.form-control,
    input[type="text"].form-control,
    input[type="button"].form-control,
    input[type="search"].form-control,
    input[type="submit"].form-control {
        border-radius: 3px;
    }

input, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

input, textarea, keygen, select, button {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

    input:focus, textarea:focus, keygen:focus, select:focus, button:focus {
        outline: none;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
    }

figure {
    margin: 0;
}

.hide {
    display: none;
}

.right, .pull-right {
    float: right;
}

.left, .pull-left {
    float: left;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.block {
    display: block;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul li {
        list-style: none;
    }

a {
    text-decoration: none;
    color: #1A1A1A;
    outline: none !important;
}

.form a:hover {
    color: #1A1A1A;
    text-decoration: underline;
}

hr {
    border: 0;
    border-bottom: 1px dashed #d9d9d9;
    background: white;
}

    hr:after {
        content: "";
        display: table;
        clear: both;
    }

.clearfix {
    min-height: 1px;
}

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

.justified {
    text-align: justify;
}

.currency {
    margin-right: 3px;
    font-size: 12px;
}

.hidden {
    display: none;
}

.impersonate {
    min-height: 50px;
    display: block;
    padding: 15px 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #0275d8;
    direction: rtl;
}

.not-product-found {
    text-align: center;
    padding-top: 174px;
    background: url("/content/images/PR.png") no-repeat 50% 27px;
    min-height: 350px;
}

    .not-product-found .btn {
        margin-top: 31px;
        padding: 14px 62px 0;
    }

.overlay {
    display: none;
    content: ' ';
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
}

    .overlay.show {
        display: block;
    }

.fa-user, .topnav .user-menu:before {
    content: "\f007";
}

.fa-angle-down, #search .ctg-selected:before {
    content: "\f107";
}

.fa-angle-left, .titlebar.inline .see-more:after {
    content: "\f104";
}

/*--------------------------------------------------*	Tables
\*--------------------------------------------------*/
.table {
    width: 100%;
    max-width: 100%;
    direction: rtl;
    font-size: 12px;
    text-align: right;
    border-bottom-width: 3px;
    margin-bottom: 18px;
}

    .table thead {
        font-weight: none;
        font-size: 14px;
    }

    .table .center {
        text-align: center;
    }

    .table th {
        padding: 10px;
        font-weight: normal;
        white-space: nowrap;
    }

    .table td {
        padding: 10px;
    }

    .table.bordered {
        border: 1px solid #d6d6d6;
    }

        .table.bordered th {
            background-color: #707070;
            color: #f9f9f9;
        }

        .table.bordered td, .table.bordered th {
            border-left: 1px solid #d6d6d6;
        }

            .table.bordered td:last-child, .table.bordered th:last-child {
                border-left: 0;
            }

        .table.bordered tr {
            border-bottom: 1px solid #d6d6d6;
        }

    .table.no-border {
        border-color: transparent;
    }

        .table.no-border tr, .table.no-border td {
            border-color: transparent;
        }

/*--------------------------------------------------*	Forms
\*--------------------------------------------------*/
.form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);*/
    color: #555;
    display: block;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    font-size: 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    border-radius: 2px;
}

    .form-control:focus {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        outline: 0 none;
    }

.form-select {
    display: block;
    height: 34px;
    line-height: 1.42857;
    font-size: 12px;
    width: 100%;
}

    .form-select:focus {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        outline: 0 none;
    }

textarea.form-control {
    height: auto;
    resize: vertical;
}

.control-label {
    padding: 7px 0;
    font-size: 12px;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group .radio {
        padding: 7px 0;
    }

    .form-group.inline input, .form-group.inline select {
        display: inline-block;
        width: auto;
    }

.actions {
    clear: both;
}

.radio input, .checkbox input {
    float: right;
    margin: 2px 0 0 6px;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    margin-left: 10px;
}

.date-picker .data-picker-button {
    border: 1px solid #ccc;
    float: right;
    border-left: 0;
    height: 34px;
    width: 11%;
    background-color: #eee;
    border-radius: 0 3px 3px 0;
    color: #555;
    font-size: 14px;
    padding: 6px 12px;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.date-picker .data-picker-input {
    float: right;
    width: 89%;
    border-radius: 3px 0 0 3px !important;
}

.ui-datepicker .btn {
    cursor: pointer;
    height: 26px;
    max-width: 32px;
    min-width: 32px;
    text-align: center;
    background: none;
    border: none;
    color: #393939;
    line-height: 20px;
    padding: 4px 12px;
}

    .ui-datepicker .btn:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        float: left;
        margin: 0 5px 0 0;
        font-size: 15px;
    }

    .ui-datepicker .btn.ui-datepicker-next:before {
        content: '\f060';
    }

    .ui-datepicker .btn.ui-datepicker-prev:before {
        content: '\f061';
    }

.field-validation-error {
    color: #ff5816;
    font-size: 10px;
    white-space: nowrap;
}

/*--------------------------------------------------*	Tabs
\*--------------------------------------------------*/
.tab {
    display: none;
    position: relative;
}

    .tab.active {
        display: block;
    }

/*--------------------------------------------------*	Buttons
\*--------------------------------------------------*/
.btn {
    display: inline-block;
    height: 40px;
    position: relative;
    font-family: "IRANSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    background: white;
    border: 1px solid #ff8f00;
    color: #ff8f00;
    padding: 14px 30px 0;
    border-radius: 2px;
    text-align: center;
    transition-duration: .1s;
    vertical-align: middle;
    cursor: pointer;
}

    .btn + .btn {
        margin: 0 10px;
    }

    .btn:hover {
        background: #ff8f00;
        color: #fff;
    }

    .btn.btn-small {
        height: 35px;
        font-size: 14px;
        padding-top: 11px;
    }

    .btn.btn-view, .btn.btn-submit, .btn.btn-success {
        background-color: #ff8f00;
        color: #fff;
        border: 0;
    }

        .btn.btn-view:hover, .btn.btn-submit:hover, .btn.btn-success:hover {
            background-color: #ef7508;
        }

    .btn.btn-gray {
        background-color: #8c8c8c;
        color: #fff;
        border: 0;
    }

        .btn.btn-gray:hover {
            background-color: #787878;
        }

button.btn {
    padding-top: 2px;
}

    button.btn.btn-small {
        padding-top: 0;
    }

input.btn {
    padding-top: 0;
}

/*--------------------------------------------------*	Titlebar
\*--------------------------------------------------*/
.titlebar {
    display: block;
    /*font-family: $SansMedium;*/
    font-size: 1.083em;
    margin: 0 0 18px;
    border-bottom: 1px solid #9acc1f;
}

    .titlebar span {
        display: inline-block;
        position: relative;
        padding: 7px 2px;
        white-space: nowrap;
    }

        .titlebar span:after {
            content: " ";
            display: block;
            background: #9acc1f;
            height: 4px;
            right: 0;
            width: 100%;
            bottom: 0;
            position: absolute;
            background-color: #9acc1f;
            margin: 0 0 0 7px;
        }

    .titlebar.inline .see-more {
        display: block;
        float: left;
        margin-top: 14px;
        color: gray;
    }

        .titlebar.inline .see-more:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0);
            float: left;
            margin: -2px 5px 0 0;
            font-size: 18px;
        }

        .titlebar.inline .see-more:hover {
            color: #9acc1f;
        }

/*--------------------------------------------------*	Five Star
\*--------------------------------------------------*/
.star-rating, .star-voting {
    direction: ltr;
    text-align: left;
}

    .star-rating .label, .star-voting .label {
        display: inline-block;
        margin-left: 6px;
        color: #535353;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    }

.rating-symbol {
    margin: 1px;
}

    .rating-symbol .star-fill, .rating-symbol .star-empty {
        font-size: 18px;
        text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
    }

    .rating-symbol .star-fill {
        color: #fed61d;
    }

    .rating-symbol .star-empty {
        color: #cacaca;
    }

/*--------------------------------------------------*	Bread Crumb
\*--------------------------------------------------*/
.breadcrumb {
    padding: 0 0 11px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    font-family: "IRANSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 1000px;
}

    .breadcrumb li {
        display: inline-block;
        white-space: nowrap;
    }

        .breadcrumb li + li:before {
            padding: 0 5px;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0);
            content: "\f100";
            color: #999999;
        }

        .breadcrumb li a {
            color: #8c8c8c;
        }

            .breadcrumb li a:hover {
                color: #1A1A1A;
            }

/*--------------------------------------------------*	Alerts
\*--------------------------------------------------*/
.alert-container {
    position: fixed;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 909;
}

    .alert-container .alert {
        position: relative;
        font-size: 13px;
        border-radius: 0;
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 3px;
    }

    .alert-container .alert-dismissable, .alert-container .alert-dismissible {
        padding-right: 35px;
    }

        .alert-container .alert-dismissable .close, .alert-container .alert-dismissible .close {
            position: absolute;
            color: inherit;
            height: 20px;
            left: 14px;
            text-align: center;
            width: 20px;
            border-radius: 50%;
            border: 1px solid transparent;
        }

    .alert-container .close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        float: right;
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
    }

    .alert-container .alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .alert-container .alert-danger .close {
            border-color: #a94442;
        }

    .alert-container .alert-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .alert-container .alert-success .close {
            border-color: #3c763d;
        }

    .alert-container .alert-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .alert-container .alert-warning .close {
            border-color: #8a6d3b;
        }

    .alert-container .alert-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .alert-container .alert-info .close {
            border-color: #31708f;
        }

/*--------------------------------------------------*	Flex slider
\*--------------------------------------------------*/
.flex-direction-nav a {
    display: block;
}

    .flex-direction-nav a.flex-disabled {
        display: none;
    }

/*--------------------------------------------------*	Online msg
\*--------------------------------------------------*/
#hbl_operator_state_div #habla_window_div * {
    font-family: "IRANSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    direction: rtl;
    font-size: 14px;
    text-align: right;
}

#hbl_operator_state_div #habla_window_div #habla_topbar_div {
    width: 160px;
}

    #hbl_operator_state_div #habla_window_div #habla_topbar_div:hover {
        background-color: #376295 !important;
    }

#hbl_operator_state_div #habla_window_div .habla_button {
    float: left;
}

#hbl_operator_state_div #habla_window_div #habla_oplink_a {
    text-decoration: none;
}

#hbl_operator_state_div #habla_window_div #habla_input_div {
    margin-left: -5px;
    margin-right: -17px;
}

#hbl_operator_state_div #habla_window_div #habla_wcsend_input {
    min-height: 40px;
}

#hbl_operator_state_div #habla_window_div #habla_pre_chat_div, #hbl_operator_state_div #habla_window_div #habla_offline_message_sent_div, #hbl_operator_state_div #habla_window_div #habla_offline_message_div {
    margin-left: 0;
    margin-right: -10px;
}

#hbl_operator_state_div #habla_window_div #habla_offline_message_span {
    line-height: 2.2em;
    margin-bottom: 10px;
    color: #4f4f4f;
    font-size: 12px;
}

#hbl_operator_state_div #habla_window_div .habla_offline_submit_input {
    padding: 8px 28px;
    float: left;
    width: 79%;
    text-align: center;
    margin-left: -10px;
}

    #hbl_operator_state_div #habla_window_div .habla_offline_submit_input:hover {
        background-color: #ef7508 !important;
    }

#hbl_operator_state_div #habla_window_div #habla_offline_error_span {
    color: #ff5816;
    font-size: 10px;
    font-style: normal;
}

#hbl_operator_state_div #habla_window_div #habla_name_input, #hbl_operator_state_div #habla_window_div #habla_offline_email_input, #hbl_operator_state_div #habla_window_div #habla_offline_body_input, #hbl_operator_state_div #habla_window_div #habla_pre_chat_name_input,
#hbl_operator_state_div #habla_window_div #habla_pre_chat_email_input, #hbl_operator_state_div #habla_window_div #habla_pre_chat_phone_input, #hbl_operator_state_div #habla_window_div #habla_offline_phone_input, #hbl_operator_state_div #habla_window_div #habla_pre_chat_phone_input {
    font-size: 12px;
}

#hbl_operator_state_div #habla_window_div #habla_sizebutton_a:hover {
    background-color: transparent;
}

#hbl_region #habla_window_state_div div.hbl_pal_main_width {
    width: 180px !important;
}

#hbl_region .olrk-state-expanded #habla_window_div #habla_topbar_div {
    width: 230px;
}

#hbl_region .olrk-state-expanded#habla_window_state_div div.hbl_pal_main_width {
    width: 250px !important;
}

/*--------------------------------------------------*	Header
\*--------------------------------------------------*/
.header {
    width: 100%;
    height: auto;
    direction: rtl;
    min-height: 154px;
    background: #f3f3f3;
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    min-width: 1000px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 12;
}

    .header > .container {
        min-height: 28px;
    }

.topnav {
    height: 28px;
    line-height: 28px;
    background-color: #457bba;
}

    .topnav:after {
        content: "";
        display: table;
        clear: both;
    }

    .topnav li a {
        color: #e5e5e5;
        display: block;
        padding: 0 15px;
        font-size: 0.917em;
        transition: 0.2s;
    }

        .topnav li a:hover {
            background-color: #3b6aa0;
        }

    .topnav .user-menu li {
        float: left;
        border-right: 1px solid #35689c;
    }

        .topnav .user-menu li:first-child a {
            text-align: center;
        }

    .topnav .user-menu:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        float: left;
        font-size: 15px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        width: 32px;
        background-color: #9acc1f;
        color: white;
    }

    .topnav .menu li {
        float: right;
    }

#logo {
    max-width: 205px;
    height: 53px;
    margin: 15px 0 16px;
    position: relative;
    z-index: 9;
    padding: 0;
}

    #logo .site-slogan {
        display: none;
    }

    #logo img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    #logo a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-indent: -999em;
        font-size: 0;
        overflow: hidden;
        line-height: 0;
    }

.user-shop-info {
    margin-top: 24px;
    width: 260px;
    font-size: 12px;
}

    .user-shop-info .txt {
        white-space: nowrap;
    }

    .user-shop-info a {
        display: block;
        height: 38px;
        line-height: 40px;
    }

    .user-shop-info .header-basket {
        padding: 0 5px 0 0;
    }

        .user-shop-info .header-basket .icon {
            float: left;
            margin: 3px 11px 0 0;
            position: relative;
        }

        .user-shop-info .header-basket a i {
            font-size: 26px;
            color: #6f6f6f;
        }

        .user-shop-info .header-basket a:hover .number {
            color: #fff;
        }

            .user-shop-info .header-basket a:hover .number .hover {
                opacity: 1;
                visibility: visible;
                -ms-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1);
            }

        .user-shop-info .header-basket .number {
            display: block;
            position: absolute;
            padding: 0 2px;
            top: -2px;
            left: 18px;
            height: 22px;
            min-width: 22px;
            line-height: 19px;
            background-color: white;
            border: 2px solid #9acc1f;
            text-align: center;
            border-radius: 50%;
            transition: all 0.3s linear;
        }

            .user-shop-info .header-basket .number span {
                position: relative;
                z-index: 9;
            }

            .user-shop-info .header-basket .number .hover {
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                border-radius: 50%;
                z-index: 8;
                background-color: #9acc1f;
                border: 2px solid #9acc1f;
                box-shadow: 0 0 0 2px #9acc1f;
                transition: 0.3s ease;
                -ms-transform: scale(0);
                -webkit-transform: scale(0);
                transform: scale(0);
                opacity: 0;
                visibility: hidden;
            }

    .user-shop-info .header-bookmarks {
        padding: 0 7px;
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf;
    }

        .user-shop-info .header-bookmarks .bookmarks-icon {
            float: left;
            display: block;
            margin: 8px 7px 0 0;
            position: relative;
            height: 18px;
            width: 18px;
        }

        .user-shop-info .header-bookmarks i {
            color: #9acc1f;
            font-size: 18px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .user-shop-info .header-bookmarks .fa-heart.white {
            color: #fff;
            z-index: 7;
            font-size: 17px;
            opacity: 1;
            visibility: visible;
        }

        .user-shop-info .header-bookmarks .fa-heart.green {
            -ms-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
            display: block;
            opacity: 0;
            visibility: hidden;
            z-index: 99;
            transition: all 0.3s linear;
        }

        .user-shop-info .header-bookmarks .fa-heart-o {
            opacity: 1;
            visibility: visible;
            /*transition:all 0.2s 0.1s linear;*/
            z-index: 8;
        }

        .user-shop-info .header-bookmarks a:hover {
            /*.fa-heart-o,.fa-heart.white{
                opacity:0;
                visibility:hidden;
            }*/
        }

            .user-shop-info .header-bookmarks a:hover .fa-heart.green {
                -ms-transform: scale(1.01);
                -webkit-transform: scale(1.01);
                transform: scale(1.01);
                opacity: 1;
                visibility: visible;
            }

    .user-shop-info .tv-link {
        padding-left: 7px;
    }

        .user-shop-info .tv-link a {
            display: block;
            font-weight: bold;
            width: 32px;
            background: url("/content/images/tv.png") no-repeat 0 0;
            text-align: left;
            color: #676767;
            font-family: arial;
            position: relative;
            transition: .3s;
        }

            .user-shop-info .tv-link a span {
                display: block;
                width: 20px;
                height: 18px;
                position: absolute;
                left: 3px;
                top: 12px;
            }

            .user-shop-info .tv-link a .tv-bg {
                background-color: #9acc1f;
                -ms-transform: scale(0);
                -webkit-transform: scale(0);
                transform: scale(0);
                opacity: 0;
                visibility: hidden;
                border-radius: 5px;
                z-index: 8;
                transition: 0.3s ease;
            }

            .user-shop-info .tv-link a .tv-txt {
                z-index: 10;
                text-align: center;
                line-height: 18px;
                padding-right: 1px;
            }

            .user-shop-info .tv-link a:hover {
                color: #fff;
            }

                .user-shop-info .tv-link a:hover .tv-bg {
                    -ms-transform: scale(1);
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    opacity: 1;
                    visibility: visible;
                }

#search {
    float: right;
    position: relative;
    margin: 21px 0 0 66px;
    z-index: 105;
}

    #search.ready .search-result {
        display: block;
    }

    #search.show-r .search-result {
        opacity: 1;
        visibility: visible;
    }

    #search .ctg-list {
        position: relative;
        height: 42px;
        z-index: 103;
    }

        #search .ctg-list ul {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 85%;
            width: 100%;
            margin-top: 1px;
            background-color: white;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            z-index: 9;
        }

        #search .ctg-list li {
            padding: 5px 10px;
            cursor: pointer;
            font-size: 0.917em;
            color: gray;
            transition: .2s;
        }

            #search .ctg-list li:first-child {
                padding-top: 7px;
                border-radius: 4px 4px 0 0;
            }

            #search .ctg-list li:last-child {
                padding-bottom: 7px;
                border-radius: 0 0 4px 4px;
            }

            #search .ctg-list li:hover {
                background-color: #f7f7f7;
                color: #1A1A1A;
            }

            #search .ctg-list li.active {
                color: #9acc1f;
                background-color: #f7f7f7;
            }

        #search .ctg-list.open ul {
            opacity: 1;
            visibility: visible;
            transition-duration: .2s;
            top: 100%;
        }

    #search .ctg-selected {
        height: 42px;
        width: 95px;
        padding: 12px 6px 10px 0;
        background-color: #e3e2e2;
        border: 1px solid #bcbcbc;
        border-left: 0;
        cursor: pointer;
        letter-spacing: -0.035em;
        border-radius: 0 4px 4px 0;
    }

        #search .ctg-selected:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0);
            float: right;
            margin: 1px 0 0 4px;
            font-size: 15px;
        }

    #search .search-input {
        padding: 2px 7px;
        color: #9b9b9b;
        height: 42px;
        border: 1px solid #bcbcbc;
        border-left: 0;
        width: 469px;
        border-radius: 0 3px 3px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

        #search .search-input:focus {
            color: #1A1A1A;
        }

    #search .search-btn {
        width: 46px;
        height: 42px;
        background: url("/content/images/search.png") no-repeat 50% 50% #9acc1f;
        border: 1px solid #9acc1f;
        border-radius: 4px 0 0 4px;
        text-indent: -999em;
        font-size: 0;
        overflow: hidden;
        line-height: 0;
    }

    #search #searchFrom {
        position: relative;
        z-index: 102;
    }

    #search .search-result {
        display: none;
        background-color: #f6f5f5;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        border: 1px solid #ccc;
        left: 0;
        top: 40px;
        width: 515px;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
        z-index: 101;
        transition: 0.2s;
    }

    #search .quick-result {
        background-color: #f6f5f5;
        font-size: 12px;
    }

        #search .quick-result:after {
            content: "";
            display: table;
            clear: both;
        }

        #search .quick-result i {
            margin: 0 0 5px 2px;
        }

        #search .quick-result li {
            padding: 4px 7px;
            margin: 0 15px;
        }

            #search .quick-result li:first-child {
                margin-top: 10px;
            }

            #search .quick-result li:last-child {
                margin-bottom: 10px;
            }

        #search .quick-result .selected {
            background: #e2e2e2;
        }

    #search .related-result {
        padding: 5px 15px 10px;
        border-top: 1px solid #d9d9d9;
        background-color: #fff;
    }

        #search .related-result .titlebar {
            font-size: 14px;
            margin-bottom: 6px;
        }

            #search .related-result .titlebar span:after {
                height: 2px;
            }

    #search .products-result {
        padding-bottom: 5px;
    }

        #search .products-result:after {
            content: "";
            display: table;
            clear: both;
        }

        #search .products-result li {
            width: 50%;
            float: right;
            margin-bottom: 8px;
            font-size: 10px;
        }

            #search .products-result li a {
                display: block;
                height: 57px;
                padding: 1px 1px 1px 4px;
            }

                #search .products-result li a:hover {
                    background-color: #f2f2f2;
                }

            #search .products-result li img {
                display: block;
                float: right;
                margin-left: 3px;
            }

            #search .products-result li .en-name, #search .products-result li .fa-name {
                display: block;
                height: 20px;
                overflow: hidden;
                padding: 4px 0;
            }

            #search .products-result li .en-name {
                font-size: 14px;
                margin: 4px 0 2px;
            }

            #search .products-result li:nth-child(odd) {
                padding-left: 2px;
            }

            #search .products-result li:nth-child(even) {
                padding-right: 2px;
            }

            #search .products-result li.selected a {
                background-color: #f2f2f2;
            }

    #search .videos-result {
        padding-bottom: 13px;
    }

        #search .videos-result:after {
            content: "";
            display: table;
            clear: both;
        }

        #search .videos-result ul {
            margin: 0 -12px;
        }

        #search .videos-result li {
            float: right;
            width: 33.3333%;
            padding: 0 12px;
        }

            #search .videos-result li a {
                display: block;
                padding-bottom: 5px;
            }

                #search .videos-result li a:hover {
                    background-color: #f2f2f2;
                }

                    #search .videos-result li a:hover .image:after, #search .videos-result li a:hover .image:before {
                        opacity: 1;
                        visibility: visible;
                    }

            #search .videos-result li.selected a {
                background-color: #f2f2f2;
            }

                #search .videos-result li.selected a .image:after, #search .videos-result li.selected a .image:before {
                    opacity: 1;
                    visibility: visible;
                }

        #search .videos-result .image {
            position: relative;
            width: 100%;
            height: 82px;
            border: 1px solid #d9d9d9;
        }

            #search .videos-result .image img {
                height: auto;
                max-width: 100%;
            }

            #search .videos-result .image:after, #search .videos-result .image:before {
                opacity: 0;
                visibility: hidden;
                position: absolute;
                transition: .2s;
            }

            #search .videos-result .image:after {
                left: 0;
                top: 0;
                display: block;
                content: '';
                height: 100%;
                width: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: 7;
            }

            #search .videos-result .image:before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                transform: translate(0, 0);
                content: "\f0da";
                font-size: 20px;
                color: white;
                width: 34px;
                height: 34px;
                border: 3px solid white;
                padding: 4px 9px;
                top: 50%;
                left: 50%;
                margin: -17px 0 0 -17px;
                z-index: 8;
                text-align: center;
                border-radius: 50%;
            }

        #search .videos-result .title {
            display: block;
            font-size: 12px;
            line-height: 18px;
            margin: 3px 0 0;
            min-height: 36px;
            padding: 0 5px;
        }

        #search .videos-result .duration {
            position: absolute;
            right: 3px;
            bottom: 3px;
            color: #fff;
            font-size: 0.917em;
            line-height: 15px;
            padding: 0 7px;
            background-color: #464646;
            z-index: 9;
        }

    #search .news-result ul {
        padding: 2px 0 0 0;
    }

    #search .news-result li {
        font-size: 12px;
        padding: 5px;
    }

        #search .news-result li a {
            display: block;
            position: relative;
            padding-right: 10px;
        }

            #search .news-result li a:before {
                display: block;
                position: absolute;
                top: 7px;
                right: 2px;
                content: '';
                width: 5px;
                height: 5px;
                background-color: #1A1A1A;
                border-radius: 50%;
            }

        #search .news-result li:hover, #search .news-result li.selected {
            background-color: #f2f2f2;
        }

    #search #loadersearchbar {
        display: none;
        position: absolute;
        z-index: 99;
        top: 27%;
        margin-right: -27px;
        width: 21px;
    }

    #search .notFoundVideo {
        padding-right: 13px;
    }

#topmenu {
    border-top: 1px solid #4277b6;
    height: 40px;
    position: relative;
}

    #topmenu .menu-wrapper {
        position: relative;
    }

    #topmenu .container, #topmenu .col-xs-12 {
        position: static;
    }

.nav-wrapper {
    /*position:relative;*/
}

    .nav-wrapper:after {
        content: "";
        display: table;
        clear: both;
    }

    .nav-wrapper .top-tv {
        padding-top: 7px;
    }

        .nav-wrapper .top-tv .label {
            position: relative;
            display: block;
            float: left;
            height: 26px;
            background-color: #F26522;
            padding: 5px 10px;
            margin-right: 18px;
            color: #fff;
            font-size: 12px;
            white-space: nowrap;
        }

            .nav-wrapper .top-tv .label:after {
                display: block;
                position: absolute;
                content: '';
                width: 0;
                height: 0;
                right: -12px;
                top: 0;
                border-top: 13px solid transparent;
                border-bottom: 13px solid transparent;
                border-left: 12px solid #F26522;
            }

            .nav-wrapper .top-tv .label:before {
                display: block;
                position: absolute;
                content: '';
                width: 3px;
                height: 26px;
                right: 0;
                top: 0;
                background-color: #F26522;
            }

        .nav-wrapper .top-tv a {
            display: block;
            float: left;
            height: 26px;
            font-size: 12px;
            color: #457bba;
            padding: 5px 0;
            transition: 0.2s;
        }

            .nav-wrapper .top-tv a:hover {
                color: #305682;
            }

#main-menu.sf-menu {
    position: static;
    margin: 0;
}

#main-menu li {
    background: none;
}

#main-menu a {
    border: 0;
}

#main-menu > li {
    float: right;
    border-left: 1px solid #d9d9d9;
    position: static;
}

    #main-menu > li.has-mega > a::before {
        content: " ";
        display: block;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: '\f0d7';
        font-size: 16px;
        float: right;
        margin: 13px 0 0 8px;
    }

    #main-menu > li > span, #main-menu > li > a {
        display: block;
        padding: 0 24px;
        position: relative;
        height: 40px;
        line-height: 40px;
        color: #1A1A1A;
        cursor: pointer;
    }

    #main-menu > li:first-child a, #main-menu > li .first a {
        position: relative;
        width: 44px;
        display: block;
        padding: 0 24px;
        position: relative;
        height: 41px;
        line-height: 40px;
        background-color: #457bba;
        color: #9acc1f;
    }

    #main-menu > li:first-child i, #main-menu > li .first i {
        position: absolute;
        left: 9px;
        top: 5px;
        font-size: 30px;
    }

    #main-menu > li.has-mega.sfHover > span, #main-menu > li.has-mega.sfHover > a, #main-menu > li.has-mega.over > span, #main-menu > li.has-mega.over > a {
        background-color: #fff;
        color: #457bba;
        height: 41px;
        margin-bottom: -1px;
        z-index: 101;
    }

    #main-menu > li.has-mega.sfHover .sf-mega, #main-menu > li.has-mega.over .sf-mega {
        opacity: 1;
        visibility: visible;
    }

    #main-menu > li.has-mega.sfHover > span, #main-menu > li.has-mega.sfHover > a {
        transition: all 0.3s 0.25s ease-in-out;
    }

    #main-menu > li.has-mega.sfHover .sf-mega {
        transition: all 0.3s 0.25s ease-in-out;
    }

    #main-menu > li.has-mega.over > span, #main-menu > li.has-mega.over > a {
        transition: all 0.2s 0s ease-in-out;
    }

    #main-menu > li.has-mega.over .sf-mega {
        transition: all 0.4s 0s ease-in-out;
    }

#main-menu .sf-mega-wrapper {
    display: table;
    float: right;
}

#main-menu .sf-mega {
    position: absolute;
    display: block;
    width: 100%;
    padding: 19px 15px 16px;
    font-size: 12px;
    background: #fff;
    height: 460px;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 100;
    overflow: hidden;
    transition: all 0.35s 0s ease-in-out;
}

    #main-menu .sf-mega.accessories .ctg-symbol {
        width: 480px;
    }

    #main-menu .sf-mega .col-xs-12 {
        position: relative;
        height: 425px;
    }

#main-menu .mega-col {
    /*float:right;*/
    display: table-cell;
    vertical-align: top;
    padding: 0 17px 0 30px;
    position: relative;
    height: 425px;
    border-right: 1px dashed #e4e4e4;
    z-index: 9;
}

    #main-menu .mega-col:first-child {
        border: 0;
        padding-right: 1px;
    }

    #main-menu .mega-col h2 {
        font-size: 14px;
        margin: 0 0 10px;
        line-height: 15px;
    }

        #main-menu .mega-col h2 span {
            display: inline-block;
            position: relative;
            padding: 0 2px;
            color: #9acc1f;
        }

            #main-menu .mega-col h2 span:before {
                content: " ";
                display: block;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                transform: translate(0, 0);
                content: '\f0d7';
                font-size: 16px;
                float: right;
                margin: 0 0 0 7px;
            }

    #main-menu .mega-col ul {
        display: block;
        position: static;
        padding-right: 9px;
        box-shadow: none;
    }

    #main-menu .mega-col li {
        margin-top: 1px;
    }

        #main-menu .mega-col li a {
            display: block;
            padding: 3px 10px;
            color: #1A1A1A;
            transition: 0.3s;
        }

            #main-menu .mega-col li a:hover {
                background-color: #f0f0f0;
            }

#main-menu .ctg-symbol {
    width: 690px;
    height: 460px;
    position: absolute;
    right: 895px;
    top: -19px;
}

    #main-menu .ctg-symbol img {
        display: block;
        display: none;
        float: left;
    }

#main-menu .view-all {
    position: absolute;
    bottom: 7px;
    left: 15px;
    z-index: 9;
}

    #main-menu .view-all a {
        display: inline-block;
        padding: 9px 0;
        width: 208px;
        text-align: center;
        background-color: #457bba;
        color: #fff;
        border-radius: 2px;
        box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.4);
        transition: 0.2s;
    }

        #main-menu .view-all a:hover {
            background-color: #335b8a;
        }

#main-menu .ctg-offers {
    float: left;
    width: 208px;
    padding-top: 5px;
}

    #main-menu .ctg-offers.one-offer {
        text-align: center;
    }

        #main-menu .ctg-offers.one-offer .title {
            margin: 6px 0 10px;
        }

        #main-menu .ctg-offers.one-offer .see-more {
            padding-top: 10px;
        }

        #main-menu .ctg-offers.one-offer .price {
            font-size: 14px;
            padding-top: 5px;
            margin-bottom: 2px;
        }

        #main-menu .ctg-offers.one-offer .first-price {
            font-size: 13px;
            margin-bottom: 7px;
        }

        #main-menu .ctg-offers.one-offer img {
            margin: 4px auto;
        }

    #main-menu .ctg-offers.multi .price {
        float: left;
        width: 50%;
        font-size: 14px;
    }

    #main-menu .ctg-offers.multi .first-price {
        float: right;
        width: 50%;
        font-size: 12px;
        border-left: 1px solid #777;
    }

    #main-menu .ctg-offers.multi img {
        margin: 2px auto;
    }

#main-menu .offer {
    margin-bottom: 9px;
    border: 1px solid #d7d7d7;
}

    #main-menu .offer:after {
        content: "";
        display: table;
        clear: both;
    }

    #main-menu .offer .image {
        border-bottom: 1px solid #d7d7d7;
        text-align: center;
    }

        #main-menu .offer .image a {
            display: block;
        }

    #main-menu .offer img {
        display: block;
        display: none;
    }

    #main-menu .offer .info-wrap {
        background-color: #f5f5f5;
        padding: 6px;
        text-align: center;
    }

    #main-menu .offer .title {
        font-size: 14px;
        margin: 0 0 7px;
    }

    #main-menu .offer .price {
        text-align: center;
        color: #1da443;
    }

    #main-menu .offer .first-price {
        text-align: center;
        color: #777;
    }

        #main-menu .offer .first-price .line {
            -ms-transform: rotate(-10deg);
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
        }

    #main-menu .offer .see-more {
        clear: both;
        padding-top: 5px;
    }

        #main-menu .offer .see-more a {
            display: inline-block;
            color: #e85353;
            border-bottom: 1px solid transparent;
            transition: .2s;
        }

            #main-menu .offer .see-more a:hover {
                border-color: #e85353;
            }

/*--------------------------------------------------*	Footer
\*--------------------------------------------------*/
#push {
    min-height: 391px;
    height: 391px;
    clear: both;
}

.footer {
    direction: rtl;
    background-color: #484848;
    position: relative;
    min-width: 1000px;
    min-height: 391px;
    clear: both;
}

.footer-top {
    background-color: #616161;
    height: 122px;
    color: #e7e7e7;
}

    .footer-top a {
        color: #e7e7e7;
    }

.assurance li {
    float: right;
    width: 25%;
}

    .assurance li a {
        background-image: url("/content/images/assurance.png");
        background-repeat: no-repeat;
        display: block;
        border-left: 1px solid #767676;
        padding: 91px 0 0;
        height: 122px;
        text-align: center;
        transition: .2s;
    }

        .assurance li a:hover {
            color: #9acc1f;
        }

    .assurance li:first-child {
        border-right: 1px solid #767676;
    }

    .assurance li.assurance-1 a {
        background-position: -578px 15px;
    }

    .assurance li.assurance-2 a {
        background-position: -364px 15px;
    }

    .assurance li.assurance-3 a {
        background-position: -151px 15px;
    }

    .assurance li.assurance-4 a {
        background-position: 65px 15px;
    }

.footer-social {
    height: 122px;
    padding: 34px 2px 0 0;
    text-align: right;
    border-left: 1px solid #767676;
}

    .footer-social .social-txt {
        padding-top: 14px;
    }

    .footer-social ul {
        padding-right: 4px;
    }

    .footer-social li {
        margin: 0 4px;
        display: inline-block;
        background-color: white;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        transition: all 0.2s ease-in-out 0s;
    }

        .footer-social li a {
            display: block;
            position: relative;
            z-index: 11;
            width: 38px;
            height: 38px;
            background-image: url("/content/images/socials.png");
            background-repeat: no-repeat;
            border-radius: 50%;
        }

            .footer-social li a span {
                display: none;
            }

        .footer-social li:hover {
            background-color: rgba(255, 255, 255, 0.7);
        }

        .footer-social li.facenama a {
            background-position: -187px 1px;
        }

        .footer-social li.instagram a {
            background-position: -142px 1px;
        }

        .footer-social li.twitter a {
            background-position: -45px 1px;
        }

        .footer-social li.aparat a {
            background-position: -93px 1px;
        }

        .footer-social li.telegram a {
            background-position: 3px 1px;
        }

.footer-middle {
    padding: 20px 0;
    height: 227px;
    background-color: #525252;
    border-bottom: 1px solid #5c5c5c;
}

    .footer-middle .title {
        color: #e2e2e2;
        padding: 15px 0 8px;
        border-bottom: 1px solid #bcbcbc;
        margin-bottom: 7px;
    }

    .footer-middle .contact-info {
        direction: ltr;
        text-align: right;
        color: #afafaf;
    }

        .footer-middle .contact-info .item {
            padding: 7px 26px 4px 0;
            font-size: 14px;
            margin-bottom: 8px;
            position: relative;
            color: #afafaf;
            white-space: nowrap;
        }

        .footer-middle .contact-info .tel, .footer-middle .contact-info .tel:visited {
            display: inline-block;
            color: #afafaf;
            background-color: #525252;
            text-decoration: none;
        }

            .footer-middle .contact-info .tel:hover, .footer-middle .contact-info .tel:focus {
                color: #afafaf;
                background-color: #525252;
            }

        .footer-middle .contact-info i {
            position: absolute;
            top: 5px;
            right: 0;
            font-size: 18px;
            color: #8fc74a;
        }

        .footer-middle .contact-info .telephones i {
            font-size: 1em;
            width: 18px;
            height: 18px;
            border: 1px solid #8fc74a;
            top: 7px;
            line-height: 17px;
            text-align: center;
            border-radius: 50%;
        }

    .footer-middle .col-links {
        padding-left: 85px;
    }

        .footer-middle .col-links a {
            color: #afafaf;
            display: block;
            font-size: 0.917em;
            padding: 4px 3px 5px;
            transition: .2s;
        }

            .footer-middle .col-links a:hover {
                background-color: #5b5b5b;
            }

.footer-newletter {
    margin-top: 33px;
}

    .footer-newletter .label {
        color: #dadada;
        margin-bottom: 9px;
    }

    .footer-newletter .subscribe-input .form-control {
        height: 47px;
        background-color: #e9e9e9;
        border: 1px solid #7b7b7b;
        border-radius: 0;
    }

        .footer-newletter .subscribe-input .form-control:focus {
            background-color: #fff;
        }

    .footer-newletter .form-group {
        margin-bottom: 3px;
    }

    .footer-newletter .field-validation-error {
        float: none;
        position: static;
        margin: 0;
        display: inline;
    }

    .footer-newletter .captcha {
        position: relative;
        margin: 0;
        padding-bottom: 0;
    }

        .footer-newletter .captcha:after {
            content: "";
            display: table;
            clear: both;
        }

        .footer-newletter .captcha img {
            float: right;
            border-radius: 0;
        }

        .footer-newletter .captcha .captcha-input {
            float: right;
            border-left: 0;
            border: 0;
            border-right: 0;
            background-color: #e9e9e9;
            padding: 3px 7px;
            width: 138px;
            height: 39px;
            font-size: 12px;
        }

            .footer-newletter .captcha .captcha-input:focus {
                background-color: #fff;
            }

        .footer-newletter .captcha .refresh-captcha {
            float: right;
            display: block;
            width: 34px;
            height: 39px;
            background-color: #888;
            color: #fff;
            line-height: 42px;
            font-size: 20px;
            border-radius: 0;
            text-align: center;
            cursor: pointer;
        }

    .footer-newletter .subscribe-btn {
        background-color: #8fc74a;
        border: 0;
        border-radius: 0;
        height: 39px;
        color: #fff;
    }

.footer-bottom {
    padding: 21px 0 11px;
    border-bottom: 1px solid #555;
}

    .footer-bottom .footer-row {
        margin-bottom: 15px;
    }

        .footer-bottom .footer-row:after {
            content: "";
            display: table;
            clear: both;
        }

        .footer-bottom .footer-row .label {
            float: right;
            width: 3%;
            color: #e2e2e2;
        }

        .footer-bottom .footer-row ul {
            float: right;
            width: 97%;
        }

        .footer-bottom .footer-row li {
            float: right;
            position: relative;
            margin-bottom: 8px;
            padding-left: 1px;
        }

            .footer-bottom .footer-row li:after {
                display: block;
                content: '';
                height: 15px;
                width: 1px;
                background-color: #6c6c6c;
                position: absolute;
                left: 0;
                top: 2px;
            }

            .footer-bottom .footer-row li:last-child:after {
                display: none;
            }

        .footer-bottom .footer-row a {
            display: block;
            padding: 0 8px;
            color: #afafaf;
        }

            .footer-bottom .footer-row a:hover {
                color: #9acc1f;
            }

        .footer-bottom .footer-row:last-child {
            margin-bottom: 0;
        }

.copywrite {
    color: #c8c8c8;
    padding: 11px 0;
    font-size: 0.917em;
}

.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 40px;
    width: 40px;
    height: 40px;
    background-color: #737373;
    color: #fff;
    border-radius: 10px;
    font-size: 31px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: table;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    z-index: 99;
}

    .back-to-top:hover {
        background-color: #5a5a5a;
    }

    .back-to-top.run {
        opacity: 1;
        visibility: visible;
    }

.no-margin-top {
    margin-top: 0;
}

.app-link {
    margin-bottom: 20px;
}

    .app-link .app-txt {
        color: #dadada;
        margin-bottom: 9px;
    }

    .app-link a {
        transition: all 0.2s ease-in-out 0s;
        background-size: 142px;
        width: 46%;
        height: 53px;
        display: inline-block;
    }

        .app-link a.myket {
            background-image: url("/content/images/myket-logo.png");
            background-repeat: no-repeat;
        }

        .app-link a.bazaar {
            background-image: url("/content/images/bazaar-logo.png");
            background-repeat: no-repeat;
        }

        .app-link a:hover {
            opacity: 0.9;
        }

@media screen and (min-width: 28.5em) {
    .footer-middle .contact-info .tel, .footer-middle .contact-info .tel:visited {
        background: none;
    }

        .footer-middle .contact-info .tel, .footer-middle .contact-info .tel:focus {
            color: #afafaf;
        }
}

@media (max-width: 1340px) {
    .back-to-top {
        background-color: rgba(0, 0, 0, 0.4);
        bottom: 100px;
        right: 40px;
        width: 40px;
        height: 40px;
    }

        .back-to-top:hover {
            background-color: rgba(0, 0, 0, 0.55);
        }
}

#page {
    /*margin-top: (-($header-height + $header-margin));
	&:before {
		height: $header-height + $header-margin;
	}*/
}

@media (max-width: 1210px) {
    /*--------------------------------------------------*	Generals
\*--------------------------------------------------*/
    .main-container, #page, .breadcrumb {
        min-width: 1000px;
    }

    .container {
        width: 970px !important;
    }

    img {
        max-width: 100%;
    }
    /*--------------------------------------------------*	Header
\*--------------------------------------------------*/
    .user-shop-info {
        font-size: 12px;
        width: 237px;
    }

        .user-shop-info .header-basket {
            padding: 0 6px 0 0;
        }

        .user-shop-info .header-bookmarks {
            padding: 0 5px;
        }

        .user-shop-info .tv-link {
            padding-left: 6px;
        }

    #main-menu .ctg-symbol {
        right: 695px;
    }

    #main-menu .mega-col {
        padding: 0 6px;
    }

        #main-menu .mega-col ul {
            padding-right: 5px;
        }

    #search {
        margin: 21px 0 0 20px;
        /*.ctg-selected{
        width: 88px;
        padding: 12px 3px 10px;
        &:before{
            margin-left:2px;
        }
    }*/
    }

        #search .search-input {
            width: 422px;
        }

        #search .search-btn {
            width: 38px;
        }

        #search .search-result {
            width: 460px;
        }

        #search .videos-result .image {
            height: 72px;
        }

    .nav-wrapper .top-tv .label:before {
        right: -1px;
    }
    /*--------------------------------------------------*	Footer
\*--------------------------------------------------*/
    .footer .footer-middle .col-links {
        padding-left: 53px;
    }

    .assurance li.assurance-1 a {
        background-position: -592px 15px;
    }

    .assurance li.assurance-2 a {
        background-position: -379px 15px;
    }

    .assurance li.assurance-3 a {
        background-position: -168px 15px;
    }

    .assurance li.assurance-4 a {
        background-position: 48px 15px;
    }

    .footer-social {
        padding: 26px 0 0 0;
    }

        .footer-social ul {
            padding-right: 0;
        }

        .footer-social li {
            margin: 0 0 0 1px;
        }

        .footer-social .social-txt {
            padding-top: 9px;
            text-align: center;
        }

    .footer-newletter .captcha .captcha-input {
        padding: 3px 4px;
        width: 128px;
    }

    .footer-newletter .captcha .refresh-captcha {
        width: 30px;
    }

    .footer-newletter .subscribe-btn {
        padding: 2px 4px 0;
    }

    .footer-bottom .footer-row .label {
        width: 4%;
    }

    .footer-bottom .footer-row ul {
        width: 96%;
    }
}
