@media (min-width: 800px) {

    /* Main Colors */
/* Fonts */
/* Screen sizes */
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap");*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

html {
    height: 100%;
}

/*body {*/
/*  height: 100%;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  background: #fff;*/
/*  color: #000;*/
/*  font-family: "Montserrat", sans-serif;*/
/*  font-size: 14px;*/
/*  letter-spacing: normal;*/
/*  line-height: normal;*/
/*  text-align: left;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  -moz-osx-font-smoothing: grayscale; }*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none !important;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::selection {
    color: #fff;
    background: #000;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
}

/*editByMy*/
a:hover, a:focus {
    /*color: inherit;*/
    /*text-decoration: none;*/
}

a, button, label, input {
    -webkit-tap-highlight-color: transparent;
}

img, svg, canvas, audio, video, iframe {
    vertical-align: middle;
}

figure {
    margin: 0;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

p, h1, h2, h3, h4, h5, h6, blockquote {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}



    .cb-cursor {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 150;
        color: #9e9e9e;
        contain: layout style size;
        pointer-events: none;
        will-change: transform;
        -webkit-transition: opacity 0.3s, color 0.4s;
        -o-transition: opacity 0.3s, color 0.4s;
        -moz-transition: opacity 0.3s, color 0.4s;
        transition: opacity 0.3s, color 0.4s;
    }

.cb-cursor:before {
    content: "";
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    transform-origin: center center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: currentColor;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
    transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.cb-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0) rotate(10deg);
    -moz-transform: scale(0) rotate(10deg);
    -ms-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: white;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    -o-transition: opacity 0.4s, -o-transform 0.3s;
    -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
    transition: opacity 0.4s, transform 0.3s;
    transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
    .cb-cursor.-exclusion, .cb-cursor.-opaque {
        mix-blend-mode: exclusion;
    }
}


@supports (mix-blend-mode: overlay) {
    .cb-cursor.-overly {
        mix-blend-mode: overlay;
    }
}

@supports (mix-blend-mode: overlay) {
    .cb-cursor.-overlay, .cb-cursor.-opaque {
        mix-blend-mode: overlay;
    }
}

@supports (mix-blend-mode: exclusion) {
    .cb-cursor.-exclusion:before, .cb-cursor.-opaque:before {
        background: white;
    }
}

.cb-cursor.-normal, .cb-cursor.-text {
    mix-blend-mode: normal;
}

.cb-cursor.-normal:before, .cb-cursor.-text:before {
    background: currentColor;
}

.cb-cursor.-inverse {
    color: white;
}

.cb-cursor.-visible:before {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}

.cb-cursor.-visible.-active:before {
    -webkit-transform: scale(0.23);
    -moz-transform: scale(0.23);
    -ms-transform: scale(0.23);
    -o-transform: scale(0.23);
    transform: scale(0.23);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
}

.cb-cursor.-text:before {
    opacity: 0.85;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
}

.cb-cursor.-text .cb-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cb-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.cb-cursor.-arrows:before {
    color: rgba(255, 255, 255, 0.55);
    content: "\F6A2";
    font-family: "bootstrap-icons";
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    position: absolute;
    top: 25%;
    left: 25%;
    width: 0;
    height: 0;
    font-size: 50px;
}

.cb-cursor.-arrow-start:before {
    --bs-bg-opacity: 1;
    color: rgba(var(--bs-dark-bg-subtle), var(--bs-bg-opacity)) !important;
    font-family: "bootstrap-icons";
    position: absolute;
    top: 25%;
    left: 25%;
    width: 0;
    height: 0;
    font-size: 50px;
}

html[dir="ltr"] .cb-cursor.-arrow-start:before {
    -webkit-transform: scale(1) translateX(140px) translate(-50%, -50%);
    -moz-transform: scale(1) translateX(140px) translate(-50%, -50%);
    -ms-transform: scale(1) translateX(140px) translate(-50%, -50%);
    -o-transform: scale(1) translateX(140px) translate(-50%, -50%);
    transform: scale(1) translateX(140px) translate(-50%, -50%);
    content: "\F12F"; /* یونیکد آیکن */
}

html[dir="rtl"] .cb-cursor.-arrow-start:before {
    -webkit-transform: scale(1) translateX(140px) translate(-50%, -50%);
    -moz-transform: scale(1) translateX(-140px) translate(-50%, -50%);
    -ms-transform: scale(1) translateX(-140px) translate(-50%, -50%);
    -o-transform: scale(1) translateX(-140px) translate(-50%, -50%);
    transform: scale(1) translateX(-140px) translate(-50%, -50%);
    content: "\F138"; /* یونیکد آیکن */

}

.cb-cursor.-arrow-end:before {
    --bs-bg-opacity: 1;
    color: rgba(var(--bs-dark-bg-subtle), var(--bs-bg-opacity)) !important;
    font-family: "bootstrap-icons";
    position: absolute;
    top: 25%;
    left: 25%;
    width: 0;
    height: 0;
    font-size: 50px;
}

html[dir="ltr"] .cb-cursor.-arrow-end:before {
    -webkit-transform: scale(1) translateX(140px) translate(-50%, -50%);
    -moz-transform: scale(1) translateX(-140px) translate(-50%, -50%);
    -ms-transform: scale(1) translateX(-140px) translate(-50%, -50%);
    -o-transform: scale(1) translateX(-140px) translate(-50%, -50%);
    transform: scale(1) translateX(-140px) translate(-50%, -50%);
    content: "\F138"; /* یونیکد آیکن */

}

html[dir="rtl"] .cb-cursor.-arrow-end:before {
    -webkit-transform: scale(1) translateX(140px) translate(-50%, -50%);
    -moz-transform: scale(1) translateX(140px) translate(-50%, -50%);
    -ms-transform: scale(1) translateX(140px) translate(-50%, -50%);
    -o-transform: scale(1) translateX(140px) translate(-50%, -50%);
    transform: scale(1) translateX(140px) translate(-50%, -50%);
    content: "\F12F";


}


.cb-cursor.-arrowToStart:before {
    --bs-bg-opacity: .5;
    color: rgba(var(--bs-dark-bg-subtle), var(--bs-bg-opacity)) !important;
    font-family: "bootstrap-icons";
    /* half cursor = 12*/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: relative;
    top: -50%;
    left: -50%;
    width: 0;
    height: 0;
    font-size: 20px;
}


html[dir="rtl"] .cb-cursor.-arrowToStart:before {
    content: "\F133"; /* یونیکد آیکن */
}

html[dir="ltr"] .cb-cursor.-arrowToStart:before {
    content: "\F129"; /* یونیکد آیکن */
}

.cb-cursor.-opaque:before {
    -webkit-transform: scale(1.32);
    -moz-transform: scale(1.32);
    -ms-transform: scale(1.32);
    -o-transform: scale(1.32);
    transform: scale(1.32);
}

.cb-cursor.-opaque.-active:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.cb-cursor.-lg:before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.cb-cursor.-logo:before {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}

.cb-cursor.-hidden:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.-color-red {
    color: red;
}

.-color-blue {
    color: #006fff;

}

.-sahand-color {
    color: rgba(0, 138, 255, 0.32);

    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);

}

.-secondary-color {
    --bs-bg-opacity: .5;
    color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.-dark-subtle-color {
    --bs-bg-opacity: .05;
    color: rgba(var(--bs-body-color-rgb), var(--bs-bg-opacity)) !important;
}

.-color-green {
    color: #51c67d;
}

.-color-white {
    color: #fff;
}

.-color-black {
    color: #000;
}

.-color-black-10 {
    color: rgba(0, 0, 0, .1);
}

.cb-demo {
    background: #fff;
}

.cb-demo-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

.cb-demo-container {
    padding: 0 20px;
}

@media (min-width: 1600px) {
    .cb-demo-container {
        padding: 0 120px;
    }
}

.cb-demo-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 30px 0;
}

@media (min-width: 1600px) {
    .cb-demo-row {
        margin: 60px 0;
    }
}

.cb-demo-item {
    transform: translate3d(0px, 0px, 0px) !important;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*padding: 50px 30px;*/
    /*margin: 0 20px;*/
    /*color: #000;*/
}

@media (min-width: 1600px) {
    .cb-demo-item {
        /*padding: 90px 30px;*/
        /*margin: 0 30px;*/
    }
}

.cb-demo-item-title {

    /*position: relative;*/
    /*margin: 0 0 25px 0;*/
    /*font-size: 30px;*/
    /*font-weight: bold; */
}

.cb-demo-item-text {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

.cb-demo-item:before {
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*-webkit-border-radius: 30px;*/
    /*   -moz-border-radius: 30px;*/
    /*        border-radius: 30px;*/
    /*background: #f8f8f8;*/
    /*-webkit-transition: -webkit-box-shadow 0.2s;*/
    /*transition: -webkit-box-shadow 0.2s;*/
    /*-o-transition: box-shadow 0.2s;*/
    /*-moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;*/
    /*transition: box-shadow 0.2s;*/
    /*transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s; */
}
}
