/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

.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;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
	font-size: 1.3333333333em;
	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.2857142857em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: .1428571429em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.8571428571em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.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);
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-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 {
	-ms-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 {
	-webkit-filter: none;
	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;
}

/* 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: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.sideblock > ul,
.sideblock > ul ul,
.detail-info,
.menu,
.submenu ul,
.video-list,
.post-description ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#twocolumns:after,
.category-post-holder:after,
#header:after,
.video-list:after,
.post:after {
	content: "";
	display: block;
	clear: both;
}

.btn {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

body {
	min-width: 320px;
}

h1 {
	font-weight: 300;
	margin: 0 0 15px;
}

h2 {
	font-weight: 300;
	margin: 0 0 15px;
}

h3 {
	font-weight: 400;
	margin: 0 0 15px;
}

h4 {
	font-weight: 400;
	margin: 0 0 10px;
}

strong,
dt {
	font-weight: 700;
}

#wrapper {
	position: relative;
}

#twocolumns #content {
	padding: 20px 15px;
	margin-bottom: 25px;
}

#content {
	background: #fff;
	padding: 21px 15px;
}

#content .text-holder {
	font-size: 16px;
	line-height: 1.125;
	margin-bottom: 20px;
}

#sidebar {
	background: #fff;
}

.sideblock {
	padding: 20px 15px 5px;
}

.sideblock h2 {
	padding-bottom: 13px;
	border-bottom: 1px solid #000;
}

.sideblock > ul > li {
	margin-bottom: 15px;
}

.sideblock > ul > li > a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	font-size: 18px;
	line-height: 1.2222222222;
	color: #000;
}

.sideblock > ul > li > a:hover {
	opacity: .7;
}

.sideblock > ul ul {
	font-weight: 700;
	padding-left: 20px;
}

.sideblock > ul ul a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #000;
}

.sideblock > ul ul a:hover {
	opacity: .7;
}

.bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
/*	background-position: 50% 50%;*/	

}

.image-holder img {
	max-width: 100%;
	height: auto;
}

.content-holder {
	background: #fff;
	padding: 21px 15px 10px;
}

.info-block {
	margin: 0 0 64px;
}

.article-post {
	position: relative;
	margin: 0 0 50px;
}

.article-post .image-holder {
	margin: 0 0 10px;
}

.article-post .image-holder a {
	display: block;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.article-post .image-holder a:hover {
	opacity: .8;
}

.article-post .text {
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 0 25px;
}

.article-post .text h2 {
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 10px;
	font-weight: 300;
}

.article-post .text p {
	margin: 0;
}

.video {
	max-width: 694px;
	margin: 0 auto;
}

.video a {
	display: block;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.video a:hover {
	opacity: .8;
}

.video img {
	max-width: 100%;
	height: auto;
}

.category-block {
	text-align: center;
}

.category-block h2 {
	margin: 0 0 20px;
	font-size: 26px;
	line-height: 32px;
}

.category-block .btn {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	padding: 7px 10px;
	margin: 0 auto;
	max-width: 280px;
}

.category-post {
	margin: 0 0 30px;
}

.category-post .image-holder {
	margin: 0 0 10px;
	text-align: center;
}

.category-post .image-holder a {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.category-post .image-holder a:hover {
	opacity: .8;
}

.category-post .img-description {
	text-align: center;
	text-transform: uppercase;
}

.category-post .img-description a {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	font-weight: 700;
}

.category-post .img-description a:hover {
	opacity: .8;
}

.product-block h2 {
	background: #d1d2d4;
	margin: 0;
	padding: 5px 15px 6px;
	font-size: 36px;
	line-height: 42px;
}

.product-detail {
	padding: 38px 0 28px;
}

.product-detail + .product-detail {
	border-top: 1px solid #000;
}

.product-detail .row {
	font-size: 0;
	line-height: 0;
}

.product-detail .col {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
}

.product-detail .product-img {
	text-align: center;
	margin: 0 0 20px;
}

.product-detail .product-img .image-holder {
	text-align: center;
	margin: 0 0 15px;
}

.product-detail .text h3 {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.product-detail .text p {
	margin: 0 0 25px;
}

.product-detail .text .detail-info p {
	margin: 0;
}

.zoom {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 10px;
	min-width: 98px;
	font-weight: 700;
}

.zoom:focus,
.zoom:hover {
	color: #000;
	opacity: .8;
}

.detail-info li {
	margin: 0 0 25px;
}

.detail-info .title {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	background: #d1d2d4;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 5px;
	padding: 5px 10px;
}

.btn {
	text-transform: uppercase;
	white-space: normal;
	font-weight: 300;
}

.btn-default.btn-hollow {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 18px;
}

.btn-default.btn-hollow:hover {
	background-color: #fff;
	color: #000;
}

.btn-primary {
	border: 1px solid #000;
	color: #000;
	background: #fff;
	border-radius: 0;
}

.btn-primary:focus,
.btn-primary:hover {
	border: 1px solid #000;
	color: #000;
	background: #fff;
	opacity: .7;
}

.btn.dropdown-toggle {
	white-space: nowrap;
}

.page-header {
	padding: 10px 0 0;
	margin: 0 0 20px;
}

.page-header h1 {
	margin-bottom: 0;
}

.breadcrumb {
	font-weight: 300;
	margin-bottom: 10px;
}

.breadcrumb > li + li:before {
	padding: 0 0 0 2px;
}

.breadcrumb a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
}

.breadcrumb a:hover {
	color: #747474;
}

#header {
	background: #fff;
	box-shadow: 0 1px 15px rgba(15, 15, 15, .15);
	z-index: 9;
}

.logo {
	width: 140px;
	float: left;
	margin: 19px 0;
}

.logo img {
	max-width: none;
	width: 100%;
}

.nav-opener {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	text-transform: uppercase;
	float: right;
	margin-top: 20px;
	text-decoration: none;
}

.nav-opener:focus,
.nav-opener:hover {
	color: #000;
}

.nav-opener .fa {
	margin-right: 11px;
}

#nav {
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
	position: absolute;
	top: 54px;
	right: 10px;
	background: #fff;
	width: 300px;
	max-height: 0;
	text-transform: uppercase;
	overflow: hidden;
	box-shadow: 0 4px 4px rgba(15, 15, 15, .25);
	z-index: 9999;
}

.nav-active #nav {
	max-height: 1200px;
}

.menu {
	font: 16px/1 Roboto, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.2222222222;
	padding: 15px 15px;
}

.menu > li {
	border-bottom: 1px solid #ccc;
}

.menu > li:last-child {
	border-bottom: none;
}

.menu > li > a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
	display: block;
	text-decoration: none;
	padding: 12px 5px;
}

.menu > li > .has-drop-down-a:after {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	content: "";
	margin: -3px 0 0 13px;
	border-style: solid;
	border-width: 9px 7px 0;
	border-color: #000 transparent transparent;
}

.menu > .has-drop-down {
	padding-bottom: 0;
}

.menu > .hover > a {
	color: #606060;
}

.menu > .hover .submenu {
	max-height: 100%;
}

.submenu {
	font-size: 14px;
	line-height: 1;
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
	overflow: hidden;
	max-height: 0;
}

.submenu ul {
	padding-top: 5px;
}

.submenu li:last-child {
	margin-bottom: 0;
}

.submenu a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
	display: block;
	padding: 15px;
}

.submenu .hover a {
	color: #606060;
}

.zoom-image {
	position: relative;
	-ms-touch-action: none;
}

.zoom-image .zoom-lens {
	background: #000;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
}

.zoom-handler {
	border: 1px solid #fff;
	background: black;
	background: rgba(0, 0, 0, .3);
	display: none;
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 10;
}

.zoom-image img {
	position: relative;
	display: block;
	z-index: 5;
	width: 100%;
}

.zoom-container {
	border: 1px solid #000;
	background: black;
	position: absolute;
	display: none;
	z-index: 500;
	margin: 0 0 0 20px;
	overflow: hidden;
	height: 400px;
	width: 400px;
}

.zoom-container img {
	max-width: none !important;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.zoom-loader {
	background: black;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.zoom-loader .loader {
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	font-size: 10px;
	text-indent: -9999em;
	border-top: 6px solid rgba(255, 255, 255, .2);
	border-right: 6px solid rgba(255, 255, 255, .2);
	border-bottom: 6px solid rgba(255, 255, 255, .2);
	border-left: 6px solid #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: preloader 1.1s infinite linear;
	animation: preloader 1.1s infinite linear;
	z-index: 100;
}

.zoom-loader .loader,
.zoom-loader .loader:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.content-block #header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	box-shadow: none;
}

.cycle-gallery {
	position: relative;
  background: #c5c5c5;
}

.cycle-gallery .mask {
	height: 480px;
	position: relative;
	overflow: hidden;
}

.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .slide {
	color: #fff;
	float: left;
	top: 0;
	bottom: 0;
}

.cycle-gallery .slide.active {
	z-index: 1;
}

.cycle-gallery .slide h1 {
	text-shadow: 0 1px 1px rgba(15, 15, 15, .75);
	margin-bottom: 25px;
}

.cycle-gallery .slide .text-holder {
	max-width: 350px;
	margin-left: auto;
}

.cycle-gallery .slide .btn {
	padding: 5px 20px;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	position: absolute;
	top: 34%;
	left: 7px;
	font-size: 24px;
	line-height: 1;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: rgba(255, 255, 255, .7);
	margin-top: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}

.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
	color: #fff;
}

.cycle-gallery .btn-next {
	right: 7px;
	left: auto;
}

.gallery-caption {
	padding: 104px 15px;
}

.featured {
	background: rgba(255, 255, 255);
	text-align: center;
	padding: 20px 15px 0;
	margin-top: -90px;
	box-shadow: 0 1px 11px rgba(15, 15, 15, .75);
	position: relative;
	z-index: 2;
}

.featured-block {
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	margin-bottom: 20px;
}

.featured-block:hover .title {
	opacity: .5;
}

.featured-block .image-holder {
	overflow: hidden;
	display: block;
	margin-bottom: 13px;
}

.featured-block .title {
	font-size: 13px;
	line-height: 1.3076923077;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	font-weight: 300;
}

.featured-wrap {
	margin-bottom: 7px;
}

.video-list {
	font-weight: 700;
}

.video-list li {
	margin-bottom: 15px;
}

.video-list a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #000;
	display: block;
}

.video-list a:hover {
	opacity: .7;
}

.video-list em {
	font-style: normal;
}

.video-list .image-holder {
	display: block;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
}

.video-list .image-holder:before,
.video-list .image-holder:after {
	position: absolute;
	top: 50%;
	right: 50%;
	content: "";
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.video-list .image-holder:before {
	width: 0;
	height: 0;
	margin-right: -3px;
	border-style: solid;
	border-width: 20px 0 20px 30px;
	border-color: transparent transparent transparent rgba(255, 255, 255, .3);
}

.video-list .image-holder:after {
	width: 80px;
	height: 80px;
	content: "";
	border: 5px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
}

.video-list .image-holder img {
	max-width: none;
	width: 100%;
}

.post {
	margin-bottom: 30px;
}

.post:last-child {
	margin-bottom: 0;
}

.post-image {
	margin-bottom: 15px;
}

.post-image img {
	width: 100%;
	height: auto;
}

.post-description ol {
	counter-reset: list;
}

.post-description ol li {
	margin-bottom: 8px;
}

.post-description ol li:before {
	display: inline-block;
	vertical-align: top;
	counter-increment: list;
	content: counter(list) ".";
	margin-right: 9px;
}

.product {
	background: #fff;
	padding: 20px 15px;
	margin-top: 20px;
}

.product h2 {
	margin-bottom: 25px;
}

.product-image {
	text-align: center;
	margin-bottom: 15px;
}

.product-item {
	margin-bottom: 25px;
}

.product-title {
	font-size: 18px;
	line-height: 1.2222222222;
	font-weight: 700;
	display: block;
	margin-bottom: 7px;
}

.product-detail p strong {
	margin-right: 3px;
}

.product-detail a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.product-detail a:hover {
	opacity: .6;
}

.product-detail .fa-file-pdf-o {
	color: #d43232;
}

.product-detail .fa-video-camera {
	color: #0b72d2;
}

#footer {
	font-size: 13px;
	line-height: 1.3076923077;
	font-weight: 300;
	text-align: center;
	padding: 30px 0 10px;
}

#footer a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #000;
}

#footer a:hover {
	opacity: .6;
}


/*Dark Theme*/
body.dark {
	background: #333;
}
.dark .nav-opener {color: #fff;}
.dark .featured a:hover, a:focus {
    color: #e6e6e6;
}
.dark .copyright, .dark #footer a {color: #fff;}
.dark #header {
	    background: rgba(0, 0, 0, .7);
	    border-bottom: 1px #fff solid;
}
.dark .featured h2 {
	color: #fff;
}
.dark .featured {
  background: rgba(0, 0, 0, .7);
  border: 1px #fff solid;
}
.dark .featured-block {
    color: #fff;
}
.dark .breadcrumb a { color: #fff;}
.dark .breadcrumb > li + li:before { color:#fff;}
.darl .breadcrumb > .active {
    color: #b7b6b6;
} 
.dark .page-header {
	border-bottom: none;
}
.dark .page-header h1 {
	color: #fff;
}
.dark .product-block h2 {
	color: #000;
	background: #cdcdcd;
}
/*.dark .detail-info .title {
	color: #000;
	background: #cdcdcd;
}
.dark .content-holder {
	background: rgba(0, 0, 0, .7);
	border: 1px #fff solid;
	color: #fff;
}
.dark .zoom {
    border: 1px solid #fff;
    color: #fff;
}*/


.featured-list .col-xs-6.col-md-3 {
    padding-bottom: 50px;
}
@media (min-width: 480px) {
	.video-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -12px;
	}

	.video-list li {
		width: 50%;
		float: left;
		padding: 0 12px;
		margin-bottom: 0;
	}

	.video-list li:nth-child(n + 3) {
		margin-top: 35px;
	}
	.featured-list .row {
		display: block;
	}
}

@media (min-width: 768px) {
	h2 {
		font-size: 28px;
		line-height: 1.1428571429;
		margin-bottom: 20px;
	}

	.sideblock > ul ul li {
		margin-bottom: 4px;
	}

	.info-block {
		margin: 0 0 75px;
	}

	.article-post {
		margin: 0 0 70px;
	}

	.article-post .text {
		margin: 0 0 30px;
	}

	.article-post .text h2 {
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 10px;
	}

	.video {
		max-width: none;
		width: 500px;
	}

	.category-block h2 {
		margin: 0 0 30px;
		font-size: 36px;
		line-height: 42px;
	}

	.category-block .btn-holder {
		padding: 20px 0 0;
	}

	.category-block .btn {
		font-size: 18px;
		line-height: 22px;
	}

	.category-post {
		float: left;
		width: 50%;
		padding: 0 10px;
		margin: 0 0 50px;
	}

	.category-post .image-holder {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin: 0 0 15px;
	}

	.category-post .img-wrap {
		display: table-cell;
		vertical-align: middle;
	}

	.category-post .img-description a {
		font-size: 16px;
		line-height: 20px;
	}

	.product-detail .product-img {
		margin: 0 0 30px;
	}

	.product-detail .product-img .image-holder {
		margin: 0 0 29px;
	}

	.product-detail .text h3 {
		margin: 0 0 10px;
		font-size: 24px;
		line-height: 30px;
	}

	.zoom {
		font-size: 16px;
		line-height: 20px;
		padding: 7px 10px 8px;
	}

	.detail-info .title {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 6px;
	}

	.btn {
		font-size: 18px;
		line-height: 1.2222222222;
	}

	.btn-default.btn-hollow {
		border-radius: 29px;
	}

	.logo {
		width: 180px;
		margin: 15px 0;
	}

	.nav-opener {
		margin-top: 27px;
	}

	#nav {
		width: 370px;
		margin-right: -367px;
		right: 50%;
	}

	.cycle-gallery .mask {
		height: 540px;
	}

	.cycle-gallery .slide h1 {
		font-size: 48px;
		line-height: 1.0833333333;
	}

	.cycle-gallery .slide .text-holder {
		max-width: 420px;
	}

	.cycle-gallery .slide .btn {
		padding: 9px 25px;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		font-size: 36px;
	}

	.gallery-caption {
		padding-bottom: 130px;
	}

	.featured {
		margin-top: -120px;
	}

	.featured-block .title {
		font-size: 16px;
		line-height: 1.25;
	}

	.post-image {
		width: 220px;
		float: left;
		margin: 0 20px 0 0;
	}

	.post-description {
		width: calc(80% - 240px);
		float: left;
	}

	.post-description ol li {
		margin-bottom: 15px;
	}

	.post-large .post-image {
		width: 300px;
	}

	.post-large .post-description {
		width: calc(100% - 320px);
	}

	.product h2 {
		margin-bottom: 40px;
	}

	.product .col-sm-6:nth-last-child(2) .product-item,
	.product .col-sm-6:last-child .product-item {
		margin-bottom: 0;
	}

	.product-title {
		font-size: 24px;
		line-height: 1.1666666667;
		margin-bottom: 16px;
	}

	#footer {
		font-size: 16px;
		line-height: 1.25;
		padding: 50px 0 22px;
	}
}

@media (min-width: 1024px) {
	.featured-list .row {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
		 -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	}
	h2 {
		font-size: 40px;
		line-height: 1.1;
	}

	#content .text-holder h2 {
		font-size: 60px;
		line-height: 1.0666666667;
	}

	#content .text-holder p {
		margin-bottom: 26px;
	}

	#sidebar {
		margin-left: 9px;
	}

	.sideblock {
		padding: 20px 23px 1px;
	}

	.sideblock h2 {
		font-size: 36px;
		line-height: 1.1111111111;
		letter-spacing: -1px;
		margin-bottom: 19px;
	}

	.sideblock > ul {
		font-size: 16px;
		line-height: 1.25;
	}

	.sideblock > ul > li {
		margin-bottom: 26px;
	}

	.sideblock > ul > li > a {
		font-size: 24px;
		line-height: 1.1666666667;
	}

	.sideblock > ul ul {
		padding: 8px 0 0 35px;
	}

	.content-holder {
		padding: 35px 20px 20px;
	}

	.info-block {
		margin: 0 0 64px;
	}

	.article-post {
		margin: 0;
	}

	.article-post:before {
		content: "";
		position: absolute;
		top: 0;
		right: -17px;
		bottom: 0;
		width: 1px;
	}

	.article-post .image-holder {
		margin: 0 0 15px;
	}

	.article-post .text {
		font-size: 19px;
		line-height: 26px;
		margin: 0 0 40px;
	}

	.article-post .text h2 {
		font-size: 38px;
		line-height: 44px;
		margin: 0 0 15px;
	}

	.video {
		width: 600px;
	}

	.category-block {
		margin: -10px 0 0;
	}

	.category-block .btn-holder {
		padding: 0;
	}

	.category-block .btn {
		max-width: none;
	}

	.category-post {
		margin: 0 0 25px;
		float: none;
		width: 100%;
		padding: 0;
	}

	.category-post .image-holder {
		margin: 0 0 6px;
		display: block;
		height: auto !important;
	}

	.category-post .img-wrap {
		display: block;
	}

	.product-block h2 {
		padding: 5px 25px 6px;
	}

	.product-detail {
		padding: 48px 0 38px;
	}

	.product-detail .product-img {
		margin: 0;
	}

	.product-detail .text p {
		margin: 0 0 20px;
	}

	.detail-info li {
		margin: 0 0 20px;
	}

	.btn-default.btn-hollow {
		border-width: 3px;
	}

	.logo {
		width: 180px;
	}

	.nav-opener {
		font-size: 25px;
		margin-top: 30px;
	}

	#nav {
		width: 453px;
		margin-right: -504px;
		top: 76px;
	}

	.menu {
		font-size: 24px;
		padding: 15px 23px;
	}

	.submenu {
		font-size: 18px;
	}

	.submenu li {
		margin-bottom: 6px;
	}

	.submenu a {
		padding: 15px 23px;
	}

	.zoom-handler {
		height: 120px;
		width: 120px;
	}

	.cycle-gallery .mask {
		height: 740px;
	}

	.cycle-gallery .slide h1 {
		font-size: 66px;
		line-height: 1.0606060606;
	}

	.cycle-gallery .slide .text-holder {
		max-width: 530px;
	}

	.cycle-gallery .slide .btn {
		font-size: 24px;
		line-height: 1.1666666667;
		padding: 9px 43px;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		font-size: 56px;
		margin-top: 34px;
	}

	.gallery-caption {
		padding: 153px 0 200px;
	}

	.featured {
		margin-top: -80px;
		padding: 14px 32px 12px;
	}

	.video-list li {
		width: 33.33%;
	}

	.video-list li:nth-child(n + 3) {
		margin-top: 0;
	}

	.video-list li:nth-child(n + 4) {
		margin-top: 77px;
	}

	.post {
		margin-bottom: 70px;
	}

	.product {
		padding: 34px 49px 55px;
		margin-top: 70px;
	}

	.product h2 {
		font-size: 54px;
		line-height: 1.0740740741;
		margin-bottom: 70px;
	}

	.product-image {
		margin-bottom: 34px;
	}

	.product-item {
		font-size: 16px;
		line-height: 1.1875;
		margin-bottom: 94px;
	}

	.product-detail p {
		margin-bottom: 27px;
	}
}

/*@media (max-width: 1103px) {
	.cycle-gallery .mask {
		height: 760px;
	}
}
@media (max-width: 1024px) {
	.cycle-gallery .mask {
		height: 810px;
	}
}
@media (max-width: 800px) {
	.cycle-gallery .mask {
		height: 680px;
	}
}
@media (max-width: 720px) {
	.cycle-gallery .mask {
		height: 590px;
	}
}
@media (max-width: 580px) {
	.cycle-gallery .mask {
		height: 500px;
	}
}
@media (max-width: 502px) {
	.cycle-gallery .mask {
		height: 450px;
	}
}
@media (max-width: 460px) {
	.cycle-gallery .mask {
		height: 380px;
	}
}*/
@media (min-width: 1140px) {
  .cycle-gallery .mask {
    height: 860px;
  }
}
@media (min-width: 1620px) {
	h1 {
		font-size: 74px;
		line-height: 1.0540540541;
	}

	h2 {
		font-size: 58px;
		line-height: 1.0689655172;
		margin-bottom: 26px;
	}

	h3 {
		font-size: 48px;
		line-height: 1.2291666667;
		margin-bottom: 30px;
	}

	h4 {
		font-size: 36px;
		line-height: 1.1111111111;
		margin-bottom: 28px;
	}

	#twocolumns #content {
		padding: 21px 30px 49px;
	}

	#twocolumns #content .text-holder {
		max-width: 89%;
	}

	#content {
		padding: 26px 47px 22px;
	}

	#content .text-holder {
		font-size: 24px;
		line-height: 1.2083333333;
		margin-bottom: 58px;
	}

	.content-holder {
		padding: 60px 46px 38px;
	}

	.article-post:before {
		width: 2px;
		right: -33px;
	}

	.article-post .image-holder {
		margin: 0 0 45px;
	}

	.article-post .text {
		font-size: 24px;
		line-height: 29px;
		margin: 0 0 55px;
	}

	.article-post .text h2 {
		font-size: 49px;
		line-height: 53px;
		margin: 0 0 26px;
	}

	.video {
		width: 694px;
	}

	.category-block {
		padding: 0 38px;
	}

	.category-block h2 {
		margin: 0 0 36px;
		font-size: 43px;
		line-height: 51px;
	}

	.category-block .btn-holder {
		padding: 18px 0 0;
	}

	.category-block .btn {
		font-size: 23px;
		line-height: 25px;
	}

	.category-post {
		margin: 0 0 23px;
	}

	.category-post .img-description a {
		font-size: 18px;
		line-height: 22px;
	}

	.product-block h2 {
		font-size: 59px;
		line-height: 63px;
	}

	.product-detail {
		padding: 58px 0 48px;
	}

	.product-detail .col {
		font-size: 18px;
		line-height: 22px;
	}

	.product-detail .text {
		padding: 0 0 0 3px;
	}

	.product-detail .text h3 {
		margin: 0 0 20px;
		font-size: 28px;
		line-height: 32px;
	}

	.product-detail .text p {
		margin: 0 0 37px;
	}

	.detail-info li {
		margin: 0 0 15px;
	}

	.detail-info .title {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 14px;
	}

	.page-header {
		padding-top: 30px;
		margin-bottom: 49px;
	}

	.breadcrumb {
		font-size: 24px;
		line-height: 1.1666666667;
		margin-bottom: 22px;
	}

	.logo {
		margin: 32px 0 53px 2px;
	}

	.nav-opener {
		font-size: 30px;
		line-height: 1.1333333333;
		width: auto;
		padding: 0;
		margin-top: 47px;
	}

	#nav {
		margin-right: -790px;
		top: 96px;
	}

	.cycle-gallery .mask {
		height: 1057px;
	}

	.cycle-gallery .slide h1 {
		font-size: 94px;
		line-height: 1.2021276596;
		margin-bottom: 48px;
	}

	.cycle-gallery .slide .text-holder {
		max-width: 760px;
	}

	.cycle-gallery .slide .btn {
		font-size: 30px;
		line-height: 1.1333333333;
		margin-left: 15px;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		font-size: 83px;
		left: 32px;
	}

	.cycle-gallery .btn-next {
		right: 46px;
		left: auto;
	}

	.gallery-caption {
		padding-top: 214px;
	}

	.featured-block .title {
		font-size: 23px;
		line-height: 1.1739130435;
	}

	.video-list {
		font-size: 21px;
		line-height: 1.1904761905;
	}

	.video-list .image-holder:before {
		margin-right: -7px;
		border-width: 42px 0 42px 59px;
	}

	.video-list .image-holder:after {
		width: 149px;
		height: 149px;
		border-width: 11px;
	}

	.post-image {
		width: 300px;
		margin-right: 40px;
	}

	.post-description {
		font-size: 24px;
		line-height: 1.2083333333;
		width: calc(100% - 340px);
		margin-top: -8px;
	}

	.post-description p {
		padding-bottom: 20px;
	}

	.post-description ol li {
		margin-bottom: 23px;
	}

	.post-large h4 {
		margin-bottom: 23px;
	}

	.post-large .post-image {
		width: 578px;
		margin-right: 34px;
	}

	.post-large .post-description {
		width: calc(100% - 618px);
	}

	#footer {
		font-size: 20px;
		line-height: 1.2;
	}
}

@media (max-width: 767px) {
	.category-post .image-holder {
		height: auto !important;
	}
}

@media (max-width: 479px) {
	#twocolumns #content {
		padding-bottom: 5px;
	}
}

@-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);
	}
}

@-webkit-keyframes preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.not-enough-slides .btn-prev {display:none;}
.not-enough-slides  .btn-next {display:none;} 

  .featured {
    margin-top: -60px;
    padding: 14px 32px 60px;
  }
  ul.detail-info ul {
	list-style: disc;
	margin-top: 12px;
	padding-left: 20px;
}
ul.detail-info ul ul {
	list-style: circle;
}

.TheHonestCompanyWalgreensMicrosite .featured-list .col-md-3 {
    width: 33.333333%;
}

/*Flow Player Update*/
.flow__wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.flow__wrap.hero {
  max-width: none;
}
.flow__space.ar16-9 {
  padding-bottom: 56.25%;
}
.flow__space.ar1-1 {
  padding-bottom: 100%;
}
.flow__space.ar4-3 {
  padding-bottom: 75%;
}
.flow__space.ar5-4 {
  padding-bottom: 80%;
}
.flow__space.ar21-9 {
  padding-bottom: 42.8571428571%;
}
.flow__frame {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0 none;
  top: 0;
}

/*Flow Player Update*/
.flow__wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.flow__wrap.hero {
  max-width: none;
}
.flow__wrap.ar16-9 {
  padding-bottom: 56.25%;
}
.flow__wrap.ar1-1 {
  padding-bottom: 100%;
}
.flow__wrap.ar4-3 {
  padding-bottom: 75%;
}
.flow__wrap.ar5-4 {
  padding-bottom: 80%;
}
.flow__wrap.ar21-9 {
  padding-bottom: 42.8571428571%;
}
.flow__frame {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0 none;
  top: 0;
}
.VichyLRPWalgreenMicrosite .cycle-gallery .mask{
	position: relative !important;
	height: 0 !important;
	padding-bottom: 68.09% !important;
}
.VichyLRPWalgreenMicrosite .cycle-gallery .slideset{
	position: absolute !important;
}

.UnileverDeodorantWalgreensMicrosite .cycle-gallery .mask{
	position: relative !important;
	height: 0 !important;
	padding-bottom: 68.09% !important;
}
.UnileverDeodorantWalgreensMicrosite .cycle-gallery .slideset{
	position: absolute !important;
}

.UnileverHairWalgreensMicrosite .cycle-gallery .mask{
	position: relative !important;
	height: 0 !important;
	padding-bottom: 68.09% !important;
}
.UnileverHairWalgreensMicrosite .cycle-gallery .slideset{
	position: absolute !important;
}

.UnileverSkincareWalgreensMicrosite .cycle-gallery .mask{
	position: relative !important;
	height: 0 !important;
	padding-bottom: 68.09% !important;
}
.UnileverSkincareWalgreensMicrosite .cycle-gallery .slideset{
	position: absolute !important;
}

.NAOSBiodermaWalgreenMicrosite .cycle-gallery .mask{
	position: relative !important;
	height: 0 !important;
	padding-bottom: 68.09% !important;
}
.NAOSBiodermaWalgreenMicrosite .cycle-gallery .slideset{
	position: absolute !important;
}

.UnileverUntoldBeautyWalgreenMicrosite .cycle-gallery .mask{
	position: relative !important;
	height: 0 !important;
	padding-bottom: 68.09% !important;
}
.UnileverUntoldBeautyWalgreenMicrosite .cycle-gallery .slideset{
	position: absolute !important;
}

.AiiWalgreenMicrosite .cycle-gallery .mask{
	position: relative !important;
	height: 0 !important;
	padding-bottom: 68.09% !important;
}
.AiiWalgreenMicrosite .cycle-gallery .slideset{
	position: absolute !important;
}

.CetaphilWalgreenMicrosite .cycle-gallery .mask{
	position: relative !important;
	height: 0 !important;
	padding-bottom: 68.09% !important;
}
.CetaphilWalgreenMicrosite .cycle-gallery .slideset{
	position: absolute !important;
}

.pink-bottom  .news-box.height {
    margin-bottom: 3em;
}

.pink-bottom .title {
    font-size: 19px;
    margin-bottom: 7px;
    display: block;
    font-weight: bold;
}
/* Bubble Fact */
.bubble-fact {
	z-index: 9;
	position: fixed;
	bottom: 0;
	right: 3em;
	width: 365px;
	/* height: 193px; */
	transition: all ease-out 250ms;
  }
  .bubble-fact.docked {
	transform: translateY(0px);
  }
  .bubble-fact.docked .bubble-header span {
	opacity: 0;
  }
  .bubble-fact p {
	margin: 0;
	line-height: normal;
  }
  .bubble-fact .bubble-header {
	height: 45px;
	border-radius: 6px 6px 0 0;
	background: #e51937;
	position: relative;
	cursor: pointer;
	transition: all ease-out 1s;
  }
  .bubble-fact.docked .bubble-header{
	  background-color: #04bcd4;
	  transition: all ease-out 1s;
  }
  .bubble-fact .bubble-header p {
	display: block;
	padding: 0 1em 0 .5em;
	color: #fff;
	line-height: 45px;
	text-align: left;
	font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
  }
  .bubble-container .col-xs-7{
	padding-left: 0px;
    padding-right: 4px;
  }
  .bubble-container .col {
    position: relative;
    z-index: 9999;
	padding: 0 15px;
}
  .bubble-container b{
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
    color: #04bcd4;
    font-weight: 700;
	line-height: 20px;
    padding-bottom: 4px;
    display: block;
  }
  .bubble-fact .bubble-header span {
	opacity: 1;
	font-size: 20px;
	position: absolute;
	display: block;
	top: calc(50% - (1em / 2));
	right: calc(1.5em - (1em / 2));
	width: 1em;
	height: 1em;
	transition-delay: 250ms;
	transition: all ease 350ms;
  }
  .bubble-fact .bubble-header span:before, .bubble-fact .bubble-header span:after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - (5px / 2));
	left: -11%;
	width: 120%;
	height: 5px;
	background: #fff;
	transform-origin: 50% 50%;
	border-radius: 20px;
  }
  .bubble-fact .bubble-header span:before {
	transform: rotate(45deg);
  }
  .bubble-fact .bubble-header span:after {
	transform: rotate(-45deg);
  }
  .bubble-fact .bubble-body {
	border: 2px solid #e51937;
	background: #fff;
	border-top: 0;
	border-bottom-width: 3px;
	position: relative;
	transition: all ease-out 1s;
  }
  .bubble-fact.docked .bubble-body{
	  border-color:#04bcd4;
	  transition: all ease-out 1s;
	  display: none;
  }
  .bubble-fact .bubble-body .bubble-container {
	padding: 1em;
  }
  .bubble-fact .bubble-body .bubble-container img {
	max-width: 105px;
    border-radius: 6px;
    width: 100%;
  }
  
  .hide {
	opacity: 0 !important;
  }
  .modal-dialog{
	max-width: 600px;
    width: 100%;
    min-width: 270px;
  }
.featured-block {
    display: block; /* Make sure <a> behaves like a block */
    text-decoration: none;
    color: inherit; /* Prevent default link styling */
}

.featured-block .title,
.featured-block .description,
.featured-block .image-holder {
    pointer-events: none; /* Ensures clicking them triggers the <a> */
}

/* Tooltip container */
.customTooltip {
	position: relative;
	display: inline-block;
}

.customTooltip .tooltiptext {
    visibility: hidden;
    text-align: center;
    position: absolute;
    z-index: 1;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-size: 0.875rem;
    font-weight: 400 !important;
    line-height: 1.5;
    text-transform: none !important;
    width: 200px;
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    background-color: #000;
    border-radius: 0.4rem;
    bottom: 103%;
    left: 50%;
    transform: translateX(-50%);
}

/* Show the tooltip text when you mouse over the tooltip container */
.customTooltip:hover .tooltiptext {
    visibility: visible;
}

.customTooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%; /* At the bottom of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

