/**
 * @copyright  For copyright and license information, read the COPYING.txt file.
 * @link       /COPYING.txt
 * @license    Academic Free License (AFL 3.0)
 * @category    design
 * @package     base_default
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.mooremilitaria.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.mooremilitaria.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.mooremilitaria.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.mooremilitaria.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.mooremilitaria.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.mooremilitaria.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.mooremilitaria.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.mooremilitaria.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.mooremilitaria.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.postWrapper {
  margin-bottom: 30px;
  padding-bottom: 20px;
  clear: both; }

.postBanner {
  position: relative;
  margin-bottom: 20px; }
  .postBanner .blog-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 0 1px 1px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .postBanner .blog-mask .mask-content {
      position: absolute;
      left: 50%;
      margin-left: -65px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .postBanner .blog-mask .mask-content a {
        color: #fff;
        display: inline-block;
        width: 44px;
        height: 44px;
        padding: 0;
        position: relative;
        font-size: 28px;
        margin: 0 10px;
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out; }
        .postBanner .blog-mask .mask-content a i {
          line-height: 34px;
          font-style: normal; }
          .postBanner .blog-mask .mask-content a i:before {
            font-family: "FontAwesome"; }
        .postBanner .blog-mask .mask-content a:after {
          content: "";
          -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
          -webkit-transition: opacity 0.3s, box-shadow 0.3s;
          transition: opacity 0.3s, box-shadow 0.3s;
          pointer-events: none;
          position: absolute;
          width: 22px;
          height: 26px;
          left: 26px;
          bottom: -4px;
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          box-sizing: content-box; }
        .postBanner .blog-mask .mask-content a:hover {
          text-decoration: none;
          background-color: rgba(0, 0, 0, 0.6);
          opacity: 1;
          filter: alpha(opacity=100);
          color: #fff; }
          .postBanner .blog-mask .mask-content a:hover:after {
            opacity: 0.85;
            filter: alpha(opacity=85);
            -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6); }
  .postBanner:hover .blog-mask {
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: rgba(255, 255, 255, 0.6); }

.postWrapper .post-title {
  margin-bottom: 0; }
  .postWrapper .post-title a {
    font-size: 20px; }
.postWrapper .post-info {
  margin-bottom: 30px; }
  .postWrapper .post-info strong {
    font-weight: normal; }
  .postWrapper .post-info .posted-in .last {
    display: none; }
.postWrapper .postContent {
  line-height: 1.8; }
  .postWrapper .postContent p {
    margin-bottom: 5px; }
  .postWrapper .postContent .more-link {
    line-height: 1;
    display: block;
    text-align: center; }
  .postWrapper .postContent .read-more {
    margin-top: 20px; }
.postWrapper.post-single {
  margin-bottom: 20px; }

.comments-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb; }

.commentWrapper {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb; }
  .commentWrapper .comment-heading {
    margin-bottom: 10px;
    position: relative; }
    .commentWrapper .comment-heading .comment-avatar {
      float: left;
      width: 70px;
      margin-right: 30px;
      margin-bottom: 10px; }
    .commentWrapper .comment-heading .author-name {
      margin-right: 5px;
      margin-top: 10px;
      display: inline-block; }
  .commentWrapper .comment-content p {
    margin-bottom: 10px; }

.post-comments .comment-area {
  height: 150px;
  width: 100%; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-link:before {
  content: "\f0c1"; }

.postError {
  font-size: 16px; }

.tags {
  font-weight: bold;
  padding-bottom: 10px; }
  .tags UL {
    display: inline; }
    .tags UL LI {
      font-weight: normal;
      display: inline;
      padding-right: 6px; }
  .tags h4 {
    font-size: 12px;
    font-weight: bold; }

.menu-categories {
  margin: 5px 9px; }
  .menu-categories h5 {
    font-size: 11px; }

.menu-recent {
  margin: 5px 9px; }
  .menu-recent h5 {
    font-size: 11px; }

.postWrapper .poster {
  display: inline; }

.input-box.aw-blog-comment-area {
  width: 100%; }

.widget-latest li {
  font-size: 12px;
  padding: 5px 10px; }

.block-blog .menu-categories {
  margin: 0;
  padding: 5px 9px; }

A.smartwaveblog_current_comment {
  text-decoration: none;
  font-weight: bold; }

.maintitle {
  background: url("https://www.mooremilitaria.com/skin/frontend/smartwave/default/images/filterproducts/greyboxbg.gif") repeat-x scroll center top transparent;
  border-left: 1px solid #dbdbdb;
  border-radius: 5px 5px 0 0;
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  color: #3a3a3a;
  float: none;
  font-size: 14px;
  height: 29px;
  padding: 6px 10px 0;
  clear: both; }

.titlemain {
  color: #3a3a3a;
  float: left;
  font-size: 14px;
  font-weight: bold; }

.viewall {
  float: right; }
  .viewall a {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline; }

.products-grid li.item {
  float: left;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  width: 138px; }

.std .category-products ul, .std .category-products ol {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.mooremilitaria.com/skin/frontend/smartwave/default/megamenu/css/fonts/fontawesome-webfont.eot?v=4.0.3');src:url('https://www.mooremilitaria.com/skin/frontend/smartwave/default/megamenu/css/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('https://www.mooremilitaria.com/skin/frontend/smartwave/default/megamenu/css/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('https://www.mooremilitaria.com/skin/frontend/smartwave/default/megamenu/css/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('https://www.mooremilitaria.com/skin/frontend/smartwave/default/megamenu/css/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;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.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.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:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-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);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.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-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-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{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-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-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc: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-reply-all:before{content:"\f122"}.fa-mail-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"}
/*New Style*/
.main-nav {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 2px 0;
  position: relative; }
  .main-nav .double-border {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb; }

.fixed-header a,
.main-nav a {
  color: #000;
  text-align: left; }
  .fixed-header a:hover,
  .main-nav a:hover {
    color: #f00; }
.fixed-header .menu,
.main-nav .menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  .fixed-header .menu > li,
  .main-nav .menu > li {
    display: inline-block;
    padding: 0 22px; }
    .fixed-header .menu > li > a,
    .main-nav .menu > li > a {
      display: block;
      position: relative;
      font-family: Georgia;
      font-size: 14px;
      /*the font size for top level*/
      padding: 13px 5px;
      text-transform: uppercase;
      font-weight: 400; }
      .fixed-header .menu > li > a:after,
      .main-nav .menu > li > a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 50px;
        bottom: -20px;
        left: 0; }
      .fixed-header .menu > li > a > span.cat-label,
      .main-nav .menu > li > a > span.cat-label {
        position: absolute;
        top: 8px;
        right: -25px;
        font: 11px arial, sans-serif;
        text-transform: uppercase;
        padding: 0 2px; }
        .fixed-header .menu > li > a > span.cat-label.cat-label-label1,
        .main-nav .menu > li > a > span.cat-label.cat-label-label1 {
          background: #f00;
          color: #fff; }
        .fixed-header .menu > li > a > span.cat-label.cat-label-label2,
        .main-nav .menu > li > a > span.cat-label.cat-label-label2 {
          background: #00f;
          color: #fff; }
    .fixed-header .menu > li .nav-sublist-dropdown,
    .main-nav .menu > li .nav-sublist-dropdown {
      display: none;
      position: absolute;
      z-index: 10000;
      width: 200px;
      top: 100%;
      border-bottom: 1px solid #ebebeb;
      padding: 0;
      background-color: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 100%; }
      .fixed-header .menu > li .nav-sublist-dropdown:before,
      .main-nav .menu > li .nav-sublist-dropdown:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: -15px;
        z-index: -1; }
      .fixed-header .menu > li .nav-sublist-dropdown ul,
      .main-nav .menu > li .nav-sublist-dropdown ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none; }
        .fixed-header .menu > li .nav-sublist-dropdown ul li a > span,
        .main-nav .menu > li .nav-sublist-dropdown ul li a > span {
          position: relative; }
          .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label,
          .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label {
            position: absolute;
            font: 10px arial, sans-serif;
            text-transform: uppercase;
            padding: 0 2px;
            top: 2px;
            right: -35px; }
            .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1,
            .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1 {
              background: #f00;
              color: #fff; }
            .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2,
            .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2 {
              background: #00f;
              color: #fff; }
        .fixed-header .menu > li .nav-sublist-dropdown ul li .image-item a,
        .main-nav .menu > li .nav-sublist-dropdown ul li .image-item a {
          font-size: 0 !important; }
        .fixed-header .menu > li .nav-sublist-dropdown ul li .image-item:before,
        .main-nav .menu > li .nav-sublist-dropdown ul li .image-item:before {
          display: none; }
      .fixed-header .menu > li .nav-sublist-dropdown .container,
      .main-nav .menu > li .nav-sublist-dropdown .container {
        max-width: 100%;
        padding: 0; }
        .fixed-header .menu > li .nav-sublist-dropdown .container > ul > li a,
        .main-nav .menu > li .nav-sublist-dropdown .container > ul > li a {
          padding: 15px 20px;
          display: block;
          border-left: 1px solid #dbdbdb;
          border-right: 1px solid #dbdbdb;
          border-top: 1px solid #dbdbdb;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children,
        .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children {
          position: relative; }
          .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before,
          .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before {
            font: normal normal 16px/20px "FontAwesome";
            content: '\f105';
            width: 15px;
            height: 15px;
            position: absolute;
            right: 10px;
            margin-left: 13px; }
          .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,
          .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist {
            position: absolute;
            left: 199px;
            top: 0;
            display: none; }
            .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li,
            .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li {
              background-color: #fff;
              width: 200px; }
              .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a,
              .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a {
                border-bottom: 1px solid #dbdbdb; }
          .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children:hover > .nav-sublist,
          .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children:hover > .nav-sublist {
            display: block; }
    .fixed-header .menu > li.menu-full-width,
    .main-nav .menu > li.menu-full-width {
      /*added from version 1.1.0*/
      /*version 1.1.0 start*/
      /*version 1.1.0 end*/ }
      .fixed-header .menu > li.menu-full-width.category-top-menu-item .nav-sublist-dropdown,
      .main-nav .menu > li.menu-full-width.category-top-menu-item .nav-sublist-dropdown {
        padding: 15px 0 10px; }
      .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown,
      .main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
        padding: 25px 0 30px;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom: 1px solid #dfdfdf;
        -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3); }
        .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container,
        .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container {
          /*padding: 0 15px;*/ }
          .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a,
          .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a {
            display: block;
            padding: 5px;
            border: none; }
            .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1,
            .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1 {
              font-size: 14px;
              /*the font size for level1*/
              text-transform: uppercase;
              font-family: Georgia;
              line-height: 1.5; }
          .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li,
          .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li {
            background: none;
            width: auto;
            clear: both; }
            .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:before,
            .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:before {
              font: normal normal 16px/20px "FontAwesome";
              text-decoration: inherit;
              content: "\f105";
              -webkit-font-smoothing: antialiased;
              float: left;
              margin: 0 10px 0 10px;
              -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
            .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:hover:before,
            .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:hover:before {
              text-decoration: none; }
            .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul,
            .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul {
              margin: 3px 0 3px 5px; }
              .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li:before,
              .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li:before {
                line-height: 17px; }
              .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li a,
              .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li a {
                padding: 3px;
                font-size: 12px;
                /*the font size for under level 2*/ }
          .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist a,
          .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist a {
            font-size: 13px;
            /*the font size for level 2*/ }
          .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children > a:before,
          .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children > a:before {
            background: none; }
          .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist ul li:last-child a,
          .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist ul li:last-child a {
            border-bottom: none; }
    .fixed-header .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist, .fixed-header .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,
    .main-nav .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,
    .main-nav .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist {
      left: auto;
      right: 199px; }

.fixed-menu-type4 .fixed-header .menu > li .nav-sublist-dropdown:before,
.header-type-4 .main-nav .menu > li .nav-sublist-dropdown:before,
.fixed-menu-type3 .fixed-header .menu > li .nav-sublist-dropdown:before,
.header-type-3 .main-nav .menu > li .nav-sublist-dropdown:before {
  top: -50px; }

.fixed-header {
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3); }
  .fixed-header .menu li a {
    padding-bottom: 15px; }

.fixed-header .menu li a {
  padding-bottom: 15px; }

.fixed-header-area {
  position: fixed;
  top: -160px;
  left: 0;
  width: 100%;
  z-index: 901;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }
  .fixed-header-area.fixed-already {
    top: 0; }
  .fixed-header-area .menu {
    float: right; }
    .fixed-header-area .menu > li {
      padding: 0 11px !important; }

/*mobile menu*/
.mobile-nav {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 10100;
  height: 100%;
  width: 240px;
  background-color: #151515; }
  .mobile-nav-shown .mobile-nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0 10px 10px #111111;
    box-shadow: 0 10px 10px #111111;
    height: 100%;
    z-index: 950;
    left: 0;
    position: fixed;
    overflow-y: scroll; }
  .mobile-nav .sw-mobile-menu {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0; }
    .mobile-nav .sw-mobile-menu li {
      display: block;
      position: relative;
      clear: both; }
      .mobile-nav .sw-mobile-menu li.over > a {
        color: #FFF; }
      .mobile-nav .sw-mobile-menu li.over > .open-child:after {
        background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/default/megamenu/css/images/small-plus.png);
        background-position: top center;
        background-repeat: no-repeat; }
      .mobile-nav .sw-mobile-menu li .container {
        width: 100%;
        padding: 0; }
      .mobile-nav .sw-mobile-menu li .open-child {
        float: right;
        font-size: 0;
        width: 40px;
        height: 40px;
        margin-top: 1px;
        display: block;
        cursor: pointer;
        position: relative;
        background-color: #151515;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
        .mobile-nav .sw-mobile-menu li .open-child:hover {
          background-color: #0e0e0e; }
        .mobile-nav .sw-mobile-menu li .open-child:after {
          content: "";
          background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/default/megamenu/css/images/small-plus.png);
          background-position: bottom center;
          background-repeat: no-repeat;
          cursor: pointer;
          width: 19px;
          height: 19px;
          display: block;
          position: absolute;
          left: 10px;
          top: 10px;
          opacity: 0.5; }
        .mobile-nav .sw-mobile-menu li .open-child:selection {
          background-color: transparent !important; }
      .mobile-nav .sw-mobile-menu li > a {
        color: #c7c7c7;
        display: block;
        line-height: 40px;
        padding: 0 10px 0 20px;
        font-size: 14px;
        font-family: open sans;
        text-transform: uppercase;
        background: #151515;
        border-top: 1px solid #222222; }
        .mobile-nav .sw-mobile-menu li > a:hover {
          background-color: #989898;
          text-decoration: none;
          color: #222;
          -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease; }
        .mobile-nav .sw-mobile-menu li > a span.cat-label {
          font: 10px/1.2 arial;
          text-transform: uppercase;
          padding: 0 2px;
          margin-left: 1px;
          margin-bottom: 3px;
          display: inline-block;
          vertical-align: middle; }
          .mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label1 {
            background: #f00;
            color: #fff; }
          .mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label2 {
            background: #00f;
            color: #fff; }
    .mobile-nav .sw-mobile-menu > li > ul {
      border-top: 0;
      padding-left: 0;
      margin-bottom: 0; }
      .mobile-nav .sw-mobile-menu > li > ul li {
        display: block;
        position: relative;
        background-color: #151515; }
      .mobile-nav .sw-mobile-menu > li > ul > li a {
        padding-left: 20px;
        margin-left: 15px;
        text-transform: none;
        font: 12px/40px "Open Sans", Arial;
        display: block;
        /*background-color: #151515;*/ }
        .mobile-nav .sw-mobile-menu > li > ul > li a span.cat-label {
          margin-bottom: 0; }
        .mobile-nav .sw-mobile-menu > li > ul > li a:before {
          font: normal normal 16px/40px "FontAwesome";
          text-decoration: inherit;
          content: "\f105";
          -webkit-font-smoothing: antialiased;
          float: left;
          margin-right: 10px;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      .mobile-nav .sw-mobile-menu > li > ul > li li a {
        padding-left: 15px;
        /*background-color: #151515;*/
        margin-left: 30px; }
      .mobile-nav .sw-mobile-menu > li > ul > li li li a {
        padding-left: 15px;
        /*background-color: #151515;*/
        margin-left: 40px; }
      .mobile-nav .sw-mobile-menu > li > ul > li li li li a {
        padding-left: 20px;
        margin-left: 45px; }
    .mobile-nav .sw-mobile-menu > li ul {
      display: none;
      padding: 0;
      margin: 0; }

.side-block .close-block {
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: #151515;
  display: block;
  padding: 20px 0 20px 20px;
  font-family: Georgia;
  text-align: left;
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .side-block .close-block:hover {
    color: #c6c6c6; }
    .side-block .close-block:hover:before {
      background-position: bottom center; }
  .side-block .close-block:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 25px;
    background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/default/megamenu/css/images/small-close.png);
    background-repeat: no-repeat;
    background-position: top center; }

/* ---added from version 1.0.2 ---*/
/*1.0.2 start*/
.top-mega-block {
  margin-bottom: 15px; }

.top-mega-bottom {
  margin-top: 15px; }

/*1.0.2 end*/
/* ---added from verion 1.1.0 ---*/
/*1.1.0 start*/
.col-sw-1,
.col-sw-2,
.col-sw-3,
.col-sw-4,
.col-sw-5,
.col-sw-6,
.col-sw-7,
.col-sw-8,
.col-sw-9,
.col-sw-10,
.col-sw-11,
.col-sw-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-sw-1 {
  width: 100%; }

.col-sw-2 {
  width: 50%; }

.col-sw-3 {
  width: 33.3333%; }

.col-sw-4 {
  width: 25%; }

.col-sw-5 {
  width: 20%; }

.col-sw-6 {
  width: 16.6666%; }

.col-sw-7 {
  width: 14.2857%; }

.col-sw-8 {
  width: 12.5%; }

.col-sw-9 {
  width: 11.1111%; }

.col-sw-10 {
  width: 10%; }

.col-sw-11 {
  width: 9.0909%; }

.col-sw-12 {
  width: 8.3333%; }

.category-top-menu-item .menu_thumb_img {
  margin: 10px 0; }

.menu_thumb_img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #000; }
  .menu_thumb_img img {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100); }
  .menu_thumb_img:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80); }

/*category list module*/
.vmegamenu {
  /*max-width: 342px;*/ }

.nav-category-list {
  float: left;
  width: 100%; }
  .nav-category-list li {
    list-style: none; }
  .nav-category-list > li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px; }
    .nav-category-list > li > a {
      text-transform: uppercase;
      position: relative;
      font-size: 14px; }
      .nav-category-list > li > a > span.cat-label {
        position: absolute;
        top: -5px;
        right: -30px;
        font: 11px arial, sans-serif;
        text-transform: uppercase;
        padding: 0 2px; }
        .nav-category-list > li > a > span.cat-label.cat-label-label1 {
          background: #f00;
          color: #fff; }
        .nav-category-list > li > a > span.cat-label.cat-label-label2 {
          background: #00f;
          color: #fff; }
    .nav-category-list > li > div, .nav-category-list > li > ul {
      position: absolute;
      left: 100%;
      top: 0; }
    .nav-category-list > li:hover > a {
      color: #f00;
      text-decoration: underline; }
    .nav-category-list > li.menu-full-width .nav-sublist-dropdown {
      width: 750px;
      padding: 15px 10px; }
      .nav-category-list > li.menu-full-width .nav-sublist-dropdown ul > li > a.level1 {
        text-transform: uppercase;
        line-height: 1.5;
        font-size: 14px; }
      .nav-category-list > li.menu-full-width .nav-sublist-dropdown ul > li .nav-sublist a {
        font-size: 13px;
        display: block;
        padding: 5px; }
        .nav-category-list > li.menu-full-width .nav-sublist-dropdown ul > li .nav-sublist a:before {
          font: normal normal 16px/20px "FontAwesome";
          text-decoration: inherit;
          content: "\f105";
          -webkit-font-smoothing: antialiased;
          float: left;
          margin: 0 10px 0 10px;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .nav-category-list > li.menu-full-width .nav-sublist-dropdown ul > li .nav-sublist a:hover:before {
          text-decoration: none; }
        .nav-category-list > li.menu-full-width .nav-sublist-dropdown ul > li .nav-sublist a span {
          position: relative; }
    .nav-category-list > li .nav-sublist-dropdown {
      width: 200px;
      border: 1px solid #dfdfdf;
      -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
      z-index: 3; }
      .nav-category-list > li .nav-sublist-dropdown:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -15px;
        z-index: -1; }
      .nav-category-list > li .nav-sublist-dropdown .container {
        max-width: 100%; }
        .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children {
          position: relative; }
          .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist {
            position: absolute;
            left: 199px;
            top: 0;
            display: none; }
            .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li {
              width: 200px; }
              .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li a {
                border-right: 1px solid #dbdbdb;
                border-bottom: 1px solid #dbdbdb; }
              .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:first-child a {
                border-top: 1px solid #dbdbdb; }
          .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children:hover > .nav-sublist {
            display: block; }
          .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before {
            font: normal normal 16px/20px "FontAwesome";
            content: '\f105';
            width: 15px;
            height: 15px;
            position: absolute;
            right: 10px;
            margin-left: 13px; }
          .nav-category-list > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:hover:before {
            text-decoration: none; }
        .nav-category-list > li .nav-sublist-dropdown .container > ul > li a {
          padding: 15px 20px;
          display: block;
          border-bottom: 1px solid #dbdbdb; }
        .nav-category-list > li .nav-sublist-dropdown .container ul {
          margin-bottom: 0; }
          .nav-category-list > li .nav-sublist-dropdown .container ul li a > span {
            position: relative; }
            .nav-category-list > li .nav-sublist-dropdown .container ul li a > span span.cat-label {
              position: absolute;
              font: 10px arial, sans-serif;
              text-transform: uppercase;
              padding: 0 2px;
              top: 2px;
              right: -35px; }
              .nav-category-list > li .nav-sublist-dropdown .container ul li a > span span.cat-label.cat-label-label1 {
                background: #f00;
                color: #fff; }
              .nav-category-list > li .nav-sublist-dropdown .container ul li a > span span.cat-label.cat-label-label2 {
                background: #00f;
                color: #fff; }
    .nav-category-list > li.menu-item > .nav-sublist-dropdown > .container {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0; }
    .nav-category-list > li .cat-open-this {
      cursor: pointer;
      height: 21px;
      line-height: 18px;
      width: 21px;
      display: block;
      margin: 0;
      text-align: center;
      border: solid 1px #e2e2e2;
      left: auto;
      right: 10px;
      top: 4px;
      font-family: open sans; }

.nav-category-mobile-list .sw-mobile-menu li {
  display: block;
  position: relative;
  clear: both; }
  .nav-category-mobile-list .sw-mobile-menu li .open-child {
    cursor: pointer;
    height: 21px;
    line-height: 18px;
    width: 21px;
    display: block;
    margin: 0;
    text-align: center;
    border: solid 1px #e2e2e2;
    left: auto;
    right: 10px;
    top: 4px;
    font-family: open sans;
    position: absolute; }
  .nav-category-mobile-list .sw-mobile-menu li > a {
    font-size: 14px;
    text-transform: uppercase; }
  .nav-category-mobile-list .sw-mobile-menu li ul {
    display: none;
    padding: 0 0 0 10px;
    margin: 0; }
.nav-category-mobile-list .sw-mobile-menu > li {
  padding: 5px 0; }
  .nav-category-mobile-list .sw-mobile-menu > li > a {
    position: relative; }
    .nav-category-mobile-list .sw-mobile-menu > li > a span.cat-label {
      position: absolute;
      top: -5px;
      right: -30px;
      font: 11px arial, sans-serif;
      text-transform: uppercase;
      padding: 0 2px; }
      .nav-category-mobile-list .sw-mobile-menu > li > a span.cat-label.cat-label-label1 {
        background: #f00;
        color: #fff; }
      .nav-category-mobile-list .sw-mobile-menu > li > a span.cat-label.cat-label-label2 {
        background: #00f;
        color: #fff; }
  .nav-category-mobile-list .sw-mobile-menu > li > ul li {
    display: block;
    position: relative; }
    .nav-category-mobile-list .sw-mobile-menu > li > ul li a {
      text-transform: none;
      font: 12px "Open Sans", Arial;
      display: block;
      padding: 5px 0; }
      .nav-category-mobile-list .sw-mobile-menu > li > ul li a:before {
        font: normal normal 16px "FontAwesome";
        text-decoration: inherit;
        content: "\f105";
        -webkit-font-smoothing: antialiased;
        float: left;
        margin-right: 10px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .nav-category-mobile-list .sw-mobile-menu > li > ul li a:hover:before {
        text-decoration: none; }
      .nav-category-mobile-list .sw-mobile-menu > li > ul li a > span {
        position: relative; }
        .nav-category-mobile-list .sw-mobile-menu > li > ul li a > span span.cat-label {
          position: absolute;
          font: 10px arial, sans-serif;
          text-transform: uppercase;
          padding: 0 2px;
          top: 2px;
          right: -35px; }
          .nav-category-mobile-list .sw-mobile-menu > li > ul li a > span span.cat-label.cat-label-label1 {
            background: #f00;
            color: #fff; }
          .nav-category-mobile-list .sw-mobile-menu > li > ul li a > span span.cat-label.cat-label-label2 {
            background: #00f;
            color: #fff; }

/*1.1.0 end*/
/** added from version 1.2.0 **/
/*1.2.0 start*/
.nav-category-accordion {
  max-width: 500px; }
  .nav-category-accordion .category-accordion-wrapper ul {
    display: none;
    padding-left: 10px; }
  .nav-category-accordion .category-accordion-wrapper li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none; }
    .nav-category-accordion .category-accordion-wrapper li .open-child {
      position: absolute;
      cursor: pointer;
      width: 21px;
      height: 21px;
      line-height: 18px;
      display: block;
      margin: 0;
      text-align: center;
      border: solid 1px #e2e2e2;
      right: 10px;
      top: 5px;
      font-family: 'Open Sans'; }
    .nav-category-accordion .category-accordion-wrapper li ul li a:before {
      font: normal normal 16px/20px 'FontAwesome';
      content: '\f105';
      float: left;
      margin-right: 10px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .nav-category-accordion .category-accordion-wrapper > li > a {
    text-transform: uppercase;
    position: relative;
    font-size: 14px; }
    .nav-category-accordion .category-accordion-wrapper > li > a span.cat-label {
      position: absolute;
      top: -5px;
      right: -30px;
      font: 11px arial, sans-serif;
      text-transform: uppercase;
      padding: 0 2px; }
      .nav-category-accordion .category-accordion-wrapper > li > a span.cat-label.cat-label-label1 {
        color: #fff;
        background: #f00; }
      .nav-category-accordion .category-accordion-wrapper > li > a span.cat-label.cat-label-label2 {
        color: #fff;
        background: #00f; }
  .nav-category-accordion .category-accordion-wrapper > li:hover > a {
    text-decoration: underline; }

/*1.2.0 end*/

@media (max-width: 979px)  {
    .fixed-header .menu-icon {
        float: left;
        position: relative;
        top: 11px;
        left: 10px;
    }
    .fixed-header .menu{
        display: none;
    }
}
.quickview-main {
    text-align: left;
    padding: 10px;
    border: 1px solid #efefef;
}
.quickview-main .doubled-border {
    padding: 10px;
    border: 1px solid #efefef;
}
.quickview-main .product-img-box {
    margin-bottom: 20px;
}
.quickview-main  .product-view .product-img-box .product-image-zoom {
    overflow: visible;
}
.quickview-main .product-view .product-img-box .product-image-zoom img {
    position: relative;
}
.quickview-main .product-collateral {
    display: none;
}
.products-grid .item .product-img-wrapper {
    position: relative;
}
.products-grid .item .product-img-wrapper .sw-product-quickview {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    padding: 2px;
    text-align: center;
    width: 50px;
    background-color: #fff;
}
.flickr-image,
.fb-person {
  display: block;
  float: left;
  width: 72px;
  height: 72px;
  margin: 0 10px 10px 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  .flickr-image:hover,
  .fb-person:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.fb-person a,
.fb-person span {
  display: block;
  width: 100%; }
  .fb-person a img,
  .fb-person span img {
    width: 100%; }

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn:active,.btn.active{background-image:none}.btn-default{background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#2b669a}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-color:#357ebd}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);border-color:#3278b3}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-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}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.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;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.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>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}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;border-radius:4px;-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,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}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.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{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-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{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/glyphicons-halflings-regular.eot);src:url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;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:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.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:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;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%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-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%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;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;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Reset ================================================================================= */
* {
  margin: 0;
  padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  background: #fff;
  font: 13px/1.5 "Open Sans", Helvetica, sans-serif;
  color: #6f6f6f;
  text-align: center;
  position: relative; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

a {
  color: #000;
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: underline;
    color: #da14a0; }
  a:focus {
    outline: none; }

@font-face {
  font-family: 'Aleo-Regular';
  src: url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/aleo-regular-webfont.eot");
  src: url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/aleo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/aleo-regular-webfont.woff") format("woff"), url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/aleo-regular-webfont.ttf") format("truetype"), url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/aleo-regular-webfont.svg#aleoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'arrows';
  src: url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/arrows.eot");
  src: url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/arrows.eot?#iefix") format("embedded-opentype"), url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/arrows.woff") format("woff"), url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/arrows.ttf") format("truetype"), url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/arrows.svg#arrows") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/fontawesome-webfont.eot");
  src: url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/fontawesome-webfont.woff") format("woff"), url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/fontawesome-webfont.ttf") format("truetype"), url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/css/fonts/fontawesome-webfont.svg#arrows") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Headings */
h1, h2, h3,
h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  margin: 0;
  font-weight: 300;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  margin-bottom: 0; }

h1, .h1 {
  font-size: 38.5px; }

h2, .h2 {
  font-size: 31.5px; }

h3, .h3 {
  font-size: 24.5px; }

h4, .h4 {
  font-size: 17.5px; }

h5, .h5 {
  font-size: 14px;
  margin-bottom: 10px; }

h6, .h6 {
  font-size: 11.9px;
  margin-bottom: 10px; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #da14a0; }

/*legenda common*/
/* ---added from version 1.0.2 ---*/
/* ---added from version 1.1.0 ---*/
/* ---move to megamenu.css file (app/skin/frontend/smartwave/default/megamenu/css/megamenu.scss, megamenu.css) ---*/
/*1.0.2 end*/
span.active,
p.active,
strong.active {
  color: #da14a0; }

.font-large {
  font-size: 72px; }

.et_section {
  width: 100%;
  position: relative;
  float: left;
  background-color: #f4f4f4;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #565656;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  visibility: hidden;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: cover;
  overflow: hidden; }
  .dark .et_section {
    border-color: #3d3d3d; }
  .et_section.color-scheme-dark {
    color: #d5d5d5; }
    .et_section.color-scheme-dark h1, .et_section.color-scheme-dark h2, .et_section.color-scheme-dark h3, .et_section.color-scheme-dark h4, .et_section.color-scheme-dark h5, .et_section.color-scheme-dark h6 {
      color: #f3f3f3; }
  .et_section.no-border {
    border: none !important; }
  .et_section.parallax-section {
    background-attachment: fixed !important; }
  .et_section .button {
    margin-left: 3px;
    margin-right: 3px; }

.content-video-wrapper {
  padding-top: 56%;
  position: relative; }
  .content-video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0; }

hr {
  height: 1px;
  background: 0;
  border-top: 0;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%; }
  hr.horizontal-break {
    width: 300px;
    margin: 20px auto;
    height: 3px;
    background: #3c4a20;
    border: none; }
  hr.space {
    border: none;
    margin: 0; }

.teaser-box {
  margin-bottom: 20px; }
  .teaser-box.style-bordered {
    border: 1px solid #ebebeb;
    padding: 5px;
    background: #fff; }
    .teaser-box.style-bordered > div {
      border: 1px solid #ebebeb;
      padding: 15px; }

.block-with-ico {
  margin-bottom: 20px; }
  .block-with-ico.ico-position-top {
    text-align: center; }
    .block-with-ico.ico-position-top i {
      position: relative;
      text-align: center;
      float: none;
      margin: 0 10px 20px auto !important;
      display: inline-block;
      color: #fff;
      border: none; }
      .block-with-ico.ico-position-top i:before {
        position: absolute;
        left: 0;
        right: 0; }
  .block-with-ico i {
    float: left;
    font-size: 36px;
    font-style: normal !important;
    color: #b6b6b6;
    margin: 0 20px 10px 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-align: center;
    border-radius: 100%;
    line-height: 75px;
    width: 75px;
    height: 75px; }
  .block-with-ico:after {
    content: "";
    clear: both;
    display: block; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-archive:before {
  content: "\f187"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-dropbox:before {
  content: "\f16b"; }

.cta-block {
  float: left;
  border: 1px solid #dbdbdb;
  width: 100%;
  padding: 20px 40px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cta-block.style-without-border {
    border: none;
    padding: 0; }

.table-row {
  display: table;
  width: 100%; }
  .table-row .table-cell {
    display: table-cell;
    vertical-align: middle; }

.brand {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-align: center; }
  .brand:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

/* Forms */
form {
  display: inline; }

fieldset {
  border: 0; }

legend {
  display: none; }

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  width: 100%;
  margin-bottom: 20px; }
  table th,
  table td {
    padding: 4px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #3c4a20; }
    table th .button,
    table td .button {
      margin: 15px 0; }
  table thead th {
    vertical-align: bottom; }

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal; }

/* Content */
p {
  margin: 0 0 10px;
  line-height: 1.5; }

strong {
  font-weight: bold;
  color: #000; }

address {
  font-style: normal;
  line-height: 1.5; }

cite {
  font-style: italic; }
  cite strong,
  cite a {
    font-style: italic; }

q,
blockquote {
  quotes: none; }

blockquote {
  font-family: Georgia;
  font-size: 14px;
  font-style: italic; }

q:before,
q:after {
  content: ''; }

small, big {
  font-size: 1em; }

/*sup           { font-size:1em; vertical-align:top; }*/
/* Lists */
ul, ol {
  list-style: none; }

dl:after {
  content: ' ';
  display: table;
  clear: both; }

dt,
dd {
  line-height: 20px; }

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.f-left,
.left {
  float: left !important; }

.f-right,
.right {
  float: right !important; }

.f-none {
  float: none !important; }

.f-fix {
  float: left;
  width: 100%; }

.no-display {
  display: none; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-bg {
  background: none !important; }

.label {
  color: #000;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  text-align: left; }

label,
input,
button,
sekect,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  outline: none; }

input, input[type="password"], input[type="search"] {
  background: none; }

.cart-table .price,
.cart .totals,
.cart .totals .price,
.order-products-table .price,
strong {
  color: #000; }

/* ======================================================================================= */
/* Layout ================================================================================ */
.wrapper {
  min-width: 320px;
  overflow: hidden;
  background: #fff; }

.boxed .wrapper {
  width: 990px;
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 6px;
  box-shadow: 0 1px 6px; }
.boxed .links li a,
.boxed .links li.login:before,
.boxed .links li.logout:before,
.boxed .links li.myaccount:before,
.boxed .links li.mywishlist:before,
.boxed .links li.register:before,
.boxed .links li.mycart:before,
.boxed .search .search-link:before,
.boxed .my-account-link:before,
.boxed .top-bar select,
.boxed .top-bar .form-language i:before,
.boxed .top-bar .form-currency i:before,
.boxed .top-bar li.blog:before {
  color: #8e8e8e; }

.page-print {
  padding: 25px 30px;
  text-align: left; }

.page-empty {
  padding: 20px;
  text-align: left; }

.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left; }
  .page-popup .page-title {
    display: block; }
  .dark .page-popup {
    background: #151515; }

.main {
  margin-top: 0;
  margin-bottom: 40px;
  min-height: 400px;
  padding: 20px 0 0;
  text-align: left; }

/* Base Columns */
.col-left {
  float: left; }

.col-main {
  float: left; }

.col-right {
  float: right; }

/* 1 Column Layout */
.col1-layout .col-main {
  float: none;
  width: auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {
  float: right; }

/* 3 Columns Layout */
.col3-layout .col-wrapper {
  float: left; }

.col3-layout .col-wrapper .col-main {
  float: right; }

/* Content Columns */
.col2-set {
  margin-left: -15px;
  margin-right: -15px; }
  .col2-set:before {
    content: " ";
    display: table; }
  .col2-set:after {
    content: " ";
    display: table;
    clear: both; }
  .col2-set .col-1,
  .col2-set .col-2 {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col2-set .col-narrow {
    width: 32%; }
  .col2-set .col-wide {
    width: 65%; }

.col3-set {
  margin-left: -15px;
  margin-right: -15px; }
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    float: left;
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px; }

.col4-set {
  margin-left: -15px;
  margin-right: -15px; }
  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px; }

/* ======================================================================================= */
/* Global Styles ========================================================================= */
/*Common Styles*/
.table-row {
  display: table;
  width: 100%; }

input.input-text:focus,
textarea:focus {
  border-color: #da14a0; }

.hidden-desktop {
  display: none !important; }

/* Form Elements */
input, select, textarea, button {
  display: inline-block;
  padding: 9px 6px;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  vertical-align: middle;
  outline: none;
  margin-bottom: 10px; }

input.input-text, select, textarea {
  border: 1px solid #ebebeb;
  background-color: #fff; }

input.input-text {
  border: 1px solid #ebebeb;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 9px 6px;
  line-height: 1.2;
  width: 206px;
  height: auto;
  /*background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/select-arrow.png) no-repeat center right;*/ }

select option {
  padding-right: 10px; }

select.multiselect option {
  border-bottom: 1px solid #ebebeb;
  padding: 2px 5px; }

select.multiselect option:last-child {
  border-bottom: 0; }

textarea {
  overflow: auto; }

input.radio,
input.checkbox,
input[type=checkbox],
input[type=radio] {
  /*    visibility: hidden;*/
  display: inline-block;
  margin-right: 10px;
  -webkit-appearance: none;
  outline: none;
  /* line-height: 16px;
   &:before {
       display: inline-block;
       margin-right: 5px;
       font-size: 12px;
       visibility: visible;
       position: relative;        
       font-family: "FontAwesome";
       content: " ";
       width: 16px;
       height: 16px;
       line-height: 16px;
       color: $active-color;
   }*/ }
  input.radio:focus, input.radio:hover,
  input.checkbox:focus,
  input.checkbox:hover,
  input[type=checkbox]:focus,
  input[type=checkbox]:hover,
  input[type=radio]:focus,
  input[type=radio]:hover {
    outline: none; }

input.checkbox,
input[type=checkbox] {
  /* &:before {
       background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/tick-icon.png) no-repeat center center;
   }
   &:checked:before {
       font-family: "FontAwesome";
       content: "\f00c";
   }*/
  width: 16px;
  height: 20px;
  /*background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/tick-icon.png) no-repeat center center; }*/
  /* background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/tick-icon-white.png) no-repeat center center; }*/
background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/tick-icon-white.png) no-repeat center center; }
  .dark input.checkbox, .dark
  input[type=checkbox] {
    background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/tick-icon-white.png) no-repeat center center; }
  input.checkbox:checked,
  input[type=checkbox]:checked {
   /* background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/tick-icon-check.png) no-repeat center center; }*/
   background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/tick-icon-check-white.png) no-repeat center center; }
    .dark input.checkbox:checked, .dark
    input[type=checkbox]:checked {
      background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/tick-icon-check-white.png) no-repeat center center; }

input.radio,
input[type=radio] {
  /*&:before {
      background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/tick-icon.png) no-repeat center center;
  }
  &:checked:before {
      font-family: "FontAwesome";
      content: "\f111";
  }*/
  width: 14px;
  height: 20px;
 /* background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/radio-icon.png) no-repeat center center; }*/
background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/radio-icon-white.png) no-repeat center center; }
  .dark input.radio, .dark
  input[type=radio] {
    background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/radio-icon-white.png) no-repeat center center; }
  input.radio:checked,
  input[type=radio]:checked {
  /*  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/radio-icon-check.png) no-repeat center center; }*/
   background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/radio-icon-check-white.png) no-repeat center center; }
    .dark input.radio:checked, .dark
    input[type=radio]:checked {
      background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/radio-icon-check-white.png) no-repeat center center; }

input.qty {
  width: 40px;
  height: 33px;
  text-align: center;
  margin-bottom: 0;
  padding: 8px; }
  input.qty.qty-disabled {
    opacity: 0.5; }

button.button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* FF Fix */
button.button {
  -webkit-border-fit: lines; }

/* <- Safari & Google Chrome Fix */
.button,
.link-wishlist,
.link-compare {
  border: solid 1px #3c4a20;
  display: inline-block;
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  padding: 5px 20px;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: baseline; }
  .button:hover,
  .link-wishlist:hover,
  .link-compare:hover {
    color: #da14a0;
    border-color: #da14a0;
    text-decoration: none; }
  .button.filled,
  .link-wishlist.filled,
  .link-compare.filled {
    background-color: #da14a0;
    border-color: #da14a0;
    color: #fff; }
    .button.filled:hover,
    .link-wishlist.filled:hover,
    .link-compare.filled:hover {
      color: #fff;
      text-decoration: underline; }
  .button.white,
  .link-wishlist.white,
  .link-compare.white {
    background: rgba(255, 255, 255, 0.7);
    color: #222;
    border: 1px solid #dbdbdb; }
    .button.white:hover,
    .link-wishlist.white:hover,
    .link-compare.white:hover {
      background: #da14a0;
      border-color: #da14a0;
      color: #fff; }

button.button {
  cursor: pointer; }

.column5 .btn-cart {
  padding: 5px 10px; }

button.disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: solid 1px #ddd;
  color: #000;
  background-color: rgba(255, 255, 255, 0.2); }
  button.disabled:hover {
    text-decoration: none; }

button.button[disabled]:hover {
  text-decoration: none; }

button.btn-checkout {
  padding: 8px 20px;
  width: 100%;
  text-transform: uppercase;
  font-size: 21px; }

.big {
  font-size: 21px;
  padding: 10px 45px; }

.filled {
  background-color: #da14a0;
  border-color: #da14a0;
  color: #fff; }
  .filled:hover {
    color: #fff; }

.back-to-top {
  display: block;
  text-align: center;
  cursor: pointer;
  position: fixed;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 3;
  bottom: -95px;
  right: 40px;
  color: #6f6f6f;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: rgba(255, 255, 255, 0.3); }
  .back-to-top:before {
    content: "\e601";
    font-family: "arrows";
    font-size: 14px;
    opacity: 1;
    display: block;
    text-indent: 0;
    line-height: 48px;
    color: #fff;
    height: 50px;
    text-align: center;
    width: 50px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
  .back-to-top:hover:before {
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important; }
  .back-to-top span {
    display: none; }
  .back-to-top.btt-shown {
    bottom: 50px; }

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px; }

.fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff; }

/*Owl slider controls*/
.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #000;
  display: block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 0;
  padding: 0;
  width: 75px;
  height: 100px;
  font-size: 0;
  background: rgba(255, 255, 255, 0.75);
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.8;
  position: absolute;
  top: 50%;
  margin-top: -50px; }
  .owl-theme .owl-controls .owl-buttons div:hover {
    color: #da14a0; }
  .owl-theme .owl-controls .owl-buttons div:before {
    font-family: "arrows";
    font-size: 60px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: block;
    text-indent: 0; }
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0; }
    .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
      content: "\e602"; }
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0; }
    .owl-theme .owl-controls .owl-buttons div.owl-next:before {
      content: "\e603"; }
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }
  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791; }
    .owl-theme .owl-controls .owl-page span.owl-numbers {
      height: auto;
      width: auto;
      color: #FFF;
      padding: 2px 10px;
      font-size: 12px; }
  .owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1; }
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/*banner blocks owl slider*/
.category-banner-block {
  margin-bottom: 20px; }

.category-banner-block .owl-theme .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

/*products slider controls*/
.products-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -80px; }
  .boxed .products-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -38px; }
.products-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -80px; }
  .boxed .products-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -38px; }

.items-slider {
  margin-bottom: 20px; }

/*fancybox buttons*/
.fancybox-close {
  background: rgba(255, 255, 255, 0.8) url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/black_cross.png) no-repeat center center;
  right: 0;
  top: -32px;
  width: 26px;
  height: 25px; }

.fancybox-nav {
  position: fixed;
  width: 55px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  background: rgba(255, 255, 255, 0.8); }
  .fancybox-nav span {
    background: none;
    width: 100%;
    height: 100%;
    visibility: visible;
    top: 0;
    margin: 0;
    padding: 0; }
    .fancybox-nav span:before {
      font: 52px/80px "arrows"; }
  .fancybox-nav.fancybox-next span {
    right: 0; }
    .fancybox-nav.fancybox-next span:before {
      content: "\e603"; }
  .fancybox-nav.fancybox-prev span {
    left: 0; }
    .fancybox-nav.fancybox-prev span:before {
      content: "\e602"; }

.fancybox-overlay {
  cursor: -webkit-zoom-out; }

.form-list li {
  margin: 0 0 10px; }
.form-list label {
  display: inline-block;
  margin-bottom: 5px;
  float: left; }
  .form-list label.required em {
    color: #e00016;
    float: right; }
.form-list .input-box {
  display: block;
  width: 100%;
  clear: both; }
.form-list input.input-text {
  width: 100%; }
.form-list textarea {
  width: 100%;
  height: 10em; }
.form-list .fields {
  margin: 0 -10px; }
  .form-list .fields .fields {
    margin: 0;
    padding: 0 10px; }
.form-list .field {
  float: left;
  width: 50%;
  padding: 10px; }
.form-list .full {
  float: left;
  width: 100%;
  padding: 10px; }
.form-list.wide input.input-text {
  width: 100%; }
.form-list.wide textarea {
  width: 100%; }
.form-list.wide select {
  width: 100%; }
.form-list strong {
  font-weight: normal; }
.form-list select {
  width: 100%; }

.form-list li.control label {
  float: none; }

.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px;
  margin-top: 0;
  float: left; }

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto; }

/*.form-list li.fields { margin-right:-15px; }*/
.form-list li.additional-row {
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 10px; }

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0; }

.form-list .input-range input.input-text {
  width: 74px; }

.form-list-narrow li {
  margin-bottom: 0; }

.form-list-narrow li .input-box {
  margin-bottom: 6px; }

.form-list-narrow li.wide .input-box {
  width: 260px; }

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px; }

.form-list-narrow li.wide select {
  width: 260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto; }

.form-list .name-prefix {
  width: 65px; }

.form-list .name-prefix select {
  width: 55px; }

.form-list .name-prefix input.input-text {
  width: 49px; }

.form-list .name-suffix {
  width: 65px; }

.form-list .name-suffix select {
  width: 55px; }

.form-list .name-suffix input.input-text {
  width: 49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename {
  width: 210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px; }

.form-list .customer-dob input.input-text {
  display: block;
  width: 74px; }

.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888; }

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px; }

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px; }

.form-list .customer-dob .dob-year {
  width: 140px; }

.form-list .customer-dob .dob-year input.input-text {
  width: 134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/
.buttons-set {
  clear: both;
  text-align: left; }
  .buttons-set p.required {
    display: none; }
  .buttons-set .back-link {
    margin: 0; }
  .buttons-set button.button {
    float: none;
    display: block;
    margin-bottom: 20px; }

.buttons-set-order {
  margin: 10px 0 0; }

.buttons-set-order .please-wait {
  padding: 12px 7px 0 0; }

.fieldset {
  border: 1px solid #3c4a20;
  padding: 20px;
  margin-bottom: 30px; }

.fieldset .legend {
  position: relative; }

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 13px;
  line-height: 13px;
  color: #eb340a; }

.validation-failed {
  border: 1px dashed #eb340a !important;
  background-color: #faebe7 !important; }

p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A; }

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left; }

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative; }

/* Global Messages  */
.success {
  color: #98c391;
  text-transform: uppercase; }

.error {
  color: #f45b5b;
  text-transform: uppercase; }

.notice {
  color: #e26703;
  text-transform: uppercase; }

.messages,
.messages ul {
  list-style: none !important;
  margin: 0;
  padding: 0; }

.messages {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px !important; }

.messages li {
  margin: 0;
  padding: 6px !important; }

.messages li li {
  line-height: 24px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  background-position: 25px center !important;
  background-repeat: no-repeat !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  position: relative; }
  .error-msg ul,
  .success-msg ul,
  .note-msg ul,
  .notice-msg ul {
    border: 1px solid #fff;
    padding: 8px 8px 8px 60px; }
  .error-msg .msg-content,
  .success-msg .msg-content,
  .note-msg .msg-content,
  .notice-msg .msg-content {
    display: block;
    border: 1px solid #fff;
    padding: 16px 8px 16px 60px; }

.error-msg {
  background-color: #f45b5b;
  background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/i_msg-error.png); }

p.error-msg,
div.error-msg,
p.success-msg,
div.success-msg,
p.note-msg,
div.note-msg,
p.notice-msg,
div.notice-msg {
  padding: 6px; }

.success-msg {
  background-color: #98c391; }
  .success-msg:before {
    content: "\f00c";
    position: absolute;
    left: 25px;
    font-size: 36px;
    color: #FFF;
    font-family: "FontAwesome";
    float: left;
    top: 50%;
    margin-top: -27px; }

.note-msg,
.notice-msg {
  background-color: #f3d87a;
  color: #fff;
  padding: 6px; }
  .note-msg:before,
  .notice-msg:before {
    content: "\f12a";
    position: absolute;
    left: 25px;
    font-size: 36px;
    color: #FFF;
    font-family: "FontAwesome";
    float: left;
    top: 50%;
    margin-top: -27px; }

#messages_product_view {
  position: relative; }
  #messages_product_view .sw-cart-state {
    position: relative;
    margin-bottom: 20px; }
    #messages_product_view .sw-cart-state .ajax-cart-fail,
    #messages_product_view .sw-cart-state .ajax-cart-success {
      padding: 6px; }
      #messages_product_view .sw-cart-state .ajax-cart-fail div,
      #messages_product_view .sw-cart-state .ajax-cart-success div {
        padding: 16px 8px 16px 60px; }
      #messages_product_view .sw-cart-state .ajax-cart-fail:before,
      #messages_product_view .sw-cart-state .ajax-cart-success:before {
        left: 25px; }

/* BreadCrumbs */
.page-heading {
  padding: 30px 0 10px; }

.breadcrumbs {
  text-transform: uppercase; }
  .breadcrumbs .search {
    float: none; }

.page-heading h1 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 5px; }

.page-heading .a-center {
  position: relative; }

.page-heading .back-to {
  position: absolute;
  right: 0;
  top: -5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px; }
  .page-heading .back-to:before {
    content: '\f104';
    font: 14px "FontAwesome";
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    position: absolute;
    left: -10px;
    top: 0; }

.breadcrumbs li {
  display: inline; }

.breadcrumbs li strong {
  font-weight: normal;
  color: #000; }

/* Page Heading */
.page-title {
  width: 100%;
  overflow: hidden;
  display: none; }
  .page-title h1,
  .page-title h2 {
    font-size: 20px; }
  .page-title .separator {
    margin: 0 3px; }

.page-title .link-rss {
  float: right;
  margin: 7px 0 0; }

.title-buttons {
  text-align: right; }

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left; }

.subtitle,
.sub-title {
  display: block;
  clear: both;
  font-size: 15px; }

/* Pager */
.pager .amount {
  float: left;
  margin-top: 15px; }
.pager .limiter {
  float: right;
  margin-left: 10px; }

.pager .limiter label {
  vertical-align: middle; }

.pager .limiter select {
  vertical-align: middle;
  width: 60px;
  margin-bottom: 0; }

.pager .pages {
  float: left;
  margin-top: 6px; }

.pager .pages li {
  display: inline-block;
  list-style: none;
  float: left;
  line-height: 21px;
  margin-right: 5px; }
  .pager .pages li a,
  .pager .pages li span {
    font-size: 14px;
    display: block;
    padding: 2px 0;
    width: 26px;
    text-align: center;
    border: solid 1px #3c4a20;
    border-radius: 0;
    background: none; }
  .pager .pages li.current span {
    border-color: #da14a0;
    color: #da14a0; }
  .pager .pages li a.next,
  .pager .pages li a.previous {
    font-size: 0;
    text-indent: -9999em;
    padding: 0;
    height: 27px;
    width: 26px; }
    .pager .pages li a.next:before,
    .pager .pages li a.previous:before {
      font: 14px/27px "arrows";
      position: relative;
      top: 1px;
      float: left;
      display: block;
      text-indent: 0; }
  .pager .pages li a.next:before {
    content: "\df";
    left: 10px; }
  .pager .pages li a.previous:before {
    content: "\66";
    right: -9px; }

.pager li > a:hover, .pager li > a:focus {
  background: none;
  border-color: #da14a0; }

/* Sorter */
/* Toolbar */
.toolbar {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #3c4a20; }
  .toolbar .amount {
    display: inline-block;
    line-height: 28px;
    margin-right: 15px;
    float: left;
    font-size: 12px; }
  .toolbar .sort-by {
    display: inline-block;
    float: left;
    margin-bottom: 20px; }
    .toolbar .sort-by select {
      padding-top: 7px;
      border: 1px solid #ebebeb;
      line-height: 15px;
      font-size: 12px;
      width: 170px;
      margin-bottom: 0; }
  .toolbar .sorter {
    float: left;
    margin-top: 9px;
    margin-left: 10px; }
  .toolbar .pager {
    float: right;
    margin: 0 0 20px; }

[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased; }

.icon-direction {
  text-align: center; }
  .icon-direction:hover {
    text-decoration: none; }
  .icon-direction i:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-left: 2px; }
  .icon-direction.icon-asc i:before {
    content: '\f175'; }
  .icon-direction.icon-desc i:before {
    content: '\f176'; }

.toolbar .sorter .grid,
.toolbar .sorter .list {
  float: left;
  padding: 0;
  margin-left: 3px;
  cursor: pointer;
  background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/switch-sprite.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
  background-color: #000; }
  .toolbar .sorter .grid a,
  .toolbar .sorter .list a {
    display: block;
    width: 100%;
    height: 100%; }
  .toolbar .sorter .grid.active, .toolbar .sorter .grid:hover,
  .toolbar .sorter .list.active,
  .toolbar .sorter .list:hover {
    background-color: #da14a0; }
.toolbar .sorter .grid {
  background-position: 0 -1px;
  margin-right: 5px; }
.toolbar .sorter .list {
  background-position: 0 bottom; }

.toolbar-bottom .toolbar {
  margin-bottom: 0; }

/* Data Table */
.data-table {
  width: 100%;
  border-bottom: 1px solid #3c4a20; }
  .data-table td,
  .data-table th {
    border-top: 1px solid #3c4a20;
    line-height: 20px;
    padding: 9px 12px;
    vertical-align: middle; }
  .data-table th {
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase; }
    .data-table th.label {
      display: table-cell;
      text-align: left;
      vertical-align: middle; }
  .data-table td .price {
    vertical-align: middle; }
  .data-table td .description {
    margin-bottom: 10px; }
  .data-table td .cart-cell {
    text-align: center; }
    .data-table td .cart-cell .out-of-stock {
      margin: 15px auto; }
    .data-table td .cart-cell .price-box {
      margin-bottom: 10px; }
  .data-table thead th {
    font-weight: 400;
    line-height: 18px;
    vertical-align: middle;
    padding: 9px 12px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    border-top: 0;
    white-space: nowrap; }
    .data-table thead th.wrap {
      white-space: normal; }
  .data-table .product-name {
    font-size: 15px; }

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table thead th a,
.data-table thead th a:hover {
  color: #fff; }

.data-table thead th .tax-flag {
  font-size: 11px;
  white-space: nowrap; }

.data-table tfoot strong {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal; }

/* Bundle products tables */
.data-table tbody.odd tr td,
.data-table tbody.even tr td {
  border-bottom: 0; }

.data-table tbody td .option-label {
  font-weight: bold;
  font-style: italic; }

.data-table tbody td .option-value {
  padding-left: 10px; }

/* Generic Info Box */
.info-box {
  border: 1px solid #ebebeb;
  padding: 12px 15px;
  margin: 0 0 15px; }

.info-box h2 {
  font-weight: bold;
  font-size: 13px; }

.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0; }

.info-table td {
  padding: 2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer; }

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer; }

tr.show-details .summary-collapse {
  background-position: 0 -52px; }

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465; }

tr.summary-details-first td {
  border-top: 1px solid #ebebeb; }

tr.summary-details-excluded {
  font-style: italic; }

/* Shopping cart tax info */
.cart-tax-info {
  display: block; }

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px; }

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer; }

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important; }

.cart-tax-total-expanded {
  background-position: 100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0; }

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em; }

.std ul.disc {
  list-style: none;
  padding-left: 18px;
  margin: 0 0 10px; }

.std dl dt {
  font-weight: bold; }

.std dl dd {
  margin: 0 0 10px; }

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0; }

.std ul {
  list-style: none; }

.std ol {
  list-style: none; }

.std ul ul {
  list-style-type: none; }

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: 0; }

.std dt {
  font-weight: bold; }

.std dd {
  padding: 0 0 0 1.5em; }

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em; }

.std address {
  font-style: normal; }

.std b,
.std strong {
  font-weight: bold; }

.std i,
.std em {
  font-style: italic; }

/* Misc */
.links {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0; }

.links li {
  display: inline;
  list-style: none;
  margin: 0 3px; }
  .links li a {
    color: #8e8e8e; }
    .links li a:hover {
      color: #da14a0; }

.links li.first {
  padding-left: 0 !important; }

.links li.last {
  background: none !important;
  padding-right: 0 !important; }

.link-wishlist,
.link-compare {
  font-size: 0;
  padding: 5px 10px; }
  .link-wishlist:before,
  .link-compare:before {
    font-family: "FontAwesome";
    font-size: 12px; }

.link-wishlist:before {
  content: "\f004"; }

.link-compare:before {
  content: "\f079"; }

.link-print:before {
  font-family: "FontAwesome";
  content: "\f02f";
  margin-right: 5px; }
.link-print:hover {
  text-decoration: none; }

.link-rss {
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap; }

.btn-remove {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  position: relative; }
  .btn-remove:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '\e619';
    font: 11px/20px 'arrows'; }

.edit-link:before {
  font-family: "FontAwesome";
  content: "\f044";
  margin-right: 5px; }
.edit-link:hover {
  text-decoration: none; }

.wishlist-link:before {
  font-family: "arrows";
  content: "\e61d";
  margin-right: 5px;
  font-size: 11px; }
.wishlist-link:hover {
  text-decoration: none; }

.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.cards-list dt {
  margin: 5px 0 0; }

.cards-list .offset {
  padding: 2px 0 2px 20px; }

.separator {
  margin: 0 3px; }

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: #fff;
  text-indent: -999em;
  overflow: hidden; }

/* Global site notices */
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f; }

.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/i_notice.gif) 20px 25px no-repeat;
  text-align: left; }

.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px; }

.global-site-notice .notice-inner .actions {
  padding-top: 10px; }

/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE8 */ }

/* Noscript Notice */
/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff; }

.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center; }

.demo-notice .notice-inner p {
  padding: 0;
  border: 0; }

/* ======================================================================================= */
/* Header ================================================================================ */
/** updated from version 1.2.0 **/
/* 1.2.0 start */
.header-container.abs_position {
  position: absolute;
  width: 100%;
  z-index: 2; }

/* 1.2.0 end */
/*---Header Topbar Styles---*/
.header-container .top-bar {
  /*position: relative;*/
  margin: 0;
  font-weight: 200; }

.top-bar .language-area,
.top-bar .currency-area {
  float: left;
  line-height: 25px; }
  .top-bar .language-area select,
  .top-bar .currency-area select {
    margin: 0; }

.top-bar .currency-area {
  margin-left: 15px; }

.top-bar .language-area {
  /*margin-left: -15px;*/ }

.top-bar .form-language i:before {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 10px;
  position: relative;
  top: 1px;
  content: '\f0e5'; }
.top-bar .form-language select {
  width: 80px; }

.top-bar .form-currency i:before {
  font-family: "Arrows";
  font-size: 14px;
  line-height: 10px;
  position: relative;
  top: 3px;
  content: '\.'; }
.top-bar .form-currency select {
  width: 95px; }

.top-bar select {
  border: none;
  padding: 0 2px;
  color: #8e8e8e; }

.top-bar .container {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: dotted 1px #dbdbdb;
  position: relative; }

.top-bar .top-links {
  float: right;
  margin: 4px 40px 0 0;
  padding: 0; }
  .top-bar .top-links li {
    line-height: 20px; color: #fff;}
    .top-bar .top-links li a {
      font-size: 12px;
      text-transform: uppercase; }
  .top-bar .top-links .price {
    font-size: 12px; }

/* ---added from version 1.0.2 beta ---*/
/* ---version 1.0.2 start---*/
.links li.login, .links li.logout, .links li.myaccount, .links li.mywishlist, .links li.register, .links li.mycart, .links li.blog, .links li[class^="mycart"], .links li[class*="mycart"], .links li.topbar-wishlist, .links li.topbar-login, .links li.topbar-logout, .links li.topbar-create, .links li.topbar-cart, .links li.topbar-blog, .links li.topbar-account {
  padding-left: 0;
  margin-left: 20px;
  margin-right: 0;
  background-position: left center;
  background-repeat: no-repeat; }
  .links li.login:before, .links li.logout:before, .links li.myaccount:before, .links li.mywishlist:before, .links li.register:before, .links li.mycart:before, .links li.blog:before, .links li[class^="mycart"]:before, .links li[class*="mycart"]:before, .links li.topbar-wishlist:before, .links li.topbar-login:before, .links li.topbar-logout:before, .links li.topbar-create:before, .links li.topbar-cart:before, .links li.topbar-blog:before, .links li.topbar-account:before {
    font-size: 14px;
    line-height: 10px;
    font-family: 'arrows';
    margin-right: 5px;
    position: relative;
    top: 1px; }

.login:before,
.topbar-login:before {
  content: '\e61c'; }

.logout:before,
.topbar-logout:before {
  content: '\e616'; }

.mycart:before,
[class^="mycart"]:before,
[class*="mycart"]:before,
.topbar-cart:before {
  content: '\e61f'; }

.mywishlist:before,
.topbar-wishlist:before {
  content: '\e61d'; }

.myaccount:before,
.topbar-create:before,
.topbar-account:before {
  content: '\e61b'; }

.top-bar .blog:before,
.topbar-blog:before {
  content: '0'; }

/* ---version 1.0.2 end---*/
.search {
  float: right;
  position: relative;
  /*margin-right: 20px;*/ }
  .search .search-link {
    font-size: 0;
    cursor: pointer; }
    .search .search-link:before {
      content: "\e614";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      line-height: 25px;
      font-family: "arrows";
      color: #6f6f6f;
      position: relative;
      top: 2px; }

.show-top-panel {
  color: #ccc;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  top: -2px;
  position: absolute;
  left: 50%;
  right: 50%; }
  .show-top-panel:before {
    content: "\f107";
    font-family: "FontAwesome"; }
  .show-top-panel.show-panel {
    color: black; }
    .show-top-panel.show-panel:before {
      content: "\f106"; }

.my-account-link {
  margin-right: 5px;
  width: 35px;
  float: right; }
  .my-account-link:hover {
    text-decoration: none; }
  .my-account-link:before {
    font: normal 16px/30px "arrows";
    color: #8e8e8e;
    position: relative;
    top: 1px;
    content: '\e61b';
    margin-right: 8px; }

/*---Header Topbar Styles End---*/
/*---Header Container > Header Part Styles---*/
.header {
  text-align: right;
  position: relative;
  z-index: 10; }
  .header .container {
    position: relative; }
  .header .quick-access {
    position: relative; }
    .header .quick-access .form-search {
      width: 250px;
      position: relative; }
      .header .quick-access .form-search label {
        text-indent: -9999em;
        overflow: hidden; }
      .header .quick-access .form-search input.input-text {
        margin: 0;
        float: none;
        padding: 2px 11px;
        color: #6f6f6f;
        font-size: 13px;
        line-height: 24px;
        height: 30px;
        border: solid 1px #ebebeb;
        display: inline-block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .header .quick-access .form-search .button {
        background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/icon-zoom.png) no-repeat center 8px;
        text-indent: -9999px;
        font-size: 0;
        text-align: left;
        width: 18px;
        height: 30px;
        border: 0;
        position: absolute;
        top: 0;
        right: -3px;
        margin-left: -40px;
        -webkit-transition: none;
        transition: none; }
        .header .quick-access .form-search .button span {
          background: none; }
  .header .search-left {
    width: 325px;
    display: table-cell;
    vertical-align: middle; }

.shopping-cart {
  display: table-cell;
  vertical-align: middle;
  float: none;
  line-height: 25px;
  font-size: 14px;
  padding-left: 0;
  position: relative; }
  .shopping-cart .price {
    font-size: 16px; }
  .shopping-cart .cart-sum {
    text-transform: uppercase; }
    .shopping-cart .cart-sum > a {
      padding-left: 20px;
      padding-bottom: 25px; }
      .shopping-cart .cart-sum > a:before {
        content: '\e61f';
        font: normal 20px/10px "arrows";
        position: relative;
        margin-right: 10px;
        top: 1px; }
      .shopping-cart .cart-sum > a strong {
        font-weight: normal; }
      .shopping-cart .cart-sum > a:hover {
        text-decoration: none; }
    .shopping-cart .cart-sum .items {
      text-transform: none;
      display: inline-block;
      height: 25px;
      margin: 0 3px; }
    .shopping-cart .cart-sum .for-label {
      text-transform: none; }
  .shopping-cart .cart-popup-container {
    position: relative; }
  .shopping-cart .cart-popup {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    position: absolute;
    z-index: 1001;
    right: 0;
    margin-top: 20px;
    border-top: 1px solid #f1f1f1;
    background: #fff;
    text-align: left;
    padding: 20px;
    width: 320px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1); }
    .shopping-cart .cart-popup .button {
      width: 48%; }
    .shopping-cart .cart-popup:before {
      position: absolute;
      right: 40px;
      top: -11px;
      content: "";
      display: block;
      width: 22px;
      height: 11px; }
    .shopping-cart .cart-popup:after {
      content: "";
      display: block;
      right: 25px;
      width: 27px;
      height: 14px;
      background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/after-arrow.png);
      background-position: center center;
      background-repeat: no-repeat;
      margin: -1em 0 0 2em;
      position: absolute;
      top: 0; }
    .shopping-cart .cart-popup .empty {
      margin: 0; }
    .shopping-cart .cart-popup .qty {
      font-size: 12px; }
    .shopping-cart .cart-popup .products-small .product-item {
      margin-bottom: 20px;
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: 10px; }
      .shopping-cart .cart-popup .products-small .product-item h5 {
        font-weight: normal;
        text-transform: none;
        margin-bottom: 3px; }
        .shopping-cart .cart-popup .products-small .product-item h5 a {
          color: #000;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 0px; }
          .shopping-cart .cart-popup .products-small .product-item h5 a:hover {
            color: #da14a0; }
      .shopping-cart .cart-popup .products-small .product-item:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      .shopping-cart .cart-popup .products-small .product-item .product-image {
        display: inline-block;
        float: left; }
        .shopping-cart .cart-popup .products-small .product-item .product-image img {
          margin: 0 10px 5px 0;
          max-width: 80px; }
      .shopping-cart .cart-popup .products-small .product-item .qty .quantity-label {
        text-transform: uppercase; }
      .shopping-cart .cart-popup .products-small .product-item .qty strong {
        font-weight: 300; }
      .shopping-cart .cart-popup .products-small .product-item .btn-remove {
        float: right;
        /*color: #dedede;                        */
        font-weight: bold;
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out;
        /*background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/black_cross.png) no-repeat center center;                        */
        display: block;
        width: 15px;
        height: 15px;
        font-size: 0;
        /*@include opacity(0.3);*/ }
        .shopping-cart .cart-popup .products-small .product-item .btn-remove:hover {
          /*@include opacity(1);*/
          /*color: #000000;*/
          text-decoration: none; }
      .shopping-cart .cart-popup .products-small .product-item .price {
        float: right;
        font-size: 16px; }
    .shopping-cart .cart-popup .subtotal {
      text-align: right;
      margin-bottom: 20px;
      font-size: 16px;
      position: relative;
      top: -1px;
      text-transform: uppercase;
      color: #000; }
      .shopping-cart .cart-popup .subtotal .price {
        font-size: 24px; }
    .shopping-cart .cart-popup .button {
      margin-bottom: 0; }
  .shopping-cart:hover .cart-popup {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }

/*---Header Container > Header Part Styles End---*/
/*---Logo With Menu Styles---*/
.logo-with-menu {
  display: none;
  float: left; }
  .logo-with-menu h1 {
    margin: 0;
    line-height: 1;
    font-size: 13px; }

/*---Logo With Menu Styles End---*/
/*---Sticky Header Styles---*/
.fixed-header-area .fixed-header > .container {
  display: table; }
  .fixed-header-area .fixed-header > .container .menu-wrapper {
    display: table-row; }

.fixed-header-area .fixed-header .logo-with-menu + div + div {
  display: table-cell;
  vertical-align: middle; }

.fixed-header .logo-with-menu,
.fixed-header-area .logo-with-menu {
  display: table-cell;
  width: 184px;
  margin: 8px 0;
  vertical-align: middle; }

.modal-buttons {
  float: right;
  padding-top: 11px; }

/*---Sticky Header Styles End---*/
/*---Header Types Styles---*/
/*---added from version 1.0.2 beta---*/
/*---version 1.0.2 start---*/
.logo h1 {
  margin-bottom: 0;
  line-height: 1; }

/*---version 1.0.2 end---*/
.header-type-1 .search,
.header-type-1 .links [class^="mycart"],
.header-type-1 .links [class*="mycart"],
.header-type-2 .search,
.header-type-2 .links [class^="mycart"],
.header-type-2 .links [class*="mycart"] {
  display: none; }
.rightPanel-disabled .header-type-1 .top-bar .top-links, .rightPanel-disabled
.header-type-2 .top-bar .top-links {
  margin-right: 0; }
.header-type-1 .header,
.header-type-2 .header {
  margin-top: 30px;
  margin-bottom: 30px; }

.header-type-2 .top-bar,
.header-type-3 .top-bar {
  background: #f8f8f8; }

.header-type-3 .top-bar .top-links,
.header-type-4 .top-bar .top-links {
  margin-right: 20px; }
.header-type-3 .links li.mywishlist,
.header-type-4 .links li.mywishlist {
  display: none; }
.header-type-3 .search,
.header-type-4 .search {
  margin-right: 40px; }
.header-type-3 .header,
.header-type-4 .header {
  display: none; }
.header-type-3 .logo-with-menu,
.header-type-4 .logo-with-menu {
  display: table-cell;
  vertical-align: middle;
  width: 240px;
  float: none; }
  .header-type-3 .logo-with-menu img,
  .header-type-4 .logo-with-menu img {
    width: 100%; }
.header-type-3 .logo-with-menu + div,
.header-type-4 .logo-with-menu + div {
  display: table-cell;
  vertical-align: middle; }
.header-type-3 .main-nav .double-border,
.header-type-4 .main-nav .double-border {
  padding: 30px 0;
  border: none; }
.header-type-3 .main-nav .menu,
.header-type-4 .main-nav .menu {
  margin-right: 5px;
  text-align: right;
  float: none;
  width: 730px; }

.header-type-1 .search-center {
  display: none; }
.header-type-1 .logo {
  display: table-cell;
  vertical-align: middle;
  width: 300px; }
  .header-type-1 .logo img {
   /* max-width: 300px;*/ }
.header-type-1 .shopping-cart:hover .cart-popup {
  margin-top: 10px; }
.header .social_top{text-align:right;}
.header-type-2 .top-bar {
  background-color: #f8f8f8; }
.header-type-2 .search-left {
  display: none !important; }
.header-type-2 .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  float: none;
  width: 345px; }
  .header-type-2 .logo img {
    max-width: 300px; }
.header-type-2 .search-center {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center; }
  .header-type-2 .search-center .form-search {
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.header-type-3 .main-nav {
  background: none;
  border-top: none; }
  .header-type-3 .main-nav .double-border {
    border-top: none; }

.header-type-4 .main-nav {
  background: #f8f8f8; }

/*---Header Types Styles End---*/
/*---Menu Styles---*/
.header-type-1 .main-nav .menu {
  text-align: center; }

.header-type-1 .main-nav .menu > li {
  margin-right: -3px; }

.header-type-1 .main-nav .menu > li li {
  text-align: left; }

.header-type-3 .main-nav .menu > li,
.header-type-4 .main-nav .menu > li {
  padding: 0 11px;
  margin-right: -3px; }

/*---Menu Styles End---*/
/*---menu icon & side area icon Styles---*/
.side-area-icon,
.menu-icon {
  cursor: pointer;
  position: absolute;
  margin-left: 20px;
  right: 0;
  color: #ccc; }
  .side-area-icon i:before,
  .menu-icon i:before {
    content: "\f0c9" !important;
    font: normal 24px FontAwesome;
    color: #d3d3d3; }

.side-area-icon {
  font-size: 22px;
  float: right;
  line-height: 25px;
  top: 10px;
  color: #ccc; }
  .side-area-icon i {
    right: 0;
    top: -5px;
    position: relative; }

.menu-icon {
  font-size: 28px;
  float: left;
  line-height: 28px;
  top: 16px; }
  .menu-icon i {
    position: absolute;
    right: 0; }
    .menu-icon i:before {
      font-size: 28px; }

/*---menu icon & side area icon Styles End---*/
.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.top-panel {
  padding: 20px;
  /*    position: absolute;*/
  width: 100%;
  z-index: 0;
  background: #404040;
  color: #8b8b8b;
  /*    @include transition(0.2s all ease-in-out);*/
  /*@include translateY(-100%);*/
  display: none; }
  .top-panel h1,
  .top-panel h2,
  .top-panel h3,
  .top-panel h4,
  .top-panel h5,
  .top-panel h6,
  .top-panel strong,
  .top-panel cite a {
    color: #fff; }
  .top-panel .button [class^="icon-"], .top-panel [class*=" icon-"] {
    margin-right: 5px; }
  .top-panel .cbp-qtrotator blockquote {
    border-color: #5E5E5E;
    background-image: url("https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/quote2.png"); }

.top-panel.show-panel {
  /*@include translateY(0);*/ }

/*.logo { float:left; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
*/
/*---right side block---*/
.side-block {
  position: absolute;
  background: #2f2f2f;
  left: 0;
  top: 0;
  width: 240px;
  height: 100%;
  bottom: 0;
  z-index: 250;
  -webkit-transition: opacity 100ms 300ms, -webkit-transform 500ms ease;
  transition: opacity 100ms 300ms, -webkit-transform 500ms ease;
  -webkit-transition-delay: ease, 0s; }

.mobile-nav {
  background-color: #151515; }

.shown-side-area .side-block {
  z-index: 900; }

.side-block .close-block {
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: #151515;
  display: block;
  padding: 20px 0 20px 20px;
  font-family: Georgia;
  text-align: left;
  cursor: pointer;
  width: 100%; }

.side-block .close-block:hover {
  color: #c6c6c6; }

.side-block .close-block:hover:before {
  background-position: bottom center; }

.side-block .close-block:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 25px;
  background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/small-close.png);
  background-repeat: no-repeat;
  background-position: top center; }

.shown-side-area .wrapper {
  overflow-x: hidden;
  z-index: 0; }

.shown-side-area .top-bar .container {
  /*    position: static;*/ }

.shown-side-area .side-area-icon {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 899;
  top: 0; }
  .shown-side-area .side-area-icon i {
    display: none; }

.shown-side-area.boxed {
  background-color: rgba(0, 0, 0, 0.4); }

.side-area {
  left: auto;
  width: 0;
  right: 0;
  padding: 0px;
  font-size: 0;
  color: #c7c7c7; }

.side-area .close-block {
  display: none;
  float: left;
  padding: 10px 20px;
  text-align: center;
  height: 50px;
  background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/white_cross_big.png);
  background-repeat: no-repeat;
  background-position: center center; }

.side-area .close-block:before {
  background-image: none; }

.side-area .close-block:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.side-area .close-block i {
  float: right;
  font-size: 36px;
  width: 100%;
  color: #C6C6C6; }

.side-area .close-block i:before {
  content: "" !important; }

.side-area .close-block:hover {
  color: #707070; }

.side-area a {
  color: white; }

.side-area h1,
.side-area h2,
.side-area h3,
.side-area h4,
.side-area h5 {
  color: #c7c7c7; }

.side-area .sidebar-widget {
  display: none;
  float: left;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 50px; }

.side-area .widget-title {
  font-size: 14px;
  color: #fff !important;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px; }

.widget_search {
  min-height: 32px; }

.shown-side-area .side-area {
  width: 290px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: inherit; }

.shown-side-area .close-block,
.shown-side-area .side-area .sidebar-widget {
  display: block; }

.shown-side-area .side-area .sidebar-widget {
  border-top: 1px solid #3e3e3e; }

.recent-post-mini {
  list-style: none;
  margin-bottom: 20px;
  text-align: left; }

.recent-post-mini a {
  text-transform: uppercase;
  color: #000000; }

.recent-post-mini .postimg {
  float: left;
  margin-right: 20px; }

.recent-post-mini > a.postimg {
  position: relative;
  text-align: center; }

.recent-post-mini > a.postimg img {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.recent-post-mini > a.postimg:hover img {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.recent-post-mini strong {
  font-weight: normal; }

.side-block .recent-post-mini a {
  color: #fff; }

/*---right side block end---*/
.mobile-nav {
  left: -100%; }

.logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

.header h1.logo {
  margin: 0; }

.header .welcome-msg {
  margin: 0;
  color: #fff;
  text-align: right; }

.header .welcome-msg a {
  color: #ebbc58; }

.header .form-search .search-autocomplete {
  z-index: 999;
  left: 40px !important;
  top: 22px !important; }

.header .form-search .search-autocomplete ul {
  border: 1px solid #ebebeb;
  background-color: #f9f5f0; }

.header .form-search .search-autocomplete li {
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  padding: 2px 8px 1px 8px;
  cursor: pointer; }

.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold; }

.header .form-search .search-autocomplete li.odd {
  background-color: #fffefb; }

.header .form-search .search-autocomplete li.selected {
  background-color: #f7e8dd; }

.header .form-language {
  clear: both;
  padding: 5px 0 0;
  text-align: right; }

.header .form-language label {
  font-weight: bold;
  padding-right: 5px;
  color: #a7c6dd;
  vertical-align: middle; }

.header .form-language select {
  padding: 0; }

.header .form-language select.flags option {
  background-position: 4px 50%;
  background-repeat: no-repeat;
  padding-left: 25px; }

.header .links {
  float: right;
  margin: 0 0 6px; }

.header .links li {
  float: left;
  font-size: 11px;
  background: #fff;
  padding: 0 8px 0 7px; }

.header .links a {
  color: #ebbc58; }

.header-container .top-container {
  clear: both;
  padding: 5px 10px 0 12px;
  text-align: right; }

.header-container .top-container a {
  font-size: 11px;
  color: #ebbc58; }

/********** < Navigation */
.nav-container {
  background: #0a263d url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/bkg_nav0.jpg) 50% 0 repeat-y; }

#nav {
  width: 918px;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 13px; }

/* All Levels */
/* Style consistent throughout all nav levels */
#nav li {
  position: relative;
  text-align: left; }

#nav li.over {
  z-index: 998; }

#nav a,
#nav a:hover {
  display: block;
  line-height: 1.3em;
  text-decoration: none; }

#nav span {
  display: block;
  cursor: pointer;
  white-space: nowrap; }

#nav li ul span {
  white-space: normal; }

#nav ul li.parent a {
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/bkg_nav2.gif) 100% 100% no-repeat; }

#nav ul li.parent li a {
  background-image: none; }

/* 0 Level */
#nav li {
  float: left; }

#nav li.active a {
  color: #d96708; }

#nav a {
  float: left;
  padding: 5px 12px 6px 8px;
  color: #a7c6dd;
  font-weight: bold; }

#nav li.over a,
#nav a:hover {
  color: #d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active {
  float: none;
  margin: 0;
  padding-bottom: 1px;
  background: #ecf3f6 url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/bkg_nav1.gif) 0 100% repeat-x; }

#nav ul li.last {
  background: #ecf3f6;
  padding-bottom: 0; }

#nav ul a,
#nav ul a:hover {
  float: none;
  padding: 0;
  background: none; }

#nav ul li a {
  font-weight: normal !important; }

/* 2nd Level */
#nav ul,
#nav div {
  position: absolute;
  width: 15em;
  top: 27px;
  left: -10000px;
  border: 1px solid #899ba5; }

#nav div ul {
  position: static;
  width: auto;
  border: none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div {
  top: 5px; }

#nav ul li a {
  background: #ecf3f6; }

#nav ul li a:hover {
  background: #d5e4eb; }

#nav ul li a,
#nav ul li a:hover {
  color: #2f2f2f !important; }

#nav ul span,
#nav ul li.last li span {
  padding: 3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
  left: 0;
  z-index: 999; }

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
  left: 100px; }

/********** Navigation > */
/* ======================================================================================= */
/* Sidebar =============================================================================== */
.sidebar a:hover {
  text-decoration: none; }

.sidebar .widget-title,
.sidebar #narrow-by-list .widget-title {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #3c4a20;
  border-bottom: 1px solid #3c4a20; }

#narrow-by-list .sidebar-item ul li {
  list-style: none;
  padding: 5px 0 5px 5px; }
  #narrow-by-list .sidebar-item ul li a:before {
    font: normal normal 16px/20px 'FontAwesome';
    margin-right: 10px;
    text-decoration: none;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '\f105';
    -webkit-font-smoothing: antialiased; }

.sidebar-item {
  margin-bottom: 40px;
  width: 100%; }

.block {
  margin-bottom: 40px; }

.block .block-title {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #3c4a20;
  border-bottom: 1px solid #3c4a20;
  font-size: 17.5px;
  color: #000; }
  .block .block-title strong {
    font-weight: normal;
    text-transform: uppercase; }

.block .block-title a {
  text-decoration: none !important; }

.block .block-subtitle {
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
  color: #000; }

.block .block-content li.item {
  list-style: none;
  padding: 5px 0 5px 5px; }

.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px; }

.block .actions {
  padding: 0;
  text-align: right;
  margin-top: 20px; }

.block .actions a {
  float: left; }

.block .actions button.button {
  float: right; }

.block .empty {
  margin: 0; }

/* Mini Blocks */
/* Mini Products List */
.mini-products-list .product-image {
  float: left;
  width: 50px;
  border: 1px solid #ebebeb; }

.mini-products-list .product-details {
  margin-left: 60px; }

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word; }

.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important; }

/* Block: Account */
.block-account .account-sidebar {
  border-top: 1px solid #3c4a20;
  border-left: 1px solid #3c4a20;
  border-right: 1px solid #3c4a20;
  padding: 20px; }
  .block-account .account-sidebar strong {
    font-weight: normal;
    font-size: 18px; }
.block-account .block-content {
  margin-bottom: 20px; }
  .block-account .block-content ul {
    padding: 0;
    border: 1px solid #3c4a20; }
  .block-account .block-content li {
    list-style: none;
    position: relative; }
    .block-account .block-content li:before {
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 14px;
      position: absolute;
      left: 35px;
      top: 17px; }
    .block-account .block-content li a,
    .block-account .block-content li strong {
      padding: 15px 20px 15px 50px;
      color: #000;
      font-size: 15px;
      display: block;
      border-top: 1px solid #3c4a20; }
    .block-account .block-content li:first-child a, .block-account .block-content li:first-child strong {
      border-top: none !important; }
    .block-account .block-content li.current {
      color: #da14a0; }
      .block-account .block-content li.current strong {
        color: #da14a0;
        font-weight: normal; }

.block-account .block-content li.current.last {
  border-bottom: 0; }

/* Block: Currency Switcher */
.block-currency {
  border: 0;
  background: #fff;
  padding: 7px 12px 10px;
  height: 51px; }

.block-currency .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px; }

.block-currency .block-title strong {
  font: bold 13px/21px Arial, Helvetica, sans-serif;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/i_block-currency.gif) 0 50% no-repeat;
  padding: 0 0 0 21px;
  text-transform: none;
  color: #fff; }

.block-currency .block-content {
  background: none;
  padding: 0; }

.block-currency .block-content select {
  width: 100%;
  padding: 0; }

/* Block: Layered Navigation */
.block-layered-nav {
  border: 0; }

.block-layered-nav .block-title {
  border: 0;
  padding: 0;
  height: 24px;
  background: #fff;
  text-indent: -999em;
  overflow: hidden; }

.block-layered-nav .block-subtitle {
  line-height: 1.35;
  background: #d5e8ff;
  padding: 3px 9px;
  border: 1px solid #b9ccdd;
  border-width: 1px 0;
  text-transform: uppercase;
  color: #1f5070; }

.block-layered-nav .block-content {
  border: 1px solid #a0b3c3;
  background: #e7f1f4; }

.block-layered-nav dt {
  background: #fff;
  padding: 7px 10px 0 25px;
  font-weight: bold;
  text-transform: uppercase; }

.block-layered-nav dd {
  padding: 0 12px 12px;
  background: #fff; }

.block-layered-nav dd.last {
  background: none; }

.block-layered-nav .currently li {
  position: relative;
  z-index: 1;
  line-height: 1.5; }

.block-layered-nav .currently .sidebar-item {
  margin-bottom: 0; }

.block-layered-nav .currently .label {
  text-transform: uppercase;
  display: inline-block; }

.block-layered-nav .currently .value {
  display: inline-block;
  vertical-align: top; }

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0; }

.block-layered-nav .currently .btn-previous {
  right: 17px; }

.block-layered-nav .actions {
  font-size: 11px;
  text-align: right;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 40px; }

.block-layered-nav .actions a {
  float: none; }

.block-layered-nav .widget-title {
  margin-bottom: 10px; }

.product-categories li {
  list-style: none;
  margin: 3px 0 3px; }

.product-categories > li {
  margin-bottom: 5px;
  padding-bottom: 5px; }
  .product-categories > li > a {
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase; }

.product-categories .open-this {
  cursor: pointer;
  float: right;
  height: 21px;
  line-height: 18px;
  width: 21px;
  display: block;
  margin: 0;
  text-align: center;
  border: solid 1px #3c4a20; }

.product-categories li ul {
  margin-bottom: 4px; }

.product-categories > li > ul {
  display: none;
  padding-left: 20px; }

.product-categories ul.children li > a:before {
  font: normal normal 16px/20px "FontAwesome";
  content: '\f105';
  float: left;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* Block: Cart */
.block-cart .block-title {
  /*border-bottom:0;*/ }

.block-cart .block-title strong {
  background: #fff; }

.block-cart .summary {
  background: #fff;
  padding: 2px 8px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1; }

.block-cart .amount {
  margin: 0; }

.block-cart .amount a {
  font-weight: bold; }

.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  background: #fbebd9;
  text-align: center; }

.block-cart .subtotal .price {
  font-weight: bold; }

.block-cart .actions {
  border-bottom: 1px solid #c2c2c2; }

.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right; }

.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {
  background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/i_block-wishlist.gif); }

.block-wishlist .actions {
  text-align: right; }

.block-wishlist .actions a {
  float: none; }

/* Block: Related */
.block-related .block-title strong {
  background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/i_block-related.gif);
  background-position: 0 1px; }

.block-related input.checkbox {
  float: left; }

.block-related .product {
  margin-left: 20px; }

/* Block: Compare Products */
.block-compare li.item {
  padding: 0 0 10px 0 !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb; }
  .block-compare li.item:last-child {
    border-bottom: 0; }
.block-compare .product-img {
  float: left;
  margin-right: 10px; }
  .block-compare .product-img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.page-popup .link-print {
  padding: 2px 0 2px 25px; }

.compare-table {
  border: 0; }
  .compare-table th,
  .compare-table td {
    position: relative; }
  .compare-table .btn-remove {
    float: right;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10; }
  .compare-table .product-image-wrapper {
    display: block;
    position: relative; }
  .compare-table .compare-cart {
    display: inline; }
    .compare-table .compare-cart .button {
      margin-top: 15px;
      margin-bottom: 0; }
  .compare-table .add-to-links {
    margin-right: 10px;
    margin-top: 15px; }
  .compare-table .no-padding {
    padding: 10px 0 !important; }
  .compare-table tr td .product-name {
    font-size: 13px;
    margin: 0 0 5px;
    padding: 0 10px; }
  .compare-table tr td .ratings {
    width: 69px;
    margin: 0 auto; }
    .compare-table tr td .ratings .amount {
      display: none; }
  .compare-table tr.product-shop-row td {
    text-align: center; }
  .compare-table .price-box {
    padding: 0 10px; }

.mobile-compare-table .compare-head strong {
  font-weight: 400;
  font-size: 15px; }
.mobile-compare-table td {
  text-align: center; }

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong {
  background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/i_block-viewed.gif); }

/* Block: Recently Compared */
/* Block: Poll */
.block-poll .block-title strong {
  background: #fff; }

.block-poll .block-subtitle {
  font-size: 12px; }

.block-poll label {
  color: #777;
  font-weight: bold; }

.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0; }

.block-poll .label {
  display: block;
  margin-left: 18px; }

.block-poll li {
  padding: 3px 9px; }

.block-poll .actions {
  margin: 5px 0 0; }

.block-poll button.button span {
  border-color: #406a83;
  background: #618499; }

.block-poll .answer {
  font-weight: bold; }

.block-poll .votes {
  float: right;
  margin-left: 10px; }

/* Block: Orders and Returns */
.block-gr-search li {
  padding: 3px 9px; }

.block-gr-search button.button span {
  border-color: #406a83;
  background: #618499; }

/* Block: Tags */
.block-tags .block-content .tags-list {
  background: none;
  border: 0;
  font-size: 12px; }

.block-tags .actions {
  text-align: right; }

.block-tags .actions a {
  float: none; }

/* Block: Subscribe */
.block-subscribe .block-content {
  padding: 5px 10px; }

.block-subscribe .block-title strong {
  background-image: #fff; }

.block-subscribe label {
  font-weight: bold;
  color: #666; }

.block-subscribe input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0; }

.block-subscribe .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
  text-align: left; }

.block-subscribe .actions button.button {
  float: none; }

.block-subscribe .actions button.button span {
  border-color: #406a83;
  background: #618499; }

/* Block: Reorder */
.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0; }

.block-reorder .product-name {
  margin-left: 20px; }

.block-reorder .validation-advice {
  margin: 3px 9px 7px; }

/* Block: Banner */
.block-banner {
  border: 0; }

.block-banner .block-content {
  padding: 0;
  text-align: center; }

/* Block: Login */
.block-login .block-title strong {
  background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/i_ma-info.gif); }

.block-login .block-content {
  padding: 5px 10px; }

.block-login label {
  font-weight: bold;
  color: #666; }

.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0; }

.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0; }

.block-login .actions button.button span {
  border-color: #406a83;
  background: #618499; }

/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center; }

.sidebar .paypal-logo a {
  float: none; }

/* ======================================================================================= */
/* Category Page ========================================================================= */
.label-icon {
  text-indent: -9999em;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 50;
  background-size: 100%;
  width: 48px;
  height: 48px; }
  .label-icon.sale-label {
    background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/label-sale.png);
    left: 5px; }
  .label-icon.new-label {
    background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/label-new.png); }

.catalog-side-block .img-wrapper {
  margin-bottom: 20px; }

.category-title {
  border: 0;
  margin: 0 0 7px; }

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center; }

.category-image img {
  width: 100%; }

.category-description {
  margin: 0 0 10px; }

.children .current-cat > a {
  color: #da14a0; }

/* View Type: Grid */
.products-grid {
  position: relative; }
  .products-grid li.item {
    float: left;
    padding: 0 15px;
    margin-bottom: 60px; }
    .products-slider .products-grid li.item {
      margin-bottom: 0;
      width: 100%; }
    .products-grid li.item .item-area {
      position: relative;
      padding: 1px; }
    .products-grid li.item:hover .item-area {
      border: 1px solid #3c4a20;
      padding: 0; }
  .products-grid .product-image {
    display: block;
    width: 100%;
    height: 300px;
    overflow-y: hidden;
    margin: 0 0 10px; }
    .products-grid .product-image img {
      width: 100%; }
  .products-grid .amount {
    display: none; }
  .products-grid .description-wrapper {
    padding: 0 10px 10px; }
  .products-grid .product-name {
    font-size: 16px;
    margin-bottom: 10px; }
  .products-grid .price-box {
    margin-bottom: 10px; }

.products-grid .availability {
  line-height: 21px; }

.col-main .category-products .products-grid.column2 li.item {
  width: 50%; }
  .col-main .category-products .products-grid.column2 li.item.nth-child-2np1 {
    clear: left; }
.col-main .category-products .products-grid.column3 li.item {
  width: 33.33%; }
  .col-main .category-products .products-grid.column3 li.item.nth-child-3np1 {
    clear: left; }
.col-main .category-products .products-grid.column4 li.item {
  width: 25%; }
  .col-main .category-products .products-grid.column4 li.item.nth-child-4np1 {
    clear: left; }
.col-main .category-products .products-grid.column5 li.item {
  width: 20%; }
  .col-main .category-products .products-grid.column5 li.item.nth-child-5np1 {
    clear: left; }

/* View Type: List */
.products-list li.item.last {
  border-bottom: 0; }

.products-list .product-shop {
  margin-left: 150px; }

.products-list .availability {
  float: left;
  margin: 3px 0 0; }

.products-list .desc .link-learn {
  font-size: 11px; }

.products-list .add-to-links {
  clear: both; }

.products-list .add-to-links li {
  display: inline; }

.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px; }

.products-list {
  position: relative; }
  .products-list li.item {
    float: left;
    width: 100%;
    margin-bottom: 25px; }
    .products-list li.item .product-image-wrapper {
      position: relative;
      margin-bottom: 10px;
      float: left;
      width: 35%;
      border: 1px solid transparent; }
      .products-slider .products-list li.item .product-image-wrapper {
        width: 100%; }
      .products-list li.item .product-image-wrapper:hover {
        border: 1px solid #ebebeb;
        padding: 0; }
      .products-slider .products-list li.item .product-image-wrapper {
        margin: 0 15px; }
    .products-list li.item .product-image {
      display: block;
      width: 100%;
      height: auto;
      margin: 0; }
      .products-list li.item .product-image img {
        width: 100%; }
    .products-list li.item .description-wrapper {
      width: 65%;
      padding-left: 20px;
      float: right; }
      .products-slider .products-list li.item .description-wrapper {
        width: 100%;
        padding: 0;
        float: none; }
      .products-list li.item .description-wrapper .amount {
        line-height: 20px; }
    .products-list li.item .product-name {
      font-size: 18px;
      margin-bottom: 10px; }
    .products-list li.item .desc {
      margin-bottom: 30px; }
    .products-list li.item .price-box {
      float: left; }
      .products-slider .products-list li.item .price-box {
        float: none;
        margin-bottom: 10px; }
    .products-list li.item .price {
      font-size: 24px; }
      .products-slider .products-list li.item .price {
        font-size: 18px;
        line-height: 1.5; }
    .products-list li.item .add-to-container {
      padding: 15px 0 15px 20px;
      float: right;
      width: 65%; }
      .products-list li.item .add-to-container .actions {
        float: right; }

.products-grid .product-image-wrapper {
  position: relative;
  text-align: left;
  margin-bottom: 10px; }

.hover-effect-slider .slider-counter {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 4px;
  background-color: #fff; }

.hover-effect-slider .small-slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 25px;
  height: 35px;
  border: 1px solid #e2e2e2;
  line-height: 37px;
  cursor: pointer;
  background: #fff;
  font-size: 0;
  text-indent: -99999px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1; }

.hover-effect-slider .small-slider-arrow.arrow-right {
  right: 0;
  text-align: center;
  border-right: none; }

.hover-effect-slider .small-slider-arrow.arrow-right:hover {
  background-color: #ebebeb;
  color: #4f4f4f; }

.hover-effect-slider .small-slider-arrow.arrow-right:before {
  content: "\df";
  font-family: "arrows";
  font-size: 14px;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  text-indent: 0; }

.hover-effect-slider .small-slider-arrow.arrow-left {
  text-align: center;
  left: 0;
  border-left: none; }

.hover-effect-slider .small-slider-arrow.arrow-left:hover {
  background-color: #ebebeb;
  color: #4f4f4f; }

.hover-effect-slider .small-slider-arrow.arrow-left:before {
  content: "\66";
  font-family: "arrows";
  font-size: 14px;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  text-indent: 0; }

.sw-product-quickview {
  position: absolute;
  bottom: 0;
  display: block;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  text-transform: uppercase;
  padding: 2px;
  text-align: center;
  width: 50px;
  background-color: #fff; }

.products-grid .item:hover .sw-product-quickview,
.products-list .item .product-image-wrapper:hover .sw-product-quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block; }

.slide-item .item:hover .product-image-wrapper .slider-counter,
.slide-item .item:hover .product-image-wrapper .small-slider-arrow,
.slide-item .item:hover .product-image-wrapper .sw-product-quickview,
.products-grid .item:hover .product-image-wrapper .slider-counter,
.products-grid .item:hover .product-image-wrapper .small-slider-arrow,
.products-grid .item:hover .product-image-wrapper .sw-product-quickview,
.products-list .item .product-image-wrapper:hover .slider-counter,
.products-list .item .product-image-wrapper:hover .small-slider-arrow,
.products-list .item .product-image-wrapper:hover .sw-product-quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block; }

.products-list .product-image-wrapper .small-slider-arrow.arrow-right {
  border-right: 1px solid #e2e2e2;
  right: -1px; }

.products-list .product-image-wrapper .small-slider-arrow.arrow-left {
  border-left: 1px solid #e2e2e2;
  left: -1px; }

.product-image-wrapper .out-of-stock {
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 7px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center; }

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
  margin-bottom: 10px; }

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0; }

.ratings strong {
  float: left;
  text-transform: uppercase;
  font-weight: normal;
  margin: 3px 3px 0 0; }

.ratings .rating-links {
  margin: 0;
  line-height: 20px; }

.ratings .rating-links .separator {
  margin: 0 2px; }

.rating-box {
  display: inline-block;
  width: 75px;
  height: 20px;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/star-inactive.png) repeat-x center left;
  text-indent: -999em;
  overflow: hidden; }

.rating-box .rating {
  display: block;
  height: 20px;
  font-size: 0;
  text-align: left;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/star-active.png) repeat-x center left; }

.ratings .rating-box {
  float: left;
  margin-right: 3px; }

.ratings-table {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px; }
  .ratings-table th,
  .ratings-table td {
    padding: 9px 12px;
    vertical-align: middle; }
  .ratings-table th {
    text-transform: uppercase; }

/* Availability */
.availability {
  margin: 0; }

.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px; }

.availability-only span,
.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000; }

.availability-only a {
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none; }

.availability-only .expanded {
  background-position: 100% -15px; }

.availability-only strong {
  color: #be2c00; }

.availability-only-details {
  margin: 0 0 7px; }

.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px; }

.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px; }

.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold; }

/* Email to a Friend */
.email-friend {
  margin-bottom: 10px; }
  .email-friend a:before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f003";
    margin-right: 5px; }

/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px; }

.alert-stock {
  margin: 0;
  font-size: 11px; }

/********** < Product Prices */
.price {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap !important;
  color: #da14a0; }

.price-box p {
  display: inline-block;
  margin-bottom: 0; }

/* Regular price */
.block .regular-price,
.block .regular-price .price {
  color: #2f2f2f; }

/* Old price */
.old-price {
  margin: 0; }

.old-price .price {
  color: #000;
  font-size: 14px;
  text-decoration: line-through; }

/* Special price */
.special-price {
  margin: 0;
  padding: 3px 0; }

/* Minimal price (as low as) */
.minimal-price {
  margin: 0; }

.minimal-price .price-label {
  white-space: nowrap; }

.minimal-price-link {
  display: block; }
  .minimal-price-link:hover {
    text-decoration: none; }

/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #999; }

.price-excluding-tax .label {
  white-space: nowrap;
  color: #999; }

.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200; }

/* Including tax */
.price-including-tax {
  display: block;
  color: #999; }

.price-including-tax .label {
  white-space: nowrap;
  color: #999; }

.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #c76200; }

/* Configured price */
.configured-price {
  margin: 0; }

.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap; }

.configured-price .price {
  font-weight: bold; }

/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444; }

.weee .price {
  font-size: 11px;
  font-weight: normal; }

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block; }

.price-excl-tax .label {
  display: block;
  white-space: nowrap; }

.price-excl-tax .price {
  display: block; }

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block; }

.price-incl-tax .label {
  display: block;
  white-space: nowrap; }

.price-incl-tax .price {
  display: block;
  font-weight: bold; }

/* Price range */
.price-from {
  margin: 0; }

.price-from .price-label {
  font-weight: bold;
  white-space: nowrap; }

.price-to {
  margin: 0; }

.price-to .price-label {
  font-weight: bold;
  white-space: nowrap; }

/* Price notice next to the options */
.price-notice {
  padding-left: 10px; }

/* Price as configured */
.price-as-configured {
  margin: 0; }

.price-as-configured .price-label {
  white-space: nowrap; }

.price-box-bundle {
  padding: 0 0 10px 0; }

.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important; }

/********** Product Prices > */
/* Tier Prices */
.product-pricing,
.tier-prices {
  margin-bottom: 20px; }

.tier-prices li {
  line-height: 1.4;
  padding: 5px 0; }

.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f; }

.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703; }

/* Add to Links */
.add-to-links {
  font-size: 11px;
  margin: 0;
  display: inline-block;
  vertical-align: top; }
  .products-grid .item-area .add-to-links {
    margin: 0;
    padding: 0; }
  .add-to-links li {
    display: inline; }
    .add-to-links li a.button {
      padding: 5px 10px; }
    .add-to-links li a i:before {
      font-family: 'FontAwesome'; }
    .add-to-links li a.link-wishlist i:before {
      content: '\f004'; }
    .add-to-links li a.link-compare i:before {
      content: '\f079'; }
    .add-to-links li .separator {
      display: none !important; }

/* Add to Cart */
.add-to-cart label {
  float: left;
  font-size: 12px;
  display: block;
  margin: 7px 10px 0 0;
  text-transform: uppercase; }

.add-to-cart button.button {
  float: left; }

.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: right; }

.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0; }

.product-view .add-to-cart .paypal-logo {
  margin: 0; }

/* Add to Links + Add to Cart */
.add-to-box {
  margin: 10px 0; }
  .add-to-box .add-to-cart {
    float: left;
    width: 100%;
    margin: 10px 10px 20px 0; }
  .add-to-box .or {
    display: none; }
  .add-to-box .add-to-links li .separator {
    display: none !important; }

.button-down,
.button-up {
  width: 30px;
  height: 33px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center; }

.button-down {
  background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/qty_arrow_left.png);
  margin-right: -3px; }

.button-up {
  background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/qty_arrow_right.png);
  margin-left: -3px; }

.product-essential {
  margin-bottom: 60px; }
  .page-empty .product-essential, .quickview-main .product-essential {
    margin-bottom: 0; }

.product-essential h2 {
  font: bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral .box-collateral {
  margin: 0 0 25px; }
  .product-collateral .box-collateral .pager {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px; }
  .product-collateral .box-collateral dt {
    margin-bottom: 15px; }

/* Product Images */
.product-view .product-img-box .owl-theme .owl-controls .owl-buttons div {
  font-size: 0;
  background-color: #fff;
  color: #b8b8b8;
  border-radius: 0;
  width: 40px;
  height: 70px;
  opacity: 0.8;
  filter: alpha(opacity=80); }
  .product-view .product-img-box .owl-theme .owl-controls .owl-buttons div:before {
    font: 40px/70px "arrows";
    text-align: center;
    display: block;
    color: #b8b8b8;
    opacity: 1;
    filter: alpha(opacity=100); }
  .product-view .product-img-box .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\e602'; }
  .product-view .product-img-box .owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: '\e603'; }
.product-view .product-img-box .more-views .owl-theme .owl-controls .owl-buttons div {
  margin-top: -35px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .product-view .product-img-box .more-views .owl-theme .owl-controls .owl-buttons div:before {
    opacity: 0;
    filter: alpha(opacity=0); }
.product-view .product-img-box .more-views:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 0.8;
  filter: alpha(opacity=80); }
  .product-view .product-img-box .more-views:hover .owl-theme .owl-controls .owl-buttons div:before {
    opacity: 1;
    filter: alpha(opacity=100); }

.col3-layout .product-view .product-img-box {
  float: none;
  margin: 0 auto; }

.product-view .product-img-box .product-image {
  margin: 0 0 13px; }

.product-view .product-img-box .product-image-zoom {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9; }

.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move; }

.product-view .product-img-box .zoom-notice {
  font-size: 11px;
  margin: 0 0 5px;
  text-align: center; }

.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer; }

.product-view .product-img-box .zoom.disabled {
  -moz-opacity: .3;
  -webkit-opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /*IE8*/
  opacity: .3; }

.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px; }

.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/magnifier_handle.gif) 0 0 no-repeat; }

.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0; }

.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0; }

.product-view .product-img-box .more-views h2 {
  font-size: 11px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 8px;
  text-transform: uppercase; }

.product-view .product-img-box .more-views ul {
  margin-left: -9px; }

.product-view .product-img-box .more-views li {
  float: left;
  margin: 0 0 8px 9px; }

.product-view .product-img-box .more-views li a {
  float: left;
  width: 56px;
  height: 56px;
  border: 2px solid #ddd;
  overflow: hidden; }

.product-image-popup {
  margin: 0 auto; }

.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0; }

.product-image-popup .nav {
  font-weight: bold;
  margin: 0 100px;
  text-align: center; }

.product-image-popup .image {
  display: block;
  margin: 10px 0; }

.product-image-popup .image-label {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #2f2f2f; }

/* Product Shop */
.product-view .product-shop .product-name {
  margin: 0 0 10px; }
  .product-view .product-shop .product-name h1 {
    font-size: 16px; }
.product-view .product-shop .price {
  font-size: 28px; }
.product-view .product-shop .tier-prices .price,
.product-view .product-shop .price-notice .price {
  font-size: 18px; }
.product-view .product-shop .sku_wrapper,
.product-view .product-shop .category-url-wrapper {
  display: block;
  margin-bottom: 10px; }
.product-view .product-shop .item-title {
  color: #000; }
.product-view .product-shop .availability.out-of-stock {
  font-weight: 700;
  font-size: 14px;
  color: #da14a0;
  margin-bottom: 5px; }
.product-view .product-shop .add-to-links {
  font-size: 12px;
  text-align: left;
  display: inline-block;
  margin-top: 0;
  padding-top: 0; }
.product-view .product-shop .data-table td .button-up,
.product-view .product-shop .data-table td .button-down {
  display: none; }
.product-view .product-shop .link-wishlist,
.product-view .product-shop .link-compare {
  padding: 10px 15px;
  border-radius: 100%;
  position: relative; }
  .product-view .product-shop .link-wishlist:hover,
  .product-view .product-shop .link-compare:hover {
    background: #da14a0; }
    .product-view .product-shop .link-wishlist:hover:before,
    .product-view .product-shop .link-compare:hover:before {
      color: #fff; }
    .product-view .product-shop .link-wishlist:hover:after,
    .product-view .product-shop .link-compare:hover:after {
      bottom: -36px;
      left: -40px;
      width: 120px;
      display: block; }
  .product-view .product-shop .link-wishlist:before,
  .product-view .product-shop .link-compare:before {
    font-size: 16px; }
  .product-view .product-shop .link-wishlist:after,
  .product-view .product-shop .link-compare:after {
    /*content:"" attr(data-hover) "";
    position: absolute;
    font-size: 12px;
    display: none;
    padding: 5px;
    text-transform: none;
    color: #6f6f6f;*/ }
.product-view .product-shop .btn-cart {
  margin: 0 15px 20px 0;
  float: left; }

.col3-layout .product-view .product-shop {
  float: none;
  width: auto; }

.product-view .product-shop .short-description {
  margin: 10px 0;
  padding: 10px 0 0; }

.product-view .product-shop .price-box {
  margin-bottom: 10px; }

.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
  display: inline; }

/*Sharing Tool for social*/
.share-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  float: left;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px; }

.sharing-tool-area {
  margin-bottom: 20px; }
  .sharing-tool-area.style_10 .addthis_toolbox a {
    margin-right: 10px; }
    .sharing-tool-area.style_10 .addthis_toolbox a:hover {
      text-decoration: none; }
    .sharing-tool-area.style_10 .addthis_toolbox a span {
      background: none !important;
      font-size: 20px; }
      .sharing-tool-area.style_10 .addthis_toolbox a span.at16nc, .sharing-tool-area.style_10 .addthis_toolbox a span.at4-icon {
        width: auto;
        height: auto;
        line-height: 1 !important;
        text-indent: 0; }
      .sharing-tool-area.style_10 .addthis_toolbox a span:before {
        font-family: "FontAwesome"; }
      .sharing-tool-area.style_10 .addthis_toolbox a span.at4-icon.aticon-facebook:before, .sharing-tool-area.style_10 .addthis_toolbox a span.at16nc.at16t_facebook:before {
        content: "\f09a"; }
      .sharing-tool-area.style_10 .addthis_toolbox a span.at4-icon.aticon-twitter:before, .sharing-tool-area.style_10 .addthis_toolbox a span.at16nc.at16t_twitter:before {
        content: "\f099"; }
      .sharing-tool-area.style_10 .addthis_toolbox a span.at_PinItButton {
        width: auto;
        height: auto;
        line-height: 1; }
      .sharing-tool-area.style_10 .addthis_toolbox a span.at_PinItButton:before {
        content: "\f0d2"; }
      .sharing-tool-area.style_10 .addthis_toolbox a span.at4-icon.aticon-email:before, .sharing-tool-area.style_10 .addthis_toolbox a span.at16nc.at16t_email:before {
        content: "\f0e0"; }
      .sharing-tool-area.style_10 .addthis_toolbox a span.at4-icon.aticon-google:before, .sharing-tool-area.style_10 .addthis_toolbox a span.at16nc.at16t_google:before {
        content: "\f0d5"; }

/* Product Options */
.product-options {
  margin-bottom: 20px; }
  .product-options dt {
    /*        float: left;*/
    padding-bottom: 10px;
    min-width: 80px; }
    .product-options dt label {
      line-height: 38px;
      text-transform: uppercase;
      font-size: 12px;
      margin-right: 15px;
      width: 100%; }
      .product-options dt label.required em {
        display: none; }
  .product-options dd {
    float: left;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    width: 100%; }
  .product-options p.required {
    display: none; }
  .product-options p.note {
    margin: 0;
    font-size: 11px; }
  .product-options ul.options-list input.checkbox {
    display: block;
    float: left; }
  .product-options ul.options-list .label {
    display: block;
    width: 90%;
    white-space: normal;
    float: left;
    line-height: 16px; }
  .product-options select[multiple],
  .product-options select[size] {
    width: 100%; }

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0; }

.product-options dd .qty-holder label {
  vertical-align: middle; }

.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f; }

.product-options dd input.datetime-picker {
  width: 150px; }

.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle; }

.product-options dd textarea {
  width: 98%;
  height: 8em; }

.product-options dd .multiselect option {
  border-bottom: 1px dotted #ebebeb;
  padding: 2px 4px; }

.product-options ul.options-list {
  margin-right: 5px; }

.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0; }

.product-options ul.options-list input.radio {
  float: left;
  margin-top: 0; }

.product-options ul.options-list label {
  font-weight: normal; }

.product-options ul.validation-failed {
  padding: 0 7px; }

.product-options-bottom {
  padding: 0;
  /* updated from version 1.2.1 */
  /* version 1.2.1 start */
  /* version 1.2.1 end */ }
  .product-options-bottom .price-box {
    display: none; }
  .product-options-bottom .add-to-cart {
    float: left;
    width: 100%;
    margin: 10px 10px 20px 0; }

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703; }

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0; }

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #e26703; }

.product-options-bottom .price-box {
  float: left;
  margin: 0;
  padding: 0; }

.product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: right; }

.col3-layout .product-options-bottom .price-box {
  float: none;
  padding: 0 0 5px; }

.product-options-bottom .price-label {
  float: left;
  padding-right: 5px; }

.product-options-bottom .price-tax {
  float: left; }

.product-shop .product-options-bottom {
  margin: 0 0 10px; }

.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px; }

.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0; }

.product-shop .product-options-bottom .price-tax {
  float: none; }

.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px; }

.product-shop .product-options-bottom .add-to-links {
  clear: both;
  padding: 0;
  text-align: right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0; }

/* Block: Description */
/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
  line-height: 1.25; }

.tabs {
  position: relative;
  margin-bottom: 20px; }
  .tabs .tab-title {
    display: inline-block;
    border: 1px solid #3c4a20;
    padding: 10px 30px;
    text-transform: uppercase;
    margin: 0 8px; }
    .tabs .tab-title:first-child {
      margin-left: 20px; }
    .tabs .tab-title.opened {
      border-bottom: 1px solid #fff; }
      .tabs .tab-title.opened a {
        color: #000; }
        .tabs .tab-title.opened a:hover {
          color: #da14a0; }
  .tabs .tab-content {
    display: none;
    margin-top: -1px;
    float: right;
    width: 100%;
    border: 1px solid #3c4a20;
    padding: 30px;
    margin-bottom: 30px; }

/* Product View Tabs*/
.product-tabs li {
  display: inline-block;
  border: 1px solid #e9e9e9;
  padding: 10px 30px;
  text-transform: uppercase;
  margin: 0 8px;
  text-align: center; }
  .product-tabs li.active {
    border-bottom: 1px solid #fff; }
    .product-tabs li.active a {
      color: #000; }
      .product-tabs li.active a:hover {
        color: #da14a0; }
  .product-tabs li:first-child {
    margin-left: 20px; }

/* Block: Tags */
.product-tabs-content,
.tab-content {
  margin-top: -1px;
  border: 1px solid #e9e9e9;
  padding: 30px;
  margin-bottom: 30px; }
  .product-tabs-content h2,
  .tab-content h2 {
    font-size: 18px;
    margin-bottom: 20px; }
  .product-tabs-content .comment-container,
  .tab-content .comment-container {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6; }
    .product-tabs-content .comment-container .avatar-image,
    .tab-content .comment-container .avatar-image {
      float: left;
      margin: 0 10px 0 0; }
    .product-tabs-content .comment-container .ratings-list,
    .tab-content .comment-container .ratings-list {
      float: right; }
      .product-tabs-content .comment-container .ratings-list .label,
      .tab-content .comment-container .ratings-list .label {
        display: inline-block;
        vertical-align: top;
        min-width: 60px;
        text-align: left;
        line-height: 20px; }
    .product-tabs-content .comment-container .meta,
    .tab-content .comment-container .meta {
      margin: 5px; }
  .product-tabs-content .add-review,
  .tab-content .add-review {
    max-width: 360px; }
  .product-tabs-content .box-tags,
  .tab-content .box-tags {
    margin: 0; }
    .product-tabs-content .box-tags h3,
    .tab-content .box-tags h3 {
      font-size: 13px; }
    .product-tabs-content .box-tags .product-tags,
    .tab-content .box-tags .product-tags {
      display: block;
      margin: 0 0 15px; }
      .product-tabs-content .box-tags .product-tags li,
      .tab-content .box-tags .product-tags li {
        display: inline;
        padding: 0 7px 0 4px; }
        .product-tabs-content .box-tags .product-tags li.first,
        .tab-content .box-tags .product-tags li.first {
          padding-left: 0; }
        .product-tabs-content .box-tags .product-tags li.last,
        .tab-content .box-tags .product-tags li.last {
          padding-right: 0; }
    .product-tabs-content .box-tags .form-add label,
    .tab-content .box-tags .form-add label {
      display: block;
      font-size: 13px;
      margin: 0 0 10px;
      text-transform: uppercase; }
    .product-tabs-content .box-tags .form-add .input-box,
    .tab-content .box-tags .form-add .input-box {
      display: inline-block;
      width: 275px;
      padding: 0;
      margin-bottom: 10px; }
    .product-tabs-content .box-tags .form-add input.input-text,
    .tab-content .box-tags .form-add input.input-text {
      width: 270px;
      margin: 0; }
    .product-tabs-content .box-tags .form-add button.button,
    .tab-content .box-tags .form-add button.button {
      display: inline-block;
      padding: 10px 20px; }
    .product-tabs-content .box-tags .note,
    .tab-content .box-tags .note {
      margin: 3px 0 0;
      padding: 0;
      font-size: 11px; }

/* Block: Brands */
.product-view .product-brand {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
  text-align: center; }
  .product-view .product-brand .title {
    margin: 20px 20px 10px;
    font-size: 14px;
    font-weight: normal; }
  .product-view .product-brand .product-brand-content {
    padding: 10px; }

/* Block: Upsell */
.slider-viewport .price {
  font-size: 14px; }

.box-up-sell,
.box-viewed {
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
  padding: 0; }
  .box-up-sell .title,
  .box-viewed .title {
    margin: 20px 20px 10px;
    font-size: 14px;
    font-weight: normal; }
  .box-up-sell .slider-viewport,
  .box-viewed .slider-viewport {
    padding: 0 15px 15px 15px; }
    .box-up-sell .slider-viewport .product,
    .box-viewed .slider-viewport .product {
      padding: 4px 15px;
      text-align: center; }
      .box-up-sell .slider-viewport .product .product-image img,
      .box-viewed .slider-viewport .product .product-image img {
        margin-bottom: 10px; }
      .box-up-sell .slider-viewport .product:hover .product-image img,
      .box-viewed .slider-viewport .product:hover .product-image img {
        opacity: 0.75;
        filter: alpha(opacity=75); }
      .box-up-sell .slider-viewport .product .product-name,
      .box-viewed .slider-viewport .product .product-name {
        font-size: 12px;
        letter-spacing: 0;
        margin: 0; }
      .box-up-sell .slider-viewport .product .rating-box,
      .box-viewed .slider-viewport .product .rating-box {
        float: none; }
      .box-up-sell .slider-viewport .product .rating-links,
      .box-viewed .slider-viewport .product .rating-links {
        display: none; }
    .box-up-sell .slider-viewport .item,
    .box-viewed .slider-viewport .item {
      margin-bottom: 10px; }
    .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div,
    .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div {
      position: relative;
      width: 25px;
      height: 25px;
      padding: 0;
      font-size: 0;
      background: rgba(255, 255, 255, 0.1);
      color: #000;
      border: 1px solid #dbdbdb;
      display: inline-block;
      margin: 0 3px; }
      .dark .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div, .dark
      .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div {
        background: rgba(255, 255, 255, 0.75); }
      .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div:before,
      .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div:before {
        font: 14px/25px "arrows";
        display: block; }
      .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div.owl-prev:before,
      .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
        content: "\66"; }
      .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div.owl-next:before,
      .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div.owl-next:before {
        content: "\df"; }
      .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div:hover,
      .box-viewed .slider-viewport .owl-theme .owl-controls .owl-buttons div:hover {
        color: #da14a0; }

/* Block: Reviews */
.product-view .box-reviews dl {
  margin: 15px 0; }

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold; }

.product-view .box-reviews dd {
  margin: 0 0 15px; }

.product-view .box-reviews dd small {
  font-style: italic; }

.product-view .box-reviews .form-add {
  max-width: 360px; }

.product-view .box-reviews .form-add .data-table td {
  text-align: center; }

.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0; }

.product-view .box-reviews .form-add .form-list .input-box {
  width: 360px; }

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
  width: 100%; }

/* Send a Friend */
.send-friend .form-list {
  width: 615px;
  overflow: hidden; }

.send-friend .form-list li {
  margin-right: -15px; }

.send-friend .form-list li p {
  margin: 0 15px 0 0; }

.send-friend .form-list .field {
  width: 315px; }

.send-friend .form-list .input-box {
  width: 300px; }

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px; }

.send-friend .form-list li.wide .input-box {
  width: 612px; }

.send-friend .form-list li.wide textarea {
  width: 609px; }

.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px; }

/* ======================================================================================= */
/* Content Styles ================================================================= */
/* Product Tags */
.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0; }

/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px; }

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
  float: left;
  clear: none; }

.advanced-search-amount {
  margin: 0 0 10px; }

.advanced-search-summary {
  margin: 20px 0;
  border: 1px solid #ebebeb;
  padding: 10px; }
  .advanced-search-summary strong {
    text-transform: uppercase;
    font-weight: normal; }
  .advanced-search-summary p {
    clear: both;
    margin: 0;
    text-transform: uppercase; }

.advanced-search-summary ul {
  float: left;
  width: 49%; }

/* CMS Home Page */
/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0; }

.page-sitemap .links a {
  text-decoration: none;
  position: relative; }

.page-sitemap .links a:hover {
  text-decoration: underline; }

.page-sitemap .sitemap {
  margin: 12px; }

.page-sitemap .sitemap a {
  color: #1b2d3b; }

.page-sitemap .sitemap li {
  margin: 3px 0; }

.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold; }

.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8; }

/* RSS */
.rss-title h1 {
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px; }

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px; }

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart .cart-total-section {
  float: right; }

.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px; }

.cart .page-title h1 {
  margin: 10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li {
  margin: 0 0 5px; }

.cart .title-buttons .checkout-types {
  float: right; }

.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px; }

.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3; }

.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px; }

.cart .cart-coupon-extra {
  float: right; }

/* Shopping Cart Table */
.cart-table {
  border-collapse: separate;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-bottom: 0; }
  .cart-table .price {
    color: #000; }
  .cart-table th,
  .cart-table td {
    padding: 18px 12px; }
    .cart-table th .button,
    .cart-table td .button {
      margin: 0;
      vertical-align: middle; }
      .cart-table th .button.btn-update,
      .cart-table td .button.btn-update {
        margin-left: 10px; }
      .cart-table th .button:before,
      .cart-table td .button:before {
        font-family: "FontAwesome";
        margin-right: 5px;
        text-align: center; }
      .cart-table th .button.btn-continue:before,
      .cart-table td .button.btn-continue:before {
        content: "\f07a"; }
      .cart-table th .button.btn-empty:before,
      .cart-table td .button.btn-empty:before {
        content: "\f014"; }
      .cart-table th .button.btn-update:before,
      .cart-table td .button.btn-update:before {
        content: "\f021"; }
  .cart-table tbody th,
  .cart-table tbody td {
    padding: 18px 12px; }
  .cart-table tbody .product-thumbnail {
    display: block; }
  .cart-table .product-name {
    font-size: 14px; }
  .cart-table .product-thumbnail {
    min-width: 32px;
    width: 90px; }
  .cart-table h2,
  .cart-table h6 {
    margin: 0; }
  .cart-table h6 {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom; }

.table-qty {
  min-width: 120px; }

.cart-table .item-msg {
  margin: 5px 0;
  font-size: 11px;
  font-weight: bold; }

.cart-table .btn-continue {
  float: left; }

.cart-table .btn-update,
.cart-table .btn-empty {
  float: right; }

.cart-table .btn-update {
  margin-left: 10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
  padding: 25px 0 0; }

.cart .cart-collaterals .col2-set {
  float: left;
  width: 605px; }

.cart .cart-collaterals .col2-set .col-2 {
  width: 294px; }

/*ajaxcart options*/
.ajaxcart-index-options .product-view {
  padding: 15px;
  border: 1px solid #ebebeb; }

.ajaxcart-options .product-name {
  padding: 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount h2,
.cart .shipping h2 {
  line-height: 20px;
  font-size: 16px; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set {
  text-align: left; }

.cart .shipping h2 a {
  display: inline-block;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/arrow_down.png) no-repeat right center;
  padding-right: 20px; }
.cart .shipping .shipping-form {
  display: block; }

.cart .discount {
  float: right;
  width: 206px; }
  .cart .discount input.input-text {
    width: 100%; }
  .cart .discount .discount-form,
  .cart .discount .buttons-set {
    text-align: right; }

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0; }

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
  float: right;
  margin-left: 0; }

.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0; }

/* Shopping Cart Totals */
.cart .totals {
  margin-top: 9px;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #3c4a20;
  color: #000; }
  .cart .totals h2 {
    font-size: 18px; }
  .cart .totals .price {
    color: #000; }
  .cart .totals table {
    width: 100%;
    margin-bottom: 20px; }
    .cart .totals table td,
    .cart .totals table th {
      padding: 18px 0;
      padding-right: 0; }
    .cart .totals table tfoot td {
      font-weight: bold;
      font-size: 18px;
      text-transform: uppercase; }
      .cart .totals table tfoot td strong {
        font-size: 18px; }
      .cart .totals table tfoot td .price {
        font-size: 24px; }
  .cart .totals .checkout-types {
    text-align: right; }
    .cart .totals .checkout-types li {
      clear: both; }

/* Options Tool Tip */
.item-options dt {
  display: inline-block;
  font-weight: normal;
  margin: 0 .25em 0 0;
  padding: 0; }
  .item-options dt:after {
    content: ":"; }
.item-options dd {
  display: inline-block;
  margin-right: 5px; }
  .item-options dd:after {
    content: "/";
    margin-left: 5px; }
  .item-options dd:last-child:after {
    display: none; }
  .item-options dd .price {
    font-size: 100%; }

.truncated {
  cursor: help; }

.truncated a.dots {
  cursor: help; }

.truncated a.details {
  cursor: help; }

.truncated .truncated_full_value {
  position: relative;
  z-index: 999; }

.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6; }

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase; }

.truncated .show .item-options {
  top: -20px;
  left: 50%; }

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px; }

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px; }

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px; }
  .sp-methods dt {
    text-transform: uppercase;
    margin: 13px 0 5px; }
  .sp-methods input[type="radio"],
  .sp-methods input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    margin-top: 0; }

.sp-methods dd li {
  margin: 5px 0; }

.sp-methods .form-list {
  padding-left: 20px; }

.sp-methods .form-list li {
  margin: 0 0 8px; }

.sp-methods select.month {
  width: 154px;
  margin-right: 10px; }

.sp-methods select.year {
  width: 96px; }

.sp-methods input.cvv {
  width: 3em !important; }

.sp-methods .checkmo-list li {
  margin: 0 0 5px; }

.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right; }

.sp-methods .checkmo-list address {
  float: left; }

.sp-methods .centinel-logos a {
  margin-right: 3px; }

.sp-methods .centinel-logos img {
  vertical-align: middle; }

.sp-methods .release-amounts {
  margin: 0.5em 0; }

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0; }

.please-wait {
  float: right; }

.please-wait img {
  vertical-align: middle; }

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
  line-height: 40px; }

/* Tooltip */
.tool-tip {
  border: 1px solid #dbdbdb;
  background: #f8f8f8;
  padding: 15px 20px;
  position: absolute;
  z-index: 999; }
  .tool-tip .btn-close {
    font-size: 0; }
    .tool-tip .btn-close a:before {
      content: " ";
      border: 1px solid #dbdbdb;
      background: #f8f8f8 url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/black_cross.png) no-repeat center center;
      position: absolute;
      width: 25px;
      height: 25px;
      top: -30px;
      right: 0; }

.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right; }

.tool-tip .tool-tip-content {
  padding: 5px; }

/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403; }

.gift-messages p.control {
  color: #8e8d8b; }

.gift-messages-form {
  position: relative; }

.gift-messages-form label {
  float: none !important;
  position: static !important; }

.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403; }

.gift-messages-form .whole-order {
  margin: 0 0 25px; }

.gift-messages-form .item {
  margin: 0 0 10px; }

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px; }

.gift-messages-form .item .product-image {
  margin: 0 0 7px; }

.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987; }

.gift-messages-form .item .details {
  margin-left: 90px; }

.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px; }

.gift-messages-form .item .details .form-list .field {
  width: 255px; }

.gift-messages-form .item .details .form-list .input-box {
  width: 240px; }

.gift-messages-form .item .details .form-list input.input-text {
  width: 234px; }

.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px; }

.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px; }

.gift-message-link {
  font-size: 11px;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px; }

.gift-message-link.expanded {
  background-position: 100% -40px; }

.gift-message-row {
  background: #f2efe9; }

.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0; }

.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5; }

.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px; }

.checkout-agreements .agree input.checkbox {
  margin-right: 6px; }

.checkout-agreements .agree label {
  font-weight: bold;
  color: #666; }

.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px; }

.opc .checkout-agreements li {
  margin: 20px 0 0; }

.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px; }

.opc .checkout-agreements .agree {
  padding-left: 6px; }

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff; }

.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px; }

/* Generic Info Set */
/* Updated from version 1.1.3  */
.info-set {
  border: 1px solid #ebebeb;
  margin: 0 0 25px;
  padding-top: 15px; }
  .info-set h2 {
    font-size: 20px; }
  .info-set h3,
  .info-set h4 {
    font-size: 18px; }
  .info-set h2 a,
  .info-set h3 a,
  .info-set h4 a {
    display: inline-block; }
  .info-set h2.legend,
  .info-set h3.legend,
  .info-set h4.legend {
    position: relative; }
  .info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative; }
  .info-set select {
    width: 100%; }
  .info-set .box {
    margin: 0 0 15px; }
  .info-set .data-table .product-name {
    margin-bottom: 0; }
  .info-set .form-list li {
    margin: 0 -10px; }

/** end version 1.1.3 **/
/********** Common Checkout Styles > */
/* One Page Checkout */
#checkout-progress-wrapper {
  margin-bottom: 20px;
  border: 1px solid #3c4a20; }
  #checkout-progress-wrapper .title {
    margin: 20px 20px 10px; }
    #checkout-progress-wrapper .title span {
      padding: 0 10px; }

.block-progress {
  margin-bottom: 0; }
  .block-progress .block-content {
    padding: 0 15px 15px 15px;
    margin-top: 20px; }
  .block-progress dt {
    font-size: 15px;
    border: 1px solid #3c4a20;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 10px; }
    .block-progress dt.complete {
      margin: 0; }
      .block-progress dt.complete .changelink {
        float: right; }
      .block-progress dt.complete a {
        font-size: 11px;
        text-transform: lowercase; }
      .block-progress dt.complete .separator {
        display: none; }
      .block-progress dt.complete:after {
        display: table;
        content: " ";
        clear: both; }
  .block-progress dd {
    border: 1px solid #3c4a20;
    border-top: 0;
    padding: 10px;
    margin-bottom: 10px; }

.block-progress .block-content {
  background: none; }

.block-progress p {
  margin: 0; }

.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0; }

.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0; }

.block-progress .cards-list .info-table th {
  font-weight: normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a {
  display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none; }

.opc .step-title {
  padding: 15px;
  border: 1px solid #3c4a20;
  margin-top: -1px;
  cursor: default; }
  .opc .step-title h2 {
    font-size: 18px;
    margin-bottom: 0; }
.opc .active h2 {
  color: #da14a0; }
.opc .step {
  border: 1px solid #3c4a20;
  padding: 20px 15px;
  margin-top: -1px; }
.opc #s_method_flatrate_flatrate {
  margin-top: 0; }

.opc .buttons-set {
  margin-top: 0;
  padding-top: 2em; }

.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px; }

.opc .buttons-set .back-link small {
  display: none; }

.opc .buttons-set.disabled button.button {
  display: none; }

.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px; }

.opc .ul {
  list-style: disc outside;
  padding-left: 18px; }

.opc {
  position: relative; }

.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px; }

/*.opc .allow .step-title a { display:block; }*/
/*.opc .active .step-title a { display:none; }*/
.opc .step .tool-tip {
  right: 30px; }

#opc-login h3 {
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 2px; }
#opc-login h4 {
  font-size: 1em; }
#opc-login .buttons-set {
  border-top: 0; }

#opc-shipping_method .buttons-set {
  border-top: 0; }

.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f6f1eb;
  border: 1px solid #e9e4de;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px; }

.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto; }

#opc-review .product-name {
  font-size: 15px;
  margin-bottom: 0; }

#opc-review .item-options {
  margin: 5px 0 0; }

#opc-review .buttons-set p {
  margin: 0;
  line-height: 40px; }

#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px; }

#opc-review .authentication {
  margin: 0 auto;
  width: 570px; }

#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px; }

.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #000;
  padding: 2px 0 0;
  text-transform: uppercase;
  text-align: center;
  color: #000; }

.checkout-progress li.active {
  border-top-color: #da14a0;
  color: #da14a0; }

.multiple-checkout h2 {
  font-size: 18px;
  margin: 0 0 20px; }

.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 16px;
  color: #E26703; }

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal; }

.multiple-checkout .data-table .product-name {
  font-size: 1em !important; }

.multiple-checkout .data-table .item-options {
  margin: 5px 0 0; }

.multiple-checkout .gift-messages {
  margin: 15px 0 0; }

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  background: #fbfaf6 url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px; }

.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative; }

.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c; }

.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative; }

.multiple-checkout .box {
  margin: 0 0 15px; }

.multiple-checkout .box h2 {
  color: #e26703; }

.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0; }

.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/bkg_grand-total.gif) 0 0 no-repeat;
  overflow: hidden; }

.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/bkg_grand-total.gif) 100% 0 no-repeat; }

.multiple-checkout .place-order .grand-total .inner div {
  display: inline; }

.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px; }

.multiple-checkout .place-order .grand-total .price {
  color: #E26703; }

.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px; }

.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span {
  border-color: #406a83;
  background: #618499; }

#multiship-addresses-table td {
  padding: 10px; }

#multiship-addresses-table tfoot td {
  padding: 5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden; }

.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px; }

.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px; }

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px; }

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px; }

.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative; }

.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative; }

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .new-users,
.account-login .registered-users {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #3c4a20; }
.account-login .content {
  min-height: 345px; }
.account-login .new-users .content {
  min-height: 384px; }
.account-login .new-users .buttons-set button.button {
  margin: 0; }

/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px; }

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px; }

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%; }

.registered-users .captcha-image {
  margin: 0; }

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px; }

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0); }
  0% {
    -webkit-transform: rotate(-360deg); } }
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0); }
  0% {
    -moz-transform: rotate(-360deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0); }
  0% {
    transform: rotate(-360deg); } }
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990; }

.remember-me label {
  float: none;
  margin: 0 6px; }

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000; }

.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px; }

.remember-me-popup .remember-me-popup-head {
  position: relative; }

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em; }

.remember-me-popup .remember-me-popup-body {
  padding: 10px; }

.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff; }

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0; }

/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 0 20px 0; }

.dashboard .welcome-msg p {
  margin: 0; }

.dashboard .col2-set {
  margin-bottom: 15px; }

/* General Box */
.box-account {
  margin: 0 0 30px; }
  .box-account .box-head {
    text-align: left; }
    .box-account .box-head a {
      float: right; }
  .box-account h2 {
    float: left; }

.dashboard .box-title {
  text-align: right; }
  .dashboard .box-title h3,
  .dashboard .box-title h4 {
    float: left;
    text-align: left; }

/* Block: Recent Orders */
/* Block: Account Information */
/* Block: Reviews */
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 7px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c; }
.dashboard .box-reviews .product-name {
  font-size: 18px;
  margin-bottom: 10px; }
.dashboard .box-reviews .details {
  margin-left: 20px; }
.dashboard .box-reviews li.item {
  margin: 0 0 20px; }
  .dashboard .box-reviews li.item.last {
    margin: 0; }
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 7px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c; }
.dashboard .box-tags .product-name {
  font-size: 18px;
  margin-bottom: 10px; }
.dashboard .box-tags .details {
  margin-left: 20px; }
.dashboard .box-tags li.item {
  margin: 0 0 20px; }
  .dashboard .box-tags li.item.last {
    margin: 0; }
.dashboard .box-tags strong {
  font-weight: normal;
  text-transform: uppercase; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline; }

/* Block: Tags */
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline; }

/********** Dashboard > */
/* Address Book */
.addresses-list h2 {
  font-size: 24px; }

.addresses-list h3 {
  font-size: 18px; }

.addresses-list address {
  margin: 0 0 3px; }

.addresses-list p {
  margin: 0; }

.addresses-list .separator {
  margin: 0 3px; }

.addresses-list li.item {
  margin: 0 0 20px; }

/* Order View */
/* updated from version 1.2.1 */
.order-info {
  padding: 4px 8px;
  margin: 0 0 8px; }

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline; }

.order-info .current {
  font-weight: bold; }

.order-info li {
  margin: 0 3px; }

.order-date {
  margin: 10px 0; }

/* updated version 1.2.1 */
.order-info-box {
  padding: 12px 15px;
  margin: 0 0 15px; }

.order-info-box h2 {
  font-weight: bold;
  font-size: 13px; }

.order-info-box .box-payment p {
  margin: 0 0 3px; }

.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px; }

.order-items {
  width: 100%;
  overflow-x: auto; }

.order-items h2,
.order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c; }

.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important; }

.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal; }

.order-items .order-links {
  text-align: right; }

.order-additional {
  margin: 15px 0; }

/* Order Gift Message */
.gift-message dt strong {
  color: #666; }

.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0; }

/* Order Comments */
.order-about dt {
  font-weight: bold; }

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px; }

.tracking-table {
  margin: 0 0 15px; }

.tracking-table th {
  font-weight: bold;
  white-space: nowrap; }

.tracking-table-popup {
  width: 100%; }

.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap; }

.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px; }

/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 15px; }

.page-print .print-head .logo {
  float: left; }

.page-print .print-head address {
  float: left;
  margin-left: 15px; }

.page-print h1 {
  font-size: 16px;
  font-weight: bold; }

.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold; }

.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold; }

.page-print .order-date {
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px; }

.page-print .col2-set {
  margin: 0 0 10px; }

/* Price Rewrites */
.page-print .gift-message-link {
  display: none; }

.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap; }

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline; }

/* My Wishlist */
.my-wishlist .data-table td {
  padding: 10px; }

.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px; }

.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px; }

.my-wishlist .data-table .link-edit:before {
  font-family: "FontAwesome";
  content: "\f044";
  margin-right: 5px; }
.my-wishlist .data-table .link-edit:hover {
  text-decoration: none; }

.my-wishlist .buttons-set button.button {
  float: none;
  display: inline-block;
  margin-right: 10px; }
.my-wishlist .buttons-set .btn-add:before {
  font-family: "FontAwesome";
  content: "\f07a";
  margin-right: 5px; }
.my-wishlist .buttons-set .btn-share:before {
  font-family: "FontAwesome";
  content: "\f045";
  margin-right: 5px; }
.my-wishlist .buttons-set .btn-update:before {
  font-family: "FontAwesome";
  content: "\f021";
  margin-right: 5px; }

#wishlist-table .add-to-links {
  white-space: nowrap; }

/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px; }

.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px; }

#my-tags-table {
  clear: both; }

#my-tags-table td {
  padding: 10px; }

#my-tags-table .add-to-links {
  white-space: nowrap; }

/* My Reviews */
#my-reviews-table td h2,
#my-reviews-table td h3 {
  margin: 0; }

.product-review .product-name {
  font-size: 18px; }
.product-review h3 {
  font-size: 16px;
  margin-bottom: 15px; }
.product-review dt {
  text-transform: uppercase; }
.product-review dd {
  margin: 5px 0 0; }
.product-review .product-details {
  margin-left: 150px;
  margin-bottom: 20px; }

.product-review .product-img-box {
  float: left;
  width: 140px; }

.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px; }

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px; }

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px; }

.product-review .product-details {
  margin-left: 150px; }

.product-review .ratings-table {
  margin: 0 0 10px; }

/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0; }

.billing-agreements .form-list li select {
  float: left; }

.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px; }

.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px; }

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase; }

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff; }

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100; }

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px; }

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis; }

.map-popup-arrow {
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px; }

.map-popup-close {
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px; }

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right; }

.map-popup-checkout span {
  display: block;
  padding-right: 30px; }

.map-popup-checkout .paypal-logo {
  margin: 0 0 5px; }

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0; }

.map-popup-price {
  margin: 5px 0 0; }

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word; }

.map-popup-only-text {
  border-top: 1px solid #ddd; }

/* ======================================================================================= */
/* Footer ================================================================================ */
.footer {
  text-align: left; }
  .footer .bordered-wrapper {
    border-top: 1px solid #616161; }
    .footer .bordered-wrapper.normal-border {
      border-color: #ebebeb; }
  .footer .footer-top .row,
  .footer .footer-bottom .row {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px; }
  .footer .copyright .row {
    padding-top: 20px;
    padding-bottom: 20px; }
  .footer .copyright .logo-small {
    margin: 0 15px 0 0;
    max-width: 180px; }
  .footer address {
    line-height: 35px;
    float: right; }
  .footer .footer-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 15px; }
    .footer .footer-title.twitter-title:before {
      content: "\f099";
      font-family: "FontAwesome";
      margin: 0 7px 0 0; }
    .footer .footer-title.facebook-title:before {
      content: "\f0a4";
      font-family: "FontAwesome";
      margin: 0 7px 0 0; }
  .footer .block-content .tweet {
    border-bottom: 1px dotted #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 24px; }
  .footer .block-content li:last-child .tweet {
    border-bottom: 0; }
  .footer .block-content .timePosted {
    display: none; }
  .footer .footer-products-list {
    list-style: none outside;
    margin: 0;
    padding: 0; }
    .footer .footer-products-list li {
      list-style: none; }
      .footer .footer-products-list li a {
        display: block;
        text-transform: uppercase;
        color: #000; }
        .footer .footer-products-list li a:hover {
          color: #da14a0; }
      .footer .footer-products-list li:after {
        content: " ";
        display: table;
        clear: both; }
    .footer .footer-products-list > li {
      line-height: 24px;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px dotted #ebebeb;
      float: none; }
      .footer .footer-products-list > li img {
        max-width: 70px; }
      .footer .footer-products-list > li:last-child {
        border-bottom: 0; }
    .footer .footer-products-list img {
      float: left;
      margin: 0 15px 0 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      .footer .footer-products-list img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    .footer .footer-products-list .price {
      font-size: 14px; }
    .footer .footer-products-list .old-price .price {
      font-size: 13px; }
  .footer .recent-post-mini {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ebebeb; }
    .footer .recent-post-mini:last-child {
      border-bottom: 0; }
  .footer h6,
  .footer .h6 {
    margin-bottom: 10px; }
  .footer .footer-custom-content {
    line-height: 1.8; }
  .footer .footer-menu {
    padding-left: 20px;
    margin-bottom: 20px; }
    .footer .footer-menu li {
      list-style: none; }
      .footer .footer-menu li:before {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 14px;
        position: relative;
        left: -10px; }
    .footer .footer-menu a {
      line-height: 25px; }
  .footer .store-switcher {
    display: block;
    float: left; }
    .footer .store-switcher label {
      display: none; }
    .footer .store-switcher select {
      width: 150px;
      vertical-align: middle;
      margin-bottom: 0; }

.content-element,
.element-content {
  margin-bottom: 15px; }

.custom-info-block {
  padding: 12px 0;
  text-transform: uppercase; }
  .custom-info-block a {
    line-height: 26px; }
    .custom-info-block a:hover {
      text-decoration: none; }
    .custom-info-block a .fa {
      font-size: 24px;
      margin-left: 10px;
      position: relative;
      top: 3px;
      color: #d2d2d2;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .custom-info-block a .fa:hover {
        color: #da14a0; }
  .custom-info-block.text-center a {
   /* border-left: 2px solid #000;
    border-right: 2px solid #000;*/
    padding: 0 20px; }
  .custom-info-block:first-child {
    padding-left: 15px; }
  .custom-info-block:last-child {
    padding-right: 15px; }

.colored-active {
  color: #da14a0; }

.footer .bugs {
  margin: 13px 0 0;
  color: #ecf3f6; }

.footer .bugs a {
  color: #ecf3f6;
  text-decoration: underline; }

.footer .bugs a:hover {
  text-decoration: none; }

/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px; }

.home-callout img {
  display: block; }

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px; }

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em; }

.best-selling table {
  border-top: 1px solid #ccc; }

.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px; }

.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc; }

.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em; }

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548; }

/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

/* ======================================================================================= */
.guest-select {
  width: 305px !important; }

/*New Style for Legenda*/
.modal-body {
  padding: 30px 30px 15px;
  position: relative;
  overflow-y: auto;
  max-height: 400px; }

.modal {
  overflow: visible;
  bottom: auto;
  background-color: #fff; }

.modal-open {
  overflow: auto; }

#searchModal {
  width: 90%;
  max-width: 410px;
  left: 50%;
  margin-left: 0;
  top: 10%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  #searchModal > div {
    border: solid 1px #ebebeb;
    margin: 15px; }
  #searchModal .modal-header {
    padding: 17px 20px 0;
    border-bottom: 0; }
    #searchModal .modal-header .close {
      font-size: 0;
      background: #fff url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/black_cross.png) no-repeat center center;
      width: 25px;
      height: 25px;
      opacity: 1;
      filter: alpha(opacity=100);
      position: absolute;
      top: -32px;
      right: 0;
      margin: 0;
      margin-top: 2px; }
    #searchModal .modal-header h3 {
      margin: 0;
      font-size: 18px;
      line-height: 20px;
      text-align: center;
      overflow: hidden; }
  #searchModal .modal-body {
    padding-top: 10px; }
    #searchModal .modal-body .button {
      padding: 10px 20px;
      /*background-color: #ed1c2e;*/
      vertical-align: top; }

.title {
  clear: both;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .title span {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    display: inline-block;
    background: #fff;
    max-width: 595px; }
  .title.a-left span {
    padding-left: 0; }
  .title.a-right span {
    padding-right: 0; }
  .title:before {
    content: "";
    display: block;
    border-top: solid 1px #3c4a20;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1; }
  .title.with-customtitle {
    margin-bottom: 0; }

.custom-title {
  display: block;
  margin-bottom: 20px; }

.price-filter-slider .ui-slider {
  border-radius: 0; }
  .price-filter-slider .ui-slider .ui-slider-handle {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    top: -2px; }
    .price-filter-slider .ui-slider .ui-slider-handle:last-child {
      margin-left: -10px; }
.price-filter-slider .ui-slider-horizontal .ui-slider-range {
  border-radius: 0; }
.price-filter-slider .seperate-dash {
  line-height: 30px; }
.price-filter-slider .priceTextBox {
  font-size: 13px;
  margin: 0 5px;
  width: 60px;
  padding: 5px; }
  .price-filter-slider .priceTextBox:first-child {
    margin-left: 0; }
.price-filter-slider .go {
  float: right; }

/*Legenda Custom Codes*/
.banner {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  /* ---added from version 1.0.1 ---*/
  /*1.0.1 start*/
  /*1.0.1 end*/ }
  .banner .banner-font-dark .banner-content {
    color: #6f6f6f; }
  .banner.va-middle .banner-content .banner-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner.va-bottom .banner-content {
    position: absolute;
    top: auto;
    bottom: 0; }
  .banner.full-inner .banner-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
    .banner.full-inner .banner-content:before {
      border: none; }
  .banner .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    z-index: 2;
    padding: 10px;
    margin: 5px;
    font-size: 13px;
    /* ---added from version 1.0.1 ---*/
    /*1.0.1 start*/
    /*1.0.1 end*/ }
    .banner .banner-content h1,
    .banner .banner-content h2,
    .banner .banner-content h3,
    .banner .banner-content h4,
    .banner .banner-content h5,
    .banner .banner-content h6 {
      color: #fff;
      margin-bottom: 3px;
      line-height: 1.1; }
    .banner .banner-content a {
      position: relative;
      z-index: 3; }
    .product-right-custom-block .banner .banner-content, .catalog-side-block .banner .banner-content {
      background-color: rgba(255, 255, 255, 0.75);
      left: 15px;
      bottom: 50%;
      top: auto;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      width: 83%; }
    .banner .banner-content:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      padding: 5px;
      /*border: 1px solid rgba(255, 255, 255, 0.85); version 1.1.0*/
      left: -6px;
      top: -6px;
      z-index: 1;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
    .banner .banner-content h2 {
      margin-bottom: 3px;
      font-size: 22px; }
    .banner .banner-content p {
      margin-bottom: 0; }
    .banner .banner-content .banner-inner .banner-sub-inner.banner-dark {
      background: rgba(0, 0, 0, 0.3); }
  .banner img {
    width: 100%; }
  .banner.hover-zoom {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
    .banner.hover-zoom img {
      -webkit-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out;
      width: 100%;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000; }
    .banner.hover-zoom:hover {
      background: #000; }
      .banner.hover-zoom:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.75;
        filter: alpha(opacity=75); }
  .banner.hover-fade {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: #000; }
    .banner.hover-fade img {
      width: 100%;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
    .banner.hover-fade:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80);
      width: 100%; }

/*contact us page*/
.google-map.google-map-wide {
  width: 100%;
  height: 300px;
  margin-bottom: 40px; }
  .google-map.google-map-wide img {
    max-width: none; }

/*404 page*/
.page-404 {
  padding: 120px 0;
  text-align: center;
  margin-bottom: 40px; }
  .page-404 h1 {
    margin-bottom: 5px; }
  .page-404 p {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px; }

.largest {
  font-size: 180px;
  color: #da14a0;
  line-height: 1; }

/*about us page*/
.progress-bar {
  background: #f5f5f5;
  height: 28px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .progress-bar > span {
    color: white;
    font-size: 13px;
    margin-left: 15px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    font-weight: 300; }
  .progress-bar > div {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #da14a0;
    width: 0; }

.team-member {
  margin-bottom: 30px; }
  .team-member .member-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    float: left; }
    .team-member .member-image:hover .member-mask {
      opacity: 1;
      filter: alpha(opacity=100); }
  .team-member .member-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .team-member .member-mask .mask-text {
      position: absolute;
      text-align: center;
      width: 100%;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .team-member .member-mask .mask-text fieldset {
        width: 80%;
        margin: 0 auto;
        border: 1px solid #616161;
        padding: 0 0 10px; }
        .team-member .member-mask .mask-text fieldset legend {
          font-size: 14px;
          font-family: Geogia;
          text-transform: uppercase;
          color: #fff;
          padding: 0 10px;
          margin: 0;
          display: inline;
          border: none;
          width: 100%;
          line-height: 1; }
      .team-member .member-mask .mask-text a {
        color: #fff; }
        .team-member .member-mask .mask-text a:hover {
          color: #da14a0; }
      .team-member .member-mask .mask-text i,
      .team-member .member-mask .mask-text em {
        margin: 10px 7px 5px;
        font-size: 0;
        display: inline-block;
        opacity: 0.9;
        filter: alpha(opacity=90); }
        .team-member .member-mask .mask-text i:before,
        .team-member .member-mask .mask-text em:before {
          text-decoration: none;
          display: inline-block;
          speak: none;
          font-family: "FontAwesome";
          font-style: normal;
          font-size: 28px; }
  .team-member .member-position {
    color: #8d8f91;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Open Sans",Arial; }
  .team-member h4 {
    margin-bottom: 0; }
  .team-member .member-email {
    margin-bottom: 20px; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-instagram:before {
  content: "\f16d"; }

.mini-filled {
  color: #000;
  background-color: #f5f5f5; }
  .mini-filled:hover {
    border-color: #da14a0;
    background-color: #da14a0;
    color: #fff !important; }

.list-arrow ul,
ul.list-arrow {
  list-style: none;
  padding: 0; }
  .list-arrow ul li,
  ul.list-arrow li {
    padding: 5px 0 5px 5px; }
    .list-arrow ul li:before,
    ul.list-arrow li:before {
      font-family: "FontAwesome";
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      content: "\f105";
      float: left;
      line-height: 20px;
      font-size: 16px;
      margin-right: 10px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

ul.list-arrow a {
  display: block; }
ul.list-arrow li:hover {
  color: #da14a0; }

/*blog page*/
.postWrapper {
  border-bottom: 1px solid #3c4a20; }

/*dark version setting*/
.dark .wrapper,
.dark .header-wrapper .main-nav,
.dark .fixed-header,
.dark .header-container .top-bar,
.dark .title span,
.dark .footer-top,
.dark .footer-bottom,
.dark .copyright {
  background: #151515; }
.dark .tabs .tab-title.opened {
  border-bottom-color: #151515; }
.dark .modal,
.dark .modal .title span,
.dark input, .dark input[type="password"], .dark input[type="search"],
.dark .shopping-cart .cart-popup,
.dark .button, .dark .link-wishlist, .dark .link-compare,
.dark .fancybox-skin,
.dark textarea,
.dark .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown,
.dark .main-nav .menu > li.menu-full-width .nav-sublist-dropdown,
.dark .fixed-header .menu > li .nav-sublist-dropdown .container > ul > li a,
.dark .main-nav .menu > li .nav-sublist-dropdown .container > ul > li a,
.dark input.input-text,
.dark .progress-bar, .dark.page-empty {
  background: #1e1e1e; }
.dark .fixed-header,
.dark .header-container .top-bar .container,
.dark .main-nav,
.dark .double-border,
.dark .header .quick-access .form-search input.input-text,
.dark input, .dark input[type="password"], .dark input[type="search"],
.dark .title:before,
.dark .sidebar .widget-title,
.dark .sidebar #narrow-by-list .widget-title,
.dark .block .block-title,
.dark .toolbar,
.dark .postWrapper,
.dark input.input-text, .dark select, .dark textarea,
.dark .toolbar .sort-by select,
.dark .shopping-cart .cart-popup,
.dark .pager .pages li a,
.dark .pager .pages li span,
.dark .product-categories .open-this,
.dark .button, .dark .link-wishlist, .dark .link-compare,
.dark .products-grid li.item:hover .item-area,
.dark .quickview-main,
.dark .quickview-main .doubled-border,
.dark .share-title,
.dark .product-view .product-brand,
.dark .box-up-sell, .dark .box-viewed,
.dark .tabs .tab-content,
.dark .tabs .tab-title,
.dark .account-login .new-users,
.dark .account-login .registered-users,
.dark .fieldset,
.dark .shopping-cart .cart-popup .products-small .product-item,
.dark .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown,
.dark .main-nav .menu > li.menu-full-width .nav-sublist-dropdown,
.dark .fixed-header .menu > li .nav-sublist-dropdown .container > ul > li a,
.dark .main-nav .menu > li .nav-sublist-dropdown .container > ul > li a,
.dark .fixed-header .menu > li .nav-sublist-dropdown,
.dark .main-nav .menu > li .nav-sublist-dropdown,
.dark .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a,
.dark .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a,
.dark .footer .bordered-wrapper,
.dark .custom-info-block.text-center a,
.dark .footer .footer-products-list > li,
.dark .footer .block-content .tweet,
.dark .block-account .account-sidebar,
.dark .data-table td, .dark .data-table th,
.dark .block-compare li.item,
.dark .block-account .block-content ul,
.dark .block-account .block-content li a,
.dark .block-account .block-content li strong,
.dark .data-table,
.dark .cart .totals,
.dark table th, .dark table td,
.dark hr,
.dark .order-view,
.dark .opc .step-title,
.dark #checkout-progress-wrapper,
.dark .opc .step,
.dark .block-progress dt,
.dark .block-progress dd,
.dark .loading-state,
.dark .ajaxcart-options .product-name, .dark.ajaxcart-index-options .product-view,
.dark .home-newsletter-block,
.dark .home-newsletter-block .newsletter-widget-container,
.dark .share-title,
.dark #opc-login,
.dark .ajaxcart-index-options .product-view,
.dark .quickview-index-view .product-view {
  border-color: #3d3d3d; }
.dark .shopping-cart .cart-popup:after {
  background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/after-arrow-dark.png); }
.dark .toolbar .sorter .grid, .dark .toolbar .sorter .list {
  background-image: url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/switch-sprite-dark.png); }
.dark .product-view .product-shop .item-title {
  color: #b1b1b1; }
.dark .show-top-panel.show-panel {
  color: #cccccc; }
.dark .side-area-icon {
  color: #fff; }
.dark .button.white {
  background: rgba(255, 255, 255, 0.7);
  color: #222;
  border: 1px solid #3c4a20; }

.more-title {
  position: relative;
  clear: both; }
  .more-title .show-more-link {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 11px;
    color: #a7a9aa;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
    .more-title .show-more-link:after {
      content: "\f105";
      font-family: "FontAwesome";
      margin-left: 5px;
      text-align: center;
      opacity: 1;
      filter: alpha(opacity=100);
      text-indent: 0; }

.loading-success {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.loading-state {
  border: 1px solid #ebebeb;
  padding: 0 !important; }

.products-list li.item .product-image-wrapper.loading-state {
  border-color: #ebebeb; }

.products-list li.item .product-image-wrapper.loading-state .product-image,
.products-list li.item .product-image-wrapper.loading-state .small-slider-arrow,
.products-list li.item .product-image-wrapper.loading-state .slider-counter,
.loading-state .product-image-wrapper,
.loading-state .description-wrapper {
  opacity: 0.4;
  filter: alpha(opacity=40); }

.sw-qv-loading {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  height: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/loading.gif) no-repeat center center;
  z-index: 5; }

.sw-cart-state {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 5; }
  .sw-cart-state .ajax-cart-fail,
  .sw-cart-state .ajax-cart-success {
    padding: 3px;
    color: #fff; }
    .sw-cart-state .ajax-cart-fail:before,
    .sw-cart-state .ajax-cart-success:before {
      font-family: "FontAwesome";
      font-size: 36px;
      position: absolute;
      top: 50%;
      margin-top: -27px;
      left: 10px; }
    .sw-cart-state .ajax-cart-fail div,
    .sw-cart-state .ajax-cart-success div {
      border: 1px solid #fff;
      padding: 10px;
      padding-left: 23%; }
  .sw-cart-state .ajax-cart-fail {
    background-color: #f45b5b; }
    .sw-cart-state .ajax-cart-fail:before {
      content: "\f00d"; }
  .sw-cart-state .ajax-cart-success {
    background-color: #98c391; }
    .sw-cart-state .ajax-cart-success:before {
      content: "\f00c"; }

.custom-bordered-wrapper {
  border-top: 1px dotted #ebebeb;
  border-bottom: 1px dotted #ebebeb; }

.lastest-post .post-title,
.lastest-post .post-info {
  margin-bottom: 10px; }
.lastest-post .post-info strong {
  font-weight: normal; }

/*Home Page Newsletter Block*/
.home-newsletter-block {
  padding: 4px;
  border: 1px solid #ebebeb; }
  .home-newsletter-block .newsletter-widget-container {
    text-align: center;
    padding: 20px 20px 5px 20px;
    border: 1px solid #ebebeb;
    position: relative;
    z-index: 2; }
    .home-newsletter-block .newsletter-widget-container p,
    .home-newsletter-block .newsletter-widget-container input {
      text-align: center; }
    .home-newsletter-block .newsletter-widget-container .input-email {
      margin-bottom: 20px;
      width: 100%;
      height: auto;
      cursor: auto;
      display: block;
      text-align: center; }
  .home-newsletter-block .newsletter-form {
    margin: 1em 0;
    display: block; }

/*homepage products grid mode*/
.home-products-grid-container ul.row {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0; }

/*homepage blog slider*/
.posts-slider .slide-item {
  padding: 0 15px;
  position: relative; }
  .posts-slider .slide-item .post-images {
    position: relative;
    margin-bottom: 15px; }
    .posts-slider .slide-item .post-images img {
      display: block; }
    .posts-slider .slide-item .post-images .blog-mask {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      color: #fff;
      padding: 0;
      text-align: center;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      .posts-slider .slide-item .post-images .blog-mask .mask-content {
        position: absolute;
        left: 50%;
        margin-left: -65px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%; }
        .posts-slider .slide-item .post-images .blog-mask .mask-content a {
          padding: 0;
          border: 2px solid #fff;
          color: #fff;
          display: inline-block;
          width: 44px;
          height: 44px;
          position: relative;
          font-size: 28px;
          margin: 0 10px;
          background-color: rgba(0, 0, 0, 0.4);
          -webkit-transition: 0.2s all ease-in-out;
          transition: 0.2s all ease-in-out; }
          .posts-slider .slide-item .post-images .blog-mask .mask-content a i {
            font-style: normal;
            line-height: 34px; }
          .posts-slider .slide-item .post-images .blog-mask .mask-content a:after {
            content: '';
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
            -webkit-transition: opacity 0.3s, box-shadow 0.3s;
            transition: opacity 0.3s, box-shadow 0.3s;
            pointer-events: none;
            position: absolute;
            width: 22px;
            height: 26px;
            left: 22px;
            bottom: -4px; }
          .posts-slider .slide-item .post-images .blog-mask .mask-content a:hover {
            text-decoration: none; }
            .posts-slider .slide-item .post-images .blog-mask .mask-content a:hover:after {
              opacity: 0.85;
              filter: alpha(opacity=85);
              box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6); }
    .posts-slider .slide-item .post-images:hover .blog-mask {
      opacity: 0.9;
      filter: alpha(opacity=90);
      background-color: rgba(255, 255, 255, 0.6); }

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both; }

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box; }

.swatch-link {
  border: 1px solid #ebebeb;
  margin: 0 0 3px; }

.swatch-link:hover {
  cursor: pointer;
  text-decoration: none; }

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10; }

.swatch-link.has-image .swatch-label {
  position: relative; }

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0; }

.swatch-label {
  border: 1px solid #ebebeb;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4; }

.configurable-swatch-list {
  margin-left: -3px;
  margin-bottom: 10px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px); }

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px; }

.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top; }

.configurable-swatch-list .not-available .x {
  display: block; }

.configurable-swatch-list .not-available .swatch-link {
  border-color: #ebebeb;
  position: relative; }

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40); }

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff; }

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px; }

.configurable-swatch-list .not-available a:focus {
  outline: 0; }

#narrow-by-list .sidebar-item .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%; }

#narrow-by-list .sidebar-item .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
  margin-bottom: 10px; }

#narrow-by-list .sidebar-item .swatch-link.has-image {
  line-height: inherit; }

#narrow-by-list .sidebar-item .swatch-link:hover .swatch-label {
  border-color: #ebebeb; }

#narrow-by-list .sidebar-item .swatch-label {
  background: #f4f4f4;
  border: 1px solid #ebebeb;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap; }

#narrow-by-list .sidebar-item .swatch-label img {
  border: 1px solid #ebebeb;
  box-sizing: content-box; }

#narrow-by-list .sidebar-item .has-image .swatch-label {
  padding: 0; }

.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border: 1px solid #da14a0; }

.ajaxcart-index-options,
.quickview-index-view {
  padding: 15px; }
  .ajaxcart-index-options .product-essential,
  .quickview-index-view .product-essential {
    margin-bottom: 0; }
  .ajaxcart-index-options .product-view,
  .quickview-index-view .product-view {
    padding: 15px;
    border: 1px solid #ebebeb; }

@media (min-width: 1200px) {
  .boxed .wrapper {
    width: 1200px; }

  .title span {
    max-width: 795px; }

  .header-container .container,
  .double-border .container,
  .fixed-header .container {
    width: 1140px;
    padding-left: 0;
    padding-right: 0; }

  .header-type-1 .logo {
    width: 515px;
    text-align: center; }

  .header-type-3 .main-nav .menu,
  .header-type-4 .main-nav .menu {
    width: 965px; }
    .header-type-3 .main-nav .menu > li,
    .header-type-4 .main-nav .menu > li {
      padding: 0 12px; }

  .content-element,
  .element-content {
    margin-bottom: 30px; }

  .product-right-custom-block .banner .banner-content,
  .catalog-side-block .banner .banner-content {
    width: 86%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .header-container .container,
  .double-border .container,
  .fixed-header .container {
    width: 930px;
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 991px) {
  .boxed .wrapper {
    width: 100%; }

  .header-container.header-type-1 .header, .header-container.header-type-2 .header, .header-container.header-type-3 .header, .header-container.header-type-4 .header {
    display: block;
    text-align: left;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 0; }
    .dark .header-container.header-type-1 .header, .dark .header-container.header-type-2 .header, .dark .header-container.header-type-3 .header, .dark .header-container.header-type-4 .header {
      border-color: #3d3d3d; }

  .top-bar {
    border-bottom: solid 1px #ebebeb; }
    .dark .top-bar {
      border-color: #3d3d3d; }
    .top-bar .container {
      border: none; }

  .header .logo {
    position: relative;
    padding-left: 40px; }

  .header-type-1 .logo {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 0; }

  .hidden-tablet {
    display: none !important; }

  .hidden-desktop {
    display: inherit !important; }

  .header .menu-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -12px; }

  .header-container .top-bar .links li.mycart {
    display: none; }

  .header-container .top-bar .search {
    margin-right: 0; }

  .header-type-1 .top-bar .top-links,
  .header-type-2 .top-bar .top-links {
    margin-right: 0; }

  .header-type-3 .top-bar .top-links,
  .header-type-4 .top-bar .top-links {
    margin-right: 15px; }

  .header-container .header .shopping-cart .cart-sum > a {
    padding-left: 0; }

  .fixed-header {
    min-height: 40px; }

  .fixed-header .menu {
    display: none; }

  .fixed-header .menu-icon {
    float: left;
    position: relative;
    top: 11px;
    left: 10px; }

  .fixed-header .logo-with-menu {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

  .fixed-header .shopping-cart-link,
  .fixed-header .my-account-link,
  .fixed-header .search-link {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 42px;
    float: left;
    margin-left: 10px;
    font-size: 0;
    cursor: pointer; }
    .fixed-header .shopping-cart-link:before,
    .fixed-header .my-account-link:before,
    .fixed-header .search-link:before {
      font-family: "arrows";
      line-height: 30px;
      color: #8e8e8e; }
    .fixed-header .shopping-cart-link:hover,
    .fixed-header .my-account-link:hover,
    .fixed-header .search-link:hover {
      text-decoration: none; }
  .fixed-header .my-account-link {
    padding-left: 5px;
    margin-right: 0; }
    .fixed-header .my-account-link:before {
      margin-right: 0; }
  .fixed-header .shopping-cart-link {
    padding-left: 5px; }
    .fixed-header .shopping-cart-link:before {
      font-size: 18px;
      content: '\e61f'; }
  .fixed-header .my-account-link:before {
    position: relative;
    top: 1px;
    font-size: 16px;
    content: '\e61b'; }
  .fixed-header .search-link {
    padding-left: 0; }
    .fixed-header .search-link:before {
      position: relative;
      top: 2px;
      font-size: 16px;
      content: '\e614'; }

  .col-main .category-products .products-grid.column3 li.item {
    width: 50%; }
    .col-main .category-products .products-grid.column3 li.item.nth-child-3np1 {
      clear: none; }
    .col-main .category-products .products-grid.column3 li.item.nth-child-2np1 {
      clear: left; }
  .col-main .category-products .products-grid.column4 li.item {
    width: 33.33%; }
    .col-main .category-products .products-grid.column4 li.item.nth-child-4np1 {
      clear: none; }
    .col-main .category-products .products-grid.column4 li.item.nth-child-3np1 {
      clear: left; }
  .col-main .category-products .products-grid.column5 li.item {
    width: 25%; }
    .col-main .category-products .products-grid.column5 li.item.nth-child-5np1 {
      clear: none; }
    .col-main .category-products .products-grid.column5 li.item.nth-child-4np1 {
      clear: left; }

  .products-list li.item {
    margin-bottom: 60px; }

  .products-list li.item .product-name.product-name-mobile {
    width: 100%;
    margin-bottom: 0;
    clear: both; }

  .products-list li.item .add-to-container {
    width: 100%;
    padding-left: 0; }

  /*  Product View Tab   */
  .tabs .tab-title {
    margin-left: 0;
    width: 100%; }
    .tabs .tab-title:first-child {
      margin-left: 0; }
  .tabs .tab-content {
    float: none;
    margin-top: 0;
    margin-bottom: 0; }

  /*Legenda Custom Codes*/
  .product-right-custom-block .banner .banner-content,
  .catalog-side-block .banner .banner-content {
    left: 9px;
    width: 84%;
    bottom: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  .catalog-side-block .banner .banner-content {
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%); }

  .flickr-image {
    margin: 0 5px 10px 0; }

  .custom-info-block.text-center a {
    border: none; }

  .owl-theme .owl-controls .owl-buttons div {
    width: 45px;
    height: 62px; }
    .owl-theme .owl-controls .owl-buttons div:before {
      font-size: 40px; }

  .tp-leftarrow.default, .tp-rightarrow.default {
    width: 45px !important;
    height: 62px !important; }
    .tp-leftarrow.default:before, .tp-rightarrow.default:before {
      font-size: 40px !important;
      line-height: 62px !important;
      height: 62px !important; } }
@media (max-width: 767px) {
  .lastest-post {
    margin-bottom: 15px; }

  .col2-left-layout .col-main {
    float: none; }

  .col-left,
  .col-right {
    width: 100%; }

  .col2-set .col-1,
  .col2-set .col-2 {
    width: 100%;
    margin-bottom: 10px; }

  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    width: 100%;
    margin-bottom: 10px; }

  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    width: 100%;
    margin-bottom: 10px; }

  .header-container .header .shopping-cart {
    display: block;
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -60px; }

  .hidden-phone {
    display: none !important; }

  .form-list .field {
    width: 100%; }

  .header-container .header .shopping-cart .cart-sum > a {
    padding-bottom: 0; }

  .top-bar .my-account-link:before,
  .top-bar .search .search-link:before {
    font-size: 16px;
    top: 1px;
    line-height: 30px; }

  .shopping-cart .cart-popup {
    display: none; }

  .header .logo {
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 30px;
    text-align: center;
    width: 100% !important; }
    .header .logo img {
      width: 100%; }
    .header .social_top{text-align:center;margin: 10px auto; }
   
  .header-container .top-bar .search {
    display: block; }

  .fixed-header-area .fixed-header > .container {
    width: 100%; }

  .fixed-header-area.fixed-already {
    display: block !important; }

  .fixed-header .logo-with-menu {
    display: none !important; }

  .col-main {
    margin-bottom: 20px; }

  .col-main .category-products .products-grid.column3 li.item {
    width: 50%; }
    .col-main .category-products .products-grid.column3 li.item.nth-child-3np1 {
      clear: none; }
    .col-main .category-products .products-grid.column3 li.item.nth-child-2np1 {
      clear: left; }
  .col-main .category-products .products-grid.column4 li.item {
    width: 50%; }
    .col-main .category-products .products-grid.column4 li.item.nth-child-4np1, .col-main .category-products .products-grid.column4 li.item.nth-child-3np1 {
      clear: none; }
    .col-main .category-products .products-grid.column4 li.item.nth-child-2np1 {
      clear: left; }
  .col-main .category-products .products-grid.column5 li.item {
    width: 50%; }
    .col-main .category-products .products-grid.column5 li.item.nth-child-5np1 {
      clear: none; }
    .col-main .category-products .products-grid.column5 li.item.nth-child-2np1 {
      clear: left; }

  .page-heading h1 {
    margin-top: 0;
    font-size: 24px; }
    .page-heading h1:before {
      border-top: none; }

  .products-list li.item .product-image-wrapper {
    width: 100%; }

  .products-list li.item .description-wrapper {
    width: 100%;
    padding: 0; }

  /*Legenda Custom Codes*/
  .product-right-custom-block .banner .banner-content,
  .catalog-side-block .banner .banner-content {
    left: 20px;
    width: 94%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }

  /*shopping cart table*/
  .cart-table tr {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .cart-table tr:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .cart-table td {
    border: none; }
  .cart-table tbody .product-thumbnail {
    display: block;
    width: 100%; }
  .cart-table tbody .table-product-name {
    display: block;
    width: 100%;
    text-align: center; }
  .cart-table tbody .table-edit,
  .cart-table tbody .table-remove,
  .cart-table tbody .table-wishlist {
    position: absolute;
    top: 0;
    right: 0; }
  .cart-table tbody .table-edit {
    right: 20px; }
  .cart-table tbody .table-wishlist {
    right: 50px; }
  .cart-table tbody .table-tax,
  .cart-table tbody .table-qty {
    display: inline-block;
    width: 49%;
    padding: 18px 0; }
  .cart-table tbody .table-qty {
    text-align: left !important; }
  .cart-table tbody .table-tax-total {
    display: block;
    text-align: center !important; }
  .cart-table tfoot tr {
    border: none !important; }
  .cart-table tfoot td {
    display: block; }
    .cart-table tfoot td .button span {
      display: none; }
    .cart-table tfoot td .button:before {
      margin: 0; }

  /*shopping cart page*/
  .cart-total-section {
    max-width: 300px; }

  /*footer*/
  .text-left,
  .text-right {
    text-align: center; }

  .flickr-image {
    margin: 0 10px 10px 0; }

  .copyright {
    padding-top: 20px; }
    .copyright .col-sm-6 {
      margin-bottom: 10px; }
      .copyright .col-sm-6:last-child {
        margin-bottom: 0; }
    .copyright address,
    .copyright .store-switcher {
      float: none; }

  .account-login .content {
    min-height: 1px; }

  .checkout-progress li {
    float: none;
    width: 80%;
    margin: 0 auto; }

  /*wishlist table*/
  .my-wishlist .data-table thead {
    display: none; }
  .my-wishlist .data-table tbody tr {
    display: block;
    border-top: 1px solid #ebebeb;
    position: relative; }
    .dark .my-wishlist .data-table tbody tr {
      border-color: #3d3d3d; }
  .my-wishlist .data-table tbody td {
    display: block;
    border: none; }
    .my-wishlist .data-table tbody td .button {
      margin: 0; }
    .my-wishlist .data-table tbody td.last {
      padding: 0; }
  .my-wishlist .data-table tbody .product-image {
    width: 72px;
    height: 72px;
    margin: 0 auto; }
  .my-wishlist .data-table tbody .add-to-cart-alt {
    margin: 15px 0; }
  .my-wishlist .data-table tbody .btn-remove {
    position: absolute;
    top: 10px;
    right: 10px; }
  .my-wishlist .data-table .link-edit {
    font-size: 0;
    position: absolute;
    top: 10px;
    right: 30px; }
    .my-wishlist .data-table .link-edit:before {
      font-size: 14px;
      margin: 0; }

  .link-view-order {
    font-size: 0; }
    .link-view-order:before {
      font-size: 14px;
      font-family: "FontAwesome";
      content: "\f06e"; }
    .link-view-order:hvoer {
      text-decoration: none; }

  .link-reorder {
    font-size: 0; }
    .link-reorder:before {
      font-size: 14px;
      font-family: "FontAwesome";
      content: "\f021"; }
    .link-reorder:hvoer {
      text-decoration: none; }

  .et_section .button {
    margin-bottom: 5px; } }
@media (max-width: 480px) {
  .header-container .header .shopping-cart {
    top: -57px;
    width: 230px !important;
    text-align: left !important;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  .top-bar .my-account-link:before,
  .top-bar .search .search-link:before {
    line-height: 10px; }

  .header-container .header .shopping-cart .cart-sum > a {
    padding-left: 15px; }
    .header-container .header .shopping-cart .cart-sum > a:before {
      top: 2px; color: #fff; }
    .header-container .header .shopping-cart .cart-sum > a .items,
    .header-container .header .shopping-cart .cart-sum > a .for-label {
      display: none; }
.header-container .header .shopping-cart .cart-sum > a strong {
    color: #fff;}
 .header .logo{padding:0 20px;}

  .toolbar .sorter {
    display: none; }

  .toolbar .sort-by,
  .toolbar .pager {
    float: left;
    position: relative;
    left: 50%;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    margin-bottom: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

  .col-main .category-products .products-grid.column2 li.item, .col-main .category-products .products-grid.column3 li.item, .col-main .category-products .products-grid.column4 li.item, .col-main .category-products .products-grid.column5 li.item {
    width: 100%;
    clear: left; }

  .products-list li.item .price-box,
  .products-list li.item .add-to-container .actions {
    float: none; }

  .product-tabs-content .box-tags .form-add input.input-text, .tab-content .box-tags .form-add input.input-text,
  .product-tabs-content .box-tags .form-add .input-box, .tab-content .box-tags .form-add .input-box {
    width: 100%; }

  /*Legenda Custom Codes*/
  .product-right-custom-block .banner .banner-content,
  .catalog-side-block .banner .banner-content {
    width: 86.5%; }

  /*shopping cart page*/
  .cart .cart-coupon-extra,
  .cart .discount,
  .cart .cart-shipping-extra {
    width: 100%; }
  .cart .cart-coupon-extra {
    margin-bottom: 40px; }

  /*account page (dashbody)*/
  .product-review .product-img-box {
    float: none;
    margin: 0 auto; }
  .product-review .product-details {
    margin-left: 0; } }

.top-bar .container {
	border: none;
}
.wrapper,
.title span,
.modal,
.fancybox-skin {
    background-color: #e6ddc8;
}
body,
.label,
.product-view .product-shop .sku_wrapper .sku {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #2d2c28;
}
.postWrapper .post-info .posted-in a,
.breadcrumbs li strong,
.breadcrumbs li a,
.old-price .price,
.product-view .product-shop .link-wishlist:after, 
.product-view .product-shop .link-compare:after {
    color: #2d2c28;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .title,
.product-name a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.share-title,
.block .block-title strong
{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2d2c28;
}
.side-area .widget-title,
.recent-post-mini a,
.more-title .show-more-link,
.footer .footer-products-list li a,
.fixed-header .menu > li > a, 
.main-nav .menu > li > a,
.button {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1, 
.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cart-table .price,
.cart .totals,
.cart .totals .price,
.order-products-table .price,
strong,
.block-account .block-content li a,
.block .block-subtitle,
.product-categories > li > a,
.order-view .order-products-table th,
.shopping-cart .cart-popup .products-small .product-item h5 a,
.shopping-cart .cart-popup .subtotal,
.data-table thead th,
.recent-post-mini a{
    color: #2d2c28;
}
a,
.f-icon i:before,
.product-view .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div,
.checkout-progress li,
.shopping-cart .cart-sum > a {
    color: #000000;
}
.checkout-progress li {
    border-color: #000000;
}
.side-area-icon i:before, 
.menu-icon i:before {
    color: #ffffff;
}
a:hover,
.button:hover,
.fixed-header a:hover,
.main-nav a:hover,
.links li a:hover,
.side-area-icon:hover i:before,
.menu-icon:hover i:before,
.recent-post-mini strong,
.pager li>a:hover, 
.pager li>a:focus,
.pager .pages li.current span,
.pager .pages li a.next:hover:before, 
.pager .pages li a.previous:hover:before,
.link-wishlist:hover, 
.link-compare:hover,
.product-tabs li.active a:hover,
.product-name a:hover,
.product-view .box-up-sell .slider-viewport .owl-theme .owl-controls .owl-buttons div:hover,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.shopping-cart .cart-popup .products-small .product-item h5 a:hover,
.opc .active h2,
.colored-active,
.custom-info-block a .fa:hover,
.footer .footer-products-list li a:hover,
.block-account .block-content li.current,
.block-account .block-content li.current strong,
.largest,
.team-member .member-mask .mask-text a:hover,
ul.list-arrow li:hover,
.postWrapper .post-info .posted-in a:hover,
.shopping-cart .cart-sum > a:hover strong,
.form-list label.required em,
.more-title .show-more-link:hover,
.breadcrumbs li a:hover,
.product-view .product-shop .availability.out-of-stock,
.tp-leftarrow.default:hover:before, .tp-rightarrow.default:hover:before,
span.active,
strong.active,
p.active,
.children .current-cat > a,
/*version 1.1.0 start*/.vmegamenu a:hover,
.vmegamenu > li:hover > a
/*version 1.1.0 end*/ {
    color: #ed1c2e;
}
/*version 1.1.0 start*/.tp-leftarrow.default:hover:before, 
.tp-rightarrow.default:hover:before {
    color: #ed1c2e !important;
}
/*version 1.1.0 end*/.checkout-progress li.active,
.dark .product-categories .open-this:hover {
    color: #ed1c2e;
    border-color: #ed1c2e;
}
.button:hover,
.pager li>a:hover, 
.pager li>a:focus,
.pager .pages li.current span,
.link-wishlist:hover, 
.link-compare:hover,
input.input-text:focus,
textarea:focus {
    border-color: #ed1c2e;
}
.toolbar .sorter .grid,
.toolbar .sorter .list {
    background-color: #2d2c28;
}
.toolbar .sorter .grid.active,
.toolbar .sorter .list.active,
.toolbar .sorter .grid:hover,
.toolbar .sorter .list:hover,
.progress-bar > div,
.mini-filled:hover,
.product-view .product-shop .link-wishlist:hover, 
.product-view .product-shop .link-compare:hover,
.block-with-ico.ico-position-top i {
    background-color: #ed1c2e;
}
.price {
    color: #ed1c2e;
}
.button,
.link-wishlist, 
.link-compare {
    color: #2d2c28;
    
}
.button.filled,
.button.filled:hover,
.button.white:hover {
    background-color: #ed1c2e;
    border-color: #ed1c2e;
    color: #2d2c28;
}
.product-view .product-shop .link-wishlist:hover:before, 
.product-view .product-shop .link-compare:hover:before {
    color: #2d2c28;
}
/*---Top Bar Settings---*/.header-container .top-bar {
    background: #3c4a20;
}
.header-container .top-bar .container {
    border-color: #3c4a20;
}
.links li a,
.links li.login:before, 
.links li.logout:before, 
.links li.myaccount:before, 
.links li.mywishlist:before, 
.links li.register:before, 
.links li.mycart:before,
.search .search-link:before,
.my-account-link:before,
.top-bar select,
.top-bar .form-language i:before,
.top-bar .form-currency i:before,
.top-bar li.blog:before {
    color: #ffffff;
}
/*---Top Bar Settings End---*//*-----Version 1.1.0 start-----*//*---Main Header Styles---*/.header-container {
background-color: #dfc397;
}
/*-----version 1.1.0 end-----*//*---Main Navigation Styles---*/.header-wrapper .main-nav {
    background-color: #3c4a20;
}
.fixed-header a, 
.main-nav a,
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li:before,
.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li:before,
/*version 1.1.0 start*/.vmegamenu a,
.vmegamenu li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li:before
/*version 1.1.0 end*/ {
    color: #ffffff;    
}
.fixed-header .menu > li > a, .main-nav .menu > li > a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fixed-header .menu > li > a > span.cat-label.cat-label-label1, .main-nav .menu > li > a > span.cat-label.cat-label-label1,
.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1,
.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label1,
/*version 1.1.0 start*/.nav-category-list > li > a > span.cat-label.cat-label-label1,
.nav-category-list > li .nav-sublist-dropdown .container ul li a > span span.cat-label.cat-label-label1,
.nav-category-mobile-list .sw-mobile-menu > li > a span.cat-label.cat-label-label1,
.nav-category-mobile-list .sw-mobile-menu > li > ul li a > span span.cat-label.cat-label-label1
/*version 1.1.0 end*/ {
background: #f5b507;
color: #ffffff;
}
.fixed-header .menu > li > a > span.cat-label.cat-label-label2, .main-nav .menu > li > a > span.cat-label.cat-label-label2,
.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2,
.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label2,
/*version 1.1.0 start*/.nav-category-list > li > a > span.cat-label.cat-label-label2,
.nav-category-list > li .nav-sublist-dropdown .container ul li a > span span.cat-label.cat-label-label2,
.nav-category-mobile-list .sw-mobile-menu > li > a span.cat-label.cat-label-label2,
.nav-category-mobile-list .sw-mobile-menu > li > ul li a > span span.cat-label.cat-label-label2
/*version 1.1.0 end*/ {
background: #db2920;
color: #ffffff;
}
.fixed-header {
    background-color: #3c4a20;
}
.fixed-header .menu > li .nav-sublist-dropdown, .main-nav .menu > li .nav-sublist-dropdown,
.fixed-header .menu > li.menu-item .nav-sublist-dropdown .nav-sublist li > a, .main-nav .menu > li.menu-item .nav-sublist-dropdown .nav-sublist li > a,
/*version 1.1.0 start*/.nav-category-list > li .nav-sublist-dropdown,
.nav-category-list > li.menu-item .nav-sublist-dropdown .nav-sublist li > a
/*version 1.1.0 end*/ {
    background-color: #1e4400;
}
/*---Main Navigation Styles End---*//*---Footer Top Styles Start---*/.footer-top {
    background-color: #485933;
}
.footer-top,
.footer-top a,
.footer-top .footer-products-list .old-price .price {
    color: #ffffff;
}
.footer-top a:hover,
.footer-top .footer-menu li:hover,
.footer-top .footer-products-list li a:hover,
.footer-top .tweet a,
.dark .footer-top .footer-products-list li a:hover {
    color: #1e4400;
}
.footer-top h1,
.footer-top .h1,
.footer-top h2,
.footer-top .h2,
.footer-top h3,
.footer-top .h3,
.footer-top h4,
.footer-top .h4,
.footer-top h5,
.footer-top .h5,
.footer-top h6,
.footer-top .h6,
.footer-top .footer-title,
.footer-top .recent-post-mini a,
.footer-top .footer-products-list li a {
    color: #000000;
}
.footer-top .footer-products-list > li,
.footer-top .block-content .tweet,
.footer-top .recent-post-mini {
    border-color: #2d2c28;
}
.footer .bordered-wrapper,
.footer-top .bordered-wrapper {
}
/*---Footer Top Styles End---*/
/*---Footer Bottom Styles Start---*/.footer-bottom {
    background-color: #3c4a20;
}
.footer-bottom,
.footer-bottom a,
.footer-bottom .footer-products-list .old-price .price {
    color: #ffffff;
}
.footer-bottom a:hover,
.footer-bottom .footer-menu li:hover,
.footer-bottom .footer-products-list li a:hover,
.footer-bottom .tweet a,
.dark .footer-bottom .footer-products-list li a:hover {
    color: #1e4400;
}
.footer-bottom h1,
.footer-bottom .h1,
.footer-bottom h2,
.footer-bottom .h2,
.footer-bottom h3,
.footer-bottom .h3,
.footer-bottom h4,
.footer-bottom .h4,
.footer-bottom h5,
.footer-bottom .h5,
.footer-bottom h6,
.footer-bottom .h6,
.footer-bottom .footer-title,
.footer-bottom .recent-post-mini a,
.footer-bottom .footer-products-list li a {
    color: #ffffff;
}
.footer-bottom .footer-products-list > li,
.footer-bottom .block-content .tweet,
.footer-bottom .recent-post-mini {
    border-color: #3c4a20;
}
.footer-bottom .bordered-wrapper {
    border-color: #3c4a20;
}
/*---Footer Bottom Styles End---*//*---Footer Copyright Styles Start---*/.copyright {
    background-color: #3c4a20;
}
.copyright,
.copyright a {
    color: #ffffff;
}
.copyright .bordered-wrapper {
}
/*---Footer Copyright Styles End---*/.tabs .tab-title.opened {
    border-bottom-color: #e6ddc8;
}
/* If PaginationNumbers is true */
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(https://www.mooremilitaria.com/skin/frontend/smartwave/default/zoom/css/AjaxLoader.gif) no-repeat center center; }
.owl-item .item {
  position: relative; }

.product-view .product-img-box .product-image-zoom,
.product-view .product-img-box .product-no-image-zoom {
  height: auto;
  overflow: hidden; }
  .product-view .product-img-box .product-image-zoom.window,
  .product-view .product-img-box .product-no-image-zoom.window {
    overflow: visible; }
.product-view .product-img-box .product-no-image-zoom img {
  width: 100%; }
.product-view .product-img-box .product-image-zoom img {
  position: relative; }
.product-view .product-img-box .owl-theme .owl-controls {
  margin-top: 0; }
  .product-view .product-img-box .owl-theme .owl-controls .owl-buttons div {
    display: block;
    position: absolute;
    top: 50%;
    margin: -20px 0;
    z-index: 1000; }
    .product-view .product-img-box .owl-theme .owl-controls .owl-buttons div.owl-prev {
      left: 0; }
    .product-view .product-img-box .owl-theme .owl-controls .owl-buttons div.owl-next {
      right: 0; }

#more_img_gal .item {
  margin: 0 10px; }

.more-views {
  margin: 20px 0 0; }
  .more-views .owl-item {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    cursor: pointer; }
    .more-views .owl-item.synced {
      opacity: 1;
      filter: Alpha(Opacity=100); }

.item img {
  width: 100%;
  height: auto; }

.vt-icon {
  display: none; }

.lb-icon {
  position: absolute;
  font-size: 18px;
  z-index: 1000; }
  .lb-icon.rt_bt {
    right: 15px;
    bottom: 10px; }
  .lb-icon.rt_tp {
    right: 15px;
    top: 10px; }
  .lb-icon.lt_bt {
    left: 15px;
    bottom: 10px; }
  .lb-icon.lt_tp {
    left: 15px;
    top: 10px; }
  .lb-icon i {
    cursor: pointer; }
    .lb-icon i:before {
      content: '\f065'; }

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel{display:none;}
div.star-rating{display:inline-block;width:15px;height:14px;text-indent:-999em;cursor:pointer;background:transparent;overflow:hidden}
div.star-rating.radio { min-height: 0; padding: 0; margin: 0; }
div.star-rating,div.star-rating a{background:url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/star-inactive.png) no-repeat;}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;border:0}
div.star-rating-on a,
div.star-rating-hover a{background:url(https://www.mooremilitaria.com/skin/frontend/smartwave/legenda/images/star-active.png) no-repeat;}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
span.rating-type {float: left; min-width: 90px; display: block; margin-top: -2px;}
.rating-block { margin-bottom: 10px; }
.rating-block p { clear: both; }
/* END jQuery.Rating Plugin CSS */
