@font-face {
    font-family: 'fonts_vnsitecss';
    src: url(/fonts/fonts_vnsitecss.eot?96345409);
    src: url(/fonts/fonts_vnsitecss.eot?96345409#iefix) format('embedded-opentype'),
    url(/fonts/fonts_vnsitecss.woff2?96345409) format('woff2'),
    url(/fonts/fonts_vnsitecss.woff?96345409) format('woff'),
    url(/fonts/fonts_vnsitecss.ttf?96345409) format('truetype'),
    url(/fonts/fonts_vnsitecss.svg?96345409#fonts_vnsitecss) format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fonts_vnsitecss';
    src: url('../font/fonts_vnsitecss.svg?96345409#fonts_vnsitecss') format('svg');
  }
}
*/
.demo-icon
{
    font-family: "fonts_vnsitecss";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;

    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    /*font-family: "fonts_vnsitecss";*/
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;

    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */


    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-gift:before { content: '\e95a'; }
.icon-money-1:before { content: '\edc0'; }
.icon-play-circled:before { content: '\e8ea'; }
.icon-th-4:before { content: '\f04f'; }
.icon-th-large-3:before { content: '\f04e'; }
.icon-cart:before { content: '\ed63'; }
.icon-arrows-ccw:before { content: '\eac9'; }
.icon-location-2:before { content: '\eb4a'; }
.icon-phone-2:before { content: '\ebb2'; }
.icon-mail-alt:before { content: '\e81b'; }
.icon-cart:before { content: '\ed63'; }
.icon-phone:before { content: '\e800'; }
.icon-right-open-1:before { content: '\ea7f'; }
.icon-left-open-1:before { content: '\ea80'; } 

@font-face {
    font-family: 'lg';
    src: url("/fonts/lg.eot?n1z373");
    src: url("/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"),
    url("/fonts/lg.woff?n1z373") format("woff"),
    url("/fonts/lg.ttf?n1z373") format("truetype"),
    url("/fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF;
}
.lg-actions .lg-next {
    right: 20px;
}
.lg-actions .lg-next:before {
    content: "\e095";
}
.lg-actions .lg-prev {
    left: 20px;
}
.lg-actions .lg-prev:after {
    content: "\e094";
}