﻿
/** PlaceMakers Main Stylesheet **/

/** Bootstrap Styles
**************************************/
@import'vendor/bootstrap.min.css';

/** Fonts
**************************************/
@font-face {
  font-family: 'FuturaStd-Condensed';
  src: url('../fonts/FuturaStd-Condensed.eot?#iefix') format('embedded-opentype'),  url('../fonts/FuturaStd-Condensed.otf')  format('opentype'),
         url('../fonts/FuturaStd-Condensed.woff') format('woff'), url('../fonts/FuturaStd-Condensed.ttf')  format('truetype'), url('../fonts/FuturaStd-Condensed.svg#FuturaStd-Condensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'FuturaStd-CondensedBold';
    src: url('../fonts/FuturaStd-CondensedBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/FuturaStd-CondensedBold.otf')  format('opentype'),
       url('../fonts/FuturaStd-CondensedBold.woff') format('woff'), url('../fonts/FuturaStd-CondensedBold.ttf')  format('truetype'), url('../fonts/FuturaStd-CondensedBold.svg#FuturaStd-CondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaStd-CondensedExtraBd';
    src: url('../fonts/FuturaStd-CondensedExtraBd.eot?#iefix') format('embedded-opentype'),  url('../fonts/FuturaStd-CondensedExtraBd.otf')  format('opentype'),
       url('../fonts/FuturaStd-CondensedExtraBd.woff') format('woff'), url('../fonts/FuturaStd-CondensedExtraBd.ttf')  format('truetype'), url('../fonts/FuturaStd-CondensedExtraBd.svg#FuturaStd-CondensedExtraBd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd-Medium';
    src: url('../fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/FuturaStd-Medium.otf')  format('opentype'),
       url('../fonts/FuturaStd-Medium.woff') format('woff'), url('../fonts/FuturaStd-Medium.ttf')  format('truetype'), url('../fonts/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'FuturaStd-Bold';
  src: url('../fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/FuturaStd-Bold.otf')  format('opentype'),
         url('../fonts/FuturaStd-Bold.woff') format('woff'), url('../fonts/FuturaStd-Bold.ttf')  format('truetype'), url('../fonts/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}


/** General Styles**/
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
html {
    -webkit-text-size-adjust: none;
    overflow-y: scroll;
}
body{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'FuturaStd-Medium', Helvetica, sans-serif;
    vertical-align: baseline;
    font-size: 14px;
    height: 100%;
    background-color:#ebebeb;
}

b, strong{
    font-family: 'FuturaStd-Bold', Helvetica, sans-serif;
    font-weight: 700;
}

/*links*/
a{
    color: #24273a;
    transition: all 0.4s;
}
a, a i, p.link, .button {
    transition: all 0.4s;
}
a:hover,
a:focus,
a.active {
    color: #ffd911;
    outline: none;
    text-decoration: none;
}
.button {
    background: #00b4cd none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: futurastd-condensedbold, Helvetica, sans-serif;
    font-size: 18px;
    padding: 7px 25px;
    text-transform: uppercase;
}
.button:hover{
     background: #ffd911;
     color:#fff;
}
/*lists*/
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
ul.bullets {
    color: #003777;
    list-style-type: disc;
    padding: 0 30px;
}
ul.bullets span{
    color:#3b3b3b;
    display: block;
    padding-left: 5px;
}
/*select*/
select,.custom-select {
    border: 1px solid #b5c3c5;
    color: #23a1b1;
    font-family: FuturaStd-Medium, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: none;
    padding: 2px 13px;
    width: 100%;
}
select option {
    padding: 2px 13px;
}

.options {
    color: #003671;
    font-family: FuturaStd-CondensedExtraBd, Helvetica, sans-serif;
    text-transform: uppercase;
    display: table;
}
.options p {
    display: table-cell;
    white-space: nowrap;
}
.options > span {
    display: table-cell;
    padding: 0 0 0 12px;
    width: 100%;
}
.options select {
    width: 100%;
}
.svg .customSelectInner {
    background: url("../img/template/arrow-down.svg") no-repeat scroll right center;
}
.customSelectInner {
    background: url("../img/template/arrow-down.png") no-repeat scroll right center;
    width: 100% !important;
}

/*fixes*/
.fl-right{
    float: right;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.no-radius {
  border-radius: 0px;
}
.fa-i {
  margin-right: 10px;
}
.border-top-zero {
  border-top: 0px solid transparent;
}
.border-right-zero {
  border-right: 0px solid transparent;
}
.border-right {
  border-right: 1px solid #dddddd;
}
.border-bottom-zero {
  border-bottom: 0px solid transparent;
}
.border-left-zero {
  border-left: 0px0px solid transparent;
}

/*headings*/
h1, h2, h3, h3.esp, h4, h5{
	font-family: 'FuturaStd-CondensedBold', Helvetica, sans-serif;
    text-transform: uppercase;
}
h1{
    font-size: 48px;
}

<h1 class="col-xs-12 hidden-xs">

h2{
    font-size: 30px;
}
h3 {
    font-family: FuturaStd-Medium, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: none;
}

#wrapper {
    min-height:100%;
}

/**Menu**/
.backgroundmenu{
    background-color: #091c5a;
}
.mainmenu{
    background:#091c5a;
}
.menulogo img{
    width:231px;
    height:64px;
}
.menusearch:hover{
    color:#fff !important;
    background-color: #00b3cc !important;
}
.menusearch{
    background-color: #00b2cc;
    font-size: 20px!important;
}
.menusearch a{
    padding-top: 20px !important;
}
.menusearch .fa-i{
    margin-right: 0px;
}
ul.searchtoggle {
    position: absolute;
    top: 64px;
}
.viewall{
    text-align: right;
}
.viewall a{
    color:#00b3cc !important;
    padding-right:0px !important;
}
.clearspace{
    height:30px;
}

.block > .row{
    border-bottom: 3px solid #ebebeb;
}

/** FOOTER **/
#footer{
    background:#00b3cc;
    color:#fff;
    padding:60px 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
#footer a{
    color:#fff;
}
#footer a:hover{
    text-decoration:underline;
}
#footer h3{
    color:#fff;
    font-size: 26px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: 'FuturaStd-CondensedExtraBd', Helvetica, sans-serif;
}
#footer h4{
    color:#03525d;
    font-size: 14px;
}
#footer h5{
    color:#03525d;
    font-size: 12px;
}
#footer ul li{
    margin-top:6px;
    font-size: 14px;
}
.footer-column{
    border-right: 1px solid #01aac2;
}
.social-column{
    border-right: 0px;
}
.footerlogo{
    text-align: center;
}
.footerlogo img{
    width: 200px;
    height: 55px;
}
.footersocial{
    font-size: 40px !important;
}
.footersocial:hover{
    color:#ffd911;
}
.footerseparator {
    border-bottom: 1px solid #01aac2;
    margin-bottom: 30px;
    margin-top: 30px;
    width:100px;
    margin-left: auto;
    margin-right: auto;
}
.footeryellow,a.footeryellow:hover{
    font-family: 'FuturaStd-CondensedBold', Helvetica, sans-serif;
    font-size: 13px;
    color: #ffd911!important;
    text-decoration:none!important;
}
.neareststore{
    margin-bottom: 0px !important;
}
.storecontrols{
    margin-top:3px;
}

/** status bar **/
.statusbar {
    background: #1d2149 none repeat scroll 0 0;
    box-shadow: 0 -4px 9px 4px #161a43 inset;
    border-bottom: 1px solid #1d2148;
}
.statusbar ul {
    float: right;
}
.statusbar li {
    display: inline-block;
    float: left;
}
.statusbar li:first-child{
    text-transform: uppercase;
    color:#fff;
    font-family: "FuturaStd-CondensedExtraBd",sans-serif, Helvetica, sans-serif;
    padding:13px 15px 0 0;
}
.statusbar li i {
    font-size: 15px;
    float: left;
    color:#fcd712;
}
.statusbar li.nav-item a {
    border-left: 1px solid #3a3d61;
    font-size: 12px;
    height: auto;
    margin: 6px 5px 6px 0;
    padding: 8px 14px;
}
.statusbar li a.statusbartoggle {
    border: 0 none;
    display: block;
    float: left;
    margin: 0;
    padding: 9px 5px 7px 20px;
}
.statusbar li span {
    color:#fcd712;
    margin-left: 5px;
}
.statusbar li:last-child a i {
    color: #fff;
    font-size: 24px;
    margin: 0;
}
.statusbar li:last-child a i:hover {
    color:#fcd712;
}

/** Main slider **/
.main-slider, .slider-product, .rating-product{
    transition: all 0.4s;
}
.main-slider .owl-item, .slider-product .owl-item, .rating-product .owl-item {
    padding: 0;
}
.main-slider .slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 346px;
    min-width: 417px;
}
.slide-link{
    cursor: pointer;
}
.main-slider .container {
    display: table;
    height: 100%;
    vertical-align: middle;
}
.slider-content {
    display: table-cell;
    vertical-align: middle;
    padding: 25px;
}
.slider-content a {
    background: #003670 none repeat scroll 0 0;
    padding: 35px 18px 30px;
    color: #fff;
    font-size: 16px;
    display: block;
    cursor: pointer;
}
.slider-content img {
    margin: 0 auto 11px;
    display: block;
}
.slider-content .link {
    display: block;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    margin-top: 27px;
    text-align: center;
    text-transform: uppercase;
}
.slider-content a:hover .link {
    color: #ffd911;
}
.main-slider .owl-pagination,.slider-product .owl-pagination {
    display: block !important;
}
.main-slider.owl-theme .owl-controls, .slider-product .owl-controls, .rating-product .owl-controls{
    /*height: 100%;*/
    left: 0;
    margin: 0 !important;
    right: 0;
    text-align: center !important;
    /*top: 0;*/
    position: relative;
    bottom: 0;
}
.quicklinks .owl-theme .owl-controls {
    left: 0;
    margin: 0 !important;
    right: 0;
    text-align: center !important;
    bottom: 0;
    height: auto !important;
    position: relative;
}
.main-slider .owl-pagination, .quicklinks .owl-pagination, .slider-product .owl-pagination {
    /*bottom: 4px;*/
    top: -31px;
    display: block !important;
    left: 0;
    position: absolute;
    right: 0;
}
.slider-product .owl-pagination {
    bottom: 30px;
}
.main-slider.owl-theme .owl-controls .owl-page span, .quicklinks .owl-theme .owl-controls .owl-page span, .slider-product.owl-theme .owl-controls .owl-page span{
    background: #fff none repeat scroll 0 0;
    opacity: 1;
    margin:5px 4px;
    transition: all 0.4s;
}
.slider-product.owl-theme .owl-controls .owl-page span{
    background: #b5c3c5;
}
.main-slider.owl-theme .owl-controls .owl-page.active span, .quicklinks .owl-theme .owl-controls .owl-page.active span, .slider-product.owl-theme .owl-controls .owl-page.active span{
    background: #00a9c5;
}
.main-slider.owl-theme .owl-controls .owl-buttons div, .slider-product.owl-theme .owl-controls .owl-buttons div, .rating-product.owl-theme .owl-controls .owl-buttons div{
    position: absolute;
    top: -173px;
    transition: all 0.4s;
}
.main-slider.owl-theme .owl-controls .owl-buttons div {
    height: 90px !important;
    width: 50px !important;
    margin: -45px 0 0 !important;
    background: none!important;
    opacity:0 !important;
}
.main-slider.owl-theme:hover .owl-controls .owl-buttons div,.slider-product.owl-theme:hover .owl-controls .owl-buttons div{
    opacity:1 !important;
}
.slider-product.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #b5c3c5;
    height: 66px !important;
    margin: -33px 0 0 !important;
    padding: 0 15px;
    width: 55px !important;
    top: -44px;
}
.rating-product.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #b5c3c5;
    height: 40px !important;
    margin: -20px 0 0 !important;
    padding: 0 15px;
    width: 45px !important;
}
.main-slider.owl-theme .owl-controls .owl-buttons div:hover,.slider-product.owl-theme .owl-controls .owl-buttons div:hover,.rating-product.owl-theme .owl-controls .owl-buttons div:hover{
    color:#00a9c5;
}
.main-slider.owl-theme .owl-controls .owl-buttons div.owl-next,.slider-product.owl-theme .owl-controls .owl-buttons div.owl-next,.rating-product.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}
.main-slider.owl-theme .owl-controls .owl-buttons div.owl-prev,.slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev,.rating-product.owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: 0;
}
.main-slider.owl-theme .owl-controls .owl-buttons div i {
    font-size: 80px;
}
.slider-product.owl-theme .owl-controls .owl-buttons div i{
    font-size: 60px;
}
.rating-product.owl-theme .owl-controls .owl-buttons div i {
    font-size: 40px;
}

/** Same height divs **/
.row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
}
.row-height {
    display: table;
    width: 100%;
}
.right .col-xs-height {
    float: right;
}

/** Titles with lines **/
.lines .title {
    border-bottom: 1px solid;
    overflow: hidden;
}
.lines .title .line {
    display: block;
    float: left;
    height: 1px;
    width: 21px;
}
.lines .title h2,.lines .title h3 {
    border-left: 1px solid;
    float: left;
    margin: 0;
    padding: 15px 0 15px 25px;
}
.home .lines .title h2,.lines .title h3 {
    padding: 15px 0 15px 14px;
}
.lines .content {
    border-left: 1px solid;
    margin: 0 0 0 21px;
    overflow: hidden;
    padding: 26px 0 0 23px;
}
.lines .content p{
    float: left;
}

/** Local store **/
.local-store-mobile {
    background: #0193a6 none repeat scroll 0 0;
    color: #fff;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 18px;
    padding-top: 18px;
    display: none;
    text-align: center;
}
.local-store-mobile i {
    border-right: 1px solid;
    display: inline-block;
    font-size: 53px;
    line-height: 1;
    margin: 0 19px;
    padding: 11px 19px 7px 0;
}
.local-store-mobile .text {
    display: inline-block;
    text-align: left;
}
.local-store-mobile p {
    margin: 0;
    line-height: 20px;
}
.local-store-mobile .phone, .local-store-mobile a{
    font-size: 36px;
    line-height: 38px;
    padding: 0;
    color:inherit;
}

/** Inspiration **/
.inspiration.block .row {
    background: #fff none repeat scroll 0 0;
}
.inspiration .image {
    background-position: center center;
    background-size: cover;
}
.inspiration .lines .title,.inspiration .lines .title h2,.inspiration .lines .content {
    border-color: #eaeaea;
}
.inspiration .text {
    background: #ffffff none repeat scroll 0 0;
    padding: 50px 60px 50px 22px;
}
.inspiration p {
    color: #535353;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}
.inspiration a {
    color: #0193a6;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 50px;
    display: block;
    text-transform: uppercase;
}
.inspiration a:hover{
    color: #ffd51d;
}

/*promos*/
.promo{
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;

    /*generic*/
    background-color: #cb0438;
    color: #fff;
}
.promo.bottom{
    background-size: auto 90%;
    background-position: right bottom;
}
.promo.bottom.esp{
    background-size: auto 80%;
}
.promo.top{
    background-size: 40% auto;
    background-position: right top;
}
.promo.center{
    background-size: 36%;
    background-position: right center;
}
.promo, .promo .image {
    padding-right: 0;
}
.promo:first-child {
    border-right: 3px solid #ebebeb;
}
.promo .lines {
    padding: 18px 0 35px;
}
.home .promo .lines {
    padding: 18px 0;
}
.promo .lines .content {
    padding: 24px 0 0 25px;
}
.home .promo .lines .content {
    padding: 12px 0 0 15px;
}
.promo h2 {
    font-size: 48px;
}
.home .promo h2 {
    font-size: 30px;
}
.promo .lines .content p {
    font-family: futurastd-medium, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    width: 100%;
}
.home .promo .lines .content p {
    font-family: futurastd-condensedbold, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 25px;
}
.promo .lines .content a {
    font-family: futurastd-condensedbold, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.home .promos .lines .content a {
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
}
.promo.pink {
    background-color: #cb0438;
    color: #fff;
}
.promo.pink.dark {
    background-color: #a9012d;
}
.promo.turqouise{
    background-color: #03a4b9;
    color: #fff;
}
.promo.turqouise.light{
    background-color: #00b3cc;
}
.promo.turqouise.dark{
    background-color: #03525d;
}
.promo.darkblue{
    background-color: #01071f;
    color: #fff;
}
.promo.blue{
    background-color: #003671;
    color: #fff;
}
.promo.blue.light{
    background-color: #034287;
}
.promo.blue.dark{
    background-color: #171b45;
}
.promo.blue.dark2{
    background-color: #012b5a;
}
.promo.green{
    background-color: #95b491;
    color: #fff;
}
.promo.green.dark{
    background-color: #376f1f;
    color: #fff;
}
.promo.green.dark2{
    background-color: #184405;
    color: #fff;
}
.promo.offical.light.blue{
    background-color: #d0e7f0;
    color: #012a59;
}
.promo.offical.light.yellow{
    background-color: #fbefbe;
    color: #012a59;
}
.promo.offical.blue{
    background-color: #091c5a;
    color: #fff;
}
.promo.offical.light.blue2{
    background-color: #0193a6;
    color: #fff;
}
.promo.offical.red{
    background-color: #d41426;
    color: #fff;
}
.promo.offical.yellow{
    background-color: #ffd911;
    color: #012a59;
}
.promo.offical.wedgewood.blue{
    background-color: #8296aa;
    color: #fff;
}
.promo.offical.black{
    background-color: #000000;
    color: #fff;
}
.promo.offical.pink{
    background-color: #ec008c;
    color: #fff;
}


.promo.yellow, .promo.small.yellow, .promo.small.yellow .content a{
    background-color: #ffd51d;
    color: #012a59;
}
.promo.small.yellow .content a:hover {
    color: #fff;
}

.promo.blue .alt{
    color: #ffd51d;
}
.promo.blue.light .alt{
    color: #03bfd8;
}
.promo.darkblue .alt{
    color: #ffd51d
}
.promo.turqouise .alt{
    color: #ffd51d
}
.promo.turqouise.dark .alt{
    color: #03bfd8
}
.promo.turqouise.light .alt{
    color: #ffd51d
}
.promo.green .alt{
    color: #ffd51d
}
.promo.pink .alt{
    color: #ffd51d
}
.promo.yellow .alt{
    color: #03bfd8
}
.promo.offical.light.blue .alt{
    color: #03bfd8;
}
.promo.offical.light.yellow .alt{
    color: #03bfd8;
}
.promo.offical.blue .alt{
    color: #ffd51d;
}
.promo.offical.light.blue2 .alt{
    color: #ffd51d;
}
.promo.offical.red .alt{
    color: #ffd51d;
}
.promo.offical.yellow .alt{
    color: #03bfd8;
}
.promo.offical.wedgewood.blue .alt{
    color: #ffd51d;
}
.promo.offical.black .alt{
    color: #ffd51d;
}
.promo.offical.pink .alt{
    color: #ffd51d;
}

.promo .lines .title,.promo .lines .title h2,.promo .lines .title h3,.promo .lines .content {
    border-color:rgba(255, 255, 255, 0.33);
}
.promo.yellow .lines .title,.promo.yellow .lines .title h2,.promo.yellow .lines .title h3,.promo.yellow .lines .content {
    border-color:#aba13b;
}
.promo .lines .content a {
    color: #fff;
}
.promo .lines .content a:hover,.promo.small .content a:hover{
    color:#ffd51d;
}
.promo.blue h2 span, .promo.blue .content a.alt {
    color: #ffd51d;
}
.promo .image {
    display: table;
    height: 100%;
}
.promo .image span {
    display: table-cell;
    vertical-align: middle;
}
.promo .image.top span {
    vertical-align: top;
}
.promo .image img {
    float: right;
    width: 100%;
}
.promo.yellow .content a,
.promo.offical.light.blue .content a,
.promo.offical.light.yellow .content a,
.promo.offical.yellow .content a
{
    color: #012a59;
}

.promo.blue .content a.alt:hover,
.promo.yellow .content a:hover,
.promo.offical.light.blue .content a:hover,
.promo.offical.light.yellow .content a:hover,
.promo.offical.yellow .content a:hover
{
    color: #03bfd8;
}

/*small promos*/
.promo.small{
    padding-bottom: 25px;
    /*color:#fff*/
    border-right: 3px solid #ebebeb;
}
.promo.small:last-child{
    border:0;
}
.promo.small .title h2 {
    font-family: FuturaStd-CondensedExtraBd, Helvetica, sans-serif;
    font-size: 22px;
    padding: 9px 0 4px;
}
.promo.small .content {
    font-size: 16px;
    margin: 0;
    padding-left: 0;
    padding-top: 0;
}
.promo.small .content p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    font-family: futurastd-condensedbold, Helvetica, sans-serif;
    text-transform: uppercase;
}
.promo.small .content a {
    color: #fff;
    display: block;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

/* big promos */
.big-promos .promo {
    background-size: auto 80%;
}

/*quick links*/
.quicklinks {
    color: #fff;
}
.quicklinks .row > div {
    padding: 4px 8px 0;
}
.quicklinks .promo{
    margin-bottom: 8px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.quicklinks .promo:first-child{
    border:none;
}
.quicklinks h2{
    font-family: FuturaStd-CondensedExtraBd, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 26px;
}
.quicklinks .promo .lines .title h3 {
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    padding: 20px 0 10px 14px;
    text-transform: uppercase;
}
.quicklinks .diy{
    background-color: #0193a6;
}
.quicklinks .tradeaccess{
    background-color: #091c5a;
}
.quicklinks .promo .lines {
    padding: 0;
}
.quicklinks .promo .lines .content p, .quicklinks .promo .lines .content ul a {
    font-family: futurastd-medium, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    text-transform: none;
}
.quicklinks .promo .lines .content a {
    display: block;
    margin-bottom: 15px;
}
.quicklinks .promo .lines .content ul a {
    margin-bottom: 4px;
}
.quicklinks .promo .lines .content ul a::before {
    color: #ffd51d;
    content: "▶";
    padding: 0 10px 0 6px;
}
.quicklinks .owl-item {
    padding: 0;
}
.quicklinks .owl-controls, .quicklinks .owl-controls .owl-pagination {
    display: block !important;
}

/*categories*/
.categories .row {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
}
.categories a {
    color: #0193a6;
    display: block;
    font-family: FuturaStd-CondensedExtraBd, Helvetica, sans-serif;
    height: 65px;
    line-height: 65px;
    text-transform: uppercase;
    vertical-align: middle;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    padding: 0 28px 0 36px;
}
.categories a:hover {
    color:#ffd51d;
}
.categories a span {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    vertical-align: middle;
    width: 92%;
}
.categories i {
    display: inline-block;
    float: right;
    font-size: 33px;
    font-weight: bold;
    margin: 16px 0 0;
    vertical-align: middle;
}

/*categories in main banner*/
.categories-banner{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.filters .categories-banner {
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
.categories-banner .categories {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding-bottom: 20px;
    min-width: 258px;
    padding-left: 15px;
    padding-right: 15px;
}
.filters .categories {
    min-width: auto;
    padding: 0 0 5px;
}
.categories-banner h2 {
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    font-size: 24px;
    padding: 6px 0 0 25px;
    color: #000;
}
.filters .categories h2 {
    font-family: futurastd-condensedbold, Helvetica, sans-serif;
    margin-top: 15px;
    padding: 0 0 0 20px;
}
.categories-banner li a, .filters .categories-banner li a {
    border-left: 0 none;
    border-bottom: 0 none;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
    border-top: 1px solid #ebebeb;
}
.filters .categories-banner li a{
    padding:0 20px;
}
.categories-banner a span, .filters .categories-banner a span{
    width: auto;
}
.filters .categories-banner a span {
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    font-size: 14px;
    color:#0093a7;
}
.categories-banner i{
    font-size: 26px;
    float: none;
    margin: -4px 0 0 10px;
}
.filters .categories-banner i {
    float: right;
    font-size: 26px;
    margin: 6px 0 0 10px;
    color:#0093a7;
}
.filters .categories-banner a:hover i, .filters .categories-banner a:hover span{
    color:#ffd71d;
}

/*main banner*/
.main-banner {
    height: 176px;
    line-height: 176px;
    vertical-align: middle;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5) inset;
    position: relative;
}
.main-banner.wlinks {
    height: 347px;
    line-height: 347px;
}
.main-banner h1 {
    display: inline-block;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    color: #fff;
    margin: 0;
    vertical-align: middle;
}

/*breadcrumbs*/
.breadcrumbs {
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
}
.main-banner .breadcrumbs{
    position: absolute;
    top: 25px;
    margin-top: 0px;
}
.breadcrumbs, .breadcrumbs a {
    color: #8b8580;
}
.main-banner .breadcrumbs, .main-banner .breadcrumbs a {
    color: #fff;
}
.breadcrumbs a:hover, .breadcrumbs a.active {
    color: #00a9c5;
}
.main-banner .breadcrumbs a:hover, .main-banner .breadcrumbs a.active {
    color: #ffd51d;
}
.breadcrumbs a, .breadcrumbs span {
    float: left;
}
.breadcrumbs span {
    margin: 0 7px;
}
.main-banner .breadcrumbs span {
    line-height: 14px;
}

/*main banner links*/
.main-banner-container {
    position: relative;
}

/*section title*/
.section-title .row {
    background-color: #fff;
    color: #262626;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0 30px;
}
.section-title h3{
    color: #003777;
}
.products .row {
    margin-left: -18px;
    margin-right: -18px;
}
.section-title .row > div {
    float: none;
    margin: 0 auto;
}
.section-title .sep {
    border-top: 1px solid #dadada;
    float: none;
    margin: 15px auto 12px;
}

/*products list*/
.products li {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #ebebeb;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.products a {
    color: #0193a6;
    display: block;
}
.products a:hover {
    color: #ffd51d;
}
.products a span {
    display: block;
    height: 80px;
    margin-top: 5px;
}
.products img {
    width: 100%;
}
.products a i {
    float: right;
    font-size: 33px;
    font-weight: bold;
    margin: 16px 0 0;
    vertical-align: middle;
}

/** PRODUCT PAGE **/
/*slider*/
.slider-product-container {
    padding: 0;
    background: #fff none repeat scroll 0 0;
    vertical-align: middle;
}
.slider-product{
    padding:20px 20px 65px;
}
.slider-product, .slider-product .owl-item {
    background: #fff;
}
/*product info*/
.product-info {
    padding: 25px 0 0 25px;
    text-align: left;
}
.product-info h1 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    margin: 9px 0;
}
.product-info h2 {
    color: #000;
    font-size: 30px;
    line-height: 27px;
    margin: 9px 0;
}
.product-info .breadcrumbs .container {
  padding-left: 0;
}
.product-info .sku {
    color: #8b8580;
    font-family: 'FuturaStd-Condensed', Helvetica, sans-serif;
    margin-bottom: 14px;
}
.product-info ul{
    font-size: 16px;
}
.product-info ul li {
    padding-bottom: 12px;
}

.product-info .contact.link a{
    color: #3facba;
    padding: 0px 0px;
    width: 100%!important;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.4s;
    display: block;
}

.product-info .price-heading{
    text-transform: none;
    font-size: 20px;
    margin-top:25px;
    margin-bottom:5px;
}

.product-info .link:hover a{
    color: #ffe20e;
}

/*color options*/
.color-options {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    padding: 13px 21px 15px;
    color: #003671;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 10px 0;
}
.color-options ul li {
    display: inline-block;
    height: 48px;
    margin-right: 10px;
    padding-bottom: 0;
    text-indent: -99999px;
    width: 48px;
}
.color-options .active {
    border: 3px solid #d6d6d6;
    box-sizing: content-box;
}
.color-options li:last-child {
    margin-right: 0px;
}
.color-options .color-red {
    background: #db3d2d;
}
.color-options .color-green {
    background: #376802;
}
.color-options .color-blue {
    background: #044180;
}
/*price*/
.product-info .price {
    color: #003671;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    font-size: 60px;
    float: left;
}
.product-info .price sup {
    font-size: 30px;
    top: -22px;
}

.product-info .promo-price{
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    line-height: 44px;
    text-transform: uppercase;
}

.product-info .promo-price .now-heading {
    font-size: 18px;
    color: #003671;
}

.product-info .promo-price .save {
    font-size: 18px;
    color: #cc0000;
    margin-right: 10px;
}
.product-info .promo-price .was {
    font-size: 18px;
    color: #8b8580
}
.product-info .great-rate-product {
    font-size: 14px;
    color: #cc0000;
	background-image: url(/assets/img/icons/Great-Rate-Icon80x39.png);
	height: 39px;
	width: 80px;
	display: block;
    clear: left;

}
.product-info .brand{
    float: right;
    margin-top: 14px;
}
.product-info .brand img {
    width: 100%;
}
/*ratings*/
.rating-product-container,.rating-product-container .owl-item{
    background-color: #fff;
    padding: 9px 0;
}
.rating-product .owl-item {
    padding: 0;
}
.rating-product .item img {
    max-width: 100%;
    width: auto;
}
/*sliders more products*/
.slider-products-container h2, h2.alt {
    background: #202457 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 22px 15px 19px;
    text-align: center;
}
h2.alt{
    border-bottom:4px solid #ececec;
}
/*product list item*/
.product-item {
    background: #fff none repeat scroll 0 0;
    border-right: 3px solid #ececec;
    border-bottom: 3px solid #ececec;
    padding: 7px 15px;
    /*min-height:330px;
    height:auto !important;*/
    height:350px;
}

.product-item a {
    display: block;
    text-align: center;
}
.product-item img {
    max-width: 100%;
    display: inline-block;
}
.product-item .brand {
    color: #8b8580;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    margin: 6px 0;
    text-transform: uppercase;
}
.product-item .name {
    color: #00aabb;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
    padding-right: 0;
    text-transform: uppercase;
}
.product-item .nameBlack {
    color: #000;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
    padding-right: 0;
    margin-top: 15px;
    text-transform: uppercase;
}

.product-item .price {
    color: #003671;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    font-size: 38px;
    line-height: 38px;
    margin: 0;
    padding-left: 0;
    text-align: right;
}
.product-item .price sup {
    font-size: 18px;
    top: -15px;
}
.product-item .promo-save-price{
    color:#cc0000;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    padding-left: 0;
    text-align: right;
}
.product-item .promo-great-rate{
    margin-right: 15px;
	background-image: url(/assets/img/icons/Great-Rate-Icon68x33.png);
	height: 33px;
	width: 68px;
	display: inline-block;
	float: right;
}
.slick-arrow {
    background: #00b3cc none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: -24px;
    padding: 8px 10px 10px 9px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    z-index: 300;
    cursor: pointer;
    transition: all 0.4s;
}
.slick-arrow:hover {
    background: #ffd911;
}
.slick-arrow.fa-angle-right {
    left: auto;
    right: 0;
}
.product-item.slick-slide {
    border-bottom: 0 none;
    min-height: 295px;
}
.slick-arrow.slick-disabled {
    background: #ccc none repeat scroll 0 0;
}

/*PRODUCTS LIST PAGE*/
.row.products-list,.row.stores-list {
    margin-right: -18px;
}
/*sort*/
#sort {
    margin: 27px 0 16px;
}
#sort select, #sort select option, #sort .custom-select {
    color: #8b8580;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
/*toggle filters*/
.toggleFilters {
    background: #00b4cd none repeat scroll 0 0;
    color: #fff;
    font-family: FuturaStd-CondensedExtraBd, Helvetica, sans-serif;
    padding: 15px;
    text-transform: uppercase;
    cursor: pointer;
}
.toggleFilters i {
    float: right;
    display: none;
    padding: 4px 0 0;
}
.toggleFilters i.active {
    display: block;
}
/*filters*/
.filters {
    margin-top: 30px;
}
.filters .row {
    padding-bottom: 15px;
    padding-left: 20px;
}
.filters .title, .filters .links li a {
    color: #003777;
    font-family: FuturaStd-CondensedExtraBd, Helvetica, sans-serif;
    text-transform: uppercase;
}
.filters li {
    clear: both;
}
.filters .links li a {
    line-height: 17px;
    margin-bottom: 8px;
}
.filters li a, .filters label, .price-range-values {
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #8b8580;
    padding-bottom: 5px;
    display: block;
    font-weight: normal;
}
.filters li.active a, .filters li a:hover {
    color: #00a9c5;
}
.filters li.active a::before {
    content: "\f105";
    font-family: FontAwesome, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px 0 0;
    line-height: 0;
}
.filters label, .bootstrap-switch {
    float: left;
    margin: 0 0 2px;
}
/*switch*/
.bootstrap-switch {
    border-radius: 40px;
    background: #D5D2D2;
    border: 2px solid #D5D2D2;
    border-top: 0;
    margin: 3px 9px 0 0;
    transition:none;
}
.bootstrap-switch.bootstrap-switch-focused{
    outline: none;
    box-shadow: none;
    border: 2px solid #D5D2D2;
    border-top: 0;
}
.bootstrap-switch.bootstrap-switch-on,.bootstrap-switch.bootstrap-switch-on.bootstrap-switch-focused {
    background: #1a3065;
    border-color: #1a3065;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    font-size: 7px;
    line-height: 1;
    padding: 1px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #D5D2D2 none repeat scroll 0 0;
    color: #D5D2D2;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-off.bootstrap-switch-default,.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #1a3065 none repeat scroll 0 0;
    color: #1a3065;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-radius: 100%;
    width: 9px !important;
}
/*price*/
.price-container {
    padding-left: 0;
}
.price-range-values {
    margin-top: 12px;
}
.price-range-values .right {
    float: right;
}
.filters .price-container .title {
    margin-bottom: 20px;
}
.noUi-target {
    border: medium none;
    border-radius: 30px;
    box-shadow: none;
}
.noUi-background {
    background: #b5c3c5;
    box-shadow: none;
}
.noUi-origin {
    border-radius: 30px;
}
.noUi-connect {
    background: #00a9c5;
    box-shadow: none;
}
.noUi-handle::after, .noUi-handle::before{
    display: none;
}
.noUi-horizontal .noUi-handle {
    height: 22px;
    left: -11px;
    top: -6px;
    width: 22px;
}
.noUi-handle {
    background: #1a3065 none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 100%;
    cursor: default;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.noUi-horizontal {
    height: 11px;
}
/*pagination*/
.products-pagination ul{
    text-align: right;
    margin:30px 0;
    width: 100%;
    font-family: FuturaStd-CondensedExtraBd, Helvetica, sans-serif;
}
.products-pagination li{
    display: inline-block;
}
.products-pagination li a{
    display: block;
    color: #444;
    background-color: #e0e0e0;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 26px;
}
.products-pagination li a.active,.products-pagination li a:hover{
    color: #fff;
    background-color: #00b3cc;
}
/*HOME IMPROVEMENT*/
.sort h2, .filters h2 {
    float: left;
    color: #01071f;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
}
.guides {
    padding-top: 11px;
}
.row.guides-list {
    margin-right: -20px;
}
.guide-item {
    background: #fff none repeat scroll 0 0;
    border-bottom: 4px solid #ececec;
    border-right: 4px solid #ececec;
    padding: 0;
}
.guide-item .title {
    color: #000;
    font-family: FuturaStd-CondensedExtraBd, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.guide-item .details {
    color: #515151;
    padding: 55px 34px;
    text-align: center;
}
.guide-item .image,.gridder-expanded-content .image {
    padding:0;
    position:relative;
    display:block;
}
.guide-item .image:after,.gridder-expanded-content .image:after{
    content:"";
    display:inline-block;
    position:absolute;
    border:16px solid #fff;
    border-color:transparent transparent #fff transparent;
    left:45%;
    bottom:-3px;
}
.guide-item .link {
    color: #3facba;
    display: block;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 14px;
    text-transform: uppercase;
    transition: all 0.4s;
}
.guide-item:hover .link {
    color: #ffe20e;
}
.guide-item img {
    width: 100%;
}
.guide-item a {
    display: block;
    overflow: hidden;
}
.tab-group {
    text-align: center;
}
.tab-group a {
    color: #4f4f4f;
    cursor: pointer;
    display: inline-block;
    font-family: futurastd-condensedbold, Helvetica, sans-serif;
    font-size: 16px;
    margin: 5px 0 30px;
    padding: 6px 19px 4px;
    text-transform: uppercase;
}
.tab-group a:hover, .tab-group a.active {
    background: #00b4cd none repeat scroll 0 0;
    color: #fff;
}
/*catalogues*/
.catalogues .sort h2 {
    float: none;
    margin-bottom: 27px;
    text-align: center;
}
/*Service page*/
.guides.service {
    padding-top: 0;
}
.product-info .info {
    padding-top: 25px;
}
.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-info .button {
    margin-bottom: 55px;
    margin-top: 25px;
}

/*TRADE*/
.links ul{
    padding:0;
}
.article-item .image, .article-item .details {
    padding: 0;
}
.articles .filters {
    margin-top: 40px;
}
.articles-list {
    margin-top: 67px;
}
.article-item .image {
    margin-bottom: 23px;
}
.article-item .image img {
    width: 100%;
}
.article-item .details {
    color:#535353;
    padding-bottom: 20px;
}
.article-item .title {
    color: #000;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.article-item .link {
    color: #003671;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 16px;
}
.article-item:hover .link {
    color: #00b4cd;
}
/*GROUP BUILDER*/
.guide-item img.img-title {
    margin-bottom: 15px;
    width: auto;
}
.builders .guide-item .details {
    padding-top: 35px;
    padding-bottom: 20px;
}
.guide-item.gridder-list {
    display: inline-block;
    float: none;
    margin-left: -3px;
    vertical-align: top;
}

.gridder-list.active .link {
    opacity: 0;
}
.gridder-content{
    display: none;
}
.gridder-show{
    display:block;
    float:left;
    width:100%;
    position:relative;
    margin-left: -5px;
    padding-left: 2px;
}
.gridder-padding {
    background: #fff;
}
.gridder-show .expanded-content {
    padding: 40px 40px 20px;
    overflow: hidden;
    position: relative;
}
.expanded-content h4 {
    font-family: FuturaStd-CondensedExtraBd, Helvetica, sans-serif;
    margin-bottom: 25px;
}
.expanded-content a {
    color: #00b1ce;
    display: block;
    font-family: futurastd-condensedbold, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 30px;
    float: left;
    text-transform: uppercase;
}
.expanded-content a:hover,.expanded-content a.gridder-close:hover{
    color: #ffd911;
}
.expanded-content .logo {
    float: right;
    margin-top: 20px;
}
.gridder-navigation {
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 300;
}
.expanded-content a.gridder-close {
    color: #dbdbdb;
    font-size: 24px;
    margin: 0;
    padding: 9px 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.gridder-expanded-content .image img{
    width: 100%;
}
.builders .tab-group a {
    margin: 23px 0;
}
.expanded-slider img {
    width: 100%;
}
.expanded-slider .slick-arrow {
    font-size: 40px;
    padding: 8px 3px 10px 16px;
    width: 48px;
}

/*FIND A STORE*/
/*stores list*/
.promo-toggle{
    display: none;
    margin: 0 -15px;
}
.promo-toggle .row {
    margin: 0;
}
.store-item{
    background-color: #fff;
    padding: 47px 20px 45px;
    text-align: center;
    color: #515151;
    position: relative;
    display: block;
    border-bottom: 3px solid #ebebeb;
    border-right: 3px solid #ebebeb;

}
.store-item:hover{
    color: #fff;
    background-color: #00b3cc;
}
.store-item .title,.store-item .link, .store-item .distance{
    transition: all 0.4s;
}
.store-item .title{
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color:#000;
    margin: 17px 0 20px;
}
.store-item .link{
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color:#00b3cc;
    margin-top: 15px;
    margin-bottom: 0;
}
.store-item .distance {
    color: #003671;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0 0 5px;
    position: absolute;
    bottom: 0;
}
.store-item .distance sup{
    font-size: 14px;
    left: 2px;
    top: -10px;
}
.store-item img{
    border:1px solid #fff;
}
.store-item:hover .title,.store-item:hover .link, .store-item:hover .distance{
    color: #fff;
}
/*store info*/
.store-info {
    margin-bottom: 32px;
}
.store-info h1{
    color:#000;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    text-align: center;
    margin:35px 0 50px;
}
.info-card{
    border-right: 1px solid #E0DDDD;
    padding:0 37px;
    font-size: 16px;
}
.info-card:last-child{
    border:0;
}
.info-card .address{
    color:#373737;
    font-size: 20px;
    font-family: FuturaStd-Medium, Helvetica, sans-serif;
    margin-bottom: 15px;
}
.info-card a{
    color: #00a9c5;
}
.info-card a:hover{
    color: #ffd71d;
}
.info-card.contact a{
    font-size: 18px;
    text-transform: uppercase;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
}
.info-card a.phone{
    color:#003777;
    font-size: 43px;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    margin-bottom: 5px;
    display: block;
    line-height: 43px;
}
.info-card h3{
    color:#003777;
    margin-top: 0;
    margin-bottom: 15px;
    float: left;
}
/*manager*/
.info-card .manager{
    margin-bottom: 20px;
}
.info-card .manager .image{
    margin-right: 25px;
    float: left;
}
.info-card .manager .name{
    font-weight: bold;
}
.info-card .manager span, .info-card .manager a {
    display: block;
    float: left;
}
.other-managers span{
    width: 97px;
    margin-right: 25px;
    display: block;
    float:left;
}

.other-managers span.fax{
    font-size: 14px;
    padding-bottom: 15px;
}

/*hours*/
.info-card.hours p {
    margin-bottom: 9px;
}
.info-card .time{
    float: right;
}
.info-card .time.esp{
    font-weight: bold;
}
.info-card .tab{
    display: none;
}
.info-card .tab.active{
    display: block;
}
.tab-controller {
    float: right;
    margin-top: 4px;
}
.info-card .tab-controller a{
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    color:#00a9c5;
}
.info-card .tab-controller a:hover{
    color:#ffd71d;
}
.info-card .tab-controller a.active, .info-card .tab-controller a.active:hover{
    color:#333333;
}

/*promo toggle*/
.toggle-promos-cont{
    text-align: center;
    margin-top: 35px;
}
a.toggle-promos{
    background-color: #cb1042;
    color:#fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    text-align: center;
    min-width: 212px;
    display: inline-block;
    padding: 6px 5px 4px;
    cursor: pointer;
}
a.toggle-promos:hover{
    background-color: #ffd71d;
    color:#fff;
}
.toggle-promos *{
    display: none;
}
.toggle-promos .active{
    display: block;
}
.toggle-promos i {
    float: left;
    font-size: 23px;
    padding: 0 0 0 5px;
}

/* xmas */
.toggle-xmas-cont{
    text-align: center;
}
a.toggle-xmas{
    background-color: #cb1042;
    color:#fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: FuturaStd-CondensedBold, Helvetica, sans-serif;
    text-align: center;
    min-width: 212px;
    display: inline-block;
    padding: 6px 5px 4px;
    cursor: pointer;
}
a.toggle-xmas:hover{
    background-color: #ffd71d;
    color:#fff;
}
.toggle-xmas *{
    display: none;
}
.toggle-xmas .active{
    display: block;
}
.toggle-xmas i {
    float: left;
    font-size: 23px;
    padding: 0 0 0 5px;
}

/*map*/
.map-filters {
    background: #171b45 none repeat scroll 0 0;
}
.map-filters .search-text {
    float: left;
    margin-right: 30px;
}
.map-filters .custom-select {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #012b5a;
    font-family: futurastd-condensedbold, Helvetica, sans-serif;
    font-size: 14px;
    margin: 14px 0 13px;
    padding: 10px 15px 8px 19px;
    text-transform: uppercase;
    width: 100%;
}
.map-filters .custom-select.customSelectDisabled {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}
.map-filters select option {
    padding: 6px 18px;
}
#locator-form > div {
    padding: 0;
}
#locator-form > div > div{
    padding-right: 0;
}
.inverted.button{
    border:0;
    background-color: #ffd71d;
    color:#012b5a;
    font-size: 15px;
    padding: 9px 25px 7px;
}
.inverted.button:hover{
    background-color: #00b2cc;
    color:#fff;
}
#map-canvas {
    height: 350px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.map-filters .inverted.button{
    margin: 14px 0 13px 15px;
}
.svg .map-filters .customSelectInner {
    background: rgba(0, 0, 0, 0) url("../img/template/arrow-down-map.svg") no-repeat scroll right center;
}
.map-filters .customSelectInner {
    background: rgba(0, 0, 0, 0) url("../img/template/arrow-down-map.png") no-repeat scroll right center;
}
.current-store{
    background-color: #021c3a;
    padding-bottom: 25px;
    padding-top: 25px;
}
.current-store .phone{
    color:#00b4cd;
}

/*TRADE SKILLS*/
.main-content {
    margin-top: 50px;
    font-size: 16px;
    margin-bottom: 30px;
}
.main-content h3 {
    color: #000;
    font-family: futurastd-condensedbold, Helvetica, sans-serif;
    line-height: 27px;
    margin: 25px 0 20px;
}
.main-content h3 span {
    color:#00b4cd;
}
.main-content li {
    margin: 0 0 11px;
}
.main-content li::before {
    color: #00b4cd;
    content: "\2022";
    padding: 0 16px 0 0;
}
.faq h4 {
    color: #000;
}
.faq p {
    margin-bottom: 20px;
}
.schedule {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    padding: 30px 15px 20px;
    margin-bottom: 4px;
    margin-top: 16px;
    overflow: hidden;
}
.schedule p{
    font-size:18px;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}
.schedule .hidden{
    display: none;
}
.key-dates{
    padding-top: 10px;
    padding-bottom: 20px;
}
.key-dates h3{
    text-transform: uppercase;
}
.key-dates h2 {
    font-family: futurastd-condensedbold, Helvetica, sans-serif;
    margin-bottom: 25px;
}
.key-date {
    color: #535353;
    font-size: 16px;
    margin-bottom: 22px;
}
.key-date:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.key-date p {
    margin-bottom: 0;
}
.key-date .date {
    font-size: 16px;
    margin-bottom: 14px;
    color:#003777;
}
.tab-content{
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 50px;
}
.tabs a {
    background-color: #00b3cc;
    color: #fff;
    font-family: FuturaStd-CondensedExtraBd, Helvetica, sans-serif;
    font-size: 18px;
    padding: 10px 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom:1px solid #dce4e5;
}
.tabs a.active,.tabs a.active:hover{
    color: #00b3cc;
    background-color: #fff;
    border-top:1px solid #dce4e5;
}
.tabs a.active:first-child{
   border-left:1px solid #dce4e5;
   border-right: 0;
}
.tabs a.active:last-child{
   border-right:1px solid #dce4e5;
   border-left:0;
}
.tabs a:hover{
    color: #fff;
    background-color: #ffd911;
}
.tab-content .content{
    border:1px solid #dce4e5;
    border-top: 0;
    padding: 45px 65px;
    display: none;
}
.tab-content .content.active{
    display: block;
}
.tab-content .content p {
    margin-bottom: 20px;
    color: #535353;
}
.tab-content .content h3 {
    margin-top: 40px;
    text-transform: uppercase;
}
.tab-content .content a {
    display: inline-block;
    margin-bottom: 20px;
    color:#00b3cc;
}
.tab-content .content a:hover{
    color:#ffd911;
}
.tab-content .content h4 {
    font-family: FuturaStd-Bold, Helvetica, sans-serif;
    text-transform: none;
    font-size: 16px;
    margin: 25px 0;
    color: #000;
}
.tab-content .toggle {
    background: #00b4cd none repeat scroll 0 0;
    border-bottom: 2px solid #ebebeb;
    color: #fff;
    font-family: futurastd-condensedextrabd, Helvetica, sans-serif;
    padding: 13px 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.tab-content .toggle.active {
    border-bottom: 2px solid #fff;
}
.tab-content .toggle i{
    display: none;
    float: right;
    margin-top: 4px;
}
.tab-content .toggle i.active{
    display: inline-block;
}

.search-box .input-group-btn {
  display: block;
}

/* promo tiles*/
.tiles.row {
    margin: 0px;
    margin-right: -10px;
}

.tiles .tile {
    padding: 0 10px 10px 0;
}

.tiles .tile img{
    height: auto;
}

.tiles .tile.longTile{
    width: 66%;/*fix rounding overflow*/
}

.info img{
    max-width: 100%;
    height: auto;
}
