html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    /*margin: 0;
    padding: 0;*/
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent
}
ul,ul li{
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #222;
    background-color: #FFF;
    margin: 0;
    padding: 0;
}

* {
    -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
}
.clear{
    width: 100%;
    height: 10px;
}
.clear2{
    width: 100%;
    height: 20px;
}
.color_red{
    color: red;
}
@font-face {
    font-family: 'FontAwesome';
    src: url(Fonts/fontawesome-webfont.eot?v=4.2.0);
    src: url(Fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(Fonts/fontawesome-webfont.woff?v=4.2.0) format("woff"), url(Fonts/fontawesome-webfont.ttf?v=4.2.0) format("truetype"), url(Fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    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
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

a {
    color: #222;
    text-decoration: none
}

a:hover {
    color: #b70100
}

.empty-message {
    color: red;
    font-weight: 700;
    font-style: italic;
    padding: 10px 0;
    text-align: center
}

.required {
    color: red
}

.money {
    font-weight: 700;
    color: red
}

.money.large {
    font-size: 115%
}

img {
    border: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-auto-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

.img-verify-code {
    vertical-align: middle
}

.image-wrapper {
    display: block;
    overflow: hidden;
    position: relative
}

.image-wrapper img {
    width: 100%
}

.image-wrapper .style-news {
    -webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    background-color: rgba(72, 56, 101, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    width: 100%;
    z-index: 7
}

.image-wrapper:hover .style-news {
    opacity: .6;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible
}

.image-wrapper:hover .style-news.circle {
    border-radius: 50%
}

.viewmore {
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #FFF;
    padding: 0 10px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    line-height: 32px;
    margin-top: -16px
}

#back-top {
    position: fixed;
    bottom: 65px;
    right: 30px;
    text-align: center;
    z-index: 9999;
    display: none
}

#back-top a {
    background: #483865;
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

#back-top a:hover {
    color: #ffd700
}

#back-top .fa {
    display: block;
    padding-top: 3px
}

.list-group {
    list-style: none
}

.list-group li {
    padding: 6px 0;
    width: 50%;
    float: left;
}

.list-group li .name {
    font-weight: 400
}

.list-group li a {
    position: relative
}

.list-group li .arrow {
    padding-left: 15px
}

.list-group li .arrow:before {
    display: block;
    content: "\f105";
    font-size: 130%;
    font-family: "FontAwesome";
    position: absolute;
    top: -4px;
    left: 0
}

.page-heading {
    position: relative;
    font-size: 150%;
    font-weight: 400;
    text-transform: uppercase;
    color: #483865;
    padding: 12px;
    overflow: hidden;
    border: 1px solid #b7b7b7;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.header, .slideshow, .pathpage, .main, .footer, .copyright {
    display: block
}
.footer {
    background: #f4f4f4
}

.copyright {
    background: #eee
}

.container {
    position: relative;
    margin: 0 auto
}

.full-container {
    width: 100%
}

.pathpage {
    border-bottom: 1px solid #b7b7b7;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.pathpage .container {
    padding-top: 15px;
    padding-bottom: 15px
}

.row {
    padding: 0 5px 15px;
    background: #fff;
    overflow: hidden
}

.header .container {
    position: static
}
.cart {
    float: right;
    position: relative;
    background: #353535;
    height: 29px;
    text-align: center;
    padding: 0 15px
}

.cart .title-cart {
    position: relative;
    display: block;
    color: #b7b7b7;
    font-size: 85%;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0;
    line-height: 19px
}

.cart .title-cart:hover {
    text-decoration: underline
}

.hotline {
    float: right;
    position: relative;
    background: #b70100;
    height: 29px;
    text-align: center;
    padding: 0 10px
}

.hotline .icon {
    float: left;
    padding-top: 1px
}

.hotline .icon em {
    color: #003045;
    width: 24px;
    height: 24px;
    background: #FFF;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.hotline .icon em:before {
    font-size: 125%;
    position: absolute;
    top: 4px;
    left: 6px
}

.hotline p {
    color: #FFF;
    font-weight: 700;
    padding: 4px 0 4px 30px;
    margin: 0;
}

.hotline p a {
    color: #FFF
}

.addon, .language {
    float: left;
    position: relative;
    border-right: 1px solid #020202;
    height: 29px
}

.addon {
    padding-top: 4px
}

.language .en, .language .vi {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin: 9px 10px;
}

.language .en {
    background: url(Images/icon_language.jpg) 0 0 no-repeat
}

.language .vi {
    background: url(Images/icon_language.jpg) 0 -11px no-repeat
}

.search-box {
    position: relative;
    display: table;
    border-collapse: separate;
    border-left: 1px solid #020202
}

.search-box .btn-search {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    white-space: nowrap;
    padding: 6px 6px 6px 10px;
    font-weight: 400;
    line-height: 1;
    color: #b7b7b7;
    text-align: center
}

.logo {
    float: left
}

.logo .img-logo {
    max-height: 80px
}

.breadcrumb {
    padding: 10px 0;
    list-style: none;
    background-color: transparent
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #777
}

.breadcrumb > .active {
    color: #483865
}

.slideshow .carousel-control:hover {
    color: #fff;
    background: #483865;
    opacity: .8;
    filter: alpha(opacity=80)
}

.footer-content, .copyright-content {
    position: relative
}

.footer-content .footer-block {
    text-align: left;
    padding: 15px 0
}

.footer-content .title-footer-block {
    color: #000;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 125%;
    font-weight: 700
}

.footer-content .list-group li a {
    color: #000
}

.footer-content .list-group li:hover a {
    color: red;
    padding-left: 10px;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.footer-content .contact {
    position: relative;
    padding-right: inherit
}

.footer-content .contact .icon {
    float: left;
    margin-right: 10px
}

.footer-content .contact .icon em {
    color: #003045;
    width: 30px;
    height: 30px;
    background: #FFF;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.footer-content .contact .icon em:before {
    position: absolute;
    top: 8px;
    left: 8px
}

.footer-content .contact p {
    color: #000;
    padding: 5px 0 15px
}

.footer-content .contact .social {
    padding-top: 10px
}

.footer-content .contact .social ul {
    float: left;
    width: 100%
}

.footer-content .contact .social ul li {
    float: left
}

.copyright-content .copy-right, .copyright-content .designed {
    font-size: 85%;
    color: #F1F1F1;
    padding: 10px 0
}

.copyright-content .copy-right {
    text-align: left
}

.copyright-content .designed {
    text-align: right
}

.copyright-content .designed a {
    color: #F1F1F1
}

.copyright-content .designed a:hover {
    color: #f7e94d
}

.block {
    position: relative;
    margin-top: 20px
}

.block:first-child {
    margin-top: 0
}

.block.block-border-top {
    padding: 10px 0;
    border-top: 1px solid #b7b7b7;
    margin-top: 0
}

.block .block-img {
    float: left;
    margin-right: 10px
}

.block .block-img.block-img-border {
    border: 1px solid #bababa
}

.block .block-img .img-default {
    width: 80px
}

.block .block-img .img-cart {
    width: 40px
}

.block .block-img .img-square {
    width: 60px;
    height: 60px
}

.block .block-img .img-news {
    width: 80px
}

.block .block-caption {
    overflow: hidden;
    zoom: 1
}

.block .block-caption .block-title {
    font-weight: 400
}

.advert {
    position: relative;
    margin-top: 20px
}

.advert:first-child {
    margin-top: 0
}

.comment-facebook {
    background: #FFF
}

.adv-leftslider, .adv-rightslider {
    display: block;
    z-index: 9999;
    position: fixed;
    bottom: 30px
}

.adv-leftslider a, .adv-rightslider a {
    display: block
}

.adv-leftslider img, .adv-rightslider img {
    max-width: 140px
}

.adv-leftslider {
    left: 0
}

.adv-rightslider {
    right: 0
}

.adv-leftslider.none, .adv-rightslider.none {
    display: none
}

.grid-sort {
    padding: 10px;
    border-bottom: 1px solid #b7b7b7
}

.grid-sort .grid-left {
    float: left;
    margin-right: 10px
}

.grid-sort .grid-right {
    float: right
}

.grid-sort .form-control {
    display: inline;
    width: auto
}

.grid-sort .grid-view {
    display: inline-block;
    color: #777;
    width: 32px;
    height: 32px;
    border: 1px solid #ebebeb;
    margin-left: 5px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    background: #FFF;
    padding: 8px
}

.grid-sort .grid-view.selected {
    color: #483865;
    cursor: not-allowed
}

.grid-bottom {
    padding: 10px
}

.pagination {
    list-style: none;
    text-align: center;
    display: flex;
    margin-top: 2rem;
}

.pagination > li {
    display: inline;
    width: unset!important;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 5px;
    font-weight: 700
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #FFF;
    background-color: #383838;
    border-color: #383838
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #FFF;
    background-color: #383838;
    border-color: #383838;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    background-color: #fff;
    border-color: #dbdbdb;
    cursor: not-allowed
}

.tabs {
    list-style: none;
    padding: 20px 0
}

.tabs > li {
    position: relative;
    display: inline-block;
    margin: 0 30px 0 0
}

.tabs > li:before {
    position: absolute;
    width: 2px;
    height: 36px;
    background-color: transparent;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition: all .4s ease 0;
    transition: all .4s ease 0
}

.tabs > li.active:before, .tabs > li:hover:before, .tabs > li:focus:before {
    width: 100%;
    background-color: #d71921
}

.tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 0 10px;
    text-transform: uppercase
}

.tabs > li > a:hover, .tabs > li > a:focus, .tabs > li.active > a, .tabs > li.active > a:hover, .tabs > li.active > a:focus {
    color: #ffffff;
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .tab-pane img, .tab-content > .tab-pane iframe, .tab-content > .tab-pane object, .tab-content > .tab-pane embed {
    max-width: 100%
}

.tab-content > .active {
    display: block
}

.col-cart {
    position: relative;
    padding: 30px 15px 30px 0
}

.col-order {
    padding: 30px 0 30px 15px
}

.btn-cart-content {
    text-align: center
}

.btn-cart-content .btn-default {
    width: 200px
}

.message-cart {
    padding: 30px 0;
    font-size: 145%;
    font-weight: 700;
    text-align: center
}

.contact-us {
    padding: 15px 0
}

.contact-us p {
    padding-bottom: 10px
}

.contact-us .company-name {
    color: #483865;
    position: relative;
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 115%;
    font-weight: 700
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px  \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #FFF;
    background-color: #383838;
    border-color: #383838;
    padding: 10px 20px;
    margin-bottom: 10px
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    color: #FFF;
    background-color: #121212;
    border-color: #121212
}

.btn-google-plus, .btn-facebook, .btn-twitter {
    font-size: 70%;
    color: #777;
    background-color: #fff;
    border-color: #eee;
    font-weight: 400;
    text-transform: uppercase
}

.btn-google-plus:hover, .btn-facebook:hover, .btn-twitter:hover {
    color: #FFF
}

.btn-google-plus:hover {
    background-color: #e04b34;
    border-color: #e04b34
}

.btn-facebook:hover {
    background-color: #435f9f;
    border-color: #435f9f
}

.btn-twitter:hover {
    background-color: #00aaf0;
    border-color: #00aaf0
}

.btn-call-now, .btn-shopping-cart {
    display: none
}

@media screen and (max-width:650px) {
    .btn-call-now, .btn-shopping-cart {
        display: block;
        height: 60px;
        position: fixed;
        width: 90px;
        bottom: -10px;
        border-top: 1px solid rgba(51, 187, 51, 1);
        background: #b70100;
        text-decoration: none;
        box-shadow: 0 0 5px #ddd;
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        z-index: 999999999
    }

    .btn-call-now {
        right: 0;
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px
    }

    .btn-shopping-cart {
        left: 0;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px
    }

    .btn-call-now em, .btn-shopping-cart em {
        position: relative;
        color: #FFF;
        font-size: 45px
    }

    .btn-call-now em:before {
        position: absolute;
        top: 5px;
        left: 30px
    }

    .btn-call-now.full-screen {
        color: #FFF;
        font-weight: 700;
        font-size: 125%;
        text-indent: 30px;
        width: 100%;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px
    }

    .btn-call-now.full-screen em:before {
        left: -30px
    }

    .btn-shopping-cart .btn-shopping-cart-number {
        display: inline-block;
        color: #FFF;
        text-indent: 40px
    }

    .btn-shopping-cart em:before {
        position: absolute;
        top: 5px;
        left: 5px
    }
}

.text-search {
    float: left;
    font-size: 85%;
    position: relative;
    display: table-cell;
    width: 100%;
    height: 29px;
    padding: 2px 0;
    color: #b7b7b7;
    background-color: transparent;
    background-image: none;
    border: none
}

.text-search:focus {
    outline: 0
}

.lbl-checkbox {
    cursor: pointer
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 8px 0;
    line-height: 1.42857143;
    vertical-align: middle
}

table > thead > tr > th {
    vertical-align: middle;
}

table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-top: 0
}

table .alignright {
    text-align: right
}

table .aligncenter {
    text-align: center
}

table {
    border: 1px solid #e1e1e1
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 8px;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1
}

.table-noborder {
    border: none
}

.table-noborder > thead > tr > th, .table-noborder > tbody > tr > th, .table-noborder > tfoot > tr > th, .table-noborder > thead > tr > td, .table-noborder > tbody > tr > td, .table-noborder > tfoot > tr > td {
    border: none
}

ol, ul {
    list-style: none
}

.cd-page, .cd-nav-content {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cd-page {
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .cd-page.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px)
    }

    .overflow-hidden .cd-page {
        position: fixed
    }
}

.cd-page {
    z-index: 2
}

.cd-nav-content {
    height: 50px;
    background: #fff;
    z-index: 3
}

.cd-nav-toggle {
    position: relative;
    display: block;
    float: left;
    margin-left: 5px;
    padding: 9px 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #FFF;
    background-color: #b70100;
    border-color: #fff;
    text-transform: uppercase
}

.cd-nav-toggle:hover, .cd-nav-toggle:focus, .cd-nav-toggle:active {
    color: #FFF;
    background-color: #b70100;
    border-color: #FFF;
    outline: none
}

@media only screen and (min-width: 992px) {
    .cd-nav-toggle {
        display: none
    }
    .heaPhone{
        display: none;
    }

    .cd-nav-content {
        height: 50px
    }

    .cd-nav-content:after {
        content: "";
        display: table;
        clear: both
    }
}

.cd-primary-nav, .cd-primary-nav ul {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: #121212;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cd-primary-nav a, .cd-primary-nav ul a {
    display: block;
    padding: 0 15px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 1px solid #3a3f40;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity .3s;
    -moz-transition: -moz-transform 0.3s, opacity .3s;
    transition: transform 0.3s, opacity .3s
}

.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.cd-primary-nav .see-all a {
    color: #ffd700
}

.cd-primary-nav .cd-secondary-nav .sub-title-menu {
    font-weight: 400
}

.cd-primary-nav .cd-secondary-nav .sub-title-menu.center {
    text-align: center
}

@media only screen and (max-width: 991px) {
    .cd-primary-nav {
        visibility: hidden;
        -webkit-transition: visibility 0 .3s;
        -moz-transition: visibility 0 .3s;
        transition: visibility 0 .3s
    }

    .cd-primary-nav.nav-is-visible {
        visibility: visible;
        -webkit-transition: visibility 0 0;
        -moz-transition: visibility 0 0;
        transition: visibility 0 0
    }

    .cd-primary-nav a, .cd-primary-nav ul a {
        padding-top: 15px;
        padding-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .cd-primary-nav, .cd-primary-nav ul {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@media only screen and (min-width: 992px) {
    .cd-primary-nav {
        position: static;
        padding: 0;
        height: auto;
        width: auto;
        overflow: visible;
        background: transparent;
        z-index: 20
    }

    .cd-primary-nav:after {
        content: "";
        display: table;
        clear: both
    }

    .cd-primary-nav.moves-out > li > a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .cd-primary-nav ul {
        position: relative;
        height: auto;
        width: auto;
        background: transparent;
        overflow: visible;
        z-index: 21
    }

    .cd-primary-nav ul.is-hidden {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .cd-primary-nav ul.moves-out > li > a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .cd-primary-nav > li {
        float: left
    }

    .cd-primary-nav > li > a {
        position: relative;
        display: inline-block;
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        overflow: visible;
        border-bottom: none;
        -webkit-transition: color 0.3s, box-shadow .3s;
        -moz-transition: color 0.3s, box-shadow .3s;
        transition: color 0.3s, box-shadow .3s
    }

    .cd-primary-nav > li > a:hover {
        color: #FFF;
        background-color: #e04047
    }

    .cd-primary-nav > li > a.selected {
        color: #FFF;
        background-color: #e04047
    }

    .cd-primary-nav .go-back, .cd-primary-nav .see-all {
        display: none
    }

    .cd-primary-nav .cd-secondary-nav {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #383838;
        padding: 20px 60px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity .3s 0s, visibility 0 0;
        -moz-transition: opacity .3s 0s, visibility 0 0;
        transition: opacity .3s 0s, visibility 0 0;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-bottom: 1px solid #f1f1f1;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }

    .cd-primary-nav .cd-secondary-nav:after {
        content: "";
        display: table;
        clear: both
    }

    .cd-primary-nav li.is-fixed-width {
        position: relative
    }

    .cd-primary-nav li.is-fixed-width .cd-secondary-nav {
        width: 240px;
        padding: 10px;
        top: 80px
    }

    .cd-primary-nav li.is-fixed-width .cd-secondary-nav > li {
        width: 100%
    }

    .cd-primary-nav .cd-secondary-nav.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0 .3s;
        -moz-transition: opacity .3s 0s, visibility 0 .3s;
        transition: opacity .3s 0s, visibility 0 .3s
    }

    .cd-primary-nav .cd-secondary-nav .see-all, .cd-primary-nav .cd-secondary-nav .go-back {
        visibility: hidden
    }

    .cd-primary-nav .cd-secondary-nav > li {
        width: 16.667%;
        float: left;
        position: relative
    }

    .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
        margin-right: 0;
        border-right: none
    }

    .cd-primary-nav .cd-secondary-nav > li > a {
        padding: 5px 8%;
        margin-bottom: 5px
    }

    .cd-primary-nav .cd-secondary-nav > li > a .sub-title-menu {
        text-transform: uppercase;
        font-weight: 400
    }

    .cd-primary-nav .cd-secondary-nav a {
        padding: 5px 15px;
        color: #FFF;
        border-bottom: none
    }

    .cd-primary-nav .cd-secondary-nav a:hover {
        color: #f7e94d
    }

    .cd-primary-nav .cd-secondary-nav .has-children {
        position: relative
    }

    .cd-primary-nav .cd-secondary-nav .has-children>ul {
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1000;
        display: none;
        min-width: 240px;
        margin-top: -6px;
        margin-left: -1px;
        background-color: #383838;
        padding: 10px;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }

    .cd-primary-nav .cd-secondary-nav .has-children:hover>ul {
        display: block
    }
}

.has-children > a, .go-back a {
    position: relative
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (min-width: 992px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #c9cbc4
    }

    .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
        background: #483865
    }
}

.has-children > a {
    padding-right: 40px
}

.has-children > a::before, .has-children > a::after {
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%
}

.cd-primary-nav .go-back a {
    padding-left: 40px
}

.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%
}

@media only screen and (min-width: 992px) {
    .has-children > a::before, .has-children > a::after {
        right: 8%
    }

    .cd-primary-nav > .has-children > a {
        padding-right: 35px !important
    }

    .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
        width: 9px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background: #c9cbc4;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: width 0.3s, -webkit-transform .3s;
        -moz-transition: width 0.3s, -moz-transform .3s;
        transition: width 0.3s, transform .3s
    }

    .cd-primary-nav > .has-children > a::before {
        right: 23px
    }

    .cd-primary-nav > .has-children > a::after {
        right: 18px
    }

    .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
        width: 14px
    }

    .cd-primary-nav > .has-children > a.selected::before {
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg)
    }

    .cd-primary-nav > .has-children > a.selected::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .cd-primary-nav .go-back a {
        padding-left: 12%
    }

    .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
        left: 12%
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    text-align: center;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    display: initial
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000px
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 40px;
    margin-top: -25px;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 40px;
    color: #ccc;
    text-align: center;
    text-shadow: none;
    text-decoration: none
}

.carousel-control.right {
    left: auto;
    right: 0
}

.carousel-control:hover, .carousel-control:focus {
    outline: none;
    color: #ccc;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000  \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.carousel-image {
    border: 1px solid #e1e1e1
}

.carousel-image .item img {
    width: 100%
}

.carousel-thumb {
    margin-top: 10px;
    padding: 0 10%
}

.carousel-thumb .item .thumb {
    width: 18%;
    cursor: pointer;
    float: left;
    margin: 0 1%;
    border: 1px solid #e1e1e1
}

.carousel-thumb .item .thumb:hover, .carousel-thumb .item .thumb.selected {
    border-color: #483865
}

.carousel-thumb .item .thumb img {
    width: 100%;
    height: 45px;
}

.carousel-thumb .carousel-control {
    width: 10%
}

.carousel-thumb .carousel-control:hover {
    background: #483865
}

.box {
    background: #FFF;
    margin-top: 20px
}

.box .box-header {
    text-align: center;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.box .box-header.align-left {
    text-align: left
}

.box .box-content, .box .box-content-special {
    position: relative;
    margin-top: 10px
}

.box .box-content-special {
    margin-left: 50px;
    margin-right: 50px
}

.box .box-header .box-title {
    color: #015697;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    font-size: 150%;
    padding: 12px;
    display: inline-block
}

.box .box-content-special .carousel-control {
    background: #f1f1f1
}

.box .box-content-special .carousel-control:hover {
    color: #fff;
    background: #383838
}

.box .box-content-special .carousel-control.left {
    left: -50px
}

.box .box-content-special .carousel-control.right {
    left: auto;
    right: -50px
}

.box-center {
    margin-bottom: 20px
}

.box-center .box-center-title {
    color: #483865;
    position: relative;
    text-transform: uppercase;
    font-size: 150%;
    font-weight: 400;
    padding: 15px 0;
    display: block
}

.box-center .box-center-content {
    position: relative
}

.box-container {
    position: relative;
    padding: 15px;
    border: 1px solid #b7b7b7;
    margin-top: 10px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.box-container img, .box-container iframe, .box-container object, .box-container embed {
    max-width: 100%
}

.product {
    position: relative;
    text-align: center;
    background-color: #fff
}

.product > img, .product a > img {
    margin-right: auto;
    margin-left: auto
}

.product .product-image {
    position: relative;
    overflow: hidden
}

.product .product-icon {
    color: #FFF;
    line-height: 17px;
    padding: 50px 0 0;
    position: absolute;
    text-transform: uppercase;
    top: -35px;
    width: 65px;
    z-index: 9;
    text-align: center;
    left: -35px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.product .icon-new {
    background: #b70100
}

.product .icon-sale {
    background: #b70100
}

.product .caption {
    padding-top: 10px
}

.product .caption .name {
    margin-bottom: 10px;
    font-weight: 400;
    overflow: hidden;
    color: #4080ff;
}

.product .caption .description {
    display: none
}

.product .caption .content-price {
    margin-bottom: 10px
}

.product .caption .content-price .price {
    color: #ee2d24;
    font-weight: 700;
    vertical-align: baseline
}

.product .caption .content-price .old-price {
    color: #c7c7c7;
    text-decoration: line-through
}

.product-list .col_4 {
    width: 100%
}

.product-list .product {
    text-align: left
}

.product-list .product .product-image {
    float: left;
    width: 33.33%;
    margin-right: 20px
}

.product-list .product .caption .name {
    font-weight: 700
}

.product-list .product .caption .description {
    display: block;
    font-size: 85%;
    color: #777;
    margin-bottom: 10px;
    white-space: pre-line
}

.primary-product {
    position: relative;
    padding: 30px 0
}

.primary-product .image-block {
    position: relative;
    float: left;
    width: 58%;
    margin-right: 2%;
    padding-bottom: 20px;
    cursor: pointer
}

.primary-product .detail-block {
    position: relative;
    float: right;
    width: 40%
}

.primary-product .detail-block .product-name {
    font-size: 145%;
    padding-bottom: 10px
}

.primary-product .detail-block .social-sharing {
    padding-bottom: 10px
}

.primary-product .detail-block .product-row {
    position: relative;
    padding-top: 3px;
    display: block
}

.primary-product .detail-block .product-row label {
    display: inline-block;
    color: #777;
    text-align: right;
    width: 120px;
    padding-right: 10px
}

.primary-product .detail-block .product-row span {
    display: inline-block
}

.primary-product .detail-block .product-row.short-description {
    font-weight: 700;
    white-space: pre-line
}

.primary-product .detail-block .product-price {
    font-size: 115%;
    color: red;
    font-weight: 700
}

.primary-product .detail-block .old-product-price {
    color: #777;
    padding-left: 5px;
    font-weight: 400;
    text-decoration: line-through
}

.primary-product .detail-block .btn-default {
    margin-top: 10px;
    width: 250px
}

.primary-product .detail-block .product-hotline {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin-top: 10px
}

.primary-product .detail-block .product-hotline p {
    font-size: 150%;
    color: #015697
}

.primary-product .detail-block .product-hotline .phone {
    color: #ee2d24;
    font-weight: 700
}

.info-product {
    position: relative;
    padding-bottom: 20px
}

.service-list {
    position: relative;
    margin-top: 20px
}

.service {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #222;
    border-bottom: 5px solid #ed1c24;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.service:nth-child(3n) {
    margin-right: 0
}

.service .service-image {
    position: relative;
    overflow: hidden;
    background: #FFF
}

.service .service-caption {
    color: #FFF;
    padding: 10px;
    height: 60px
}

.service .service-title {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis
}

.first-news {
    display: block;
    background-color: #fff
}

.first-news > img, .first-news a > img {
    margin-right: auto;
    margin-left: auto
}

.first-news .title {
    padding: 10px 0;
    text-align: center;
    font-size: 130%;
    font-weight: 400
}

.news-list {
    position: relative
}

.news-list .news-item {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #e1e1e1
}

.news-list .news-item:first-child {
    border-top: none
}

.news-list .news-item .news-item-img {
    width: 33.33%;
    margin: 0;
    border: 1px solid #e1e1e1
}

.news-list .news-item .news-item-caption {
    padding-left: 15px
}

.news-list .news-item .news-item-caption .news-item-title {
    display: block;
    font-size: 115%;
    padding-bottom: 10px
}

.news-list .news-item .news-item-caption .news-item-description {
    border-top: 1px solid #e1e1e1;
    padding-top: 10px
}

.news {
    position: relative;
    padding: 20px 0
}

.news .news-title {
    position: relative;
    font-size: 145%;
    color: #483865;
    padding: 15px 0;
    overflow: hidden
}

.news .news-description {
    font-weight: 700;
    padding-top: 20px
}

.news .news-content {
    position: relative;
    padding: 20px 0
}

.news .news-content img, .news .news-content iframe, .news .news-content object, .news .news-content embed {
    max-width: 100%
}

.section {
    clear: both;
    padding: 0;
    margin: 0
}

.group:before, .group:after {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.col {
    display: block;
    float: left
}

.col:first-child {
    margin-left: 0
}

.col_first_news {
    width: 38%
}

.col_other_news {
    width: 60%;
    margin: 0 0 0 2%
}

.col_adv_2 {
    width: 49.5%;
    padding-top: 1%;
    margin-right: 1%
}

.col_adv_2:nth-child(2n) {
    margin-right: 0
}

.col_adv_3 {
    width: 32.666%;
    padding-top: 1%;
    margin-right: 1%
}

.col_adv_3:nth-child(3n) {
    margin-right: 0
}

.col_12 {
    width: 100%
}

.col_9 {
    width: 75%
}

.col_8 {
    width: 66.66%
}

.col_6 {
    width: 50%
}

.col_5 {
    width: 40%
}

.col_4 {
    width: 32%;
    margin-right: 2%;
    margin-top: 2%
}

.col_4:last-child {
    margin-right: 0
}

.col_4_1 {
    width: 30%
}

.col_3 {
    width: 25%
}

.col-left {
    width: 70%
}

.col-right {
    width: 30%;
    padding-left: 20px
}

.col-facebook {
    margin-top: 0;
    padding-left: 10px
}

@media (min-width: 1200px) {
    .container {
        width: 1180px
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 980px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1180px
    }
}

@media (min-width: 992px) {
    .cart .title-cart .cart-small {
        display: none
    }

    .footer-content .border-left {
        border-left: 1px dotted #b7b7b7
    }

    .footer-content .contact {
        padding-left: 15px
    }

    .col-order {
        width: 33.33%;
        margin: 0
    }

    .col-info-contact {
        width: 33.33%;
        margin: 0
    }

    .col-send-contact {
        padding-left: 30px
    }
}

@media (max-width: 991px) {
    .col_3, .col_9 {
        width: 50%
    }

    .logo {
        float: none;
        padding: 10px 0;
        text-align: center
    }

    .cart .title-cart .cart-large, .addon {
        display: none
    }

    .col-cart, .col-order {
        width: 100%;
        padding-right: 0
    }

    .col-order {
        padding-left: 0;
        padding-top: 0
    }

    .footer-block, .contact, .col-info-contact, .col-send-contact {
        width: 100%
    }

    .primary-product .image-block {
        width: 100%;
        margin-right: 0
    }

    .primary-product .detail-block {
        width: 100%
    }

    .news-list {
        padding-left: 0
    }

    .collapse-title:hover {
        cursor: pointer
    }

    .collapse-title:after {
        display: block;
        content: "\f055";
        font-family: "FontAwesome";
        position: absolute;
        right: 10px;
        top: 14px
    }

    .collapse-title.active:after {
        content: "\f056"
    }

    .collapse-content.hidden {
        display: none
    }
}

@media (min-width: 481px) {
    .block.block-border-top:first-child {
        padding-top: 0;
        border-top: none
    }
}
#cd-primary-nav .menuClose{
    display: none;
}
@media (max-width: 480px) {
    .col_12, .col_9, .col_8, .col_6, .col_4, .col_3, .col_first_news, .col_other_news, .col_adv_2, .col_adv_3, .news-list .news-item .news-item-img {
        width: 100%
    }

    .col_4, .col_adv_2, .col_adv_3 {
        margin-right: 0
    }

    .search-box {
        display: none
    }

    .col_other_news {
        margin: 0
    }

    .col-facebook {
        padding-left: 0
    }

    .copyright-content .copy-right, .copyright-content .designed {
        text-align: center;
        padding: 0
    }

    .grid-sort .grid-left {
        display: none
    }

    .news-list .news-item .news-caption {
        padding-left: 0
    }

    .news-list .news-item .news-item-caption {
        padding-left: 0;
        padding-top: 15px
    }

    .news-list .news-item .news-item-caption .news-item-description, .product-list .product .caption .description, .product-cart .block-img {
        display: none
    }

    .primary-product .detail-block .btn-default {
        width: 100%
    }

    .pagination .hidden-number {
        display: none
    }
    .top.group{
        display: none;
    }
    .pro_left {
        display: none;
    }
    .pro_list{
        margin: 0!important;
        padding: 0!important;
        width: 100%!important;
    }
    .foo1{
        display: none;
    }
    .foo2{
        width: 100%!important;
        padding: 5px!important;
    }
    .foo3{
        padding: 5px!important;
    }
    .cd-page{
        transform:none!important;
        transition: none !important;
        will-change:unset;
    }
    .header.header_fixed{
        position: fixed;
        z-index: 99999;
        width: 100%;
    }
    #cd-primary-nav{
        z-index: 999;
    }
    #cd-primary-nav .menuClose{
        width: 20px;
        height: 20px;
        color: #fff;
        position: absolute;
        right: 8px;
        top :20px;
        display: block;
    }
    .header.group .group{
        display: flex;
        align-items: center;
    }
    .header.group .group .heaPhone{
        flex-grow: 1;
        text-align: center;

    }
    .header.group .group .heaPhone a{
        color: #fff!important;
    }
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(Images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(Images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(Images/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(Images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(Images/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(Images/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}