@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont.eot?v=4.0.3&5805653549519905264");
  src:  url("fontawesome-webfont.eot?%23iefix&v=4.0.3&5805653549519905264") format('embedded-opentype'), 
        url("fontawesome-webfont.woff?v=4.0.3&5805653549519905264") format('woff'), 
        url("fontawesome-webfont.ttf?v=4.0.3&5805653549519905264") format('truetype'), 
        url("fontawesome-webfont.svg?v=4.0.3%23fontawesomeregular&amp;5805653549519905264") 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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.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: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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";
}
/********************************************************************************************************
							 				BX SLIDER
********************************************************************************************************/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("bx_loader67ce.gif?7238151481887017653") center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



/********************************************************************************************************
							 				FANCYBOX
******************************************************************************************************s
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {

	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHhe7JZbc6JMGIQXAUOQEMi3uMYkrmopZgqs5ujZ//+zvpdNzMsMlli1N3uRvtCbpzo9I+nmhyqN9OO6GNQ6Ha1SG0mcrhskXe90rvKE6kbX7r9MF4vp2887nfBrqPW0xJemD4w32e7jHIj2602SbNZ7Qfgd0zJLtgKi2B0+tSsE3h8u0RX7HGGfHWrK9oiIbrK69SiQHxTliO5VWtP0rrNEemhoj6muaYqx2XuGyJrwbgUKohhb3hIFM6wCC7Zm4+M5Zs5fpKNiTYndEOUHDFRYCeADLvGiy7DtL7E5/12gJPacalPlqEc2eoFAdmCa2UOGyOhoUuQgwo7PxCwJMGXYGcQMlyCVX3DchCkGs3V6h0iFgyUSZsuS6QQLGaYDhueUHxhf3RpzOqB8dRMcz84lf5FS9A1Ngi2PQm8PF7RBZOnEyqFnSC/BKX6bHQmucpB13mRzCJtTsPUowlpl14if2JifUXcwgeqdA2OLn1C+PdsbzCKkW0a3KeKxbbAxF4FJ9EgAaXGqyFORAuLZNrkMZNoNKnNS9PE5dpltFofjB4PJXIAk5rP/HMu4Ukmm7XjEkwLfc2yT66tJk7lp2T2H1LMtk2wVVsWpcE0SlW4DbeLE/xG3eRvfQv7Fptw4KvpDNRKLt1/3rZty/xbjrPef1+5D018ITYttkiTrfAUsrmzK3RTIT/woHxH3DaZl9h2rRH2aX0ydaYb1BVK1zNdA32RvNn7DkVmmoyeVJvYBMcdl5Vg2/lW0zpSbUNIKT12KLV8wVjsmNvGW63feU3qj86veGQmAA1e5qzbStNZdmVTlRzzbSjG+4+t4u1iqjxxjR6pczaiNBCCVXoGx25X7mUNGgJBHM/QsXWp+dk4U5xJjX4EXSM7ACcCxnnnm2zI8rxVoFgMr/lUwUpyNPvYVx/eRfaUSQzkzLWxEOVhiwynCAd2GvCm/2bquBPEo+LxnDv0YXdyfFOHQP+8EV/kY0enSorxyitoLxxwiabDRqDImWF2JJVBIeVNEk2HgsDGn7vkhcPy67lMOiBGF4AGS3tX8yYqAfb5eF/kRiMPX4cDjEDLd8wezJT4lwtHrMHBtbg6V9oLhYDYLw3A2eSVbn0elSdMCecFg+Ee0Kq7dlftLXSCrRxNE8lzH7hp0Nu3qpHQty7Ztq2sabHvtpb/SLauisVTye1O+N2Ubbxhu2xSAq6x1UwoAWfum8P3Gu5ZNYaUA2jaFJYCofVPYOWnZFD4TcLpxU1ZAnN24KRnfxQ2bshEE/Vub8r0p35vi/t9eHRoBDMNQDJUvMLkOkDMM+8D7b9cR+kOKLPy4juojnQeAkWWVAyLLLINVdovj44N8LOqi/3Djxo0bN5ZvdbWJuwHhrw2ILYdqBwDT2fEEXtrZFmVcCWLiAAAAAElFTkSuQmCC');

}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.html') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	/*visibility: hidden;*/
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	/*background: url('fancybox_overlay.png');*/
	background: rgba(0,0,0,.7);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/********************************************************************************************************

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 COLOR VARIABLES
2.3 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

4. TYPOGRAPHY
4.1 HEADINGS
4.2 PARAGRAPHS & LISTS
4.3 LINKS
4.4 PRODUCT ATTRIBUTES (name, description, price)
4.5 RTE

5. FORMS & COMPONENTS
5.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. MAIN PAGE
7.1 HEADER
7.2 MEGAMENU
7.3 NIVOSLIDER
7.4 SHOWCASE
7.5 MAIN PRODUCT LISTING
7.6 OTHER HOMEPAGE BLOCKS
7.7 FOOTER

8. COLLECTION PAGES
8.1 BREADCRUMBS
8.2 DESCRIPTIONS & TAGS
8.3 PRODUCTS SORTING
8.4 COLLECTION LISTING
8.5 PAGINATION

9. SIDEBAR WIDGETS
9.1 LINKS LIST
9.2 SIDEBAR PRODUCT LISTING

10. SEARCH RESULTS PAGE

11. PRODUCT PAGE
11.1 PRODUCT IMAGES
11.2 PRODUCT INFO
11.3 PRODUCT PAGINATION
11.4 RELATED PRODUCTS

12. BLOG
12.1 POSTS LISTING
12.2 SINGLE POST

13. CUSTOMER PAGES
13.1 LOG IN
13.2 ACCOUNT
13.3 ADDRESSES
13.4 ORDERS

14. CART PAGE
14.1 CART PRODUCTS
14.2 GUEST CHECKOUT

15. CONTACTS PAGE

16. PAGE 404

********************************************************************************************************/



/********************************************************************************************************
                           1. CSS RESET
********************************************************************************************************/

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, font, 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, input, textarea, button
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none !important;
	vertical-align: top;
	background: transparent;
	font-weight: normal;
	font-weight: 300;
	line-height: 1.66em;
}

ol, ul {
	list-style:none;
}
a, span {
	vertical-align:baseline;
	line-height:inherit;
	font-weight:inherit;
}
b, strong {
	font-weight: bold;
	vertical-align:baseline;
}
i, dfn {
	font-style: italic;
}

img {
	max-width: 100%;
}



/********************************************************************************************************
                           2. VARIABLES
********************************************************************************************************/


/* 2.1 COLOR VARIABLES */

/* COLOR SHADES CONVERTER */




































/*#f2f2f2*/





































/*#f2f2f2*/



/* 2.2 CSS3 TRANSITIONS */









/********************************************************************************************************
									3. GLOBAL THEME STYLES
********************************************************************************************************/

/* hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}


/* clearfix - nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}


/* utility classes: hidden, float left, float right, etc. */
.hidden,
.visuallyhidden {
	display: none;
}
 
.left {
	float: left;
}
.right {
	float: right;
}


/* addthis styles */
.addthis_toolbox {
	margin: 15px 0 0 0;
	border-top: 1px solid #e7e7e6;
}
.addthis_toolbox > a {
	margin: 15px 15px 0 0 !important;
	padding: 0 !important;
}
.addthis_toolbox .at300b {
	height: 21px;
}

.addthis_button_tweet {
	width: 79px;
}

#_atssh {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}


/* jquery.formstyler styles for selects */
.jq-selectbox {
	display: block;
	z-index: 1000 !important;
	cursor: pointer;
}

.jq-selectbox__select-text {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger i {
	position: absolute;
	top: 0;
	right: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.jq-selectbox__dropdown {
	width: 100%;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.jq-selectbox.opened .jq-selectbox__trigger i {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}


/* misc */
#at15s {
	z-index: 999 !important;
}

#habla_window_div {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}


/* hex2rgb color converter */




















/* PAGE PRELOADER */
#page_preloader {
	width: 100%;
	height: 100%;
	background: url(//cdn.shopify.com/s/files/1/0878/2406/t/2/assets/bx_loader.gif?13117752616896309593) 50% 50% no-repeat #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}


/* ADD TO CART MESSAGE */
.cart_popup {
	width: 100%;
	height: 86px;
	font-size: 25px;
	line-height: 85px;
	color: #fff;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(89,89,89,.7);
	display: none;
}


/* COOKIES POLICY MESSAGE */
.cookies_container {
	min-height: 60px;
	background: #191919;
	display: none;
}

.cookies_container p {
	display: inline-block;
	margin: 0;
	font-size: 17px;
	line-height: 60px;
	color: #888;
}
.cookies_container p b {
	vertical-align: baseline;
	color: #fff;
}

.cookies_container .cookie_btn {
	height: 40px;
	display: inline-block;
	margin: 10px 0 10px 6px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-size: 17px;
	line-height: 38px;
	color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	
    
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.cookies_container .cookie_ok {
	margin: 10px 0 10px 20px;
	background: #18a439;
	border-color: #18a439;
}
.cookies_container .cookie_no {
	border-color: #585858;
}

.cookies_container .cookie_btn:hover {
	background: #585858;
	border-color: #585858;
}



/* NEWSLETTER POPUP */
#newsletter_popup__wrap {
	width: 484px !important;
}
#newsletter_popup__wrap .fancybox-inner {
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	padding-bottom: 50px;
}
#newsletter_popup__wrap #newsletter_popup {
	max-width: 60%;
}
#newsletter_popup__wrap .fancybox-skin {
	padding:31px 54px 20px !important;
	border-radius: 0px;
    background-color: #ffffff;
    
    background: #ffffff url(//cdn.shopify.com/s/files/1/0878/2406/t/2/assets/newsletter_image.png?13117752616896309593) right bottom no-repeat;
    
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}


#newsletter_popup h4 {
	font-weight: 400;
	font-size: 20px;
	color: #12afa3;
}
#newsletter_popup form {
	margin: 16px 0 0 0;
	position: relative;
}
#newsletter_popup input[type=email] {
	width: 198px;
	height: 30px;
	font-size: 10px;
	color: #888888;
}
#newsletter_popup .btn {
	height: 30px;
	margin-top: 10px;
	padding: 6px 31px;
}

#newsletter_popup .newsletter_off__wrap {
	margin: 6px 0 0 0;
	text-align: center;
}
#newsletter_popup .newsletter_off__wrap .btn {
	height: auto;
	font-size: 11px;
}

#newsletter_popup .newsletter_error {
	margin: 0;
	font-size: 10px;
	color: #12afa3;
	position: absolute;
	left: 0;
	top: -15px;
}
#newsletter_popup .newsletter_success {
	font-weight: bold;
	color: #119000;
	text-align: center;
}


/* GOOGLE MAPS */
#google_map,
#google_map iframe {
	width: 100% !important;
	height: 300px !important;
	background: #e7e7e6;
}

#google_map img {
	max-width: none !important;
}




/********************************************************************************************************
                           4. TYPOGRAPHY
********************************************************************************************************/

body {
	font: normal 12px "Ubuntu";
	color: #888888;
	background: #f8f8f8;
	}




/* 4.1 HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 15px 0;
	font: 300 18px "Ubuntu";
	color: #888888;
	text-transform: uppercase;
}

h2,
h3,
h4 {
	font-size: 16px;
}

h5,
h6 {
	font-size: 14px;
}

.page_heading {
	position: relative;
	margin: 0;
	text-align: center;
	font-size: 18px;
}
.page_heading a {
	float: right;
}
.page_heading:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	margin-top: 2px;
	border-top: 1px solid #e7e7e6;
}
.page_heading__ins {
	position: relative;
	padding: 0 25px;
	background: #ffffff;
}
.page_heading.no_bord:before {
	display: none;
}



/* 4.2 PARAGRAPHS & LISTS */
p {
	margin: 6px 0;
	padding: 0;
}

.column_center ul {
	list-style-type: square;
	list-style-position: inside;
}
.column_center ol {
	list-style-type: decimal;
	list-style-position: inside;
}




/* 4.3 LINKS */
a {
	color: #12afa3;
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
	        transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
	}

a:hover,
a:active {
	color: #24918a;
}




/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 10px;
	color: #12afa3;
}
.product_name a {
	font-weight: 300;
	color: #12afa3;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.product_name a:hover {
	color: #888888;
}


.product_desc {
	font-size: 12px;
	color: #888888;
}


.money {
	color: #888888;
}
.compare-at-price,
.money_sale {
	text-decoration: line-through;
}




/* 4.5 RTE */
.rte {
	margin-top: 15px;
	margin-bottom: 15px;
	color: inherit;
}

.rte a {
	color: inherit;
	text-decoration: underline;
}
.rte a:hover {
	text-decoration: none;
}

.rte h1 {
	font-size: 19px;
}
.rte h2 {
	font-size: 17px;
}
.rte h3 {
	font-size: 16px;
}
.rte h4 {
	font-size: 14px;
}
.rte h5 {
	font-size: 13px;
}
.rte h6 {
	font-size: 12px;
}

.rte img {
	margin-top: 15px;
	margin-bottom: 15px;
}




/********************************************************************************************************
                           5. FORMS & COMPONENTS
********************************************************************************************************/

/* 5.1 FORMS */
label {
	font-weight: bold;
	font-size: ;
}

select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
	padding: 6px;
	border:1px solid #e7e7e6;
	font: normal 13px 'Arial';
	color: ;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
    height:34px;
    line-height:18px;
    padding:7px;
}  


select,
select.form-control {
	padding: 8px 3px;
}

textarea,
textarea.form-control {
	min-width: 100%;
	max-width: 100%;
}

select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="telephone"]:focus {
	border-color: #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.045), 0 0 1px rgba(0, 0, 0, 0.045);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.045), 0 0 1px rgba(0, 0, 0, 0.045);
}


.form-group {
	vertical-align: top !important;
	margin-top: 15px;
	margin-bottom: 0;
}


.form-horizontal label {
	padding-top: 0 !important;
	text-align: right;
	line-height: 34px;
}
.form-horizontal select {
	width: 100%;
}

.action_bottom span.note {
	margin-left: 5px;
}
.action_bottom span.note a {
	margin-left: 5px;
}




/* 5.2 ALERTS */
.alert {
	margin: 15px 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.alert > p,
.alert > ul,
.alert > ol {
	list-style-type: none;
	margin: 0;
}

.alert > p + p,
.alert > ul + ul {
	margin: 10px 0 0 0;
}




/* 5.3 BUTTONS */
.btn,
.btn:focus,
.btn a,
.btn-info,
.btn-primary {
	padding: 6px 13px;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	  border-radius: 0 !important;
	background: #12afa3;
	border: none !important;
	color: #ffffff;
	box-shadow: none !important;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

.btn a {
	padding: 0 !important;
	border: none !important;
}

.btn-cart i {
	font-size: 17px;
	margin-right: 4px;
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
	color: #ffffff;
	background: #24918a;
	border: none !important;
}

.btn-alt,
.btn-alt a {
	background: #595959 !important;
	border-color: #595959 !important;
}

.btn-alt:hover,
.btn-alt:hover a {
	background: #24918a !important;
	border-color: #24918a !important;
}




/********************************************************************************************************
                           6. GLOBAL PAGE LAYOUT
********************************************************************************************************/

html, body {
	height: 100%;
}

#wrapper1 {
	position: relative;
	z-index: 1;
	background:  #ffffff;
}
#wrapper2 {
	overflow: hidden;
}

.container {
	padding: 0;
}


/* outdated browsers notification */
.old_browsers a {
	display: block;
	padding: 20px 0;
	background: #ffa200;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.old_browsers a i {
	margin: 0 5px 0 0;
	font-size: 30px;
	color: #e90b00;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}
.old_browsers a:hover {
	color: #e90b00;
}




/********************************************************************************************************
                           7. MAIN PAGE
********************************************************************************************************/

/* 7.1 HEADER */

.logo {
	margin-top: 8px;
	float: left;
}
.logo img {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 10px;
}
.logo a {
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-left: 55px;
}
.logo b {
	font-size: 30px;
	font-weight: 500;
	line-height: 1em;
	display: inline-block;
	margin-top: 9px;
}
.logo span {
	margin-top: 3px;
	font-size: 12px;
	font-weight: 300;
	display: block;
	line-height: 1em;
	color: #888888;
}

.logo a:hover b {
	color: #12afa3;
}

.header_user {
	float: right;
	margin-top: 14px;
}
.header_user li {
	display: inline-block;
	position: relative;
}
.header_user li a {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 10px;
	color: #888888}
.header_user li a:hover {
	color: #12afa3;
}
.header_user li + li:before {
	content: "";
	margin: 0 10px;
	opacity: .3;
	height: 14px;
	border-left: 1px solid #888888;
}
.header_user li a i {
	padding: 4px 3px 0 0;
}

.header_currency {
	margin-top: 15px;
	float: left;
}
.header_currency label {
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
}
.header_currency select {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.header_currency .jq-selectbox {
	width: 38px;
}
.header_currency .jq-selectbox__select {
	font-weight: 300;
	font-size: 10px;
	color: #12afa3;
	padding: 0 6px 0 2px;
}
.header_currency .jq-selectbox__trigger i {
	right: 0px;
	top: 3px;
}

.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	background: #ffffff;
	border: 1px solid #e7e7e6;
	top: 24px !important;
}
.header_currency .jq-selectbox__dropdown ul li {
	text-align: center;
}

.header_currency .jq-selectbox__dropdown ul li.sel,
.header_currency .jq-selectbox__dropdown ul li:hover {
	color: #ffffff;
	background: #12afa3;
}


.header_cart {
	float: right;
	margin-top: -35px !important;
}
.header_cart a {
	display: inline-block;
	min-height: 34px;
	text-transform: uppercase;
	position: relative;
	min-width: 175px;
	padding-top: 5px;
    
    background: url(//cdn.shopify.com/s/files/1/0878/2406/t/2/assets/cart.png?13117752616896309593) 0 0 no-repeat;
    
}
.header_cart a i {
	font-size: 38px;
    position: absolute;
	left: 0;
	top: 0;
	color: #888888;
    
    display: none;
    
}
.header_cart a b {
	margin-left: 51px;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	color: #12afa3;
}
.header_cart a span {
	font-size: 10px;
	color: #888888;
}
.header_cart a span.count {
	padding:0px 2px 0 7px;
}
.header_cart a * {
	    
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.header_cart a:hover * {
	color: #24918a;
}


.header_search {
	text-align: center;
	margin-top:-24px;
	overflow: hidden;
	padding: 0px 20px 0px 12px;
}
.header_search form {
	position:relative;
	width: 100%;
	max-width:396px;
	padding: 0 10px 0 10px;
	display: inline-block;
}
.header_search #search-field {
	height:30px;
	width:100%;
	padding:4px 8px;
	font-size: 10px;
	color: #888888;
	border:1px solid #e7e7e6;
}
.header_search #search-submit {
	font-size: 10px;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	font-size:14px;
	width:31px;
	background: #24918a;
	color:#ffffff;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	 
}
.header_search #search-submit i {
	line-height: 31px;
}
.header_search #search-submit:hover {
	background: #12afa3;
}


.header_main {
	margin-bottom: 24px;
}




/* 7.2 MEGAMENU */
#megamenu {
	height: 50px;
	position: relative;
	z-index: 999;
	background: #12afa3;
}


.sf-menu {
	position: relative;
}
.sf-menu > li {
	float: left;
  	width:16%;
}
.sf-menu > li > a {
	height: 50px;
	padding: 0 20px;
  	width:100%;
  	text-align:center;
	display: block;
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	position: relative;
	border-right: 1px solid #1cd1c4;
	color: #ffffff;
}
.sf-menu > li:first-child > a {
	border-left: 1px solid #1cd1c4;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li > a.active {
	background: #24918a;
}

.sf-menu .menu_badge {
	white-space: nowrap;
	position: absolute;
	text-transform: none;
	right: 50%;
	top: -11px;
	display: block;
	padding: 4px 8px;
	text-transform: uppercase;
	line-height: 1em;
	font-size:10px;
	background: #1cd1c4;
	color: #ffffff;
	-webkit-transform: translate(50%,0);
	-moz-transform: translate(50%,0);
	-ms-transform: translate(50%,0);
	transform: translate(50%,0);
}

.sf-menu > li > ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	background: #ffffff;
	display: none;
}
.sf-menu .submenu {
	padding: 32px 20px 23px;
}
.sf-menu > li > a.sf-with-ul:after {
	content: "\f107";
	padding-left: 5px;
	font-family: FontAwesome;
}
.sf-menu .submenu.container {
	border: 1px solid #e7e7e6;
	background: #ffffff;
}
.sf-menu .submenu a {
	font-weight: 300;
	color: #12afa3;
}
.sf-menu .submenu h3 a {
	color: #12afa3;
}
.sf-menu .submenu h3 a:hover {
	color: #595959;
}
.sf-menu .submenu h3 {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 12px;
}
.sf-menu .submenu a:hover {
	color: #595959;
}
.sf-menu .submenu ul > li {
	padding: 8px 0 7px;
}
.sf-menu .submenu .btn {
	color: #ffffff !important;
}

.submenu .blog_content .blog_img img {
	display: none;
}
.submenu .blog_content .blog_img img:first-child{
	display: block;
	width: 100%;
	max-width: 100%;
}



.submenu_2 h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.submenu_2 ul {
	margin: 10px 0 0 0;
}

.submenu_2 .btn {
	margin: 10px 0 0 0;
}

.megamenu_item_2 .row {
    margin-left:-35px;
    margin-right:-35px;
}
.megamenu_item_2 .row > div {
 	padding-left:35px;
  	padding-right:35px;
}
.megamenu_item_2 .submenu h4 a {color:#888888;}

.megamenu_item_2 li + li {border-top:1px solid #e7e7e6;}
.megamenu_item_2 li > a:before {
    position:absolute;
    left:0px;
    top:-4px;
    content:"\f00c";
    font-family: FontAwesome;
  	font-size:14px;
  	opacity:.4;
  	color:#595959;
  
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.megamenu_item_2 li > a:hover:before {
  opacity:1;
}
.megamenu_item_2 li > a {
  	font-size:10px;
  	text-transform:uppercase;
  	position:relative;
  	padding-left:22px;
  	color:#12afa3;
}
.megamenu_item_2 li > a:hover {
  	color:#595959;
}



.sf-menu .megamenu_item_3 .submenu {
 	padding: 37px 20px;
}
.homepage_blog_img {
  	float:left;
  	margin-right:20px;
  	max-width:120px;
  	margin-top:34px;
}
.homepage_blog__right {overflow:hidden;}
.megamenu_blog__ins {padding:28px 20px 30px;border:1px solid #e7e7e6;}
.megamenu_blog__ins .blog_date {font-size:10px;padding: 4px 10px;background:#e7e7e6;color:#12afa3;}
.sf-menu .megamenu_item_3 h3 {font-size:14px;text-transform:uppercase;}
.sf-menu .submenu .btn {margin-top:9px;width:122px;}



/* .megamenu_item_4 > ul {display:block !important;} */
/* 4: SALE */
.sf-menu .megamenu_item_4 .submenu {padding: 37px 20px;}
.megamenu_item_4 .product_img {
	text-align: center;
	margin-bottom: 10px;
}
.megamenu_item_4 .product_img a {
	display: block;
	padding: 20px;
}
.megamenu_item_4 .product_img a img {max-width:147px;}
.megamenu_item_4 .product_name {
	font-size: 14px;
}
.megamenu_item_4 .product_price {
	margin: 2px 0 0;
}
.megamenu_item_4 .product_price .money {
	font-size: 20px;
}
.megamenu_item_4 .product_price .compare-at-price {
	font-size: 13px;
  color:#12afa3;
}
.megamenu_product__ins {text-align:center;border:1px solid #e7e7e6;}
.megamenu_product__ins .product_info {padding:0 20px 20px;}
.megamenu_product__ins .product_name a:hover {color:#595959;}



/* STICK UP MENU STYLES */
#megamenu.isStuck {
	width: 100%;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
#megamenu.isStuck .menu_badge {
	display: none;
}



/* 7.3 NIVOSLIDER */
.nivoSlider {
	width: 100%;
	height: auto;
	position: relative;
}
.nivoSlider img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
}
.nivo-main-image {
	width: 100% !important;
	display: block !important;
	position: relative !important;
}

.nivoSlider a.nivo-imageLink {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 6;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
}

.nivo-slice {
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
}

.nivo-box {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}
.nivo-box img {
	display: block;
}

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {
	display: none;
}


.slider_wrap {
	margin-top: 30px;
	height: 100%;
	position: relative;
	z-index: 1;
  	height:480px;
}

.nivo-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 8;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    display: none;
}
.nivo-caption a {
	display: block;
	text-align: right;
}
.nivo-caption h2 {
	margin: 0;
	font-size: 35px;
	font-weight: 400;
	color: #12afa3;
}
.nivo-caption h3 {
	margin: 8px 0 0;
	font-size: 30px;
	font-weight: 300;
}
.nivo-caption a .inside {
	width: 100%;
	max-width: 446px;
	display: inline-block;
	text-align: left;
}


.slider_nav a {
	width: 30px;
	height: 30px;
	display: block;
	vertical-align: top;
	margin: -15px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	color: #595959;
}
.slider_nav a:before {
	display: block;
	font: 18px/28px 'FontAwesome';
	text-align: center;
}
.slider_nav a:hover {
	color: #12afa3;
}

.slider_nav .slider_nav__prev {
	left: -36px;
}
.slider_nav .slider_nav__prev:before {
	content: '\f104';
}

.slider_nav .slider_nav__next {
	right: -36px;
}
.slider_nav .slider_nav__next:before {
	content: '\f105';
}


.slider_controls {
	width: 100%;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 10;
}

.slider_controls a {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	cursor: pointer;
}
.slider_controls a ~ a {
	margin: 0 0 0 10px;
}
.slider_controls a span {
	display: none;
}
.slider_controls a:before {
	content: '\f111';
	display: block;
	font: 20px 'FontAwesome';
}

.slider_controls a:hover {
	color: #595959;
}
.slider_controls a.active {
	color: #595959;
	cursor: default;
}




/* 7.4 SHOWCASE */
#showcase {
	margin-bottom: 24px;
}

.custom_showcase {
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
}
.custom_showcase .img_wr {
	overflow: hidden;
}
.custom_showcase .img_wr img {
    transition: all .4s ease-in-out;
}
.custom_showcase a {
	display: block;
	overflow: hidden;
}
.custom_showcase a h3 {
	font-size: 20px;
	margin: 0;
	padding: 14px 0 15px;
	background: #ffffff;
    transition: all .4s ease-in-out;
}
.custom_showcase a h3 span {
	font-weight: 400;
	color: #12afa3;
}

.custom_showcase a:hover h3,
.custom_showcase a:hover h3 span {
    
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.custom_showcase a:hover h3,
.custom_showcase a:hover h3 span {
	color: #595959;
}

.custom_showcase .link {
	display: none;
}



/* 7.5 MAIN PRODUCT LISTING */
.product .product_img a {
	display: block;
	position: relative;
}
.product .product_price .money {
	font-size: 20px;
}
.product .product_price .money_sale,
.product .product_price .compare-at-price {
	font-size: 13px;
	color: #12afa3;
}
.product .product_price {
	margin-top: 4px;
}
.product .product_links {
	margin-top: 10px;
}

.product_listing_main .product {
	text-align: center;
}
.product_listing_main .prod_inside {
	position: relative;
	z-index: 1;
	background: #ffffff;
	border: 1px solid #e7e7e6;
}
.product_listing_main .product_img {
	margin-bottom: 16px;
}
.product_listing_main .product_img a {
	padding: 10px 30px;
}
.product_listing_main .product_img a .product_img_ins {
	display: block;
	position: relative;
}
.product_listing_main .product_img img {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.product_listing_main .product_img .img__2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
}

.product_listing_main .product_img span.product_badge {
	display: block;
	padding: 0px 10px;
	color: #ffffff;
	position: absolute;
	top: 11px;
	z-index: 100;
}
.product_listing_main .product_img span.new {
	background: #595959;
	right: 11px;
}
.product_listing_main .product_img span.sale {
	background: #1cd1c4;
	left: 11px;
}

.product_listing_main .product_info {
	padding: 0px 20px 20px;
	background: #ffffff;
}

.product_listing_main .product_desc {
	display: none;
}


.product_listing_main .product_links form {
	display: inline-block;
}



/* HOMEPAGE PRODUCT LISTING (CAROUSEL) */
.index-scope .bx-wrapper {
	max-width: 100% !important;
	margin: 26px 0 -6px 0;
	position: relative;
	z-index: 1;
}
.homepage_carousel {
    margin-left: -15px;
    margin-right: -15px;
}


.index-scope .bx-controls a {
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	margin: -15px 0 0 0;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 99;
  	font-size:18px;
	color: #888888;
}
.index-scope .bx-controls a:hover {
	color: #24918a;
}

.index-scope .bx-controls a:before {
	display: block;
	font: 18px/30px 'FontAwesome';
}

.index-scope .bx-prev:before {
	content: '\f104';
	padding: 0 1px 0 0;
}
.index-scope .bx-next:before {
	content: '\f105';
	padding: 0 0 0 1px;
}

.index-scope .bx-prev {
	left: -37px;
}
.index-scope .bx-next {
	right: -37px;
}


.index-scope .product  {
	width: 300px !important;
	margin: 0;
	padding-bottom: 45px;
	position: relative;
}

.index-scope .product_listing_main .prod_inside {
	border-bottom: none;
}
.index-scope .product_links {
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	border: 1px solid;
	z-index: -1;
	padding-bottom: 15px;
	border-color: transparent #e7e7e6 #e7e7e6 #e7e7e6;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.index-scope .prod_inside:hover .product_links {
	bottom: -45px;
}



/* COLLECTION PRODUCT LISTING (GRID/LIST) */
.product_collection {
	margin: 30px 0 0 0;
}
.product_collection.item3_1 {
	clear: left;
}

.product_listing_main.view_list .product {
	width: 100%;
	float: none;
	overflow: hidden;
}
.product_listing_main.view_list .product_img {
	width: 150px;
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
}
.product_listing_main.view_list .product_info {
	text-align: left;
	overflow: hidden;
	padding: 0;
}
.product_listing_main.view_list .product_desc {
	display: block;
}
.product_listing_main.view_list .prod_inside {
	padding: 10px;
}
.product_listing_main.view_list .product_img a {
	padding: 0 10px 0 0;
}




/* 7.6 OTHER HOMEPAGE BLOCKS */

/*CUSTOM BLOCK*/
#custom_block {
	margin: 14px 0 48px;
	text-align: center;
	padding: 148px 0 126px;
	  background: url(custom_block_img.jpg?13117752616896309593) 50% 0 no-repeat #ededed;
	}
#custom_block h3 {
	margin: 0 auto;
	max-width: 700px;
	font-size: 35px;
	font-weight: 400;
	color: #12afa3;
}
#custom_block h4 {
	margin: 14px auto 20px;
	font-size: 25px;
	max-width: 700px;
	line-height: 1.6em;
}
#custom_block .btn {
	font-size: 14px;
	padding: 14px 30px 16px;
}



/* HOMEPAGE BLOG */
.homepage_blog {
	position: relative;
}
.homepage_blog .homepage_blog_img {
	float: left;
	margin-right: 9px;
	max-width: 270px;
}
.homepage_blog .homepage_blog_img p {
	margin-top: 0;
}
.homepage_blog__article {
	margin-top: 20px;
}
.homepage_blog__date {
	display: inline-block;
	margin-top: 18px;
	padding: 5px 9px;
	line-height: 1em;
	font-size: 10px;
	color: #12afa3;
	background: #f2f2f2;
}
.homepage_blog__article {
	margin-top: 26px;
}
.homepage_blog__article h3 {
	margin-bottom: 8px;
}
.homepage_blog__article h3 + p {
	margin: 8px 0 9px;
}

.art_comments {
	font-size: 10px;
	text-transform: uppercase;
	color: #12afa3;
}
.art_comments:hover {
	color: #24918a;
}
.art_comments i {
	padding-top: 4px;
	padding-right: 4px;
	font-size: 13px;
	color: #e7e7e6;
}



/*CUSTOM BOTTOM*/
.custom_bottom {
	margin-top: 29px;
}
.bottom_block {
	margin-top: 34px;
}
.bottom_block img {
	float: left;
	margin: 6px 16px 10px 0;
}
.bottom_block h3 {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	color: #12afa3;
}



/* 7.7 FOOTER */
footer {
	margin-top: 40px;
	background: #f8f8f8;
}
footer h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
footer .logo a:hover b {color: #12afa3;}

.footer_top {
	padding-bottom: 10px;
	background: #f2f2f2;
}

.footer_newsletter {
	float: left;
	margin-top: 10px;
}
.footer_newsletter input {
	height: 30px;
	width: 200px;
	padding: 5px 12px;
	font-size: 300px;
	font-size: 10px;
	color: #888888;
	background: #ffffff;
}
.footer_newsletter h4 {
	display: inline-block;
	margin: 6px 8px 0 0;
}
.footer_newsletter .btn {
	font-size: 14px;
	vertical-align: middle;
	padding: 0px 12px;
}
.footer_newsletter .btn i {
	line-height: 29px;
}
.footer_newsletter .contact-form {
	display: inline-block;
}

.footer_social {
	float: right;
	width: 100%;
	max-width: 370px;
	margin-top: 16px;
}
.footer_social h4 {
	display: inline-block;
	margin: 0 17px 0 0;
}
.footer_social ul {
	display: inline-block;
}
.footer_social li {
	display: inline-block;
	margin-right: 16px;
}
.footer_social li a {
	font-size: 14px;
	opacity: .3;
	color: #888888;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.footer_social li a:hover {
	opacity: 1;
	color: #12afa3;
}

.footer_block {
	margin-top: 20px;
}
.footer_block__1 {
	margin-top: 21px;
}

footer .logo {
	float: none;
	margin-bottom: 15px;
}

ul.footer_links {
}
ul.footer_links li + li {
	margin-bottom: 4px;
}
ul.footer_links li a {
	
	font-size: 16px;
}

ul.footer_links li.active a,
ul.footer_links li a:hover {
	color: #595959;
}

.footer_newsletter .form_status {
	margin: 10px 0 0 0;
	font-weight: bold;
}
.footer_newsletter .form_status.error {
	color: #f00;
}
.footer_newsletter .form_status.success {
	color: #119000;
}


footer .copyright {
	font-size: 15px;
	margin-top: 125px;
	margin-left: -904px;
	padding-bottom: 40px;
}
footer .copyright p {
	margin-top: 11px;
}
footer .copyright a {
	color: #888888;
}
footer .copyright a:hover {
	color: #12afa3}



/* BACK TO TOP BUTTON */
#back_top {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 0 0 615px;
	background: #595959;
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 50px;
	z-index: 999;
}
#back_top i {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
}
#back_top:hover {
  background:#12afa3;
}



/********************************************************************************************************
                           8. COLLECTION PAGES
********************************************************************************************************/

/* 8.1 BREADCRUMBS */
.breadcrumb_wrap {
	margin: 15px 0 30px;
}
.breadcrumb {
	margin: 0px;
	color:#ffffff;
	background:#12afa3;
	padding:10px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.breadcrumb a,
.breadcrumb > li + li:before {
	color:#ffffff;
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}
.breadcrumb a:hover {
	color:#595959;
}




/* 8.2 DESCRIPTIONS & TAGS */
.collection_info .collection_img {
	margin-top: 15px;
	text-align: center;
}
.collection_info .collection_desc {
	margin-top: 15px;
}
.collection_info .collection_desc .rte {
	margin: 0;
}

ul.tags {
	margin: 10px 0 0 0;
	list-style-type: none;
}
ul.tags li {
	float: left;
	margin: 5px 5px 0 0;
}
ul.tags li a {
	display: block;
	padding: 5px 10px;
	background: #24918a;
	color: #ffffff;
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}

ul.tags li a:hover,
ul.tags li.active a {
	background: #12afa3;
	color: #ffffff;
}




/* 8.3 PRODUCTS SORTING */
.product_listing_controls {
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #e7e7e6;
}

.product_listing_toggle {
	float: left;
	font-size: 0;
}
.product_listing_toggle li {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 10px 10px 0 0;
	border: 1px solid transparent;
	color: #24918a;
	text-align: center;
	cursor: pointer;
	
-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	   -moz-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	    -ms-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	     -o-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	        transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	
}
.product_listing_toggle li.active {
	background: #ffffff;
	border-color: #e7e7e6;
	color: #595959;
	cursor: default;
}
.product_listing_toggle li i {
	font-size: 17px;
	line-height: 30px;
}

.sort_by {
	float: right;
	margin: 10px 0 0 10px;
}
.sort_by label {
	margin: 0 4px 0 0;
	line-height: 30px;
}
.sort_by select {
	width: auto !important;
	height: 30px;
	display: inline-block;
	padding: 5px 4px;
	cursor: pointer;
}

.show_products {
	float: right;
	margin: 10px 0 0 10px;
}
.show_products label {
	margin: 0 4px 0 0;
	line-height: 30px;
}
.show_products select {
	width: auto !important;
	height: 30px;
	display: inline-block;
	padding: 5px 4px;
	cursor: pointer;
}

#product_listing_preloader {
	position: relative;
}
#product_listing_preloader p {
	width: 100%;
	height: 32px;
	background: url(//cdn.shopify.com/s/files/1/0878/2406/t/2/assets/bx_loader.gif?13117752616896309593) 50% 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}




/* 8.4 COLLECTION LISTING */

.collection_listing_item {
	margin: 30px 0 0 0;
}
.collection_listing_item_wr {
	padding: 20px;
	border: 1px solid #e7e7e6;
}
.collection_listing_item.item_4_1 {
	clear: left;
}

.collection_listing_item .collection_name {
	margin: 15px 0 0 0;
}
.collection_listing_item .collection_products {
	margin: 5px 0 0 0;
}
.collection_listing_item .collection_desc {
	margin: 5px 0 0 0;
}
.collection_listing_item .btn {
	margin: 15px 0 0 0;
}




/* 8.5 PAGINATION */
.products_count {
	height: 30px;
	float: left;
	margin: 10px 10px 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}

#pagination {
	display: inline-block;
	overflow: hidden;
	float:right;
	margin: 11px 0 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#pagination span {
	display: block;
	float: left;
}
#pagination span ~ span {
	margin-left: 1px;
}

#pagination span a,
#pagination span.deco,
#pagination span.current {
	display: block;
	padding: 4px 16px;
	background: #24918a;
	color: #ffffff;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	;
}

#pagination span.current,
#pagination span a:hover {
	background: #12afa3;
	color: #ffffff;
}
#pagination span.current {
	cursor: default;
}




/********************************************************************************************************
                           9. SIDEBAR WIDGETS
********************************************************************************************************/

.sidebar_widget ~ .sidebar_widget {
	margin: 30px 0 0 0;
}

.sidebar_widget .widget_header {
	margin: 0;
	font-size: 18px;
}

.sidebar_widget .widget_content {
	margin: 15px 0 0 0;
}




/* 9.1 LINKS LIST */


















.sidebar_widget ul li {
	text-transform: uppercase;
}
.sidebar_widget ul li ~ li {
	margin: 1px 0 0 0;
}
.sidebar_widget ul li a {
	display: block;
	padding: 7px 15px;
	border: 1px solid #e7e7e6;
}

.sidebar_widget ul li.active a,
.sidebar_widget ul li a:hover {
	background: rgba(36,145,138,.3);
	color: #595959;
}




/* 9.2 SIDEBAR PRODUCT LISTING */
.sidebar_widget .product {
	padding: 15px;
	border: 1px solid #e7e7e6;
}
.sidebar_widget .product ~ .product {
	margin: 10px 0 0 0;
}

.sidebar_widget .product {
	margin-top:30px;
}
.sidebar_widget .product_img {
	float:left;
	margin-right:10px;
	width: 100px;
}
.sidebar_widget .product_info {
	overflow:hidden;
	text-align:left;
}



/********************************************************************************************************
                           10. SEARCH RESULTS PAGE
********************************************************************************************************/

#searchresults {
	margin: 0;
}
#searchresults .search-form {
	margin: 15px 0 0 0;
}
#searchresults .search-form input {
	width: 100%;
	float: left;
	padding: 7px 34px 7px 10px;
}
#searchresults .search-form button {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 0 0 -34px;
	background: none;
	border: none;
	font-size: 20px;
	color: #12afa3;
}
#searchresults .search-form button:hover {
	color: #24918a;
}
#searchresults .search-form button i {
	line-height: 32px;
}

#searchresults h3 {
	margin: 0;
	padding: 0;
} 

#searchresults ol {
	list-style-type: none;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #e7e7e6;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #e7e7e6;
}
#searchresults ol li .search-result_image {
	float: left;
	margin-right: 15px;
}
#searchresults ol li .search-result_container {
	padding: 15px 0 0 0;
}




/********************************************************************************************************
                           11. PRODUCT PAGE
********************************************************************************************************/


/* 11.1 PRODUCT IMAGES */
/* BIG IMAGE + ZOOM */
.zoomWrapper,
#elevatezoom_big {
	width: 345px !important;
	height: auto !important;
	position: relative !important;
}

#elevatezoom_big ~ #elevatezoom_big {
	width: 0 !important;
	height: 0 !important;
}

.zoomWrapper {
	border: 1px solid #e7e7e6;
}

.zoomContainer {
	z-index: 1 !important;
}
.zoomLens {
	z-index: 1 !important;
}
.zoomWindow {
	margin: -1px 0 0 0 !important;
}



/* THUMBS */
.product_images .bx-wrapper {
	max-width: 100% !important;
	margin: 12px 0 0 0;
	padding: 0 30px;
	position: relative;
}

#elevatezoom_gallery a {
	width: 87px !important;
	display: block;
	margin: 0 12px 0 0;
	border: 1px solid #e7e7e6;
}

.product_images .bx-controls a {
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
	margin: -10px 0 0 0;
	line-height: 1em;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-border-radius: 0%;
	   -moz-border-radius: 0%;
	        border-radius: 0%;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}


.product_images .bx-controls a:before {
	font: 15px/21px 'FontAwesome';
	color: #12afa3;
}
.product_images .bx-controls a:hover:before {
	color: #595959;
}

.product_images .bx-controls a.bx-prev {
	left: 0;
}
.product_images .bx-controls a.bx-prev:before {
	content: '\f053';
}
.product_images .bx-controls a.bx-next {
	padding: 0 0 0 1px;
	right: 0;
}
.product_images .bx-controls a.bx-next:before {
	content: '\f054';
}



/* 11.2 PRODUCT INFO */
.product_wrap .product_name {
	margin: -2px 0 0 0;
	font-size: 20px;
}

.product_wrap .product-price {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 18px;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
}
#purchase label {
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 0 !important;
	line-height: 37px;
}
#purchase #quantity {
	width: 50px;
	height: 37px;
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 9px 0 8px;
	outline: none;
	text-align: center;
}
#purchase #add-to-cart {
	height: 37px;
	margin: 15px 10px 0 0;
	padding: 8px 15px;
}

.product_wrap .variants-wrapper {
	margin: 0 -10px;
	overflow: hidden;
}
.product_wrap .selector-wrapper {
	width: 33.33333333333333%;
	float: left;
	padding: 15px 10px 0 10px;
}
.product_wrap .selector-wrapper label {
	display: block;
	line-height: 1.5em;
	text-align: left;
}
.product_wrap .selector-wrapper select {
	width: 100%;
	height: 37px;
	padding: 5px;
}

.product_wrap .product_details {
	margin: 15px 0 0 0;
	padding: 10px 0 15px 0;
	border: 1px solid #e7e7e6;
	border-width: 1px 0;
}
.product_wrap .product_details > div {
	padding: 5px 0 0 0;
}

.product_wrap #product_description h4 {
	padding-bottom: 0;
	border: none;
	text-transform: none;
}




/* 11.3 PRODUCT PAGINATION */
.product_wrap .pagination_product {
	width: 100%;
	overflow: hidden;
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
}
.product_wrap .pagination_product li.left-arrow {
	float: left;
}
.product_wrap .pagination_product li.right-arrow {
	float: right;
}




/* 11.4 RELATED PRODUCTS */
.widget_related_products h3 {
	margin: 30px 0;
}

ul.product_listing_related {
	list-style-type: none;
}

ul.product_listing_related .product_img a {
	padding: 10px;
}



/********************************************************************************************************
                           12. BLOG
********************************************************************************************************/

/* 12.1 POSTS LISTING */

.blog-article {
	padding: 15px 0 0 0;
}

.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #e7e7e6;
}
.article_header .product_name {
	font-size:20px;
}
.article_header .product_name a {
	font-size:20px;
}

.blog-article_meta-comments {
	float: right;
	padding: 9px 0 0 15px;
}

.blog-article_date,
.blog-article_meta-tags {
	font-style: italic;
}

.blog-article_meta-tags a {
	text-decoration: underline;
}




/* 12.2 SINGLE POST */
.article_meta-comments {
	float: right;
	padding: 2px 0 0 15px;
}
.article_meta-tags a {
	text-decoration: underline;
}

.article_date,
.article_meta-tags,
.article_meta {
	font-style: italic;
}


#comments ul {
	list-style-type: none;
}
#comments .comment-author {
	word-wrap: break-word;
}

.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {
	width: 100%;
}

.comment-form #comment-body {
	min-height: 100px;
	margin-bottom: 15px;
}

.article_comments-form {
	padding-bottom: 10px;
	margin-top: 1em;
	padding-top: 10px;
}

.section-title {
	margin-bottom: 2px;
	padding-bottom: 8px;
}

.comment-form .row {
	margin-bottom: 1em;
}



/********************************************************************************************************
                           13. CUSTOMER PAGES
********************************************************************************************************/

/* 13.1 LOG IN */

/* 13.2 ACCOUNT */

.customer_name {
	text-transform: none !important;
}
.customer_name .divider {
	margin: 0 7px;
}
.customer_name .email {
	color: ;
}
.customer_name a {
	float: right;
}




/* 13.3 ADDRESSES */

.customer_addresses ul.customer_addresses_actions {
	list-style-type: none;
	margin: 15px 0;
}
.customer_addresses ul.customer_addresses_actions li a i {
	margin: 0 5px 0 0;
	line-height: inherit;
}

.customer_addresses .col-sm-offset-4 label {
	line-height: 1.6em;
}

.address_table .address_title {
	vertical-align: baseline;
}
.address_table .address_title .address_actions {
	vertical-align: baseline;
	float: right;
	margin: 0 0 0 15px;
	text-transform: none;
}
.address_table .address_title .address_actions span {
	vertical-align: baseline;
}


ul.address {
	list-style-type: none;
}




/* 13.4 ORDERS */
.order_date {
	margin: 15px 0 0 0;
}

#order_details {
	margin: 30px 0 0 0;
}

#customer_orders  {
	margin-top: 20px;
}
#customer_orders th {
	vertical-align: middle;
	border-top: 1px solid #dedcdc;
}

.template-customers-order .page_heading {
	font-size: 20px;
}



/********************************************************************************************************
                           14. CART PAGE
********************************************************************************************************/

/* 14.1 CART PRODUCTS */
.cart-list {
	overflow: hidden;
}

.cart-list > .row {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e6;
}

.cart-list .item_image {
	text-align: center;
}
.cart-list .item_image a {
	width: 195px;
	display: block;
}
.cart-list .item_image a img {
	max-width: 100%;
}

.cart-list .product_name {
	margin: 0 10px 0 0;
}

.cart-list .item_remove {
	margin: 0 0 0 10px;
}
.cart-list .item_remove a {
	font-size: 20px;
	color: #fe2a2a;
}
.cart-list .item_remove a:hover {
	color: #12afa3;
}

.cart-list .row h3.item_vendor {
	border-bottom: 1px solid #e7e7e6;
	color: #888;
}

.cart-list .item_price {
	padding: 10px 0 0 0;
}
.cart-list .item_price .price {
	line-height: 37px;
}

.cart-list .item_price label {
	padding: 0;
	line-height: 37px;
}
.cart-list .item_price .input-small {
	width: 60px !important;
	height: 37px;
	display: inline-block;
	padding: 9px 5px 8px;
	text-align: center;
}

.cart-list .item_price .total {
	text-align: right;
}
.cart-list .item_price .total h3 {
	vertical-align: baseline;
	border: none;
}

.cart_subtotal h3 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e6;
}
.cart_subtotal h3 .money {
	float: right;
	font-size: inherit;
}

.cart_buttons {
	margin: 30px 0;
}

.cart_instructions textarea {
	width: 100%;
}

#payment-methods {
	overflow: hidden;
}
#payment-methods ul {
	list-style-type:none;
	list-style-position: outside;
}
#payment-methods ul li {
	float:left;
	padding: 15px 15px 0 0;
}




/* 14.2 GUEST CHECKOUT */
#guest {
	padding: 30px 0 0 0;
}
#guest form {
	padding: 15px 0 0 0;
}




/********************************************************************************************************
                           15. CONTACTS PAGE
********************************************************************************************************/

.contact-scope #google_map {
	margin: 15px 0;
}

.contact-scope iframe {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #e7e7e6;
}

.contact-form textarea {
	width: 100%;
}



/********************************************************************************************************
                           16. PAGE 404
********************************************************************************************************/

.template-404 h2,
.template-404 h2 a {
	vertical-align: baseline;
}
/********************************************************************************************************

1. CSS RESET

2. VARIABLES
2.1 COLOR VARIABLES
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

4. TYPOGRAPHY
4.1 HEADINGS
4.2 PARAGRAPHS & LISTS
4.3 LINKS
4.4 PRODUCT ATTRIBUTES (name, description, price)
4.5 RTE

5. FORMS & COMPONENTS
5.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. MAIN PAGE
7.1 HEADER
7.2 MEGAMENU
7.3 NIVOSLIDER
7.4 SHOWCASE
7.5 MAIN PRODUCT LISTING
7.6 OTHER HOMEPAGE BLOCKS
7.7 FOOTER

8. COLLECTION PAGES
8.1 BREADCRUMBS
8.2 DESCRIPTIONS & TAGS
8.3 PRODUCTS SORTING
8.4 COLLECTION LISTING
8.5 PAGINATION

9. SIDEBAR WIDGETS
9.1 LINKS LIST
9.2 SIDEBAR PRODUCT LISTING

10. SEARCH RESULTS PAGE

11. PRODUCT PAGE
11.1 PRODUCT IMAGES
11.2 PRODUCT INFO
11.3 PRODUCT PAGINATION
11.4 RELATED PRODUCTS

12. BLOG
12.1 POSTS LISTING
12.2 SINGLE POST

13. CUSTOMER PAGES
13.1 LOG IN
13.2 ACCOUNT
13.3 ADDRESSES
13.4 ORDERS

14. CART PAGE
14.1 CART PRODUCTS
14.2 GUEST CHECKOUT

15. CONTACTS PAGE

16. PAGE 404

********************************************************************************************************/



/***************************************************************************
                                < 1330px
***************************************************************************/

@media (max-width: 1330px) {
	  
/* 8.5 MAIN PRODUCT LISTING */
.index-scope .bx-controls a.bx-prev {
	left: 0;
}
.index-scope .bx-controls a.bx-next {
	right: 0;
}
.index-scope .bx-controls a::before {
	font-size: 35px;
}

}



/********************************************************************************************************
							< 1300px
********************************************************************************************************/

@media (max-width: 1300px) {
	
/* BACK TO TOP BUTTON */
#back_top {
	margin: 0 0 0 555px;
}



/*7.3 NIVOSLIDER*/
.slider_nav .slider_nav__prev {
	left: 0;
}
.slider_nav .slider_nav__next {
	right: 0;
}
.nivo-caption a .inside {
	padding:0 30px;
}


}




/********************************************************************************************************
							< 1200px
********************************************************************************************************/

@media (max-width: 1199px) {
	
/* 3. GLOBAL THEME STYLES */
/* cookies policy message */
.cookies_container {
	text-align: center;
}
.cookies_container p {
	display: block;
	font-size: 15px;
}
.cookies_container .cookie_btn {
	margin: 10px 0;
	font-size: 15px;
}


  
/* 7.2 MEGAMENU */
.homepage_blog_img {max-width:100px;}
  
  
  
  
/* 8.5 MAIN PRODUCT LISTING */
.index-scope .bx-controls a {
	position:static;
	margin:10px 0 0 10px;
	display:inline-block;
}
.bx-controls-direction {
	text-align:right;
}
.product_listing_main .product_info {
	padding: 0 7px 20px;
}
  
  

/* NIVOSLIDER */
.slider_wrap { 
	height:397px;  
}



/* HOMEPAGE PRODUCT LISTING (CAROUSEL) */
.index-scope .product {
	width: 250px !important;
}
.index-scope .product_links {
	position: static;
	border: 0;
}
.index-scope .product_listing_main .prod_inside {
	border-bottom: 1px solid #e7e7e6;
}
.index-scope .product_links {
	padding-bottom: 0;
	padding-top: 12px;
}
.index-scope .product {
	padding-bottom: 0;
}



/* BACK TO TOP BUTTON */
#back_top {
	margin: 0 0 0 455px;
}



/* 9.2 SIDEBAR PRODUCT LISTING */
.sidebar_widget .product {
	text-align: center;
}
.sidebar_widget .product_img {
	width: 100%;
	float: none;
}
.sidebar_widget .product_info {
	margin: 10px 0 0 0;
	text-align:center;
}




/* 14.1 CART PRODUCTS */
.cart-list .item_image a {
	width: 158px;
}




}




/********************************************************************************************************
							< 991px
********************************************************************************************************/

@media (max-width: 991px) {
	  
.cart_popup {
	top: 0 !important;
}



/* 7.2 MEGAMENU */
#megamenu.isStuck {
	position: relative !important;
	left: auto;
	right: auto;
}
.pseudoStickyBlock {
	display: none !important;
}

.megamenu_mobile {
	position: relative;
}

.megamenu_mobile h2 {
	height: 50px;
	overflow: hidden;
	margin: 0;
	padding: 0 25px 0 0;
	font-size: 20px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	position: relative;
	color: #ffffff;
}
.megamenu_mobile h2 i {
	position: absolute;
	right: 0;
	top: 0;
}
.megamenu_mobile h2 i:before {
	content: '\f0fe';
	font: 20px/50px 'FontAwesome';
}
.megamenu_mobile h2.active i:before {
	content: '\f146';
}

.megamenu_mobile ul {
	width: 100%;
	display: none;
}
.megamenu_mobile ul li {
	position: relative;
}
.megamenu_mobile ul li i {
	float: right;
}
.megamenu_mobile ul li i:after {
	content: '\f0fe';
	font: 20px 'FontAwesome';
}
.megamenu_mobile ul li i.active:after {
	content: '\f146';
}

.megamenu_mobile .level_1 {
	position: absolute;
	padding: 15px 0;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
}
.megamenu_mobile .level_1 li a {
	display: block;
	padding: 5px 15px;
	font-size: 20px;
}

.megamenu_mobile .level_2 {
	margin-top: 8px;
}
.megamenu_mobile .level_2 li {
	padding: 0 0 0 15px;
}
.megamenu_mobile .level_2 li a {
	font-size: 18px;
}

.megamenu_mobile .level_3 {
	margin-top: 5px;
}
.megamenu_mobile .level_3 li {
	padding: 0 0 0 15px;
}
.megamenu_mobile .level_3 li a {
	font-size: 16px;
}

  
  
.slider_wrap { 
	height:308px;  
}
  
  


/* HOMEPAGE PRODUCT LISTING (CAROUSEL) */
.homepage_carousel .product {
	width: 260px !important;
}



/* 7.7 FOOTER */
#back_top {
	margin: 0 0 0 345px;
}
footer .logo a {
	padding-left: 45px;
}
footer .logo img {
	max-width: 40px;
	top: 5px;
}
.footer_block__5 {
	clear: both;
	padding-top: 30px;
}



/* 11.1 PRODUCT IMAGES */
.zoomWrapper,
#elevatezoom_big {
	width: 262px !important;
}

#elevatezoom_gallery a {
	width: 59px !important;
}

.zoomContainer {
	display: none !important;
}



/* 14.1 CART PRODUCTS */
.cart-list .item_image a {
	width: 116px;
}




}




/********************************************************************************************************
							< 767px
********************************************************************************************************/

@media (max-width: 767px) {
	
/* 6. GLOBAL PAGE LAYOUT */
.container {
	padding:0 15px;
}



/* 7.4 SHOWCASE */
#showcase {
	margin-bottom: 10px;
}
#showcase .row {
	margin: 0;
}
.custom_showcase {
	margin-top: 0;
	padding-top: 30px;
}
.custom_showcase a {
	display: inline-block;
}
.custom_showcase + .custom_showcase {
	border-top: 1px solid #e7e7e6;
}


/*CUSTOM BLOCK*/
#custom_block {
	margin-top: 20px;
	padding: 70px 0;
}
#custom_block h4 {
	font-size: 16px;
}



/* 7.5 MAIN PRODUCT LISTING */
.product .product_img a {
	padding: 10px;
}
.product .product_info {
	text-align: left;
	overflow: hidden;
	padding-top: 10px;
}

.product_listing_main .product {
	margin-top: 20px;
}
.product .product_img {
	width: 120px;
	float: left;
	margin: 0 15px 0px 0;
}

.product_listing_main .product > div {
	overflow: hidden;
}

.product_listing_main .product_img {
	width: 120px !important;
	float: left;
}
.product_listing_main .product_img span.sale {
	display: none;
}

.product_listing_main .product_desc {
	display: block !important;
}

  
  
  
.slider_wrap { 
	height:auto;  
}
  
  


/*HOMEPAGE BLOG*/
.homepage_blog .homepage_blog_img {
	max-width: 30%;
}
.homepage_blog__date {
	margin-top: 0;
} 



/* HOMEPAGE PRODUCT LISTING (CAROUSEL) */
.index-scope .bx-wrapper {
	max-width: 767px !important;
	margin: 0;
}
.index-scope .bx-viewport {
	height: auto !important;
}
.index-scope .bx-controls {
	display: none !important;
}

.homepage_carousel {
	width: 100% !important;
	max-width: 767px !important;
	margin: 0;
}
.homepage_carousel .product {
	width: 100% !important;
	float: none;
	padding: 0;
}
.homepage_carousel .product.bx-clone {
	display: none;
}

.products_best_sel {
	margin-top: 20px;
}




/* 7.7 FOOTER */
#back_top {
	display: none !important;
}
.footer_social {
	max-width: 100%;
}
.footer_block__5 {
	padding-top: 30px;
	margin-top: 0;
	clear: left;
}
footer .copyright {
	margin-top: 10px;
}




/* 8.3 PRODUCTS SORTING */
.product_listing_toggle {
	display: none !important;
}

.show_products {
	float: left;
	margin: 10px 10px 0 0;
}



/* 8.4 COLLECTION LISTING */
.collection_listing_main {
}

.collection_listing_item {
	margin: 30px 0 0 0;
}
.collection_listing_item.item_2_1 {
	clear: left;
}



/* 9. SIDEBAR WIDGETS */
.sidebar {
	margin: 30px 0 0 0;
}



/* 9.2 SIDEBAR PRODUCT LISTING */
.sidebar {
	padding-top: 40px;
}
.sidebar_widget .product {
	overflow: hidden;
	text-align: left;
}
.sidebar_widget .product_img {
	width: 100px;
	float: left;
}
.sidebar_widget .product_info {
	padding-top: 0;
	margin-top: 0;
}



/* 11.1 PRODUCT IMAGES */
.zoomWrapper {
	width: 290px !important;
	margin: 0 auto;
}
#elevatezoom_big {
	width: 290px !important;
}

.product_images .bx-wrapper {
	width: 290px !important;
	margin: 12px auto 0 auto;
}

#elevatezoom_gallery a {
	width: 68px !important;
}



/* 11.2 PRODUCT INFO */
.product_wrap .product_name {
	margin: 0;
	padding: 30px 0 0 0;
}



/* 14. CART PAGE */
.cart_buttons {
	text-align: center;
}
.cart_buttons span.or {
	display: block;
	margin: 5px 0;
}



/* 14.1 CART PRODUCTS */
.cart-list .item_image {
	margin: 0 0 15px 0;
}
.cart-list .item_image a {
	width: 200px;
}




}




/********************************************************************************************************
								< 640px
********************************************************************************************************/

@media (max-width: 640px) {
	

/* 7.2 MEGAMENU */
.header_search {
	clear: left;
	padding: 20px 0 0;
	margin: 0;
}
.header_search form {
	max-width: 100%;
	padding: 0;
}




/*7.3 NIVOSLIDER*/
.nivo-caption a .inside {
	text-align: right;
}
.nivo-caption a .inside h2 {
	font-size: 24px;
}
.nivo-caption a .inside h3 {
	font-size: 20px;
}



/* 11.2 PRODUCT INFO */
.product_wrap .variants-wrapper {
	margin: 0;
}
.product_wrap .selector-wrapper {
	width: 100%;
	float: none;
	padding: 15px 0 0 0;
}


/* 	13. BLOG */
.article_meta-comments,
.blog-article_meta-comments {
	float:none;
	padding-left:0px;
}

}




/********************************************************************************************************
								< 480px
********************************************************************************************************/

@media (max-width: 479px) {
	
/* 7.1 HEADER */
.header_currency label {
	display: none;
}
.logo {
	float: none;
}
header .logo {
	text-align: center;
}
header .logo a {
	text-align: left;
}
.header_cart {
	float: none;
	text-align: center;
	margin-top: 16px;
}



/*7.4 SHOWCASE*/
.custom_showcase a {
	display: block;
}
.custom_showcase .img_wr img {
	width: 100%;
}
.custom_showcase {
	padding: 30px 0 0;
}



/* 7.5 MAIN PRODUCT LISTING */
.product_listing_main .product_desc {
	display: none !important;
}



/* HOMEPAGE PRODUCT LISTING (CAROUSEL) */
/* COLLECTION PRODUCT LISTING (GRID/LIST) */
.collection_listing_item {
	width: 100%;
}
.collection_listing_item .collection_img {
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
}
.collection_info {
	overflow: hidden;
}
.collection_listing_item .collection_name {
	margin-top: 0;
}
.collection_info .collection_desc {
	display: none;
}



/* 7.7 FOOTER */
.footer_newsletter input {
	width: 140px;
}
.footer_block  {
	width: 100%;
}



/* 8.3 PRODUCTS SORTING */
.product_listing_controls {
	text-align: center;
}
.products_count {
	float: none;
	margin: 10px 0 0 0;
}
#pagination {
	float: none;
	margin: 10px 0 0 0;
}



/* 13.2 ACCOUNT */
.customer_name .divider {
	display: none;
}
.customer_name .email {
	display: block;
}
.customer_name a {
	float: none;
}



/* 13.4 ORDERS */
#order_details th,
#order_details td,
#customer_orders th,
#customer_orders td {
	padding: 5px;
	font-size: 11px;
}



}




/********************************************************************************************************
								< 340px
********************************************************************************************************/

@media (max-width: 340px) {
	


}